@charset "utf-8";


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: 73%;
	margin: 0 auto;
}


.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;}
.colorfff{color: #fff !important;}
.color333{color: #333 !important;}
.color000{color: #000 !important;}
.color00b6c4{color: #00b6c4 !important;}
.page{
	display: inline-block;
	text-align: center;
}


.page a{
	float: left;
	margin: 0 4px;
	font-size: 16px;
	color: #999999;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	border-radius: 6px;
	transition: all 0.3s;
}
.page a.cur,
.page a:hover{
	color: #fff;
	background: #335ebd;
}

.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.prev{
	font-size: 0;
	background: url(../images/page_img2.png) center center/cover #fff no-repeat;
	background-size: 7px 13px;
}


.page a.next{
	font-size: 0;
	background: url(../images/page_img3.png) center center/cover #fff no-repeat;
	background-size: 7px 13px;
}

.page a.prev:hover{
	font-size: 0;
	background: url(../images/page_img02.png) center center/cover #335ebd no-repeat;
	background-size: 7px 13px;
}

.page a.next:hover{
	font-size: 0;
	background: url(../images/page_img03.png) center center/cover #335ebd no-repeat;
	background-size: 7px 13px;
}
/*移动端*/
/**mobile nav**/
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	left: auto;
	overflow: auto;
	z-index: 99999999;
	 transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
    float: right;
}

.nav_box.cur{
	right: 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: 500px;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: auto;
	float: right;
	
}
.nav_box .nav-title {
	position: relative;
	padding: 0 0.4rem 0.26rem 0.3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 2.8rem;
	line-height: 0;
	padding-bottom: 0.12rem;
	padding-top: 0.24rem;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	margin-top: 0.1rem;
	padding: 0 0.4rem 0 0.3rem;
	padding-bottom: 20px;
}
.nav_box .navlist ul{
	margin-bottom: 0.5rem;
}
.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 70px;
	border-bottom: 1px solid #424241;
	/*padding: 0 15px;*/
	text-transform: capitalize;
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul>li>a.sub:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 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;
}

@media(max-width: 1680px){
	.nav_box .box{
		width: 400px;
	}
}

@media(max-width: 1500px){
	.nav_box .box{
		width: 300px;
	}

	.nav_box .navlist ul>li{
		line-height: 60px;
		font-size: 18px;
	}
}

@media(max-width: 1100px){
	.nav_box .nav-title{padding-top: 0.3rem;}
	.nav_box .box {
	    width: 100%;
	}
	.nav_box .navlist ul>li{
		line-height: 50px;
		font-size: 16px;
	}
}

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;}
.header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
.header .container{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .left{
	padding-top: 47px;
	width: 270px;
	position: relative;
}

.header .left .zbrk { position: absolute; left: 280px; top:50%; transform: translateY(-50%); }

.header .right .ol li{
	float: left;
	position: relative;
	margin-right: 40px;
}

.header .right .ol li.sub{
	padding-right:18px;
}

.header .right .ol li.sub:before{
	position:absolute;
	width:12px;
	height:6px;
	content:"";
	background:url(../images/jt.svg) center center/cover;
	right:0;
	top:9px;
}

.header .right .ol li:last-child{
	margin-right: 0;
}

.header .right .ol li > a{
	font-size: 16px;
	color: #fff;
	display: block;
	padding-bottom: 14px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.header .right .ol li.cur > a,.header .right .ol li:hover > a{
	border-bottom: 2px solid #fff;
}

.header .right .ol li .box{
	position: absolute;
	top: 100%;
	width: 140px;
	left: -20px;
	display: none;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 0;
}

.header .right .ol li .box a{
	font-size: 15px;
	color: #333;
	padding: 9px 10px;
	display: block;
	transition:all 0.4s;
	
}

.header .right .ol li:hover .box{display: block;}

.header .right .ol li .box a:hover{
	color:#335ebd; 
}

.header .right .top{
	margin: 20px 0 16px;
}
.header .right .top .box{
	float: right;
	position: relative;
}

.header .right .top .box a{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	padding: 0 14px;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	/*border-right: 1px solid rgba(175, 168, 179, 0.5);*/
}

.header .right .top .box a:before{
	width: 1px;
	height: 14px;
	background: rgba(175, 168, 179, 0.5);
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

}

.header .right .top .box a i{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 6px;
	margin-left: 5px;
	background: url(../images/header_top_jt.png) center center/cover;
}

.header .right .top .box:nth-child(1) a{padding-right: 0;}
.header .right .top .box:nth-child(1) a:before{display: none;}


.header .right .top .box .xiala{
	position: absolute;
	width: 120px;
	
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);

	display: none;
   padding-top: 10px;*/
}

.header .right .top .box .xiala .xiala_box{
	background: rgba(255, 255, 255, 1);
		padding: 0 10px;
}

.header .right .top .box .xiala a{
	color: #000;
	display: block;
	padding: 6px 0;

}
.header .right .top .box .xialaa{
	position: absolute;
	width: 38px;
	background: rgba(255, 255, 255, 1);
	z-index: 2;
	left: 57%;
	transform: translateX(-50%);
	padding: 0 10px;
	display: none;
}

.header .right .top .box .xiala a{
	color: #000;
	display: block;
	padding: 6px 0;
	transition:all 0.4s;
}

.header .right .top .box .xialaa a{
	color: #000;
	display: block;
	padding: 6px 0;

}

.header .right .top .box .xiala a:hover{
	color:#335ebd; 
}
.header .right .top .box .xiala a:before{display: none;}

.header .right .top .box:hover .xiala{display: block;}
.header .right .top .box:hover .xialaa{display: block;}

.footer{
	padding: 76px 0 26px;
	background: #1c1c1c;
}

.footer .left{
	width: 190px;
}

.footer .zhong{
	float: left;
	margin-left: 180px;
}

.footer .zhong .ol li{
	float: left;
	margin-right: 86px;

}

.footer .zhong .ol li:last-child{margin-right: 0;}

.footer .zhong .ol li a{
	display: block;
    color: rgba(255, 255, 255, 0.4);
	margin-bottom: 16px;
	transition:all 0.3s;
}

.footer .zhong .ol li a:hover,.footer .zhong .ol li.y a:hover{color:#fff;}

.footer .zhong .ol li a:last-child{margin-bottom: 0;}


.footer .zhong .ol li.y a{
	color: rgba(255, 255, 255, 0.4);
}

.footer .right .bt{
	color: rgba(255, 255, 255, 0.7);
}
.footer .right .btm{
	margin-top: 20px;
}

.footer .right .btm a{
	width: 44px;
	height: 44px;
	float: left;
	margin-right: 10px;
	border-radius: 100%;
	transition:all 0.4s;
}

.footer .right .btm a:last-child{margin-right: 0;}

.footer .right .btm a.weixin{
	background: url(../images/footer_icon1.png) center center/cover #282828;
}
.footer .right .btm a.weibo{
	background: url(../images/footer_icon2.png) center center/cover #282828;
}
.footer .right .btm a.in{
	background: url(../images/footer_icon3.png) center center/cover #282828;
}

.footer .right .btm a:hover{
	background-color:rgba(0,0,0,0.6);
}

.link{
	color: rgba(255, 255, 255, 0.2);
	background: #1c1c1c;
	font-size: 14px;
	padding-bottom: 24px;
}

.link .bt{
	display: inline-block;
}

.link .nr{
	display: inline-block;
}

.link .nr a{
	color: rgba(255, 255, 255, 0.2);
}

.banquan{
	padding: 20px 0;
	background: #181818;
}

.banquan .left{
	max-width: 50%;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.2);
}

.banquan .right{
	font-size: 13px;
	color: rgba(255, 255, 255, 0.2);
}


.banquan .right a{
	padding: 0 8px;
	line-height: 1;
	border-right: 1px solid #303030;
	color: rgba(255, 255, 255, 0.2);
	transition:all 0.4s;
}
.banquan .right a:hover{color:#fff;}

.banquan .right a:last-child{
	border-right: none;
	padding-right: 0;
}

.nybanner{
	position: relative;
}
.nybanner .img {
	position: relative;
	overflow: hidden;
}

.nybanner .img img{
	opacity:0;
	transition: all 2s;
	transform: scale(1.2);
	-ms-transform: scale(1.2); 	/* IE 9 */
	-moz-transform: scale(1.2); 	/* Firefox */
	-webkit-transform: scale(1.2); /* Safari 和 Chrome */
	-o-transform: scale(1.2); 	/* Opera */
}
.nybanner .img.cur img{
	opacity:1;
	 transform: scale(1);
	 -ms-transform: scale(1); 	/* IE 9 */
	-moz-transform: scale(1); 	/* Firefox */
	-webkit-transform: scale(1); /* Safari 和 Chrome */
	-o-transform: scale(1); 	/* Opera */
}
.nybanner .text{
	position: absolute;
	left: 10%;
	opacity:0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	transition:all 1.5s;
}
.nybanner .text.cur{
	left:0;
	opacity:1;
}

.nybanner .img .img2{display: none;}

.nybanner .container{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}


.nybanner .text .bt{
	font-size: 50px;
	color: #fff;
}

.nybanner .text .js{
	font-size: 22px;
	color: #fff;
}

@media(max-width: 1680px){
	.container{
		width: 76%;
	}
	.nybanner .text .bt{
		font-size: 38px;
	}
	.nybanner .text .js{font-size: 20px;}
	.header .right .ol li > a{font-size: 16px;}
}

@media(max-width: 1500px){
	.container{
		width: 86%;
	}
	.ny_text16{font-size: 14px;}
	.header .right .top {
	    margin: 12px 0;
	}
	.header .left{
		padding-top: 36px;
		width: 180px;
	}
	.header .right .ol li{
		margin-right: 26px;
	}
	.header .right .ol li > a{
		font-size: 15px;
		padding-bottom: 14px;
	}
	.footer .zhong {
	    margin-left: 100px;
	}
	.footer .zhong .ol li{
		margin-right: 50px;
	}
	.footer{
		padding-top: 60px;
	}
	

}

@media(max-width: 1100px){
	.nybanner .img .img2{display: block;}
	.nybanner .img .img1{display: none;}
	.container{
		padding: 0 20px;
		width: 100%;
	}
	.header{display: none;}
	.mo_header{
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 9;
		display: block;
		padding: 20px 0;
	}
	.mo_header .logo{
		width: 160px;
	}

	.mo_header .nav{
		background: url(../images/nav.png) center center/cover;
		width: 38px;
		height: 22px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.nybanner .text{
		width: 100%;
		padding: 0 20px;
	}

	.footer {
	    padding-top: 40px;
	}
	.footer .zhong{
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}
	.footer .left{width: 160px;}
	.footer .zhong .ol li.y{display: none;}
	.footer .right{
		width: 100%;
		float: left;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	.footer .right .btm a{
		width: 40px;
		height: 40px;
	}
	.banquan .left{
		max-width: 100%;
		width: 100%;
	}
	.banquan .right{
		width: 100%;
		margin-top: 10px;
	}

	.nybanner .text .bt{font-size: 30px;}
	.nybanner .text .js{font-size: 16px;}
}

.about_a{
	padding: 100px 0 80px;
	background: url(../images/about_a_bg.jpg) top center no-repeat #fff;

}

.title .bt{
	font-size: 45px;
	color: #222222;
	font-weight:initial;
}

.title .js{
	margin-top: 6px;
	font-size: 20px;
	color: #333333;
	line-height: 1.6;
}

.title .js2{margin-top: 6px;line-height: 1.6;color: #222222;}


.about_a .left{
	width: 33%;
}

.about_a .right{
	width: 55%;
}

.about_a .right .ol{
	margin-top: 50px;
}

.about_a .right .ol li{
	float: left;
	margin-right: 66px;
	text-align: center;
}
.about_a .right .text{
	line-height: 2;
}
.about_a .right .ol li:last-child{margin-right: 0;}

.about_a .right .ol li .img{
	width: 55px;
	display: inline-block;
}


.about_a .right .ol li .bt{
	color: #666666;
	margin-top: 8px;
}

.about_a .box{
	width: 100%;
	display: inline-block;
	margin-top: 90px;
}

.about_a .container{
	position: relative;
	z-index: 3;
}
.about_a:before{
	background: #f7f8f9;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 290px;
	content: "";
	z-index: 0;
}

.about_b{
	padding-bottom: 90px;
	background: #f7f8f9;
}

.about_b .ol li{
	background: #fdfdfd;
	width: 49.5%;
	margin-right: 1%;
	float: left;
	padding: 116px 60px 54px 44px;
	position: relative;
}

.about_b .ol li:last-child{
	margin-right: 0;
}

.about_b .ol li .icon{
	width: 71px;
	position: absolute;
	right: 60px;
	top: 30px;
}

.about_b .ol li .bt{
	font-size: 32px;
	color: #333333;
	margin-top: 16px;
	position: relative;
}

.about_b .ol li .bt:before{
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #b1b1b1;
}

.about_b .ol li .bt span{
	display: inline-block;
	padding-right: 16px;
	padding-bottom: 14px;
	border-bottom: 2px solid #98addd;
	position: relative;
	z-index: 2;
}

.about_b .ol li .bt span:before{
	height: 2px;
	width: 6px;
	position: absolute;
	right: -6px;
	bottom: -2px;
	content: "";
	background: #fff;
}


.about_b .ol li .text{
	color: #666666;
	line-height: 1.8;
	margin-top: 22px;
	height: 78px;
	overflow: hidden;
}
.about_b .ol li .text p{
    font-size: 15px;
}

.about_c{
	padding: 110px 0 130px;
	background: url(../images/about_c_bg.jpg) center center/cover;
	    background-attachment: fixed;
}

.about_c .left{
	padding-top: 50px;
	width: 45%;
}

.about_c .left .title .bt{
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid #5870a6;
}

.about_c .left .text{
	margin-top: 16px;
	color: #fff;
	line-height: 2;
}

.about_c .right{
	width: 48.5%;
	border-radius: 8px;
	overflow: hidden;
}

.about_d{
	padding: 116px 0 136px;
	background: #ffffff;
}
.about_d .title .bt{display: inline-block;}
.about_d .title .js2{display: inline-block;margin-left: 14px;}
.about_d .about_d_box{
	margin-top: 30px;
}

.about_d .about_d_box .swiper-slide{
	padding: 10px;
}
.about_d .about_d_box .box{
	padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.about_d .about_d_box .box .img{
	border: 1px solid #f4f4f4;
}
.about_d .about_d_box .box .bt{
	font-size: 20px;
	color: #666666;
	margin-top: 14px;
	text-align: center;
	    height: 32px;
}

.about_d .swiper-button-prev,.about_d .swiper-button-next{
	width: 56px;
	height: 56px;
	position: absolute;
}

.about_d .swiper-button-prev{
	left: 8%;
	background: url(../images/about_d_left.png) center center/cover;
}
.about_d .swiper-button-next{
	right: 8%;
	background: url(../images/about_d_right.png) center center/cover;
}

.about_e{
	padding: 114px 0 130px;
}

.about_e .title .bt{display: inline-block;}
.about_e .title .js2{display: inline-block;margin-left: 14px;}

.about_e .about_e_box{
	margin-top: 40px;
	padding-bottom: 70px;
}

.about_e .about_e_box .box{
	background: #fff;
	padding: 30px 26px;
}

.about_e .about_e_box .box .time{
	color: #335ebd;
}


.about_e .about_e_box .box .bt{
	color: #333333;
	font-size: 22px;
	margin-top: 16px;
	overflow: hidden;
	height: 60px;
	transition:all 0.4s;
}

.about_e .about_e_box .box:hover .bt{
	color: #2a59c1;
}

.about_e .about_e_box .box .js{
	font-size: 15px;
	color: #555555;
	margin-top: 10px;
	line-height: 1.6;
	height: 46px;
	overflow: hidden;
}

.about_e .about_e_box .box .bq{
	font-size: 14px;
	margin-top: 16px;
	height: 40px;
	overflow: hidden;
}

.about_e .about_e_box .box .bq a{
	color: #555555;
	margin-bottom: 3px;
	margin-right: 5px;
	display: inline-block;
}

.news_more{
	margin-top: 54px;
	font-size: 15px;
	color: #666666;
	display: inline-block;
	padding-left: 24px;
	position: relative;
	line-height: 1;
}

.news_more:before{
	width: 17px;
	height: 12px;
	background: url(../images/news_more_icon.png) center center/cover;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.about_e .about_e_box .swiper-button-prev,.about_e .about_e_box .swiper-button-next{
	width: 44px;
	height: 44px;
	top: auto;
	bottom: 0;
	position: absolute;
}

.about_e .about_e_box .swiper-button-prev{
	left: 0;
	background: url(../images/about_d_left.png) center center/cover;
}
.about_e .about_e_box .swiper-button-next{
	right: auto;
	left: 54px;
	background: url(../images/about_d_right.png) center center/cover;
}


.about_e .about_e_box .swiper-pagination{
	position: absolute;
	top: auto;
	width: 92%;
	bottom: 24px;
	left: auto;
	height: 2px;
	right: 0;
}

.about_e .about_e_box .swiper-pagination-progress .swiper-pagination-progressbar{
	background: #335ebd;
}

.about_e .wz{
	text-align: right;
	font-size: 15px;
	padding-right: 18px;
	color: rgba(102, 102, 102, 0.34);
	position: relative;
	cursor: pointer;
	/*display: none;*/
}

.about_e .wz p{display:inline-block;}

.about_e  .wz:before{
	background: url(../images/about_e_jt.png) center center/cover;
	width: 13px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition:all 0.6s;
	content: "";
}

.about_e .wz.cur:before{
	transform-origin:50% 25%;
	-moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media(max-width: 1680px){
	.about_a{
		padding: 80px 0 60px;
	}
	.title .bt{
		font-size: 36px;
	}
	.title .js{font-size: 18px;}
	.about_a .box{
		margin-top: 60px;
	}
	.about_b .ol li .bt{font-size: 26px;}
	.about_d {
	    padding: 80px 0 100px;
	}
	.about_e {
	    padding: 90px 0 110px;
	}
}

@media(max-width: 1500px){
	.title .bt {
	    font-size: 30px;
	}
	.title .js {
	    font-size: 16px;
	}
	.about_a .right .ol li .img{
		width: 46px;
	}
	.about_b .ol li .icon{width: 60px;margin-top: 0;}
	.about_c .left .title .bt {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.about_d {
	    padding: 70px 0 90px;
	}
	.about_d .about_d_box .box .bt{
		font-size: 15px;
		margin-top: 0;
	}
	.about_e {
	    padding: 70px 0;
	}
	.about_e .about_e_box .box .bt{
		font-size: 18px;
	}
	.about_e .about_e_box .box .js{font-size: 14px;}
	.about_e .about_e_box .swiper-pagination{
		width: 86%;
	}

	.about_d .swiper-button-prev,.about_d .swiper-button-next{
		width: 48px;
		height: 48px;
	}

	.about_d .swiper-button-prev{
		left: 2%;
	}
	.about_d .swiper-button-next{
		right: 2%;
	}
}

@media(max-width: 1100px){
	.title .bt {
	    font-size: 26px;
	}
	.title .js {
	    font-size: 14px;
	}
	.about_a {
	    padding: 40px 0 50px;
	}
	.about_a .left{
		width: 100%;
	}
	.about_a .right{
		width: 100%;
		margin-top: 20px;
	}
	.about_a .right .ol li{margin-right: 50px;}
	.about_a .box {
	    margin-top: 30px;
	}
	.about_b .ol li{
		padding: 70px 20px 30px;
		width: 100%;
		margin-bottom: 10px;
	}
	.about_b .ol li .text{height: auto;}
	.about_b .ol li .icon{
		width: 60px;
		top: 20px;
		right: 20px;
	}
	.about_b .ol li .bt {
	    font-size: 22px;
	}
	.about_b{
		padding-bottom: 50px;
	}

	.about_c{
		padding: 40px 0 50px;
	}
	.about_c .left{
		width: 100%;
		padding-top: 0;
	}
	.about_c .right{
		width: 100%;
		margin-top: 20px;
	}

	.about_d{
		padding: 40px 0 50px;
	}
	.about_d .title .js2,.about_e .title .js2{
		display: block;
		margin-left: 0;
		margin-top: 14px;
	}
	.about_d .about_d_box {
	    margin-top: 20px;
	}
	.about_e {
	    padding: 40px 0 50px;
	}
	.about_e .about_e_box{
		margin-top: 20px;
		padding-bottom: 60px;
	}
}

@media(max-width: 768px){
	.about_e .about_e_box .swiper-pagination{width: 80%;}
	.about_e .about_e_box .swiper-button-prev, .about_e .about_e_box .swiper-button-next{
		width: 40px;
		height: 40px;
	}
	.about_e .about_e_box .swiper-button-next{
		left: 50px;
	}
	.about_e .about_e_box .box {
	    background: #fff;
	    padding: 30px 20px;
	}
	.news_more{
		margin-top: 30px;
	}
}

@media(max-width: 640px){
	.about_e .about_e_box .swiper-pagination{width: 70%;}
}

.haiyun_a{
	background: #fff;
	padding: 86px 0 106px;
}

.haiyun_a .title{
	text-align: center;
	padding: 0 20%;
}

.haiyun_a .title .js2{
	margin-top: 8px;
	line-height: 1.8;
}

.haiyun_a .ol{
	margin-top: 30px;
}

.haiyun_a .ol li{
	float: left;
	width: 49.2%;
	margin-right: 1.6%;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}

.haiyun_a .ol li:last-child{margin-right: 0;}
.haiyun_a .ol li .img{
	border-radius: 8px;
	overflow: hidden;
}

.haiyun_a .ol li .img img{ transition: all 0.8s;}
.haiyun_a .ol li:hover .img img{
	transform: scale(1.2);
}

.haiyun_a .ol li .text{
	padding: 24px;
}

.haiyun_a .ol li .text .bt{
	font-size: 22px;
	color: #333333;
}

.haiyun_a .ol li .text .js{
	line-height: 1.6;
	margin-top: 6px;
	color: #666666;
}

.haiyun_b{
	padding: 104px 0 74px;
	background: #f7f8f9;
}
.title2 .bt{display: inline-block;}
.title2 .js2{display: inline-block;margin-left: 14px;}
.haiyun_b .ol{margin-top: 36px;}
.haiyun_b .ol li{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
	position: relative;
}

.haiyun_b .ol li:last-child{margin-right: 0;}

.haiyun_b .ol li .text{
	position: absolute;
	bottom: 0;
	padding: 18px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 3;
	color: #fff;
}

.haiyun_b .ol li .bt{
	color: #fff;
	font-size: 22px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.haiyun_b .ol li .js{
	margin-top: 6px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.haiyun_c{
	background: url(../images/haiyun_c_bg.jpg) center center/cover;
	padding: 110px 0 170px;
}

.haiyun_c .haiyun_c_box{
	padding-top: 22px;
	margin-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.haiyun_c .haiyun_c_box .text{
	line-height: 1.8;
	color: #fff;
}
.haiyun_c .haiyun_c_box .ol{
	margin-top: 110px;
}

.haiyun_c .haiyun_c_box .ol li{
	float: left;
	width: 346px;
	color: #fff;
	margin-right: 96px;
	position: relative;
}

.haiyun_c .haiyun_c_box .ol li:before{
	width: 1px;
	height: 35px;
	background: #566fa5;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}


.haiyun_c .haiyun_c_box .ol li .num{
	line-height: 1;
	font-size: 72px;
	float: left;
}

.haiyun_c .haiyun_c_box .ol li .num span{
	font-size: 37px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.haiyun_c .haiyun_c_box .ol li .wenzi{
	font-size: 22px;
	color: #fff;
	float: left;
	margin-left: 14px;
	margin-top: 4px;
}

.haiyun_c .haiyun_c_box .ol li:last-child{margin-right: 0;}
.haiyun_c .haiyun_c_box .ol li:last-child:before{display: none;}

.haiyun_d{
	padding: 110px 0;
	background: #fff;
}

.haiyun_d .ol{
	margin-top: 26px;
}

.haiyun_d .ol li{
	float: left;
	width: 32.2%;
	border:1px solid #e6e6e6;
	margin-right: 1.7%;
	position: relative;
	
}

.haiyun_d .ol li:last-child{margin-right: 0;}
.haiyun_d .ol li .text{
	padding: 26px 20px;
	height: 193px;
}

.haiyun_d .ol li .text .bt{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.haiyun_d .ol li .text .js{
	margin-top: 6px;
	/*height: 48px;*/
	overflow: hidden;
	line-height: 1.6;
}

@media(max-width: 1680px){
	.haiyun_a {
	    padding: 70px 0 90px;
	}
	.haiyun_a .ol li .text .bt{font-size: 18px;}

	.haiyun_b {
	    padding: 80px 0 60px;
	}
	.haiyun_b .ol {
	    margin-top: 30px;
	}
	.haiyun_b .ol li .bt{font-size: 18px;}

	.haiyun_c {
	    padding: 90px 0 140px;
	}
	.haiyun_c .haiyun_c_box .ol li .num{font-size: 56px;}
	.haiyun_c .haiyun_c_box .ol li .num span{font-size: 28px;}

	.haiyun_c .haiyun_c_box .ol li .wenzi{
		font-size: 18px;
	}
	.haiyun_c .haiyun_c_box .ol li{width: 300px;}

	.haiyun_c .haiyun_c_box .ol {
	    margin-top: 90px;
	}
	.haiyun_d {
	    padding: 80px 0;
	}
	.haiyun_d .ol li .text .bt{font-size: 18px;}
}

@media(max-width: 1500px){
	.haiyun_a {
	    padding: 60px 0 80px;
	}
	.haiyun_b {
	    padding: 60px 0 60px;
	}
	.haiyun_c .haiyun_c_box .ol li .num{font-size: 50px;}
	.haiyun_c .haiyun_c_box .ol li .wenzi{font-size: 16px;}
}

.about_e .top .more{
	position: absolute;
	right: 0;
	bottom: 10px;
}

.more,a.more{
	font-size: 15px;
	color: #666666;
	padding-left: 60px;
	line-height: 1;
	transition: all 0.4s;
	position: relative;
	display: inline-block;
}

.more .y{
	width: 42px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #dadbdc;
	border-radius: 25px;
	transition: all 0.4s;
}

.more .jt{
	background: url(../images/more_jt.png) center center/cover;
	width: 31px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
}

.more:hover{
	padding-right: 20px;
}
.more:hover .y{
	width: 100%;
}

@media(max-width: 1100px){
	.about_e .top .more{
		position: relative;
		margin-top: 40px;
	}
	.about_e .top .more{font-size: 14px;}
	.more .y{
		width: 38px;
		height: 38px;
	}
	.more .jt{
		width: 28px;
		height: 10px;
		left: 20px;
	}
	.more, a.more{padding-left: 52px;}

	.haiyun_a {
	    padding: 40px 0 50px;
	}
	.haiyun_a .title{
		padding: 0;
	}

	.haiyun_a .ol li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.haiyun_a .ol li .text {
	    padding: 20px 16px;
	}

	.haiyun_b {
	    padding: 40px 0 50px;
	}
	.haiyun_b .ol li{
		width: 100%;
		margin-bottom: 10px;
	}
	.haiyun_b .ol li .text{
		padding: 14px;
	}
	.haiyun_b .ol li .bt,
	.haiyun_b .ol li .js{
		overflow: initial;
        text-overflow:initial;
        white-space: initial;
	}
	.haiyun_c {
	    padding: 40px 0 50px;
	}
	.title2 .js2{
		margin-top: 6px;
		margin-left: 0;
	}
	.haiyun_c .haiyun_c_box{
		padding-top: 16px;
		margin-top: 16px;
	}
	.haiyun_c .haiyun_c_box .ol {
	    margin-top: 40px;
	}
	.haiyun_c .haiyun_c_box .ol li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 14px;
	}
	.haiyun_c .haiyun_c_box .ol li:before{display: none;}
	.haiyun_c .haiyun_c_box .ol li .num {
	    font-size: 36px;
	}
	.haiyun_c .haiyun_c_box .ol li .num span{font-size: 20px;}
	.haiyun_c .haiyun_c_box .ol li .wenzi{font-size: 14px;}

	.haiyun_d {
	    padding: 40px 0;
	}
	.haiyun_d .ol li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}

	.haiyun_d .ol li .text {
	    padding: 20px 16px;
	}
}

.kongyun_a{
	background: #fff;
	padding: 90px 0 120px;
}

.kongyun_a .ol{
	margin-top: 36px;
}

.kongyun_a .ol li{
	float: left;
	width: 24.1%;
	background: #fff;
	margin-right: 1.2%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}

.kongyun_a .ol li:last-child{margin-right: 0;}
.kongyun_a .ol li .img{
	border-radius: 8px;
	overflow: hidden;
}
.kongyun_a .ol li .text{
	padding: 18px;
}
.kongyun_a .ol li .text .bt{
	color: #333333;
	font-size: 18px;
}

.kongyun_a .ol li .text .js{
	line-height: 1.6;
	color: #666666;
	margin-top: 6px;
	height: 42px;
	overflow: hidden;
}

.kongyun_b{
	padding: 110px 0 200px;
	background: url(../images/kongyun_b_bg.jpg) center center/cover;
}

.kongyun_b .ol{
	margin-top: 30px;
	padding-top: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kongyun_b .ol li{
	width: 9.3%;
	margin-right: 8.5%;
	float: left;
	text-align: center;
	position: relative;
}


.kongyun_b .ol li:before{
	position: absolute;
	width: 20px;
	height: 19px;
	content: "";
	position: absolute;
	top: 50px;
	right: -50%;
	background: url(../images/kongyun_b_jt.png) center center/cover;
}

.kongyun_b .ol li:last-child{
	margin-right: 0;
}

.kongyun_b .ol li:last-child:before{display: none;}

.kongyun_b .ol li .img{
	width: 110px;
	height: 110px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	position: relative;

}

.kongyun_b .ol li .img:before{
	width: 129px;
	height: 129px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "";
	border-radius: 100%;
}


.kongyun_b .ol li .text{
	margin-top: 26px;
}


.kongyun_b .ol li .text .bt{
	color: #fff;
	font-size: 20px;
}

.kongyun_b .ol li .text .js{
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.6;
	margin-top: 8px;
	text-align: justify;
}

.kongyun_c{
	background: #f7f8f9;
	padding: 90px 0 110px;
}

.kongyun_c .ol{
	margin-top: 30px;
}

.kongyun_c .ol li{
	width: 49.2%;
	margin-right: 1.6%;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.kongyun_c .ol li:nth-child(2n){margin-right: 0;}
.kongyun_c .ol li .img{
	float: left;
	width: 42.7%;
	border-radius: 8px;
	overflow: hidden;
}

.kongyun_c .ol li .text{
	float: right;
	width: 57.3%;
	padding: 46px 64px 0 38px;
}
.kongyun_c .ol li .text .bt{
	color: #333333;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
}
.kongyun_c .ol li .text .tp{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	margin-right: 12px;
	line-height: 0;
}

.kongyun_c .ol li .text .js{
	padding-top: 20px;
	margin-top: 20px;
	position: relative;
	line-height: 1.8;
	color: #555555;
}

.kongyun_c .ol li .text .js:before,.kongyun_c .ol li .text .js:after{
	position: absolute;
	 height: 2px;
	content: "";
	top: 0;
}

.kongyun_c .ol li .text .js:before{
  left: 0;
 width: 25.1%;
  background: #99aede;
}

.kongyun_c .ol li .text .js:after{
	right: 0;
	width: 73.4%;
	background: #b2b2b2;
}

.kongyun_e{
	position: relative;
	background: #f7f8f9;
	padding: 110px 0;
}

.kongyun_e .ol{
	border: 1px solid #f5f5f5;
	margin-top: 40px;
}

.kongyun_e .ol li{
	float: left;
	width: 20%;
	border-right: 1px solid #f5f5f5;
	background: #fdfdfd;
	border-top: 1px solid #f5f5f5;
}

.kongyun_e .ol li:nth-child(5n){margin-right: 0;}
.kongyun_e .ol li:nth-child(1),
.kongyun_e .ol li:nth-child(2),
.kongyun_e .ol li:nth-child(3),
.kongyun_e .ol li:nth-child(4),
.kongyun_e .ol li:nth-child(5){
	border-top: none;
}

.kongyun_e canvas{
	position: absolute;
	width: 100% !important;
	bottom: 0;
	height: 160px !important;
}

.kongyun_e .container{
	position: relative;
	z-index: 3;
}

@media(max-width: 1680px){
	.kongyun_a {
	    padding: 70px 0 90px;
	}
	.kongyun_b {
	    padding: 90px 0 160px;
	}
	.kongyun_b .ol li .text .bt{font-size: 18px;}

	.kongyun_c {
	    padding: 70px 0 80px;
	}

	.kongyun_c .ol li .text .bt{font-size: 20px;}
	.kongyun_c .ol li .text .tp{
		width: 22px;
	}
	.kongyun_c .ol li .text {
	    padding: 30px 50px 0 30px;
	}
	.kongyun_e {
	    padding: 70px 0;
	}
}

@media(max-width: 1500px){
	.kongyun_a {
	    padding: 60px 0 80px;
	}
	.kongyun_b {
	    padding: 70px 0 130px;
	}
	.kongyun_b .ol{
		padding-top: 60px;
	}
	.kongyun_c {
	    padding: 60px 0 70px;
	}
	.kongyun_c .ol li .text .bt {
	    font-size: 18px;
	}
	.kongyun_e {
	    padding: 60px 0;
	}
}

@media(max-width: 1100px){
	.kongyun_a {
	    padding: 40px 0 60px;
	}
	.kongyun_a .ol li{
		width: 100%;
		margin-bottom: 16px;
		margin-right: 0;
	}

	.kongyun_b {
	    padding: 40px 0 70px;
	}
	.kongyun_b .ol {
	    margin-top: 20px;
	    padding-top: 30px;
	    width: 1100px;
	}

	.kongyun_b .kongyun_b_box{
		overflow: auto;
	}

	.kongyun_b .ol li .img{
		width: 80px;
		height: 80px;
	}
	.kongyun_b .ol li .img:before{
		width: 100px;
		height: 100px;
	}
	.kongyun_c {
	    padding: 40px 0 40px;
	}

	.kongyun_c .ol li{
		width: 100%;
	}

	.kongyun_c .ol li .img{
		width: 100%;
	}
	.kongyun_c .ol li .text{
		width: 100%;
		padding: 20px 16px;
	}
	.kongyun_c .ol li .text .js{
		padding-top: 16px;
		margin-top: 16px;
	}

	.kongyun_e {
	    padding: 40px 0 60px;
	}
	.kongyun_e .ol{
		margin-top: 30px;
	}
	.kongyun_e .ol li{
		width: 50%;
		border-bottom: 1px solid #f5f5f5;
	}
	.kongyun_e .ol li:nth-child(5n){margin-right: 0;}
}

.sanhuo_c{
	background: url(../images/sanhuo_c_bg.jpg) center center/cover;
}

.chukou_a{
	background: #fff;
	padding: 80px 0 140px;
}

.chukou_a .left{
	float: left;
	width: 32.8%;
}

.chukou_a .right{
	float: right;
	width: 55.2%;
}

.chukou_a .right .text{
	line-height: 2;
}

.chukou_a .right .ol{
	margin-top: 36px;
}

.chukou_a .right .ol li{
	width: 25%;
	float: left;
	text-align: center;
}

.chukou_a .right .ol li .icon{
	width: 63px;
	display: inline-block;
	line-height: 0;
}

.chukou_a .right .ol li .bt{
	color: #666666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}

@media(max-width: 1680px){
	.chukou_a {
	    padding: 70px 0 110px;
	}
}

@media(max-width: 1500px){
	.chukou_a {
	    padding: 70px 0 100px;
	}
	.chukou_a .right .ol li .icon{width: 56px;}
}

@media(max-width: 1100px){
	.chukou_a {
	    padding: 40px 0 50px;
	}
	.chukou_a .left{
		width: 100%;
	}
	.chukou_a .right{
		width: 100%;
		margin-top: 20px;
	}
	.chukou_a .right .ol li .icon {
	    width: 46px;
	}
}

@media(max-width: 768px){
	.chukou_a .right .ol li{
		width: 50%;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.chukou_a .right .ol li .bt{

	}
}

.nybanner .support{
	position: absolute;
	width: 646px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.nybanner .support .bt{
	font-size: 34px;
	color: #fff;
}

.nybanner .support .input {
	
	margin-top: 34px;
}

.nybanner .support .input .wenben{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding: 0 154px 0 20px;
	border: none;border-radius: 8px;
	overflow: hidden;
}

.nybanner .support .input .btn{
	position: absolute;
	width: 154px;
	right: -1px;
	top: 0;
	background: url(../images/support_sousuo.png) center center/cover no-repeat #335ebd;
	background-size: 23px 24px;
	height: 100%;
	border: none;
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}

.nybanner .support .js{
	line-height: 1.6;
	color: #fff;
	margin-top: 16px;
}

.nybanner .support .ol{
	margin-top: 40px;
	padding: 0 84px;
}

.nybanner .support .ol li{
	float: left;
	width: 33.3%;
	text-align: center;
}

.nybanner .support .ol li .icon{
	line-height: 0;
	width: 76px;
	display: inline-block;
}

.nybanner .support .ol li .biaoti{
	color: #fff;
	line-height: 1.6;
}

.support_a{
	background: #fff;
	padding: 104px 0;
}

.support_a .ol{
	margin-top: 36px;
}

.support_a .ol li{
	float: left;
	width: 23.9%;
	margin-bottom: 16px;
	margin-right: 1.46%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	overflow: hidden;
}


.support_a .ol li:nth-child(4n){margin-right: 0;}
.support_a .ol li .text{
	padding: 24px;
}

.support_a .ol li .text .bt{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.support_a .ol li .text .js{
	line-height: 1.6;
	color: #555555;
	margin-top: 2px;
	/*overflow: hidden;*/
    text-overflow:ellipsis;
    white-space: nowrap;
}

@media(max-width: 1680px){
	.support_a {
	    padding: 80px 0;
	}
	.support_a .ol li .text {
	    padding: 20px;
	}

	.support_a .ol li .text .bt{font-size: 20px;}
	.nybanner .support .bt{font-size: 30px;}
	.nybanner .support .input .wenben{
		height: 54px;
		line-height: 54px;
		font-size: 14px;
	}
	.nybanner .support .ol li .icon{width: 70px;}
	.nybanner .support .input {
	    margin-top: 20px;
	}
}

@media(max-width: 1500px){
	.support_a {
	    padding: 70px 0;
	}
	.support_a .ol li .text .bt {
	    font-size: 18px;
	}
}

@media(max-width: 1100px){
	.support_a .ol li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	.support_a .ol li:nth-child(4n){margin-right: 2%;}
	.support_a .ol li:nth-child(2n){margin-right: 0;}
	.support_a .ol li .text .bt {
	    font-size: 16px;
	}
	.support_a .ol li .text {
	    padding: 20px 14px;
	}
	.nybanner .support{
		width: 90%;
	}
	.nybanner .support .bt {
	    font-size: 26px;
	}
	.nybanner .support .input .wenben{
		height: 42px;
		padding: 0 80px 0 20px;
		line-height: 42px;
	}
	.nybanner .support .input .btn{width: 80px;background-size: 20px 21px;}
	.nybanner .support .ol{
		margin-top: 24px;
		padding: 0;
	}
	.nybanner .support .ol li .icon {
	    width: 54px;
	}
}

@media(max-width: 640px){
	.support_a .ol li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 14px;
	}
}

.contact_a{
	background: url(../images/contact_a_bg.jpg) center center/cover;
	padding: 136px 0 200px;
}

.contact_a .left{
	width: 39.2%;
}

.contact_a .left .bt{
	font-size: 30px;
	color: #333333;
}

.contact_a .left .dh{
	margin-top: 20px;
	color: #335ebd;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 60px;
}

.contact_a .left .dh span{
	margin-right: 30px;
	float: left;
	line-height: 1;
}
.contact_a .left .box{
	margin-bottom: 24px;
}
.contact_a .left .box:last-child{margin-bottom: 0;}
.contact_btn,a.contact_btn{
	display: inline-block;
	background: #335ebd;
	color: #fff;
	font-size: 15px;
	padding: 12px 34px;
	border-radius: 8px;
	vertical-align: middle;
	line-height: 1;
}

.contact_btn i{
	width: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;

}

.contact_a .right{
	width: 45.4%;
}

.contact_a .right .bt{
	color: #333333;
	font-size: 30px;
}

.contact_a .right .ul{
	margin-top: 30px;
}

.contact_a .right .ul li{
	margin-bottom: 14px;
	float: left;
	width: 48.5%;
	position: relative;
	margin-right: 3%;
}

.contact_a .right .ul li:nth-child(2n){margin-right: 0;}

.contact_a .right .ul li input,.contact_a .right .ul li select{
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #333;
	font-size: 14px;
	border: 1px solid #ececec;
	background: #fff;
	padding: 0 38px 0 24px;
	border-radius: 6px;
	overflow: hidden;
}

.contact_a .right .ul li input::placeholder,.contact_a .right .ul li select{
	color: #999999;
}

.contact_a .right .ul li select{
	    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.contact_a .right .ul li.select-btn:before{
	content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 13px;
    height: 7px;
    background: url(../images/contact_jt.png) no-repeat center center/cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.contact_a .right .ul li.w100{
	width: 100%;
	margin-right: 0;
}

.contact_a .right .ul li textarea{
	width: 100%;
	resize: none;
	border: 1px solid #ececec;
	border-radius: 6px;
	color: #999999;
	font-size: 14px;
	height: 100px;
	padding:14px 24px;
}
.contact_a .right .ul li.btn{margin-top: 34px;}
.contact_a .right .ul li.btn input{
	width: auto;
	display: inline-block;
	padding: 14px 58px;
	line-height: initial;
	color: #fff;
	background: #335ebd;
	font-size: 15px;
	height: auto;
}

.contact_a .right .ul li .h{
	font-size: 14px;
	color: #ea0000;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.contact_b{
	padding: 130px 0 160px;
	background: url(../images/contact_b_bg.jpg) center center/cover;
}

.contact_b .left{
	width: 47.4%;
}

.contact_b .left .wenzi{
   line-height: 1.6;
   font-size: 18px;
   margin-top: 30px;
   padding-top: 30px;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_b .left .text{
	margin-top: 50px;
	line-height: 1.8;
}

.contact_b .left .text .bt{
	font-size: 20px;

}

.contact_b .left .text .wz{
	font-size: 18px;
	margin-top: 10px;
}

.contact_b .right{
	width: 47.7%;
	border-radius: 8px;
	overflow: hidden;
}

@media(max-width: 1680px){
	.contact_a{
		padding: 100px 0 150px;
	}
	.contact_a .left .bt,.contact_a .left .dh,.contact_a .right .bt{font-size: 26px;}
    .contact_b {
	    padding: 100px 0 130px;
	}
	.contact_b .left .wenzi,.contact_b .left .text .wz{font-size: 16px;}
	.contact_b .left .text .bt{font-size: 18px;}
	.contact_b .left .text{
		margin-top: 30px;
	}
}


@media(max-width: 1500px){
	.contact_a {
	    padding: 70px 0 110px;
	}
	.contact_a .left .bt, .contact_a .left .dh, .contact_a .right .bt {
	    font-size: 24px;
	}
	.contact_a .left .dh{
		margin-bottom: 40px;
	}
	.contact_btn, a.contact_btn{
		padding: 10px 30px;
	}
	.contact_a .right .ul li.btn {
	    margin-top: 24px;
	}

	.contact_b {
	    padding: 70px 0 100px;
	}
	.contact_b .left .wenzi, .contact_b .left .text .wz {
	    font-size: 14px;
	}
	.contact_b .left .text .bt {
	    font-size: 16px;
	}
	.contact_b .left .wenzi{
		padding-top: 24px;
		margin-top: 24px;
	}
}

@media(max-width: 1100px){
	.contact_a {
	    padding: 40px 0 50px;
	}
	.contact_a .left{
		width: 100%;
	}
	.contact_a .right{
		width: 100%;
		margin-top: 30px;
	}
	.contact_a .left .bt, .contact_a .left .dh, .contact_a .right .bt {
	    font-size: 18px;
	}
	.contact_btn, a.contact_btn{
		font-size: 14px;
		padding: 10px 26px;
		margin-bottom:10px;
	}
	.contact_btn i{width: 18px;}
	.contact_a .right .ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.contact_a .right .ul li.btn{
		margin-top: 0;
		text-align: center;
	}
	.contact_a .right .ul li.btn input{
		padding: 10px 46px;
	}
	.contact_b {
	    padding: 40px 0 50px;
	}
	.contact_b .left{
		width: 100%;
	}
	.contact_b .right{
		width: 100%;
		margin-top: 30px;
	}
	.contact_b .left .wenzi {
	    padding-top: 20px;
	    margin-top: 20px;
	}
	.contact_b .left .text {
	    margin-top: 20px;
	}
}

.mbx{
	padding: 16px 0;
	color: #999999;
	border-bottom: 1px solid #eaebec;
	background: #f7f8f9;
}

.mbx a,.mbx p{
	display:inline-block;
	font-size: 14px;
	color: #999999;
}
.news_a{
	background: #f7f8f9;
	padding: 50px 0 100px;
}

.news_a .left{
	width: 73.5%;
}

.news_a .left .top .box{
	float: left;
	width: 49.5%;
	margin-right: 1%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 32px 32px 52px;
}
 
.news_a .left .top .box:last-child{
	margin-right: 0;
}

.news_a .left .nr .text{
	margin-top: 30px;
}

.news_a .left .nr .text .time{
	color: #335ebd;
}

.news_a .left .nr .text .bt{
	color: #333333;
	font-size: 22px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight:initial;
	transition:all 0.5s;
}
.news_a .left .btm .ol li:hover .text .bt{
	color: #2a59c1;
}

.news_a .left .nr .text .js{
	font-size: 15px;
	line-height: 1.6;
	color: #555555;
	margin-top: 14px;
}

.news_a .left .nr .text .bq{
	margin-top: 10px;
	font-size: 14px;
}

.news_a .left .nr .text .bq a{
   color: rgba(85, 85, 85, 0.45);
   float: left;
   margin-right: 6px;
}

.news_a .left .nr .text .news_more{
	margin-top: 28px;
}

.news_a .left .btm .ol li{
	background: #fff;
	padding: 40px 32px;
	margin-top: 16px;
	border-radius: 8px;
	overflow: hidden;
}

.news_a .left .btm .ol li .text{margin-top: 0;}
.news_a .left .page{
	margin-top: 46px;
}

.news_a .right{
	width: 24.5%;
}

.news_a .right .box{
	background: #fff;
	margin-bottom: 20px;
	padding: 28px 20px 40px;
}

.news_a .right .box:last-child{
	margin-bottom: 0;
}
.news_a .right .box .bt{
	color: #333333;
	font-size: 18px;
	padding-bottom: 16px;
	position: relative;
	margin-bottom: 6px;
	font-weight:initial;
}

.news_a .right .box .bt:before,
.news_a .right .box .bt:after{
	position: absolute;
	height: 1px;
	content: "";
}

.news_a .right .box .bt:before{
	width: 5.5%;
	bottom: 0;
	left: 0;
	background: #335ebd;
}

.news_a .right .box .bt:after{
	width: 92%;
	right: 0;
	bottom: 0;
	background: #e4e4e4;
}

.news_a .right .box a{
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-top: 18px;
	color: #999899;
	font-size: 16px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 14px;
    position: relative;
	transition:all 0.3s;
}

.news_a .right .box a:hover{
	color:#000;
}

.news_a .right .box a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/news_sj.png) center center/cover;
	width: 7px;
	height: 7px;
}

.news_a .right .box.zixun .nr{
	padding-top: 10px;
}

.news_a .right .box.zixun a{
	width: 100%;
	padding: 12px 0 8px 14px;
	margin-top: 0;
	border-bottom: 1px solid #f0f0f0;
}

.news_a .right .box.w100 a{
	width: 100%;
}

@media(max-width: 1500px){
	.news_a .left .nr .text .bt{font-size: 18px;}
	.news_a .left .top .box{
		    padding: 26px 26px 40px;
	}
	.news_a .left .btm .ol li{
		padding: 30px 26px;
	}
}

@media(max-width: 1100px){
	.news_a {
	    padding: 20px 0 60px;
	}
	.news_a .left{
		width: 100%;
	}
	.news_a .left .top .box{
		margin-top: 20px;
		width: 100%;
		padding: 20px 20px 30px;
	}
	.news_a .right{
		width: 100%;
		margin-top: 30px;
	}
	.news_a .left .nr .text .bt{
		font-size: 16px;
		overflow: initial;
	    text-overflow: initial;
	    white-space: initial;
	}
	.news_a .left .btm .ol li {
	    padding: 30px 20px;
	}

	.news_a .right .box{
		    padding: 20px 20px 30px;
	}
	.news_a .right .box a{
		width: 100%;
		margin-bottom: 6px;
	}

}

.news_xq .left{
	
}

.news_xq .left .left_box{
	padding: 40px 30px 70px;
	background: #fff;
}

.news_xq .left .bt{
	font-size: 24px;
	color: #333333;
	font-weight:initial;
}

.news_xq .left .type{
	margin-top: 10px;
	padding-bottom: 24px;
	position: relative;
	margin-bottom: 26px;
	display: inline-block;
	width: 100%;
}

.news_xq .left .type:before, .news_xq .left .type:after {
    position: absolute;
    height: 1px;
    content: "";
}
.news_xq .left .type:before{
	    width: 7%;
    bottom: 0;
    left: 0;
    background: #335ebd;
}

 .news_xq .left .type:after {
 	width: 92%;
    right: 0;
    bottom: 0;
    background: #e4e4e4;
 }

.news_xq .left .type .time{
	color: #999999;
	float: left;
}
.news_xq .left .type .bq{
	float: left;
	margin-left: 30px;
}
.news_xq .left .type .bq,.news_xq .left .type .bq a{
	font-size: 14px;
	color: #999999;
}

.news_xq .left .type .zuozhe{
	float:right;
	margin-right:20px;
	color:#999999;
}
@media(max-width:1100px){
.news_xq .left .type .zuozhe{
width:100%;
margin-right:0;
}
}

.news_xq .left .type .fx{
	float: right;
}
#share-1{display: inline-block;}
.news_xq .left .type .fx .icon-qq{display: none;}
.news_xq .left .type .fx a:before{display: none;}
.news_xq .left .type .fx a{
	width: 18px;
	height: 15px;
	border: none;
	margin-right: 10px;
}
.news_xq .left .type .fx a:last-child{margin-right: 0;}
.news_xq .left .type .fx a.icon-wechat{
	background: url(../images/news_xq_weixin.png) center center/cover;
}

.news_xq .left .type .fx a.icon-weibo{
	background: url(../images/news_xq_weibo.png) center center/cover;
}

.news_xq .left .text{
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
}

.news_xq .left .btm{
	position: relative;
	margin-top: 24px;
	padding-top: 24px;
	display: inline-block;
	width: 100%;
}


.news_xq .left .btm:before, .news_xq .left .btm:after {
    position: absolute;
    height: 1px;
    content: "";
}
.news_xq .left .btm:before{
	    width: 7%;
    top: 0;
    left: 0;
    background: #335ebd;
}

.news_xq .left .btm:after {
 	width: 92%;
    right: 0;
    top: 0;
    background: #e4e4e4;
 }


 .news_xq .left .btm a{
 	margin: 20px 0;
 }

.news_xq .left .btm .fany{
	float: left;
	width: 80%;
}
.news_xq .left .btm .fanhui{
	float: right;
}

.news_xq .left .xiangguan{
	padding: 50px 34px;
	background: #fff;
	margin-top: 20px;
}

.news_xq .left .xiangguan .bt2{
	font-size: 22px;
	color: #333333;
	font-weight:initial;
}

.news_xq .left .xiangguan .ol{
	margin-top: 16px;
}

.news_xq .left .xiangguan .ol li{
	float: left;
	width: 47.2%;
	margin-right: 2.8%;
}

.news_xq .left .xiangguan .ol li:nth-child(2n){
	margin-right: 0;
}
.news_xq .left .xiangguan .ol li .biaoti{font-weight:initial;}
.news_xq .left .xiangguan .ol li:hover .biaoti{
	color:#333;
}
.news_xq .left .xiangguan .ol li h3{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_xq .left .xiangguan .ol li a{
	padding: 12px 16px 12px 0;
	display: inline-block;
	border-bottom: 1px solid #fafafa;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
	width:100%;

}

.news_xq .left .xiangguan .ol li a:before{
	width: 7px;
	height: 13px;
	background: url(../images/page_img3.png) center center/cover;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}


.banner .img .img2{display: none;}

.banner .text{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	text-align: center;
}

.banner .text .bt{
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 80px;
}

.banner .text .more_b{
	margin-top: 50px;
}
.more_b,a.more_b{
	display: inline-block;
	color: #fff;
}

.more_b .y{border-color: #fff;}
.more_b .jt{background: url(../images/banner_jt.png) center center/cover;}

.banner .swiper-pagination{
	bottom: 60px;
}

.banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 20px;
	opacity: 1;
	margin: 0 8px;
	transition: all 0.6s;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 24px;
}
.banner .img{overflow: hidden;}
.banner .img img{
	transition: all 3s;
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.banner .img.cur img{
	transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.home_a{
	background: #fff;
	padding: 36px 0;
}
.home_a .ol{text-align:center;}
.home_a .ol li{
	float: left;
	width: 33.33333%;
	/*width:auto;*/
	display:inline-block;
	position: relative;
	margin-right: 0;
	padding：0 2vw;
	vertical-align:top;
	
	
}

@media(max-width:1920px){
	.home_a .ol li{
		float: left;
		width: 32%;
		position: relative;
		margin-right: 2%;
		vertical-align:top;
	}
	.home_a .ol li .text .wenzi { max-width: 270px; }
}

.home_a .ol li:last-child{margin-right: 0;}

.home_a .ol li .icon{
	width: 102px;
	height: 102px;
	border-radius: 100%;
	border: 1px solid #e1e4ec;
	float: left;
	margin-right:20px;
}
.home_a .ol li .relative { position: relative; }
.home_a .ol li .text{
	position: absolute;
	left: 122px;
	top: 50%; transform: translateY(-50%);
	/*padding-top:10px;*/
	display:inline-block;
	text-align:left;
}

@media(max-width:1920px){
	.home_a .ol li .text{
		position: absolute;
		left: 122px;
		/*top: 12px;*/
		text-align:left;
	}
}

.home_a .ol li .text .bt{
	font-size: 20px;
	color: #333333;
}

.home_a .ol li .text .wenzi{
	font-size: 15px;
	line-height: 1.4;
	color: #666666;
	margin-top: 4px;
}

.home_b{
	background: #f7f8f9;
	padding: 90px 0;
}

.home_b .ol li{
	float: left;
	background: #fff;
	width: 32.2%;
	margin-right: 1.7%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	overflow: hidden;
}

.home_b .ol li:last-child{
	margin-right: 0;
}

.home_b .ol li .img{
	border-radius: 8px;
	overflow: hidden;
}

.home_b .ol li .img img{
	transition:all 0.5s;
}
.home_b .ol li:hover .img img{
	    transform: scale(1.2);
	transition:all 0.8s;
}

.home_b .ol li .text{
	padding: 26px 30px;
}

.home_b .ol li .text .bt{
	font-size: 22px;
	transition:all 0.5s;
	color: #333333;
}

.home_b .ol li:hover .text .bt{
	color:#2a59c1;
}

.home_b .ol li .text .wenzi{
	color: #555555;
	line-height: 1.6;
	margin-top: 6px;
	height: 46px;
	overflow: hidden;
}

.home_c{
	padding: 0;
	background: #f7f8f9;
}
.home_c:before{display: none;}
.home_c .home_c_box{
	background: url(../images/about_a_bg.jpg) top center no-repeat #fff;
	background-size: 60% 60%;
	margin-top: -276px;
	padding: 70px 60px;
	border-radius: 8px;
	overflow: hidden;
}

.home_c .home_c_box .left .more{
	margin-top: 90px;
}

.home_e{
	padding: 110px 0 120px;
	background: url(../images/home_e_bg.jpg) center center/cover;
}

.home_e .top .more{
	position: absolute;
	right: 0;
	bottom: 10px;
}

.home_e .top .more .y{
	border-color: rgba(255, 255, 255, 0.2);
}

.home_e .ol{
	margin-top: 26px;
}

.home_e .ol li{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
	border-radius: 8px;
	overflow: hidden;
}

.home_e .ol li:last-child{margin-right: 0;}
.home_e .ol li .img{
	border-radius: 8px;
	overflow: hidden;
}

.home_e .ol li .text{
	padding: 20px 30px 20px 0;
}

.home_e .ol li .text .bt{
	font-size: 20px;
	color: #fff;
}

.home_e .ol li .text .js{
	font-size: 15px;
	margin-top: 6px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.6);
}

@media(max-width: 1680px){
	.banner .text .bt{
		font-size: 42px;
	}

	.home_a .ol li .icon{
		width: 90px;
		height: 90px;
	}
	.home_a .ol li .text{
		left: 110px;
	}
}

@media(max-width: 1600px){
	.home_b {
	    padding: 70px 0;
	}
	.home_b .ol li .text .bt{font-size: 20px;}
	.home_c .home_c_box{
		padding: 50px;
	}

	.home_e {
	    padding: 90px 0 100px;
	}
}

@media(max-width: 1500px){
	.banner .text .bt {
	    font-size: 36px;
	}
	.home_a .ol li .text .bt{font-size: 18px;}
	.home_a .ol li .text .wenzi{font-size: 14px;}
	.home_b .ol li .text {
	    padding: 16px 20px;
	}
	.home_b .ol li .text .bt{font-size: 18px;}

	.home_c .home_c_box .left .more {
	    margin-top: 70px;
	}

	.home_e {
	    padding: 70px 0 90px;
	}
	.home_e .ol li .text .bt{font-size: 18px;}
}

@media(max-width: 1100px){
	.banner .img .img1{display: none;}
	.banner .img .img2{display: block;}
	.banner .text .bt {
	    font-size: 26px;
	}
	.banner .text .more_b {
	    margin-top: 40px;
	}
	.banner .swiper-pagination {
	    bottom: 30px;
	}
	.banner .swiper-pagination .swiper-pagination-bullet{margin: 0 4px;}
	.home_a .ol li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.home_a .ol li .icon{
		width: 70px;
		height: 70px;
	}
	.home_a .ol li .text{ left: 90px;}
	.home_b {
	    padding: 40px 0 40px;
	}
	.home_b .ol li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.home_b .ol li .text {
	    padding: 10px 16px;
	}
	.home_c .home_c_box {
		margin-top: 0;
	    padding: 30px 20px;
	}
	.home_c .home_c_box .left .more {
	    margin-top: 40px;
	}
	.home_e {
	    padding: 40px 0 40px;
	}
	.home_e .ol li{
		width: 100%;
	}
	.home_e .ol li .text{
		padding: 14px 0 20px;
	}
	.home_e .ol li .text .js{font-size: 14px;}

	.home_c .right .ol li {
	    margin-right: 40px;
	}
	
	.home_e .top .more{
		position:relative;
		margin-top:30px;
	}
	
	
}

@media(max-width:400px){
	.home_c .right .ol li,.about_a .right .ol li{margin-right:20px;}
	.about_a:before{
		height:150px;
	}
}

.chuizhi_banner .text_box .box1{
	margin-top: 20px;
}

.chuizhi_banner .text_box .box1 a{
	font-size: 20px;
	color: #fff;
	margin: 0 26px;
	display: inline-block;
}

.chuizhi_banner .text_box .box2{
	margin-top: 50px;
}

.chuizhi_banner .text_box .box2 a{
	display: inline-block;
	padding: 0 24px;
	line-height: 0;
	border-right: 1px dashed #6380a4;
}

.chuizhi_banner .text_box .box2 a:last-child{border-right: none;}

.mbx2{
	border: none;
	background: #eff0f1;
	padding: 4px 0;
}
.chuizhi_a{
	background: #f7f8f9;
	padding: 90px 0;
}

.chuizhi_a .ol{
	margin-top: 30px;
}

.chuizhi_a .ol li{
	float: left;
	width: 49.2%;
	margin-right: 1.6%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.chuizhi_a .ol li .img{
	border-radius: 8px;
	overflow: hidden;
}

.chuizhi_a .ol li:last-child{margin-right: 0;}

.chuizhi_a .ol li .text{
	padding: 20px 14px;
	background: #fff;
	
}

.chuizhi_a .ol li .text .bt{
	font-size: 22px;
	color: #333333;
}

.chuizhi_a .ol li .text .js{
	margin-top: 6px;
	line-height: 1.6;
	color: #555555;
	height: 74px;
	overflow: hidden;
}

.chuizhi_b{
	background: url(../images/chuizhi_b_img.jpg) center center/cover;
	padding: 110px 0 150px;
}

.chuizhi_b .ol{
	margin-top: 30px;
}

.chuizhi_b .ol li{
	width: 32.2%;
	margin-right: 1.7%;
	float: left;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.chuizhi_b .ol li:last-child{margin-right: 0;}

.chuizhi_b .ol li .text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.4s;
}

.chuizhi_b .ol li .text .bt{
	color: #fff;
	font-size: 22px;
}

.chuizhi_b .ol li .text .js{
	line-height: 1.6;
	margin-top: 6px;
	color: #fff;
    display: block;
}

.chuizhi_b .ol li .text .js p{
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}

.chuizhi_b .ol li:hover .text{
	height: 100%;
}

.chuizhi_b .ol li .text .box{
	transition: all 0.4s;
	padding: 15px 60px 15px 20px;
}

.chuizhi_b .ol li:hover .text .box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.chuizhi_b .ol li:hover .text .box .js p{
	overflow: initial;
    text-overflow:initial;
    white-space: initial;
}

.chuizhi_c{
	background: #fff;
	padding: 110px 0 150px;
}

.chuizhi_c .ol{
	margin-top: 30px;
}

.chuizhi_c .ol li{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.chuizhi_c .ol li:last-child{margin-right: 0;}

.chuizhi_c .ol li .img{
	border-radius: 8px;
	overflow: hidden;
}

.chuizhi_c .ol li .text{
	padding: 26px 10px 30px 20px;
}

.chuizhi_c .ol li .text .bt{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.chuizhi_c .ol li .text .js{
	line-height: 1.6;
	margin-top: 6px;
	color: #555555;
    display: block;
    height: 72px;
    overflow: auto;
    padding-right: 16px;
}

.chuizhi_c .ol li .text .js::-webkit-scrollbar{
	width: 4px;
	
}
.chuizhi_c .ol li .text .js::-webkit-scrollbar-track{
	background: #f3f3f3;
	width: 4px;
	border-radius: 25px;
}

.chuizhi_c .ol li .text .js::-webkit-scrollbar-track-piece{
	width: 4px;
} 
.chuizhi_c .ol li .text .js::-webkit-scrollbar-thumb{
    background: #dbdbdb;
	border: 5px;
	border-radius: 25px;
		
}
.chuizhi_c .ol li .text .js::-webkit-scrollbar-button{
	display: none;
}

@media(max-width: 1680px){
	.chuizhi_banner .text_box .box1 a{
		font-size: 18px;
		margin: 0 20px;
	}
	.chuizhi_banner .text_box .box2 {
	    margin-top: 40px;
	}
	.chuizhi_a {
	    padding: 70px 0;
	}
	.chuizhi_a .ol li .text .bt{font-size: 20px;}

	.chuizhi_b{
	    padding: 80px 0 120px;
	}
	.chuizhi_b .ol li .text .bt{font-size: 18px;}
	.chuizhi_b .ol li .text .box{
		  padding: 15px 20px;
	}
	.chuizhi_c {
	    padding: 70px 0 100px;
	}
	.chuizhi_c .ol li .text .bt{font-size: 18px;}
}

@media(max-width: 1100px){
	.chuizhi_a {
	    padding: 40px 0;
	}
	.chuizhi_a .ol li{
		width: 100%;
		margin-bottom: 12px;
	}
	.chuizhi_b {
	    padding: 40px 0;
	}
	.chuizhi_b .ol li{
		width: 100%;
		margin-bottom: 12px;
	}
	.chuizhi_c {
	    padding: 40px 0 50px;
	}
	.chuizhi_c .ol li{
		margin-bottom: 12px;
		width: 100%;
	}
	.chuizhi_banner .text .bt {
	    font-size: 26px;
	}
	.chuizhi_banner .text_box .box2 a{
		padding: 0 16px;
	}
	.chuizhi_banner .text_box .box2 {
	    margin-top: 24px;
	}
	.chuizhi_a .ol li .text .js{
		height: auto;
	}
}

.about_e .gengduo_nr{
	margin-top:10px;
	display:none;
}

.about_e .gengduo_nr .ol li{
	float:left;
	width:49.5%;
	margin-top:16px;
	margin-right:1%;
	background:#fff;
	padding: 20px; 
}

.about_e .gengduo_nr .ol li:nth-child(2n){margin-right:0;}

.about_e .gengduo_nr .ol li .box{
	color:#333;
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}

.about_e .gengduo_nr .ol li .box .bt,.about_e .gengduo_nr .ol li .box .js p,.about_e .gengduo_nr .ol li .box .js span,.about_e .gengduo_nr .ol li .box .js{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.about_e .gengduo_nr .ol li .box .time{
	color: #335ebd;
}
.about_e .gengduo_nr .ol li .box .bt{
	margin:5px 0 12px;
	color:#333;
}

.about_e .gengduo_nr .ol li .box .js,.about_e .gengduo_nr .ol li .box .bq{
	height:20px;
	overflow:hidden;
	color:#333;
}

.about_e .gengduo_nr .ol li .box .bq{margin-top:10px;}
.about_e .gengduo_nr .ol li .box .bq a{float:left;margin-bottom:2px;margin-right:12px;font-size:12px;}
.news_a .left .btm .ol li .img{
	float:left;
	width:30%;
	margin-top:20px
}


.news_a .left .btm .ol li .text{
	float:right;
	width:67%;
}

@media(max-width:1500px){
	.page a{
		width:40px;
		height:40px;
		line-height:40px;
	}
	
	.about_e .gengduo_nr .ol li{
		margin-top:10px;
		
	}
	.about_e .gengduo_nr .ol li .box{
		font-size:16px;
	}
}

@media(max-width:1100px){
	.news_a .left .btm .ol li .img{width:100%;}
	.news_a .left .btm .ol li .text{
		width:100%;
		margin-top:20px;
	}
	.page{text-align:center;}
	.page a{
		width:36px;
		height:36px;
		margin-bottom:4px;
		line-height:36px;
	}
	.about_e .gengduo_nr .ol li{
		width:100%;
	}
	
	.about_e .gengduo_nr .ol li .box .js, .about_e .gengduo_nr .ol li .box .bq {
		height: auto;
		overflow: hidden;
	}
}



.page .fy{
	float: left;
}

.page .tz{
    line-height: 50px;
	float: left;
	font-size: 16px;
	margin-left: 30px;
}

.page .tz select{
	font-size: 16px;
	color: #333;
	border: none;
	background: none;
	height: 50px;
	width: 60px;
	border-radius: 6px;
	background: #fff;
	padding: 0 6px;
	text-align: center;
	text-align-last: center;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0 10px;
}

@media(max-width: 1100px){
	.page .tz{
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
		font-size: 14px;
	}
	.page .tz select{
		width: 50px;
		font-size: 14px;
		height: 36px;
	}
}

/**羊的新增**/
.banner-next,
.banner-prev{
    width: 51px;
    height: 51px;
    
}

.banner-next{
	background: url(../images/yjt2.png) center center/cover;
	right: 5%;
}

.banner-prev{
	background: url(../images/yjt1.png) center center/cover;
	left:5%;
}


.header .left .logo img,.header .left .logo a { vertical-align: top; }
.header .left .logo { position:relative; }
.header .left .zbrk { position: absolute; left: 290px; top:50%; transform: translateY(-50%); }
.header .left .zbrk a { text-align: center; padding: 6px 0; overflow: hidden; border-radius: 50px; background: #ff0000; color:#fff; display: block; width: 136px; }

.header .left .zbrk a span { display: inline-block; padding-left: 28px; background: url(../images/sxjbg.svg) no-repeat left center; background-size: auto 100%; font-size: 16px; }
			
			
.zbrkA { z-index: 1000000; position: fixed; right: 20px; top:60%; transform: translateY(-50%); }
.zbrkA a { position: relative; text-align: center; padding: 16px 0 0; border-radius: 50%; background: #ff0000; color:#fff; display: block; width: 80px; height: 80px;  }
.zbrkA a span { display: inline-block; padding-top: 25px; background: url(../images/sxjbg.svg) no-repeat top center; background-size: auto 25px; font-size: 14px; }
.zbrkA a:before { z-index: -1; content:''; position: absolute; width: 104%; height: 104%; border-radius: 50%; transform: translate(-50%, -50%); left: 50%; top:50%; background:rgba(255,0,0,0.4); }	
.zbrkA a:before {
	-webkit-animation: bigsmall 3s infinite;
	animation: bigsmall 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes bigsmall {
	0% { width:108%;height: 108%; }
	50% {width:104%;height: 104%;}
	100% {width:108%;height: 108%;}
}
@keyframes bigsmall {
	0% { width:108%;height: 108%; }
	50% {width:104%;height: 104%;}
	100% {width:108%;height: 108%;}
}



.contact_a .left .t{
	    color: #333333;
    font-size: 18px;
    margin-top: 2.1vw;
}
@media(max-width:1500px){
		.contact_a .left .t{font-size:16px;}
}

@media(max-width:1100px){
		.contact_a .left .t{font-size:14px;margin-top: 20px;}
}

