@charset "utf-8";



body{
	font-size: 14px;
}
a{
	color: inherit;
}
a:hover,a:visited,a:focus{
	text-decoration: none;
}
/*关于我们*/
.about_part1{
	background: #ecf5ff;
	padding: 80px 0;
}
.about_part1 .titBox{
	font-size: 36px; 
	color: rgb(51, 51, 51); 
	text-align: center; 
	width: 100%;
}
.about_part1 .conBox{
	margin-top: 42px;
}
.about_part1 .textbox{
	font-size: 14px; 
	color: rgb(77, 77, 77);
	line-height: 28px; 
	width: 64%;
}
.about_part1 .textbox p{
	text-indent: 2em;
}
.about_part1 .imgbox{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.3);
	width: 31.6%;
	margin-top: 40px;
}
.about_part1 .imgbox img{
	width: 100%;
}
.about_part2{
	padding: 72px 0;
}
.about_part2 li{
	float: left;
	width: 28.5%;
	margin-right: 7.25%;
}
.about_part2 li:nth-child(3n){
	margin-right: 0;
}
.about_part2 li img{
	width: 100%;
}
.about_part2 li span{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 30px;
	color: #238eff;
	margin-top: 24px;
	text-align: center;
}
.about_part2 li .textBox{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 8px;
}
@media (max-width: 768px) {
	.about_part1{
		padding: 24px 0;
	}
	.about_part1 .titBox{
		font-size: 24px;
	}
	.about_part1 .conBox{
		margin-top: 8px;
	}
	.about_part1 .textbox,
	.about_part1 .imgbox{
		width: 100%;
	}
	.about_part1 .imgbox{
		margin-top: 8px;
	}
	.about_part2 {
	    padding: 24px 0;
	}
	.about_part2 li{
		float: none;
	    width: 80%;
	    margin: 16px 10% 0;
	}
	.about_part2 li span{
		font-size: 24px;
	}
	.about_part2 li .textBox{
	    font-size: 14px;
	    margin-top: 0px; 
	}
}
/*产品列表*/
.pro_con li{
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	margin-bottom: 20px;
}
.pro_con li:nth-child(4n){
	margin: 0;
}
.pro_con li img{
	width: 100%;
}
.pro_con li p{
	color: #333333;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_con li div{
	border-radius: 5px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.pro_con li{
		width: 48.5%;
		margin-right: 3%;
	}
	.pro_con li:nth-child(2n){ 
		margin-right: 0
	}
}

/*方案*/
.solu_con{

}
.solu_con li{
	margin-bottom: 28px;

}
.solu_con li a{

}
.solu_con li .imgBox{
	width: 24%;
	border-radius: 5px;
	overflow: hidden;
}
.solu_con li:hover .imgBox{ 
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.25);
}
.solu_con li img{
	width: 100%;
}
.solu_con li .conBox{
	width: 72.4%;
	margin-top: 3%; 
}
.solu_con li a span{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
	color: #333;
	display: block;
}
.solu_con li a i{
	font-style: normal;
	font-size: 14px;
	color: #999;
	display: block;
	margin:8px 0;
}
.solu_con li a p{
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: #666;
}

@media (max-width: 1170px) {
	.solu_con li .conBox{
		margin-top: 1.5%;
	}
}
@media (max-width: 768px) { 
	.solu_con li{
		margin-bottom: 20px;
	}
	.solu_con li .imgBox,
	.solu_con li .conBox{
		width: 100%;
	}
	.solu_con li a span{
		font-size: 18px;
	}
	.solu_con li a i{
		margin: 0;
	}
}

/*服务优势*/
.adv_con{
	padding: 48px 0;
	border-top: 2px solid #e6e6e6;
}
.adv_con .titBox{
	color: #238eff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.adv_con .textBox{
	color: #666;
	font-size: 16px;  
	line-height: 38px;
	margin-top: 40px;
}
.adv_con .textBox p{
	text-indent: 2em;
}

@media (max-width: 768px) {
	.adv_con{
		padding: 24px 0; 
	}
	.adv_con .textBox{
		margin-top: 16px;
		line-height: 24px;
		font-size: 14px;
	}
}

