.fa_htitle {
    margin-bottom: 3vw;
    position: relative;
}

.fa_htitle.fa_text_w h2 {
    color:  var(--main-color);
}
 
.fa_htitle.fa_text_w h6 {
    color: #fff; 
    font-weight: 400;
}

.fa_htitle h2 {
    position: relative;
    line-height: 1;
}
.fa_htitle h2 span{
    font-size: var(--f36);
    font-weight: 700;
    color: var(--main-color);
    font-style: italic;
}
.fa_htitle h4 {
    margin-top: 10px;
    font-size: var(--f40);
    color: #222;
}
.fa_htitle h4 span{
    color:var(--main-color);
}
.fa_htitle.fa_text_w h4{
    color:#fff;
}

/*banner*/
.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
    overflow: hidden;
}

.fa_Home .fa_hBanner:before{
        position:absolute;
        content:"";
        left:0;
        right:0;
        top:0;
        height:200px;
        background:linear-gradient(#004279,transparent);
        opacity:0.9;
        transition:all 0.5s;
        z-index: 3;
    }
.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;
    background:#000;
    
}
.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    opacity: 0.7;
    height:100vh;
    object-fit:cover;
}
.fa_Home .fa_hBanner .fa_tit{
    position: absolute;
    left:0;
    right:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
}

.fa_Home .fa_hBanner .fa_tit h2{
    font-size: 3.2vw;
    color:#fff;
    font-weight: 700;
    transform: translateY(30px);
    opacity: 0;
    transition:all 0.8s;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h2{
    opacity: 1;
    transform: translateY(0);
}
.fa_Home .fa_hBanner .fa_tit h4{
    font-size: 3vw;
    color:#fff;
    font-weight: 600;
    transform: translateY(40px);
    opacity: 0;
    transition:all 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4{
    opacity: 1;
    transition-delay: 0.2s;
    transform: translateY(0);
}
.fa_Home .fa_hBanner .fa_tit h6{
    font-size: var(--f24);
    color:#fff;
    transform: translateY(50px);
    opacity: 0;
    transition:all 0.8s;
    margin-top: 20px;
    max-width: 800px;
    margin: 20px auto 0;
    line-height: 2;
    font-weight: 400;
}
.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6{
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0);
}
.fa_Home .fa_hswp_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(0,0, 0, 0.3);
    padding: 20px 10px;
    font-size: 30px;
    z-index: 10;
    cursor: pointer; 
    transition:all 0.5s;
}

.fa_Home .fa_hswp_btn>div.fa_btn_l {
    left:0;
    border-radius:0 20px 20px 0;
}

.fa_Home .fa_hswp_btn>div.fa_btn_r {
    right:0;
    border-radius: 20px 0 0 20px;
}

.fa_Home .fa_hswp_btn>div:hover {
    background: var(--main-color);
    color:#fff;
}
.fa_hBanner .fa_pagebtn{
    position: absolute;
    bottom:30px;
    left:50%;
    transform: translateX(-50%);
    z-index: 5;
}
.fa_hBanner .fa_pagebtn>span {
    display: inline-block;
    margin: 0 1vw;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 6;
    background: transparent;
}

.fa_hBanner .fa_pagebtn>span svg {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    transform: rotate(-45deg);
}

.fa_hBanner .fa_pagebtn>span svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 0.6s ease-out;
}

.fa_hBanner .fa_pagebtn>span.swiper-pagination-bullet-active svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 6s ease-out;
}

.fa_hBanner .fa_pagebtn>span i {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease-out;
    display: block;
}

.fa_hBanner .fa_pagebtn>span i:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fa_hBanner .fa_pagebtn>span.swiper-pagination-bullet-active i {
    border-color: rgba(255, 255, 255, 0.3);
}

.scroll_d {
  position: absolute;
  width: 24px;
  height: 24px;
  left:50%;
  transform:translateX(-50%);
  bottom: 90px;
  z-index: 10;
}

