* {
    appearance: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, html {
  height: 100%;
  font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif!important;
  -webkit-tap-highlight-color: transparent;
  background-color: #000!important;
}



/* footer-menu */

.footer-menu {
    position: fixed;
    overflow-x: unset!important;
    overflow: hidden;    
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 60px;
    background: rgb(255, 255, 255);
    border: none;
    background: #494949;
    background: -moz-linear-gradient(top, #232323 0%, #000000 99%);
    background: -webkit-linear-gradient(top, #232323 0%,#000000 99%);
    background: linear-gradient(to bottom, #232323 0%,#000000 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#039;#232323&#039;, endColorstr=&#039;#000000&#039;,GradientType=0 );    
}

.footer-menu ul {
    width: 100%;
    margin: 0px;
    list-style: none;
}

.footer-menu ul li {
    float: left;
    display: block;
    width: 25%;
    height: 60px;
    text-align: center;
}

.footer-menu ul li:nth-of-type(5n+1) {
    clear: both;
}

.footer-menu ul li a {

}
.footer-menu ul li.active a .link-name {
    color: #26cad3;

}
.footer-menu ul li .link-name {
    height: 25px;
    color: #b1b1b1;
    font-size: 12px;
    line-height: 15px;
}

.footer-menu ul li img {
    margin: 10px auto 5px auto;
    width: 25px;
    height: 25px;
    display: block;
}

.footer-menu ul li i {
    font-size: 15px;
    color: #b1b1b1;
    margin: 10px auto 5px auto;
    line-height: 20px;
}
@supports (bottom: constant(safe-area-inset-bottom)) {
    .footer-menu{
    height: calc(70px + constant(safe-area-inset-bottom));
    }
    .footer_clear_position{
    height: 70px;
    }
}

@supports (bottom: env(safe-area-inset-bottom)) {
    .footer-menu{
    height: calc(70px + env(safe-area-inset-bottom));
    }
    .footer_clear_position{
    height: 70px;
    }
}

#showMenu i{
    color:#fff;
}
.page-menu ul li a p {
    color: #a5a5a5;
}

/*footer menu*/

#pageLogo {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 10px auto 0 auto;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.black-mode{
        background-color: rgb(0 0 0 / 87%)!important;
}
.black-mode #pageLogo {
    background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/logo-white.png);
}
.black-mode #showMenu,.black-mode #showMenu i,.black-mode #openMail,.black-mode #openMail i{
color: #fff;
}

.white-mode {
}
.white-mode #pageLogo {
    background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/logo-black.png);
}
.white-mode #showMenu,.white-mode #showMenu i,.white-mode #openMail,.white-mode #openMail i{
color: #000;
}


.demos-title {
  text-align: center;
  font-size: 34px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 35px 0;
}

.demos-content-padded {
  padding: 15px;
}

