.trans {
  transition: .3s;
  -webkit-transition: .3s;
}
.wh100 {
  display: block;
  width: 100%;
  height: 100%;
}
.bac {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.banner .hd {
  text-align: center;
  position: absolute;
  top: 226px;
  left: 50%;
  width: 560px;
  margin-left: -280px;
  height: 202px;
}
.banner .hd li {
  transition: .3s;
  -webkit-transition: .3s;
  position: absolute;
  top: 0;
  opacity: 0;
  color: #fff;
  padding: 44px 10px 0;
  left: 0;
  visibility: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.banner .hd li h3 {
  font-weight: normal;
  font-size: 40px;
}
.banner .hd li .intro {
  font-size: 19px;
  line-height: 32px;
}
.banner .hd li.on {
  background: rgba(83, 129, 45, 0.9);
  opacity: 1;
  visibility: visible;
}

.in-main {
  height: 238px;
  background-color: #f4f4f4;
}
.in-main .item {
  background-color: #fff;
  float: left;
  position: relative;
  top: -44px;
  margin-right: 14px;
  width: 390px;
  height: 240px;
  border-radius: 7px;
}
.in-main .item:last-child {
  margin-right: 0;
}
.in-main .item h3 {
  color: #999999;
  height: 44px;
  line-height: 44px;
  padding: 0 12px 0 14px;
  font-size: 12px;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
}
.in-main .item h3 .g {
  color: #008842;
  margin-right: 10px;
  font-size: 16px;
}
.in-main .item h3 .info {
  float: right;
  width: 23px;
  margin-top: 11px;
  height: 22px;
  border-radius: 50%;
  background-color: #dbeecd;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/in-info.png");
}
.in-main .item h3 .info:hover {
  background-image: url("../images/in-info-h.png");
  background-color: #008842;
}
.in-main .item .cont {
  height: 160px;
  border-bottom: 1px solid #dddddd;
  padding: 21px 20px 0 20px;
}
.in-main .item .hd {
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
  padding-left: 26px;
}
.in-main .item .hd li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
  background: #fff;
  border-radius: 100%;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #008842;
}
.in-main .item .hd li.on {
  background-color: #008842;
}
.in-main .item-1 .time {
  color: #999999;
  font-size: 12px;
  margin-bottom: 13px;
}
.in-main .item-1 .ti {
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
}
.in-main .item-1 .intro {
  font-size: 12px;
  color: #999999;
  line-height: 21px;
}
.in-main .item-2 .hd {
  text-align: center;
  padding-left: 0;
}
.in-main .item-2 .hd li {
  margin: 0 8px;
}
.in-main .item-2 .cont {
  text-align: center;
  padding: 21px 0 0;
}
.in-main .item-2 .cont .bd{
  width: 240px;margin: auto;}
.in-main .item-2 .cont .bd  li{width: 92px;margin: 0 14px;}
.in-main .item-2 .cont .col {
  width: 92px;
  display: inline-block;
  vertical-align: top;
}
.in-main .item-2 .cont .col .img {
  width: 100%;
  height: 92px;
  margin-bottom: 9px;
}
.in-main .item-2 .cont .col .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.in-main .item-2 .cont .col .txt {
  font-size: 12px;
  color: #555;
}
.in-main .item-3 .customer {
  padding: 30px 37px 0;
}
.in-main .item-3 .customer .bd {
  position: relative;
}
.in-main .item-3 .customer .bd > a {
  position: absolute;
  display: block;
  width: 15px;
  top: 14px;
  height: 29px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.in-main .item-3 .customer .bd > a.prev {
  left: -14px;
  background-image: url("../images/customer_prev.png");
}
.in-main .item-3 .customer .bd > a.prev:hover {
  background-image: url("../images/customer_prev_h.png");
}
.in-main .item-3 .customer .bd > a.next {
  right: -14px;
  background-image: url("../images/customer_next.png");
}
.in-main .item-3 .customer .bd > a.next:hover {
  background-image: url("../images/customer_next_h.png");
}
.in-main .item-3 .customer .img {
  width: 100%;
  height: 88px;
  text-align: center;
  margin-bottom: 9px;
}
.in-main .item-3 .customer .intro {
  color: #999999;
  font-size: 12px;
  line-height: 19px;
}
