

.header {
        padding:0 auto;
		margin-left: auto;
		margin-right: auto;
	}

.logo { padding:0  auto;}
.logo img{
	width: 100%;
}

/*pc导航*/
.nav {
	background-color:#24beff;
	height: 55px;
	display: block;
}
.nav ul li {
	float: left;
	width: 12.5%;
	text-align: center;
	
}
.nav ul li a {
	text-align: center;
	line-height: 55px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight:500;
	width: 100%;
	list-style: none;
  text-decoration: none;
}
.nav ul li:hover a {
	color: #000000;
}
.nav ul li.active  a {
	color: #000000;
}
/*移动导航*/

@media screen and (max-width: 480px) {

.nav ul li {	float: left;
	width: 25%;
	text-align: center;
}
.nav ul li a {
	text-align: center;
	line-height: 25px;
	display: block;
	color: #fff;
	font-size: 15px;
	width: 100%;
  text-decoration: none;

}

}

/*大图轮播*/
.banner .lb1, .lb1 img {
	width: 100%;
	overflow: hidden;
	display: block;
	cursor: all-scroll;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #4d7f07 !important
}


/*内页服务*/
.nyfuwu {
	margin-left: auto;
	margin-right: auto;
}
.nyfuwu a {
	text-decoration: none !important;
	line-height: none !important;
	cursor: pointer !important;
}
.nyfuwu .tt1{width:100%;text-align:left; font-size:14px; line-height:30px; text-indent:30px;color: #000000; padding-top:20px; padding-bottom:20px;
	}
.nyfuwu .list {
	display: block;
	width:25%;
	float: left;
	margin-bottom: 6px;
}

.nyfuwu .list .list1 {
	display: block;
	position: relative;
	background: #fff;
	padding:20px;
	border: 1px solid #e9e9e9;
	margin: 3px 8px 8px 8px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.nyfuwu .list .list1 .tt {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding:5px;
	font-weight: bold;
}
.nyfuwu .list .list1 .img {
	position: relative;
	overflow: hidden;
	
}

@media (max-width:767px) {

.nyfuwu {
	margin: 0;
}
.nyfuwu .list {
	padding: 0 7px;
	margin-bottom: 14px;
	width:45%;
}

.nyfuwu .list .list1 {
	padding: 5px;
	margin: 0;
	box-shadow: 0 0 0 #fff;
}
.nyfuwu .list .list1 .tt {
	line-height: 36px;
	font-weight: 100;
	padding-top: 5px;
	font-size: 12px;
	line-height: 30px;
}