/*公共样式开始*/
*{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:1280px;font-family:Microsoft YaHei;}
.w90{width: 94%;max-width: 1400px;margin:0px auto;}
.w12{width: 1200px;margin:0px auto;}
.fl{float:left;}
.fr{float:right;}
input{outline: none;border: none;}
.clearfix:after{content: "";display: block;clear: both;}
img{border: none;vertical-align:middle;}
.flexbox{display: flex;display: -webkit-flex;} /*使子元素向左横向并排且无间距*/
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}  /*使子元素横向并排且两端对齐，间距平分*/
.flex-left{display: flex;display: -webkit-flex;justify-content: flex-start;} /*使子元素横向并排且向左对齐*/
.flex-center{display: flex;display: -webkit-flex;justify-content: center;} /*使子元素横向并排且居中对齐*/
.flex-right{display: flex;display: -webkit-flex;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;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.image img,.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;}
.line5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;}
.txtline{position:relative;background-image:linear-gradient(#ffffff,#f1f1f1);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.txtline1{position:relative;background-image:linear-gradient(#a72126,#a72126);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.txtline:hover{background-size:100% 1px;}
.txtline1:hover{background-size:100% 1px;}
/*公共样式结束*/
@keyframes roted1{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}

/*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}
/*IE9下升级提示结束*/

.header{width: 100%;background: url(../img/header_bg.jpg) no-repeat center top;background-size: cover;}
.header .logo{padding: 0.3rem 0;}
.header .logo a{display: block;}
.header .logo img{height: 0.7rem;}
.h2-link{margin-right: 0.2rem;}
.h2-link ul li{font-size: 0.14rem;line-height: 0.2rem;margin-left: 0.1rem;}
.h2-link ul li a{color: #ffffff;padding-left: 0.1rem;position: relative;}
.h2-link ul li a::after{content: "";width: 1px;height: 0.14rem;display: block;background: #ffffff;position: absolute;left: 0;top:0.03rem;}
.h2-link ul li:first-of-type{margin-left: 0;}
.h2-link ul li:first-of-type a{padding-left: 0;}
.h2-link ul li:first-of-type a::after{content: none;}
.search{position: relative;}
.search .qwss{width: 1.9rem;height: 0.38rem;background: none;line-height: 0.38rem;padding:0 0.44rem 0 0.16rem;color: #ffffff;border-radius: 0.19rem;border: 1px solid #ffffff;}
.search .searchbutton{width: 0.44rem;height: 0.38rem;position: absolute;right:0;top:0;z-index: 2;cursor: pointer;background: none;}
.search .button{width: 0.44rem;height: 0.38rem;background: url(../img/search.svg) no-repeat center center;background-size: auto 0.16rem;position: absolute;right:0;top:0;z-index: 1;}

/*PC端导航开始*/
.nav{width: 100%;}
.nav>ul>li{position:relative;}
.nav>ul>li h3{font-size: 0.18rem;position:relative;line-height: 0.55rem;font-weight: normal;}
.nav>ul>li h3 a{color:#333333;}
.nav>ul>li.on h3 a,.nav>ul>li:hover h3 a{font-weight: bold;color: #a72126;}
.sub{opacity: 0;visibility:hidden;position:absolute;top:0.55rem;left:50%;z-index:2;min-width: 1.2rem;-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:rgba(0,0,0,0.5);border-top: 3px solid #a72126;}
.sub .sub-h:before{content:'';position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border:0.06rem solid transparent;border-bottom-color:#a72126;top:-0.12rem;}
.sub .sub-h a{display:block;font-size: 0.16rem;color: #ffffff;line-height: 0.44rem;border-bottom: 1px solid rgba(255,255,255,0.2);}
.sub .sub-h a:hover{background: #a72126;}
.nav li: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;}
.copyright{width: 100%;}
.copyright p{font-size: 0.14rem;color: #ffffff;text-align: center;line-height: 0.3rem;}
.copyright p a{color: #ffffff;}

