#historyDevelop-section{	
	color: #121212;
}
.hisDlp-title{
	font-size: 30px;
    margin-top: 50px;
}
.yearControl{
	position: relative;
	width: 1000px;
	margin: 30px auto 0;
}
.swiper-bg{
	width: 100%;
	background-image: url(../images/historyDevelop/history-develop-bg.png);
	background-repeat: no-repeat;
}
.page-container:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	background-color: #C2C2C2;
}
.controlBtn{
	position: absolute;
	top: 50%;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(-50%);
	box-shadow: 1px 2px 5px 1px rgba(0,0,0,.2);
}
#prev{
	left: -57px;
	background-image: url(../images/historyDevelop/prevIcon.png);
}
#next{
	right: -57px;
	background-image: url(../images/historyDevelop/nextIcon.png);
}
.page-slide{
	width: 100px;
}
.page-slide .pageIcon{
	display: block;
	width: 18px;
	height: 18px;
	background-color: #a7a7a7;
	border-radius: 50%;
	margin: 30px auto 0;
	cursor: pointer;
}
.pageActive>span.pageIcon{
	background-color: #004198;
}
.yearNum{
	text-align: center;
	margin-top: 8px;
}
.hisDlp-container{
	color: #121212;
}
.hisDlp-wrapper{
	transition: all .6s;
}
.hisDlp-slide{
	padding:60px;
}
.hisDlp-slide>p{
	font-size: 18px;
	margin-bottom: 18px;
}
.yearImg-ctn{
	overflow: hidden;
}
.yearImg-list{
	float: left;
	width: 160px;
	height: 220px;
	overflow: hidden;
	margin-right: 20px;
}
.yearImg-list>img{
	width: 100%;
	height: 100%;
}


@media only screen and (max-width: 1200px) {
	.yearControl{
		 width: 85%;
	}
}

@media only screen and (max-width: 980px) {
	.yearControl {
	    width: 75%;
	}
	.hisDlp-slide {
	    padding: 30px 20px;
	}
	.page-slide {
	    width: 100%;
	}
	.yearImg-list {
	    width: 49%;
	    height: auto;
	    margin-right: 1%;
	    margin-bottom: 10px;
	}
}