.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(--f36);
    font-weight: 500;
    color: var(--main-color);
    margin-top:20px;
}
.fa_htitle h4 {
    margin-top: 10px;
    font-size: var(--f24);
    color: #000;
}
.fa_htitle h4 span{
    display:inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.fa_htitle h4:before{
    content:"";
    display:inline-block;
    width: 2vw;
    height:1px;
    background:#333;
    margin-right:10px;
    vertical-align: middle;
}

.fa_htitle h4:after{
    content:"";
    display:inline-block;
    width: 12vw;
    height:1px;
    background:linear-gradient(90deg,#333,transparent);
    margin-left:10px;
    vertical-align: middle;
}
.fa_htitle h6 {
    margin-top:20px;
}


.fa_htitle h6 span{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius:500px;
    mix-blend-mode: multiply;
}

/*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 img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    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(#00fff0), to(#12e2a3));
    background-image: linear-gradient(to right, #00fff0, #12e2a3);
    -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%);
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3 {
    opacity: 1;
    transform: translateY(-0%);
    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>.fa_btn{
    color:#fff;
    cursor:pointer;
    width:60px;
    height:60px;
    display: inline-flex;
    border-radius:500px;
    transition:all 0.5s;
    align-items:center;
    justify-content:center;
    font-size:20px;
    background:rgba(0,31,63,0.2);
    top:50%;
    transform:translateY(-50%);
    position:absolute;
    z-index:5;
}

.fa_hBanner .fa_boxpage>.fa_btn.fa_btn_l{
    left:3vw;
}

.fa_hBanner .fa_boxpage>.fa_btn.fa_btn_r{
    right:3%;
}
.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) {
    
}

@media screen and (max-width: 768px) {
    .fa_hBanner .fa_boxpage>.fa_btn{
        width:40px;
        height:40px;
    }
    .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_tAdv{
    position: relative;
    background: var(--main-color);
}
.fa_tAdv .fa_list{
    display: flex;
    justify-content: space-between;
}
.fa_tAdv .fa_it{
    display: flex;
    align-items:center;
    
}

.fa_tAdv .fa_it .fa_ico{
    width:60px;
    margin-right:20px;
}
.fa_tAdv .fa_it h4{
    color:#fff;
    font-size:var(--f18);
}
.fa_tAdv .fa_it p{
    margin-top:10px;
    font-size:13px;
    color:#fff;
    font-weight:300;
}
.fa_tAdv .fa_it .fa_ico img{
    width:100%;
}
.fa_tAdv .fa_left .fa_cnt{
    position:relative;
    
}

.fa_tAdv .fa_left .fa_cnt h3{
    font-size:var(--f24);
    color:#fff;
    font-weight:600;
    line-height: 1;
}
.fa_tAdv .fa_left .fa_cnt p{
    font-size:12px;
    text-transform:uppercase;
    font-weight:500;
    color:rgba(255,255,255,.3);
    margin:10px 0;
    letter-spacing:0.3vw;
}
.fa_tAdv .fa_left .fa_cnt h5{
    font-size:16px;
    color:#fff;
    font-weight:300;
    letter-spacing:0.2vw;
}
.fa_tAdv .fa_left .fa_cnt h3 span{
    font-size: var(--f60);
    font-weight:800;
    margin:0 10px;
    font-style: italic;
    display:inline-block;
}
@media screen and (min-width: 769px) {
    .fa_tAdv,.fa_bAdv{
        padding:2vw;
    }
    .fa_tAdv .fa_wrapper{
        display:flex;
        align-items: center;
    }
    .fa_tAdv .fa_left{
        width: 35%;
        position:relative;
        max-width:400px;
    }
    
    .fa_tAdv .fa_right{
        width:65%;
        padding-left:3vw;
        min-width:calc(100% - 400px);
    }
    .fa_tAdv .fa_left:before{
        position:absolute;
        content:"";
        width:50vw;
        top: -1vw;
        background:linear-gradient(45deg,var(--main2-color),#f9a828);
        bottom:-3vw;
        right:0vw;
        /* -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%); */
        /* clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%); */
        border-radius: 1rem 1rem 3rem 1rem;
        transform: skewX(-15deg);
    }
.fa_tAdv .fa_left .fa_cnt{
    transform:translateY(0.5vw);
}
}
@media screen and (max-width: 768px) {
    .fa_tAdv .fa_left{
        text-align:center;
        margin-bottom:20px;
    }
     .fa_tAdv .fa_right .fa_list{
         flex-wrap:wrap;
         /* width: max-content; */
         margin: auto;
         max-width: 270px;
     }
    .fa_tAdv .fa_right .fa_it{
        width: 100%;
        margin-top:10px;
    }
}