.scroll_d .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll_d .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll_d .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll_d .chevron:before,
.scroll_d .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.scroll_d .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll_d .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

.scroll_d .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.z_wave{ position: absolute; left: 50%; transform: translate(-50%) translateY(10vw); bottom: -11vw; z-index: 1; transition: ease 2s;z-index:3;}
.z_wave .wave,.z_menu_close .wave1,.z_wave .wave2 {z-index: -1;position: absolute;width: 19vw;height: 19vw; background:var(--main-color);border-radius: 45%;animation: rootate 6s linear infinite;// mix-blend-mode: multiply;}
.z_wave .wave1 { background: var(--main-color);transform: translate(-20%, 0) rotate(0deg); opacity: .8; width: 17vw;height: 17vw; animation: rootate1 6s linear -4s infinite;border-radius: 65%;}
.z_wave .wave2 { background: var(--main-color);transform: translate(20%, 0) rotate(0deg);animation: rootate2 8s linear -2s infinite;width:15vw;height: 15vw;border-radius: 30%;}
.z_wave .icon{ position: absolute;     left: 32%;
    bottom: 24%; z-index: 2;}

.fa_hBanner:hover .z_wave{ transform: translate(-50%,0);}
@keyframes rootate {
    50% {
        border-radius: 38%;
        transform: rotate(180deg);
    } 100% { 
        border-radius: 45%;
        transform: rotate(360deg);
    }
}

@keyframes rootate1 {
    50% {
        border-radius: 38%;
        transform: translate(-30%, 8%) rotate(180deg);
    }100% {
        border-radius: 45%;
        transform: translate(-20%, 0%) rotate(360deg);
    }
}

@keyframes rootate2 {
    50% {
        transform: translate(30%, 8%) rotate(180deg);
    }100% {
        transform: translate(20%, 0%) rotate(360deg);
    }
} 
@media screen and (min-width: 769px) {
    .fa_Home{
        position: relative;
    }
}

@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 h2 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom:10px;
        
    }

    .fa_Home .fa_hBanner .fa_tit h4 {
        margin-top: 15px;
        font-size: 14px;
        line-height: 2;
    }

    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
    }

    .fa_htitle .fa_tt_span {
        display: none;
    }
    .fa_Home .fa_hswp_btn>div{
        font-size:20px;
        padding:5px;
    }
    .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;
    }

    .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 .fa_left{
    box-sizing: border-box;
    background: no-repeat center;
    background-size: cover;
    background-image: url(../images/habgb.jpg);
    background-position: top left;
}
.fa_hAbout .fa_sum{
    font-size:16px;
    line-height:2;
    margin-bottom:3vw;
    color:#666;
}
.fa_hAbout .fa_pic{
    position:relative;
}
.fa_hAbout .fa_pic .fa_link{
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    cursor:pointer;
    display:flex;
    width:80px;
    height:80px;
    background:var(--main-color);
    overflow:hidden;
    transition:all 0.5s;
}

.fa_hAbout .fa_pic .fa_link:hover{
    background:var(--main2-color)
}

.fa_hAbout .fa_pic .fa_link i{
    position:absolute;
    color:#fff;
    font-size:40px;
    display:flex;
    width:80px;
    height:80px;
    align-items:center;
    justify-content:center;
    left:0;
    top:0;
    transition:all 0.5s;
    
}
.fa_hAbout .fa_pic .fa_link:hover i:nth-child(1){
    opacity:0;
    transform:translateY(-100%)
}
.fa_hAbout .fa_pic .fa_link i:nth-child(2){
    opacity:0;
    transform:translateY(100%);
}

