<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    overflow-x: hidden !important;
}
body {
    font-size: 12px;
    width:100%;
    overflow-x: hidden !important;
    font-family: '寰蒋闆呴粦', '寰蒋闆呴粦 Regular', 'Adobe 榛戜綋 Std R', '榛戜綋 Regular', '榛戜綋', '瀹嬩綋 Regular', '瀹嬩綋', 'Arial Regular', 'Arial';
}
header{
    position: relative;

}
.wrap {
    width: 1110px;
    margin: 0 auto;
}
.slogen{
    height:38px;
    background: #eee;
}
.slogen .wrap{
    height:38px;
    display: flex;
    color:#616161;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
}
.slogen h6{
    font-weight: normal;
}
.slogen a{
    color:#616161;
}
.slogen a:hover{
    color:#d20000;
}
.slogen em{
    color:#cecece;
    margin:0 13px;
}
.slogen a.icon{
    width:20px;
    height:20px;
    margin:0 0 0 12px;
}
.slogenR{
    display: flex;
    align-items: center;
}
.slogen a.wx{
    background: url(../images/slogenIcon1.png) no-repeat center / cover;
}
.slogen a.wb{
    background: url(../images/slogenIcon2.png) no-repeat center / cover;
}
.slogen .user{
    width: 42px;
    height: 34px;
    border-radius: 19px;
    border:1px solid #d2c398;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: transparent;
    background-image: url(../images/order.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
}
.slogen .user:hover{
    background-color: #d2c398;
    background-image: url(../images/orderOn.png);
}
.slogen .user img{
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.slogen .user .tel{
    position: absolute;
    right: 48px;
    top: 0;
    background: #1a1a1a;
    border-radius: 5px;
    min-width: 144px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.slogen .user .tel:before{
    content: '';
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #1a1a1a;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
}
.slogen .user:hover .tel {
    opacity: 1;
    visibility: visible;
}

.header{
    display: flex;
    height:114px;
    align-items: center;
    justify-content: space-between;
}
.search{
    border-radius: 3px;
    height:38px;
    width:256px;
    overflow: hidden;
    position: relative;
    padding:0 80px 0 13px;
    border:1px solid #e0e0e0;
}
.search .sr{
    width:100%;
    height:38px;
    color:#333;
    font-size: 14px;
    line-height: 38px;
}
.search .btn{
    width:67px;
    height:38px;
    right:0;
    top:0;
    color:#fff;
    font-size: 14px;
    background: #d20000;
    position: absolute;
}
.logo{
    width:281px;
    height:64px;
}
.logo img{
    width:100%;
    display: block;
}

/* 瀵艰埅 */
nav{
    height:56px;
    width:100%;
    position: relative;
    background: #d20000;
}
nav ul{
    display: flex;
    justify-content: space-between;
}

nav li{
    width:92px;
    text-align: center;
    padding:5px 0 0;
}
nav li span{
    display: none;
    width:10px;
    height:18px;
    transition: all 0.5s;
    position: relative;
    background: url(../images/right.png) no-repeat center / cover;
}
.navOne{
    display:flex;
    align-items: center;
  justify-content: space-between;
}
nav li span.on{
    transform: rotate(90deg);
}
nav li a::after,nav li:nth-child(1) a::before{
    width:1px;
    height:20px;
    right:0;
    top:50%;
    content: "";
    position: absolute;
    background: #dc3d3d;
    transform: translateY(-50%);
}
nav li a{
    width:100%;
    height: 51px;
    color:#fff;
    font-size: 16px;
    display: block;
    line-height: 50px;
    position: relative;
}
nav li.on a,nav li:hover a{
    font-weight: bold;
    background-color: #a60000;
}
nav li:hover a::after,nav li.on a::after{
    background: #a60000;
}
nav li:nth-child(1) a::before{
    width:1px;
    height:20px;
    right:auto;
    left:0;
    top:50%;
    content: "";
    position: absolute;
    background: #dc3d3d;
    transform: translateY(-50%);
}
nav li:nth-child(1):hover a::before,nav li:nth-child(1).on a::before{
    background: #a60000;
}
.ejNav{
    width:100%;
    left:0;
    top:100%;
    z-index:20;
    display: none;
    position: absolute;
    background: #f5f5f5;
}
nav li:hover .ejNav a{
    background: none;
    font-weight: normal;
}

nav li.on .ejNav a,nav li:hover .ejNav a{
	background:none;
    color:#d20000;
	font-weight:normal;
}
.ejNav a{
    display: inline-block;
    font-size: 14px;
    color:#d20000;
    margin:0 10px;
    width:auto;
}
.ejNav a::before,.ejNav a::after{
    display: none;
}

.ejNav a:hover{
    color:#c2ae75;
}
.webNav{
	display: none;
}


/* 搴曢儴 */
footer{
    padding:35px 0 47px;
    color:#fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #d20000;
}
footer .aBox{
    padding:0 0 24px;
}

footer .aBox em{
    margin:0 14px;
}
footer .aBox a,footer a{
    color:#fff !important;
}
footer .aBox a:hover{
    text-decoration: underline;
}

/* 绉诲姩绔� */
.headerR{
    display: none;
    align-items: center;
}
.search_a{
    width:27px;
    height:26px;
    background: url(../images/search_a.png) no-repeat center / 100% 100%;
}
.nav_a{
    width:26px;
    height:20px;
    position: relative;
    margin:0 0 0 15px;
}
.nav_a span{
    width:100%;
    height:2px;
    top:0;
    left:0;
    border-radius: 2px;
    position: absolute;
    background: #d20000;
    transition: all 0.5s;
}
.nav_a span:nth-child(2){
    top:9px;
}
.nav_a span:nth-child(3){
    top:18px;
}

.nav_a.on span:nth-child(1){
    transform:rotate(45deg) translate(5px,8px);
}

.nav_a.on span:nth-child(2){
    transform: rotate(-45deg) translate(-2px,-2px);
}

.nav_a.on span:nth-child(3){
    opacity: 0;
}



@media only screen and (max-width: 1199px) {
    .wrap{ width:1000px; }
    


    
}
@media only screen and (max-width: 1023px) {
    .wrap{ width:94%; }
    

}
@media only screen and (max-width: 959px) {
    .headerR{
        display: flex;
    }
    .slogen .user{
        width: 36px;
        height: 26px;
    }
    header{
        border-bottom: 3px solid #d20000;
    }
    .webNav{
	    display: block;
    }
    .pcNav{
	    display: none;
    }
    nav li span{
        display:inline-block;
    }
    nav{
        width:60%;
        right:-100%;
        top:120px;
        height:auto;
        position: absolute;
        background: #d20000;
        z-index: 20;
        transition: all 0.5s;
        box-shadow: 0 10px 8px rgba(0,0,0,0.2);
    }
    nav.on{
        right:0;
    }
    nav ul{
        display: block;
        padding:20px 0;
    }
    nav li{
        width:100%;
        padding:0;
        border-bottom: 1px dotted #ccc;
    }
    nav li a::before,nav li a::after{
        display:none;
    }
    nav li:hover a,nav li.on a{
        color:#fff;
        background: none;
    }
    nav li a{
        width:80%;
        color:#fff;
        height:auto;
        text-align: left;
        line-height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    nav li a span{
        display: block;
    }
    nav li .ejNav{
        position: sticky;
        background: none;
    }
    nav li .wrap{
        display:block;
    }
    nav li .ejNav a{
        color:#fff;
        margin:0;
        display:block !important;
        text-align: left;
        border-bottom: 1px dotted #fff;
    }
    nav li .ejNav a:hover{
        color:#fff;
    }
    nav li .ejNav a:last-child{
        border-bottom: 0;
    }
    .header{
        height:80px;
    }
    .logo{
        width:230px;
        height:auto;
    }
    
    .headerSearch{
        display: none;
        width:100%;
        padding:20px 0;
        left:0;
        top:121px;
        z-index: 20;
        position: absolute;
        background: #fff;
        box-shadow: 0 10px 8px rgba(0,0,0,0.2);
    }
    .headerSearch form{
        margin:0 3%;
        width:auto;
    }

    nav li.on .ejNav a, nav li:hover .ejNav a, nav li.on .ejNav a,nav li.on .ejNav a, nav li:hover .ejNav a{
        color:#fff;
    }
}
@media only screen and (max-width: 767px) {
    
    
}
@media only screen and (max-width: 559px) {
    
    .logo{
        width:170px;
    }
   
}
@media only screen and (max-width: 479px) {
    .slogen a.icon{
        margin:0 0 0 5px;
    }
    .slogen em{
        margin:0 5px;
    }
}</pre></body></html>