
#banners{ overflow: hidden; }
#banners img{ width: 100%; transition: 1s linear 2s;}
#banners .swiper-slide-active img,
#banners .swiper-slide-duplicate-active img {
    transition: 16s linear;
    transform: scale(1.2, 1.2);
}
#banners a{ width: 100%; float: left; position: relative;}
#banners .swiper-pagination-bullet {
    opacity: 1;
}
#banners .c-dot {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}
#banners .swiper-pagination{
    position: relative;
    text-align: left;
}
#banners .loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
}
#banners .loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.2);
}
#banners .loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
    left: 11px;
    top: 11px;
  line-height: 120px;
  text-align: center;
}
#banners .loading.swiper-pagination-bullet-active .c-progress {
    background-color: #1457a0;
}
#banners .loading .left,
#banners .loading .right {
    opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
    top: -4px;
    overflow: hidden;
}
#banners .loading.swiper-pagination-bullet-active .left,#banners .loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
#banners .loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}
#banners .loading .left:after,
#banners .loading .right:after {
  content: "";
  position: absolute;
    display: block;
    top: 0;
    left: 0;
  width: 19px;
  height: 38px;
    border: 4px solid #fff;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
#banners .loading .right:after {
  content: "";
    position: absolute;
  display: block;
    border-radius: 0 19px 19px 0;
    border: 4px solid #fff;
    border-left: 0;
}
#banners .loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
#banners .loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}

@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}
.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}

@media (min-width:1200px) 
{
    .banners_c{ position: absolute; left: 50%; margin-left: -600px; bottom: 180px; color: #fff;}
    .banners_c_tt{ font-size: 50px; }
    .banners_c_ft{ font-size: 20px; margin-top: 20px; line-height: 1.8;}
    .banners_c_mm{ overflow: hidden; margin-top: 50px;}
    .banners_c_mm span{ border: solid 1px #fff; float: left; padding: 8px 26px; transition: all 0.3s;}
    #banners a:hover .banners_c_mm span{ background: #fff; color: #1457a0; }
}
@media (min-width:1601px) 
{
  #banners img {
    width: 1920px;
  }
  .banners_c{ margin-left: -750px; bottom: 250px;}
  .banners_c_tt{ font-size: 80px; }
  .banners_c_ft{ font-size: 30px; margin-top: 30px;}
  .banners_c_mm{ margin-top: 80px; }
  .banners_c_mm span{ padding: 12px 36px; }
}
@media (min-width:1921px) 
{
  #banners img {
    width: 100%;
  }
}
#banners .swiper-slide-active #banners_a1 .banners_c_tt{ animation-name:fadeInRight;animation-duration: 0.6s;
    animation-delay: 0.3s; }
#banners .swiper-slide-active #banners_a1 .banners_c_ft{ animation-name:fadeInRight;animation-duration: 0.7s;
    animation-delay: 0.5s; }
#banners .swiper-slide-active #banners_a1 .banners_c_mm{ animation-name:fadeInRight;animation-duration: 0.8s;
    animation-delay: 0.7s; }
#banners .swiper-slide-active #banners_a2 .banners_c_tt{ animation-name:fadeInUp;animation-duration: 0.5s;
    animation-delay: 0.3s; }
#banners .swiper-slide-active #banners_a2 .banners_c_ft{ animation-name:fadeInUp;animation-duration: 0.6s;
    animation-delay: 0.5s; }
#banners .swiper-slide-active #banners_a2 .banners_c_mm{ animation-name:fadeInUp;animation-duration: 0.7s;
    animation-delay: 0.7s; }
#banners .swiper-slide-active #banners_a3 .banners_c_tt{ animation-name:fadeInRight;animation-duration: 0.7s;
    animation-delay: 0.3s; }
#banners .swiper-slide-active #banners_a3 .banners_c_ft{ animation-name:fadeInRight;animation-duration: 0.8s;
    animation-delay: 0.5s; }
#banners .swiper-slide-active #banners_a3 .banners_c_mm{ animation-name:fadeInRight;animation-duration: 0.9s;
    animation-delay: 0.7s; }

