@media screen and (max-width: 1200px){
    html,body{
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        font-family: 'Lato', 微軟正黑體 , sans-serif;
    }
    header{
        height: 150px;
    }
    #logo{
        width: 150px;
        margin-right: auto;
        /* border: solid 1px red; */
    }
    #logo img{
        width: 100%;
        height: 100%;
    }
    #header_text{
        font-size: 28px;
        margin-top: 20px;
        margin-right:40px;
    }
    #buttons{
        width: 70%;
        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; */
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
        color: white;
        /* border: solid 1px blue; */
    }
    #header_text{
        width: 45%;
        margin-right: 0px;
    }
    
    #header_text p{
        font-size: 1em;
        font-weight: 600;
        color: yellow;
    }
    
    #company{
        width: 100%;
        height: 600px;
        /* border: solid 1px red; */
    }
    #company_pic{
        margin-top: 0;
        margin-left: 0;
        width: 70%;
        height: 100%;
        /* border: solid 1px red; */

    }
    #company_pic img{
        width: 77%;
        height: 97%;
        margin-left: 0;

    }
    #company_text{
        width: 50%;
        height: 600px;
        /* border: solid 1px blue; */
    }
    #company_text_p{
        width: 430px;
        height: 430px;
        margin-left: 55px;
    }    
    #company_text_p p{
        margin: 0;
        width: 100%;
        line-height: 30px;
        font-size: 25px;
        /* border: solid 1px blue; */
    }
    #brand{
        width: 100%;
        height: 670px;
        /* border: solid 2px red; */
    }
    #brand_title, #service_title, #example_title{
        width: 35%;
    }
    
    #brand_title img,#service_title img{
        width: 80px;
        height: 100%;
        margin-top: 5px;
        margin-left: 15px;
        /* border: solid 2px red; */
    }
    
    #brand_title h1{
        width: 180px;
        font-size: 40px;
        display: inline-block;
        /* border: solid 2px red; */
    }
    .brand_picture{
        width: 100%;
        height: 130px;
        /* border: solid 2px red; */
    }
    .brand_link{
        margin: 0;
        width: 49%;
        height: 100%;
    }
    #service_title h1 {
        width: 180px;
        font-size: 40px;
        display: inline-block;
        /* border: solid 2px red; */
    }
    .icon img{
        width: 200px;
        height: 250px;
        margin-left: 60px;
    }
    .icon_p{
        width: 40%;
        position: absolute;
        top: 1490px;
        color: white;
        line-height: 27px;
        /* border: solid 2px red; */

    }
    .icon_02{
        position: absolute;
        top: 1490px;
        right: 45px;
    }
    #example{
        width: 100%;
        height: 2350px;
        /* border: solid 2px red; */
    }
    #example_title {
        height: 80px;
    }
    #example_title h1 {
        width: 180px;
        font-size: 40px;
        margin-top: 25px;
        display: inline-block;
    }
    #example_title img {
        height: 60px;
        margin-top: 15px;
    }

    .example_picture{
        width: 100%;
        height: 250px;
        display: inline-block;
        margin-left: 0%;
        /* border: solid 1px blue; */
    }
    .example_picture01{
        width: 100%;
        height: 320px;
        display: inline-block;
        margin-left: 0%;
        /* border: solid 1px blue; */
    }
    .example_pic{
        width: 49%;
        height: 240px;
        display: inline-block;
        /* border: solid 2px red; */
    }
    .example_pic01{
        width: 49%;
        height: 310px;
        display: inline-block;
        /* border: solid 2px red; */
    }
    .example_pic img{
        width: 80%;
        height: 100%;
        padding-top: 5px;
        padding-left: 50px;
    }
    .example_picture01 img{
        height: 100%;
        margin-left: 120px;
    }

    #contact{
        width: 100%;
        height: 900px;
    }
    .contact_link{
        width: 100%;
        height: 350px;
        margin-top: 5px;
        margin-left: 8px;
    }
    .contact_right{
        position: absolute;
        top: 4550px;
    }
    .contact_text p{
        width: 380px;
        font-size: 32px;
    }
    iframe{
        width: 99%;
        margin-top: 15px;
        padding-left: 0%;
    }
    .contact_link_fb{
        width: 45%;
        height: 400px;
        padding-left: 0%;
        margin-left: 3%;
        display: inline-block;
    }
    .contact_link_fb img{
        width: 100%;
        height: 100%;
    }
    #number{
        width: 100%;
        height: 280px;
        /* border: solid 1px blue; */
    }
    .number_text{
        width: 100%;
        box-sizing: border-box;
        margin-top: 5px;
        /* border: solid 1px red; */
    }
    .number_text p{
        width: 300px;
        font-size: 30px;
    }
    
    .number_move img{
        margin-left: 20%;
    }
    .number_text img{
        width: 40px;
        height: 40px;
        /* border: solid 1px red; */

    }
    .number_line p{
        width: 170px;
        font-size: 38px;
        float: right;
        margin-top: -1px;
        margin-right: 55px;
        /* border: solid 1px red; */
    }
    .number_line img{
        width: 200px;
        height: 200px;    
        position: absolute;
        top: 5050px;
        right: 45px;
    }
    #time{
        width: 100%;
        height: 110px;
        background-color: #2e2e2e;
        /* border: solid 1px red; */

    }    
    .time_text{
        width: 600px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        /* border: solid 1px red; */
    }
    
    .time_text p{
        font-size: 20px;
        line-height: 25px;
        padding-top: 10px;
    }
}
/* @media screen and (max-width: 800px){

} */