/*边距*/
.pd2{padding: 2.5%;}
.pdlr2{padding-left: 2.5%;padding-right: 2.5%;}
.pdtb2{padding-top: 2.5%;padding-bottom: 2.5%;}
.pdtb4{padding-top: 4%;padding-bottom: 4%;}
.pd0{padding:0;}

@font-face {
  font-family: 'iconfont';  /* project id 1990013 */
  src: url('//at.alicdn.com/t/font_1990013_nwc6pkspxm.eot');
  src: url('//at.alicdn.com/t/font_1990013_nwc6pkspxm.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1990013_nwc6pkspxm.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1990013_nwc6pkspxm.woff') format('woff'),
  url('//at.alicdn.com/t/font_1990013_nwc6pkspxm.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1990013_nwc6pkspxm.svg#iconfont') format('svg');
}
.iconfont {font-family: "iconfont"!important;font-style: normal;}

/* 遮罩 */
.mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);transition: all 0.6s;-webkit-transition: all 0.6s;overflow: hidden;z-index: 2;}

.imgcover{display: block;width: 100%;height: 100%;object-fit: cover;transition: all 1s;-webkit-transition: all 1s;}

.index-container{margin:0 auto;position:relative;width: 1440px;transition: all 1s; -webkit-transition: all 1s;}
.inside-container{margin:0 auto;position:relative;width: 1600px;transition: all 1s; -webkit-transition: all 1s;}

@media (max-width:1500px) {
	.index-container{width: 1200px;}
}
@media (max-width:1250px) {
	.index-container{width: 1170px;}
}
@media (max-width:1200px) {
	.index-container{width: 1050px;}
}
@media (max-width:1080px) {
	.index-container{width: 100%;padding: 0 2.5%;}
}


