@media screen and (min-width: 1440px) {
header .container {
    width: 1440px;
  }
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone2:before {
  content: "\e637";
}
.icon-email:before {
    content: "\e6ec";
}
.icon-whatsapp:before {
    content: "\e621";
}
.icon-message2:before {
    content: "\e70c";
}
.goog-te-menu-frame {
  z-index: 9999999999999 !important;
  overflow: auto !important;
}
.img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.transform-0 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
.fancybox-slide--iframe .fancybox-content {
  margin: 0;
  width: 700px !important;
  height: 350px !important;
}
@media (max-width: 1199px) {
  .skiptranslate iframe {
    display: none;
  }
  .google-translation .skiptranslate {
    display: inline-block;
  }
  body {
    top: 0 !important;
  }
}
.space {
  padding: 100px 0 60px;
}
@media screen and (max-width: 1199px) {
  .space {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .space {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .space {
    padding: 30px 0;
  }
}
.space-lg {
  padding: 100px 0;
}
@media screen and (max-width: 1199px) {
  .space-lg {
    padding: 70px 0;
  }
}
@media screen and (max-width: 991px) {
  .space-lg {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .space-lg {
    padding: 30px 0;
  }
}
.space-xs {
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  .space-xs {
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  .space-xs {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .space-xs {
    padding: 30px 0;
  }
}
.space-top {
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .space-top {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .space-top {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space-top {
    padding-top: 30px;
  }
}
.space-xstop {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .space-xstop {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .space-xstop {
    padding-top: 30px;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .space-bottom {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .space-bottom {
    padding-bottom: 30px;
  }
}
.space-xsbottom {
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .space-xsbottom {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .space-xsbottom {
    padding-bottom: 30px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  
}
@media screen and (max-width: 767px) {
  header {
    background-color: #fff;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  header .container {
    width: 100%;
  }
}
header .head-top {
    transition: all 0.3s ease;
    overflow: hidden;
    /* 确保这里有默认的高度和内边距值 */
    height: 50px; /* 根据实际情况调整 */
    padding: 12.5px 0; /* 根据实际情况调整 */
    margin: 0; /* 根据实际情况调整 */
}

header .head-top.hidden {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
header .head-top {
  padding: 12.5px 0;
}
@media screen and (max-width: 1199px) {
  header .head-top {
    padding: 5px 0;
    height: 35px;
  }
}
header .head-top ul {
  float: right;
  margin: 0 -3.5px;
}
header .head-top ul li {
  float: left;
  padding: 0 3.5px;
}
header .head-top ul li a {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ff6c7c;
}
header .head-top ul li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e615';
  color: #fff;
}
header .head-top ul li:nth-child(2) a {
  background-color: #309ff4;
}
header .head-top ul li:nth-child(2) a::before {
  content: '\e665';
  left: 55%;
}
header .head-top ul li:nth-child(3) a {
  background-color: #0fa393;
}
header .head-top ul li:nth-child(3) a::before {
  content: '\e6f0';
  font-size: 15px;
  left: 55%;
}
header .head-top ul li:nth-child(4) a {
  background-color: #f59e0c;
}
header .head-top ul li:nth-child(4) a::before {
  content: '\e649';
  font-size: 13px;
  left: 52%;
  top: 52%;
}
header .head-top .google-lan {
  float: right;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  header .head-top .google-lan {
    float: left;
    margin-right: 10px;
  }
}
header .head-bottom {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height:80px;
}
@media screen and (max-width: 1199px) {
  header .head-bottom {
    border-radius: 0;
    height:70px;
  }
}
header .head-bottom .logo {
  float: left;
  display: block;
  height: 72px;
  margin: 4px 0;
}
@media screen and (max-width: 1439px) {
  header .head-bottom .logo {
    height: 55px;
    margin: 12.5px 0;
  }
}
@media screen and (max-width: 1199px) {
  header .head-bottom .logo {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  header .head-bottom .logo {
    height: 45px;
  }
}
@media screen and (max-width: 350px) {
  header .head-bottom .logo {
    height: 20px;
    margin: 17.5px 0;
  }
}
header .head-bottom .logo img {
  height: 100%;
  width: auto !important;
}
header .head-bottom .lan-switch {
  float: right;
}
header .head-bottom .lan-switch li {
  padding: 25px 0;
}
@media screen and (max-width: 1199px) {
  header .head-bottom .lan-switch li {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  header .head-bottom .lan-switch li {
    padding: 12.5px 0;
  }
}
header .head-bottom .lan-switch li a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 12px;
  color: #f59e0c;
  line-height: 30px;
}
header .head-bottom .lan-switch li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e642';
  font-size: 17px;
}
header .head-bottom .lan-switch li a::after {
  position: absolute;
  bottom: 6px;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  content: '';
  background-color: #f59e0c;
}
header .head-bottom nav {
  float: right;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  header .head-bottom nav {
    float: none;
    display: none;
    position: fixed;
    top: 95px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 95px);
    overflow-y: auto;
    padding: 20px 0;
    background-color: #fcfcfd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    z-index: 998;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
  }
}
@media screen and (max-width: 767px) {
  header .head-bottom nav {
    padding: 30px 0;
    top: 90px;
    max-height: calc(100% - 90px);
  }
}
header .head-bottom nav .nav-list1 {
  margin: 0 -23px;
}
@media screen and (max-width: 1439px) {
  header .head-bottom nav .nav-list1 {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1199px) {
  header .head-bottom nav .nav-list1 {
    margin: 0;
  }
}
header .head-bottom nav .nav-list1 > li {
  position: relative;
  float: left;
  padding: 0 23px;
}
@media screen and (max-width: 1439px) {
  header .head-bottom nav .nav-list1 > li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  header .head-bottom nav .nav-list1 > li {
    float: none;
    padding: 0;
  }
}
header .head-bottom nav .nav-list1 > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 80px;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  header .head-bottom nav .nav-list1 > li > a {
    padding: 0;
    display: inline-block;
    margin: 0 20px;
    padding: 10px 0;
    line-height: 1;
    margin-right: 50px;
  }
}
header .head-bottom nav .nav-list1 > li > a::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f59e0c transparent;
  border-width: 0 5px 5px 5px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .head-bottom nav .nav-list1 > li .nav-list2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 80%;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  header .head-bottom nav .nav-list1 > li .nav-list2 {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    box-shadow: none;
    border-radius: 0;
    background-color: #f7f7f7;
  }
}
header .head-bottom nav .nav-list1 > li .nav-list2 li {
  position: relative;
  padding: 5px 20px;
}
@media screen and (max-width: 1199px) {
  header .head-bottom nav .nav-list1 > li .nav-list2 li {
    padding: 0;
  }
}
header .head-bottom nav .nav-list1 > li .nav-list2 li a {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  color: #222222;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  header .head-bottom nav .nav-list1 > li .nav-list2 li a {
    margin: 0 40px;
    padding: 5px 0;
    white-space: normal;
  }
}
header .head-bottom nav .nav-list1 > li .nav-list2 > .active > a {
  transform: translateX(8px);
  color: #f59e0c;
}
header .head-bottom nav .nav-list1 > li .nav-list2 .nav-list3 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 80%;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  header .head-bottom nav .nav-list1 > li .nav-list2 .nav-list3 {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #f0f0f0;
  }
}
@media screen and (min-width: 1200px) {
  header .head-bottom nav .nav-list1 > li .nav-list2 .nav-list3 li:hover a {
    color: #f59e0c;
    transform: translateX(8px);
  }
}
header .head-bottom nav .nav-list1 > .active > a::before {
  transform: translate(-50%, -100%);
  opacity: 1;
}
header .head-bottom nav .nav-list1 .nav1-btn,
header .head-bottom nav .nav-list1 .nav2-btn {
  position: relative;
}
header .head-bottom nav .nav-list1 .nav1-btn::before,
header .head-bottom nav .nav-list1 .nav2-btn::before {
  position: absolute;
  top: 7px;
  right: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  font-size: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .head-bottom nav .nav-list1 .nav2-btn::before {
  top: 0;
}
header .head-bottom nav .nav-list1 .xs-active::before {
  transform: rotateX(180deg) !important;
}
header .head-bottom .nav-btn {
  float: right;
  display: none;
  position: relative;
  margin-left: 25px;
  margin-top: 10px;
  width: 20px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  header .head-bottom .nav-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .head-bottom .nav-btn {
    margin-top: 8px;
  }
}
header .head-bottom .nav-btn .btn-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}
header .head-bottom .nav-btn .btn-line:nth-child(3),
header .head-bottom .nav-btn .btn-line:nth-child(1) {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000;
}
header .head-bottom .nav-btn .btn-line:nth-child(1) {
  top: 38%;
}
header .head-bottom .nav-btn .btn-line:nth-child(2) {
  top: 50%;
}
header .head-bottom .nav-btn .btn-line:nth-child(3) {
  top: 63%;
}
header .head-bottom .navbtn-active {
  z-index: 1000 !important;
}
header .head-bottom .navbtn-active .btn-line {
  width: 30px;
  height: 2px;
  background-color: #000 !important;
}
header .head-bottom .navbtn-active .btn-line:nth-child(1) {
  transform: translate(-10px, 5px) rotateZ(45deg) !important;
}
header .head-bottom .navbtn-active .btn-line:nth-child(2) {
  display: none !important;
}
header .head-bottom .navbtn-active .btn-line:nth-child(3) {
  transform: translate(-10px, -5px) rotateZ(-45deg) !important;
}

.pagebanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagebanner {
    padding-top: 90.05px;
  }
}
.pagebanner .item {
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .pagebanner .item {
    width: 140%;
    max-width: 140%;
    margin-left: -20%;
  }
}
.pagebanner .item .img-box {
  padding-bottom: 28.64583333%;
}
.page {
  text-align: center;
}
.page .page-box {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background-color: #f6f7fc;
}
.page .page-box li {
  float: left;
}
.page .page-box li a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 16px;
  color: #888888;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .page .page-box li a:hover {
    color: #000;
    font-size: 20px;
  }
}
.page .page-box .active a {
  color: #000;
  font-size: 20px;
}
.page .page-box .prev,
.page .page-box .next {
  padding: 0 5px;
}
.page .page-box .prev a,
.page .page-box .next a {
  background-color: #ffffff;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (min-width: 1200px) {
  .page .page-box .prev a:hover,
  .page .page-box .next a:hover {
    background-color: #1161b1;
  }
  .page .page-box .prev a:hover::before,
  .page .page-box .next a:hover::before {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .page .page-box .prev a:active,
  .page .page-box .next a:active {
    background-color: #1161b1;
  }
  .page .page-box .prev a:active::before,
  .page .page-box .next a:active::before {
    color: #fff;
  }
}
.page .page-box .prev a::before,
.page .page-box .next a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e72f';
  color: #c6c5c5;
  font-size: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .page .page-box .prev a::before,
  .page .page-box .next a::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page .page-box .prev a::before,
  .page .page-box .next a::before {
    font-size: 16px;
  }
}
.page .page-box .prev a::before {
  transform: translate(-50%, -50%) rotateZ(180deg);
}


footer .aside {
  position: fixed;
  bottom: 15%;
  left: 1.51041667%;
  z-index: 99;
}

@media screen and (max-width: 1439px) {
  footer .aside {
    left: 0;
  }
}

@media screen and (max-width: 1199px) {
  footer .aside {
    bottom: 0;
    top: 40%;
  }
}

footer .aside .aside-box {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

@media screen and (max-width: 991px) {
  footer .aside .aside-box {
    position: absolute;
    transform: translateX(-300px);
  }
}

footer .aside .aside-box a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background-color: rgba(120, 120, 120, 0.8);
  margin-bottom: 3px;
  border-radius: 3px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  z-index: 10;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  footer .aside .aside-box a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  footer .aside .aside-box a:hover {
    background-color: #fda107;
  }
}

footer .aside .aside-box a::before {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  footer .aside .aside-box a::before {
    font-size: 20px;
  }
}

footer .aside .aside-box a div {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 70px;
  padding-right: 25px;
  border-radius: 3px;
  z-index: -99;
  color: #fff;
  background-color: rgba(253, 161, 7, 0.8);
}

@media screen and (max-width: 1199px) {
  footer .aside .aside-box a div {
    padding-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  footer .aside .aside-box a div {
    padding-left: 50px;
    padding-right: 10px;
  }
}

footer .aside .aside-box a div p {
  line-height: 44px;
  white-space: nowrap;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  footer .aside .aside-box a div p {
    line-height: 45px;
  }
}

@media screen and (max-width: 991px) {
  footer .aside .aside-box a div p {
    line-height: 40px;
  }
}

footer .aside .aside-box a .weixin-box {
  width: 100px;
  height: 100px;
  right: 150%;
  padding: 0;
  border-radius: 0;
}

@media screen and (max-width: 1199px) {
  footer .aside .aside-box a .weixin-box {
    right: 130%;
  }
}

footer .aside .aside-box a .weixin-box img {
  height: 100%;
  width: 100%;
}

footer .aside .aside-box .icon-message2::before {
  font-size: 34px;
}

@media screen and (max-width: 991px) {
  footer .aside .aside-box .icon-message2::before {
    font-size: 29px;
  }
}

footer .aside .aside-btn {
  display: none;
  position: fixed;
  bottom: 32px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: #fda107;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  footer .aside .aside-btn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  footer .aside .aside-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 47px;
  }
}

footer .aside .aside-btn::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e629';
  font-size: 18px;
  display: inline-block;
  color: #fff;
}

footer .aside .btn-active {
  transform: rotateZ(135deg);
}

footer .asidebox-active {
  transform: translateX(0) !important;
}

.banner {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 90.05px;
  }
}
@media screen and (max-width: 480px) {
  .banner .slickbanner {
    width: 110%;
    margin-left: -5%;
    position: static !important;
  }
}
/* .banner .slickbanner .slick-list {
  margin-bottom: -5px;
} */
.banner .slickbanner  .item{
  position: relative;
  display: block;
}
.banner .slickbanner .item .imgbox {
  overflow: hidden;
}
.banner .slickbanner  .item .img-box {
  padding-bottom: 50%;
}
.banner .slickbanner .item {
  display: block;
  position: relative;
}
.banner .slickbanner  .item  .img-box {
  display: block;
  z-index: 0;
}
.banner .slickbanner .item  .img-box img {
  display: block;
  width: 100%;
}
.banner .slickbanner .item .imgbox img {
  display: block;
  width: 100%;
}
.banner .slickbanner .slick-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-dots {
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-dots {
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots {
    bottom: 20px;
  }
}
.banner .slickbanner .slick-dots li {
  float: left;
  padding: 0 2.5px;
}
.banner .slickbanner .slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.banner .slickbanner .slick-dots .slick-active button {
  width: 30px;
  background-color: #fda107;
}