*{margin:0;padding:0;list-style: none;text-decoration: none;box-sizing: border-box;}
html{font-size: 100px;}
body{font-size: 0.16rem;overflow-x: hidden;position: relative;min-width: 1200px;}
.w90{width: 90%;max-width: 1400px;margin:0px auto;}
.fl{float:left;}
.fr{float:right;}
input{outline: none;border: none;}
.clearfix:after{content: "";display: block;clear: both;}
img{border: none;display: block;}
.flexbox{display: flex;display: -webkit-flex;}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}
.flex-center{justify-content: center;}
.flex-right{justify-content: flex-end;}
.flex-column{flex-direction: column;}
.flex-c-center{align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.f0{flex-shrink: 0;}
.none{display: none;}
.image{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.image img{width: 100%;height: 100%;object-fit: cover;}
.line1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.line3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}

/*头部开始*/
.header{width: 100%;background: url(../img/header_bg.png) no-repeat center bottom;background-size: cover;}
.logo{padding: 0.3rem 0;}
.logo a{display: block;}
.logo img{height: 0.8rem;}
.header-link ul li{font-size: 0.14rem;line-height: 0.3rem;margin-right: 0.2rem;opacity: 0.8;}
.header-link ul li a{color: #999999;display: inline-block;}
.header-link ul li:first-of-type a{padding-left: 0.24rem;background: url(../img/home.svg) no-repeat left center;background-size: auto 0.18rem;}
.header-link ul li:hover a{color: #a40007;}
.search{position: relative;}
.search .searchbox{width: 2.3rem;height: 0.42rem;line-height: 0.4rem;padding:0 0.46rem 0 0.1rem;color: #666666;border-radius: 0.21rem;background: none;border: 1px solid #a3a3a3;}
.search .searchbutton{width: 0.46rem;height: 0.42rem;position: absolute;right:0;top:0;z-index: 2;cursor: pointer;background: none;}
.search .button{width: 0.46rem;height: 0.42rem;background: url(../img/search.svg) no-repeat center center;background-size: 0.18rem auto;position: absolute;right:0;top:0;z-index: 1;}
/*头部结束*/

/*PC端导航开始*/
.nav{width: 100%;background: url(../img/nav_bg.jpg) no-repeat center top;background-size: cover;}
#nav li.nLi{position:relative;text-align: center;}
#nav li.nLi h3{font-size:.18rem;position:relative;}
#nav li.nLi h3 a{color:#ffffff;line-height: .55rem; display: block;padding: 0 0.32rem;}
.sub{opacity: 0;visibility:hidden;position:absolute;top:0.55rem;left:50%;z-index:2;width: 100%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%) scaleY(0);transition: 0.4s all;transform-origin: top;}
.sub .sub-h{text-align:center;position:relative;background: #f1f1f1;padding: 0.02rem 0;}
.sub .sub-h a{display:block;font-size: 0.16rem;padding:0.05rem;margin-bottom:0.01rem;background:#f1f1f1;color: #434343;line-height: 0.25rem;}
.sub .sub-h a:hover{background: #c80000;color:#fff;}
#nav li.nLi:hover h3 a,#nav li.on h3 a{background: rgba(0,0,0,0.1);color: #ffffff;}
#nav li.nLi:hover .sub{opacity: 1;visibility: inherit;transform:translateX(-50%) scaleY(1);}
/*PC端导航结束*/

/*底部开始*/
.footer{width: 100%;padding: 0.3rem 0;background: url(../img/footer_bg.jpg) no-repeat center bottom;background-size: cover;}
.ft_logo{width: 3.5rem;}
.ft_logo img{display: block;width: 100%;}
.ft_right{width: calc(100% - 4rem);}
.ftlink{margin-bottom: 0.2rem;}
.ft_right h3{font-size: 0.2rem;color: #c80000;line-height: 0.3rem;margin-right: 0.3rem;font-weight: normal;display: block;width: 100%;border-bottom: 1px solid #c80000;margin-bottom: 0.05rem;padding-bottom:0.05rem;position: relative;}
.ft_right h3::after{content: "";width: 0.85rem;height: 3px;display: block;background: #c80000;position: absolute;left: 0;bottom: -2px;}
.ftlink ul li{line-height: 0.3rem;font-size: 0.16rem;margin-right: 0.3rem;}
.ftlink ul li:last-child{margin-right: 0;}
.ftlink ul li a{color: #666666;}
.ftlink ul li:hover a{color: #c80000;}
.ftcontact p{line-height: 0.3rem;font-size: 0.16rem;color: #666666;}
.copyright{width: 100%;background: #860007;padding: 0.1rem 0;}
.copyright p{font-size: 0.14rem;line-height: 0.3rem;color: rgba(255,255,255,0.6);text-align: center;}
.copyright p a{color: rgba(255,255,255,0.6);display: inline-block;}

/*底部结束*/

/*IE9下升级提示*/
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;}
#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}