.fa_hAbout .fa_pic .fa_link:hover i:nth-child(2){
    opacity:1;
    transform:translateY(0%);
}
@media screen and (min-width: 769px) {
    .fa_hAbout {
        display: flex;
        align-items:flex-start;
    }
    .fa_hAbout .fa_left{
        width:calc(50% + 80px);
        display: flex;
        align-items: center;
        margin-right:-80px;
        margin-left:0;
    }
    
    .fa_hAbout .fa_right{
        width:50%;
        margin-top: 9vw;
        position:relative;
    }
    
    .fa_hAbout .fa_right .fa_tten{
        position:absolute;
        right:4vw;
        font-size:6vw;
        text-transform:uppercase;
        font-weight:900;
        line-height:1;
        color: #fff;
        -webkit-text-stroke: #ccc 1px;
        text-stroke: #ccc 1px;
        z-index:-1;
        top: -8vw;
        opacity:0.3;
    }
    .fa_hAbout .fa_right .fa_tten2{
        position:absolute;
        left:10vw;
        font-size:6vw;
        top:-5vw;
        text-transform:uppercase;
        font-weight:900;
        background: linear-gradient( to right, #f07b3f, #f8a600 );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        z-index: 5;
    }
    .fa_hAbout .fa_left .fa_wrapbox{
        width:96%;
        max-width: calc(5vw + 760px + 80px);
        margin: 0 0 0 auto;
        padding:5vw;
        padding-right: calc(6vw + 80px);
    }
}
@media screen and (max-width: 768px) {
    
    .fa_hAbout .fa_left .fa_wrapbox{
        width:96%;
        max-width:calc(5vw + 760px);
        margin: 0 auto;
        padding:50px 10px;
        
    }
    .fa_hAbout .fa_sum{
        font-size:14px;
    }
    .fa_hAbout .fa_tten ,.fa_hAbout .fa_tten2{
        display:none;
    }
    .fa_hAbout .fa_pic .fa_link{
        display:none;
    }
}
/**/
.fa_hWh{
    position: relative;
}
.fa_hWh .fa_wrapper{
    position: relative;
}
.fa_hWh .fa_list{
    display: flex;
    justify-content: space-between;
}
.fa_hWh .fa_it h4 span{
    display: inline-block;
    max-width: 60px;
}
.fa_hWh .fa_it h4 span img{
    width:100%;
    transition:all 0.5s;
    filter: grayscale(0) brightness(1);
}
.fa_hWh .fa_it h3{
    font-size: var(--f24);
    color:var(--main-color);
    font-weight:500;
    margin-top: 20px;
        transition:all 0.5s;
}
.fa_hWh .fa_it p{
    font-size:var(--f18);
    color:#333;
    margin-top:10px;
        transition:all 0.5s;
}
@media screen and (min-width: 769px) {
    .fa_hWh{
        padding-top:3vw;
        margin-top:-3vw;
    }
    .fa_hWh .entit{
        position:absolute;
        bottom:0;
        left:5vw;
        font-size:10px;
        color:#aaa;
        line-height:1;
    }
    .fa_hWh .fa_it{
        width:calc((100% - 10vw) / 4);
        background: rgba(245,245,245,0.6);
        padding: 2vw;
        border-top:#eee solid 5px;
        position:relative;
        transition:all 0.5s;
    }
    
.fa_hWh .fa_it:hover h4 span img{
    filter: grayscale(1) brightness(100);
}
    .fa_hWh .fa_it:hover{
        background:rgba(0,66,121,0.8);
    }
    .fa_hWh .fa_it:hover h3{
        color:#fff;
    }
    .fa_hWh .fa_it:hover p{
        color:rgba(255,255,255,.8);
    }
    .fa_hWh .fa_it:before{
        content:"";
        position:absolute;
        left:0;
        top:-5px;
        height:5px;
        background:var(--main2-color);
        transition:all 0.5s;
        width:0;
    }
    
    .fa_hWh .fa_it:hover:before{
        width:100%;
    }
    .fa_hWh:before{
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        top: -15vw;
        width: 30vw;
        height: 30vw;
        background:url(../images/yuanyuan.png) no-repeat center;
        opacity:0.2;
        content:"";
        background-size: 100%;
        z-index:-2;
        animation: rotate 15s linear infinite;
    }
    .fa_hWh:after{
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        top: -10vw;
        width: 20vw;
        height: 20vw;
        background:url(../images/yuanyuan.png) no-repeat center;
        opacity:0.2;
        content:"";
        background-size: 100%;
        z-index:-2;
        animation: rotate2 15s linear infinite;
    }
} 

@media screen and (max-width: 768px) {
    .fa_hWh .fa_list {
        flex-wrap:wrap;
    }
    .fa_hWh .fa_list .fa_it{
        width: calc((100% - 10px) / 2);
        background: #f5f5f5f5;
        padding: 10px;
        margin: 5px 0;
    }
    .fa_hWh .fa_it h4 span{
     max-width:40px;    
    }
    .fa_hWh .fa_it h3{
        font-size:16px;
    }
    .fa_hWh .fa_it p{
        font-size:14px;
    }
}
/**/
.fa_hPro{
    position:relative;
} 
.fa_hPro .fa_li{
    display: block;
}
@keyframes rotate{
	0%{transform:translateX(-50%) rotate(0);}
	100%{transform:translateX(-50%) rotate(360deg);}
}
@keyframes rotate2{
	0%{transform:translateX(-50%) rotate(360deg);}
	100%{transform:translateX(-50%) rotate(0deg);}
}
@media screen and (min-width: 769px) {
    .fa_hPro{
        padding-top:0;
    }
    
    .fa_hPro .fa_wrapbox{
        position: relative;
        /* margin-top:5vw; */
    }
    .fa_hPro .fa_wrapbox:before{
        width:25%;
        top:0vw;
        height:100%;
        content:"";
        position:absolute;
        border-radius:0 50vw 50vw 0;
        background:#f5f5f5;
        left:0;
    }
    .fa_hPro .fa_wrapbox:after{
        width:25%;
        top:0vw;
        height:100%;
        content:"";
        position:absolute;
        border-radius: 50vw 0 0 50vw;
        background:#f5f5f5;
        right:0;
        z-index: -1;
    }
    .fa_hPro .fa_swplist{
        max-width:40vw;
        margin: auto;
        position:relative;
        mix-blend-mode: multiply;
    }
    
    .fa_hPro .fa_swplist .fa_boxbtn>div{
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        z-index:20;
    }
    
    .fa_hPro .fa_swplist .fa_boxbtn>div.fa_btn_l{
        left:calc(-5vw - 25px);
        border-radius:500px;
    }
    .fa_hPro .fa_swplist .fa_boxbtn>div.fa_btn_r{
        right:calc(-5vw - 25px);
        border-radius:500px;
    }
    .fa_hPro .swiper-container{
        overflow:visible;
    }
    
.fa_hPro .fa_li{
    padding:50px 0;
    position:relative;
}
.fa_hPro .fa_li .fa_tit{
    text-align:center;
    position:absolute;
    left:0;
    bottom: -20px;
    right:0;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s;
    color:#000;
}
    
.fa_hPro .swiper-slide-active .fa_li .fa_tit{
    
    opacity: 1;
    transform: translateY(-0);
    transition-delay:0.5s;
}
    
.fa_hPro .fa_li .fa_tit h3{
    font-size:var(--f24);
    
}
    .fa_hPro .fa_li .fa_Img{
        padding-bottom: 40%;
        transition:all 0.5s;
        transform:scale(0.6);
        
        mix-blend-mode: multiply;
    }
    
    
    .fa_hPro  .swiper-slide-prev  .fa_li .fa_Img{
        transform-origin:80% center;
    }
    .fa_hPro  .swiper-slide-next  .fa_li .fa_Img{
        transform-origin:20% center;
    }
    .fa_hPro .swiper-slide-active .fa_li .fa_Img{
        
        transform:scale(1.1);
        transition-delay:0.3s; 
    }
}
@media screen and (max-width: 768px) {
    .fa_hPro .fa_li .fa_Img{
        padding-bottom:60%;
    }
    .fa_hPro .fa_li .fa_tit{
        text-align:center;
        margin-top:20px;
    }
     .fa_hPro .fa_li .fa_tit h3{
         font-size:16px;
     }
    .fa_hPro .fa_boxbtn{
        text-align:center;
        margin-top:20px;
    }
}


/**/
.fa_hAdv{
    background-color: var(--main-color);
    background-image: url(../images/hbg02.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.fa_hAdv .fa_htitle h2 span{
    color:var(--main2-color);
}
.fa_hAdv .fa_htitle h4{
    color:#fff;
}
.fa_hAdv .fa_li .fa_Img{
    padding-bottom: 56%;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.15);
    opacity:0;
    transform:translateX(30%);
    transition:all 0.6s;
}

.fa_hAdv  .swiper-slide-active .fa_li .fa_Img{
    opacity:1;
    transform:translateX(0%);
    transition-delay:0.5s;
}
.fa_hAdv .fa_li .fa_tit h3{
    font-size: var(--f40);
    color:#fff;
    opacity: 0;
    transition:all 0.6s;
    transform:translateY(20px);
    font-weight: 400;
}

.fa_hAdv .swiper-slide-active .fa_li .fa_tit h3{
    opacity: 1;
    transform:translateY(0);
}
.fa_hAdv .fa_li .fa_tit h5{
    font-size: var(--f24);
    color: #fff;
    margin-top:20px;
    opacity: 0;
    transition:all 0.6s;
    transform:translateY(30px);
    background:linear-gradient(90deg,var(--main2-color),transparent);
    padding:10px 20px;
    font-weight: 400;
}

.fa_hAdv .fa_li .fa_tit h5{}
.fa_hAdv .fa_li .fa_tit p:before{
    content:"";
    display:block;
    margin:20px 0;
    height:2px;
    background:#fff;
    width:50px;
}
.fa_hAdv .swiper-slide-active .fa_li .fa_tit h5{
    opacity: 1;
    transform:translateY(0);
    transition-delay: 0.2s;
}
.fa_hAdv .fa_li .fa_tit p{
    font-size: var(--f18);
    color:rgba(255,255,255,0.8);
    opacity: 0;
    transition:all 0.6s;
    transform:translateY(40px);
    font-weight: 400;
    line-height: 2;
}
.fa_hAdv .swiper-slide-active .fa_li .fa_tit p{
    opacity: 1;
    transform:translateY(0);
    transition-delay: 0.4s;
}
@media screen and (min-width: 769px) {
    .fa_hAdv{
        padding: 8vw 0;
        position:relative;
    }
    .fa_hAdv:before{
        content:"";
        top: 2vw;
        bottom: 2vw;
        right:0;
        width:50%;
        background:#fff;
        position:absolute;
    }
    .fa_hAdv .fa_wrapper{
        position:relative;
        z-index:3;
    }
    .fa_hAdv .fa_li{
        display: flex;
        align-items: flex-end;
        /* padding: 50px 0; */
    }
    .fa_hAdv .swiper-container{
        overflow:visible;
    }
     .fa_hAdv .fa_swplist{
         margin-top: calc(-100px - 4vw);
         /* padding: 3vw 0; */
         padding-right: 80px;
         position: relative;
     }
    .fa_hAdv .fa_swplist .fa_numbox{
        position:absolute;
        top:0;
        right:0;
        writing-mode: tb;
        color: #aaa;
        line-height: 1;
        font-size: var(--f30);
    }
    .fa_hAdv .fa_swplist .fa_numbox span.fa_active{
        color:var(--main-color)
    }
    .fa_hAdv .fa_li .fa_left .fa_tit{
        margin-top:calc(104px + 4vw);
    }
    .fa_hAdv .fa_li .fa_left{
        width:40%;
        padding-right:5vw;
    }
    .fa_hAdv .fa_li .fa_right{
        width:60%;
    }
    .fa_hAdv .fa_pagebox{
        width:40%;
        display:flex;
        justify-content:space-between;
        margin-left:auto;
        margin-right:0;
        align-items:center;
        margin-top:3vw;
        position: relative;
        z-index: 20;
    }
    .fa_hAdv .fa_pagebox .fa_pagebtn{
        width:calc(80% - 200px);
        position:relative;
        height:3px;
        z-index: 20;
    }
    .fa_hAdv .fa_ttbox {
        margin-top:-60px;
        opacity: 0.8;
    }
    .fa_hAdv .fa_ttbox h6{
        font-weight:300;
        color:#fff;
        font-size:16px;
        display:none;
    }
    
    .fa_hAdv .fa_ttbox p{
        color:#fff;
        font-size:8px;
        margin-top:10px;
        line-height: 12px;
        text-transform:capitalize;
        font-weight:300;
    }
    
}
@media screen and (max-width: 768px) {
   .fa_hAdv .fa_ttbox,.fa_hAdv .fa_numbox {
       display:none;
   }
}

/**/
.fa_hCase{
    position: relative;
}
.fa_hCase:before{
    position: absolute;
    left:0;
    top:0;
    height:50%;
    content:"";
    z-index: -1;
    right:0;
    background: var(--main-color);
}
.fa_hCase .fa_wrapper{
    position: relative;
}
.fa_hCase .fa_li {
    transition:all 0.5s;
}
.fa_hCase .fa_li .fa_Img{
    padding-bottom:80%;
    display: block;
}
.fa_hCase .fa_htitle h2 span{
    color:#fff;
}
.fa_hCase .fa_htitle h4{
    color:#fff; 
}
.fa_hCase .fa_tit{
    width: 80%;
    background: #f5f5f5;
    margin-top: -50px;
    margin-left:0;
    position:relative;
    padding: 2vw 50px 2vw 2vw;
    transition:all 0.5s;
}
.fa_hCase .swiper-slide-active .fa_li .fa_tit{
    background: var(--main-color);
}
.fa_hCase .fa_tit .fa_link{
    position:absolute;
    top:0;
    right:0;
    width:50px;
    height:50px;
    background:var(--main-color);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all 0.5s;
    
}

.fa_hCase .swiper-slide-active .fa_li .fa_tit .fa_link{
    background: var(--main2-color);
}
.fa_hCase .fa_tit h3{
    font-size:var(--f24);
    color:#000;
    transition:all 0.5s;
}
.fa_hCase .swiper-slide-active .fa_li .fa_tit h3{
    color:#fff;
}
.fa_hCase .fa_tit p{
    margin-top:15px;
    font-size:14px;
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient:vertical;
    color:#777;
    line-height:20px;
    height:40px;
    transition:all 0.5s;
}

.fa_hCase  .swiper-slide-active  .fa_tit p{
    color:rgba(255,255,255,0.7);
}
@media screen and (min-width: 769px) {
    .fa_hCase .swiper-container{
        overflow:visible;
    }
    .fa_hCase .fa_li{
        transition:all 0.5s;
        opacity:0;
    }
    .fa_hCase .swiper-slide-active .fa_li,
    .fa_hCase .swiper-slide-next .fa_li,
    .fa_hCase .swiper-slide-prev .fa_li{
        opacity:1;
    }
    .fa_hCase .swiper-slide-active .fa_li{
        transform:translateY(-5vw);
        transition-delay:0.2s;
    }
    .fa_hCase .fa_swplist{
        position:relative;
    }
    .fa_hCase .fa_boxbtn{
        position: absolute;
        right: 0vw;
        bottom:calc(100% + 3vw);
    }
    
    .fa_hCase .fa_boxbtn>div{
        background:rgba(2555,255,255,0.1);
        color:#fff;
    }
    
    .fa_hCase .fa_boxbtn>div:hover{
        background:var(--main2-color);
        color:#fff;
    }

}
@media screen and (max-width: 768px) {
    .fa_hCase .fa_tit{
        padding:20px;
        width:90%;
    }
    .fa_hCase .fa_boxbtn>div.fa_btn{
        margin:10px 0 0 0;
    }
}


/**/
.fa_hNews{
    padding-top:0;
    position:relative;
}
.fa_hNews .fa_li{
    position: relative;
    overflow:hidden;
}
.fa_hNews .fa_li:before{
    content:"";
    left:0;
    top:-1px;
    height:5px;
    width:0;
    background:var(--main-color);
    transition:all 0.8s;
    position:absolute;
}

.fa_hNews .fa_li:hover:before{
    width:100%;
}
.fa_hNews .fa_li .fa_sum article{
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;
    font-size:16px;
    color:#777;
    line-height:30px;
    height:90px;
    margin-bottom:3vw;
}
.fa_hNews .fa_li .fa_sum p{
    font-size:var(--f18);
    line-height:20px;
    color:var(--main-color);
}

.fa_hNews .fa_li .fa_sum p i{
    display:inline-block;
    transition:all 0.5s;
}

.fa_hNews .fa_li:hover .fa_sum p i{
    margin-left:20px;
}
.fa_hNews .fa_li .fa_tit,.fa_hNews .fa_li .fa_sum{
    padding:3vw;
}
.fa_hNews .fa_li .fa_tit{
    padding-bottom:0;
}
.fa_hNews .fa_li .fa_tit h3{
    font-size:var(--f24);
    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-top: 40px;
}
.fa_hNews .fa_li .fa_data span{
    font-size: 2vw;
    color:var(--main-color);
    display: inline-block;
    font-weight: 400;
    position:relative;
}

.fa_hNews .fa_li .fa_data span:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-10px;
    height:2px;
    background:#eee;
}
.fa_hNews .fa_li .fa_data i{
    font-size: 1.4vw;
    color:#999;
    display: inline-block;
    margin-left:10px;
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    
.fa_hNews:before{
    content:"";
    height:calc(3vw + 90px + 3vw + 20px + 5vw);
    left:0;
    right:0;
    bottom:0;
    background:var(--main-color);
    z-index:-1;
    position:absolute;
}
    .fa_hNews .fa_li .fa_Img{
        height: calc(3vw + 90px + 3vw + 20px);
        position: absolute;
        left:0;
        right:0;
        bottom:0;
        z-index: 3;
        transition:all 0.5s;
    }
     .fa_hNews .fa_li:hover .fa_Img{
         transform:translateY(100%);
     }  
    .fa_hNews .fa_li{
        width:calc(100% / 3);
        border:#eee solid 1px;
        background: #fff;
    }
    
    .fa_hNews .fa_li:nth-child(-n+2){
        border-right:none; 
    }
    .fa_hNews .fa_li .fa_sum{
        transition:all 0.5s;
        opacity:0; 
        transform:translateY(2vw);
    }
    
    .fa_hNews .fa_li:hover .fa_sum{
        transform:translateY(0);
        opacity:1;
    }
}
@media screen and (max-width: 768px) {
     .fa_hNews .fa_li{
         display:block;
         
     }
     .fa_hNews .fa_li .fa_data{
         display:none;
     }
    .fa_hNews .fa_li .fa_Img{
        padding-bottom:60%;
    }
    .fa_hNews .fa_li .fa_tit h3{
        margin:0;
        text-overflow:ellipsis;
        white-space:nowrap;
        height:auto;
        overflow:hidden;
    }
    .fa_hNews .fa_li .fa_sum article{
        font-size:14px;
        line-height:20px;
        height:60px;
    }
    .fa_hNews .fa_li .fa_sum p{
        font-size:16px;
    }
    .fa_hNews .fa_li{
        margin-top:20px;
    }
}

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