<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a.lm{
width:auto!important;
    text-indent: 20px;
    color: #bf2b2b!important;
    background: url(../img/index_list.png) no-repeat 5px center;
}
/* 顶部 */
.pc_header .top{
    width:100%;
    padding: 30px 0;
    background: url(../img/top_bg.jpg) no-repeat center;
}
.pc_header .top .top_right{
    margin-top: 3px;
}
.pc_header .top .top_right .top_link ul li{
    float: left;
    width: 76px;
    height: 25px;
    position: relative;
}
.pc_header .top .top_right .top_link ul li.last::before{
    position:absolute;
    content:"";
    display:none;
    width:120px;
    height:120px;
    background:url(../img/code.png) no-repeat center;
    background-size:100% 100%;
    top: 30px;
    left:0;
    z-index:100;
}
.pc_header .top .top_right .top_link ul li.last:hover::before{
    display:block;
}
.pc_header .top .top_right .top_link ul li a{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.pc_header .top .top_right .top_link ul li a:hover{
    color: #a88b61;
}
.pc_header .top .top_right .top_link ul li::before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 15px;
    background: #fff;
}
.pc_header .top .top_right .top_link ul li.last::before{
    display: none;
}
.pc_header .top .top_right .top_link ul li.last a{
    width: 100px;
    padding-right: 24px;
    background: url(../img/wx_icon.png) no-repeat right center;
}
/* 搜索 */
.pc_header .top .top_right .searchbox{
    margin-top: 20px;
}
.pc_header .top .top_right .searchbox&gt;div{
    background: #ffffff;
    width: 258px; 
    height:40px; 
    overflow: hidden;  
    border-radius: 20px; 
}
.pc_header .top .top_right .searchbox .text {
    float: left;
    width: 75%;
    height: 40px;
    border: none;
    outline: none;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
}
.pc_header .top .top_right .searchbox .submit {
    width: 15%;
    height: 40px;
    float: right;
    background: url("../img/search.png") no-repeat center center;
    border: none;
    outline: none;
}
/* 导航 */
.pc_header .nav{
    width: 100%;
    height: 52px;
    background: #811c17;
}
.pc_header .nav ul li{
    float: left;
    position: relative;
}
.pc_header .nav ul li a{
    display: block;
    width: auto;
    padding: 0 22px;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    text-decoration: none;
}
.pc_header .nav ul li.last a{
    padding: 0 29px;
}
.pc_header .nav ul li a.hover,
.pc_header .nav ul li a:hover{
    background: #811c17;
}
/* 二级 */
.pc_header .nav ul li ul.ul1{
    position: absolute;
    display: none;
    width: 150%;
    top: 52px;
    left: 0;
    z-index: 100;
    padding: 20px 0;
    background: #811c17;
}
.pc_header .nav ul li ul.ul1 li{
    width: 98%;
}
.pc_header .nav ul li ul.ul1 li a{
    display: block;
    width: 100%;
    height:49px;
    line-height: 23px;
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 30px;
    font-weight: normal;
}
.pc_header .nav ul li ul.ul1 li a:hover{
   color: #a88b61;
}
.pc_header .nav ul&gt;a.button{
    display: block;
    float: right;
    width: 58px;
    height: 52px;
    background: #811c17 url(../img/nav_list.png) no-repeat center;
}
/* 手机头部 */
.phone_header{
    display:none;
}
.phone_header .headerm{
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: url(../img/top_bg.jpg) no-repeat center;
}
.phone_header .headerm div.logo{
    width: 80%;
}
.phone_header .headerm div.logo a,
.phone_header .headerm div.logo a img{
    display: block;
    width: auto;
}
.top_phone .headerm div.logo a img {
    margin-top:2px;
}
.phone_header .headerm .wp{
    position: relative;
}
.phone_header .headerm .mobNavbtn{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
}
.menu-btn {
    z-index: 999;
    overflow: hidden;
    margin-left: 20px;
    width: 36px;
    height: 36px;
    background: 0 0;
    text-indent: -5260px;
    opacity: 1;
    position: relative;
    z-index: 999;
    transform: translateY(-2px);
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 36px;
    height: 2px;
    background: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
    transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
    margin-top: -11px;
    width: 30px
}

.menu-btn .line-3 {
    margin-top: 11px;
    width: 30px
}

.drawerMenu-open .menu-btn .line-1 {
    visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
    margin-top: 0 !important;
    width: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3 {
    margin-top: 0 !important;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
/* 手机搜索 */
.search_phone{
    border: 1px solid #dd958b;
    margin-bottom: 15px;
}
.search_phone&gt;div{
    background: #ffffff;
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.search_phone .text {
    float: left;
    width: calc(100% - 80px);
    height: 40px;
    border: none;
    outline: none;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
}
.search_phone .submit {
    width: 80px;
    height: 40px;
    float: right;
    background: url("../img/search.png") no-repeat center center;
    border: none;
    outline: none;
}
/* 手机导航 */
.mobNav {
    position: fixed;
    top: 124px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .95);
    z-index: 98;
    padding: 30px 5% 30px;
    display: none;
}
.mobNav ul {
    height: 70vh;
    overflow: auto
}
.mobNav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}
.mobNav ul li:last-child {
    border-bottom: 0
}
.mobNav ul li .navp a {
    font-size: 16px;
    color: #ba2a17;
    font-weight: bold;
}
.mobNav ul li .navp i {
    display: block;
    width: 16px;
    transition: .3s;
    transform-origin: center;
    margin-right: 5px;
    float: right;
    margin-top: 5px;
}
.mobNav ul li.on .navp i {
    transform: rotate(-45deg);
}
.mobNav ul li .subNavm {
    margin-top: 10px;
    padding-left: 10px;
    display: none;
}
.mobNav ul li .subNavm a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #ba2a17;
}

/* 底部 */
.foot{
    width: 100%;
    margin-top: 40px;
    padding: 30px 0;
    background: #811c17;
}

.foot .address p{
    width: auto;
    display: inline-block;
    padding: 0 30px;
    border-left: 1px solid #a25753;
    border-right: 1px solid #a25753;
}
.foot .address span{
    display: block;
}
.foot .address p,
.foot .bq p{
    font-size: 15px;
    color: #fff;
    line-height: 34px;
}
/* ie8提示 */
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../img/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../img/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../img/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../img/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}</pre></body></html>