.clearfix:after{
content:"";
display:block;
visibility:hidden;
clear:both;
height:0;
}
.clearfix{ /* 为了照顾ie6浏览器*/
zoom:1;
}

.wrapper{
	width: 1007px;
	margin: 0 auto;
}

.head{
	/*padding-top: 30px;*/
	text-align: center;
}
.head h1{
	position: relative;
	font-size: 36px;
	font-family: '微软雅黑';
	color: #000;
}
.head1 h1{color: #000;}
.head h1 span{
	color: #000000;
}

.tell {
    width: 35%;
    margin: 80px auto 30px;
}
.tell-icon a,
.tell-icon a img{
	display: block;
	width: 100%;
}

/*banner*/
.sbanner{
	width: 100%;
}
.sbanner img{
	display: block;
	width: 100%;
}

/*section1*/
.section1{
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
}

.section1-content{
	margin-top: 40px;
}
.section1-img{
	width: 35%;
	float: left;
	padding: 10px;
	margin-left: 4%;
}
.section1-img img{
	display: block;
	width: 100%;
}


.section1-txt{
	width: 50%;
	float: right;
	margin-right: 4%;
}
.section1-txt-img{
	width: 36%;
	margin-bottom: 10px;
}
.section1-txt-img img{
	display: block;
	width: 100%;
}
.section1-txt h3{
	font-size: 17px;
	font-family: '微软雅黑';
	line-height: 1.6;
	display: inline-block;
	border-bottom: 1px solid #000;
}
.section1-txt h2{
	margin-top: 20px;
	font-size: 24px;
	font-family: '微软雅黑';
}
.section1-txt-p p{
	font-size: 17px;
	font-family: '微软雅黑';
	line-height: 1.6;
}
.section1-txt-p p span{
	color: #ff0000;
}


/*section2*/
.section2{
	padding-top: 45px;
	background: #fffcf7;}
.section2 .section1-txt h2{
	font-size: 22px;}
.section2 .section1-txt-p p{
	font-size: 18px;
}

/*section3*/
.section3{
	width: 100%;
	margin-top: 45px;
}
.section3-content{
	width: 100%;
	margin-top: 4%;
}

.section3-txt{
	width: 38%;
	float: left;
	margin-left: 2%;
	padding: 4%;
	box-sizing: border-box;
}
.section3-txt h3{
	margin-bottom: 30px;
	display: inline-block;
	font-size: 30px;
	font-family: '微软雅黑';
	border-bottom: 1px solid #000;
}
.section3-txt p{
	font-size: 26px;
	font-family: '微软雅黑';
	line-height: 1.8;
}
.section3-box{
	width: 25%;
	float: left;
	margin-left: 4%;
}
.section3-img{
	width: 100%;
	overflow: hidden;
}
.section3-img img{
	width: 100%;
	display: block;
	cursor: pointer;
}
.section3-img:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all ease .3s;
}
.section3-box h3{
	padding-bottom: 6px;
	font-size: 24px;
	font-weight: bold;
	font-family: '微软雅黑';
	border-bottom: 1px solid #000;
}
.section3-box p{
	font-size: 20px;
	font-family: '微软雅黑';
}

.section3-list{
	width: 100%;
	margin-top: 4%;
}
.section3-list-li{
	float: left;
	width: 30%;
	margin-left: 2.5%;
}
.section3-list-li h3{
	padding-bottom: 6px;
	font-size: 24px;
	font-weight: bold;
	font-family: '微软雅黑';
	border-bottom: 1px solid #000;
}
.section3-list-li p{
	font-size: 20px;
	font-family: '微软雅黑';
}

.link{
	width: 100%;
	margin-bottom: 60px;
}
.link a{
	display: block;
	width: 10%;
    height: 60px;
	float: right;
	margin-top: 20px;
}


