.newbox{
	overflow: hidden;
}
.newbox >div{
	margin-top: 60px;
}
.newbox >div:nth-child(4n+1){
	width: 35%;
	float: left; 
}
.newbox >div:nth-child(4n+2){
	width: 60%;
	float: right; 
}
.newbox >div:nth-child(4n+3){
	width: 60%;
	float: left; 
}
.newbox >div:nth-child(4n+4){
	width: 35%;
	float: right; 
}
.imgbox{
	background-size: cover;
	background-position: center center;
	height: 500px;
}
.new_desc{
	margin: 10px 0;
	line-height: 1.5;
}
.new_desc p:nth-child(1){
	font-size: 20px;
	color: #1A1A1A;
	margin-bottom: 0px;
}
.new_desc p:nth-child(2){
	color: #1A1A1A;
}
.pro{
	background-color: #F7C3A0;
}
.pro p{
	margin-bottom: 0px;
}
.pro ul{
	font-size: 0;
	margin-top: 30px;
}
.pro li{
	width: 32%;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}
.pro li:nth-child(1){
	margin-left: 0;
}
.proImg{
	background-size: cover;
	background-position: center center;
	height: 300px;
}
.pro_desc{
	margin: 20px 0;
	line-height: 1.5;
}
.pro_desc p:nth-child(1){
	color: #000;
	font-size: 20px;
}
.pro a > p{
	position: relative;
	line-height: 2;
	font-size: 14px;
	color: #333;
}
.pro_desc p:nth-child(2){
	color: #333333;
}
.pro a > p::before{
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background:linear-gradient(to left,rgba(0,0,0,0),rgb(240,136,66));
	position: absolute;
	left: 0;
	bottom: 0;
}
.support ul{
	font-size: 0;
	margin-top: 70px;
}
.support li{
	width: 33.333%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}
.support img{
	height: 100px;
	margin-bottom: 20px;
}
.support a{
	transition: all .5s;
	display: block;
}
.support a:hover{
	transform: scale(1.1);
}
.spe_fix{
	border-color: #EF8035;
	text-align: center;
}
.spe_fix ul li img:nth-child(2){
	display: inline-block;
}
.spe_fix ul li img:nth-child(1){
	display: none;
}
.spe_fix p{
	color:#EF8035;
}
footer{
	background: url(../img/fot_bg.png) no-repeat;
	background-size: cover;
}
.fot_top li{
	background: linear-gradient(to right, rgb(216, 107, 34), rgba(226, 127, 61));
}
@media (max-width:768px) {
	.mob_title{
		background-color: #EF8035;
	}
	.new .common_linkMore {
		font-size: 14px;
	}
	.newbox >div{
		margin: 0;
		width: calc((100% - 15px) / 2)!important;
		margin: 15px 0 0 15px;
	}
	.newbox >div:nth-child(2n+1){
		margin-left: 0;
	}
	.imgbox{
		height: 200px;
	}
	.new_desc p{
		font-size: 14px;
		line-height: normal;
	}
	.new_desc p:nth-child(1){
		font-size: 16px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.new_desc p:nth-child(2){
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		-webkit-line-clamp: 2;
		-ms-line-clamp: 2;
		-o-line-clamp: 2;
		line-clamp: 2;
		text-overflow: ellipsis;
	}
	.common_btn{
		width: auto;
		height: auto;
		padding: 6px 10px;
		font-size: 12px;
	}
	.pro a{
		display: block;
	}
	.pro ul{
		margin-top: 15px;
	}
	.pro li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.pro li:nth-child(2n+1){
		margin-left: 0;
	}
	.proImg{
		height: 200px;
	}
	.pro_desc{
		margin: 5px 0;
	}
	.pro_desc p{
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.pro_desc p:nth-child(1){
		font-size: 16px;
	}
	.support ul{
		margin-top: 25px;
	}
	.support ul p{
		font-size: 14px;
	}
	.support img{
		height: 50px;
		margin-bottom: 10px;
	}
	.mob_fot{
		background: url(../img/fot_bg.png);
	}
}
@media (max-width:400px){
	.imgbox{
		height: 160px;
	}
	.proImg{
		height: 160px;
	}
}