/*全局样式*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	background: #fff;
	font-size: 14px;
	color: #343434;
	font-family: "helvetica neue", arial, sans-serif;
}


/*banner*/

#banner img,
.jilu img {
	width: 100%;
}

#banner,
.jilu {
	position: relative;
}

#banner a {
	display: inline-block;
	position: absolute;
	width: 22%;
	height: 60px;
	right: 3%;
	top: 78%;
}

.jilu {
	margin-top: 4%;
}

.jilu a {
	position: absolute;
	display: inline-block;
	width: 20%;
	height: 60px;
}

.jilu .az {
	right: 8%;
	bottom: 15%;
}

.jilu .meb {
	bottom: 30%;
	left: 16%;
}

.box {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.huodong {
	width: 100%;
	overflow: hidden;
	margin: 3% 0;
}

.huodong li {
	width: 32%;
	float: left;
	height: 230px;
	overflow: hidden;
	margin-right: 2%;
}

.huodong li video {
	width: 100%;
	height: auto;
}

.renwu {
	overflow: hidden;
}

.renwu .man {
	width: 31%;
	overflow: hidden;
	background-color: #d5d5d5;
	padding: 1% 0.5%;
	float: left;
	margin-bottom: 1.5%;
	margin-right: 1.3%;
}

.renwu .man h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}

.renwu .man h3 a {
	color: #000000;
}

.renwu .man .img {
	display: block;
	width: 51%;
}

.renwu .man .jianjie {
	width: 46%;
}

.renwu .man .img {
	height: 270px;
	overflow: hidden;
}

.renwu .man .img img {
	width: 100%;
	height: 100%;
}

.renwu .man .jianjie p,
.renwu .man .jianjie a {
	color: #666666;
}

.renwu .man .jianjie p {
	width: 100%;
	display: -webkit-box;
	line-height: 170%;
	/*height: 67px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 11;
	-webkit-box-orient: vertical;
}

.renwu .man .jianjie .ima {
	display: inline-block;
	margin-top: 8%;
	width: 90%;
	height: 120px;
	overflow: hidden;
}

.renwu .man .jianjie .ima img {
	width: 100%;
	height: 100%;
}


/* 分页 */

.page {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}

.page>div {
	margin-right: 10px;
	display: inline-block;
}

.next,
.prev,
.num {
	cursor: pointer;
	color: #666;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	padding: 5px 15px;
}

.num {
	padding: 5px 15px;
}

.next:hover,
.prev:hover {
	cursor: pointer;
	color: #537BFF;
}

/*页码结束*/

@media screen and (max-width: 1000px) {
	.renwu .man .jianjie .ima {
		height: 110px;
	}
	.renwu .man .img {
		height: 256px;
	}
	.renwu .man .jianjie p {
		-webkit-line-clamp: 10;
	}
}

@media screen and (max-width: 660px) {
	.huodong li {
		height: 148px;
	}
	.renwu .man {
		width: 47%;
		margin-right: 2%;
	}
}

@media screen and (max-width: 414px) {
	#banner a {
		top: 77%;
		height: 26px;
	}
	.huodong li {
		height: 96px;
	}
	.renwu .man {
		width: 90%;
		margin: 3% 5%;
		float: none;
	}
	.renwu .man .jianjie .ima {
		height: 120px;
	}
	.renwu .man .img {
		height: 270px;
	}
	.jilu a {
		height: 26px;
	}
	.renwu .man .jianjie p {
		-webkit-line-clamp: 11;
	}
}