/**/
.fa_hPro{
    background: url(../images/hbg01.jpg);
    background-attachment: fixed;
}
.fa_hPro .fa_li{
    position:relative;
}
.fa_hPro .fa_picbox{
    position:relative;
    margin-top:2vw;
    display: block;
}
.fa_hPro .fa_Img{
    padding-bottom:50%;
    border-radius: 5vw 2px 5vw 2px;
    
}
.fa_hPro .fa_cnt h3{
    font-size: var(--f36);
    color:#000;
    margin-bottom:10px;
}
.fa_hPro .fa_cnt p{
    
    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:16px;
    color:#777;
    font-weight:400;
    line-height:30px;
    height:60px;
}
@media screen and (min-width: 769px) {
    .fa_hPro .fa_swplist{
        position:relative;
        
    }
    .fa_hPro .swiper-container{
        overflow: visible; 
        width:calc((100% - 100px) / 2);
        margin: 0;
    }
    .fa_hPro .fa_li{
        transition:all 0.8s;
        opacity: 0;
    }
    
    .fa_hPro .swiper-slide-active .fa_li,
    .fa_hPro .swiper-slide-next .fa_li{
        opacity: 1;
    }
    .fa_hPro .fa_boxbtn{
        position:absolute;
        right:0;
        top:-4vw;
    }
    
    .fa_hPro .swiper-slide{
    }
    .fa_hPro .fa_boxbtn .fa_btn{
        width:50px;
        height:50px;
        background:transparent;
        color:#aaa;
        border:#bebdbf solid 2px;
        font-size:20px;
        margin-left:10px;
        transition:all 0.5s;
    }
    .fa_hPro .fa_boxbtn .fa_btn_r{
       color:var(--main-color);
        border-color:var(--main-color);
    }
    .fa_hPro .fa_boxbtn .fa_btn:hover{
        color:#fff;
        background:var(--main-color);
        border-color:var(--main-color);
    }
    .fa_hPro .fa_cnt h3,.fa_hPro .fa_cnt p{
        transition:all 0.8s;
        opacity:0;
        transform:translateY(20px);
    }
    .fa_hPro .swiper-slide-active .fa_cnt h3{
        opacity:1;
        transform:translateY(0);
        transition-delay:0.4s;
    }
    .fa_hPro .swiper-slide-active .fa_cnt p{
        opacity:1;
        transform:translateY(0);
        transition-delay:0.5s;
    }
    .fa_hPro .fa_picbox{
        transform: translateY(-110px);
        transition:all 0.5s;
    }
    
    .fa_hPro .swiper-slide-active .fa_picbox{
        transform:translateY(-0);
    }
        
    .fa_hPro .fa_picbox .fa_tit{
        position:absolute;
        left:0;
        bottom:0;
        width:auto;
        display:flex;
        align-items:center;
        padding:1.5vw 2vw;
        z-index:5;
        justify-content:space-between;
    }
    
    .fa_hPro .fa_picbox .fa_tit:before{
        position:absolute;
        content:"";
        left:0;
        top:0;
        bottom:0;
        width:0;
        transition: all 0.9s;
        background:#fff;
    }
    
    .fa_hPro .swiper-slide-active  .fa_picbox .fa_tit:before{
        width:100%;
    }
    .fa_hPro .fa_picbox .fa_tit .fa_tt{
        font-size:var(--f24);
        color:#fff;
        font-weight:500;
        transition:all 0.5s;
        position:relative;
    }
    
    .fa_hPro .swiper-slide-active  .fa_picbox .fa_tit .fa_tt{
        color:#333;
    }
    .fa_hPro .fa_Img:before{
        position:absolute;
        content:"";
        height:40%;
        left:0;
        bottom:0;
        right:0;
        background:linear-gradient(transparent,var(--main-color));
        z-index:2;
        opacity:0.8;
        transition:all 0.5s;
    }
    .fa_hPro .swiper-slide-active  .fa_Img:before{
        height:0;
    }
    .fa_hPro .fa_link {
        position:relative;
        margin-left:3vw;
        transition:all 0.5s;
        opacity:0;
        transform:translateX(-3vw);
    }
    
    .fa_hPro  .swiper-slide-active .fa_link {
        opacity:1;
        transform:translateX(-0);
        transition-delay:0.4s;
    }
    .fa_hPro .fa_link span{
        color:#999;
        display:inline-block;
        
    }
    
    .fa_hPro .fa_link i{
        display:inline-flex;
        margin-left:20px;
        width:36px;
        height:36px;
        color:var(--main-color);
        border:var(--main-color) solid 1px;
        border-radius:500px;
        align-items:center;
        justify-content:center;
        font-size:16px;
        transition:all 0.5s;
    }
    
    .fa_hPro .fa_li:hover .fa_link i{
        background:var(--main-color);
        color:#fff;
    }
        
    .fa_hPro .fa_pagebtn{
        width:calc((100% - 100px) / 2);
        position:absolute;
        right:0;
        bottom:0;
        text-align:right;
        display:flex;
        justify-content: flex-end;
        /* max-width:600px; */
        z-index: 10;
    }
    
    .fa_hPro .fa_pagebtn .fa_btnli{
        width:auto;
        height:auto;
        background:none;
        opacity:0.8;
        font-size: var(--f18);
        border-radius: 0;
        margin-left: 2vw;
        font-weight: 500;
        color: #999;
        transition: all 0.5s;
    }
    .fa_hPro .fa_pagebtn .fa_btnli.swiper-pagination-bullet-active{
        color:var(--main-color);
    }
}
@media screen and (max-width: 768px) {
    .fa_hPro .fa_swplist  {
        margin-top:30px;
    }
    .fa_hPro .fa_li h3{
        font-size:18px;
    }
     .fa_hPro .fa_li p{
         margin-bottom:20px;
         font-size:14px;
         line-height:20px;
         height:40px;
         
     }
    .fa_hPro .fa_tit{
        display:none;
    }
    .fa_hPro .fa_pagebtn {
        display:none;
    }
    
    .fa_hPro .fa_boxbtn{
        margin-top:30px;
    }
}

