.classify-box {
	width: 100%;
	padding: 70px 0 10px;
	background: #FAFAFA;
}

.classify-box-in {
	width: 1200px;
	display: flex;
	/*justify-content: space-between;*/
	margin: auto;
	/*transition: 0.8s;*/
	position: relative;
	/*left: -2000px;*/
}

.on.classify-box-in {
	left: 0;
}

.classify-box-layer {
	position: relative;
	border-radius: 3px;
	display: block;
	width:32.5%;
	margin:0 auto;
}
	
.classify-box-layer:hover {
	cursor: pointer;
	top: -3px;
	animation: myfirst 0.2s;
	box-shadow: 0 0 12px #999;
}

@keyframes myfirst {
	0% {
		top: 0;
	}

	100% {
		top: -5px;
	}
}

.classify-box-layer img {
	width: 100%;
	height:auto;

}

.classify-box-tips {
	position: absolute;
	top: 98px;
	left: 40px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	width: 162px;
	height: 72px;
	justify-content: space-between;
	align-items: center;
}

.classify-box-tips span {
	font-family: ARUDJingXiHeiGB-BD;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.news-list {
	width: 1200px;
	/* border: 1px solid red; */
	margin: auto;
	/* margin-top: 68px; */
	display: flex;
}

.news-module {
	margin-top: 38px;
	/* margin-bottom: 30px; */
}

.locality-swiper {
	width: 90%;
	height: 360px;
}

.news-list-li {
	margin-bottom: 25px;
}

.news-title {
	display: flex;
	flex-direction: column;
	padding: 1px 0px;
	width: 100%;
}

.news-date {
	font-family: ARUDJingXiHeiGB-BD;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #A29E9E ;
}

.news-list-title {
	margin-top: 16px;
	font-family: ARUDJingXiHeiGB-HV;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	border-bottom: 2px solid #13A7EB;
	padding-bottom: 8px;
}

.news-text {
	margin-top: 10px;
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	line-height: 27px;
}

.cooperative-client-box {
	width: 100%;
	min-height: 700px;
	background-image: linear-gradient(#E0E2E5, #FCFDFD);
	padding-bottom: 100px;
	padding-top: 50px;
}

#certify {
	width: 1620px;
	/* border: 1px solid red; */
}

.cooperative-client {
	margin: auto;
	margin-top: 80px;
	width: 968px;
	display: flex;
	flex-wrap: wrap;
	/* 	position: absolute;
	top: 0;
	left: 0; */
}

.trademark-figure-box {
	width: 181px;
	height: 99px;
	box-shadow: 0 0 10px #999;
	border-radius: 3px;
	margin-right: 15px;
	margin-bottom: 16px;
}

.trademark-figure-box:nth-child(5n) {
	margin-right: 0;
}

.more {
	margin: auto;
	margin-top: 60px;
	width: 204px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #00A0E9;
	display: block;
	border-radius: 3px;
}

.more:hover {
	background: rgba(0, 160, 233, 0.8);
	cursor: pointer;
}

.content-creation {
	padding: 80px 0 70px;
}

.cc-bgc {
	background-color: #DFE2E5;
}


/*--------------SLIDER----------------*/

#slider {
	width: 100%;
	height: 100%;
}


/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top: 50%;
	margin-top: -30px
}

.controls li:nth-child(1) {
	left: 0;
}

.controls li:nth-child(2) {
	right: 0;
}


/*------------PAGINATION------------*/

/*style pagination*/
.pagination li {
	background-color: #FFF;
}

.pagination li.active {
	background-color: #009de7;
}


/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: 100%;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#slider .slides {
	height: 100%;
}

#slider .slides li {
	height: 100%;
}

#flash {
	width: 100%;
	height: 100%;
	position: relative;
}

#flash #play {
	width: 100%;
	height: 100%;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#flash #play li {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%
}

#flash #play li img {
	float: left;
	width: 100%;
	height: 100%
}

#button {
	position: absolute;
	bottom: 80px;
	left: 50%;
	list-style: none;
	margin-left: -60px;
}

#button li {
	margin-left: 10px;
	float: left;
}

#button li div {
	width: 12px;
	height: 12px;
	background: #DDDDDD;
	border-radius: 6px;
	cursor: pointer;
}

#prev {
	width: 40px;
	height: 63px;
	background: url(images/beijing.png) 0px 0px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 10px;
	z-index: 1000;
}

#next {
	width: 40px;
	height: 63px;
	background: url(images/beijing.png) -40px 0px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 10px;
	z-index: 1000;
}

#prev:hover {
	background: url(../img/beijing.png) 0px -62px;
}

#next:hover {
	background: url(../img/beijing.png) -40px -62px;
}
