img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.page-title {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.page-title .page-lartit {
    font-size: 42px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page-title .page-lartit::before, .page-title .page-lartit::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #8d8d8d;
}

.page-title .page-lartit::before {
    margin-right: 2.1%;
}

.page-title .page-lartit::after {
    margin-left: 2.1%;
}

.page-title .page-smatit {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #BABFBF; 
	margin-bottom: 30px;
}

.n-title .page-lartit {
    font-size: 30px;
}

.n-title .page-title {
    padding-top: 100px;
    padding-bottom: 60px;
}

.line {
    width: 53px;
    height: 3px;
    background: #0b5ba7;
    margin: 33px 0 44px;
}





@media only screen and (max-width: 1600px) {
   
    .page-title .page-lartit {
        font-size: 38px;
    }
   
    .page-title .page-smatit {
        margin-top: 5px;
    }
    .n-title .page-lartit {
      
        font-size: 30px!important;
    }
}

@media only screen and (max-width: 1440px) {
    .n-title .page-title {
        padding-top: 100px;
        padding-bottom: 35px;
    }
    .page-title .page-lartit {
        font-size: 32px;
    }
    .page-title .page-smatit {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1200px) {
    /*.n-title .page-title {*/
    /*    padding-top: 55px;*/
    /*    padding-bottom: 28px;*/
    /*}*/
    .n-title .page-title .page-smatit {
        font-size: 14px;
    }
    .n-title .page-title .page-lartit {
        font-size: 28px;
    }
    .n-title .page-lartit {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1043px) {
/*    .n-title .page-title {*/
/*        padding-top: 50px;*/
/*        padding-bottom: 25px;*/
/*    }*/
    .n-title .page-title .page-lartit {
        font-size: 26px;
    }
    .n-title .page-lartit {
        font-size: 26px;
    }
    .page-title .page-lartit {
        font-size: 26px!important;
    }
    .page-title .page-smatit {
        font-size: 14px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .n-title .page-title {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .n-title .page-title .page-lartit {
        font-size: 22px!important;
    }
    .n-title .page-lartit {
        font-size: 22px!important;
    }
    /*.page-title .page-smatit {*/
    /*    margin-top: 0;*/
    /*}*/
    .page-title .page-lartit {
        font-size: 22px!important;
    }
    .page-title .page-lartit:before, .page-title .page-lartit:after {
        display: none;
    }
    
}
.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.about-page02 .c-flex {
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
            margin-top:33px;
}

.about-page02 .item-l {
    width: 49.5%;
    overflow: hidden;
}
.about-page02 .item-l img{
    transition: all .3s;
}
.about-page02 .item-l:hover img{
    transform: scale(1.08);
}

.about-page02 .item-r {
    width: 50.5%;
    padding-left: 3.2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.about-page02 .item-r .h1 {
    font-weight: 400;
    color: #333333;
}

.about-page02 .text {
    overflow-y: auto;
    max-height: 300px;
    min-height: 120px;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.about-page02 .text::-webkit-scrollbar-thumb {
    background: #5dc0ce;
}

.about-page02 .text p {
    color: #989898;
    line-height: 1.7;
}

.about-page03 .main {
    padding: 145px 0 254px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.about-page03 .width1374 {
    overflow: hidden;
}

.about-page03 .texts {
    width: 52%;
    float: right;
}

.about-page03 .texts .h1 {
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #5DC0CE;
}

.about-page03 .texts .h6 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #989898;
    margin: 10px 0 45px;
}

.about-page03 .texts p {
    color: #DCDCDC;
    line-height: 2.6;
    min-height: 108px;
    
}

.about-page03 .texts .text {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #DCDCDC;
    line-height: 24px;
    margin-top: 37px;
    text-align: right;
}

.about-page03 .texts .text img {
    margin-left: 7px;
}

.about-page04 {
    overflow: hidden;
    padding-bottom: 167px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.about-page04 .h1 {
    font-size: 32px;
    font-family: Bebas;
    font-weight: 400;
    color: #676767;
}

.about-page04 .h6 {
    font-size: 16px;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 2px;
}

.about-page04 p {
    font-size: 14px;
    color: #7F7F7F;
    line-height: 22px;
}

.about-page04 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.about-page04 .list .item-l {
    margin-top: 20px;
    width: 18px;
}

.about-page04 .list .item-r {
    padding-left: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: calc(100% - 18px);
}

.about-page04 .swiper-container {
    position: initial;
}

.about-page04 .swiper-button-next,
.about-page04 .swiper-button-prev {
    width: 46px;
    height: 46px;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    outline: none;
    top: auto;
    bottom: 74px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-page04 .swiper-button-next::after,
.about-page04 .swiper-button-prev::after {
    font-size: 14px;
    color: #c6c6c6;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-page04 .swiper-button-next:hover,
.about-page04 .swiper-button-prev:hover {
    background: #5dc0ce;
    border: 1px solid transparent;
}

.about-page04 .swiper-button-next:hover::after,
.about-page04 .swiper-button-prev:hover::after {
    color: #ffffff;
}

.about-page04 .swiper-button-prev {
    left: 50%;
    -webkit-transform: translateX(-86px);
        -ms-transform: translateX(-86px);
            transform: translateX(-86px);
}

.about-page04 .swiper-button-next {
    right: 50%;
    -webkit-transform: translateX(86px);
        -ms-transform: translateX(86px);
            transform: translateX(86px);
}

.about-page04 .swiper-slide-active .h1,
.about-page04 .swiper-slide-active .h6,
.about-page04 .swiper-slide-active p {
    color: #5DC0CE;
}

.about-page05 .list {
    width: 33.33%;
    position: relative;
    overflow: hidden;
}

.about-page05 .list:hover .p-img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
}

.about-page05 .p-img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-page05 .advice {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.about-page05 .advice .img {
    width: 12.6%;
    margin: 0 auto;
}

.about-page05 .h4 {
    color: #ffffff;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin: 22px 0 20px;
}

.about-page05 .h6 {
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
}

.about-page06 {
    padding-bottom: 120px;
}

.about-page06 .page-title {
    padding-bottom: 40px;
}

.about-page06 .nav {
    text-align: center;
    margin-bottom: 60px;
}

.about-page06 .nav a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-right: 9.5%;
}

.about-page06 .nav a:hover, .about-page06 .nav a.active {
    color: #5DC0CE;
}

.about-page06 .nav a:last-child {
    margin-right: 0;
}

.about-page06 .lists {
    display: none;
    position: relative;
}

.about-page06 .lists.active {
    display: block;
}

.about-page06 .lists p {
    text-align: center;
    font-size: 15px;
    color: #999999;
    margin-top: 33px;
}

.about-page06 .lists .swiper-container {
    position: initial;
}

.about-page06 .swiper-button-next, .about-page06 .swiper-button-prev {
    width: 63px;
    height: 63px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    outline: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.about-page06 .swiper-button-next::after, .about-page06 .swiper-button-prev::after {
    color: #dcdcdc;
    font-size: 28px;
}

.about-page06 .swiper-button-next:hover, .about-page06 .swiper-button-prev:hover {
    background: #5dc0ce;
    border: 1px solid transparent;
}

.about-page06 .swiper-button-next:hover::after, .about-page06 .swiper-button-prev:hover::after {
    color: #ffffff;
}

.about-page06 .swiper-button-prev {
    left: 4.1%;
}

.about-page06 .swiper-button-next {
    right: 4.1%;
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media only screen and (max-width: 1700px) {
    .about-page02 .text {
        max-height: 210px;
    }
}

@media only screen and (max-width: 1440px) {
    .about-page02 .text {
        max-height: 160px;
    }
}

@media only screen and (max-width: 1200px) {
    .about-page02 .item-r .h1 {
        font-size: 26px;
    }
    .about-page02 .text {
        max-height: 95px;
        min-height: 60px;
    }
    .about-page03 .main {
        padding: 144px 0 180px;
    }
    .about-page03 .texts {
        width: 65%;
    }
    .about-page04 {
        padding-bottom: 120px;
    }
    .about-page04 .swiper-button-next, .about-page04 .swiper-button-prev {
        bottom: 30px;
    }
    .about-page05 .h4 {
        margin: 22px 0 8px;
    }
}

@media only screen and (max-width: 1043px) {
    .about-page02 .text {
        max-height: 140px;
        min-height: 60px;
    }
    .about-page05 .h4 {
        font-size: 16px;
    }
    .about-page05 .h6 {
        font-size: 14px;
    }
    .about-page06 .swiper-button-next, .about-page06 .swiper-button-prev {
        display: none;
    }
    .about-page06 .lists img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .about-page02 .c-flex {
        display: block;
    }
    .about-page02 .item-l, .about-page02 .item-r {
        width: 100%;
        padding-left: 0;
    }
    .about-page02 .text {
        padding-right: 0;
    }
    .about-page02 .item-r .h1 {
        font-size: 22px;
        margin-top: 20px;
    }
    .about-page03 .main {
        padding: 30px 0 30px;
    }
    .about-page03 .texts{
        width: 100%;
    }
    /*.about-page03 .texts {*/
    /*    width: 100%;*/
    /*}*/
    .about-page03 .texts .text {
        text-align: left;
        margin-top: 10px;
    }
    .about-page03 .texts .h6{
        margin: 10px 0 15px;
        font-size: 16px;
    }
    .about-page03 .texts p{
        line-height: 1.875;
    }
    .about-page03 .texts .h1{
        font-size: 20px;
    }
    .about-page05 .list {
        width: 92%;
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
    }
    .about-page05 .list:first-child{
        margin-top: 0;
    }
    .about-page04 {
        padding-bottom: 30px;
    }
    .about-page04 .swiper-button-next, .about-page04 .swiper-button-prev {
        display: none;
    }
    .about-page06 {
        padding-bottom: 60px;
    }
    .about-page06 .nav{
        margin-bottom: 20px;
    }
    .about-page06{
        padding-bottom: 30px;
    }
    .about-page06 .page-title{
        padding-bottom: 15px;
    }
    .about-page06 .lists p{
        margin-top: 20px;
    }
    .about-page06 .nav a {
        font-size: 16px;
    }
    .about-page03 .texts .text img{
        height: 35px;
        margin-top: 10px;
    }
}

.InSer-page02 .top .width1374 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
    margin-bottom: 95px;
}

.InSer-page02 .top .width1374 .item-l {
    width: 65.2%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.InSer-page02 .top .width1374 .item-l .h1 {
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}

.aboutTwo {
  background-color: #f2f2f2;
  padding-bottom: 5.625rem;
  width: 100%;
  overflow: hidden;
}
.aboutMySwiper .swiperPoin {
  position: relative;
}

.swiperPoin .swiper-pagination {
  width: 100%;
  bottom: 0;
}

.aboutMySwiper .swiperPoin .swiper-pagination-bullet:focus,
.aboutMySwiper .swiperPoin .swiper-pagination-bullet:focus-visible,
.aboutMySwiper .swiper-button-prev:focus-visible,
.aboutMySwiper .swiper-button-next:focus-visible{
  outline: none;
}
.aboutMySwiper .swiper-button-prev:focus,
.aboutMySwiper .swiper-button-next:focus {
  outline: none;
}

.aboutMySwiper .swiper-wrapper{
  padding: 20px 0 50px;
}
/* .aboutMySwiper .swiper-pagination:after{
  background-color: rgba(255, 255, 255, 0.23);
} */
.aboutMySwiper .swiperPoin .swiper-pagination-bullet {
  margin: 0;
}
.about-page05{
    margin-top: 40px;
}
/* .aboutMySwiper .swiperPoin .swiper-pagination-bullet:before {
  background-color: #999999;
} */
.aboutMySwiper .swiperPoin .swiper-pagination-bullet-active .clasNad {
  color: #fff;
}
.aboutMySwiper .swiperPoin .swiper-pagination-bullet:after {
  background-color: #fff;
  left: 40px;
  width: 30px;
}

.aboutMySwiper .swiperPoin .swiper-pagination-bullet-active:before {
  background-color: #fff;
}
/* .aboutMySwiper .swiperPoin .clasNad{
  color: #ccc;
} */
.aboutMySwiper .swiper-pagination:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  left: 0;
}

.aboutMySwiper .swiper-button-next,
.aboutMySwiper .swiper-button-prev,
.aboutMySwiper .swiper-rtl .swiper-button-next,
.aboutMySwiper .swiper-rtl .swiper-button-prev {
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.05);
}

.aboutMySwiper .swiper-button-next:after,
.aboutMySwiper .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}
.aboutMySwiper .swiper-button-prev:hover,
.aboutMySwiper .swiper-button-next:hover {
  background-color: #0b5ba7;
}
.aboutMySwiper .swiper-button-next {
  right: 0px;
}

.aboutMySwiper .swiper-button-prev {
  left: 0px;
}

.aboutMySwiper .swiper-button-next,
.aboutMySwiper .swiper-button-prev {
  margin-top: -56px;
  z-index: 77;
}

.aboutMySwiper .swiperPoin .swiper-pagination-bullet {
  margin: 0 20px;
  color: #fff;
  position: relative;
  width: auto;
  height: auto;
  background: transparent;
  opacity: 1;
}

.aboutMySwiper .swiperPoin .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 34px;
  /* height: 5px; */
  height: 0; 
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  background-color: transparent;
  top: -4px;
  z-index: 5;
  left: -2px;
  right: 0;
  margin: auto;
  /* border-top-left-radius: 5px;
  border-top-right-radius: 5px; */
}

.aboutMySwiper .swiperPoin .swiper-pagination-bullet-active:before {
  /* background-color: #0b5ba7; */
  border-bottom: 0.25rem solid #0b5ba7;
}

.aboutMySwiper .swiperPoin .clasNad {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  color: #ccc;
}

.aboutMySwiper .swiperPoin .swiper-pagination-bullet-active .clasNad {
  color: #333;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: revert-layer;
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: revert-layer;
    left: 10px;
    right: auto;
}

.aboutMySwiper .imgLeft {
  width: 100%;
}
.aboutMySwiper .imgLeft h1 {
  font-size: 53px;
  letter-spacing: 6px;
  color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
}
.aboutMySwiper .imgLeft .imgLeftBox h2 {
  font-size: 53px;
  letter-spacing: 6px;
  color: #0b5ba7;
  line-height:normal;
  font-weight: bold;
}
.aboutMySwiper .imgLeft .imgLeftBox p {
  font-size: 14px;
  color: #0b5ba7;
}
.aboutMySwiper .imgRight {
  margin:10px 0;
  width: 100%;
}

/* .bottomflex {
  display: flex;
} */
.aboutMySwiper .imgRight .imgRightTop {
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.aboutMySwiper .imgRight .imgRightTop::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.aboutMySwiper .imgRight .imgRightTop::-webkit-scrollbar-track {
  background: #c2c2c2;
  /*蓝色*/
  border-radius: 2px;
}

.aboutMySwiper .imgRight .imgRightTop::-webkit-scrollbar-thumb {
  background: #0b5ba7;
  /*黄色*/
  border-radius: 10px;
}

.aboutMySwiper .imgRight .imgRightTop::-webkit-scrollbar-corner {
  background: #0b5ba7;
  /*蓝色*/
}
.aboutMySwiper .imgRight .imgRightTop p {
  font-size: 16px;
  color: #333;
  line-height: 48px;
}
.titilBox {
  text-align: center;
  padding: 2rem 0 1rem;
}

.titilBox h3 {
  font-size: 1.475rem;
  color: #000;
}

.titilBox .line {
  /* background-color: #0b5ba7;
  height: 0.25rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; */
  width: 34px;
  margin: 1.5rem auto 0;
  height: 0; 
  border-bottom: 0.25rem solid #0b5ba7;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  background: transparent;
}

  .aboutMySwiper .swiperPoin .swiper-pagination-bullet{
    margin: 0 10px!important;
  }
  @media screen and (min-width: 992px) {
  .bannerBox .banner-content .title{
    font-size: 3rem;
  }
  .bottomflex{
    display: flex;
  }
  .aboutMySwiper .imgLeft {
    width: 30%;
  }
  .aboutMySwiper .imgRight {
    margin: 0 10px;
    width: 70%;
  }
  .teamOneBox ul li{
    width: 25%;
  }
  .indexTwo:after{
    height: 80px;
  }
  .politicsOne .flex .politicsOneLeft{
    width: 50%;
  }
  .news_list li .pic {
    height: 14.125rem;
  }
  
  .news_list li {
    width: 33.3%;
    float: left;
    margin-bottom: 0;
  }
  .indexThree .news_list li .paddgg,.news_list li>a{
    padding: 12px;
  }
  .news_list li h2 {
    height: 2.3rem;
  }

  .hearder .hearderBox ul li {
    margin: 0 1rem;
  }

  .hearder {
    height: 4rem;
    background-color: rgba(0, 0, 0, 0);
  }

  .ssubNav1 {
    display: none;
  }

  .hearder .hearderBox .hearderRight,
  .hearder .hearderBox ul {
    display: flex;
  }

  .hearder .hearderBox h1 {
    margin: 1rem 0;
    position: relative;
    text-align: left;
  }
  .footer .footerLeft{
    width: 80%;
    display: block;
  }
  .footer .footerRight{
    width: 20%;
  }
  .footer .footerBottom{
    display: flex;
    padding: 2.5rem 0;
  }
  .footer{
    padding-top: 3.75rem;
  }
  .titledeta{
    margin-top:6.25rem ;
  }
  .necom{
    margin-bottom:6.25rem
  }
  .smartAttire .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .smartAttireOneLeft{
    width: 45%;
  }
  .smartAttireOneRight{
    width: 50%;
  }
  .contactSamw{
    padding: 6.25rem 0 2rem;
  }
  .smartAttireOne{
    padding: 6.25rem 0;
  }
  .titilBox h3 {
    font-size: 2.5rem;
  }
  .investmentOne p,.smartAttireTwo p{
    width: 58%;
  }
  .mediaOne .mediaOneBottom{
    width: 80%;
    padding: 3.75rem 0 6.25rem;
  }
  #demo li:first-child{
    width: 515px;
  }
  #demo{
    height: 700px;
  }
  #demo li{
    width: 150px;
  }
  .reseachVBoall .swiper-pagination{
    bottom:46px ;
    text-align: left;
  }
  .researchOneBottom .researchOneBottomBottom .sboxLeft{
    width: 50%;
  }
  .researchOneBottom .researchOneBottomBottom .sboxRight{
    width: 45%;
    margin:0;
  }
  .researchOneBottom .researchOneBottomTop ul li{
    padding: 30px 20px;
  }
  .researchOneBottom .researchOneBottomTop ul li span{
    font-size: 1.125rem;
  }
  .entrepreneurImg,.entrepreneurBg{
    height: 313px;
  }
  .entrepreneurOne ul {
    display: flex;
    flex-wrap: wrap;
  }
  .entrepreneurOneTop a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .entrepreneurOneTop .entrepreneurBg,.entrepreneurOneTop .entrepreneurImg {
    width: 50%;
  }
  .entrepreneurOne ul li {
    width: 50%;
  }
  .entrepreneurOne ul li p {
    font-size: 1.625rem;
  }
  .indexTwo .politicsOneRightTopTop p{
    font-size: 3.75rem;
  }
  .indexTwo .politicsOneRightTop span{
    font-size: 2.5rem;
  }
  .indexTwo .swiper-pagination{
    text-align: right;
    bottom: 116px;
  }
  
  .acceleratoring  {
    margin-right: 20%;
    margin-top: 30px
  }
  #demo li .img p{
	  width: 65%;
  }
  .mediaTwo .mediaTwoBox li{
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .bannerBox .banner-content .title{
    font-size: 4rem;
  }
  .indexNew dl dt a{
    margin-bottom: 0.7rem;
  }
  .indexNew dl {
    padding: 1.2rem;
  }
  .aboutMySwiper .imgLeft .imgLeftBox h2,.aboutMySwiper .imgLeft h1{
    font-size: 109px;
  }
  .aboutMySwiper .imgLeft .imgLeftBox p{
    font-size: 26px;
  }
  /* .aboutMySwiper .imgLeft {
    width: 30%;
  }
  .aboutMySwiper .imgRight {
    margin: 0 10px;
    width: 70%;
  } */
  .aboutOneBox ul li .aboutOneBoxText h3{
    height: 26px;
  }
  .aboutOneBox ul li{
    width: 50%;
  }
  .aboutOneBox ul li:nth-of-type(2) .aboutOneBoxText {
    right: 1.75rem;
    top: 8.75rem;
  }
  .aboutOneBox ul li:nth-of-type(3) .aboutOneBoxText, .aboutOneBox ul li:nth-of-type(1) .aboutOneBoxText {
    left: 1.75rem;
    top: 1.75rem;
  }
  .aboutOneBox ul li:nth-of-type(4) .aboutOneBoxText {
    right: 1.75rem;
    top: 1.75rem;
  }
  #certify .swiper-slide {
    width: 900px;
    height: 515px;
  }
  .paddTab,
  .width90Rem {
    width: 70rem;
    margin: 0 auto;
    padding: 0;
  }

  .news_list li .pic {
    height: 14.125rem;
  }

  .news_list li {
    width:33.3%;
  }

  .hearder .hearderBox ul li {
    margin: 0 2rem;
  }
  .footer .footerRight{
    width: 12%;
  }
  .footer .footerLeft{
    width: 88%;
    display: block;
  }
  .detailPdding{
    width: 1100px;
  }
  .titledeta h3{
    width: 85%;
    font-size: 2.5rem;
  }
  .contactdDetail .input {
    width: 47.4%;
    margin-right: 1.875rem;
  }
  .contactOneBoxRight{
    width: 57%;
  }
  .contactTwoBox .contactTwoBoxTop,.contact .contactOne .flex{
    display: flex;
  }
  .contactTwoBox ul li{
    width: 33.3%;
    padding-right: 5rem;
    padding-bottom: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .serveDetail .serveDetailBox{
    width: 70%;
  }
  #demo li:first-child{
    width: 670px;
  }
  #demo{
    height: 700px;
  }
  #demo li{
    width: 150px;
  }
  .entrepreneurImg,.entrepreneurBg{
    height: 320px;
  }
  .acceleratorOne{
    height:800px;
  }
  .acceleratoring  {
    margin-right: 20%;
    margin-top: 30px
  }
  .indexOneBox li .indexOneBoxSame:hover .indexOneBoxRightImg img{
    transform: scale(1.1);
  }

}

@media screen and (min-width: 1500px) {
  .bannerBox .banner-content .title{
    font-size: 5rem;
  }
  .acceleratoring  {
    margin-right: 27%;
    margin-top: 30px
  }
  .indexNew dl dt a{
    margin-bottom: 1.25rem;
  }
  .indexNew dl {
    padding: 1.375rem 1.2rem;
  }
  .aboutOneBox ul li:nth-of-type(2) .aboutOneBoxText {
    right: 3.75rem;
    top: 12rem;
  }
  .aboutOneBox ul li:nth-of-type(3) .aboutOneBoxText, .aboutOneBox ul li:nth-of-type(1) .aboutOneBoxText {
    left: 3.75rem;
    top: 3.75rem;
  }
  .aboutOneBox ul li:nth-of-type(4) .aboutOneBoxText {
    right: 3.75rem;
    top: 3.75rem;
  }
  #certify .swiper-slide {
    width: 1000px;
    height: 573px;
  }
  .reseachVBoall .swiper-pagination{
    bottom:68px ;
  }
  .paddTab {
    width: 90rem;
    margin: 0 auto;
  }

  .width90Rem {
    width: 90rem;
    margin: 0 auto;
    padding: 0;
  }

  .news_list li .pic {
    height: 17.5rem;
  }

  .news_list li h2 {
    height: 2.625rem;
  }

  .hearder .hearderBox ul li {
    margin: 0 3rem;
  }
  .contactOneBoxRight{
    width: 45%;
  }
  .serveDetail .serveDetailBox{
    width: 50%;
  }
  #demo li:first-child{
    width: 950px;
  }
  .entrepreneurImg,.entrepreneurBg{
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .footer .footerBottom p{
    margin-bottom: 10px;
  }
/*  .about-banner {
    height: 22rem;
  }*/

  .about-banner .about-banner-slogan-wrap {
    width: 100%;
  }

  .about-banner .about-banner-slogan-wrap .about-banner-slogan {
    font-size: 2.0625rem;
    width: 100%;
  }

  .sub-nav {
    position: relative;
    height: 4rem;
  }

  .sub-nav-tap-container {
    position: absolute;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
  }

  /* 手机导航 */
  .mobile-menu-box {
    background: rgba(0, 0, 0, .3);
    height: 100vh;
    position: absolute;
    width: 100vw;
    top:0;
    right: 0;
  }
  .mobileGHt{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .mobileGHt .mobile-menu-wrap {
    height: 320px;
    position: absolute;
    right: 1.5rem;
    top: 3.625rem;
    z-index: 99;
  }

  .mobileGHt .mobile-menu-wrap .box {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    float: right;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-right: 0.625rem;
    width: 0;
    background: radial-gradient(#d8d8d8 20%, transparent 60%);
    margin: 0 auto;
  }

  .mobileGHt .mobile-menu-wrap .menu-content {
    background: #fff;
    margin-top: 10px;
    padding:1.2rem;
    width: 100%;
  }

  .mobileGHt .mobile-menu-wrap .menu-content .menu-item {
    color: #000;
    font-family: AlibabaPuHuiTi;
    font-size: 0.8rem;
    padding-bottom: 1.5rem;
  }

  .mobileGHt .mobile-menu-wrap .menu-lang {
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 100%;
  }

  .mobileGHt .mobile-menu-wrap .menu-lang .lang-item {
    border-right: 1px solid #e5e5e5;
    height: 35%;
    text-align: center;
    width: 50%;
  }
  .mobileGHt .mobile-menu-wrap .menu-lang .lang-item:last-child{
    border-right:none;
  }
  .detailToubu .none{
    display: none;
  }
  .smartAttireOneRight,.accelerator_bottom,.datacontentTop .datacontentTopLeft{
    margin-bottom: 20px;
  }
  .smartAttireOneRight{
    margin-top: 20px;
  }
  .datacontentBottom ul li p{
    font-size: 0.75rem;
  }
  .datacontentLength{
    height: 500px;
  }
  .serveDetail .serveDetailBox{
    margin-top: -250px;
  }
  .politicsOne .flex .politicsOneLeft{
    margin: auto;
  }
  .accelerator_bottom ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .politicsOne .flex .politicsOneRight{
    margin: auto;
  }
  .entrepreneurButton a{
    margin: 20px 0;
  }
  .indexTwo .mySwiper2{
    padding-bottom: 30px;
  }
  .contactTwoBox ul{
    justify-content: space-between;
  }
  .contactTwoBox .contactTwoBoxTop .contactTwoBoxTopRight img{
    width: 80px;
    margin-top: 20px;
  }
  .indexOneBox li .indexOneBoxSame{
    margin: 10px;
  }
  .acceleratorOne{
    padding-bottom: 1.875rem;
  }
  .indexOneBox li .indexOneBoxSame .indexOneBoxRightImg{
    /*height: 270px;*/
  }
  /*.indexOneBox li:nth-of-type(3) .indexOneBoxRight .indexOneBoxRightImg img,
  .indexOneBox li:nth-of-type(4) .indexOneBoxRight .indexOneBoxRightImg img,
  .indexOneBox li:nth-of-type(2) .indexOneBoxRight .indexOneBoxRightImg img,
  .indexOneBox li:nth-of-type(1) .indexOneBoxRight .indexOneBoxRightImg img{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    height: 100%;
  }*/
/*  .banner-wrap{
    height: 28vh;
  }*/
  .indexOneBox li .indexOneBoxSame .indexOneBoxLeftBoxBot{
    padding: 20px
  }
  .teamOneBox ul li .teamOneBoxText h3,
  .mediaTwo .mediaTwoBox li .mySwiper7Text h3,
  .titilBox h3,
  .indexOneBoxLeftTop h3,
  .smartAttireOneLeft .titilBox h3,
  .contactTwoBox .contactTwoBoxTop .contactTwoBoxTopLeft h3,
  .contactOneBoxRight .titilBox h3,
  .contactOneBox .contactOneBoxLeft .contactOneBoxLeftBottom .titilBox h3{
    font-size: 1.285rem;
  }
  .contactOneBoxRight{
    margin-top: 20px;
  }
  .contactdDetail .input label,
  .common-font-size-18 {
    font-size: 15px;
  }
  .contact .contactOne {
    padding: 1.25rem 0;
  }
  .contactTwoBox {
    margin-top: 0.75rem;
  }
  .researchOneBottom .researchOneBottomTop ul li{
    padding: 8px
  }
  .smartAttireThree .con1_bottom ul li{
    margin: 0 10px
  }
  .teamOneBox ul li .teamOneBoxText p,
  .investmentOne p, .smartAttireTwo p,
  .acceleratorSbox p,
  .indexNew dl dd .span2,
  .indexOneBoxLeftTop p,
  .foundationOne li .foundationOneBottom,
  .mediaTwo .mediaTwoBox li .mySwiper7Div p,
  .aboutOneBox ul li .aboutOneBoxText p,
  .acceleratorUl li .span2, .acceleratorUl li span font,
  .contactOneBox .contactOneBoxLeft p,
  .smartAttireOneLeft p{
    font-size: 0.875rem;
  }
  .aboutOneBox ul li .aboutOneBoxText h3{
    font-size: 18px
  }
  .indexTwo .politicsOneRightTop span{
    font-size: 1rem
  }
  .investmentOne p, .smartAttireTwo p,
  .smartAttireOneLeft p{
    line-height: 1.8
  }
  .contactOneBox .contactOneBoxLeft p{
    line-height: 1.5
  }
  .news_list li .news_list_top .newsMore,
  .news_list li .con{
    padding: 1rem
  }
 
  .aboutOneBox ul li:nth-of-type(4) .aboutOneBoxText{
    top:0.5rem;
  }
  .aboutOneBox ul li:nth-of-type(3) .aboutOneBoxText, .aboutOneBox ul li:nth-of-type(1) .aboutOneBoxText {
    left: 1.05rem;
    top: 0.85rem;
  }
  .aboutOneBox ul li:nth-of-type(2) .aboutOneBoxText {
    right: 0.75rem;
    top: 2.75rem;
  }
  .acceleratorOne .titilBox{
    top:-13px
  }
  .indexNameSame .meSam{
    margin: 10px
  }
  .indexNameSame .meSam,.indexOneBox li .indexOneBoxRight,.indexOneBox li .indexOneBoxLeft{
    width: 95%
  }
  .indexNameSame .indexOneBoxRightImg img,
  .indexOneBox li .indexOneBoxSame .indexOneBoxRightImg img{
    border-radius: 10px
  }
  .about-sub-nav .sub-nav .sub-nav-item{
    height: 4rem;
    line-height: 4rem
  }
  .indexOneBox li{
    margin: 0
  }
  .acceleratorSbox .smartAttireButton .btn{
    margin-top: 15px
  }
  
  .mathematicsUL li h6{
    font-size: 1.25rem
  }
  .mathematicsUL li span{
    font-size: 1rem
  }
  .bannerBox .banner-content .sub-title{
    font-size: 17px;
    margin-top: 10px
  }
  .foundationOne li .foundationOneTop i{
    width: 35px;
    height: 35px;
    margin-right: 5px;
    flex: 0 0 35px;
    background-size: 35px
  }
  
  .smartAttireOneLeft .titilBox .line{
        margin: 1rem 0 0
  }
  .mediaOne .p1{
    width: 100%;
    font-size: 0.875rem
  }
  .mediaOne .mediaOneBottom .mediaOneBottomLeft .swiperText{
    font-size: 1rem;
    height: 2.75rem;
    line-height: 2.75rem;
  }
  .mediaTwo .mediaTwoBox li .padding{
    margin: 10px 0
  }
  .aboutOneBox ul li .aboutOneBoxText .line{
    margin: 0.5rem 0
  }
  .swiperPoin .swiper-pagination{
    width: 80%;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .aboutMySwiper .swiperPoin .swiper-pagination-bullet{
    margin: 0 10px
  }
  .accelect-banner .about-banner-slogan-wrap .about-banner-slogan{
    font-size: 1.2rem;
  }
  .accelect-banner .about-banner-enlish{
    font-size: 1.1875rem;
    margin-top: 5px
  }
  .aboutOneBox ul li:nth-of-type(3) .aboutOneBoxImg:after{
    width: 115%;
  }
  .aboutOneBox ul li:nth-of-type(2) .aboutOneBoxImg:after{
    left: -56px;
    width: 117%;
  }
  .aboutOneBox ul li:nth-of-type(4) .aboutOneBoxImg:after{
    left: -39px;
    width: 115%;
  }
}
.width90Rem .aboutTwoBox{
  padding:0 10px;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

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

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    /*bottom: 10px;*/
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
