/*公共样式开始*/
*{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;}
.w12{max-width: 1330px;margin:0px auto;padding: 0 15px;}
.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;}
.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;}
.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(#0038a5,#0038a5);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);}
  100%{transform: rotate(360deg);}
}
@font-face {
	font-family: myfont;
	src: url(../img/SHSCH.OTF);
}
/*头部*/

.header1{
	width: 100%;
	background: url(../img/top_bg.png) no-repeat center top;
	background-size: cover;
}
.header1 .w12{display: flex;justify-content: space-between;align-items: center;}
.header1 .logo{
	padding:41px 0px;
}
.header-link{margin-bottom: 10px;}
.header-link ul{
	display: flex;
	justify-content: flex-end;
	line-height: 30px;
}
.header-link ul li a{
	color: #fffefe;
	font-size: 14px;
	position:relative;
	padding: 0 20px 0 20px;
}
.header-link ul li a::after{
	content: "";
	display:block;
	width: 1px;
	height: 15px;
	background: #fffefe;
	position:absolute;
	right:0px;
	top:50%;
	margin-top: -7.5px;
}
.header-link ul li:last-child a::after{content: none;}
/*搜索*/
.search{position: relative;}
.search .searchbox{width: 220px;height: 36px;line-height: 32px;padding:0 36px 0 10px;color: #ffffff;border-radius: 19px;background: rgba(255,255,255,0.2);border: 1px solid #ffffff; opacity: 0.58;}
.search .searchbutton{width: 36px;height: 36px;position: absolute;right:0;top:0;z-index: 2;cursor: pointer;background: none;}
.search .button{width: 36px;height: 36px;background: url(../img/sousuo.png) no-repeat center center;background-size: 18px 18px;position: absolute;right:0;top:0;z-index: 1;}

/*导航*/
.navlist{
	display: flex;
	justify-content: space-between;
}
.navlist>li{
	position: relative;
}
.navlist li h3{
	font-size: 18px;
	line-height: 60px;
}
.navlist li:hover{
	background: #ce0302;
	
}
.navlist li h3 a{
	color: #333333;
	padding:0px 30px;
	font-weight: normal;
}
.navlist li:hover h3 a{
	color: #ffffff;
}
.navlist .sub{
	opacity: 0;
	visibility:hidden;
	width: 100%;
	position: absolute;
	top:60px;
	left:50%;
	z-index: 2;
	-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 li{
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(40,40,40,0.58);
}
.sub li a{
	font-size: 16px;
	color: #ffffff;
}

.sub li:hover{
	background: #ce0302;
}
.sub li:hover a{
	color: #ffffff;
	font-size: 16px;
}
.navlist>li:hover .sub{opacity: 1;visibility: inherit;transform:translateX(-50%) scaleY(1);}
/*底部*/
.footer{
	width: 100%;
	padding:30px 0;
	position: relative;
	background: url(../img/footer_bg.png) no-repeat center top;
	background-size: cover;
	z-index: 1;
}

.copyright{position: relative; padding-top:30px;}
.copyright p{font-size: 16px;color: #ffffff;line-height: 40px;text-align: center; width: 100%;}
.copyright p a{color: #ffffff;display: inline-block;}
.dz{margin-left: 30px;}

.link{width: 100%;}
.link-tit{color: #ffffff; font-size: 20px;}
.plink{height: 38px;width:370px;line-height: 38px;position: relative;padding-left: 20px;box-sizing: border-box;background: rgba(255,255,255,0.1);z-index: 0; border-radius: 5px;}
.plink2{margin-bottom: 0;z-index: 1;}
.plink p{color: #ffffff;font-size: 0.14rem;}
.plink i{cursor: pointer;display: block;width: 40px;height: 40px;background:url(../img/down.svg) no-repeat center center;background-size:auto 0.2rem;}
.linklist{width: 100%;position: absolute;top:-1.6rem;left:0;height: 1.6rem;overflow-y: auto;display: none;z-index: 2;box-shadow:0 0 0.1rem 0 rgba(0,0,0,0.1);background: #ffffff;}
.linklist li{width: 100%;height: 0.4rem;text-align: left;line-height: 0.4rem !important;}
.linklist li a{padding-left:0.2rem;display: block;color: #434343;font-size: 0.14rem;width: 100%;}
.linklist li:hover{background: #0b55a6;}
.linklist li:hover a{color:#ffffff;}
.linklist::-webkit-scrollbar {width: 6px;}
.linklist::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #11823b;}
.linklist::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}
.dline{width: 100%; border-top: 1px solid #ffffff; opacity: 0.14;margin-top: 40px;}


.ftlink ul li{margin-left: 40px;position: relative;}
.ftlink ul li div{width: 57px;height: 57px;background-color: rgba(255,255,255,0.4);border-radius: 100%;background-repeat: no-repeat;background-position: center;background-size: auto 0.24rem;cursor: pointer;}
.ftlink 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;}
.ftlink 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: 2;}
.ftlink ul li span img{width: 100%;height: 100%;}
.ftlink ul li:hover span{top:-0.95rem;opacity: 1;visibility: inherit;}








/*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}
