 .clear {
    clear: both;
  }
.banner_con{
	width: 100%;
	height: 414px;
	margin-bottom: 50px;
}
.banner_con img{
	width: 100%;
	height: 414px;
}
.conson_con{
	width: 100%;
}
.conson_con .ywbl_con{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.ywbl_title{
	width: 428px;
	height: auto;
	background: url(bjt.png) no-repeat center;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	
}
.ywbl_title span{
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 0.1px;
	text-align: left;
	color: #333;
}
.ywbl_list {
	margin-bottom: 59px;
}
.ywbl_list ul{
	margin-left: -30px;
}
.ywbl_list ul li{
	width: 380px;
	height: 105px;
	/* background: url(jxbj.png)no-repeat center; */
	background: linear-gradient(180.00deg, #f0f4fa 0%, #fff 100%);
	border: 1px solid #fff;
	box-shadow: 0 2px 12px #99999933;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	transition: transform 0.3s;
}
.ywbl_list ul li:hover{
	 transform: scale(1.05);
}
.ywbl_list ul li a{
	display: block;
	overflow: hidden;
	height: 105px;
}
.ywbl_list ul li a img{
	width: 55px;
	height: 55px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
}
.ywbl_list ul li a .ywbl_list_tbsl{
	float: left;
	margin-left: 20px;
	margin-top: 18px;
}
.ywbl_list ul li a .ywbl_list_tbsl .sxmc{
	font-weight: 700;
	font-size: 20px;
	text-align: left;
	color: #333;
}
.ywbl_list ul li a .ywbl_list_tbsl .sxsl{
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	color: #36c;
	margin-top: 20px;
}
/* 数字化能力 */
.szhnl_list{
	margin-top: 20px;
}
.szhnl_list ul li{
	width: 220px;
	height: 215px;
	background: #fff;
	box-shadow: 0 2px 12px #99999933;
	float: left;
	margin-left: 20px;
	transition: transform 0.3s;
}
.szhnl_list ul li:first-child{
	margin-left: 0;
}
.szhnl_list ul li a{
	display: block;
	height: 226px;
}
.szhnl_list ul li img{
	width: 220px;
	height: 140px;
}
.szhnl_list ul li:hover{
	transform: scale(1.05);
}
.szhnl_list ul li .szhnl_list_title{
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: #333;
	margin-top: 20px;
}
