/*  phone   */

body{
    margin: 0;
    padding: 0;
    background-position: center;
    background-color: #363636;
    background-size: 100% 100%;
    /*background-image: url('images/index_moble/content_background.jpg');
    background-repeat: no-repeat; */
    margin: auto;
    font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
    

}

/*  最外框 */
#wrapper{
    width: 100%;
    max-width: 100%;
    position: relative;
    
    /* background-color: #1b1b1b;*/
    
    

    
}
/*  第一區塊 */
#header{
    width: 100%;
    height: 50px;
    display: block;
    /* margin-left: 5%; */
    background-position: left center;
    background-color: rgb(255, 255, 255); 
    
    
}




/* 關閉選單按鈕*/
#meunicon{
    width: 15%;
    height: 50px;
    background-position: right center;
    margin-right: 0%;
    margin-top: 0%;
    float: right;
    background-color: rgb(160, 0, 0);
    
     
    
}
#meunicon i{
    font-size: 35px;
    color: #ffffff;
    line-height: 40px;
    margin-left: 25%;
    margin-top: 5%;

    

}

     /*  logo-company*/ 
     #box{
        width: 85%;
        height: 50px;
        display: block;
        background-position: left center;
        float: left;
        margin-left: 0%;
        margin-right: 0%;
        /*background-color: rgb(59, 59, 59);*/
        overflow: hidden;
        /*  讓手機版出現背景圖,電腦版不會出現的方法,給background-image但不用給檔案連結 */
        background-image: url('images/index_moble/header_logo_company_moble.png');
        background-repeat: no-repeat;
         
    }

/*顯示nav選單*/
nav ul{
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    display: none;
    background-image: url('images/button/button_img2.jpg');
    background-repeat: no-repeat;
    
    
}
nav ul li{
    width: 100%;
    height: 40px;
    display: block;
    /*  影響按鈕背景顏色的位置 */
    /*background-color: rgb(59, 59, 59);*/
    border-bottom: 1px solid #1a1a1a;
    text-align: center;
}
nav ul li a{
    width: 100%;
    height: 40px;
    font-size: 15px;
    text-decoration: none;
    
    line-height: 40px;
    display: block;
    color: rgb(255, 255, 255);

}

/*  top按鈕至頂 */
#gotop {
    position: fixed;
    border-radius: 50px;
    right: 20px;
    bottom: 30px;
    padding: 10px 16px;
    font-size: 25px;
    background: rgba(14, 207, 255, 0.938);
    color: rgb(31, 31, 31);
    cursor: pointer;
    z-index: 1000;
}


/*  第二區塊 */
#banner{
    width: 100%;
    height: 350px;
    display: block;
    background-position: center center;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    background-image: url('images/service_moble/service_moble_content.jpg');
    background-repeat: no-repeat;
     

}
/*  第三區塊 */
#content1{
    width: 100%;
    height: 1100px;
    display: block;
    background-position: left center;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    background-image: url('images/index_moble/cog');
    background-repeat: no-repeat;
      /*background-color:rgb(226, 226, 226);*/
    color: rgb(255, 255, 255);
     

}


.title1{
    width: 100%;
    height: 50px;
    font-size: 18px;
    background-position: left center;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    margin-left: 0%;
    padding-left: 0%;
    /*background-color: #2b2b2b;*/
    background-image: url('images/service_moble/title1.jpg');
    background-repeat: no-repeat;
}


#box3{
    width: 90%;
    height: 400px;
    background-position: center center;
    /*margin-top: 100px;*/
    margin-left: 2%;
    padding-left: 2%;
    padding-right: 2%;
    float: left;
    /*background-color: rgb(94, 145, 0);*/
}

#img1{
    width: 100%;
    height: 350px;
    background-position: center center;
    margin-top: 300px;
    margin-left: 0%;
    margin-right: 0%;
    float: left;
    background-image: url('images/service_moble/service_moble_img1.jpg');
    background-repeat: no-repeat;
}






/*  第四區塊 */
#content2{
    width: 100%;
    height: 900px;
    display: block;
    background-position: center center;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    background-image: url('images/service_moble/service_moble_content2.jpg');
    background-repeat: no-repeat;
     /*background-color:rgb(226, 226, 226);*/
     

}


 /*  第五區塊 */
 #footer{
    width: 100%;
    height: 330px;
    text-align: center;
    margin-top: 2350px;
    /* background: #2e1e09; */
    background-image: url('images/footer_moble/footer1.jpg');
    background-repeat: no-repeat;
    background-position: center center;

}
/* footer p{
    line-height: 40px;
    color: rgb(255, 255, 255);
} */
/*讓footer不會跑版，再到html中設定clearboth*/
.clearboth{
    clear: both;

}




/*  Tablet 平板 */

