.section1{
	margin-top: 70px;
	width: 100%;
	min-width: 1200px;
	height: 370px;
	background-image: url('../images/142.png');
	background-size:cover;
	margin-bottom:50px;
	padding-top: 310px;
}
.section1 .div1{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #399a77;
	text-align: center;
	line-height: 100px;
	margin: 0 auto;
	color: white;
	font-size: 16px;
}
.section2{
	width: 1200px;
	margin: 0 auto;
	/*border: 1px solid #ccc;*/
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.section2 .div1{
	width: 300px;
	display: inline-block;
	margin-left:50px;
}
.section2 .div1 img{
	width: 100%;
}
.section2 .div1 .div12{
	height: 40px;
	background-color: #ccc;
}
.section2 .div1 .div12>div{
	float: left;
}
.section2 .div1 .div12 .div121{
	width: 230px;
	line-height: 40px;
}
.section2 .div1 .div12 .div122{
	width:60px;
	background-color: red;
	color: white;
	height: 25px;
	margin-top: 7px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	cursor: pointer;
}
.section2 .div1 .div12 .div122 img{
	width: 15px;
}
.section2 .div1 .div12 .div122 span{color: #fff;}
.section2>.img1{
	margin-left: 840px;
	margin-top: 20px;
	margin-bottom: 20px;
}

