/*title*/
.fa_bgen h2 {}

.fa_htitle.fa_text_w h2 {
    color: #fff;
}

.fa_htitle.fa_text_w h4 {
    color: #fff;
    /* font-weight: 300; */
}

.fa_htitle {
    margin-bottom: 3vw;
    padding-bottom: 10px;
    border-bottom: #ddd solid 1px;
}

.fa_htitle h2 {
    font-size: var(--f30);
    color: #333;
    text-transform: uppercase;
    line-height: 1;
}


/**/
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

/*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;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    /* 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;
    transition: all 0.5s;
    top: 50%;
    max-width: var(--wrapper);
    width: 96%;
    padding: 0 10px;
    margin: auto;
}


.fa_Home .fa_hBanner .fa_tit .fa_wrap {
    position: relative;
    max-width: 700px;
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: 1.4rem;
    opacity: 0;
    transform: translateY(30px);
    color: #fff;
    line-height: 1.5;
    margin-top: 2rem;
    font-weight:400;
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: 3.5rem;
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.2;
    /* margin-top: var(--f20); */
    position: relative;
    /* display: inline-block; */
    font-weight: 600;
}

.fa_Home .fa_hBanner .fa_tit h3 span {
    position: relative;
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: 1.6rem;
    transition: all 0.5s;
    opacity: 0; 
    transform: translateY(30px);
    font-weight: 500;
    color: #fff;
    position: relative;
    line-height: 1;
    margin-top: 2.5rem;
    
    font-weight:bold;
    letter-spacing:0.2rem
}

.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;
}
@keyframes yuan1 {
    0% {
        transform: translate(20%, 0px) rotate(360deg) scale(1.2);
        opacity: 0.1;
    }

    50% {
        transform: translate(10%, -50px) rotate(360deg) scale(0.8);
        opacity: .2;
    }

    100% {
        transform: translate(0%, -100px) rotate(360deg) scale(1);
        opacity: 0.1;

    }
}

@keyframes yuan1 {
    0% {
        transform: translate(20%, 20%) rotate(360deg) scale(1.2);
        opacity: 0.1;
    }

    50% {
        transform: translate(30%, -50px) rotate(360deg) scale(1);
        opacity: .2;
    }

    100% {
        transform: translate(-20%, 100px) rotate(360deg) scale(1.1);
        opacity: 0.1;

    }
}

@keyframes cc_round {
    0% {
        transform: rotate(0);
        opacity: .2;
    }

    100% {
        transform: rotate(360deg);
        opacity: .5;
    }

}

/**/
.fa_hBanner .fa_swp_box>div{
    position:absolute;
    z-index: 10;
    padding: 2rem 1rem;
    color:#fff;
    background: rgba(0,0,0,0.5);
    top: 50%;
    transform:translateY(-50%);
    font-size: 1.5rem;
    transition: all 0.5s;
}

.fa_hBanner .fa_swp_box>div:hover{
    background:var(--main-color);
}
.fa_Home .fa_hBanner .fa_swp_button{
    position: absolute;
    bottom:5%;
    left:0;
    right:0;
    text-align: center;
    z-index:10;
}
.fa_Home .fa_hBanner .fa_swp_button span{
    width:1rem;
    height:1rem;
    border-radius:500px;
    border:#fff solid 2px;
    transition:all 0.5s;
    display: inline-block;
    background:transparent;
    transition:all 0.5s;
    margin:0 0.5rem;
}
.fa_Home .fa_hBanner .fa_swp_button span.swiper-pagination-bullet-active{
    background:var(--main-color);
    border-color:var(--main-color);
}
@media screen and (min-width: 769px) {
    .fa_hBanner .fa_page {
        bottom: 100px;
        /* margin-bottom:2vw; */
    }
    .fa_hBanner .fa_swp_box>div.fa_btn_l{
        left:0;
        border-radius: 0 10px 10px 0;
    }
    .fa_hBanner .fa_swp_box>div.fa_btn_r{
        right:0;
        border-radius: 10px 0 0 10px ;
    }
}

@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 {
        display: none;
    }

    .fa_htitle .fa_tt_span {
        display: none;
    }

    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        width: 100%;
        height: auto; 
    }

    .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_swp_box>div{
        padding:5px;
        font-size:14px;
    }
    
    .fa_hBanner .fa_swp_box>div.fa_btn_r{
        right:0;
    }
} 