.header{position: fixed;width: 100%;height:90px;background:transparent;top: 0px;z-index: 100;margin: auto;border-bottom: 1px solid rgba(255,255,255,0.15);}
.header-height{height: 90px;width: 100%;}
.header.scroll{background-color: #004dc3;}
.header .index-container{height: 100%;}
.header-wrap{position: relative;width: 100%;height: 100%;margin:0 auto;}
.header-logo{float:left;width: auto;height: 100%;padding:16px 0;}
.header-logo a{float:left;height:100%;}
.header-logo img{width:auto;height: 100%;float:left;}
.header-logo img.pro{display: none;}

.header-icon{float:right;margin-top:30px;}
.header-icon .icon{float:left;margin-left:15px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.header-icon .icon a{display:block;width:100%;font-size:14px;color:#fff;line-height:16px;text-align:center;font-family:"Arial";}
.header-icon .icon a img{display:block;width:20px;height:20px;margin:0 auto;}
/* .header-icon .icon:hover{background:#004dc3;} */
.header-icon .icon{display:none;}
.header-icon .icon.headernav-seek{display: block;}


/*侧边导航*/
.nav-bg{position:fixed;width: 100%;right: 0px;top: 0px;height: 100%;background: #000;opacity: 0.5;filter: alpha(opacity=50);z-index: 200;display: none;}
.nav{float: right;transition: all .6s;height: 100%;}
.nav-title{border-bottom: solid 2px #004dc3;height: 64px;padding: 0 3%;background: #fff;position: relative;z-index: 205;display:none;}
.nav-title h3{font-size: 18px;line-height: 62px;color: #000;}
.nav-close{display: inline-block;width: 24px;height:24px;margin-top:20px;}


.nav-ul {width: auto;float: left;}
.nav-ul .nav-first{float:left;position:relative;
    z-index: 9999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;}
.nav-ul .nav-first h3{float:left;}
.nav-ul .nav-first h3 a{float:left;padding:0 30px;font-size:18px;color: #fff;line-height:90px;font-family:"Microsoft YaHei","微软雅黑";transition: all .3s;position:relative;}
.nav-ul .nav-first h3 a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	transform: scaleX(0);
	transition: all .3s;
}
.nav-ul .nav-first h3 i{display: none;}
.nav-ul .nav-first.cur h3 a::after{transform: scaleX(1);}

.nav-ul .nav-btn{padding-top: 15px;}
.nav-ul .nav-btn a{display:inline-block;padding:0 20px;height:30px;line-height:30px;text-align:center;background:#004dc3;color:#fff;font-size:14px;border-radius:3px;margin-right:10px;}

/* 二级菜单 */
.second-nav{position:absolute;top:90px;left: 50%; margin-left: -80px;width:160px;background:#fff;opacity:0;text-align: center;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -moz-backface-visibility:visibility: hidden;;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9999;
    transition: all .3s;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.1);box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.second-nav .nav-sec{float:left;padding:0 10px;width:100%;}
.second-nav .nav-sec h5{float:left;width:100%;position:relative;}
.second-nav .nav-sec h5 a{float:left;width:100%;text-align: center;font-size:14px;color: #333;line-height:56px;font-family:"Microsoft YaHei","微软雅黑";height:56px;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;transition: all .3s;}
.second-nav .nav-sec h5 a .icon{float:left;margin-right:8px;width:32px;height:32px;margin-top:12px;border-radius:50%;border:#004dc3 solid 1px;padding:6px;}
.second-nav .nav-sec h5 a .icon img{display:block;width:100%; }
.second-nav .nav-sec h5 a span{display: flex;width: 100%;justify-content: center;}    

.second-nav .nav-sec:hover{background:#fff;-webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.1);box-shadow: 0 4px 12px rgba(0,0,0,0.1);}
.second-nav .nav-sec:hover h5 a{color:#004dc3;}

.nav-ul .nav-first:hover .second-nav{
    opacity:1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    transition: all .3s;
}

.nav .language{margin-left: 100px;float: left;font-size: 18px;color: #a9a9a9;font-weight: 700;font-family: 'Arial';}
.nav .language a{display: inline-block;line-height: 90px;color: #a9a9a9;}
.nav .language span{display: inline-block;padding: 0 20px;line-height: 90px;color: rgba(255,255,255,1);}
.nav .language a.cur{color: #fff;}

@media (max-width:1500px) {
	.nav-ul .nav-first h3 a{padding: 0 20px;}
	.nav .language{margin-left: 60px;}
}
@media (max-width:1250px) {
	.nav .language{margin-left: 40px;}
	.nav-ul .nav-first h3 a,
	.nav .language{
		font-size: 16px;
	}
	.nav .language span{padding: 0 15px;}
}
@media (max-width:1200px) {
	.nav-ul .nav-first h3 a{padding: 0 18px;}
	.nav .language span{padding: 0 10px;}
	.nav .language{margin-left: 30px;}
}

@media(max-width:1080px){
	.header{height:64px;}
	.header .container{width: 100%;}
	.header-height{height:64px;}
	.header-logo{padding:8px 0;}
	.header-icon .icon a img{width: 28px;height: 28px;}
    .header-icon{margin-top:18px;}
	.header-icon .icon{display:block;margin-left: 20px;}
	
	.nav{float:none;margin-right:0;position: fixed;width:80%;height: 100%;background: #fff;left:-100%;top: 0px;z-index: 201;transition: all .6s;}
	.nav.in{left: 0px;}
	.nav-title{display:block;}
	.nav-ul{width:100%;}
	
	
	.second-nav .nav-sec h5 a span{justify-content: flex-start;}
	
	.nav-ul .nav-first{float:left;width:100%;margin:0;
		-webkit-perspective:0;
		-moz-perspective:0;
		-ms-perspective:0;
		perspective:0;
		-webkit-transform-style:flat;
		-moz-transform-style:flat;
		-ms-transform-style:flat;
		transform-style:flat;}
	.nav-ul .nav-first.line{display: none;}
	.nav-ul .nav-first h3{width:100%;padding:0 3%;height:48px;border-bottom:#ddd solid 1px;position: relative;}

	.nav-ul .nav-first h3 a{color:#333;width:80%;padding:0;font-size: 16px;line-height: 48px;margin-top:0;margin-bottom:0;}
	.nav-ul .nav-first h3 a:after{display:none;}
	.nav-ul .nav-first:hover h3 a{color:#333;}
	.nav-ul .nav-first.cur h3 a{color:#004dc3;}
	.nav-ul .nav-first h3 i{display: block;position: absolute;top: 16px;right: 3%;transition: all .6s;}
	
	/* 二级菜单 */
	.second-nav{display:none;position:relative;top:0;left:0;margin-left: 0;width:100%;opacity:1;float:left;background:#fff;padding:0 5%;
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		-ms-transform: rotateX(0);
		transform: rotateX(0);
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.second-nav .nav-sec{float:left;width:100%;border-bottom:#ddd dashed 1px;}
	.second-nav .nav-sec h5{float:left;width:100%;height:48px;position:relative;}
	.second-nav .nav-sec h5 a{float:left;width:80%;font-size:14px;color: #333;line-height:48px;font-family:"Microsoft YaHei","微软雅黑";height:40px;overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;transition: all .3s;}
	
	.second-nav .nav-sec h5 a .icon{display:none;}
	.second-nav .nav-sec h5 a span{float:left;}
	.second-nav .nav-sec:hover{background:none;-webkit-box-shadow:none;box-shadow:none;}
	.second-nav .nav-sec:hover h5 a{color:#333;}
	
	.nav .language{margin: 0 auto;float: none;width: 100%;text-align: center;color: #333;}
	.nav .language span{padding: 0 10px;color: #333;}
	.nav .language a.cur{color: #004dc3;}
}

@media(max-width:769px){
	.header{height:48px;}
	.header-height{height:48px;}
	
   .header-icon .icon a img{width: 20px;height: 20px;}
   .header-icon{margin-top:14px;}
   .header-icon .icon{margin-left: 15px;}
	
    .nav-ul .nav-lst h3 a{font-size: 14px;}
	.nav-title{height: 48px;}
	.nav-title h3{line-height: 46px;}
    .nav-close{width:20px;height:20px;margin-top:13px;}
	
}

/*底部*/
.footer{width:100%;background:#e5e5e5;}

.footer .footer-topbox{width: 100%;padding: 80px 0;border-bottom: 1px solid #dadada;}

.footer-left{width: 18%;float: left;}
.footer-logo{width:100%;}
.footer-logo a{display:block;width:100%;}
.footer-logo a img{display:block;width:100%;}

.footer-nav{float:left;width: calc(100% - 250px);}
.footer-nav dl{float:left;width:18%;}
.footer-nav dl dt{float:left;width:100%;margin-bottom:16px;position:relative;}
.footer-nav dl dt a{float:left;width:100%;}
.footer-nav dl dt a p{float:left;width:100%;font-size:18px;font-weight: 700;color:#333;line-height:28px;font-family:"微软雅黑"; overflow: hidden;text-overflow: ellipsis;display: block;white-space: nowrap;}
.footer-nav dl dt a i{display: none;float:right;width:20px;height:42px;background:url(../images/icon-down01.png) no-repeat center;background-size:15px;}

.footer-nav dl dd{float:left;width:100%;}
.footer-nav dl dd a{font-size: 18px;color:#666;display:block;font-family:"微软雅黑";width:100%;line-height:42px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.footer-nav dl dd:hover a{transition: all 0.3s;-webkit-transition: all 0.3s;color: #004dc3;}

.footer-code{float:right;width:250px;}
.footer-code .code-box{width: 100%;display: flex;align-items: center;justify-content: flex-end;}
.footer-code .code-box p{font-size: 18px;color: #666;margin-right: 20px;}
.footer-code .img{width: 136px;height: 136px;background: #fff;padding: 8px;}
.footer-code .img img{width: 100%;height: 100%;display: block;}

@media (max-width:1500px) {
	.footer-nav dl{float:left;width:20%;}
}

@media (max-width:1080px){
	.footer .footer-topbox{padding: 40px 0;}
	
    .footer-nav{width:100%;padding:20px 0;margin-left:0;}
    .footer-nav dl{width:100%;margin:0;}
    .footer-nav dl dt{margin-bottom:0px;border-bottom:#555 solid 1px;}
    .footer-nav dl dt a p{width:60%;line-height:42px;text-align:left;font-size:14px;}  
    .footer-nav dl dt a i{display:block;}

    .footer-nav dl dd{display:none;padding:0 2.5% 0 28px;}
    .footer-nav dl dd a{line-height:28px;height:28px;margin-top:8px;text-align:left;font-size: 14px;}
	
	.footer-code{float: none;width: 100%;}
	.footer-code .code-box{justify-content: center;}
	.footer-code .code-box p{font-size: 14px;}
	.footer-code .img{width: 110px;height: 110px;padding: 5px;}
 }

@media (max-width:769px) {
	.footer .footer-topbox{padding: 20px 0;padding-top: 0;}
	.footer-code .code-box{flex-direction: column-reverse;}
	.footer-code .code-box p{margin-right: 0;margin-top: 10px;}
	.footer-code .img{width: 100px;height: 100px;}
}

/* 底部版权 */
.copyright{width:100%;font-size:16px;padding: 12px 0;color:#666;line-height:40px;}
.copyright .cp-left{float:left;margin-right:20px;}
.copyright .cp-right{float:right;}
.copyright p{line-height:40px;}
.copyright a{color:#666;transition: all 0.3s;-webkit-transition: all 0.3s;}
.copyright a:hover{color: #fff;}

@media(max-width:1080px){
    .copyright{line-height:20px;padding:8px 0;font-size:12px;}
    .copyright .cp-left{float:none;text-align:center;width:100%;margin-right:0;}
    .copyright .cp-right{float:none;text-align:center;width:100%;}
    .copyright p{line-height:20px;}
}


  


/*页码*/
.list-more{width:100%;display:none;}
.list-more a{display:block;width:120px;height:36px;margin:0 auto;border:#dedede solid 2px;border-radius:4px;font-size:12px;color:#888;text-align:center;line-height:32px;transition: all 0.6s;-webkit-transition: all 0.6s;}
.list-more a:hover{background:#236db4;border:#236db4 solid 2px;color:#fff;transition: all 0.6s;-webkit-transition: all 0.6s;}



@media (max-width:1080px){
    .list-more{display:block;}
    .page01{display:none;}
}

/*视频弹框*/
.video-bg{position:fixed;z-index:1000;top:0;left:0;background:#000;opacity:0.7;width:100%;height:100%;display: none;}
.home-videobox{display: none;position:fixed;z-index:1001;top:0;left:0;width:60%;top:50%;left:20%;transform: translateY(-50%);}
.home-videobox .video-close{z-index: 99;position:absolute;right:-24px;top:-24px;width:48px;height:48px;background:rgba(0,0,0,0.6) url(../images/icon-nav-close02.png) no-repeat center;background-size:28px;border:#fff solid 2px;border-radius:50%;cursor:pointer;opacity:0.8;}

@media(max-width:1280px){
	.home-videobox{width:80%;left:10%;}
}

@media(max-width:769px){
	.home-videobox{width:90%;left:5%;}

	.home-videobox .video-close{right:-18px;top:-18px;width:36px;height:36px;background:rgba(0,0,0,0.6) url(../images/icon-nav-close02.png) no-repeat center;background-size:20px;}
}

.editor{width:100%;font-size:18px;color:#666;line-height:30px;font-family:"微软雅黑";word-wrap:break-word;word-break:break-all;}
.editor p{line-height:30px;}
.editor img{max-width:100%;}
.editor ol,
.editor ul,
.editor li{list-style:unset;}

@media (max-width:1250px){
    .editor{font-size:16px;line-height:28px;}
    .editor p{line-height:28px;}
}

@media (max-width:991px){
    .editor{font-size:14px;line-height:24px;}
    .editor p{line-height:24px;}
}

/*右侧浮窗*/
.side-bar{position:fixed;bottom:120px;right: 10px;z-index:15;width:48px;}
.side-bar li{width:48px;height:48px;border:#e0e0e0 solid 1px;position:relative;margin-top:-1px;}
.side-bar li .icon{width:100%;height:100%;background:#fff;cursor:pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.side-bar li .icon i{display:block;font-size: 26px;color: #004dc3;text-align: center;line-height: 46px;}
.side-bar li:hover{border-color: #004dc3;}
.side-bar li:hover .icon{background:#004dc3;}
.side-bar li:hover .icon i{color: #fff;}

.side-bar li.top .icon i{font-size: 28px;}
.side-bar li.top {margin-top: 10px;}

.side-bar-layer{position:absolute;top:0;right:48px;z-index:16;transition: all 0.3s;-webkit-transition: all 0.3s;display:none;}
.side-bar-qq{width:130px;padding-top:12px;border-radius:4px;background:#004dc3;margin-right:4px;}
.side-bar-qq h6{width:100%;margin-bottom:12px;float:left;}
.side-bar-qq h6 a{float:left;width:100%;text-align:center;}
.side-bar-qq h6 a i{display:inline-block;width:24px;height:24px;padding:4px;background:#fff;border-radius:50%;vertical-align:top;font-size: 16px;color: #004dc3;}
.side-bar-qq h6 a p{display:inline-block;padding:0 8px;font-size:14px;color:#fff;line-height:24px;vertical-align:top;}

.side-bar-layer.code{bottom:0;top:auto;}
.wx-code{width:130px;padding:12px;padding-bottom:6px;border-radius:4px;background:#004dc3;margin-right:4px;}
.wx-code img{width:100%;display:block;}
.wx-code h6{width:100%;font-size:12px;color:#fff;line-height:24px;text-align:center;}

.side-bar li:hover .side-bar-layer{display:block;}


@media (max-width:769px) {
	.side-bar{width: 40px;}
	.side-bar li{width: 40px;height: 40px;}
	.side-bar li .icon i{line-height: 40px;font-size: 22px;}
	.side-bar-layer{right: 40px;}
}

/*页码*/
.list-more{width:100%;display:none;}
.list-more a{display:block;width:120px;height:36px;margin:0 auto;border:#dedede solid 2px;border-radius:4px;font-size:12px;color:#888;text-align:center;line-height:32px;transition: all 0.6s;-webkit-transition: all 0.6s;}
.list-more a:hover{background:#004dc3;border:#004dc3 solid 2px;color:#fff;transition: all 0.6s;-webkit-transition: all 0.6s;}

.page01 {width:100%;justify-content: center;align-items: center;display: flex;}
.page01 a,.page01 span{
	/* display: block;
	width: 58px;
	height:58px; */
	text-align: center;
	/* line-height:58px; */
	border-radius: 50%;
	margin:0 8px;
	color:#333;
	font-size: 18px;
	cursor: pointer;
	 text-align:center;
	}
.page01 .current{ color:#fff;background:#004dc3; }
.page01 .none{background: transparent;}
.page01 a:hover{color:#fff;background: #004dc3; }
/* .page01 a.button{font-size: 27px;line-height: 54px;border: 2px solid #004dc3;color: #004dc3;} */
/* .page01 a.button:hover{color: #fff;} */

/* .page01 {text-align:center; width:100%;}
.page01 a{display:inline-block;zoom:1;*display:inline;width: 48px;height:48px;text-align: center;line-height:48px;border-radius: 50%;margin:0 8px;color:#999;font-size: 16px;cursor: pointer; text-align:center;color: #999;background-color: #fff;}
.page01 .current{ color:#fff;background:#236db4; }
.page01 .none{background: transparent;}
.page01 a:hover{color:#fff;background: #236db4; }
.page01 input{display:inline-block;border-radius: 50%;zoom:1;*display:inline;width:48px;padding:0 8px;font-size: 16px;height:48px;border:none;background:#fff;margin-right: 8px;}
.page01 input.go{background: #236db4;color: #fff;} */

@media (max-width:1080px){
    .list-more{display:block;}
    .page01{display:none;}
}