img {
  user-select: none;
  -webkit-user-drag: none;
}
@media (min-width: 576px) {
    .container,.container-sm {
        max-width:unset!important;
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:unset!important;
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:unset!important;
    }
}
@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1024px!important;
    }
}
@media (min-width: 1440px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width: 1200px!important;
    }
}

.d-none {
   display: block!important;
}


.blackmenu .site-nav .site-navigation .site-menu > li > a{

}
.wxlogo-footer{
    height: 150px;
    background-size: contain;
    width: 150px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}
.wx-hover{

}
.wx-hover .qrcodepic{
  display: none;
    position: absolute;
    right: -280%;
    top: -10%;
    width: 150px;
    height: 150px;
    padding: 10px;
    background-color: #000;
    z-index: 9;
}
.wx-hover .qrcodepic img{
      width: 100%;
    display: block;
    margin: 0 auto;
}
.tel-hover{
  
}
.tel-hover .telbox{
  display: none;
    position: absolute;
    right: -210%;
    top: -10%;
    padding: 10px;
    background-color: #000;
    z-index: 9;
    color: #fff;
  
}
.wx-hover:hover .qrcodepic{
  display: block;
}
.tel-hover:hover .telbox{
   display: block;
}


.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  -webkit-transition: .64s ease-in-out;
  transition: .64s ease-in-out;
}
.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  height: 80%;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-backdrop-filter: blur(.4rem);
  backdrop-filter: blur(0.4rem);  
}
.popup-inner .video-box{
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 10px;
  overflow: hidden;  

}
.popup-inner .video-box .play-video {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.popup-inner .video-box video{
  width: 100%;
  height: 100%;
  position: absolute;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.popup__close {
  position: absolute;
    right: -1%;
    top: -3%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .875rem;
  font-weight: bolder;
  border-radius: 100%;
  background-color: #26cad3;
  z-index: 4;
  color: #fff;
  line-height: 2.5rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------首页-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/

.login-btn{
    position: absolute!important;
    right: 0;
    top: 0;
    margin-top: 15px;
    display: inline-block;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgb(0 0 0 / 80%);
    border: 1px solid rgb(255 255 255 / 36%);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.demo-btn {
  right: 70px;
}
.login-btn:hover{
  color: #ffffff;
  background-color: #26cad3;
  border: 1px solid rgb(255 255 255 / 36%);
}
#sticky-wrapper.is-sticky .sticky-nav .login-btn{
    margin-top: 8px;
}
.typing-effect{
  width: 100%;
  animation: typing 2s steps(40), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 1px solid #fff;
  font-size: 1.3rem;
  margin: 0 auto;
}
@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}


.site-footer:before{
  content: '';
  display: block;
  background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/footer-bg.jpg);
  width: 100%;
  height: -webkit-fill-available;
  background-size: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  opacity: .2;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  filter: blur(2px);
  z-index: revert-layer;
}


.title-des{
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
}
.bigtitle{
  font-size: 72px;
  font-weight: bolder;
}
.sub-bigtitle{
  color: #000;
font-size: 96px;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent!important;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Helvetica"!important;
    margin-top: -60px;
    opacity: .5;
}
.sub-bigtitle2{
font-size: 52px;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    color: transparent!important;
    font-family: "Helvetica"!important;
    margin-bottom: 30px;
}

.sub-bigtitle3{
    font-size: 52px;
    font-weight: bolder;
    color: black;
    font-family: "Helvetica"!important;
    opacity: .8!important;
    margin-top: -40px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 10%, rgb(255 255 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
}
.sub-bigtitle4{
    font-size: 52px;
    font-weight: bolder;
    color: black;
    font-family: "Helvetica"!important;
    opacity: .8!important;
    margin-top: -40px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 15%, rgb(197 197 197) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
}
.lab-bg1:before{
    content: '';
    display: block;
    background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/lab-bg1.jpg);
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    opacity: 0.2;
    filter: blur(5px);
}

.feature-p{
  color: #26CAD3;
}


.artilce1{
    margin: 0 0 50px 0;
    padding: 0 80px;
}

.artilce1 h1{
    font-size: 32px;
    color: #26CAD3;
}

.artilce1 p{
    color: #9a9a9a;
    font-size: 13px;
}
.product-slider{overflow: hidden;padding: 15px 255px 0 240px!important;}
.product-slider .owl-stage-outer{
      transform: translate3d(0%, 0%, 0) perspective(800px) rotatey(1deg) rotateX(14deg);
}
.product-slider .item{
  padding: 0;
}
.product-slider .item h2{
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
}
.product-slider .item p{
  font-size: 1.1rem;
  color: rgb(255 255 255 / 40%);
  letter-spacing: .3rem;
  margin-bottom: 30px;
}
.product-slider .item img{
  margin: 0 auto;
  display: block;
  width: 100%;
}


.index-safty-box{
    padding: 15px;
}
.index-safty-box .feature{
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    text-align: center;
    display: inline-table;
    width: 100%;
}
.index-data-analysis-box{
  background-position: center !important;
  background-size: contain !important;
  height: 959.78px;
  padding-top: 166px !important;
}
/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------实验室-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/


.headline-box-l {
  padding: 0 60px 0 90px;
}

.headline-box {
  border: 1px solid #434343;
  padding: 60px 0;
  background-color: #222222;
  margin-bottom: 60px;
}

.headline-box-l .headline {
  margin-bottom: 15px;
  margin-top: 75px;
}

.headline-box-l .headline h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bolder;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent!important;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0px;
}

.headline-box-l .headline span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

.headline-box-l .headline_des {
  font-size: 14px;
  color: #858585;
  line-height: 2;
  letter-spacing: 1px;
}

.headline-box-r {
}
.headline-box-r .newsevent .owl-dots {
  bottom: -10%;
}

.headline-box-r .newsevent .owl-dots .owl-dots {
}

.headline-box-r .owl-single .owl-dots .owl-dot span,.headline-box-r .owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: rgb(255 255 255 / 20%);
}

.headline-box-r .newsevent {
/*  overflow: hidden;*/
}
.headline-box-r .newsevent:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 40px;
    height: -webkit-fill-available;
    background: linear-gradient(to right,rgb(255 255 255 / 0%) 0%, rgb(34 34 34) 90%);
    z-index: 1;
}

.headline-box-r .newsevent .item{
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

.headline-box-r .newsevent .has-click {
  position: relative;
  background-blend-mode: multiply; 
  background-color: rgba(17,23,29,.5)
}

.headline-box-r .newsevent .has-click::before {
  content: '';
  position: absolute;
  left: 54%;
  bottom: 16px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-image: url(../images/Right.png);
}

.headline-box-r .newsevent .has-click::after {
  content: '了解详情';
  position: absolute;
  bottom: 14px;
  left: 40%;
  font-size: 16px;
  color: #26CAD3;
  line-height: 22px;
}


.team-footer-bg:before {
    --theme: #26cad3;
    background: radial-gradient(circle at center,#ff00fe 30%,rgba(107,0,255,.5) 50%,transparent 70%);
    background: radial-gradient(circle at center,var(--theme) 30%,rgba(107,0,255,.5) 50%,transparent 70%);
    content: "";
    height: 300%;
    left: -50%;
    position: absolute;
    top: 0rem;
    width: 200%;
    z-index: 1;
    opacity: .4;
    filter: blur(20px);
}
.fancybox{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 100px;
}

.fancybox .icon-play-box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin-top: calc(-65px/2);
    margin-left: calc(-65px/2);
    font-size: 65px;
    color: #fff;
}
.fancybox .icon-play-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    background-color: transparent;
    border: 2px solid #C4C8FF;
    border-radius: 50%;
    -moz-animation: circle 2.5s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: circle 2.5s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: circle 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.fancybox .icon-play-box:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    background-color: transparent;
    border: 2px solid #C4C8FF;
    border-radius: 50%;
    -moz-animation: circle 3s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: circle 3s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: circle 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.6; }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } 
}

