@charset "UTF-8"; 
/* 产品 */
.ul-imgtxt01{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul-imgtxt01 li{
	width: 24%;
	margin-bottom: 18px;
}
  .ul-imgtxt01 li .pic{
	border: 1px solid #ebeaea;
	padding: 2%;
}

.ul-imgtxt01 p{
	background: #ebeaea;
	color: #0d62be;
	padding:10px;
	font-size: 18px;
}

.ul-imgtxt01 li:hover{
	border: 1px solid #0d62be;
}

.ul-imgtxt01 li:hover p{
	background: #0d62be;
	color: #fff;
}


/* 优势 */
.row-a3{
	background-color: #0d62be;
}
.ul-pic01{
	overflow: hidden;
	padding: 20px 0;
}
.ul-pic01 li{
	float: left;
	text-align: center;
	height: 137px;
	line-height: 137px;
}
.ul-pic01 li.li1{
	width: 33%;
}
.ul-pic01 li.li2{
	width: 42%;
}
.ul-pic01 li.li3{
	width: 25%;
}
.ul-pic01 li img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.ul-imgtxt02{
	overflow: hidden;
	padding: 50px 0;
}
.ul-imgtxt02 li{
	overflow: hidden;
	margin-bottom: 10px;
}
.ul-imgtxt02 li:nth-child(2n) .pic01{
	float: left;
}
.ul-imgtxt02 li:nth-child(2n) .box01{
	float: right;
}
.ul-imgtxt02 li:nth-child(2n+1) .pic01{
	float: right;
}
.ul-imgtxt02 li:nth-child(2n+1) .box01{
	float: left;
}
.ul-imgtxt02 li .pic01{
	width: 588px;
	height: 382px;
}
.ul-imgtxt02 li .pic01 img{
	display: block;
	width: 100%;
	height: 100%;
}
.ul-imgtxt02 li .num01{
	margin-top: 5px;
	float: left;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	background: url(../images/bj2.png) center center no-repeat;
	color: #fff;
	font-size: 36px;

}
.ul-imgtxt02 li .box01 .con01{
	padding: 20px 0;
}
.ul-imgtxt02 li .txt01{
	overflow: hidden;
	padding-left: 18px;
}
.ul-imgtxt02 li .txt01 h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #000;
	font-weight: 600;
}
.ul-imgtxt02 li .txt01 h3 span{
	display: block;
	color: #ff8e00;
}
.ul-imgtxt02 li .txt01 p{
	font-size: 14px;
	color: #5b5b5b;
	line-height: 32px;
}