.banner-box{ position:relative;}
.bannerc li { line-height: 1; backface-visibility:hidden; overflow:hidden; opacity:1 !important; height:100%;}
.bannerc li figure{ display:block; position:relative; left:0; top:0; width:100%;}
.bannerc li img{ display:block; width:100%; height:auto;}
.bannerc li.flex-active-slide{  -webkit-animation: show 0.99s forwards ease-in-out; animation: show 0.99s forwards ease-in-out; z-index:3 !important;}
.bannerc li.flex-active-slide .sbanners_c{ opacity:1; visibility:visible; transform:skew(0deg) translateX(0); transition:0.75s 0.4s ease-in-out;}
.bannerc li{z-index: 4 !important;opacity: 1;
    -webkit-animation: decreaseHeight 0.99s forwards ease-in-out; animation: decreaseHeight 0.99s forwards ease-in-out;}

.banner-box .flex-control-nav{ position:absolute; z-index:6; height:10px; transition:0.4s; left:90px; bottom:20px;}
.banner-box .flex-control-nav li{ float:left; margin-right:11px;}
.banner-box .flex-control-nav li:last-child{ margin-right:0;}
.banner-box .flex-control-nav li a{ display:block; width:10px; height:10px; text-indent:9999px; overflow:hidden; border-radius:50%; background:#fff; line-height:1;}
.banner-box .flex-control-nav li a.flex-active{ background:#f9bf00;}
.bannerc { width:100%; height:100%; left:0; top:0;}
.bannerbg{ position:absolute; left:79px; width:100px; height:38px; bottom:0; z-index:5; background:#21399B; transition:0.4s; transform-origin:center bottom; display: none;}
.bamnline { width: 100%; left:0; bottom:0; z-index:5; position:absolute;}
.bamnline span { display: block; width: 0; height: 4px; background: #21399B; }
.bamnline.load span { width: 100%; transition:4.8s 0s linear; -webkit-transition:4.8s 0s linear; -moz-transition:4.8s 0s linear; }
.sbanners_c{ position: absolute; left: 50%; margin-left: -600px; bottom: 180px; color: #fff; transform:translateX(220px); opacity:0; visibility:hidden;}
.sbanners_c_tt{ font-size: 50px; }
.sbanners_c_ft{ font-size: 22px; margin-top: 20px; line-height: 1.6;}
.sbanners_c_mm{ overflow: hidden; margin-top: 40px;}
.sbanners_c_mm span{ border: solid 1px #fff; float: left; padding: 8px 26px; transition: all 0.3s;}
.sbannerc a:hover .sbanners_c_mm span{ background: #fff; color: #1457a0; }
.tops_mm{ width: 100%;  cursor: pointer; transition: all 0.3s; z-index: 999; position: absolute; bottom: 40px; text-align: center; color:rgba(255, 255, 255, 0.9);}
.tops_mm_p2{ animation:fadeInDown 2s infinite; margin-top: 10px; height: 17px; }
@media (min-width:1601px) 
{
  .banner-box .flex-control-nav{ left:200px; height:13px; }
  .banner-box .flex-control-nav li{ margin-right:15px; }
  .banner-box .flex-control-nav li a{ width:13px; height:13px; }
  .sbanners_c{ margin-left: -750px; bottom: 250px;}
  .sbanners_c_tt{ font-size: 100px; }
  .sbanners_c_ft{ font-size: 38px; margin-top: 30px;}
  .sbanners_c_mm{ margin-top: 75px; }
  .sbanners_c_mm span{ padding: 12px 36px; }
  .tops_mm_p2{ margin-top: 12px; }
}
.tops_mm:hover{ color: #fff; }
@-webkit-keyframes decreaseHeight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        width: 0;
    }
}

@keyframes decreaseHeight {
    from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
    to {
        width: 0;
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    1%,100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    1%,100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0%,99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0%,99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes increaseHeight {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes increaseHeight {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    1%,100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    1%,100% {
        opacity: 1;
    }
}
