.fa_htitle {
    margin-bottom: 3vw;
    position: relative;
}

.fa_htitle.fa_text_w h2 {
    color: #fff;
}

.fa_htitle.fa_text_w h6 {
    color: #fff; 
    font-weight: 400;
}

.fa_htitle h2 {
    position: relative;
    line-height: 1;
    font-size: var(--f20);
    font-weight: 600;
    color: var(--main-color);
    font-family: 'satoshi', sans-serif;
}
.fa_htitle h4 {
    margin-top: 10px;
    font-size: var(--f40);
}

.fa_htitle h6 {
    margin-top:20px;
}


.fa_htitle h6 span{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius:500px;
    mix-blend-mode: multiply;
}

.fa_htitle h6 span:nth-child(1){
    background: var(--main-color);
    animation:span_l 5s infinite both ease-out;
}
.fa_htitle h6 span:nth-child(2){
    background: var(--main2-color);
    animation:span_r 5s infinite both ease-out;
}


@keyframes span_l{
    0% {
        transform: translateX(0%)
    }

    50% {
         transform: translateX(100%)
    }

    100% {
        transform: translateX(0%)
    }
}
@keyframes span_r{
    0% {
        transform: translateX(0%)
    }

    50% {
         transform: translateX(-100%)
    }

    100% {
        transform: translateX(0%)
    }
}
/*banner*/
.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
    overflow: hidden;
}

.fa_Home .fa_hBanner .fa_li {
    overflow: hidden;
    position: relative;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    position: relative;
}

.fa_Home .fa_hBanner .fa_pic:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* right:0; */
    top: 0;
    background: linear-gradient(90deg, #2fb2d7, transparent);
    opacity: 0;
    width: 60%;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    opacity: 1;
    /* height: 100vh; */
    /* object-fit: cover; */
    opacity: 1;
    
}

.fa_Home .fa_hswp_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(31, 75, 104, 0.3);
    padding: 20px 5px;
    font-size: 30px;
    z-index: 10;
    cursor: pointer;
}

.fa_Home .fa_hBanner .fa_tit {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    /* text-align: center; */
    transition: all 0.5s;
    top: 50%;
    right: 0;
    padding: 0 5vw;
    text-align: left;
    max-width: var(--wrapper);
    width: 96%;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrap {/* max-width: 800px; */}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: var(--f24);
    opacity: 0;
    transform: translateY(30px);
    color: #fff;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 1.5rem;
    /* font-weight: 300; */
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: 3.8rem;
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    margin-top: 1.5rem;
    /* letter-spacing: 0.2rem; */
}

.fa_Home .fa_hBanner .fa_tit h3 span {
    position: relative;
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: 3rem;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
}

