
.tech{
	
}
#techSwiper{
	display: flex;
	flex-direction: row;
	border-right: 1px solid #ebebeb;
	flex-wrap: wrap;
}
#techSwiper .item{
	
	float: left;
}
#techSwiper .item{
	border-left: 1px solid #ebebeb;
	width: 25%;
}
.tech-list{
	padding: 85px 38px 70px 38px;
}
.tech-list .tit{
	font-size: 30px;
	color: #333333;
	margin: 44px 0 55px; 
}
.tech-list .sub{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	 width: 72%;
	height: 128px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service{
	padding: 62px 0 50px;
	background: #f7f7f7;
}
.serShow{
	position: relative;
	margin-top: 48px;
}
#serSwiper{
	display: flex;
	flex-direction: row;
}
#serSwiper .swiper-slide{
	width: 34.667%;
	background: #fff;
}
.serList .pic img{
	display: block;
	width: 100%;
}
.serList .info{
	padding: 34px 50px;
}
.serList .info .titEn{
	text-align: center;
	font-family: arial;
	font-size: 18px;
	color: #e0e0e0;
}
.serList .info .titCn{
	position: relative;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #f39545;
	margin-top: 14px;
	margin-bottom: 32px;
}
.serList .info .titCn::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background-color: #dadada;
	z-index: 88;
}
.serList .info .titCn span{
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 99;
	padding: 0 10px;
}
.serList .info .cont{
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	height: 238px;
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#serN,
#serP{
	width: 55px;
	height: 55px; 
	margin-top: 0;
	top: 20%;
}
#serN{
	background: #f39545 url(../image/HN.png) no-repeat center center; 
	right: -25px;
}
#serP{
	background: #f39545 url(../image/HP.png) no-repeat center center; 
	left: -25px;
}
#serN.swiper-button-disabled{
	opacity: 1;
	background: #c8c8c8 url(../image/HN.png) no-repeat center center;
}
#serP.swiper-button-disabled{
	opacity: 1;
	background: #c8c8c8 url(../image/HP.png) no-repeat center center;
}

.process{
	padding: 60px 0 85px;
	background: url(../image/liuchengback.jpg) no-repeat top center;
	background-size: cover;
}
.processShow{
	margin-top: 75px;
}
.lclx{
	text-align: center;
	margin-top: 60px;
}
.lclx .tel{
	display: inline-block;
	text-align: center;
}
.lclx .tel .txt1{
	background: url(../image/pro-tel.png) no-repeat left center;
	padding-left: 24px;
	font-size: 16px;
	color: #888787;
	display: inline-block;
}
.lclx .tel .txt2 a{
	font-family: Bahnschrift;
	font-size: 35px;
	color: #666666;
}
.lclx .zx{
	display: inline-block;
	width: 160px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-left: 28px;
	background: #f39545;
	position: relative;
	top: -20px;
    transition: all .5s ease;
}
.lclx .zx:hover{
	border-radius: 50px;
    transition: all .5s ease;
}

.tech-top-tit{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.tech-top-sub{
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	text-align: center;
}
.tech-top-line{
	width: 42px;
	height: 1px;
	background: #dbdbdb;
	margin: 20px auto 0;
}

/*=================适配================*/
/*适配*/
@media  ( max-width:1600px) { 
	.tech-list .tit{
		font-size: 24px;
		margin: 20px 0;
	}
	
}
@media  ( max-width:1366px) { 
	.tech-top-tit{
		font-size: 26.6px;		 
	}
	.tech-list .sub{
		width: 100%;
		padding-right: 0;
	}
	.serList .info .titCn{
		font-size: 28.8px;
	}
	
}
@media( max-width:992px){	 
	.tech-list{
		padding: 30px;
	}
} 
@media( max-width:768px){
	.tech-list{
		padding: 15px 0 0 0;
		text-align: center;
	}
	.tech-list .sub{
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
	.serList .info{
		padding: 10px;
	}
	.serList .info .titCn{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.serList .info .titEn{
		font-size: 14px;
		
	}
	.serList .info .cont{
		font-size: 13px;
	}
	#techSwiper .item{
		width: 50%;
	}
	#techSwiper .item .icon{
		text-align: center;
	}
	#techSwiper .swiper-slide{
		border: none;
	}
	#techSwiper .swiper-slide.swiper-slide-active{
		border: none;
	}
}
@media( max-width:640px){
	.tech-list .ico{
		width: 30px;
		margin: 0 auto
	}
	.tech-list .tit{
		font-size: 15px;
		margin: 10px 0;
	}
	.tech-list .sub{
		font-size: 13px;
		line-height: 20px;
		height: auto;
		padding-bottom: 15px;
	}
	.service{
		padding: 15px 0;
	}
	.tech-top-tit,.lclx .tel .txt2 a{
		font-size: 16px;
	}
	.tech-top-sub{
		font-size: 13px;
		margin-top: 0;
	}
	.serShow{
		margin-top: 20px;
	}
	.process{
		padding: 15px 0;
	}
	.processShow,.lclx{
		margin-top: 20px;
	}
	.lclx .zx{
		line-height: 35px;
		margin: 0 auto;
		top: 10px;
		margin-bottom: 20px;
		font-size: 13px;
	}
	#serN, #serP{
		width: 35px;
		height: 35px;
	}
	.serList .info .cont{
		height: auto;
		line-height: 20px;
		padding-bottom: 15px;
	}
}
