@charset "UTF-8";
#banner {
  width: 100%;
  height: 570px;
  position: relative;
}
#banner .hd {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
}
#banner .hd li {
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#banner .hd .on {
  background-color: #ff0000;
}
#banner .bd a {
  display: block;
  width: 100%;
  height: 570px;
}
#banner .btn {
  width: 47px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
}
#banner .prev {
  background: url("../images/prev.png") no-repeat center;
  left: 3%;
}
#banner .next {
  background: url("../images/next.png") no-repeat center;
  right: 3%;
}
section.section-title {
  text-align: center;
}
section.section-title h2 {
  display: block;
  font: bolder 30px/50px "FZLTCHJW";
  border-bottom: 1px solid #333333;
  position: relative;
}
section.section-title h2:before {
  content: "";
  width: 140px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -70px;
}
section.section-title span {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #999999;
}
.product-classify {
  text-align: center;
}
.product-classify ul {
  display: inline-block;
  overflow: hidden;
}
.product-classify li {
  float: left;
  margin: 0 10px;
}
.product-classify li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #cccccc;
  padding: 0 22px;
  border-radius: 4px;
  background-color: #333333;
}
.product-classify li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.picScroll-left {
  position: relative;
}
.picScroll-left a.btn {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
}
.picScroll-left a.prev {
  background: url("../images/prev-2.png") no-repeat;
  left: -60px;
}
.picScroll-left a.next {
  background: url("../images/next-2.png") no-repeat;
  right: -60px;
}
.picScroll-left .bd ul {
  overflow: hidden;
}
.picScroll-left .bd li {
  width: 18.33%;
  margin: 0 10px;
  float: left;
}
.picScroll-left .bd li a.a-img {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.picScroll-left .bd li a.a-img img{
  width: 100%;
  height: 100%;
}
.picScroll-left .bd li a.a-word {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 35px;
  padding: 0 10px;
  margin: 12px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  color: #333333;
}
.product {
  background: url("../images/home-bg.jpg");
  padding-top: 50px;
  padding-bottom: 70px;
}
.product .product-classify {
  margin-top: 32px;
  margin-bottom: 65px;
}
.news {
  background-color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 20px;
}
.news .list-three {
  margin-top: 40px;
}
.company {
  background: url("../images/home-bg-2.jpg");
  padding-top: 50px;
  padding-bottom: 60px;
}
.company section.section-title h2 {
  color: #cccccc;
  border-bottom-color: #cccccc;
}
.company section.section-title h2:before {
  background-color: #cccccc;
}
.company section.section-title span {
  color: #cccccc;
}
.company figure.graphic-2 {
  margin-top: 27px;
}
.case {
  background-color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 20px;
}
