.wenzi {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.tit {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

.dixian {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A8A8A8;
	border-right-color: #A8A8A8;
	border-bottom-color: #A8A8A8;
	border-left-color: #A8A8A8;
}
.wen14 {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}


/* 轮播图 */
.ban {
  height: 238px;
  width: 780px;
  position: relative;
  overflow: hidden;
}

.ban .swiper-container {
  width: 100%;
  height: 100%;
}

.ban .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;

}

.swiper-slide-active img,
.swiper-slide-duplicate-active img {
  transition: 6s linear;

}

.ban .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  
}

.ban .swiper-slide-active img,
.ban .swiper-slide-duplicate-active img {
  transition: 6s linear;
  
}
