/*title*/
.fa_mbg{
    position: absolute;
    max-width:129px;
    width:30%;
}
.fa_mbg img{
    width:100%;
    
}
.fa_htitle.fa_text_w h2 {
    color: #fff;
}
.fa_htitle.fa_text_w h4 {
    color: #fff;
    /* font-weight: 300; */
}
.fa_htitle {
    margin-bottom: 4vw;
}

.fa_htitle h2 {
    font-size: var(--f50);
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.fa_htitle h4 {
    margin-top: 20px;
    font-size: var(--f40);
    font-weight: 600;
    color: #000;
}
.fa_htitle h6{
    font-size: var(--f30);
    color: #43dde6;
    margin-bottom: 10px;
}

/*banner*/
.fa_Home .fa_mbg.fa_r{
    right:0;
    bottom: -141px;
    z-index: 5;
}
.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;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.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: 0%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: center;
    transition: all 0.5s;
    top: 50%;
    right: 0;
}


.fa_Home .fa_hBanner .fa_tit .fa_wrap {
    max-width: var(--wrapper);
    width: 96%;
    padding: 0 10px;
    margin: auto;
    position: relative;
    /* text-align: right; */
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: 3vw;
    opacity: 0;
    transform: translateY(30px);
    color: #fff;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    margin: auto;
    letter-spacing: 0;
    font-weight: 800;
    text-transform:uppercase;
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: 2.5vw;
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.2;
    margin-top: var(--f20);
    position:relative;
    display:block;
}
.fa_Home .fa_hBanner .fa_tit h3 span{
    position:relative;
}
.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: var(--f26);
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    line-height: 1.5;
    margin-top: var(--f30);
}
.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_ssform .fa_wrapper{
    background: #fff;
}

    .fa_ssform  .fa_right form{
        display: flex;
        align-items: center;
        background: #f5f5f5;
        width:100%;
        height: 40px;
        /* border-bottom: #ddd solid 1px; */
        border-radius: 500px;
    }
    
    .fa_ssform  .fa_right form input{
        width:calc(100% - 50px);
        border-radius: 0;
        border: none!important;
        box-shadow: none!important;
        background:none;
        padding:0 20px;
    }
.fa_ssform  .fa_right form button{
    font-size: 24px;
    color: var(--main-color);
    width:50px;
    border: none!important;
    box-shadow: none!important;
    background:none;
    line-height:1;
    /* background: var(--main-color); */
    /* color: #fff; */
    /* line-height: 40px; */
}
/**/
.fa_hBanner  .fa_page{
    position: absolute;
    bottom:5%;
    left:50%;
    transform:translateX(-50%);
    width:96%;
    max-width:var(--wrapper);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 5;
}
.fa_hBanner .fa_swpbtn{
    display: flex;
}
.fa_hBanner .fa_swpbtn>div{
    width:60px;
    height:60px;
    align-items: center;
    justify-content: center;
    border: #fff solid 2px;
    font-size:30px;
    color:#fff;
    transition:all 0.5s;
    cursor: pointer;
    display: flex;
    border-radius: 500px;
    margin-left: 1vw;
    opacity:0.5;
}
.fa_hBanner .fa_swpbtn>div:hover{
    background: var(--main-color);
    color:#fff;
    border-color:var(--main-color);
    opacity:1;
}
.fa_hBanner .fa_swp_page{
    font-size:var(--f20);
    color:rgba(255,255,255,0.5);
    
    font-family: 'Poppins', sans-serif;
}
.fa_hBanner .fa_swp_page span{
    
    font-family: 'Poppins', sans-serif;
}
.fa_hBanner .fa_swp_page span.swiper-pagination-current{
    font-size:var(--f36);
    color:#fff;
}
.fa_hBanner .fa_scroll{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom: 5%;
    z-index: 5;
    color: #fff;
    font-size:14px;
    text-align:center;
}
.fa_hBanner .fa_scroll span{
    display:inline-block;
    width:24px;
    height: 40px;
    border-radius:500px;
    border:#fff solid 2px;
    margin-bottom: 5px;
    position: relative;
}

