﻿*{margin:0; padding:0;}
ul li{list-style-type: none;}
.clearfix:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.clearfix{
	zoom:1;
} 



.wrapper{
	width: 1007px;
	margin: 0 auto;
}

.section1{
	width: 100%;
	margin-bottom: 15px;
}
.section1 img{
	width: 100%;
	display: block;
}

.section2{
	width: 100%;
	margin-top:60px;
}
.section2 .title{
	text-align: center;
}
.section2 .title h1{
	position: relative;
	font-size: 36px;
	font-weight: bold;
}


.section2-content{
	margin-top: 75px;
}
.section2-item{
	float: left;
	width: 20%;
	margin-left: 4%;
}
.section2-item-img{
	width: 100%;
}
.section2-item-img img{
	width: 100%;
	display: block;
}
.section2-item h3{
	display: inline-block;
	padding: 2px;
	margin: 20px 0;
	background: #a50d0d;
	font-size: 20px;
	font-family: '微软雅黑';
	color: #fff;
}
.section2-item .line{
	width: 80px;
	height: 2px;
	margin-bottom: 20px;
	background: #000;
}
.section2-item p{
	font-size: 17px;
    font-family: '微软雅黑';
    color: #010101;
    text-align: justify;
}
.section2-list .section2-item:nth-child(1){
	float: left;
	width: 30%;
	margin-left: 4%;
}
.section2-list .section2-item:nth-child(2){
	float: right;
	width: 40%;
	margin-right: 4%;
	margin-left: auto;
}

.section3{
	width: 100%;
	margin-top: 100px;
}
.section3 .title{
	text-align: center;
}
.section3 .title h1{
	font-size: 40px;
	font-weight: bold;
	font-family: '微软雅黑';
}
.section3-content{margin-top: 56px;}
.section3-item{
	width: 15.2%;
	height: 200px;
	float: left;
	margin-left: 4%;
	margin-bottom: 4%;
}
.section3-item img{
	width: 100%;
	display: block;
}
.more-box{
	text-align: center;
}
.more-resourse{
    display: inline-block;
    margin-top: 30px;
    padding: 10px;
    background: #a50d0d;
    font-size: 20px;
    font-family: '微软雅黑';
    color: #fff !important;
    text-align: center;
}

.section4{
	width: 100%;
	margin-top: 50px;
}
.section4 .title{
	text-align: center;
}
.section4 .title h1{
	font-size: 36px;
	font-weight: bold;
	font-family: '微软雅黑';
}
.section4-content{
	margin-top: 50px;
}
.section4-item{
	float: left;
	width: 28%;
	height: 190px;
	margin-left: 4%;
	padding: 8px;
	border: 1px solid #000000;
	box-sizing: border-box;
}
.section4-item img{
	width: 100%;
	display: block;
}
.section4-list .section4-item:nth-child(1){
	width: 40%;
	height: 245px;
	float: left;
	margin-left: 4%;
}
.section4-list .section4-item:nth-child(2){
	width: 40%;
	height: 245px;
	float: right;
	margin-right: 4%;
	margin-left: auto;
}

.section5{
	width: 100%;
	margin-top: 100px;
}
.section5 img{
	width: 100%;
	display: block;
}

.phone {
    width: 45%;
    margin: 40px auto;
    border-radius: 14px;
}
.phone-icon {
    padding: 12px 0;
    text-align: center;
}
.phone img{width: 100%;display: block;}


.section6{
	width: 100%;
	margin-top: 50px;
}
.section6 .title{
	text-align: center;
}
.section6 .title h1{
	position: relative;
	font-size: 36px;
	font-weight: bold;
}


.section6-cont{
    width: 100%;
    height: 260px;
    margin-top: 50px;
    position: relative;
}
.section6-cont-item{
	position: absolute;
	width: 300px;
	text-align: center;
}
.section6-cont-item h2{
	display: inline-block;
	padding: 2px 8px;
	font-size: 22px;
	color: #fff;
	background: #a60e0d;
}
.section6-cont-txt{
	text-align: center;
	margin-top: 10px;
}
.section6-cont-txt p{
	font-size: 16px;
}
.section6-cont-1{
	top: 0;
	left: 0;
}
.section6-cont-2{
	top: 0;
    left: 334px;
}
.section6-cont-3{
	top: 0;
	right: 0;
}
.section6-cont-4{
    top: 150px;
    left: 136px;
}
.section6-cont-5{
	top: 150px;
	right: 136px;
}