@charset "utf-8";

html{
	overflow-y: scroll;
}

/*静止移动设备滑动*/
.sure{
	touch-action: none; 
} 
body.sure{
	position: fixed;
	width: 100%;
} 

.dt{
	position: relative;
}
.dt a{
	display: block;
}
.dt a img{
	width: 100%;
}
.kaorgx{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.6;
}	
.kaorgx h5{
	font-size: .38rem;
	color: #0050A5;
}
.kaorgx h6{
	font-size: .26rem;
	color: #0050A5;	
}

@media (max-width: 1074px) {
	.kaorgx h5{
		font-size: .46rem;
	}
	.kaorgx h6{
		font-size: .38rem;
	}		
}
@media (max-width: 768px) {
	.kaorgx h5{
		font-size: 16px;
	}
	.kaorgx h6{
		font-size: 12px;
	}				
}

.header-pc{background:linear-gradient(to right,#0089ca,#252f70);}
.header-pc .header-pc-top{background: #fff;}




/*栅格*/
.width-x{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;	
}
.width-1600{
	width: 1630px;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;
}
.width-1400{
	width: 1430px;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;
}
.width-1300{
	width: 1330px;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;
}
.width-1200{
	width: 1230px;
	padding-left: 15px;
	padding-right: 15px;	
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1650px) {
	.width-1600{
		width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}	
}
@media (max-width: 1450px) {
	.width-1600,
	.width-1400{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1250px) {
	.width-1600,
	.width-1400,
	.width-1200{
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1074px) {
	.width-1600,
	.width-1400,
	.width-1200{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
/*/栅格*/
.header-pc-logo_img img{height: 75px;}

/*--------------------------------动画、过渡--------------------------------*/

/*通用过度*/
.transition {
	transition: all .25s linear;
}

/*针对图片-缩放*/
.transition-img {
	transition: transform 0.25s linear;
	/*height:210px;*/
}
.transition:hover .transition-img{
	transform:scale(1.07);
}

/*针对文字-变色*/
.transition-color {
	transition: color 0.3s linear;
}
.transition:hover.transition-color,
.transition:hover .transition-color{
	color: #C1162A;
}
.transition:hover.color1,
.transition:hover .color1{
	color: #C1162A;
}

.transition:hover.color2,
.transition:hover .color2{
	color: #FFF;
}

/*针对背景-变背景颜色*/
.transition-background {
	transition: background-color 0.3s linear;
}
.transition:hover.transition-background,
.transition:hover .transition-background{
	background-color: #293256;
}
.transition:hover.transition-background1,
.transition:hover .transition-background1{
	background-color: #0071C6;
}

/*--------------------------------/动画、过渡--------------------------------*/






/*--------------------------------通用头部--------------------------------*/


/*头部-PC*/
@media (max-width: 1074px) {
	.header-pc{
		
		display: none;
	}	
}

@media (max-width: 1450px) {
	.header-pc-top .width,
	.header-pc-nav.width{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1250px) {
	.header-pc-top .width,
	.header-pc-nav.width{
		width: 1024px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1074px) {
	.header-pc-top .width,
	.header-pc-nav.width{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.header-pc-top{
	padding: 10px 0;
	border-bottom: 1px solid #ECECEC;
}	
.header-pc-logo_tit{
	/*padding-top: 10px;*/
	line-height: 1.6;
	padding-left: 26px;
	color: #666666;
	font-size: 19px;
}	
.header-pc-dh-titx{
	padding-left: 10px;
}
.header-pc-dh-titx h5{
	color: #636363;
	font-size: 16px;
}
.header-pc-dh-titx h6{
	color: #CD281E;
	font-size: 16px;
}
.header-pc-dsf{
	margin-left: 25px;
}
.header-pc-dsf a{
	margin-left: 15px;
}
.header-pc-nav-div{
	width: 100%;
}
.header-pc-nav-div ul li{
	position: relative;
}
.header-pc-nav-div ul li > a{
	display: block;
	line-height: 60px;
	border-bottom: 3px solid transparent;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
}
.header-pc-nav-div ul li > a:hover{
	/*color: #CD281E;*/
}
.header-pc-nav-div ul li.on > a{
	border-bottom-color: #CD281E;
}

.header-pc-ertdg{
	position: absolute;
	left: -40%;
	top: 100%;
	background-color: #FFF;
	width: 180%;
	z-index: 100;
	text-align: center;
	padding: 20px 0;
	display: none;
}	
.header-pc-ertdg a{
	font-size: 14px;
	display: block;
	color: #676767;
	line-height: 2;
}
.header-pc-ertdg a:hover{
	color: #CD281E;
}
/*/头部-PC*/


/*头部-移动端*/
@media (min-width: 1074px) {
	.header-wap{
		display: none;
	}	
}	

.header-wap-gao,
.header-wap-baow{
	height: 60px;
	background-color: #FFF;
}
.header-wap-baow{
	padding: 0 15px;
	border-bottom: 1px solid #CBCBCB;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.header-wap-logo a img{
	width: 120px;
}
.header-wap-ico-zk{
	display: block;
	width: 24px; 
}
.header-wap-ico-gb{
	display: none;
	width: 26px; 
}

.header-wap-zeten{
	position: fixed;
	width: 100%;
  left: 0;
  top: 60px;
  z-index: 99;
  background-color: #212125;
  height: calc(100% - 60px);
  padding: 15px 15px 35px;
  overflow-y: auto;
  display: none;
}
.header-wap-nav_kai ul li > a {
  color: #EAEAEA;
  font-weight: 100;
  font-size: 14px;
  border-bottom: 1px solid #2A2A2A;
  display: block;
  padding: 13px 15px;
  position: relative;
}
.header-wap-nav_kai ul li > a.header-wap-jt:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 5px solid transparent;
  border-top: 5px solid #EAEAEA;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}
.header-wap-nav_kai ul li.on > a.header-wap-jt:after {
  border-top: 5px solid #CD281E;
}
.header-wap-nav_kai ul li.on > a{
	color: #CD281E;
}

.header-wap-ertdg {
  position: relative;
  right: 0px;
  padding-top: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  display: none;
  border-bottom: 1px solid #2A2A2A;
}
.header-wap-ertdg dl {
  background-color: transparent;
  padding: 13px 0;
  padding-left: 0;
}
.header-wap-ertdg dl a {
  color: #EAEAEA;
  font-weight: 100;
  line-height: 24px;
  font-size: 13px;
  display: block;
  padding: 0 15px;
  padding-left: 30px;
  position: relative;
}
.header-wap-ertdg dl a:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2px;
  z-index: 1;
  width: 4px;
  height: 4px;
  background-color: #EAEAEA;
  overflow: hidden;
  border-radius: 100px;
}
.header-wap-ertdg dl a:hover{
	color: #CD281E;
}
.header-wap-ertdg dl a:hover:after{
	background-color: #CD281E;
}
.header-wap-dh{
	text-align: center;
	padding: 15px 0;
	margin-top: 15px;
}
.header-wap-dh-titx{
	padding-left: 10px;
}
.header-wap-dh-titx h5{
	color: #EAEAEA;
	font-size: 15px;
}
.header-wap-dh-titx h6{
	color: #CD281E;
	font-size: 15px;
}
.header-wap-dsf a{
	margin-left: 7.5px;
	margin-right: 7.5px;
}
/*/头部-移动端*/

/*--------------------------------/通用头部--------------------------------*/


/*--------------------------------通用底部---------------------------------*/

/*底部-PC*/
@media (max-width: 1074px){
	.footer-pc{
		display: none;
	}
}		
.footer-pc-ggy{
	background-color: #1285CB;
	padding: 20px 0;
}	
.footer-pc-ggy_left{
	color: #FFF;
	font-size: 15px;
}
.footer-pc-ggy_left font{
	font-size: 18px;
}
.footer-pc-ggy_right a span{
	color: #ABCBE7;
	font-size: 15px;
	padding-right: 12px;
}
.footer-pc-ggy_right a img{
	width: 6px;
}
.footer-pc-ggy_right a:hover span{
	color: #FFF;
}


.footer-pc-categ{
	background-color: #1E1E1E;
	padding-top: 75px;
	padding-bottom: 40px;
}
.footer-pc-tiert1{
	width: 580px;
}
.footer-pc-tiert_top h3{
	color: #666666;
	font-size: 26px;
	margin-bottom: 30px;
}
.footer-pc-tiert_top p{
	line-height: 1.5;
	color: #666666;
	font-size: 14px;
	margin-bottom: 30px;
}
.footer-pc-tiert_top a{
	color: #0174A1;
	font-size: 14px;
}
.footer-pc-tiert_top a:hover{
	text-decoration: underline;
}

.footer-pc-tiert_bot h3{
	color: #666666;
	font-size: 22px;
	margin-bottom: 10px;    line-height: 30px;
	margin-top: 35px;
}
.footer-pc-tiert_bot p{
	line-height: 1.7;
	color: #666666;
	font-size: 12px;
	margin-bottom: 30px;
}
.footer-pc-tiert_bot p span{
	padding: 0 8px;
}
.footer-pc-tiert-nav h3{
	color: #666666;
	font-size: 20px;
}

.footer-pc-tiert-nav_sul{
	margin-top: 28px;
}
.footer-pc-tiert-nav_sul ul li{
	font-size: 15px;
	line-height: 2;
}
.footer-pc-tiert-nav_sul ul li a{
	font-size: 14px;
	color: #666666;
}
.footer-pc-tiert-nav_sul ul li a:hover{
	color: #FFF;
}

.footer-pc-tiert-rwma h5{
	color: #666666;
	font-size: 14px;
}
.footer-pc-tiert-rwm_tit{
	margin-left: -30px;
	margin-top: 10px;
}
.footer-pc-tiert-rwm_tit dl{
	margin-left: 30px;
}
.footer-pc-tiert-rwm_tit dd{
	color: #666666;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	padding-top: 5px;
} 

.footer-pc-tiert-rwm_img{
	padding: 0 30px;
	margin-top: 25px;
}

.footer-pc-tiert-btisr{
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
}
.footer-pc-tiert-btisr h4{
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-pc-tiert-btisr p{
	font-size: 12px;
}
.footer-pc-tiert-btisr p span{
	display: block;
}

.footer-pc-tiert3,
.footer-pc-tiert4{
	padding-top: 0px;
}

.tptits2-bjrtx h5{
	height: 24px;
}

@media (max-width: 1450px) {
	.footer-pc-tiert1{
		width: 450px;
	}
}
@media (max-width: 1250px) {
	.footer-pc-tiert1{
		width: 300px;
	}
}
/*/底部-PC*/

/*底部-移动端*/

@media (min-width: 1074px){
	.footer-wap{
		display: none;
	}
}	

.footer-wap{
	background-color: #1E1E1E;
	padding: 15px 15px 25px;
}	
.footer-wap-list_h3{
  border-bottom: 1px solid #2A2A2A;
}
.footer-wap-list_h3 h3{
	font-size: 14px;
	font-weight: 100;
	color: #EAEAEA;
	position: relative;	
	padding: 13px 15px;
}
.footer-wap-list_h3 h3:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: 5px solid transparent;
  border-top: 5px solid #EAEAEA;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}
.footer-wap-list_h3.on h3:after {
  border-top: 5px solid #CD281E;
}
.footer-wap-list_h3.on h3{
	color: #CD281E;
}

.footer-wap-ertdg {
  position: relative;
  right: 0px;
  padding-top: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  display: none;
  border-bottom: 1px solid #2A2A2A;
}
.footer-wap-ertdg dl {
  background-color: transparent;
  padding: 8px 0;
  padding-left: 0;
}
.footer-wap-ertdg dl a {
  color: #EAEAEA;
  font-weight: 100;
  line-height: 24px;
  font-size: 13px;
  display: block;
  padding: 0 15px;
  padding-left: 30px;
  position: relative;
}
.footer-wap-ertdg dl a:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2px;
  z-index: 1;
  width: 4px;
  height: 4px;
  background-color: #EAEAEA;
  overflow: hidden;
  border-radius: 100px;
}
.footer-wap-titse{
	color: #EAEAEA;
	font-size: 12px;
	padding: 10px 15px;
	line-height: 20px;
}

.footer-wap-ewrtgx_imgrt{
	padding: 20px 0 20px;	
	border-bottom: 1px solid #2A2A2A;
}
.footer-wap-ewrtgx_ewm{
	margin: 0 10px;
}
.footer-wap-ewrtgx_ewm h6{
	color: #666666;
	font-size: 12px;
	line-height: 2.1;
	text-align: center;
}
.footer-wap-fenx{
	padding-top: 18px;
}
.footer-wap-fenx a{
	margin: 0 12px;
}
.footer-wap-bqxrt{
	color: #666666;
	font-size: 12px;	
	line-height: 1.8;
	padding-top: 18px;
}
/*/底部-移动端*/

/*--------------------------------/通用底部--------------------------------*/

/*内容页模板1*/
.news-show{
	font-size: 15px;
	padding-top: 70px;
	padding-bottom: 70px;
}	
.show-tit h5{
  font-size: 24px;
  color: #171717;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}	
.show-tit p {
  font-size: 14px;
  color: #b3b3b3;
  text-transform: uppercase;
  padding-top: 15px;
}
.show-tit {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.show-nanst{
	padding-top: 15px;
}
.show-nanst p {
  text-align: left;
  font-size: 15px;
  color: #515151;
  line-height: 2;
  margin-bottom: 2%;
}
.news-show .link {
  margin: 3.5% auto 0;
}
.news-show .link p {
  padding-top: 15px;
}
.news-show .link p a {
  font-size: 14px;
  color: #a8a8a8;
}
.news-show .link p a:hover{
	color: #C1162A;
}
.show-nanst img{
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 auto;
}



.prodppr{  display: block; position: relative; overflow: hidden;padding: 20px 0;text-align: center;}

.prodppr .ftext{ padding:0 30px; display: inline-block; position: relative;  overflow: hidden; background:linear-gradient(to right,#5592EC,#2267D1); height: 45px; line-height: 45px;  border-radius: 20px;}
.prodppr .ftext a{color: #fff; font-size: 16px; z-index:2;  display: block; overflow: hidden;position: relative;}
.prodppr .pd{width:100%;height:45px;background:#CD281E;background-size:100% 100%;position:absolute;bottom:0;left:-100%;transition:all .3s linear;border-radius: 20px;z-index:1;}
.prodppr:hover .pd{left:0}






@media (max-width: 767px) {
	.news-show {
    padding-top: 35px;
    padding-bottom: 50px;
	}	
	
	.show-nanst img{
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 auto;
}
	
	
}
/*/内容页模板1*/

/*------------------------------内页2------------------------------*/
.pc-slide{
	width: 47%;
	float: left;
}	
.pc-simerg{
	float: right;
	width: 49%;
}
.preview .swiper-slide img{
	display: block;
	width: 100%; 
	cursor: pointer;
}
.view .swiper-slide img{
	display: block;
	width: 100%;  border: 1px solid #eee;
	cursor: pointer;
}
.preview{
	margin-top: 14px;
}
.pc-simerg-tit h5{
  font-size: 24px;
  color: #1E64CE;
  margin: 3% 0;
}
.pc-simerg-txt{
	margin: 6% 0;
}
.pc-simerg-txt p {
  margin: 4px 0;
  line-height: 150%;
  font-size: 14px;
  color: #787878;
}
.kbrtga{
	padding: 2% 0;
}
.preview .swiper-slide{
	padding: 0 1px;
}
.preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #eee;
  padding: 1px;
}
.preview .active-nav img {
  border: 1px solid #D13A31;
}
@media (max-width: 767px) {
	.pc-slide{
		float: none;
		width: 100%;
	}
	.pc-simerg{
		float: none;
		width: 100%;	margin-top: 30px;	
	}
	.pc-simerg-tit h5 {
    font-size: 20px; 
    color: #666;
    margin: 5% 0;
	}	
}
.nb-cpzxrg{
  margin: 4% 0;
  padding: 3% 0;
  border-top: 1px solid #eee;
}	
.nb-cpzxrg-tit{
  margin-bottom: 3%;
  border-bottom: 1px solid #eee;
}
.nb-cpzxrg-tit h5 {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #EEEEEE;
  color: #9a9a9a;
  font-size: 16px;
  margin-bottom: 0;
}
.nb-cpzxrg-news{
	line-height: 1.75;
	font-size: 14px;
  color: #787878;
}
@media (max-width: 767px) {
	.nb-cpzxrg-tit h5{
	  width: 100px;
	  height: 40px;
	  line-height: 40px;
	  text-align: center;
	  color: #9a9a9a;
	  font-size: 14px;
	}
	.nb-cpzxrg-news{
	  font-size: 13px;
	}
}
/*------------------------------/内页2------------------------------*/

.mbx2-right-nav a:hover{
	color: #C1162A;
}
.link {
    margin: 3.5% auto 0;
    font-size: 15px;
}
.link p {
    padding-top: 15px;
}
.link p a {
    font-size: 14px;
    color: #a8a8a8;
}
.link p a:hover{
	color: #C1162A;
}


.BMap_bubble_content{
	font-size: 15px;
}

/*大图-轮播切换1*/
.dt-lb1 .swiper-slide a{
	display: block;
	position: relative;
	cursor: -webkit-grab;
}	
.dt-lb1-swiper-img img{
	width: 100%;
}	





.dt-lb1-swiper-img .pc{display: block;}	
.dt-lb1-swiper-img .wap{display: none;}	

@media (max-width: 640px) {
.dt-lb1-swiper-img .pc{display: none;}	
.dt-lb1-swiper-img .wap{display: block;}	
}


.dt-lb1-swiper-tits{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #FFF;
	line-height: 1.5;
}
.dt-lb1-swiper-strt{
	width: 6.7rem;
}
.dt-lb1-swiper-strt h3{
	font-size: .48rem;
	margin-bottom: .4rem;
	text-shadow:2px 2px 5px #333333;
}
.dt-lb1-swiper-strt p{
	font-size: .19rem;
	text-shadow:2px 2px 5px #333333;
	line-height: 1.7;
}
.dt-lb1-swiper-gd{
	background-color: #0D97FF;
	color: #FFF;
	font-size: .16rem;
	text-align: center;
	border-radius: 100px;
	display: inline-block;
	width: 1.6rem;
	line-height: .4rem;
	margin-top: .55rem;
	cursor: pointer;
}

@media (max-width: 1074px) {
	.dt-lb1-swiper-strt{
		width: 100%;
	}		
	.dt-lb1-swiper-strt h3{
		font-size: 16px;
		margin-bottom: .3rem;
	}		
	.dt-lb1-swiper-strt p{
		font-size: 12px;
	}		
	.dt-lb1-swiper-gd{
		font-size: 12px;
		width: 78px;
		line-height: 22px;
		margin-top: .4rem;
	}		
	.dt-lb1 .swiper-pagination{
		bottom: .45rem !important;
	}	
}	

/*左右箭头设置*/
.swiper-container .hide{
  opacity:0;
}
.dt-lb1 .swiper-button-next,
.dt-lb1 .swiper-button-prev{
  transition:opacity 0.5s;
}

.dt-lb1 .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
	left: 25px;
	width: 23px;
	height: 40px;	
	background-size: 23px auto;
}
.dt-lb1 .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
	transform:rotate(180deg);
	right: 25px;
	width: 23px;
	height: 40px;
	background-size: 23px auto;
}	

/*缩放*/
.dt-lb1 .swiper-container .swiper-slide{
	overflow: hidden;
}	
/* .dt-lb1 .swiper-container .swiper-slide a .dt-lb1-swiper-img{
	display: block;
	transform: scale(1.1);
	vertical-align: middle
}

.dt-lb1 .swiper-container .swiper-slide-active a .dt-lb1-swiper-img{
	animation: upin2 30s linear infinite
}
@media (max-width: 1074px) {
	.dt-lb1 .swiper-container .swiper-slide-active a .dt-lb1-swiper-img{
		animation: upin2 15s linear infinite
	}
}	

@keyframes upin2 {
	0% {
		transform: scale(1.1)
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1)
	}
}
 */
/*渐显*/
.dt-lb1 .swiper-slide-active{
	animation-name: opacity2;
	animation-duration: 1.3s;
}
@keyframes opacity2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}	
	
.dt-lb1 .swiper-slide-active .fadeInUp2{
	animation-name: fadeInUp2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}	

.dt-lb1 .swiper-slide-prev .fadeInUp2 {
	visibility: hidden !important;
	animation-name: inherit !important;
}

/*分页器设置*/
.dt-lb1 .swiper-pagination{
	bottom: .4rem;
}
.dt-lb1 .swiper-pagination-bullet{
  opacity: 1;
  background: transparent;	
  border: 2px solid rgba(255,255,255,.5); 
  width: 14px;
  height: 14px;
  margin: 0 6px !important;
}
.dt-lb1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFF;
  border-color: #FFF;
}

@media (max-width: 1350px) {
	.dt-lb1 .swiper-button-prev {
		left: 15px;
		width: 20px;
		height: 36px;	
		background-size: 20px auto;
	}
	.dt-lb1 .swiper-button-next {
		right: 15px;
		width: 20px;
		height: 36px;
		background-size: 20px auto;
	}			
}
@media (max-width: 1074px) {
	.dt-lb1 .swiper-pagination-bullet{
	  border: 1px solid rgba(255,255,255,.5); 
	  width: 10px;
	  height: 10px;
	  margin: 0 4px !important;
	}		
	.dt-lb1 .swiper-pagination{
		bottom: .15rem;
	}		
	.dt-lb1 .swiper-button-next,
	.dt-lb1 .swiper-button-prev{
		opacity: 0 !important;
	}
}
/*/大图-轮播切换1*/






/*------------------------------页面排版布局------------------------------*/
.mk1{
	background-color: #F3F7FE;
	padding-top: 5%;
	padding-bottom: 5%;
}	
.mk2{
	background-color: #F3F7FE;
	padding-top: 5%;
	padding-bottom: 0%;
}


.titles1 h3{
	text-align: center;
	font-size: 34px;
	line-height: 1.5;
	color: #1E1E1E;
}	

.mk1-srt{
	margin-top: 4%;
}
.mk1-srt ul{
	overflow: hidden;
	margin-left: -3%;
	margin-top: -3%;
}
.mk1-srt ul li{
	float: left;
	width: 33.3333%;
	padding-left: 3%;
	margin-top: 3%;
	color: #FFF;
}
.mk1-srt-div{
	background-color: #3C83E9;
	text-align: center;
	padding: 15% 15px;
	transition: all .25s linear;
}

.mk1-srt ul li:nth-child(1) .mk1-srt-div{
	background:linear-gradient(to right,#3A7FE4,#0D3C85);
}
.mk1-srt ul li:nth-child(1) .mk1-srt-div:hover{
	background:linear-gradient(to left,#3A7FE4,#0D3C85);
}
.mk1-srt ul li:nth-child(3) .mk1-srt-div{
	background:linear-gradient(to right,#2FD7E4,#08B3BE);
}
.mk1-srt ul li:nth-child(3) .mk1-srt-div:hover{
	background:linear-gradient(to left,#2FD7E4,#08B3BE);
}
.mk1-srt ul li:nth-child(5) .mk1-srt-div{
	background:linear-gradient(to right,#5390EB,#1852AE);
}
.mk1-srt ul li:nth-child(5) .mk1-srt-div:hover{
	background:linear-gradient(to left,#5390EB,#1852AE);
}

.mk1-srt ul li:nth-child(2) .mk1-srt-div,
.mk1-srt ul li:nth-child(4) .mk1-srt-div,
.mk1-srt ul li:nth-child(6) .mk1-srt-div{
	background-color: #FFF;
	color: #0D3E88;
}

.mk1-srt-img img{
	margin: 0 auto;
}
.mk1-srt-tit{
	line-height: 1.8;
	margin-top: 5.5%;
}
.mk1-srt-tit h3{
	font-size: 20px;
	-webkit-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
}
.mk1-srt-tit h4{
	font-size: 15px;
	line-height: 1.5;
	height: 19px;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
}
@media (max-width: 1074px) {
	.mk1-srt-img img{
		width: 66px;
	}
	.mk1-srt-tit h3 {
    font-size: 18px;
	}
	.mk1-srt-tit h4 {
    font-size: 13px;
	}
}
@media (max-width: 768px) {
	.mk1 {
    padding-top: 8%;
    padding-bottom: 8%;
	}
	.mk2 {
	padding-top: 8%;
	padding-bottom: 2%;
	}
	
	
	.mk1-srt {
    margin-top: 7%;
	}
	.mk1-srt ul li{
		width: 50%;
	}	
	.titles1 h3 {
    font-size: 24px;
	}
	.mk1-srt-img img{
		width: 50px;
	}	
	.mk1-srt-tit h3 {
    font-size: 14px;
	}
	.mk1-srt-tit h4 {
    font-size: 11px;
	}
	.mk1-srt-div{
		padding: 15% 8px;
	}		
}



.mk2-dt_img img{
	width: 100%;
}	
.mk2-div{
	position: relative;
}
.mk2-waiw{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.mk2-waiw-div{
	width: 100%;
	height: 100%;	
}
.mk2-waiw-ico dt{
	margin: 0 .2rem;
}
.mk2-waiw-ico dt img{
	width: 1.05rem;
	cursor: pointer;
}
.mk2-waiw-section{
	width: 6.8rem;
}

.mk2-waiw-div .titles1{
	margin-top: .85rem;
}
.mk2-waiw-div .titles1 h3{
	color: #FFF;
	text-align: left;
	padding-left: .4rem;
}
.mk2-waiw-tits{
	color: #FFF;
	font-size: 14px;
	line-height: 1.7;
	padding-left: .4rem;
	margin-top: .45rem;
}

.mk2-waiw-tits_pmsr{
	display: inline-block;
	padding-left: .4rem;
	padding-top: .65rem;
}
.mk2-waiw-tits_pmsr a{
	border-radius: 100px;
	overflow: hidden;
	border: 1px solid #FFF;
	padding: 10px 20px;
}
.mk2-waiw-tits_pmsr a span{
	padding-right: .23rem;
	color: #FFF;
	font-size: 16px;
}
.mk2-waiw-tits_pmsr a img{
	width: 9px;
}
@media (max-width: 1450px) {
	.mk2-waiw-section{
		width: 8rem;
	}	
	.mk2-waiw-div .titles1 h3 {
    font-size: 28px;
	}
	.mk2-waiw-tits_pmsr a{
		padding: 10px 20px;
	}	
	.mk2-waiw-tits_pmsr a span{
		font-size: 12px;
	}	
}
@media (max-width: 1074px) {
	.mk2-waiw-section{
		width: 8.5rem;
	}	
	.mk2-waiw-div .titles1 h3 {
    font-size: 26px;
	}
	.mk2-waiw-div .titles1 {
	  margin-top: .6rem;
	}	
	.mk2-waiw-tits {
	  margin-top: .25rem;
    font-size: 12px;
    line-height: 1.6;	  
	}	
	.mk2-waiw-tits_pmsr{
		padding-top: .3rem;
	}		
	.mk2-waiw-tits_pmsr a{
		padding: 8px 16px;
	}	
	.mk2-waiw-tits_pmsr a span{
		font-size: 12px;
	}		
}
@media (max-width: 768px) {
	.mk2-waiw-ico{
		display: none;
	}
	.mk2-waiw-div .titles1 {
		display: none;
	}
	.mk2-waiw-tits {
	  padding-left: 0;  
	}	
	.mk2-waiw-tits_pmsr{
		padding-left: 0;
	}	
	.mk2-waiw-tits_pmsr a {
    padding: 6px 12px;
	}
	.mk2-waiw-tits_pmsr a span {
    font-size: 12px;
	}
	.mk2-waiw-tits_pmsr a img{
		width: 6px;
		position: relative;
		top: -1px;
	}
	.mk2-waiw-tits_pmsr {
    padding-top: .6rem;
	}
}



.mk3{
	padding-top: 5%;
	padding-bottom: 5%;
}		
.tpdjwz2-imstrg ul{
	overflow: hidden;
	margin-left: -1.8%;
	margin-top: -1.8%;
}
.tpdjwz2-imstrg ul li{
	width: 33.3333%;
	float: left;
	padding-left: 1.8%;
	margin-top: 1.8%;
}
.tpdjwz2-div a{
	display: block;
	position: relative;
}
.tpdjwz2-img img{
	display: block;
	width: 100%;
}
.tpdjwz2-tit{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: #FFF;
	line-height: 1.5;
	width: 100%;
	height: 100%;
	text-align: center;
	background: linear-gradient(to right,#1087BF,#15929E);
	pointer-events: none;
	opacity: 0;
	transition: opacity .35s linear;
}
.tpdjwz2-div a:hover .tpdjwz2-tit{
	opacity: 1;
}
.tpdjwz2-tit h4{
	font-size: .28rem;
	margin-bottom: 20px; margin-top: 10px;
}
.tpdjwz2-tit img{
	margin: 0 auto;
}
@media (max-width: 1450px) {
	.tpdjwz2-tit img{
		width: 32px;
	}		
}
@media (max-width: 1250px) {
	.tpdjwz2-tit img{
		width: 28px;
	}	
}
@media (max-width: 1075px) {
	.tpdjwz2-tit{
		padding-left: .5rem;
		padding-right: .5rem;
		padding-bottom: .5rem;		
	}
	.tpdjwz2-tit h4{
		font-size: .34rem;
	}
}
@media (max-width: 768px) {
	.tpdjwz2-tit{
		padding-left: .3rem;
		padding-right: .3rem;
		padding-bottom: 0;
		padding-top: 0;	
		width: 100%;
		height: 100%;	

		display: -webkit-box !important;
		display: -moz-box !important;
		display: -o-box !important;
		display: -ms-flexbox !important;
		display: box !important;		

		-webkit-box-align: center;
		-moz-box-align: center;
		-o-box-align: center;
		-ms-flex-align: center;
		box-align: center;
	}	
	.tpdjwz2-tit h4{
		font-size: 17px;
	}
	.tpdjwz2-tit h5{
		font-size: 12px;
		margin-top: .18rem;
	}		

	.tpdjwz2-tit h4{
		font-size: .28rem;
	}	
	.tpdjwz2-tit img {
    width: 18px;
	}
	.tpdjwz2-imstrg ul li{
		width: 50%;
	}
}




.mk4 .tpdjwz2-imstrg ul li{
	width: 100%;
	float: none;
}	
.mk4 .tpdjwz2-tit{
	opacity: 1;
	background: transparent;
}	
.mk4 .tpdjwz2-imstrg ul li{
	margin-top: 0;
}	
.mk2-waiw-tits_pmsr.mk2-waiw-mna{
	padding-left: 0;
	padding-top: .5rem;
}
.mk4 .tpdjwz2-tit h4 {
  font-size: .32rem;
}
.mk4 .tpdjwz2-tit p{
	line-height: 2.3;
	font-size: 16px;
}
.mk2-waiw-tits_pmsr .mk2-waiw-mna_but{
	border-radius: 100px;
	overflow: hidden;
	border: 1px solid #FFF;
	padding: 10px 20px;
}
.mk2-waiw-tits_pmsr .mk2-waiw-mna_but span{
	padding-right: .23rem;
	color: #FFF;
	font-size: 16px;
}	
.mk2-waiw-tits_pmsr .mk2-waiw-mna_but img{
	margin: 0;
	width: 9px;
}
.mk4 .tpdjwz2-tit{
	padding-bottom: 0;
}

@media (max-width: 1074px) {
	.mk4 .tpdjwz2-tit h4 {
	  font-size: .38rem;
	}	
	.mk4 .tpdjwz2-tit p{
		line-height: 1.7;
		font-size: 12px;
	}	
	.mk4 .tpdjwz2-tit h4 {
	  margin-bottom: .25rem;
	}	
	.mk2-waiw-tits_pmsr.mk2-waiw-mna {
    padding-top: .3rem;
	}
}

@media (max-width: 768px) {
	.mk4 .tpdjwz2-tit p{
	}	
	.mk4 .tpdjwz2-tit h4 {
    font-size: 16px;
	}	
	
	.mk4 .mk2-waiw-tits_pmsr{
		padding-left: 0;
	}	
	.mk4 .mk2-waiw-tits_pmsr .mk2-waiw-mna_but {
    padding: 4px 12px;
	}
	.mk4 .mk2-waiw-tits_pmsr .mk2-waiw-mna_but span {
    font-size: 12px;
	}
	.mk4 .mk2-waiw-tits_pmsr .mk2-waiw-mna_but img{
		width: 6px;
		position: relative;
		top: -1px;
	}
	.mk4 .mk2-waiw-tits_pmsr {
    padding-top: .35rem;
	}	
}




.mk5{
	padding-top: 5%;
	padding-bottom: 5%;
}	
.mk5-h3{
	color: #282828;
	font-size: 34px;
	margin-bottom: 35px;
	text-align: center;
}
@media (max-width: 1450px){
	.mk5-h3 {
    font-size: 28px;
	}
}
@media (max-width: 768px){
	.mk5-h3 {
    font-size: 24px;
    margin-bottom: 25px;
    padding-top: 15px;
	}
}

.tptits2-imstrg ul{
	overflow: hidden;
	margin-left: -2.5%;
}
.tptits2-imstrg ul li{
	float: left;
	width: 33.3333%;
	padding-left: 2.5%;
}	
.tptits2-imstrg ul li:nth-child(4){
	display: none;
}
.tptits2-sprtax-img img{
	width: 100%;
}
.tptits2-sprtax h5{
	font-size: 17px;
	color: #333333;
	line-height: 1.5;
	margin-top: 15px;
	text-align: left;
}
.tptits2-sprtax-tit{
	font-size: 15px;
	color: #8D8D8D;
	line-height: 1.5;
	margin-top: 8px;	
	height: 41px;	
}
.tptits2-sratt{
	color: #0174A1;
	font-size: 16px;
	margin-top: 25px;
}
.tptits2-sratt:hover{
	text-decoration: underline;
}
@media (max-width: 1250px){
	.tptits2-imstrg ul li{
		float: left;
		width: 33.3333%;
	}			
}
@media (max-width: 768px){
	.tptits2-imstrg ul{
		margin-top: -6%;
	}
	.tptits2-imstrg ul li{
		width: 50%;
		margin-top: 6%;
	}		
	.tptits2-sprtax h5 {
    font-size: 15px;
    margin-top: 8px;
	}	
	.tptits2-sprtax-tit{
		font-size: 12px;
		height: 35px;	
	}		
	.tptits2-sratt{
		display: none;
	}
	.tptits2-imstrg ul li:nth-child(4){
		display: block;
	}
}	

.mbx2{
	/*box-shadow: 0px 2px 4px #E5E5E5;
	margin-bottom: 4px;*/
	background-color: #FFF;
}
.mbx2-cen,
.mbx2-cen a{
	color: #666666;
	font-size: 15px;
}	
.mbx2-left-nav a{
	font-size: 14px;
	padding: 0 18px;
	display: block;
	padding-bottom: 18px;
}
.mbx2-left-nav ul li{
	float: left;
	font-size: 15px;
}
.mbx2-left-nav ul li a{
	height: 56px;
	line-height: 56px;	
	position: relative;
}	
.mbx2-left-nav ul li a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 25%;
	width: 1px;
	background-color: #E4E4E4;
	height: 50%;
}
.mbx2-left-nav ul li.on a{
	color: #FFF !important;
	background: linear-gradient(to right,#5290EA,#1E64CE);
}	
.mbx2-left-nav ul li:hover a{
	color: #CD281E;
}
.mbx2-left-nav ul li.on a:after{
	display: none;
}
.mbx2-left-nav ul li:first-child a:after, .mbx2-left-nav ul li.on + li a:after{
	display: none;
}
.mbx2-right-nav ul{
	overflow: hidden; height: 50px; line-height: 50px;
}
.mbx2-right-nav ul li{
	float: left;
	color: #909191;
}
.mbx2-right-nav ul li a{
	color: #666;
	font-size: 14px;
}
.mbx2-right-nav ul li a:hover{
	color: #CD281E;
}
.mbx2-right-nav ul li span{
	padding: 0 6px;
}
.mbx2-right-nav ul li img{
	margin-right: 10px;
}

@media (max-width: 1250px){
	.mbx2{
		margin-top: 15px;
	}
	.mbx2-right{
		display: none;
	}
	.mbx2-left{
		
	}
	.mbx2-left-nav ul {
    display: flex;
    overflow-x: auto;
	}	
	.mbx2-left-nav ul li{
		float: none;
	}
	.mbx2-left-nav ul li a{
		height: 34px;
		line-height: 34px;				
		width: auto;
		font-size: 13px;
		padding: 0 18px;
		padding-bottom: 10px;
		text-align: center;
		white-space: nowrap;
	}
	.mbx2-left-nav ul li a:after{
		display: none;
	}
}


.xrt1{
	padding-top: 3.8%;
	padding-bottom: 3.8%;
}
.tw3-tit-left{
	color: #C6C6C6;
	font-size: 14px;
	line-height: 2.2;
	width: 6.96rem;
}
.tw3-tit-left img{
	width: 100%;
}
.tw3-tit-right{
	color: #666666;
	padding-left: 4.2%;
}
.twright h3{
	font-size: 30px;
	line-height: 1.5;
	font-weight: 100;
	margin-bottom: 20px;
	color: #000000;
}
.twright p{ line-height: 28px; font-size: 15px; color: #666; }



.tw3-tit-news{
	font-size: 14px;
	line-height: 2;
}
@media (max-width: 1074px){
	.tw3-tit{
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		-o-box-orient: vertical;
		-ms-box-orient: vertical;
		box-orient: vertical;			
	}
	.tw3-tit-left{
		color: #C6C6C6;
		font-size: 14px;
		line-height: 2.2;
		width: 80%;
		margin: 0 auto;
	}
	.tw3-tit-right{
		width: 100%;
		padding-left: 0;
		margin-top: 3.5%;
	}
	.tw3-tit-right h3{
		font-size: 26px;
		line-height: 1.5;
		font-weight: 100;
		margin-bottom: 2.5%;
	}		
}

@media (max-width: 768px){
	.tw3-tit-left{
		width: 100%;
	}
	.twright h3{font-size: 20px; margin-top: 10px; margin-bottom: 0;}
	.tw3-tit-right{
		width: 100%;
		padding-left: 0;
		margin-top: 5%;
	}		
	.tw3-tit-right h3{
		font-size: 22px;
		margin-bottom: 2.5%;
	}			
	.tw3-tit-right img{
		max-width: 80%;
		margin: 0 auto;
	}
}


.xrt2{
	background: #F4F4F4 url(../images/c24.png) left top repeat-x;
}
.xrt2-div img{
	width: 100%;
}
@media (max-width: 768px){
	.xrt2{
		padding-bottom: 3%;
	}
}


.tancrt{
	background: url(../images/dt4.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 5%;
	padding-bottom: 5%;
}
.tancrt-left{
	color: #292929;
	padding-right: 7%;
}
.tancrt-left-div h5{
	font-size: 30px;
	color: #292929;
}
.tancrt-left-div h6{
	color: #EA0808;
	font-size: 28px;
	padding-left: 23px;
}
.tancrt-left-newsrt{
	font-size: 14px;
	color: #3A3A3A;
	line-height: 1.8;
	margin-top: 5%;
}
.tancrt-left-sraptk{
	margin-left: 0;
	margin-top: 6%;
}
.tancrt-left-sraptk dl{
	padding-left: 10%;
}
.tancrt-left-sraptk dl:first-child{
	padding-left: 0%;
}
.tancrt-left-sraptk dl dt{
	color: #DF0808;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
.tancrt-left-sraptk dl dd{
	font-size: 14px;
	color: #292929;
	text-align: center;
	margin-top: 13px;
}

.listimg{
	width: 730px;
	overflow-y: auto;
	height: 560px;
	padding-bottom: 10px;
	padding-right: 35px;
}
.listimg::-webkit-scrollbar-track-piece {
	background-color: #F1F1F1;
	border-radius: 10px;
}
.listimg::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.listimg::-webkit-scrollbar-thumb {
	background-color: #C1C1C1;
	border-radius: 10px;
	background-clip: padding-box;
	min-height: 28px;
}
.listimg::-webkit-scrollbar-thumb:hover {
	background-color: #A8A8A8;
}


.listimg-natrg-div{
	text-align: center;
}	
.listimg-natrg ul{
	overflow: hidden;
	margin-left: -3.5%;
	margin-top: -3.5%;
	font-size: 0;
}
.listimg-natrg ul li{
	cursor: pointer;
	width: 25%;
	padding-left: 3.5%;
	margin-top: 3.5%;
	display: inline-block;
	vertical-align: text-top;
}	
.listimg-natrg ul li img{
	margin: 0 auto;
	max-width: 100%;
}
.listimg-natrg ul li h5{
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-top: 15px;
	height: 63px;
}
.listimg-natrg-img{
	display: inline-block;
}
.listimg-natrg-kbart{
	position: relative;
	display: inline-block;
}
.listimg-natrg-fdj{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(51,118,217,.83);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}
.listimg-natrg-kbart:hover .listimg-natrg-fdj{
	opacity: 1;
}
@media (max-width: 1250px){
	.tancrt{
		margin-top: 15px;
	}
	.tancrt-div{
		display: block !important;
	}
	.listimg{
		width: 100%;
		padding-left: 0;
	}
	.tancrt-left-newsrt {
    margin-top: 2%;
	}
	.tancrt-left-sraptk {
    margin-top: 2%;
	}
	.listimg{
		margin-top: 8%;
	}
}
@media (max-width: 768px){
	.listimg-natrg ul li{
		width: 50%;
	}	
	.listimg-natrg ul li h5 {
    margin-top: 10px;
	}
	.listimg-natrg ul{
		margin-top: -7%;
	}
	.listimg-natrg ul li{
		margin-top: 7%;
	}	
	.tancrt-left-div h5 {
    font-size: 26px;
	}		
	.tancrt-left-div h6 {
    color: #EA0808;
    font-size: 23px;
    padding-left: 15px;
	}	
	.tancrt-left-sraptk dl dt {
    font-size: 32px;
	}	
	.tancrt-left-sraptk {
    margin-top: 5%;
	}
}

/*弹窗*/
.nrtgsh{
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
.nrtgsh-div{
	width: 100%;
	height: 100%;
}
.nrtgsh .swiper-container{
	width: 100%;
}
.nrtgsh .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	width: 620px;
	max-height: 80vh;
	cursor: pointer;
}
.nrtgsh .swiper-slide h6{
	font-size: 26px;
  text-align: center;
  color: #FFF;
  padding-top: 16px;
}
.swiper-pagination {
  bottom: 55px !important;
}

.nrtgsh .swiper-slide{ height:1px} 
.nrtgsh .swiper-slide-active { height:auto}

.nrtgsh .swiper-pagination-bullet-active {
  background: #1285CB;
}

/*按钮 左-%23后面是颜色值*/
.nrtgsh .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231285CB'%2F%3E%3C%2Fsvg%3E") !important;
	left: 5%;
}

/*按钮 右-%23后面是颜色值*/
.nrtgsh .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231285CB'%2F%3E%3C%2Fsvg%3E") !important;
	transform:rotate(180deg);
	right: 5%;
}
 	
@media (max-width: 1024px){
	.nrtgsh .swiper-slide img{
		max-width: 80%;
		margin: 0 auto;
		width: auto;
		height: 80vh;
		cursor: pointer;
	}
	.nrtgsh .swiper-slide h6{
		font-size: 26px;
	  padding-top: 16px;
	}	
}
@media (max-width: 768px){
	.nrtgsh .swiper-slide h6{
		font-size: 18px;
	  padding-top: 16px;
	}	
	.nrtgsh .swiper-pagination {
	  bottom: 38px !important;
	}	
	.nrtgsh .swiper-slide img{
		width: 70%;
		margin: 0 auto;
		height: auto;
	}		
}
/*/弹窗*/




.tptits-gd-imstrg{
	display: flex;
	overflow-x: auto;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.tptits-gd-imstrg article{
	width: 447px;
	margin-left: 30px;
}
.tptits-gd-imstrg article:first-child{
	margin-left: 0;
}
.tptits-gd-imstrg ul{
	overflow: hidden;
}
.tptits-gd-imstrg ul li{
	margin-top: 40px;
}	
.tptits-gd-sprtax-img img{
	width: 447px;
}
.tptits-gd-sprtax h5{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin-top: 15px;
	text-align: center;
}

.tptits-gd-imstrg::-webkit-scrollbar-track-piece {
	background-color: #EBEBEB;
	border-radius: 10px;
}
.tptits-gd-imstrg::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.tptits-gd-imstrg::-webkit-scrollbar-thumb {
	background-color: #1492A0;
	border-radius: 10px;
	background-clip: padding-box;
	min-height: 28px;
}
.tptits-gd-imstrg::-webkit-scrollbar-thumb:hover {
	background-color: #127D8A;
}

.piaort-titsr{
	padding-bottom: 1%;
	padding-top: 4%;
}
.piaort-titsr h3{
	text-align: center;
	color: #666666;
	font-size: 26px;
}
.tnletyx{
	padding-bottom: 5%;
}

@media (max-width: 1450px){
	.tptits-gd-imstrg article{
		width: 377px;
		margin-left: 20px;
	}	
	.tptits-gd-sprtax-img img{
		width: 377px;
	}	
	.tptits-gd-imstrg ul li{
		margin-top: 36px;
	}		
}
@media (max-width: 1450px){
	.tptits-gd-imstrg article{
		width: 318px;
	}	
	.tptits-gd-sprtax-img img{
		width: 318px;
	}	
	.tptits-gd-imstrg ul li{
		margin-top: 32px;
	}		
}
@media (max-width: 768px){
	.tptits-gd-imstrg article{
		width: calc(50vw - 20px);
		margin-left: 10px;
	}	
	.tptits-gd-sprtax-img img{
		width: calc(50vw - 20px);
	}	
	.tptits-gd-imstrg ul li{
		margin-top: 25px;
	}	
	.tptits-gd-imstrg {
	  padding-bottom: 20px;
	  margin-bottom: 50px;
	}		
	.tptits-gd-imstrg::-webkit-scrollbar {
		width: 6px;
		height: 6px;
	}	
	.tptits-gd-sprtax h5 {
    margin-top: 10px;
    font-size: 12px;
	}	

	.piaort-titsr h3{
		text-align: center;
		color: #666666;
		font-size: 18px;
	}	
	.piaort-titsr{
		padding-bottom: 1%;
		padding-top: 9%;
	}
}


.taesgbm{
	background-color: #FAFAFA;
	padding: 3% 0 5%;
}	
.taesgbm-div ul{
	overflow: hidden;
	margin-left: -3.6%;
	margin-top: -3.6%;
	padding: 0 5px;
}
.taesgbm-div ul li{
	float: left;
	width: 33.3333%;
	padding-left: 3.6%;	
	padding-top: 10px;
	margin-top: 3.6%;
}	
.taesgbm-klidrt{
	box-shadow: 0 0 10px #DBDBDB;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
	border-radius: 6px;
	background: url(../images/c28.png) left bottom no-repeat;
	position: relative;
}
.taesgbm-klidrt:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .25s linear;
	pointer-events: none;
}


.taesgbm-klidrt a{
	line-height: 1.6;
	display: block;
	padding: 15px 32px;
	height: 300px;
	position: relative;
	z-index: 2;
}
.taesgbm-klidrt a h4{
	color: #444444;
	font-size: 16px;
}
.taesgbm-rmstg{
	line-height: 2.1;
	margin-top: 15px;
}
.taesgbm-rmstg-but{
	margin-top: 38px;
}
.taesgbm-rmstg-but_srtx{
	border: 1px solid #D1D1D1;
	display: inline-block;
	padding: 8px 24px;
	border-radius: 4px;
}
.taesgbm-klidrt:hover .taesgbm-rmstg-but_srtx{
	border: 1px solid #7ABAE2;
}

.taesgbm-klidrt:hover h4{
	color: #1E64CE;
}
.taesgbm-klidrt:hover .taesgbm-rmstg{
	color: #1E64CE;
}

.footer-pc-tiert_top{
	font-size: 15px;
}
@media (max-width: 768px){
	.taesgbm-div ul li{
		width: 100%;
	}
	.taesgbm-rmstg {
    margin-top: 5px;
	}
	.taesgbm-rmstg-but {
    margin-top: 22px;
	}
	.taesgbm-klidrt a {
    line-height: 1.6;
    padding: 15px 32px;
    height: 240px;
	}
	.taesgbm {
    padding: 3% 0 10%;
	}
}

.tptits-imstrg{
	overflow: hidden;
}
.tptits-imstrg ul{
	overflow: hidden;
	margin-left: -2.5%;
	margin-top: -2.5%;
}
.tptits-imstrg ul li{
	float: left;
	width: 33.3333%;
	padding-left: 2.5%;
	margin-top: 2.5%;
}	
.tptits-sprtax-img img{
	width: 100%;
}
.tptits-sprtax h5{
	font-size: 14px;
	color: #D8AF71;
	line-height: 1.5;
	margin-top: 15px;
	text-align: center;
}
@media (max-width: 1250px){
	.tptits-imstrg ul li{
		float: left;
		width: 33.3333%;
	}			
}
@media (max-width: 768px){
	.tptits-imstrg ul{
		margin-top: -6%;
	}
	.tptits-imstrg ul li{
		width: 50%;
		margin-top: 6%;
	}		
	.tptits-sprtax h5 {
    font-size: 13px;
    margin-top: 8px;
	}	
}	




.tptits-2{
	padding-top: 5%;
	padding-bottom: 7%;
}	
.tptits-2-imstrg ul{
	overflow: hidden;
	margin-left: -2.5%;
	margin-top: -2.5%;
}
.tptits-2-imstrg ul li{
	float: left;
	width: 33.3333%;
	padding-left: 2.5%;
	margin-top: 2.5%;
}	
.tptits-2-sprtax-img img{
	width: 100%;
}
.tptits-2-sprtax h5{
	font-size: 14px;
	color: #D8AF71;
	line-height: 1.5;
	margin-top: 15px;
	text-align: center;
}

.tptits-2-sprtax a{
	display: block;
	position: relative;
}	
.tptits-2-lirtg{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: linear-gradient(to right,#1087BF, #15929E);
	padding: 15px;
}	
.tptits-2-lirtg-left{
	padding-right: 15px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.5;
}

@media (max-width: 1450px){
	.tptits-2-lirtg-left{
		font-size: 14px;
	}
	.tptits-2-lirtg-right img{
		width: 25px;
	}
	.tptits-2-lirtg {
		padding: 12px;
	}
}
@media (max-width: 1250px){
	.tptits-2-imstrg ul li{
		float: left;
		width: 33.3333%;
	}			
}
@media (max-width: 768px){
	.tptits-2-imstrg ul{
		margin-top: -6%;
	}
	.tptits-2-imstrg ul li{
		width: 50%;
		margin-top: 6%;
	}		
	.tptits-2-sprtax h5 {
    font-size: 13px;
    margin-top: 8px;
	}
	.tptits-2-lirtg-left{
		font-size: 12px;
		padding-right: 0;
	}
	.tptits-2-lirtg-right img{
		width: 22px;
	}
	.tptits-2-lirtg {
		padding: 10px;
	}		
	.tptits-2-lirtg-right{
		display: none;
	}
}	


.page1-cenrat ul{
	text-align: center;
	font-size: 0;
}
.page1-cenrat ul li{
	display: inline-block;
	margin: 0 5px;	
	vertical-align: middle;
}
.page1-cenrat ul li *{
	color: #6D6D6D;
	font-size: 14px;	
}
.page1-cenrat ul li a{
	border: 1px solid #D3D3D3;
	padding: 8px 15px;
	line-height: initial;
	display: block;
	border-radius: 3px;
}
.page1-cenrat ul li a:hover{
	border-color: #3879DC;
	color: #3879DC;
}
.page1-cenrat ul li.on a{
	border-color: #3879DC;
	background:linear-gradient(to right,#5390EB,#1E63CE);
	color: #FFF;
}
.page1-cenrat ul li.page1-num{
	color: #C89C5A;
	font-size: 14px;
	margin-left: 20px;		
}
.page1-cenrat ul li span{
	position: relative;
	top: -4px;
	padding: 0 1px;
}
@media (max-width: 768px){
	.page1-cenrat ul li.page1-num{
		display: none;
	}
}


.tptits-3-imstrg{
	overflow: hidden;
}
.tptits-3-imstrg ul{
	overflow: hidden;
	margin-left: -2.5%;
	margin-top: -2.5%;
}
.tptits-3-imstrg ul li{
	float: left;
	width: 33.3333%;
	padding-left: 2.5%;
	margin-top: 2.5%;
}	
.tptits-3-sprtax-img img{
	width: 100%;
}	
.tptits-3-sprtax h5{
	line-height: 1.5;
	text-align: center;		
	color: #666666;
	font-size: 16px;
	background-color: transparent;
	padding: 22px 15px;
	margin-top: 0;
	position: relative;
}
.tptits-3-sprtax h5:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background:linear-gradient(to right,#5592EC,#2267D1);
	opacity: 0;
	transition: opacity .25s linear;
}
.tptits-3-sprtax a:hover h5:after{
	opacity: 1;
}
.tptits-3-sprtax h5 span{
	display: block;
	position: relative;
	z-index: 2;
	transition: color .25s linear;
}
.tptits-3-sprtax a:hover span{
	color: #FFF;
}

@media (max-width: 1250px){
	.tptits-3-imstrg ul li{
		float: left;
		width: 33.3333%;
	}			
}	
@media (max-width: 768px) {
	.tptits-3-imstrg ul{
		margin-top: -6%;
	}
	.tptits-3-imstrg ul li{
		width: 50%;
		margin-top: 6%;
	}			
	.tptits-3-sprtax h5 span{
		font-size: 12px;
	}	
	.tptits-3-sprtax h5 {
    font-size: 12px;
    padding: 10px 10px;
	}
	.tptits-3-imstrg ul li:nth-child(9){
		display: none;
	}	
}








.productindex{overflow: hidden;}
.productindex ul{overflow: hidden;margin-left: -2.5%;margin-top: -2.5%;
}
.productindex ul li{float: left;width: 25%;padding-left: 2.5%;margin-top: 2.5%;}	
.tptits-3-sprtax-img img{width: 100%;}	
.productindex h5{
	line-height: 1.5;
	text-align: center;		
	color: #666666;
	font-size: 18px;
	background-color: transparent;
	padding: 22px 15px;
	margin-top: 0;
	position: relative;
}
.productindex h5:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background:linear-gradient(to right,#0089ca,#252f70);
	opacity: 0;
	transition: opacity .25s linear;
}
.productindex a:hover h5:after{opacity: 1;}
.productindex h5 span{display: block;position: relative;z-index: 2;transition: color .25s linear;}
.productindex a:hover span{color: #FFF;}

	
@media (max-width: 768px) {
	.productindex ul{	margin-top: -6%;}
	.productindex ul li{width: 50%;margin-top: 6%;}			
	.productindex h5 span{font-size: 12px;}	
	.productindex h5 { font-size: 12px; padding: 10px 10px;}
		
}






















.strgert-kanba{
	margin-left: 0px;
	margin-left: -4px;
}
.strgert-kanba article{
	padding-left: 16px;
	padding-right: 16px;
	width: 33.3333%;
	margin-top: 5%;
	overflow: hidden;
	box-shadow: 0px 16px 16px -16px #d8d8d8;
	padding-bottom: 35px;
	margin-left: 4px;
}
.strgert-kanba2 article{
	width: 50%;
}
.strgert-kanba-left img{
	margin: 0 auto;
}
.strgert-kanba-right{
	line-height: 1.5;
	background-color: #FFF;
	padding: 35px 45px;
	box-shadow: 0 0 16px #d8d8d8;
	margin-top: 15px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
.strgert-kanba-right h3{
	color: #1687A4;
	text-align: center;
	font-size: 20px;
}
.strgert-kanba-news{
	color: #393939;
	font-size: 13px;
	margin-top: 15px;
	line-height: 2.1;
}

@media (max-width: 1074px){
	.strgert-kanba{
		display: block !important;
	}
	.strgert-kanba article {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    margin-top: 5%;
    overflow: hidden;
    box-shadow: 0px 16px 16px -16px #d8d8d8;
    padding-bottom: 35px;
    margin-left: 4px;
    display: block !important;
	}		
}

@media (max-width: 768px){
	.strgert-div{
		padding-left: 5px;
		padding-right: 5px;
	}
	.strgert-kanba-left img {
		width: 50px;
	}
	.strgert-kanba article{
		margin-top: 12%;
	}
}


.djrghdm-t3{
	padding-right: 18px;
}
.djrghdm-t2 h5{
	color: #515151;
	font-size: 16px;
}

.djrghdm-t1{
	border: 1px solid #EFEFEF;
	padding: 30px 25px;
	cursor: pointer;
	position: relative;
}
.djrghdm-div ul{
	margin-left: -50px;
}
.djrghdm-div ul li{
	width: 50%;
	float: left;
	padding-left: 50px;
	margin-top: 12px;
}
.djrghdm-t1:hover .djrghdm-t2 h5{
	color: #003770;
}
.djrghdm-t3 img{
	display: none;
}
.djrghdm-t3 img:first-child{
	display: block;
}
.djrghdm-div ul li.on .djrghdm-t1{
	background-color: #115EB8;
	border: 1px solid #115EB8;
}
.djrghdm-div ul li.on .djrghdm-t2 h5{
	color: #FFF;
}
.djrghdm-div ul li.on .djrghdm-t3 img{
	display: block;
}
.djrghdm-div ul li.on .djrghdm-t3 img:first-child{
	display: none;
}	

.djrghdm-t4{
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
	position: absolute;
	left: -1px;
	top: 100%;
	width: calc(100% + 2px);
	z-index: 1;
	height: auto;
	border: 1px solid #EFEFEF;
	background-color: #FFF;
	padding: 30px 25px;
	display: none;
	height: 274px;
	overflow: hidden;
}

@media (max-width: 1450px){
	.djrghdm-div ul{
		margin-left: -30px;
	}
	.djrghdm-div ul li{
		padding-left: 30px;
	}		
}

@media (max-width: 1250px){
	.djrghdm-div ul{
		margin-left: -20px;
	}
	.djrghdm-div ul li{
		padding-left: 20px;
	}		
	.djrghdm-t2 h5 {
  	font-size: 14px;
	}
	.djrghdm-t3 img {
  	width: 8px;
	}
	.djrghdm-t3 {
  	padding-right: 12px;
	}
	.djrghdm-t1 {
    padding: 20px 20px;
	}		
	.djrghdm-t4 {
    font-size: 13px;
    line-height: 1.7;
    padding: 12px 17px 17px;
    height: 205px;
	}		
}	
@media (max-width: 768px){
	.djrghdm-div ul{
		margin-left: 0;
	}
	.djrghdm-div ul li {
	  padding-left: 0px;
	  width: 100%;
	}	
	.djrghdm-t4 {
    height: 273px;
    font-size: 12px;
	}				
}









.tw2-lrtu ul li{
	padding: 3% 0;
}	
.tw2-lrtu-right {
	line-height: 1.5;
	padding-left: 3%;
}
.tw2-lrtu-right time{
	font-size: 13px;
	color: #343434;
}
.tw2-lrtu-right h3{
	color: #333333;
	font-size: 18px;
	margin-top: 1.5%;
	position: relative;
	margin-bottom: 1.5%;
	padding-bottom: 1.5%;
}
.tw2-lrtu-right h3:after{
	/*content: "";*/
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 40px;
	height: 1px;
	background-color: #8A6F46;
}
.tw2-lrtu-newat{
	color: #666666;
	font-size: 14px;
	line-height: 2.1;
}
.tw2-lrtu-gduar{
	color: #888888;
	font-size: 15px;	
	margin-top: 2%;	
}
.tw2-lrtu-gduar span{
	text-decoration: underline;
}

@media (max-width: 1074px) {
	.tw2-lrtu-left img{
		width: 250px;
		height: auto;
	}
	.tw2-lrtu-right {
    padding-left: 3%;
	}
}
@media (max-width: 768px) {
	.tw2-lrtu-left{
		display: none;
	}
	.tw2-lrtu-right {
    padding-left: 0;
	}	
	.tw2-lrtu ul li{
		border-bottom: 1px solid #EAEAEA;
		padding: 6% 0;
	}		
	.tw2-lrtu-right h3 {
    padding-bottom: 0;
    font-size: 16px;
	}	
}



.xiaolsrg-tilse{
	line-height: 1.5;
}	
.xiaolsrg-tilse h3{
	color: #2F2F2F;
	font-size: 22px;
	padding-bottom: 6px;
}	
.xiaolsrg-tilse p{
	font-size: 14px;
	color: #666666;
}	
.nb-form2-ty{
	margin-top: 30px;
}
.nb-form2-ty input{
	display: block;
	width: 100%;
	border: 1px solid #D1D1D1;
	background-color: transparent;
	font-size: 14px;
	padding: 19px 18px;
	color: #666666;
	border-radius: 8px;
}
.nb-form2-ty textarea{
	display: block;
	width: 100%;
	border: none;
	border: 1px solid #D1D1D1;
	background-color: transparent;
	font-size: 14px;
	padding: 15px 10px;	
	color: #666666;
	line-height: 1.5;
	border-radius: 8px;
}
.nb-form2-ty h6{
	font-size: 14px;
	color: #C89C5A;
	padding: 15px 10px;
}
.nb-form2{
	margin-top: 5px;
}
.nb-form2 h5{
	color: #C89C5A;
	font-size: 20px;
	padding-left: 8px;
}
.nb-form2-lr .nb-form2-ty{
	width: 50%;
	padding-left: 1%;
}
.nb-form2-lr .nb-form2-ty:first-child{
	padding-left: 0;
	padding-right: 1%;
}
.nb-form2-tj{
	margin-top: 30px;
	display: inline-block;
}
.kandtc{
	width: 100%;
}
.tw2-lrtu{
	font-size: 15px;
}
.nb-form2-tj input{
	color: #FFF; 
	font-size: 15px;
	background-color: #115EB8;
	width: 170px;
	line-height: 46px;
	border-radius: 0px;
	overflow: hidden;
	display: block;
	border: none;
	cursor: pointer;
	border: 1px solid #115EB8;
	transition: background-color .25s linear;
}
.nb-form2-tj.zuotrgx input{
	background-color: transparent;
	color: #C89C5A;
}	
.nb-form2-tj input:hover{
	background-color: #0F53A2;
	border: 1px solid #0F53A2;
	color: #FFF;
}
.nb-form2-bq{
	border-top: 2px solid #42464A;
	margin-top: 60px;
	color: #888888;
	font-size: 13px;
	padding: 23px 0;
	line-height: 1.7;
}
.nb-form2-tj{
	margin-right: 6%;
}	

@media (max-width: 768px){
	.nb-form2-lr{
		display: block !important;
	}
	.nb-form2-lr .nb-form2-ty {
    width: 100%;
    padding-left: 0;
	}		
	.nb-form2-lr .nb-form2-ty:first-child {
    padding-right: 0;
	}
	.nbrtsg{
		margin-right: -4%;
		text-align: center;
	}
	.nb-form2-tj {
    margin-top: 20px;
    width: 100%;
	}
	.nb-form2-tj {
  	margin-right: 0;
  	display: block;
	}
	.nb-form2-tj input {
		width: 100%;
		line-height: 42px;
	}
	.nb-form2-ty {
    margin-top: 10px;
	}
	.nb-form2{
		margin-top: 25px;
	}
	.nbrtsg {
	  margin-right: 0;
	}
	.nb-form2-ty input {
    padding: 15px 18px;
	}
	.nb-form2-tj input {
		border-radius: 6px;
	}
}
/*------------------------------/页面排版布局------------------------------*/






/*------------------------------媒体查询------------------------------*/

/*笔记本以下*/
@media (max-width: 1250px) {
}

/*PC端*/
@media (min-width: 1201px){
}

/*笔记本*/
@media (min-width: 1025px) and (max-width: 1200px) {
	
}

/*平板*/
@media (min-width: 768px) and (max-width: 1024px) {
	
}

/*手机端*/
@media (min-width: 320px) and (max-width: 767px) {
	
}

/*------------------------------/媒体查询------------------------------*/