@charset "utf-8";
@charset "utf-8";

@font-face{
		font-family:'SourceHanSansCNNormal';
		src:url('/fonts/SourceHanSansCN-Normal.eot');
		src:local('?'),
		url('/fonts/SourceHanSansCN-Normal/.eot') format('embedded-opentype'),
		url('/fonts/SourceHanSansCN-Normal.woff') format('woff'),
		url('/fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('/fonts/SourceHanSansCN-Normal.otf') format('opentype'),
		url('/fonts/SourceHanSansCN-Normal.svg') format('svg');
	}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "SourceHanSansCNNormal" , "arial";
    background: #f6f7f6;
    font-size: 14px;
    color: #666;
 /*   max-width: 19.2rem;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    line-height: 1.4;

}

.container {
	width: 94.7%;
	margin: 0 auto;	
}

.container2{
	width: 72.9%;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}

.lineheight2{
	line-height:2;
}

.img{
	line-height: 0;
}

.img img{
	width: 100%;
}

.hidden{
	overflow: hidden;
}

.relative{
	position: relative;
}

.displaytable{
	display: table;
}

.textcenter {
	text-align: center;
}

.textleft{
	text-align: left;
}

.textright{
	text-align: left;
}

.clearfix {
    clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.center{text-align: center;}

.ny_text16{font-size: 16px;}
.ny_text14{font-size: 14px;}
.color333{color: #333 !important;}
.color000{color: #000 !important;}
.page{
	display: inline-block;
	text-align: center;
}


.page a{
	float: left;
	margin: 0 4px;
	font-size: 16px;
	color: #999999;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #ffffff;
	border-radius: 100%;
}
.page a.cur,
.page a:hover{
	color: #fff;
	background: #1263aa;
}

.page a.s_fh{
	font-family: 宋体;
	font-weight: bold;
	width: 70px;
	color: #cccccc;
}

.page a.fh{
	color: #cccccc;
	font-family: 宋体;
	font-weight: bold;
	width: 50px;
}

.page a.s_fh:hover,.page a.fh:hover{
	color: #fff;
	background: #1263aa;
}
.page a.sy{
	font-size: 0;
	background: url(/images/page_img1.png) center center/cover #fff no-repeat;
	background-size: 18px 13px;
}

.page a.prev{
	font-size: 0;
	background: url(/images/page_img2.png) center center/cover #fff no-repeat;
	background-size: 9px 13px;
}

.page a.wy{
	font-size: 0;
	background: url(/images/page_img4.png) center center/cover #fff no-repeat;
	background-size: 18px 13px;
}

.page a.next{
	font-size: 0;
	background: url(/images/page_img3.png) center center/cover #fff no-repeat;
	background-size: 9px 13px;
}

.page a.sy:hover{
	font-size: 0;
	background: url(/images/page_img01.png) center center/cover #1263aa no-repeat;
	background-size: 18px 13px;
}

.page a.prev:hover{
	font-size: 0;
	background: url(/images/page_img02.png) center center/cover #1263aa no-repeat;
	background-size: 9px 13px;
}

.page a.wy:hover{
	font-size: 0;
	background: url(/images/page_img04.png) center center/cover #1263aa no-repeat;
	background-size: 18px 13px;
}

.page a.next:hover{
	font-size: 0;
	background: url(/images/page_img03.png) center center/cover #1263aa no-repeat;
	background-size: 9px 13px;
}
/*移动端*/
/**mobile nav**/
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	z-index: 99999999;
	    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
}

.nav_box.cur{
	left: 0;
}

body.cur:before{
	background: rgba(51,51,63,.63);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.nav_box .box{
	background: rgba(51,51,51,0.93);
	width: 74%;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: auto;
	
}
.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: 0.3rem;
	line-height: 1rem;
	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: 0.1rem;
	height: 0.18rem;
	background: url(/images/nav_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.8rem;
}

.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;
}

body.bg:before{
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(51,51,51,.63);
	top: 0;
	left: 0;
	content: "";
	z-index: 11;
}
/**/
.mo_header{display: none;}
.index{
	background: #031923;
}

.header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 30px;
	z-index: 999999;
}

.header .left{
	width: 242px;
}

.header .right{
	/*max-width: 42%;*/
	float: right;
}
.header .right .sousuo,.header .right .nav,.header .right .ul{margin: 10px 0;}
.header .right .nav{
	float: right;
	color: #fff;
	cursor: pointer;
	padding-right: 34px;
	position: relative;
	margin-left: 22px;
}

.header .right .nav .icon{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 27px;
	height: 16px;
	background: url(/images/nav.png) center center/cover;
}

.header .right .sousuo{
	width: 19px;
	height: 19px;
	float: right;
	background: url(/images/sousuo.png) center/cover;
	cursor: pointer;
}

.header .right .ul{
	float: right;
	margin-right: 40px;
	padding-right: 40px;
	position: relative;
}

.header .right .ul:before{
	width: 1px;
	height: 14px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.1);
}

.header .right .ul li{
	float: left;
	padding-left: 40px;
}

.header .right .ul li:nth-child(1){padding-left: 0;}

.header .right .ul li > a{color: #fff;line-height: 1;position: relative;}
.header .right .ul li:hover > a:before,.header .right .ul li.cur > a:before{
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #1263aa;
	content: "";
}

.footer{
	position: relative;
	padding-top: 80px;
	overflow: hidden;
	background: #000000;
}

.footer:before{
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/footer_bg1.jpg) center center/cover;
	width: 289px;
	height: 299px;
	content: "";
}

.footer:after{
	position: absolute;
	top: 0;
	right: 0;
	background: url(/images/footer_bg2.jpg) center center/cover;
	width: 187px;
	height: 564px;
	content: "";
}

.footer .container2{position: relative;z-index: 9;}

.footer .top{
	padding-bottom: 40px;
	border-bottom: 1px solid #031a1c;
}

.footer .top .left{
	width: 65.5%;
}

.footer .top .left .ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 48px;
}

.footer .top .left .ul li:last-child {margin-right: 0;}

.footer .top .left .ul li a{
	display: block;
}
.footer .top .left .ul li .bt{margin-bottom: 20px;}
.footer .top .left .ul li .bt a{
	font-size: 16px;
	color: #fff;
}

.footer .top .left .ul li .box a{
	font-size: 14px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.6);
}

.footer .top .left .ul li .box a:last-child{margin-bottom: 0;}

.footer .top .right{
	width: 34.5%;
	border-left: 1px solid #0d0d0d;
}

.footer .top .right .ol li{
	
	float: left;
	width: 50%;
	padding-left: 60px;
}

.footer .top .right .ol li .img{
	width: 86px;
}

.footer .top .right .ol li .text{
	margin-top: 10px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.6);
}

.footer .btm{
	padding: 34px 0 44px;
}

.footer .btm .left{
	max-width: 40%;
}

.footer .btm .left .bt{
color: rgba(255, 255, 255, 0.4);
}
.footer .btm .left .box{
	margin-top: 10px;
	height: 24px;
	overflow: hidden;
}
.footer .btm .left .box a{
	margin-right: 24px;
	display: inline-block;
	line-height: 1.8;
color: rgba(255, 255, 255, 0.6);
}

.footer .btm .left .zhankai{
	display: inline-block;
	cursor: pointer;
	margin-top: 16px;
	color: rgba(92, 98, 110, 0.6);
}
.footer .banquan{
	border-top: 1px solid #031a1c;
	padding: 30px 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.15);
}

