@charset "utf-8";
a,img { vertical-align: top; }
a,a:link{color: #333;}
.container { width: 83.33%; margin: 0 auto; }
.container2 {width: 83.33%;padding-left: 60px; margin: 0 auto; }
.container3 {width: 91.6%;margin: 0 auto;}
.paddcontainer2 {width: 91.66%;padding-left: 60px; margin: 0 auto; }
.ny_container1 { width: 73.2%; margin: 0 auto; }
.w1400{width: 73%;}
@media(max-width: 1700px){
	.w1400{width: 76%;}
}
@media(max-width: 1500px){
	.w1400{width: 84%;}
}
@media(max-width: 1100px){
	.w1400{width: 94%;}
}
.img100{overflow: hidden;}
.img100 img{line-height: 0;width: 100%;}
.relative{position: relative;}
.hidden{overflow: hidden;}
.left{float: left;} 
.right{float: right;}
.lineheight1_2{line-height: 1.2 !important;}
.lineheight1_4{line-height: 1.4 !important;}
.lineheight1_6{line-height: 1.6 !important;}
.lineheight1_8{line-height: 1.8 !important;}
.lineheight2{line-height: 2 !important;}
.center{text-align: center;}
.fontbold{font-weight: bold;letter-spacing: 1px;}
.mo_header{display: none;}
.mo_header{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 10px 0;
	background: #000;
}
.mo_header .logo{
	width: 160px;
}
.mo_header .logo img{width: 100%;}
.mo_header .nav{
	width: 38px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 56%;
	transform: translateY(-50%);
}

.mo_header .nav .menu-i{
	height: 2px;
    right: 0;
    position: absolute;
    border-radius: 1px;
    font-style: normal;
    background-color: #fff;
    display: block;
    transition: all 0.5s;
    border-radius: 2px;
}
.mo_header .nav .menu-i-1{
	width: 24px;
    top: 13px;
}
.mo_header .nav .menu-i-2{
	width: 32px;
    top: 23px;
}
.mo_header .nav .menu-i-3{
	width: 24px;
    top: 33px;
}

.mo_header .nav.mobile-menu-on .menu-i-1 {
    transform: translateY(10px) rotate(45deg);
}
.mo_header .nav.mobile-menu-on .menu-i-2 {
    opacity: 0;
}

.mo_header .nav.mobile-menu-on .menu-i-3 {
    transform: translateY(-10px) rotate(-45deg);
}
@media(max-width: 1100px){
	.mo_header{display: block;}
}
/*移动端*/
/**mobile nav**/
.nav_box {
	width: 70%;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 0;
	bottom: 0;
	right: auto;
	overflow: auto;
	z-index: 99999999;
	 transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
    float: right;
}

.nav_box.cur{
	left: 0;
}

.nav_box .box{
	background: rgba(51,51,51,0.93);
	width: 500px;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: auto;
	float: right;
	
}
.nav_box .nav-title {
	position: relative;
	padding: 0 0.4rem 0.26rem 0.3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 2.8rem;
	line-height: 0;
	padding-bottom: 0.12rem;
	padding-top: 0.24rem;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	margin-top: 0.1rem;
	padding: 0 0.4rem 0 0.3rem;
	padding-bottom: 20px;
}
.nav_box .navlist ul{
	margin-bottom: 0.5rem;
}
.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 70px;
	border-bottom: 1px solid #424241;
	/*padding: 0 15px;*/
	text-transform: capitalize;
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul>li>a.sub:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 12px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}

.navlist>ul>li .navlist2 {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0 0.5rem;
}

.navlist>ul>li .navlist2 a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

.navlist>ul>li .navlist2 .box_sj .bt a{
	font-size: 0.28rem;
	color: #fff;
}
.navlist>ul>li .navlist2 .box_sj .bt{
	position: relative;

}

.navlist>ul>li .navlist2 .box_sj .bt.jt:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1rem;
	height: 0.18rem;
	background: url(../images/nav_jt.png) no-repeat center center / cover;
}

.navlist>ul>li .navlist2 .box_sj .sanji{
	padding-left: 0.1rem;
	display: none;
}

.navlist>ul>li .navlist2 .box_sj .sanji a{
	font-size: 0.26rem;
	color: #fff;
}

.navlist > .lx{
	padding: 10px 30px;
	border-radius: 25px;
	background: #50d1c1;
	display: inline-block;
}

.navlist > .language {
	margin-top: 0.46rem;
}

.navlist > .language a{
	font-size: 0.3rem;
	color: #cacaca;
	float: left;
	margin-right: 0.34rem;
	position: relative;

}

.navlist > .language a:before{
	width: 2px;
	height: 0.3rem;
	background: #9f9f9f;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: -0.2rem;
	content: "";
}

.navlist > .language a.a2:before{
	display: none;
}


