

/*section2*/
.section2{
	margin-top: 8%;
	padding-bottom: 8%;
}
.section2-con{
	margin-top: 10%;
}
.section2 dl{
	width: 27.42%;
	float: left;
}
.section2 dl:hover dt{
	background-color: #a1a194
}

.section2 dl:hover dt .imgwrap{
	/*background-color: #a1a194;
    background: url("../images/img-bg.png") no-repeat -1px 0;*/
}
.section2 dl.middle-dl{
	margin: 0 8.75%;
}
.section2 dl dt{
	font-size: 36px;
	color: #fff;
	text-align: center;
	background-color: #737877;
	position: relative;
}
.section2 dl dt img{
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.section2 dl dt .imgwrap{
	display: inline-block;
    position: absolute;
    padding: 10px;
    top: -143px;
    left: 33px;
}

.section2 dl dt h3{
	font-weight: normal;
	padding: 50% 0 16%;
}
.section2 dl dd{
	color: #a1a194;
	background-color: #d9dcdc;
	padding-top: 9.5%;
	padding-bottom: 9.5%;
	line-height: 175%;
	height: 120px;
}
.section2 dl dt h2,
.section2 dl dd{
	padding-left: 17.65%;
	padding-right: 17.65%;
}

.section3{
	background: url("../images/index-bg3.jpg") no-repeat center center;
	height: 600px;
	color: #eaeaea;
	font-size: 23px;
	padding-top: 220px;
}

.section3 p{
	margin-top: 4%;
	line-height: 180%;
}

.section3 .more{
	margin-top: 6%;
}



/*section4*/
.section4{
	padding: 6% 0;
}
.section4 li{
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 30px;
}
.section4 li img{
	max-width: 100%;
}
.section4 ul{
	margin-top: 7.5%;
}
.section4 li p{
	margin-top: 10%;
}

/*section5*/
.section5{
	padding: 6.8% 0;
	background: url("../images/index-bg5.jpg") no-repeat;
}
.section5 .tab-nav{
	text-align: center;
	margin: 6% 0 8%;
}
.section5 .tab-nav a{
	display: inline-block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	font-size: 18px;
	cursor: pointer;
}
.section5 .tab-nav a.cur,
.section5 .tab-nav a:hover{
	background: #90272b;
	color: #fff;
}
.section5 .tab-con .tab-item{
	display: none;
}

.section5 .tab-con a{
	float: left;
	width: 400px;
	margin-left: 9px;
	margin-bottom: 9px;
	border: 2px solid #fff;
	overflow: hidden;
}
.section5 .tab-con a img{
	max-width: 100%;
	transition: all .5s linear;
}
.section5 .tab-con a img:hover{
	transform: scale(1.04);
}

/*section6*/
.section6 {
	padding: 5% 0;
}
.section6 .section6-con{
	margin-top: 6%;
	text-align: center;
	font-size: 18px;
	line-height: 180%;
}
.section6 .section6-con h2{
	font-size: 30px;
	font-weight: normal;
	margin-top: 8%;
	margin-bottom: 2%;
}
.section6 .section6-con img{
	max-width: 70%;
}

@media (max-width: 1440px){
	.section2-con {
	    margin-top: 15%;
	}
}

@media (max-width: 1279px){
	
	

	.section2 dl dt{
		font-size: 28px
	}
	.section2 dl dt h2, .section2 dl dd{
		padding-left: 8%;
		padding-right: 8%;
	}
	
	.section2 dl dt .imgwrap{
		top: -94px;
	}
	.section2 dl dt img{
		width: 190px;
	}

	.section3{
		font-size: 18px;
	}
	.section4 li{
		font-size: 24px;
	}
	.section5 .tab-nav a{
		font-size: 14px;
	}
	.section5 .tab-con a{
		width: 316px;
	}
	.section6 .section6-con{
		font-size: 14px;
	}
	.section6 .section6-con h2{
		font-size: 24px;
	}
}

@media (max-width: 1017px){
	/*.header .navs{
		width: 860px;
	}
	.banner .auto-container{
		width: 860px;
	}
	.banner a .auto-container{
		height: 115px;
	}
	.banner a .auto-container p{
		font-size: 24px;

	}*/

	.section2 dl dt img{
		width: 145px;
	}

	.section5 .tab-nav a{
		width: 19%;
		height: 40px;
		line-height: 40px;
	}
	.section5 .tab-con a{
		width: 31.5%;
	}

	.section4 li {
	    transform: scale(0.8);
	}
}

@media (max-width: 980px){
	.section2 dl dt .imgwrap{
		left: 44px;
	}
	.section5 .tab-con a{
		margin-left: 1%;
	}
}

@media (max-width: 768px){
	.section2,
	.section2-con{
		margin-top: 100px;
	}

	.section2 dl{
		width: 100%;
	}
	.section2 dl.middle-dl{
		margin: 100px 0!important;
	}
	.section2 dl dt h3 {
	    padding: 65px 0 25px;
	}
	.section2 dl dt .imgwrap {
	    left: 50%;
	    transform: translateX(-50%) scale(0.8);
	}
	.section2 dl dd{
		height: 110px;
		padding-bottom: 0;
	}
	.section2 dl dt {
	    font-size: 16px;
	}
	.section3 {
		height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	    font-size: 14px;
	    text-align: center;
	}
	.section4{
		padding-bottom: 0;
	}
	.section4 li {
	    transform: scale(0.6);
	}
	.section4 ul{
		margin: 0;
	}

	.section5 .tab-con a {
	    width: 47.8%;
	}

}

@media (max-width: 414px){
	.section2 dl dd{
		height: auto;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.section5 .tab-nav a{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

}














