.btn {
  width: 47px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
}
#banner {
  width: 100%;
  height: 655px;
  position: relative;
}
#banner .hd {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
}
#banner .hd li {
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#banner .hd .on {
  background-color: #49b176;
}
#banner .bd a {
  display: block;
  width: 100%;
  height: 655px;
}
#banner .prev {
  background: url("../images/prev.png") no-repeat center;
  left: 3%;
}
#banner .next {
  background: url("../images/next.png") no-repeat center;
  right: 3%;
}
.wrapper .container {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 60px;
  padding-bottom: 30px;
}
.home-news {
  width: 100%;
}
.home-news li {
  width: 30%;
  margin-left: 5%;
  float: left;
}
.home-news li:first-child {
  margin-left: 0;
}
.home-news li .img-fa-scale {
  height: 240px;
  margin-bottom: 12px;
}
.home-news li h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
.home-news li h3 a:hover {
  color: #da251d;
  text-decoration: none;
}
.home-news li p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  height: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.company-title {
  background: url("../images/company-bg.png") repeat-x center;
  margin-bottom: 30px;
}
.company-title h2 {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  background-color: #FFFFFF;
  color: #3db0c3;
}
.company-title h2 span {
  font-size: 15px;
  display: inline-block;
  color: #c6c7cb;
  padding: 0 4px 0 10px;
  text-align: center;
}
.company-con ul {
  overflow: hidden;
}
.company-con li {
  width: 130px;
  height: 90px;
  margin: 20px 10px;
  float: left;
}
.company-con li .img-fa {
  height: 88px;
}