.nav-overlay {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #212222;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.nav-overlay .guanbi {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

.nav-overlay .nav-columns {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 900px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-overlay .nav-columns .nav-column-left {
	padding-top: 5px;
}

.nav-overlay .nav-columns .nav-column-left h3 {
	font-size: 24px;
	color: #db9d53;
	padding-bottom: 25px;
	position: relative;
	font-family: RobotoMedium;
}

.nav-overlay .nav-columns .nav-column-left h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 23px;
	height: 2px;
	background: #fff;
	font-family: RobotoMedium;
}

.nav-overlay .nav-columns .nav-column-left .t {
	line-height: 36px;
	font-size: 16px;
	margin-top: 15px;
	color: #fff;
}

.nav-overlay .nav-columns .nav-column-right {
	text-align: right;
}

.nav-overlay .nav-columns .nav-column-right ul li {
	position: relative;
	font-size: 22px;
	margin-bottom: 30px;
	letter-spacing: 5px;
}

.nav-overlay .nav-columns .nav-column-right ul li a {
	color: #fff;
	display: block;
	transition: all .3s ease;
	width: 240px;
	text-align: left;
}

.nav-overlay .nav-columns .nav-column-right ul li a i {
	display: inline-block;
	width: 0;
	height: 1px;
	position: relative;
	top: -6px;
	margin-right: 5px;
	transition: all .5s;
	background: #fff;
}

.nav-overlay .nav-columns .nav-column-right ul li:hover a i,
.nav-overlay .nav-columns .nav-column-right ul li.cur a i {
	width: 30px;
}

@media(max-width: 1680px){
	.nav_box .box{
		width: 400px;
	}
}

@media(max-width: 1500px){
	.nav_box .box{
		width: 300px;
	}

	.nav_box .navlist ul>li{
		line-height: 60px;
		font-size: 18px;
	}
}

@media(max-width: 1100px){
	.nav_box .nav-title{padding-top: 0.3rem;}
	.nav_box .box {
	    width: 100%;
	}
	.nav_box .navlist ul>li{
		line-height: 50px;
		font-size: 16px;
	}
}

@-webkit-keyframes box_erji {
	0% {
		opacity: 0;
		transform: translateX(-40px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes box_erji {
	0% {
		opacity: 0;
		transform: translateX(-40px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
body{position: relative;}

.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .logo{
	float: left;
	width: 150px;
	padding-top: 20px;
}
.header .right{float: left;margin-left: 110px;}
.header .right .ul li{
	float: left;
	margin-right: 34px;
	position: relative;
}

.header .right .ul li:before{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	content: "";
	transition: all 0.6s;
	overflow: hidden;
}
.header .right .ul li.cur:before,.header .right .ul li:hover:before{
	
	width: 100%;
}

.header .right .ul li:last-child{margin-right: 0;}
.header .right .ul li > a{
	display: block;
	color: #fff;
	padding: 26px 0;
}

.header .yy{
	padding: 26px 0;
	float: right;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
}

.header .yy a,.header .yy{
	color: #fff;
}
.header .yy p{position: relative;}
.header .yy p i{
	width: 10px;
	height: 5px;
	background: url(../images/yy_jt.png) center center/cover;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-left: 3px;
}

.header .yy .ul{
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, 0.4);
}


.header .yy .ul li a{
	padding: 5px 6px;
	display: block;
	color: #fff;
	text-align: center;

}


.header .yy:hover .ul{
	display: block;
}
.header .sousuo{
	float: right;
	width: 18px;
	padding: 32px 0 0;
	cursor: pointer;
	
}
@-webkit-keyframes sosuo {
	0% {
		right: -60px;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}
@keyframes sosuo {
	0% {
		right: -60px;
		opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
	}
}

.header .sousuo .sousuo_box{
	top: 100%;
	width: 300px;
	position: absolute;
	opacity: 1;
	right: 0;
	display: none;
}
.header .sousuo.cur .sousuo_box{
	animation:sosuo 1s 1;
	display: block;
}
.header .sousuo .sousuo_box .text{
	width: 100%;
	background: #fff;
	border: none;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 30px 0 10px;
	color: #333;
}

.header .sousuo .sousuo_box .tj{

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6px;
	border: none;
	width: 18px;
	height: 18px;
	font-size: 0;
	background: url(../images/sousuo_h.png) center center/cover;
}
.footer{
	position: relative;
	z-index: 4;
	padding: 70px 0 60px;
	background: #222222;
}

.footer .left{
	width: 32%;
}

.footer .left .logo{
	width: 200px;
}

.footer .left .wenzi{
	margin-top: 24px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.5);
}


.footer .left .fx{
	margin-top: 40px;
}

.footer .left .fx a{
	padding: 10px 20px;
	display: block;
	background: #2b2b2b;
	border-radius: 50px;
	display: block;
	color: rgba(255, 255, 255, 0.55);
}

.footer .left .fx a i{
	width: 18px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	top: -1px;
	position: relative;
	
}
.footer .left .fx > div{position: relative;display: inline-block;}
.footer .left .fx .weixin a i{
	background: url(../images/weixin.png) center center/cover;
}

.footer .left .fx .ewm{
	width: 116px;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}

.footer .left .fx .ewm .box{
	padding: 6px;
	background: #fff;
	margin-top: 15px;
	position: relative;
}
.footer .left .fx .ewm .box:before{
	position: absolute;
	width: 8px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	top: -4px;
	background: url(../images/ewm_jt.png) center center/cover;
	content: "";
}
.footer .left .fx > div:hover >div{
	display: block;
}

.footer .right{
	width: 58.7%;
}

.footer .right .ul li{
	float: left;
	width: 24%;
	margin-bottom: 40px;
	overflow: hidden;
	padding-left: 40px;
}
.footer .right .ul li.li_2,
.footer .right .ul li.li_6{
	width: 22%;
}
.footer .right .ul li.li_3,
.footer .right .ul li.li_7{
	width: 16%;
}

.footer .right .ul li.li_1,
.footer .right .ul li.li_5{
	width: 34%;
}
.footer .right .ul li .bt{
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s;
}
.footer .right .ul li .erji {
	margin-top: 10px;
		height: 180px;
}
.footer .right .ul li .erji a{
	margin-top: 10px;
	display: block;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s;
}
.footer .right .ul li .erji a:hover,.footer .right .ul li .bt:hover{
	color: #fff;
}
.banquan{
	background: #1f1e1e;
	padding: 22px 0;
	position: relative;
	z-index: 3;
}

.banquan,.banquan a{
	color: rgba(255, 255, 255, 0.3);
}

.banquan a{
	margin-left: 16px;
	transition: all 0.3s;
}

.banquan a:hover{color: #fff;}

.tiao{
	position: fixed;
	left: 4.3%;
	top: 0;
	width: 74px;
	height: 100%;
	background: url(../images/tiao.png) center center/cover;
	z-index: 3;
}
.banner{
	/*position: relative;
	z-index: 9;*/
}
.banner .box .img1{
	background-size: 120% 120%;
	transition: all 2s;
	overflow: hidden;
	background-position: center;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	top: 50%;
	bottom: auto;
	z-index: 999;
}


.banner .swiper-button-prev,.banner .swiper-button-prev:hover{
	right: auto;
	left: 3%;
	background: url(../images/home_b_jt_l1_bai.svg) center center/cover;
}
.banner .swiper-button-next,.banner .swiper-button-next:hover{
	left: auto;
	right: 3%;
	background: url(../images/home_b_jt_r1_bai.svg) center center/cover;
}
.banner .box.cur .img1{background-size: 100% 100%;}
.banner .box .img2{display: none;}
.banner .box .text{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	color: #fff;
}

.banner .box .text .bt{
	line-height: 1.4;
	font-weight: bold;
}

.banner .box .text .js{
	margin-top: 10px;
	line-height: 1.6;
}
.banner .box .text .banner_more{
	margin-top: 60px;
}

.banner .swiper-pagination{
	position: absolute;
	top: auto;
	bottom: 100px;
	right: auto;
	left: 8.335%;
	width: auto;
	opacity: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet{
	width: 24px;
	height: 24px;
	margin: 0 6px 0 0;
	background: none;
	border: 3px solid rgba(0, 0, 0, 0);
	position: relative;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet:before{
	content: "";
	width: 11px;
	height: 11px;
	border: 2px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}
.banner .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 6px;
	height: 6px;
	background: #bddbeb;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}
.banner .swiper-pagination .swiper-pagination-bullet:last-child{margin-right: 0;}

.banner .swiper-pagination .swiper-pagination-bullet-active{
	border: 3px solid #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:before{
	border: 2px solid #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:after{
	background: #fff;
}

.ssss { z-index: 1000;position: absolute;bottom: 4vw;left: 0;width: 100%; text-align: left;}
.sss {cursor: pointer;display: inline-block;position: relative;width: 20px;height: 20px;}
.ssss .sss:after {content: '';position: absolute;left: 50%;top: 50%;width: 6px;height: 6px;background: #fff;border-radius: 100%;box-sizing: border-box;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-transition: background 0.3s ease;transition: background 0.3s ease;}
.sss .circle {display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
.sss .circle i {position: relative;float: left;width: 50%;height: 100%;overflow: hidden;}
.sss .circle i::before {content: '';position: absolute;width: 200%;right: 0;top: 0;bottom: 0;border: 1px solid #fff;border-radius: 100%;box-sizing: border-box;clip: rect(0, 20px, 20px, 10px);-webkit-transform: rotate(-180deg);transform: rotate(-180deg);}
.sss .circle i:first-child::before {left: 0;right: auto;clip: rect(0px, 10px, 20px, 0px);}
.sss.sss-active::before {background: #ff5a2b;}
.sss.sss-active .circle i::before {
	-webkit-animation: circleR 5000ms linear both;
	animation: circleR 5000ms linear both;
}
.sss.sss-active .circle i:first-child::before {
	-webkit-animation-name: circleL;
	animation-name: circleL;
}
@-webkit-keyframes circleL {
	0%,
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes circleR {
	0% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes circleL {
	0%,
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes circleR {
	0% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	50%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}


.banner_more,a.banner_more{
	color: #fff;
	padding-left: 74px;
	display: inline-block;
	position: relative;
	line-height: 1;
	transition: all 0.4s;
}

.banner_more i,a.banner_more i{
	width: 46px;
	height: 46px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
}

.banner_more i:before,a.banner_more i:before{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	transform: translate(-50%,-50%);
}

.banner_more i:after,a.banner_more i:after{
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}

.banner_more:hover,a.banner_more:hover{
	padding-left: 86px;
}

.title .bt{
	color: #333333;
	line-height: 1.4;
	font-weight: bold;
}
.home_a{
	padding: 120px 0 0;
}

.home_a .left{
	width: 74%;
}
.home_a .left .text{
	color: #666666;
	margin-top: 12px;
	line-height: 1.8;
}

.home_a .banner_more{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	
}
.banner_more2{
	color: #2687be !important;
}
.banner_more2 i{
	border-color: #2687be !important;
}

.banner_more2 i:before,a.banner_more2 i:before,.banner_more2 i:after,a.banner_more2 i:after{
	background: #2687be !important;
}

.banner_more3{
	color: #666666 !important;
}
.banner_more3 i{
	border-color: #666666 !important;
}

.banner_more3 i:before,a.banner_more3 i:before,.banner_more3 i:after,a.banner_more3 i:after{
	background: #666666 !important;
}




.home_a .img_box{
	margin-top: 40px;
}
.home_a .img_box .img{border-radius: 8px 0 0 8px;}

.home_a .bf{
	position: absolute;
	bottom: -48px;
	right: 15.2%;
	z-index: 2;
	width: 110px;
	cursor: pointer;
}

/**/
.home_c{
	background: url(../images/home_c_bg.jpg) top center/cover;
	padding: 210px 0 240px;
}
.home_c .left{
	width: 39%;
	padding-top: 60px;
}

.home_c .left .text{
	color: #333;
	margin-top: 20px;
	line-height: 1.8;
}

.home_c .left .text ul li{
	padding-left: 22px;
	position: relative;
	
}
.home_c .left .text ul li:before{
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	left: 4px;
	top: 12px;
	background: #95b6db;
	content: "";
}
.home_c .left .banner_more{
	margin-top: 50px;
}

.home_c .right{
	width: 22.2%;
}

.home_c .right .ul li{
	margin-bottom: 16px;
	background: rgba(255, 255, 255, 0.24);
	padding: 26px 20px 20px;
	border-top: 2px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s;
}

.home_c .right .ul li:last-child{margin-bottom: 0;}

.home_c .right .ul li .icon{
	text-align: right;
}

.home_c .right .ul li .icon img{
	width: 50px;
	display: inline-block;
}

.home_c .right .ul li .text{
	padding-top: 32px;
}

.home_c .right .ul li .text .bt{
	color: #333333;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.home_c .right .ul li .text .bt:before{
	width: 100%;
	position: absolute;
	height: 2px;
	left: 0;
	bottom: 0;
	content: "";
	background: #333333;
	display: none;
}
.home_c .right .ul li:hover .text .bt:before{
	display: block;
}
.home_c .right .ul li .text .js{
	line-height: 1.6;
	color: #666666;
	margin-top: 10px;
}
.home_c .right .ul li:hover{
	border-color:   #1e86d0;
	background: rgba(255, 255, 255, 0.6);
}


.home_d{
	background: url(../images/home_d_bg.jpg) center center/cover;
	padding: 130px 0 140px;
}
.home_d .left{
	width: 52.2%;
}

.home_d .left .text{
	line-height: 1.6;
	margin-top: 16px;
	color:#666;
}
.home_d .left .text ul li{
	margin-bottom: 12px;
	padding-left: 16px;
	position: relative;
	line-height: 1.8;
}
.home_d .left .text ul li:last-child{margin-bottom: 0;}
.home_d .left .text ul li:before{
	position: absolute;
	left: 2px;
	width: 6px;
	height: 6px;
	background: #c0d1de;
	border-radius: 100%;
	top: 12px;
	content: "";
}
.home_d .left .img{
	margin-top: 60px;
}

.home_d .right{
	width: 30%;
}

.home_d .right .ul li{
	border-bottom: 1px solid #e5e5e5;
	padding: 44px 10px;
}
.home_d .right .ul li .text{
	float: left;
	width: calc(100% - 123px);
	padding-right: 10px;
}

.home_d .right .ul li .text .num{
	color: #2c8ac0;
	line-height: 1;
}

.home_d .right .ul li .text .num sup{
	font-size: 60px;
}

.home_d .right .ul li .text .js{
	color: #333333;
	margin-top: 10px;
}

.home_d .right .ul li .icon{
	width: 123px;
	float: left;
	border-radius: 100%;
	border: 1px solid rgba(47, 140, 193, 0.2);
}

.home_d .right .banner_more{margin-top: 100px;}
.home_e{
	padding: 130px 0 140px;
	background: #edf5fb;
}

.home_e .title .bt{float: left;}
.home_e .title .banner_more{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.home_e .home_e_box{
	margin-top: 50px;
	display: inline-block;
	width: 100%;
	position: relative;
}

.home_e .home_e_box .left{
	width: 32.1%;
	padding: 32px;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	position: relative;
    z-index: 2;
}

.home_e .home_e_box .left a{display: inline-block;}

.home_e .home_e_box .left .img{
	 padding: 10px;
	 border: 1px solid rgba(40, 139, 210, 0.3);
     text-align: center;
     display: inline-block;
     border-radius: 100%;
     overflow: hidden;
}

.home_e .home_e_box .left .img img{
	 width: 260px;
     height: 260px;
     display: inline-block;
     border-radius: 100%;
     overflow: hidden;
}

.home_e .home_e_box .left .text{
	text-align: left;
	margin-top: 16px;
}

.home_e .home_e_box .left .text .time,.home_e .home_e_box .right .ul li .time{
	color: #2087d1;
}

.home_e .home_e_box .left .text .bt{
	color: #333333;
	margin-top: 10px;
	transition: all 0.3s;
	line-height: 1.8;
	/*text-decoration: underline;
	text-decoration-color: #adadad;*/
	font-weight: bold;
	
}
.home_e .home_e_box .left .text .bt p{
	transition: all 0.2s;
	 border-bottom: 2px solid rgba(0, 0, 0, 0);
	display: inline;
}
.home_e .home_e_box .left .text .bt:hover p{
	 border-bottom: 2px solid #2087d1;
    padding-bottom: 0px;
    text-decoration-color: #2087d1;
}
.home_e .home_e_box .left .text .more{margin-top: 40px;}

.home_e .home_e_box:before,.home_e .home_e_box:after{
	background: #fff;
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	display: block;
	/*border-radius: 8px;*/
	z-index: 0;
}

.home_e .home_e_box:before{
	width: 32.1%;
	left: 0;
	border-radius: 8px;
}
.home_e .home_e_box:after{
	width: 66.4%;
    border-radius: 0 0 8px 8px;
	right: 0;
}
.home_e .home_e_box .right{
	width: 66.4%;
	background: #fff;
	border-radius: 0 0 8px 8px;
    padding: 20px 40px 40px;
    border-top: 2px solid #2687be;
  /*  position: relative;*/
    z-index: 2;
}

.home_e .home_e_box .right .right_box{
	padding-bottom: 50px;
}

.home_e .home_e_box .right .ul li{
	padding: 30px 0;
	border-bottom: 1px solid #eceef6;
}

.home_e .home_e_box .right .ul li:nth-child(3){border-bottom: none;}
.home_e .home_e_box .right .ul li .bt{
	color: #333333;
	margin-top: 8px;
	line-height: 1.4;
	font-weight: bold;
	transition: all 0.3s;
}
.home_e .home_e_box .right .ul li:hover .bt{
	color: #2087d1;
}
.home_e .home_e_box .right .swiper-pagination{
	position: absolute;
	top: auto;
	bottom: 30px;
	right: auto;
	left: calc(32.1% + 1.5% + 40px);
	width: auto;

}
.home_e .home_e_box .right .swiper-pagination .swiper-pagination-bullet{
	width: 24px;
	height: 24px;
	margin: 0 6px 0 0;
	background: none;
	border: 3px solid rgba(0, 0, 0, 0);
	position: relative;
	opacity: 1;
}

.home_e .home_e_box .right .swiper-pagination .swiper-pagination-bullet:before{
	content: "";
	width: 11px;
	height: 11px;
	border: 2px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}
.home_e .home_e_box .right .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 6px;
	height: 6px;
	background: #bddbeb;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}
.home_e .home_e_box .right .swiper-pagination .swiper-pagination-bullet:last-child{margin-right: 0;}

.home_e .home_e_box .right .swiper-pagination .swiper-pagination-bullet-active{
	border: 3px solid #2f8cc1;
}

.home_e .home_e_box .right .swiper-pagination .swiper-pagination-bullet-active:before{
	border: 2px solid #2f8cc1;
}

.home_e .home_e_box .right .swiper-pagination .swiper-pagination-bullet-active:after{
	background: #2f8cc1;
}
.more,a.more{
	display: inline-block;
	color: #2687be;
	padding-right: 34px;
	position: relative;
	vertical-align: middle;
}

.more:before,a.more:before{
	width: 26px;
	height: 11px;
	background: url(../images/more_jt2.png) center center/cover;
	position: absolute;
	top: calc(50% + 2px);
	transform: translateY(-50%);
	right: 0;
	content: "";
}

.home_b{
	background: url(../images/home_b_bg.jpg) center center/cover;
	padding: 110px 0 90px;
}

.home_b .top{
	width: 78%;
	margin: 0 auto;
}

.home_b .top .left{
	width: 470px;
	position: relative;
	padding: 20px;
	border: 1px solid #ebebeb;
	border-radius: 100%;
	overflow: initial;
}


.home_b .top .left:before{
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	background: #19afc1;
	content: "";
	border-radius: 100%;
}
.home_b .top .left img{
	border-radius: 100%;
	overflow: hidden;
}
.home_b .top .box{padding-top: 6px;}
.home_b .top .right{
	float: left;
	padding-top: 40px;
	padding-left: 80px;
	width: calc(100% - 470px);
}
.home_b .top .right .box .bt{
	line-height: 1;
	color: #2687be;
	margin-top: 30px;
}

.home_b .top .right .box .js{
	margin-top: 12px;
	line-height: 1.6;
	color: #666666;
	height: 84px;
	overflow: auto;
}
.home_b .top .right .box .js ul li{
	position: relative;
	padding-left: 12px;
}
.home_b .top .right .box .js ul li:before{
	width: 6px;
	height: 6px;
	background: #666666;
	border-radius: 100%;
	position: absolute;
	top: 12px;
	left: 0;
	content: "";
}

@media(max-width: 1800px){
	.footer .right .ul li .erji {
			height: 200px;
	}
}

@media(max-width: 1700px){
	.home_b .top .right .box .js ul li:before{top: 10px;}
}
.home_b .top .right .box .js::-webkit-scrollbar{
	width: 2px;
	
}
.home_b .top .right .box .js::-webkit-scrollbar-track{
	background: #ccc;
	width: 2px;
}

.home_b .top .right .box .js::-webkit-scrollbar-track-piece{
	width: 2px;
} 
.home_b .top .right .box .js::-webkit-scrollbar-thumb{
	    background: #2687be;
			border: 5px;
		
}
.home_b .top .right .box .js::-webkit-scrollbar-button{
	display: none;
}

.home_b .top .swiper-slide{opacity: 0 !important;transition: all 0.3s !important;}
.home_b .top .swiper-slide.swiper-slide-active{opacity: 1 !important;}

.swiper-button-next:after,
.swiper-button-prev:after{
	display: none;
}
.swiper-button-next,
.swiper-button-prev{
	width: 50px;
	right: auto;
	left: 0;
	top: auto;
	bottom: -80px;
	height: 50px;
	transition: all 0.4s;
}

.swiper-button-next{
	left: 62px;
	background: url(../images/home_b_jt_r1.svg) center center/cover;
}

.swiper-button-prev{
	background: url(../images/home_b_jt_l1.svg) center center/cover;
}
.swiper-button-next:hover{
	left: 62px;
	background: url(../images/home_b_jt_r2.svg) center center/cover;
}

.swiper-button-prev:hover{
	background: url(../images/home_b_jt_l2.svg) center center/cover;
}
.home_b .btm {
	margin-top: 84px;
	padding: 0 20px;
}

.home_b .btm:before{
	position: absolute;
	left: 0;
	top: 16px;
	width: 100%;
	height: 2px;
	background: #2687be;
	content: "";
}
.home_b .btm:after{
	top: 22px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: calc(100% - 6px);
	position: absolute;
	background: url(../images/home_b_d.png) left center repeat-x;
}
.home_b .btm_box{
	padding-top: 16px;
}
.home_b .btm .swiper-slide{
	width: 100px;
}
/*.home_b .btm .box{text-align: center;}*/
.home_b .btm .box .bt{
	cursor: pointer;
	color: #2687be;
	padding-left: 20px;
}
.home_b .btm .box .bt span{
	padding-top: 18px;
	position: relative;
	display: inline-block;

}
.home_b .btm .swiper-slide-active .box .bt span i{
	background: #fff;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	border: 2px solid #19afc1;
	border-radius: 100%;
}

.home_b .btm .swiper-slide-active .box .bt span i:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 6px;
	height: 6px;
	background: #19afc1;
	content: "";
	border-radius: 100%;
}

.home_b .btm .swiper-slide-active .box .bt{
	color: #19afc1;
}

.home_b .btm .xian{
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% - 40px);
	transform: translateX(-50%);
	top: 8px;
	height: 8px;
}
.home_b .btm .xian i{
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	background: #2687be;
	content: "";
}

.home_b .top .left .yuan{
	width: 470px;
	height: 470px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	display: none;
}

.home_b .top .left .yuan.cur{display: block;}


.home_b .top .left .yuan .y{
	position: absolute;
	left: 0;
	top: 0;
	width: 235px;
	height: 470px;
	overflow: hidden;
	/*border: 1px solid #000;*/
}
.home_b .top .left .yuan .y.yr{
	left: auto;
	right: 0;
}
.home_b .top .left .yuan .y .y1{
	  width: 470px;   
	  height: 470px;   
	  border:2px solid transparent;   
	  border-radius: 50%;   
	  position: absolute;   
	  top:0; 
}
.home_b .top .left .yuan .y .y1r{
	 border-top:2px solid #19afc1;   
     border-right:2px solid #19afc1;   
     right: 2px;
}

.home_b .top .left .yuan .y .y1l{
	 border-bottom:2px solid #19afc1;   
     border-left:2px solid #19afc1;   
     left: 2px;
}

.home_b .top .left .yuan.cur .y .y1r{
	 animation: xzhuanr 1s linear;
	 -webkit-transform: rotate(45deg);
}

.home_b .top .left .yuan.cur .y .y1l{
	 animation: xzhuanl 2s linear;
	 -webkit-transform: rotate(45deg);
}


@-webkit-keyframes xzhuanr {
	0% {
	   -webkit-transform: rotate(-135deg);   
	}
	50% {
	    -webkit-transform: rotate(45deg);
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}

@keyframes xzhuanr {
	0% {
	   -webkit-transform: rotate(-135deg);   
	}
	50% {
	    -webkit-transform: rotate(-45deg);   
	}
	100% {
		-webkit-transform: rotate(45deg);
	}
}

@-webkit-keyframes xzhuanl {
	0% {
	  -webkit-transform: rotate(-135deg);
	}
	50% {
	    -webkit-transform: rotate(-135deg);   
	}
	100% {
		 -webkit-transform: rotate(45deg);
	}
}

@keyframes xzhuanl {
	0% {
	   -webkit-transform: rotate(-135deg);
	}
	50% {
	   -webkit-transform: rotate(-135deg);   
	}
	100% {
		 -webkit-transform: rotate(45deg);   
	}
}

.home_b .btm_ts{
	margin: 70px 40px 0;
	position: relative;
	text-align: center;
}
.home_b .btm_ts:before{
	width: 50%;
	height: 1px;
	position: absolute;
	content: "";
	background-image: linear-gradient(to right, #f7f9fb , #dcdcdc);;
	top: 50%;
	left: 0;
	z-index: 0;
	transform: translateY(-50%);
}
.home_b .btm_ts:after{
	width: 50%;
	height: 1px;
	position: absolute;
	content: "";
	background-image:  linear-gradient(to right, #dcdcdc , #f7f9fb);;
	top: 50%;
	z-index: 0;
	right: 0;
	transform: translateY(-50%);
}
.home_b .btm_ts .box{
	padding: 0 54px;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	background: #f7f9fb;
	z-index: 3;
}

.home_b .btm_ts .box img{
	display: inline-block;
	width: 16px;
}

.home_b .btm_ts .box i{
	width: 18px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.home_b .btm_ts .box i:before,.home_b .btm_ts .box i:after{
	width: 7px;
	height: 13px;
	content: "";
	position: absolute;
	top: 0;
}


.home_b .btm_ts .box i.l{
	left: 20px;
}
.home_b .btm_ts .box i.l:before{
	background: url(../images/home_b_xl.png) center center/cover;
	left: 0;
	top: 0;
	opacity: 0.5;
	animation: tma 1.5s linear infinite;
}
.home_b .btm_ts .box i.l:after{
	background: url(../images/home_b_xl.png) center center/cover;
	left: 10px;
	top: 0;
	animation: tmb 1.5s linear infinite;
}
.home_b .btm_ts .box i.r{
	right: 20px;
}
.home_b .btm_ts .box i.r:before{
	background: url(../images/home_b_xr.png) center center/cover;
	right: 0;
	top: 0;
	opacity: 0.5;
	 animation: tma 1.5s linear infinite;
}
.home_b .btm_ts .box i.r:after{
	background: url(../images/home_b_xr.png) center center/cover;
	right: 10px;
	top: 0;
	 animation: tmb 1.5s linear infinite;
}

.home_b .btm_ts_wz{text-align: center;color: #999999;margin-top: 16px;}

/*@-webkit-keyframes tma {
	0% {
	   opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes tma {
	0% {
	   opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes tmb {
	0% {
	  opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}

@keyframes tmb {
	0% {
	  opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
*/
.mo_title{display: none;}
@media(max-width: 1700px){
	.container{
		width: 86%;
	}
	.container2 {
	    width: 86%;
	    padding-left: 40px;
	}
	.container3{
		width: 94%;
	}
	.paddcontainer2 {
	    width: 93%;
	    padding-left: 40px;
	}
	.tiao{
		width: 60px;
	}
	.home_a {
	    padding: 90px 0 0;
	}
	.home_c {
	    padding: 160px 0 180px;
	}
	.home_c .right .ul li{
		padding: 20px 14px 14px;
	}
	.home_c .right .ul li .text {
	    padding-top: 26px;
	}
	.home_d {
	    padding: 100px 0 110px;
	}
	.home_d .right .banner_more {
	    margin-top: 70px;
	}
	.home_d .right .ul li .text .num sup{
		font-size: 50px;
	}
	.home_e {
	    padding: 100px 0 110px;
	}
	.home_e .home_e_box{
		margin-top: 30px;
	}
	.home_e .home_e_box .left .img img{
		width: 220px;
		height: 220px;
	}
	.home_b{padding: 80px 0;}
	.home_b .top{
		width: 84%;
	}
	.home_b .top .left{
		width: 400px;
	}
	.home_b .top .left .yuan,.home_b .top .left .yuan .y .y1{
		width: 400px;
		height: 400px;
	}
	.home_b .top .right{
		width: calc(100% - 400px);
	}
	.home_b .top .left .yuan .y{
		width: 200px;
		height: 400px;
	}
	.home_b .btm_ts {
	    margin: 50px 30px 0;
	}
	.banner .swiper-pagination{left: 7%;}

	.header .right {
	    margin-left: 70px;
	}
	.home_d .left .text ul li:before{top: 9px;}

	.banner .swiper-button-prev,.banner .swiper-button-prev:hover{
		left: 2%;
	}
	.banner .swiper-button-next,.banner .swiper-button-next:hover{
		right: 2%;
	}
}

@media(max-width: 1500px){
	.header .right .ul li{
		 margin-right: 30px;
	}
	.container {
	    width: 92%;
	}
	.container3 {
	    width: 96%;
	}
	.home_a {
	    padding: 70px 0 0;
	}
	.home_c {
	    padding: 100px 0 120px;
	}
	.home_c .right .ul li .icon img{width: 40px;}
	.banner_more i, a.banner_more i{
		width: 40px;
		height: 40px;
	}
	.home_d {
	    padding: 80px 0 90px;
	}
	.home_d .right .ul li .text .num sup{font-size: 40px;}
	.home_d .right .ul li .icon{
		width: 100px;
	}
	.home_d .right .ul li .text{
		width: calc(100% - 100px);
	}
	.home_d .right .banner_more {
	    margin-top: 50px;
	}
	.home_e {
	    padding: 70px 0 80px;
	}
	.home_e .home_e_box .left .img img{
		width: 190px;
		height: 190px;
	}
	.banner .swiper-pagination{left: 4%;}
	.banner .swiper-button-next,
	.banner .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.banner .swiper-button-next{right: 10px;}
	.banner .swiper-button-prev{left: 10px;}
	.banner .box .text{
		padding: 0 40px;
	}

}

@media(max-width: 1300px){
	.header .right {
	    margin-left: 40px;
	}
	.header .right .ul li > a{
		font-size: 14px;
	}
	.footer .right .ul li .erji {
			height: 230px;
	}
}

@media(max-width: 1200px){
	.header .right .ul li {
	    margin-right: 20px;
	}
	.header .yy{
		margin-left: 20px;
	}
}

@media(max-width: 1100px){
	.banner .box .text{padding: 0 0;}
   .banner .box .img1{display: none;}
   .banner .box .img2{display: block;}
   .banner .box .text .banner_more {
	    margin-top: 40px;
	}
   .header{display: none;}
   .paddcontainer2 {
	    width: 100%;
	    padding-left: 0;
	   /* padding-left: 20px;*/
	}
   .home_a {
	    padding: 40px 0;
	}
	.tiao {
	    width: 30px;
	    left: 10px;
	}
	.container {
	    width: 94%;
	}
	.container2 {
	    width: 94%;
	    padding-left: 0;
	   /* padding-left: 30px;*/
	}
	.home_a .img_box {
	    margin-top: 30px;
	}
	.home_a .bf {
	    bottom: -30px;
	    right: 3%;
	    width: 80px;
	}
	.home_a .left{width: 100%;}
	.home_a .banner_more{
		position: relative;
		transform: initial;
		margin-top: 40px;
	}
	.home_c {
	    padding: 40px 0 50px;
	}
	.home_c .left {
	    width: 100%;
	    padding-top: 0;
	}
	.home_c .right {
	    width: 100%;
	    margin-top: 40px;
	}
	.home_c .right .ul li:hover{background: #fff;}
	.home_d {
	    padding: 40px 0 50px;
	}
	.home_d .left {
	    width: 100%;
	}
	.home_d .left .img {
	    margin-top: 30px;
	}
	.home_d .right {
		margin-top: 20px;
	    width: 100%;
	}
	.home_d .right .ul li{
		padding: 26px 20px;
	}
	.home_d .right .ul li .icon {
	    width: 70px;
	}
	.home_d .right .ul li .text {
	    width: calc(100% - 70px);
	}
	.home_d .right .banner_more {
	    margin-top: 40px;
	}
	.home_e {
	    padding: 40px 0 50px;
	}
	.home_e .home_e_box .left{
		width: 100%;
		padding: 26px 20px;
	}
	.home_e .home_e_box .left .img img {
	    width: 160px;
	    height: 160px;
	}
	.home_e .home_e_box .right{
		width: 100%;
		padding: 20px;
		display: none;
	}
	.banner_more i, a.banner_more i {
	    width: 34px;
	    height: 34px;
	    
	}
	.banner_more, a.banner_more{
		padding-left: 60px;
	}
	.banner_more:hover, a.banner_more:hover {
	    padding-left: 70px;
	}
	.banner_more i:after, a.banner_more i:after{
		width: 34px;
	}

	.home_b{
		padding: 30px 0 40px;
	}
	.home_b .top{
		width: 96%;
	}
	.home_b .top .left{
		width: 500px;
		float: none;
		margin: 20px auto 0;
		/*display: none;*/
	}
	.home_b .top .right .box .bt{margin-top: 20px;}
	.home_b .btm_ts,
	.home_b .btm_ts_wz,
	.home_b .top .right .box .swiper-button-prev,
	.home_b .top .right .box .swiper-button-next{display: none;}
	.home_b .top .left .yuan,.home_b .top .left .yuan .y .y1{
		width: 500px;
		height: 500px;
	}
	.home_b .top .right .box .js{
		height: 150px;
	}
	.home_b .top .right{
		width: 100%;
		margin-top: 20px;
		padding-top: 0;
		padding-left: 0;
	}
	.home_b .top .left .yuan{z-index: 99;}
	.home_b .top .left .yuan .y{
		width: 250px;
		height: 500px;
	}

	.home_b .btm_ts {
	    margin: 40px 0 0;
	}

	.home_b .btm{margin-top: 40px;display: none;}
	.pc_title{display: none;}
	.mo_title{display: block;}
	.banner .box .text .bt{font-size: 30px;}
	.banner .swiper-pagination{bottom: 30px;}
	.footer{
		padding: 40px 0;
	}
	.footer .left{
		width: 100%;
	}
	.footer .right{display: none;}
	.footer .left .fx {
	    margin-top: 20px;
	}
	.banquan .left{width: 100%;}
	.banquan .right{
		width: 100%;
		margin-top: 20px;
	}
	.banquan .right a{
		margin-left: 0;
		margin-right: 16px;
	}

	.banquan .right a:last-child{margin-right: 0;}
	.footer .left .logo{
		width: 170px;
	}
	.banner .swiper-button-next,
	.banner .swiper-button-prev{
		display: none;
	}
}

@media(max-width: 500px){
	.home_b .top .left{
		width: 300px;
	}
	.home_b .top .left .yuan,.home_b .top .left .yuan .y .y1{
		width: 300px;
		height: 300px;
	}
	.home_b .top .left .yuan .y{
		width: 150px;
		height: 300px;
	}
}

.fixVideo{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.fixVideoA {
    width: 100%;
    height: 100%;
    position: relative;
}
.fixVideoB {
    position: absolute;
    width: 60%;
    max-width: 800px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fixVideoB .close {
    position: absolute;
    right: -1px;
    top: -40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    z-index: 10000;
    background: #000;
    color: #fff;
}

@media(max-width: 1100px){
	.fixVideoB{
		width: 90%;
	}
	.fixVideoB .close{
	    top: -30px;
	    height: 30px;
	    line-height: 30px;
	    width: 30px;
	    font-size: 22px;
	}
}
.nybanner{z-index: 4;overflow: hidden;}
.nybanner .img .img1{
	transform: scale(1.05);
	transition: all 1.8s;
}
.nybanner .img .img1.cur{
	transform: scale(1);
}
.nybanner .img .img2{display: none;}
.nybanner .text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	color: #fff;
}

.nybanner .text .bt{
	line-height: 1.2;
	font-weight: bold;
}

.nybanner .text .js{
	line-height: 1.6;
	margin-top: 16px;
}
.te_nav{
	/*margin-top: -70px;*/
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.te_nav .ul li{
	float: left;
	width: 50%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.te_nav .ul li .box{
	margin: 30px 0;
	padding: 90px 60px;
	background: #edf5fb;
}
.te_nav .ul li .icon{
	position: absolute;
	width: 90px;
	top: 60px;
	right: 60px;
	opacity: 0;
}

.te_nav .ul li .text{
	color: #333333;
}
.te_nav .ul li .text .js{
	line-height: 1.6;
	margin-top: 4px;
}
.te_nav .ul li .te_more{margin-top: 70px;}
.te_more{
	width: 45px;
	height: 45px;
	display: inline-block;
	background: url(../images/te_jt01.png) center center/cover;
}

.te_nav .ul li.cur .box{
  background: none;
  margin-bottom: 0;

}
.te_nav .ul li.cur:before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background: url(../images/te_bg.jpg) center center/cover;
	z-index: -1;
}
.te_nav .ul li.cur .icon{
	opacity: 1;
}

.te_nav .ul li.cur .text{color: #fff;width: 60%;}
.te_nav .ul li.cur .te_more{background: url(../images/te_jt.png) center center/cover;}

.te_a{
	padding: 110px 0;
}

.te_a .text{
	line-height: 1.8;
	color: #666666;
}

.te_a .text img{width: 100%;}
.te_nav .ul li .icon img{width: 100%;}
@media(max-width: 1700px){
	.te_nav .ul li .box {
	    margin: 30px 0;
	    padding: 60px 40px;
	}
	.te_nav .ul li .icon{width: 70px;}
	.te_nav .ul li .te_more {
	    margin-top: 50px;
	}
	.te_a {
	    padding: 80px 0;
	}
}

@media(max-width: 1500px){
	.te_a {
	    padding: 60px 0;
	}
	.te_nav .ul li .box {
	    padding: 50px 30px;
	}
}

@media(max-width: 1100px){
	.nybanner .img .img1{display: none;}
	.nybanner .img .img2{display: block;}
	.te_nav .ul li{
		width: 100%;
	}
	.te_nav .ul li .box {
	    padding: 30px 20px;
	}
	.te_nav .ul li .te_more {
	    margin-top: 40px;
	}
	.te_nav .ul li .icon {
	    width: 50px;
	    right: 20px;
	    top: 30px;
	}
	.te_more {
	    width: 40px;
	    height: 40px;
	}
	.te_a {
	    padding: 40px 0 40px;
	}
}

.news_a{
	background: #edf5fb;
	padding: 120px 0 40px;
}

.news_a .top .bt{
	float: left;
	color: #333333;
	line-height: 1.2;
}

.news_a .top .tit{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news_a .top .tit a{
	border: 1px solid #bfbfbf;
	border-radius: 50px;
	padding: 12px 34px;
	margin-right: 10px;
	color: #666666;
	transition: all 0.4s;
}

.news_a .top .tit a:last-child{margin-right: 0;}
.news_a .top .tit a:hover,
.news_a .top .tit a.cur{
	border-color: #2687be;
	color: #fff;
	background: #2687be;
}

.news_b{
	background: #edf5fb;
	padding-bottom: 90px;
}

.news_b .top .box{
	background: #fff;
	padding: 60px 70px;
}
.news_b .top .left{
	width: 390px;
	border-radius: 100%;
	border: 1px solid #cde4f4;
	padding: 20px;
}
.news_b .top .left .img{border-radius: 100%; overflow: hidden;}
.news_b .top .right{
	float: left;
	width: calc(100% - 390px);
	padding-left: 60px;
	padding-top: 60px;
}

.news_b .time{
	color: #2087d1;
}

.news_b .bt{
	color: #333333;
	line-height: 1.4;
	margin-top: 10px;
	font-weight: bold;
	display: inline;
/*	text-decoration: underline;*/
}

.news_b .bt:hover{
	 border-bottom: 2px solid #333333;
    padding-bottom: 0px;
    
    text-decoration-color: #333333;
}
.news_b .js{
	color: #666666;
	line-height: 1.6;
	margin-top: 20px;
}

.news_b .more{
	margin-top: 30px;
}

.news_b .btm{
	margin-top: 10px;
}

.news_b .btm .ul li{
	padding: 44px 40px;
	float: left;
	width: 49.2%;
	margin-right: 1.6%;
	background: #fff;
	margin-top: 30px;
}

.news_b .btm .ul li:nth-child(2n){margin-right: 0;}

.news_b .btm .ul li .bt{
	height: 100px;
	overflow: hidden;
}
.news_b .btm .ul li .js{
	height: 100px;
	overflow: hidden;
}

.page{
	margin-top: 90px;
}

.page a{
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	font-size: 15px;
	border: 1px solid #d6dce0;
	margin: 0 7px;
	border-radius: 100%;
	color: #666666;
	transition: all 0.3s;
}

.page a.syy,.page a.syb{
	font-size: 0;
}

.page a.syy{
	background: url(../images/page_jtl.png) center center/cover;
}

.page a.syb{
	background: url(../images/page_jtr.png) center center/cover;
}

.page a:hover,.page a.cur{
	border: 1px solid #2687be;
	background: #2687be;
	color: #fff;
}

.page a.syy:hover{
	background: url(../images/page_jtl2.png) center center/cover #2687be;
}

.page a.syb:hover{
	background: url(../images/page_jtr2.png) center center/cover #2687be;
}
.news_b .top .swiper-pagination{
	width: auto;
	right: auto;
	left: 520px;
	bottom: 110px;
}
.news_b .top .swiper-pagination .swiper-pagination-bullet{
	width: 24px;
	height: 24px;
	margin: 0 6px 0 0;
	background: none;
	border: 3px solid rgba(0, 0, 0, 0);
	position: relative;
	opacity: 1;
}

.news_b .top .swiper-pagination .swiper-pagination-bullet:before{
	content: "";
	width: 11px;
	height: 11px;
	border: 2px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}
.news_b .top .swiper-pagination .swiper-pagination-bullet:after{
	content: "";
	width: 6px;
	height: 6px;
	background: #bddbeb;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
}
.news_b .top .swiper-pagination .swiper-pagination-bullet:last-child{margin-right: 0;}

.news_b .top .swiper-pagination .swiper-pagination-bullet-active{
	border: 3px solid #2687be;
}

.news_b .top .swiper-pagination .swiper-pagination-bullet-active:before{
	border: 2px solid #2687be;
}

.news_b .top .swiper-pagination .swiper-pagination-bullet-active:after{
	background: #2687be;
}

@media(max-width: 1700px){
	.news_a {
	    padding: 90px 0 30px;
	}
	.page {
	    margin-top: 70px;
	}
}

@media(max-width: 1500px){
	.news_a .top .tit a{
		    padding: 8px 30px;
	}
	.news_b {
	    padding-bottom: 70px;
	}
	.page {
	    margin-top: 50px;
	}
	.news_b .top .box {
	    padding: 40px 50px;
	}
	.news_b .top .swiper-pagination{left: 500px;bottom: 80px;}
	.news_b .btm .ul li {
	    padding: 34px 30px;
	}
	.news_b .btm .ul li .bt{height: 76px;}
	.news_b .btm .ul li .js{height: 88px;}
}

@media(max-width: 1100px){
	.news_a {
	    padding: 40px 0 30px;
	}
	.news_b {
	    padding-bottom: 50px;
	}
	.news_b .top .box{
		padding: 30px 20px 70px;
	}
	.news_b .top{text-align: center;}
	.news_b .top .left{
		width: 70%;
		float: none;
		display: inline-block;
	}
	.news_b .top .right{
		text-align: left;
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	.news_b .top .swiper-pagination{
		bottom: 20px;
		left: 20px;
	}
	.news_b .btm .ul li{
		width: 100%;
		padding: 30px 20px;
		margin-top: 16px;
	}

	.news_b .btm .ul li .bt,
	.news_b .btm .ul li .js{
		height: auto;
	}
	.news_a .top .tit{
		position: initial;
		width: 100%;
		transform: initial;
		float: left;
		margin-top: 26px;
	}
	.news_a .top .tit a {
	    padding: 6px 20px;
	    font-size: 14px;
	}
	.news_b .more {
	    margin-top: 20px;
	}
	.page {
	    margin-top: 30px;
	}
	.page a{
		font-size: 14px;
		height: 40px;
		width: 40px;
		line-height: 40px;
		margin: 0 5px;
	}
}
.lan{background: #edf5fb;}
.mbx{
	padding: 14px 0;
	
}

.mbx a{
	display: inline-block;
	color: #999999;
}

.mbx a.cur{
	color: #333333;
}

.mbx a.dq{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	width: 500px;
}

.newxq_a{
	padding: 40px 0 100px;
}

.newxq_a .left{
	border-radius: 8px;
	background: #fff;
	width: 73.2%;
	padding: 36px 30px 74px;
}

.newxq_a .bt{
	color: #333333;
	line-height: 1.2;
}
.newxq_a .zhong{
	margin-top: 30px;
}
.newxq_a .time{
	color: #2087d1;
}


.newxq_a .text{
	line-height: 1.8;
	color: #666666;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eeeeee;
}
img{max-width: 100%;}
.newxq_a .btm{
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #eeeeee;
}

.newxq_a .btm .l{
	float: left;
	width: 60%;
}

.newxq_a .btm .l a{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	display: block;
	margin-bottom: 10px;
	color: #333333;
}
.newxq_a .btm .l a:last-child{margin-bottom: 0;}
.newxq_a .btm .l a span{
	color: #666666;
}

.newxq_a .btm .l a:hover span{
	color: #2087d1;
}
.newxq_a .btm .r{
	float: right;
}
.fh{
	padding: 14px 32px;
	border-radius: 50px;
	color: #666666;
	display: inline-block;
	border: 1px solid #666666;
}
.fh:hover{
	background: #2687be;
	border: 1px solid #2687be;
	color: #ffffff;
}
.fh i{
	width: 15px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	background: url(../images/fh8_18.png) center center/cover;
}
.fh:hover i{
	background: url(../images/fh_jt.png) center center/cover;
}
.newxq_a .right{
	float: right;
	width: 25.3%;
	
}

.newxq_a .right .top{
	background: #fff;
	padding: 36px 30px 20px;
	border-radius: 8px;
}

.newxq_a .right .top .ul{
	padding-top: 6px;
	margin-top: 20px;
	border-top: 2px solid #2087d1;
}

.newxq_a .right .top .ul li a{
	padding: 24px 20px 24px 0;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	position: relative;
}

.newxq_a .right .top .ul li a:before{
	position: absolute;
	top: 50%;
	right: 4px;
	width: 15px;
	height: 14px;
	content: "";
	background: url(../images/newxq_jt1.png) center center/cover;
}

.newxq_a .right .top .ul li:last-child a{border-bottom: none;}
.newxq_a .right .top .ul li a.cur{
    color: #2087d1;
}
.newxq_a .right .top .ul li a.cur:before{
	background: url(../images/newxq_jt2.png) center center/cover;
}

.newxq_a .right .box{
	margin-top: 20px;
	border-radius: 8px;
	background: #fff;
	padding: 36px 30px;
}

.newxq_a .right .box .nr{
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
}

.newxq_a .right .box .nr:last-child{
	border-bottom: none;
}

.newxq_a .right .box .nr .img{border-radius: 8px;}

.newxq_a .right .box .nr .time2{
	color: #2087d1;
	margin-top: 14px;
}

.newxq_a .right .box .nr .bt{
	color: #333333;
	margin-top: 6px;
}
.newxq_a .time{float: left;}
.newxq_a .fx{
	float: right;
}

.newxq_a .fx #share-01{
	display: inline-block;
}
.newxq_a .fx #share-01 a,.newxq_a .fx .fx_fh,.newxq_a .fx #share-02 a{
	width: 37px;
	height: 37px;
	display: inline-block;
	border-radius: 100%;
	margin:0 6px 0 0;
	vertical-align: middle;
	transition: all 0.3s;
}
.newxq_a .fx #share-01 a:last-child{margin-right: 0;}
.newxq_a .fx #share-01 a:before,.newxq_a .fx #share-02 a:before{display: none;}
.newxq_a .fx #share-01 a.icon-wechat{
	background: url(../images/fx_weixin.png) center center/cover #f1f1f1;
	position: relative;
}

.newxq_a .fx #share-01 a.icon-weibo{
	background: url(../images/fx_weibo.png) center center/cover #f1f1f1;
}

.newxq_a .fx .fx_fh_box{
	display: inline-block;
	position: relative;
}

.newxq_a .fx .fx_fh{
	cursor: pointer;
	background: url(../images/fx_fh2.png) center center/cover #f1f1f1;
}

.newxq_a .fx #share-01 a.icon-wechat:hover{
	background: url(../images/fx_weixin2.png) center center/cover #519fcb;
}

.newxq_a .fx #share-01 a.icon-weibo:hover{
	background: url(../images/fx_weibo2.png) center center/cover #519fcb;
}

.newxq_a .fx .fx_fh_box:hover .fx_fh{
	cursor: pointer;
	background: url(../images/fx_fh.png) center center/cover #519fcb;
}

.newxq_a .fx .fx_gd{
	position: absolute;
	right: -30px;
	top: 100%;
	padding-top: 20px;
	display: none;
	
}
.newxq_a .fx .fx_fh_box:hover .fx_gd{
	display: block;
}
.newxq_a .fx .fx_gd #share-02{
	background: #fff;
	width: 170px;
	height: 66px;
	position: relative;
	padding: 14px 0;
	text-align: center;
	z-index: 3;
	box-shadow: 2px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.newxq_a .fx .fx_gd #share-02:before{
	width: 16px;
	height: 7px;
	position: absolute;
	left: 110px;
	top: -7px;
	content: "";
	background: url(../images/fx_jt.png) center center/cover;
}
.newxq_a .fx .fx_gd #share-02 a.icon-facebook{
	background: url(../images/fx_f.png) center center/cover;
}

.newxq_a .fx .fx_gd #share-02 a.icon-twitter{
	background: url(../images/fx_n.png) center center/cover;
}

.newxq_a .fx .fx_gd #share-02 a.icon-linkedin{
	background: url(../images/fx_in.png) center center/cover;
}

@media(max-width: 1500px){
	.newxq_a {
	    padding: 20px 0 70px;
	}
	.newxq_a .left {
	    padding: 30px 24px 50px;
	}
	.newxq_a .btm {
	    margin-top: 40px;
	    padding-top: 30px;
	}
	.newxq_a .right .top {
	    padding: 30px 24px 16px;
	}
	.newxq_a .right .top .ul li a {
	    padding: 20px 16px 20px 0;
	}
	.newxq_a .right .box {
	    margin-top: 20px;
	    padding: 30px 26px;
	}
	.newxq_a .right .box .nr {
	    padding: 20px 0;
	}
}

@media(max-width: 1100px){
	.mbx{display: none;}
	.newxq_a {
	    padding: 40px 0 50px;
	}
	.newxq_a .left{width: 100%;padding:20px 20px 30px ;}
	.newxq_a .time{
		width: 100%;
	}
	.newxq_a .fx{
		margin-top: 20px;
		width: 100%;
	}
	.newxq_a .right{display: none;}
	.newxq_a .zhong {
	    margin-top: 20px;
	}
	.newxq_a .btm {
	    margin-top: 30px;
	    padding-top: 20px;
	}
	.newxq_a .btm .l{width: 100%;}
	.newxq_a .btm .r{
		margin-top: 20px;
		float: left;
	}
	.fh {
	    padding: 10px 26px;
	}
	.newxq_a .text{padding-top: 14px;margin-top: 14px;}
	.newxq_a .fx #share-01 a, .newxq_a .fx .fx_fh, .newxq_a .fx #share-02 a{
		width: 34px;
		height: 34px;
	}
}

.contact_a{
	padding: 120px 0 140px;
}

.contact_a .left{
	width: 43%;
	padding-top: 40px;
}
.contact_a .left .bt{
	color: #333333;
	line-height: 1.2;
}

.contact_a .left .ul{
	margin-top: 24px;
}

.contact_a .left .ul li{
	padding: 22px 0;
	border-bottom: 1px solid #eeeeee;
}
/*.contact_a .left .ul li:last-child{border-bottom: none;}*/
.contact_a .left .ul li .img{
	width: 76px;
	background: #f2f8fc;
	border-radius: 100%;
	float: left;
}

.contact_a .left .ul li .text{
	float: left;
	width: calc(100% - 76px);
	padding-left: 20px;
	padding-top: 5px;
}

.contact_a .left .ul li .text .biaoti{
	color: #333333;
}
.contact_a .left .ul li .text .js{
	line-height: 1.6;
	margin-top: 6px;
	color: #666666;
}
.contact_a .right{
	width: 52%;
}

.contact_a .right .zb{
	position: absolute;
	width: 36px;
	top: 52.1%;
	left: 64.7%;
	overflow: initial;
}
.contact_a .right .zb img{
    animation: tiao 1s linear infinite;
}
.contact_a .right .zb:before{
	width: 83px;
	height: 30px;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
	background: url(../images/contact_a_dz.png) center center/cover;
}

.contact_a .right .zb p{
	color: #1baec2;
	position: absolute;
	left: calc(100% + 6px);
	top: 50%;
	transform: translateY(-50%);
}

@-webkit-keyframes tiao {
	0% {
		transform: translateY(-14%);
	}
	50%{
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-14%);
	}
}
@keyframes tiao {
	0% {
		transform: translateY(-14%);
	}
	50%{
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-14%);
	}
}

.contact_b{
	padding: 140px 0;
	background: #ebf3f9;
}

.contact_b .left{
	width: 51%;
	border-radius: 8px;
}
.contact_b .left .img{border-radius: 8px;}
.contact_b .right{
	width: 43%;
	/*padding-top: 20px;*/
	padding-top: 0 !important;
}

.contact_b .ul{margin-top: 40px;}
.contact_b .ul li{
	float: left;
	width: 100%;
	margin-right: 1.2%;
	position: relative;
	margin-bottom: 14px;
}

.contact_b .ul li:nth-child(2n){margin-right: 0;}
.contact_b .ul li input,.contact_b .ul li textarea,.contact_b .ul li select{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	background: none;
	border: 1px solid #cfdbe4;
	padding: 0 16px;
	border-radius: 8px;
	transition: all 0.3s;
}

.contact_b .ul li select{
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.contact_b .ul li .select::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 13px;
    height: 7px;
    background: url(../images/contact_b_jt.png) no-repeat center center/cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.contact_b .ul li input.cur,.contact_b .ul li textarea.cur{
	border: 1px solid #1baec2;
	color: #1baec2;
}

.contact_b .ul li.w100{width: 100%;margin-right: 0;}
.contact_b .ul li span{
	color: #db002e;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	font-weight: bold;
}
.contact_b .ul li textarea{
	height: 140px;
	resize: none;
}

.contact_b .ul li .banner_more{
	border: none;
	padding-left: 70px;
}

.contact_b .ul li.btn{
	width: auto;
	margin-top: 20px;
}

.contact_b .ul li.btn i{
	width: 46px;
	height: 46px;
	border: 1px solid #2687be ;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
}

.contact_b .ul li.btn i:before{
	width: 10px;
	height: 10px;
	background: #2687be ;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	transform: translate(-50%,-50%);
}

.contact_b .ul li.btn i:after{
	width: 40px;
	height: 1px;
	background: #2687be ;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}


.contact_b .ul li.btn input.cur{
	border: none;
	color: initial;
}

@media(max-width: 1700px){
	.contact_a {
	    padding: 90px 0 110px;
	}
	.contact_b {
	    padding: 110px 0;
	}
	.contact_b .right{
		padding-top: 0;
	}
}

@media(max-width: 1500px){
	.contact_a {
	    padding: 70px 0 90px;
	}
	.contact_b {
	    padding: 90px 0 70px;
	}
	.contact_a .left {
	    padding-top: 20px;
	}
	.contact_a .left .ul li .img{
		width: 66px;
	}
	.contact_a .left .ul li .text{
		width: calc(100% - 66px);
	}
	.contact_b .ul li input, .contact_b .ul li textarea,.contact_b .ul li select{font-size: 14px;}
	.contact_b .ul li input,.contact_b .ul li select{
		height: 50px;
		line-height: 50px;
	}
}

@media(max-width: 1100px){
	.contact_a {
	    padding: 40px 0 50px;
	}
	.contact_a .left {
	    width: 100%;
	    padding-top: 0;
	}
	.contact_a .left .ul {
	    margin-top: 20px;
	}

	.contact_a .left .ul li {
	    padding: 14px 0;
	}
	.contact_a .left .ul li .img {
	    width: 50px;
	}
	.contact_a .left .ul li .text {
	    width: calc(100% - 50px);
	    padding-top: 0;
	}
	.contact_a .right {
	    width: 100%;
	    margin-top: 20px;
	}
	.contact_b {
	    padding: 40px 0 50px;
	}
	.contact_b .right{
		width: 100%;
	}
	.contact_b .left{
		width: 100%;
		margin-top: 20px;
	}
	.contact_b .ul {
	    margin-top: 26px;
	}
	.contact_b .ul li{
		width: 100%;
	}
	.contact_b .ul li input {
	    height: 46px;
	    line-height: 46px;
	}
	.contact_b .ul li.btn{
		margin-top: 10px;
	}
}

.par_a{
	background: url(../images/par_a_bg2.jpg) center center/cover;
	padding-top: 110px;
}
.par_a .top .text{
	line-height: 1.6;
	color: #333333;
	margin-top: 10px;
}

.par_a .btm{
	border-radius: 8px;
	overflow: hidden;
	margin-top: 30px;
}

.par_a .btm .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 29%;
	height: 100%;
	background: url(../images/par_a_bg.png) center center/cover;
}

.par_a .btm .text .nr{
	position: absolute;
	left: 0;
	top: 50%;
	padding: 0 46px;
	transform: translateY(-50%);
	color: #fff;
}

.par_a .btm .text .xz{
   color: rgba(255, 255, 255, 0.6);
}
.par_a .btm .text .bt{
   line-height: 1.2;
   margin-top: 12px;
   font-weight: bold;
}

.par_b{
	background: url(../images/par_b_bg.jpg) top center/cover;
	padding: 280px 0 70px;
	margin-top: -150px;
}

.par_b .wenzi{
	padding-right: 90px;
	width: 31.5%;
	position: absolute;
	top: 0;
	left: 0;
}

.par_b .wenzi .text{
	line-height: 1.6;
	color: #333333;
	margin-top: 20px;
}

.par_b .ul li{
	float: left;
	margin-right: 2.75%;
	width: 31.5%;
	padding: 60px 20px 60px 6px;
	border-top: 1px solid #d4e7f2;
	position: relative;
	transition: all 0.4s;
}
.par_b .ul li:before{
	background: url(../images/par_b_x.jpg) center center/cover;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	top: -1px;
	transition: all 0.3s;
	content: "";
}
.par_b .ul li:nth-child(1){border-top: none;}
.par_b .ul li:nth-child(1):before{display: none;}
.par_b .ul li:nth-child(3n){margin-right: 0;}
.par_b .ul li .icon{
	width: 96px;
}

.par_b .ul li .icon .img2{
	display: none;
}

.par_b .ul li .text{
	margin-top: 22px;
}


.par_b .ul li .text .bt{
	line-height: 1.2;
	color: #333333;
	font-weight: bold;
	height: 90px;
	overflow: hidden;
	transition: all 0.3s;
}

.par_b .ul li .text .js{
	line-height: 1.6;
	margin-top: 10px;
	color: #333333;
	transition: all 0.3s;
}
.par_b .ul li:nth-child(1):hover{background: none;}
.par_b .ul li:hover{
	padding-left: 30px;
	padding-right: 30px;
	background: url(../images/touzi_b_bg.jpg) center center/cover;
}
/*.par_b .ul li:hover:before{
	width: 100%;
}*/
.par_b .ul li:hover .text .js,
.par_b .ul li:hover .text .bt{
	color: #fff;
}
.par_b .ul li:hover .icon .img1{
	display: none;
}
.par_b .ul li:hover .icon .img2{
	display: block;
}
@media(max-width: 1700px){
	.par_a {
	    padding-top: 90px;
	}
	.par_a .btm .text .nr{
		padding: 0 30px;
	}
	.par_b .ul li .icon {
	    width: 80px;
	}
	.par_b .ul li{
		padding: 40px 14px 40px 4px;
	}
	.par_b {
	    padding: 240px 0 70px;
	}
}

@media(max-width: 1500px){
	.par_a {
	    padding-top: 70px;
	}
	.par_b .wenzi {
	    padding-right: 50px;
	}
	.par_b .ul li:hover{
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media(max-width: 1100px){
	.par_a {
	    padding-top: 40px;
	}
	.par_a .btm .text{
		width: 50%;
	}
	.par_b{
		margin-top: -80px;
	}
	.par_b {
	    padding: 140px 0 50px;
	}
	.par_b .ul li .text .bt{height: auto;}
}

@media(max-width: 800px){
	.par_a .btm .text .nr {
	    padding: 0 20px;
	}
	.par_a .btm .text .bt{margin-top: 8px;}
	.par_a .btm{margin-top: 20px;}
	.par_a .btm .text {
	    width: 105%;
	}
	.par_b {
	    padding: 120px 0 50px;
	}
	.par_b .wenzi{
		width: 100%;
		padding-right: 0;
		position: initial;
		transform: initial;
	}
	.par_b .ul{margin-top: 40px;}
	.par_b .ul li:nth-child(1){
		display: none;
	}
	
	.par_b .ul li{
		width: 100%;
		padding: 20px 0;
	}
	.par_b .ul li .icon {
	    width: 60px;
	}
	.par_b .ul li .text {
	    margin-top: 16px;
	}

}

.header .right .ul li .box{
	position: absolute;
	width: 290px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.8);
/*	background: rgba(0, 0, 0, 0.4);*/
	padding: 10px 0;
	display: none;
	text-align: center;
	border-radius: 6px;
}

.header .right .ul li .box a{
	color: #333333;
	padding: 14px 0;
	display: block;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header .right .ul li .box a:last-child{border-bottom: none;}
.header .right .ul li:hover .box{
	display: block;
}

.header .right .ul li .box a:hover{
	color: #2687be;
	font-weight: bold;
}

.touzi_a{
	padding: 80px 0 140px;
}
.touzi_a .top .left .bt{line-height: 1;}
.touzi_a .top .right{
	width: 76.8%;
	line-height: 1.8;
	color: #333333;
}

.touzi_a .btm{
	background: #fff;
	margin-top: 60px;
	position: relative;
}
.touzi_a .btm .left_box{
	float: left;
	width: 81%;
}
.touzi_a .btm .left{
	float: none;
	display: none;
	padding: 40px 50px 30px;
	position: relative;
}

.touzi_a .btm:before{
	width: 123px;
	height: 86px;
	background: url(../images/touzi_a_dh.png) center center/cover;
	position: absolute;
	content: "";
	left: calc(81% - 123px - 50px);
	bottom: 0;
}

.touzi_a .btm .left .text{display: none;}
.touzi_a .btm .left .text.cur{display: block;}

.touzi_a .btm .left.cur{display: block;}
.touzi_a .btm .left .tit{
	border-bottom: 1px solid #eeeeee;
}
.touzi_a .btm .left .tit a{
	float: left;
	margin-right: 50px;
	padding: 16px 6px;
	position: relative;
}
.touzi_a .btm .left .tit a:before{
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	background: #2687be;
	bottom: -1px;
	content: "";
	transition: all 0.4s;
}
.touzi_a .btm .left .tit a.cur,
.touzi_a .btm .left .tit a:hover{color: #2687be;}

.touzi_a .btm .left .tit a.cur:before,
.touzi_a .btm .left .tit a:hover:before{width: 100%;}

.touzi_a .btm .left .tit a:last-child{margin-right: 0;}

.touzi_a .btm .left .text{
	margin-top: 54px;
}
.touzi_a .btm .left .text .bt{
	line-height: 1.2;
	color: #333333;
}

.touzi_a .btm .left .text .wenzi{
	color: #666666;
	line-height: 1.6;
	margin-top: 14px;
	height: 200px;
	overflow: auto;
}

.touzi_a .btm .left .text .wenzi::-webkit-scrollbar{
	width: 2px;
	
}
.touzi_a .btm .left .text .wenzi::-webkit-scrollbar-track{
	background: #ccc;
	width: 2px;
}

.touzi_a .btm .left .text .wenzi::-webkit-scrollbar-track-piece{
	width: 2px;
} 
.touzi_a .btm .left .text .wenzi::-webkit-scrollbar-thumb{
	    background: #2687be;
			border: 5px;
		
}
.touzi_a .btm .left .text .wenzi::-webkit-scrollbar-button{
	display: none;
}

.touzi_a .btm .right{
	width: 19%;
	background: #fcfcfc;
}


.touzi_a .btm .right .right_box{
	/*height: 520px;*/
}
.touzi_a .btm .right .right_box .box .img .img2{display: none;}
.touzi_a .btm .right .right_box .box{cursor: pointer;border-bottom: 1px solid #eeeeee;}
.touzi_a .btm .right .right_box .cur{background: url(../images/touzi_a_bg.jpg) center center/cover;}
.touzi_a .btm .right .right_box .cur .img .img1{display: none;}
.touzi_a .btm .right .right_box .cur .img .img2{display: block;}

.touzi_a .btm .swiper-button-next,
.touzi_a .btm .swiper-button-prev{
	bottom: 40px;
	left: 50px;
}

.touzi_a .btm .swiper-button-prev{
	left: 50px;
}

.touzi_a .btm .swiper-button-next{
	left: 110px;
}

.touzi_b{
	padding: 110px 0 120px;
}

.touzi_b .ul{
	margin-top: 30px;
}

.touzi_b .ul li{
	float: left;
	margin-right: 1.4%;
	width: 32.4%;
	background: #edf5fb;
	text-align: center;
	height: 320px;
	border-radius: 0 0 8px 8px;
	position: relative;
	transition: all 0.4s;
	border-top: 2px solid #2687be;
}

.touzi_b .ul li:nth-child(3){margin-right: 0;}

.touzi_b .ul li .box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 30px;
	width: 100%;
}
.touzi_b .ul li .img .img2{display: none;}
.touzi_b .ul li .img{
	width: 106px;
	display: inline-block;
	background: #e3edf4;
	border-radius: 100%;
}
.touzi_b .ul li .text{
	margin-top: 14px;
	color: #333333;
	transition: all 0.2s;
}
.touzi_b .ul li .text .js{
	line-height: 1.6;
	margin-top: 4px;
}
.touzi_b .ul li .text .js a{color: #333;}
.touzi_b .ul li:hover{
	border-top: 2px solid rgba(0, 0, 0, 0);
	background: url(../images/touzi_b_bg.jpg) center center/cover;
}

.touzi_b .ul li:hover .text,.touzi_b .ul li:hover .text a{
	color: #fff;
}
.touzi_b .ul li:hover .img {
	background: rgba(255, 255, 255, 0.08);
}
.touzi_b .ul li:hover .img .img1{display: none;}
.touzi_b .ul li:hover .img .img2{display: block;}

@media(max-width: 1700px){
	.touzi_a {
	    padding: 70px 0 110px;
	}
	.touzi_a .btm .left {
	    padding: 30px 30px 20px;
	}
	.touzi_a .btm .swiper-button-prev,
	.touzi_a .btm .swiper-button-next{
		width: 40px;
		height: 40px;
	}
	.touzi_a .btm .swiper-button-prev {
	    left: 30px;
	}
	.touzi_a .btm .swiper-button-next{
		left: 80px;
	}
	.touzi_a .btm .left .text {
	    margin-top: 40px;
	}
	.touzi_b {
	    padding: 90px 0 100px;
	}

}

@media(max-width: 1500px){
	.touzi_a {
	    padding: 50px 0 90px;
	}
	.touzi_a .btm .left .text .wenzi{
		height: 150px;
	}
	.touzi_a .btm .swiper-button-next, .touzi_a .btm .swiper-button-prev{bottom: 20px;}
	.touzi_b {
	    padding: 70px 0 90px;
	}
	.touzi_b .ul li .img{
		width: 90px;
	}
	.header .right .ul li .box{width: 220px;}
}

@media(max-width: 1100px){
	.touzi_a {
	    padding: 40px 0 50px;
	}
	.touzi_a .top .right{
		width: 100%;
		margin-top: 20px;
	}
	.touzi_a .btm {
	    margin-top: 30px;
	}
	.touzi_a .btm .left_box{
		width: 100%;
	}
	.touzi_a .btm .right{
		width: 100%;
		margin-top: 20px;
	}
	.touzi_a .btm .swiper-button-next, .touzi_a .btm .swiper-button-prev{display: none;}
	.touzi_a .btm .left {
	    padding: 30px 20px 20px;
	}
	.touzi_a .btm .left .tit a{margin-right: 4%;width: 48%;padding: 12px 4px;}
	.touzi_a .btm .left .tit a:nth-child(2n){margin-right: 0;}
	.touzi_a .btm .left .text {
	    margin-top: 30px;
	}
	.touzi_b {
	    padding: 40px 0 50px;
	}
	.touzi_b .ul li{
		height: auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 14px;
	}
	.touzi_b .ul li:last-child{margin-bottom: 0;}
	.touzi_b .ul li .img {
	    width: 70px;
	}
	.touzi_b .ul li .box{
		padding: 20px 14px;
		position: initial;
		transform: initial;
	}
}

.nybanner .ul{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.nybanner .ul li{
	float: left;
	width: 20%;
	text-align: center;
}

.nybanner .ul li a{
	display: block;
	background: rgba(0, 0, 0, 0.2);
	padding: 20px 0;
	color: #fff;
	position: relative;
	transition: all 0.3s;
}
.nybanner .ul li a:before{
	height: 50%;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}
.nybanner .ul li:last-child a:before,.nybanner .ul li.cur a:before{display: none;}

.nybanner .ul li.cur a,.nybanner .ul li:hover a{
	background: #25cadb;
}

.shiming_a{
	padding: 320px 0 210px;
	background: url(../images/shiming_bg.jpg) center center/cover;
}

.shiming_a .text{
	padding: 0 350px;
	margin-top: 20px;
	position: relative;
}
.shiming_a .text:before{
	width: 146px;
	height: 103px;
	position: absolute;
	top: 0;
	left: 70px;
	background: url(../images/shiming_icon.png) center center/cover;
	content: "";
}
.shiming_a .text .js{
	color: #333333;
}
.shiming_a .text .wenzi{
	margin-top: 10px;
}
.shiming_a .img{
	border-radius: 8px;
	margin-top: 70px;
}

@media(max-width: 1700px){
	.shiming_a {
	    padding: 220px 0 160px;
	}
	.shiming_a .text:before{
		width: 120px;
        height: 84px;
        left: 50px;
	}
	.shiming_a .text {
	    padding: 0 250px;
	}
	.shiming_a .img {
	    margin-top: 50px;
	}
}

@media(max-width: 1500px){
	.shiming_a {
	    padding: 160px 0 100px;
	}
	.nybanner .ul li a{
		padding: 14px 0;
	}
	.shiming_a .text:before{
		width: 110px;
        height: 77px;
        left: 40px;
	}
	.shiming_a .text {
	    padding: 0 200px;
	}
	.shiming_a .img {
	    margin-top: 40px;
	}
}

@media(max-width: 1100px){
	.nybanner .ul {
	   display: none;
	}
	.shiming_a {
	    padding: 50px 0;
	}
	.shiming_a .text {
	    padding: 0;
	    margin-top: 10px;
	}
	.shiming_a .text:before {
	    width: 60px;
	    height: 42px;
	    left: 0px;
	    top: -70px;
	}
	.shiming_a .img {
	    margin-top: 30px;
	}
	.nybanner .text .js br{display: none;}
}

.video_a{
	background: url(../images/video_a_bg.jpg) top center/cover;
	padding-top: 280px;
	padding-bottom: 80px;
	position: relative;
}


.video_a_b{
	background: url(../images/video_a_b_bg.jpg) top center/cover;
	padding-bottom: 390px;
}
.video_a_b .zm{
	width: 74%;
	position: absolute;
	left: calc(8.335% + 60px);
	bottom: 120px;
}
.video_a .top{
	margin-top: 30px;
	border-radius: 8px;
}

.video_a .top .img{
	border-radius: 8px;
	overflow: hidden;
}

.video_a .top .bf{
	width: 110px;
	position: absolute;
	bottom: -48px;
	right: 130px;
	cursor: pointer;
}

.video_a .btm{
	margin-top: 74px;
}

.video_a .btm li{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
	border-radius: 8px;
	background: #fff;
	margin-top: 26px;
	cursor: pointer;
	padding: 14px 14px 54px;
}
.video_a .btm li:nth-child(3n){margin-right: 0;}
.video_a .btm li .img{
	border-radius: 8px;
}

.video_a .btm li .text{
	padding: 24px 10px 0;
}

.video_a .btm li .time{
	color: #2c8ac0;
}

.video_a .btm li .bt{
	margin-top: 14px;
	color: #333333;
	line-height: 1.4;
	height: 56px;
	overflow: hidden;
}
.video_a .btm li .video_more{
	margin-top: 40px;
}
.video_more,a.video_more{
	color: #2ab3c6;
	display: inline-block;
	padding-left: 50px;
	position: relative;
}

.video_more:before,a.video_more:before{
	position: absolute;
	background: url(../images/video_bf.png) center center/cover;
	width: 40px;
	height: 40px;
	left: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
}

@media(max-width: 1700px){
	.video_a{
	   padding-top: 200px;
       padding-bottom: 60px;
	}
	.video_a_b{
		padding-bottom: 320px;
	}
	.video_a_b .zm {
	    left: calc(7% + 40px);
	    bottom: 90px;
	}
}

@media(max-width: 1500px){
	.video_a{
	   padding-top: 140px;
       padding-bottom: 50px;
	}
	.video_a_b{
		padding-bottom: 200px;
	}
	.video_a_b .zm {
	    left: calc(7% + 40px);
	    bottom: 60px;
	}
	.video_a .btm {
	    margin-top: 60px;
	}
	.video_a .btm li{margin-top: 20px;}
	.video_a .btm li .bt{height: 44px;}
	.video_a .btm li .video_more {
	    margin-top: 30px;
	}
	.video_a .btm li .bt{margin-top: 10px;}
}

@media(max-width: 1100px){
	.video_a {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.video_a_b{
		padding-bottom: 100px;
	}
	.video_a .top .bf {
	    bottom: -30px;
	    right: 3%;
	    width: 80px;
	}
	.video_a .btm {
	    margin-top: 40px;
	}
	.video_a .btm li{
		width: 100%;
		padding: 14px 10px 40px;
		margin-right: 0;
	}
	.video_a_b .zm{
		width: 100%;
		bottom: 40px;
		left: 20px;
	}
}

.jianshu_a{
	padding: 110px 0 90px;
	background: #edf5fb;
	position: relative;
}

.jianshu_a:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 75%;
	background: #fff;
	content: "";
	z-index: 0;
}

.jianshu_a .container2{position: relative;z-index: 3;}

.jianshu_a .text{
	margin-top: 20px;
	color: #333333;
	line-height: 1.8;
}

.jianshu_a .btm{
	margin-top: 40px;
	padding-bottom: 90px;
}

.jianshu_a .btm .box .img{
	border-radius: 8px;
}

.jianshu_a .btm .swiper-pagination{
	position: absolute;
	top: auto;
	left: 0;
	bottom: 24px;
	width: calc(100% - 128px);
	height: 4px;
	background: none;
}
.jianshu_a .btm .swiper-pagination:before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #dde7ef;
	content: "";
	height: 2px;
}
.jianshu_a .btm .swiper-pagination .swiper-pagination-progressbar-fill{
	background: #2687be;
}

.jianshu_a .btm .swiper-button-next,
.jianshu_a .btm .swiper-button-prev{
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
}

.jianshu_a .btm .swiper-button-next{
	right: 0;
}
.jianshu_a .btm .swiper-button-prev{
	right: 60px;
}

.jianshu_b{
	background: url(../images/jianshu_b_bg.jpg) center center/cover;
	padding-bottom: 140px;
}

.jianshu_b .left .bt{
	line-height: 1.1;
}

.jianshu_b .right{
	width: 71.6%;
	line-height: 1.8;
	color: #333333;
}
.jianshu_b .right ul li{
	margin-bottom: 16px;
	padding-left: 18px;
	position: relative;
	line-height: 1.8;
}

.jianshu_b .right ul li:last-child{margin-bottom: 0;}

.jianshu_b .right ul li:before{
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #c0d1de;
	position: absolute;
	left: 0;
	content: "";
	top: 12px;
}

.jianshu_c{
}

.jianshu_c .left{
	width: 43.5%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.jianshu_c .left .text{
	line-height: 1.8;
	margin-top: 24px;
	color: #666666;
}

.jianshu_c .right{
	width: 51%;
	padding: 60px;
	border: 1px solid rgba(65, 150, 198, 0.1);
	border-radius: 100%;
	
}

.jianshu_c .right .img{
	padding: 46px;
	border-radius: 100%;
	border: 1px solid rgba(65, 150, 198, 0.2);
}

@media(max-width: 1700px){
	.jianshu_a {
	    padding: 90px 0 70px;
	}
	.jianshu_a .btm{
		margin-top: 30px;
	}
	.jianshu_b {
	    padding-bottom: 100px;
	}
}

@media(max-width: 1500px){
	.jianshu_a {
	    padding: 70px 0 50px;
	}
	.jianshu_b {
	    padding-bottom: 70px;
	}
	.jianshu_c .left .text{margin-top: 20px;}
	.jianshu_c .right{
		padding: 40px;
	}
	.jianshu_c .right .img{
		padding: 20px;
	}
}

@media(max-width: 1100px){
	.jianshu_a {
	    padding: 40px 0 50px;
	}
	.jianshu_a .btm {
	    margin-top: 20px;
	    padding-bottom: 70px;
	}
	.jianshu_a .btm .swiper-button-next, .jianshu_a .btm .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.jianshu_a .btm .swiper-button-prev {
	    right: 46px;
	}
	.jianshu_a .btm .swiper-pagination{
		width: calc(100% - 100px);
		bottom: 20px;
	}

	.jianshu_b {
		padding-bottom: 50px;
	}
	.jianshu_b .bt br{display: none;}
	.jianshu_b .right{
		margin-top: 20px;
		width: 100%;
	}
	.jianshu_c{
		padding: 40px 0 50px;
	}
	.jianshu_c .left{
		width: 100%;
		position: initial;
		transform: initial;
	}
	.jianshu_c .right {
	    padding: 18px;
	    width: 100%;
	    margin-top: 20px;
	}
	.jianshu_c .right .img{
	    padding: 9px;
	}
}

.shiji_a{
	padding: 120px 0 130px;
}

.shiji_a .btm{
	margin-top: 90px;
	position: relative;
	padding-bottom: 50px;
}
.shiji_a .btm .ul{overflow: hidden;}
.shiji_a .btm:before{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	width: 1px;
	content: "";
	background: #e5f0f7;
}
.shiji_a .btm .ul li{
	margin-bottom: 20px;
	position: relative;
}

.shiji_a .btm .ul li .i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	transition: all 0.3s;
	border: 5px solid #e3ecf3;
}

.shiji_a .btm .ul li .i:before{
	width: 17px;
	height: 17px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 3px solid #e3ecf3;
	content: "";
	transition: all 0.3s;
	border-radius: 100%;
}
.shiji_a .btm .ul li .i:after{
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #e3ecf3;
	content: "";
	border-radius: 100%;
	transition: all 0.3s;
}

.shiji_a .btm .ul li:last-child{margin-bottom: 0;}
.shiji_a .btm .ul li .left{
	width: 44.1%;
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	float: left;
	padding: 40px 10px 0;
}

.shiji_a .btm .ul li .left .bt{
	color: #333333;
	line-height: 1;
	font-weight: bold;
	transition: all 0.3s;
}

.shiji_a .btm .ul li .left .nr_box{
	margin-top: 20px;
	max-height: 176px;
	overflow: auto;
	padding-right: 6px;
}


.shiji_a .btm .ul li .left .nr_box::-webkit-scrollbar{
	width: 2px;
	
}
.shiji_a .btm .ul li .left .nr_box::-webkit-scrollbar-track{
	background: #ccc;
	width: 2px;
}

.shiji_a .btm .ul li .left .nr_box::-webkit-scrollbar-track-piece{
	width: 2px;
} 
.shiji_a .btm .ul li .left .nr_box::-webkit-scrollbar-thumb{
	    background: #2687be;
			border: 5px;
		
}
.shiji_a .btm .ul li .left .nr_boxi::-webkit-scrollbar-button{
	display: none;
}
.shiji_a .btm .ul li .left .nr_box .nr{
	margin-bottom: 10px;
}
.shiji_a .btm .ul li .left .nr_box .nr:last-child{margin-bottom: 0;}
.shiji_a .btm .ul li .left .nr_box .biaoti{
	font-weight: bold;
	color: #333333;
}
.shiji_a .btm .ul li .left .nr_box .biaoti,
.shiji_a .btm .ul li .left .nr_box .js{
	padding-left: 16px;
	position: relative;
	line-height: 1.8;
}
.shiji_a .btm .ul li .left .nr_box .biaoti:before{
	width: 6px;
	height: 6px;
	background: #c0d1de;
	border-radius: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
}
.shiji_a .btm .ul li .right{
	width: 44.1%;
}

.shiji_a .btm .ul li .right .right_box .swiper-pagination { padding: 0 20px; text-align: right; }
.shiji_a .btm .ul li .right .right_box .swiper-pagination .swiper-pagination-bullet { background: none; border: 1px solid rgba(255,255,255,0.6); opacity: 1; }
.shiji_a .btm .ul li .right .right_box .swiper-pagination .swiper-pagination-bullet-active { background: #fff; border: 1px solid rgba(255,255,255,1); }





.shiji_a .btm .ul li.li1 .left{
	/*left: auto;*/
	/*right: 0;*/
	float: right;
}

.shiji_a .btm .ul li.li1 .right{
	float: left;
}
.shiji_a .btm .ul li.li1 .right .img{
	border-radius: 8px;
	overflow: hidden;
}
.shiji_a .shiji_more{
	width: 55px;
	height: 55px;
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
	background: url(../images/shiji_gd.jpg) center center/cover;
}

.shiji_a .btm .ul li:hover .left .bt{
	color: #2c8ac0;
}
.shiji_a .btm .ul li:hover .i{
	border-color:  #2c8ac0;
}

.shiji_a .btm .ul li:hover .i:before{
	border-color:  #2c8ac0;
}
.shiji_a .btm .ul li:hover .i:after{
	background: #2c8ac0
}
@media(max-width: 1700px){
	.shiji_a {
	    padding: 90px 0 110px;
	}
	.shiji_a .btm {
	    margin-top: 60px;
	    padding-bottom: 40px;
	}
	/*.shiji_a .btm .ul li .left .nr_box{
		max-height: 150px;
	}*/
}

@media(max-width: 1500px){
	.shiji_a {
	    padding: 70px 0 90px;
	}
	.shiji_a .btm {
	    margin-top: 40px;
	    padding-bottom: 30px;
	}
	.shiji_a .shiji_more{
		width: 46px;
		height: 46px;
	}
	/*.shiji_a .btm .ul li .left .nr_box{
		max-height: 150px;
	}*/
}

@media(max-width: 1100px){
	.shiji_a {
	    padding: 40px 0 50px;
	}
	.shiji_a .btm .ul li{margin-bottom: 40px;}
	.shiji_a .btm .ul li .i,.shiji_a .btm:before{display: none;}
	.shiji_a .btm .ul li.li1 .left,.shiji_a .btm .ul li .left{
		position: initial;
		transform: initial;
		float: right;
		width: 100%;
		padding-right: 0;

	}
	.shiji_a .btm{
		padding-bottom: 0;
	}
	.shiji_a .btm .ul li .left{
		width: 100%;
	}
	/*.shiji_a .btm .ul li .left .nr_box{
		max-height: initial;
	}*/
	.shiji_a .btm .ul li.li1 .right,.shiji_a .btm .ul li .right{
		width: 100%;
		margin-top: 20px;
	}
}

.team_a{
	padding-top: 96px;
	background: url(../images/team_a_bg.jpg) center center/cover;
}

.team_a .left{
	width: 48%;
	padding-top: 110px;
}

.team_a .left .btm,.team_b .top .right .btm{
	margin-top: 20px;
}
.team_a .left .btm .bt,.team_b .top .right .btm .bt{
	color: #333333;
}

.team_a .left .btm .fbt,.team_b .top .right .btm .fbt{
	color: #2c8ac0;
	line-height: 1.4;
	margin-top: 8px;
	font-weight: bold;
	font-size: 24px;
}
@media(max-width:  1500px){
	.team_a .left .btm .fbt,.team_b .top .right .btm .fbt{
		font-size: 22px;
	}
}
@media(max-width:  1300px){
	.team_a .left .btm .fbt,.team_b .top .right .btm .fbt{
		font-size: 20px;
	}
}
@media(max-width:  1100px){
	.team_a .left .btm .fbt,.team_b .top .right .btm .fbt{
		font-size: 16px;
	}
}
.team_a .left .btm .text,.team_b .top .right .btm .text{
	line-height: 1.8;
	color: #666666;
	margin-top: 12px;
	overflow: auto;
	padding-right: 50px;
}
.team_a .left .btm .text{
	height: 540px;
}
.team_a .left .btm .text ul li{
	margin-bottom: 20px;
	padding-left: 16px;
	position: relative;
	line-height: 1.8;
}

.team_a .left .btm .text ul li:last-child{margin-bottom: 0;}
.team_a .left .btm .text ul li:before{
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #c0d1de;
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
}

.team_a .left .btm .text::-webkit-scrollbar{
	width: 4px;
	
}
.team_a .left .btm .text::-webkit-scrollbar-track{
	background: #eef3f7;
	width: 4px;
}

.team_a .left .btm .text::-webkit-scrollbar-track-piece{
	width: 4px;
} 
.team_a .left .btm .text::-webkit-scrollbar-thumb{
	    background: #2687be;
			border: 5px;
		
}
.team_a .left .btm .text::-webkit-scrollbar-button{
	display: none;
}

.team_a .right{
	width: 45.8%;
}

.team_b{
	position: relative;
	padding: 140px 0;
	background: #f2f8fd;
}
.team_b:before{
	background: url(../images/team_b_bg.jpg) center center/cover;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 36%;
}

.team_b .top .left{
	width: 36%;
}

.team_b .top .right{
	width: 60.1%;
	padding-top: 70px;
}

.team_b .top .right .btm .text{
	height: 110px;
	overflow: auto;
}

.team_b .top .right .btm .text ul li{
	padding-left: 20px;
	position: relative;
}

.team_b .top .right .btm .text ul li:before{
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #c0d1de;
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
}

.team_b .top .right .btm .text::-webkit-scrollbar{
	width: 4px;
	
}
.team_b .top .right .btm .text::-webkit-scrollbar-track{
	background: #dde7ef;
	width: 4px;
}

.team_b .top .right .btm .text::-webkit-scrollbar-track-piece{
	width: 4px;
} 
.team_b .top .right .btm .text::-webkit-scrollbar-thumb{
	    background: #2687be;
			border: 5px;
		
}
.team_b .top .right .btm .text::-webkit-scrollbar-button{
	display: none;
}
.team_b .lb{
	position: absolute;
	right: 0;
	bottom: 0;
	/*padding-right: 90px;*/
	width: 58.1%;
}
.team_b .lb_box{
	padding-right: 90px;
}
.team_b .lb_box .img{margin-right: 20px;}
.team_b .lb_box .slick-next,
.team_b .lb_box .slick-prev{
	width: 50px;
    right: 0;
    left: auto;
    bottom: auto;
    border: none;
    height: 50px;
    transition: all 0.4s;
}

.team_b .lb_box .slick-prev{
	top: calc(50% - 30px);
	background: url(../images/home_b_jt_l1.svg) center center/cover;
}
.team_b .lb_box .slick-next{
	top: calc(50% + 30px);
	background: url(../images/home_b_jt_r1.svg) center center/cover;
}
.team_b .lb_box .slick-prev:hover{
	top: calc(50% - 30px);
	background: url(../images/home_b_jt_l2.svg) center center/cover;
}
.team_b .lb_box .slick-next:hover{
	top: calc(50% + 30px);
	background: url(../images/home_b_jt_r2.svg) center center/cover;
}

.team_b .lb_box .img{

	border: 2px solid rgba(0, 0, 0, 0);
}
.team_b .lb_box .slick-current .img{
	border-radius: 4px;
	border: 2px solid #1e81d0;
}
@media(max-width: 1900px){
	.team_b .top .right {
	    padding-top: 30px;
	}
}
@media(max-width: 1700px){
	.team_a {
	    padding-top: 80px;
	}
	.team_a .left .btm .text{
		height: 400px;
	}
	.team_b {
	    padding: 100px 0;
	}
	
}

@media(max-width: 1500px){
	.team_a {
	    padding-top: 70px;
	}
	.team_a .left .btm .text{
		height: 350px;
	}
	.team_b {
	    padding: 80px 0;
	}
	.team_b .top .right {
	    padding-top: 30px;
	}
	.team_a .left .btm, .team_b .top .right .btm {
	    margin-top: 14px;
	}
	.team_b .top .right .btm .text {
	    height: 100px;
	}
}

@media(max-width: 1100px){
	.team_a {
	    padding: 40px 0 0;
	}

	.team_a .left {
	    width: 100%;
	    padding-top: 0;
	}
	.team_a .right {
	    width: 100%;
	    margin-top: 30px;
	}
	.team_a .left .btm .text, .team_b .top .right .btm .text{
		padding-right: 20px;
	}
	.team_b {
	    padding: 40px 0;
	}
	.team_b .top .left {
	    width: 100%;
	    display: none;
	}
	.team_b .top .right{
		width: 100%;
		padding-top: 0;
	}
	.team_b:before{display: none;}
	.team_b .lb{
		width: 100%;
		margin-top: 30px;
		position: initial;
	}
	.team_b .lb_box .slick-next, .team_b .lb_box .slick-prev{
		width: 40px;
		height: 40px;
	}
	.team_b .lb_box {
	    padding-right: 40px;
	}
	.team_b .lb_box .slick-prev {
	    top: calc(50% - 22px);
	}
	.team_b .lb_box .slick-next {
	    top: calc(50% + 22px);
	}
}

.car_a{
	overflow: hidden;
	background: url(../images/car_a_bg.jpg) center center/cover;
	
}
.car_a .car_a_box{
	padding: 220px 0 170px;
}
.car_a .top{
	width: 37%;
	position: relative;
	z-index: 2;
}
.car_a .top .text,.car_a .btm .right .text{
	line-height: 1.6;
	margin-top: 10px;
	color: #666666;
}

.car_a .btm{
	width: 78%;
	z-index: 2;
	margin-top: 80px;
	position: relative;
	z-index: 2;
}

.car_a .btm .left{
	width: 387px;
}

.car_a .btm .right{
	padding-left: 80px;
	width: calc(100% - 387px);
	padding-top: 160px;
}

.car_a .dt{
	width: 567px;
	height: 567px;
	display: block;
	position: absolute;
	left: 46%;
	top: 70px;
	border-radius: 100%;
}

.car_a .dt:before{
	width: 750px;
	height: 750px;
	border-radius: 100%;
	border: 120px solid #f8fbfd;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	transform: translate(-50%,-50%);
}

.car_a .dt .img{
	display: inline-block;
	width: 100%;
}
.car_a .xt{
	position: absolute;
	right: 0;
	bottom: 300px;
	width: 16.2%;
}
.car_a .xt .img{
	display: inline-block;
	width: 100%;
}

.car_b{
	background: url(../images/car_b_bg.jpg) center center/cover;
	padding: 130px 0;
}

.car_b .left{
	width: 52.2%;
	border-radius: 8px;
}

.car_b .right{
	width: 42.2%;
	padding-top: 110px;
	border-radius: 8px;
}

.car_b .right .text{
	line-height: 1.6;
	margin-top: 10px;
	color: #666666;
}
.car_b .right .text ul { margin-left: 18px; list-style: disc; }

.car_c{
	padding: 210px 0;
	background: url(../images/car_c_bg.jpg) left center/cover;
}

.car_c .box{
	width: 48.7%;
}

.car_c .box .text{
	line-height: 1.6;
	margin-top: 16px;
	color: #333333;
}

.car_c .box .banner_more{
	margin-top: 50px;
}

@media(max-width: 1700px){
	.car_a .dt {
	    width: 500px;
	    height: 500px;
	}
	.car_a .dt:before{
		width: 650px;
        height: 650px;
	}
	.car_a .car_a_box {
	    padding: 180px 0 140px;
	}
	.car_b {
	    padding: 100px 0;
	}
	.car_b .right {
	    padding-top: 90px;
	}
	.car_c {
	    padding: 180px 0;
	}
}

@media(max-width: 1500px){
	.car_a .dt {
	    width: 400px;
	    height: 400px;
	}
	.car_a .dt:before{
		width: 520px;
        height: 520px;
        border: 80px solid #f8fbfd;
	}
	.car_a .btm .left {
	    width: 300px;
	}
	.car_a .btm .right {
	    padding-left: 50px;
	    width: calc(100% - 300px);
	    padding-top: 60px;
	}
	.car_a .car_a_box {
	    padding: 140px 0 100px;
	}
	.car_b {
	    padding: 80px 0;
	}
	.car_b .right {
	    padding-top: 90px;
	}
	.car_c {
	    padding: 120px 0;
	}
	.car_a .btm{
		margin-top: 160px;
	}
}

@media(max-width: 1100px){
	.car_a .car_a_box {
	    padding: 60px 0 80px;
	}
	.car_a .top{
		width: 100%;
	}
	.car_a .btm .left {
	    width: 180px;
	}
	.car_a .btm .right {
	    padding-left: 30px;
	    width: calc(100% - 180px);
	    padding-top: 30px;
	}
	.car_a .btm {
	    width: 100%;
	    margin-top: 30px;
	}
	.car_a .xt{
		width: 80px;
		bottom: auto;
		top: 20px;
	}
	.car_a .dt {
	    width: 100%;
	    height: initial;
	    position: relative;
	    left: auto;
	    top: auto;
	    bottom: auto;
	    right: auto;
	     display: none;
	    margin-top: 20px;
	}
	.car_a .dt:before {
	    width: 300px;
	    display: none;
	    height: 300px;
	    border: 40px solid #f8fbfd;
	}
	.car_b {
	    padding: 40px 0;
	}
	.car_b .left{
		width: 100%;
		margin-top: 20px;
	}
	.car_b .right{
		padding-top: 0;
		width: 100%;
	}
	.car_c {
	    padding: 40px 0 50px;
	}
	.car_c .box{
	   width: 100%;
	}
	.car_c .box .banner_more {
	    margin-top: 40px;
	}
}

@media(max-width: 768px){
	.car_a .btm .left {
	    width: 100%;
	    margin-top: 20px;
	}
	.car_a .btm .right{
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
}

.te_banner .te_nav .ul2{
	position: initial;
	width: 826px;
}

.te_banner .te_nav .ul2 li{
	width: 50%;
	float: left;
	background: #fff;
	position: relative;
}

.te_banner .te_nav .ul2 li .box{
	padding: 90px 26px 20px;
}

.te_banner .te_nav .ul2 li .icon{
	width: 50px;
	position: absolute;
	right: 26px;
	top: 26px;
}
.te_banner .te_nav .ul2 li .icon .img2{display: none;}
.te_banner .te_nav .ul2 li .bt{
	color: #333333;
	font-weight: bold;
}

.te_banner .te_nav .ul2 li .js{
	color: #666666;
	margin-top: 6px;
	/*white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;*/
	height: 46px;
	overflow: hidden;
}
@media(max-width: 1500px){
	.te_banner .te_nav .ul2 li .js{height: 44px;}
}

.te_banner .te_nav .ul2 li .te_more{
	margin-top: 24px;
}
.te_banner .te_nav .ul2 li { transition: all 0.5s; }
.te_banner .te_nav .ul2 li.cur{
	background: url(../images/te_bg.jpg) center center/cover;
}

.te_banner .te_nav .ul2 li.cur .bt,
.te_banner .te_nav .ul2 li.cur .js{color: #fff;}
.te_banner .te_nav .ul2 li.cur .te_more{
	background: url(../images/te_jt02.png) center center/cover;
}
.te_banner .te_nav .ul2 li.cur .icon .img1{display: none;}
.te_banner .te_nav .ul2 li.cur .icon .img2{display: block;}


.te_banner .te_nav .ul2 li:hover{
	transform: scale(1.1);
	position: relative;
	z-index: 5;
	background: url(../images/te_bg.jpg) center center/cover;
}

.te_banner .te_nav .ul2 li:hover .bt,
.te_banner .te_nav .ul2 li:hover .js{color: #fff;}
.te_banner .te_nav .ul2 li:hover .te_more{
	background: url(../images/te_jt02.png) center center/cover;
}
.te_banner .te_nav .ul2 li:hover .icon .img1{display: none;}
.te_banner .te_nav .ul2 li:hover .icon .img2{display: block;}
.te_banner .te_nav .te_nav_box{
	float: right;
}

.te_a .title .js{
	margin: 20px 0;
	line-height: 1.6;
	color: #333333;
}

@media(max-width: 1700px){
	.te_banner .te_nav .ul2{
		width: 780px;
	}
}

@media(max-width: 1500px){
	.te_banner .te_nav .ul2 {
	    width: 600px;
	}
	.te_banner .te_nav .ul2 li .box {
	    padding: 70px 20px 20px;
	}
	.te_banner .te_nav .ul2 li .icon{
		width: 46px;
		top: 20px;
		right: 20px;
	}
	.te_more{
		width: 40px;
		height: 40px;
	}
	.te_a .title .js {
	    margin: 12px 0;
	}
}

@media(max-width: 1100px){
	.te_banner .te_nav .ul2{width: 100%;}
}
@media(max-width: 600px){
	.te_banner .te_nav{display: none;}
}


/*分割*/
/*管线*/
.PipelineBox {
	margin: .38rem auto 0;
	border-radius: 10px 10px 0 0;
	/*overflow: hidden;*/
	width: 100%;


}

/* .PipelineBox .dq-table{
	width: 1400px;
} */
.PipelineBox .dq-table-box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	/*border-bottom: 1px solid #3d3f53;*/
	position: relative;
}

.PipelineBox .dq-table-box_2 .dq-name,
.PipelineBox .dq-table-box_2 .dq-type,
.PipelineBox .dq-table-box_2 .dq-project,
.PipelineBox .dq-table-box_2 .dq-periods{
	background: #f6f7f8;
}


.PipelineBox .dq-table-box .gx_to{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.5rem;
}

.dq-table-header .dq-table-cell {
	padding: 10px 5px;
	background-color: #2687be;
	color: #fff;
	position: relative;
	min-height: 70px;
}

.dq-table-box .dq-table-cell {
	width: 10%;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	border-left: 1px solid #3c93c5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dq-table-box.dq-table-header .dq-periods {
	position: relative;
	width: 50%;
	border-left: 1px solid #3c93c5;
}

.dq-periods-list {
	display: flex;
	justify-content: center;
	height: 100%;
	min-height: 70px;
}

.dq-periods-list .dq-periods-item {
	width: 48%;
	padding: 10px 5px;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #3c93c5;
	background-color: #2687be;
	color: #fff;
	font-size: 18px;
	position: relative;
}

.dq-periods-list span:first-child,
.dq-table-header .dq-periods .dq-periods-item:first-child {
	border: none;
}

.dq-table-header .dq-table-cell p,
.dq-periods-list .dq-periods-item p {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 100%;
}

.dq-table-box .dq-name {
	width: 10%;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #dfe6eb;
	/*background-color: #fff;*/
	display: flex;
	color: #444444;
	align-items: center;
	font-weight: bold;
}

.dq-table-box .dq-name a{color: #333;}

.dq-name ul,
.dq-type ul {
	width: 100%;
}

.dq-name ul li:first-child,
.dq-type ul li:first-child {
	border: none;
	    display: flex;
    justify-content: center;
    align-items: center;
}

.dq-name ul li,
.dq-type ul li {
	line-height: 18px !important;
	padding: 5px !important;
	height: 54px;
	font-size: 16px;
	color: #333333;
    display: inline-block;
    word-break:break-all;
}

.dq-table-box .dq-type {
	width: 10%;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #efefef;
	/*background-color: #fff;*/
	display: flex;
	align-items: center;
}

.dq-table-box .dq-project {
	background: #fff;
	border-left: 1px solid #efefef;
}

.dq-project ul {
	width: 100%;
}

.dq-project ul li {
	line-height: 18px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	height: 54px;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	padding: 10px;
	color: #333;
}

.dq-project ul li:last-child {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dq-table-box .dq-periods {
	position: relative;
	width: 50%;
	border-left: 1px solid #efefef;
	/*background: #fff;*/
}

.dq-periods-list {
	display: flex;
	justify-content: center;
	height: auto;
}

.dq-periods-list span {
	width: 25%;
	display: block;
	padding: 5px;
	height: 100%;
	text-align: center;
	border-left: 1px solid #efefef;
}

.dq-periods ul {
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
}

.dq-place {
	border-left: 1px solid #efefef !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.dq-partner {
	border-left: 1px solid #efefef !important;
	border-right: 1px solid #efefef;
	background: #fff;
}

.dq-partner ul {
	width: 100%;
	height: 100%;
}

.dq-partner ul li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.dq-periods ul li {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	line-height: 15px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}

.dq-periods ul li:last-child {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dq-periods ul li { text-align: left;
	padding: 16px 16px 16px 0;
}

.dq-periods-process {

	position: absolute;left:0;
	padding-left: 5px;
	/*height: .28rem;*/
	height: .26rem;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;

	overflow: visible!important;

}

.dq-periods-process.center{
	top: 50%;
	text-align: left;
	position: absolute;
	top:50%; transform: translateY(-50%);
}

.dq-periods ul li .tit {
	position: absolute;
	/*top: 50%;*/
	top: 50%;
	right: auto;
	line-height: 1.17rem;
	transform: translateY(-50%);
	padding-right: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333333;
}

.dq-periods-process1 p {
	width: 100%;
	text-align: left;
}

.dq-periods-process i.icon {
	margin-right: 5px;
	display: inline-block;
	width: 13px;
	height: 15px;
	/*background: url(../images/sing3.jpg) no-repeat left center/cover;*/
}


.dq-periods-process1 {
	background-color: #152d76;
	z-index: 2;
	border-radius: 0 50px 50px 0;
}

.dq-periods-process2 {
	background-color: #19afc1;
	z-index: 1;
	border-radius: 0 50px 50px 0;
}


.dq-partner .dq-partner-s {
	width: 100%;
	border-bottom: 1px solid #efefef;
	height: 54px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.dq-table-box .dq-periods .js{
	position: absolute;
	left: 0;
	padding-left: 0.1rem;
	bottom: 15%;
	transform: translateY(20%);
	font-size: 0.14rem;
	color: #666666;
}
.dq-periods-process .i_gj{
	position: absolute;
	left: 96%;
	width: 100%;
	/*margin-left: -15%;*/
	background: none;
}

.dq-periods-process .i_gj.i_gg{
	left: 80%;
	top: 0;
}

.dq-periods-process i{
	display: inline-block;
	background: url(../images/cn_icon.png)center center/cover;
	width: 0.31rem;
	height: 0.31rem;
	background-size:100% 100%;
}

.dq-periods ul li .bg{
	background: #d4e7f2;
    height: .26rem;
    width: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 0 50px 50px 0;
}

.PipelineBox .dq-table-box{
	background: #fff;
	border-bottom: 1px solid #ebf5fb;
}

.PipelineBox .dq-table-box:nth-child(2n){
   background: #f7fcff;
}

.dq-table-box .daoshue,.dq-table-box .daoshuy{
	text-align: left;
}
.dq-table-header .dq-table-cell p, .dq-periods-list .dq-periods-item p{
	/*text-align: left;
	padding-left: 20px;*/
	text-align: center;
}

/*.dq-table-box .daoshue ul li, .dq-table-box .daoshuy ul li,.dq-table-box .zhengshue ul li,.dq-table-box .dq-table-cell{
   justify-content: initial;
  
}
.dq-table-box .dq-table-cell{
	 padding-left: 20px;
}*/
.dq-table-box .daoshue ul li span, .dq-table-box .daoshuy ul li span,.dq-table-box .zhengshue ul li span{
   display: block;
   width: 100%;
   text-align: center;
}

.dq-table-box .zhengshue{
	text-align: left;
}

.pip_a{
	background: url(../images/pip_a_bg.jpg) top center/cover;
	padding: 110px 0 120px;
	padding-bottom: 0 !important;
}

@media(max-width: 1700px){
	.pip_a {
	    padding: 90px 0 100px;
	}
}

@media(max-width: 1500px){
	.pip_a {
	    padding: 70px 0 80px;
	}
	.dq-table-box .dq-table-cell,
	.dq-periods-list .dq-periods-item{font-size: 16px;padding-left: 10px;}

	.dq-table-header .dq-table-cell p, .dq-periods-list .dq-periods-item p {
	  /*  text-align: left;
	    padding-left: 10px;*/
	}
	.dq-table-box .dq-table-cell, .dq-periods-list .dq-periods-item ,.dq-name ul li, .dq-type ul li,.dq-periods ul li .tit{
	    font-size: 14px;
	}
}

@media(max-width: 1100px){
	.pip_a {
	    padding: 40px 0 50px;
	}
	.PipelineBox{
		overflow: auto;
	}
	.dq-table{
		width: 1360px;
	}
}

.sci_a{
	background: url(../images/sci_a_bg.jpg) center center/cover;
	padding: 140px 0 150px;
}
.sci_a .ul li {
	position: relative;
}
.sci_a .ul li .left{
	background: #fff;
}
.sci_a .ul li .left .bt{
	color: #333333;
	line-height: 1.2;
}

.sci_a .ul li .left .text{
	color: #333333;
	line-height: 1.6;
	margin-top: 14px;
}

.sci_a .ul li .left .more{
	margin-top: 30px;
}

.sci_a .ul li .right{
	border-radius: 6px;
	overflow: hidden;
}
.sci_a .ul li .left{
	z-index: 2;
}
.sci_a .ul li.li1 .left{
	width: 46.7%;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 70px 90px 34px 70px;
}

.sci_a .ul li.li1 .right{
	width: 58.4%;
	float: left;
}

.sci_a .ul li.li1{margin-bottom: 130px;}

.sci_a .ul li.li2{
	margin-bottom: 110px;
}

.sci_a .ul li.li2 .right{
	width: 50%;
}

.sci_a .ul li.li2 .left{
	width: 35.7%;
	padding: 60px 50px 30px;
	position: absolute;
	bottom: 0;
	right: 44%;
}

.sci_a .ul li.li3{
	width: 47.4%;
	float: left;
}

.sci_a .ul li.li3 .right{
	width: 100%;
}

.sci_a .ul li.li3 .left{
	width: 67.8%;
	position: absolute;
	/*bottom: -180px;*/
	bottom: -30px !important;
	right: 0;
	padding: 50px 0 50px 50px;
}

.sci_a .ul li.li4{
	float: right;
	width: 43.7%;
}

.sci_a .ul li.li4 .right{
	width: 75%;
	float: left;
}

.sci_a .ul li.li4 .left{
	width: 63.4%;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 50px 0 50px 50px;
}

.sci_b{
	background: #edf5fb;
	padding: 130px 0 140px;
}
.sci_b .top .left .bt{line-height: 1.1;}
.sci_b .top .right{
	width: 70.7%;
}

.sci_b .top .right .js{
	line-height: 1.6;
	color: #666666;
}

.sci_b .top .right .banner_more {
	margin-top: 40px;
	color: #666666 !important;
}
.sci_b .top .right .banner_more2 i {
    border-color: #666666 !important;
}

.sci_b .top .right .banner_more2 i:before,.sci_b .top .right a.banner_more2 i:before,.sci_b .top .right .banner_more2 i:after,.sci_b .top .right a.banner_more2 i:after {
    background: #666666 !important;
}

.sci_b .ul{
	margin-top: 70px;
}

.sci_b .ul li{
	float: left;
	width: 49.3%;
	margin-right: 1.4%;
	background: #fff;
	padding: 26px 40px;
	border-radius: 8px;
}

.sci_b .ul li:nth-child(2){
	margin-right: 0;
}

.sci_b .ul li .left{
	width: 29.4%;
}
.sci_b .ul li .right{
	width: 64%;
	padding-top: 26px;
}

.sci_b .ul li .right .bt{
	line-height: 1.3;
	font-weight: bold;
	color: #333333;
}

.sci_b .ul li .right .js{
	line-height: 1.6;
	color: #333333;
	margin-top: 16px;
}

.sci_b .ul li .right .more{
	margin-top: 40px;
	color: #666666;
}

.sci_b .ul li .right .more:before,.sci_b .ul li .right a.more:before {
    background: url(../images/more_jt3.png) center center/cover;
}

@media(max-width: 1700px){
	.sci_a {
	    padding: 110px 0 120px;
	}
	.sci_a .ul li.li1 .left {
	    padding: 50px 70px 30px 50px;
	}
	.sci_a .ul li.li1 {
	    margin-bottom: 100px;
	}
	.sci_a .ul li.li2 .left {
	    padding: 50px 40px 20px;
	}
	.sci_a .ul li.li3 .left {
	    bottom: -140px;
	    padding: 40px 0 40px 40px;
	}
	.sci_a .ul li.li4 .left {
	    padding: 40px 0 40px 40px;
	}
	.sci_b {
	    padding: 100px 0 110px;
	}
}

@media(max-width: 1500px){
	.sci_a {
	    padding: 80px 0 90px;
	}
	.sci_a .ul li.li1 .left {
	    padding: 40px 50px 20px 40px;
	}
	.sci_a .ul li.li2 .left {
	    padding: 40px 30px 20px;
	}
	.sci_a .ul li.li3 .left {
	    bottom: -100px;
	    padding: 30px 0 30px 30px;
	}
	.sci_a .ul li.li4 .left {
	    padding: 30px 0 20px 30px;
	}
	.sci_b {
	    padding: 80px 0 90px;
	}
	.sci_b .ul li .right {
	    width: 64%;
	    padding-top: 10px;
	}
	.sci_b .ul li .right .more{margin-top: 20px;}
	.sci_b .ul {
	    margin-top: 50px;
	}
}

@media(max-width: 1100px){
	.sci_a {
	    padding: 40px 0 50px;
	}
	.sci_a .ul li{
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.sci_a .ul li .left {
		width: 100% !important;
	    padding: 30px 0 !important;
	    position: initial !important;
	}
	.sci_a .ul li .right{
		width: 100% !important;
	}
	.sci_a .ul li .left .more {
	    margin-top: 20px;
	}
	.sci_b {
	    padding: 40px 0 50px;
	}
	.sci_b .top .left{
		width: 100%;
	}
	.sci_b .top .right{
		width: 100%;
		margin-top: 20px;
	}
	.sci_b .top .right .banner_more {
	    margin-top: 30px;
	}
	.sci_b .ul {
	    margin-top: 40px;
	}
	.sci_b .ul li{
		margin-bottom: 14px;
		width: 100%;
		padding: 26px 20px;
	}
	.sci_b .ul li:last-child{margin-bottom: 0;}
	.sci_b .ul li .right{padding-top: 5px;}
	.sci_b .ul li .right .js{margin-top: 10px;}
}

.pub_a{
	padding: 80px 0;
	background: #edf5fb;
}
.pub_a .left{
	width: 25.7%;
}

.pub_a .left .ul{
	margin-top: 20px;
}
.pub_a .left .ul li{
	position: relative;
	border-bottom: 1px solid #dae1e7;
}

.pub_a .left .ul li:before{
	width: 0;
	left: 0;
	bottom: -1px;
	height: 2px;
	position: absolute;
	background: #2687be;
	content: "";
	transition: all 0.4s;
}

.pub_a .left .ul li:hover:before,
.pub_a .left .ul li.cur:before{width: 100%;}

.pub_a .left .ul li a{
	display: block;
	padding: 30px 40px 30px 0;
	line-height: 1.4;
	transition: all 0.4s;
	color: #666666;
	position: relative;
}

.pub_a .left .ul li.cur a,
.pub_a .left .ul li:hover a{color: #2687be;}
.pub_a .left .fh{
	margin-top: 50px;
}

.pub_a .left .ul li a:before{
	width: 16px;
	height: 13px;
	background: url(../images/pub_a_jt1.png) center center/cover;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	transition: all 0.4s;
}

.pub_a .left .ul li.cur a:before,
.pub_a .left .ul li:hover a:before{background: url(../images/pub_a_jt2.png) center center/cover;}

.pub_a .right{
	width: 67.6%;
}

.pub_a .right .ul li{
	background: #fff;
	margin-bottom: 16px;
	border-radius: 8px;
}
.pub_a .right .ul li .box{
	padding: 40px 34px 40px;
}
.pub_a .right .ul li:hover { background: #2687be; }
.pub_a .right .ul li:hover .time,.pub_a .right .ul li:hover .bt{ color: #fff; }
.pub_a .right .ul li:last-child{margin-bottom: 0;}
.pub_a .right .ul li .time{
	color: #7ebae4;
	font-size: 24px;
}
.pub_a .right .ul li .bt{
	line-height: 1.4;
	margin-top: 10px;
}

@media(max-width: 1700px){
	.pub_a {
	    padding: 60px 0;
	}
	.pub_a .left .ul li a{
		padding: 20px 30px 20px 0;
	}
	.pub_a .left .ul li a:before{
		right: 10px;
	}
	.pub_a .right .ul li .box {
	    padding: 36px 30px 36px;
	}
	.pub_a .left .fh {
	    margin-top: 40px;
	}
}

@media(max-width: 1500px){
	.pub_a {
	    padding: 40px 0;
	}
	.pub_a .right .ul li .box {
	    padding: 30px 20px 30px;
	}
	.pub_a .right .ul li .time{
		font-size: 22px;
	}
}

@media(max-width: 1100px){
	.pub_a .left{
		width: 100%;
	}
	.pub_a .left .ul li a {
	    padding: 14px 30px 14px 0;
	}
	.pub_a .left .fh {
	    margin-top: 20px;
	}
	.pub_a .right {
	    width: 100%;
	    margin-top: 20px;
	}
	.pub_a .right .ul li {margin-bottom: 12px;}
	.pub_a .right .ul li .box {
	    padding: 20px 14px;
	}
	.pub_a .right .ul li .time{
		font-size: 20px;
	}
}

.scixq_a .right .nr{
	background: #fff;
	padding: 50px 40px 80px;
	border-radius: 8px;
}

.scixq_a .right .nr .bt{
	line-height: 1.2;
	color: #333333;
	font-weight: bold;
}

.scixq_a .right .nr .wenzi{
	margin-top: 16px;
	line-height: 1.9;
	color: #666666;
}

.scixq_a .right .nr .wenzi hr{
	background: #eeeeee;
	border: none;
	height: 1px;
}
.scixq_d .right .nr .img{margin-top: 40px;}
@media(max-width: 1700px){
	.scixq_a .right .nr {
	    padding: 40px 30px 60px;
	}
}

@media(max-width: 1100px){
	.scixq_a .right .nr {
	    padding: 30px 20px 40px;
	}
	.scixq_d .right .nr .img{margin-top: 20px;}
}

.scixq_d .right .nr{
	border-radius: 8px;
	background: #fff;
	padding: 50px 34px;
}

.scixq_d .right .nr .top .bt{
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
}

.scixq_d .right .nr .top .text{
	line-height: 1.6;
	margin-top: 14px;
	color: #333333;
}
.scixq_d .right .nr .btm .ol li{
	border-bottom: 1px solid #eeeeee;
}
.scixq_d .right .nr .btm .ol li:last-child{border-bottom: none;}
.scixq_d .right .nr .btm .ol li .box{
	padding: 60px 0 40px;
}

.scixq_d .right .nr .btm .ol li .time{
	color: #2087d1;
}

.scixq_d .right .nr .btm .ol li .bt{
	color: #333333;
	line-height: 1.4;
	margin-top: 10px;
}


.scixq_d3 .right .nr .btm .ol li{position: relative;}

.scixq_d3 .right .nr .btm .ol li:before{
	    width: 0;
    left: 0;
    bottom: -1px;
    height: 2px;
    position: absolute;
    background: #2687be;
    content: "";
    transition: all 0.4s;
}
.scixq_d3 .right .nr .btm .ol li:hover:before{
	width: 100%;
}

.scixq_d .right .nr .btm .ol li:hover .bt{
	color: #2687be;
}
/**/
.scixq_d2 .right .btm_box{
	margin-top: 80px;
	/*padding:0 74px;*/
	position: relative;
}

.scixq_d2 .right .btm_box .s{
margin: 0 80px;
}
.scixq_d2 .right .btm_box:before{
	width: 100%;
	height: 15px;
	top: 50% ;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	content: "";
	background: url(../images/xian2.png) center center/cover;
	z-index: 0;
}
.scixq_d2 .right .btm_box .s .ul{
	height: 500px;
	transition: all 0.4s;

}
.scixq_d2 .right .btm_box .s .ul .li{position: relative;margin-top: 8px;height: 250px;position: relative;background: none;margin-bottom: 0;padding-top: 9px;}
.scixq_d2 .right .btm_box .s .ul .li .box:before{
	height: 100%;
	width: 1px;
	background: #999;
	position: absolute;
	left: 10px;
	bottom: 0;
	content: "";
	z-index: -1;
}
.scixq_d2 .right .btm_box .s .ul .li .box{
	padding: 0;
	position: absolute;
	bottom: 0;
	padding-left: 30px;
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
}
.scixq_d2 .right .btm_box .s .ul .li:nth-child(2){
	margin-left: 50%;
	
	margin-top: -18px;
}

.scixq_d2 .right .btm_box .s .ul .li:nth-child(2) .box{
	width: 200%;
	padding-top: 30px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
}

.scixq_d2 .right .btm_box .s .ul .li .y{
	width: 20px;
	background: #fff;
	height: 20px;
	border: 2px solid #999999;
	position: absolute;
	bottom: 0;
	border-radius: 100%;
	left: 0;
}
.scixq_d2 .right .btm_box .s .ul .li .y:before{
	width: 5px;
	height: 5px;
	background: #999999;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
}
.scixq_d2 .right .btm_box .s .ul .li:nth-child(2) .y{
	top: 0;
	bottom: auto;
}
.scixq_d2 .right .btm_box .swiper-button-prev{
	left: 0;
	right: auto;
	background: url(../images/scixq_d_jt1.jpg) center center/cover;
}
.scixq_d2 .right .btm_box .swiper-button-next:hover{
	background: url(../images/scixq_d_jt02.jpg) center center/cover;}
.scixq_d2 .right .btm_box .swiper-button-prev:hover{
	background: url(../images/scixq_d_jt01.jpg) center center/cover;
}
.scixq_d2 .right .btm_box .swiper-button-next{right: 0;left:auto;background: url(../images/scixq_d_jt2.jpg) center center/cover;}
.scixq_d2 .right .btm_box .swiper-button-prev, .scixq_d2 .right .btm_box .swiper-button-next{
		background-color: #fff;
		margin-top: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 48px;
		height: 48px;
		border-radius: 100%;
}

.scixq_d2 .right .ul li .js{
	line-height: 1.4;
	margin-top: 4px;
	color: #666666;
	position: relative;
	transition: all 0.3s;
	height: 130px;
	overflow: auto;
}

.scixq_d2 .right .ul li .js::-webkit-scrollbar{
	width: 2px;
	
}
.scixq_d2 .right .ul li .js::-webkit-scrollbar-track{
	background: #ccc;
	width: 2px;
}

.scixq_d2 .right .ul li .js::-webkit-scrollbar-track-piece{
	width: 2px;
} 
.scixq_d2 .right .ul li .js::-webkit-scrollbar-thumb{
	    background: #2687be;
			border: 5px;
		
}
.scixq_d2 .right .ul li .js::-webkit-scrollbar-button{
	display: none;
}


.scixq_d2 .right .ul li .js.xing{
	padding-left: 20px;
}
.scixq_d2 .right .ul li .js.xing:before{
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../images/xing.png) center center/cover;
	content: "";
}
.scixq_d2 .right .btm_box .s .swiper-slide-prev .ul{opacity: 0;}

.scixq_d2 .right .btm_box .s .ul .li:hover .bt,
.scixq_d2 .right .btm_box .s .ul .li:hover .js{
	color: #2687be;
}

.scixq_d2 .right .btm_box .s .ul .li:hover .box:before,
.scixq_d2 .right .btm_box .s .ul .li:hover .y:before{
	background: #2687be;
}
.scixq_d2 .right .btm_box .s .ul .li:hover .y{
	border-color: #2687be;
}


.scixq_d2 .right  .btm_ts{
	margin: 90px 40px 0;
	position: relative;
	text-align: center;
}
.scixq_d2 .right  .btm_ts_wz{
	margin-bottom: 70px;
}
.scixq_d2 .right  .btm_ts:before{
	width: 50%;
	height: 1px;
	position: absolute;
	content: "";
	background-image: linear-gradient(to right, #f7f9fb , #dcdcdc);;
	top: 50%;
	left: 0;
	z-index: 0;
	transform: translateY(-50%);
}
.scixq_d2 .right  .btm_ts:after{
	width: 50%;
	height: 1px;
	position: absolute;
	content: "";
	background-image:  linear-gradient(to right, #dcdcdc , #f7f9fb);;
	top: 50%;
	z-index: 0;
	right: 0;
	transform: translateY(-50%);
}
.scixq_d2 .right  .btm_ts .box{
	padding: 0 54px;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	background: #fff;
	z-index: 3;
}

.scixq_d2 .right  .btm_ts .box img{
	display: inline-block;
	width: 16px;
}

.scixq_d2 .right  .btm_ts .box i{
	width: 18px;
	height: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.scixq_d2 .right .btm_ts .box i:before,.scixq_d2 .right  .btm_ts .box i:after{
	width: 7px;
	height: 13px;
	content: "";
	position: absolute;
	top: 0;
}


.scixq_d2 .right  .btm_ts .box i.l{
	left: 20px;
}
.scixq_d2 .right  .btm_ts .box i.l:before{
	background: url(../images/home_b_xl.png) center center/cover;
	left: 0;
	top: 0;
	opacity: 0.5;
	animation: tma 1.5s linear infinite;
}
.scixq_d2 .right  .btm_ts .box i.l:after{
	background: url(../images/home_b_xl.png) center center/cover;
	left: 10px;
	top: 0;
	animation: tmb 1.5s linear infinite;
}
.scixq_d2 .right  .btm_ts .box i.r{
	right: 20px;
}
.scixq_d2 .right  .btm_ts .box i.r:before{
	background: url(../images/home_b_xr.png) center center/cover;
	right: 0;
	top: 0;
	opacity: 0.5;
	 animation: tma 1.5s linear infinite;
}
.scixq_d2 .right .btm_ts .box i.r:after{
	background: url(../images/home_b_xr.png) center center/cover;
	right: 10px;
	top: 0;
	 animation: tmb 1.5s linear infinite;
}

.scixq_d2 .right .btm_ts_wz{text-align: center;color: #999999;margin-top: 16px;}

@media(max-width: 1700px){
	.scixq_d2 .right .nr {
	    padding: 40px 30px;
	}
	.scixq_d2 .right .nr .btm .ol li .box {
	    padding: 40px 0 30px;
	}
	.scixq_d2 .right .btm_box .s {
	    margin: 0 60px;
	}

	.scixq_d2 .right .btm_ts {
	    margin: 60px 40px 0;
	}
	.scixq_d2 .right .btm_ts_wz{margin-bottom: 40px;}
}
@media(max-width: 1500px){
	.scixq_d2 .right .btm_box .swiper-button-prev, .scixq_d2 .right .btm_box .swiper-button-next{
		width: 40px;
		height: 40px;
		bottom: -6px;
	}
	.scixq_d2 .right .btm_box2{
		padding-left: 200px;
	}
	.scixq_d2 .right .btm_box{padding: 0 60px;margin-top: 50px;}
	.scixq_d2 .right .btm_box .s {
	    margin: 0 20px;
	}
}
@media(max-width: 1100px){
	.scixq_d2 .right .nr {
	    padding: 30px 20px;
	}
	.scixq_d2 .right .nr .btm .ol li .box {
	    padding: 30px 0 20px;
	}
	.scixq_d2 .right .btm_box {
	    padding: 0 40px;
	    margin-top: 30px;
	}
	.scixq_d2 .right .btm_box .s .ul .li:nth-child(2) {
	    margin-left: 10%;
	}
	.scixq_d2 .right .btm_box .s .swiper-slide-prev .ul{}

	.scixq_d2 .right .btm_ts {
	    margin: 30px 20px 0;
	}
	.scixq_d2 .right .btm_ts_wz{margin-bottom: 20px;}
}


img{
 transform: scale(1.0);
 transition: all 0.5s;
}
.home_a .img_box .img:hover img,
.jianshu_a .btm .box .img:hover img,
.jianshu_c .right .img:hover img,
.sci_a .ul li:hover .right .img img,
.car_b .left .img:hover img,
.par_a .btm:hover .img img,
.contact_b .left:hover .img img{
	transform: scale(1.03);
}



.pip_a .fj_text{
	margin-top: 40px;
}

.pip_a .fj_text .left{
	padding-bottom: 80px;
	max-width: 50%;
}
.pip_a .fj_text .right{
	width: 36%;
	position: absolute;
	right: 50px;
	bottom: 0;
}
.pip_a .fj_text .bt{
	color: #2687be;
	font-weight: bold;
}

.pip_a .fj_text .wenzi{
	margin-top: 6px;
	line-height: 2;
	color: #333333;
}

.pip_a .fj_text .wenzi span{
	color: #19afc1;
}

.pip_a .fj_text .wenzi p{
	position: relative;
	padding-left: 14px;
}
.pip_a .fj_text .wenzi p:before{
	position: absolute;
	left: 0;
	top: 14px;
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background: #19afc1;
	content: "";
}

.scixq_d2 .right .zhushi{
	margin-top: 40px;
	color: #2687be;
	text-align: right;
}

.scixq_d2 .right .zhushi p{position: relative;padding-left: 24px;display: inline-block;}
.scixq_d2 .right .zhushi p:before{
	width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../images/xing.png) center center/cover;
    content: "";
}

@media(max-width: 1500px){
	.pip_a .fj_text{
		margin-top: 30px;
	}
	.pip_a .fj_text .left{
		padding-bottom: 50px;
	}
	.pip_a .fj_text .right{
		right: 26px;
	}
	.scixq_d2 .right .zhushi p:before{top: 5px;}
}
@media(max-width: 1100px){
	.pip_a .fj_text{
		margin-top: 20px;
	}
	.pip_a .fj_text .left{
		width: 100%;
		max-width:100%;
	}
	.pip_a .fj_text .right{
		display: none;
	}
	.scixq_d2 .right .zhushi{text-align: left;padding: 0 20px;}

	.newxq_a.lunwen .right{
		display: block;
		width: 100%;
		margin-bottom: 14px;
	}
}

.banner .box .text .bt,
.banner .box .text .js,
.banner .box .text .banner_more{opacity: 0;}


.banner .box .text .bt.a-fadeinB1,
.banner .box .text .js.a-fadeinB2,
.banner .box .text .banner_more.a-fadeinB3{opacity: 1;}
.bah{
	position: relative;
	padding-left: 30px;
}
.bah:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(../images/beiah.png);
}


/*条款*/
.ts.header{
	position: relative;
	background: #fff;
}
.ts.header .right .ul li > a{
	color: #333333;
}

.ts.header .yy a, .ts.header .yy{
		color: #333333;
}
.ts.header .logo h1 {background: url(../images/ts_header_icon.png) center center no-repeat;}
.ts .header .yy p i{
	background: url(../images/ts_header_jt.png) center center/cover;
}
.ts.header .logo h1 img{opacity: 0;}

.ts.header .sousuo .sousuo_icon img{opacity: 0;}
.ts.header .sousuo .sousuo_icon{
	background: url(../images/ts_header_sousuo.png) center center no-repeat;
}
.ts.header .yy p i{
	    background: url(../images/ts_yy_jt2.png) center center/cover;
}
.tiaokuan{
	padding: 120px 0 140px;
	background: #edf5fb;
}

.tiaokuan .bt{
	text-align: center;
	color: #333333;
	font-weight: bold;
}

.tiaokuan .text{
	line-height: 1.8;
	color: #333333;
	margin-top: 24px;
}

.tiaokuan .text h2{font-size: 22px;}
.tiaokuan .text h3{font-size: 20px;}

@media(max-width: 1700px){
	.tiaokuan {
	    padding: 100px 0 120px;
	}
	.tiaokuan .text h2{font-size: 20px;}
	.tiaokuan .text h3{font-size: 18px;}
}

@media(max-width: 1500px){
	.tiaokuan {
	    padding: 80px 0 100px;
	}
}

@media(max-width: 1100px){
	.tiaokuan {
	    padding: 50px 0;
	}
	.tiaokuan .text {
	    margin-top: 20px;
	}
}

.search_a{
	padding: 100px 0 120px;
	background: #edf5fb;
}

.search_a .top .left .bt{
	color: #333333;
	font-weight: bold;
}

.search_a .top .left .js{
	color: #333333;
}

.search_a .top .left .js span{
	color: #2087d1;
}

.search_a .top .left .js span.x{text-decoration: underline;}
.search_a .top .right{padding-top: 20px;}
.search_a .top .right select{
	width: 300px;
	height: 54px;
	line-height: 54px;
	border-radius: 50px;
	border:none;
	font-size: 18px;
	color: #666666;
	padding: 0 20px;
	background: #fff;
	    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.search_a .top .right .select-btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 8px;
    background: url(../images/ts_jt.png) no-repeat center center/cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.search_a .btm{
	margin-top: 30px;
}

.search_a .btm .ul li{
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}

.search_a .btm .ul li:last-child{border-bottom: none;}
.search_a .btm .ul li .box{
	padding: 40px 32px;
}
.search_a .btm .ul li .lm{
	color: #2087d1;
}

.search_a .btm .ul li .bt{
	color: #2087d1;
	line-height: 1.3;
	margin-top: 6px;
}

.search_a .btm .ul li .js{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color: #666666;
	margin-top: 16px;
}

.search_a .btm .ul li:hover .bt{text-decoration: underline;}
@media(max-width: 1700px){
	.search_a {
	    padding: 80px 0 100px;
	}
	.search_a .top .right select{
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
}

@media(max-width: 1500px){
	.search_a .btm .ul li .box {
	    padding: 30px 20px;
	}
	.search_a .btm .ul li .js{margin-top: 10px;}
}

@media(max-width: 1100px){
	.search_a {
	    padding: 50px 0;
	}
	.search_a .top .right select {
	    height: 42px;
	    line-height: 42px;
	}
}

@media(max-width: 800px){
	.search_a .top .right,.search_a .top .right select{
		width: 100%;
	}
	.search_a .btm .ul li .box {
	    padding: 20px;
	}
}


.tiaokuan .text ul li{
	padding-left: 14px;
	position: relative;
}

.tiaokuan .text ul li:before{
	content: "";
	width: 4px;
	height: 4px;
	background: #333;
	position: absolute;
	left: 2px;
	top: 16px;
	border-radius: 100%;
}

@media(max-width: 1700px){
	.tiaokuan .text ul li:before{
		top: 15px;
	}
}


.contact_a .left .js{
	margin-top: 30px;
	color: #2187d1;
	font-weight: bold;
}

@media(max-width: 1100px){
	.contact_a .left .bt{margin-bottom: 0;}
	.contact_a .left .js {
	    margin-top: 20px;
	}
}