*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
body{
	background: #F5F5F5;
}

/*new-part*/

.new-part{
	position: relative;
	width: 100%;
	/*height: 660px;*/
	/*margin-top: 100px;*/
	/*background: url(../images/new-4.jpg) no-repeat;*/
	
	color: #fff;
}
.new-part:first-child{
	margin-top: 100px;
}
.new-part a:first-child{
	margin-top: 100px;
}
.new-part a:first-of-type{
	margin-top: 100px;
}
.new-part img{
	width: 100%;
	padding: 0px;
}
.part-main{
	position: absolute;
	width: 1200px;
	height: 590px;
	top: 50%;
	margin-top: -295px;
	left: 50%;
	margin-left: -600px;
	padding: 100px 0;
}
.new-left{
	float: left;
	width: 50%;
	padding-left: 10%;
}
.new-left h1{
	font-size: 32px;
	
}
.new-left h2{
	margin-top: 0;
	margin-bottom: 30px;
}
.new-left p{
	font-size: 16px;
}
.new-left a{
	color: #fff;
}
.new-left .more{
	margin-top: 30px;
}
.new-right{
	float: right;
	width: 50%;
}
/*new-part结束*/
/*new-part2*/
.new-part2{
	position: relative;
	width: 100%;
	height: 660px;
	background: url(../images/new-5.jpg) no-repeat;
	
	color: #000;
}
.part2-main{
	position: absolute;
	width: 1200px;
	height: 590px;
	top: 50%;
	margin-top: -295px;
	left: 50%;
	margin-left: -600px;
	padding: 100px 0;
}
.new-left2{
	float: left;
	width: 50%;
}
.new-right2{
	float: right;
	width: 50%;
	padding-left: 10%;
	padding-top: 5%;
}
.new-right2 h1{
	font-size: 32px;
}
.new-right2 p{
	font-size: 16px;
}
.new-right2 a{
	color: #000;
}
.new-right2 .more{
	margin-top: 30px;
}
/*new-part2*/

@media only screen and (max-width: 1200px) {
	.part-main{
		width: 80%;
		margin-left: -40%;
	}
	.new-left{
		padding-left: 0;
	}
	.new-right img{
		width: 100%;
	}
	.part2-main{
		width: 80%;
		margin-left: -40%;
	}
	
	.new-left2 img{
		width: 100%;
	}
}
@media only screen and (max-width:500px ) {
	.new-part{
		/*height: 350px;*/
	}
	.part-main{
		height: 250px;
		margin-top: -125px;
		padding: 0;
	}
	.new-left h1{
	font-size: 18px;
	
}
.new-left h2{
	font-size: 16px;
}
.new-left p{
	font-size: 12px;
}

.new-part2{
		height: 350px;
	}
	.part2-main{
		height: 160px;
		margin-top: -80px;
		padding: 0;
	}
	.new-right2 h1{
	font-size: 18px;
	
}
.new-right2 h2{
	font-size: 16px;
}
.new-right2 p{
	font-size: 12px;
}
}



