<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:600px) {
     /* 椤堕儴瀵艰埅鏍� */
     .header {
        z-index: 1000;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 1504px;
        height: 80px;
        background-color: rgb(255, 255, 255);
    }
    /* 瀵艰埅鏍忓浘鐗� */
    .header .tupian {
        float: left;
    }
    .header .tupian img {
        margin-left: -50px;
    }
    /* 瀵艰埅鏉� */
    .header .search {
        float: left;
        width: 22%;
        height: 80px;
    }
    /* 瀵艰埅鏍忔悳绱㈡ */
    .search input {
        outline: none;
        float: left;
        margin-left: 10px;
        margin-top: 20px;
        /*鏂囨湰妗嗛噷鐨勬枃瀛楅琛岀缉鍑�15鍍忕礌*/
        padding-left: 15px;
        width: 200px;
        height: 35px;
        color: #c2bfbf;
        border: 2px solid red;
        border-collapse: collapse;
        background-color: #fff;
    }
    .search a {
        margin-top: 20px;
        width: 50px;
        height: 39px;
        background-color: red;
        display: inline-block;
    }
    /* 浼厓绱犲埗浣滄悳绱㈠浘鏍� */
    .search a::after {
        line-height: 40px;
        margin-left: 10px;
        color: #fff;
        font-family: 'icomoon';
        font-size: 24px;
        content: '\e986';
    }


    /* 鑳屾櫙鍥� */
    .backimg {
        width: 1504px;
        height: 594px;
        background: url(../images/img/鍚堜綔鍝佺墝.png);
    }
    /* 鍚堜綔鍝佺墝鏍囬 */
.biaoti {
    margin-top: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    display: block;
    width: 1504px;
    line-height: 40px;
}
.biaoti::after {
    padding-left: 5px;
    vertical-align: bottom;
    font-size: 18px;
    font-family: 'icomoon';
    content: '\e90a';
}
.biaoti::before {
    padding-right: 5px;
    vertical-align: bottom;
    font-size: 18px;
    font-family: 'icomoon';
    content: '\e90b';
}

/* 鍚堜綔鍝佺墝浼佷笟 */
.brand {
    width: 1504px;
    height: 900px;
}
.brand .brand_center {
    margin: 0 auto;
    width: 65%;
    height: 800px;
}
.brand .brand_center ul {
    width: 100%;
    height: 100%;
}
.brand .brand_center ul li {
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    width: 296.5px;
    height: 130px;
}
.brand .brand_center ul li a {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.brand .brand_center ul li a img {
    margin-top: 15px;
    width: 177px;
    height: 79px;
}
.brand .brand_center ul li a p {
    color: rgb(100, 180, 255);
    font-size: 18px;
    font-weight: 700;
}




    /* 搴曢儴 */
    .footer {
        position: fixed;
        margin-top: 15px;
        float: left;
        width: 1504px;
        height: 250px;
        background-color: rgb(30, 30, 30);
    }
    .footer .center {
        margin: 0 auto;
        width: 60%;
        height: 250px;
    }
    .footer .center ul {
        float: left;
        width: 500px;
    }
    .footer .center ul li {
        margin-left: 20px;
        line-height: 40px;
        color: #fff;
    }
    /* 鍙€夋嫨绗竴涓猯i */
    .footer .center ul li:first-child {
        font-weight: 700;
        font-size: 19px;
        color: #fff;
    }
    .footer .center ul li span {
        margin-right: 10px;
        font-size: 16px;
        font-family: 'icomoon';
    }
    .footer .center img {
        float: right;
        margin-right: 30px;
        margin-top: 20px;
        width: 100px;
        height: 100px;
    }
    .xian {
        float: left;
        width: 900px;
        height: 1.5px;
        background-color: #fff;
    }
    .footer p {
        float: left;
        margin-top: 30px;
        margin-left: 150px;
        color: #fff;
    }
}</pre></body></html>