/*联系我们*/
.contact_part1{
	padding: 32px 0;
	background: #f7f7f7;
}
.contact_part1 .mapBox,
.contact_part1 .mapBox iframe{
	width: 100%;
	height: 420px;
}
.contact_part1 .infoBox1{
	width: 100%;
	padding: 30px;
	background: #238eff;
	color: #fff;
}
.contact_part1 .infoBox1 span{
	font-size: 30px;
	font-weight: 700;
}
.contact_part1 .infoBox1 p{
	font-size: 18px;
}
.contact_part1 .infoBox2{
	color: #238eff;
	padding-top: 12px;
}
.contact_part1 .infoBox2 li{
	font-size: 18px;
	float: left;
	width: 33.33%;
	margin-top: 4px;
}
.contact_part1 .infoBox2 li span{
	font-size: 24px;
	font-weight: 700;
	margin-right: 16px;
	margin-left: 32px;
}
.contact_part2{
	background: url(/skin/img/contact.jpg) center center no-repeat;
	background-size: cover;
	padding: 72px 0; 
}
.contact_part2 .areaTit{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	display: block;
}
.contact_part2 .areaDesc{
	color: #fff;
	font-size: 18px; 
	text-align: center;
} 
.contact_part2 form{
	width: 80%;
	margin:48px auto;
} 
.contact_part2 form>div{
	width: 48.8%;
}
.contact_part2 input[type=text]{
	width: 100%;
	margin-bottom: 24px;
	height: 52px;
	line-height: 52px;
	padding: 0 8px;
	border:2px solid #fff;
	outline: none;
	font-size: 18px;
}
.contact_part2 input[type=text]:focus{ 
	border:2px solid #238eff;
}
.contact_part2 textarea{
	width: 100%;
	margin-bottom: 24px;
	padding: 8px;
	height: 204px;
	border:2px solid #fff;
	font-size: 18px;
	outline: none;
}
.contact_part2 textarea:focus{ 
	border:2px solid #238eff;
}
.contact_part2 input[type=submit]{
	width: 182px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #238eff;
	color: #fff;
	border:0;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	clear: both;
	transition: all 0.3s;
}
.contact_part2 input[type=submit]:hover{background: #2181e6}
@media (max-width: 1170px) {
	.contact_part1 .infoBox2 li{
		width: 50%;
	}
	.contact_part2 form{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.contact_part1{
		padding: 16px 0;
	}
	.contact_part1 .mapBox, 
	.contact_part1 .mapBox iframe{
		height: 240px;
	}
	.contact_part1 .infoBox1{
		padding: 16px;
	}
	.contact_part1 .infoBox1 span{
		font-size: 24px;
	}
	.contact_part1 .infoBox1 p{
		font-size: 14px;
	}
	.contact_part1 .infoBox2 li{
		width: 100%;
		margin-top: 8px;
		font-size: 16px;
	}
	.contact_part1 .infoBox2 li span{
		font-size: 18px;
	}
	.contact_part2{
		padding: 32px 0;
	}
	.contact_part2 form>div{
		width: 80%; 
		margin: 0 10%;
	}
	.contact_part2 form{
		margin: 16px 0 0;
	}
	.contact_part2 input[type=text]{
		height: 40px;
		line-height: 40px;
		margin-bottom:16px;
		font-size: 16px;
	}
	.contact_part2 textarea{
		height: 140px;
		font-size: 16px;
	}
}

/*详情页*/
.article_body{
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15);
    padding: 16px;
    margin-top: 32px; 
    margin-bottom: 32px; 
}
.article_body .posi{
    border-bottom: 1px solid #f2f2f2;	
}
.article_body .article_tit{
	font-size: 24px;
	color: #238eff;
	margin-top: 48px;
	text-align: center;
}
.article_body .article_date{
	font-size: 14px;
	color: #999999;
	font-style: normal;
	text-align: center;
	display: block;
}
.article_body .article_date:after{
	content: "";
	display: block;
	height: 1px;
	width: 92px;
	background: #f2f2f2;
	margin: 8px auto;
}
.article_body .article_text{
	color: #333;
	font-size: 14px;
	line-height: 32px;
	padding: 32px 0;
	width: 92%;
	margin: 0 4%;
    min-height: 41vh;
}
.article_body .article_text p{
	text-indent: 2em;
}
.article_body .article_text img{
	max-width: 100%;
}
.article_body .btnBox{
	background: #f7f7f7;
	width: 100%; 
	height: 44px;
	line-height: 44px;
	border-radius: 3px;
	overflow: hidden;
}
.article_body .btnBox .backBtn{
	width: 118px; 
	background: #238eff;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;	
	float: left;
	transition: all 0.3s;
}
.article_body .btnBox .backBtn:hover{
	background: #2181e6;
}
.article_body .btnBox .shareBox span{
	float: right;
	margin-right: 12px;
}
.article_body .btnBox .shareBox .bdsharebuttonbox{
	float: right;
	margin-top: 9px;
	margin-right: 16px;
}
.article_body .pageBox{
	margin-top: 12px;
}
.article_body .pageBox a{
	font-size: 14px; 
	line-height: 24px;
	color: #666;
} 
@media (max-width: 768px) {
	.article_body .article_tit{
		margin-top: 8px;
		font-size: 22px;
	}
	.article_body .article_text{
		padding: 8px 0;
		line-height: 24px;
		width: 100%;
		margin: 0;
	} 
	.article_body .btnBox .backBtn{
		width: 88px;
	}
	.article_body .pageBox a{
		float: left;
	}
}

/*首页*/
/*顶部轮播*/
.in_banner .in_swiper img{
	max-width: 100%;
}
.in_banner .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 1;
	border-radius: 7.5px;
}
.in_banner .swiper-pagination-bullet-active{
	background: #478ad1;
	width: 38px;
}
/*首页产品*/
.in_pro{
	padding: 92px 0 52px;
}
.in_pro .in_tit{
	font-size: 28px; 
	color: rgb(35, 142, 255);
	font-weight: bold; 
	text-align: center; 
    line-height: 38px;
}
.in_pro .in_titen{
	font-size: 14px; 
	color: rgb(230, 230, 230); 
	text-align: center; 
}
.in_pro ul{
	margin-top: 32px;
}
.in_pro li{
	border-width: 2px;
	border-color: rgb(230, 230, 230);
	border-style: solid;
	background-color: rgb(252, 252, 252); 
	float: left;
	width: 23.2%;
	margin-right: 2.4%;
	transition: all 0.5s;
}
.in_pro li:nth-child(4n){
	margin-right: 0;
}
.in_pro li a{
	display: block;
}
.in_pro li img{
	width: 100%;
}
.in_pro li p{
	font-size: 18px;
	color: #333;
	margin-top: 32px;
	width: 100%;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 16px;
}
.in_pro li span{ 
	border-width: 1px;
	border-color: rgb(35, 142, 255);
	border-style: solid;
	background-color: rgb(252, 252, 252); 
	width: 103px;
	height: 32px;  
	line-height: 32px; 
	display: block;
	margin:12px auto 32px; 
	font-size: 14px;
	color: #999;
	text-align: center;
	transition: all 0.5s;
}
.in_pro li:hover{
	border-color: #238eff;
}
.in_pro li:hover span{
	background: #238eff;
	color: #fff;
}
.in_pro .viewmore{
	border-width: 1px;
	border-color: rgb(35, 142, 255);
	border-style: solid;
	background-color: rgb(35, 142, 255);
	width: 178px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 44px auto 0;
	display: block;
	transition: all 0.3s;
}
.in_pro .viewmore:hover{background: #2181e6}
/*首页关于我们*/
.in_about{
	padding: 96px 0 72px;
	background: #ecf5ff;
}
.in_about .textBox{
	width: 54%;
}
.in_about .textBox .in_tit{ 	
	color: #238eff;
	font-size: 28px;
	font-weight: 700;
}
.in_about .textBox .in_titen{ 
	font-size: 14px;
	font-weight: 400;
}
.in_about .textBox .in_text{
	margin-top: 24px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 7;
	height: 182px;
}
.in_about .textBox .viewmore{ 
	background-color: rgb(35, 142, 255);  
	width: 180px;
	height: 48px; 
	line-height: 48px; 
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 32px;  
	transition: all 0.3s;
}
.in_about .textBox .viewmore:hover{background: #2181e6}
.in_about .imgBox{
	width: 43.2%;
	border-radius: 5px;
	overflow: hidden;
}
.in_about .imgBox img{
	width: 100%;
}
/*首页联系我们*/
.in_contact{
	margin-top: 40px;
	margin-bottom: 32px;
}
.in_contact .contactBox{
	background: url(/skin/img/lebobg.jpg) center center no-repeat;
	background-size: cover;
	padding: 68px 48px;
	color: #fff;
	position: relative;
	width: 66%;
}
.in_contact .contactBox h3{
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
}
.in_contact .contactBox h4{
	font-size: 14px;
	margin-bottom: 48px;
}
.in_contact .contactBox p{
	font-size: 16px;
	line-height: 34px;
}
.in_contact .contactBox span{
	position: absolute;
	right: 48px;
	top: 68px;
	display: block;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	background: #fff;
	color: #238eff;
	font-size: 18px;
	font-weight: 700;
	padding: 0 12px;
	vertical-align: middle;
}
.in_contact .contactBox span b{
	font-size: 24px;
	vertical-align: middle;
}
.in_contact .contactBox img{
	position: absolute;
	right: 48px;
	top: 164px;
	width: 150px;
	height: 150px;
	
}
/*首页新闻*/
.in_contact .newBox{
	border-width: 1px;
	border-color: rgb(35, 142, 255);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	width: 32.1%; 
	padding: 30px 40px;
}
.in_contact .newBox .clickBox{
	padding-bottom: 18px;
	border-bottom: 1px solid #cfcfcf;
}
.in_contact .newBox .clickBox>a{
	display: block;
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #666666;
	border-right: 1px solid #666;
	line-height: 18px;
}
.in_contact .newBox .clickBox>a.active{ 
	color: #238eff;
	
}
.in_contact .newBox .clickBox>a:last-child{
	border-right: 0;
}
.in_contact .newBox .showBox{
	margin-top: 16px;
}
.in_contact .newBox .showBox li{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in_contact .newBox .showBox li a{
	font-size: 14px;
	color: #666;
}
.in_contact .newBox .showBox li:hover a{
	color: #238eff;
}
@media (max-width: 1170px) {
	.in_contact .contactBox{
		padding: 51px 48px;
	}
}
@media (max-width: 1016px) {
	.in_contact .contactBox{
		padding: 51px 48px;
	}
}
@media (max-width: 768px) {
	.in_banner .swiper-pagination-bullet{
		display: none;
	}
	.in_pro{
		padding: 32px 0;
	}
	.in_pro .in_tit{
		font-size: 20px;
	}
	.in_pro .in_titen{
		font-size: 12px;
	}
	.in_pro ul{
		margin-top: 20px;
	}
	.in_pro li{
		width: 48.8%;
		margin-bottom: 16px;
	}
	.in_pro li:nth-child(2n){
		margin-right: 0;
	}
	.in_pro .viewmore{
		width: 142px;
	    height: 40px;
	    line-height: 40px;
	    margin: 8px auto 0;
	}
	.in_about{
		padding: 32px 0;
	}
	.in_about .textBox,
	.in_about .imgBox{
		width: 100%;
	}
	.in_about .imgBox{
		margin-top: 16px;
	}
	.in_about>div{
		position: relative;
		padding-bottom: 56px;
	}
	.in_about .textBox .in_tit{
		text-align: center;
		font-size: 24px;
	}
	.in_about .textBox .viewmore{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 160px;
	    height: 40px;
	    line-height: 40px;
	}
	.in_contact .contactBox{
		width: 100%;
		padding: 32px;
	}
	.in_contact .contactBox h4{
		margin-bottom: 16px;
	}
	.in_contact .contactBox span{
		right:unset;
		top: unset;
		position: relative;
		margin-top: 16px;
	}
	.in_contact .contactBox img{
		right:unset;
		top: unset;
		position: relative; 
		margin: 16px auto 0;
    	display: block;
	}
	.in_contact .newBox{
		width: 100%;
		margin-top: 16px;
		padding: 24px;
	}
	.in_contact .newBox .clickBox>a{
		font-size: 16px;
	}
	.in_pro li p{
		margin-top: 16px;
		font-size: 14px;
	}
	.in_pro li span{
		margin: 8px auto 16px;
		width: 80px;
	    height: 24px;
	    line-height: 24px;
	}
	.in_contact .contactBox h3{
		font-size: 22px;
	}
	.in_contact .contactBox p{
		font-size: 14px;
    	line-height: 30px;
	}
	.in_contact .contactBox span b{
		vertical-align: top;
	}
}