/* banner_s_add */
.banner {
  position: relative;
}

.banner .slick-slide {
  outline: 0;
}

.ban-tab {
  width: 59%;
}

.ban-tab .slick-slide {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.ban-con .slick-next:before, .ban-con .slick-prev:before {
  display: none;
}

.ban-con .slick-next, .ban-con .slick-prev {
  font-size: 0;
  top: auto;
  left: 52%;
  bottom: 65px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.ban-con .slick-prev {
  margin-left: -740px;
  background-image: url(../images/arrowl.png);
}

.ban-con .slick-prev:hover {
  background-image: url(../images/arrowl.png);
}

.ban-con .slick-next {
  right: auto;
  margin-left: -580px;
  background-image: url(../images/arrowr.png);
}

.ban-con .slick-next:hover {
  background-image: url(../images/arrowr.png);
}

.banbtnbox {
  position: absolute;
  bottom: 35px;
  width: 100%;
}

.bannerbtn {
  display: flex;
  justify-content: space-between;
  height: 120px;
  line-height: 120px;
}

.paging {
  color: #666666;
  font-size: 18px;
  margin-left: 4.5%;
}


.paging .cur {
  color: #1a63ce;
  font-size: 30px;
  font-weight: 700;
}

.ban-tab .slick-list {
  margin-left: -12px;
}

.tab-list {
  position: relative;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 10px;
  width: 260px !important;
  height: 116px !important;
}

.tab-list:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background: -webkit-linear-gradient(left, #1d65cf 20%, #fff 80%);
  background: -moz-linear-gradient(left, #1d65cf 20%, #fff 80%);
  background: -o-linear-gradient(left, #1d65cf 20%, #fff 80%);
  background: linear-gradient(to right, #1d65cf 20%, #fff 80%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
  width: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.tab-list.slick-current:before, .tab-list:hover:before {
  width: 100%
}

.tab-list img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media screen and (max-width:4000px) and (min-width:2000px) {
  .ban-item:before {
    width: 38%
  }
}

@media screen and (max-width:1599px) {
  .ban-con .slick-next, .ban-con .slick-prev {
    left: 0px;
  }

  .ban-con .slick-prev {
    margin-left: 20px;
  }

  .ban-con .slick-next {
    margin-left: 180px;
  }

  .paging {
    margin-left: 60px;
  }
}

/* banner_e_add */