.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;
    font-size: var(--f18);
    color: #999;
    text-transform: capitalize;
    font-weight: 600;
}
.fa_htitle h2 span:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 14px;
    border: var(--main2-color) solid 5px;
    left: -15px;
    top: -11px;
    border-bottom: none;
    border-right:none;
}

.fa_htitle h4 {
    margin-top: 10px;
    font-size: var(--f40);
    color: #333;
    font-weight: 500;
}
.fa_htitle h4:after{
    content:"";
    position:relative;
    height:3px;
    width:50px;
    margin-top:15px;
    background:var(--linearX);
    display:block;
}

.fa_htitle h6 {
    font-size: var(--f30);
    font-weight: 300;
    margin-top: 15px;
    color: var(--main-color);
}

.fa_htitle.fa_text_w h4 {
    color: #fff;
}


/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
}

.fa_Home .fa_hBanner .fa_li {
    overflow: hidden;
    position: relative;
    /* background: #000; */
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    position: relative;
}

.fa_Home .fa_hBanner .fa_pic {
    transition: all 1s;
    background: #000;
    width: 100%;
    position: relative;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
}

.fa_Home .fa_hBanner .fa_tit {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
    top: 50%;
    text-align: left;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrapper {
    /* max-width: 100%; */
}

.fa_Home .fa_hBanner .fa_tit h2 {
    font-size: var(--f30);
    color: #fff;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s;
    text-transform: capitalize;
    line-height: 1;
}

.fa_Home .fa_hBanner .fa_tit h2 span {
    font-weight: 600;
}


.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.fa_Home .fa_hBanner .fa_tit p span {
    display: inline-block;
    width: 20px;
    height: 60px;
    background: linear-gradient(transparent, var(--main-color));
    border-radius: 0 0 500px 500px;
    position: relative;
}

.fa_Home .fa_hBanner .fa_tit p {
    margin-top: 30px;
}

.fa_Home .fa_hBanner .fa_tit p span:before {
    position: absolute;
    animation: ddline 3s linear infinite;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(transparent, #00fde8);
    content: "";
    border-radius: 500px;
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s;
    margin-top: 10px;
}

.fa_Home .fa_hBanner .fa_tit h4:after{
    content:"";
    position:relative;
    margin:20px 0;
    height:3px;
    background:var(--main2-color);
    display:block;
    max-width:60px;
}
.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
    opacity: 1;
    transition-delay: 0.6s;
    transform: translateY(0);
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: var(--f18);
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.8s;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.5;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6 {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0);
}

@keyframes ddline {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(40px);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}
.fa_hBanner .fa_hswp_btn>div{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    background:rgba(0,0,0,0.1);
    color:#fff;
    width:60px;
    height:60px;
}

.fa_hBanner .fa_hswp_btn>div.fa_btn_l{
    left:0;
}
.fa_hBanner .fa_hswp_btn>div.fa_btn_r{
    right:0;
}

.fa_Home .fa_hBanner .fa_pagebtn{
    position:absolute;
    left:0;
    bottom:5%;
    right:0;
    z-index:10;
    text-align:center;
}

.fa_Home .fa_hBanner .fa_pagebtn span{
    width:15px;
    height:15px;
    background:#fff;
    margin:5px;
}
@media screen and (min-width: 769px) {
    .fa_Home {
        position: relative;
    }
    .fa_Home .fa_hBanner .fa_tit h2,.fa_Home .fa_hBanner .fa_tit h6 {
        width:50%;
        max-width: 690px;
    }
}

@media screen and (max-width: 768px) {
    .fa_Home .fa_hBanner .fa_tit {
        /*! transform:none; */
        /*! top:10%; */
        text-align: center;
        padding: 0 10vw;
        top: 20%;
        transform: none;
    }
    .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: 10px;
        font-size: 14px;
        line-height: 2;
    }
    

    .fa_Home .fa_hBanner .fa_tit h4:after{
        display:none;
    }
    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
        margin-top:10px;
    }
    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        width: 100%;
        height: 60vh;
        max-height: 400px;
    }
    
.fa_hBanner .fa_hswp_btn>div{
    width:40px;
    height:40px;
    font-size:16px;
}
    
.fa_Home .fa_hBanner .fa_pagebtn span{
    width:10px;
    height:10px;
}
}


/**/

.fa_hPro {
    position: relative;
    background: #e7f1fd;
}