.fa_hBanner .fa_scroll span:before{
    content:"";
    width:2px;
    background:#fff;
    height:8px;
    top: 14px;
    position:absolute;
    left:9px;
    -webkit-animation: updown 2s linear infinite;
    animation: updown 2s linear infinite;
}
@media screen and (min-width: 769px) {
.fa_hBanner  .fa_page{
    bottom:100px;
    /* margin-bottom:2vw; */
}
    
}    
@media screen and (max-width: 768px) {
    .fa_Home .fa_hBanner .fa_tit h3,
    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: var(--f20);
    }
    .fa_Home .fa_hBanner .fa_tit h4 {
       font-size:var(--f30);
    }
    .fa_htitle .fa_tt_span {
        display: none;
    }
    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        min-height: 400px;
        object-fit: cover;
        height: 50vh;
    }
    .fa_hBanner .fa_scroll{
        display:none;
    }
    .fa_hBanner .fa_page{
        padding:20px;
    }
    .fa_hBanner .fa_swpbtn>div{
        width:36px;
        height:36px;
        font-size:14px;
        margin-left:15px;
        border:none;
        background:rgba(33,33,33,0.9);
    }
    .fa_hBanner .fa_swp_page,.fa_hBanner .fa_swp_page span,.fa_hBanner .fa_swp_page span.swiper-pagination-current{
        font-size:16px;
    }
}


/**/
.fa_hCate{
     overflow: hidden; 
}
.fa_hCate .fa_lii{
    transition:all 0.5s;
    filter:grayscale(1);
    opacity:0.3;
    
    border-radius:10px;
    overflow: hidden;
    
}

.fa_hCate .swiper-slide-active .fa_lii{
    transition-delay:0.3s;
    filter:grayscale(0);
    opacity:1;
}
.fa_hCate .fa_lii .fa_Img{
    padding-bottom: 54%; 
}
.fa_hCate .fa_lii .fa_tit{
    padding:3vw;
}
.fa_hCate .fa_lii .fa_tt{
    font-size:var(--f40);
    font-family: 'Poppins', sans-serif;
    color:#333;
    font-weight:600;
    text-transform: uppercase;
    line-height: 1.2;
}
.fa_hCate .fa_lii .fa_sum{
    font-size: 14px;
    color:#888;
    margin: var(--f30) 0;
    text-overflow:-o-ellipsis-lastline;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;
    line-height: 24px;
    max-height: 72px;
}
.fa_hCate .fa_lii .fa_link a{
    display: inline-block;
    background: var(--main-color);
    color:#fff;
    padding: 10px 30px;
    font-size:14px;
    color:#fff;
    border-radius:500px;
    text-transform: capitalize;
    transition:all 0.5s;
    font-weight: 600;
}

