html,body{
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: 'Lato', 微軟正黑體 , sans-serif;
}
header{
    width: 100%;
    height: 105px;
    box-sizing: border-box;
    background-color: #2e2e2e;
    /* border: solid 1px blue; */
}
#logo{
    width: 8%;
    height: 100%;
    margin-left: 5%;
}
#buttons{
    width: 65%;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 150px;
    position: absolute;
    top: 60px;
    left: 80px;
    /* border: solid 1px red; */
}
.buttom{
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    color: white;
    /* border: solid 1px blue; */
}
#header_text{
    width: 30%;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 1%;
    right: 5%;
    /* border: solid 1px blue; */
}
#header_text p{
    font-size: 2em;
    font-weight: 600;
    color: yellow;
}
/* company */
#company{
    width: 100%;
    height: 500px;
    display: inline-block;
    /* border: solid 1px red; */
}
#company_pic{
    width: 45%;
    height: 500px;
    margin-top: 10px;
    margin-left: 5%;
    display: inline-block;
    /* border: solid 1px blue; */
}
#company_text{
    width: 45%;
    height: 500px;
    position: absolute;
    right: 0%;
    display: inline-block;
    /* border: solid 1px blue; */
}
#company_title{
    width: 35%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    /* border: solid 1px red; */
}
#company_title img{
    width: 25%;
    height: 25%;
    /* border: solid 1px blue; */
}
#company_title h1{
    display: inline-block;
    font-size: 30px;
    /* position: absolute;
    top: 30px; */
    /* border: solid 1px red; */
}
#company_text_p{
    width: 70%;
    height: 75%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    /* border: solid 1px red; */
}
#company_text_p p{
    font-size: 25px;
    line-height: 27px;
}
/* brand */
#brand{
    width: 100%;
    height: 400px;
    /* border: solid 1px blue; */
}
#brand_title{
    width: 15%;
    height: 50px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    /* border: solid 1px blue; */
}
#brand_title img{
    width: 25%;
    height: 100%;
    /* border: solid 2px red; */
}
#brand_title h1{
    width: 120px;
    font-size: 30px;
    float: right;
    margin-top: 10px;
    margin-right: 40px;
    display: inline-block;
    /* border: solid 2px red; */
}
.brand_picture{
    width: 49%;
    height: 110px;
    margin-top: 20px;
    display: inline-block;
    /* border: solid 1px red; */
}
.brand_link{
    width: 49%;
    height: 100px;
    display: inline-block;
    box-sizing: border-box;
    /* border: solid 1px blue; */
}
.brand_link img{
    width: 100%;
    height: 100%;
}
/* 淡出淡入 */
.brand_link{
    position:relative;
}
.brand_link img {
    position:absolute;
    /* CSS3淡出淡入效果,1秒 */
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.brand_link img:nth-of-type(2):hover{
    opacity:0;
    /*滑鼠滑入時，透明度變0*/
}
/* service */
#service{
    width: 100%;
    height: 350px;
    background-color: #2e2e2e;
}
#service_title{
    width: 15%;
    height: 15%;
    margin-left: auto;
    margin-right: auto;
    /* border: solid 2px blue; */
}
#service_title img{
    width: 25%;
    height: 100%;
    /* border: solid 2px blue; */

}
#service_title h1{
    width: 120px;
    font-size: 30px;
    float: right;
    margin-top: 15px;
    margin-right: 40px;
    display: inline-block;
    color: white;
    /* border: solid 2px blue; */
}
.icon{
    width: 28%;
    height: 250px;
    display: inline-block;
    margin-top: 10px;
    /* margin-left: auto;
    margin-right: auto; */
    margin-left: 3%;
    /* border: solid 2px blue; */
}
.icon img{
    width: 50%;
    height: 100%;
    margin-left: 25%;
    /* border: solid 2px blue; */
}
.icon_p{
    width: 33%;
    height: 200px;
    /* position: absolute;
    top: 1010px; */
    color: white;
}
.icon p{
    font-size: 23px;
    margin-top: 15px;
}
/* example */
#example{
    width: 100%;
    height: 1220px;
    /* border: solid 1px red; */
}
#example_title{
    width: 15%;
    height: 5%;
    margin-left: auto;
    margin-right: auto;
    /* border: solid 2px blue; */
}
#example_title img{
    width: 25%;
    height: 100%;
    /* border: solid 2px blue; */

}
#example_title h1{
    width: 120px;
    font-size: 30px;
    float: right;
    margin-top: 15px;
    margin-right: 40px;
    display: inline-block;
    color: #2e2e2e;
    /* border: solid 2px blue; */
}
.example_picture{
    width: 45%;
    height: 250px;
    display: inline-block;
    margin-top: 1%;
    margin-left: 3%;
    /* border: solid 1px blue; */
}
.example_pic{
    width: 49%;
    height: 240px;
    display: inline-block;
    /* border: solid 2px red; */
}
.example_pic img{
    width: 100%;
    height: 100%;
    padding-top: 5px;
    /* padding-left: 30px; */
}