.fa_hPro .fa_li {
    display: block;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.fa_hPro .fa_li .fa_Img {
    padding-bottom: 70%;
}

.fa_hPro .fa_li .fa_tit {
    padding: 20px calc(2vw + 10px);
    text-align:center;
}

.fa_hPro .fa_li .fa_tit h6 {
    font-size: var(--f20);
    color: #333;
    transition:all 0.5s;
}

.fa_hPro .fa_li .fa_tit p {
    font-size: 14px;
    color: #777;
    margin-top:15px;
}

@media screen and (min-width: 769px) {
    .fa_hPro .fa_list{
        justify-content: space-between;
    }
    .fa_hPro .fa_li{
        width:calc((100% - 30px) / 3);
        margin-top:15px;
    }
    .fa_hPro .fa_htitle{
        position: relative;
        padding-right:180px;
    }
    .fa_hPro .fa_More{
        position: absolute;
        bottom:0;
        right:0;
    }
    .fa_hPro .fa_li:before,.fa_hPro .fa_li:after{
        position:absolute;
        content:"";
        transition:all 0.5s;
        width:0;
        height:0;
        z-index: 2;
    }
    
    .fa_hPro .fa_li:hover:before,.fa_hPro .fa_li:hover:after{
        width:100%;
        height:100%;
    }
    .fa_hPro .fa_li:before{
        left:0;
        top:0;
        border-left:var(--main-color) solid 1px;
        border-top:var(--main-color) solid 1px;
    }
    .fa_hPro .fa_li:after{
        right:0;
        bottom:0;
        border-right:var(--main-color) solid 1px;
        border-bottom:var(--main-color) solid 1px;
    }
    
    .fa_hPro .fa_li:hover .fa_tit h6 {
        color:var(--main-color);
    }
}

@media screen and (max-width: 768px) {
 .fa_hPro .fa_htitle{
     position:relative;
     margin-bottom:20px;
 }   
    .fa_hPro  .fa_More{
        position:absolute;
        right:0;
        bottom:0%;
    }
    .fa_hPro .fa_list{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    
    .fa_hPro .fa_li{
        width:calc((100% - 5px) / 2);
        margin-bottom:5px;
    }
    .fa_hPro .fa_li .fa_tit{
        padding:10px;
    }
    .fa_hPro .fa_li .fa_tit h6{
        font-size:14px;
    }
    .fa_hPro .fa_li .fa_tit p{
        text-align:left;
        font-size:12px;
    }
}


/**/
.fa_hAbout{
    background: #fff;
    overflow: hidden;
}
.fa_hAbout .fa_sum{ 
    font-size:15px;
    color:#555;
    line-height:1.8;
}
.fa_hAbout .fa_More{
    margin-top:calc(2vw + 20px);
}
@media screen and (min-width: 769px) {
    .fa_hAbout .fa_wrapper{
        display: flex;
        align-items: center;
    }
    .fa_hAbout .fa_left{
        width:50%;
        padding-right:5vw;
    }
    .fa_hAbout .fa_right{
        width:50%;
    }
}

@media screen and (max-width: 768px) {
    
    .fa_hAbout .fa_right{
        margin-top:30px;
        width:100%;
    }
    
    .fa_hAbout .fa_right img{
        width:100%;
    }
}


/**/

@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) {}


/**/

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}


/**/

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}


/**/

.fa_hNews {
    overflow: hidden;
    background: linear-gradient(#fff, #d0e1e9);
}

.fa_hNews .fa_li {
    display: block;
}

.fa_hNews .fa_li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: var(--f18);
    color: #222;
    line-height: 22px;
}

.fa_hNews .fa_li 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;
    line-height: 20px;
    color: #888;
    height: 40px;
    margin: 10px 0 20px;
}

.fa_hNews .fa_li h6 span {
    font-size: 14px;
    color: #111;
}

.fa_hNews .fa_li h6 span i {
    color: var(--main-color);
    margin-left: 5px;
}

.fa_hNews .fa_li .fa_Img {
    padding-bottom: 60%;
    border-radius: 3px;
}

.fa_hNews .fa_li .fa_date span,
.fa_hNews .fa_li .fa_date i {
    font-family: "Youth";
    line-height: 1;
}

.fa_hNews .fa_li .fa_date i {
    font-weight: 300;
    font-size: var(--f40);
    color: var(--main-color);
}

.fa_hNews .fa_li .fa_date span {
    font-size: 14px;
    color: #999;
}

@media screen and (min-width: 769px) {
    .fa_hNews {}
    .fa_hNews .fa_swplist {
        max-width: 530px;
        margin: 0 auto;
        position: relative;
    }
    .fa_hNews .swiper-container {
        overflow: visible;
    }
    .fa_hNews .fa_li {
        transition: all 0.7s;
        transform: scale(0.8);
    }
    .fa_hNews .swiper-slide-prev .fa_li,
    .fa_hNews .swiper-slide-next .fa_li {
        pointer-events: none;
    }
    .fa_hNews .swiper-slide-active .fa_li {
        transform: scale(1);
    }
    .fa_hNews .fa_li .fa_tit {
        position: relative;
        display: flex;
        margin-top: -4vw;
        background: #fff;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 40px;
        border-radius: 5px;
        opacity: 0;
        transition: all 0.8s;
        transform: translateY(4vw);
        border-bottom: #c5e3f6 solid 5px;
    }
    .fa_hNews .swiper-slide-active .fa_li .fa_tit {
        opacity: 1;
        transform: translateY(-0);
    }
    .fa_hNews .fa_li .fa_l {
        width: 80px;
    }
    .fa_hNews .fa_li .fa_r {
        width: calc(100% - 80px);
        padding-left: 10px;
    }
    .fa_hNews .fa_boxbtn .fa_btn {
        background: transparent;
        color: #999;
        font-size: 40px;
    }
    .fa_hNews .fa_boxbtn .fa_btn:hover {
        background: transparent;
        color: var(--main-color);
    }
}

@media screen and (max-width: 768px) {}