@charset "utf-8";
/* CSS Document */	
/* othershow */	
.other{
	clear:both;
	width:100%;
	padding-top:20px;
	overflow:hidden;
	}	
.other h4{
	width:1160px;
	height:32px;
	padding:0 20px;
	font-size:14px;
	color:#fff;
	line-height:32px;
	background-color:#00a58b;
	margin-bottom:20px;
	text-transform:capitalize;
	}	
.g-slide {
  width: 100%;
  height:164px;
  position: relative;
}
.g-slide .small-box {
  width: 100%;
  height:164px;
  *zoom: 1;
  position: relative;
}
.g-slide .small-box:before,
.g-slide .small-box:after {
  content: "";
  display: table;
}
.g-slide .small-box:after {
  clear: both;
}
.g-slide .small-box .btn {
  display: block;
  width: 20px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  top:42px;
}
.g-slide .small-box .left-btn {
  left: 0;
  background: url(../images/lbtn.png) no-repeat;
}
.g-slide .small-box .right-btn {
  right: 0;
  background: url(../images/rbtn.png) no-repeat;
}
.g-slide .small-box .small-list {
  width: 93.3%;
  height:164px;
  overflow: hidden;
  margin: 0 auto;
}
.g-slide .small-box .small-list ul li {
  float: left;
  width:184px;
  height:164px;
  *display: inline;
  position: relative;
}
.g-slide .small-box .small-list ul li a{
	display:block;
	font-size:12px;
	color:#6aa316;
	text-align:center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
.g-slide .small-box .small-list ul li img {
  max-width:184px;
  max-height:120px;
  margin-bottom:15px;
}
.g-slide .small-box .small-list ul li.on .bun-bg {
  display: block;
}
.g-slide .small-box .small-list ul li .bun-bg {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}