.service ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: .65rem;
}
.service li{
	display: inline-block;
	list-style: none;
	width: 45%;
	overflow: hidden;
	margin-bottom: .8rem;
}
.service li .serviceIco{
	width: 80px;
	max-width: 80px;
	float: left;
	margin-right: .35rem;
}
.service li .serviceText{
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	line-height: 33px;
	margin-top: .2rem;
}
.service1 ul{
	display: flex;
	margin: .78rem 0;
}
.service1 li{
	display: inline-block;
	list-style: none;
	width: 33.33%;
	text-align: center;
}
.service1 li .serviceText{
	font-size: 22px;
	color: #333333;
	line-height: 33px;
	margin-top: .45rem;
}

/*技术咨询*/
.technical{
	background: url(../images/tech/techBg.png) center center no-repeat #000000;
	height: 870px;
}
.technical .breadNav,.technical .breadNav li a{
	color: #FFFFFF;
}
.techBox{
	max-width: 1200px;
	width: 90%;
	background: #FFFFFF;
	margin: .46rem auto 0;
	box-sizing: border-box;
	padding: .35rem 1rem .75rem 1rem;
}
.techBox .hmLine{
	background: #333333;
}
.techForm .inpCon{
	display: flex;
	justify-content: space-between;
}
.techForm .inpItem{
	width: 48%;
	margin-bottom: .2rem;
}
.techForm .inpItem input{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	height: 48px;
	padding: 0 .22rem;
	font-size: 18px;
	color: #333333;
	transition: all .3s;
}
.techForm .inpItem input.active,
.techForm .inpItem textarea.active{
	border: 1px solid #333333;
}
.techForm textarea{
	padding: .22rem;
	font-size: 18px;
	color: #333;
	width: 100%;
	resize: none;
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	min-height: 1.6rem;
}
.techForm .inpItem input::-webkit-input-placeholder{
	color: #B2B2B2;
}
.techForm textarea::-webkit-input-placeholder{
	color: #B2B2B2;
}
.btnBox{
	display: flex;
	justify-content: center;
	margin-top: .32rem;
}
.btnBox a{
	display: inline-block;
	width: 3rem;
	height: 48px;
	border-radius: 5px;
	text-align: center;
	line-height: 48px;
	font-size: 20px;
	color: #FFFFFF;
}
.btnBox a.submit{
	background: #0054A7;
}
.btnBox a.reset{
	background: #333333;
	margin-left: 10px;
}
.techBox .selectBox{
	position: relative;
	width: 100%;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	height: 48px;
	padding: 0 .22rem;
}
.techBox .sBox{
	width: 100%;
	height: 48px;
	line-height: 48px;
}
.techBox .sBox span{
	background: url(../images/tech/techDown.png) right center no-repeat;
}
.techBox .sBox span.active{
	background: url(../images/tech/techUp.png) right center no-repeat;
}
.techBox .sRigCon li:hover{
	color: #15AF2B;
}
.techBox .sRigCon{
	border: 1px solid #333333;
	top: 42px;
}
/*技术资料*/
.techInfoBox{
	overflow: hidden;
	margin-top: .4rem;
}
.techInfo .lefInfo{
	width: 250px;
	float: left;
	margin-right: 1.12rem;
	min-height: 350px;
	position: relative;
	z-index: 5;
}
.techInfoBox .quesTit{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: .16rem;
}
.techInfoBox .searchBox{
	position: relative;
}
.techInfoBox .selectBox{
	border: 1px solid #D2D2D2;
	height: 50px;
	line-height: 50px;
	padding: 0 .15rem;
	position: relative;
}
.techInfoBox .sRigCon{
	border: 1px solid #D2D2D2;
	top: 49px;
	border-top: 0;
	width: 250px;
}
.techInfoBox .sRigCon li:hover{
	color: #15AF2B;
	background: none;
}
.techInfoBox .lefDes{
	margin-top: .22rem;
}
.techInfoBox .lefDes p{
	font-size: 16px;
	color: #676767;
	line-height: 35px;
}
.techInfoBox .lefDes p span{
	color: #15AF2B;
}
.techInfoList{
	overflow: hidden;
}
.techInfoList li{
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: .38rem;
	margin-bottom: .38rem;
	list-style: none;
}
.techInfoList li .infoTit{
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	transition: all .3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.techInfoList li .infoText{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-top: .15rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.techInfoList li:hover .infoTit{
	color: #0054A7;
	font-weight: bold;
}
.techInfoList .infoCont{
	overflow: hidden;
	margin-top: .2rem;
}
.techInfoList .infoPic{
	width: 181px;
	height: 113px;
	overflow: hidden;
	float: left;
	margin-right: .25rem;
}
.techInfoList .infoPic img{
	width: 100%;
}
.techInfoList .infoCont .infoText{
	overflow: hidden;
	margin-top: .1rem;
}
.techInfoBox .sBox span{
	background: url(../images/banSearchIco.png) right center no-repeat;
}
.techInfoBox .sBox span.active{
	background: url(../images/qa/searchArrowTop.png) right center no-repeat;
}
/*下载专区*/
.techDownList{
	overflow: hidden;
}
.techDownList li{
	list-style: none;
	border-bottom: 1px solid #F5F5F5;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	align-items: center;
}
.techDownList li a{
	font-weight: bold;
	color: #333333;
	display: inline-block;
	max-width: 85%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.techDownList li a:hover{
	color: #0054A7;
}
.techDownList li .downBtn{
	display: inline-block;
	background: url(../images/tech/download.png) center center no-repeat;
	height: 30px;
	width: 20px;
	transition: all .3s;
}
.techDownList li .downBtn:hover{
	background: url(../images/tech/download-hover.png) center center no-repeat;
}
@media (max-width : 1600px) {
	.service li .serviceText{
		font-size: 16px;
		margin-top: .1rem;
		line-height: 30px;
	}
	.service1 li .serviceText{
		font-size: 20px;
	}
	.techInfoList li .infoTit{
		font-size: 18px;
	}
	.techInfoBox .quesTit{
		font-size: 24px;
	}
	.techDownList li{
		font-size: 18px;
	}
	.techForm .inpItem input,
	.techForm textarea{
		font-size: 16px;
	}
	.btnBox a{
		font-size: 18px;
	}
}
@media (max-width : 1400px) {
	.service1 li .serviceText{
		font-size: 18px;
	}
	.techInfoList li{
		padding-bottom: .28rem;
		margin-bottom: .28rem;
	}
	.techInfoBox .quesTit{
		font-size: 20px;
	}
}
@media (max-width : 1200px) {
	.techInfoList li .infoText{
		font-size: 14px;
		line-height: 28px;
	}
	.techDownList li{
		font-size: 16px;
		padding-bottom: .2rem;
		margin-bottom: .2rem;
	}
	.btnBox a{
		font-size: 16px;
	}
	.techBox{
		padding: .25rem .5rem .55rem .5rem;
	}
}
@media (max-width : 991px) {
	.techInfo .lefInfo{
		float: none;
		width: 100%;
	}
	.techInfoBox .sRigCon{
		width: 100%;
	}
	.techInfo .lefInfo{
		min-height: auto;
	}
	.techInfoList{
		margin-top: .35rem;
	}
	.techInfoBox .lefDes p{
		font-size: 14px;
		line-height: 28px;
	}
	.techInfoList li .infoTit{
		font-size: 16px;
		line-height: 24px;
	}
	.techDownList{
		margin-top: .35rem;
	}
	.techForm .inpItem input,
	.techForm textarea{
		font-size: 14px;
	}
}
@media (max-width : 768px){
	.service1 li .serviceIco{
		margin: auto;
	}
	.service li .serviceIco,
	.service1 li .serviceIco{
		width: 60px;
		max-width: 60px;
	}
	.service li .serviceIco img,
	.service1 li .serviceIco img{
		width: 100%;
	}
	.service1 li .serviceText{
		font-size: 16px;
		margin-top: .3rem;
		line-height: 28px;
	}
	.service1 ul{
		flex-wrap: wrap;
	}
	.service1 li{
		width: 50%;
		margin-bottom: .3rem;
	}
}
@media (max-width : 480px){
	.service li{
		width: 100%;
	}
	.service li .serviceText{
		font-size: 14px;
		line-height: 28px;
	}
	.service1 li .serviceText{
		font-size: 14px;
	}
	.techDownList li{
		font-size: 14px;
	}
	.techForm .inpCon{
		flex-wrap: wrap;
	}
	.techForm .inpItem{
		width: 100%;
	}
}