@media only screen and (min-width: 481px) {
    body{
        margin: 0;
        padding: 0;
        background-size: 100% 100%;
        background-position: center center;
        /*background-image: url('images/index_backgroung.png');
        background-repeat: no-repeat;*/
        margin: auto;
        font-family: 微軟正黑體,Arial, Helvetica, sans-serif;
        background-color: #ffffff; 

    }
    /*  最外框 */
    #wrapper{
        width: 1366px; 
        /* max-width: 1366px;*/
        position: relative;
       /*  background-position: center center;
        
        background-color: rgb(255, 255, 255);*/
        overflow: hidden;
        
    
        
    }

     /*  第一區塊 */
     #header{
        width: 100%;
        height: 70px;
        display: block;
        background-position: center center;
        background-color: rgb(255, 255, 255);
        margin-top: -40px;
        /*background-image: url('images/index_pc/header_logo_company.png');
        background-repeat: no-repeat;*/
         
        
        
    }


    /* 關閉選單按鈕*/
 #meunicon{
    display: none;
}
  

 
 


     /*  logo-company*/ 
      #box{
        width: 100%;
        height: 60px;
        display: block;
        background-position: left center;
        float: left;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 40px;
        background-color: none;
        overflow: hidden;
        /*  讓手機版出現背景圖,電腦版不會出現的方法,給background-image但不用給檔案連結 */
        background-image: url('images/index_pc/header_logo_company.png');
        background-repeat: no-repeat;
         
    }

 /*  顯示nav選單*/
    nav{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        background-color: rgb(255, 255, 255);
        margin-left: 0%;
        background-image: url('images/index_pc/header_logo_company2.png');
        background-repeat: no-repeat;
    }
    
    nav ul{
        width: 40%;
        margin: 0;
        padding: 0;
        display: block;
        overflow: hidden;
        float: right;
        background-position: right right;
       /* background-color: rgb(255, 255, 255);*/
        margin-left: 750px;
        /*background-image: url('images/button/button_img1.png');
        background-repeat: no-repeat;*/
    }
    nav ul li{
        height: 40px;
        width: 16.6%;
        /*  影響按鈕背景顏色的位置 */
        background-color: rgb(255, 255, 255);
        border-bottom: none;
        float: left;
        background-image: url('images/button/button_img1.png');
        background-repeat: no-repeat;
        
        
    }
    nav ul li a{
        width: 100%;
        height: 40px;
        font-size: 15px;
        text-decoration: none;
        
        line-height: 40px;
        color: rgb(0, 0, 0);
        

    }

/*  top按鈕至頂 */
#gotop {
    position: fixed;
    border-radius: 50px;
    right: 20px;
    bottom: 30px;
    padding: 10px 16px;
    font-size: 25px;
    background: rgba(14, 207, 255, 0.938);
    color: rgb(31, 31, 31);
    cursor: pointer;
    z-index: 1000;
}
    
      /*  第一區塊 */
#banner{
    width: 100%;
    height: 600px;
    display: block;
    background-position: left center;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    background-image: url('images/service_pc/service_pc_content.jpg');
    background-repeat: no-repeat;
    overflow: hidden;     

    }


    #content1{
        width: 100%;
        height: 600px;
        display: block;
        background-position: left center;
        float: left;
        margin-left: 0%;
        margin-right: 0%;
          /*  讓手機版出現背景圖,電腦版不會出現的方法,給background-image但不用給檔案連結 */
        background-image: url('images/service_pc/service_content1.jpg');
        background-repeat: no-repeat;
        overflow: hidden;
        color: rgb(44, 44, 44); 
    
    }


.title1{
    width: 40%;
    height: 50px;
    font-size: 20px;
    background-position: left center;
    color: #19479C;
    margin-left: 5%;
    padding-left: 0%;
    background-image: url('images/service_pc/title1.png');
    background-repeat: no-repeat;
}



#box3{
    width: 48%;
    height: 300px;
    background-position: left center;
    /*margin-top: 100px;*/
    margin-left: 5%;
    padding-left: 2%;
    padding-right: 2%;
    float: left;
    color: rgb(34, 34, 34);
}


#img1{
    width: 30%;
    height: 350px;
    background-position: center center;
    /*margin-top: 100px;*/
    margin-left: 4%;
    margin-right: 3%;
    float: left;
    background-image: url('images/');
    background-repeat: no-repeat;
}

#content2{
    width: 100%;
    height: 400px;
    display: block;
    background-position: center center;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    background-image: url('images/service_pc/service_content2.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
     

}

 /*  第四區塊 */
 #footer{
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 1600px;
    /* background: #2e1e09; */
    background-image: url('images/footer_pc/footer.png');
    background-repeat: no-repeat;
    background-position: center center;

}
/* footer p{
    line-height: 40px;
} */
  /*讓footer不會跑版，再到html中設定clearboth*/

.clearboth{
    clear: both;

}
}


/*  pc   */

@media only screen and (min-width: 769px) {
#wrapper{
    margin: auto;
}
#header{
    width: 100%;
    height: 100px;
    overflow: hidden;
  
    
    
}


}