.fa_Home .fa_hBanner .fa_tit h6  span{
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, from(#63D6FE), to(#00AFEC));
    background-image: linear-gradient(to right,#63D6FE, #00AFEC,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-family: 'satoshi', sans-serif;
    text-transform:uppercase;
    font-weight:900;
}
.fa_Home .fa_hBanner .fa_More {
    margin-top: 3vw;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_More {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
    opacity: 1;
    transform: translateY(-0%);  text-shadow: black 0.1em 0.1em 0.2em;
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3 {
    opacity: 1;
    transform: translateY(-0%);
	  text-shadow: black 0.1em 0.1em 0.2em;
    transition: all 0.8s 0.5s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.6s;
}


.fa_hBanner .fa_boxpage {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    z-index: 5;
    display:flex;
    justify-content:center;
    align-items:center;
}

.fa_hBanner .fa_boxpage .fa_btn{
    color:#fff;
    margin:0 5px;
    cursor:pointer;
    width:24px;
    height:24px;
    display: inline-flex;
    border-radius:500px;
    transition:all 0.5s;
    align-items:center;
    justify-content:center;
    font-size:14px;
    
}

.fa_hBanner .fa_boxpage .fa_btn:hover{
    background:rgba(255,255,255,0.8);
    color:#333;
}

.fa_hBanner .fa_pagebtn span {
    display: inline-block;
    opacity: 1;
    width: 20px;
    height: 20px;
    border: transparent solid 2px;
    background: transparent;
    position: relative;
    margin: 0 10px;
    transition: all 0.5s;
}

.fa_hBanner .fa_pagebtn span:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 500px;
}

.fa_hBanner .fa_pagebtn span.swiper-pagination-bullet-active {
    border-color: #fff;
}

@media screen and (min-width: 769px) {
    .fa_Home{
        position: relative;
    }
    .fa_Home .fa_hbg{
        z-index: -1;
        pointer-events: none;
        overflow: hidden;
        position: absolute;
        top: -0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .fa_Home .fa_hbg .bg{
        position: relative;
        width: 100%;
        height:200vh;
    }
    .fa_Home .research-bg::before{
        top: -20vw;
        right: -5vw;
        width: min(1200px, 60%);
        background-image: radial-gradient(circle at 50% 50%, rgba(52, 229, 255, .35), transparent 68%);
        content: "";
        position: absolute;
        z-index: -1;
        aspect-ratio: 1 / 1;
        animation: bounce-left 4s infinite both ease-in-out;
        
    }
    .fa_Home .research-bg::after{
        top: 10%;
        left: -40%;
        width: min(1800px, 90%);
        background-image: radial-gradient(circle at 50% 50%, rgba(52, 229, 255, .25), transparent 68%);
        content: "";
        position: absolute;
        z-index: -1;
        aspect-ratio: 1 / 1;
        animation: bounce-right 5s 1s infinite both reverse ease-in-out;
    }
    .fa_Home .production-bg::before{
        top: -10%;
        right: -20%;
        width: min(1200px, 60%);
        background-image: radial-gradient(circle at 50% 50%, rgba(144, 255, 200, .5), rgba(144, 255, 200, .25) 36%, transparent 71%);
        content: "";
        position: absolute;
        z-index: -1;
        aspect-ratio: 1 / 1;
        animation: bounce-left 5s infinite both ease-in-out reverse;
    }
    .fa_Home .production-bg::after{
        bottom: -30%;
        right: -20%;
        width: min(1800px, 90%);
        background-image: radial-gradient(circle at 50% 50%, rgba(52, 229, 255, .3), transparent 55%);
        content: "";
        position: absolute;
        z-index: -1;
        aspect-ratio: 1 / 1;
        animation: bounce-left 4s 1s infinite both ease-out;
    } 
    .fa_Home .distribution-bg::before{
        animation: bounce-left 4s infinite both ease-in-out;
        top: 30%;
        left: 20%;
        width: min(1600px, 80%);
        background-image: radial-gradient(circle at 50% 50%, rgba(144, 255, 200, .35), rgba(144, 255, 200, .35) 36%, transparent 65%);
        content: "";
        position: absolute;
        z-index: -1;
        aspect-ratio: 1 / 1;
    } 
    .fa_Home .distribution-bg::after{
        animation:bounce-right 5s .5s infinite both ease-out;
        top: -40%;
        left: -50%;
        width: min(2000px, 100%);
        background-image: radial-gradient(circle at 50% 50%, rgba(52, 229, 255, .4), transparent 55%);
        content: "";
        position: absolute;
        z-index: -1;
        aspect-ratio: 1 / 1;
    } 
  .fa_hBanner .fa_li .fa_pic img{
    -webkit-clip-path: circle(30% at 50% 50%);
clip-path: circle(30% at 50% 50%);
    transition:all 1s;
    }
    
  .fa_hBanner .swiper-slide-active .fa_li .fa_pic img{
            
    -webkit-clip-path: circle(120% at 50% 50%);
clip-path: circle(120% at 50% 50%);
    }
}

@keyframes blur-only-scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes bounce-left {
    0% {
        transform: scale(1) translate3d(0,0,0);
        opacity: .6
    }

    20% {
        transform: scale(1.1) translate3d(-6%,6%,0);
        opacity: .9
    }

    42% {
        transform: scale(.8) translate3d(-14%,0,0);
        opacity: .75
    }

    65% {
        transform: scale(1.2) translate3d(-10%,-8%,0);
        opacity: 1
    }

    82% {
        transform: scale(1.1) translate3d(-4%,-4%,0);
        opacity: .9
    }

    100% {
        transform: scale(1) translate3d(0,0,0);
        opacity: .6
    }
}

@keyframes bounce-right {
    0% {
        transform: scale(1) translate3d(0,0,0);
        opacity: .5
    }

    20% {
        transform: scale(1.12) translate3d(6%,-6%,0);
        opacity: .9
    }

    42% {
        transform: scale(.95) translate3d(24%,0,0);
        opacity: .8
    }

    65% {
        transform: scale(1.18) translate3d(20%,12%,0);
        opacity: .85
    }

    82% {
        transform: scale(1.05) translate3d(10%,5%,0);
        opacity: .7
    }

    100% {
        transform: scale(1) translate3d(0,0,0);
        opacity: .5
    }
}
@media screen and (max-width: 768px) {
    .fa_htitle h2:before {
        background: linear-gradient(215deg, var(--main2-color), transparent);
        opacity: 0.5;
    }

    .fa_htitle.fa_text_c h2:before {
        display: none;
    }

    .fa_htitle h2 span {
        font-family: 'd_din';
        font-size: 18px;
    }

    .fa_hBanner .fa_boxpage {
        text-align: center;
    }

    .fa_htitle i {
        display: none;
    }

    .fa_hBanner .fa_swp_btn>div {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .fa_Home .fa_hBanner .fa_tit {
        /*! transform:none; */
        /*! top:10%; */
        text-align: center;
        padding: 0 10vw;
    }

    .fa_Home .fa_hBanner .fa_tit h3 {
        font-size: 22px;
    }

    .fa_Home .fa_hBanner .fa_tit h4 {
        margin-top: 30px;
        font-size: 13px;
        line-height: 2;
    }

    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7)
    }

    .fa_htitle .fa_tt_span {
        display: none;
    }

    .fa_Home .fa_hBanner .fa_pic:before {
        width: 100%;
    }

    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        width: 100%;
        height: 60vh;
        max-height: 400px;
        object-fit: cover;
    }

    .fa_Home .homeBanner_navbtn {
        display: none;
    }

    .fa_Home .fa_hBanner .fa_swpbtn {
        display: none;
    }

    .fa_Home .fa_swp_button span {
        width: 10px;
        height: 10px;
    }

    .fa_hBanner .fa_page {
        padding: 0;
    }
}

/**/
.fa_hAbout{
    border-bottom:#eee solid 1px;
}
.fa_hAbout .fa_pic{
    border-radius:5px;
    overflow: hidden;
}
.fa_hAbout .fa_sum{
    font-size:16px;
    color:#555;
    line-height:1.8;
    text-align: justify;
}
.fa_hAbout .fa_More{
    margin-top:3vw;
}
.fa_hAbout .fa_Img{
    padding-bottom:79.717%; 
}
.fa_hAbout .fa_swplist{
    position: relative;
}
.fa_hAbout .fa_boxbtn>div{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    border-radius:500px;
    color:#fff;
    background: rgba(0,0,0,0.3);
    z-index: 5;
    font-size:20px;
}

.fa_hAbout .fa_boxbtn>div.fa_btn_l{
    left:5%;
}
.fa_hAbout .fa_boxbtn>div.fa_btn_r{
    right:5%;
}
.fa_hAbout .fa_pagebtn{
    position: absolute;
    bottom:5%;
    left:0;
    right:0;
    padding:0 20px;
    z-index: 5;
    text-align: center;
}
.fa_hAbout .fa_pagebtn span{
    display: inline-block;
    margin:2px;
    width:8px;
    height:8px; 
    border-radius:500px;
    background: #fff;
}
@keyframes tech_bar{
    0%{top: -537px}
    100%{top: 100%}
}
@media screen and (min-width: 769px) {
    .fa_hAbout{
        position: relative;
        overflow: hidden;
    }
    .fa_hAbout:before{
        content:"";
        position:absolute;
        left:100%;
        width:1px;
        background: #034ea2;
        height:100%;
        top:0;
        opacity: 0.1;
    }
    
    .fa_hAbout:after{
        content: '';
        display: block;
        width: 1px;
        height: 529px;
        background:linear-gradient(transparent,#3379df,transparent);
        position: absolute;
        left: 50%;
        top: 0;
        animation: tech_bar 3.4s infinite linear;
        opacity: 0.5;
        background-size:100% 100%;
        
    } 
    .fa_hAbout .fa_wrapper{
        display: flex;
        align-items: center;
        
    }
    .fa_hAbout .fa_left{
        width:50%;
        padding-right:5vw;
    }
    .fa_hAbout .fa_right{
        width:50%;
        padding-left:5vw;
    }
}
@media screen and (max-width: 768px) {}

/**/
.fa_hPro{
    position: relative;
}
.fa_hPro .fa_li{
    display: block;
    position: relative;
    background:#000;
}
.fa_hPro .fa_Img{
    padding-bottom:100%;
    opacity: 1;
    transition:all 0.8s;
}

.fa_hPro .swiper-slide-active  .fa_Img{
    opacity: 1;
    transition-delay: 0.4s;
}
.fa_hPro .fa_li .fa_tit{
    position: absolute;
    left:20%;
    bottom:15%;
    color:#fff;
    transform: translateY(50%);
    opacity: 0;
    transition:all 0.8s;
}

.fa_hPro .fa_li .fa_tit h3{
    
    line-height:1.5;
    font-weight:600;
    font-size:1.8rem;
    margin-bottom:20px;
}

.fa_hPro .fa_li .fa_tit h6 a{
    display:inline-block;
    padding-bottom:2px;
    border-bottom:#fff solid 1px;
    position:relative;
    color:#fff;
    transition:all 0.5s;
}

.fa_hPro .fa_li .fa_tit h6 a:hover{
    color:var(--main2-color);
}
.fa_hPro .fa_li .fa_tit h6 a:before{
    position:absolute;
    left:0;
    bottom:-1px;
    content:"";
    height:1px;
    background:var(--linearX);
    width:0;
    transition:all 0.5s;
}

.fa_hPro .fa_li .fa_tit h6 a:hover:before{
    width:100%;
}
.fa_hPro .swiper-slide-active .fa_li .fa_tit{
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0.5s;
}
.fa_hPro .fa_sum{
    font-size:16px;
    color:#555;
    line-height:2;
    margin-bottom:3vw
}
@media screen and (min-width: 769px) {
    .fa_hPro:before{
        content: url(../image/probg01.png);
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.3;
    }
    .fa_hPro .fa_swplist{
        animation: morph 10s linear infinite alternate;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    .fa_hPro .fa_left{ 
        position: relative;
    }
    .fa_hPro .fa_left .fa_bg:before{
        position: absolute;
        background: linear-gradient(45deg,#7ad9f5,#387adf);
        content:"";
        width:100%;
        height:100%;
        animation: morph1 10s linear infinite alternate;
        transform: translateX(-5%);
        opacity: 0.5; 
    }
    .fa_hPro .fa_left .fa_bg:after{
        position: absolute;
        background: linear-gradient(45deg,#21e6c1,#00e0ff);
        content:"";
        width:100%;
        height:100%;
        animation: morph2 10s linear infinite alternate;
        transform: translateX(-5%);
        opacity: 0.5;
    }
    .fa_hPro .fa_wrapper{
        display: flex;
        align-items: center;
    }
    .fa_hPro .fa_left{
        width:50%;
        padding-right:2vw;
    }
     .fa_hPro .fa_right{
        width:50%;        margin-top: -90px;
        padding-left:6vw;
    }
    .fa_hPro .fa_plist_page .fa_btnli:before{
        position: absolute;
        content:"";
        top:50%;
        transform:translateY(-50%);
        right:100%;
        height:1px;
        background: var(--main-color); 
        width:0;
        transition:all 0.8s;
        margin-right:3vw;
        opacity: 0.5;
    }
    
    .fa_hPro .fa_plist_page .fa_btnli.swiper-pagination-bullet-active:before{
        width:100%;
    }
    
.fa_hPro .fa_plist_page .fa_btnli{
    position: relative;
    opacity: 1;
    width:100%;
    height:auto;
    background: none;
    margin-top: 5px;
}

.fa_hPro .fa_plist_page .fa_btnli h6{
    color:#c7c7c7;
    opacity: 1;
	line-height:42px;
    font-size:var(--f24);
    transition:all 0.5s;
    font-weight:400;
}

.fa_hPro .fa_plist_page .fa_btnli.swiper-pagination-bullet-active h6{
    color:var(--main-color);
}
}
@keyframes morph { 
    0% {
        border-radius: 36% 64% 70% 30% / 30% 29% 71% 70% ;
    }

    50% {
        border-radius: 48% 52% 70% 30% / 56% 67% 33% 44% ;
    }
    100% {
        border-radius: 57% 43% 65% 35% / 53% 55% 45% 47% ;
    }
}
@keyframes morph1 { 
    0% {
        border-radius: 70% 30% 30% 70% / 62% 69% 31% 38% ;
    }

    50% {
        border-radius: 36% 64% 73% 27% / 63% 51% 49% 37%  ;
    }
    100% {
        border-radius: 36% 64% 53% 47% / 34% 51% 49% 66%  ;
    }
}
@keyframes morph2 { 
    0% {
        border-radius: 62% 38% 53% 47% / 47% 51% 49% 53%  ;
    }

    50% {
        border-radius:55% 45% 26% 74% / 47% 75% 25% 53%  ;
    }
    100% {
        border-radius: 64% 36% 72% 28% / 43% 33% 67% 57%  ;
    }
}
@media screen and (max-width: 768px) {
    .fa_hPro .fa_wrapper{
        display:flex;
        flex-direction:column-reverse;
    }
    .fa_hPro .fa_plist_page {
        display:flex;
        margin-top:0;
        margin-bottom:30px;
    }
    
    .fa_hPro .fa_plist_page .fa_btnli {
        margin-right:10px;
        width:auto;
        margin-top:0;
        height:auto;
        padding:5px 10px;
        border-radius:2px;
        color:#fff;
    }
    
    .fa_hPro .fa_plist_page .fa_btnli h6{
        font-size:13px;
        font-weight:400;
    }
    .fa_hPro .fa_Img{
        padding-bottom:60%;
    }
    .fa_hPro .fa_li .fa_tit{
        left:5%;
        bottom:5%;
        right:5vw;
    }
}

/**/
.fa_hAdv{
    position: relative;
    z-index: 3;
}
.fa_hAdv .fa_it {
    position: relative;
    border-radius:10px;
    overflow: hidden;
}
.fa_hAdv .fa_it:before{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    height: 60%;
    background: linear-gradient(transparent,var(--main-color));
    transition:all 0.5s;
    z-index: 1;
}
.fa_hAdv .fa_it .fa_Img{
    padding-bottom:66.66666666666667%;
}
.fa_hAdv .fa_it .fa_tit{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    z-index: 2;
    padding:2vw;
    transition:all 0.5s;
}

.fa_hAdv .swiper-slide-active .fa_it:before{

}
.fa_hAdv .swiper-slide-active .fa_it .fa_tit{
 
}
.fa_hAdv .fa_it .fa_tit h4{
    color:#fff;
    font-size: var(--f30);
}

.fa_hAdv .fa_it .fa_tit p{
    color:rgba(255,255,255,0.5);
    font-size:14px;
    font-family: 'satoshi', sans-serif;
    margin-top: 10px;
}
.fa_hAdv .fa_it .fa_cnt{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    padding:2vw 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg,rgba(45,137,252,0.9),rgba(91,231,196,0.8));
    opacity:0;
    transition:all 0.5s;
    text-align: center;
}
.fa_hAdv .swiper-slide-active .fa_it .fa_cnt{
    opacity:1;
}
.fa_hAdv .fa_it .fa_cnt h3{
    font-size: var(--f30);
    color:#fff;
    margin-bottom:20px;
    transform:translateY(30px);
    transition:all 0.8s;
    opacity: 0;
}

.fa_hAdv .swiper-slide-active .fa_it .fa_cnt h3{
    
    transform:translateY(0);
    transition-delay: 0.3s;
    opacity: 1;
}

.fa_hAdv .fa_it .fa_cnt h6{
    font-size:15px;
    line-height:2;
    transform:translateY(50px);
    transition:all 0.8s;
    opacity: 0;
    color: #fff;
    font-weight: 400;
}
.fa_hAdv .swiper-slide-active .fa_it .fa_cnt h6{
    
    transform:translateY(0);
    transition-delay: 0.4s;
    opacity: 1;
}

    
.fa_hAdv .fa_page .fa_boxbtn>div{
    display: inline-flex;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.8);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
    font-size:20px;
    color: #ccc;
    transition:all 0.5s;
    margin-left:20px;
    border-radius: 500px;
}
@media screen and (min-width: 769px) { 
    .fa_hAdv{
        padding-top: 0vw;
    }
    .fa_hAdv .fa_wrapper{
        clip-path: polygon(5vw 0%, 1000% 0, 1000% 100%, 5vw 100%);
    }
    .fa_hAdv .fa_swplist{
        overflow: visible;
        position: relative;
        
    }
    
    .fa_hAdv .fa_swplist .swiper-container{
        overflow: visible;
        
    }
    .fa_hAdv .fa_htitle{
        width:60%;
    }
    .fa_hAdv .fa_page{
        position: absolute;
        right:0;
        top:calc(-3vw - 60px);
        display: flex;
        width:40%;
        align-items: center;
    }
    .fa_hAdv .fa_page .fa_line{
        height:2px;
        width:calc(100% - 230px);
        margin-right:30px;
        opacity: 0.3;
    }
    .fa_hAdv .fa_page .fa_boxbtn{
        width:200px;
        text-align: right;
    }
}
@media screen and (max-width: 768px) {
    .fa_hAdv .fa_page .fa_boxbtn>div{
        width:40px;
        background:#edf2fa;
        height:40px;
        margin:10px;
    }
    .fa_hAdv .fa_it .fa_cnt h6{
        font-size:14px;
        line-height:1.5;
        font-weight:300;
    }
    .fa_hAdv .fa_htitle{
        text-align:center;
    }
    .fa_hAdv .fa_boxbtn{
        text-align:center;
    }
}

/**/
.fa_hGlobal{
    position: relative;
}
.fa_hGlobal .fa_wrapper{
    
    position: relative;
}
.fa_hGlobal .fa_sum{
    font-size:var(--f18);
    color:#666;
    margin-bottom:5vw;
    line-height:2;
    
}
@keyframes spani { 
    0% {
       width:20px ;
       height:20px;
        opacity:0.1;
    }

   
    100% {
        width:30px;
        height:30px;
        opacity:0.3;
    }
}
@media screen and (min-width: 769px) {
    .fa_hGlobal .fa_icobox{
        position: absolute;
        bottom:0;
        right:0;
        z-index:5;
        height: 95%;
        width: 45%;
    }
     .fa_hGlobal .fa_icobox *{
         position:absolute;
         display:block;
         z-index: 5;
     }
     .fa_hGlobal .fa_icobox span{
         color:var(--main-color);
         font-size: 30px;
         right: 52%;
         top: 32%;
     }
    .fa_hGlobal .fa_icobox i:before{
        width:20px;
        height:20px;
        background:var(--main-color);
        position:absolute;
        content:"";
        border-radius:500px;
        opacity:0.2;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
        
        animation: spani 1s linear infinite alternate;
    }
    
    .fa_hGlobal .fa_icobox i:nth-child(2n):before{
        animation-delay: 0.5s;
    }
    .fa_hGlobal .fa_icobox i:after{
        width:8px;
        content:"";
        height:8px;
        background:var(--main-color);
        position:absolute;
        left:50%;
        top:50%;
        border-radius:500px;
        transform:translate(-50%,-50%);
        
    }
    .fa_hGlobal .fa_wrapbox{
        max-width:500px;        margin-top: -130px;
    }
        
    .fa_hGlobal:before{
        content:"";
        position:absolute;
        width: 100vw;
        height: 100vh;
        background: url(../image/ditu.webp) no-repeat right bottom;
        background-size: contain;
        bottom:0;
        right:0;
        z-index:0;
    }
}
@media screen and (max-width: 768px) {
    .fa_hGlobal .fa_icobox{
        display:none;
    }
    .fa_hGlobal .fa_htitle{
        text-align:center;
    }
    .fa_hGlobal .fa_More{
        text-align:center;
    }
}

/**/
.fa_hGd{
    position: relative;
    background: linear-gradient(45deg,#15cda8,#387adf);
}
.fa_hGd .fa_bg{
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    opacity: 0.2;
    mix-blend-mode: overlay;
}
.fa_hGd .fa_bg video{
    width:100%;
    height:100%;
    object-fit: cover;
}
.fa_hGd .fa_wrapper {
    position:relative;
}
.fa_hGd .fa_wrapper .fa_sum{
    max-width:900px;
    margin:auto;
    line-height:2;
    font-size:var(--f20); 
    color:#fff;
}
.fa_hGd .fa_htitle h2 span{
    color:#78fee0;
}

.fa_hGd .fa_htitle h4{
    color:#fff;
}

.fa_hGd .fa_htitle h6 span:nth-child(1){
    background: #fff;
    mix-blend-mode: normal;
}
.fa_hGd .fa_htitle h6 span:nth-child(2){
    background: #78fee0;
    mix-blend-mode: normal;
}
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {
    .fa_hGd .fa_wrapper .fa_sum{
        font-size:14px;
        font-weight:300;
    }
}

/**/
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {}

/**/
.fa_hNews{
    background:linear-gradient(45deg,rgba(61,196,208,0.05),transparent);
    padding:5vw 0;
}
.fa_hNews .fa_li{
    position: relative;
    display: block;
}
.fa_hNews .fa_li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
     -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    background: rgba(255, 255, 255, 0.52);
    transition: all 0s 0s;
}
.fa_hNews .fa_li .fa_wrap{
    position: relative;
    padding: 30px 2vw 30px;
}
.fa_hNews .fa_li .fa_Img{
    padding-bottom: 66%;
    border-radius:8px;
}
.fa_hNews .fa_li .fa_tit{
    margin-top:30px;
    padding-top: 30px;
    border-top: #e6f5ff solid 1px;
}
.fa_hNews .fa_li .fa_tit h3{
    font-size:24px;
    color:#333;
    line-height:30px;
    height:60px;
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;
    margin-bottom:20px;
    transition:all 0.5s;
} 

.fa_hNews .fa_li:hover .fa_tit h3{
    color:var(--main-color);
}
.fa_hNews .fa_li .fa_tit article{
    
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;
    font-size:14px;
    line-height:22px;
    height:44px;
    color:#777;
}
.fa_hNews .fa_li .fa_date{
    font-size:14px;
    margin-top:20px;
    color:var(--main-color);
    font-family: 'satoshi', sans-serif;
}
.fa_hNews .fa_page{
    display: flex;
    align-items: center;
    margin-top:3vw;
    
}
.fa_hNews .fa_boxbtn{
    width:160px;
}
.fa_hNews .fa_boxbtn>div{
    width:50px;
    height:50px;
    font-size:20px;
    background: rgba(255,255,255,0.5);
    color:#999;
    margin-right: 20px;
    display:inline-flex;
}

.fa_hNews .fa_boxbtn>div:hover{
    background:var(--main-color);
    color:#fff;
}
.fa_hNews .fa_line{
    margin-left:20px;
    height:2px;
    opacity:0.3;
}

@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {
    .fa_hNews .fa_li .fa_wrap{
        padding:0;
    }
    .fa_hNews .fa_li  .fa_Img{
        padding-bottom:50%;
    } 
    .fa_hNews .fa_li .fa_tit{
        padding-top:10px;
        margin-top:10px;
        border:none;
    }
    .fa_hNews .fa_li .fa_tit h3{
        font-size:16px;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
        height:auto;
        line-height:20px;
    }
    .fa_hNews .fa_boxbtn{
        text-align:center;
        width:100%;
    }
    .fa_hNews .fa_boxbtn>div{
        background:#edf2fa;
        font-size:16px;
        width:40px;
        height:40px;
    }
.fa_hNews .fa_line{
 display:none;
}
}

/**/
.fa_hPartner .fa_Img{
    padding-bottom:40%;
}
.fa_hPartner{ 
    overflow:hidden;
    position:relative;
    background:#fff;
}
.fa_hPartner .fa_it{
    background:#fff;
    border:#eee solid 1px;
}
.fa_hPartner .fa_wrapper{
    max-width:calc(1200px + 10vw);
}
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {}
