/*公共样式开始*/
*{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;}
.w90{max-width: 1400px;margin:0px auto;width: 92%;}
.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;background-size: cover;background-repeat: no-repeat;transition: 0.3s all;}
.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(#aa0018,#aa0018);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 roted{
  0%{transform: rotate(0deg) scale(1);}
  100%{transform: rotate(360deg) scale(1);}
}
@-webkit-keyframes scaleAnim3 {
  0% {
    transform: scale(0.2);
    opacity: 1; }
  50% {
    transform: scale(0.6);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; }
}

/*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下升级提示结束*/

.header1{width: 100%;background: #aa0018;position: fixed;top: -100%;left: 0;z-index: 5;transition: 2s;}
.header1 .w90{width: 100%;max-width: 1600px;padding: 0 20px;}
.header1.down{top: 0;transition: 0.8s all 0.6s;}
.header1 .logo1{padding: 0.1rem;}
.header1 .logo1 img{height: 0.7rem;}

.header-top{width: 100%;height: 0.44rem;background: #aa0018;}
.header-top .w90{width: 100%;max-width: 1600px;padding: 0 20px;}
.top_link ul li{font-size: 0.14rem;margin-right: 0.24rem;line-height: 0.44rem;}
.top_link ul li a{color: #fefefe;opacity: 0.75;}
.top_link ul li:hover a{opacity: 1;}
.top_link1{position: relative;}
.top_link1::after{content: "";width: 1px;height: 0.14rem;display: block;background: #ffffff;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.header{width: 100%;transition: 0.6s all;position: relative;}
.header{width: 100%;height: calc( 100% - 0.44rem );}
.header::after{content: "";width: 100%;height: 2rem;background-image: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 98%);display: block;position: absolute;top:0;left: 0;z-index: 0;transition: all 0.7s ease-out 0s;}
.search{position: relative;margin-left: 0.1rem;}
.search-button1{width: 0.3rem;height: 0.3rem;background: url(../img/search.svg) no-repeat center center;background-size: auto 0.16rem;cursor: pointer;position: absolute;right: 0;top: 0;z-index: 1;display:none;}
.search-box{position: relative;width: 1.5rem;overflow: hidden;z-index: 2;}
.search-box .s1{width: 100%;height: 0.25rem;background: none;padding: 0 0.3rem 0 0.1rem;line-height: 0.23rem;color: #ffffff;font-size: 0.14rem;outline:none;border:1px solid #ffffff;}
.search-box .s2{width: 0.3rem;height: 0.25rem;background: url(../img/search.svg) no-repeat center center;cursor: pointer;position:absolute;z-index:2;background-size: auto 0.14rem;right:0;top:0;}

.header .logo{position: absolute;left: 50%;top: -0.44rem;transform: translateX(-50%);z-index: 2;width: 4.45rem;height: 1.71rem;background: url(../img/logo_bg.png) no-repeat;background-size: 100% 100%;z-index: 2;}
.header .logo a{display: block;width: 100%;height: 100%;text-align: center;}
.header .logo img{height: 1rem;margin-top: 0.1rem;}
.header .h1{width: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.header .h1 .w90{width: 100%;max-width: 1600px;padding: 0 20px;}
.header1 .top_link ul li{line-height: 0.3rem;}

/*PC端导航开始*/
.nav{width: 100%;}
.header .nav>ul{width: calc( 50% - 2.4rem );}
.nav>ul>li{position:relative;}
.nav>ul>li::before{content: "";width: 100%;height: 2px;display: block;background: #aa0018;position: absolute;left: 0;bottom: 0;opacity: 0;transition: 0.4s all;}
.nav>ul>li:hover::before{opacity: 1;}
.nav>ul>li h3{font-size: 0.18rem;position:relative;line-height: 0.7rem;}
.nav>ul>li h3 a{color:#ffffff;white-space: nowrap;}
.sub{opacity: 0;visibility:hidden;position:absolute;top:100%;left:0;z-index:2;padding-top: 25px;width: 6rem;transform: scaleY(0);transition: 0.4s all;transform-origin: top;}
.nav2 li .sub{right: 0;left: inherit;}
.sub::before{content: "";width: 2px;height: 25px;display: block;background: #aa0018;position: absolute;left: 0.35rem;top:0;}
.nav2 li .sub::before{right: 0.35rem;left: inherit;}
.sub .sub-h{background:#fff url(../img/txt_bg2.png) repeat-x left bottom;padding: 0.2rem 0.2rem 0.3rem;box-shadow:0 0 0.1rem rgba(0,0,0,.3);border-top: 2px solid #aa0018;width: 100%;align-items: flex-start;}
.nav-left{width: 2.87rem;}
.nav-left .nav_img{width: 1.67rem;height: 1.24rem;background-position: center center;background-repeat: no-repeat;background-size: cover;flex-shrink: 0;margin-right: 0.2rem;}
.nav-left p{font-size: 0.16rem;color: #900115;line-height: 0.26rem;width: 1rem;}
.sub ul{width: calc( 100% - 3.1rem );}
.sub ul li{margin-bottom:0.1rem;line-height: 0.3rem;text-align: center;width: 50%;}
.sub ul li a{color: #434343;padding: 0 0.2rem;white-space:nowrap;}
.sub .sub-h a:hover{color: #900115;}
.nav li:hover .sub{opacity: 1;visibility: inherit;transform:scaleY(1);}
.header1 .nav>ul>li{margin-left: 0.3rem;}
.header1 .nav>ul>li h3{line-height: 0.4rem;}
.header1 .nav>ul>li:nth-child(5) .sub,.header1 .nav>ul>li:nth-child(6) .sub,.header1 .nav>ul>li:nth-child(7) .sub,.header1 .nav>ul>li:nth-child(8) .sub,.header1 .nav>ul>li:nth-child(9) .sub,.header1 .nav>ul>li:nth-child(10) .sub{right: 0;left: inherit;}
.header1 .nav>ul>li:nth-child(5) .sub::before,.header1 .nav>ul>li:nth-child(6) .sub::before,.header1 .nav>ul>li:nth-child(7) .sub::before,.header1 .nav>ul>li:nth-child(8) .sub::before,.header1 .nav>ul>li:nth-child(9) .sub::before,.header1 .nav>ul>li:nth-child(10) .sub::before{right: 0.35rem;left: inherit;}
/*PC端导航结束*/

/*搜索开始*/
.search_m{width: 0.32rem;height: 0.32rem;background: url(../img/search.svg) no-repeat center center;background-size: auto 0.28rem;cursor: pointer;display:none;}
.searchm_box{background: #ffffff;padding: 10px;position: absolute;top:0.8rem;left: 0;width: 100%;box-sizing: border-box;z-index: 5;display: none;}
.searchm_box .flex{padding-right: 50px;position: relative;}
.searchm_box .icon-close{width: 40px;height: 40px;position: absolute;right: 10px;top:10px;background: url(../img/close-gray.svg) no-repeat center center;background-size: auto 0.26rem;}
.searchm_box .inp{width: 100%;height: 40px;box-sizing: border-box;border: 1px solid #eeeeee;padding-left: 10px;padding-right:50px;font-size: 16px;color: #434343;line-height: 40px;}
.searchm_box .inp-btn1{width: 50px;height: 40px;position: absolute;right: 50px;top:0;background: none;z-index: 2;}
.searchm_box .inp-btn2{width: 50px;height: 40px;position: absolute;right: 50px;top:0;z-index: 1;background: #aa0018 url(../img/search.svg) no-repeat center center;background-size: auto 0.24rem;}
/*搜索结束*/

/*手机端导航开始*/
body.navShow{overflow: hidden;}
.nav-menu{width:.34rem;height:.28rem;cursor:pointer;display:none;position: relative;margin-left: .24rem;}
.nav-menu div{position:absolute;right:0;display:block;height:2px;background:#ffffff;transform-origin:50% 50%;}
.nav-menu div:nth-child(1){top:0;width:100%;transition:.8s;transform:rotate(0);}
.nav-menu div:nth-child(2){top:calc(50% - 1px);width:24px;transition:.6s;}
.nav-menu div:nth-child(3){top:calc(100% - 2px);width:100%;transition:.6s;transform:rotate(0);}
.hd1-aon1 div:nth-child(1){top:50%;transition:.6s;transform:rotate(45deg);}
.hd1-aon1 div:nth-child(2){width:0;transition:.6s;}
.hd1-aon1 div:nth-child(3){top:50%;transition:.6s;transform:rotate(-45deg);}
.navm-box{position:fixed;top:0;right:-100%;z-index:3;box-sizing:border-box;margin:auto;width:100%;height:100vh;background:#ffffff;padding-top:0.9rem;padding-bottom:0.2rem;transition: 0.6s all;visibility: hidden;opacity: 0;display: flex;flex-direction: column;}
.navm-box.act{visibility: inherit;opacity: 1;right: 0;}
.link{width: 100%;padding: 0 5%;margin: 0.1rem 0;}
.link ul{border: 1px solid #aa0018;}
.link ul li{font-size: 14px;line-height: 36px;margin-right: 20px;}
.link ul li:last-of-type{margin-right: 0;}
.link ul li a{color: #aa0018;padding-right: 20px;position: relative;}
.link ul li a::after{content: "";width: 1px;height: 16px;display: block;background: #aa0018;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.link ul li:last-of-type a{padding-right: 0;}
.link ul li:last-of-type a::after{content: none;}
.nav-wrap{padding:0 5%;text-align:left;overflow-y: auto;}
.nav-wrap li{position:relative;width:100%;border-bottom:1px solid #eeeeee;font-size:18px;line-height:60px;}
.nav-wrap li div.icon-jia{position:absolute;top:0;right:0;margin:auto;width:60px;height:60px;font-size: 18px;background:url(../img/down.svg) no-repeat center center;background-size:22px 22px;transition: 0.3s all;}
.nav-wrap li a{display:block;color:#333333;}
.nav-wrap dl{display:none;}
.nav-wrap dt{text-indent:.2rem;font-size:16px;line-height: 50px;}
.nav-wrap dt a{color:#434343;}
/*手机端导航结束*/

.footer{width:100%;position: relative;}
.ftb{width: 100%;padding: 0.3rem 0;}
.friend_link{width: 100%;margin-bottom: 0.3rem;}
.friend_link h3{font-size: 0.18rem;color: #ffffff;line-height: 0.3rem;margin-right: 0.3rem;flex-shrink: 0;}
.friend_link ul{max-width: calc( 100% - 1.1rem );}
.friend_link ul li{line-height: 0.3rem;font-size: 0.14rem;margin-right: 0.13rem;}
.friend_link ul li a{color: #ffffff;}
.contact .title1{width: 0.72rem;height: 0.75rem;border: 1px solid rgba(255,255,255,0.6);border-radius: 0.12rem;padding: 0.1rem;display: flex;justify-content: center;align-items: center;margin-right: 0.25rem;}
.contact .title1 h3{font-size: 0.18rem;color: #ffffff;text-align: center;}
.contact_box p{font-size: 0.14rem;line-height: 0.3rem;color: #ffffff;margin-right: 0.3rem;padding-left: 0.26rem;background-repeat: no-repeat;background-position: left center;background-size: auto 0.18rem;}
.contact_box .con1{margin-bottom: 0.1rem;}
.contact_box .con1 p:first-of-type{background-image: url(../img/phone.svg);}
.contact_box .con1 p:nth-of-type(2){background-image: url(../img/email.svg);}
.contact_box .con2 p:first-of-type{background-image: url(../img/fax.svg);}
.contact_box .con2 p:nth-of-type(2){background-image: url(../img/address.png);}
.contact_box .con2 p:nth-of-type(3){background-image: url(../img/youbian.png);background-size: auto 0.22rem;padding-left: 0.3rem;}
.copyright{width: 100%;background: #aa0018;padding: 0.1rem 0.2rem;}
.copyright p{font-size: 0.14rem;color: #ffffff;text-align: center;line-height: 0.25rem;}
.copyright p a{color: #ffffff;display: inline-block;}
.copyright p a.a1{background: url(../img/police.png) no-repeat left center;background-size: auto 0.2rem;padding-left: 0.28rem;}
.ewm ul li{margin-left: 0.2rem;position: relative;}
.ewm ul li div{width: 0.52rem;height: 0.52rem;background-color: rgba(255,255,255,0.2);border-radius: 100%;background-repeat: no-repeat;background-position: center;background-size: auto 0.3rem;cursor: pointer;}
.ewm ul li span{display: block;width: 0.8rem;height: 0.8rem;position: absolute;left: 50%;transform: translateX(-50%);top:-0.7rem;visibility:hidden;opacity: 0;transition: 0.3s all;}
.ewm ul li span::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.08rem solid transparent;border-top-color:#ffffff;bottom:-0.15rem;z-index: 0;}
.ewm ul li span img{width: 100%;height: 100%;}
.ewm ul li .icon1{background-image: url(../img/wechat.svg);}
.ewm ul li .icon2{background-image: url(../img/douyin.svg);}
.ewm ul li .icon3{background-image: url(../img/weibo.svg);}
.ewm ul li .icon4{background-image: url(../img/sph.svg);}
.ewm ul li:hover span{top:-0.95rem;opacity: 1;visibility: inherit;}

@media only screen and (max-width:1280px){
	html{font-size: 90px;}
}
@media only screen and (max-height:1366px){
	.header .logo{width: 3.45rem;height: 1.4rem;}
	/*.header .logo img{height: 0.9rem;}*/
	.header .nav>ul{width: calc( 50% - 1.725rem );}
	.header1 .nav>ul>li{margin-left: 0.2rem;}
}
@media only screen and (max-width:1200px) and (min-width:1061px){
	.scrolling .header1{top: 0;transition: 0.8s all 0.6s;}
}
@media only screen and (max-width:1140px){
	.header1 .nav>ul>li{margin-left: 0.14rem;}
        .search-box{width: 1.5rem;}
}
@media only screen and (max-width:1060px){
	.header .logo,.header .h1,.header-top{display: none;}
	.header1{top: 0;}
	.header::after{content: none;}
	.header-right .nav,.header-right>.flex-right{display: none;}
	.header1 .logo1{padding: 0.1rem 0;}
	.header1 .logo1 img{height: 0.6rem;}
	.nav-menu{display: block;}
	.section{padding-top: 0.8rem;}
	.header1 .header-right{display: flex;align-items: center;}
	.search_m{display: block;}
	
}
@media only screen and (max-width:1040px){
	.ewm{width: 100%;margin-top: 0.2rem;}
	.ewm ul{justify-content: center;}
	.ewm ul li{margin: 0 0.1rem;}
}
@media only screen and (max-width:980px){
.search-dialog-box{height:100%;}
}
@media only screen and (max-height:860px){
	.fta .title{margin-bottom: 0;}
}
@media only screen and (max-width:760px){
    .contact .title1{display: none !important;}
}
@media only screen and (max-width:680px){
    .friend_link h3{width: 100%;margin-bottom: 0.1rem;}
}