.example_picture01{
    width: 45%;
    height: 320px;
    display: inline-block;
    margin-top: 1%;
    margin-left: 3%;
    /* border: solid 1px blue; */
}
.example_pic01{
    width: 49%;
    height: 310px;
    display: inline-block;
    /* border: solid 2px red; */
}
.example_picture01 img{
    margin-left: 19%;
}
/* 淡出淡入 */
.example_pic{
    position:relative;
}
.example_pic img {
    position:absolute;
    /* CSS3淡出淡入效果,1秒 */
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.example_pic img:nth-of-type(2):hover{
    opacity:0;
    /*滑鼠滑入時，透明度變0*/
}
/* 淡出淡入 */
.example_pic01{
    position:relative;
}
.example_pic01 img {
    position:absolute;
    /* CSS3淡出淡入效果,1秒 */
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.example_pic01 img:nth-of-type(2):hover{
    opacity:0;
    /*滑鼠滑入時，透明度變0*/
}
/* contact */
#contact{
    width: 100%;
    height: 500px;
    background-color: #2e2e2e;
    /* border: solid 1px red; */
}
.contact_link{
    width: 45%;
    height: 400px;
    margin-left: 3%;
    display: inline-block;
    /* background-color: #2e2e2e; */
    /* border: solid 1px blue; */
}
.contact_right{
    position: absolute;
    top: 2645px;
}
iframe{
    margin-top: 5%;
    padding-left: 10%;
}
.contact_text{
    width: 50%;
    height: 50px;
    margin-top: 5px;
    margin-left: 25%;
    display: inline-block;
    /* border: solid 1px red; */
}
.contact_text img{
    width: 8%;
    height: 28px;
    /* margin-left: 32%; */
    /* border: solid 1px blue; */
}
.contact_text p{
    width: 280px;
    font-size: 25px;
    margin-left: 2%;
    display: inline-block;
    color: white;
    /* border: solid 1px blue; */

}
.contact_link_shopee{
    margin-top: 25px;
}
.contact_link_fb{
    padding-left: 17%;
    /* border: solid 1px red; */
}
.contact_fb_img{
    /* border: solid 1px red; */
}
#number{
    width: 100%;
    height: 90px;
    background-color: #2e2e2e;
    /* border: solid 1px red; */
}
.number_text{
    width: 24%;
    height: 70px;
    margin-left: 8px;
    display: inline-block;
    /* border: solid 1px green; */
}
.number_text img{
    width: 15%;
    height: 80%;
    margin-top: 10px;
    /* margin-left: 40px; */
    margin-right: 10px;
    /* border: solid 1px red; */
}
.number_text p{
    width: 80%;
    height: 30px;
    font-size: 25px;
    display: inline-block;
    color: white;
    /* border: solid 1px red; */
}
.number_text01{
    width: 25%;
    height: 100%;
    float: right;
}
.number_line{
    height: 100%;
    /* border: solid 1px red; */
}
.number_line p{
    margin-top: 10%;
    margin-left: 15%;
    font-size: 25px;
    display: inline-block;
    color: white;
    /* border: solid 1px red; */
}
.number_line img{
    width: 115px;
    height: 115px;
    margin-top: 0px;
    position: absolute;
    top: 3080px;
    right: 60px;
}
/* time */
#time{
    width: 100%;
    height: 65px;
    background-color: #2e2e2e;
}
.time_text{
    width: 400px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
}
.time_text p{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: white;
}
.time_text_p{
    font-size: 15px;
}