.footer .banquan a{color: #ffffff;}
.footer .banquan p{ color: #ffffff;}

.footer .btm .right{
	border-left: 1px solid #0d0d0d;
	width: 34.5%;
	padding-left: 60px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.6);
}
.footer .btm .right .text span{font-size: 27px;}

@media(max-width: 1500px){
	.ny_text16{font-size: 14px;}
	.header .right .ul li{padding-left: 26px;}
	.header .right .ul{
		margin-right: 26px;
		padding-right: 26px;
	}
	.header .right .sousuo, .header .right .nav, .header .right .ul {
	    margin-top: 18px;
	    margin-bottom: 18px;
	}
	.container2 {
	    width: 83%;
	    margin: 0 auto;
	}
	.footer{padding-top: 60px;}
	.footer .btm .right .text span{font-size: 24px;}
	.footer .top .right .ol{font-size: 12px;}
	.footer .top .right .ol li{
		padding-left: 50px;
	}
	.footer .btm {
	    padding: 24px 0 34px;
	}
	.footer .banquan{padding: 24px 0;}
	.footer .btm .left .box a{margin-right: 18px;}
}

@media(max-width: 1100px){
	.footer {
	    padding-top: 40px;
	}
	.footer .top{padding-bottom: 20px;}

    .footer .top .left{width: 20%;}
    .footer .top .left .ul li{display: block;margin-right: 0;margin-bottom: 14px;}
     .footer .top .left .ul li .bt{margin-bottom: 0;}
    .footer .top .left .ul li .bt a{font-size: 14px;}
    .footer .top .left .ul li .box{display: none;}
    .footer .top .right{
    	width: 50%;
    	border-left: none;
    }
     .footer .top .right .ol li{padding: 0;}
     .footer .btm {
	    padding: 20px 0;
	}
	.footer .btm .right{width: 50%;}
	.footer .banquan {
	    padding: 14px 0;
	    font-size: 12px;
	}
	.container2{
		width: 100%;
		padding: 0 20px;
	}

	.header{top: 20px;}

	.header .right .ul{display: none;}
}

@media(max-width: 800px){
	.footer {
	    padding-top: 30px;
	}
	.footer .top .left{display: none;}
	.footer .top .right{float: left;width: 60%;}
	.footer .btm .right{width: 100%;padding-left: 0;border-left: none;}
	.footer .btm .left{max-width: 100%;margin-top: 20px;}
	.footer .btm .left .box a {
	    margin-right: 10px;
	}
}

@media(max-width: 640px){
	.footer .top .right{width: 100%;}
	.header .right .sousuo, .header .right .nav, .header .right .ul {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.header {
	    top: 12px;
	}
	.header .right .nav{margin-left: 12px;}
	.header .right .nav .icon{
		width: 24px;
	}
	.header .left{width: 200px;}
}

.banner{
	position: relative;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.15);
}

.banner .box .img .img2{display: none;}


.banner .banner_a{
	position: absolute;
	color: #fff;
	bottom: 21%;
	left: 13.5%;
	z-index: 2;
	padding-left: 60px;
	cursor: pointer;
}

.banner .banner_a .y{
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 100%;
	border: 1px solid rgba(255, 255, 255, 0.78);
}

.banner .banner_a .jt{
	background: url(/images/jt.png) center center/cover;
	width: 12px;
	height: 27px;
	position: absolute;
	left: 16px;
	top: 0;
	animation: fa1 1.5s linear 1;
	-webkit-animation: fa1 1.5s infinite linear;
}



.banner .box .text{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.banner .box .text .cn{
	font-size: 60px;
	color: #fff;
	position: relative;
	padding-bottom: 20px;
}

.banner .box .text .cn:before{
	position: absolute;
	width: 60px;
	height: 5px;
	background: #fff;
	left: 0;
	bottom: 0;
	content: "";
}

.banner .box .text .en{
	font-size: 38px;
	color: #fff;
	/*text-transform: uppercase;*/
	margin-top: 20px;
}

.banner .banner2 .text{
	text-align: center;
	transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	-moz-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	-o-transform: translateY(-80%);
}

.banner .banner2 .text .en,.banner .banner2 .text .cn:before{display: none;}

@media(max-width: 1680px){
	.banner .box .text .cn{
		font-size: 50px;
	}
	.banner .box .text .en{font-size: 30px;}
}


@media(max-width: 1500px){
	.banner .box .text .cn{
		font-size: 36px;
	}
	.banner .box .text .en{font-size: 22px;margin-top: 8px;}
	.banner .banner_a{left: 8.5%;padding-left: 50px;}
	.banner .banner_a .y{
		width: 40px;
		height: 40px;
	}
	.banner .banner_a .jt{
		width: 10px;
		height: 25px;
		left: 15px;
	}
}

@media(max-width: 1100px){
	.banner .box .text{top: 60%;}
	.banner .banner2 .text{
		transform: translateY(-50%);
	}
	.banner .box .text .cn {
	    font-size: 26px;
	}
	.banner .box .text .en {
	    font-size: 18px;
	}
	.banner .banner_a{display: none;}

	.banner .box .img .img1{display: none;}
	.banner .box .img .img2{display: block;}
}

.title .js{
	font-size: 16px;
	color: #0070c0;
	padding-left: 16px;
	position: relative;
	line-height: 1;
}

.title .js:before{
	background: url(/images/home_icon.png) center center/cover;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
}

.title .cn{
	color: #fff;
	font-size: 44px;
	margin-top: 10px;
	font-weight: initial;
	/*font-weight: bold;*/
}

.title .text{
	font-size: 18px;
	margin-top: 24px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
}

.banner,.footer{z-index: 5;}
.home_a{
	z-index: 6;
	position: relative;
	padding: 200px 0 140px;
}

.home_a:before{
	position: absolute;
	right: 0;
	top: -128px;
	background: url(/images/home_a_before.png) center center/cover;
	content: "";
	width: 145px;
	height: 832px;
}

.home_a:after{
	position: absolute;
	left: 0;
	top: 168px;
	background: url(/images/home_a_after.png) center center/cover;
	content: "";
	width: 61px;
	height: 752px;
}

.home_a .left{
	color: #08efff;
	width: 38.8%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.bg{
	position: absolute;
	background: url(/images/html_bg.png) center center/cover;
	/*transform-origin: 50% 50%;*/
	animation:bg_xz 90s linear infinite;
	-webkit-animation:bg_xz 90s linear infinite;
}

.home_a .left .bg1{
	right: 0;
	top: 140px;
	width: 324px;
	height: 324px;
}

.home_a .left .bg2{
	left: -90px;
	top: -40px;
	width: 200px;
	height: 200px;
}

.home_a .left .bg3{
	left: 0;
	bottom: -20px;
	width: 200px;
	opacity: 0.7;
	height: 200px;
}


.home_a .left .box{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.home_a .left .bt{
	font-size: 32px;
	text-transform: uppercase;
	line-height: 1.4;
}

.home_a .left .dbt{
	font-size: 100px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.home_a .right{
	width: 52.1%;
}


.home_a .right .ol {
	margin-top: 60px;
}

.home_a .right .ol li{
	border-bottom: 1px solid #052f38;
	border-top: 1px solid #052f38;
	padding: 24px 0;
	position: relative;
}


.home_a .right .ol li:after{
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 0;
	background: #07c6d5;
	content: "";
	transition: all 0.6s;
}

.home_a .right .ol li:hover:after{
	width: 100%;
}

.home_a .right .ol li .img{
	float: left;
	width: 5%;
}

.home_a .right .ol li .text{
	width: 93%;
	float: right;
	padding-right: 44px;
	font-size: 24px;
	color: #fff;
	padding-top: 4px;
	position: relative;
	 overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.home_a .right .ol li .text:before{
	background: url(/images/home_icon.png) center center/cover;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	transition: all 0.3s;
}

.home_a .right .ol li:hover .text:before{
	 animation:turn 2s linear infinite;
	 transform-origin: 50% 50%;
	 width: 30px;
	 height: 30px;
	 right: 12px;
}

.home_b{
	padding-bottom: 40px;
}
.home_b .home_b_boxa{margin-bottom: 30px;}
.home_b .home_b_boxa .swiper-wrapper,.home_b .home_b_boxb .swiper-wrapper{
	 transition-timing-function: linear;
}
.home_b .home_b_boxa .img{
	overflow: hidden;
	width: 100%;
}


.home_fenge .img{
	text-align: center;
}

.home_fenge .img:before,.home_fenge .img:after{
	width: 46%;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #063d46;
	content: "";
}
.home_fenge .img:before{
	left: 0;
}
.home_fenge .img:after{
	right: 0;
}
.home_fenge .img img{
	width: 58px;
	display: inline-block;
	 animation:bg_xz 60s linear infinite;
}
.home_c {
	padding: 210px 0 390px;
	position: relative;
}

.home_c .sp_bg{
    width: 100%;
	height: 752px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.home_c .sp_bg:before{
	content: "";
	background: url(/images/home_c_video_zz.png) center center/cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.home_c .sp_bg video{
	object-fit: fill;
}

.home_c:before{
	background: url(/images/home_c_bg2.png) center bottom /cover no-repeat;
	width: 100%;
	height: 752px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: none !important;

}
.home_c .left{
	width: 42%;
}

.home_c .left .ul {
	position: relative;
	margin-top: 80px;
	border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.home_c .left .ul .box{
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	transition: all 0.3s;
}

.home_c .left .ul .box.cur{font-size: 20px;}


.home_c .left .ul i.n{
	position: absolute;
	width: 4px;
	height: 20px;
	background: #fff;
	content: "";
	top: 0;
	left: -1px;
	transition: all 0.3s;
}

.home_c .left .ul .box a{
	display: inline-block;
	color: #fff;
	padding-bottom: 30px;
	padding-left: 24px;
	line-height: 1;
}

.home_c .left .ul .box:last-child a{padding-bottom: 0;}

.home_c .right{
	width: 50%;
	position: relative;
	top: -60px;
}

.home_c .right > .img{
	animation: bg_xz 1.5s linear 1;
	-webkit-animation: bg_xz 100s infinite linear;
}

.home_c .right .box{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: none;
}

.home_c .right .box.cur{display: block;}

.home_c .right .box .text{
	color: #fff;
}

.home_c .right .box .text .bt{
	font-size: 30px;
	margin-top: 10px;
}

.home_c .right .box .text .js{
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.8;
}

.home_c .right .box .text .more{
	margin-top: 36px;

}

.more,a.more{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-left: 64px;
	position: relative;
	transition: all 0.4s;
}

.more .y,a.more .y{
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 25px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	transition: all 0.4s;
}

.more .jt,a.more .jt{
	background: url(/images/more_jt.png) center center/cover;
	width: 27px;
	height: 12px;
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}

.more .y,a.more,.more{
	padding-right: 28px;
}
.more:hover .y,a.more:hover .y{
	width: 100%;
	border-radius: 25px;
}
.z-index5{
	z-index: 5;
}

.home_d{
	margin-top: -174px;
}
.home_d .ul{
	padding: 0 16px;
}

.home_d .ul li{
	float: left;
	width: 20.2%;
	margin-right: 6.4%;
	text-align: center;
	position: relative;
}

.home_d .ul li:last-child{
	margin-right: 0;
}

.home_d .ul li .bj{line-height: 0;}
.home_d .ul li .bj .bj2{display: none;}
.home_d .ul li .box{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.home_d .ul li .img{
	width: 46px;
	display: inline-block;
}

.home_d .ul li .img .img2{display: none;}
.home_d .ul li .text{
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	transition: all 0.4s;
}

.home_d .ul li:hover .bj .bj1{display: none;}
.home_d .ul li:hover .bj .bj2{
	display: inline-block;
	animation:bg_xz 90s linear infinite;
	-webkit-animation:bg_xz 90s linear infinite;
}
.home_d .ul li:hover .img .img1{display: none;}
.home_d .ul li:hover .img .img2{display: inline-block;}

.home_e{
	padding: 180px 0;
}

.home_e .top .more{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.home_e .btm{
	margin-top: 44px;
}
.home_e .btm .left{
	width: 32.4%;
	padding: 14px 14px 28px;
	background: #052d38;
	border-radius: 6px;
	overflow: hidden;
}

.home_e .btm .left .text{
	padding: 30px 10px 0;
}

.home_e .btm .left .text .lm{
	color: #0070c0;
}

.home_e .btm .left .text .bt{
	color: #fff;
	font-size: 22px;
	margin-top: 14px;
	height: 58px;
	overflow: hidden;
}

.home_e .btm .left .text .time{
	color: #fff;
	margin-top: 6px;
}
.home_e .btm .left .text .js{
	color: #fff;
	font-size: 15px;
	margin-top: 12px;
	height: 40px;
	overflow: hidden;
}

.home_e_more{
	position: relative;
	color: #fff;
	margin-top: 40px;
	display: inline-block;
	padding-left: 18px;
	transition: all 0.3s;
}

.home_e_more:before{
	position: absolute;
	width: 12px;
	height: 12px;
	top: 4px;
	left: 0;
	content: "";
	background: url(/images/home_e_jt.png) center center/cover;
	transition: all 0.3s;
}
.home_e_more:hover{
	padding-left: 24px;
}
.home_e_more:hover:before{
	width: 18px;
	background: url(/images/home_e_jt2.png) center center/cover;
}

.home_e .video{
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.home_e .video .img{position: relative;}
.home_e .video .img:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	content: "";
}

.home_e .video video{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    object-fit: fill;
}

.home_e .video .bf{
	width: 39px;
	height: 39px;
	background: url(/images/home_d_bf.png) center center/cover;
	position: absolute;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

.home_e .video .text{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 1.6;
	padding: 12px 24px;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.home_e .btm .right{
	width: 66.1%;
}

.home_e .btm .right .top2 .video{
	float: left;
	width: 48.8%;
	margin-right: 2.4%;
}
.home_e .btm .right .top2 .video .bf{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.home_e .btm .right .top2 .video:last-child{margin-right: 0;}

.home_e .btm .right .btm2{
	background: #052d38;
	margin-top: 20px;
	padding: 0 28px;
	border-radius: 6px;
	overflow: hidden;
}
.home_e .btm .right .btm2 .ul li{
	/*line-height: 1;*/
}

.home_e .btm .right .btm2 .ul li .box{
		padding: 24px 0;
}

.home_e .btm .right .btm2 .ul li .bt{
	float: left;
	font-size: 17px;
	color: #fff;
	max-width: 80%;
	padding-left: 18px;
	position: relative;
	transition: all 0.3s;
}

.home_e .btm .right .btm2 .ul li .bt:before{
	position: absolute;
	width: 12px;
	height: 12px;
	top: 4px;
	left: 0;
	content: "";
	background: url(/images/home_e_jt.png) center center/cover;
	transition: all 0.3s;
}
.home_e .btm .right .btm2 .ul li .bt:hover{
	padding-left: 24px;
}
.home_e .btm .right .btm2 .ul li .bt:hover:before{
	width: 18px;
	background: url(/images/home_e_jt2.png) center center/cover;
}


.home_e .btm .right .btm2 .ul li .time{
	color: #fff;
	float: right;
}

@media(max-width: 1680px){
	.more .y,a.more{
		padding-right: 18px;
	}
	.title .js{font-size: 14px;}
	.title .cn {
	    font-size: 34px;
	}
	.title .text{font-size: 16px;margin-top: 14px;}
	.home_a .right .ol {
	    margin-top: 40px;
	}
	.home_a{
		padding: 150px 0 100px;
	}
	.home_a .right .ol li{
		padding: 20px 0;
	}
	.home_a .right .ol li .text{font-size: 20px;}

	.home_a .left .bt{font-size: 26px;}
	.home_a .left .dbt{font-size: 80px;}

	.home_c {
	    padding: 200px 0 340px;
	}
	.home_c .left .ul{margin-top: 60px;}
	.home_c .left .ul .box{font-size: 16px;}
	.home_c .left .ul .box a{
		padding-bottom: 20px;
	}
	.home_c .right .box .text .bt{font-size: 24px;}
	.home_c .right .box .text .more {
	    margin-top: 30px;
	}
	.more .y, a.more .y{width: 34px;height: 34px;}
	.more .jt, a.more .jt{
		left: 18px;
	}
	.more, a.more{font-size: 14px;padding-left: 54px;}

	.home_d .ul li .img{width: 40px;}
	.home_d .ul li .text{font-size: 18px;margin-top: 10px;}

	.home_e {
	    padding: 140px 0;
	}

	.home_e .btm .left .text .bt{font-size: 18px;margin-top: 10px;}
	.home_e_more{font-size: 14px;}
	.home_e .btm .right .btm2 .ul li .bt{font-size: 16px;}

	.home_e .video .text{padding: 8px 20px;}

	.home_c .left .ul .box.cur{font-size: 18px;}
}

@media(max-width: 1500px){
	.title .js{font-size: 14px;}
	.title .cn {
	    font-size: 28px;
	}
	.title .text{font-size: 14px;margin-top: 10px;}

	.home_a {
	    padding: 120px 0 80px;
	}
	.home_a .left .bg1{
		width: 260px;
		height: 260px;
	}
	.home_a .left .bg2,.home_a .left .bg3{
		width: 170px;
		height: 170px;
	}
	.home_a .left .dbt {
	    font-size: 70px;
	}
	.home_a .left .bt{
		font-size: 22px;
	}
	.home_a .right .ol li {
	    padding: 16px 0;
	}
	.home_a .right .ol li .text{font-size: 16px;}
	.home_a .right .ol li:hover .text:before {
	    width: 24px;
	    height: 24px;
	}
	.home_fenge .img img{width: 40px;}
	.home_e .btm .right .btm2{padding: 0 20px;}
	.home_d .ul li .text{font-size: 16px;}
	.home_e .btm .right .btm2 .ul li .box {
	    padding: 20px 0;
	}
	.home_e .btm .right .btm2 .ul li .bt {
	    font-size: 15px;
	}
	.home_e_more{margin-top: 26px;}
}

@media(max-width: 1100px){
	.home_a {
	    padding: 80px 0 40px;
	}
	.home_a .left,.home_a .left .box{
		width: 100%;
		position: relative;
		transform: initial;
	}
	.home_a .right{
		width: 100%;
		margin-top: 20px;
		position: relative;
		z-index: 5;
	}

	.home_a .left .dbt {
	    font-size: 48px;
	}
	.home_a .left .bt {
	    font-size: 18px;
	}
	.title .cn {
	    font-size: 22px;
	}
	.home_a .left .bg2, .home_a .left .bg3 {
	    width: 100px;
	    height: 100px;
	}
	.home_a .left .bg2{left: -20px;right: auto;}
	.home_a .left .bg3{right: -50px;left: auto;}

	.home_a .right .ol li .img{
		width: 4%;
	}
	.home_a .right .ol li .text{width: 94%;}
	.home_a .right .ol li {
	    padding: 12px 0;
	}
	.home_a .right .ol li:hover .text:before {
	    width: 20px;
	    height: 20px;
	}
	.home_a .right .ol {
	    margin-top: 30px;
	}
	.home_b .home_b_boxa {
	    margin-bottom: 20px;
	}
	.home_c {
	    padding: 100px 0 200px;
	}
	.home_c:before,.home_c .sp_bg{
		height: 400px;
	}
	.home_c .left{
		width: 100%;
	}
	.home_c .left .ul {
	    margin-top: 30px;
	}
	.home_c .right{
		width: 100%;
		top: -30px;
	}
	.home_d{margin-top: -100px;}
	.home_d .ul {
	    padding: 0;
	}
	.home_e {
	    padding: 100px 0;
	}
	.home_e .btm .left{
		width: 100%;
	}
	.home_e .btm .right {
	    width: 100%;
	    margin-top: 20px;
	}
	.home_e .btm .left .text .bt{height: auto;}
	.home_e .btm .left .text {
	    padding: 20px 0 0;
	}
}

@media(max-width: 768px){
	.home_a .left .bt {
	    font-size: 14px;
	}
	.home_a .left .dbt {
	    font-size: 40px;
	}
	.home_a .right .ol li .img {
	    width: 30px;
	}
	.home_a .right .ol li .text {
	    width: 90%;
	    padding-top: 4px;
	}
	.home_a .left .bg1 {
	    width: 60px;
	    height: 60px;
	}
	.home_fenge .img img {
	    width: 30px;
	}
	.home_fenge .img:before, .home_fenge .img:after{width: 40%;}

	.home_c {
	    padding: 40px 0 100px;
	}
	.home_c .right {
	    width: 100%;
	    top: 0;
	}
	.home_c .right .box .text .icon{width: 50px;display: inline-block;}
	.home_c .right .box .text .bt {
	    font-size: 20px;
	}
	.home_c .right .box .text .more {
	    margin-top: 14px;
	}

	.home_c:before ,.home_c .sp_bg{
	    height: 200px;
	}

	.home_d .ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-top: 10px;
	}
	.home_d .ul li .img {
	    width: 30px;
	}
	.home_d .ul li:nth-child(2n){margin-right: 0;}

	.home_e {
	    padding: 70px 0;
	}
	.home_e .top .more{
		position: relative;
		transform: initial;
		margin-top: 16px;
	}
}

@media(max-width: 640px){
	.home_e .btm .right .btm2 {
	    padding: 0 14px;
	}
	.home_e .video .text {
	    padding: 8px 10px;
	}
	.home_e .btm .right .top2 .video{width: 100%;margin-top: 10px;}
	.home_e .btm .right .top2 .video:last-child{margin-bottom: 0;}
	.home_e .btm .right .btm2 .ul li .time{display: none;}
	.home_e .btm .right .btm2 .ul li .bt{max-width: 100%;}
	.home_c .right .box .text .js{display: none;}
	.home_c .right .box .text .more {
	    margin-top: 20px;
	}
	
	.home_e .btm .left .text .js{font-size: 14px;margin-top: 10px;}
	.home_e .btm .left .text .bt{font-size: 16px;}
	.home_e_more {
	    margin-top: 20px;
	}
	.banner .box .text .cn {
	    font-size: 24px;
	}
	.banner .box .text .en {
	    font-size: 16px;
	}
}


.nybanner{position: relative;z-index: 3;}

.nybanner .img .img2{
	display: none;
}

.nybanner .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.nybanner .text .bt{
	font-size: 44px;
	color: #fff;
	font-weight: bold;
}

.nybanner .text .js{
	font-size: 26px;
	color: #fff;
	margin-top: 10px;
}

.title .en{
	color: #999999;
	font-size: 14px;
	margin-top: 4px;
}


.about_a{
	padding: 130px 0;
	position: relative;
	background: #eff2f1;
}

.about_a:before{
	background: url(/images/about_a_after.png) center center/cover;
	width: 73px;
	height: 235px;
	position: absolute;
	content: "";
	left: 0;
	top: 63%;
}
.about_a:after{
	background: url(/images/about_a_before.png) center center/cover;
	width: 145px;
	height: 390px;
	position: absolute;
	content: "";
	right: 0;
	top: 11.7%;
}

.about_a .wenzi{
	font-size: 15px;
	line-height: 1.6;
	margin-top: 30px;
	padding: 0 10%;
}

.about_a .ul {
	margin-top: 54px;
	padding: 0 2%;
}

.about_a .ul li{
	float: left;
	width: 20.9%;
	position: relative;
	margin-right: 5.46%;
}
.about_a .ul li:last-child{margin-right: 0;}

.about_a .ul li .bj{line-height: 0;}
.about_a .ul li .bj img{width: 100%;}
.about_a .ul li .bj .bj2{display: none;}

.about_a .ul li .img .img2{display: none;}

.about_a .ul li .box{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.about_a .ul li .img {
	width: 72px;
	display: inline-block;
	background: #fff;
	border-radius: 100%;
	transition: all 0.4s;
}

.about_a .ul li .text{
	font-size: 18px;
	color: #000000;
	margin-top: 18px;
	transition: all 0.4s;
}

.about_a .ul li:hover .bj .bj1{display: none;}
.about_a .ul li:hover .bj .bj2{
	display: block;
	animation: bg_xz 90s linear infinite;
    -webkit-animation: bg_xz 90s linear infinite;
}

.about_a .ul li :hover .img{
	background: #1263aa;
}

.about_a .ul li :hover .img .img1{
  display: none;
}
.about_a .ul li :hover .img .img2{
  display: inline-block;
}
.about_a .ul li:hover .text{
	color: #1263aa;
}

.about_b .title .cn,.about_a .title .cn{margin-top: 0;}
.about_b{
	padding: 120px 0;
	background: #fff;
}

.about_b .more{
	color: #e48019;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.about_b .more .y{border-color: #1263aa;}
.about_b .more .jt{border-color: #1263aa;background: url(/images/more_jt_bule.png) center center/cover;}

.about_b .ul{
	margin-top: 26px;
}

.about_b .ul li{
	background: #031d25;
	float: left;
	width: 23.8%;
	padding: 30px 20px;
	margin-right: 1.6%;
}

.about_b .ul li:last-child{margin-right: 0;}

.about_b .ul li .time{
	width: 50px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 6px 0;
	background: #1263aa;
}

.about_b .ul li .lm{
	font-size: 16px;
	color: #0070c0;
	margin-top: 10px;
}

.about_b .ul li .bt{
	font-size: 18px;
	color: #ffffff;
	margin-top: 14px;
	height: 48px;
	overflow: hidden;
	font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.about_b .ul li .text{
	margin-top: 24px;
	color: #fff;
	font-size: 16px;
	height: 70px;
	line-height: 1.6;
	overflow: hidden;
}

.about_b .ul li .about_b_more{
	position: relative;
    color: #fff;
    margin-top: 40px;
    display: inline-block;
    padding-left: 18px;
    transition: all 0.3s;
}

.about_b .ul li .about_b_more:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0;
    content: "";
    background: url(/images/home_e_jt.png) center center/cover;
    transition: all 0.3s;
}

.about_b .ul li .about_b_more:hover{
	padding-left: 24px;
}
.about_b .ul li .about_b_more:hover:before{
	width: 18px;
	background: url(/images/home_e_jt2.png) center center/cover;
}


.about_c{
	background: url(/images/about_c_bg.jpg) center center/cover;
	padding: 140px 0;background-attachment: fixed;

}

.about_c .title .cn{margin-top: 0;}
.about_c .ul {
	margin-top: 54px;
	
}

.about_c .ul li{
	float: left;
	width: 25%;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.about_c .ul li .bt{
	font-size: 34px;
}

.about_c .ul li .icon{
	width: 22px;
	line-height: 0;
	padding: 14px 0;
	display: inline-block;
}

.about_c .ul li .js{
	font-size: 18px;
}

.about_c .ul li:hover .icon{
	animation: bg_xz 0.8s linear;
    -webkit-animation: bg_xz 0.8s linear;
}

@media(max-width: 1680px){
	.nybanner .text .bt{font-size: 40px;}
	.nybanner .text .js{font-size: 22px;}
	.about_a{
		padding: 100px 0;
	}
	.about_a .ul li .img{width: 70px;}
	.about_b{
		padding: 90px 0;
	}

	.about_c{
		    padding: 110px 0;
	}
	.about_c .ul li .bt{font-size: 30px;}
	.about_c .ul li .js{font-size: 16px;}
}

@media(max-width: 1500px){
	.nybanner .text .bt{font-size: 36px;}
	.nybanner .text .js{font-size: 20px;}

	.about_a {
	    padding: 70px 0;
	}
	.about_a .wenzi{font-size: 14px;padding: 0 6%;}
	.about_a .ul{margin-top: 40px;}
	.about_a .ul li .img{width: 64px;}
	.about_a .ul li .text{font-size: 16px;margin-top: 10px;}

	.about_b {
	    padding: 80px 0;
	}

	.about_b .ul li .bt{font-size: 16px;height: 42px;}
	.about_b .ul li .text{font-size: 14px;height: 64px;}
	.about_b .ul li .lm{font-size: 14px;}
	.about_b .ul li .time{font-size: 12px;}
	.about_c {
	    padding: 100px 0;
	}
	.about_c .ul li .bt {
	    font-size: 26px;
	}
	.about_c .ul li .icon{padding: 10px 0;}
}

@media(max-width: 1100px){
	.nybanner .text .bt{font-size: 28px;}
	.nybanner .text .js{font-size: 16px;}

	.about_a {
	    padding: 40px 0;
	}
	.about_a .wenzi{padding: 0;}

	.about_b {
	    padding: 40px 0;
	}
	.about_b .ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	.about_b .ul li:nth-child(2n){margin-right: 0;}

	.about_c {
	    padding: 60px 0;
	}
	.about_c .ul li{
		width: 50%;
		margin-bottom: 20px;
	}
	.about_b .ul li:last-child{margin-bottom: 0;}
	.about_c .ul li .bt {
	    font-size: 22px;
	}
	.about_c .ul li .icon{width: 18px;}
	.about_c .ul li .js {
	    font-size: 14px;
	}
	.about_c .ul {
	    margin-top: 40px;
	}

}

@media(max-width: 640px){
	.nybanner .img .img1{
		display: none;
	}
	.nybanner .img .img2{
		display: block;
	}

	.about_a .ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	.about_a .ul li:nth-child(2n){margin-right: 0;}
	.about_a .ul li .img {
	    width: 60px;
	}
	.about_a .ul{margin-top: 30px;padding: 0;}
	.about_b .ul li{
		width: 100%;
		margin-top: 0;
	}
	.about_b .ul li .bt{
	    margin-top: 10px;
	}
	.about_b .ul li .text{margin-top: 20px;}
	.about_b .ul li .bt,.about_b .ul li .text{height: auto;}
	.about_b .ul li .about_b_more{margin-top: 30px;}

	.about_c {
	    padding: 40px 0;
	}
	.about_c .ul {
	    margin-top: 30px;
	}
	.about_c .ul li{
		width: 100%;
	}
}

.daohang{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.daohang .ul li{
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #02404a;
}
.daohang.daohang_fw .ul li{width: 20%;}
.daohang .ul li:last-child{
 border-right: none;
}
.daohang .ul li.cur,.daohang .ul li:hover{
	background: rgba(18, 99, 170, 0.5);
}
.daohang .ul li a{
	display: block;
	padding: 20px 0;
	color: #fff;
	font-size: 18px;
}

.yanfa_a{
	background: #fff;
	padding: 60px 0 30px;
	position: relative;
}

.yanfa_a:after{
	background: url(/images/yanfa_a_after.png) center center/cover;
	width: 145px;
	height: 844px;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
}
.yanfa_a .yanfa_a_en{
	position: relative;
	z-index: 3;
}
.yanfa_a .title .cn{margin-top: 0;}
.yanfa_a .yanfa_fenge{
	margin-top: 40px;
}

.yanfa_a .yanfa_fenge .img:before, .yanfa_a .yanfa_fenge .img:after {
   background: #c5e8ea;
   height: 1px;
}
.yanfa_a .ul{
	margin-top: 70px;
	
}

.yanfa_a .ul li{
	float: left;
	width: 33.3%;
	background: #fff;
	position: relative;
	padding: 10px 0;
	border-radius: 8px;
	box-shadow: 0px 11px 20px 0 #f0fdfd;
}
.yanfa_a .ul li.cur{
	position: relative;
	z-index: 4;
}


.yanfa_a .ul li .top{
	text-align: center;
	padding: 16px 0;
	position: relative;
	z-index: 3;
}
.yanfa_a .ul li .img{
	width: 56px;
	display: inline-block;
	vertical-align: middle;
}

.yanfa_a .ul li .img .img2{
	display: none;
}

.yanfa_a .ul li .bt{
	display: inline-block;
	font-size: 22px;
	color: #333333;
	padding-left: 20px;
	vertical-align: middle;
}
.yanfa_a .ul li .box{
position: relative;
	z-index: 3;
}
.yanfa_a .ul li .box a{
	display: block;
	height: 60px;
	font-size: 16px;
	color: #333333;
	position: relative;
	text-align: left;
	border-top: 1px solid #f3f3f3;
}

.yanfa_a .ul li .box a span{
	position: absolute;
	left: 41%;
	top: 50%;
	width: 50%;
	transform: translateY(-50%);
}

.yanfa_a .ul li:before{
	background: url(/images/710gonghai_box_bg.jpg) center center/cover;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 120%;
	height: 120%;
	border-radius: 8px;
	overflow: hidden;
	opacity: 0;
}

.yanfa_a .ul li.cur:before{
	transition: all 0.4s;
	opacity: 1;
}

.yanfa_a .ul li.cur .img .img1{display: none;}
.yanfa_a .ul li.cur .img .img2{display: block;}
.yanfa_a .ul li.cur .bt{
	color: #fff;
}
.yanfa_a .ul li.cur .box a{color: #fff;border-top: 1px solid rgba(169, 190, 193, 0.3); cursor: initial;}
.yanfa_a .fbt_box{
	margin-top: 80px;
}
.fbt_box .fbt{
	
	font-size: 26px;
	color: #333333;
}

.yanfa_b{
	background: url(/images/710gonghai_b_bg.jpg);
	padding: 136px 0;
}

.yanfa_b:before{
	background: url(/images/710gonghai_b_before.png) center center/cover;
	width: 74px;
	height: 482px;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}

.yanfa_b .ul{
	margin-top: 50px;
}
.yanfa_b .ul li{
	float: left;
	width: 33.3%;
	padding-left: 1.7rem;
	position: relative;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	border-radius: 10px;
	/*text-align: center;*/
}
.yanfa_b .ul li .icon .img2{display: none;}
.yanfa_b .ul li:before{
	width: 1px;
	height: 90%;
	background: #d5d5d5;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.yanfa_b .ul li:after{
	width: 11px;
	height: 12px;
	background: url(/images/710gonghai_b_ul_after.png) center center/cover;
	position: absolute;
	content: "";
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.yanfa_b .ul li:last-child:before,.yanfa_b .ul li:last-child:after{display: none;}

.yanfa_b .ul li .icon{
	line-height: 0;
	width: 49px;
	vertical-align: middle;
	display: inline-block;
	margin-left: -50px;
}

.yanfa_b .ul li .bt{
	padding-left: 5px;
	margin-top: 0 !important;
	font-size: 22px;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s;
}

.yanfa_b .ul li .text{
	margin-top: 26px;
	line-height: 1.8;
	font-size: 16px;
	transition: all 0.3s;
}

.yanfa_b .ul li.cur{
	background: url(/images/710gonghai_box_bg.jpg) center center/cover;
}
.yanfa_b .ul li.cur .icon .img2{display: block;}
.yanfa_b .ul li.cur .icon .img1{display: none;}
.yanfa_b .ul li.cur .bt,.yanfa_b .ul li.cur .text{
	color: #fff;
}
@media(max-width: 1680px){
	.daohang .ul li a{font-size: 16px;padding: 16px 0;}
}

@media(max-width: 1500px){
	.yanfa_a .fbt_box {
	    margin-top: 50px;
	}
	.fbt_box .fbt{font-size: 24px;}
	.yanfa_a .ul li .bt{font-size: 18px;padding-left: 14px;}
	.yanfa_a .ul li .img{width: 50px;}
	.yanfa_a .ul li .box a{font-size: 14px;height: 54px;}

	.yanfa_b{
		padding: 110px 0;
	}
	.yanfa_b .ul li .bt{font-size: 18px;}
	.yanfa_b .ul li .text{font-size: 14px;margin-top: 20px;}
	.yanfa_a .ul li .top{padding: 12px 0;}
}

@media(max-width: 1100px){
	.daohang{display: none;}

	.yanfa_a{
	   padding: 40px 0 0;
	}
	.yanfa_a .yanfa_fenge{margin-top: 20px;}
	.yanfa_a .fbt_box {
	    margin-top: 40px;
	}
	.fbt_box .fbt {
	    font-size: 20px;
	}
	.yanfa_a .ul li .bt{font-size: 16px;padding-left: 5px;}
	.yanfa_a .ul li .box a {
	    height: 50px;
	}
	.yanfa_a .ul li .img {
	    width: 40px;
	}
	.yanfa_b {
	    padding:80px 0;
	}
	.yanfa_b .ul {
	    margin-top: 30px;
	}
	.yanfa_b .ul li .bt {
		margin-top: 10px;
	    font-size: 16px;

	}
	.yanfa_b .ul li .text{margin-top: 12px;}
	.yanfa_a .ul li{
		width: 100%;
	}
	.yanfa_a .ul li.cur:before{
		width: 100%;
		height: 100%;
	}

	.yanfa_a .ul li .box a{height: auto;padding: 14px 0;text-align: center;}
	.yanfa_a .ul li .box a span{
		position: initial;
		transform: initial;
		width: 100%;
	}
	.yanfa_b .ul li:before,.yanfa_b .ul li:after{display: none;}
	.yanfa_b {
	    padding: 50px 0;
	}
	.yanfa_b .ul li .icon{width: 40px;}
	.yanfa_a .ul {
	    margin-top: 10px;
	}

	.yanfa_a:after{
		    width: 80px;
    height: 700px;
	}

}

@media(max-width: 768px){
	.yanfa_b .ul li{
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-bottom: 14px;
		border: 1px solid #f3f3f3;
		padding: 20px;
	}
	.yanfa_b .ul li .icon{display: inline-block;}
}

.jiance_a{
	background: #f6f7f6;
}

.jiance_b{
	padding: 50px 0 160px;
	background: #f6f7f6;
}

.jiance_b .jiance_b_box{position: relative;	border-radius: 8px;box-shadow: 0px 11px 20px 0 #f0fdfd;}

.jiance_b .left{
	width: 31.8%;
	background: url(/images/jiance_a_bg.jpg) center center/cover;
	/*position: absolute;*/
	left: 0;
	top: 0;
	height: 100%;
}
.jiance_b .left .ul li{
	padding: 44px;
	cursor: pointer;
}
.jiance_b .left .ul li.cur,.jiance_b .left .ul li:hover{
	background: rgba(0, 112, 192, 0.7);
}
.jiance_b .left .ul li .bt{
	color: #fff;
	padding-left: 30px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	/*white-space: nowrap;*/
	line-height: 1.8;
}

.jiance_b .left .ul li .bt:before{
	background: url(/images/jiance_a_cl.png) center center/cover;
	width: 19px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
}

.jiance_b .right{
	width: 68.2%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 60px 50px;

}

.jiance_b .right .box{display: none;}
.jiance_b .right .box.cur{display: block;}

.jiance_b .right .text{
	margin-top: 30px;
	font-size: 15px;
	color: #666666;
	line-height: 1.8;
}
.jiance_b .right .ul {
	margin-top: 34px;
	padding: 0 0 0 6px;
}
.jiance_b .right .ul li{
	float: left;
	background: #fbfbfb;
	width: 32%;
	margin-bottom: 18px;
	margin-right: 2%;
	text-align: center;
	padding: 24px 0;
}

.jiance_b .right .ul li:nth-child(3n){margin-right: 0;}

.jiance_b .right .ul li .icon{
	width: 83px;
	display: inline-block;
}

.jiance_b .right .ul li .text{
	color: #333;
	font-size: 14px;
	margin-top: 6px;
}

.jiance_b .right .ul.li4 li{
	width: 49%;
	margin-right: 2% !important;
}

.jiance_b .right .ul.li4 li:nth-child(2n){
	margin-right: 0 !important;
}

@media(max-width: 1680px){
	.jiance_b .right .text{margin-top: 40px;}
}

@media(max-width: 1500px){
	.jiance_b{
		padding: 20px 0 100px;
	}
	.jiance_b .left .ul li{
		padding: 40px 20px;
	}
	.jiance_b .left .ul li .bt:before{width: 16px;height: 16px;top: 6px;}
	.jiance_b .left .ul li .bt{
		padding-left: 24px;
	}
	.jiance_b .right{
		    padding: 40px 30px;
	}
	.jiance_b .right .text{font-size: 14px;margin-top: 30px;}
	.jiance_b .right .ul li{
		padding: 20px 0;
	}
	.jiance_b .right .ul li .icon{width: 80px;}
	.jiance_b .right .ul li .text{font-size: 14px;}
}

@media(max-width: 1100px){
	.jiance_b {
	    padding: 20px 0 60px;
	}
	.jiance_b .left{
		background-position: top center;
		width: 100%;
		position: initial;
	}
	.jiance_b .right{
		width: 100%;
		padding: 30px 20px;
		border-left: 2px solid #fff;
	}
	.jiance_b .right .text{margin-top: 20px;}
	.jiance_b .right .ul{margin-top: 24px;padding-left: 0;}
	.jiance_b .right .ul li .icon{
		width: 70px;
	}
	.jiance_b .left .ul li {
	    padding: 20px;
	}
	.yanfa_a:after{
		width: 100px;
       height: 700px;
	}
}

@media(max-width: 640px){
	.jiance_b .right .ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 10px;
		padding: 14px 0;
	}

	.jiance_b .right .ul li:nth-child(3n){margin-right: 3%;}
	.jiance_b .right .ul li:nth-child(2n){margin-right: 0;}
	.jiance_b .right .ul li .text{font-size: 12px;}
	.jiance_b .right .text {
	    margin-top: 14px;
	}
}

.biaozhun_b{padding-bottom: 120px;}
.biaozhun_b .left{
	background: url(/images/biaozhun_b_bg.jpg) center center/cover;
}

.biaozhun_b .right{
	padding: 42px;
	right:0;
}
.biaozhun_b .right .text{margin-top: 0;}
.biaozhun_b .right .ul li{
	padding: 12px 0;
	box-shadow: 0px 11px 20px 0 #dcf9f9;
}
.biaozhun_b .right .ul li .icon{
	display: inline-block;
	width: 16px;
	vertical-align: middle;
	position: relative;
	top: 2px;
}

.biaozhun_b .right .ul li .text{
	display: inline-block;
	padding-left: 6px;
	vertical-align: middle;
}
@media(max-width: 1100px){
	.biaozhun_b .right {
	    padding: 30px 20px;
	}
}
@media(max-width: 768px){
	.biaozhun_b .right .ul li{width: 100% !important;}
}

.hangye_b .hangye_b_box{
	margin-bottom: 60px;
}
.hangye_b .hangye_b_box:last-child{
	margin-bottom: 0;
}
.hangye_b .hangye_b_box1 .left{
	float: left;
}
.hangye_b .hangye_b_box1 .right{
	float: right;
	right: 0;
}
.hangye_b .hangye_b_box2 .left{
	float: right;
	right: 0;
	top: 0;
}
.hangye_b .hangye_b_box2 .right{
	float: left;
	border-right: none;
	border-left: 2px solid #fff;
}

.hangye_b .hangye_b_box .right .text{margin-top: 30px;}

.hangye_b .hangye_b_box .right .text .gd{
	 color: #ffffff;
    border-radius: 50px;
    background: #e48019;
    padding: 8px 36px;
    display: inline-block;
    margin-top: 20px;
}

@media(max-width: 1500px){
	.hangye_b .hangye_b_box {
	    margin-bottom: 40px;
	}
	.biaozhun_b {
	    padding-bottom: 80px;
	}
}

@media(max-width: 1100px){
	.biaozhun_b {
	    padding-bottom: 60px;
	}
	.hangye_b .hangye_b_box {
	    margin-bottom: 20px;
	}
	.hangye_b .hangye_b_box .right .text {
	    margin-top: 16px;
	}
}

.news_banner .text .bt{font-weight: initial;}
.news_banner .ul li,.nybanner50 .ul li{width: 50%;}

.news_a{
	background: #f6f7f6;
	position: relative;
	padding: 50px 0 80px;
}

/*.news_a:after {
    background: url(/images/yanfa_a_after.png) center center/cover;
    width: 145px;
    height: 844px;
    position: absolute;
    content: "";
    right: 0;
    top: 180px;
}*/

.news_a .top .ul li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	border-radius: 8px;
	overflow: hidden;
}

.news_a .top .ul li .bt{
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 12px 26px;
	line-height: 1.6;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.4);
}

.news_a .top .ul li:last-child{margin-right: 0;}

.news_a .btm{
	margin-top: 50px;
}
.news_a .btm .tit{
	text-align: center;
}
.news_a .btm .tit a{
	background: #fff;
	display: inline-block;
	padding: 12px 36px;
	margin: 0 8px;
	border-radius: 25px;
	font-size: 16px;
	transition: all 0.4s;
	color: #999999;
}

.news_a .btm .tit a i{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: url(/images/news_icon1.png) center center/cover;
	margin-right: 7px;
}
.news_a .btm .tit a.cur,.news_a .btm .tit a:hover{
	color: #fff;
	background: #1263aa;
}
.news_a .btm .tit a.cur i,.news_a .btm .tit a:hover i{
	background: url(/images/news_icon2.png) center center/cover;
}

.news_a .btm .ol{
	margin-top: 30px;
}
.news_a .btm .ol li{
	margin-bottom: 14px;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px;
}

.news_a .btm .ol li:last-child{margin-bottom: 0;}

.news_a .btm .ol li .left{
	width: 18.8%;
}

.news_a .btm .ol li .right{
	width: 81.2%;
	padding-top: 8px;
	padding-left: 30px;
}

.news_a .btm .ol li .right .time{
	position: relative;
	color: #dddddd;
	font-size: 16px;
	padding-left: 50px;
}
.news_a .btm .ol li .right .time:before{
	width: 36px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #dddddd;
}

.news_a .btm .ol li .right .bt{
	color: #333333;
	font-size: 18px;
	margin-top: 12px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.news_a .btm .ol li .right .js{
	margin-top: 12px;
	font-size: 15px;
	color: #999999;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.news_a .btm .ol li .right .news_a_more{
	position: relative;
    color: #333333;
    margin-top: 16px;
    display: inline-block;
    padding-left: 18px;
    transition: all 0.3s;
}

.news_a .btm .ol li .right .news_a_more:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0;
    content: "";
    background: url(/images/home_e_jt.png) center center/cover;
    transition: all 0.3s;
}

.news_a .btm .ol li .right .news_a_more:hover{
	padding-left: 24px;
}
.news_a .btm .ol li .right .news_a_more:hover:before{
	width: 18px;
	background: url(/images/home_e_jt2.png) center center/cover;
}

.news_a .btm .page{
	margin-top: 40px;
}

.news_a .container2{position: relative;z-index: 4;}

@media(max-width: 1680px){
	.news_a .btm .ol li .right{padding-top: 0;}
}

@media(max-width: 1500px){
	.news_a .top .ul li .bt{
		padding: 10 20px;
		bottom: 0;
	}
	.news_a .btm .ol li .right .time{font-size: 12px;padding-left: 34px;}
	.news_a .btm .ol li .right .time:before{
		width: 26px;
	}
	.news_a .btm .ol li .right .bt{font-size: 16px;margin-top: 10px;}
	.news_a .btm .ol li .right .js{font-size: 14px;margin-top: 10px;}
}

@media(max-width: 1100px){
	.news_a{
		padding: 40px 0 60px;
	}
	.news_a .btm {
	    margin-top: 30px;
	}
	.news_a .btm .tit a{
		padding: 8px 10px;
		float: left;
		margin-left: 0;
		margin-right: 2%;
		width: 49%;
		overflow: hidden;
            text-overflow:ellipsis;
            white-space: nowrap;
	}
	.news_a .btm .tit a:nth-child(2n){margin-right: 0;}

	.news_a .btm .ol li .right{padding-left: 20px;}
}

@media(max-width: 768px){
	.news_a .top .ul li{width: 100%;margin-right: 0;margin-bottom: 10px;}
	.news_a .top .ul li:last-child{margin-bottom: 0;}
	.news_a .top .ul li .bt{font-size: 14px;}
	.news_a .btm .tit a i{width: 10px;height: 10px;position: relative;top: -2px;}
	.news_a .btm .tit a {
		font-size: 14px;
	    padding: 10px 30px;
	}
	.news_a .btm .ol li .left{
		width: 100%;
	}
	.news_a .btm .ol li .right{
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.news_a .btm .page {
	    margin-top: 30px;
	}

	.page a{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

.video_a{
	padding: 60px 0 80px;
	background: #f6f7f6;
}

.video_a .left{
	width: 55.7%;
}

.videobox{
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.videobox:before{
	background: url(/images/video_bg.png) center bottom/cover;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.videobox .bf{
	position: absolute;
	width: 68px;
	height: 68px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: url(/images/video_bf.png) center center/cover;
}

.videobox  .text{
	position: absolute;
	bottom: 34px;
	width: 100%;
	left: 0;
	padding: 0  30px;
	z-index: 3;
}

.videobox  .text .left2{
	float: left;
	width: 100%;
}

.videobox  .text .left2 .bt{
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.videobox  .text .left2 .bq{
	font-size: 16px;
	color: #bbbbbb;
	margin-top: 6px;
}

.look{
	position: absolute;
	bottom: 0;
	right: 30px;
	font-size: 16px;
	color: #00d4e3;
	padding-left: 26px;
	line-height: 1;
}

.look:before{
	position: absolute;
	left: 0;
	top: 0;
	/*transform: translateY(-50%);*/
	width: 20px;
	height: 15px;
	background: url(/images/video_look.png) center center/cover;
	content: "";
}

.video_a .right{
	width: 43.5%;
}

.video_a .right .ul li{
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-top: 10px;
	background: #031d25;
	border-radius: 8px;
	overflow: hidden;
}

.video_a .right .ul li:nth-child(1),.video_a .right .ul li:nth-child(2){margin-top: 0;}

.video_a .right .ul li:nth-child(2n){margin-right: 0;}

.video_a .right .ul li .text{
	position: relative;
	padding: 0 12px;
	height: 50px;
}

.video_a .right .ul li .text .bt{
	font-size: 16px;
	color: #fff;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.video_a .right .ul li .text .look{
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}

.video_a .right .ul li .img .bf{
	position: absolute;
	width: 38px;
	height: 38px;
	right: 14px;
	bottom: 8px;
	background: url(/images/video_bf.png) center center/cover;
}

.video_a .btm .ul li{
	float: left;
	width: 32.1%;
	margin-right: 1.85%;
	margin-top: 24px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.video_a .btm .ul li:nth-child(3n){margin-right: 0;}
.video_a .btm .ul li .text{
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	padding: 0 16px 14px;
}

.video_a .btm .ul li .text .bt{
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.video_a .btm .ul li .text .bq{
	font-size: 16px;
	color: #bbbbbb;
	margin-top: 6px;
}

.video_a  .page{
	margin-top: 50px;
}
/*.news_banner .text,.chengguo_banner .text{
	top: 60%;
}*/
.news_banner .text .bt{font-size: 44px; font-weight: bold;}

.tongyong_bg{position: relative;z-index: 0;}
.tongyong_bg:before{
	background: url(/images/yanfa_a_after.png) center center/cover;
    width: 145px;
    height: 844px;
    position: absolute;
    content: "";
    right: 0;
    top: 11%;
}

.tongyong_bg:after{
	background: url(/images/ty_bg.png) center center/cover;
    width: 73px;
    height: 239px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 6%;
}

@media(max-width: 1680px){
	.videobox .text{padding: 0 20px;}
	.news_banner .text .bt {
	    font-size: 48px;
	}
}

@media(max-width: 1500px){
	.video_a{
		padding: 50px 0 60px;
	}
	.videobox .text{bottom: 24px;}
	.videobox .text .left2 .bt{
		font-size: 16px;
	}
	.videobox .text .left2 .bq{font-size: 14px;}
	.look{font-size: 14px;}
	.look:before{
		width: 17px;
		height: 12px;
		top: 1px;
	}
	.video_a .right .ul li .text .bt{font-size: 14px;}
	.video_a .right .ul li .img .bf{
		width: 34px;
		height: 34px;
	}
	.video_a .right .ul li .text{
		padding: 12px 10px;
	}
	.video_a .btm .ul li .text .bt{font-size: 16px;}
	.video_a .btm .ul li .text .bq{font-size: 14px;}
	.video_a .btm .ul li .text{
		padding: 0 12px;
	}
	.news_banner .text .bt {
	    font-size: 40px;
	}
}

@media(max-width: 1100px){
	.video_a {
	    padding: 40px 0 50px;
	}
	.video_a .page {
	    margin-top: 30px;
	}
	.news_banner .text .bt {
	    font-size: 32px;
	}
}

@media(max-width: 768px){
	.videobox .text {
	    bottom: 14px;
	    padding: 0 14px;
	}
	.videobox .bf{width: 44px;height: 44px;}
	.video_a .left{
		width: 100%;
	}
	.video_a .right{
		width: 100%;
		margin-top: 10px;
	}
	.video_a .right .ul li:nth-child(1), .video_a .right .ul li:nth-child(2){margin-top: 10px;}
	.video_a .right .ul li{width: 100%;}
	.video_a .btm .ul li{width: 100%;margin-top: 14px;}
}

.huodong_a{
	padding: 50px 0 80px;
	background: #f6f7f6;
}

.huodong_a .ul li{
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.03);
	padding: 10px 20px 30px;
}

.huodong_a .ul li .left{
	width: 23.4%;
}

.huodong_a .ul li .right{
	width: 74.3%;
	padding-top: 10px;
}

.huodong_a .ul li .right .top{
	position: relative;
}

.huodong_a .ul li .right .bt{
	width: 80%;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.huodong_a .ul li .right .sj{
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 16px;
	color: #dddddd;
	padding-left: 50px;
}

.huodong_a .ul li .right .sj:before {
    width: 36px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #dddddd;
}

.huodong_a .ul li .right .xinxi{
	margin-top: 10px;
	color: #666666;
	font-size: 15px;
}

.huodong_a .ul li .right .time,.huodong_a .ul li .right .dizhi{
	float: left;
	padding-left: 20px;
	position: relative;
}
.huodong_a .ul li .right .time{
	margin-right: 30px;
}

.huodong_a .ul li .right .time:before,.huodong_a .ul li .right .dizhi:before{
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
}

.huodong_a .ul li .right .time:before{background: url(/images/huodong_time_icon.png) center center/cover;}
.huodong_a .ul li .right .dizhi:before{background: url(/images/huodong_dizhi_icon.png) center center/cover;}
.huodong_a .ul li .right .js{
	line-height: 1.6;
	font-size: 15px;
	color: #999999;
	height: 46px;
	overflow: hidden;
	margin-top: 14px;
}

.huodong_a .ul li .right .news_a_more {
	position: relative;
    color: #333333;
    margin-top: 16px;
    display: inline-block;
    padding-left: 18px;
    transition: all 0.3s;
}

.huodong_a .ul li .right .news_a_more:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0;
    content: "";
    background: url(/images/home_e_jt.png) center center/cover;
    transition: all 0.3s;
}

.huodong_a .ul li .right .news_a_more:hover {
    padding-left: 24px;
}

.huodong_a .ul li .right .news_a_more:hover:before {
    width: 18px;
    background: url(/images/home_e_jt2.png) center center/cover;
}

.huodong_a .ul li .right .anniu{
	color: #ffffff;
	font-size: 16px;
	border-radius: 50px;
	background: #e48019;
	padding: 8px 36px;
	display: inline-block;
	margin-top: 20px;
}

.huodong_a .ul li.bm:before{
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/huodong_baoming_icon.png) center center/cover;
	width: 63px;
	height: 63px;
	content: "";
}

.huodong_a .page{
	margin-top: 30px;
}

@media(max-width: 1500px){
	.huodong_a .ul li .right .sj{
		font-size: 12px;
		padding-left: 32px;
	}
	.huodong_a .ul li .right .sj:before {
	    width: 26px;
	}
	.huodong_a .ul li .right .bt{font-size: 16px;}
	.huodong_a .ul li .right .xinxi{font-size: 14px;}
	.huodong_a .ul li .right .time:before, .huodong_a .ul li .right .dizhi:before{top: 2px;}
	.huodong_a .ul li .right .js{
		margin-top: 10px;
		font-size: 14px;
	}
	.huodong_a .ul li .right .anniu{
		font-size: 14px;
		padding: 6px 30px;
		margin-top: 12px;
	}
}

@media(max-width: 1100px){
	.huodong_a{
		padding: 40px 0 60px;
	}
	.huodong_a .ul li{
		padding: 20px;
	}
	.huodong_a .ul li .right .bt{
		width: 100%;
	    overflow: initial;
	    text-overflow: initial;
	    white-space: initial;
	}
	.huodong_a .ul li .left{width: 100%;}
	.huodong_a .ul li .right{
		width: 100%;
		padding-top: 0;
		margin-top: 20px;
	}

	.huodong_a .ul li .right .time,.huodong_a .ul li .right .dizhi{
		width: 100%;
		margin-bottom: 6px;
	}
	.huodong_a .ul li.bm:before{
		width: 60px;
		height: 60px;
	}
	.huodong_a .ul li .right .sj{
		position: relative;
		top: auto;
		right: auto;
		margin-top: 6px;
	}
	.huodong_a .ul li .right .js{
		height: auto;
	}

}

.jishu_a{
	padding: 80px 0 100px;
	background: #f6f7f6;
}

.jishu_a .jishu_a_box{
	margin-top: 44px;
	background: #021f25;
}

.jishu_a .jishu_a_box .left{
	width: 22%;
	background: #031d25;
	
}

.jishu_a .jishu_a_box .left .ul li{
	padding:0 36px;
	cursor: pointer;
}
.jishu_a .jishu_a_box .left .ul li .bt i{
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
.jishu_a .jishu_a_box .left .ul li .bt{
	color: #ffffff;
	font-size: 20px;
	padding: 30px 0;
	border-bottom: 1px solid #45575d;
}

.jishu_a .jishu_a_box .left .ul li:last-child .bt{border-bottom: none;}
.jishu_a .jishu_a_box .left .ul li.cur{
	background: #1263aa;
}

.jishu_a .jishu_a_box .zhong{
	position: absolute;
	left: 22%;
	top: 0;
	height: 100%;
	width: 53.1%;
	background: url(/images/jishu_a_img1.jpg) center center/cover;
}

.jishu_a .jishu_a_box .right{
	float: right;
	width: 24.9%;
	padding: 50px 30px 20px;
}

.jishu_a .jishu_a_box .right .box{
	display: none;
}

.jishu_a .jishu_a_box .right .box.cur{display: block;}

.jishu_a .jishu_a_box .right .bt{
	color: #fff;
	font-size: 24px;
}

.jishu_a .jishu_a_box .right .js{
	line-height: 2;
	color: #cacdcd;
	font-size: 15px;
	margin-top: 16px;
}

.jishu_a .jishu_a_box .right .more{
	display: inline-block;
	margin-top: 60px;
}

.jishu_b{
	background: #fff;
	padding: 70px 0 90px;
	position: relative;
}

.jishu_b .text{
	line-height: 1.8;
	font-size: 15px;
	color: #666666;
	padding: 0 14%;
	margin-top: 24px;
}

.jishu_b .more{
	margin-top: 50px;
	display: inline-block;
	color: #e48019;
}

.jishu_b .more i.y{
	border-color: #1263aa;
}

.jishu_b .more i.jt{
	background: url(/images/more_jt_bule.png) center center/cover;
}

.jishu_c{
	padding: 80px 0 50px;
	position: relative;
}
.jishu_c:before{
	background: url(/images/jishu_b_bg.png) center center/cover;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 145px;
	height: 390px;
	content: "";
}

.jishu_c .ul{
	margin-top: 40px;
}
.jishu_c .ul li{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 60px 56px 40px;
	height: 740px;
}

.jishu_c .ul li:nth-child(2n){margin-right: 0;}

.jishu_c .ul li .bt{
	font-size: 34px;
	color: #333333;
	padding-left: 34px;
	position: relative;
}

.jishu_c .ul li .bt:before{
	position: absolute;
	top: 14px;
	left: 0;
	width: 19px;
	height: 19px;
	content: "";
	background: url(/images/home_icon.png) center center/cover;
}

.jishu_c .ul li .text{
	margin-top: 24px;
	line-height: 1.8;
	color: #666666;
	font-size: 15px;
}

.jishu_c_b{
	position: relative;
	padding: 50px 0 90px;
}

.jishu_c_b:before{
	background: url(/images/jishu_c_bg.png) center center/cover;
	position: absolute;
	right: 0;
	bottom: 10%;
	width: 72px;
	height: 236px;
	content: "";
}

.jishu_c_b .biaoti{
	font-size: 34px;
}

.jishu_c_b .ul{
	margin-top: 40px;
}

.jishu_c_b .ul li{
	float: left;
	width: 32.1%;
	border-radius: 8px;
	overflow: hidden;
/*	margin-right: 1.85%;*/
}

.jishu_c_b .ul li:nth-child(3n){margin-right: 0;}

.jishu_c_b .ul li .box:before{
	background: url(/images/jishu_c_b_bg.png) center center/cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}

.jishu_c_b .ul li .text {
	padding: 0 20px;
}
.jishu_c_b .ul li .text .bt{
	font-size: 20px;
	color: #fff;
}
.jishu_c_b .ul li .text .js{
	color: #ffffff;
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.8;
}

.jishu_c_b .ul li .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jishu_c_b .ul li .text1{
	position: absolute;
	left: 0;
	top: auto;
	bottom: 32px;
	left: 0;
	width: 100%;
	padding: 0 20px;
}

.jishu_c_b .ul li .text2{
	position: absolute;
	top: 50%;
	opacity: 0;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	padding: 0 20px;
}

.jishu_c_b .ul li:hover .text{
	background: rgba(18, 99, 170, 0.8);
}
.jishu_c_b .ul li:hover .text1{
	display: none;
}
.jishu_c_b .ul li:hover .text2{
	opacity: 1;
	transition: all 0.4s;
}

.jishu_c_b .more{
	margin-top: 40px;
	color: #e48019;
}

.jishu_c_b .more i.y{
	border-color: #1263aa;
}

.jishu_c_b .more i.jt{
	background: url(/images/more_jt_bule.png) center center/cover;
}

@media(max-width: 1680px){
	.jishu_a{
		padding: 60px 0 80px;
	}
	.jishu_a .jishu_a_box{margin-top: 40px;}

	.jishu_a .jishu_a_box .left .ul li .bt{
		font-size: 16px;
		padding: 30px 0;
	}
	.jishu_a .jishu_a_box .right .more{margin-top: 40px;}

	.jishu_b{
		padding: 60px 0 80px;
	}

	.jishu_c{
	    padding: 60px 0 40px;
	}
	.jishu_c .ul li{
		    padding: 50px 40px 30px;
	}
	.jishu_c .ul li .bt{font-size: 26px;}
	.jishu_c .ul li .bt:before{top: 9px;}
	.jishu_c .ul li .text{
		margin-top: 20px;
	}
	.jishu_c_b{
		padding: 40px 0 60px;
	}
	.jishu_c_b .ul li .text .bt{
		font-size: 18px;
	}

	.jishu_c_b .ul li .text .js{font-size: 14px;}
	.jishu_c_b .biaoti{font-size: 30px;}
	.jishu_a .jishu_a_box .right .js{font-size: 14px;}
}

@media(max-width: 1500px){
	.jishu_a {
	    padding: 50px 0 60px;
	}

	.jishu_a .jishu_a_box .left .ul li{
		padding: 0 20px;
	}

	.jishu_a .jishu_a_box .left .ul li .bt{
		font-size: 16px;
		padding: 20px 0
	}

	.jishu_a .jishu_a_box .right{
		padding: 40px 20px;
	}
	.jishu_a .jishu_a_box .right .bt{font-size: 20px;}
	.jishu_a .jishu_a_box .right .js{font-size: 14px;}

	.jishu_a .jishu_a_box {
	    margin-top: 30px;
	}

	.jishu_b {
	    padding: 50px 0 70px;
	}

	.jishu_b .text{font-size: 14px;}

	.jishu_c {
	    padding: 50px 0 40px;
	}

	.jishu_c .ul {
	    margin-top: 30px;
	}

	.jishu_c .ul li{
		    height: 700px;
	}
	.jishu_c .ul li .bt {
	    font-size: 22px;
	    padding-left: 26px;
	}
	.jishu_c .ul li .bt:before{
		 top: 6px;
		width: 16px;
		height: 16px;
	}

	.jishu_c .ul li .text{font-size: 14px;margin-top: 14px;}
	.jishu_c .ul li {
	    padding: 40px 30px 30px;
	}
	.jishu_c_b .ul {
	    margin-top: 30px;
	}
	.jishu_c_b .ul li .text .js{margin-top: 10px;}
	.jishu_c_b .ul li .text1{bottom: 20px;}
	.jishu_c_b .ul li .text .bt {
	    font-size: 16px;
	}

	.jishu_c_b .biaoti{font-size: 24px;}
}

@media(max-width: 1100px){
	.jishu_a {
	    padding: 30px 0 40px;
	}
	.jishu_a .jishu_a_box {
	    margin-top: 20px;
	}
	.jishu_a .jishu_a_box .left{width: 100%;position: relative;z-index: 3;}
	.jishu_a .jishu_a_box .left .ul li{
		float: left;
		width: 50%;
		padding: 0 14px;
	}
	.jishu_a .jishu_a_box .left .ul li .bt{
		border-bottom: none;
		overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        padding: 14px 0;
	}
	.jishu_a .jishu_a_box .zhong{
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.jishu_a .jishu_a_box .right{
		width: 100%;
		position: relative;
		z-index: 3;
	}
	.jishu_a .jishu_a_box .right:before{
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 0;
	}
	.jishu_a .jishu_a_box .right .box{position: relative;z-index: 2;}
	.jishu_a .jishu_a_box .left .ul li .bt i{width: 20px;}
	.jishu_a .jishu_a_box .right .js{color: #fff;}

	.jishu_b {
	    padding: 30px 0 50px;
	}
	.jishu_b .text{
		padding: 0;
	}
	.jishu_c {
	    padding: 30px 0 40px;
	}
	.jishu_c .ul {margin-top: 10px;}
	.jishu_c .ul li{
		width: 100%;
		margin-top: 10px;
		padding: 20px 20px;
		height: auto;
	}
	.jishu_c .ul li .bt{font-size: 18px;}
	.jishu_c .ul li .bt:before{
		width: 14px;
		height: 14px;
		top: 4px;
	}
	.jishu_c_b {
	    padding: 30px 0 40px;
	}
	.jishu_c_b .ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.jishu_c_b .more{margin-top: 30px;}
}

@media(max-width:640px){
	.jishu_a .jishu_a_box .left .ul li{
		width: 100%;
	}
}

.chengguo_a{
	padding: 120px 0 150px;
	background: #fff;
}
.title2 .cn{
	font-size: 36px;
	color: #333;
	font-weight: initial;
}
.chengguo_a .top .left{
	width: 34%;
}

.chengguo_a .top .right{
	width: 59.2%;
	color: #666666;
	font-size: 18px;
	line-height: 1.8;
}

.chengguo_a .btm{
	margin-top: 70px;
}

.chengguo_a .bg{
	width: 266px;
	height: 266px;
	left: 6.6%;
	top: 4%;
	opacity: 0.1;
}

.chengguo_a .bg2{
	width: 220px;
	height: 220px;
	left: 8.8%;
	top: 50%;
	opacity: 0.1;
}

.chengguo_a .bg3{
	width: 126px;
	height: 126px;
	left: auto;
	right: 8%;
	top: 49%;
	opacity: 0.1;
}

.chengguo_b{
	padding: 100px 0 140px;
}



.chengguo_b .ul {
	margin-top: 40px;
}

.chengguo_b .ul li{
	float: left;
	width: 19%;
	margin-right: 1%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.chengguo_b .ul li:last-child{margin-right: 0;}

.chengguo_b .ul li .text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

.chengguo_c{
	position: relative;
	z-index: 6;
}
.chengguo_c .left{
	width: 50%;
	background: url(/images/chengguo_c_bg.png) center center/cover;
	padding: 120px 150px 100px 13.5%;
}

.chengguo_c .left .title2 .cn{color: #fff;}

.chengguo_c .left .ul{
	margin-top: 30px;
}

.chengguo_c .left .ul li{
	margin-bottom: 14px;
}

.chengguo_c .left .ul li input{
	width: 100%;
	padding: 16px 24px;
	color: #fff;
	font-size: 15px;
	border-radius: 50px;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.chengguo_c .left .ul li input::-webkit-input-placeholder{
	color: rgba(255, 255, 255, 0.5);
}

.chengguo_c .left .ul li:last-child{margin-bottom: 0;}
.chengguo_c .left .ul li.btn{margin-top: 50px;}
.chengguo_c .left .ul li.btn input{
	width: auto;
	padding: 12px 80px;
	border: none;
	background: #1263aa;
	font-size: 20px;
}
.chengguo_c .right{
	width: 50%;
}

.chengguo_c .right .swiper-pagination{
	width: auto;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	right: 50px;
}
.chengguo_c .right .swiper-pagination .swiper-pagination-bullet{
	display: block;
	margin: 10px 0;
	width: 18px;
	height: 18px;
	background: url(/images/chengguo_c_dian.png) center center/cover;
	opacity: 0.6;
}

.chengguo_c .right .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1;
	background: url(/images/chengguo_c_diancur.png) center center/cover;
}
.chengguo_c .right .text{
	position: absolute;
	left: 50px;
	bottom: 50px;
	width: 40%;
}

.chengguo_c .right .text .bt{
	color: #fff;
	font-size: 20px;
}

.chengguo_c .right .text .js{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.6);
}

.chengguo_c .right .text .right_box_more{
	position: relative;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    padding-left: 18px;
    transition: all 0.3s;
}

.chengguo_c .right .text .right_box_more:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0;
    content: "";
    background: url(/images/home_e_jt.png) center center/cover;
    transition: all 0.3s;
}

.chengguo_c .right .text .right_box_more:hover{
	padding-left: 24px;
}
.chengguo_c .right .text .right_box_more:hover:before{
	width: 18px;
	background: url(/images/home_e_jt2.png) center center/cover;
}

.chengguo_a .container2,.chengguo_b,.chengguo_c{
	position: relative;
	z-index: 4;
}

.chengguo_banner{
	z-index: 4;
}

.chengguo_tc{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9999999;
	display: none;
}

.chengguo_tc .box{
	background: #fff;
	width: 950px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 50px 0 64px;
	max-height: 90%;
	overflow: auto;
}

.chengguo_tc .box .guanbi{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: url(/images/chengguo_tc_guanbi.jpg) center center/cover;
}

.chengguo_tc .box::-webkit-scrollbar{
	width: 2px;
	
}
.chengguo_tc .box::-webkit-scrollbar-track{
	
	width: 2px;
}

.chengguo_tc .box::-webkit-scrollbar-track-piece{
	width: 2px;
} 
.chengguo_tc .box::-webkit-scrollbar-thumb{
	    background: #0f4ba6;
			border: 5px;
		
}
.chengguo_tc .box::-webkit-scrollbar-button{
	display: none;
}


.chengguo_tc .box .top{
	padding: 0 60px 44px;
}

.chengguo_tc .box .top .time{
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}

.chengguo_tc .box .top .time i{
	display: inline-block;
	margin: 0 30px;
}

.chengguo_tc .box .top .time .bule{
	color: #1263aa;
}

.chengguo_tc .box .btm{
	padding: 35px 60px 0;
	background: #f9f9f9;
}

.chengguo_tc .box .btm .text{
	color: #666666;
	font-size: 15px;
	line-height: 1.6;
}
.chengguo_tc .box .btm .text .bt{
	font-size: 16px;
	color: #333333;
}

.chengguo_tc .box .btm .text .wenzi{margin-top: 14px;}
.chengguo_tc .box .btm .text .anniu{
	padding: 10px 40px;
	background: #1263aa;
	border-radius: 50px;
	color: #fff;
	margin-top: 20px;
	display: inline-block;
}

.chengguo_tc .box .btm .img{
	margin-top: 40px;
}

@media(max-width: 1680px){
	.chengguo_a {
	    padding: 80px 0 100px;
	}
	.chengguo_a .btm {
	    margin-top: 50px;
	}
	.chengguo_b {
	    padding: 70px 0 100px;
	}
	.chengguo_c .left{
		    padding: 100px 120px 70px 13.5%;
	}
	.title2 .cn{font-size: 32px;}


	.chengguo_tc .box .btm .text{font-size: 14px;}
	.chengguo_tc .box .top .time{font-size: 14px;}
	.chengguo_tc .box .btm .text .bt{font-size: 14px;}
}

@media(max-width: 1500px){
	.chengguo_a {
	    padding: 50px 0 70px;
	}
	.chengguo_a .top .right{font-size: 16px;}
	.chengguo_b {
	    padding: 50px 0 70px;
	}
	.chengguo_b .ul {
	    margin-top: 30px;
	}
	.chengguo_b .ul li .text{font-size: 16px;}
	.chengguo_c .left {
	    padding: 70px 100px 50px 8.5%;
	}
	.chengguo_c .left .ul li input{
		font-size: 14px;
		padding: 12px 20px;
	}
	.chengguo_c .left .ul li.btn {
	    margin-top: 30px;
	}
	.chengguo_c .left .ul li.btn input{
		font-size: 16px;
		padding: 10px 60px;
	}
	.title2 .cn{font-size: 28px;}

	.chengguo_c .right .text{
		width: 50%;
		left: 30px;
		bottom: 30px;
	}
	.chengguo_c .right .text .bt{font-size: 18px;}
	.chengguo_c .right .text .right_box_more{margin-top: 20px;}

	.chengguo_tc .box .btm .text .anniu{
		padding: 6px 40px;
	}

	.chengguo_tc .box .btm .img {
	    margin-top: 30px;
	}
	.chengguo_tc .box .top {
	    padding: 0 30px 30px;
	}
	.chengguo_tc .box .btm{
		padding: 30px 30px 0;
	}
	.chengguo_tc .box{
		padding: 40px 0 50px;
	}
	.chengguo_tc .box .guanbi{
		width: 40px;
		height: 40px;
	}


}

@media(max-width: 1100px){
	.title2 .cn {
	    font-size: 20px;
	}
	.chengguo_a {
	    padding: 40px 0 50px;
	}
	.chengguo_a .top .left{
		width: 100%;
	}
	.chengguo_a .top .right{
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
	}
	.chengguo_a .btm {
	    margin-top: 30px;
	}
	.chengguo_b {
	    padding: 40px 0 50px;
	}
	.chengguo_b .ul li{
		margin-bottom: 10px;
		width: 49%;
		margin-right: 2%;
	}
	.chengguo_b .ul li:nth-child(2n){margin-right: 0;}

	.chengguo_c .left {
		width: 100%;
	    padding: 40px 20px;
	}

	.chengguo_c .right{
		width: 100%;
	}
	.chengguo_c .right .img{
		height: 300px;
	}
	.chengguo_c .right .swiper-pagination{right: 20px;}

	.chengguo_c .left .ul li input {
	    padding: 10px 16px;
	}

	.chengguo_a .bg1{
		width: 160px;
		height: 160px;
	}
	.chengguo_a .bg2{
		width: 100px;
		height: 100px;
	}
	.chengguo_a .bg3 {
	    width: 60px;
	    height: 60px;
	}
	.chengguo_c .right .swiper-pagination{top: 30%;}

	.chengguo_c .right .text .bt{font-size: 16px;}
	.chengguo_c .right .text{
		width: 100%;
		left: 0;
		padding: 0 20px;
		bottom: 20px;
	}

	.chengguo_tc .box{
		width: 90%;
		padding: 30px 0 40px;
	}
	.chengguo_tc .box .top {
	    padding: 0 20px 20px;
	}
	.chengguo_tc .box .btm {
	    padding: 20px 20px 0;
	}
	.chengguo_tc .box .btm .img {
	    margin-top: 20px;
	}
	.chengguo_tc .box .top .time i{display: none;}
	.chengguo_tc .box .top .time span{
		display: block;
	}
	.chengguo_tc .box .guanbi{
		width: 20px;
		height: 20px;
	}
	.chengguo_tc .box .top .time span.bule{display: inline-block;}
	.chengguo_tc .box .btm .text .anniu{margin-top: 10px;}
	.chengguo_tc .box .btm .text .wenzi{margin-top: 10px;}
}

.product_a{
	padding: 70px 0 50px;
	position: relative;
	z-index: 4;
}
.product_a .tit{
	text-align: center;
}

.product_a .tit a{
	font-size: 16px;
	display: inline-block;
	color: #999999;
	margin: 0 10px;
	background: #ffffff;
	padding: 12px 30px;
	border-radius: 50px;
	line-height: 1;
}

.product_a .tit a i{
	display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(/images/news_icon1.png) center center/cover;
    margin-right: 7px;
    position: relative;
   top: -1px;
}

.product_a .tit a.cur,.product_a .tit a:hover{
	background: #1263aa;
	color: #fff;
}

.product_a .tit a.cur i,.product_a .tit a:hover i{
	    background: url(/images/news_icon2.png) center center/cover;
}

.product_a .top{
	margin-top: 40px;
}

.product_a .top .left{
	width: 49.2%;
}
.product_a .top .right{
	width: 50%;
}
/*--通用部分--*/
.product_a .text{
	position: absolute;
	width: 100%;
	padding: 26px;
	bottom: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.4);
}


.product_a .text .bt{
	color: #fff;
	font-size: 20px;
	position: relative;
	padding-left: 32px;
}

.product_a .text .bt:before{
	background: url(/images/home_icon_bai.png) center center/cover;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 7px;
	left: 0;
	content: "";
}

.product_a .text .product_more{
	    position: relative;
    color: #333333;
    margin-top: 16px;
    display: inline-block;
    padding-left: 18px;
    margin-left: 32px;
    transition: all 0.3s;
    display: none;
}

.product_a .text .product_more:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0;
    content: "";
    background: url(/images/home_e_jt.png) center center/cover;
    transition: all 0.3s;
}
/*---*/

.product_a .top .right .ul li{
	float: left;
	width: 49.4%;
	margin-bottom: 10px;
	margin-right: 1.2%;
	overflow: hidden;
}
.product_a .top .right .ul li:nth-child(3),.product_a .top .right .ul li:nth-child(4){margin-bottom: 0;}
.product_a .top .right .ul li:nth-child(2n){margin-right: 0;}
.product_a .top .right .ul li .text{
	bottom: 0;
	padding: 26px;
}
.product_a .text2{z-index: 3;}
.product_a .text2 .bt{
	font-size: 15px;
	padding-left: 26px;
}
.product_a .text2 .bt:before{
	width: 14px;
	height: 14px;
	top: 4px;
}

.product_a .btm .ul li{
	float: left;
	width: 32.8%;
	margin-right: 0.8%;
	margin-top: 10px;
	position: relative;
}

.product_a .btm .ul li:nth-child(3n){margin-right: 0;}
.product_a .btm .ul li .text{
	bottom: 0;
	padding: 14px 20px;
}

.product_a .btm .ul li .text .bt{font-size: 15px;}
.product_a .btm .ul li:hover .text,.product_a .top .left:hover .text,.product_a .top .right .ul li:hover .text{background: none;}
.product_a .btm .ul li:hover .text .product_more,
.product_a .top .left:hover .product_more,
.product_a .top .right .ul li:hover .product_more{display: block;}

.product_a .btm .ul li:hover .img,
.product_a .top .left:hover .img,
.product_a .top .right .ul li:hover .img{
	position: relative;
}

.product_a .btm .ul li:hover .img:before,
.product_a .top .left:hover .img:before,
.product_a .top .right .ul li:hover .img:before{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	content: "";
	background: rgba(19, 99, 170, 0.8);
	z-index: 2;
}

.product_a .btm .ul li:hover .text .bt,
.product_a .top .left:hover .text .bt,
.product_a .top .right .ul li:hover .text .bt{
	color: #fff;
}

.product_a .btm .ul li:hover .text .bt:before,
.product_a .top .left:hover .text .bt:before,
.product_a .top .right .ul li:hover .text .bt:before{
	    background: url(/images/home_icon_bai.png) center center/cover;
}

.product_a .btm .ul li:hover .text .product_more,
.product_a .top .left:hover .text .product_more,
.product_a .top .right .ul li:hover .text .product_more{
	color: #fff;
}

.product_a .text2 .product_more{
	    margin-top: 10px;
}

.product_a .page{margin-top: 50px;}

@media(max-width: 1500px){
	.product_a {
	    padding: 50px 0 40px;
	}

	.product_a .text{
		padding: 14px 20px;
	}
	.product_a .text .bt{
		font-size: 16px;
		padding-left: 26px;
	}

	.product_a .text .bt:before{
	    top: 4px;
	    width: 14px;
	    height: 14px;
	}
	.product_a .text2 .bt {
	    font-size: 14px;
	    padding-left: 24px;
	}
	.product_a .text2 .bt:before{
	    top: 2px;
	}
	.product_a .btm .ul li .text .bt{font-size: 14px;}

	.product_a .page {
	    margin-top: 40px;
	}
	.product_a .top .right .ul li .text{
		padding: 14px 20px;
	}
}

@media(max-width: 1100px){
	.product_a {
	    padding: 40px 0 40px;
	}
	.product_a .top {
	    margin-top: 20px;
	}
	.product_a .top .left{
		width: 100%;
	}
	.product_a .top .right{
		width: 100%;
		margin-top: 10px;
	}

	.product_a .btm .ul li{
		width: 100%;
		margin-top: 10px;
	}
	.product_a .tit a{
		margin-bottom: 10px;
		font-size: 14px;
		padding: 10px;
		width: 49%;
		float: left;
		margin-left: 0;
		margin-right: 2%;
	}
	.product_a .tit a:nth-child(2n){margin-right: 0;}

}

@media(max-width: 640px){
	.product_a .top .right .ul li{width: 100%;}
}

.product_xq_a{
	margin-top: 80px;
	position: relative;
	z-index: 4;
}

.product_xq_a_box{
	background: #fff;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.product_xq_a_box:before{
	width: 6px;
	height: 100%;
	content: "";
	background: #f6f7f6;
	position: absolute;
	left: 50%;
	top: 0;
}
.product_xq_a .top .left{
	width: 50%;
}

.product_xq_a .top .right{
	width: 49.5%;
	padding: 46px 50px;
}

.product_xq_a .top .right .xinxi{
	font-size: 15px;
	color: #999999;
	margin-top: 10px;
}

.product_xq_a .top .right .xinxi span{margin-right: 30px;}
.product_xq_a .top .right .xinxi .bule{
	color: #1263aa;
	font-weight: initial;
}

.product_xq_a .top .right .js{
	line-height: 1.8;
	color: #666666;
	margin-top: 30px;
	font-size: 15px;
}

.product_xq_a .top .right .anniu{
	color: #fff;
	font-size: 16px;
	padding: 12px 40px;
	background: #1263aa;
	border-radius: 50px;
	display: inline-block;
	margin-top: 50px;
}

.product_xq_a .btm{
	margin: 46px 0;
	padding: 0 46px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.product_xq_a .btm .box{
	padding: 50px 0;
	border-bottom: 1px solid #eeeeee;
}

.product_xq_a .btm .box:last-child{border-bottom: none;}
.product_xq_a .btm .box .left{
	width: 15%;
}

.product_xq_a .btm .box .left .bt{
	font-size: 26px;
	color: #333;
	padding-left: 30px;
	position: relative;
}

.product_xq_a .btm .box .left .bt:before{
    background: url(/images/home_icon.png) center center/cover;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 9px;
    left: 0;
    content: "";
}

.product_xq_a .btm .box .right{
	width: 79.7%;
}

.product_xq_a .btm .box .right .text{
	color: #666666;
	font-size: 15px;
	line-height: 1.6;
	padding-top: 10px;
}

.product_xq_a .btm .box .right .text ul li{
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
}

.product_xq_a .btm .box .right .text ul li:before{
	 background: url(/images/home_icon.png) center center/cover;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 7px;
    left: 0;
    content: "";
}

.product_xq_a .btm .box .right .text ul li:last-child{
	margin-bottom: 0;
}


.product_xq_a .btm .box .right .text .lb .lb_list{
	margin-bottom: 3px;
	background: #f6f7f6;
	font-size: 16px;
}
.product_xq_a .btm .box .right .text .lb .lb_list .l,.product_xq_a .btm .box .right .text .lb .lb_list .r{
	padding: 20px 30px;
}
.product_xq_a .btm .box .right .text .lb .lb_list .l{
	background: #022e44;
	float: left;
	width: 28.5%;
	color: #ffffff;
}

.product_xq_a .btm .box .right .text .lb .lb_list .r{
	width: 71.5%;
	float: left;
}

@media(max-width: 1680px){
	.product_xq_a .btm .box .left .bt{font-size: 24px;}
}
@media(max-width: 1500px){
	.product_xq_a{margin-top: 60px;}
	.product_xq_a .top .right .xinxi{font-size: 14px;}
	.product_xq_a .top .right .js{font-size: 14px;margin-top: 20px;}

	.product_xq_a .top .right .anniu{
		font-size: 14px;
	    margin-top: 30px;
		padding: 10px 40px;
	}

	.product_xq_a .btm .box{
		padding: 40px 0;
	}
	.product_xq_a .btm .box .left .bt{
		font-size: 22px;
	}
	.product_xq_a .btm .box .right .text{
		padding-top: 0;
		font-size: 14px;
	}
	.product_xq_a .btm .box .right .text ul li:before{top: 6px;}
	.product_xq_a .btm .box .right .text ul li{margin-bottom: 20px;}
	.product_xq_a .btm .box .left .bt:before{
		width:  16px;
		height: 16px;
	}
	.product_xq_a .btm .box .right .text .lb .lb_list{
		font-size: 15px;
	}
	.product_xq_a .btm .box .right .text .lb .lb_list .l, .product_xq_a .btm .box .right .text .lb .lb_list .r{
		padding: 14px 20px;
	}
	.product_xq_a .btm{
		padding: 0 30px;
	}
}

@media(max-width: 1100px){
	.product_xq_a .btm .box .left .bt:before {
	    width: 14px;
	    height: 14px;
	    top: 5px;
	}
	.product_xq_a .btm .box .left .bt {
	    font-size: 18px;
	    padding-left: 24px;
	}
    .product_xq_a .btm{
    	margin: 20px 0;
		padding: 0 20px;
	}
	.product_xq_a .btm .box {
	    padding: 30px 0;
	}

	.product_xq_a .btm .box .left{
		width: 100%;
	}
	.product_xq_a .btm .box .right{
		width: 100%;
		margin-top: 20px;
	}

	.product_xq_a .btm .box .right .text .lb .lb_list .l, .product_xq_a .btm .box .right .text .lb .lb_list .r {
	    padding: 10px 20px;
	}

	.product_xq_a .btm .box .right .text .lb .lb_list{margin-bottom: 14px;}
	.product_xq_a .btm .box .right .text .lb .lb_list .l{
		width: 100%;
	}
	.product_xq_a .btm .box .right .text .lb .lb_list .r{
		width: 100%;
	}
	.product_xq_a {
	    margin-top: 40px;
	}
}

@media(max-width: 768px){
	.product_xq_a .top .left{width: 100%;}
	.product_xq_a_box:before{display: none;}
	.product_xq_a .top .right .xinxi span{
		display: block;
		margin-right: 0;
		margin-bottom: 6px;
	}
	.product_xq_a .top .right{
		width: 100%;
		padding: 30px 20px;
	}
	.product_xq_a .top .right .js{margin-top: 12px;}
}

.kekao_a{
	padding: 140px 0;
	z-index: 3;
}

.kekao_a .top .left{
	width: 21.4%;
}

.kekao_a .top .right{
	width: 74.2%;
	padding-top: 4px;
}

.kekao_a .top .right .text{
	line-height: 1.8;
	color: #000000;
}

.kekao_a .btm{
	margin-top: 44px;
}
.kekao_a .btm .ul{
	margin-top: 46px;
}
.kekao_a .btm .ul li{
	float: left;
	width: 24.2%;
	margin-right: 1.06%;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	height: 260px;
}

.kekao_a .btm .ul li:last-child{
	margin-right: 0;
}

.kekao_a .btm .ul li .biaoti{
	padding: 26px 36px;
}

.kekao_a .btm .ul li .biaoti .bt{
	color: #333333;
	font-size: 20px;
	position: relative;
	padding-left:  26px;
}

.kekao_a .btm .ul li .biaoti .bt:before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 14px;
	height: 14px;
	background: url(/images/kekao_a_icon1.png) center center/cover;
}

.kekao_a .btm .ul li.li2 .biaoti .bt:before{background: url(/images/kekao_a_icon2.png) center center/cover;}
.kekao_a .btm .ul li.li3 .biaoti .bt:before{background: url(/images/kekao_a_icon3.png) center center/cover;}
.kekao_a .btm .ul li.li4 .biaoti .bt:before{background: url(/images/kekao_a_icon4.png) center center/cover;}

.kekao_a .btm .ul li .box{
	padding: 20px 36px;
	font-size: 15px;
	color: #999999;
	line-height: 2;
	border-top: 1px solid #f7f7f7;
}

.kekao_a .btm .ul li .box p{
	float: left;
	width: 50%;
	padding-right: 5px;
}

.kekao_b{
	background: #eff2f1;
	padding: 90px 0 120px;
}

.kekao_b .container2_box{
	padding-bottom: 30px;
}


.kekao_b .container2_box .swiper-pagination{
	bottom: 0;
}

.kekao_b .container2_box .swiper-pagination .swiper-pagination-bullet-active{background: #08efff;}

.kekao_b .text{
	margin-top: 60px;
}

.kekao_b .home_fenge{
	position: absolute;
	left: 0;
	top: -29px;
	width: 100%;
	z-index: 3;
}

.kekao_b .home_fenge .img:before, .kekao_b .home_fenge .img:after{
	height: 1px;
	background: #bee3e5;
}

.kekao_b .bg1{
	opacity: 0.1;
	width: 246px;
	left: -123px;
	height: 246px;
	top: 7%;
}

.kekao_b .bg2{
	opacity: 0.1;
	left: 19%;
	width: 84px;
	height: 84px;
	top: auto;
	bottom: 10.5%;
}

.kekao_b .bg3{
	opacity: 0.1;
	left: auto;
	right: 17.8%;
	width: 116px;
	height: 116px;
	top: 17%;
	bottom: auto;
}

@media(max-width: 1680px){
	.kekao_a{
		padding: 100px 0;
	}
}

@media(max-width: 1500px){
	.kekao_a{
		padding: 70px 0;
	}
	.kekao_a .btm .ul li{
		height: 230px;
	}
	.kekao_a .btm .ul li .biaoti .bt{font-size: 16px;padding-left: 20px;}
	.kekao_a .btm .ul li .biaoti{
		padding: 20px;
	}
	.kekao_a .btm .ul li .box{
		padding: 20px;
	}
	.kekao_a .btm .ul li .box{font-size: 14px;}

	.kekao_a .btm .ul li .biaoti .bt:before{
		    top: 6px;
		width: 12px;
		height: 12px;
	}
	.kekao_b .home_fenge{top: -20px;}
	.kekao_b{
		padding: 60px 0 80px;
	}
	.kekao_b .text {
	    margin-top: 40px;
	}
	.kekao_a .btm {
	    margin-top: 40px;
	}
	.kekao_a .btm .ul {
	    margin-top: 40px;
	}
}

@media(max-width: 1100px){
	.kekao_a {
	    padding: 40px 0;
	}
	.kekao_a .top .left{width: 100%;}
	.kekao_a .top .right{
		width: 100%;
		margin-top: 20px;
	}
	.kekao_a .btm {
	    margin-top: 30px;
	}
	.kekao_a .btm .ul li{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.kekao_a .btm .ul {
	    margin-top: 30px;
	}
	.kekao_b {
	    padding: 40px 0 60px;
	}

	.kekao_b .bg1{
		width: 100px;
		height: 100px;
		left: -50px;
	}

	.kekao_b .bg2{
		width: 60px;
		height: 60px;
	}

	.kekao_b .bg3{
		width: 40px;
		height: 40px;
	}
}

@media(max-width: 768px){
	.kekao_b .home_fenge{top: -15px;}
}

.zhineng_a .left .anniu{
	display: inline-block;
	margin-top: 26px;
	padding: 12px 40px;
	background: rgba(255, 255, 255,0.8);
	border-radius: 50px;
	font-size: 15px;
	color: #666666;
}
.zhineng_a .zhineng_a_list{
	margin-top: 44px;
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li{
	float: left;
	width: 24%;
	margin-right: 1.33%;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	height: 326px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.01);
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li:last-child{
	margin-right: 0;
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a{
	padding: 0 24px;
	background: url(/images/zhineng_a_bg.jpg) center center/cover;
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a .biaoti{
	padding: 14px 0 14px 40px;
	color: #fff;
	font-size: 30px;
	position: relative;
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a .biaoti i{
	margin-right: 8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 19px;
	width: 32px;
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b{
	padding: 16px 40px;
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box{
	margin-top: 24px;
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box .bt{
	color: #333333;
	font-size: 15px;
	padding-left: 24px;
	position: relative;
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box .bt:before{
	background: url(/images/home_icon.png) center center/cover;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    left: 0;
    content: "";
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box .xz{
	color: #999999;
	padding-left: 24px;
	font-size: 15px;
	margin-top: 10px;
}

.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box .xz span{
	margin-right: 10px;
}

.zhineng_a .bg1{
	width: 206px;
	height: 206px;
	opacity: 0.1;
	top: 7%;
	left: 9.8%;
}

.zhineng_a .bg2{
	width: 116px;
	height: 116px;
	opacity: 0.1;
	top: 27%;
	left: 3.1%;
}
.zhineng_b{
	padding-bottom: 110px;
}
.zhineng_b .zhineng_b_box{
	margin-top: 46px;
	text-align: center;
}

.zhineng_b .zhineng_b_box .top{position: relative;}
.zhineng_b .zhineng_b_box .top:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 100%;
	background: #2b888e;
}

.zhineng_b .zhineng_b_box .top .ul{display: inline-block;}
.zhineng_b .zhineng_b_box .top .ul li{
	float: left;
	width: 96px;
	height: 95px;
	text-align: center;
	background: url(/images/zhineng_b_icon1.png) center center/cover #f6f7f6;
	margin-right: 160px;
	position: relative;
	cursor: pointer;
	transition: 0.4s;
	position: relative;
}

.zhineng_b .zhineng_b_box .top .ul li:before,.zhineng_b .zhineng_b_box .top .ul li:after{
	position: absolute;
	content: "";
	height: 100px;
	width: 16px;
	background: #f6f7f6;
}

.zhineng_b .zhineng_b_box .top .ul li:before{
	left: -16px;
}

.zhineng_b .zhineng_b_box .top .ul li:after{
	right: -16px;
}

.zhineng_b .zhineng_b_box .top .ul li:last-child{
	margin-right: 0;
}

.zhineng_b .zhineng_b_box .top .ul li .bt{
	color: #0070c0;
	font-size: 20px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.zhineng_b .zhineng_b_box .top .ul li.cur,.zhineng_b .zhineng_b_box .top .ul li:hover{
	background: url(/images/zhineng_b_icon2.png) center center/cover #f6f7f6;
}
.zhineng_b .zhineng_b_box .top .ul li.cur .bt,.zhineng_b .zhineng_b_box .top .ul li:hover .bt{
	color: #fff;
}

.zhineng_b .zhineng_b_box .btm{
	margin-top: 50px;
}
.zhineng_b .zhineng_b_box .btm .box{display: none;}
.zhineng_b .zhineng_b_box .btm .box.cur{display: block;}


.zhineng_b .zhineng_b_box .btm .box .left{
	width: 47.1%;
	text-align: left;
	padding-top: 100px;
}

.zhineng_b .zhineng_b_box .btm .box .left .bt{
	color: #333333;
	font-size: 30px;
	padding-left: 28px;
	position: relative;
	line-height: 1.2;
}

.zhineng_b .zhineng_b_box .btm .box .left .bt:before{
	background: url(/images/home_icon.png) center center/cover;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 7px;
    left: 0;
    content: "";
}

.zhineng_b .zhineng_b_box .btm .box .left .text{
	margin-top: 10px;
	line-height: 2;
	color: #666666;
	font-size: 15px;
}

.zhineng_b .zhineng_b_box .btm .box .right{
	width: 37.2%;
}

.zhineng_b .zhineng_b_box .btm .box3 .right{display: none;}
.zhineng_b .zhineng_b_box .btm .box3 .left{
	width: 100%;
}

.zhineng_b .zhineng_b_box .btm .box3 .left .ul{
	margin-top: 20px;
}

.zhineng_b .zhineng_b_box .btm .box3 .left .ul li{
	float: left;
	width: 32.8%;
	margin-right: 0.8%;
}

.zhineng_b .zhineng_b_box .btm .box3 .left .ul li:nth-child(3n){margin-right: 0;}

.zhineng_b .zhineng_b_box .btm .box3 .table{
	background: #fff;
	margin-top: 20px;
	text-align: center;
}

.zhineng_b .zhineng_b_box .btm .box3 .table table{
	/*border: 1px solid #eff2f1;*/
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #eff2f1;
	border-left: 1px solid #eff2f1;
}

.zhineng_b .zhineng_b_box .btm .box3 .table table th,
.zhineng_b .zhineng_b_box .btm .box3 .table table td{
	padding: 16px 0;
	font-size: 14px;
	color: #666666;

	border: 1px solid #eff2f1;
	border-top: none;
	border-left: none;
}

.zhineng_b .zhineng_b_box .btm .box3 .table table th{
	/*background: #0d4751;*/
	color: #fff;
	font-weight: initial;
	border: none;
}

.zhineng_b .zhineng_b_box .btm .box3 .table table td .v{
	font-size: 16px;
	color: #e48019;
}

.zhineng_b .zhineng_b_box .btm .box3 .table table td .v .icon{
	background: url(/images/zhineng_b_v_icon.png) center center/cover;
	width: 18px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

@media(max-width: 1680px){
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a .biaoti{
		font-size: 22px;
	}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a .biaoti i{
		width: 24px;
	   top: 17px;
	}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li{height: 300px;}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b {
	    padding: 12px 20px;
	}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a{
		padding: 0 20px;
	}
	.zhineng_b {
	    padding-bottom: 70px;
	}

	.zhineng_b .zhineng_b_box .top .ul li{
		width: 90px;
		height: 89px;
	}
	.zhineng_b .zhineng_b_box .btm .box .left .bt{font-size: 24px;}
	.zhineng_b .zhineng_b_box .btm .box .left .bt:before{
		width: 14px;
		height: 14px;
	}
	.zhineng_b .zhineng_b_box .btm .box .left{
		padding-top: 40px;
	}
	.zhineng_b .zhineng_b_box .btm .box .left .text{font-size: 14px;}

	.zhineng_b .zhineng_b_box .btm .box3 .table table th, .zhineng_b .zhineng_b_box .btm .box3 .table table td {
	    padding: 14px 0;
	}
}

@media(max-width: 1500px){
	.zhineng_a .left .anniu{
		margin-top: 20px;
		font-size: 14px;
		padding: 10px 34px;
	}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a .biaoti {
	    font-size: 18px;
	    padding: 14px 0 14px 30px;
	}

	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a .biaoti i{width: 20px;top: 16px;}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box .bt,.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box .xz{font-size: 14px;}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box .bt:before{
		width: 14px;
		height: 14px;
	}
	.zhineng_b .zhineng_b_box .top .ul li {
	    width: 80px;
	    height: 79px;
	    margin-right: 140px;
	}
	.zhineng_b .zhineng_b_box .top .ul li .bt{font-size: 18px;}
	.zhineng_b .zhineng_b_box .btm .box .left .bt{font-size: 20px;padding-left: 22px;}
	/*.zhineng_b .zhineng_b_box .btm .box .left .text {
	    margin-top: 20px;
	}*/

	.zhineng_b .zhineng_b_box .btm .box .left .bt:before{
		    top: 5px;
		width: 12px;
		height: 12px;
	}

	.zhineng_b .zhineng_b_box .btm{
		margin-top: 40px;
	}
	.zhineng_b {
	    padding-bottom: 50px;
	}

	.zhineng_b .zhineng_b_box .btm .box3 .table table td .v .icon{
		width: 16px;
		height: 13px;
	}
}

@media(max-width: 1100px){
	.zhineng_a .left .anniu {
	    font-size: 14px;
	    margin-top: 12px;
	    padding: 6px 30px;
	}
	.zhineng_a .zhineng_a_list{
		margin-top: 30px;
	}

	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li{
		width: 49%;
		margin-bottom: 10px;
		margin-right: 2%;
	}

	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li:nth-child(2n){margin-right: 0;}

	.zhineng_b .zhineng_b_box .top .ul li{
		width: 60px;
		height: 59px;
		margin-right: 80px;
	}
	.zhineng_b .zhineng_b_box .top .ul li:before, .zhineng_b .zhineng_b_box .top .ul li:after{width: 10px;}
	.zhineng_b .zhineng_b_box .top .ul li:before{left: -10px;}
	.zhineng_b .zhineng_b_box .top .ul li:after{right: -10px;}
	.zhineng_b .zhineng_b_box .btm{
		margin-top: 30px;
	}
	.zhineng_b .zhineng_b_box .btm .box .left{
		padding: 0;
		width: 100%;
	}
	.zhineng_b .zhineng_b_box .btm .box .right{
		width: 100%;
		margin-top: 20px;
	}
	.zhineng_b .zhineng_b_box .top .ul li .bt{font-size: 16px;}
	.zhineng_b .zhineng_b_box{margin-top: 30px;}
}

@media(max-width: 768px){
	.zhineng_b .zhineng_b_box .top .ul li:before, .zhineng_b .zhineng_b_box .top .ul li:after{width: 6px;}
	.zhineng_b .zhineng_b_box .top .ul li:before{left: -6px;}
	.zhineng_b .zhineng_b_box .top .ul li:after{right: -6px;}
	.zhineng_b .zhineng_b_box .top .ul li .bt{font-size: 14px;}
	.zhineng_b .zhineng_b_box .top .ul li{
		width: 50px;
		height: 49px;
		margin-right: 40px;
	}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li{
		width: 100%;
		height: auto;
	}

	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box{
		margin: 15px 0;
	}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .b .box .xz{margin-top: 6px;}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a .biaoti{font-size: 16px;}
	.zhineng_a .zhineng_a_list .zhineng_a_box .ol li .a .biaoti i{width: 18px;top: 15px;}


	.zhineng_b .zhineng_b_box .btm .box3 .table{
		overflow: auto;
	}
	.zhineng_b .zhineng_b_box .btm .box3 .table table{
		width: 900px;
	}

	.zhineng_b .zhineng_b_box .btm .box3 .left .ul li{
		width: 100%;
		margin-bottom: 10px;
	}

}

@media(max-width: 400px){
	.zhineng_b .zhineng_b_box .top .ul li{
		width: 50px;
		height: 49px;
		margin-right: 30px;
	}	
}

.biaozh_a .biaozh_a_box{
	margin-top: 50px;
}

.biaozh_a .biaozh_a_box .ul li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.01);
	border-radius: 8px;
	overflow: hidden;
}

.biaozh_a .biaozh_a_box .ul li:last-child{
	margin-right: 0;
}

.biaozh_a .biaozh_a_box .ul li .box{
	padding: 38px 48px;
}

.biaozh_a .biaozh_a_box .ul li .box .lm{
	color: #1263aa;
	font-size: 15px;
}

.biaozh_a .biaozh_a_box .ul li .box .bt{
	font-size: 26px;
	color: #333333;
	margin-top: 4px;
}
.biaozh_a .biaozh_a_box .ul li .box .js{
	font-size: 15px;
	color: #999999;
	margin-top: 4px;
}

.biaozh_a .biaozh_a_box .ul li .box .num{
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 44px;
	padding: 6px 4px;
	background: url(/images/biaozh_a_icon.png) center center/cover;
	font-size: 15px;
	color: #00d4e3;
}

.title2 .wenzi{
	font-size: 15px;
	color: #666666;
	margin-top: 10px;
}
.biaozh_b {
	padding-bottom: 120px;
}
.biaozh_b .top{
	
}

.biaozh_b_box{
	margin-top: 40px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.biaozh_b .top .ul li{
	float: left;
	width: 33.3%;
	background: url(/images/biaozh_b_bg.jpg) center center/cover;
	padding: 14px 50px;
}

.biaozh_b .top .ul li .bt{
	float: left;
	color: #fff;
	font-size: 26px;
	width: 70%;
}

.biaozh_b .top .ul li .num{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 35px;
	color: #00d4e3;
}

.biaozh_b .btm .ol li{
	float: left;
	width: 33.3%;
	padding: 34px 50px;
	position: relative;
}

.biaozh_b .btm .ol li:before{
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 80%;
	width: 1px;
	background: #d5d5d5;
	content: "";
	position: absolute;
}

.biaozh_b .btm .ol li:after{
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	height: 12px;
	width: 12px;
	background: url(/images/news_icon1.png) center center/cover #fff;
	content: "";
	position: absolute;
}

.biaozh_b .btm .ol li .box {
	margin-bottom: 30px;
}

.biaozh_b .btm .ol li .box:last-child{
	margin-bottom: 0;
}

.biaozh_b .btm .ol li:last-child:before,.biaozh_b .btm .ol li:last-child:after{display: none;}

.biaozh_b .btm .ol li .box .bt{
	font-size: 15px;
	position: relative;
	padding-left: 20px;
	color: #000000;
}

.biaozh_b .btm .ol li .box .bt:before{
	background: url(/images/home_icon.png) center center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
    left: 0;
    content: "";
}

.biaozh_b .btm .ol li .box .text{
	margin-top: 10px;
	font-size: 15px;
	color: #666666;
	line-height: 2;
	vertical-align: middle;
}

.biaozh_b .btm .ol li .box .text .jt{
	display: inline-block;
	width: 9px;
	height: 14px;
	vertical-align: middle;
	margin: 0 10px;
	background: url(/images/biaozh_b_jt.png) center center/cover;
}
.biaozh_b .btm .ol li .box .text p{
	    clear: both;
}
.biaozh_b .btm .ol li .box .text .span{
	margin-right: 10%;
	margin-bottom: 10px;
	width: 40%;
	float: left;
}

.biaozh_b .btm .ol li .box .text .span:nth-child(2n){margin-right: 0;}
.kekao{position: relative;z-index: 4;}
.kekao .bg1{
	width: 380px;
	height: 380px;
	position: absolute;
	left: -180px;
	top: 15.9%;
	opacity: 0.1;
}

.kekao .bg2{
	width: 160px;
	height: 160px;
	position: absolute;
	left: 6.2%;
	top: 45.3%;
	opacity: 0.1;
}
@media(max-width: 1600px){
	.biaozh_b {
	    padding-bottom: 80px;
	}
	.biaozh_a .biaozh_a_box .ul li .box {
	    padding: 30px 30px;
	}

	.biaozh_b .top .ul li{
		padding: 10px 30px;
	}
	.biaozh_b .top .ul li .bt{font-size: 22px;}
	.biaozh_b .top .ul li .num{
		font-size: 30px;
	}
	.biaozh_b .btm .ol li{
		padding: 30px;
	}
}

@media(max-width: 1500px){
	.title2 .wenzi{font-size: 14px;}

	.biaozh_a .biaozh_a_box .ul li .box{
		padding: 26px 20px;
	}

	.biaozh_a .biaozh_a_box .ul li .box .bt{
		font-size: 20px;
	}
	.biaozh_a .biaozh_a_box .ul li .box .js,.biaozh_a .biaozh_a_box .ul li .box .lm{font-size: 14px;}
	.biaozh_b .top .ul li .bt {
	    font-size: 18px;
	}
	.biaozh_b .top .ul li .num {
	    font-size: 24px;
	}
	.biaozh_b .top .ul li {
	    padding: 10px 20px;
	}
	.biaozh_b .btm .ol li {
	    padding: 20px;
	}
	.biaozh_b .btm .ol li .box .text{font-size: 14px;}
	.biaozh_a .biaozh_a_box {
	    margin-top: 40px;
	}
	.kekao .bg1{
		width: 200px;
		height: 200px;
		position: absolute;
		left: -100px;
		top: 15.9%;
		opacity: 0.1;
	}

	.kekao .bg2{
		width: 100px;
		height: 100px;
		position: absolute;
		left: 6.2%;
		top: 45.3%;
		opacity: 0.1;
	}
}

@media(max-width: 1100px){
	.biaozh_a .biaozh_a_box .ul li .box .num{
		width: 40px;
		height: 40px;
		    font-size: 13px;
	}
	.biaozh_a .biaozh_a_box .ul li .box {
	    padding: 20px;
	}
	.biaozh_a .biaozh_a_box .ul li .box .bt {
	    font-size: 16px;
	}

	.biaozh_a .biaozh_a_box .ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.biaozh_b .top .ul li .num {
	    font-size: 20px;
	}
	.biaozh_b .top .ul li .bt {
	    font-size: 16px;
	}

	.biaozh_b .biaozh_b_box{overflow: auto;margin-top: 20px;}
	.biaozh_b .biaozh_b_box .biaozh_b_box2{width: 1300px;}
	.biaozh_b .btm .ol li .box {
	    margin-bottom: 20px;
	}
	.biaozh_b .btm .ol li .box .text .span{margin-bottom: 6px;}
	.biaozh_b .btm .ol li .box .bt:before{
		width: 13px;
		height: 13px;
	}
	.biaozh_b {
	    padding-bottom: 50px;
	}
	.biaozh_a .biaozh_a_box {
	    margin-top: 30px;
	}

	.biaozh_b .btm .ol li:after{
		width: 10px;
		height: 10px;
		right: -5px;
	}
}

.chuangxin{
	position: relative;
	z-index: 3;
}

.chuangxin_a{
	padding: 110px 0 80px;
}

.chuangxin_a .title2{
	padding: 0 14.2%;
}

.chuangxin_a .title2 .wenzi{
	line-height: 1.8;
}

.chuangxin_a .text{
	margin-top: 44px;
}

.chuangxin_b .chuangxin_b_box{
	border-radius: 8px;
	overflow: hidden;
	padding: 70px 0 30px;
	background: url(/images/chuangxin_b_bg.jpg) center bottom/cover;
}

.chuangxin_b .chuangxin_b_box .tit{
	text-align: center;
}

.chuangxin_b .chuangxin_b_box .tit_list{
	display: inline-block;
}

.chuangxin_b .chuangxin_b_box .tit_list a{
	float: left;
	margin: 0 15px;
	font-size: 24px;
	color: #fff;
	padding: 10px 34px;
	border: 1px solid #00b9ca;
	border-radius: 50px;
	 transition: all 0.3s;
}

.chuangxin_b .chuangxin_b_box .tit_list a i{
	background: url(/images/home_icon.png) center center/cover;
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s;
}


.chuangxin_b .chuangxin_b_box .tit_list a.cur,.chuangxin_b .chuangxin_b_box .tit_list a:hover{
	color: #fff;
	background: #1263aa;
	border: 1px solid #1263aa;
}
.chuangxin_b .chuangxin_b_box .tit_list a.cur i,.chuangxin_b .chuangxin_b_box .tit_list a:hover i{
	    background: url(/images/home_icon_bai.png) center center/cover;
}

.chuangxin_b .chuangxin_b_box .table{
	margin-top: 60px;
	padding-bottom: 76px;
	display: none;
}

.chuangxin_b .chuangxin_b_box .table.cur{display: block;}

.chuangxin_b .chuangxin_b_box .table .box{
	float: left;
	width: 16.6%;
	height: 120px;
	text-align: center;
	position: relative;
	border-top: 1px solid rgba(0, 185, 202, 0.2);
	border-right: 1px solid rgba(0, 185, 202, 0.2);
}

.chuangxin_b .chuangxin_b_box .table .box.box_zw{height: 76px;}
.chuangxin_b .chuangxin_b_box .table .box .bt{
	color: #ffffff;
	font-size: 20px;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

.chuangxin_b .chuangxin_b_box .table .box:nth-child(1),
.chuangxin_b .chuangxin_b_box .table .box:nth-child(2),
.chuangxin_b .chuangxin_b_box .table .box:nth-child(3),
.chuangxin_b .chuangxin_b_box .table .box:nth-child(4),
.chuangxin_b .chuangxin_b_box .table .box:nth-child(5),
.chuangxin_b .chuangxin_b_box .table .box:nth-child(6){border-top: none;}


.chuangxin_b .chuangxin_b_box .table .ul{
	padding: 40px 70px;
}
.chuangxin_b .chuangxin_b_box .table .ul li{
	float: left;
	width: 44.8%;
	margin-right: 10.4%;
}
.chuangxin_b .chuangxin_b_box .table .ul li:last-child{
	margin-right: 0;
}

.chuangxin_b .chuangxin_b_box .table .ul li .icon{
	width: 49px;
}
.chuangxin_b .chuangxin_b_box .table .ul li .bt{
	color: #ffffff;
	font-size: 20px;
	margin-top: 8px;
}
.chuangxin_b .chuangxin_b_box .table .ul li .wenzi{
	color: #ffffff;
	line-height: 1.8;
	margin-top: 12px;
}


.chuangxin_c{
	background: url(/images/biaozh_c_bg.png) center center/cover;
	padding: 140px 0 100px;
	margin-top: -50px;
}

.chuangxin_c .ul{
	margin-top: 40px;
}
.chuangxin_c .ul li {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.chuangxin_c .ul li:last-child{margin-bottom: 0;}

.chuangxin_c .ul li .left{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	/*padding: 15px 40px;*/
	width: 19.2%;
	background: url(/images/biaozh_c_libg.jpg) center center/cover;
	color: #fff;
	font-size: 20px;
	/*padding-left: 50px;*/
	text-align: center;
}
.chuangxin_c .ul li .left .bt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.chuangxin_c .ul li .left .bt i{
	width: 29px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	top: 6px;
}

.chuangxin_c .ul li .right {
	padding: 22px 50px;
	width: 80.8%;
	font-size: 15px;
	color: #666666;
}

.chuangxin_c .ul li .right  .text .jt{
	display: inline-block;
	width: 9px;
	height: 14px;
	background: url(/images/biaozh_c_jt.png) center center/cover;
	margin: 0 12px;
	position: relative;
	/*top: 2px;*/
	vertical-align: middle;
}

.chuangxin_d .ul{
	margin-top: 40px;
}

.chuangxin_d .ul li{
	float: left;
	width: 32.1%;
	margin-right: 1.85%;
	background: #fff;
	height: 256px;
	position: relative;
}

.chuangxin_d .ul li:last-child{margin-right: 0;}
.chuangxin_d .ul li .box{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.chuangxin_d .ul li .box .img{
	width: 64px;
	display: inline-block;
}

.chuangxin_d .ul li .box .bt{
	font-size: 20px;
	color: #333333;
	margin-top: 12px;
}

.chuangxin_e{
	padding: 100px 0;
}

.chuangxin_e .ul{
	margin-top: 40px;
}

.chuangxin_e .ul li{
	width: 49.2%;
	margin-right: 1.6%;
	float: left;
	position: relative;
}

.chuangxin_e .ul li:last-child{margin-right: 0;}

.chuangxin_e .ul li .bt{
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 46px;
	padding: 0 46px;
}

.chuangxin .bg1{
	opacity: 0.1;
	position: absolute;
	left: 10px;
	top: 5%;
	width: 380px;
	height: 380px;
}


.chuangxin .bg2{
	opacity: 0.1;
	position: absolute;
	left: 20%;
	top: 17.5%;
	width: 170px;
	height: 170px;
}

@media(max-width: 1600px){
	.chuangxin_a {
	    padding: 70px 0 50px;
	}
	.chuangxin_b .chuangxin_b_box{
		padding: 50px 0 20px;
	}
	.chuangxin_b .chuangxin_b_box .tit_list a{font-size: 18px;}
	.chuangxin_b .chuangxin_b_box .tit_list a i{
		width: 14px;
		height: 14px;
	}

	.chuangxin_b .chuangxin_b_box .table .box .bt{font-size: 16px;}
	.chuangxin_c .ul li .left{
		font-size: 18px;
	}
	.chuangxin_c .ul li .left .bt i{
		width: 26px;
		margin-right: 10px;
	}
	.chuangxin_c .ul li .right{
		    padding: 20px 30px;
	}
	.chuangxin_d .ul li .box .img{width: 60px;}
	.chuangxin_d .ul li .box .bt{font-size: 18px;}
	.chuangxin_e .ul li .bt{
		bottom: 30px;
		padding: 0 30px;
	}
	.chuangxin_a .text img{width: 80%;display: inline-block;}


	.chuangxin_b .chuangxin_b_box .table .ul {
	    padding: 30px 50px;
	}

	.chuangxin_b .chuangxin_b_box .table .ul li{
		width: 46%;
		margin-right: 8%;
	}
	.chuangxin_b .chuangxin_b_box .table .ul li .icon{
		width: 40px;
	}
	.chuangxin_b .chuangxin_b_box .table .ul li .bt{
		font-size: 18px;
	}
}

@media(max-width: 1500px){
	.chuangxin_a {
	    padding: 60px 0 40px;
	}
	.chuangxin_b .chuangxin_b_box .tit_list a{font-size: 16px;}
	.chuangxin_b .chuangxin_b_box .tit_list a i{
		    top: 1px;
	}
	.chuangxin_b .chuangxin_b_box .table .box .bt {
	    font-size: 14px;
	}
	.chuangxin_b .chuangxin_b_box .table .box{height: 90px;}
	.chuangxin_b .chuangxin_b_box .table .box.box_zw{height: 60px;}

	.chuangxin_c{
		margin-top: 0;
		padding: 60px 0;
	}
	.chuangxin_c .ul {
	    margin-top: 30px;
	}
	.chuangxin_c .ul li .left{
		font-size: 16px;
	}
	.chuangxin_c .ul li .left .bt i{
		width: 22px;
	}
	.chuangxin_c .ul li .right{font-size: 14px;}
	.chuangxin_c .ul li .right{line-height: 1.8;}
	.chuangxin_d .ul {
	    margin-top: 30px;
	}
	.chuangxin_d .ul li{
		height: 200px;
	}
	.chuangxin_d .ul li .box .img{width: 50px;}
	.chuangxin_d .ul li .box .bt{font-size: 16px;}
	.chuangxin_e {
	    padding: 70px 0;
	}
	.chuangxin_e .ul {
	    margin-top: 30px;
	}

	.chuangxin_e .ul li .bt{font-size: 16px;padding: 0 20px;bottom: 20px;}

	.chuangxin_b .chuangxin_b_box .table .ul li .bt{
		font-size: 16px;
		margin-top: 10px;
	}

	.chuangxin_b .chuangxin_b_box .table .ul {
	    padding: 30px 40px;
	}
}

@media(max-width: 1100px){
	.chuangxin_a {
	    padding: 40px 0;
	}

	.chuangxin_a .title2{
		padding: 0;
	}

	.chuangxin_a .text {
	    margin-top: 20px;
	}

	.chuangxin_a .text img{
		width: 100%;
	}

	.chuangxin_b .chuangxin_b_box .tit_list{
		display: block;
		padding: 0 10px;
	}
	.chuangxin_b .chuangxin_b_box .tit_list a{
		font-size: 14px;
		padding: 8px 0;
		width: 49%;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 2%;
	}

	.chuangxin_b .chuangxin_b_box .tit_list a:nth-child(2n){
		margin-right: 0;
	}

	.chuangxin_b .chuangxin_b_box {
	    padding: 40px 0 20px;
	}

	.chuangxin_b .chuangxin_b_box .tit_list a i{
		width: 12px;
		height: 12px;
	}

	.chuangxin_c {
	    padding: 40px 0;
	}
	.chuangxin_e {
	    padding: 60px 0;
	}

	.chuangxin .bg1{
		width: 200px;
		height: 200px;
	}
	.chuangxin .bg2{
		width: 80px;
		height: 80px;
	}

	.chuangxin_b .chuangxin_b_box .table .ul {
	    padding: 0 20px;
	}
	.chuangxin_b .chuangxin_b_box .table .ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.chuangxin_b .chuangxin_b_box .table .ul li .icon{width: 35px;}
}

@media(max-width: 768px){
	.chuangxin_c .ul li .right .text .jt{
		width: 7px;
		height: 12px;
	}
	.chuangxin_b .chuangxin_b_box .table{
		margin-top: 30px;
		padding-bottom: 40px;
	}
	.chuangxin_b .chuangxin_b_box .table .box{
		    width: 50%;
	}
	.chuangxin_b .chuangxin_b_box .table .box{height: 50px;}
	.chuangxin_b .chuangxin_b_box .table .box.box_zw{display: none;}
	.chuangxin_b .chuangxin_b_box .table .box:nth-child(1), .chuangxin_b .chuangxin_b_box .table .box:nth-child(2), .chuangxin_b .chuangxin_b_box .table .box:nth-child(3), .chuangxin_b .chuangxin_b_box .table .box:nth-child(4), .chuangxin_b .chuangxin_b_box .table .box:nth-child(5), .chuangxin_b .chuangxin_b_box .table .box:nth-child(6) {
	    border-top: 1px solid rgba(0, 185, 202, 0.2);
	}
		.chuangxin_b .chuangxin_b_box .table .box:nth-child(1), .chuangxin_b .chuangxin_b_box .table .box:nth-child(2){border-top: none;}
	.chuangxin_b .chuangxin_b_box .table .box .bt{
		top: 50%;
		transform: translateY(-50%);
	}
	.chuangxin_c .ul li{margin-bottom: 10px;}
    .chuangxin_c .ul li .left{padding: 10px 20px;}
	.chuangxin_c .ul li .left,.chuangxin_c .ul li .left .bt{
		width: 100%;
		position: initial;
		transform: initial;
	}
	.chuangxin_c .ul li .right{
		width: 100%;
		padding: 20px 20px;
	}
	.chuangxin_d .ul li{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		padding: 20px;
	}
	.chuangxin_d .ul li .box .img{width: 44px;}
	.chuangxin_d .ul li .box{
		position: initial;
		transform: initial;
	}
	.chuangxin_d .ul li .box .bt{margin-top: 10px;}

	.chuangxin_e {
	    padding: 40px 0;
	}
	.chuangxin_e .ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.chuangxin_e .ul {
	    margin-top: 20px;
	}
	.chuangxin_d .ul {
	    margin-top: 20px;
	}
	.chuangxin_c .ul {
	    margin-top: 20px;
	}
}

.renzheng{position: relative;z-index: 3;}
.renzheng_a{
	background: #fff;
	padding: 140px 0;
}

.renzheng_a .renzheng_a_box{
	margin-top: 44px;
	text-align: center;
}

.renzheng_a .renzheng_a_box .ul {
	display: inline-block;
}

.renzheng_a .renzheng_a_box .ul li{
	float: left;
	width: 274px;
	height: 274px;
	margin: 0 12px;
	position: relative;
}

.renzheng_a .renzheng_a_box .ul li .text{
	background: url(/images/renzheng_a_icon.png) center center/cover;
	width: 140px;
	height: 140px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.renzheng_a .renzheng_a_box .ul li .text .bt{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #333333;
	padding: 0 20px;
}

.renzheng_a .renzheng_a_box .ul:last-child{
	margin-top: -90px;
}

.renzheng_a .renzheng_a_list{
	margin-top: 44px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #ededed;

}

.renzheng_a .renzheng_a_list .ul li{
	float: left;
	width: 14.2%;
	height: 96px;
	background: url(/images/renzheng_a_list_bg.jpg) center center/cover #fff;
	position: relative;
}

.renzheng_a .renzheng_a_list .ul li .bt{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	color: #333333;
	transform: translate(-50%,-50%);
}

.renzheng_a .renzheng_a_list .ul li .bt span{
	font-size: 15px;
	color: #999;
	display: block;
}

.renzheng_a .renzheng_a_list .ul li:before{
	position: absolute;
	width: 42px;
	height: 41px;
	right: -21px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/images/renzheng_b_jt.png) center center/cover;
	content: "";
	z-index: 3;
}

.renzheng_a .renzheng_a_list .ul li:last-child:before{display: none;}

.renzheng_b{
	padding: 120px 0 140px;
}
.renzheng_b .top{
	margin-top: 40px;
}
.renzheng_b .top .ul{
	padding: 0 19%;
}
.renzheng_b .top .ul li{
	float: left;
	text-align: center;
	width: 33.3%;
	border-right: 1px solid #dddddd;
}

.renzheng_b .top .ul li:last-child{border-right: none;}

.renzheng_b .top .ul li .img{
	width: 41px;
	display: inline-block;
}

.renzheng_b .top .ul li .text{
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
}
.renzheng_b .btm{
	background: #fff;
	margin-top: 50px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}


.renzheng_b .btm .left{
	width: 28.5%;
	position: absolute;
	height: 100%;
    text-align: center;
	background: url(/images/renzheng_b_bg.jpg) center center/cover;
}

.renzheng_b .btm .left .bt{
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.renzheng_b .btm .right{
	width: 71.5%;
	padding: 50px 66px;
}

.renzheng_b .btm .right .ol li{
	margin-bottom: 36px;
}

.renzheng_b .btm .right .ol li:last-child{margin-bottom: 0;}


.renzheng_b .btm .right .ol li .bt{
	position: relative;
	color: #666666;
	font-size: 15px;
	padding-left: 24px;
}

.renzheng_b .btm .right .ol li .bt:before{
	background: url(/images/home_icon.png) center center/cover;
    width: 14px;
    height: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    margin-right: 10px;
    transition: all 0.3s;
    content: "";
}

.renzheng_c{
	padding: 140px 0 120px;
	background: #fff;
}

.renzheng_c .left{
	width: 42.85%;
	padding-top: 50px;
}

.renzheng_c .left .title2 .wenzi{
	line-height: 1.8;
	margin-top: 30px;
}

.renzheng_c .right{
	float: right;
	width: 46.9%;
}

.renzheng_d{
	padding: 130px 0 80px;
}

.renzheng_d .ul{
	margin-top: 44px;
}

.renzheng_d .ul li{
	background: #ffffff;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.renzheng_d .ul li:last-child{margin-bottom: 0;}

.renzheng_d .ul li .left{
	width: 50%;
}
.renzheng_d .ul li .right{
	width: 50%;
	padding: 50px 50px 20px;
}

.renzheng_d .ul li .right .bt{
	color: #333333;
	font-size: 20px;
	padding-left: 24px;
	position: relative;
	margin-bottom: 16px;
}

.renzheng_d .ul li .right .bt:before{
	background: url(/images/home_icon.png) center center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 0.3s;
    content: "";
}

.renzheng_d .ul li .right .wenzi{
	line-height: 1.8;
	font-size: 15px;
	color: #666666;
}

.renzheng_d .ul li .right .xxk{
	padding-left: 24px;
}
.renzheng_d .ul li .right .xxk .l{
	float: left;
	width: 33.6%;
}

.renzheng_d .ul li .right .xxk .l a{
	display: block;
	color: #333333;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 8px 16px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.renzheng_d .ul li .right .xxk .l a:last-child{margin-bottom: 0;}
.renzheng_d .ul li .right .xxk .l a.cur{
	background: #0070c0;
	border: 1px solid #0070c0;
	color: #fff;
}

.renzheng_d .ul li .right .xxk .r{
	float: right;
	width: 59.5%;
}

.renzheng_d .ul li .right .xxk .r .r_box{display: none;}
.renzheng_d .ul li .right .xxk .r .r_box.cur{display: block;}

.renzheng_d .ul li.li2 .left{
	float: right;
}
.renzheng_d .ul li.li2 .right{
	float: left;
}

.renzheng_e {
	padding-bottom: 90px;
}

.renzheng_e .ul{
	margin-top: 40px;
}

.renzheng_e .ul li{
	float: left;
	width: 13.9%;
	margin-right: 0.45%;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.renzheng_e .ul li:nth-child(7n){margin-right: 0;}


@media(max-width: 1680px){
	.renzheng_a{
		padding: 100px 0;
	}
	.renzheng_a .renzheng_a_box .ul li{
		width: 250px;
		height: 250px;
	}
	.renzheng_a .renzheng_a_box .ul li .text .bt{font-size: 16px;}
	.renzheng_a .renzheng_a_list .ul li .bt{font-size: 18px;}
	.renzheng_a .renzheng_a_list .ul li .bt span{font-size: 14px;}
	.renzheng_a .renzheng_a_list .ul li:before{
		width: 40px;
		right: -20px;
		height: 40px;
	}

	.renzheng_b {
	    padding: 80px 0 100px;
	}
	.renzheng_b .top .ul li .img{
		width: 40px;
	}

	.renzheng_b .top .ul li .text{font-size: 18px;}
	.renzheng_b .btm .left .bt{font-size: 26px;}

	.renzheng_b .btm .right {
	    padding: 30px 40px;
	}

	.renzheng_c {
	    padding: 100px 0 80px;
	}
	.renzheng_d {
	    padding: 90px 0 60px;
	}
	.renzheng_d .ul {
	    margin-top: 40px;
	}
	.renzheng_d .ul li .right {
	    padding: 40px 30px 20px;
	}
}

@media(max-width: 1500px){
	.renzheng_a {
	    padding: 70px 0;
	}

	.renzheng_a .renzheng_a_box .ul li{
		width: 200px;
		height: 200px;
	}

	.renzheng_a .renzheng_a_box .ul li .text{
		width: 120px;
		height: 120px;
	}
	.renzheng_a .renzheng_a_box .ul li .text .bt{font-size: 14px;}
	.renzheng_a .renzheng_a_box .ul:last-child {
	    margin-top: -50px;
	}
	.renzheng_a .renzheng_a_list{
		margin-top: 40px;
	}
	.renzheng_a .renzheng_a_list .ul li{
		height: 70px;
	}
	.renzheng_a .renzheng_a_list .ul li .bt{font-size: 16px;}
	.renzheng_a .renzheng_a_list .ul li .bt span{font-size: 12px;}

	.renzheng_b {
	    padding: 60px 0 80px;
	}
	.renzheng_b .btm .right {
	    padding: 30px 30px;
	}
	.renzheng_b .btm .left .bt {
	    font-size: 22px;
	}

	.renzheng_c {
	    padding: 70px 0 50px;
	}
	.renzheng_c .left{padding-top: 30px;}
	.renzheng_c .left .title2 .wenzi{margin-top: 20px;}

	.renzheng_d {
	    padding: 60px 0 40px;
	}

	.renzheng_d .ul li .right {
	    padding: 30px 20px 20px;
	}
	.renzheng_d .ul li .right .bt{font-size: 18px;}
	.renzheng_d .ul li .right .wenzi{font-size: 14px;}
	.renzheng_d .ul li .right .bt:before{
		width: 16px;
		height: 16px;
		    top: 3px;
	}
	.renzheng_d .ul li .right .xxk {
	    padding-left: 20px;
	}
	.renzheng_d .ul li .right .xxk .l a{font-size: 14px;}

	.renzheng_e {
	    padding-bottom: 70px;
	}
	.renzheng_e .ul {
	    margin-top: 30px;
	}
}

@media(max-width: 1000px){
	.renzheng_a .renzheng_a_box .ul li {
	    width: 160px;
	    height: 160px;
	}
	.renzheng_a .renzheng_a_box{margin-top: 30px;}
	.renzheng_a .renzheng_a_box .ul li:nth-child(3n){margin-right: 0;}
	.renzheng_a {
	    padding: 50px 0;
	}

	.renzheng_a .renzheng_a_list .ul li{
		width: 33.3%;
	}
	.renzheng_a .renzheng_a_list{background: #fff;}
	.renzheng_a .renzheng_a_list .ul li:nth-child(3n):before{display: none;}
	.renzheng_b {
	    padding: 40px 0;
	}
	.renzheng_b .top .ul li .text{font-size: 15px;}
	.renzheng_b .top .ul li .img {
	    width: 34px;
	}
	.renzheng_b .btm{
		margin-top: 30px;
	}

	.renzheng_b .btm .left{
		width: 100%;
		position: relative;
		transform: initial;
		height: 200px;
	}
	.renzheng_b .btm .right {
		width: 100%;
	    padding: 30px 20px;
	}

	.renzheng_c {
	    padding: 50px 0;
	}
	.renzheng_c .left {
	    padding-top: 0;
	}

	.renzheng_c .left{
		width: 100%;
	}
	.renzheng_c .right{
		width: 100%;
		margin-top: 20px;
	}
	.renzheng_d {
	    padding: 50px 0;
	}
	.renzheng_d .ul {
	    margin-top: 30px;
	}
	.renzheng_d .ul li .right{
		width: 100%;
	}
	.renzheng_d .ul li .left{width: 100%;}
	.renzheng_d .ul li .right .bt{
		margin-bottom: 16px;
	}

	.renzheng_e {
	    padding-bottom: 50px;
	}

	.renzheng_e .ul {
	    margin-top: 20px;
	}

	.renzheng_e .ul li{
		width: 32%;
		margin-right: 1.33%;
		margin-bottom: 10px;
	}

	.renzheng_e .ul li:nth-child(7n){margin-right: 1.33%;}
	.renzheng_e .ul li:nth-child(3n){
		margin-right: 0;
	}

	.renzheng_a .renzheng_a_list .ul li:before{
	    width: 36px;
	    right: -18px;
	    height: 36px;
	}

	.renzheng_b .top .ul {
	    padding: 0;
	}
	.renzheng_b .top .ul li{
		width: 100%;
		border-right: none;
		margin-bottom: 10px;
		background: #fff;
		padding: 20px;
	}
	.renzheng_b .top .ul li .text{font-size: 14px;}

	.renzheng_b .btm .right .ol li .bt:before{
		   width: 12px;
           height: 12px;
           top: 5px;
	}

	.renzheng_c {
	    padding: 40px 0;
	}

	.renzheng_d {
	    padding: 40px 0;
	}
}

@media(max-width: 768px){
	.renzheng_a .renzheng_a_list .ul li{
		width: 50%;
	}
	.renzheng_a .renzheng_a_list .ul li:nth-child(3n):before{display: block;}
	.renzheng_a .renzheng_a_list .ul li:nth-child(2n):before{display: none;}
	.renzheng_a .renzheng_a_box2{
		overflow: auto;
	}
	.renzheng_a .renzheng_a_box{
		width: 1300px;
	}

	.renzheng_d .ul li .right .xxk{
		padding-left: 0;
	}
	.renzheng_d .ul li .right .xxk .l{width: 100%;}

	.renzheng_d .ul li .right .xxk .r{
		width: 100%;
		margin-top: 20px;
	}

	.renzheng_e {
	    padding-bottom: 40px;
	}
	.renzheng_e .ul li{
		width: 49%;
		margin-right: 2%;
	}

	.renzheng_e .ul li:nth-child(3n) {
	    margin-right: 2%;
	}

	.renzheng_e .ul li:nth-child(2n){margin-right: 0;}

	.renzheng_a .renzheng_a_list .ul li{height: 60px;}
	.renzheng_a .renzheng_a_list .ul li .bt {
	    font-size: 14px;
	}
}

.jiejue_a{
	padding: 70px 0 80px;
}

.jiejue_a .tit{
	text-align: center;
}

.jiejue_a .tit a{
	font-size: 16px;
	color: #999999;
	margin: 4px 10px;
	padding: 14px 60px;
	border: 1px solid #ebebeb;
	border-radius: 50px;
	display: inline-block;
}


.jiejue_a .tit a i{
	display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(/images/news_icon1.png) center center/cover;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.jiejue_a .tit a.cur,.jiejue_a .tit a:hover{
	background: #1263aa;
    color: #fff;
}

.jiejue_a .tit a.cur i, .jiejue_a .tit a:hover i {
    background: url(/images/news_icon2.png) center center/cover;
}

.jiejue_a .ul{
	margin-top: 50px;
}

.jiejue_a .ul li{
	float: left;
	width: 32.1%;
	margin-right: 1.85%;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.jiejue_a .ul li:nth-child(3n){margin-right: 0;}

.jiejue_a .ul li{margin-bottom: 26px;}

.jiejue_a .ul li .box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	transition: all 0.3s;
}

.jiejue_a .ul li .box .bt{
	color: #ffffff;
	font-size: 20px;
}

.jiejue_a .ul li .box .wenzi{
	color: #fff;
	margin-top: 14px;
	display: none;
}


.jiejue_a .ul li .box .jiejue_more{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
    color: #fff;
    margin-top: 0;
    display: inline-block;
    padding-left: 0;
    transition: all 0.3s;
    opacity: 0;
}


.jiejue_a .ul li .box .jiejue_more:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 0;
    content: "";
    background: url(/images/home_e_jt.png) center center/cover;
    transition: all 0.3s;
    display: none;
}

.jiejue_a .ul li .img{position: relative;}
.jiejue_a .ul li .img:before{
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/jiejue_a_bg.png) center center/cover;
	width: 100%;
	height: 100%;
	content: "";
}

/*.jiejue_a .ul li:hover .img:before{
	background: rgba(18, 99, 170, 0.9);
}*/
.jiejue_a .ul li:hover .box{
	background: rgba(18, 99, 170, 0.9);
}

.jiejue_a .ul li:hover .box .jiejue_more{opacity: 1;}
.jiejue_a .ul li:hover .box .wenzi{
	display: block;
	height: 64px;
	overflow: hidden;
}


.jiejue_a .page{
	margin-top: 30px;
}

@media(max-width: 1600px){
	.jiejue_a {
	    padding: 50px 0 60px;
	}
	.jiejue_a .ul {
	    margin-top: 40px;
	}
	.jiejue_a .tit a{
		padding: 10px 50px;
	}

	.jiejue_a .ul li .box .bt{
		font-size: 18px;
	}

	.jiejue_a .ul li .box{
		padding: 20px;
	}
	
	.jiejue_a .page {
	    margin-top: 20px;
	}

	.jiejue_a .ul li {
	    margin-bottom: 20px;
	}
}

@media(max-width: 1500px){
	.jiejue_a .ul li .box .bt {
	    font-size: 16px;
	}
	/*.jiejue_a .ul li .box .jiejue_more{margin-top: 10px;}*/
	.jiejue_a .ul li .box .wenzi{margin-top: 10px;}
	.jiejue_a .ul {
	    margin-top: 30px;
	}
}

@media(max-width: 1100px){
	.jiejue_a {
	    padding: 40px 0 50px;
	}

	.jiejue_a .tit a {
		font-size: 14px;
		margin: 0 5px;
		margin-bottom: 10px;
	    padding: 8px 10px;
	    float: left;
		width: 49%;
		margin-left: 0;
		margin-right: 2%;
	}
	.jiejue_a .tit a:nth-child(2n){margin-right: 0;}
	.jiejue_a .ul li{
		width: 100%;
		margin-bottom: 10px;
	}

	.jiejue_a .ul {
	    margin-top: 20px;
	}
}

.jiejuexq_a{
	padding: 100px 0;
	background: #fff;
	position: relative;
}

.jiejuexq_a:before{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 73px;
	height: 235px;
	background: url(/images/jiejuexq_a_before.png) center center/cover;
	content: "";
}

.jiejuexq_a:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 132px;
	height: 174px;
	background: url(/images/jiejuexq_a_after.png) center center/cover;
	content: "";
}

.jiejuexq_a .left{
	width: 43.4%;
	border-radius: 8px;
	overflow: hidden;
}

.jiejuexq_a .right{
	width: 53.3%;
}

.jiejuexq_a .right .wenzi{
	margin-top: 30px;
	line-height: 2;
	color: #666666;
}

.jiejuexq_b{
	padding: 90px 0;
	background: #f5f7f6;
    position: relative;
}

.jiejuexq_b .jiejue_b_box {
	background: #fff;
	padding: 50px;
}

.jiejuexq_b .left{
	width: 80%;	
}

.jiejuexq_b .left .title2 .wenzi{
	color: #333333;
	margin-top: 30px;
	line-height: 1.8;
}

.jiejuexq_b .right{
	width: 43.5%;
	border-radius: 8px;
	overflow: hidden;
}

.jiejuexq_c{
	background: #fff;
	padding: 100px 0;
	position: relative;
}

.jiejuexq_c:before{
	position: absolute;
	left: 0;
	top: 80px;
	width: 145px;
	height: 390px;
	background: url(/images/jiejuexq_c_before.png) center center/cover;
	content: "";
}

.jiejuexq_c:after{
	position: absolute;
	right: 0;
	bottom: 100px;
	width: 72px;
	height: 219px;
	background: url(/images/jiejuexq_c_after.png) center center/cover;
	content: "";
}

.jiejuexq_c .ul li{
	float: left;
	width: 49.2%;
	margin-right: 1.6%;
	padding: 64px 34px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
	height: 560px;
}

.jiejuexq_c .ul li:nth-child(2n){margin-right: 0;}

.jiejuexq_c .ul li .text{
	margin-top: 40px;
	color: #666666;
	font-size: 15px;
	line-height: 1.8;
}

.jiejuexq_c .ul li .text p{
	margin-bottom: 20px;
	position: relative;
	padding-left: 24px;
}

.jiejuexq_c .ul li .text p:last-child{
	margin-bottom: 0;
}

.jiejuexq_c .ul li .text p:before{
	background: url(/images/home_icon.png) center center/cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 10px;
    transition: all 0.3s;
    content: "";
}

@media(max-width: 1680px){
	.jiejuexq_a{
		padding: 70px 0;
	}

	.jiejuexq_a .right .wenzi{margin-top: 20px;}

	.jiejuexq_b {
	    padding: 70px 0;
	}

	.jiejuexq_b .left .title2 .wenzi{
		margin-top: 20px;
	}

	.jiejuexq_c{
		padding: 80px 0;
	}

	.jiejuexq_c .ul li{
		padding: 50px 30px;
	}
	.jiejuexq_b .jiejue_b_box {
	    padding: 40px;
	}
}

@media(max-width: 1500px){
	.jiejuexq_a {
	    padding: 60px 0;
	}

	.jiejuexq_c {
	    padding: 60px 0;
	}

	.jiejuexq_c .ul li{height: 520px;}

	.jiejuexq_c .ul li {
	    padding: 40px 30px;
	}

	.jiejuexq_c .ul li .text{
		margin-top: 20px;
		font-size: 14px;
	}

	.jiejuexq_c .ul li .text p:before{
		width: 14px;
		height: 14px;
	}
	.jiejuexq_b .jiejue_b_box {
	    padding: 40px 30px;
	}
}

@media(max-width: 1100px){
	.jiejuexq_b .jiejue_b_box {
	    padding: 25px 20px;
	}
	.jiejuexq_a {
	    padding: 40px 0;
	}
	.jiejuexq_a .right{width: 100%;}
	.jiejuexq_a .left{
		width: 100%;
		margin-top: 20px;
	}

	.jiejuexq_b {
	    padding: 40px 0;
	}

	.jiejuexq_b .left{
		width: 100%;
	}

	.jiejuexq_b .right{
		width: 100%;
		margin-top: 20px;
	}
	.jiejuexq_c {
	    padding: 40px 0;
	}

	.jiejuexq_c .ul li {
		width: 100%;
		margin-right: 0;
		height: auto;
		margin-bottom: 10px;
		background: #fff;
	    padding: 30px 20px;
	}
	.jiejuexq_c .ul li .text p{
		padding-left: 18px;
	}
	.jiejuexq_c .ul li .text p:before{
		width: 12px;
        height: 12px;
        top: 6px;
	}
}

.ziyuan_a{
	background: #f6f7f6;
	padding: 110px 0 140px;
}

.ziyuan_a .ul{
	margin-top: 50px;
}

.ziyuan_a .ul li{
	float: left;
	width: 48.8%;
	margin-right: 2.4%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
	padding: 60px 20px;
	text-align: center;
}

.ziyuan_a .ul li:nth-child(2n){
	margin-right: 0;
}

.ziyuan_a .ul li .img{
	width: 74px;
	display: inline-block;
}

.ziyuan_a .ul li .bt{
	font-size: 24px;
	color: #000000;
	margin-top: 14px;
}

.ziyuan_a .ul li .more{
	margin-top: 60px;
	color: #e48019;
}

.ziyuan_a .ul li .more .y{
	border-color: #1263aa;
}

.ziyuan_a .ul li .more .jt{
	background: url(/images/more_jt_bule.png) center center/cover;
}

.ziyuan_a .bg1{
	width: 90px;
	height: 90px;
	left: 8%;
	top: 210px;
	opacity: 0.1;
}

.ziyuan_a .bg2{
	width: 200px;
	height: 200px;
	right: 30px;
	bottom: 40px;
	opacity: 0.1;
}

.ziyuan_b{
	height: 750px;
	position: relative;
	background: url(/images/ziyuan_b_bg.jpg) center center/cover #184c64;
}

.ziyuan_b .left{
	width: 45%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ziyuan_b .container2{height: 100%;}

.ziyuan_b:before{
	content: "";
	width: 48.6%;
	position: absolute;
	right: 0;
	top: 2px;
	height: 100%;
	overflow: hidden;
	background: url(/images/ziyuan_b_img.jpg) center center/cover;
}

.ziyuan_b .left .text{
	line-height: 1.8;
	margin-top: 30px;
	color: #fff;
	font-size: 15px;
}

.ziyuan_b .left .more{
	margin-top: 80px;
}

.ziyuan_b .bg1{
	width: 200px;
	height: 200px;
	left: -80px;
	top: 100px;
	opacity: 0.2;
}


.grayPage{
	opacity: 0.3;
	position: absolute;
	top: 65%;
	width: 100%;
	transform: translateY(-50%);
}

.editorial {
	display:block;
	width:100%;
	min-width:1200px;
	height:480px;
}
.parallax>use {
	animation:move-forever 12s linear infinite;
	/*transform-origin:50% 50%;
	*/
}
.parallax>use:nth-child(1) {
	animation-delay:-2s;
}
.parallax>use:nth-child(2) {
	animation-delay:-2s;
	animation-duration:8s;
}
.parallax>use:nth-child(3) {
	animation-delay:-4s;
	animation-duration:9s;
}
.parallax>use:nth-child(4) {
	animation-delay:-6s;
	animation-duration:13s;
}
.parallax>use:nth-child(5) {
	animation-delay:0;
	animation-duration:9s;
}
.parallax>use:nth-child(6) {
	animation-delay:-6s;
	animation-duration:11s;
}
@keyframes move-forever {
	0% {
	transform:translate(-90px,0%);
	}
	100% {
		transform:translate(85px,0%);
	}
}
.ziyuan_c{
	padding: 180px 0;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.ziyuan_c .text{
	line-height: 1.8;
	margin-top: 30px;
	color: #666666;
	font-size: 15px;
	padding: 0 16.4%;
}

.ziyuan_c .more{
	margin-top: 80px;
	color: #e48019;
}
.ziyuan_c .more .y{
	border-color: #1263aa;
}

.ziyuan_c .more .jt{
	background: url(/images/more_jt_bule.png) center center/cover;
}

.ziyuan_c .bg1{
	background: url(/images/ziyuan_c_bg1.png) center center/cover;
	width: 348px;
	height: 581px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ziyuan_c .bg2{
	background: url(/images/ziyuan_c_bg2.png) center center/cover;
	width: 342px;
	height: 581px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.ziyuan_d{
	padding: 130px 3.1% 130px 13.5%;
	background: url(/images/ziyuan_d_bg.jpg) center center/cover;
}

.ziyuan_d .left{
	width: 27.7%;
	padding: 30px 0;
}

.ziyuan_d .left .ul_liuyan{
	margin-top: 40px;
}

.ul_liuyan li{
	margin-bottom: 20px;
}

.ul_liuyan li input{
	width: 100%;
	padding: 14px 26px;
	border: none;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
}

.ul_liuyan li input::-webkit-input-placeholder{
	color: #fff;
}

.ul_liuyan li.btn{
	margin-top: 26px;
	margin-bottom: 0;

}
.ul_liuyan li.btn input{
	background: #e48019;
	width: auto;
	font-size: 20px;
	padding: 14px 60px;
	border-radius: 50px;
	overflow: hidden;
}
.ziyuan_d .right{
	background: url(/images/ziyuan_d_right_bg.png) top right no-repeat rgba(18, 99, 170,0.6);
	width: 48.9%;
	padding: 66px 74px;
	border-radius: 10px;
	overflow: hidden;
}
.ziyuan_d .right .top {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #5a92c4;
}
.ziyuan_d .right .top .bt{
	color: #fff;
	font-size: 30px;
	padding-left: 64px;
	position: relative;
	float: left;
	max-width: 60%;
}
.ziyuan_d .right .top .bt:before{
	content: "";
	position: absolute;
	width: 46px;
	height: 46px;
	left: 0;
	top: 0;
	background: url(/images/ziyuan_d_icon.png) center center/cover;
}
.ziyuan_d .right .top  .more{
	float: right;
	margin-top: 10px;
}

.ziyuan_d .right .btm{
	padding-top: 30px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.6;
}

.ziyuan_d .right .btm .bt{
	font-size: 26px;
	color: #fff;
}

.ziyuan_d .right .btm .text{
	margin-top: 10px;
}

.ziyuan_d .right .btm .anniu{
	border: 1px solid #fff;
	border-radius: 50px;
	display: inline-block;
	padding: 12px 40px;
	color: #fff;
	margin-top: 24px;
}

@media(max-width: 1680px){
	.ziyuan_a{
		    padding: 80px 0 100px;
	}
	.ziyuan_a .ul {
	    margin-top: 40px;
	}
	.ziyuan_a .ul li{
	   padding: 40px 20px;
	}
	.ziyuan_a .ul li .img{width: 70px;}
	.ziyuan_a .ul li .bt{font-size: 22px;}
	.ziyuan_a .ul li .more{margin-top: 40px;}

	.ziyuan_b{
		height: 700px;
	}

	.ziyuan_b .left .more {
	    margin-top: 60px;
	}
	.ziyuan_b .left .text{margin-top: 20px;}

	.ziyuan_c{
		    padding: 140px 0;
	}

	.ziyuan_c .more{
		margin-top: 60px;
	}


	
	.ziyuan_d{
		padding: 100px 3.1% 100px 13.5%;
	}

	.ziyuan_d .right .top .bt{font-size: 24px;padding-left: 54px;}
	.ziyuan_d .right .top .bt:before{
		width: 40px;
		height: 40px;
	}
	.ziyuan_d .right .btm .bt {
	    font-size: 22px;
	    color: #fff;
	}
}

@media(max-width: 1500px){
	.ziyuan_a {
	    padding: 60px 0 80px;
	}
	.ziyuan_a .ul {
	    margin-top: 30px;
	}
	.ziyuan_a .ul li {
	    padding: 30px 20px;
	}
	.ziyuan_a .ul li .img {
	    width: 60px;
	}
	.ziyuan_a .ul li .bt {
	    font-size: 18px;
	}
	.ziyuan_a .ul li .more {
	    margin-top: 30px;
	}
	.ziyuan_b {
	    height: 520px;
	}
	.ziyuan_b .left .text {
	   font-size: 14px;
	}
	.ziyuan_b .left .more {
	    margin-top: 40px;
	}
	.ziyuan_c {
	    padding: 100px 0;
	}
	.ziyuan_c .text{font-size: 14px;}
	.ziyuan_c .more {
	    margin-top: 40px;
	}

	.ziyuan_c .bg2,.ziyuan_c .bg1{
		width: 200px;
        height: 340px;
	}

	.ziyuan_d {
	    padding: 70px 3% 70px 8.5%;
	}

	.ziyuan_d .left .ul_liuyan {
	    margin-top: 20px;
	}
	.ul_liuyan li input{font-size: 14px;}
	.ul_liuyan li.btn{
			margin-top: 20px;
	}
	.ul_liuyan li.btn input{
		font-size: 16px;
		padding: 10px 50px;
	
	}
	.ziyuan_d .right{
		padding: 40px 30px;
	}
	.ziyuan_d .right .top{
		padding-bottom: 20px;
	}
	.ziyuan_d .right .top .bt:before{
		width: 36px;
		height: 36px;
	}
	.ziyuan_d .right .top .bt{font-size: 22px;}
	.ziyuan_d .right .btm{font-size: 14px;}
	.ziyuan_d .right .btm .bt{
		font-size: 18px;
	}
	.ziyuan_d .right .btm .anniu{
		    padding: 10px 40px;
	}

	
}

@media(max-width: 1100px){
	.ziyuan_a {
	    padding: 40px 0;
	}

	.ziyuan_a .ul {
	    margin-top: 20px;
	}
	.ziyuan_a .ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.ziyuan_a .ul li .bt {
	    font-size: 16px;
	}
	.ziyuan_a .ul li .img {
	    width: 50px;
	}

	.ziyuan_b {
		padding: 40px 0;
	    height: auto;
	}

	.ziyuan_b .left{
		position: relative;
		transform: initial;
		width: 100%;
	}

	.ziyuan_b:before{
		width: 100%;
	}

	.ziyuan_c {
	    padding: 40px 0;
	}
	.ziyuan_c .text{
		padding: 0;
		margin-top: 20px;
	}
	.ziyuan_c .bg2, .ziyuan_c .bg1 {
	    width: 100px;
	    height: 160px;
	}

	.ziyuan_c .more {
	    margin-top: 30px;
	}

	.ziyuan_d {
	    padding: 40px 20px;
	}

	.ziyuan_d .left{
		padding: 0;
		width: 100%;
	}
	.ziyuan_d .right{
		width: 100%;
		margin-top: 20px;
		padding: 30px 20px;
	}
	.ziyuan_d .left .ul_liuyan {
	    margin-top: 20px;
	}
	.ul_liuyan li input{
		    padding: 12px 20px;
	}
	.ziyuan_d .right .top .bt {
	    font-size: 20px;
	    max-width: 100%;
	    float: none;
	}
	.ziyuan_d .right .top .bt:before {
	    width: 34px;
	    height: 34px;
	}

	.ziyuan_d .right .top .more{
		float: none;
		margin-top: 30px;
	}
	.ziyuan_d .right .btm{
		padding-top: 20px;
	}
	.ziyuan_d .right .btm .bt {
	    font-size: 16px;
	}
	.ziyuan_d .right .btm .anniu {
	    padding: 8px 40px;
	}
}

.shiyan_tit{
	background: #fff;
	padding: 64px 0;
}

.shiyan_tit .shiyan_tit_box{
	text-align: center;
}

.shiyan_tit .shiyan_tit_box a{
	font-size: 16px;
    color: #999999;
    margin: 0 10px;
    padding: 12px 36px;
    border: 1px solid #ebebeb;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 0.4s;
}

.shiyan_tit .shiyan_tit_box a i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(/images/news_icon1.png) center center/cover;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.shiyan_tit .shiyan_tit_box a.cur,.shiyan_tit .shiyan_tit_box a:hover{
	background: #1263aa;
    color: #fff;
}

.shiyan_tit .shiyan_tit_box a.cur i,.shiyan_tit .shiyan_tit_box a:hover i{
	    background: url(/images/news_icon2.png) center center/cover;
}

.shiyan_a{
	padding: 90px 0 130px;
	background: url(/images/shiyan_a_bg.png) right bottom no-repeat #f6f7f6;
}

.shiyan_a .bg1{
	width: 330px;
	height: 330px;
	left: -160px;
	opacity: 0.1;
}

.shiyan_a .left{
	width: 49%;
	padding-top: 130px;
}

.shiyan_a .left .text{
	color: #666666;
	font-size: 15px;
	line-height: 1.8;
	margin-top: 44px;
}

.shiyan_a .right{
	width: 30.5%;
}

.shiyan_b{
	padding: 100px 0;
	background: #fff;
	position: relative;
}

.shiyan_b:before{
	background: url(/images/shiyan_b_before.png) center center/cover;
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 140px;
	height: 793px;
	content: "";
}

.shiyan_b:after{
	background: url(/images/shiyan_b_after.png) center center/cover;
	position: absolute;
	right: 0;
	bottom: 180px;
	width: 74px;
	height: 235px;
	content: "";
}

.shiyan_b .ul{
	margin-top: 50px;
}

.shiyan_b .ul li{
	float: left;
	width: 32.4%;
	margin-right: 1.4%;
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.shiyan_b .ul li:nth-child(3n){margin-right: 0;}

.shiyan_b .ul li .bt{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 24px;
	padding: 0 18px;
	color: #fff;
	font-size: 20px;
}

.shiyan_b .ul li .img{position: relative;}
.shiyan_b .ul li .img:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/jiejue_a_bg.png) center center/cover;
	content: "";
}

.shiyan_b .page{
	margin-top: 40px;
}

@media(max-width: 1680px){
	.shiyan_tit{
		padding: 50px 0;
	}

	.shiyan_a{
		padding: 70px 0 100px;
	}
	.shiyan_a .left .text{margin-top: 40px;}
	.shiyan_b {
	    padding: 80px 0;
	}
	.shiyan_a .left{
		padding-top: 70px;
	}
	.shiyan_b .ul {
	    margin-top: 40px;
	}
	.shiyan_b .ul li .bt{
		font-size: 18px;
	    bottom: 20px;
	}

}

@media(max-width: 1500px){
	.shiyan_tit {
	    padding: 40px 0;
	}
	.shiyan_tit .shiyan_tit_box a{
		font-size: 14px;
		padding: 10px 30px;
	}
	.shiyan_tit .shiyan_tit_box a i{
		top: -2px;
	}
	.shiyan_a {
	    padding: 50px 0 70px;
	}
	.shiyan_a .left{
		padding-top: 50px;
	}

	.shiyan_a .left .text {
	    margin-top: 30px;
	    font-size: 14px;
	}
	.shiyan_b {
	    padding: 60px 0;
	}
	.shiyan_b:before{
		width: 78px;
	    height: 450px;
	}
	.shiyan_b:after{
	    width: 60px;
	}
	.shiyan_b .ul {
	    margin-top: 30px;
	}

	.shiyan_b .ul li .bt{font-size: 16px;}
}

@media(max-width: 1100px){
	.shiyan_tit {
	    padding: 30px 0;
	}
	.shiyan_a {
	    padding: 30px 0 50px;
	}
	.shiyan_a .left{
		padding: 0;
		width: 100%;
	}

	.shiyan_b {
	    padding: 30px 0;
	}

	.shiyan_b .ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	.shiyan_b .ul li:nth-child(3n){margin-right: 2%;}
	.shiyan_b .ul li:nth-child(2n){margin-right: 0;}

	.shiyan_a .left .text,.shiyan_b .ul{margin-top: 20px;}
}

@media(max-width: 648px){
	.shiyan_a .right{
		width: 100%;
	}
	.shiyan_b .ul li{
		width: 100%;
		margin-right: 0;
	}

	.shiyan_b .page{margin-top: 30px;}
	.shiyan_tit .shiyan_tit_box a{
		float: left;
		margin-left: 0;
		width: 100%;
		margin-right: 2%;
		padding: 8px 10px;
	}

	.shiyan_tit .shiyan_tit_box a:nth-child(2n){margin-right: 0;}
}

.xiazai_a,
.xiazai_tit{
	background: #f6f7f6;
}

.xiazai_tit{
	padding: 70px 0 30px;
}

.xiazai_tit .xiazai_tit_box a{
	padding: 12px 56px;
}
.xiazai_tit .xiazai_tit_box a:nth-child(2){display:none;}

.xiazai_a {
	padding: 0 0 90px;
}

.xiazai_a .ul li{
	background: #ffffff;
	margin-top: 14px;
	border-radius: 8px;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 14px;
}

.xiazai_a .ul li .box{
	position: relative;
	padding: 20px 140px 20px 20px;
}

.xiazai_a .ul li .bt{
	float: left;
	color: #666666;
	width: 60%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.xiazai_a .ul li .time{
	color: #bbbbbb;
	float: right;
}

.xiazai_a .ul li .icon{
	background: url(/images/xiazai_a_icon.png) center center/cover;
	width: 29px;
	height: 33px;
	position: absolute;
	right: 46px;
	top: 50%;
	transform: translateY(-50%);
}

.xiazai_a .page{
	margin-top: 40px;
}

.xiazai_tit .bg1{
	width: 400px;
	height: 400px;
	opacity: 0.1;
	position: absolute;
	left: -200px;
	top: -80px;
	bottom: auto;
	z-index: 9;
}

@media(max-width: 1680px){
	.xiazai_a {
	    padding: 0 0 70px;
	}
	.xiazai_tit {
	    padding: 50px 0 20px;
	}
}

@media(max-width: 1500px){
	.xiazai_tit {
	    padding: 40px 0 20px;
	}
	.xiazai_a .ul li{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.xiazai_a .ul li .box {
	    position: relative;
	    padding: 20px 100px 20px 20px;
	}

	.xiazai_tit .bg1{
		width: 260px;
		height: 260px;
		left: -130px;
	}
}

@media(max-width: 1100px){
	.xiazai_tit .bg1{
		width: 200px;
		height: 200px;
		left: -100px;
		z-index: 0
	}

	.xiazai_a {
	    padding: 0 0 50px;
	}

	.xiazai_tit {
	    padding: 30px 0 10px;
	}
	.xiazai_a .ul li .time{display: none;}
	.xiazai_a .ul li .box {
	    position: relative;
	    padding: 15px 50px 15px 20px;
	}
	.xiazai_a .ul li .bt{
		width: 100%;
	}

	.xiazai_a .ul li .icon{
		right: 16px;
		width: 25px;
        height: 29px;
	}
	.xiazai_a .page {
	    margin-top: 30px;
	}
}

.faq_a{
	padding: 90px 0;
}

.faq_a .ul li{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 26px;
	margin-bottom: 24px;
}

.faq_a .ul li:last-child{margin-bottom: 0;}

.faq_a .ul li .top{
	cursor: pointer;	
	padding: 24px 12px 24px 6px;
}

.faq_a .ul li .top .num{
	position: absolute;
	left: 0;
	top: 0;
	color: #1263aa;
	font-size: 24px;
	line-height: 1;
}

.faq_a .ul li .top .bt{
	font-size: 16px;
	padding:0 96px 0 30px;
	color: #666666;
	padding-top: 2px;
	 overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.faq_a .ul li .top .gd{
	font-size: 16px;
	color: #666666;
	padding-right: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.faq_a .ul li .top .gd:before{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 8px;
	background: url(/images/faq_a_icon.png) center center/cover;
	content: "";
}


.faq_a .ul li .top .gd.cur:before{
	transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg); 
	-moz-transform: translateY(-50%) rotate(180deg); 	
	-webkit-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
}

.faq_a .ul li .btm{
	display: none;
	border-top: 1px solid #f2f2f2;
	padding: 34px  12px 80px 5px;
}

.faq_a .ul li .btm .num{
	position: absolute;
	left: 0;
	top: 6px;
	color: #00a39b;
	font-size: 20px;
	line-height: 1;
}

.faq_a .ul li .btm .text{
	padding-left: 34px;
	color: #999999;
	font-size: 14px;
	line-height: 2;
}

.faq_a .page{
	margin-top: 60px;
}

@media(max-width: 1680px){
	.faq_a {
	    padding: 70px 0;
	}
}

@media(max-width: 1500px){
	.faq_a {
	    padding: 60px 0;
	}

	.faq_a .ul li{
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.faq_a .page {
	    margin-top: 50px;
	}
}

@media(max-width: 1100px){
	.faq_a {
	    padding: 40px 0;
	}
	.faq_a .ul li .top{
		padding: 20px 0 20px 6px;
	}

	.faq_a .ul li .top .bt{font-size: 14px;}
	.faq_a .ul li .top .num{font-size: 20px;top: 1px;}

	.faq_a .ul li .top .gd{font-size: 14px;padding-right: 20px;}

	.faq_a .ul li .btm {
	    padding: 20px 0 40px 5px;
	}

	.faq_a .ul li .top .gd{display: none;}
	.faq_a .ul li .top .bt{
		width: 100%;
		padding-right: 0;
		overflow: initial;
	    text-overflow: initial;
	    white-space: initial;
	}

	.faq_a .ul li .btm .num{font-size: 18px;}
}

.rencai_a{
	position: relative;
	background: #fff;
	padding: 140px 0 190px;
}

.rencai_a .container2{z-index: 1;}

.rencai_a:after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 143px;
	height: 728px;
	content: "";
	background: url(/images/rencai_a_after.png) center center/cover;
}

.rencai_a .bg1{
	width: 300px;
	height: 300px;
	opacity: 0.1;
	left: 36.4%;
	top: -100px;
	bottom: auto;
	z-index: 2;
}

.rencai_a .bg2{
	width: 74px;
	height: 74px;
	opacity: 0.1;
	left: 60%;
	top: 170px;
	bottom: auto;
	z-index: 2;
}

.rencai_a .left{
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
}

.rencai_a .right{
	width: 45.7%;
	padding-top: 60px;
}

.rencai_a .right .title .cn{margin-top: 0;}

.rencai_a .right .text{
	color: #999999;
	line-height: 2;
	margin-top: 30px;
}

.rencai_b{
	position: relative;
	padding: 120px 0 190px;
	background: url(/images/rencai_b_bg.jpg) center center/cover;
}

.rencai_b .bg1{
	width: 196px;
	height: 196px;
	bottom: 70px;
	left: 8%;
	opacity: 0.4;
}

.rencai_b .title .cn{margin-top: 0;}

.rencai_b .ul{
	margin-top: 50px;
}

.rencai_b .ul li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	padding: 28px 20px 36px;
	background: rgba(18, 99, 170, 0.4);
	border: 2px solid #2b5a7e;
	border-radius: 10px;
	overflow: hidden;
}

.rencai_b .ul li:last-child{margin-right: 0;}

.rencai_b .ul li .img {text-align: right;}
.rencai_b .ul li .img img{
	width: 71px;
	display: inline-block;
}

.rencai_b .ul li .bt{
	margin-top: 50px;
	font-size: 20px;
	color: #fff;
	position: relative;
	padding-left: 30px;
}

.rencai_b .ul li .bt:before{
	position: absolute;
	background: url(/images/rencai_b_tb.png) center center/cover;
	width: 21px;
	height: 21px;
	content: "";
	left: 0;
	top: 4px;
}

.rencai_b .ul li .text{
	color: rgba(255, 255, 255, 0.6);
	margin-top: 14px;
	line-height: 1.6;
	height: 55px;
}

.rencai_c{
	background: #fff;
	padding: 100px 0 116px;
}

.rencai_c .title .cn{margin-top: 0;}
.rencai_c .rencai_c_box{
	margin-top: 44px;
}

.rencai_c .rencai_c_box .box{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.rencai_c .rencai_c_box .box .img{position: relative;}
.rencai_c .rencai_c_box .box .img:before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(/images/jishu_c_b_bg.png) center center/cover;
}

.rencai_c .rencai_c_box .box .text{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 24px;
	padding: 0 36px;
	display: none;
}

.rencai_c .rencai_c_box .box .text .bt{
	color: #fff;
	font-size: 20px;
}

.rencai_c .rencai_c_box .swiper-slide-prev{
	right: -44%;
}
.rencai_c .rencai_c_box .swiper-slide{
	 transform: scale(0.8); 
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all 0.4s;
}
.rencai_c .rencai_c_box .swiper-slide-active{
	 transform: scale(1); 
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    z-index: 3;
    margin-right: -44%;
}

.rencai_c .rencai_c_box .swiper-slide-active .box .text{
	display: block;
}

.rencai_c .swiper-button-prev,.rencai_c .swiper-button-next{
	width: 20px;
	height: 20px;
	top: 56%;
}

.rencai_c .swiper-button-prev{
	left: 190px;
	background: url(/images/rencai_c_left.png) center center/cover;
}

.rencai_c .swiper-button-next{
	right: 190px;
	background: url(/images/rencai_c_right.png) center center/cover;
}


.rencai_d{
	background: #f6f7f6;
	padding: 90px 0 120px;
}

.rencai_d .rencai_d_top .title{
	float: left;
	width: 60%;
}
.rencai_d .rencai_d_top .title .cn{margin-top: 0;}

.rencai_d .rencai_d_top .tit{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.rencai_d .rencai_d_top .tit a{
	font-size: 16px;
    color: #999999;
    margin: 0 10px;
    padding: 12px 36px;
    border: 1px solid #ebebeb;
    border-radius: 50px;
    display: inline-block;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.rencai_d .rencai_d_top .tit a i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(/images/news_icon1.png) center center/cover;
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.rencai_d .rencai_d_top .tit a.cur, .rencai_d .rencai_d_top .tit a:hover {
    background: #1263aa;
    color: #fff;
}

.rencai_d .rencai_d_top .tit a.cur i, .rencai_d .rencai_d_top .tit a:hover i {
    background: url(/images/news_icon2.png) center center/cover;
}


.rencai_d .rencai_d_box{
	margin-top: 46px;
}

.rencai_d .rencai_d_box .ol li{
	float: left;
	width: 49.375%;
	margin-right: 1.25%;
	margin-bottom: 20px;
	padding: 44px 40px;
	transition: all 0.4s;
	background: #fff;
}

.rencai_d .rencai_d_box .ol li:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.rencai_d .rencai_d_box .ol li:nth-child(2n){margin-right: 0;}

.rencai_d .rencai_d_box .ol li .top .left{
	width: 60%;
}

.rencai_d .rencai_d_box .ol li .top .left .bt{
	font-size: 24px;
	color: #1263aa;
}

.rencai_d .rencai_d_box .ol li .top .left .bt span{
	font-size: 16px;
	color: #333;
}


.rencai_d .rencai_d_box .ol li .top .left .js{
	margin-top: 10px;
}

.rencai_d .rencai_d_box .ol li .top .left .lj{
	margin-top: 14px;	
}

.rencai_d .rencai_d_box .ol li .top .left .lj span{
	color: #999999;
	font-size: 14px;
	padding: 0 16px;
	float: left;
	border:1px solid #e5e5e5;
	border-radius: 4px;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 4px;
}

.rencai_d .rencai_d_box .ol li .top .right{
	max-width: 30%;
}

.rencai_d .rencai_d_box .ol li .top .right .wenzi{
	font-size: 24px;
	color: #373744;
}
.rencai_d .rencai_d_box .ol li .top .right .wenzi span{
	color: #e58726;

}

.rencai_d .rencai_d_box .ol li .top{
	position: relative;
	padding-bottom: 24px;
}

.rencai_d .rencai_d_box .ol li .top:before{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	content: "";
	background: url(/images/border_dian.png) center center repeat-x;
}

.rencai_d .rencai_d_box .ol li .btm{
	padding-top: 20px;
	border-top: 1px solid #f2f2f2;
}

.rencai_d .rencai_d_box .ol li .btm .text{
	line-height: 1.6;
	color: #999999;
}

.rencai_d .rencai_d_box .more{
	margin-top: 26px;
	border:1px solid #b9b9b9;
}

.rencai_d .page{margin-top: 30px;}


@media(max-width: 1680px){
	.rencai_a {
	    padding: 100px 0 120px;
	}
	.rencai_a .right{
		padding-top: 40px;
	}

	.rencai_b{
		padding: 100px 0 150px;
	}
	.rencai_b .ul {
	    margin-top: 40px;
	}

	.rencai_b .ul li .bt{
		  margin-top: 40px;
	}

	.rencai_c{
		padding: 70px 0 100px;
	}

	.rencai_d {
	    padding: 100px 0 100px;
	}
	.rencai_d .rencai_d_box {
    	margin-top: 30px;
	}

	.rencai_c .swiper-button-prev{
		left: 140px;
	}

	.rencai_c .swiper-button-next{
		right: 140px;
	}
}

@media(max-width: 1500px){
	.rencai_a {
	    padding: 70px 0 100px;
	}
	.rencai_a .right {
	    padding-top: 30px;
	}
	.rencai_a .right .text{margin-top: 20px;}

	.rencai_b {
	    padding: 70px 0 100px;
	}

	.rencai_b .ul li .bt{
		font-size: 18px;
		margin-top: 30px;
	}
	.rencai_b .ul li .img img{width: 60px;}
	.rencai_b .ul li .text{margin-top: 10px;}

	.rencai_c {
	    padding: 60px 0 80px;
	}
	.rencai_c .rencai_c_box {
	    margin-top: 30px;
	}

	.rencai_c .rencai_c_box .box .text .bt{font-size: 16px;}
	.rencai_c .rencai_c_box .box .text{bottom: 20px;}

	.rencai_d {
	    padding: 70px 0 80px;
	}

	.rencai_d .rencai_d_box .ol li .top .left .bt{font-size: 20px;}
	.rencai_d .rencai_d_box .ol li .top .left .bt span{font-size: 14px;}
	.rencai_d .rencai_d_box .ol li .top .right .wenzi{font-size: 18px;}
	.rencai_d .rencai_d_box .ol li{
		padding: 30px 20px;
	}
	.rencai_d .rencai_d_box .ol li .top{padding-bottom: 20px;}

	.rencai_d .rencai_d_top .tit a {
	    font-size: 14px;
	    padding: 10px 30px;
	}

	.rencai_c .swiper-button-prev{
		left: 80px;
	}

	.rencai_c .swiper-button-next{
		right: 80px;
	}
}

@media(max-width: 1100px){
	.rencai_a .bg1{display: none;}
	.rencai_a {
	    padding: 40px 0;
	}

	.rencai_a:after {
	    width: 70px;
	    height: 508px;
	}

	.rencai_a .right{
		width: 100%;
		padding-top: 0;
	}
	.rencai_a .left{
		width: 100%;
		margin-top: 20px;
	}

	.rencai_b {
	    padding: 40px 0;
	}

	.rencai_b .ul {
	    margin-top: 30px;
	}
	.rencai_b .ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.rencai_b .ul li .img img {
	    width: 50px;
	}
	.rencai_b .ul li .bt{
		font-size: 16px;
		margin-top: 20px;
	}
	.rencai_c {
	    padding: 40px 0;
	}
	.rencai_c .rencai_c_box {
	    margin-top: 20px;
	}
	.rencai_d .rencai_d_box .ol li .top .left .bt {
	    font-size: 18px;
	}

	.rencai_c .swiper-button-prev{
		left: 4px;
	}

	.rencai_c .swiper-button-next{
		right: 4px;
	}
}

@media(max-width: 640px){
	.rencai_c .rencai_c_box .swiper-slide-prev {
	    right: 0;
	}
	.rencai_c .rencai_c_box .swiper-slide-active{margin-right: 0;}
	.rencai_c .rencai_c_box .box .text{
		padding: 0 20px;
	}

	.rencai_d {
	    padding: 40px 0;
	}
	.rencai_d .rencai_d_top .title{width: 100%;}
	.rencai_d .rencai_d_top .tit{
		margin-top: 20px;
		position: initial;
		transform: initial;
		display: inline-block;
		width: 100%
	}
	.rencai_d .rencai_d_top .tit a{
	    float: left;
	    margin-left: 0;
	    width: 49%;
	    margin-right: 2%;
	    padding: 8px 10px;
	    text-align: center;
	    margin-bottom: 10px;
	}
	.rencai_d .rencai_d_top .tit a:nth-child(2n){margin-right: 0;}

	.rencai_d .rencai_d_box {
	    margin-top: 20px;
	}
	.rencai_d .rencai_d_box .ol li{
		width: 100%;
		margin-bottom: 12px;
	}
	.rencai_d .rencai_d_box .ol li .top .left .lj span{font-size: 12px;}
	.rencai_d .rencai_d_box .ol li .top .left{
		width: 100%;
	}
	.rencai_d .rencai_d_box .ol li .top .right{
		max-width: 100%;
		float: left;
		margin-top: 10px;
	}
	.rencai_d .page {
	    margin-top: 20px;
	}
}

.rencaixq_a{
	padding: 80px 0 96px;
}

.rencaixq_a .left{
	background: #fff;
	width: 74.2%;
	padding: 56px 46px;
	border-radius: 8px;
	overflow: hidden;
}

.rencaixq_a .left .top .bt{
	color: #000000;
	font-size: 24px;
	font-weight: initial;
}

.rencaixq_a .left .top .js{
	color: #666666;
	margin-top: 8px;
}

.rencaixq_a .left .top .js span{
	color: #e48019;
}

.rencaixq_a .left .top .bq{
	margin-top: 10px;
}

.rencaixq_a .left .top .bq span{
	color: #666666;
	font-size: 14px;
	padding: 6px 14px;
	border: 1px solid #eeeeee;
	margin-right: 4px;
	display: inline-block;
	border-radius: 4px;
}

.rencaixq_a .left .top .wia{
	margin-top: 14px;
}

.rencaixq_a .left .top .wia span{margin-right: 20px;}
.rencaixq_a .left .top .wia span:last-child{margin-right: 0;}

.rencaixq_a .left .btm{
	padding-top: 30px;
	margin-top: 30px;
	border-top:1px solid  #f5f5f5;
}

.rencaixq_a .left .btm .box{
	margin-bottom: 50px;
}

.rencaixq_a .left .btm .box:last-child{
	margin-bottom: 0;
}

.rencaixq_a .left .btm .box .text{
	margin-top: 10px;
	color: #666666;
	line-height: 2;
}

.rencaixq_a .left .btm .box .h3{
	font-size: 20px;
	color: #666666;
	font-weight: initial;
}

.rencaixq_a .right{
	border-radius: 8px;
	overflow: hidden;
	width: 24.2%;
	background: #fff;
	padding: 24px 36px;
}

.rencaixq_a .right .bt{
    color: #000000;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    position: relative;
    font-weight: initial;
}

.rencaixq_a .right .bt:before{
	width: 40px;
	height: 4px;
	background: #1263aa;
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
}

.rencaixq_a .right .ol{
	margin-top: 6px;
}

.rencaixq_a .right .ol li{
	padding: 30px 0;
	border-bottom: 1px dashed #dddddd;
}
.rencaixq_a .right .ol li:last-child{border-bottom: none;}

.rencaixq_a .right .ol li .biaoti{
	font-size: 18px;
	color: #000000;
	font-weight: initial;
}

.rencaixq_a .right .ol li .js{
	margin-top: 4px;
	color: #666666;
	font-size: 14px;
}


.rencaixq_a .right .ol li .js span{
	color: #e48019;
}

.rencaixq_a .right .ol li .time{
	color: #666666;
	font-size: 14px;
	margin-top: 16px;
}

.rencaixq_a .anniu a{
	float: left;
	padding: 12px 48px 12px 58px;
	border-radius: 50px;
}

.rencaixq_a .anniu a.jianli{
	margin-right: 10px;
	background: #1263aa;
	color: #fff;
	border: 1px solid #1263aa;
}

.rencaixq_a .anniu a.jianli i{
	display: inline-block;
	background: url(/images/jianli_icon.png) center center/cover;
	width: 17px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-left: 10px;
}

.rencaixq_a .anniu a.fanhui{
	border: 1px solid #cccccc;
}

.rencaixq_a .anniu a.fanhui i{
	display: inline-block;
	background: url(/images/fanhui_icon.jpg) center center/cover;
	width: 18px;
	height: 13px;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

@media(max-width: 1680px){
	.rencaixq_a {
	    padding: 60px 0 80px;
	}
	.rencaixq_a .left{
		padding: 50px 40px;
	}

	.rencaixq_a .right{
	   padding: 20px;
	}
	.rencaixq_a .right .bt{font-size: 20px;}
	.rencaixq_a .right .ol li{
		padding: 20px 0;
	}
	.rencaixq_a .right .ol li .biaoti{font-size: 16px;}

	.rencaixq_a .left .top .bt{
		font-size: 22px;
	}
}

@media(max-width: 1500px){
	.rencaixq_a .left {
	    padding: 40px 30px;
	}

	.rencaixq_a .left .btm{
		padding-top: 20px;
		margin-top: 20px;
	}

	.rencaixq_a .left .btm .box .h3{font-size: 18px;}
	.rencaixq_a .right .bt {
	    font-size: 18px;
	}
	.rencaixq_a .left .btm .box {
	    margin-bottom: 30px;
	}
	.rencaixq_a .anniu a {
	    padding: 10px 40px 10px 50px;
	}
	.rencaixq_a {
	    padding: 50px 0 60px;
	}
}

@media(max-width: 1100px){
	.rencaixq_a .left .top .wia span{
		margin-right: 0;
		display: block;
		margin-bottom: 10px;
	}
	.rencaixq_a .right{display: none;}
	.rencaixq_a {
	    padding: 40px 0;
	}
	.rencaixq_a .left{
		padding: 30px 20px;
		width: 100%;
	}
	.rencaixq_a .left .top .bt {
	    font-size: 20px;
	}
	.rencaixq_a .left .top .bq span{font-size: 12px;}
	.rencaixq_a .left .btm .box .h3 {
	    font-size: 16px;
	}
	.rencaixq_a .anniu a {
	    padding: 8px 16px 8px 26px;
	}
	.rencaixq_a .anniu a.jianli i{
		width: 14px;
		height: 12px;
		margin-left: 5px;
	}

	.rencaixq_a .anniu a.fanhui i{
		width: 16px;
        height: 11px;
        top: 0;
        margin-right: 5px;
	}
}

.contact_a{
	background: #fff;
	padding: 90px 0 110px;
}

.contact_a .bt{
	font-size: 26px;
	color: #333333;
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
}

.contact_a .ul{
	padding: 44px 6px 64px;
}

.contact_a .ul li{
	float: left;
	width: 33.3%;
	padding-right: 10px;
}


.contact_a .ul li .img{
	float: left;
	width: 63px;
}

.contact_a .ul li .text{
	color: #666666;
	font-size: 18px;
	padding: 0 0 0 14px;
	position: absolute;
	left: 74px;
	top: 50%;
	transform: translateY(-50%);
}

.contact_a .map #allmap{
	height: 400px;
}

.contact_b{
	padding: 160px 0 190px;
	background: url(/images/contact_b_bg.jpg) center center/cover;
}

.contact_b .left{
	width: 22.85%;
}

.contact_b .left .text{
	margin-top: 20px;
	line-height: 2;
	color: #999999;
}


.contact_b .right{
	width: 59.7%;
}
.contact_b .right .ul li.w100{width: 100%;}
.contact_b .right .ul li{
	float: left;
	width: 49.2%;
	margin-bottom: 14px;
	margin-right: 1.6%;
}

.contact_b .right .ul li:nth-child(2n){margin-right: 0;}

.contact_b .right .ul li input{
	width: 100%;
	padding: 12px 30px;
	border-radius: 50px;
	border: 1px solid #d6d6d6;
	background: none;
	font-size: 16px;
	color: #666666;
}

.contact_b .right .ul li.btn{

}

.contact_b .right .ul li.btn input{
	width: auto;
	background: #1263aa;
	border: 1px solid #1263aa;
	color: #fff;
	padding: 12px 60px;
	margin-top: 30px;
}

@media(max-width: 1680px){
	.contact_a {
	    padding: 70px 0 90px;
	}
	.contact_a .bt{
		padding-bottom: 20px;
	}

	.contact_a .ul {
	    padding: 40px 6px 60px;
	}

	.contact_b{
		padding: 130px 0 160px;
	}

	
}

@media(max-width: 1500px){
	.contact_a {
	    padding: 50px 0 60px;
	}
	.contact_a .bt{
	    font-size: 22px;
	}
	.contact_a .ul {
	    padding: 30px 0 40px;
	}
	.contact_a .ul li .text{
		font-size: 14px;
	}
	.contact_a .ul li .img{
		width: 60px;
	}
	.contact_a .ul li .text{
		left: 54px;
	}
	.contact_a .map #allmap {
	    height: 300px;
	}
	.contact_b {
	    padding: 90px 0 140px;
	}

	.contact_b .right .ul li input{
		font-size: 14px;
		padding: 10px 30px;
	}
	.contact_b .right .ul li.btn input{
		    margin-top: 20px;
		    padding: 10px 50px;
	}
}

@media(max-width: 1100px){
	.contact_a {
	    padding: 40px 0;
	}

	.contact_a .bt {
	    font-size: 20px;
	}

	.contact_a .ul {
	    padding: 20px 0 30px;
	}
	.contact_a .ul li{
		width: 100%;
		margin-bottom: 14px;
	}

	.contact_b {
	    padding: 40px 0 60px;
	}
	.contact_b .left{
		width: 100%;
	}
	.contact_b .right{
		width: 100%;
		margin-top: 20px;
	}
	.contact_b .right .ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.contact_b .right .ul li.btn input{
		margin-top: 0;
	}
	.contact_b .right .ul li.btn{
		text-align: center;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.contact_b .left .title .cn{margin-top: 0;}
}

@media(max-width: 640px){
	.contact_a .ul li .img {
	    width: 50px;
	}

	.contact_a .ul li .text{
		padding-left: 10px;
	}

	.contact_b .right .ul li input {
	    font-size: 14px;
	    padding: 10px 20px;
	}
}

/*动画*/
@keyframes fa1 {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(37.5%);
	}
	100% {
		-webkit-transform: translateY(75%);
		opacity: 0;
	}
}
@-webkit-keyframes fa1 {
	0% {
		opacity: 1;
		-webkit-transform: translateY(15%);
	}
	50% {
		-webkit-transform: translateY(37.5%);
	}
	100% {
		-webkit-transform: translateY(75%);
		opacity: 0;
	}
}

@keyframes bg_xz{
  0%{-webkit-transform:  rotate(0deg);}
  25%{-webkit-transform: rotate(90deg);}
  50%{-webkit-transform:  rotate(180deg);}
  75%{-webkit-transform:  rotate(270deg);}
  100%{-webkit-transform:  rotate(360deg);}
}
@-webkit-keyframes bg_xz {
	 0%{-webkit-transform:  rotate(0deg);}
	  25%{-webkit-transform: rotate(90deg);}
	  50%{-webkit-transform:   rotate(180deg);}
	  75%{-webkit-transform: rotate(270deg);}
	  100%{-webkit-transform:  rotate(360deg);}
}

@keyframes turn{
  0%{-webkit-transform:  translateY(-50%) rotate(0deg);}
  25%{-webkit-transform:  translateY(-50%) rotate(90deg);}
  50%{-webkit-transform:  translateY(-50%) rotate(180deg);}
  75%{-webkit-transform:  translateY(-50%) rotate(270deg);}
  100%{-webkit-transform:  translateY(-50%) rotate(360deg);}
}
@-webkit-keyframes turn {
	 0%{-webkit-transform:  translateY(-50%) rotate(0deg);}
	  25%{-webkit-transform:  translateY(-50%) rotate(90deg);}
	  50%{-webkit-transform:  translateY(-50%) rotate(180deg);}
	  75%{-webkit-transform:  translateY(-50%) rotate(270deg);}
	  100%{-webkit-transform:  translateY(-50%) rotate(360deg);}
}
/*动画-end*/

/*banner1*/

@media(max-width: 3000px){
	.banner1 .banner1_bg{
		line-height: 0;
		/*width: 43.75%;*/
		width: 840px;
		top: 14%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		animation:banner_bg 90s linear infinite;
		-webkit-animation:banner_bg 90s linear infinite;
	}
}

@media(max-width: 1920px){
	.banner1 .banner1_bg{
		width: 43.75%;
		top: 7.4%;
	}
}

.banner1 .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner1 .icon .container2{
	height: 100%;
	position: relative;
}

.banner1 .icon .img1{
	position: absolute;
	left: 7.1%;
	top: 23.6%;
	width: 61px;
}


.banner1 .icon .img2{
	position: absolute;
	left: 20.2%;
	top:  12.4%;
	width: 26px;
}

.banner1 .icon .img3{
	position: absolute;
	left: 27.8%;
	top:  20.5%;
	width: 56px;
}

.banner1 .icon .img4{
	position: absolute;
	left: 40%;
	top:  10.2%;
	width: 34px;
}

.banner1 .icon .img5{
	position: absolute;
	left: 55.2%;
	top:  7.4%;
	width: 37px;
}

.banner1 .icon .img6{
	position: absolute;
	right: 22.8%;
	top:  19.2%;
	width: 122px;
}

.banner1 .icon .img7{
	position: absolute;
	right: 10%;
	top:  11.8%;
	width: 51px;
}

.banner1 .icon .img8{
	position: absolute;
	right: 10%;
	top:  29.1%;
	width: 67px;
}


.banner1 .icon .img1,.banner1 .icon .img4{
	animation:banner_icon2 2.5s linear infinite;
	-webkit-animation:banner_icon2 2.5s linear infinite;
}

.banner1 .icon .img3,.banner1 .icon .img5{
	animation:banner_icon4 4s linear infinite;
	-webkit-animation:banner_icon4 4s linear infinite;

}

.banner1 .icon .img2{
	animation:banner_icon3 5s linear infinite;
	-webkit-animation:banner_icon3 5s linear infinite;
}

.banner1 .icon .img6{
	animation:banner_icon4 6s linear infinite;
	-webkit-animation:banner_icon4 6s linear infinite;
}

.banner1 .icon .img7{
	animation:banner_icon1 4s linear infinite;
	-webkit-animation:banner_icon1 4s linear infinite;
}

.banner1 .icon .img8{
	animation:banner_icon2 6s linear infinite;
	-webkit-animation:banner_icon2 6s linear infinite;
}

@keyframes banner_bg{
  0%{-webkit-transform:  translateX(-50%) rotate(0deg);}
  25%{-webkit-transform:  translateX(-50%) rotate(90deg);}
  50%{-webkit-transform:  translateX(-50%) rotate(180deg);}
  75%{-webkit-transform:  translateX(-50%) rotate(270deg);}
  100%{-webkit-transform:  translateX(-50%) rotate(360deg);}
}

@-webkit-keyframes banner_bg {
	 0%{-webkit-transform:  translateX(-50%) rotate(0deg);}
	  25%{-webkit-transform:  translateX(-50%) rotate(90deg);}
	  50%{-webkit-transform:  translateX(-50%) rotate(180deg);}
	  75%{-webkit-transform:  translateX(-50%) rotate(270deg);}
	  100%{-webkit-transform:  translateX(-50%) rotate(360deg);}
}


@keyframes banner_icon1{
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(-3%);}
  50%{-webkit-transform:  translateY(-6%);}
  75%{-webkit-transform:  translateY(-3%);}
  100%{-webkit-transform:  translateY(0);}
}

@-webkit-keyframes banner_icon1 {
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(-3%);}
  50%{-webkit-transform:  translateY(-6%);}
  75%{-webkit-transform:  translateY(-3%);}
  100%{-webkit-transform:  translateY(0);}
}

@keyframes banner_icon2{
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(3%);}
  50%{-webkit-transform:  translateY(7%);}
  75%{-webkit-transform:  translateY(3%);}
  100%{-webkit-transform:  translateY(0);}
}

@-webkit-keyframes banner_icon2 {
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(10%);}
  50%{-webkit-transform:  translateY(20%);}
  75%{-webkit-transform:  translateY(10%);}
  100%{-webkit-transform:  translateY(0);}
}

@keyframes banner_icon3{
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(-4%);}
  50%{-webkit-transform:  translateY(-9%);}
  75%{-webkit-transform:  translateY(-4%);}
  100%{-webkit-transform:  translateY(0);}
}

@-webkit-keyframes banner_icon3 {
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(-4%);}
  50%{-webkit-transform:  translateY(-9%);}
  75%{-webkit-transform:  translateY(-4%);}
  100%{-webkit-transform:  translateY(0);}
}

@keyframes banner_icon4{
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(4%);}
  50%{-webkit-transform:  translateY(9%);}
  75%{-webkit-transform:  translateY(4%);}
  100%{-webkit-transform:  translateY(0);}
}

@-webkit-keyframes banner_icon4 {
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(4%);}
  50%{-webkit-transform:  translateY(9%);}
  75%{-webkit-transform:  translateY(4%);}
  100%{-webkit-transform:  translateY(0);}
}

@keyframes banner_icon5{
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(2%);}
  50%{-webkit-transform:  translateY(4%);}
  75%{-webkit-transform:  translateY(2%);}
  100%{-webkit-transform:  translateY(0);}
}

@-webkit-keyframes banner_icon5 {
  0%{-webkit-transform:  translateY(0);}
  25%{-webkit-transform:  translateY(2%);}
  50%{-webkit-transform:  translateY(4%);}
  75%{-webkit-transform:  translateY(2%);}
  100%{-webkit-transform:  translateY(0);}
}

@media(max-width: 1600px){
	.banner1 .icon .img1{
		width: 51px;
	}
	.banner1 .icon .img2{
		position: absolute;
		width: 16px;
	}

	.banner1 .icon .img3{
		width: 46px;
	}

	.banner1 .icon .img4{
		width: 24px;
	}

	.banner1 .icon .img5{
		width: 27px;
	}

	.banner1 .icon .img6{
		width: 102px;
	}

	.banner1 .icon .img7{
		width: 41px;
	}

	.banner1 .icon .img8{
		width: 57px;
	}

}

@media(max-width: 910px){

}
/*banner2*//*
.banner .banner2 .text{
	text-align: center;
    top: 39%;
    transform: initial;
}
.banner1 .zhedang,.banner2 .zhedang{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	z-index: 9;
	line-height: 0;
}
.banner2 .banner2_bg{
	position: absolute;
	width: 980px;
	left: 50%;
	top: 16%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}


.banner2 .banner2_bg > img{
	width: 706px;
	animation:banner_bg2 90s linear infinite;
	-webkit-animation:banner_bg2 90s linear infinite;
}

.banner2 .banner2_bg .ul li{
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.banner2 .banner2_bg .ul li.li1{
	 top: 41.7%;
}

.banner2 .banner2_bg .ul li.li2{
	 top: 65%;
	 width: 82%;
}

.banner2 .banner2_bg .ul li.li3{
	 bottom: 6%;
	 width: 59.5%;
}

.banner2 .banner2_bg .ul li .fl{
	color: #fff;
	font-size: 14px;
	padding-top: 30px;
	position: absolute;
}

.banner2 .banner2_bg .ul li .fl:before{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(/images/banner02_dian.png) center center/cover;
	width: 26px;
	height: 26px;
	position: absolute;
	content: "";
}

.banner2 .banner2_bg .ul li .fl.fl1{
	top: 50.5%;
	left: -26px;
}

.banner2 .banner2_bg .ul li .fl.fl2{
	bottom: -16px;
	left: 19.3%;
}

.banner2 .banner2_bg .ul li .fl.fl3{
	bottom: -36px;
	left: 46%;
}

.banner2 .banner2_bg .ul li .fl.fl4{
	bottom: -16px;
	left: 74.4%;
}

.banner2 .banner2_bg .ul li .fl.fl5{
	top: 50.5%;
	right: -26px;
}


.banner2 canvas{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 31.5% !important;
}

@keyframes banner_bg2{
  0%{-webkit-transform:  rotate(0deg);}
  25%{-webkit-transform:  rotate(90deg);}
  50%{-webkit-transform:  rotate(180deg);}
  75%{-webkit-transform:  rotate(270deg);}
  100%{-webkit-transform:  rotate(360deg);}
}

@-webkit-keyframes banner_bg2 {
	 0%{-webkit-transform:   rotate(0deg);}
	  25%{-webkit-transform:  rotate(90deg);}
	  50%{-webkit-transform:  rotate(180deg);}
	  75%{-webkit-transform:  rotate(270deg);}
	  100%{-webkit-transform:  rotate(360deg);}
}

@media(max-width: 1600px){
	.banner2 .banner2_bg{
		width: 800px;
	}
	.banner2 .banner2_bg > img{
		width: 600px;
	}
}

@media(max-width: 900px){
	.banner1 .icon,.banner2 .banner2_bg > img,.banner2 .banner2_bg .ul,.banner2 canvas{display: none;}

	.banner2 .banner2_bg{
		width: 100%;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.home_a:before{
		 display: none;
	}
}*/
/*banner2*/
.banner .banner2 .text{
	text-align: center;
    top: 39%;
    transform: initial;
}
.banner1 .zhedang,.banner2 .zhedang{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 9;
	line-height: 0;
}
.banner2 .banner2_bg{
	position: absolute;
	width: 980px;
	left: 50%;
	top: 16%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}


.banner2 .banner2_bg > img{
	width: 706px;
	animation:banner_bg2 90s linear infinite;
	-webkit-animation:banner_bg2 90s linear infinite;
}

.banner2 .banner2_bg .ul li{
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.banner2 .banner2_bg .ul li.li1{
	 top: 41.7%;
}

.banner2 .banner2_bg .ul li.li2{
	 top: 65%;
	 width: 82%;
}

.banner2 .banner2_bg .ul li.li3{
	 bottom: 6%;
	 width: 59.5%;
}
/*2021-12-28修改*/
.banner2 .banner2_bg .ul li .fl p{
	background: #0a2b2e;
	line-height: 1;
	padding: 10px;
	border-radius: 5px;
	margin-top: 6px;
	border: 1px solid #43c8d4;
	position: relative;
	color: #08efff;
}
.banner2 .banner2_bg .ul li .fl p:before{
	position: absolute;
	z-index: 3;
	content: "";
	width: 18px;
	height: 13px;
	left: 50%;
	transform: translateX(-50%);
	top: -13px;
	background: url(/images/banner_2_jt.png) center center/cover;
}
/**/
.banner2 .banner2_bg .ul li .fl{
	color: #fff;
	font-size: 14px;
	padding-top: 30px;
	position: absolute;
}

.banner2 .banner2_bg .ul li .fl:before{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #5af3ff;
	border-radius: 100%;
	/*background: url(/images/banner02_dian.png) center center/cover;*/
	width: 15px;
	height: 15px;
	position: absolute;
	content: "";
}

.banner2 .banner2_bg .ul li .fl.fl1{
	top: 50.5%;
	left: -104px;
	padding-top: 0;
	padding-right: 30px;
}

.banner2 .banner2_bg .ul li .fl.fl1:before{
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: 0;
}
.banner2 .banner2_bg .ul li .fl.fl1 p{margin-top: 0;}
.banner2 .banner2_bg .ul li .fl.fl1 p:before{
	top: 50%;
	left: auto;
	right: -15px;
	-webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.banner2 .banner2_bg .ul li .fl.fl2{
	bottom: -48px;
	left: 19.3%;
}

.banner2 .banner2_bg .ul li .fl.fl3{
	bottom: -64px;
	left: 46%;
}

.banner2 .banner2_bg .ul li .fl.fl4{
	bottom: -44px;
	left: 74.4%;
}

.banner2 .banner2_bg .ul li .fl.fl5{
	top: 50.5%;
	right: -106px;
	padding-top: 0;
	padding-left: 30px;
}

.banner2 .banner2_bg .ul li .fl.fl5:before{
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: auto;
}
.banner2 .banner2_bg .ul li .fl.fl5 p{margin-top: 0;}
.banner2 .banner2_bg .ul li .fl.fl5 p:before{
	top: 50%;
	right: auto;
	left: -15px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}



.banner2 canvas{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 31.5% !important;
}

@keyframes banner_bg2{
  0%{-webkit-transform:  rotate(0deg);}
  25%{-webkit-transform:  rotate(90deg);}
  50%{-webkit-transform:  rotate(180deg);}
  75%{-webkit-transform:  rotate(270deg);}
  100%{-webkit-transform:  rotate(360deg);}
}

@-webkit-keyframes banner_bg2 {
	 0%{-webkit-transform:   rotate(0deg);}
	  25%{-webkit-transform:  rotate(90deg);}
	  50%{-webkit-transform:  rotate(180deg);}
	  75%{-webkit-transform:  rotate(270deg);}
	  100%{-webkit-transform:  rotate(360deg);}
}

@media(max-width: 1600px){
	.banner2 .banner2_bg{
		width: 800px;
	}
	.banner2 .banner2_bg > img{
		width: 600px;
	}
}

@media(max-width: 1100px){
	.banner1 .icon,.banner2 .banner2_bg > img,.banner2 .banner2_bg .ul,.banner2 canvas{display: none;}

	.banner2 .banner2_bg{
		width: 100%;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.home_a:before{
		 display: none;
	}
}


/*2021-12-23新增*/
.header.cur .right .nav .icon{
	transition: all 0.3s;
}
.header.cur .right .nav.gb .icon{
	width: 21px;
	height: 21px;
	background: url(/images/nav_guanbi2.png) center center/cover;
}
.header.cur .right .ul,.header.cur .right .sousuo{display: none;}
.header .container{position: relative;z-index: 4;}
.header .xiala{
	position: absolute;
	right: -100%;
	width: 100%;
	top: 0;
	background: #031d25;
	padding: 140px 0 170px;
	transition: all 0.4s;
}

.header .xiala .ul{
	padding: 0 100px;
}

.header .xiala .ul li{
	float: left;
	width: 25%;
	padding-right: 20px;
}

.header .xiala .ul li .bt{
	color: #ffffff;
	font-size: 20px;
}
.header .xiala .ul li .bt a{color: #fff;}

.header .xiala .ul li .box{
	margin-top: 10px;
}

.header .xiala .ul li .box a{
	font-size: 16px;
	color: #b8b8b8;
	display: block;
	margin-top: 20px;
}

.header .xiala .ul li .box a:hover{color: #fff;}
.header .xiala .bg1{
	width: 540px;
	height: 540px;
	position: absolute;
	top: -240px;
	right: -170px;
	opacity: 0.2;
}

.header .xiala .bg2{
	width: 220px;
	height: 220px;
	position: absolute;
	top: auto;
	bottom: 70px;
	right: 230px;
	opacity: 0.2;
}

.header .xiala .bg3{
	width: 130px;
	height: 130px;
	position: absolute;
	top: auto;
	bottom: 110px;
	right: 80px;
	opacity: 0.2;
}

@media(max-width: 1600px){
	.header .xiala .bg1{
		width: 480px;
		height: 480px;
	}

	.header .xiala .bg2{
		width: 180px;
		height: 180px;
	}
	.header .xiala .bg3{
		width: 120px;
		height: 120px;
	}

	.header .xiala .ul li .bt{font-size: 16px;}
	.header .xiala .ul li .box a{
		font-size: 14px;
		margin-top: 14px;
	}
	.header .xiala .ul {
	    padding: 0 70px;
	}
}

@media(max-width: 1200px){
	.header .xiala .ul {
	    padding: 0 0;
	}
}


/*2021-12-28搜索tong*/

.xiala_sousuo{
	position: absolute;
	right: -100%;
	width: 100%;
	top: -30px;
	padding: 100px 0 0;
	/*background: #071114;*/
	transition: all 0.4s;
}

.xiala_sousuo.cur{
	right: 0;
}

.xiala_sousuo .xiala_sousuo_box{
	padding: 20px 260px;
	background: #031a24;
}

.xiala_sousuo .xiala_sousuo_box .wenben{
	padding: 14px 46px 14px 26px;
	font-size: 16px;
	color: #fff;
	width: 100%;
	border-radius: 50px;
	border: none;
	background: #092532;
	height: 60px;
	line-height: 60px;
}

.xiala_sousuo .xiala_sousuo_box .btn{
	width: 24px;
	height: 26px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	border: none;
	background: url(/images/xiala_sousuo.png) center center/cover;
}

.xiala_sousuo .xiala_sousuo_box .wenben::-webkit-input-placeholder{
	color: #9aaeb7;
}

@media(max-width: 1680px){

	.xiala_sousuo .xiala_sousuo_box{
		padding: 20px 200px;
	}
}

@media(max-width: 1500px){
	.xiala_sousuo .xiala_sousuo_box{
		padding: 20px 100px;
	}
	.xiala_sousuo .xiala_sousuo_box .wenben{
		height: 50px;
		line-height: 50px;
	    font-size: 14px;
	}
	.xiala_sousuo .xiala_sousuo_box .btn{
		width: 20px;
		height: 22px;
	}
}

@media(max-width: 1100px){
	.xiala_sousuo .xiala_sousuo_box{
		padding: 14px 20px;
	}
	.xiala_sousuo .xiala_sousuo_box .wenben{
		height: 40px;
		line-height: 40px;
		padding: 14px 44px 14px 20px;
	}
	.xiala_sousuo .xiala_sousuo_box .btn{
		width: 16px;
		height: 18px;
	}
}

.fuj{
	font-size: 14px;
    color: #1074a6;
    margin-bottom: 30px;
}
.fuj a{
	color: #1074a6;
}
.fuj .fuj_box {
    background: url(/images/fujian_icon.png) no-repeat left -82px;
    padding-left: 20px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*新招聘列表*/
.renvai_e{
	padding: 120px 0;
	background: url(/images/zhaopin_bg.jpg) center center/cover;
}

.renvai_e .right{
	width: 560px;
}

.renvai_e .right .ol{
	margin-top: 50px;
}

.renvai_e .right .ol li{
	float: left;
	width: 41%;
	margin-right: 18%;
	border: 1px solid #ffffff;
}

.renvai_e .right .ol li:last-child{margin-right: 0;}

.renvai_e .right .ol li .ewm{
	width: 50%;
}

.renvai_e .right .ol li .text{
	width: 50%;
	font-size: 17px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}

@media(max-width: 1680px){
	.renvai_e{
		padding: 100px 0;
	}
	.renvai_e .right .ol {
	    margin-top: 40px;
	}
	.renvai_e .right .ol li .text{font-size: 16px;}
}

@media(max-width: 1500px){
	.renvai_e{
		padding: 80px 0;
	}
	.renvai_e .right .ol {
	    margin-top: 30px;
	}
}

@media(max-width: 1100px){
	.renvai_e .right{
		float: left;
	}
	.renvai_e {
	    padding: 50px 0;
	}
	.renvai_e .right .ol{margin-top: 20px;}
}

@media(max-width: 640px){
	.renvai_e .right{
		width: 100%;
	}
	.renvai_e .right .ol li{
		width: 48%;
		margin-right: 4%;
	}
	.renvai_e .right .ol li .text{font-size: 14px;}
}

/*可靠性等通用联系模块*/
.tongyong_lj .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding-left: 13.5%;
}

.tongyong_lj .left .title2{
	position: absolute;
	top: 50px;
}

.tongyong_lj .left .title2 .cn{color: #fff;}

.tongyong_lj .right{
	float: right;
	width: 50%;
	background: #072f37;
	padding: 50px 13.5% 50px 60px;
	color: #fff;
	position: relative;
}

.tongyong_lj .right:before{
	position: absolute;
	left: 30px;
	top: 0;
	width: 328px;
	height: 230px;
	content: "";
	background: url(/images/tongyong_icon.jpg) center center/cover;
}

.tongyong_lj .right .l{
	float: left;
	width: 39%;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

.tongyong_lj .right .l .bt{
	font-size: 28px;
}

.tongyong_lj .right .l .js{
	margin-top: 6px;
}

.tongyong_lj .right .r{
	float: right;
	width: 61%;
	position: relative;
	z-index: 1;
}

.tongyong_lj .right .r .text{
	line-height: 2;
}

@media(max-width: 1680px){
	.tongyong_lj .right .l .bt {
	    font-size: 26px;
	}
}

@media(max-width: 1500px){
	.tongyong_lj .left{
		padding-left: 8.5%;
	}
	.tongyong_lj .right{
		padding-right: 8.5%;
	}
	.tongyong_lj .right:before{
		width: 308px;
        height: 210px;
	}
}

@media(max-width: 1100px){
	.tongyong_lj .left{
		width: 100%;
		position: initial;
		padding: 30px 20px;
	}
	.tongyong_lj .left .title2{
		padding-top: 0;
		position: initial;
	}
	.tongyong_lj .right{
		width: 100%;
		padding: 20px 20px;
	}
	.tongyong_lj .right:before{
		width: 200px;
        height: 140px;
	}
	.tongyong_lj .right .l .bt {
	    font-size: 20px;
	}
}

@media(max-width: 640px){
	.tongyong_lj .right .l{
		width: 100%;
		padding-right: 0;
	}
	.tongyong_lj .right .r{
		width: 100%;
		margin-top: 20px;
	}
}

/*产品详情—名片弹窗product*/
.mingp{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.62);
	z-index: 9999999;
	display: none;
}

.mingp .box{
	background: #1263aa;
	width: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	padding: 16px 40px 40px;
	color: #fff;
}

.mingp .box .top{
	position: relative;
	padding: 20px 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.mingp .box .top .bt{
	font-size: 25px;
	padding-left: 28px;
	position: relative;
}

.mingp .box .top .bt:before{
	background: url(/images/home_icon_bai.png) center center/cover;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
}

.mingp .box .guanbi{
	position: absolute;
	width: 14px;
	height: 14px;
	right: 16px;
	top: 16px;
	background: url(/images/mingp_gb.png) center center/cover;
	cursor: pointer;
}

.mingp .box .btm{
	padding-top: 30px;
}

.mingp .box .btm .left{
	width: 48%;
	padding-right: 20px;
}

.mingp .box .btm .left .bt{
	font-size: 22px;
}



.mingp .box .btm .left .js{
	font-size: 14px;
	margin-top: 4px;
}

.mingp .box .btm .left .ewm{
	width: 96px;
	margin-top: 10px;
	text-align: center;
}

.mingp .box .btm .left .ewm .wz{
	text-align: center;
	font-size: 14px;
	letter-spacing: 10px;
	margin-top: 4px;
}

.mingp .box .btm .right{
	width: 52%;
	line-height: 2.6;
}

@media(max-width: 1500px){
	.mingp .box .top .bt{
		font-size: 20px;
	}
	.mingp .box .top{
		padding: 16px 0 16px;
	}
	.mingp .box .top .bt:before{
		width: 16px;
		height: 16px;
	}
	.mingp .box .btm .left .bt {
	    font-size: 18px;
	}
	.mingp .box{
	   padding: 16px 30px 30px;
	}
}

@media(max-width: 1100px){
	.mingp .box {
	    width: 92%;
	}
}

@media(max-width: 640px){
	.mingp .box {
	   padding: 16px 20px 30px;
	}
	.mingp .box .btm .left{
		width: 100%;
	}
	.mingp .box .btm .right{
		width: 100%;
		margin-top: 14px;
		line-height: 2;
	}
	.mingp .box .btm {
	    padding-top: 20px;
	}
	.mingp .box .top {
	    padding: 10px 0;
	}
}



/*技术服务整体解决方案新增*/
.jishu_c_b .ul li .text2{display: block;opacity: 1;}
.jishu_c_b .ul li .text{
	bottom: 0;
	top: auto;
	height: 90px;
	transition: all 0.3s;
}
.jishu_c_b .ul li:hover .text{
	
	
}
/**/
.jishu_c .ul li .an {display: none;}
.jishu_c .ul li .an .more{
	color: #e48019;
}

.jishu_c .ul li .an .more{
	margin-top: 50px;
	display: inline-block;
	color: #e48019;
}

.jishu_c .ul li .an .more i.y{
	border-color: #1263aa;
}

.jishu_c .ul li .an .more i.jt{
	background: url(/images/more_jt_bule.png) center center/cover;
}

.jishu_c .ul li:nth-child(2) .an {display: block;}

.jishu_c_b .ul li .text .gd{
	position: absolute;
	font-size: 16px;
	color: #fff;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s;
}

.jishu_c_b .ul li:hover .text .gd{opacity: 1;}

/*技术服务整体解决方案新增2(页面样式)*/
.chanye_a{
	padding: 94px 0 100px;
	background: url(/images/chanye_a_bg.jpg) center center/cover;
}

.title34 .cn{font-size: 34px;}
.chanye_a .text{
	color: #666666;
	line-height: 2;
	margin-top: 20px;
}

.chanye_b{
	padding: 50px 0 70px;
	background: #fff;
}


.chanye_b .img{

}

.chanye_c{
	padding: 140px 0 130px;
}

.chanye_c .ol li{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	background: #fff;
}

.chanye_c .ol li:last-child{margin-bottom: 0;}

.chanye_c .ol li .left{
	float: left;
	width: 50%;
}

.chanye_c .ol li .right{
	width: 50%;
	padding: 46px 46px 0 40px;
}

.chanye_c .ol li .right .text{
	line-height: 1.8;
	margin-top: 20px;
}

.chanye_c .ol li.li2 .left{float: right;}
.chanye_c .ol li.li2 .right{float: left;}


.chanye_d{
	padding: 164px 0 134px;
	background: url(/images/chanye_d_bg.jpg) center center/cover;
}
.chanye_d .chanye_d_box{
	margin-top: 26px;
	padding-bottom: 85px;


}
.chanye_d .chanye_d_box .slick-slide{border: none;}
.chanye_d .chanye_d_box .box{padding-bottom: 20px;}
.chanye_d .chanye_d_box .box .left{
	color: #000000;
	font-size: 14px;
	width: 9.7%;
	padding-top: 30px;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.chanye_d .chanye_d_box .box .left:before{
	background: url(/images/home_icon.png) center center/cover;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 33px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	z-index: 2;
}

.chanye_d .chanye_d_box .box .left:after{
	position: absolute;
	right: 42px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #fff;
	content: "";
}

.chanye_d .chanye_d_box .box .left .bt span{display: block;}
.chanye_d .chanye_d_box .box .right{
	color: #666666;
	line-height: 1.6;
	background: #fff;
	border-radius: 4px;
	width: 90.2%;
	padding: 24px 30px;
	
	background: #fff;
	position: relative;
}

.chanye_d .chanye_d_box .box .right:before{
	position: absolute;
	width: 9px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	left: -9px;
	background: url(/images/chanye_d_jt.png) center center/cover;
	content: "";
}

.chanye_d .chanye_d_box .box .right .text{
	height: 46px;
	overflow: hidden;
}


.chanye_d .chanye_d_box .slick-prev,.chanye_d .chanye_d_box .slick-next{
	width: 46px;
	height: 46px;
	border: none;
	bottom: 0;
	top: auto;
	right: auto;
	transition: all 0.3s;
}

.chanye_d .chanye_d_box .slick-prev{
	left: 9.7%;
	background: url(/images/chanye_d_jt1.png) center center/cover;
}

.chanye_d .chanye_d_box .slick-next{
	left: 14.8%;
	background: url(/images/chanye_d_jt2.png) center center/cover;
}

.chanye_d .chanye_d_box .slick-prev:hover{
	left: 9.7%;
	background: url(/images/chanye_d_jt01.png) center center/cover;
}

.chanye_d .chanye_d_box .slick-next:hover{
	left: 14.8%;
	background: url(/images/chanye_d_jt02.png) center center/cover;
}

.chanye_e{
	padding: 110px 0 130px;
	background: #f6f7f6;
}

.chanye_e .wz{margin-top: 6px;}
.chanye_e .text{
	margin-top: 40px;
	line-height: 1.6;
	color: #000000;

}

.chanye_e .text table{
	background: #fff;
	border: 3px solid #f6f7f6;
	border-collapse:collapse;
	margin-bottom: 26px;
	
}

.chanye_e .text table tr td,.chanye_e .text table tr th{
	padding: 20px 36px;
	border: 3px solid #f6f7f6;
}

.chanye_e .text table tr th{
	background: #031e26;
	border: 3px solid #031e26;
	color: #fff;
}

.chanye_e .text table tr td .icon{
	width: 18px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background: url(/images/chanye_e_icon.png) center center/cover;
}

.chanye_e .text table tr td > img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 18px;
}

.chanye_f{
	padding: 134px 0 200px;
	background: url(/images/chanye_f_bg.jpg) center center/cover;
}

.chanye_f .left{
	width: 50%;
	color: #fff;
}

.chanye_f .left .wz{
	font-size: 18px;
	margin-top: 6px;
}

.chanye_f .left .text{
	margin-top: 34px;
	font-size: 14px;
	line-height: 1.8;
}

.chanye_f .right{
	width: 40%;
	padding: 30px;
	color: #fff;
	background: rgba(18, 99, 170, 0.9);
	border-radius: 8px;
}


.chanye_f .right .l{
	width: 76%;
	float: left;
}

.chanye_f .right .l .bt{
	font-size: 24px;
}

.chanye_f .right .l .nr{
	margin-top: 18px;
}

.chanye_f .right .l .name{
	margin-bottom: 20px;
}

.chanye_f .right .l .name,.chanye_f .right .l .dz{
	padding-left: 22px;
	position: relative;
}

.chanye_f .right .l .name:before,.chanye_f .right .l .dz:before{
	width: 16px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
}

.chanye_f .right .l .name:before{
	background: url(/images/chanye_f_icon1.png) center center/cover;
}
.chanye_f .right .l .dz:before{
	background: url(/images/chanye_f_icon2.png) center center/cover;
}

.chanye_f .right .r{
	width: 24%;
	float: right;
	border-radius: 8px;
	overflow: hidden;
}

@media(max-width: 1680px){
	.chanye_a{
		padding: 80px 0 90px;
	}
	.title34 .cn { 
	    font-size: 30px;
	}
	.chanye_c {
	    padding: 100px 0 90px;
	}
	.chanye_d {
	    padding: 120px 0 100px;
	}
	.chanye_e {
	    padding: 80px 0 100px;
	}
	.chanye_f{
	   padding: 100px 0 160px;
	}
	.chanye_f .left .wz{font-size: 16px;}
	.chanye_f .left .text{
		margin-top: 30px;
	}
	.chanye_f .right .l .bt {
	    font-size: 20px;
	}
	.jishu_c_b .ul li .text{height: 70px;}
}   

@media(max-width: 1500px){
	.title34 .cn {
	    font-size: 26px;
	}
	.chanye_a {
	    padding: 60px 0 80px;
	}

	.chanye_c {
	    padding: 80px 0 70px;
	}
	.chanye_c .ol li .right .text{
		margin-top: 14px;
	}
	.chanye_c .ol li .right {
	    padding: 40px 30px 0 30px;
	}

	.chanye_d {
	    padding: 100px 0 80px;
	}

	.chanye_e {
	    padding: 60px 0 40px;
	}
	.chanye_e .text{
		margin-top: 30px;
	}
	.chanye_e .text table tr th,.chanye_e .text table tr td{
		padding: 14px 20px;
	}
	.chanye_f {
	    padding: 70px 0 120px;
	}
	.chanye_f .right .l .bt {
	    font-size: 18px;
	}
	.chanye_f .right .l .name{
		margin-bottom: 14px;
	}
}

@media(max-width: 1100px){
	.chanye_a {
	    padding: 40px 0 50px;
	}
	.title34 .cn {
	    font-size: 22px;
	}
	.chanye_a .text{
		margin-top: 14px;
	}
	.chanye_b{
		padding: 40px 0 50px;
	}
	.chanye_c {
	    padding: 40px 0 50px;
	}
	.chanye_c .ol li .right{width: 100%;padding: 30px 20px;}
	.chanye_c .ol li .left{
		width: 100%;
	}

	.chanye_d {
	    padding: 40px 0 50px;
	}
	.chanye_d .chanye_d_box .box {
		margin-bottom: 0;
		margin-right: 10px;
		background: #fff;
	}
	.chanye_d .chanye_d_box .box .left{
		width: 100%;
		padding-top: 0;
		position: initial;
		padding: 20px 20px 0;
	}
	.chanye_d .chanye_d_box .box .left:before,.chanye_d .chanye_d_box .box .left:after{display: none;}
	.chanye_d .chanye_d_box .box .right{
		width: 100%;
		padding: 20px;
	}
	.chanye_d .chanye_d_box .box .right:before{display: none;}
	.chanye_d .chanye_d_box .box .left .bt span{display: inline-block;}
	.chanye_d .chanye_d_box .box .right .text{
		height: auto;
	}
	.chanye_d .chanye_d_box .slick-prev,.chanye_d .chanye_d_box .slick-next{
		width: 44px;
		height: 44px;
	}
	.chanye_d .chanye_d_box .slick-prev{
		left: 0;
		  transform:rotate(-90deg);
	    -ms-transform:rotate(-90deg); /* IE 9 */
	    -webkit-transform:rotate(-90deg); /* Safari and Chrome */
	}
	.chanye_d .chanye_d_box .slick-next{
		left: 50px;
		  transform:rotate(-90deg);
	    -ms-transform:rotate(-90deg); /* IE 9 */
	    -webkit-transform:rotate(-90deg); /* Safari and Chrome */
	}
	.chanye_d .chanye_d_box{
		padding-bottom: 40px;
	}
	.chanye_e {
	    padding: 40px 0 50px;
	}
	.chanye_e .text {
	    margin-top: 20px;
	}
	.chanye_e .text{
		overflow: auto;
	}
	.chanye_e .text table{
		width: 1100px;
	}
	.chanye_f {
	    padding: 40px 0 60px;
	}
	.chanye_f .left{
		width: 100%;
	}
	.chanye_f .right{
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
}


.contact_a .lb .box{
	float: left;
	width: 46.4%;
	margin-right: 1.9%;
}

.contact_a .lb .box.box2{
	width: 51.7%;
	margin-right: 0;
}


.contact_a .lb .box .biaoti{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #000000;
	border-radius: 0 25px 25px 0;
	padding: 10px 30px 10px 24px;
	margin-bottom: 16px;
}

@media(max-width: 1680px){
	.contact_a .lb .box .biaoti{
		font-size: 18px;
	}
}

@media(max-width: 1500px){
	.contact_a .lb .box .biaoti{
		font-size: 16px;
	}
}

@media(max-width: 768px){
	.contact_a .lb .box{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contact_a .lb .box.box2{
		width: 100%;
		margin-bottom: 0;
	}
}

/*下拉*/
.header .container{
	position: initial;
}
.header .right .ul{
	position: initial;
}
.header .right .ul li >  .relative > a{color: #fff;padding-bottom: 50px;}
.erji{
	position: absolute;
	top: 100%;
	background: rgba(2, 46, 68, 0.9);
	width: 100%;
	left: 0;
	display: none;
}

.erji .right{
	width: 510px;
	    margin-right: 137px;
}

.erji .right .box{
	width: 35%;
	float: left;
	padding-bottom: 50px;
}

.erji .right .box3{
	width: 30%;
}
.erji .right .box a{
	display: inline-block;
	width: 100%;
	line-height: 1;
	margin: 16px 0;
	padding-left: 20px;
	position: relative;
	color: #fff;
	font-size: 15px;
}

.erji .right .box a:hover:before{
	position: absolute;
	left: 0;
	height: 100%;
	width: 2px;
	background: #1263aa;
	content: "";
}

.erji .right .box:hover{
	background: rgba(18, 99, 170, 0.4);
}

.header .right .ul li:hover .erji{display: block;}

@media(max-width: 1500px){
	.erji .right{
		width: 436px;
	}
	.erji .right .box a{font-size: 14px;}
	.erji .right{
		margin-right: 112px;
	}
}

.ul_liuyan li .ann{
	float: left;
	width: 23%;
	height: 56px;
	line-height: 56px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #1263aa;
	border: 1px solid #1263aa;
}

.ul_liuyan li .select{
	float: right;
	width: 74.7%;
	border: 1px solid #578186;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	
}

.ul_liuyan li .select select{
	color: #fff;
	font-size: 16px;
	width: 100%;
    height: 54px;
	line-height: 54px;
	border: none;
    background: none;
	padding: 0 18px;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.ul_liuyan li .select select::-ms-expand {
    display: none;
}
.ul_liuyan li .select select option{color: #333;}

.ul_liuyan li .select::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 13px;
    height: 9px;
    background: url(/images/ul_liuyan_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%);
}

@media(max-width: 1500px){
	.ul_liuyan li .ann{
		font-size: 14px;
		height: 52px;
		line-height: 52px;
	}

	.ul_liuyan li .select select{
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
}

@media(max-width: 1100px){
	.ul_liuyan li .ann{
		height: 46px;
		line-height: 46px;
	}

	.ul_liuyan li .select select{
		height: 44px;
		line-height: 44px;
	}
}

.dingyue_a{
	padding: 90px 0 100px;
}

.dingyue_a .dingyue_a_box{
	position: relative;
	padding: 70px 110px 56px;
	background: url(/images/dingyue_a_bg.jpg) center center/cover;
}

.dingyue_a .dingyue_a_box .right{
	float: right;
	width: 39.1%;
	position: relative;
	z-index: 4;
}
@media(max-width: 1600px){
	.dingyue_a{
		padding: 60px 0 80px;
	}
	.dingyue_a .dingyue_a_box{
		padding: 50px 80px 40px;
	}
}
@media(max-width: 1100px){
	.dingyue_a{
		padding: 40px 0;
	}
	.dingyue_a .dingyue_a_box{
		padding: 30px 20px;
	}
	.dingyue_a .dingyue_a_box:before{
		position: absolute;
		left: 0;
		width: 100%;
		top: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		content: "";
	}
	.dingyue_a .dingyue_a_box .right{
		width: 100%;
	}
}

/*资料下载页面弹窗*/
.download_tc{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999;
	background: rgba(0, 0, 0, 0.62);
	display: none;
}

.download_tc .box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	padding: 46px;
	width: 720px;
}

.download_tc .box .gb{
	position: absolute;
	cursor: pointer;
	background: url(/images/download_gb.png) center center/cover;
	width: 14px;
	height: 14px;
	top: 20px;
	right: 24px;
}

.download_tc .box h3{
	color: #000000;
	font-size: 25px;
	font-weight: initial;
	padding-left: 26px;
	position: relative;
	line-height: 1;
}

.download_tc .box h3:before{
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(/images/home_icon.png) center center/cover;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
}

.download_tc .box .ol{
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid #f1f1f1;
}

.download_tc .box .ol li{
	margin-top: 22px;
}

.download_tc .box .ol li .bt{
	font-size: 16px;
	color: #666666;
	vertical-align: middle;
}

.download_tc .box .ol li .bt span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.download_tc .box .ol li input{
	margin-top: 10px;
	background: none;
	border: 1px solid #e3e3e3;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #333;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	padding: 0 22px;
}

.download_tc .box .ol li input::placeholder{
	color: #cccccc;
}

.download_tc .box .ol li.btn{
	margin-top: 34px;
	text-align: center;
}

.download_tc .box .ol li.btn input{
	margin-top: 0;
	width: auto;
	display: inline-block;
	color: #fff;
	background: #e48019;
	padding: 14px 80px;
	height: auto;
	line-height: initial;
	border-radius: 50px;
	border: none;
	font-size: 20px;
}

@media(max-width: 1600px){
	.download_tc .box{
		padding: 40px;
	}
	.download_tc .box h3{
		font-size: 23px;
	}
	.download_tc .box h3:before{top: 2px;}
	.download_tc .box .ol li input{
		height: 50px;
		line-height: 50px;
	}
}

@media(max-width: 1500px){
	.download_tc .box h3 {
	    font-size: 20px;
	}
	.download_tc .box h3:before{
		width: 16px;
		height: 16px;
	}
	.download_tc .box .ol li{
		margin-top: 16px;
	}
	.download_tc .box .ol li .bt{font-size: 14px;}
	.download_tc .box .ol li input{
		line-height: 44px;
		height: 44px;
		font-size: 14px;
	}
	.download_tc .box .ol li.btn{margin-top: 20px;}
	.download_tc .box .ol li.btn input{
		    padding: 10px 60px;
		    font-size: 16px;
	}
	.download_tc .box .ol {
	    margin-top: 20px;
	    padding-top: 16px;
	}
}

@media(max-width: 1100px){
	.download_tc .box{
		width: 94%;
		padding: 30px 20px;
	}
	.download_tc .box .ol {
	    margin-top: 14px;
	    padding-top: 0;
	}
	.download_tc .box .ol li {
	    margin-top: 12px;
	}
	.download_tc .box .ol li input{margin-top: 6px;}
	.download_tc .box h3 {
	    font-size: 18px;
	    padding-left: 20px;
	}
	.download_tc .box h3:before {
	    width: 14px;
	    height: 14px;
	}
}

@media(max-width: 400px){
	.download_tc .box h3 {
	    font-size: 16px;
	}
}

/*服务咨询修改样式20220118*/
.tongyong_lj2 .left{
	width: 35.4%;
}
.tongyong_lj2 .right{
	width: 64.6%;
	padding-left: 60px;
}

.tongyong_lj2 .right .l{width: 30%;}
.tongyong_lj2 .right .r{
	width: 70%;
}

.tongyong_lj2 .right .fd{
	float: left;
	width: 50%;
	padding-right: 60px;
}

.tongyong_lj2 .right .fd:last-child{padding-left: 60px;padding-right: 0;border-left: 1px solid #27535c;}

@media(max-width: 1680px){
	.tongyong_lj2 .right {
	    padding-left: 40px;
	}
	.tongyong_lj2 .right .l .bt {
	    font-size: 24px;
	}
	.tongyong_lj2 .right .fd{padding-right: 30px;}
	.tongyong_lj2 .right .fd:last-child {
	    padding-left: 30px;
	    padding-right: 0;
	}
}

@media(max-width: 1500px){
	.tongyong_lj2 .right .fd{padding-right: 20px;}
	.tongyong_lj2 .right .fd:last-child {
	    padding-left: 20px;
	    padding-right: 0;
	}
}

@media(max-width: 1100px){
	.tongyong_lj2 .left{width: 100%;}
	.tongyong_lj2 .right{width: 100%;padding-left: 20px;}
	.tongyong_lj2 .right .l .bt {
	    font-size: 20px;
	}
}

@media(max-width: 910px){
	.tongyong_lj2 .right .fd{
		width: 100%;
		padding: 0;
		margin-bottom: 12px;
	}
	.tongyong_lj2 .right .fd:last-child {
	    padding-left: 0;
	    padding-right: 0;
	    border-left: none;
	}
	.tongyong_lj2 .right .l{width: 100%;}
	.tongyong_lj2 .right .r{width: 100%;}
}

@media(max-width: 640px){
	.tongyong_lj2 .right .r{
		margin-top: 6px;
	}
}


/*新闻页面-列表图片高度*/
@media(max-width: 3000px){
	.news_a .top .ul li .img img{
		height: 370px;
	}

	.news_a .btm .ol li .left .img img{
		height: 194px;
	}

	.jiejue_a .ul li .img img{
		height: 358px;
	}
	.product_a .top .left .img img{
		height: 720px;
	}

	.product_a .btm .ul li .img img{height: 482px;}
}

@media(max-width: 1920px){
	.news_a .top .ul li .img img{
		height: 280px;
	}
	.news_a .btm .ol li .left .img img{
		height: 160px;
	}

	.jiejue_a .ul li .img img{
		height: 286px;
	}
	.product_a .top .left .img img{
		height: 578px;
	}
	.product_a .btm .ul li .img img{height: 385px;}
}

@media(max-width: 1680px){
	.news_a .top .ul li .img img{
		height: 250px;
	}
	.news_a .btm .ol li .left .img img{
		height: 150px;
	}
	.jiejue_a .ul li .img img{
		height: 240px;
	}

	.product_a .top .left .img img{
		height: 510px;
	}
	.product_a .btm .ul li .img img{height: 340px;}
}

@media(max-width: 1680px){
	.product_a .top .left .img img{
		height: 500px;
	}
}

@media(max-width: 1500px){
	.news_a .top .ul li .img img{
		height: 240px;
	}
	.news_a .btm .ol li .left .img img{
		height: 140px;
	}
	.jiejue_a .ul li .img img{
		height: 234px;
	}
	.product_a .top .left .img img{
		height: 473px;
	}
	.product_a .btm .ul li .img img{height: 314px;}
}

@media(max-width: 1100px){
	.news_a .top .ul li .img img{
		height: 220px;
	}
	.news_a .btm .ol li .left .img img{
		height: auto;
	}
	.jiejue_a .ul li .img img{
		height: auto;
	}
	.product_a .top .left .img img{
		height: auto;
	}
	.product_a .btm .ul li .img img{height: auto;}
}


/*搜索页面*/
.search_a{
	padding: 30px 0 70px;
	background: #f6f7f6;
}

.search_a .top{
	margin-bottom: 20px;
	position: relative;
}

.search_a .top .text{
	width: 100%;
	background: #fff;
	font-size: 16px;
	
	border-radius: 50px;
	padding: 0 56px 0 30px;
	line-height: 56px;
	height: 56px;
	border: none;
}

.search_a .top .text::placeholder{
	color: #bbbbbb;
}

.search_a .top .submit{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 26px;
	background: url(/images/search_icon.png) center center/cover;
	border: none;
}

.search_a .zhong{
	padding: 36px 40px;
	background: #fff;
}

.search_a .zhong .left .bt{
	font-size: 26px;
	color: #000000;
}


.search_a .zhong .left .js{
	color: #666666;
	margin-top: 6px;
}

.search_a .zhong .left .js .num{
	color: #0472c1;
}


.search_a .zhong .left .js .cy{
	position: relative;
	padding-bottom: 4px;
}

.search_a .zhong .left .js .cy:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #666666;
	content: "";
	height: 1px;
}

.search_a .zhong .right {
	width: 354px;
	/*border: 1px solid #cccccc;
	border-radius: 50px;*/
	/*padding: 4px 0;*/
	color: #666666;
	
	position: relative;
}

.search_a .zhong .right .name{
	padding: 14px 24px;
}

.search_a .zhong .right .name p{
	float: left;
}

.search_a .zhong .right .name .sz{
	float: right;
	color: #0472c1;
}

.search_a .zhong .right .name_xiala {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	display: none;
	z-index: 9;
	border: 1px solid #cccccc;
	border-radius:0 0 30px 30px;
	/*padding-bottom: 10px;*/
	overflow: hidden;
}
.search_a .zhong .right:hover .bt_name{
	border-bottom: none;
	border-radius: 30px 30px 0 0;
}
.search_a .zhong .right:hover .name_xiala{display: block;border-top: none;}
.search_a .zhong .right .name_xiala:before{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 86.4%;
	background: #cccccc;
	content: "";
	height: 1px;
}
.search_a .zhong .right .name_xiala .name{background: #fff;}
.search_a .zhong .right .name_xiala .name:nth-child(2n){
	background: #f6f7f6;
}

.search_a .zhong .right .bt_name{
	position: relative;
	border: 1px solid #cccccc;
	border-radius:  30px;
}

.search_a .zhong .right .bt_name:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	width: 14px;
	height: 9px;
	background: url(/images/search_jt.png);
	content: "";
}
.search_a .container2 > .btm{
	background: #fff;
	padding: 30px 40px 30px;
}
.search_a .btm .video_a{
	padding: 0;
	background: none;
}
.search_a .btm .box{
	margin-top: 60px;
}

.search_a .btm .box:nth-child(1){margin-top: 0;}
.search_a .btm .box .h1{
	position: relative;
	font-size: 24px;
	color: #1263aa;
	padding-left: 26px;
}
.search_a .btm .box .h1:before{
    background: url(/images/home_icon.png) center center/cover;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
 }

 .search_a .btm .product_a{
 	padding: 0;
 }

.search_a .btm .product_a .btm .ul li{
	    width: 32.1%;
		margin-right: 1.85%;
		margin-top: 24px;
}

.search_a .btm .jiejue_a{
	padding: 0;
}

.search_a .btm .jiejue_a .ul{margin-top: 24px;}

.search_a .btm .news_a{
	padding: 0;
}
.search_a .btm .news_a .btm{
	margin-top: 24px;
}
.search_a .btm .news_a .btm .ol{
	margin-top: 0;
}
.search_a .btm .news_a .btm .ol li{margin-bottom: 0;border-bottom: 1px solid #eeeeee;}
.search_a .btm .news_a .btm .ol li .right{
	padding-left: 0;
	width: 100%;
}

.search_a .btm .huodong_a{
	padding: 0;
	margin-top: 10px;
}

.search_a .btm .huodong_a .ul li{
	margin-bottom: 0;
	border-bottom: 1px solid #eeeeee;
	border-radius: 0;
	box-shadow: initial;
}

.search_a .btm .huodong_a .ul li .right{
	width: 100%;
}



@media(max-width: 1500px){
	.search_a .zhong .left .bt{font-size: 22px;}
	.search_a .btm .box .h1{font-size: 22px;}
	.search_a .btm .box .h1:before{
		width: 16px;
		height: 16px;
		top: 6px;
	}
	.search_a .btm .news_a .btm .ol li .right .bt{margin-top: 0;}
}

@media(max-width: 1500px){
	.search_a .container2 > .btm{
		padding: 10px 40px 30px;
	}
	.search_a .btm .box {
	    margin-top: 50px;
	}
	.search_a .zhong .right .name {
	    padding: 10px 20px;
	}
	.search_a .top .text{
		font-size: 15px;
		line-height: 50px;
		height: 50px;
	}
	.search_a .top .submit{
		width: 20px;
        height: 22px;
	}

	.search_a .btm .huodong_a,.search_a .btm .news_a .btm{margin-top: 20px;}
}

@media(max-width: 1100px){
	.search_a .zhong {
	    padding: 20px;
	    background: #fff;
	}
	.search_a .container2 > .btm {
	    padding: 0 20px 30px;
	}
	.search_a .zhong .right{
		width: 100%;
		margin-top: 14px;
	}
	.search_a .zhong .left .bt {
	    font-size: 20px;
	}
	.search_a .btm .box .h1 {
	    font-size: 18px;
	}
	.search_a .btm .product_a .btm .ul li{
		width: 100%;
		margin-right: 0;
	}
	.search_a .btm .news_a .btm .ol li{}
	.search_a .btm .box {
	    margin-top: 30px;
	}
	.search_a .btm .huodong_a .ul li .right{
		margin-top: 14px;
	}
	.search_a .top .text {
	    line-height: 46px;
	    height: 46px;
	}
	.search_a .top .submit {
	    width: 18px;
	    height: 20px;
	}

}

@media(max-width: 768px){
	.search_a .btm .news_a .btm .ol li .right{margin-top: 0;}
}

.chanye_e .text .mo{display: none;}
.zhineng_b .zhineng_b_box .btm .box3 .mo{display: none;}
@media(max-width: 1100px){
	.chanye_e .text .pc{display: none;}
	.chanye_e .text .mo{display: block;}
	a.xiazaibiaoge{
		display: block;
		padding: 12px 0;
		background: #1263aa;
		border-radius: 50px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		vertical-align: middle;
	}

	a.xiazaibiaoge i{
		background: url(/images/pdf_icon.png) center center/cover;
		width: 22px;
		height: 22px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
	}

	.zhineng_b .zhineng_b_box .btm .box3 .pc{display: none;}
	.zhineng_b .zhineng_b_box .btm .box3 .mo{display: block;}
}

.rencaixq_a .left .btm .fanye{
	margin: 20px 0;
}

.rencaixq_a .left .btm .fanye .box_a{
	padding: 15px 0;
	color: #000000;
	 vertical-align: middle;
}

.rencaixq_a .left .btm .fanye .box_a a{
	color: #000000;
	max-width: 70%;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.rencaixq_a .left .btm .fanye .box_a a:hover{
	color: #1263aa;
}

.rencaixq_a .left .btm .fanye .box_b{
	/*border-top: 1px solid #dddddd;*/
}

@media(max-width: 1500px){

	.rencaixq_a .left .btm .fanye .box_a{
		padding: 20px 0;
	}
}


@media(max-width: 1100px){
	.rencaixq_a .left .btm .fanye{
		margin: 10px 0;
	}
	.rencaixq_a .left .btm .fanye .box_a{
		padding: 12px 0;
	}
	.chanye_e .wz{display: none;}

	.nybanner .text {
	    position: absolute;
	    left: 50%;
	    top: 36%;
	    transform: translate(-50%,-50%);
	}
}

@media(max-width: 3000px){
	.shiyan_b .ul li .img img{height: 372px;}
}

@media(max-width: 1920px){
	.shiyan_b .ul li .img img{height: 298px;}
}

@media(max-width: 1680px){
	.shiyan_b .ul li .img img{height: 263px;}
}

@media(max-width: 1500px){
	.shiyan_b .ul li .img img{height: 243px;}
}

@media(max-width: 1100px){
	.shiyan_b .ul li .img img{height: auto;}
}

.jishu_d{background: #fff;padding: 70px 0;}
.jishu_d .jianshu{
	color: #666666;
	margin-top: 20px;
	line-height: 1.8;
	font-size: 15px;
}


.jishu_d .jishu_c_b_box .ul li{
	margin-right: 1.85%;
}

.jishu_d .jishu_c_b_box .ul li:nth-child(3n){
	margin-right: 0;
	margin-bottom: 30px;
}

@media(max-height: 1500px){
	.jishu_d{
		padding: 60px;
	}
}

@media(max-width: 1100px){
	.jishu_d .jianshu{
		font-size: 14px;
	}
}

.peixunxq_a{
	padding: 100px 0;
	background: #ffffff;
}

.peixunxq_a .left{
	float: left;
	width: 53.2%;
	padding-top: 20px;
}

.peixunxq_a .left .bt{
	color: #000000;
	font-size: 36px;
}

.peixunxq_a .left .js{
	color: #666666;
	font-size: 15px;
	line-height: 1.8;
	margin-top: 30px;
}


.peixunxq_a .right{
	width: 43.4%;
	float: right;
	border-radius: 8px;
	overflow: hidden;
}

.kekao_zhengshu{
	background: #fff;
	padding: 100px 0 110px;
}

.kekao_zhengshu .kekao_zhengshu_a{
	margin: 40px 0 0;
	padding: 0 60px;
}

.kekao_zhengshu .kekao_zhengshu_a .swiper-button-prev,.kekao_zhengshu .kekao_zhengshu_a .swiper-button-next{
	width: 50px;
	height: 50px;
	transition: all 0.4s;
}

.kekao_zhengshu .kekao_zhengshu_a .swiper-button-prev{
	left: 0;
	background: url(/images/zhengshu_left.png) center center/cover;
}

.kekao_zhengshu .kekao_zhengshu_a .swiper-button-next{
	right: 0;
	background: url(/images/zhengshu_right.png) center center/cover;
}


.kekao_zhengshu .kekao_zhengshu_a .swiper-button-prev:hover{
	background: url(/images/zhengshu_left01.png) center center/cover;
}

.kekao_zhengshu .kekao_zhengshu_a .swiper-button-next:hover{
	background: url(/images/zhengshu_right01.png) center center/cover;
}

.kekao_zhengshu .home_fenge {
    position: absolute;
    left: 0;
    top: -29px;
    width: 100%;
    z-index: 3;
}

.kekao_zhengshu .home_fenge .img:before, .kekao_zhengshu .home_fenge .img:after {
    height: 1px;
    background: #bee3e5;
}

@media(max-width: 1600px){
	.peixunxq_a {
	    padding: 70px 0;
	}

	.peixunxq_a .left .bt{font-size: 30px;}
	.peixunxq_a .left .js{
		font-size: 14px;
		margin-top: 20px;
	}

	.kekao_zhengshu{
		padding: 70px 0 80px;
	}
	.kekao_zhengshu .home_fenge{top: -20px;}
	.kekao_zhengshu .kekao_zhengshu_a .swiper-button-prev, .kekao_zhengshu .kekao_zhengshu_a .swiper-button-next{
		width: 40px;
		height: 40px;
	}
}

@media(max-width: 1100px){
	.peixunxq_a {
	    padding: 40px 0;
	}

	.peixunxq_a .left{
		width: 100%;
		padding-top: 0;
	}

	.peixunxq_a .left .bt {
	    font-size: 24px;
	}

	.peixunxq_a .right{
		margin-top: 20px;
		width: 100%;
	}

	.kekao_zhengshu {
	    padding: 40px 0;
	}
	.kekao_zhengshu .kekao_zhengshu_a{margin-top: 26px;}
}

@media(max-width: 600px){
	.kekao_zhengshu .kekao_zhengshu_a{padding: 0;}
	.kekao_zhengshu .kekao_zhengshu_a .swiper-button-prev{
		left: -10px;
	}

	.kekao_zhengshu .kekao_zhengshu_a .swiper-button-next{
		right: -10px;
	}
}



.tylb li{
	border-bottom: 1px solid #eeeeee;
	padding: 24px 0;
}

.tylb li .img{
	width: 31.8%;
	float: left;
	border-radius: 8px;
	overflow: hidden;
}

.tylb li .text{
	width: 65.9%;
	float: right;
	padding-top: 30px;
}

.tylb li .text .bt{
	font-size: 18px;
	color: #333333;
}


.tylb li .text .js{
	font-size: 15px;
	line-height: 1.8;
	color: #999999;
	margin-top: 10px;
}

.tylb li .text .news_a_more {
    position: relative;
    color: #333333;
    margin-top: 20px;
    display: inline-block;
    padding-left: 18px;
    transition: all 0.3s;
}

.tylb li .text .news_a_more:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0;
    content: "";
    background: url(/images/home_e_jt.png) center center/cover;
    transition: all 0.3s;
}
.gaikuang{
	border-bottom: 1px solid #eeeeee;
	padding: 18px 26px 28px;
}
.gaikuang .bt{
	float: left;
	font-size: 18px;
	color: #333333;
	margin-right: 60px;
}
@media(max-width: 1500px){
	.tylb li .text .bt{font-size: 16px;}
	.tylb li .text .js{font-size: 14px;}
	.gaikuang .bt{font-size: 16px;}
}
@media(max-width: 1100px){
	.tylb li .text{
		padding-top: 0;
		width: 100%;
	}
	.tylb li .img{
		width: 100%;
		margin-top: 20px;
	}

	.gaikuang{
		padding: 16px 0;
	}
	.gaikuang .bt{
		width: 100%;
		margin-bottom: 10px;
	}
}

.mbx{
	padding: 16px 0;
	color: #999999;
}

.mbx a{
	font-size: 14px;
	color: #999999;
}

.mbx span{font-family: 宋体;font-size: 12px;}
.mbx p{display: inline-block;}


.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-toolbar{display: none !important;}


/*20221130智能化评价服务页面新增板块*/
.zhineng_b{
	    background: #f6f7f6;
}
.zhineng_c{
	    background: #f6f7f6;
	padding-bottom: 110px;
}

.zhineng_c .title2 .text{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}

.zhineng_c .zhineng_c_box{
	margin-top: 30px;
	display: flex;
}

.zhineng_c .zhineng_c_box .dbt{
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 12px 0;
	background: url(/images/zhineng_a_bg.jpg) center center/cover;
}
.zhineng_c .left2{
	float: left;
	width: 1.2%;
}
.zhineng_c .left{
	float: left;
	width: 24.1%;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	flex-wrap: nowrap;
}
.zhineng_c .zn_box{position: relative;}
.zhineng_c .zn_box .text{
	padding: 26px 20px 42px;
	text-align: center;
}

.zhineng_c .zn_box .text .bt{
	font-size: 20px;
	color: #031e26;
	margin-top: 12px;
}

.zhineng_c .right{
	width: 74.7%;
	border-radius: 10px;
	overflow: hidden;
	flex-wrap: nowrap;
}
.zhineng_c .right .right_box{
	padding: 0 40px;
	background: #fff;
}
.zhineng_c .right .zn_box{
	float: left;
	width: 31%;
	margin-right: -8%;
}

.zhineng_c .right .zn_box .text{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.zhineng_c .more .y {
    border-color: #1263aa;
}

.zhineng_c .more .jt {
    background: url(/images/more_jt_bule.png) center center/cover;
}

.zhineng_c .more {
    margin-top: 50px;
    color: #e48019;
}

@media(max-width: 1700px){
	.zhineng_c {
	    padding-bottom: 90px;
	}
	.zhineng_c .zhineng_c_box .dbt{font-size: 26px;}
}


@media(max-width: 1500px){
	.zhineng_c {
	    padding-bottom: 70px;
	}
	.zhineng_c .zhineng_c_box .dbt{font-size: 22px;}
	.zhineng_c .zn_box .text .bt{font-size: 16px;}
}

@media(max-width: 1100px){
	.zhineng_c {
		padding-top: 30px;
	    padding-bottom: 50px;
	}
	.zhineng_c .title2 .text{font-size: 14px;margin-top: 14px;}
	.zhineng_c .zhineng_c_box {
	    margin-top: 20px;
	}
	.zhineng_c .zhineng_c_box .dbt {
	    font-size: 20px;
	}
}

@media(max-width: 800px){
	.zhineng_c .zhineng_c_box {
	    display: block;
	}
	.zhineng_c .left{width: 100%;}
	.zhineng_c .right{width: 100%;margin-top: 20px;}
	.zhineng_c .right .right_box {
	    padding: 0 12px;
	}
	.zhineng_c .zn_box .text .bt{font-size: 14px;}
	.zhineng_c .zn_box .text {
	    padding: 20px 20px 30px;
	    text-align: center;
	}
}

.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;
	}
}

.banner .denscxs-pagnasdad{
    bottom: 5.5vw;
    width: 100%;
}
.banner .denscxs-pagnasdad .swiper-pagination-bullet{
    opacity: 1;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0);
    background: initial;
    margin-right: 11px;
    position: relative;
}
.banner .denscxs-pagnasdad .swiper-pagination-bullet:before{
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #fff;
}
.banner .denscxs-pagnasdad .swiper-pagination-bullet-active{
    border: 1px solid rgba(255, 255, 255, 1);
}


/**/
.banner .swiper-slide .banner3 .nr{
	position: absolute;
	left: 50%;
	top: 46%;
	transform: translate(-50%,-50%);
	width: 37.7%;
}
.banner .swiper-slide .banner3 .nr .img{text-align: center;margin: 0 auto;}
.banner .swiper-slide .banner3 .nr .img img{
	display: inline-block;
}
.banner .swiper-slide .banner3 .nr .icondj{
	width: 100%;
	transform: translateX(-2%);
}

.banner .swiper-slide .banner3 .nr .icon3{
	width: 96.5%;
}

.banner .swiper-slide .banner3 .nr .icon2{
	width: 76.6%;
}

.banner .swiper-slide .banner3 .nr .icon1{
	width: 52.9%;
	transform: translateX(6.2%);
}

.banner .swiper-slide-active .banner3 .nr .icondj{animation:sf 0.8s 1;}
.banner .swiper-slide-active .banner3 .nr .icon3{animation:sf2 1.2s 1;}
.banner .swiper-slide-active .banner3 .nr .icon2{animation:sf3 1.6s 1;}
.banner .swiper-slide-active .banner3 .nr .icon1{animation:sf4 1.8s 1;}

@-webkit-keyframes sf {
	0% {
		opacity: 0;
		transform: translate(-2%,20%);
	}
	100% {
		opacity: 1;
		transform: translate(-2%,0);
	}
}
@keyframes sf {
	0% {
		opacity: 0;
		transform: translate(-2%,20%);
	}
	100% {
		opacity: 1;
		transform: translate(-2%,0);
	}
}

@-webkit-keyframes sf2 {
	0% {
		opacity: 0;
		transform: translate(0,20%);
	}
	20% {
		opacity: 0;
		transform: translate(0,20%);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
@keyframes sf2 {
	0% {
		opacity: 0;
		transform: translate(0,20%);
	}
	20% {
		opacity: 0;
		transform: translate(0,20%);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}

@-webkit-keyframes sf3 {
	0% {
		opacity: 0;
		transform: translate(0,20%);
	}
	40% {
		opacity: 0;
		transform: translate(0,20%);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
@keyframes sf3 {
	0% {
		opacity: 0;
		transform: translate(0,20%);
	}
	40% {
		opacity: 0;
		transform: translate(0,20%);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}

@-webkit-keyframes sf4 {
	0% {
		opacity: 0;
		transform: translate(6.2%,10%);
	}
	60% {
		opacity: 0;
		transform: translate(6.2%,10%);
	}
	100% {
		opacity: 1;
		transform: translate(6.2%,0);
	}
}
@keyframes sf4 {
	0% {
		opacity: 0;
		transform: translate(6.2%,10%);
	}
	60% {
		opacity: 0;
		transform: translate(6.2%,10%);
	}
	100% {
		opacity: 1;
		transform: translate(6.2%,0);
	}
}

@media(max-width: 1500px){
	.banner .swiper-slide .banner3 .nr{
		width: 40%;
	}
}

@media(max-width: 1100px){
	.banner .swiper-slide .banner3 .nr{
		width: 80%;
		top: 50%;
		display: none;
	}
}

.news_a .top .ul li .time{
	position:absolute;
	width:100%;
	top:10px;
	padding:0 10px;
	color:#fff;
	font-size:16px;
}