﻿@charset "utf-8";
.section{overflow: hidden;height:100vh;}
.HomeBan{overflow: hidden;position: relative;height:100vh;}
.HomeBan .item{position: relative;height:100vh;}
.HomeBan .item .img{padding-top:100vh;}
.HomeBan .item .img .wap{display: none;}
.HomeBan .item .img video{position: absolute;left:0;top:0;width:100%;height:100%;object-fit: cover;z-index:99;}
.HomeBan .item .txt{position: absolute;width:100%;left:0;top:42%;transform: translateY(-50%);}
.HomeBan .slick-dots{position: absolute;width:100%;left:0;text-align: center;bottom:0.5rem;}
.HomeBan .slick-dots li{width:0.3rem;height:0.05rem;border-radius: 0.03rem;background: #fff;transition: all .5s;margin:0 0.15rem;display: inline-block;}
.HomeBan .slick-dots li button{display: none;}
.HomeBan .slick-dots li.slick-active{width:0.5rem;background: #87C536;}
.HomeBan .item .txt .txtbox{display: inline-block;}
.HomeBan .item .txt .tit{font-size: 0.6rem;color: #135196;line-height: 1.25;text-shadow: 0px 0px 0.1rem rgba(188,210,247,0.36);background: linear-gradient(50deg, #1C4083,#1C4083, #0B81A8, #70B323,#70B323);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: 400;display: inline-block;}
.HomeBan .item .txt .dec{font-size: 0.3rem;color:#2D57A3;letter-spacing: 0.23rem;margin-top:0.15rem;}
.HomeBan .item .txt .play{width:0.62rem;height:0.62rem;background: url(../images/play.svg) no-repeat center center;background-size: contain;cursor: pointer;transition: all .5s;margin:0.5rem auto 0;}
.HomeBan .item .txt .play:hover{transform: scale(1.2);}
.HomeBan .item .txt.tc .dec{margin-left:0.23rem;}

.HomeBan .slick-arrow{top:50%;position:absolute;transform:translateY(-50%);width:0.45rem;height:0.45rem;transition:all .5s;}
.HomeBan .slick-prev{left:-5%;}
.HomeBan .slick-next{right:-5%;}
.HomeBan:hover .slick-prev{left:5%;}
.HomeBan:hover .slick-next{right:5%;}

@keyframes scale{
	0%{transform: scale(1);-webkit-transform:scale(1);}
	100%{transform: scale(1.1);-webkit-transform:scale(1.1);}
}

@media(min-width:1025px){
	.HomeBan .item.slick-current .img img{animation: scale linear 6s forwards;}
}
@media(max-width:1024px){
    /* .HomeBan{margin-top:0.7rem;}
    .HomeBan .item .img{padding-top:56%;} */
    .HomeBan .item .txt{top:50%;}
    .HomeBan .item .txt .tit{font-size: 0.36rem;}
    .HomeBan .item .txt .dec{font-size: 0.2rem;letter-spacing: 0.1rem;}
    .HomeBan .item .txt .play{margin-top:0.25rem;}
    .HomeBan .item .img .wap{display: block;}
    .HomeBan .item .img .pc{display: none;}
	.HomeBan .slick-prev{left:5%;}
    .HomeBan .slick-next{right:5%;}
	
	.HomeBan .item .txt{top:30%;display: flex;justify-content: center;}
    .HomeBan .item .txt .txtbox{padding:0 0.2rem;}
    .HomeBan .item .txt .tit{font-size: 0.32rem;line-height: 1.5;background: linear-gradient(50deg, #00199a,#002f9a,#1249af,#0053a7);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
    .HomeBan .item .txt .dec{font-size: 0.24rem;font-weight: normal;letter-spacing: 0.02rem;background: linear-gradient(50deg, #00199a,#002f9a,#1249af,#0053a7);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
    .HomeBan .item .txt.tc .dec{margin-left:0;}
    .HomeBan .slick-dots{bottom:0.12rem;}
    .HomeBan .item .txt .play{margin-top:1rem;}
    

}

@media(max-width:640px){
    
}


#FixMenu{position: fixed;z-index:999;right:0.3rem;top:50%;transform: translateY(-50%);}
#FixMenu li{width:0.5rem;height:0.5rem;border-radius: 50%;position: relative;}
#FixMenu li::before{content:"";display: block;width:0.08rem;height:0.08rem;border-radius: 50%;background: #fff;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
#FixMenu li::after{content:"";display: block;width:100%;height:100%;background: url(../images/nav_bg_box.png) no-repeat center center;background-size: contain;position: absolute;left:0;top:0;transition: all .5s;transform: scale(0);opacity: 0;}


#FixMenu li.active::after{transform: scale(1);opacity: 1;}
#FixMenu li.active::before{background: #1C4083;}
#FixMenu li em{white-space: nowrap;position: absolute;right:0;top:50%;transform: translateY(-50%);color:#1C4083;opacity: 0;transition: all .5s;}
#FixMenu li.active em{right:0.38rem;opacity: 1;}
#FixMenu li:first-child em{display: none;}
#FixMenu li:last-child{display: none;}

.HomeTechnicel{position: relative;}
.HomeTechnicel .slider-for .item{position: relative;}
.HomeTechnicel .slider-for .item .img{padding-top:100vh;}
.HomeTechnicel .slider-for .item a{display:block;height:100vh;width:100%;}
.HomeTechnicel .slider-for .slick-list{height:100vh;}
.HomeTechnicel .slider-for .slick-track{height:100vh;}
.HomeTechnicel .slider-for .item .img .wap{display: none;}
.HomeTechnicel .slider-for .item .txt{position: absolute;width:100%;left:0;top:1.6rem;color:#fff;}
.HomeTechnicel .slider-for .item .txt .txtbox{max-width:5.4rem;padding:0.25rem;}
.HomeTechnicel .slider-for .item .txt .en{line-height: 1.5;}
.HomeTechnicel .slider-for .item .txt .tit{border-bottom:0.02rem solid #fff;padding-bottom:0.2rem;margin-bottom:0.2rem;}
.HomeTechnicel .slider-for .item .txt .dec{}
.HomeTechnicel .slider-for .item .txt .more{width:0.45rem;height:0.45rem;border-radius: 50%;border:1px solid #fff;position: relative;margin-top:0.8rem;display: flex;align-items: center;justify-content: center;}
.HomeTechnicel .slider-for .item .txt .more::after{content:'';display: block;width:0.1rem;height:0.1rem;border-top:1px solid #fff;border-right:1px solid #fff;transform: rotate(45deg);margin-right:0.05rem;}
.HomeTechnicel .slider-for .item .txt .more:hover{background: #70B323;border:1px solid #70B323;}

.HomeTechnicel .slider-for .item.slick-current .txt .en{animation:fadeInUp 1s .3s ease both;}
.HomeTechnicel .slider-for .item.slick-current .txt .tit{animation:fadeInUp 1s .6s ease both;}
.HomeTechnicel .slider-for .item.slick-current .txt .dec{animation:fadeInUp 1s 0.9s ease both;}
.HomeTechnicel .slider-for .item.slick-current .txt .more{animation:fadeInUp 1s 1.2s ease both;}

.HomeTechnicel .slider-nav{position: absolute;width:100%;left:0;bottom:0.2rem;padding:0 1.2rem;}
.HomeTechnicel .slider-nav .slick-track{padding:0.3rem 0;}
.HomeTechnicel .slider-nav::before{content:'';width:100%;height:1px;background: #fff;opacity: 0.2;position: absolute;left:0;top:0.55rem;}
.HomeTechnicel .slider-nav .item{text-align: center;}
.HomeTechnicel .slider-nav .item a{color:#fff;}
.HomeTechnicel .slider-nav .item .icon{width:0.5rem;height:0.5rem;border-radius: 50%;margin:0 auto;display: flex;align-items: center;justify-content: center;position: relative;}
.HomeTechnicel .slider-nav .item .icon img{display: inline-block;max-height:0.3rem;max-width:0.3rem;position: relative;z-index:9;}
.HomeTechnicel .slider-nav .item .icon::before,
.HomeTechnicel .slider-nav .item .icon::after{content:'';display: block;width:100%;height:100%;background: #70B323;opacity: 0.3;position: absolute;left:0;top:0;border-radius: 50%;opacity: 0;}

.HomeTechnicel .slider-nav .item.slick-current .icon::before{animation: scale_ico 2s linear infinite;}
.HomeTechnicel .slider-nav .item.slick-current .icon::after{animation: scale_ico 2s 1s linear infinite;}

.HomeTechnicel .slider-nav .item .tit{line-height: 1.5;margin-top:0.2rem;}
.HomeTechnicel .slider-nav .item.slick-current .icon{background: #70B323;}

.HomeTechnicel .slick-arrow{bottom:1.2755rem;}
.HomeTechnicel .slick-arrow.slick-prev{left:0.8rem;}
.HomeTechnicel .slick-arrow.slick-next{right:0.3rem;}

@keyframes scale_ico{
	0%{transform: scale(1);-webkit-transform: scale(1);opacity: 0.3;}
	100%{transform: scale(1.7);-webkit-transform: scale(1.7);opacity: 0;}
}

@media(min-width:1025px){
	.HomeTechnicel .slider-for .item.slick-current .img img{animation: scale linear 6s forwards;}
}
@media(max-width:1024px){
    #FixMenu{display: none;}
    .HomeTechnicel .slick-arrow{bottom:1.08rem;}
    .HomeTechnicel .slider-nav .slick-track{padding:0.2rem 0;}
    /* .HomeTechnicel .slider-for .item .img{padding-top:60%;} */
    .HomeTechnicel .slider-for .item .txt{top:22%;}
    .HomeTechnicel .slider-for .item .txt .more{margin-top:0.3rem;}
    /* .HomeTechnicel .slick-arrow{bottom:0.875rem;} */
	
	.sec-2{height:100vh;width:100%;}
	.HomeTechnicel{position: relative;height:100vh;width:100%;overflow:hidden;background:#cc0000;}
	.HomeTechnicel .slider-for{height:100vh;width:100%;}
	.HomeTechnicel .slider-for .item{position: relative;height:100vh;}
	
	 .HomeTechnicel .slider-nav{padding:0 0.5rem;}
    /* .HomeTechnicel .slider-nav{position: relative;background: #135196;padding:0.1rem 0.5rem 0;bottom:0;} */
    .HomeTechnicel .slick-arrow.slick-prev{left:0.1rem;}
    .HomeTechnicel .slick-arrow.slick-next{right:0.1rem;}
    .HomeTechnicel .slider-nav::before{top:0.55rem;}
    .HomeTechnicel .slick-arrow{bottom:auto;top:50%;background: #70B323;border:1px solid #70B323;}
    .HomeTechnicel .slider-nav .item .tit{margin-top:0.1rem;}
    /* .HomeTechnicel .slider-for .item .txt{top:0.1rem;} */
    .HomeTechnicel .slider-for .item .txt .tit{font-weight: 600;}
    .HomeTechnicel .slider-nav .item{margin-top:0.1rem;}
    /* .HomeTechnicel .slider-for .item .img{padding-top:75%;} */
    .HomeTechnicel .slider-for .item .img .pc{display: none;}
    .HomeTechnicel .slider-for .item .img .wap{display: block;}
}

@media(max-width:1024px){
   
}

.sec-7{height:auto !important;}

/* 首页动画效果 */

    .active .ani1{
        animation:fadeInUp 1s .4s ease both;
        -webkit-animation:fadeInUp 1s .4s ease both;
        -moz-animation:fadeInUp 1s .4s ease both;
    }
    .active .ani2{
        animation:fadeInUp 1s .8s ease both;
        -webkit-animation:fadeInUp 1s .8s ease both;
        -moz-animation:fadeInUp 1s .8s ease both;
    }
    .active .ani3{
        animation:fadeInUp 1s 1.2s ease both;
        -webkit-animation:fadeInUp 1s 1.2s ease both;
        -moz-animation:fadeInUp 1s 1.2s ease both;
    }
    .active .ani4{
        animation:fadeInUp 1s 1.6s ease both;
        -webkit-animation:fadeInUp 1s 1.6s ease both;
        -moz-animation:fadeInUp 1s 1.6s ease both;
    }
    .active .ani5{
        animation:fadeInUp 1s 2s ease both;
        -webkit-animation:fadeInUp 1s 2s ease both;
        -moz-animation:fadeInUp 1s 2s ease both;
    }
    .active .HomeTechnicel .slick-arrow{
        animation:fadeInUp 1s 1.2s ease both;
        -webkit-animation:fadeInUp 1s 1.2s ease both;
        -moz-animation:fadeInUp 1s 1.2s ease both;
    }

    .active .anileft1{
        animation:fadeInLeft 1s .8s ease both;
        -webkit-animation:fadeInLeft 1s .8s ease both;
        -moz-animation:fadeInLeft 1s .8s ease both;
    }
    .active .aniright1{
        animation:fadeInRight 1s .8s ease both;
        -webkit-animation:fadeInRight 1s .8s ease both;
        -moz-animation:fadeInRight 1s .8s ease both;
    }


.HomeTit{text-align: center;margin-bottom:0.4rem;position: relative;}
.HomeTit .tit{color:#181f28;}
.HomeTit .dec{color:#555555;line-height: 1.666;max-width:7.1rem;margin:0 auto;}
.common_more{width:1.2rem;background: rgba(255,255,255,0.75);border-radius: 0.2rem;border: 1px solid #D4E1F0;color:#1255A0;}
.common_more a{display: flex;line-height: 0.4rem;width:100%;align-items: center;justify-content: center;color:#1255A0;}
.common_more span{display: flex;line-height: 0.4rem;width:100%;align-items: center;justify-content: center;color:#1255A0;}

.common_more i{display: block;width:0.09rem;height:0.09rem;border-top:0.02rem solid #1255A0;border-right:0.02rem solid #1255A0;transform: rotate(45deg);margin-left:0.1rem;margin-top:0.01rem;}
.common_more:hover{background: #1255A0;}
.common_more:hover a{color:#fff;}
.common_more:hover span{color:#fff;}
.common_more:hover i{border-top:0.02rem solid #fff;border-right:0.02rem solid #fff;}

.sec-5{background-size: cover;background-position: center;background-repeat: no-repeat;display: flex;align-items: center;justify-content: center;}
.fp-scrollable{display: flex;align-items: center;justify-content: center;width:100%;}
.fp-scroller{width:100%;height:100%;display: flex;align-items: center;justify-content: center;}
/* .HomeNews .HomeTit .common_more{position: absolute;right:0;top:30%;} */
.HomeNews{width:100%;padding:0.5rem 0;}
.HomeNews .swiper{padding-top:3px;}
.HomeNews .swiper .swiper-slide{border-radius: 0.1rem;transition: all .5s;}
.HomeNews .swiper .swiper-slide .img{padding-top:62%;}
.HomeNews .swiper .swiper-slide a{display: block;border-radius: 0.1rem;overflow: hidden;background: rgba(255,255,255,0.3);transition: all .5s;}
.HomeNews .swiper .swiper-slide .txt{padding:0.3rem;padding-left:1.15rem;position: relative;}
.HomeNews .swiper .swiper-slide .txt .date{position: absolute;left:0.3rem;top:0.3rem;line-height: 1.1;color:#333333;}
.HomeNews .swiper .swiper-slide .txt .date p{}
.HomeNews .swiper .swiper-slide .txt .date span{font-size: 0.12rem;color:#999999;}
.HomeNews .swiper .swiper-slide .txt .tit{line-height: 1.5;color:#000;transition: all .5s;}
.HomeNews .swiper .swiper-slide .txt .dec{line-height: 1.5;margin:0.12rem 0 0.2rem 0;}
.HomeNews .swiper .swiper-slide .txt .time{display: none;}

.HomeNews .swiper .swiper-slide .txt .date::after{content:"";width:0.12rem;height:0.31rem;background: url(../images/line1.png) no-repeat center center;background-size: contain;position: absolute;left:120%;top:0.05rem;}
.more_com{width: 0.6rem;height: 0.3rem;background: #70B323;border-radius: 0.15rem;display: flex;align-items: center;justify-content: center;transition: all .5s;}
.more_com i{display: block;width:0.1rem;height:0.15rem;background: url(../images/more.svg) no-repeat center center;background-size: contain;}
.HomeNews .swiper .swiper-slide:hover .img span{transform: scale(1.05);}
.HomeNews .swiper .swiper-slide:hover .txt .tit{color:#005076;}
.HomeNews .swiper .swiper-slide:hover a{background: #fff;}
.HomeNews .swiper .swiper-slide:hover .more_com{width:0.8rem;}
.HomeNews .swiper .swiper-slide:hover{transform: translateY(-3px);}
.HomeNews .swiper{padding-bottom:0.7rem;position: relative;}

.HomeNews .swiper-button-prev,.HomeNews .swiper-button-next{bottom:0;top:auto;margin-top:0;opacity: 1 !important;}
.HomeNews .swiper-button-next{left:0.6rem;right:auto;}
.HomeNews .swiper-pagination-progressbar{bottom:0.12rem;top:auto !important;height:0.05rem !important;border-radius: 0.03rem;left:auto !important;right:0;background: #fff !important;width:calc(100% - 1.2rem) !important;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #0b4067 !important;border-radius: 0.03rem;}

.HomeNews .HomeTit{display: flex;align-items: center;justify-content: space-between;}
.HomeNews .w1440{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top:0.6rem;}
.HomeNews .HomeNewsLeft{width:70%;}

.HomeNews .HomeNewsRight{width:26%;}
.HomeNews .HomeNewsRight .swiper-button-prev,
.HomeNews .HomeNewsRight .swiper-button-next{bottom:0;top:26%;z-index:99;background: #70B323;border:#70B323;}
.HomeNews .HomeNewsRight .swiper-button-next{left:auto;right:0.1rem;}
.HomeNews .HomeNewsRight .swiper-button-prev::after,
.HomeNews .HomeNewsRight .swiper-button-next::after{border-top:1px solid #fff;border-left:1px solid #fff;}

@media(max-width:1024px){
    .HomeTit .tit{font-weight: bold;}
    .HomeNews{}
}

@media(max-width:768px){
    .HomeNews .HomeNewsLeft{width:60%;}
    .HomeNews .HomeNewsRight{width:35%;}
}

@media(max-width:640px){
    .HomeNews .w1440{padding-top:1.1rem;}
	.HomeNews .swiper{padding-bottom:0.55rem;}
    .HomeNews .HomeTit{text-align: left;margin-bottom:0.12rem;}
    .HomeNews .HomeTit .common_more{top:10%;}
    .HomeNews .swiper .swiper-slide .txt{padding:0.1rem;}
    .HomeNews .swiper .swiper-slide .txt .date{display: none;}
    .HomeNews .swiper .swiper-slide .txt .time{display: block;color:#888;}
    .HomeNews .HomeNewsLeft{width:100%;}
    .HomeNews .HomeNewsRight{width:100%;margin-top:0.3rem;}
    .HomeNews .HomeNewsRight .swiper .swiper-slide .img{display: none;}
    .HomeNews .HomeNewsLeft .swiper .swiper-slide .txt .dec{display: none;}
    .HomeNews .swiper .swiper-slide .txt .more_com{margin-top:0.1rem;}
    .HomeTit{margin-bottom:0.2rem;}
    .HomeNews .HomeNewsRight .swiper-button-prev, .HomeNews .HomeNewsRight .swiper-button-next{top:auto;bottom:-0.6rem;display: none;}
}

.sec-3{background-size: cover;background-position: center;background-repeat: no-repeat;background-image: url(../images/homebg01.jpg);position: relative;overflow: hidden;}
.sec-3 .bg{position: absolute;left:-5%;width:110%;bottom:0;}
.sec-3 .bg .rotate-x-container{perspective: 1000px;position: relative;}
.sec-3 .bg .rotate-x {transform-style: preserve-3d;}
.sec-3 .bg .rotate-x img{width:100%;}
.sec-3.active .bg .rotate-x {animation:rotateX 3s ease-in-out .1s forwards ;}
.sec-3 canvas{position: absolute;width:100%;height:100% !important;left:0;top:0;z-index:99;opacity:0.4;}
  
@keyframes rotateX {
    0% {
        transform: rotateX(60deg) scale(1.2);opacity: 0;
    }
    100% {
        transform: rotateX(0deg) scale(1);opacity: 1;
    }
}

.HomeTeam{width:100%;padding:0.5rem 0;}
.HomeTeam .w1440{position: relative;z-index:99;}
.HomeTeam .HomeTeamInfo{width:69.5%;margin-top:0.5rem;}
.HomeTeam .HomeTeamInfo .item a{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.HomeTeam .HomeTeamInfo .item .txt{width:45%;}
.HomeTeam .HomeTeamInfo .item .txt .tit{font-size: 0.36rem;}
.HomeTeam .HomeTeamInfo .item .txt .en{font-size: 0.2rem;color:#7f97b7;line-height: 1;}
.HomeTeam .HomeTeamInfo .item .txt .tag{line-height: 1.6;margin:0.2rem 0;}
.HomeTeam .HomeTeamInfo .item .txt .tag p{padding-left:0.15rem;position: relative;margin-top:0.05rem;}
.HomeTeam .HomeTeamInfo .item .txt .tag p::before{content:'';display: block;width:0.06rem;height:0.06rem;border-radius: 50%;background: #1255A0;position: absolute;left:0;top:50%;margin-top:-0.03rem;}
.HomeTeam .HomeTeamInfo .item .txt .con{color:#333;line-height: 1.6667;margin-bottom:0.3rem;}

.HomeTeam .HomeTeamInfo .item .img{max-width:50%;margin-left:2%;position: relative;padding:0.16rem;}
.HomeTeam .HomeTeamInfo .item .img .bg{background: conic-gradient(#87c536 0deg, #87c536 270deg, transparent 270deg);width:4.72rem;height:4.72rem;border-radius: 50%;position: absolute;left:0;top:0;transition: all .5s;}
.HomeTeam .HomeTeamInfo .item .img .imgbox{width:4.4rem;height:4.4rem;position: relative;overflow: hidden;border-radius: 50%;background: url(../images/hteambg.png) no-repeat center center;background-size: cover;}
/* .HomeTeam .HomeTeamInfo .item .img .imgbox::before{content:'';display: block;width:100%;padding-top:100%;position: absolute;bottom:0;left:0;} */
.HomeTeam .HomeTeamInfo .item .img .imgbox img{position: absolute;left:50%;transform: translateX(-50%);bottom:0;object-fit: contain;}
.HomeTeam .HomeTeamInfo .swiper-pagination{position: absolute;left:55%;text-align: left;width:1rem;color:#7398B5;margin-top:0;bottom:-0.1rem;}
.HomeTeam .HomeTeamInfo .swiper-pagination .swiper-pagination-current{color:#87C536;font-size: 0.24rem;}

.HomeTeam .HomeTeamNav{width:20.8%;padding:0.4rem 0;position: relative;z-index:99;}
.HomeTeam .HomeTeamNav .mySwiper{height:5rem;}
.HomeTeam .HomeTeamNav .item{height: calc(100% / 4);margin:0 0;}
.HomeTeam .HomeTeamNav .item a{display: flex;align-items: center;justify-content: space-between;}
.HomeTeam .HomeTeamNav .item .img{background: url(../images/hteambg.png) no-repeat center center;background-size: cover;overflow: hidden;padding-top:1rem;width:1.06rem;border-radius: 50%;transition: all .5s;border:0.04rem solid transparent;}
.HomeTeam .HomeTeamNav .item .img img{position: absolute;bottom:0rem;left:50%;transform: translateX(-50%);}
.HomeTeam .HomeTeamNav .item .txt{width:60%;}
.HomeTeam .HomeTeamNav .item .txt .dec{color:#333;}
.HomeTeam .HomeTeamNav .item:hover .name{color:#70B323;}
.HomeTeam .HomeTeamNav .swiper-button-prev,
.HomeTeam .HomeTeamNav .swiper-button-next{left:50%;margin-left:-0.15rem;}
.HomeTeam .HomeTeamNav .swiper-button-prev{top:0;transform: rotate(90deg);}
.HomeTeam .HomeTeamNav .swiper-button-next{bottom:0;transform: rotate(90deg);top:auto;}
.HomeTeam .HomeTeamNav .item.swiper-slide-thumb-active .img{border: 0.04rem solid #87C536;}

@media(max-width:1024px){
    .HomeTeam .HomeTeamNav .item .img{width:0.86rem;padding-top:0.8rem;}
    .HomeTeam .HomeTeamInfo .item .img .imgbox{width:3.4rem;height:3.4rem;}
    .HomeTeam .HomeTeamInfo .item .img .bg{width:3.72rem;height:3.72rem;}
    .HomeTeam .HomeTeamInfo .item .txt .tit{font-size: 0.28rem;}
    .HomeTeam .HomeTeamInfo .item{padding-bottom:0.5rem;}
	.HomeTeam .HomeTeamInfo .swiper-pagination{bottom:0;}
}

@media(max-width:768px){
    .HomeTeam .HomeTeamNav{width:100%;margin-top:0.3rem;}
    .HomeTeam .HomeTeamInfo{width:100%;}
    .HomeTeam .HomeTeamNav .mySwiper{display: none;}
    .HomeTeam .HomeTeamNav .item{height:auto;}
    .HomeTeam .HomeTeamNav .swiper-button-prev{transform: rotate(0);bottom:0;top:auto;right:55%;left:auto;}
    .HomeTeam .HomeTeamNav .swiper-button-next{transform: rotate(0);bottom:0;top:auto;left:55%;}

}

@media(max-width:640px){
    .HomeTeam .HomeTeamInfo{margin-top:0;}
    .HomeTeam .HomeTeamInfo .item .img{width:2.2rem;margin:0 auto;max-width:100%;padding:0.1rem;}
    .HomeTeam .HomeTeamInfo .item .img .bg{width:2.22rem;height:2.2rem;}
    .HomeTeam .HomeTeamInfo .item .img .imgbox{width:2rem;height:2rem;}
    .HomeTeam .HomeTeamInfo .item .txt{width:100%;margin-top:0.15rem;padding:0 0.3rem;}
    .HomeTeam .HomeTeamInfo .item .txt .tit{font-size: 0.24rem;font-weight: bold;}
    .HomeTeam .HomeTeamNav{margin-top:0.15rem;}
    .HomeTeam .HomeTeamNav{padding:0.2rem 0;}
    .HomeTeam .HomeTeamInfo .swiper-pagination{text-align: right;right:0.3rem;left:auto;bottom:0;}
    .HomeTeam{padding:0.8rem 0 0.3rem 0;}
}


.sec-4{background-size: cover;background-position: center;background-repeat: no-repeat;background-image: url(../images/homebg02.jpg);position: relative;overflow: hidden;}
.HomeHonor{width:100%;padding:0.5rem 0;}
.HomeHonor .HomeTit .common_more{position: absolute;right:0;top:0.15rem;}
.HomeHonor .flipster li{width:3.2rem;height:2.56rem;text-align: center;box-sizing: border-box;transition: all .5s;}
.HomeHonor .flipster li .img{
	/*padding:0.17rem;background: url(../images/honorboxbg.png) no-repeat center center;background-size: 100% 100%;*/
	padding:0.08rem;
	transition: all .5s;}
.HomeHonor .flipster li .imgbox{padding-top:2.16rem;}
.HomeHonor .flipster li .imgbox img{object-fit: contain;}
.HomeHonor .flipster li:hover{margin-top:-4px;}
.HomeHonor .flipster li .tit{line-height: 1.6;margin-top:0.2rem;opacity: 0;color:#333;}
.HomeHonor .flipster li.flip-current .tit{opacity: 1;} 
.HomeHonor .flipster li:hover .img{transform: scale(1.05);}


.flipto-prev,.flipto-next{width:0.3rem !important;height:0.3rem !important;border-radius: 50%;border:1px solid #9DB8D2;position: absolute;font-size: 0 !important;color:transparent;background-color: transparent;z-index:99;position: absolute;opacity: 1 !important;top:55%;margin-top:-0.15rem;}
.flipto-prev::after,
.flipto-next::after{content:'';display: block;width:0.08rem;height:0.08rem;border:1px solid #9DB8D2;border-right:none;border-bottom:none;position: absolute;left:56%;top:50%;transform: translate(-50%,-50%) rotate(-45deg);font-size: 0 !important;color:transparent;}
.flipto-next::after{transform: translate(-50%,-50%) rotate(135deg);left:44%;}
.flipto-prev:hover::after,
.flipto-next:hover::after{border-top:1px solid #fff;border-left:1px solid #fff;}
.flipto-prev:hover,
.flipto-next:hover{background: #70b323;border:1px solid #70b323;}
.flipto-prev{left:0;}
.flipto-next{right:0;}


@media(max-width:1024px){
    .HomeHonor .flipster{padding-bottom:1rem;}
    .HomeHonor .flipster li{width:2.64rem;height:3.6rem;}
    .HomeHonor .flipster li .imgbox{padding-top:3.2rem;}
    .flipto-prev, .flipto-next{top:45%;}
}

@media(max-width:768px){
    .HomeHonor .flipster li{width:2.2rem;height:3rem;}
    .HomeHonor .flipster li .img{padding:0.12rem;}
    .HomeHonor .flipster li .imgbox{padding-top:2.72rem;}
}

@media(max-width:640px){
    .flipto-prev, .flipto-next{top:auto;bottom:-0.5rem;}
    .flipto-prev{right:55%;left:auto;}
    .flipto-next{left:55%;right:auto;}
    .HomeHonor .HomeTit .common_more{position: static;margin:0.2rem auto 0;}
}


.Loading{position: fixed;z-index:9999;width:100%;height:100%;background: #fff;display: flex;align-items: center;justify-content: center;transition: all .5s;top:0;left:0;}
.Loading img{max-width:70%;}
.Loading.off{top:-100%;}

/* 羊膜间充质干细胞 */
.nBan{position: relative;}
.nBan .img{padding-top:7rem;}
.nBan .txt{position: absolute;width:100%;top:50%;left:0;transform: translateY(-50%);color:#fff;}
.nBan .txt .tit{line-height: 1.35;}
.nBan .txt .dec{margin-top:0.3rem;}
.nBan .txt .txtbox{max-width:6.1rem;}
.nBan .txt .common_more:hover{background-image: linear-gradient(to right, #0d5c96, #70b323);border:1px solid #0d5c96;;}

@media(max-width:1024px){
    .nBan .img{padding-top:50%;}
}

@media(max-width:640px){
    .nBan .txt .tit{font-size: 0.24rem;}
    .nBan .txt .txtbox{width:100%;padding:0.5rem 0.1rem 0.1rem;}
    .nBan .img{padding-top:75%;}
    .nBan .txt .dec{line-height: 1.5;margin-top:0.1rem;font-weight: normal;}
    /* .nBan .txt .dec{display: none;} */
    .nBan .txt .tit{font-weight: bold;}
}


.Main{background-image: linear-gradient(135deg, #dfecf7, #edf4f9,#eff5f9);padding:0.5rem 0 1rem 0;min-height:5rem;position: relative;overflow: hidden;}
.Main .bg_box{position: absolute;}
.Main .bg1{width:3.28rem;height:2.21rem;background: url(../images/bg1.png) no-repeat left top;background-size: contain;position: absolute;left:-0.3rem;top:-0.2rem;}
.Main .bg2{width:1.17rem;height:1.39rem;background: url(../images/bg2.png) no-repeat left top;background-size: contain;position: absolute;left:0.2rem;top:4.3rem;}
.Main .bg3{width:1.57rem;height:1.59rem;background: url(../images/bg3.png) no-repeat left top;background-size: contain;position: absolute;right:-0.7rem;top:20%;}
.Main .bg4{width:2.03rem;height:1.68rem;background: url(../images/bg4.png) no-repeat left top;background-size: contain;position: absolute;right:0;bottom:0;}
.Main .MainBox{position: relative;z-index:9;}

.Localtion{text-align: right;color:#999;margin-bottom:0.3rem;}
.Localtion a{color:#999;}
.Localtion span{color:#333;}
.Localtion img{display: inline-block;width:0.14rem;margin-right:0.05rem;}

.mb30{margin-bottom:0.3rem;}
.mb80{margin-bottom:0.8rem;}

.Main .img img{transition: all .5s;}
.Main .img:hover img{transform: scale(1.05);}
.Tec_Advantage .Tec_AdvantageBox .item{border-radius: 0.1rem;background: url(../images/jsboxbg1.png) no-repeat left top;background-size: cover;overflow: hidden;}
.Tec_Advantage .Tec_AdvantageBox .item .img{width:41.667%;border-radius: 0.1rem;overflow: hidden;}
.Tec_Advantage .Tec_AdvantageBox .item .img img{width:100%;}
.Tec_Advantage .Tec_AdvantageBox .item .txt{position: relative;width:58.333%;padding:0.6rem 0.8rem;}
.Tec_Advantage .Tec_AdvantageBox .item .txt b{font-weight: normal;}
.Tec_Advantage .Tec_AdvantageBox .item .txt .con{position: relative;z-index:9;}
.Tec_Advantage .Tec_AdvantageBox .item .txt::before{content:"";display: block;width:0.6rem;height:0.46rem;background: url(../images/yhico.png) no-repeat left center;background-size: contain;position: absolute;top:0.35rem;left:0.8rem;}


.Tec_Cell .Tec_CellBox{border-radius: 0.1rem;background: #fff;padding:0.6rem 0.8rem;}
.Tec_Cell .Tec_CellBox .img{width:45%;}
.Tec_Cell .Tec_CellBox .img img{width:100%;}
.Tec_Cell .Tec_CellBox .txt{width:50%;}
.Tec_Cell .Tec_CellBox .txt ul{margin-left:-1.5%;display: flex;flex-wrap: wrap;}
.Tec_Cell .Tec_CellBox .txt ul li{width:48.5%;margin:0.75% 0;margin-left:1.5%;background: #F5F7FA;padding:0.3rem;transition: all .5s;}
.Tec_Cell .Tec_CellBox .txt ul li:hover{box-shadow: 0 0 0.2rem rgba(0,0,0,0.18);}

.li_tit span{position: relative;padding-bottom:0.04rem;}
.li_tit span::before{content:'';width:100%;height:0.1rem;border-radius: 0.05rem;background: linear-gradient(90deg, #70B323, #FFFFFF);position: absolute;bottom:0;left:0;}
.li_tit span em{position: relative;z-index:9;}
.Tec_Cell .Tec_CellBox .txt ul li .dec{margin-top:0.15rem;max-width:78%;min-height:0.6rem;}

@media(max-width:768px){
    .Tec_Advantage .Tec_AdvantageBox .item .img{width:100%;}
    .Tec_Advantage .Tec_AdvantageBox .item .txt{width:100%;}
    .Tec_Cell .Tec_CellBox .img{width:100%;}
    .Tec_Cell .Tec_CellBox .txt{width:100%;margin-top:0.3rem;}
}

@media(max-width:640px){
    .mb30{margin-bottom:0.2rem;}
    .mb80{margin-bottom:0.4rem;}
    .Main{padding:0.3rem 0 0.6rem 0;}
    .nTit{font-weight: bold;}
    .Tec_Advantage .Tec_AdvantageBox .item .txt{padding:0.3rem;}
    .Tec_Advantage .Tec_AdvantageBox .item .txt::before{left:0.3rem;top:0.1rem;}
    .Tec_Cell .Tec_CellBox{padding:0.3rem;}
    .Tec_Cell .Tec_CellBox .txt ul li{padding:0.2rem;width:98.5%;}
    .Tec_Cell .Tec_CellBox .txt ul li .dec{max-width:100%;min-height:1px;}
    .Localtion{text-align: left;}
    .Localtion img{display: none;}
}

/* 细胞因子诱导杀伤细胞 */
.Tec_Cell_Cik .Tec_Cell_Cikbox{padding:0.6rem 0.8rem;border-radius: 0.1rem;background: #fff;}
.Tec_Cell_Cik .Tec_Cell_Cikbox .table table{width:100%;border:none;}
.Tec_Cell_Cik .Tec_Cell_Cikbox .table table td{height:0.64rem;padding:0.1rem 0.5rem;}
.Tec_Cell_Cik .Tec_Cell_Cikbox .table table .trTit td{color:#fff;}
.Tec_Cell_Cik .Tec_Cell_Cikbox .table table tr{background: #EBF1F7;transition: all .5s;}
.Tec_Cell_Cik .Tec_Cell_Cikbox .table table tr:nth-child(2n){background: #F7F9FA;}
.Tec_Cell_Cik .Tec_Cell_Cikbox .table table .trTit{background: #1255A0;}
.Tec_Cell_Cik .Tec_Cell_Cikbox .table table tr:hover{box-shadow: 0 0 0.2rem rgba(0,0,0,0.18);transform: translateY(-1px);}
.Tec_Cell_Cik .Tec_Cell_Cikbox .table table td:nth-child(3){width:25%;}

@media(max-width:640px){
    .Tec_Cell_Cik .Tec_Cell_Cikbox{padding:0.3rem;} 
    .Tec_Cell_Cik .Tec_Cell_Cikbox .table table td{padding:0.1rem 0.15rem;}
}


/* 皮肤成纤维细胞 */
.Tec_Area .Tec_AreaBox{border-radius: 0.1rem;background: url(../images/jsboxbg2.png) no-repeat left top;background-size: cover;overflow: hidden;padding:0.8rem;border-radius: 0.1rem;overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;}
.Tec_Area .Tec_AreaBox .item{width:48%;display: flex;flex-direction: column;}
.txt_yinhao{position: relative;}
.txt_yinhao::before{content:"";display: block;width:0.6rem;height:0.46rem;background: url(../images/yhico.png) no-repeat left center;background-size: contain;position: absolute;top:-0.2rem;left:0;}
.txt_yinhao .con{position: relative;z-index:9;}
.Tec_Area .Tec_AreaBox .item .img{margin-top:0.6rem;}
.Tec_Area .Tec_AreaBox .item:nth-child(2n){flex-direction: column-reverse;}
.Tec_Area .Tec_AreaBox .item:nth-child(2n) .img{margin-top:0;margin-bottom:0.6rem;}

.Tec_Cell_Process .Tec_Cell_ProcessBox{display: flex;flex-wrap: wrap;border-radius: 0.1rem;background: #fff;}
.Tec_Cell_Process .Tec_Cell_ProcessBox>.img{width:40.625%;border-radius: 0.1rem;overflow: hidden;}
.Tec_Cell_Process .Tec_Cell_ProcessBox .txt{width:59.375%;padding:0.4rem 0.8rem;}
.Tec_Cell_Process .Tec_Cell_ProcessBox .txt .txtbox{max-width:6rem;}
.Tec_Cell_Process .Tec_Cell_ProcessBox .txt .con ul li{padding:0.12rem 0;}
.Tec_Cell_Process .Tec_Cell_ProcessBox .txt .con ul li .dec{margin-top:0.06rem;}
.Tec_Cell_Process .Tec_Cell_ProcessBox .txt .con ul li:not(:last-child){border-bottom:1px solid #e2e3e4;}

@media(max-width:640px){
    .Tec_Area .Tec_AreaBox{padding:0.3rem;}
    .Tec_Area .Tec_AreaBox .item{width:100%;}
    .Tec_Area .Tec_AreaBox .item:nth-child(2n){flex-direction: column;}
    .Tec_Area .Tec_AreaBox .item{margin-bottom:0.6rem;}
    .Tec_Area .Tec_AreaBox .item .img{margin-top:0;}
    .Tec_Area .Tec_AreaBox .item:nth-child(2n) .img{margin-bottom:0;}
    .Tec_Area .Tec_AreaBox .item:last-child{margin-bottom:0;}
    .Tec_Cell_Process .Tec_Cell_ProcessBox .txt{width:100%;padding:0.3rem;}
    .Tec_Cell_Process .Tec_Cell_ProcessBox .img{width:100%;}
}

/* 脂肪间充质干细胞（ADSCs） */
.Tec_Advantage_zfj .Tec_Advantage_zfjBox{padding:0.4rem;border-radius: 0.1rem;background: #fff;}
.Tec_Advantage_zfj .Tec_Advantage_zfjBox ul{display: flex;margin-left:-3.5%;flex-wrap: wrap;}
.Tec_Advantage_zfj .Tec_Advantage_zfjBox ul li{width:29.83%;margin-left:3.5%;margin-top:3.5%;}
.Tec_Advantage_zfj .Tec_Advantage_zfjBox ul li .img{border-radius: 0.1rem;padding-top:48%;;}
.Tec_Advantage_zfj .Tec_Advantage_zfjBox ul li:hover .img span{transform: scale(1.05);}
.Tec_Advantage_zfj .Tec_Advantage_zfjBox ul li .tit{font-weight: bold;}
.Tec_Advantage_zfj .Tec_Advantage_zfjBox ul li .txt{margin-top:0.15rem;}
.Tec_Advantage_zfj .Tec_Advantage_zfjBox ul li .dec{margin-top:0.05rem;}

.Tec_Cell_Value .Tec_Cell_ValueBox{padding:0.4rem;border-radius: 0.1rem;background: #fff;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Tec_Cell_Value .Tec_Cell_ValueBox .hd{width:44%;}
.Tec_Cell_Value .Tec_Cell_ValueBox .hd li{cursor: pointer;padding:0.14rem 0;transition: all .5s;}
.Tec_Cell_Value .Tec_Cell_ValueBox .hd li:not(:last-child){border-bottom:1px solid #e4ecf0;}
.Tec_Cell_Value .Tec_Cell_ValueBox .hd li .tit{transition: all .3s;}
.Tec_Cell_Value .Tec_Cell_ValueBox .hd li .dec{height:0;overflow: hidden;opacity: 0;}
.Tec_Cell_Value .Tec_Cell_ValueBox .hd li.on{padding:0.25rem 0;}
.Tec_Cell_Value .Tec_Cell_ValueBox .hd li.on .tit{font-weight: bold;color:#0d5c96;}
.Tec_Cell_Value .Tec_Cell_ValueBox .hd li.on .dec{height:auto;opacity: 1;overflow: visible;margin-top:0.05rem;}
.Tec_Cell_Value .Tec_Cell_ValueBox .bd{width:51.76%;}
.Tec_Cell_Value .Tec_Cell_ValueBox .bd .img{padding-top:69%;border-radius: 0.1rem;}

.Tec_Common .Tec_CommonBox{border-radius: 0.1rem;overflow: hidden;position: relative;}
.Tec_Common .Tec_CommonBox .img{position: absolute;width:100%;height:100%;top:0;left:0;}
.Tec_Common .Tec_CommonBox .img::after{content:'';display: block;width:100%;height:100%;background: url(../images/maskbg.png) no-repeat left center;background-size: 100% 100%;position: absolute;left:0;top:0;}
.Tec_Common .Tec_CommonBox .txt{min-height:4rem;display: flex;align-items: center;padding:0.6rem 1.28rem;position: relative;z-index:9;color:#fff;}
.Tec_Common .Tec_CommonBox .txt .txtbox{max-width:7.9rem;}
.Tec_Common .Tec_CommonBox .txt .con{margin-top:0.1rem;}

@media(max-width:640px){
    .Tec_Advantage_zfj .Tec_Advantage_zfjBox{padding:0.2rem;}   
    .Tec_Advantage_zfj .Tec_Advantage_zfjBox ul li{width:46.5%;}
    .Tec_Cell_Value .Tec_Cell_ValueBox{padding:0.2rem;}
    .Tec_Cell_Value .Tec_Cell_ValueBox .hd{width:100%;}
    .Tec_Cell_Value .Tec_Cell_ValueBox .bd{width:100%;margin-top:0.2rem;}
    .Tec_Common .Tec_CommonBox .txt{padding:0.3rem;}
}


/* 脐带间充质干细胞 */
.Tec_Advantage_qdj .Tec_Advantage_qdjBox{padding:0.4rem 0.8rem;border-radius: 0.1rem;background: #fff;}
.Tec_Advantage_qdj .Tec_Advantage_qdjBox .name{position: relative;}
.Tec_Advantage_qdj .Tec_Advantage_qdjBox .name .en{font-weight: bold;text-transform: uppercase;color:#3a9095;opacity: 0.15;line-height: 1;max-width:7.2rem;margin:0 auto;}
.Tec_Advantage_qdj .Tec_Advantage_qdjBox .name .cn{position: absolute;width:100%;left:0;bottom:0;line-height: 1.2;}
.Tec_Advantage_qdj .Tec_Advantage_qdjBox ul{display: flex;flex-wrap: wrap;margin-left:-5%;}
.Tec_Advantage_qdj .Tec_Advantage_qdjBox ul li{width:20%;margin-left:5%;margin-top:3%;padding:0 0.3rem;text-align: center;}
.Tec_Advantage_qdj .Tec_Advantage_qdjBox ul li .icon{height:2.21rem;line-height: 2.21rem;}
.Tec_Advantage_qdj .Tec_Advantage_qdjBox ul li .icon img{max-height:100%;}
.Tec_Advantage_qdj .Tec_Advantage_qdjBox ul li .dec{line-height: 1.6;margin-top:0.2rem;}


.Tec_Cell_Valueqdj .Tec_Cell_ValueBox{padding:0.7rem;border-radius: 0.1rem;background: #fff;}
.Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .img{width:50%;border-radius: 0.1rem;padding-top:2.6rem;}
.Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .txt{width:45%;padding-left:0.9rem;position: relative;}
.Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .txt .num{font-size: 0.6rem;position: absolute;left:0;top:0;line-height: 1;font-weight: bold;}
.Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .txt .tit{font-weight: bold;color:#0d5c96;}
.Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .txt .dec{margin-top:0.06rem;}
.Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item:nth-child(2n){flex-direction: row-reverse;}
.Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item:hover .img span{transform: scale(1.05);}

@media(max-width:1024px){
    .Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .txt {padding-left:0.68rem;}
    .Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .txt .num{font-size: 0.4rem;}
    .Tec_Advantage_qdj .Tec_Advantage_qdjBox ul li{padding:0;}
}

@media(max-width:640px){
    .Tec_Advantage_qdj .Tec_Advantage_qdjBox{padding:0.3rem;}
    .Tec_Advantage_qdj .Tec_Advantage_qdjBox ul li{width:45%;}
    .Tec_Advantage_qdj .Tec_Advantage_qdjBox ul li .icon{height:1.6rem;line-height: 1.6rem;}
    .Tec_Cell_Valueqdj .Tec_Cell_ValueBox{padding:0.3rem;}
    .Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .txt .num{font-size: 0.32rem;}
    .Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item:not(:last-child){margin-bottom:0.3rem;}
    .Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .txt{width:100%;}
    .Tec_Cell_Valueqdj .Tec_Cell_ValueBox .item .img{width:100%;padding-top:40%;margin-top:0.2rem;}
}

/* 骨髓间充质干细胞 */
.Tec_Advantage_gsj .Tec_Advantage_gsjBox{padding:0.6rem;border-radius: 0.1rem;background: #fff;}
.Tec_Advantage_gsj .Tec_Advantage_gsjBox ul{display: flex;flex-wrap: wrap;}
.Tec_Advantage_gsj .Tec_Advantage_gsjBox ul li{width:50%;border-bottom:1px dashed #ccd4da;padding:0.3rem 1rem 0.3rem 1.1rem;position: relative;min-height:1rem;display: flex;align-items: center;}
.Tec_Advantage_gsj .Tec_Advantage_gsjBox ul li .icon{width:0.84rem;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.bold{font-weight: bold;}
.Tec_Advantage_gsj .Tec_Advantage_gsjBox ul li .dec{margin-top:0.06rem;line-height: 1.68;}



.Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox{padding:0.6rem;border-radius: 0.1rem;background: #fff;}
.Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox ul{display: flex;flex-wrap: wrap;margin-left:-7%;}
.Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox ul li{width:18%;margin-left:7%;margin-bottom:3%;}
.Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox ul li .imgbox{width:100%;padding-top:100%;border-radius: 50%;}
.Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox ul li .txt{margin-top:0.2rem;}
.Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox ul li .txt .tit{text-align: center;}
.Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox ul li .txt .dec{line-height: 1.68;margin-top:0.06rem;}
.Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox ul li .txt .dec p strong{display: block;margin-top:0.05rem;}
.Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox ul li:hover .imgbox span{transform: scale(1.05);}
@media(max-width:768px){
    .Tec_Advantage_gsj .Tec_Advantage_gsjBox ul li{padding-right:0.3rem;}
}

@media(max-width:640px){
    .Tec_Advantage_gsj .Tec_Advantage_gsjBox{padding:0.3rem;}
    .Tec_Advantage_gsj .Tec_Advantage_gsjBox ul li{padding-right:0;width:100%;}
    .Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox{padding:0.3rem;}
    .Tec_Cell_Valuegsj .Tec_Cell_ValuegsjBox ul li{width:43%;}
}


/* 自然杀伤细胞 */
.Tec_Advantage_zrss .Tec_Cell_ValuegsjBox{background: url(../images/jsboxbg3.png) no-repeat left top;background-size: cover;}

.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox{padding:0.6rem;border-radius: 0.1rem;background: #fff;}
.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item .img{width:50%;padding-top:4.4rem;border-radius: 0.1rem;}
.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item .txt{width:45%;padding:0 0.5rem;}
.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item .txt .tit{padding-left:0.1rem;background: url(../images/line.png) no-repeat bottom 0.04rem left;background-size: 0.54rem;line-height: 1.6;}
.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item:not(:last-child){margin-bottom:0.8rem;}
.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item .dec{line-height: 1.68;}
.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item .dec p{margin-top:0.1rem;}

.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item li:not(:last-child){margin-bottom:0.2rem;}
.Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item:nth-child(2n){flex-direction: row-reverse;}

@media(max-width:640px){
    .Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox{padding:0.3rem;}
    .Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item .txt{width:100%;margin-top:0.3rem;padding:0;}
    .Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item .img{width:100%;padding-top:60%;}
    .Tec_Cell_Valuezrss .Tec_Cell_ValuezrssBox .item:not(:last-child){margin-bottom:0.4rem;}
}


/* 神经干细胞 */
.Tec_Advantage_sjgxb .Tec_Advantage_sjgxbBox ul{display: flex;flex-wrap: wrap;margin-left:-4%;}
.Tec_Advantage_sjgxb .Tec_Advantage_sjgxbBox ul li{width:29.33%;margin-left:4%;position: relative;border-radius: 0.1rem;overflow: hidden;}
.Tec_Advantage_sjgxb .Tec_Advantage_sjgxbBox ul li .img{padding-top:152%;border-radius: 0.1rem;;}
.Tec_Advantage_sjgxb .Tec_Advantage_sjgxbBox ul li .img::after{content:'';display: block;width:100%;height:100%;background: url(../images/jsmaskbg.png) no-repeat bottom center;background-size: 100%;position: absolute;bottom:0;left:0;}
.Tec_Advantage_sjgxb .Tec_Advantage_sjgxbBox ul li .txt{position: absolute;bottom:0;left:0;width:100%;padding:0.5rem;color:#fff;}
.Tec_Advantage_sjgxb .Tec_Advantage_sjgxbBox ul li .txt .line{height:2px;background: linear-gradient(90deg, #0D5C96 0%, #70B323 100%);margin:0.1rem 0;}
.Tec_Advantage_sjgxb .Tec_Advantage_sjgxbBox ul li .txt .dec{min-height:1.6rem;}

@media(max-width:1024px){
    .Tec_Advantage_sjgxb .Tec_Advantage_sjgxbBox ul li .txt{padding:0.2rem;}
}

@media(max-width:640px){
    .Tec_Advantage_sjgxb .Tec_Advantage_sjgxbBox ul li{width:96%;margin-bottom:3%;}
}

/* 诱导多能干细胞 */
.Tec_Advantage_yd .Tec_Advantage_ydBox{position: relative;padding:0.6rem;border-radius: 0.1rem;background: #fff;}
.Tec_Advantage_yd .Tec_Advantage_ydBox .img{width:22%;border-radius: 0.1rem;padding-top:5.4rem;position: absolute;left:50%;top:0.6rem;transform: translateX(-50%);}
.Tec_Advantage_yd .Tec_Advantage_ydBox ul::after{content:'';display: block;clear: both;}
.Tec_Advantage_yd .Tec_Advantage_ydBox ul li{width:33.5%;float:left;border-radius: 0.1rem;background:#edf2f5;padding:0.2rem 0.3rem;margin-bottom:0.3rem;}

.Tec_Advantage_yd .Tec_Advantage_ydBox ul li:nth-child(2n){float:right;}
.Tec_Advantage_yd .Tec_Advantage_ydBox ul li .line{height:2px;background: linear-gradient(90deg, #0D5C96 0%, #70B323 100%);margin:0.1rem 0;}
.Tec_Advantage_yd .Tec_Advantage_ydBox ul li .dec{line-height: 1.68;}

.Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul{display: flex;flex-wrap: wrap;}
.Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li{width:50%;position: relative;border-left:1px solid #fff;border-bottom:1px solid #fff;}
.Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li .img{padding-top:60%;}
.Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li .img::after{content:'';display: block;width:100%;height:100%;position: absolute;bottom:0;left:0;}
.Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li .txt{position: absolute;width:100%;bottom:0;left:0;padding:0.4rem;max-height:100%;color:#fff;}
.Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li .img::after{background: linear-gradient(0deg, #121F34 0%, rgba(32,28,67,0) 100%);}
.Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li:hover .img::after{background: linear-gradient(0deg, #143B75 0%, rgba(32,28,67,0) 100%);}
.Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li .dec{margin-top:0;height:0;opacity: 0;transition: all .5s;overflow: hidden;line-height: 1.68;margin-top:0.1rem;transform: translateY(0.5rem);}
.Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li:hover .dec{height:auto;opacity: 1;transform: translateY(0);}

@media(max-width:1024px){
    .Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li .txt{padding:0.2rem;}
}

@media(max-width:768px){
    .Tec_Advantage_yd .Tec_Advantage_ydBox .img{position: relative;transform: translateX(0);top:0;width:100%;left:0;margin-bottom:0.3rem;padding-top:130%;}
    .Tec_Advantage_yd .Tec_Advantage_ydBox ul li{width:48%;margin-bottom:4%;}
    .Tec_Advantage_yd .Tec_Advantage_ydBox ul::after{display: none;}
    .Tec_Advantage_yd .Tec_Advantage_ydBox ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .Tec_Advantage_yd .Tec_Advantage_ydBox{padding:0.2rem;}  

}

@media(max-width:640px){
    .Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li{width:100%;} 
    .Tec_Cell_Valueyd .Tec_Cell_ValueydBox ul li .txt{overflow: auto;}
}


/* 专家墙 */
.Team .TeamBox{display: flex;flex-wrap: wrap;margin-left:-2%;}
.Team .TeamBox .item{width:23%;margin-left:2%;margin-bottom:2%;background: url(../images/zjboxbg.jpg) no-repeat center center;background-size: cover;transition: all .5s;}
.Team .TeamBox .item a{display: block;position: relative;padding:0.1rem;overflow: hidden;}
.Team .TeamBox .item .showbox{border:1px solid #ceddea;padding-bottom:0.3rem;transition: all .5s;}
.Team .TeamBox .item .showbox .img{width:2.1rem;height:2.1rem;border-radius: 50%;border:1px solid #ceddea;padding:0.1rem;margin:0.6rem auto 0.5rem;}
.Team .TeamBox .item .showbox .img .imgbox{width:100%;height:100%;border-radius: 50%;background: linear-gradient(0deg, #3267A4 0%, #97C0E1 100%);;}
.Team .TeamBox .item .showbox .img img{position: absolute;top:0.2rem;left:50%;transform: translateX(-50%);object-fit: contain;}
.Team .TeamBox .item .showbox .txt{padding:0 0.05rem;text-align: center;}
.Team .TeamBox .item .showbox .txt .tag{color:#1255a0;line-height: 0.23rem;min-height:0.46rem;}
.Team .TeamBox .item .hidebox{width:100%;position: absolute;top:100%;left:0;background: url(../images/zjboxbg.jpg) no-repeat center center;background-size: cover;height:100%;padding:0.4rem 0.3rem;transition: all .5s;}
.Team .TeamBox .item .hidebox::before{content:'';display: block;height:0.08rem;background: linear-gradient(90deg, #70B323, #FFFFFF);position: absolute;top:0;left:0;width:0;transition: all .5s .3s;opacity: 0;}
.Team .TeamBox .item:hover .hidebox::before{width:100%;opacity: 1;}
.Team .TeamBox .item .hidebox .con{margin:0.2rem 0;max-height:70%;}
.Team .TeamBox .item .hidebox .con p{padding-left:0.15rem;position: relative;color:#666;}
.Team .TeamBox .item .hidebox .con p::before{content:"";display: block;width:0.05rem;height:0.05rem;border-radius: 50%;background: #1255A0;position: absolute;left:0;top:0.13rem;}
.Team .TeamBox .item .hidebox .more{position: absolute;right:0.3rem;bottom:0.4rem;color:#1255A0;display: flex;align-items: center;}
.Team .TeamBox .item .hidebox .more img{display: inline-block;margin-left:0.08rem;width:0.07rem;}
.Team .TeamBox .item:hover .hidebox{top:0;}
.Team .TeamBox .item:hover .showbox{opacity: 0;}
.Team .TeamBox .item:hover{box-shadow: 3px 4px 16px 0px rgba(18,85,160,0.16);}

@media(max-width:1024px){
    .Column_tit{font-weight: bold;}
}

@media(max-width:768px){
    .Team .TeamBox .item{width:31.33%;}
}

@media(max-width:640px){
    .Team .TeamBox .item{width:48%;}
    .Team .TeamBox .item .showbox .img{width:1.6rem;height:1.6rem;margin:0.4rem auto 0.3rem;}
}


/* 专家墙详情 */
.TeamInfo .TeamInfoTit{margin-bottom:0.9rem;}
.TeamInfo .TeamInfoTit .line{height:0.05rem;border-top:0.02rem solid #bcd2e6;border-bottom:0.01rem solid #bcd2e6;margin-top:0.2rem;}
.TeamInfo .TeamInfoCon{padding:0 0.8rem;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.TeamInfo .TeamInfoCon .TeamInfoImg{width:36.875%;padding:0.16rem;position: relative;}
.TeamInfo .TeamInfoCon .TeamInfoImg .img{width:100%;padding-top:100%;border-radius: 50%;background: linear-gradient(0deg, #4070A4 0%, #C3DEF1 100%);position: relative;overflow: hidden;}
.TeamInfo .TeamInfoCon .TeamInfoImg .img img{position: absolute;left:50%;bottom:0rem;transform: translateX(-50%);}
.TeamInfo .TeamInfoCon .TeamInfoImg .boxbg{width:100%;height:100%;background: url(../images/yuan.png) no-repeat center center;background-size: 100% 100%;position: absolute;left:0;top:0;}

.TeamInfo .TeamInfoCon .TeamInfoTxt{width:57%;}
.TeamInfo .TeamInfoCon .TeamInfoTxt .box {margin-bottom:0.5rem;}
.TeamInfo .TeamInfoCon .TeamInfoTxt .box .con{margin-top:0.15rem;}
.TeamInfo .TeamInfoCon .TeamInfoTxt .box .con p{padding-left:0.15rem;position: relative;}
.TeamInfo .TeamInfoCon .TeamInfoTxt .box .con p::before{content:"";display: block;width:0.05rem;height:0.05rem;border-radius: 50%;background: #1255A0;position: absolute;left:0;top:0.13rem;}


@media(max-width:1024px){
    .TeamInfo .TeamInfoTit{margin-bottom:0.4rem;}
    .TeamInfo .TeamInfoTit .tit{font-weight: bold;}
    .TeamInfo .TeamInfoCon{padding:0;}
    .TeamInfo .TeamInfoCon .TeamInfoImg{padding:0.14rem;}
}

@media(max-width:640px){
    .TeamInfo .TeamInfoCon .TeamInfoImg{width:60%;margin:0 auto;}
    .TeamInfo .TeamInfoCon .TeamInfoTxt{width:100%;margin-top:0.3rem;}
    .TeamInfo .TeamInfoCon .TeamInfoImg{padding:0.08rem;}
}

/* 健康知识 */
.HealthNews .HealthNewsBox ul{display: flex;flex-wrap: wrap;margin-left:-3%;}
.HealthNews .HealthNewsBox li{border-radius: 0.1rem;transition: all .5s;width:30.33%;margin-left:3%;margin-bottom:3%;}
.HealthNews .HealthNewsBox li .img{padding-top:62%;}
.HealthNews .HealthNewsBox li a{display: block;border-radius: 0.1rem;overflow: hidden;background: rgba(255,255,255,1);transition: all .5s;}
.HealthNews .HealthNewsBox li .txt{padding:0.3rem;padding-left:1.15rem;position: relative;}
.HealthNews .HealthNewsBox li .txt .date{position: absolute;left:0.3rem;top:0.3rem;line-height: 1.1;color:#333333;}
.HealthNews .HealthNewsBox li .txt .date p{}
.HealthNews .HealthNewsBox li .txt .date span{font-size: 0.12rem;color:#999999;}
.HealthNews .HealthNewsBox li .txt .tit{line-height: 1.5;color:#000;transition: all .5s;}
.HealthNews .HealthNewsBox li .txt .dec{line-height: 1.5;margin:0.12rem 0 0.2rem 0;}
.HealthNews .HealthNewsBox li .txt .time{display: none;}

.HealthNews .HealthNewsBox li .txt .date::after{content:"";width:0.12rem;height:0.31rem;background: url(../images/line1.png) no-repeat center center;background-size: contain;position: absolute;left:120%;top:0.05rem;}
.HealthNews .HealthNewsBox li:hover .img span{transform: scale(1.05);}
.HealthNews .HealthNewsBox li:hover .txt .tit{color:#005076;}
.HealthNews .HealthNewsBox li:hover a{background: #fff;}
.HealthNews .HealthNewsBox li:hover .more_com{width:0.8rem;}
.HealthNews .HealthNewsBox li:hover{box-shadow: 0 0 10px rgba(0,0,0,0.18);}
.HealthNews .HealthNewsBox li:hover a{transform: translateY(-5px);}

@media(max-width:640px){
    .HealthNews .HealthNewsBox li{width:47%;}
    .HealthNews .HealthNewsBox li .txt{padding:0.2rem;}
    .HealthNews .HealthNewsBox li .txt .date{display: none;}
    .HealthNews .HealthNewsBox li .txt .time{display: block;color:#888;}
}

/* 新闻详情 */
.Info .InfoTit{border-bottom:1px solid #dde5eb;padding-bottom:0.3rem;margin-bottom:0.4rem;line-height: 1.68;}
.Info .InfoTit .date{margin-top:0.1rem;color:#999;}
.Info .InfoTit .date span{display: inline-block;margin:0 0.1rem;}
.Info .InfoTit .date span i{color:#1255a0;}
.Info .InfoCon{line-height: 2;}
.Info .InfoCon img{display: block;margin:0 auto;height:auto !important;}
.Info .InfoCon *{font-family:sans-serif !important;line-height:1.875 !important;}
/* .Info .InfoCon *{text-indent:2em;}
 */
.Info .InfoPage{padding-top:0.4rem;margin-top:0.6rem;position: relative;padding-right:3rem;border-top:1px solid #dde5eb;}
.Info .InfoPage .goback{position: absolute;right:0;top:0.5rem;}
.Info .InfoPage .goback a{display: flex;width:2.2rem;height:0.6rem;border-radius: 0.6rem;background: #87c536;color:#fff;align-items: center;justify-content: center;}
.Info .InfoPage .goback img{display: inline-block;margin-left:0.1rem;width:0.22rem;}
.Info .InfoPage dl dd{line-height: 0.4rem;}
.Info .InfoPage dl dd span{color:#999;}
.Info .InfoPage dl dd:hover a{color:#1255A0;}

@media(max-width:640px){
    .Info .InfoTit{padding:0.2rem 0;}
    .Info .InfoTit .tit{font-weight: bold;}
    .Info .InfoPage{padding-right:0;}
    .Info .InfoPage .goback{position: static;margin-bottom:0.15rem;}
    .Info .InfoPage .goback a{width:1.5rem;height:0.4rem;}
    .Info .InfoCon video{width:100% !important;height:auto !important;}
}


/* 大事记 */
.SelectBox{display: inline-block;margin-left:0.3rem;width:2.2rem;line-height: 0.5rem;box-sizing: border-box;position: relative;border-radius: 0.5rem;background: #fff;}
.SelectBox .SelectTxt span{display: block; padding-right: 0.3rem; background: url(../images/selectarr.png) no-repeat right 0.3rem center;padding-right:0.5rem;padding-left:0.3rem;background-size: 0.11rem;}
.SelectBox .SelectUl{position: absolute; left: 0; right: 0; top: 102%; z-index: 999; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); display: none; max-height: 2.4rem; overflow: auto;border-radius: 0.05rem;}
.SelectBox .SelectUl .ul li a{display: block; line-height: 0.4rem; padding: 0 0.3rem; color: #333;border:none;}
.SelectBox .SelectUl .ul li:hover a{background: #1255A0;color:#fff;}

.Events_focus .slick-list{margin-left:-0.4rem;}
.Events_focus .item{border-radius: 0.1rem;transition: all .5s;margin-left:0.4rem;}
.Events_focus .item .img{padding-top:62%;}
.Events_focus .item a{display: block;border-radius: 0.1rem;overflow: hidden;background: rgba(255,255,255,1);transition: all .5s;}
.Events_focus .item .txt{padding:0.3rem;padding-left:1.15rem;position: relative;}
.Events_focus .item .txt .date{position: absolute;left:0.3rem;top:0.3rem;line-height: 1.1;color:#333333;}
.Events_focus .item .txt .date p{}
.Events_focus .item .txt .date span{font-size: 0.12rem;color:#999999;}
.Events_focus .item .txt .tit{line-height: 1.5;color:#000;transition: all .5s;}
.Events_focus .item .txt .dec{line-height: 1.5;margin:0.12rem 0 0.2rem 0;}
.Events_focus .item .txt .time{display: none;}

.Events_focus .item .txt .date::after{content:"";width:0.12rem;height:0.31rem;background: url(../images/line1.png) no-repeat center center;background-size: contain;position: absolute;left:120%;top:0.05rem;}
.Events_focus .item:hover .img span{transform: scale(1.05);}
.Events_focus .item:hover .txt .tit{color:#005076;}
.Events_focus .item:hover a{background: #fff;}
.Events_focus .item:hover .more_com{width:0.8rem;}
.Events_focus .item:hover{box-shadow: 0 0 10px rgba(0,0,0,0.18);}
.Events_focus .item:hover a{transform: translateY(-5px);}


@media(max-width:640px){
    .Events_focus .slick-list{margin-left:-0.2rem;}
    .Events_focus .item{margin-left:0.2rem;}
    .Events_focus .item .txt{padding:0.2rem;}
    .Events_focus .item .txt .date{display: none;}
    .Events_focus .item .txt .time{display: block;color:#888;}
    .Events_focus .slick-arrow{top:15%;}
    .Events_focus .slick-prev{left:0.1rem;}
    .Events_focus .slick-next{right:0.1rem;}
}

.FilterBox{margin:0.9rem 0 0.4rem;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}


.Events_List ul li{transition: all .5s;}
.Events_List ul li .w1440{padding:0.5rem 0;border-bottom:1px solid #d8dde1;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;flex-direction: row-reverse;}
.Events_List ul li .img{width:31.25%;padding-top:19.5%;border-radius: 0.1rem;}
.Events_List ul li .txt{width:60.5%;}
.Events_List ul li .txt .date{color:#999;}
.Events_List ul li .dec{color:#666;margin:0.1rem 0 0.3rem 0}

.Events_List ul li:hover{background: rgba(255,255,255,0.8);box-shadow: 3px 4px 16px 0px rgba(135,197,54,0.12);}
.Events_List ul li:hover .img span{transform: scale(1.05);}
.Events_List ul li:hover .txt .more_com{width:0.8rem;}

.Load{text-align: center;margin-top:0.6rem;}

@media(max-width:640px){
    .FilterBox{margin:0.4rem 0 0.2rem 0;}
    .FilterBox .name{width:100%;font-weight: bold;}
    .FilterBox .FilterList{display: flex;width:100%;justify-content: space-between;}
    .FilterBox .FilterList .SelectBox{width:48%;margin-left:0;}
    .Events_List ul li .w1440{padding:0.3rem 0;}
    .Events_List ul li .txt{width:100%;margin-top:0.2rem;}
    .Events_List ul li .img{width:100%;padding-top:62%;}
}


/* 荣誉资质 */
.HonorNav{position: relative;}
.HonorNav ul{width:100%;position: absolute;top:50%;left:0;text-align: center;margin-top:-0.25rem;}
.HonorNav ul li{display: inline-block;margin:0 0.05rem;min-width:1.28rem;line-height: 0.5rem;border-radius: 0.5rem;background: #fff;}
.HonorNav ul li a{display: block;padding:0 0.2rem;}
.HonorNav ul li.on{background: linear-gradient(125deg, #70B323, #0D5C96);}
.HonorNav ul li.on a{color:#fff;}
.HonorNav ul li:hover{background: linear-gradient(125deg, #70B323, #0D5C96);}
.HonorNav ul li:hover a{color:#fff;}

.HonorList ul{display: flex;flex-wrap: wrap;margin-left:-3%;}
.HonorList ul li{width:17%;margin-left:3%;margin-bottom:2%;}
.HonorList ul li .img{padding-top:141%;transition: all .5s;}
.HonorList ul li .img .box{padding:0.15rem;background: url(../images/honorboxbg.png) no-repeat center center;background-size: 100% 100%;}
.HonorList ul li .img:hover img{transform: scale(1);}
.HonorList ul li .img .box img{object-fit: contain;}
/* .HonorList ul li:hover .img{transform: scale(1.05);} */
.HonorList ul li .tit{text-align: center;line-height: 1.68;margin-top:0.15rem;padding:0 0.2rem;}

@media(max-width:640px){
    .HonorNav ul{position: static;margin-top:0;margin-bottom:0.3rem;}
    .HonorNav ul li{min-width:1rem;line-height: 0.4rem;}
    .HonorList ul li{width:47%;}
}

/* 中心简介 */
.AbotBan{position: relative;min-height:7.6rem;}
.AbotBan .img{position: absolute;left:0;top:0;width:100%;height:100%;}
.AbotBan .BanBox{position: relative;z-index:99;padding:0.4rem 0 0.8rem 0;}
.AbotBan .Localtion{color:#fff;margin-bottom:0.8rem;}
.AbotBan .Localtion a{color:#fff;}
.AbotBan .Localtion span{color:#fff;}

.nTit_about{line-height: 1.35;}
.nTit_about .cn{color:#333;}
.nTit_about .en{color:#999;}
.nTit_about_white{color:#fff;}
.nTit_about_white .cn{color:#fff;}
.nTit_about_white .en{color:#fff;}

.AbotBan .BanTxt{color:#fff;margin-top:1rem;max-width:6.3rem;}
.AbotBan .BanTxt .tit{position: relative;}
.AbotBan .BanTxt .tit:before{width:40%;height:0.1rem;border-radius: 0.1rem;position: absolute;left:0;bottom:0.15rem;content:'';background: linear-gradient(to right, #67AC2D,rgba(103,172,45,0));}
.AbotBan .BanTxt .tit span{position: relative;z-index:9;}
.AbotBan .BanTxt .en{line-height: 1.1;margin-bottom:0.28rem;}
.AbotBan .BanTxt .con{line-height: 2;}

@media(max-width:1024px){
    .nTit_about .cn{font-weight: bold;}
    .AbotBan .BanTxt .tit:before{bottom:0.08rem;}
}

.pd90{padding:0.9rem 0;}

.AboutPart1{background: url(../images/aboutbg1.jpg) no-repeat top center;background-size: cover;}
.AboutPart1 .txt{width:49%;max-height:7.9rem;overflow-y:auto;}
.AboutPart1 .img{width:48%;padding-top:0;}
.AboutPart1 .img .img1{border-radius: 0.1rem;overflow: hidden;}
.AboutPart1 .img .img1 img{width:100%;}
.AboutPart1 .img .img2{position: relative;margin-top:0.2rem;display: flex;justify-content: center;}
.AboutPart1 .img .img2::before{content:'';display: block;width:100%;height:1.14rem;border-radius: 0.1rem;background: #fff;opacity: 0.5;position: absolute;bottom:-0.2rem;left:0;display:none;}
.AboutPart1 .img .img2 dl{display: flex;justify-content: space-between;position: relative;}
.AboutPart1 .img .img2 dl dd{width:48.5%;cursor:pointer;display:block !important;}
.AboutPart1 .img .img2 dl i{display: block;width:0.16rem;height:0.16rem;position: absolute;}
.AboutPart1 .img .img2 dl i:nth-child(1){left:0;top:0;border-left:0.02rem solid #555555;border-top:0.02rem solid #555555;}
.AboutPart1 .img .img2 dl i:nth-child(2){right:0;top:0;border-right:0.02rem solid #555555;border-top:0.02rem solid #555555;}
.AboutPart1 .img .img2 dl i:nth-child(3){left:0;bottom:0;border-left:0.02rem solid #555555;border-bottom:0.02rem solid #555555;}
.AboutPart1 .img .img2 dl i:nth-child(4){right:0;bottom:0;border-right:0.02rem solid #555555;border-bottom:0.02rem solid #555555;}

.AboutPart1 .Partner{margin-top:0.9rem;}
.AboutPart1 .Partner .load-partner li{margin:0.1rem;line-height: 1.1rem;height:1.1rem;box-shadow: 0 0 0.1rem 0px rgba(18,85,160,0.05);background: #fff;border-radius: 0.03rem;display: flex;align-items: center;justify-content: center;}
.AboutPart1 .Partner .load-partner li img{max-width:90%;max-height:90%;width:100%;}

@media(max-width:1024px){
    .pd90{padding:0.45rem 0;}
    .AboutPart1 .Partner{margin-top:0.45rem;}
}

@media(max-width:768px){
    .AboutPart1 .txt{width:100%;max-height:none;}
    .AboutPart1 .img{width:100%;margin-top:0.3rem;}
    .AboutPart1 .Partner .load-partner li{line-height: 0.7rem;height:0.7rem;}
}

.AboutPart2{background: url(../images/aboutbg2.jpg) no-repeat top center;background-size: cover;}
.AboutPart2 .PartBox_1{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.AboutPart2 .PartBox_1 .PartTxt{width:38.9%;}
.AboutPart2 .PartBox_1 .PartTxt .con{margin-top:0.3rem;}
.AboutPart2 .PartBox_1 .PartTxt .con strong{color:#1255A0;}



.AboutPart2 .PartBox_1 .PartImg{width:50%;border-radius: 0.1rem;overflow: hidden;}
.AboutPart2 .PartBox_1 .PartImg img{width:100%;}

.AboutPart2 .PartBox_2{position: relative;margin:0.9rem 0;}
.AboutPart2 .PartBox_2 .partcon{position:relative;margin-top:0.4rem;}
.AboutPart2 .PartBox_2 .img{text-align: right;}
.AboutPart2 .PartBox_2 .img img{max-width:12.65rem;width:100%;}
/* .AboutPart2 .PartBox_2 .txt dl{display:none;} */
.AboutPart2 .PartBox_2 .txt{position: absolute;left:0;top:0;}
.AboutPart2 .PartBox_2 .txt .tit{font-weight: bold;color:#000;}
.AboutPart2 .PartBox_2 .txt dd{padding-left:0.25rem;position: relative;margin-top:0.1rem;}
.AboutPart2 .PartBox_2 .txt dd i{display: block;width:0.12rem;height:0.12rem;border-radius: 50%;position: absolute;left:0;top:50%;transform: translateY(-50%);}
.AboutPart2 .PartBox_2 .txt dd:nth-child(1) i{background: #204D96;}
.AboutPart2 .PartBox_2 .txt dd:nth-child(2) i{background: #517AA0;}
.AboutPart2 .PartBox_2 .txt dd:nth-child(3) i{background: #517DB8;}
.AboutPart2 .PartBox_2 .txt dd:nth-child(4) i{background: #E9E8E8;}

@media(max-width:1024px){
    .AboutPart2 .PartBox_2{margin:0.4rem 0;}
    .AboutPart2 .PartBox_2 .img img{max-width:90%;}
}

@media(max-width:640px){
    .AboutPart2 .PartBox_1 .PartTxt{width:100%;}
    .AboutPart2 .PartBox_1 .PartImg{width:100%;margin-top:0.3rem;}
    .AboutPart2 .PartBox_2 .txt{position: static;margin-bottom:0.3rem;}
    .AboutPart2 .PartBox_2 .img img{max-width:100%;}
    .AboutPart2 .PartBox_2 .txt dl{display: flex;flex-wrap: wrap;}
    .AboutPart2 .PartBox_2 .txt dd:not(:last-child){margin-right:0.3rem;}
	.AboutPart2 .PartBox_2 .partcon{margin-top:0.2rem;}
	.AboutPart2 .PartBox_2 .nTit_about{text-align:left !important;}
	.AboutPart2 .PartBox_2 .nTit_about .cn{font-size:0.24rem;}
	.AboutPart2 .PartBox_2 .nTit_about .en{font-size:0.2rem;}

}

.About_listImg .slider{}
.About_listImg .slider .slick-list{margin-left:-0.2rem;padding:0 2.4rem 0 2.4rem;}
.About_listImg .slider .slick-track{padding:0.2rem 0;}
.About_listImg .slider .item{margin-left:0.2rem;text-align: center;transition: all .5s;border-radius: 0.08rem;}
.About_listImg .slider .item .img{padding-top:62%;border-radius: 0.08rem;transition: all .5s;}
.About_listImg .slider .item:hover{box-shadow: 0 13px 15px 0px rgba(18,85,160,0.05);}
.About_listImg .slider .item .txt{padding:0.12rem;opacity: 0;background: #fff;border-radius: 0 0 0.08rem 0.08rem;}
.About_listImg .slider .item:hover .txt{opacity: 1;}
.About_listImg .slider .item:hover .img{border-radius: 0.08rem 0.08rem 0 0;}
.About_listImg .slider .item:hover .img span{transform: scale(1.05);}


.slider_a .slick-arrow{width:0.5rem;height:0.5rem;border:none;background: rgba(18,85,160,0.5);position: absolute;top:45%;transform: translateY(-50%);}
.slider_a .slick-arrow:hover{background: #87C536;}
.slider_a .slick-prev{left:2.5rem;}
.slider_a .slick-next{right:2.5rem;}

@media(max-width:1024px){
    .About_listImg .slider .slick-list{padding:0 0.2rem;}   
    .slider_a .slick-arrow{top:50%;}
    .slider_a .slick-prev{left:0.3rem;}
    .slider_a .slick-next{right:0.3rem;}
    .About_listImg .slider .item .txt{opacity: 1;}
}

/* 联系我们 */
.AbotBan .BanTxt .tag{line-height: 1.6;}
.AbotBan .BanTxt .email{margin:0.2rem 0 0.3rem 0;}
.AbotBan .BanTxt .email .name{display: flex;align-items: center;color:#e2ffbd;}
.AbotBan .BanTxt .email .name img{display: inline-block;margin-right:0.1rem;width:0.2rem;}
.AbotBan .BanTxt .email .text{line-height: 1.2;}
.AbotBan .BanTxt .ewa li{display: inline-block;width:1.2rem;text-align: center;}
.AbotBan .BanTxt .ewa li p{line-height: 1.5;margin-top:0.1rem;}
.AbotBan .BanTxt .ewa li:not(:last-child){margin-right:0.5rem;}

.Join{padding-top:0.8rem;display:none;}
.JoinNav{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.JoinNav .search{max-width:6rem;height:0.48rem;border-radius: 0.48rem;background: #fff;padding-right:1.4rem;position: relative;width:100%;}
.JoinNav .search input{display: block;width:100%;height:0.48rem;padding:0 0.4rem 0 0.6rem;background: url(../images/search_b.png) no-repeat left 0.3rem center;background-size: 0.2rem;font-size: 0.18rem;}
.JoinNav .search button{width:1.4rem;height:100%;border-radius: 0.48rem;font-size:0.18rem;background: #1255a0;color:#fff;position: absolute;right:0;top:0;}

.JobList .item{border-bottom:0.02rem solid #eaf2f8;background: #f6fafd;}
.JobList .item:nth-child(2n){background: #fff;}
.JobList .ultit{display: flex;flex-wrap: wrap;justify-content: space-between;cursor: pointer;}
.JobList .ultit li{padding:0 0.3rem;width:19%;line-height: 0.6rem;}
.JobList .itemtit{color:#999;}
.JobList .ultit li:nth-child(6){width:5%;display: flex;align-items: center;justify-content: center;}
.JobList .ultit li i{display: block;width:0.2rem;height:0.2rem;background: url(../images/jt.png) no-repeat center center;background-size: 0.07rem;}
.JobList .item .txt{padding:0.3rem;display: none;}
.JobList .item .txt .box{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom:0.4rem;}
.JobList .item .txt .box .name{width:12%;}
.JobList .item .txt .box .con{width:85%;}
.JobList .ultit.on i{background: url(../images/jtg.png) no-repeat center center;background-size: 0.14rem;}

@media(max-width:640px){
    .Join{padding-top:0.4rem;}
    .AbotBan .BanTxt .ewa li:not(:last-child){margin-right:0.3rem;}
    .JoinNav .search{margin-bottom:0.2rem;}
    .JobList .item .txt{padding:0.15rem;}
    .JobList .item .txt .box .name{width:100%;margin-bottom:0.05rem;}
    .JobList .item .txt .box .con{width:100%;}
    .JobList .ultit li{padding:0.18rem 0.15rem;width:25%;line-height: 1.4;}
    .JobList .ultit li:nth-child(3),
    .JobList .ultit li:nth-child(4){display: none;}
    .JobList .ultit li:nth-child(1){width:55%;}
    .JobList .ultit li:nth-child(2){display: none;}
    .JobList .ultit li:nth-child(6){width:20%;}
	.AbotBan .BanTxt .ewa{text-align:center;}
}


/* 发展历程 */
.History{padding-top:0.3rem;}
.History{display: flex;flex-wrap: wrap;flex-direction: row-reverse;justify-content: space-between;align-items: center;}
.History .Content{width:64%;}
.History .Year{width:24%;position: relative;}
.History .Year ul{position: relative;padding-bottom:1.2rem;}
.History .Year ul::before{content:'';display: block;width:1px;height:100%;background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.5),rgba(255,255,255,0));position: absolute;top:0.7rem;right:0.095rem;}
.History .Year ul li{position: relative;margin-bottom:0.5rem;}
.History .Year ul li i{display: block;width:0.2rem;height:0.2rem;border-radius: 50%;position: absolute;right:0;top:50%;transform: translateY(-50%);}
.History .Year ul li i::after{content:'';display: block;width:0.1rem;height:0.1rem;border-radius: 50%;border:1px solid #fff;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.History .Year ul li .time{font-size: 0.36rem;color:#fff;opacity: 0.5;transition: all .5s;width:50%;text-align: right;padding-right:0.4rem;}
.History .Year ul li .line{width:50%;height:1px;background: #fff;opacity: 0.5;position: absolute;right:0.15rem;top:50%;transform: translateY(-50%);}
.History .Year ul li.on .time{opacity: 1;font-size: 0.48rem;}
.History .Year ul li.on .line{opacity: 1;}
.History .Year ul li.on i{background: #87c536;}
.History .Year ul li.on i::after{background: #fff;width:0.06rem;height:0.06rem;}

.History .Year{overflow: auto;max-height:6rem;padding-right:0.1rem;}
.History .Year::-webkit-scrollbar-button{display: none;}
.History .Year::-webkit-scrollbar{width: 0.2rem; height:0.32rem;-webkit-overflow-scrolling : touch;background-color: transparent;}
.History .Year::-webkit-scrollbar-track{background-color: transparent;}
.History .Year::-webkit-scrollbar-thumb{background: url(../images/sb.png) no-repeat top 0.5rem center;background-size: contain;}
.History .Year::-webkit-scrollbar-button{height: 0px;background-color: #f5f5f5;}

.History .Content{position: relative;}
.History .Content .tabCon{position: absolute;width:100%;top:0;left:0;opacity: 0;visibility: hidden;transition: all .5s;padding-top:0.5rem;}
.History .Content .tabCon.on{opacity: 1;visibility: visible;position: relative;}
.History .Content .slider{padding-bottom:1.5rem;}
.History .Content .itembox{display: flex;flex-wrap: wrap;justify-content: space-between;align-items:center;}
.History .Content .item .img{width:70%;position: relative;}
.History .Content .item .img .tit{font-size: 0.2rem;text-align: center;color:#fff;margin-top:0.2rem;}
.History .Content .item .img .imgbox{border-radius: 0.1rem;padding-top:62%;}
.History .Content .item .txt{width:25%;color:#fff;}
.History .Content .item .txt .time{font-size: 0.6rem;line-height: 1;margin-bottom:0.2rem;text-align:center;}
.History .Content .item .txt .con *{font-size:0.20rem !important;}
.History .Content .item .txt .con p{padding-left:0.18rem;position: relative;margin-top:0.1rem;}
.History .Content .item .txt .con p::before{content:'';display: block;width:0.05rem;height:0.05rem;border-radius: 50%;background: #fff;position: absolute;left:0;top:0.16rem;}
.History .Content .item .txtcon{width:100%;margin-top:0.3rem;}

.History .slick-arrow{background: rgba(255,255,255,0.2);top:auto;transform: translateY(-50%);bottom:0;}
.History .slick-prev{left:13%;}
.History .slick-next{right:auto;left:22%;}

@media(max-width:1024px){
    .History .Year ul li .time{font-size: 0.24rem;font-weight: bold;}
    .History .Year ul li.on .time{font-size: 0.28rem;}
    .History .Content .item .txt .time{font-size: 0.3rem;}
    .History .Year{max-height:4.8rem;}
}


@media(max-width:640px){
    .History{align-items: flex-start;}
    .History .Year ul li .line{display: none;}
    .History .Year{width:30%;}
    .History .Content .tabCon{padding-top:0;}
    .History .Content .item .img{width:100%;}
    .History .Content .item .txt{width:100%;margin-top:0.3rem;}
	.History .Content .item .txtcon{margin-top:0;}
    .History .Content .item .img .tit{margin-top:0.1rem;}
    .History .slick-prev{left:0%;}
    .History .slick-next{left:22%;}
    .History .Content .item .txt .con{max-height:2.3rem;overflow:auto;padding-right:8px;}
	.History .Content .item .txt .con{overflow: auto;}
    .History .Content .item .txt .con::-webkit-scrollbar-button{display: none;}
    .History .Content .item .txt .con::-webkit-scrollbar{width: 2px; height:2px;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
    .History .Content .item .txt .con::-webkit-scrollbar-track{background-color: #f5f5f5;}
    .History .Content .item .txt .con::-webkit-scrollbar-thumb{border-radius: 2px;background-color: #c5c5c5;}
    .History .Content .item .txt .con::-webkit-scrollbar-button{height: 0px;background-color: #f5f5f5;}
}

.Tec_Common_nomask .Tec_CommonBox .img::after{display: none;}


/* 高浓度干细胞生物活性因子血浆等离子体 */
.Feature .FeatureBox ul{display: flex;flex-wrap: wrap;margin-left:-3%;}
.Feature .FeatureBox ul li{width:30.33%;margin-left:3%;border-radius: 0.1rem;background: #fff;transition: all .5s;}
.Feature .FeatureBox ul li .img{padding-top:83%;border-radius: 0.1rem 0.1rem 0 0;}
.Feature .FeatureBox ul li .img::after{content:'';width:100%;height:100%;background: url(../images/pfsbg.png) no-repeat bottom center;background-size: 100%;position: absolute;bottom:-1px;left:0;}
.Feature .FeatureBox ul li .txt{padding:0 0.5rem 0.3rem 0.5rem;}
.Feature .FeatureBox ul li .dec{margin-top:0.1rem;line-height: 1.6667;}

.Feature .FeatureBox ul li:hover{box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);}
.Feature .FeatureBox ul li:hover .img span{transform: scale(1.05);}

.LinChuangTest .item{border-radius: 0.1rem;background: #fff;display: flex;flex-wrap: wrap;justify-content: space-between;overflow: hidden;}
.LinChuangTest .item .itemLeft{width:55.55%;padding:0.6rem  0.8rem;}

.LinChuangTest .item .itemLeft .yuan_bl{padding:0.2rem 0;}
.LinChuangTest .item .itemLeft .yuan_bl ul li{width:33.33%;}
.LinChuangTest .item .itemLeft .yuan_bl ul{display: flex;flex-wrap: wrap;justify-content: space-between;text-align: center;}
.LinChuangTest .item .itemLeft .yuan_bl ul .box{width:1.81rem;height:1.81rem;position: relative;margin:0 auto;}
.LinChuangTest .item .itemLeft .yuan_bl ul .box .icon{width:100%;height:100%;position: absolute;left:0;top:0;}
.LinChuangTest .item .itemLeft .yuan_bl ul .box .txt{width:100%;position: absolute;left:0;top:50%;transform: translateY(-50%);text-align: center;line-height: 1.3;}
.LinChuangTest .item .itemLeft .yuan_bl ul .box .txt .num{font-weight: bold;color:#1255A0;}
.LinChuangTest .item .itemLeft .yuan_bl ul .dec{margin-top:0.2rem;line-height: 1.6;}

.LinChuangTest .item .itemLeft .tag_dl dd{line-height: 0.6rem;border-radius: 0.6rem;background-image: linear-gradient(to left, #0d5c96, #70b323);text-align: center;color:#fff;margin-top:0.2rem;}
.LinChuangTest .item .itemLeft .con{text-align: center;margin-top:0.3rem;line-height: 1.5;}
.LinChuangTest .item .itemRight{width:40.625%;border-radius: 0.1rem;background: #3f75b1;position: relative;padding:0.7rem 0.8rem;}
.LinChuangTest .item .itemRight .big_img{width:107.7%;position: absolute;bottom:0;right:0;}
.LinChuangTest .item:not(:last-child){margin-bottom:0.6rem;}

.LinChuangTest .item2{flex-direction: row-reverse;}
.LinChuangTest .item2 .itemLeft .con{text-align: left;margin-bottom:0.3rem;}
.LinChuangTest .item2 .itemLeft .yuan_bl{padding:0;}
.LinChuangTest .item2 .itemLeft .yuan_bl ul li{width:50%;margin:0.2rem 0;}
.LinChuangTest .item2 .itemRight{color:#fff;text-align: center;}
.LinChuangTest .item2 .itemRight ul li:not(:last-child){margin-bottom:0.3rem;}
.LinChuangTest .item2 .itemRight ul li img{border-radius: 0.08rem;height:2.36rem;}
.LinChuangTest .item2 .itemRight ul li .text{margin-top:0.1rem;}

@media(max-width:1024px){
    .LinChuangTest .item .itemLeft{padding:0.4rem;}
    .LinChuangTest .item .itemLeft .yuan_bl{padding:0;}
    .LinChuangTest .item .itemLeft .yuan_bl ul .box{width:1.4rem;height:1.4rem;}
    .LinChuangTest .item .itemLeft .tag_dl dd{line-height: 0.5rem;border-radius: 0.5rem;}
    .LinChuangTest .item .itemRight{padding:0.5rem;}
}

@media(max-width:640px){
    .Feature .FeatureBox ul li{width:97%;margin-bottom:0.2rem;}
    .LinChuangTest .item .itemLeft{width:100%;}
    .LinChuangTest .item .itemRight{width:100%;}
    .LinChuangTest .item .itemRight .big_img{position: static;width:100%;}
    .LinChuangTest .item .itemLeft .yuan_bl ul li{width:50%;margin:0.2rem 0;}
}

.home_video_box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 100;}
.home_video_box video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 101;object-fit: cover;}
.home_video_box .close{position: absolute;right: 5%;top: 10%;width:0.5rem;height:0.5rem;background: url(../images/close_black.svg) no-repeat center center #fff;background-size: 0.24rem;border-radius: 50%;text-align: center;cursor: pointer;z-index: 200;box-shadow: 0 10px 10px rgba(0,0,0,0.1);z-index:999;}

/* 荣誉资质新 */
.HonorNav_1{line-height: 0.8rem;border-bottom:1px solid rgba(18,85,160,0.1);margin-bottom: 0.5rem;transition: all .5s;}
.HonorNav_1 ul{white-space: nowrap;display: flex;flex-wrap: wrap;}
.HonorNav_1 ul li{display: inline-block;margin-right:0.5rem;padding:0 0.15rem;position: relative;}
.HonorNav_1 ul li::after{content:"";display: block;width:100%;height:0.03rem;background-image: linear-gradient(to right, #0d5c96, #70b323);position: absolute;bottom:0;left:0;transition: all .5s;transform: rotateY(90deg);opacity: 0;}
.HonorNav_1 ul li:last-child{margin-right:0;}
.HonorNav_1 ul li.onli::after{opacity: 1;transform: rotateY(0);}
.HonorNav_1 ul li.onli a{font-weight: bold;color:#1255A0;}

.HonorList {margin-bottom:0.5rem;}
.HonorList ul{align-items: flex-start;}
.HonorList .swiper-slide{transition: all .5s;position: relative;padding-bottom:1.4rem;}
.HonorList .swiper-slide a{position: relative;display: block;}
.HonorList .swiper-slide .img{transition: all .5s;padding-top:141%;}
.HonorList .swiper-slide .tit{transition: all .5s;position: absolute;top:100%;left:0;width:100%;text-align: center;margin-top:0.15rem;line-height: 1.6;padding: 0 0.15rem;}
.HonorList .swiper-slide .img::after{width:100%;height:100%;position: absolute;content:'';display: block;background-image: linear-gradient(to right, #0d5c96, #70b323);left:0;top:0;opacity: 0;transition: all .5s;}
.HonorList .swiper-slide:hover .img::after{opacity: 1;}
.HonorList .swiper-slide:hover .img{border-radius: 0.1rem;}
.HonorList .swiper-slide:hover{border-radius: 0.1rem;}
.HonorList .swiper-slide:hover .tit{top:50%;transform: translateY(-50%);color:#fff;}

.HonorList#HonorList15 .swiper-slide .img{padding-top:72%;}
.HonorList#HonorList16 .swiper-slide .img{padding-top:72%;}
.HonorList#HonorList17 .swiper-slide .img{padding-top:72%;}
.HonorList_h .swiper-slide .img{padding-top:72%;}

.HonorNav_1.fix{position: fixed;width:100%;left:0;background: #f7f8f9;line-height: 0.6rem;z-index:99;top:1rem;}

.HonorList .swiper-button-prev,.HonorList .swiper-button-next{bottom:0;top:auto;margin-top:0;opacity: 1 !important;}
.HonorList .swiper-button-next{left:0.6rem;right:auto;}
.HonorList .swiper-pagination-progressbar{bottom:0.12rem;top:auto !important;height:0.05rem !important;border-radius: 0.03rem;left:auto !important;right:0;background: #fff !important;width:calc(100% - 1.2rem) !important;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #0b4067 !important;border-radius: 0.03rem;}

@media(max-width:1024px){
    .HonorNav_1.fix{top:0.7rem;}
}
@media(max-width:640px){
    .HonorNav_1 ul li{margin-right:0.3rem;}
    .HonorList .swiper-pagination-progressbar{width:100% !important;}
    .HonorList .swiper-button-prev,.HonorList .swiper-button-next{top:30%;bottom:auto;background: #70B323;border:1px solid #70B323;z-index:99 !important;pointer-events:all !important;}
    .HonorList .swiper-button-next{right:10px;left:auto;}
    .HonorList .swiper-button-prev::after,.HonorList .swiper-button-next::after{border:1px solid #fff;border-right:none;border-bottom:none;}
    .HonorList#HonorList17 .swiper-button-prev,.HonorList#HonorList17 .swiper-button-next{top:22%;}
    .HonorList_h .swiper-button-prev,.HonorList_h .swiper-button-next{top:22%;}
}

.sec-6{background-position: bottom center;background-size: cover;position: relative;}
.sec-6 .bg{position: absolute;width:100%;height:100%;left:0;top:0;}
.sec-6 .bg .imgbox{height:100%;}
.sec-6 .bg .imgbox .wap{display: none;}
.HomeAbout{padding:1rem 0;width:100%;position: relative;z-index:9;}
.HomeAbout .HomeTit{color:#fff;}
.HomeAbout .HomeTit .tit{color:#fff;}
.HomeAbout .HomeTit .dec{color:#fff;}
.HomeAbout .HomeAboutBox{color:#fff;max-width:6.4rem;margin-top:1rem;}
.HomeAbout .HomeAboutBox .con{line-height: 2;margin:0.3rem 0 0.8rem 0;}
.HomeAbout .HomeAboutBox .common_more{background: #70B323;border:1px solid #70B323;}
.HomeAbout .HomeAboutBox .common_more a{color:#fff;}
.HomeAbout .HomeAboutBox .common_more i{border-top: 0.02rem solid #fff;border-right: 0.02rem solid #fff;}
.HomeAbout .HomeAboutBox .tit{position: relative;display: inline-block;line-height: 1.2;}
.HomeAbout .HomeAboutBox .tit::before{content:'';display: block;width:100%;height:0.1rem;border-radius: 0.1rem;background: linear-gradient(90deg, #70B323,rgba(255,255,255,0), rgba(255,255,255,0));position: absolute;bottom:0;left:0;}
.HomeAbout .HomeAboutBox .tit em{position: relative;z-index:9;}
.HomeAbout .HomeAboutBox .en{text-transform: uppercase;line-height: 1.3;margin-top:0.1rem;letter-spacing: 1px;}
.HomeAbout .HomeAboutBox ul{display: flex;flex-wrap: wrap;}
.HomeAbout .HomeAboutBox ul li{border-radius: 0.1rem;background: rgba(255,255,255,0.9);margin-right:0.33rem;}
.HomeAbout .HomeAboutBox ul li a{display: block;padding:0.3rem 0.4rem;text-align: center;}
.HomeAbout .HomeAboutBox ul li .icon{width:0.5rem;height:0.5rem;line-height: 0.5rem;margin:0 auto;}
.HomeAbout .HomeAboutBox ul li .icon img{max-height:100%;}
.HomeAbout .HomeAboutBox ul li .name{margin-top:0.15rem;}
.HomeAbout .HomeAboutBox ul li:hover{background-image: linear-gradient(to right, #0d5c96, #70b323);}
.HomeAbout .HomeAboutBox ul li:hover .name{color:#fff;}
.HomeAbout .HomeAboutBox ul li:last-child{margin-right:0;}
.HomeAbout .HomeAboutBox ul li:hover .icon img{filter: brightness(0) invert(1);}
.HomeAbout .HomeAboutBox ul li:hover .icon{ -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;}
@media(max-width:640px){
    .HomeAbout .HomeAboutBox ul li{margin:0.2rem 0 !important;max-width:30%;}
    .HomeAbout .HomeAboutBox ul li a{padding:0.12rem;}
    .HomeAbout .HomeAboutBox ul li .icon{width:0.4rem;height:0.4rem;line-height: 0.4rem;}
    .sec-6 .bg .imgbox .pc{display: none;}
    .sec-6 .bg .imgbox .wap{display: block;}
    .HomeAbout .HomeAboutBox ul{justify-content: space-between;padding-top:0.3rem;width:80%;margin:0px auto;}
}

/* 首页第二屏重写 */
.HomeTechnicel{position: relative;overflow: hidden;}
.HomeTechnicel .mySwiper_box .item{position: relative;overflow: hidden;}
.HomeTechnicel .mySwiper_box .item .img{padding-top:100vh;}
.HomeTechnicel .mySwiper_box .item .txt{position: absolute;width:100%;left:0;top:1.6rem;color:#fff;}
.HomeTechnicel .mySwiper_box .item .txt .txtbox{max-width:5.4rem;padding:0.25rem;}
.HomeTechnicel .mySwiper_box .item .txt .en{font-weight: lighter;line-height: 1.5;}
.HomeTechnicel .mySwiper_box .item .txt .tit{border-bottom:0.02rem solid #fff;padding-bottom:0.2rem;margin-bottom:0.2rem;}
.HomeTechnicel .mySwiper_box .item .txt .dec{font-weight: lighter;}
.HomeTechnicel .mySwiper_box .item .txt .more{width:0.45rem;height:0.45rem;border-radius: 50%;border:1px solid #fff;position: relative;margin-top:0.8rem;display: flex;align-items: center;justify-content: center;}
.HomeTechnicel .mySwiper_box .item .txt .more::after{content:'';display: block;width:0.1rem;height:0.1rem;border-top:1px solid #fff;border-right:1px solid #fff;transform: rotate(45deg);margin-right:0.05rem;}
.HomeTechnicel .mySwiper_box .item .txt .more:hover{background: #70B323;border:1px solid #70B323;}
.HomeTechnicel .mySwiper_box .item .img .wap{display: none;}


.HomeTechnicel .mySwiper_box .item.swiper-slide-active .img img{animation: scale linear 6s forwards;}

.HomeTechnicel .mySwiper_box .item .txt .en{transform: translateY(0.6rem);transition: all .8s .2s;opacity: 0;}
.HomeTechnicel .mySwiper_box .item .txt .tit{transform: translateY(0.6rem);transition: all .8s .3s;opacity: 0;}
.HomeTechnicel .mySwiper_box .item .txt .dec{transform: translateY(0.6rem);transition: all .8s .5s;opacity: 0;}
.HomeTechnicel .mySwiper_box .item .txt .more{transform: translateY(0.6rem);transition: all .8s .6s;opacity: 0;}

.HomeTechnicel .mySwiper_box .item.swiper-slide-active .txt .en,
.HomeTechnicel .mySwiper_box .item.swiper-slide-active .txt .tit,
.HomeTechnicel .mySwiper_box .item.swiper-slide-active .txt .dec,
.HomeTechnicel .mySwiper_box .item.swiper-slide-active .txt .more{transform: translateY(0);opacity: 1;}


.HomeTechnicel .HomeTechnicel_nav{position: absolute;width:100%;left:0;bottom:0.2rem;z-index:9;padding:0 1.2rem;}
.HomeTechnicel .HomeTechnicel_nav .swiper{padding:0.3rem 0;}
.HomeTechnicel .HomeTechnicel_nav::before{content:'';width:100%;height:1px;background: #fff;opacity: 0.2;position: absolute;left:0;top:0.55rem;}
.HomeTechnicel .mySwiper_nav .item{text-align: center;}
.HomeTechnicel .mySwiper_nav .item a{color:#fff;}
.HomeTechnicel .mySwiper_nav .item .icon{width:0.5rem;height:0.5rem;border-radius: 50%;margin:0 auto;display: flex;align-items: center;justify-content: center;position: relative;}
.HomeTechnicel .mySwiper_nav .item .icon img{display: inline-block;max-height:0.3rem;max-width:0.3rem;position: relative;z-index:9;}
.HomeTechnicel .mySwiper_nav .item .icon::before,
.HomeTechnicel .mySwiper_nav .item .icon::after{content:'';display: block;width:100%;height:100%;background: #70B323;opacity: 0.3;position: absolute;left:0;top:0;border-radius: 50%;opacity: 0;}

.HomeTechnicel .mySwiper_nav .item.swiper-slide-thumb-active .icon::before{animation: scale_ico 2s linear infinite;}
.HomeTechnicel .mySwiper_nav .item.swiper-slide-thumb-active .icon::after{animation: scale_ico 2s 1s linear infinite;}

.HomeTechnicel .mySwiper_nav .item .tit{font-weight: lighter;line-height: 1.5;margin-top:0.2rem;}
.HomeTechnicel .mySwiper_nav .item.swiper-slide-thumb-active .icon{background: #70B323;}

.HomeTechnicel .swiper_button{top:30.5%;}
.HomeTechnicel .swiper-button-prev{left:0.8rem;}
.HomeTechnicel .swiper-button-next{right:0.8rem;}


@keyframes scale_ico{
	0%{transform: scale(1);-webkit-transform: scale(1);opacity: 0.3;}
	100%{transform: scale(1.7);-webkit-transform: scale(1.7);opacity: 0;}
}

@media(max-width:1024px){
    .HomeTechnicel .mySwiper_box .item .txt{top:22%;}
    .HomeTechnicel .mySwiper_box .item .txt .more{margin-top:0.3rem;}
    .HomeTechnicel .mySwiper_box .item .img .wap{display: block;}
    .HomeTechnicel .mySwiper_box .item .img .pc{display: none;}
    .HomeTechnicel .HomeTechnicel_nav{padding:0 0.5rem;}
    .HomeTechnicel .swiper_button{background: #70B323;border:1px solid #70B323;}
    .HomeTechnicel .swiper_button::after{color:#fff;border:1px solid #fff;border-right:none;border-bottom:none;}
    .HomeTechnicel .swiper-button-prev{left:0.1rem;}
    .HomeTechnicel .swiper-button-next{right:0.1rem;}
	.HomeTechnicel .swiper_button{top:36%;}
	.HomeTechnicel .mySwiper_box .item .txt .dec,.HomeTechnicel .mySwiper_nav .item .tit{font-weight:normal;}

}

@media(max-width:640px){
    .HomeTechnicel .HomeTechnicel_nav{}
    .HomeTechnicel .mySwiper_nav::before{top:0.55rem;}
    .HomeTechnicel .slick-arrow{bottom:auto;top:0.4rem;background: #70B323;border:1px solid #70B323;}
    .HomeTechnicel .mySwiper_nav .item .tit{margin-top:0.1rem;}
    .HomeTechnicel .mySwiper_box .item .txt .tit{font-weight: 600;}
	.HomeTechnicel .mySwiper_box .item .txt .dec,.HomeTechnicel .mySwiper_nav .item .tit{font-size:14px;}

}



/* 20250630补 */
.sec-video {background: url(../images/home_videobg.jpg) no-repeat center center/cover;}
.sec-video .w1440{overflow: hidden;position: relative;}
.sec-video .innerbox{width: 10.5rem;margin: 0px auto;position: relative;height: 100vh;display: flex;align-items: center;justify-content: center;flex-direction: column;padding-top:3%;}
.sec-video .vinner{position: relative;width: 100%;}
.sec-video .vinner:after{position: absolute;width: 11.9rem;height: 5.91rem;left: -0.5rem;top: 0.6rem;content: "";background: url(../images/videobg.png) no-repeat center center/contain;z-index: 0;}
.sec-video .swiper-pagination{position: absolute;width:100%;left:0;text-align: center;top:74.2% !important;bottom: auto;}
.sec-video .swiper-pagination .swiper-pagination-bullet{width:0.3rem;height:0.05rem;border-radius: 0.03rem;background: #fff;transition: all .5s;margin:0 0.15rem;display: inline-block;
opacity: 1;}
.sec-video .swiper-pagination .swiper-pagination-bullet-active{width:0.5rem;background: #87C536;}
.sec-video .video{border-radius: 0.1rem;position: relative;padding-top: 55.5%;overflow: hidden;z-index: 2;}
.sec-video .video:before{position: absolute;width: 100%;height: 100%;left: 0;bottom: 0;content: "";/*background-color: rgba(0,0,0,0.8);*/z-index: 2;}
.sec-video .video img{width: 100%;border-radius: 0.1rem;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.sec-video .video video{border-radius: 0.1rem;height: 100%;position: absolute;z-index: 2;width: 100%;object-fit: cover;left: 0;top: 0;z-index: 2;}
.sec-video .video .btn{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;border-radius: 50%;width: 0.62rem;height: 0.62rem;background: rgba(255,255,255,0.13) url(../images/play2.svg) no-repeat center center/0.14rem 0.2rem;}
.sec-video .video .btn:hover{background-color: rgba(255,255,255,0.5);}
.sec-video .info{text-align: center;margin-top: 0.6rem;}
.sec-video .info aside{font-size: 0.24rem;line-height: 1.5;}
.sec-video .info .desc{line-height: 1.5;font-size: 0.18rem;margin-top: 0.13rem;height: 4.5em;}
.sec-video .swiper-button-prev,.sec-video .swiper-button-next{border-color:#fff;top: 43%;}
.sec-video .swiper-button-prev::after,.sec-video .swiper-button-next::after{border-color: #fff;}
.sec-video .paused{opacity: 0;}

@media(max-width:1024px){
    .sec-video .vinner{box-shadow: 0 15px 25px rgba(0,0,0,0.15);}
    .sec-video .vinner:after{display: none;}
    .sec-video {background: url(../images/home_videobg2.jpg) no-repeat center center/cover;}
    .sec-video .swiper-pagination{top: 70.5% !important;bottom: auto !important;}
    .sec-video .innerbox{width: 90%;}
    .sec-video .info{margin-top: 0.98rem;}

    .sec-video .swiper-button-prev, .sec-video .swiper-button-next{top: auto !important;bottom: 6% !important;}
    .sec-video .swiper-button-prev{left: 38%;}
    .sec-video .swiper-button-next{right: 38%;}
    .sec-video .swiper-button-prev, .sec-video .swiper-button-next{width: 0.5rem !important;height: 0.5rem !important;}
}
@media(max-width:768px){
.sec-video .swiper-pagination{top: 65% !important;}
}
@media(max-width:640px){
.sec-video .swiper-pagination{top: 59% !important;}
}
@media(max-width:480px){
.sec-video .swiper-pagination{top: 52% !important;}
}












