.banner{
	width: 100%;
	height: 270px;
	background: url(../images/zeren-bg.jpg) no-repeat;
	background-size:100% 100% ;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.banner h4{
	font-size: 45px;color: #fff;
	font-weight: 100;
	margin-bottom: 25px;
}
.banner h5{
	font-size: 19px;color: #fff;
}

.navigate{
	width: 100%;
	height: 86px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 86px;
	padding:0 3%;
	box-sizing: border-box;
	color: #b2b2b2;
}
.navigate .left{
	float: left;
	font-size: 16px;
}
.navigate .right{
	float: right;
	font-size: 20px
}
.main{
	width: 60%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom:5% ;
}
.main .top{
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	overflow: hidden;
	height: 300px;
	position: relative;
	margin-top: 40px;
}
.main .top .news-one{
	width: 100%;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
}
.main .top .news-one .left{
	width: 30%;
	height: 100%;
	float: left;
	margin-right: 5%;
}


.main .top .news-one .left a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 
.main .top .news-one .left a img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.main .top .news-one .left a img:hover{
	transform: scale(1.1);
}


.main .top .news-one .right{
	width: 60%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding: 2% 0;
}
.main .top .news-one .right h4{
	font-size: 1.5vw;
	color: #3184fb;
}
.main .top .news-one .right h6{
	font-size: 1vw;
	color: #666;
	margin: 15px 0 35px ;
}



.main .top .news-one .right p{
	font-size: 16px;
	color: #707070;
	line-height: 30px;
}
.main .top .news-one .right p a{
	color: #3184fb;
}
.main .top .onchange{
	position: absolute;
	bottom: 50px;
	right: 0;
}
.main .top .onchange span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #666;
	border-radius:50% ;
	margin:  0 5px;
	cursor: pointer;
}
.main .top .onchange span.activeblue{
	background: #3184fb;
}
.main ul{
	width: 100%;
	overflow: hidden;
	/*margin: 0 -0.5%;*/
}
.main ul li{
	float: left;
	margin-bottom: 2%;
}
.main ul li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 0.5%;
}

.main ul li p{
	font-size: 14px;
	color: #333;
}
.main ul li h5{
	font-size: 1.2vw;
	color: #333;
	margin: 15px 0;
}
.main ul li h6{
	font-size: 16px;
	color: #b2b2b2;
}
.main ul li a{
	display: block;
	overflow: hidden;
}
.main ul li a img{
	transition: all .5s;
}
.main ul li a img:hover{
	transform: scale(1.1);
}

@media screen and (max-width: 1200px){
	.main ul li{
		width: 49%;
	}
	.main ul li h5{
		font-size: 2vw;
	}
	.main ul li h6{
		font-size: 1vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px){
	.main{
		width: 90%;
		box-sizing: border-box;
		padding:2%;
	}
}

@media screen and (max-width: 1100px){
	.main .top .news-one .right h6{
		margin: 15px 0;
	}

}

@media screen and (max-width: 1080px){
	.main .top .news-one .right h4{
		font-size: 3vw;
	}
	.main .top .news-one .right h6{
		font-size: 1vw;

	}
}



@media screen and (max-width: 768px) {
	.banner{
		height: 30vw;
	}
	.banner h4{
		font-size: 5vw;
		margin-bottom: 1vw;
	}
	.banner h5{
		font-size: 3vw
	}
	.navigate .right{
		display: none;
	}
	.main{
		width: 100%;
		box-sizing: border-box;
		padding:2%;
	}
	.main ul{
		margin: 0;
	}
	.main ul li{
		text-align: center;
	}
	.main ul li h5{
		font-size: 3vw;
	}
	.main ul li h6{
		display: none;
	}

}
@media screen and (max-width: 640px){
	.main .top{
		overflow: auto;
		height: 600px;
		margin: 0;
	}
	.main .top .news-one{
		height: 500px;
	}
	.main .top .news-one .left{
		width: 100%;
		height: 50%;
		float: none;
	}
	.main .top .news-one .right{
		width: 100%;
		float: none;
		height: 50%;
	}
}

@media screen and (min-width:1200px) {
	.main ul li{
		min-height: 335px;
	}
}


