@charset "utf-8";

.fwfw{
  width:1200px;
  height:355px;
}
.fwfw a{
  display:block;
  width:345px;
  height:355px;
  float:left;
  margin-right:82px;
  background: url(/img/fuwu_jiantou.png) no-repeat 65px 333px;
  transition:all 0.5s;
  position: relative;
}
.fwfw a:after{
  content:'';
  right: 15px;
  top: 195px;
  width: 3px;
  height: 0px;
  background:#25b84e;
  position:absolute;
  transition:all 1s;
}
.fwfw a:hover:after{
  content:'';
  right: 15px;
  top: 195px;
  width: 3px;
  height: 25px;
  background:#25b84e;
  position:absolute;
  transiton:all 1s;
}
.fwfw a:hover{
  background: url(/img/fuwu_jiantou.png) no-repeat 75px 333px;
}
.fwfw a:nth-child(3){
  margin-right:0px;
}
.fwfw a img {
  margin-bottom: 28px;
}
.fwfw a h5 {
  font-size: 18px;
  font-weight: 100;
  color: #333;
  font-family: "微软雅黑";
  text-align: left;
  margin-bottom: 2px;
}
.fwfw a span {
  font-size: 10px;
  font-family: arial;
  color: #333;
  text-transform: Uppercase;
  display: block;
  margin-bottom: 15px;
}
.fwfw a p {
  font-size: 12px;
  font-weight: 100;
  color: #5c5c5c;
  margin-bottom: 30px;
  text-align: left;
  font-family: "微软雅黑";
}
.fwfw a em {
  font-size: 14px;
  font-weight: 100;
  color: #00883e;
  text-align: left;
  display: block;
  font-family: "微软雅黑";
}