<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header{
    width:100%;
    min-width:1200px;
    height:150px;
    background:url(../images/header_01.jpg) no-repeat center;
}

.header_wrap{
    width:1200px;
    height:150px;
    margin:0 auto;
}

.logo{
    width:700px;
    height:150px;
    float:left;
}

.logo h1{
    width:700px;
    height:150px;
    background:url(../images/logo_03.png) no-repeat center;
}


.search{
    width:300px;
    height:150px;
    float:right;
}

.search form{
    margin-top:60px;
    height:30px;
    width:100%;
}

.search form input:nth-child(1){
    width:250px;
    height:30px;
    border:1px solid gray;
    border-right:none;
    box-sizing: border-box;
    float:left;
    text-indent:14px;
 }
.search form input:nth-child(2){
    width:50px;
    height:30px;
    border:1px solid gray;
    box-sizing: border-box;
    float:left;
    font-size:16px;
    color:#000;
}



nav{
    width:100%;
    min-width:1200px;
    height:50px;
    background:#ad2727;
}

.nav_wrap{
    width:1200px;
    height:50px;
    margin:0 auto;
}

.nav_wrap ul{
    list-style:none;
}

.nav_wrap ul li a{
    display:block;
    width:120px;
    height:50px;
    background:#ad2727;
    float:left;
    font-size:20px;
    color:#fff;
    line-height:50px;
    text-align:center;
}

.nav_wrap ul li a:hover{
    background:#801d1d;
}

.banner{
    width:100%;
    min-width:1200px;
    height:500px;
    overflow: hidden;
    margin-bottom:15px;
    position:relative;
}

.banner .banner_wrap{
    width:1920px;
    height:500px;
    position:absolute;
    left:50%;
    margin-left:-960px;
}

.banner .banner_wrap ul{
    list-style:none;
}

.banner .banner_wrap ul li img{
    display:block;
    width:100%;
}



footer{
    width:100%;
    min-width:1200px;
    height:265px;
    float:left;
}

.footer_wrap{
    width:1200px;
    height:265px;
    margin:0 auto;
}
footer .info{
     width:100%;
     min-width:1200px;
     height:120px;
     background:#e8e8e8;
     float:left;
 }


footer .info .info_wrap{
    width:1200px;
    height:120px;
    margin:0 auto;
}

footer .info .info_wrap .left{
    width:600px;
    height:120px;
    float:left;
}

footer .info .info_wrap .right{
    width:600px;
    height:120px;
    float:left;
}


footer .info .info_wrap .left .top{
    width:600px;
    height:60px;
    background:url(../images/QQ.png) no-repeat 300px center;
    float:left;
}

footer .info .info_wrap .left .bottom{
    width:600px;
    height:60px;
    background:url(../images/phone.png) no-repeat 300px center;
    float:left;
}

footer .info .info_wrap .left .top span,footer .info .info_wrap .left .bottom span{
    display:block;
    height:30px;
    line-height:42px;
    text-align:left;
    margin-left:350px;
    font-size:14px;
    color:#ad2727;
}

footer .info .info_wrap .left .top p,footer .info .info_wrap .left .bottom p{
    height:30px;
    line-height:20px;
    text-align:left;
    margin-left:350px;
    font-size:14px;
    color:#000;
}



footer .info .info_wrap .right .top{
    width:600px;
    height:60px;
    background:url(../images/zb.png) no-repeat 150px center;
    float:left;
}

footer .info .info_wrap .right .bottom{
    width:600px;
    height:60px;
    background:url(../images/it.png) no-repeat 150px center;
    float:left;
}


footer .info .info_wrap .right .top span,footer .info .info_wrap .right .bottom span{
    display:block;
    height:30px;
    line-height:42px;
    text-align:left;
    margin-left:200px;
    font-size:14px;
    color:#ad2727;
}

footer .info .info_wrap .right .top p,footer .info .info_wrap .right .bottom p{
    height:30px;
    line-height:20px;
    text-align:left;
    margin-left:200px;
    font-size:14px;
    color:#000;
}

footer .address{
    width:100%;
    min-width:1200px;
    height:150px;
    background:url(../images/address.jpg) no-repeat center;
    float:left;
}

footer .address p{
    width:1200px;
    height:150px;
    margin:0 auto;
    padding-top:15px;
    box-sizing: border-box;
    text-align:center;
    line-height:30px;
    font-size:14px;
    color:#fff;
}
footer .address p table td{
    text-align:center;
    line-height:30px;
    font-size:14px;
    color:#fff;
}
footer .address a{
    text-align:center;
    line-height:30px;
    font-size:14px;
    color:#fff;
}
footer .address .font2{ color:#ffba04;}</pre></body></html>