/**/
.fa_hAbout{
    position: relative;
}
.fa_hAbout .fa_it .fa_cnt{
    background: #edf2fa;
    padding: 2.5rem 3rem;
    position: relative;
    font-size:var(--f18);
    color: #000;
    line-height: 1.9;
    border-radius:1rem;
    margin-top: 2vw;
}

.fa_hAbout .fa_it .fa_cnt:before{
    content:"\e854";
    font-family: 'iconfont';
    color:var(--main-color);
    font-size: 4vw;
    top: -2rem;
    right:2vw;
    line-height:1;
    position: absolute;
}
.fa_hAbout .fa_it .fa_tit{
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-right: 100px;
}
.fa_hAbout .fa_it .fa_ico{
    width:50px;
}
.fa_hAbout .fa_it .fa_ico img{
    width:100%;
}
.fa_hAbout .fa_it .fa_tt{
    margin-left:1vw;
}
.fa_hAbout .fa_it .fa_tt h4{
    font-size:var(--f20);
    color:#222;
    font-weight:500;
}
.fa_hAbout .fa_it .fa_tt p{
    font-size:14px;
    color:#777;
    font-weight:300;
}
.fa_hAbout .fa_sum{
    font-size: 16px;
    color:#555;
    font-weight:400;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align:justify;
}
.fa_hAbout .fa_pj{
    position:relative;
}
.fa_hAbout .fa_pagebox{
    display:flex;
    width:200px;
    margin:0 0 0 auto;
    text-align:right;
    justify-content:flex-end;
    align-items:center;
}
.fa_hAbout .fa_boxbtn{
    width: 70px;
    display: flex;
    
    margin-right: 10px;
}
.fa_hAbout .fa_boxbtn>div{
    display:inline-block;
    width:auto;
    width: 40px;
    text-align:center;
    line-height:1;
    cursor: pointer;
    color: #999;
    transition:all 0.5s;
}

