/* banner */
.banner{
  width: 1000px;
  height: 360px;
  margin: auto;
}
.banner .ma5slider {
  margin-bottom: 10px;
}
.banner .navs-wrapper {
  padding: 0 !important;
  height: 360px;
}
.banner .navs-wrapper .slide-area {
  overflow: visible;
}
.banner .banner_box {
  display: inline-block;
  height: 100%;
}
.banner .banner_box .bnerimg {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.banner .banner_box .bnerimg .banntit {
  text-align: left;
}
.banner .dots{
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
}
.banner .banner1 {
  background-image:url(../images/banner1.jpg);
  height: 360px;
  background-position: center;
  background-size: cover;
}
.banner .banner2 {
  background-image:url(../images/banner2.jpg);
  height: 360px;
  background-position: center;
  background-size: cover;
}
.banner .banner3 {
  background-image:url(../images/banner3.jpg);
  height: 360px;
  background-position: center;
  background-size: cover;
}

.banner_fot .dots {
  display: none;

}
.banner_fot .banbox {
  background-color: #819ab1;
  color: #fff;
}
.banner_fot .slides_tit .banbox {
  font-size: 22px;
  line-height: 70px;
}
.banner_fot .slides_tit .banbox span {
  font-size: 16px;
  display: inline;
}
.banner_fot .slides_tit .banbox .more_btn {
  padding: 9px 35px;
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 100px;
}