<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* swiper 版本 */
.swiper-bg {
  background-color: #F1F1F1;
  display: block;
}

.swiper-bg #top-banner {
  width: 100% !important;
  height: 100% !important;
  background-color: #F1F1F1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px;
  max-height: 336px;
  padding-top: 12px;
}

.swiper-bg #top-banner .swiper-wrapper-top-banner {
  width: 100%;
  height: 100%;
  max-width: 1310px;
  max-height: 336px;
}


.swiper-bg .swiper-container1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-bg #top-banner .img-wrapper {
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-bg #top-banner .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-bg #top-banner .swiper-zoom-container img {
  width: 100%;
  height: 100%;
  max-width: 1310px;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}


.swiper-bg #top-banner .swiper-pagination-bullet{opacity:1;background-color:#EE7800}

.swiper-bg #top-banner .swiper-scrollbar-top-banner {
  position:absolute;
  bottom:21px;
  left:0;
  width:100%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  z-index:10
}

.swiper-bg #top-banner .carouselPrimary-bullet {
    border-radius: 2px;
    position: relative;
    width: 100%;
    height:3px;
    border-radius:2px;
    background-color: rgba(0,0,0,.1);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    transform: translateX(-1px);
}

.swiper-bg #top-banner .carouselPrimary-bullet:after
{
  content:"";
  background:#EE7800;
  position:absolute;
  width:0;
  height:100%;
  left:0;
  top:0;
  border-radius:2px
}


@-webkit-keyframes progress{0%{width:0}to{width:100%}}
@keyframes progress{0%{width:0}to{width:100%}}

.swiper-bg #top-banner .carouselPrimary-bullet--active:after
{ 
  width:0;
  -webkit-animation-name:progress;
  animation-name:progress;
  -webkit-animation-duration:4s;
  animation-duration:4s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear
}


.swiper-bg #top-banner .swiper-button-prev, .swiper-bg #top-banner .swiper-button-next {
  width: 23px;
  height: 40px;
}

.swiper-bg #top-banner .swiper-button-prev {
  left: 15px;
}

.swiper-bg #top-banner .swiper-button-next {
  right: 15px;
}

.swiper-bg #top-banner .swiper-button-prev:after {
  content: '';
  width: 23px;
  height: 40px;
  background: url("../../images/section/icon/top-banner/btn-prev.png") no-repeat;
  background-position: center;
  display: inline-block;
}

.swiper-bg #top-banner .swiper-button-next:after {
  content: '';
  width: 23px;
  height: 40px;
  background: url("../../images/section/icon/top-banner/btn-next.png") no-repeat;
  background-position: center;
  display: inline-block;
}

.swiper-bg #top-banner .swiper-button-prev {
  content: '';
  width: 23px;
  height: 40px;
  background: url("../../images/section/icon/top-banner/btn-prev.png") no-repeat;
  background-position: center;
  display: inline-block;
}

.swiper-bg #top-banner .swiper-button-next {
  content: '';
  width: 23px;
  height: 40px;
  background: url("../../images/section/icon/top-banner/btn-next.png") no-repeat;
  background-position: center;
  display: inline-block;
}

.swiper-bg #top-banner .swiper-button-next:after, .swiper-bg #top-banner .swiper-button-prev:after {
  font-size: 23px;
}

.swiper-bg #top-banner .swiper-scrollbar-drag {
  background: #EE7800;
}

.swiper-bg .ADclose {
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 0 0 50px 50px;
  -webkit-box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
          box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.swiper-bg .ADclose:hover {
  cursor: pointer;
}

.swiper-bg .ADclose p {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 8px;
}

.swiper-bg .ADclose .arrow {
  position: absolute;
  left: 16px;
  top: 0;
  opacity: 1;
}

.swiper-bg .ADclose .arrow::before, .swiper-bg .ADclose .arrow::after {
  display: block;
}

.slick-bg {
  background-color: #F1F1F1;
  display: block;
  padding-top: 12px;
  padding-bottom: 24px;
  max-height: 336px;
}

.slick-bg #top-banner {
  width: 100% !important;
  height: 100% !important;
  background-color: #F1F1F1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px;
}

.slick-bg #top-banner .slider {
  height: 300px;
}

.slick-bg #top-banner img {
  display: block;
  width: 100%;
}

.slick-bg #top-banner .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.slick-bg #top-banner .progress {
  display: block;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  border-radius: 10px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, right top, from(#EE7800), to(#EE7800));
  background-image: linear-gradient(to right, #EE7800, #EE7800);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size .4s ease-in-out;
  transition: background-size .4s ease-in-out;
}

.slick-bg #top-banner .slick-prev {
  left: 30px;
}

.slick-bg #top-banner .slick-next {
  right: 30px;
}

.slick-bg #top-banner .slick-next, .slick-bg #top-banner .slick-prev {
  width: 23px;
  height: 40px;
  z-index: 99;
}

.slick-bg #top-banner .slick-prev:before {
  content: '';
  width: 23px;
  height: 40px;
  background: url("../../images/section/icon/top-banner/btn-prev.png") no-repeat;
  background-position: center;
  display: inline-block;
}

.slick-bg #top-banner .slick-next:before {
  content: '';
  width: 23px;
  height: 40px;
  background: url("../../images/section/icon/top-banner/btn-next.png") no-repeat;
  background-position: center;
  display: inline-block;
}

.slick-bg .ADclose {
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 0 0 50px 50px;
  -webkit-box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
          box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.slick-bg .ADclose:hover {
  cursor: pointer;
}

.slick-bg .ADclose p {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 8px;
}

.slick-bg .ADclose .arrow {
  position: absolute;
  left: 16px;
  top: 0;
  opacity: 1;
}

.slick-bg .ADclose .arrow::before, .slick-bg .ADclose .arrow::after {
  display: block;
}
/*# sourceMappingURL=top_banner.css.map */</pre></body></html>