.newList{
	float: none;
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}
.newList a {
	overflow: hidden;
	padding: 20px 16px;
}
.newList .newListImg {
	float: left;
	margin-right: 20px;
	width: 30%;
    height: 163px;
}
.newList .newListImg img {
	height: 100%;
}
.newList .newListInfo {
	float: left;
	/* width: 900px; */
	width: 66%;
}
.newList a .time{
	padding: 17px 0;
	color: #666;
	font-size: 16px;
	font-weight: 100;
	float: right;
}
.newList a h6{
	color: #333;
	margin-bottom: 10px;
}
.newList a p{
	color: #999;
	-webkit-line-clamp:2;
	height: 48px;
}
.newList a .newbtn{
	color: #666;
	border: 1px solid #666;
	font-size: 12px;
	width: 92px;
	height: 28px;
	border-radius: 15px;
	line-height: 28px;
	text-align: center;
	display: block;
}
.helpCases ul li{
	width: 12.5%;
	margin-bottom: 50px;
}
.helpCases ul li span{
	width: 90px;
	height: 90px;
}
.helpCases ul li em{
    width: 7em;
    text-align: center;
    margin: 0 auto;
	line-height: 1.5;
}
.productSwiper .modularOneList{
 width: 271px;
}
.productSwiperPrev, .productSwiperNext {
	outline: none;
}

.solutionSwiper .modularOneList{
 width: 271px;
}
.solutionSwiper, .productSwiperNext {
	outline: none;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 20px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}



.productSwiperNext:hover{
	background-position: 0 -139px!important;
	background-size: 100%!important;
}
.solutionSwiperNext:hover{
	background-position: 0 -139px!important;
	background-size: 100%!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 20px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}


.solutionSwiperPrev:hover {
	background-position: 0 -46px!important;
	background-size: 100%!important;
}

.productSwiperPrev:hover {
	background-position: 0 -46px!important;
	background-size: 100%!important;
}
.industrySoftware h5 {
	font-size: 16px;
	line-height: 2;
	color: #555;
	text-indent: 2em;
	margin-bottom: 40px;
}

.industrySoftware .industryImg {
	float: left;
	width: 40%;
	height: 300px;
	margin-right: 20px;
}
.industrySoftware .industryImg img{
	display: block;
	width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.industrySoftware .industryInfo {
	float: left;
	width: 50%;
	position: relative;
	padding-top: 40px;
}
.industrySoftware .industryInfo h3{
	font-size: 18px;
	color: #007AFF;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
.industrySoftware .industryInfo h4{
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}
.industrySoftware .industryInfo p{
	margin-bottom: 15px;
}
.industrySoftware .industryInfo p,.industrySoftware .industryInfo ul li{
	font-size: 14px;
	color: #555;
	line-height: 1.6;
}
.industrySoftware .industryInfo i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 54px;
	color: #f5f5f5;
	z-index: 0;
	font-weight: bold;
	font-family: "bahnschrift";
}
.industrySoftware .overflow {
	margin-bottom: 30px;
}
.newList a h6 span{
	float: left;
	width: 83%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
}
.contactBar{
	top: 20%!important;
}