.demos-second-title {
  text-align: center;
  font-size: 24px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

footer {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

footer a {
  color: #999;
  text-decoration: none;
}



.wrapper {
    background-color: #fff!important;
}

.content{
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 30px;
  padding-left: 30px;
    position: relative;
    z-index: 1;  
  overflow: hidden;
}

.footer-box {
  position: relative;
  background-color: #000;
  padding: 15px 0 30px 0;
  overflow: hidden;
}

.footer-box: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: .1;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-box img.footer-logo {
  margin: 45px auto 30px auto;
  width: 30%;
  display: block;
}

.footer-box .footer-content {
}

.footer-box .footer-content p {
  color: #ddd;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

.footer-box .footer-qrcode {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 30px auto 0px auto;
}

.footer-box .footer-qrcode img {
  display: block;
  margin: 0 auto 5px auto;
  width: 30%;
}
.footer_clear_position{
  background-color: #000;
}
.footer_clear_position .footer-copyright, .bottom-text {
    text-align: center;
    color: #888;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 2px;
    padding: 15px 0;
}
.footer_clear_position .footer-copyright a {
  color: inherit;
}
/*loding*/
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: rgb(0 0 0 / 70%);
    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%);
}
.spinner-border {
    display: block;
    margin: 10px auto 0 auto;
    color: #26cad3;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*loding*/


.mb-0{
  margin-bottom: 0px!important;
}
.mb-1{
  margin-bottom: 10px!important;
}
.mb-2{
  margin-bottom: 20px!important;
}
.mb-3{
  margin-bottom: 30px!important;
}
.mb-4{
  margin-bottom: 40px!important;
}
.mb-5{
  margin-bottom: 50px!important;
}
.mb-6{
  margin-bottom: 60px!important;
}

.mt-0{
  margin-top: 0px!important;
}
.mt-1{
  margin-top: 10px!important;
}
.mt-2{
  margin-top: 20px!important;
}
.mt-3{
  margin-top: 30px!important;
}
.mt-4{
  margin-top: 40px!important;
}
.mt-5{
  margin-top: 50px!important;
}
.mt-6{
  margin-top: 60px!important;
}

.pb-0{
  padding-bottom: 0px!important;
}

.pl-0{
  padding-left: 0px!important;
}

.pr-0{
  padding-right: 0px!important;
}

/*--文字--*/
.text-white{
  color: #fff!important;
}
.text-center{
  text-align: center!important;
}
/*--文字--*/


.bc-black{
  background-color: #000!important;
}


.gradient-topdown:before {
position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, black 40%, transparent 60%);
    z-index: 0;
}
.gradient-blackover:before {
position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: linear-gradient(180deg, rgb(0 0 0 / 69%) 10%, rgb(0 0 0 / 84%) 50%, rgb(0 0 0 / 70%) 100%);
    z-index: 0;
}

/*------------------------------------------------------------------*/
.title-box{
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.title-box img{
    width: 188px;
    display: block;
    margin: 0px auto 30px auto;
    padding-left: 52px;
    box-sizing: content-box;
}
.title-box h1{
    font-size: 32px;
    text-align: center;
    line-height: 32px;
    font-weight: bolder;
}
.title-box p{
font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: 200;
}
.title-box a.more-link{
    display: block;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0px;
    width: 100px;
    border: 1px solid #26cad3;
    color: #26cad3;
}
.title-box .lineword{
  font-size: 24px;
  line-height: 30px;
  font-weight: bolder;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent!important;
  text-transform: uppercase;
  font-family: "Helvetica"!important;
      font-weight: 700;
  opacity: 1;
}
.title-box .lineword-black{
  font-size: 24px;
  line-height: 30px;
  font-weight: bolder;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: transparent!important;
  text-transform: uppercase;
  font-family: "Helvetica"!important;
      font-weight: 700;
  opacity: 1;
}
.title-box .lineword-type2{
font-size: 32px;
    font-weight: bolder;
    margin-bottom: 30px;
    color: black;
    font-family: "Helvetica"!important;
    opacity: .5!important;
    margin-top: -20px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 15%, rgb(255 255 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
}

.title-box .lineword-type3{
font-size: 32px;
    font-weight: bolder;
    margin-bottom: 15px;
    color: black;
    font-family: "Helvetica"!important;
    opacity: .4!important;
    margin-top: -15px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 15%, rgb(168 168 168) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
}



/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------首页-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/
.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container .video-play-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  z-index: 1;
}

.products-slide{
    width: -webkit-fill-available!important;
    margin: 60px 60px 0 60px;
    height: 220px;
    transform: translate3d(0%, 0%, 0) perspective(800px) rotatey(0deg) rotateX(30deg);

}
.products-slide .swiper-slide h2{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
    text-shadow: 4px 4px 7px rgb(0 0 0 / 49%);
}
.products-slide .swiper-slide p{
    color: #e5e5e5;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.products-slide .swiper-slide{

}

.bg-product{
  position: relative;
  width: 100%;
  height: 598px;
  background-image:url('https://wxapp5.wenxiangcn.com/officialWebsite/6.0/images/mobile-index-data-bg.png?imageView2/1/q/75');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 120px;
  box-sizing: border-box;
}
/* .bg-product:before{
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    background-image: url(../images/index-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    bottom: 0;
    z-index: 1;
} */


.index-safty-box .feature{
    margin-bottom: 15px;
    border: 1px solid #ececec;
    background: #ffffff;
    padding: 30px 70px;
    border-radius: 4px;
    text-align: center;
}

.index-safty-box .feature h3 {
    font-size: 18px;
    color: #26CAD3;
    line-height: 24px;
    margin-bottom: 15px;
}
.index-safty-box .feature p {
    font-size: 12px;
    line-height: 16px;
    color: #888;
}




/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------实验室-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/


.bg-lab{
overflow: hidden;
}

.bg-lab:before{
    content: '';
    display: inline-block;
    background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/5.0/images/lab-bg1.jpg);
    width: 100%;
    height: 100%;
    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);
}
.des-box{
    width: 90%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.des-box p{
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    font-weight: 200;
}
.des-box p.title-des{
    font-size: 16px;
    line-height: 52px;
    font-weight: 200;
}
.des-box p.title-des .feature-p{
    color: #26CAD3;
}
.artilce1{margin-bottom: 30px;}
.artilce1:last-child{margin-bottom: 0px;}
.artilce1 h1{
    color: #26cad3;
}
.artilce1 p{
    color: #ccc;
    font-size: 12px;
    line-height: 16px;
}






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

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

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

.headline-box-l .headline h1 {
  font-family: MiSans-Bold;
  color: #fff;
  font-size: 36px;
  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;
  display: block;
}

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

.headline-box-l .headline_des {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 200;
}

.headline-box-r {
    /* margin-bottom: 30px; */
}

.headline-box-r .newsevent {
/*  overflow: hidden;*/
}

.headline-box-r .newsevent .item{
    display: block;
    width: 100%;
    height: 153px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
}
.headline-box-r .newsevent .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.headline-box-r .newsevent .item span{
  font-weight: 400;
  font-size: 14px;
  color: #26CAD3;
  line-height: 22px;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}



/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------安全与伦理-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/
.big-bg{
/*    height: 100vh;*/
/*    min-height: 650px;*/
/*    max-height: 960px;*/
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.big-bg2{
height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.align-items-center{
-ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center{
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    -ms-flex-pack: center!important;
 justify-content: center!important;
}


.banner-product{
padding: 250px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.banner-product .btitle{
  font-size: 40px;
  line-height: 48px;
  display: block;
  margin-bottom: 0;
}
.banner-product .lineword{
  font-size: 28px;
  font-weight: bolder;
  line-height: 36px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent!important;
  text-transform: uppercase;
  font-family: "Helvetica"!important;
  display: block;
  margin-bottom: 0;
}
.banner-product .btitle-des{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: lighter;
  line-height: 28px;
  letter-spacing: 0px;
  margin-top: 0;
}


.safty-box {
  border: 1px solid #e9ecef;
  padding: 40px 30px 30px 30px;
  margin-bottom: 60px;
  position: relative;
  margin-top: 60px;
}

.safty-box .safty-box-title {
  font-size: 24px;
  position: absolute;
  top: -20px;
  background-color: #fff;
  left: 50%;
  margin-left: -19%;
  color: #26cad3;
}

.safty-box .safty-box-subtitle {
  margin-bottom: 15px;
  font-size: 14px;
}

.safty-box .safty-box-des {
  padding-left: 0px;
  font-size: 12px;
  line-height: 24px;
  color: #6c757d;
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------最新消息-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/
.newsbannertype_one {
/*    margin-bottom: 20px;*/
}

.newsbannertype_one .swiper-wrapper {
    overflow: initial;
}

.newsbannertype_one .swiper-slide a {
    height: 100%;
}

.newsbannertype_one .swiper-slide a div {
    height: 100%;
    background-size: cover;
}

.newsbannertype_one .swiper-slide p {
margin-top: -100px;
    text-align: left;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 27%, rgba(0, 0, 0, 1) 84%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 10px 0px 15px;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
    opacity: 0.2;
    transition: width 1s;
    background-color: #26CAD3;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 38px;
    opacity: 1;
}
.newstypetag2 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: ease all 0.3s;
}

  .newstypetag2 .lable-slide{
    width: auto!important;
    margin-right: 15px!important;
    display: inline-block;
  }
  .newstypetag2 .lable-container a{
    color: #000;
    font-size: 14px;
  }
  .newstypetag2 .lable-container a.active{
    color: #26CAD3;
  }

.news_list_all {
    display: -webkit-inline-box;
    overflow: hidden;
    margin: 10px 0 15px 0;
    padding-bottom: 7px;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
}

.news_list_all .info_content {
    display: block;
    width: 100%;
}

.news_list_all .info_content .info_class {
    width: 100%;
    color: #cacaca;
    font-size: 10px;
    line-height: 10px;
}

.news_list_all .info_content .info_title {
    float: right;
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    width: 59%;
    /*height: 50px;*/
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_list_all .info_content .info_pic {
    float: left;
    overflow: visible;
    width: 38%;
    height: 22vw;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news_list_all .info_content .profiles {
    font-size: 12px;
    color: #000;
    width: 59%;
    line-height: 16px;
    margin-top: 2px;
    float: right;
    display: -webkit-box;
}




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




/*看用秀管*/
.product-box {
    overflow: hidden;
    position: relative;
    height: 150px;
    background-color: rgb(148 148 148 / 10%);
    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);
    margin-bottom: 30px;
}

.product-icon {
position: absolute;
    right: -10px;
    bottom: -30px;
    width: 150px;
    height: 150px;
    margin-left: -50px;
    z-index: 3;
    opacity: .6;
}

.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;
    top: 50px;
    padding: 0 30px;
}

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

.product-box-content p {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 200;
    text-align: left;
}
/*看用秀管*/

.product-line-box {
  background-size: cover;
  background-position: center;
}

.product-line-box .line-box {
    display: block;
    width: 100%;
    height: 280px;
    background-position: 0px 40%;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .9;
    position: relative;
}
.product-line-box .line-box .line-box-content {
  position: absolute;
  left: 5%;
  top: 8%;
}

.product-line-box .line-box .line-box-content h3 {
  font-size: 28px;
  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 .line-box-content p {
  font-size: 14px;
  color: #fff;
}
.product-line-box .line-box .line-box-content .target-tag {
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/******************* 创新实践 *******************/

.innovative-practice .sub-title {
}
.innovative-practice .sub-title .sub-title-content {
  font-size: 14px;
  font-family: MiSans;
  font-weight: 400;
  color: rgba(0,0,0,0.81);
  line-height: 24px;
  text-align: center;
}

.innovative-practice .some-cases .some-cases-title {
  font-size: 22px;
  font-family: MiSans;
  font-weight: bold;
  color: rgba(0,0,0,0.81);
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.innovative-practice .some-cases .line-text-box {
  position: relative;
  padding: 15px 0;
  margin-bottom: 23px;
}
.innovative-practice .some-cases .line-text-box .line-box {
  width: 100%;
  height: 1px;
  background: #BBBBBB;
}
.innovative-practice .some-cases .line-text-box .text-box {
  display: inline-block;
  width: 132px;
  font-size: 16px;
  font-family: MiSans, MiSans;
  font-weight: 500;
  color: rgba(0,0,0,0.81);
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.innovative-practice .some-cases .some-cases-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.innovative-practice .some-cases .some-cases-contents .case-item {
  width: 40%;
  margin-bottom: 40px;
}

.innovative-practice .some-cases .some-cases-contents .case-item .case-item-region {
  font-size: 12px;
  font-family: MiSans;
  font-weight: 400;
  color: #000000;
  line-height: 14px;
  text-align: center;
}

.innovative-practice .some-cases .some-cases-contents .case-item .case-item-name {
  font-size: 13px;
  font-family: MiSans;
  font-weight: bold;
  color: #000000;
  line-height: 15px;
  text-align: center;
  margin-top: 8px;
}


/*------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------关于-------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/

.bg-about {
    overflow: hidden;
    position: relative;
}

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

.about-content h3 {
font-size: 32px;
    color: #000;
    text-align: left;
    font-weight: bolder;
    line-height: 48px;
    margin-bottom: 30px;
    font-style: italic;
    text-shadow: 2px 3px #e0e0e0;
}

.about-content h4 {
    color: #888;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: left;
}


.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(1px);
    opacity: .9;
    background-attachment: fixed;
}




.strength-box {
    overflow: hidden;
    position: relative;
    background-color: rgb(21 21 21 / 40%);
    border: 1px solid;
    border-image: linear-gradient(0deg,#777777 0%,#333333 50%,#777 100%) 1 1 1 1;
    width: calc(50% - 7px);
    float: left;
    display: block;
    /* padding: 30px 0; */
    margin-right: 10px;
    margin-bottom: 10px;
    height: 99px;
    display: flex;
    align-items: center;
}

.strength-box:nth-child(odd) {
  margin-right: 0px;
}
.strength-box-content {
  width: 100%;
}

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

.strength-box-content p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 100;
}

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


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

.strength-box2-content h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.strength-box2-content p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    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,transparent 10%,rgb(23 162 184 / 30%) 20%,rgb(23 162 184 / 70%) 50%,rgb(23 162 184 / 30%) 80%, transparent 100%);
    background-attachment: fixed;
    background-size: cover;
    -webkit-backdrop-filter: blur(.1rem);
    backdrop-filter: blur(0.1rem);
}
.bigtitle {
    font-size: 32px;
    font-weight: bolder;
    text-align: center;
}
.sub-bigtitle {
    font-size: 36px;
    line-height: 54px;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent!important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: "Helvetica"!important;
    margin-top: -10px;
    opacity: .5;
    text-align: center;
}
.about-content2{
    margin-top: 30px;
}
.about-content2 h4{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
.about-content2 a{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 0px;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    background: linear-gradient(173deg, #26CAD3 0%, #14686D 100%), rgba(0, 0, 0, 0.2);
}
.about-content2 a:hover{
    color: #fff;
    border: 1px solid #fff;
    background-color: #26cad3;   
}


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

.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: 35vh;
    margin: clamp(10px, 2vw, 15px);
    width: 50vh;
    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%);
  }
}
.professional-cooperation .cooperative-object-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1px;
}
.professional-cooperation .title-box h1{
  font-size: 32px;
  font-weight: 600;
  font-family: MiSans, MiSans;
  line-height: 42px;
}
.professional-cooperation .title-box .lineword-type{
    color: rgba(50,50,50,0.1);
    text-align: center;
    font-family: "Helvetica"!important;
    margin-top: -21px;
    font-size: 32px;
    font-weight: 600;
    font-family: MiSans, MiSans;
    line-height: 42px;
}
.professional-cooperation .cooperative-object-wrap .box{
  width: 49%;
  height: 96px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  margin-bottom: 10px;
}
.professional-cooperation .cooperative-object-wrap .box:nth-child(5), .professional-cooperation .cooperative-object-wrap .box:nth-child(6){
  margin-bottom: 0;
}
.professional-cooperation .cooperative-object-wrap .box .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
  padding: 0 8px;
  box-sizing: border-box;
}
.professional-cooperation .cooperative-object-wrap .box .mask .title{
  font-weight: 500;
  font-size: 12px;
  color: rgba(255,255,255,0.87);
  line-height: 14px;
  text-align: left;
  position: absolute;
  bottom: 8px;
}

/*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);
}




.bg-family{
    position: relative;
    z-index: 1;
    background: linear-gradient(174deg, #eef7f5 0%, #fbdacf 50%,#fcfbd7 100%);
}
.bg-family:before{
position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: contain!important;
    background-position: right 230px!important;
    background-repeat: no-repeat!important;
    background-image: url(https://wxapp5.wenxiangcn.com/officialWebsite/6.0/images/product-family-bg.png);
}

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

.step-title {
font-size: 42px;
    font-weight: bolder;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffc9b8;
    color: #ffe1d6!important;
    font-family: "Helvetica"!important;
    padding-left: 10px;
}

.step-box {
margin-top: -20px;
    padding: 30px 30px;
    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);
    margin-bottom: 30px;
}

.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;
}




.case-strength {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 14px rgb(0 0 0 / 30%);
  margin-bottom: 30px;
}

.case-strength-back:before{
  content: '';
  display: block;
  width: 46px;
  background: linear-gradient(90deg, rgb(182 182 182) 70%,rgb(254 151 118 / 0%) 100%);
  position: absolute;
  height: -webkit-fill-available;
  left: 5rem;
  filter: blur(10px);
}
.case-strength .case-title {
  text-align: center;
  background-color: #ff9776;
  font-size: 24px;
  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: 30px;
}
.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 {
  color: #fe9776;
  font-size: 20px;
}

.case-content .case-des {margin-top: 10px;}

.case-content .case-des .case-des-list {
  margin-bottom: 15px;
}
.case-content .case-des .case-des-list:last-child {
  margin-bottom: 0;
}

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

.case-content .case-des .case-des-list p {
  font-size: 13px;
  color: #000;
  font-weight: 200;
  line-height: 2;
}
/**/
.overviewbox {
    margin-bottom: 60px;
    display: block;
}

.overviewbox h3 {
    font-size: 16px;
    display: block;
    text-align: left;
}

.overviewbox img {
    width: 100%;
    display: block;
    margin: 30px auto 60px auto;
}



.news_list_all2 {
    display: -webkit-inline-box;
    overflow: hidden;
    margin: 10px 0 15px 0;
    padding-bottom: 7px;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
}

.news_list_all2 .info_content {
    display: block;
    width: 100%;
}

.news_list_all2 .info_content .info_title {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_list_all2 .info_content .info_pic {
    overflow: visible;
    width: 100%;
    height: 180px;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.news_list_all2 .info_content .info_review {
    font-size: 13px;
    line-height: 1.3;
    color: #ccc;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}