.fa_hCate .fa_lii .fa_link a:hover{
    background:var(--main2-color);
}
@media screen and (min-width: 769px) {
   
.fa_hCate .fa_probtn>div{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:500px;
    font-size:18px;
    color:#444;
    top:50%;
    transform:translateY(-50%);
    z-index: 5;
    cursor: pointer;
} 
.fa_hCate .fa_proname  {
    margin-bottom:3vw;
    display:flex;
    border-bottom:#e9eef4 solid 2px;
    justify-content:space-between;
}
.fa_hCate .fa_proname .fa_btnli{
    width:auto;
    height:auto;
    border-radius:0;
    background:transparent;
    opacity:1;
    color:#999;
    padding-bottom:10px;
    position:relative;
    transition:all 0.5s;
}

.fa_hCate .fa_proname .fa_btnli:before{
    content:"";
    left:0;
    position:absolute;
    bottom:0;
    height:2px;
    bottom:-2px;
    background:var(--main-color);
    width:0;
    transition:all 0.5s;
}

.fa_hCate .fa_proname .fa_btnli.swiper-pagination-bullet-active:before{
    width:100%;
}
.fa_hCate .fa_proname .fa_btnli.swiper-pagination-bullet-active{
    color:var(--main-color);
}
.fa_hCate .fa_proname .fa_btnli span{
    font-size:var(--f20);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
    .fa_hCate .swiper-container{
        overflow: visible;
    }
    .fa_hCate .fa_swplist{
        max-width:1200px;
        margin: auto;
    }
    .fa_hCate .fa_lii{
        display: flex; 
        align-items: center;
        background: #f7f7f7;
    }
    .fa_hCate .fa_left{
        width:40%;
    }
    .fa_hCate .fa_right{ 
        width:60%;
    }
    
    .fa_hCate .fa_probtn>div{
        width: 66px;
        height: 66px;
        background: #f7f7f7;
    }
    .fa_hCate .fa_probtn>div.fa_btn_l{
        left: -106px;
    }
    .fa_hCate .fa_probtn>div.fa_btn_r{
        right:-106px;
    }
}
@media screen and (max-width: 768px) {
    .fa_hCate .fa_lii .fa_tit{
        padding:30px 0 ;
    }
    .fa_hCate .fa_lii{
        border-radius:0;
    }
    .fa_hCate .fa_lii .fa_Img{
        border-radius:5px;
    }
    .fa_hCate .fa_proname{
        text-align:center;
    }
.fa_hCate .fa_proname .fa_btnli{
    display:inline-block;
    width:auto;
    height:auto;
    background:#eee;
    font-size:14px;
    border-radius:500px;
    opacity:1;
    line-height:30px;
    padding:0 15px;
    margin:5px;
}
        
.fa_hCate .fa_probtn{
    text-align:center;
    margin-top:30px;
}
.fa_hCate .fa_probtn>div{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius:500px;
    font-size:16px;
    color:#444;
    z-index: 5;
    cursor: pointer;
    width:40px;
    height:40px;
    background:#ddd;
}
    .fa_hCate .fa_lii .fa_tt{
        font-size:18px;
    }
    .fa_hCate .fa_lii .fa_link a{
        font-size:12px;
        line-height:36px;
        padding:0 20px
    }
}


/**/
.fa_hAbout{
    background:url(/template/default/images/habbg.jpg);
    background-attachment: fixed;
    position: relative;
    padding:8vw 0;  
    overflow: hidden; 
}
.fa_hAbout .fa_wrapper{
    position: relative;
}
.fa_hAbout:before{
     content:"";
     position: absolute;
     left:0;
     top:0;
     bottom:0;
     right:0;
     background: linear-gradient(90deg,rgba(0,0,0,0.4),rgba(0,0,0,0.95),rgba(0,0,0,0.2));
}
.fa_hAbout .fa_htitle h4{
    color:#fff;
}
.fa_hAbout .fa_sum{
    font-size:16px;
    color:#fff;
    margin:3vw 0;
    line-height: 1.8;
    text-align: justify;
}
@media screen and (min-width: 769px) {
    .fa_hAbout .fa_wrapper>div.fa_boxcnt{
        width:70%;
        max-width:800px;
        text-align: center;
        margin: 0  auto;
    }
}
@media screen and (max-width: 768px) {
    .fa_hAbout{
        padding:50px 20px;
    }
    
.fa_hAbout:before{
    background: rgba(0,0,0,0.8);
}
    .fa_hAbout .fa_sum{
        font-size:14px;
        margin:30px 0 40px
    }
    .fa_hAbout .fa_More{
        text-align:left;
    }
}



/**/ 
.fa_hPro{
    overflow: hidden; 
}
.fa_hPro .fa_li{
    display: block;
}
.fa_hPro .fa_li .fa_Img{
    padding-bottom:100%;
    background: #f3f3f3;
    border-radius:10px;
    border: #eee solid 1px;
}
.fa_hPro .fa_li .fa_tit{
    padding:20px;
    font-size:var(--f18);
    color:#333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align:center;
}
.fa_hPro .fa_li .fa_sum{
    position: absolute;
    left:20px;
    right:20px;
    bottom:20px;
    background: rgba(153,0,0,0.8);
    color:#fff;
    padding:15px;
    border-radius:5px;
    transform:translateY(100%);
    opacity: 0;
    transition:all 0.5s;
    font-size:14px;
}

.fa_hPro .fa_li .fa_sum>div{
    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:14px;
line-height:22px;
max-height:66px;
}
.fa_hPro .fa_li:hover .fa_sum{
    
    transform:translateY(0%);
    opacity: 1;
}
.fa_hPro .fa_btn_box>div{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    color:#333;
    background: #f3f3f3;
    cursor: pointer;
    border-radius: 500px;
    transition:all 0.5s;
    
}

.fa_hPro .fa_btn_box>div:hover{
    color:#fff;
    background: var(--main-color);
}
@media screen and (min-width: 769px) {
    .fa_hPro .fa_wrapper{
        position: relative;
    }
  .fa_hPro .fa_btn_box{
      position: absolute;
      right:0;
      top:30px;
  }  
.fa_hPro .fa_btn_box>div{
    width:60px;
    height:60px;
    margin-left:1vw;
}
}
@media screen and (max-width: 768px) {
     .fa_hPro .fa_btn_box{
         text-align:center;
     }
    .fa_hPro .fa_btn_box>div{
        width:40px;
        height:40px;
    }
}
/**/ 
.fa_hCase{
    background-color: #111111;
    overflow: hidden; 
}
.fa_hCase .fa_htitle h4{
    color:#fff;
}
.fa_hCase .fa_li{
    position: relative;
    overflow: hidden;
}

.fa_hCase .fa_li .fa_sum h4{
    font-size:var(--f24);
    color:#fff;
    font-weight:600;
    
}
.fa_hCase .fa_li .fa_sum 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;
    color: rgba(255,255,255,0.7);
    margin:20px 0;
}
.fa_hCase .fa_li .fa_sum p a{
    font-size:12px;
    background:var(--main-color);
    color:#fff;
    padding:8px 20px;
    border-radius:500px;
    text-transform:capitalize;
    font-weight: 600;
}
@media screen and (min-width: 769px) { 

    .fa_hCase .fa_list{
        display: flex;
    }
    .fa_hCase .fa_li{
        width: 18%;
        transition: all 0.5s;
        background: #000;
        position: relative;
        display: block;
        border-radius:10px;
        margin: 0 5px;
    }
    
    .fa_hCase .fa_li .fa_Img:before{
        content:"";
        position:absolute;
        left:0;
        top:0;
        right:0;
        height:50%;
        background:linear-gradient(var(--main2-color),transparent);
        z-index:2;
        opacity:0.5;
    }
    .fa_hCase .fa_li:before{
        content:"\e664";
        font-family:"iconfont";
        position:absolute;
        right:20px;
        top:20px;
        font-size: 16px;
        color:var(--main-color);
        z-index:5;
        font-weight: 700;
    }
    .fa_hCase .fa_li.fa_on{
        width: 55%!important;
    }
    .fa_hCase .fa_li .fa_Img{
        height:60vh;
    }
    .fa_hCase .fa_li img{
        opacity: 0.8;
    }
    
    .fa_hCase .fa_li.fa_on img{
        opacity: 0.3;
    }
.fa_hCase .fa_li .fa_tit,.fa_hCase .fa_li .fa_sum{
    position: absolute;
    left:20px;
    top:20px;
    right:20px;
    transition:all 0.5s;
    z-index:5;
}
.fa_hCase .fa_li .fa_sum{
    opacity: 0;
    transform:translateY(50px);
    transition-delay:0.2s;
}
.fa_hCase .fa_li.fa_on .fa_tit{
    opacity: 0;
    transform:translateY(-10px);
}
.fa_hCase .fa_li.fa_on .fa_sum{
    
    opacity: 1;
    transform:translateY(0%);
}
.fa_hCase .fa_li .fa_tit{
    font-size:var(--f18);
    color:#fff;
    bottom: 20px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* writing-mode: tb; */
    padding-right: 20px;
}
}
@media screen and (max-width: 768px) { 
     .fa_hCase .fa_li{
         margin-top:30px;
         background:#222;
         border-radius:5px;
     }
    .fa_hCase .fa_li .fa_Img{
        padding-bottom: 50%;
    }
    .fa_hCase .fa_li .fa_sum p{
        margin-top:20px;
    }
    .fa_hCase .fa_li .fa_tit{
        display:none;
    }
    .fa_hCase .fa_li .fa_sum{
        margin:20px 0;
        padding:20px;
    }
}




