*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	list-style-type: none;
}
body{
	background: #b3e3e4;
}

ul li{
	list-style-type: none;
}
a{
	text-decoration: none;
}

.clearfix:after{
	content: '';
	clear: both;
	display: block;
	height: 0;
}


.container{
	width: 100%;
	overflow: hidden;
}


.head{
	width: 100%;
	padding: 20px 0;
	background: #f9fef7;
}
.head img{
	display: block;
	width: 90%;
	height:auto;
	margin: 0 auto;
}


.swiper-container{
	width: 100%;
	height: 200px;
}
.swiper-container img{
	display: block;
	width: 100%;
	height: 100%;
}



.navibox{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #eee;
	background: #fff;
	margin: 0 0 15px;
}
.navibox ul li{
	width: 16%;
	height: 100%;
	float: left;
	position: relative;
}
.navibox ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	color: #5f5f5f;
}


.pictxt-box{
	width: 94%;
	height: auto;
	margin: 0 auto 15px;
	background: #fff;
}
.pictxt-title{
	padding: 0 20px;
	height: 50px;
	border-bottom: 1px solid #eee;
	color: #5f5f5f;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
}
.pictxt-main{
	padding: 20px;
	color: #5f5f5f;
	font-size: 12px;
	line-height: 22px;
}
.pictxt-main p{
	margin: 0 0 10px;
	text-indent: 2em;
}
.pictxt-main img{
	display: block;
	width: 100%;
	margin: 0 auto 10px;
}
.pictxt-smalltitle{
	font-weight: bold;
}
.pictxt-main ul li{
	margin: 0 20px 0 30px;
	list-style-type: square;
}



.piclist-main{
	padding: 20px;
}
.piclist-main ul li{
	width: 46%;
	height: 200px;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.piclist-main ul li:nth-child(2n-1){
	margin-right: 8%;
}
.piclist-main ul li img{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