.fa_hAbout .fa_boxbtn>div:hover{
    color:var(--main-color);
}

.fa_hAbout .fa_boxbtn>div.fa_btn_l{
    border-right:#eee solid 1px;
    
}
.fa_hAbout .fa_pagebtn{
    width:50px;
    font-size:20px;
    color:#999;
    line-height: 1;
    position: static;
}

.fa_hAbout .fa_pagebtn .swiper-pagination-current{
    color:var(--main-color);
}
.fa_hAbout .fa_right .fa_pic{
    overflow:hidden;
    border-radius:5rem 0.5rem 0.5rem 0.5rem;
}
.fa_hAbout .fa_numbox .fa_logoico{
    width: 50px;
    margin-bottom:20px;
}
.fa_hAbout .fa_numbox .fa_logoico img{
    width:100%;
}

.fa_hAbout .fa_numbox p{
    color:#fff;
    font-size:var(--f18);
    margin-top: 10px;
}
@media screen and (min-width: 769px) {
    .fa_hAbout .fa_wrapper{
        position: relative;
        display: flex;
        align-items: center;
    }
    .fa_hAbout .fa_left{
        width:50%;
        padding-right:5vw;
    }
    .fa_hAbout .fa_right{
        width: 50%;
        position: relative;
    }
    
    .fa_hAbout .fa_pagebox{
        position:absolute;
        right:0;
        bottom: -15px;
        z-index: 5;
        background: #fff;
        padding: 30px 0;
    }
    .fa_hAbout .fa_numbox{
        position: absolute;
        background: linear-gradient(45deg,var(--main2-color),#ff9a3c);
        right:-4vw;
        bottom:3vw;
        padding: 3.5rem 2rem;
        border-radius: 1rem 3rem 1rem 1rem;
    }
    
    .fa_hAbout .fa_numbox h2 span{
        font-size: 3.5vw;
        font-weight: 800;
        color:#fff;
        line-height: 1;
    }
    
    
}
@media screen and (max-width: 768px) {
    .fa_hAbout .fa_pagebox{
        margin:10px 0 20px;
        justify-content:flex-start;
    }
    .fa_hAbout .fa_it .fa_cnt{
        font-size:14px;
        line-height:24px;
        padding:20px;
    }
   .fa_hAbout .fa_numbox  {
        display:none;
    }
}

/**/
.fa_hCasetit,.fa_hCase{
    position: relative;
}
.fa_hCasetit:before{
    position: absolute;
    content:"";
    right: 0;
    width:96%;
    top:0;
    bottom:0;
    background: url(../images/hbg02.jpg);
    background-attachment: fixed;
    border-radius: 3rem 0 0 0;
}
.fa_hCase:before{
    position: absolute;
    width:96%;
    background: #fff;
    border-radius:3rem;
    top:0;
    left: 0;
    bottom:0;
    content:"";
}
.fa_hCasetit .fa_wrapper,.fa_hCase .fa_wrapper{
    position: relative;
}
.fa_hCasetit .fa_htitle h4:before{
    background:#fff;
}

.fa_hCasetit .fa_htitle h4:after{
    background:linear-gradient(90deg,#fff,transparent);
}

.fa_hCasetit .fa_htitle h4{
    color:#fff;
}

.fa_hCasetit .fa_htitle h2{
    color:var(--main2-color);
}
.fa_hCasetit .fa_cnt{
    font-size:16px;
    color:#fff;
    line-height:2;
    margin-bottom:2vw;
}
.fa_hCase .fa_li{
    display: block;
    position:relative;
    overflow: hidden;
    border-radius: 2rem 0 2rem 0;
}

.fa_hCase .fa_li:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:40%;
    background:linear-gradient(transparent,rgba(0,0,0,0.8));
    z-index:2;
    opacity:0.6;
    transition:all 0.5s;
}

.fa_hCase .fa_li:hover:before{
    height:0;
}
.fa_hCase .fa_li .fa_Img{
    padding-bottom:120%;
}

.fa_hCase .fa_li .fa_tit{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:30px;
    text-align:center;
    z-index:5;
    transition:all 0.5s;
}

.fa_hCase .fa_li:hover .fa_tit{
    transform: translateY(100px);
    opacity: 0;
}
.fa_hCase .fa_li .fa_tit h3{
    color:#fff;
    font-size:var(--f20);
    font-weight:400;
}
.fa_hCase .fa_li .fa_sum{
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background: rgba(14,60,172,0.9);
    padding:2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.5s;
    opacity: 0;
    transform: scale(0.9); 
    border-radius: 2rem 0 2rem 0;
    
}

.fa_hCase .fa_li:hover .fa_sum{
    opacity: 1;
    transform: scale(1);
    
}
.fa_hCase .fa_li .fa_sum>div{
    width: 100%;
    font-size:14px;
    line-height: 2;
    color:#fff;
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    line-clamp:4;
    -webkit-box-orient:vertical;
    line-height:24px;
    max-height:96px;
}
@media screen and (min-width: 769px) {
    .fa_hCasetit{
        padding-bottom:10vw;
    }
    .fa_hCasetit:after{
        content:"Our case";
        position:absolute;
        width:2%;
        writing-mode: tb;
        left: 2%;
        background: var(--main2-color);
        color: #fff;
        padding: 30px 0;
        text-align: center;
        bottom: 5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.2vw;
        border-radius: 1rem 0 0 0rem;
    }
    .fa_hCase{
        margin-top:-5vw;
        z-index: 2;
        padding-top: 3vw;
    }
    .fa_hCasetit .fa_wrapper{
        display:flex;
        align-items:flex-end;
        
    }
    .fa_hCasetit .fa_left{
        width:40%;
    }
    .fa_hCasetit .fa_right{
        width:60%;
        padding-left:2vw;
    }
    .fa_hCase .fa_swplist{
        position:relative;
    }
    .fa_hCase .fa_swplist .fa_btn{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        width:60px;
        height:60px;
        z-index:10;
        background:rgba(255,255,255,0.98);
        color:#999;
        font-size:20px;
        box-shadow:5px 5px 20px rgba(0,0,0,0.15);
    }
    
    .fa_hCase .fa_swplist .fa_btn:hover{
        background:var(--main-color);
        color:#fff;
    }
    .fa_hCase .fa_swplist .fa_btn.fa_btn_l{
        left:-30px;
    }
    
    .fa_hCase .fa_swplist .fa_btn.fa_btn_r{
        right:-30px;
    }
}
@media screen and (max-width: 768px) {
    .fa_hCasetit:before{
        left:0;
        width:100%;
        
    }
    .fa_hCasetit .fa_cnt{
        font-size:14px;
        margin-bottom:30px;
    }
    .fa_hCase .fa_li .fa_tit{
        padding:10px;
    }
    .fa_hCase .fa_li .fa_tit h3{
        font-size:14px;
    }
    .fa_hCase .fa_boxbtn{
        margin-top:30px;
    }
}

/**/
.fa_bAdv{
    background: var(--main-color);
}
.fa_bAdv .fa_right .fa_cnt{
    position: relative;
}
.fa_bAdv .fa_cnt{
    position:relative;
}
.fa_bAdv .fa_left h3{
    color:#fff;
    font-size:var(--f28);
    font-weight:500;
}

.fa_bAdv .fa_left p{
    color:rgba(255,255,255,0.9);
    font-size:14px;
    margin-top:10px;
    font-weight:300;
}

.fa_bAdv .fa_right .fa_cnt h3{
    font-size:var(--f24);
    color:#fff;
    font-weight:600;
    line-height: 1;
    margin-bottom:10px;
}

.fa_bAdv .fa_right .fa_cnt h3 span{
    font-size: var(--f60);
    font-weight: 800;
    margin: 0 10px;
    font-style: italic;
    display: inline-block;
}
.fa_bAdv .fa_right .fa_cnt h5{
    color:#fff;
    font-weight:600;
}
.fa_bAdv .fa_right .fa_cnt h5 i{
    margin-right:10px;
    display:inline-flex;
    width:24px;
    height:24px;
    background:#fff;
    color:var(--main2-color);
    align-items:center;
    justify-content:center;
    border-radius:500px;
    font-size:14px;
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .fa_bAdv .fa_wrapper{
        display: flex;
        align-items: center;
    }
    .fa_bAdv .fa_wrapper .fa_right:before{
        position: absolute;
        content: "";
        width: 50vw;
        top: -1vw;
        background: linear-gradient(45deg, var(--main2-color), #f9a828);
        bottom: -3vw;
        left: 0vw; 
        border-radius: 1rem 1rem 3rem 1rem;
        transform: skewX(15deg);
    }
    .fa_bAdv .fa_left{
        width:60%;
        padding-right:3vw;
    }
    .fa_bAdv .fa_right{
        width:40%;
        position: relative;
        padding-left:5vw;
    }
    
    .fa_bAdv .fa_right .fa_cnt{
        
        transform:translateY(1rem);
    }
}
@media screen and (max-width: 768px) {
    .fa_bAdv .fa_right .fa_cnt{
        margin-top:30px;
    }
}
/**/
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {}

/**/
.fa_hNews{
    padding:5vw 0;
}
.fa_hNews .fa_li{
    position: relative;
    display: block;
}
.fa_hNews .fa_li .fa_Img{
    padding-bottom: 66%;
    border-radius: 2.5rem 0.2rem 2.5rem 0.2rem;
}
.fa_hNews .fa_li .fa_tit{
    padding: 25px 0;
}
.fa_hNews  .fa_list h3{
    font-size:var(--f20);
    color:#111;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
} 
.fa_hNews .fa_li:hover .fa_tit h3{
    color:var(--main-color);
}
.fa_hNews .fa_list 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;
    font-weight:400;
    
}
.fa_hNews .fa_li .fa_date{
    font-size: 14px;
    margin-top: -30px;
    color:var(--main-color);
    font-family: 'satoshi', sans-serif;
    background:var(--main-color);
    color:#fff;
    width:fit-content;
    padding: 8px 30px;
    transform: translateX(-10px);
    border-radius: 2px 18px 2px 18px;
    transition:all 0.5s;
}

.fa_hNews .fa_li:hover .fa_date{
    background:var(--main2-color);
    transform: translateX(10px);
}
.fa_hNews .fa_li .fa_date span{
    font-size:20px;
    margin-right:10px;
    font-weight:700;
}
 .fa_hNews .fa_it{
     display:flex;
     padding:30px 0;
     border-bottom:#eee solid 1px;
     position:relative;
 }

 .fa_hNews .fa_it:before{
     position:absolute;
     left:0;
     bottom:0;
     width:0;
     height:1px;
     background:var(--main-color);
     content:"";
     transition:all 0.5s;
 }

 .fa_hNews .fa_it:hover:before{
     width:100%;
 }
 .fa_hNews .fa_it .fa_data{
     width:90px;
     border:#ddd solid 1px;
     padding:10px;
     border-radius:5px;
     text-align:center;
    color:#aaa;
     transition:all 0.5s;
 }

 .fa_hNews .fa_it:hover .fa_data{
     background:var(--main-color);
     color:#fff;
     border-color:var(--main-color);
 }

 .fa_hNews .fa_it .fa_data h5{
     font-size:var(--f40);
     font-weight: 700;
     line-height:1;
 }
.fa_hNews .fa_it .fa_data h6{
    font-size:14px;
    margin-top:5px;
}
 .fa_hNews .fa_it .fa_tt{
     width:calc(100% - 90px);
     padding-left:30px; 
 }
 .fa_hNews .fa_it:hover h3{
     color:var(--main-color);
 } 
@media screen and (min-width: 769px) { 
   .fa_hNews .fa_wrapbox{
       display:flex;
   }
    .fa_hNews .fa_left{
        width:60%;
    }
     .fa_hNews .fa_right{
        width:40%;
         padding-left:50px;
    }
    .fa_hNews .fa_left .fa_list{ 
        display:flex;
        justify-content:space-between;
    }
    
    .fa_hNews .fa_left .fa_list .fa_li{
        width:calc((100% - 50px) /  2);
    }
     .fa_hNews .fa_it:nth-child(1){
         padding-top:0;
     }
}
@media screen and (max-width: 768px) {
  
}

/**/

@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {}