/**/
.fa_hNews{
     position:relative;
     overflow: hidden; 
}
.fa_hNews .fa_li{
    background: #f5f5f5;
    border-radius:10px;
    overflow:hidden;
    display: block;
}
.fa_hNews .fa_li .fa_tit{ 
    padding:30px;
}
.fa_hNews .fa_li .fa_tt{
    font-size:var(--f24);
   text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#333;
    margin-top:20px;
}

.fa_hNews .fa_li .fa_cate span{
    font-size:14px;
    color:#aaa;
    border:#eee solid 1px;
    padding: 5px 10px;
    border-radius: 400px;
    background: #ddd;
}
.fa_hNews .fa_li .fa_Img{
    padding-bottom:60%;
}
@media screen and (min-width: 769px) {
    .fa_hNews .fa_htitle {
        margin-bottom:5vw;
    }
    .fa_hNews .fa_mbg.fa_l{
        left:0;
        top:-142px;
    }
    
    .fa_hNews .fa_mbg.fa_r {
        right: 0;
        bottom: -141px;
    }
    .fa_hNews .fa_list{
        justify-content:space-between;
    }
.fa_hNews .fa_li{
    width:calc((100% - 80px) / 3);
}
    .fa_hNews .fa_li .fa_data{
        
        width:80px;
        text-align:center;
        margin-left:30px;
        position:relative;
        z-index:5;
    }
     .fa_hNews .fa_li .fa_data p{
         color:#fff;
       font-family: 'Poppins', sans-serif;
         font-size:20px;
     }
     .fa_hNews .fa_li .fa_data span{
         background: var(--main-color);
         display:block;
         font-size: var(
         --f40);
         color: #fff;
       font-family: 'Poppins', sans-serif;
         border-radius:5px;
     }
      .fa_hNews .fa_li .fa_Img{
          margin-top:-50px;
      }
    .fa_hNews .fa_li .fa_Img:before{
        content:"";
        position:absolute;
        left:0;
        top:0;
        right:0;
        height:30%; 
        background:linear-gradient(#000,transparent);
        z-index:2;
        opacity:0.5;
    }
.fa_hNews .fa_wrapper{
    position: relative;
}
.fa_hNews .fa_More{
    position: absolute;
    right:0;
    top:0;
    margin-top:40px;
}
}
@media screen and (min-width: 769px) {
    
}
@media screen and (max-width: 768px) {
    .fa_hNews .fa_li {
        margin-top:30px;
    }
.fa_hNews .fa_li .fa_tit{
    padding:30px 20px;
}
    .fa_hNews .fa_li .fa_data{
        display:none;
    }
    .fa_hNews .fa_li .fa_cate span{
        font-size:12px;
        line-height:36px;
        padding:0 10px;
        margin: 0;
    }
    .fa_hNews .fa_li .fa_tt{
        margin-top:10px;
    }
}
         