.icon-play-box i {
  margin-left: 4px;
}

.icon-play-box:hover {
  background: transparent;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------产品-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/

.banner-product{

}
.banner-product .btitle{
  font-size: 60px;
  line-height: 72px;
  display: inline-block;
  margin-bottom: 0;
}
.banner-product .lineword{
  font-size: 88px;
  font-weight: bolder;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent!important;
  text-transform: uppercase;
  font-family: "Helvetica"!important;
  display: inline-block;
  margin-bottom: 0;
}



.banner-product .btitle-des{
  margin-bottom: 0;
  font-size: 24px;
  font-weight: lighter;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 10px;
}



.product-box {
  overflow: hidden;
  position: relative;
  height: 300px;
  background-color: rgb(0 0 0 / 11%);
  border: 1px solid;
  border-image: linear-gradient(0deg,#777777 0%,#333333 50%,#777 100%) 1 1 1 1;
  margin: 0 10px;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

.product-icon{
    position: absolute;
    left: 50%;
    top: 50px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    z-index: 3;
}

.product-icon img{
 display: block;
 width: 100%;
 margin:0 auto;
}

.product-box figure {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-bottom: 0;
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #232A39;
}

.product-box-content {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 20%;
}

.product-box-content h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.product-box-content p {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 200;
}

.product-line-box {
  background-size: cover;
  background-position: center;
/*  background-color: #232A39;*/
}



.product-line-box .line-box {
  width: 100%;
    bottom: 20%;
    height: 500px;
    background-position: 50% 37%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .9;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;   
}


.product-line-box .line-box:hover{
    background-size: cover;
    background-position: 50% 50%;
    opacity: 1;
}


.product-line-box .line-box:hover .line-box-content {
  position: absolute;
  left: 10%;
  top: 10%;
}

.product-line-box .line-box .line-box-content {
  position: absolute;
  left: 10%;
  top: 15%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;  
}

.product-line-box .line-box .line-box-content .detail-box{
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-top: 16px;
}

.product-line-box .line-box .line-box-content .detail-box span {
  font-size: 16px;
  line-height: 22px;
  margin-right: 8px;
}

.product-line-box .line-box .line-box-content .detail-box img {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}


.product-line-box .line-box:hover .line-box-content h3{
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.product-line-box .line-box .line-box-content h3 {
  font-size: 2.5rem;
  color: #fff;
}

.product-line-box .line-box:hover .line-box-content p {
  font-size: .9rem;
  color: #fff;
  font-weight: 100;
  display: block;
}
.product-line-box .line-box:hover .detail-box {
  margin-top: 0;
}

.product-line-box .line-box .line-box-content p {
  font-size: .9rem;
  color: #fff;
  font-weight: 100;
  display: none;
}
.case-strength {
  padding: 0;
}
.case-strength-back:before{
    content: '';
    display: block;
    width: 46px;
    background: linear-gradient(49deg, rgb(182 182 182) 70%,rgb(254 151 118 / 0%) 100%);
    position: absolute;
    height: -webkit-fill-available;
    left: 5rem;
    top: 2px;
    filter: blur(10px);
}
.case-strength .case-title {
  text-align: center;
  background-color: #ff9776;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 1.8rem;
  line-height: 3;
  color: #fff;
}
.case-strength-back .case-title ,.case-strength-back .case-box {
  opacity: .5!important;
}

.case-strength .case-box {
    background-color: #fff;
    padding: 3rem;
    max-height: 26rem;
}
.case-strength .case-box .case-content {
  clear: both;
      margin-bottom: 2rem;
}
.case-strength .case-box .case-content:after {
    content: '';
    display: block;
    clear: both;
}
.case-content .case-content-title {
  width: 25%;
  float: left;
  color: #fe9776;
  font-size: 1.4rem;
}

.case-content .case-des {
  width: 75%;
  float: right;
}

.case-content .case-des .case-des-list {
  margin-bottom: 2rem;
}
.case-content .case-des .case-des-list:last-child {
  margin-bottom: 0;
}

.case-content .case-des .case-des-list h3 {
  font-size: 1.1rem;
  color: #000;
}

.case-content .case-des .case-des-list p {
  font-size: .9rem;
  color: #000;
  font-weight: 200;
}





/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------产品详情页-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/
@media (scroll-position: 200px) {
  .scroll-container {
    background-color: yellow;
  }
}
.step-title {
  font-size: 4rem;
  font-weight: bolder;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffc9b8;
  color: #ffe1d6!important;
  font-family: "Helvetica"!important;
  padding-left: 2rem;
}

.step-box {
margin-top: -45px;
    padding: 40px;
    height: 360px;
    background: linear-gradient(133deg, rgb(255 163 134 / 15%) 30%,rgb(255 255 255 / 50%) 100%);
    border: 1px solid;
    border-image: linear-gradient(0deg,#ffdbd0 0%,#ffdbd0 50%,rgb(255 219 208) 100%) 1 1 1 1;
    -webkit-backdrop-filter: blur(.2rem);
    backdrop-filter: blur(0.2rem);
}

.step-box h1 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.step-box .step-list {

}
.step-box .step-list p {
    font-size: 16px;
    color: #474747;
    line-height: 32px;
    font-weight: 300;
}


.product-des {
  padding-top: 6rem;
}

.product-des h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-des p {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 200;
  margin-bottom: 0px;
}

.product-des-img {
}

.product-des-img img {
  display: block;
  width: 100%;
}


.product-news {
  padding: 1rem 1rem 0 1rem;
}

.product-news a {
/*  border: 1px solid;*/
/*  border-image: linear-gradient(0deg,#777777 0%,#333333 50%,#777 100%) 1 1 1 1;*/
  display: block;
  padding: 1.5rem;
  background: linear-gradient(154deg, #ededed 30%,rgb(255 255 255) 77%);
}

.product-news a .product-news-pic {
  height: 20vh;
  margin-bottom: 1.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.product-news a .product-news-title {
    color: #343a40;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4rem;
}

.product-news a .product-news-date {
  color: #6c757d;
}

.product-news a .product-news-date span {
  font-size: .8rem;
}

.product-news a .product-news-des {
  font-size: .9rem;
  color: #989ea4;
  font-weight: 200;
  line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4rem;  
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------安全与伦理-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/

.safty-box {
  border: 1px solid #e9ecef;
  padding: 30px;
  margin-bottom: 90px;
}

.safty-box .safty-box-title {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  background-color: #fff;
  padding: 0 10px;
  left: 20px;
  margin-bottom: 30px;
}

.safty-box .safty-box-subtitle {
  margin-bottom: 30px;
  font-size: 1rem;
}

.safty-box .safty-box-des {
  padding-left: 15px;
  border-left: 1px solid #f1f1f1;
  font-size: 0.8rem;
  line-height: 2.5;
  color: #6c757d;
}



/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------最新消息-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/
.container-news {
  position: relative;
  background-color: #000;
  width: 100vw;
  overflow: hidden;
}

.slider {
  display: -webkit-box;
  display: flex;
  width: 500%;
  height: 45rem;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width: 1000px) {
  .slider {
    height: 100vh;
  }
}

.slider .box {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

@media only screen and (max-width: 650px) {
  .slider .box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

.slider .box .bg {
  padding: 2rem;
  background: linear-gradient(90deg, black 0%, transparent 60%);
  background-color: rgba(0, 0, 0, 0.4);
  width: 70%;
  -webkit-transform: skewX(7deg);
  transform: skewX(7deg);
  position: absolute;
  height: 100%;
  left: -10%;
  padding-left: 20rem;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

@media only screen and (max-width: 800px) {
  .slider .box .bg {
    width: 65%;
  }
}

@media only screen and (max-width: 650px) {
  .slider .box .bg {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 54%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.slider .box .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  pointer-events: none;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

@media only screen and (max-width: 650px) {
  .slider .box .bg::before {
    width: 120%;
    bottom: 0;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
  }
}

.slider .box .details {
padding: 0rem 0rem 0rem 10rem;
    z-index: 100;
    grid-column: 1 / span 1;
    grid-row: 1 / -1;
}

@media only screen and (max-width: 650px) {
  .slider .box .details {
    grid-row: 2 / span 1;
    grid-column: 1 / -1;
    text-align: center;
    padding: 2rem;
    -webkit-transform: translateY(-9rem);
    transform: translateY(-9rem);
  }
}

.slider .box .details h1{
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: .8rem;
  color: #fff;
}

.slider .box .details p{
  display: block;
  font-size: 1.2rem;
  color: #bcbcbc;
  margin-bottom: 1rem;
  margin-right: 5rem;
  font-weight: lighter;
}

@media only screen and (max-width: 800px) {
  .slider .box .details p {
    margin-right: 0;
  }
}

.slider .box .details a {
    display: inline-block;
    /* padding: 0.2rem 1rem; */
    color: #26cad3;
    font-size: 15px;
    /* background-color: #26cad3; */
    /* border-radius: 5px; */
    /* outline: none; */
    /* border: none; */
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slider .box .details a:hover {
  opacity: .8;
}

.slider .box .details a:focus {
  outline: none;
  border: none;
}

.slider .box {
  background-color: #002527;
}

.slider .box .illustration .inner {
  background-color: #FF0077;
}

.slider .box .illustration .inner::after, .slider .box .illustration .inner::before {
  background-color: rgba(255, 0, 119, 0.4);
}

.prev,
.next,
.trail {
  z-index: 1;
  position: absolute;
}

.prev,
.next {
  width: 4rem;
  cursor: pointer;
  opacity: .2;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media only screen and (max-width: 650px) {
  .prev,
  .next {
    display: none;
  }
}

.prev:hover,
.next:hover {
  opacity: 1;
}

.prev {
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next {
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trail {
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: .8rem;
  display: flex;
}

@media only screen and (max-width: 650px) {
  .trail {
    bottom: 13%;
  }
}

.trail div {
  padding: 0.5rem 2rem;
  border-top: 2px solid #fff;
  cursor: pointer;
  opacity: .1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  margin-right: 15px;
}
.trail div:last-child {
  margin-right: 0px;
}

.trail div:hover {
  opacity: .6;
}

@media only screen and (max-width: 650px) {
  .trail div {
    padding: 1rem;
  }
}

.trail .active {
  opacity: 1;
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------关于我们-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/
.about-bg{

}
.about-bg:before{
    content: '';
    display: block;
    background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/lab-bg1.jpg);
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: -webkit-fill-available;
    filter: blur(5px);
    opacity: .5;
    background-attachment: fixed;
}
.about-bg2:before{
    content: '';
    display: block;
    background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/about-bg3.jpg);
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: -webkit-fill-available;
    filter: blur(2px);
    opacity: .5;
    background-attachment: fixed;
}
.about-content{

}
.about-content h3{
  font-size: 1.7rem;
  color: #000;
  text-align: left;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.about-content h4{
  font-size: 1.3rem;
  color: #000;
  text-align: left;
  font-weight: 200;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.about-content2{
    margin-bottom: 10rem;
    margin-top: 2rem;
}
.about-content2 h4{
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 14px;
    letter-spacing: 7px;
}
.about-content2 a{
    display: inline-block;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #ffffff;
    padding: 0 1rem;
    background-color: #26cad3; 
}
.about-content2 a:hover{
    color: #fff;
    border: 1px solid #fff;
    background-color: #26cad3;   
}




.strength-box {
  overflow: hidden;
  position: relative;
  height: 207px;
  background-color: #151515;
  border: 1px solid;
  border-image: linear-gradient(0deg,#777777 0%,#333333 50%,#777 100%) 1 1 1 1;
}


.strength-box-content {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 34%;
}

.strength-box-content h3 {
  color: #fff;
  font-size: 18px;
}

.strength-box-content p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 100;
}

.strength-box2 {
  overflow: hidden;
  position: relative;
  background-color: #151515;
  border: 1px solid;
  border-image: linear-gradient(0deg,#777777 0%,#333333 50%,#777 100%) 1 1 1 1;
  margin: 50px 0 0 0;
}


.strength-box2-content {
  width: 100%;
  padding: 30px;
}

.strength-box2-content h3 {
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 30px;
}

.strength-box2-content p {
font-size: 11PX;
    line-height: 18PX;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 100;
}


.about-bg3{
  position: relative;
  background-color: #17a2b8;
  overflow: hidden;
}
.about-bg3:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    left: 10%;
    top: 0;
    width: 80%;
    height: -webkit-fill-available;
    background: linear-gradient(90deg,#00f2ff00 10%,#17a2b8e6 20%,rgb(23 162 184 / 77%) 50%,#17a2b8d4 80%, transparent 90%);
    background-attachment: fixed;
    background-size: cover;
    -webkit-backdrop-filter: blur(.1rem);
    backdrop-filter: blur(0.1rem);

}



:root {
  --duration: 30s;
}
.wrapper-images {
  display: flex;
  flex-direction: column;
  height: 150vh;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 40%;
  opacity: 0.8;
/*  transform: translate3d(-50%, -50%, 0) perspective(800px) rotatey(10deg) rotateX(-10deg);*/
    transform: translate3d(-50%, -50%, 0) perspective(800px) rotatey(4deg) rotateX(29deg);
}

.images-line {
  -webkit-animation: runner var(--duration) linear infinite;
          animation: runner var(--duration) linear infinite;
  display: flex;
  transform: translateX(23%);
}
.images-line:nth-child(even) {
  -webkit-animation-duration: calc(var(--duration) * 1.5);
          animation-duration: calc(var(--duration) * 1.5);
}
.images-line .line {
background-position: 50% 50%;
    background-size: cover;
    flex: none;
    height: 25vh;
    margin: clamp(10px, 2vw, 15px);
    width: 40vh;
    position: relative;
    transition: ease-in-out all 0.3s;
    border-radius: 0.5rem;
    opacity: .3;
}
.images-line .line .img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  transition: ease-in-out all 0.3s;
  overflow: hidden;
  border-radius: 1rem;
}
.images-line .line:hover .img {
  cursor: pointer;
  transform: scale(1.1) translatez(0px);
}
.images-line .line:hover:after {
  filter: blur(35px) opacity(0.8);
}
.images-line .line:after {
  content: "";
  background: inherit;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 3vh;
  position: absolute;
  background-size: cover;
  z-index: -1;
  transition: ease-in-out all 0.3s;
  filter: blur(25px) opacity(0.8);
}

@-webkit-keyframes runner {
  to {
    transform: translateX(-10.4%);
  }
}

@keyframes runner {
  to {
    transform: translateX(-10.4%);
  }
}
/*Dev*/
.dev {
  font-family: "Poppins", sans-serif;
  position: fixed;
  font-size: clamp(8px, 3vw, 14px);
  bottom: 1vw;
  left: 1vw;
  padding: 1em;
  color: #111;
  background-color: white;
  border-radius: 25px;
  cursor: pointer;
  z-index: 100;
}
.dev a {
  text-decoration: none;
  font-weight: bold;
  color: #111;
  transition: ease all 0.3s;
}
.dev a:hover {
  color: #ef5350;
  text-decoration: underline;
}
.dev span {
  display: inline-block;
  transition: ease all 0.3s;
  color: #ef5350;
}
.dev span:hover {
  transform: scale(1.2);
}

/*发展历程*/
.desktop-wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 10px 10px 10px 10px;
}

.desktop-wrapper .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  width: 100%;
  height: 500px;
  background: linear-gradient(139deg,#3bd0d9 0%,#0e7ea9 100%);
}

.desktop-wrapper .options .option {
  position: relative;
  overflow: hidden;
  min-width: 120px;
  background-size: 750px auto;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  color: #fff;
}

.desktop-wrapper .options .option.active {
  flex-grow: 10000;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.desktop-wrapper .options .option.active>div {
  z-index: 1;
}

.desktop-wrapper .options .option.active>div .info-wrapper {
  z-index: 999;
}

.desktop-wrapper .options .option.active>div .info-wrapper .title {
  font-size: 3.4rem;
  text-transform: uppercase;
  line-height: 1;
  opacity: 1;
  position: relative;
  margin: 0 0 1.5rem;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  color: #26cad3;
}



.desktop-wrapper .options .option.active>div .info-wrapper .month-box {
    color: white;
    font-size: .9rem;
    letter-spacing: .035rem;
    line-height: 1.125;
    margin: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .month-content {
    left: 0px;
    opacity: 1;
    margin-bottom: 1.5rem;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}


.desktop-wrapper .options .option .month-box {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 30px;
}


.desktop-wrapper .options .option .month-box::-webkit-scrollbar {
width: 5px;
}

.desktop-wrapper .options .option .month-box::-webkit-scrollbar-track {
background-color: #f6f6f6;
}

.desktop-wrapper .options .option .month-box::-webkit-scrollbar-thumb {
background-color: #26cad3;
border-radius:10px;
}



.desktop-wrapper .options .option .month-box .month-content {
  margin-bottom: 1.5rem;
}

.desktop-wrapper .options .option .month-box .month-content .month-left {
  color: #000;
  font-size: 1.5rem;
  font-weight: 100;
  display: block;
  width: 20%;
  float: left;
}

.desktop-wrapper .options .option .month-box .month-content .small-font {
  font-size: 1rem;
  line-height: 1.5rem;
}

.desktop-wrapper .options .option .month-box .month-content .month-right {
  display: block;
  width: 80%;
  color: #000;
  float: right;
}

.desktop-wrapper .options .option .month-box .month-content .month-right p {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: .8rem;
  color: #6c757d;
}

.desktop-wrapper .options .option .month-box .month-content:after {
  content: '';
  display: block;
  clear: both;
}








.desktop-wrapper .options .option.active>div:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 101%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}


.desktop-wrapper .options .option:not(.active) {
  flex-grow: 1;
  filter: grayscale(70%);
}

.desktop-wrapper .options .option:not(.active):hover {
  filter: grayscale(0%);
}

.desktop-wrapper .options .option:not(.active):hover>div:before {
  background: rgba(2, 24, 31, 0.5);
}

.desktop-wrapper .options .option .bigword{
    font-size: 60PX;
    line-height: 80PX;
    position: absolute;
    right: -100px;
    top: 170px;
    transform: rotate(90deg);
    font-weight: bolder;
    display: block;
    width: 400px;
}

.desktop-wrapper .options .option.active>div .bigword{
  opacity: 0;
}
.desktop-wrapper .options .option:not(.active)>div .bigword{
  opacity: .6;
}

.desktop-wrapper .options .option:not(.active)>div .title,
.desktop-wrapper .options .option:not(.active)>div .month-box,
.desktop-wrapper .options .option:not(.active)>div .month-content {
  opacity: 0;
}

.desktop-wrapper .options .option:not(.active)>div:before {
/*    background: rgba(52, 58, 64, 0.6);*/
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background: linear-gradient(90deg,rgb(44 108 112 / 12%) 1%,transparent 10%);
}

.desktop-wrapper .options .option>div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}


/*.options> :nth-child(1) {
    background-color: #515272;
    background-image: url("../images/playr.jpg");
    background-position: center center;
    background-size: cover;
}

.options> :nth-child(2) {
    background-color: #6c3f31;
    background-image: url("../images/encased.jpg");
    background-position: center center;
    background-size: cover;
}

.options> :nth-child(3) {
    background-color: #323119;
    background-image: url("../images/orthomovement.jpg");
    background-position: center center;
    background-size: cover;
}

.options> :nth-child(4) {
    background-color: #5d92cb;
    background-image: url("../images/spyslide.jpg");
    background-position: center center;
    background-size: cover;
}

.options> :nth-child(5) {
    background: #e9ecef;
    background-image: url("../images/tapedesign.jpg");
    background-position: center center;
    background-size: cover;
}

.options> :nth-child(6) {
    background-color: #112a3b;
    background-image: url("../images/bolleraven.jpg");
    background-position: center center;
    background-size: cover;
}*/
/*发展历程*/



.bg-family{
  background-size: contain!important;
  background-position: right 210px!important;
  background-repeat: no-repeat!important;
  background-attachment: fixed;
}
.bg-family:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #eef7f5 0%, #fbdacf 50%,#fcfbd7 100%);
    z-index: -1;
}

.bg-teacher{
    background-size: contain!important;
    background-position: right bottom!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed;
}
.bg-teacher:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/product-teacher-bg.jpg);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
.bg-student{
    background-size: contain!important;
    background-position: right bottom!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed;
}
.bg-student:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/product-student-bg.jpg);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}







/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/

body {
  font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif!important;
  line-height: 1.6;
  background-color: #fff;
  font-size: 12px;
  color: #666;
  min-width: 1200px;
  overflow-x: auto;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

.text-black {
  color: #000000 !important;
}

.text-secondary {
  color: #00aeff !important;
}

.bg-primary-light {
  background-color: rgba(19, 106, 213, 0.05);
}

.bg-secondary-light {
  background-color: rgba(0, 174, 255, 0.05);
}

a {
  color: #26CAD3;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  color: #26CAD3;
  text-decoration: none;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

.text-primary {
  color: #26CAD3 !important;
}

a.text-primary {
  color: #26CAD3 !important;
}

a.text-primary:hover {
  color: #26CAD3 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  color: #000;
}

.btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05rem;
}

.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #26CAD3;
  border-color: #26CAD3;
}

.btn.btn-primary:hover {
  border-color: #1573e8;
  background: #1573e8;
}

.btn.btn-secondary {
  background: #00aeff;
  border-color: #00aeff;
}

.btn.btn-secondary:hover {
  border-color: #14b4ff;
  background: #14b4ff;
}

.btn.btn-sm {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn.btn-outline-primary {
  border-color: #26CAD3;
  color: #26CAD3;
}

.btn.btn-outline-primary:hover {
  background: #26CAD3;
  color: #ffffff;
}

.form-control, .custom-select {
  border: none;
  font-size: 16px;
  height: 55px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  color: #000000;
}

.form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
  color: #000000;
  border-color: #26CAD3;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.form-control::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}

.form-control::-moz-placeholder, .custom-select::-moz-placeholder {
    /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

.form-control:-ms-input-placeholder, .custom-select:-ms-input-placeholder {
    /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}

.form-control:-moz-placeholder, .custom-select:-moz-placeholder {
    /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px;
}

@media (max-width: 991.98px) {
  .gutter-v1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v1 > .col,
  .gutter-v1 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 991.98px) {
  .gutter-v1 > .col,
      .gutter-v1 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px;
}

@media (max-width: 991.98px) {
  .gutter-v2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v2 > .col,
  .gutter-v2 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 991.98px) {
  .gutter-v2 > .col,
      .gutter-v2 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.gutter-v3 {
  margin-right: -40px;
  margin-left: -40px;
}

@media (max-width: 991.98px) {
  .gutter-v3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v3 > .col,
  .gutter-v3 > [class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 991.98px) {
  .gutter-v3 > .col,
      .gutter-v3 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.spinner-border {
  color: #26CAD3;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: rgb(0 0 0 / 87%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.loader {
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}




/*lodaing1-方圆*/

/*.loader {
  filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3));
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  width: 4em;
  height: 4em;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #0E5F76;
  background-color: rgba(8, 61, 86, 0.5);
  -webkit-animation: boxZoom 2s infinite cubic-bezier(0.65, 1.5, 0.6, 0.95) alternate;
          animation: boxZoom 2s infinite cubic-bezier(0.65, 1.5, 0.6, 0.95) alternate;
}
.loader:after {
  border-radius: 100%;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes boxZoom {
  from {
    z-index: 1;
    background-color: #081e3f;
    transform: scale(0.5) rotateX(180deg);
  }
  to {
    z-index: 0;
    border-radius: 10%;
    transform: scale(1.5) rotateX(0deg) rotateY(180deg);
  }
}
@keyframes boxZoom {
  from {
    z-index: 1;
    background-color: #26cad3;
    transform: scale(0.5) rotateX(180deg);
  }
  to {
    z-index: 0;
    border-radius: 10%;
    transform: scale(1.5) rotateX(0deg) rotateY(180deg);
  }
}*/


/*lodaing2-烟雾*/


.loader span {
  display: inline-block;
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 0 whitesmoke;
  -webkit-animation: smoky 1s ease 1s forwards;
          animation: smoky 1s ease 1s forwards;
}

.loader span:nth-child(even) {
  -webkit-animation-name: smoky-mirror;
          animation-name: smoky-mirror;
}

@-webkit-keyframes smoky {
  60% {
    text-shadow: 0 0 40px #4a96f6;
  }
  to {
    transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
    text-shadow: 0 0 20px whitesmoke;
    opacity: 0;
  }
}

@keyframes smoky {
  60% {
    text-shadow: 0 0 40px #4a96f6;
  }
  to {
    transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5);
    text-shadow: 0 0 20px whitesmoke;
    opacity: 0;
  }
}
@-webkit-keyframes smoky-mirror {
  60% {
    text-shadow: 0 0 40px whitesmoke;
  }
  to {
    transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
    text-shadow: 0 0 20px whitesmoke;
    opacity: 0;
  }
}
@keyframes smoky-mirror {
  60% {
    text-shadow: 0 0 40px whitesmoke;
  }
  to {
    transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2);
    text-shadow: 0 0 20px whitesmoke;
    opacity: 0;
  }
}
.loader span:nth-of-type(1) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.loader span:nth-of-type(2) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.loader span:nth-of-type(3) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.loader span:nth-of-type(4) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.loader span:nth-of-type(5) {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.loader span:nth-of-type(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.loader span:nth-of-type(7) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.loader span:nth-of-type(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/*--loading---*/

.top-bar a {
  color: #ffffff;
}

.logo {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  left: 15px;
}

@media (max-width: 991.98px) {
  .logo {
    left: 20px;
  }
}

.logo:hover {
  color: #ffffff;
}

.menu-absolute {
  position: absolute !important;
}

.btn-book {
  position: absolute;
  right: 15px;
  margin-top: -2px;
}

@media (max-width: 991.98px) {
  .btn-book {
    right: 60px;
  }
}

.site-nav {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
}

.site-nav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.site-nav a.logo {
  position: relative;
  z-index: 9;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/logo-white.png);
}


.site-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-nav h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.site-nav .site-navigation .site-menu {
  margin-bottom: 0;
  padding: 10px 0px;
/*  float: right;*/
}

.site-nav .site-navigation .site-menu > li {
  display: inline-block;
}

.site-nav .site-navigation .site-menu > li > a {
  font-size: 16px;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.site-nav .site-navigation .site-menu > li > a:hover {
  color: #ffffff;
}

.site-nav .site-navigation .site-menu > li.cta-button a {
  padding: 5px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  border-radius: 30px;
}

.site-nav .site-navigation .site-menu > li.cta-button a:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}

.site-nav .site-navigation .site-menu > li.cta-button.active a {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}

.site-nav .site-navigation .site-menu > li.active > a {
  color: #ffffff;
}

.site-nav .site-navigation .site-menu .has-children {
  position: relative;
}

.site-nav .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-nav .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-nav .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #ffffff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000000;
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active {
  color: #26CAD3 !important;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 20px;
  display: block;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  color: #26CAD3;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li.active > a {
  color: #26CAD3;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
  color: #26CAD3;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  color: #26CAD3;
}

.site-nav .site-navigation .site-menu .has-children:hover > a, .site-nav .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
  color: #ffffff;
}

.site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-nav.dark a {
  color: #000000;
}

.site-nav.dark .site-navigation .site-menu > li > a {
  color: rgba(0, 0, 0, 0.5);
}

.site-nav.dark .site-navigation .site-menu > li > a:hover {
  color: #000000;
}

.site-nav.dark .site-navigation .site-menu > li.active > a {
  color: #000000;
}

.site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:hover > a, .site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:focus > a, .site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:active > a {
  color: #26CAD3;
}

.site-nav.dark .site-navigation .site-menu > li.has-children:hover > a, .site-nav.dark .site-navigation .site-menu > li.has-children:focus > a, .site-nav.dark .site-navigation .site-menu > li.has-children:active > a {
  color: #000000;
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}

.site-mobile-menu-close > span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}

.site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #000000;
}

.site-mobile-menu-close > span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-mobile-menu-close > span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #ffffff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #000000;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #26CAD3;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #26CAD3;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 14px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 14px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #000000;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #000000;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(0, 0, 0, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
  background: #000000;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #000000;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #26CAD3 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #26CAD3 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.sticky-nav {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: transparent;
}
#sticky-wrapper.is-sticky .sticky-nav .logo img{
width: 65px;
}

#sticky-wrapper.is-sticky .sticky-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgb(255 255 255 / 80%);
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

#sticky-wrapper.is-sticky .sticky-nav .burger:before, #sticky-wrapper.is-sticky .sticky-nav .burger span, #sticky-wrapper.is-sticky .sticky-nav .burger:after {
  background: #000000;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

#sticky-wrapper.is-sticky .sticky-nav .logo {
  color: #000000 !important;
  width: 45px;
  height: 45px;
  background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/logo-black.png);
}

#sticky-wrapper .logo img{
  width: 70px;
  display: block;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu {
/*float: right;*/
/*margin-right: 60px;*/
padding: 0;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a {
  color: #000000 !important;
  font-size: 14px;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a:hover, #sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a.active {
  color: #26CAD3 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu > li.active a {
  color: #26CAD3 !important;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger.light:before, .burger.light span, .burger.light:after {
  background: #ffffff;
}

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before, .burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before, .burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.opacity-top-family {
  position: fixed;
  right: -250px;
  top: 120px;
  width: 1037px;
  height: auto;
}

.opacity-top-teacher {
  position: fixed;
  right: 0;
  top: 0;
  width: 855px;
  height: auto;
}

.opacity-top-student {
  position: fixed;
  right: 0;
  top: 310px;
  width: 758px;
  height: auto;
}

.untree_co-hero, .bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.untree_co-hero.overlay, .bg-img.overlay {
  position: relative;
}

.untree_co-hero.overlay:before, .bg-img.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 65%);
  z-index: -0;
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
}

.untree_co-hero.blackoverlay:before, .bg-img.blackoverlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 85%);
  z-index: -0;
}

.untree_co-hero.gradient-left:before, .bg-img.gradient-left:before {
position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, black 0%, transparent 60%);
    z-index: -0;
}


.untree_co-hero > .container, .bg-img > .container {
  position: relative;
  z-index: 2;
}

.untree_co-hero, .untree_co-hero > .container > .row, .bg-img, .bg-img > .container > .row {
  height: 100vh;
  min-height: 650px;
  max-height: 960px;
}

@media (max-width: 767.98px) {
  .untree_co-hero, .untree_co-hero > .container > .row, .bg-img, .bg-img > .container > .row {
    min-height: 750px;
  }
}

.untree_co-hero.inner-page, .untree_co-hero.inner-page > .container > .row, .bg-img.inner-page, .bg-img.inner-page > .container > .row {
  height: 50vh;
  min-height: 450px;
}

@media (max-width: 767.98px) {
  .untree_co-hero.inner-page, .untree_co-hero.inner-page > .container > .row, .bg-img.inner-page, .bg-img.inner-page > .container > .row {
    min-height: 450px;
  }
}

.untree_co-hero .caption, .bg-img .caption {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1rem;
}

.untree_co-hero .heading, .bg-img .heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .untree_co-hero .heading, .bg-img .heading {
    font-size: 30px;
  }
}

.untree_co-hero .link-highlight, .bg-img .link-highlight {
  color: #ffffff;
  position: relative;
  display: inline;
  -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.untree_co-hero .link-highlight:hover, .bg-img .link-highlight:hover {
  -webkit-box-shadow: 0 2px 0 0 white;
  box-shadow: 0 2px 0 0 white;
}

.untree_co-hero .desc, .bg-img .desc {
  font-size: 18px;
  max-width: 450px;
}

@media (max-width: 991.98px) {
  .untree_co-hero .desc, .bg-img .desc {
    margin: 0 auto;
  }
}

.untree_co-hero .cta-section, .untree_co-hero .cta-section > .container > .row, .bg-img .cta-section, .bg-img .cta-section > .container > .row {
  height: 70vh;
  min-height: 450px;
}

.untree_co-section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .untree_co-section {
    padding: 50px 0;
  }
}

.untree_co-section .heading h3 {
  font-size: 35px;
  color: #000000;
}

@media (max-width: 991.98px) {
  .untree_co-section .heading {
    font-size: 20px;
  }
}

.untree_co-section .heading strong {
  font-weight: 700;
}

.position-relative {
  position: relative;
}

.block-v1 {
  position: relative;
  z-index: 8;
  padding: 30px;
}

@media (max-width: 991.98px) {
  .block-v1 {
    margin-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .block-v1 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.block-v1 [class^="icon-"] {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 30px;
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.block-v1 h3 {
  font-size: 20px;
  color: #ffffff;
}

.block-v1 p {
  color: rgba(255, 255, 255, 0.7);
}

.block-v1 *:last-child {
  margin-bottom: 0;
}

.block-v1.color-1 {
  background-color: #5cb100;
}

.block-v1.color-2 {
  background-color: #ec661f;
}

.block-v1.color-3 {
  background-color: #4fb0dc;
}

.feature {
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #ffffff;
  padding: 30px;
  border-radius: 4px;
  text-align: center;
}

.feature [class^="flaticon-"],
  .feature [class^="icon-"],
  .feature [class^="uil uil-"] {
  position: relative;
  margin-bottom: 30px;
  font-size: 30px;
  color: #26CAD3;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

.feature [class^="flaticon-"]:after,
    .feature [class^="icon-"]:after,
    .feature [class^="uil uil-"]:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  border: 1px solid rgba(19, 106, 213, 0.2);
}

.feature [class^="flaticon-"].color-1,
    .feature [class^="icon-"].color-1,
    .feature [class^="uil uil-"].color-1 {
  background: rgba(92, 177, 0, 0.1);
  color: #5cb100;
}

.feature [class^="flaticon-"].color-1:after,
      .feature [class^="icon-"].color-1:after,
      .feature [class^="uil uil-"].color-1:after {
  border: 1px solid rgba(92, 177, 0, 0.2);
}

.feature [class^="flaticon-"].color-2,
    .feature [class^="icon-"].color-2,
    .feature [class^="uil uil-"].color-2 {
  background: rgba(236, 102, 31, 0.1);
  color: #ec661f;
}

.feature [class^="flaticon-"].color-2:after,
      .feature [class^="icon-"].color-2:after,
      .feature [class^="uil uil-"].color-2:after {
  border: 1px solid rgba(236, 102, 31, 0.2);
}

.feature [class^="flaticon-"].color-3,
    .feature [class^="icon-"].color-3,
    .feature [class^="uil uil-"].color-3 {
  background: rgba(79, 176, 220, 0.1);
  color: #4fb0dc;
}

.feature [class^="flaticon-"].color-3:after,
      .feature [class^="icon-"].color-3:after,
      .feature [class^="uil uil-"].color-3:after {
  border: 1px solid rgba(79, 176, 220, 0.2);
}

.feature [class^="flaticon-"].color-4,
    .feature [class^="icon-"].color-4,
    .feature [class^="uil uil-"].color-4 {
  background: rgba(107, 83, 171, 0.1);
  color: #6b53ab;
}

.feature [class^="flaticon-"].color-4:after,
      .feature [class^="icon-"].color-4:after,
      .feature [class^="uil uil-"].color-4:after {
  border: 1px solid rgba(107, 83, 171, 0.2);
}

.feature [class^="flaticon-"].color-5,
    .feature [class^="icon-"].color-5,
    .feature [class^="uil uil-"].color-5 {
  background: rgba(19, 106, 213, 0.1);
  color: #26CAD3;
}

.feature [class^="flaticon-"].color-5:after,
      .feature [class^="icon-"].color-5:after,
      .feature [class^="uil uil-"].color-5:after {
  border: 1px solid rgba(19, 106, 213, 0.2);
}

.feature [class^="flaticon-"].color-6,
    .feature [class^="icon-"].color-6,
    .feature [class^="uil uil-"].color-6 {
  background: rgba(253, 152, 0, 0.1);
  color: #fd9800;
}

.feature [class^="flaticon-"].color-6:after,
      .feature [class^="icon-"].color-6:after,
      .feature [class^="uil uil-"].color-6:after {
  border: 1px solid rgba(253, 152, 0, 0.2);
}

.feature h3 {
font-size: 24px;
    color: #26CAD3;
    line-height: 3;
}

.feature p {
  font-size: .9rem;
  line-height: 2;
  color: rgba(0, 0, 0, 0.8) !important;
  height: -webkit-fill-available;
}

.bg-1:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 70%;
  right: -100%;
  top: -40px;
  z-index: -1;
  background: rgba(19, 106, 213, 0.2);
}

.bg-2:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 70%;
  left: -50%;
  top: 0px;
  z-index: -1;
  background: rgba(236, 102, 31, 0.1);
}

@media (max-width: 991.98px) {
  .bg-2 {
    display: none;
  }
}

.line-bottom {
  position: relative;
  padding-bottom: 0px;
  color: #26CAD3;
}

.line-bottom:before {
  display: none;
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #ec661f;
  bottom: 0;
}

.line-bottom.text-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.media-tab {
  display: block;
  padding: 1.5rem;
}

.media-tab .active {
  color: #26cad3!important;
}

.media-tab .media-tabs {
  display: inline-block;
  color: #000;
  font-size: 1.5rem;
  margin-right: 4rem;
  cursor: pointer;
}

.media-box {
padding: 1.5rem;
}


.media-box a.media-link{
display: block;
    padding: 5px;
}
.media-box a.media-link:hover .media-img img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s transform ease;
  -o-transition: .3s transform ease;
  transition: .3s transform ease;
}

.media-box a.media-link:hover .media-content .media-title{
  color: #26CAD3;
}

.media-box .media-img {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.media-box .media-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  margin: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s transform ease;
  -o-transition: .3s transform ease;
  transition: .3s transform ease;
}

/* 视频播放按钮相关 */
.media-box .media-img-vidoe {
  position: relative;
  cursor: pointer;
}

.media-box .media-img-vidoe .icon-play-box {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center; 
  line-height: 50px; 
  font-size: 50px; 
  color: white; 
  opacity: 0;
  transition: all 0.3s ease;
}

.media-box .media-img-vidoe:hover .icon-play-box {
  opacity: 0.8;
}

.media-box .media-content {
}

.media-box .media-content .media-title {
color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    height: 80px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.media-box .media-content .meta {
    display: block;
    float: left;
    padding: 2px 5px;
    color: #000;
    margin-right: 10px;
    border: 1px solid #d3d3d3;
}

.media-box .media-content .meta .meta-year {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 200;
}

.media-box .media-content .meta .meta-date {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 200;
}






.media-h-box{
  margin-bottom: 60px;
}
.media-h {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.media-h figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.media-h figure img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
  margin-bottom: 0;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s transform ease;
  -o-transition: .3s transform ease;
  transition: .3s transform ease;
}

.media-h .media-h-body {
  padding: 20px;
}

.media-h .media-h-body h2 {
/*  font-size: 20px;*/
}
.media-h .media-h-body h2 a{
  font-size: 1.3rem;
  line-height: 1.3;
  display: block;
  color: #000;
  font-weight: 400;
}
.media-h .media-h-body p {
    font-size: .8rem;
    margin-top: 5px;
}

.media-h:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.media-h .media-h-body .meta {
  font-size: .8rem;
  color: #ccc;
}

.video-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  border-radius: 50%;
  background: #26CAD3;
  color: #ffffff;
  display: inline-block;
}

.video-play-btn:before {
  width: 90px;
  height: 90px;
  border: 2px solid #26CAD3;
  position: absolute;
  content: "";
  border-radius: 50%;
  left: -5px;
  top: -5px;
}

.video-play-btn span {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.video-play-btn:hover span {
  color: #ffffff;
}

.block-testimonial p {
  font-size: 18px;
  color: #000000;
  line-height: 2;
}

.block-testimonial .author {
  display: block;
}

.block-testimonial .author img {
  margin: 0 auto;
  width: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.block-testimonial .author h3 {
  font-size: 18px;
  color: #26CAD3;
  margin-bottom: 0;
}

.block-testimonial .author .position {
  font-size: 14px;
}

.wide-slider-testimonial .owl-dots {
  position: absolute;
  display: inline-block;
  width: auto;
}

.accordion-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.instagram-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -8px;
  margin-left: -8px;
}

.instagram-gallery li {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding-left: 8px;
  padding-bottom: 8px;
}

.count-numbers .counter {
  font-size: 26px;
  font-family: "Display Playfair", serif;
  color: #26CAD3;
}

.pricing {
  text-align: center;
  padding: 40px;
  border: 1px solid #efefef;
  border-radius: 4px;
}

.pricing .pricing-plan-title {
  color: #26CAD3;
}

@media (max-width: 991.98px) {
  .pricing {
    padding: 40px 25px;
  }
}

.pricing .pricing-img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.pricing .pricing-img:before {
  position: absolute;
  content: "";
  background: rgba(19, 106, 213, 0.2);
  z-index: -1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.pricing .pricing-img img {
  height: 90px;
}

.pricing .pricing-body .price {
  margin-bottom: 20px;
}

.pricing .pricing-body .price .fig {
  color: #26CAD3;
  font-size: 30px;
}

.staff {
  padding: 20px;
}

.staff img {
  border-radius: 40px;
  width: 200px;
}

.staff h3 {
  font-size: 20px;
  color: #26CAD3;
}

.staff .position {
  color: rgba(52, 58, 64, 0.5);
}

.custom-pagination li {
  display: inline-block;
}

.custom-pagination li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}

.custom-pagination li.active > a {
    color: #26CAD3;
    border: 1px solid #26CAD3;
}

.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #26CAD3;
  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;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.contact-info h4 {
  font-size: 18px;
  padding: 0 0 0 60px;
}

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
}

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px;
  display: block;
}

.item a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  display: block;
}

.item a img {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.item .item-wrap {
  display: block;
  position: relative;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.item .item-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #ffffff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover span {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.item:hover a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.category {
  display: inline-block;
  padding: 20px;
  background: rgba(19, 106, 213, 0.05);
  border-radius: 4px;
  text-decoration: none !important;
}

.category, .category h3, .category span {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.category h3 {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #343a40;
}

.category span {
  font-size: 13px;
  color: rgba(52, 58, 64, 0.4);
}

.category .uil {
  text-align: center;
  display: inline-block;
  color: #00aeff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 20px;
  background: #ffffff;
  font-size: 30px;
  line-height: 40px;
}

.category:hover {
  background: #00aeff;
}

.category:hover h3, .category:hover span {
  color: #ffffff;
}

.category:hover span {
  color: rgba(255, 255, 255, 0.5);
}

.section-title .heading {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .section-title .heading {
    font-size: 20px;
  }
}

.services-section {
  background: #f8f9fa;
  padding: 70px 0;
}

.img-wrap-2 {
  margin-top: -120px;
  position: relative;
  z-index: 9;
}

.img-wrap-2 .dotted:before {
  position: absolute;
  content: "";
  background-image: url("https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/dotted.png");
  height: 273px;
  width: 313px;
  z-index: -1;
  bottom: -50px;
  left: -50px;
}

.custom-media {
  background: #ffffff;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
}

.custom-media h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #000000;
}

.custom-media p {
  color: rgba(0, 0, 0, 0.4);
}

.custom-media .review {
  color: #ffc107;
}

.custom-media .custom-media-body {
  padding: 30px;
}

.custom-media .custom-media-body .price {
  font-size: 22px;
  color: #343a40;
}

.form-box {
  background: #ffffff;
  padding: 40px;
  margin-top: -200px;
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
}

.custom-block {
  margin-bottom: 30px;
}

.custom-block .section-title {
  font-size: 18px;
  font-weight: 700;
}

.custom-accordion .accordion-item {
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.custom-accordion .accordion-item .btn-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  text-align: left;
  color: #000000;
  background: transparent;
  border: none;
  padding-left: 40px;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: normal !important;
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
}

.custom-accordion .accordion-item .btn-link:before {
  font-family: 'icomoon';
  content: "\f067";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
  font-weight: 700;
  color: #ffffff !important;
  background: #26CAD3;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
  font-family: 'icomoon';
  content: "\f068";
  position: absolute;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.custom-accordion .accordion-item.active {
  z-index: 2;
}

.custom-accordion .accordion-item.active .btn-link {
  color: #000000;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-item .accordion-body {
  padding: 20px 20px 20px 20px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}

.control .caption {
  position: relative;
  top: -3px;
  font-size: 16px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #26CAD3;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #1776ea;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 14px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #26CAD3;
  opacity: .2;
}

.gal-item {
  display: block;
  margin-bottom: 8px;
}

.gal-item img {
  border-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1;
}

.gal-item:hover img {
  opacity: .5;
}

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #303030;
}

.social-icons li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-icons li a:hover {
  color: #ffffff;
}

.social-icons li:first-child a {
  padding-left: 0;
}

.social-icons.light li a {
  color: #000000;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #f8f9fa;
}

.video-wrap {
  position: relative;
  display: block;
}

.video-wrap .play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.video-wrap .play-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-wrap:hover .play-wrap {
  width: 60px;
  height: 60px;
}

.owl-single.dots-absolute .owl-dots, .owl-carousel.dots-absolute .owl-dots {
  bottom: 40px;
}

.owl-single.dots-absolute .owl-dots .owl-dot span, .owl-carousel.dots-absolute .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}

.owl-single .owl-dots, .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-single .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}

.owl-single .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.owl-single .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot.active span {
  background: #26CAD3;
}

.owl-single.no-dots .owl-dots, .owl-carousel.no-dots .owl-dots {
  display: none;
}

.owl-single.no-nav .owl-nav, .owl-carousel.no-nav .owl-nav {
  display: none;
}

.testimonial {
  max-width: 500px;
  text-align: center;
  margin-bottom: 30px;
}

.testimonial .name {
  font-size: 18px;
  color: #000000;
}

.testimonial .img-wrap img {
  margin: 0 auto;
  width: 70px;
  border-radius: 50%;
}

.list-check li {
  display: block;
  padding-left: 30px;
  position: relative;
}

.list-check li:before {
  content: "\e5ca";
  font-family: 'icomoon';
  position: absolute;
  top: -.3rem;
  font-size: 20px;
  left: 0;
}

.owl-single .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .owl-single .owl-nav {
    display: none;
  }
}

.owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
  position: absolute;
  top: 0;
}

.owl-single .owl-nav .owl-prev span, .owl-single .owl-nav .owl-next span {
  display: block;
  background: #ffffff;
  padding: 15px;
}

.owl-single .owl-nav .owl-prev {
  left: -30px;
}

.owl-single .owl-nav .owl-next {
  right: -30px;
}

.owl-single .owl-nav .owl-next > span {
  position: relative;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ul-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.ul-check li:before {
  position: absolute;
  left: 0;
  top: -.2rem;
  content: "\e5ca";
  font-size: 20px;
  font-family: 'icomoon';
}

.ul-check.primary li:before {
  color: #26CAD3;
}

.ul-check.white li:before {
  color: #ffffff;
}

.section-title {
  color: #000000;
  margin-bottom: 30px;
}

.site-footer {
  background: #000;
  font-size: 14px;
  color: #ffffff;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.site-footer a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.site-footer .btn:before {
  display: none;
}

.site-footer .widget {
  margin-bottom: 40px;
  display: block;
  position: relative;
  z-index: 1;
}

.site-footer .widget h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 19px;
  margin-bottom: 18px;
}

.site-footer .widget .corporation h3 {
  margin-bottom: 10px;
}

.site-footer .widget .corporation address {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 18px;
}

.site-footer .widget .links {
/*  width: 150px;*/
}

.site-footer .widget .links li {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.site-footer .widget .links li a {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget .links li a:hover {
  color: #ffffff;
}

.site-footer .social li {
  display: inline-block;
}

.site-footer .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
}

.site-footer .social li a:before {
  display: none;
}

.site-footer .social li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer .social li a:hover {
  background: #2f84ec;
  color: #ffffff;
}

.site-footer .copyright {
  color: rgba(255, 255, 255, 0.5);
}

.example-content-text{
  font-size: 26px;
  color: rgba(0,0,0,0.81);
  line-height: 36px;
  margin-bottom: 80px;
}
.example-content-title{
  font-size: 36px;
  font-weight: bold;
  color: rgba(0,0,0,0.81);
  margin-bottom: 60px;
}
.example-content-list ul,.example-content-list-2 ul{
  padding: 0;
}
.example-content-list ul>li,.example-content-list-2 ul>li{
  width: 33%;
  list-style: none;
  margin-bottom: 20px;
}
.example-content-list-2>div{
  position: relative;
  margin-bottom: 30px;
}
.example-content-list-2>div::before{
  content: '';
  width: 100%;
  height: 0;
  border: 1px solid #BBBBBB;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(50%);
}
.example-content-list-2>div .type-name{
  display: inline-block;
  width: 152px; 
  background: #fafaff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.example-province{
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  margin-bottom: 8px;
}
.example-name{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.swiper-content {
  padding-bottom: 30px;
}

.swiper-content.owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 4px;
  border-radius: 4px;
}

.swiper-content .slider-warpper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 57px;
}

.swiper-content .slider-warpper .slider-item  {
  /* width: 30%; */
  height: 200px;
  margin-bottom: 30px;
  position: relative;
}

.swiper-content .slider-warpper .slider-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 60%, #000000 120%);
  pointer-events: none;
}

.swiper-content .slider-warpper .slider-item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  height: 42px;
  font-size: 16px;
  color: rgba(255,255,255,0.87);
  line-height: 20px;
  z-index: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 控制显示的行数为2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.swiper-content .slider-warpper .slider-item .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cooperate  {
  position: relative;
}

.cooperate .prev-btn,.cooperate .next-btn {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cooperate .prev-btn {
  position: absolute;
  left: 0;
  top: 61%;
  z-index: 2;
  transform: rotate(90deg);
}

.cooperate .next-btn {
  position: absolute;
  right: 0;
  top: 61%;
  z-index: 2;
  transform: rotate(-90deg);
}

.detail-porint {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.detail-porint .detail-text{
  font-size: 16px;
  color: #26CAD3;
  line-height: 22px;
}

.detail-porint .detail-icon {
  width: 16px;
  height: 16px;
}