/* banner */
.banner{
	height: 820px;
	width: 100%;
}
.ban{
	width: 100%;
}
.ban .sw_ne{
	position: absolute;
	z-index: 4;
	text-align: center;
	bottom: 20px;
}
.ban .sw_ne .swiper-pagination-bullet{
	width: 55px;
	height: 12px;
	background-color: #fff;
	opacity: 0.8;
	border-radius: 0;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.ban .sw_ne .swiper-pagination-bullet-active{
	background-color:#78be50;
}
.ban_wrap,.ban,.sw-all{
	height: 100%;
}
.sw-all{
	position: relative;
}
.sw-pc,.sw-mo{
	height: 100%;
	background-size: cover;
	background-position: center;
}
.sw-pc{
	display: block;	
}
.sw-mo{
	display: none;	
}
.ban .swiper-slide{
	position: relative;
}
.swiper-slide-active .sw-pc{
	transform:;
    transition: transform 8s linear;
}
.szi{
	position: absolute;
	left:15%;
	bottom:30%;
	z-index: 3;
	background-color: rgba(112, 200, 219, 0.7);
	max-width: 600px;
	border-top-left-radius: 30px;
	border-bottom-right-radius:30px;
	padding: 35px;
}
.szi h4{
	font-size: 50px;
	color:#fff;
	letter-spacing:5px;
	font-weight: 300;
	margin-bottom: 10px;
}
.szi p{
	font-size: 19px;
	color: #fff;
	font-weight: 300;
	letter-spacing:2px;
	word-break:break-all;
}
/* 关于 */
.ab_con{
	position: relative;
	padding-right:790px;
	min-height: 490px;
}
.ab_fr{
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;
}
.ab_img{
	width: 100%;
	position: relative;
}
.ab_img:before{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 50%;
	top: 25%;
	background-color:#6bc6da;
	background-image: -webkit-linear-gradient(top, #6bc6da, #78be50);
			background-image: linear-gradient(top,#6bc6da, #78be50);
	z-index: 1;
	box-shadow: 2px 2px 5px #a0a0a0;
}
.ab_img img{
	width: 70%;
	margin-left: 15%;
	position: relative;
	z-index: 2;
	height: 490px;
	box-shadow: 2px 2px 5px #a2a2a2;
}
.ab_fl{
	padding-top: 50px;
}
h4.ch_tit{
	font-size: 28px;
	position: relative;
	margin-bottom: 30px;
}
h4.ch_tit em{
	position: relative;
	z-index: 2;
}
h4.ch_tit span{
	position: absolute;
	color:#d5eef2;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 50px;
	text-transform: uppercase;
	top: -14px;
}
.ab_fl p{
	font-size: 18px;
	color: #888;
	line-height: 2;
	text-align: justify;
}
.ab_de{
	height: 208px;
	overflow: hidden;
}
.ab_fl a{
	margin-top: 80px;
}
a.amore{
	display: block;
	background-color:#6bc6da;
	background-image: -webkit-linear-gradient(left, #6bc6da, #78be50);
			background-image: linear-gradient(left,#6bc6da, #78be50);
	width: 130px;
	border-radius: 20px;
	padding:10px;
	color: #fff;
	text-align: center;
	position: relative;
	padding-right: 30px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
a.amore .arr{
	position: absolute;
	right: 10px;
	top:5px;
}
.arr{
	display: block;
	width:33px;
	height:33px;
	background-image: url(../images/arr.png);
	background-size: cover;
}
/* 产品中心 */
.pro{
	background-color:#fafeff;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.pro:before,.pro:after{
	position: absolute;
	content: "";
	background-size:100% auto;
	background-repeat: no-repeat;
}
.pro:before{
	left: 0;
	top: 0;
	height:100%;
	width:500px;
	background-image: url(../images/3.png);
	background-position: top left;
}
.pro:after{
	right: 0;
	bottom: 0;
	background-image: url(../images/dbg.png);
	width: 500px;
	height:100%;
	background-position: right bottom;
}
.czi{
	position: relative;
}
.czi .amore{
	position: absolute;
	right: 0;
	top: 0;
	width:63px;
	padding: 6px 10px;
	padding-right: 30px;
}
.czi a.amore .arr{
	top: 3px;
	width:28px;
	height:28px;
}
.pro .pwrap{
	position: relative;
	z-index: 2;
}
.p_ul{
	margin: 0 -1%;
	padding-top: 40px;
	padding-bottom: 30px;
}
.p_ul li{
	float: left;
	width: 23%;
	margin: 0 1%;
	box-shadow: 2px 2px 5px #ddd;
}
.p_con{
	background-color:#6dc6d5;
	padding: 15px;
	color: #fff;
	position: relative;
}
.p_con p{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.p_con span{
	display: block;
	width: 100px;
	background-color: #e8e8e8;
	color: #777;
	position:absolute;
	padding:7px 15px;
	border-radius: 20px;
	text-align: center;
	bottom:-18px;
	left: 50%;
	margin-left: -70px;
	box-shadow: 2px 2px 5px #ddd;
	padding-right:26px;
}
.p_con i{
	font-style: normal;
	background-color: #fff;
	width: 25px;
	height: 25px;
	color: #666;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	position: absolute;
	right:5px;
	top:6px;
}
/* news */
.news,.about{
	background-color: #fff;
}
.new_wrap{
	margin-top:50px;
}
.ne_fl{
	float: left;
	width: 48%;
}
.ne_fr{
	float: right;
	width: 48%;
}
.ne_img{
	width:96%;
	background-size: cover;
	height:363px;
	background-position: center;
}
.ne_xq{
	background-color: #f7f7f7;
	padding: 18px;
	position: relative;
	right: 0;
	top: -20px;
	box-shadow: 2px 2px 5px #ddd;
}
.ne_wo{
	position: relative;
	padding-left: 140px;
}
.ne_time{
	position: absolute;
	left: 0;
	top:20px;
	width:140px;
	text-align: center;
}
.ne_time em{
	font-size: 35px;
	color: #333;
	display: block;
	margin-bottom: 10px;
}
.ne_time span{
	display: block;
	font-size: 18px;
	color: #777;
}
.ne_xq h4,.ne_ul li h4{
	font-size:19px;
	margin-bottom:8px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ne_xq p,.ne_ul li p{
	font-size: 15px;
	line-height: 1.6;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
.ne_xq span{
	display:inline-block;
	width: 60px;
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	padding:4px 10px;
	border:1px solid #ddd;
	font-size: 14px;
	margin-top: 10px;
}
.t_right{
	text-align: right;
}
.ne_ul li{
	border-bottom: 1px solid #eee;
	padding: 26px 20px;
	box-shadow: 2px 2px 5px #fff;
}
.ne_ul li:hover{
	background-color: #f7f7f7;
	box-shadow: 2px 2px 5px #ddd;
}
.u_time{
	margin-top: 12px;
	position: relative;
}
.u_time em{
	position: absolute;
	right: 0;
	display: inline-block;
    width: 60px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.u_time  span{
	font-size: 14px;
	color: #999;
}
/* 产品服务 */
.service{
	border-bottom: 1px solid #eee;
	position: relative;
	background: #fafeff;
}
.se_ul li{
	float: left;
	width: 23%;
	margin: 0 1%;
	text-align: center;
}
.se_ul{
	margin: 0 -1%;
	margin-top: 50px;
}
.se_ul li img{
	width: 110px;
	margin-bottom: 25px;
}
.se_ul li h4{
	font-size: 19px;
	margin-bottom: 10px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.se_ul li:hover h4{
	color:#6bc6d8;
}
.se_ul li p{
	font-size: 15px;
	line-height: 1.6;
	color: #888;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
}
a.amore:hover{
	background-image: -webkit-linear-gradient(left, #78be50, #6bc6da);
    background-image: linear-gradient(left, #78be50, #6bc6da);
}
.p_ul li:hover .p_con span{
	background-color: #6bc6da;
	color: #fff;
}
@media (max-width:1200px){
	.szi h4{
		font-size: 40px;
	}
	.szi{
		padding: 30px;
	}
	.szi p{
		font-size: 16px;
	}
	h4.ch_tit span{
		font-size: 47px;
	}
	h4.ch_tit{
		font-size: 26px;
	}
	.se_ul li h4{
		font-size: 18px;
	}
	.se_ul li p{
		font-size: 14px;
	}
	.ab_con{
		padding-right:545px;
		min-height:350px;
	}
	.ab_fr{
		width:500px;
	}
	.ab_img img{
		height: 350px;
	}
	.ab_fl a{
		margin-top: 20px;
	}
	.ab_de{
		height: 154px;
	}
	.ab_fl p{
		font-size: 16px;
	}
	.p_ul{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.p_con p{
		font-size: 16px;
		font-weight: normal;
	}
	.p_con span{
		width: 60px;
		margin-left: -50px;
		font-size: 14px;
	}
	.p_con i{
		top: 4px;
	}
	.ne_xq h4, .ne_ul li h4{
		font-size: 17px;
	}
	.ne_xq p, .ne_ul li p{
		font-size: 14px;
	}
	.ne_ul li{
		padding: 20px 18px;
	}
	.ne_img{
		height: 322px;
	}
}
@media (max-width:1080px){
	.szi h4{
		font-size: 35px;
	}
	.szi p{
		font-size: 14px;
	}
	.szi{
		padding: 25px;
	}
	.se_ul li img{
		width: 80px;
	}
	.se_ul li h4{
		font-size: 17px;
	}
	.ab_fl{
		padding-top: 30px;
	}
	h4.ch_tit span{
		font-size: 40px;
		top: -7px;
	}
	a.amore{
		font-size: 14px;
		width: 99px;
		padding-top: 7px;
		padding-bottom:7px;
	}
	a.amore .arr{
		width: 29px;
		height: 29px;
		right: 6px;
		top: 3px;
	}
	.czi .amore{
		width: 45px;
		padding: 5px 8px;
		padding-right: 28px;
	}
	.czi a.amore .arr{
		width: 25px;
		height: 25px;
		right: 6px;
	}
	.ab_img img{
		width: 80%;
		margin-left: 10%;
		height: 296px;
	}
	.ab_fr{
		width: 370px;
	}
	.ab_con{
		padding-right: 419px;
		min-height: 296px;
	}
	.ab_fl{
		padding-top: 9px;
	}
	.ab_fl p{
		font-size: 14px;
	}
	.ab_de{
		height: 136px;
	}
	h4.ch_tit{
		font-size: 23px;
	}
	.p_con{
		padding: 10px;
	}
	.p_con p{
		font-size: 15px;
	}
	.ne_wo{
		padding-left: 110px;
	}
	.ne_time{
		width: 110px;
	}
}
@media (max-width:900px){
	.se_ul li p{
		-webkit-line-clamp:2;
	}
	.se_ul li img{
		width: 60px;
	}
	.ne_time em{
		font-size: 25px;
	}
	.ne_time span{
		font-size: 16px;
	}
	.ne_fl,.ne_fr{
		width: 49%;
	}
	.u_time em{
		font-size: 12px;
		width: 39px;
	}
	.ne_ul li{
		padding: 15px;
	}
	.ne_img{
		height: 292px;
	}
}
@media (max-width:768px){
	.sw-pc{
		display: none;
	}
	.sw-mo{display:block;}
	.szi{
		max-width: 70%;
		box-sizing: border-box;
	}
	.szi h4{
		letter-spacing: 1px;
	}
	.szi p{
		font-size: 14px;
	}
	h4.ch_tit{
		font-size: 21px;
	}
	h4.ch_tit span{
		font-size: 35px;
		top: -9px;
	}
}
@media (max-width:740px){
	.se_ul li h4{
		font-size: 16px;
		font-weight: normal;
	}
	.se_ul li p{
		display: none;
	}
	.se_ul li img{
		margin-bottom: 10px;
	}
	.p_ul li{
		width: 48%;
		margin-bottom: 25px;
	}
	.ne_fl, .ne_fr{
		width: 100%;
	}
	.ne_img{
		width: 100%;
	}
}
@media (max-width:640px){
	.szi{
		left: 10%;
		padding: 20px;
		max-width: 80%;
	}
	.szi h4{
		font-size: 30px;
		margin-bottom: 5px;
	}
	.szi p{
		font-size: 12px;
	}
	h4.ch_tit{
		font-size: 19px;
	}
	h4.ch_tit span{
		font-size: 32px;
	}
	.se_ul{
		margin-top: 30px;
	}
	.se_ul li h4{
		font-size: 14px;
	}
	.ab_con{
		padding-right: 0;
	}
	.ab_fr{
		position: initial;
		width: 100%;
	}
	.ab_fl{
		margin-bottom: 30px;
		padding-top: 0px;
	}
	.ab_img img{
		height: auto;
		margin-left: 0;
	}
	h4.ch_tit{
		margin-bottom: 20px;
	}
	.new_wrap{
		margin-top: 30px;
	}
	.p_ul{
		padding-bottom: 0px;
		padding-top: 10px;
	}
}
@media (max-width:414px){
	.szi h4{
		font-size: 25px;
	}
	.ban .sw_ne .swiper-pagination-bullet{
		height: 8px;
	}
	.p_con span{
		width: 40px;
		font-size: 12px;
		padding: 5px 10px;
		padding-right: 25px;
		margin-left: -35px;
		bottom: -9px;
	}
	.p_con i{
		width: 21px;
		height: 21px;
		line-height: 21px;
		top: 3px;
		right: 4px;
	}
	.ne_wo{
		padding-left: 0px;
	}
	.ne_time{
		display: none;
	}
	.ne_xq{
		top: 0;
	}
	.ne_img{
		height: 199px;
	}
	.ne_xq h4, .ne_ul li h4{
		font-size: 16px;
	}
	.ne_xq{
		padding: 13px;
	}
	.t_right{
		text-align: left;
	}
	.se_ul li img{
		width: 40px;
	}
}
@media (max-width:376px){
	.szi h4{
		font-size: 22px;
	}
	h4.ch_tit{
		font-size: 18px;
	}
	.new_wrap{
		margin-top: 25px;
	}
	h4.ch_tit span{
		font-size: 30px;
	}
	.p_con p{
		font-size: 14px;
	}
}