/**/
.fa_hPro{
    position: relative;
}
.fa_hPro .fa_it{
    background: url(../images/listbg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    padding:20px;
    overflow: hidden;
}
.fa_hPro .fa_it>div{
    position: relative;
}
.fa_hPro .fa_it a{
    color:inherit!important;
}
.fa_hPro .fa_it:before{
    content:"";
    position: absolute;
    left:-10px;
    top:-10px;
    right:-10px;
    bottom:-10px;
    background: rgba(0,0,0,0.65);
    
} 


.fa_hPro .fa_it .fa_tt h4{
    color:#fff;
    font-size: var(--f20);
}
.fa_hPro .fa_it .fa_lii{
    background: #f5f5f5;
    display:flex;
    margin-top: 15px;
    align-items:center;
    padding:10px;
    position:relative;
}
.fa_hPro .fa_it .fa_lii:before{
    background:var(--main2-color);
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:150px;
    content:"";
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.fa_hPro .fa_it .fa_lii:after{
    content:"";
    right:0;
    top:0;
    bottom:0;
    height:100%;
    position:absolute;
    background: var(--main-color);
    transition:all 0.5s;
    width:0;
    -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.fa_hPro .fa_it .fa_lii .fa_l{
    width:100px;
    position:relative;
}
.fa_hPro .fa_it .fa_lii .fa_l .fa_Img{
    padding-bottom: 50%;
    /* mix-blend-mode: revert-layer; */
}
.fa_hPro .fa_it .fa_lii .fa_r{
    width:calc(100% - 100px);
    padding-left:40px;
    position:relative;
    z-index: 3;
}
.fa_hPro .fa_it .fa_lii .fa_r p{
    color:#555;
    transition:all 0.5s;
    
}

@media screen and (min-width: 769px) {
    
.fa_hPro .fa_it .fa_lii:hover .fa_r p{
    color:#fff;
    transition-delay:0.2s;
}
.fa_hPro .fa_it .fa_lii:hover:after{
    width:calc(100% - 110px);
}
}

@media screen and (max-width: 768px) {
    .fa_hPro .fa_it .fa_lii .fa_l{
        width:60px;
    }
    .fa_hPro .fa_it .fa_lii .fa_r{
        width:calc(100% - 60px);
        font-size: 14px;
        color: #333;
        padding-left: 20px;
    }
    .fa_hPro .fa_it .fa_lii:before{
        width:80px;
    }
    
    .fa_hPro .fa_it .fa_lii:after{
        display:none!important;
    }
    .fa_hPro .fa_it{
        border-radius:5px;
    }
    .fa_hPro .fa_it .fa_tt h4{
        font-size:16px;
    }
}

/**/
.fa_hBuss{
    position: relative;
    padding-top: 0;
}
.fa_hBuss .fa_li{
    overflow: hidden;
    border-radius:10px;
    position: relative;
}
.fa_hBuss .fa_li .fa_Img{
    padding-bottom: 66%;
}
.fa_hBuss .fa_li .fa_tit{
    padding:20px;
    background: rgba(33,33,33,0.85);
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    transition:all 0.5s;
    padding-right:100px;
    z-index: 2;
    transition:all 0.5s;
    transform:translateY(30px);
}
.fa_hBuss .fa_li .fa_tit h3{
    color:#fff;
    font-size:var(--f20);
    font-weight:500;
    margin-bottom:10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition:all 0.5s;
}

.fa_hBuss .fa_li .fa_tit 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:14px;
    color:#111;
    line-height:20px;
    height:40px;
    transition: all 0.5s;
    opacity: 0;
}

.fa_hBuss .fa_li  .fa_link{
    position: absolute;
    font-size: 24px;
    width: 70px;
    color:#fff;
    bottom: 0;
    right:0;
    /* text-align: center; */
    height: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index:2;
    padding-bottom: 5px;
    padding-right: 8px;
}
.fa_hBuss .fa_li  .fa_link:before{
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    background: var(--main-color);
    width:100%;
    height:100%;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    
}
.fa_hBuss .fa_li  .fa_link i{
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 769px) {
    
.fa_hBuss .fa_li:hover .fa_tit p{
    opacity:1;
    
}
.fa_hBuss .fa_li:hover .fa_tit{
    
    transform:translateY(0);
    background:var(--main2-color);
}
.fa_hBuss .fa_li:hover .fa_tit h3{
    color:#111;
}
}

@media screen and (max-width: 768px) {
    
.fa_hBuss .fa_li .fa_tit p{
    display:none;
    
}
.fa_hBuss .fa_li .fa_tit{
    
    transform:translateY(0);
}
.fa_hBuss .fa_li .fa_tit h3{
    color:#fff;
    margin:0;
    font-size:16px;
}
}

/**/
.fa_hCase{
    position: relative;
    padding: 0 10px;
}
.fa_hCase .fa_box{
    padding:3vw;
    border: #ddd solid 1px;
    position:relative;
    /* background: var(--main2-color); */
}
.fa_hCase .fa_box .fa_ico{
    position:absolute;
    background:#fff;
    color: var(--main-color);
    left: calc(3vw - 10px);
    font-size: 40px;
    top: -30px;
    padding: 0 10px;
    display: block;
}
.fa_hCase .fa_sum{
    font-size:var(--f18);
    line-height:2;
}
.fa_hCase .fa_jump{
    display:flex;
    justify-content:space-between;
    margin:40px 0;
}

.fa_hCase .fa_jump dt span{
    color: var(--main-color);
    font-size:var(--f26);
}
.fa_hCase .fa_jump dt i{
    color: var(--main-color);
    font-size:16px;
}

.fa_hCase .fa_jump dd{
    color: #999;
    font-size:14px;
    margin-top:5px;
}
@media screen and (min-width: 769px) { 
    .fa_hCase .fa_wrapbox{
        display: flex;
        align-items: center;
    }
    .fa_hCase .fa_wrapbox>div{
        width:50%;
    }
    .fa_hCase .fa_wrapbox .fa_right{
        padding-left:3vw;
    }
}

@media screen and (max-width: 768px) {
    .fa_hCase .fa_box .fa_ico{
        display:none;
    }
    .fa_hCase .fa_sum{
        font-size:14px;
    }
    .fa_hCase .fa_jump{
        flex-wrap:wrap;
        margin-bottom:20px;
        margin-top:0;
    }
    
    .fa_hCase .fa_jump dl{
        width:50%;
        margin-top:20px;
    }
    .fa_hCase .fa_box{
        border:none;
        background:#f5f5f5;
    }
}

/**/
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

/**/
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

/**/

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}  