.block-list-title {
  margin-bottom: 10px;
  position: relative;
}
.block-list-title .more {
  position: absolute;
  right: 5px;
  bottom: 10px;
  color: red;
  font-size: 14px;
  font-weight: normal;
}
.block-list-title .more:hover {
  opacity: .9;
}
.carousel {
  width: 100%;
  height: 540px;
}
.carousel .carousel-inner {
  height: 100%;
  height: 540px;
  overflow: hidden;
}
.carousel .carousel-inner .item {
  height: 540px;
}
.carousel .carousel-inner .item a {
  display: block;
  height: 100%;
}
.carousel .carousel-inner .item .item-content {
  width: 60%;
  margin-top: 225px;
  text-align: center;
  margin: 225px auto;
}
.carousel .carousel-inner .item .item-content h4 {
  font-size: 68px;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
}
.carousel .carousel-inner .item .item-content h5 {
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  color: #ffffff;
}
.carousel .carousel-indicators {
  vertical-align: top;
  bottom: 10px;
}
.carousel .carousel-indicators li {
  border: 0px;
  background: rgba(255, 255, 255, 0.4);
  height: 10px !important;
  width: 10px !important;
  display: inline-block;
  border-radius: 100%;
  box-shadow: none;
  margin: 0px;
  margin-right: 10px;
}
.carousel .carousel-indicators li:last-child {
  margin-right: 0px;
}
.carousel .carousel-indicators .active {
  background: #ffffff;
}
.carousel .carousel-control {
  background-size: cover !important;
  background-position: 100% !important;
  height: 98px;
  width: 60px;
  margin-top: 214px;
}
.carousel .left {
  background: url(../image/arrow_left.png) no-repeat;
  left: 10%;
}
.carousel .right {
  background: url(../image/arrow_right.png) no-repeat;
  right: 10%;
}
#idx-about {
  height: 200px;
  margin-top: 20px;
}
#idx-about .au-desc {
  margin: 0px auto;
  width: 780px;
  text-align: center;
  padding: 30px 0px;
}
#idx-about .au-desc img {
  height: 50px;
}
#idx-about .au-desc .desc {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1.07px;
  text-align: center;
  line-height: 30px;
  margin-top: 30px;
}
#idx-zhuanti {
  background-size: 100% 360px !important;
  background-position: center !important;
  margin-top: 60px;
}
#idx-zhuanti .list-inline {
  z-index: 1003;
  background: #ffffff;
}
#idx-zhuanti .list-inline li {
  vertical-align: top;
  margin-right: 30px;
  float: left;
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.14);
  width: 300px;
}
#idx-zhuanti .list-inline li .hover-active {
  display: none;
}
#idx-zhuanti .list-inline li a {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
#idx-zhuanti .list-inline li a img {
  width: 60px;
}
#idx-zhuanti .list-inline li a:hover img {
  display: none;
}
#idx-zhuanti .list-inline li a:hover .hover-active {
  display: inline-block;
}
#idx-zhuanti .list-inline li .desc {
  font-size: 13px;
  color: #888888;
  padding: 30px 20px;
}
#idx-zhuanti .list-inline li:last-child {
  margin-right: 0px;
}
footer {
  margin-top: 0px;
}
