.fa_htitle {
    margin-bottom: 2vw;
    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(--f20);
    color: var(--main-color);
    font-weight: 700;
    text-transform: capitalize;
}

.fa_htitle h4 {
    margin-top: 0;
    font-size: var(--f40);
    color: #222;
    font-weight: 500;
}

.fa_htitle h4 span {
    color: var(--main-color);
}

.fa_htitle h6 {
    font-size: var(--f28);
    font-weight: 400;
    margin-top: 15px;
    color: var(--main-color);
}

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


/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
    overflow: hidden;
}

.fa_Home .fa_hBanner .fa_li {
    overflow: hidden;
    position: relative;
}

.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;
    width: 100%;
    position: relative;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    opacity: 1;
}

.fa_Home .fa_hBanner .fa_tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 5;
    /* margin-bottom: calc(60px + 2vw); */
    transform: translateY(-50%);
}

.fa_Home .fa_hBanner .fa_tit h2 {
    font-size: 4vw;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.8s;
    text-transform: capitalize;
    /* margin-bottom: 20px; */
    font-weight: 500;
    line-height: 1;
}

.fa_Home .fa_hBanner .fa_wrapper {
    width: 100%;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: 1.5vw;
    color: #fff;
    font-weight: 300;
    transform: translateY(80px);
    opacity: 0;
    transition: all 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
    opacity: 1;
    transition-delay: 1.1s;
    transform: translateY(0);
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: 1.5vw;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.8s;
    font-weight: 300;
    margin-bottom: 2vw;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6 {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0);
}

.fa_Home .fa_hswp_btn {}

.fa_Home .fa_hswp_btn .fa_btn {
    display: inline-flex;
    width: 50px;
    height: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.fa_Home .fa_hswp_btn .fa_btn_l {
    left: 5vw;
}

.fa_Home .fa_hswp_btn .fa_btn_r {
    right: 5vw;
}

.fa_Home .fa_hswp_btn .fa_btn:hover {
    color: var(--main-color);
}

.fa_Home .fa_bannerbox {
    position: relative;
    margin-top: -124px;
}

.fa_Home .fa_bannerbox:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #fff;
    z-index: 5;
}

.fa_Home .fa_bannerbox:after {
    content: "";
    position: absolute;
    width: 6vw;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, var(--main-color) 50%, #fff 50%);
    z-index: 10;
}

.fa_Home .fa_bannerbox .fa_wrapper {
    position: relative;
    z-index: 8;
}

.fa_bannerbox .fa_wrapper .fa_left {
    padding-top: 40px;
    padding-bottom: 40px;
}

.fa_bannerbox .fa_wrapper .fa_left h6 {
    color: #000;
    font-weight: 500;
    font-size: var(--f18);
}

.fa_bannerbox .fa_wrapper .fa_left p {
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}

.headerHome__scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(5vw + 50%);
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transition: opacity .3s;
    transform: translateY(-50%);
}

.headerHome__scroll:hover {
    opacity: .6
}

.headerHome__scrollIcon {
    position: relative;
    width: 24px;
    height: 34px;
    top: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 50px;
}

.headerHome__scrollIcon:before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    width: .2rem;
    height: .6rem;
    background: #fff;
    top: .5rem;
    border-radius: .4rem;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}

.headerHome__scrollText {
    /* padding-top: 5px; */
    font-size: 16px;
    /* line-height: 2rem; */
    font-weight: 500;
    color: #fff;
    padding-left: 1.5rem
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translateY(1rem)
    }
}

@keyframes zb {
    50% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@media screen and (min-width: 769px) {
    .fa_Home {
        position: relative;
    }
    .fa_Home .fa_hBanner .fa_pagebox {
        position: absolute;
        left: 0%;
        bottom: 5%;
        right: 0;
        z-index: 5;
        text-align: center;
        padding: 0 5vw;
        max-width: var(--wrapper);
    }
    .fa_Home .fa_hBanner .fa_pagebox span {
        display: inline-flex;
        width: auto;
        height: auto;
        background: none;
        color: #fff;
        opacity: 1;
        position: relative;
        margin: 0 10px;
        text-align: center;
        transition: all 0.5s;
        font-weight: 600;
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0.2);
        font-size: 12px;
        align-items: center;
        justify-content: center;
    }
    .fa_Home .fa_hBanner .fa_pagebox span.swiper-pagination-bullet-active {
        color: #fff;
        background: var(--main-color);
    }
}

@media screen and (max-width: 768px) {
    .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_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        width: 100%;
        height: auto;
    }
    .fa_Home .fa_hswp_btn .fa_btn {
        width: 30px;
        height: 30px;
        font-size: 16px;
        opacity: 0.5;
    }
    .fa_Home .fa_hBanner .fa_pagebox {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        z-index: 10;
    }
    .fa_Home .fa_hBanner .fa_pagebox span {
        opacity: 1;
        margin: 5px;
        color: transparent;
        background: rgba(0, 0, 0, 0.6);
    }
    .fa_Home .fa_hBanner .fa_pagebox span.swiper-pagination-bullet-active {
        background: var(--main-color);
    }
    .fa_htitle {
        margin-bottom: 20px;
    }
    .fa_htitle h6 {
        font-size: 16px;
        margin-top: 10px;
    }
}


/**/

.fa_hAbout {
    position: relative;
}

.fa_hAbout .fa_sum {
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-bottom: 2vw;
}

.fa_hAbout .fa_jump {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.95);
    padding: 2vw 3vw;
    padding-right: 0;
}

.fa_hAbout .fa_jump dt span {
    color: var(--main-color);
    font-size: 3vw;
    font-family: "Youth";
    font-weight: 300;
}

.fa_hAbout .fa_jump dt i {
    color: var(--main-color);
    font-size: 2vw;
    font-family: "Youth";
    font-weight: 300;
}

@media screen and (min-width: 769px) {
    .fa_hAbout .fa_wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }
    .fa_hAbout .fa_left {
        width: 50%;
    }
    .fa_hAbout .fa_right {
        width: 50%;
        padding-left: 6vw;
    }
    .fa_hAbout .fa_jump {
        margin-left: -30vw;
        margin-top: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .fa_hAbout .fa_left {
        margin-bottom: 30px;
    }
    .fa_hAbout .fa_sum {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .fa_hAbout .fa_jump {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .fa_hAbout .fa_jump dl {
        width: 33%;
        margin-top: 15px;
    }
    .fa_hAbout .fa_jump dl dt span {
        font-size: 20px;
    }
    .fa_hAbout .fa_jump dl dt i {
        font-size: 14px;
    }
    .fa_hAbout .fa_jump dl dd {
        font-size: 11px;
    }
}


/**/

.fa_hCate .fa_wrapper {
    position: relative;
}

.fa_hCate .fa_wrapper:before {
    content: "";
    position: absolute;
    right: 15vw;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #efeff0;
}

.fa_hCate .fa_icolist {
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
}

.fa_hCate .fa_left .fa_sum {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.fa_hCate .fa_it .fa_ico {
    padding: 5px;
    background: var(--main-color);
    max-width: 60px;
}

.fa_hCate .fa_it .fa_ico img {
    width: 100%;
    mix-blend-mode: lighten;
}

.fa_hCate .fa_it h4 {
    font-size: var(--f18);
    color: var(--main-color);
    margin-top: 10px;
}

.fa_hCate .fa_it h6 {
    font-size: 14px;
    color: #000;
    margin: 10px 0 5px
}

.fa_hCate .fa_it p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.fa_hCate .fa_left .fa_htitle {
    margin-bottom: 2vw;
}

@media screen and (min-width: 769px) {
    .fa_hCate .fa_wrapper {
        display: flex;
        align-items: center;
    }
    .fa_hCate .fa_left {
        width: 50%;
        position: relative;
        padding-right: 5vw;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .fa_hCate .fa_right {
        width: 50%;
        position: relative;
    }
}

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


/**/

.fa_hPro {
    position: relative;
}

.fa_hPro .fa_swplist {
    position: relative;
}

.fa_hPro .fa_li {
    display: block;
    position: relative;
    background: #efeff0;
    overflow: hidden;
    transition: all 0.5s;
}

.fa_hPro .fa_li:hover {
    background: var(--main-color);
}

.fa_hPro .fa_li .fa_imgbox {
    padding: 1vw;
}

.fa_hPro .fa_li .fa_Img {
    padding-bottom: 100%;
    transition: all 0.5s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.fa_hPro .fa_li:hover .fa_Img {
    -webkit-clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 40px), 10px calc(100% - 40px));
    clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 40px), 10px calc(100% - 40px));
}

.fa_hPro .fa_li .fa_tit {
    padding: 0 20px 20px;
    text-align: center;
    font-size: var(--f20);
    color: #333;
    transition: all 0.5s;
}

.fa_hPro .fa_li:hover .fa_tit {
    transform: translateY(-40px);
    color: #fff;
}

.fa_hPro .fa_li .fa_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 0 20px;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(100%);
}

.fa_hPro .fa_li:hover .fa_link {
    opacity: 1;
    transform: translateY(0%);
}

.fa_hPro .fa_li .fa_link span {
    background: #fff;
    color: var(--main-color);
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 30px;
    border-radius: 500px;
}

.fa_hPro .fa_li.fa_hh .fa_tit {
    left: 3vw!important;
    bottom: 3vw;
    top: 3vw;
    right: 3vw;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: center;
    font-size: var(--f30);
    color: #fff;
    font-weight: 600;
}

@media screen and (min-width: 769px) {
    .fa_hPro .fa_pagebox {
        margin-bottom: 3vw;
        position: absolute;
        bottom: 100%;
        right: 0;
        display: flex;
        width: 40%;
        justify-content: flex-end;
        align-items: center;
    }
    .fa_hPro .fa_pagebtn {
        width: calc(100% - 200px);
        margin-right: 20px;
        font-size: var(--f18);
        color: #999;
        line-height: 1;
        background: #ddd;
        height: 2px;
        position: relative;
    }
    .fa_hPro .fa_pagebtn span.swiper-pagination-current {
        color: var(--main-color);
        font-size: var(--f40)
    }
    .fa_hPro .fa_pagebox .fa_boxbtn {
        width: 160px;
        text-align: right;
    }
}

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


/**/

.fa_hAdv {
    position: relative;
    /* padding-top:2vw; */
    background: var(--main-color);
}

.fa_hAdv:before {
    position: absolute;
    bottom: 5vw;
    right: 3vw;
    content: "";
    width: 30vw;
    height: 100%;
    background: url(../images/logobg.png) no-repeat bottom right;
    background-size: contain;
    z-index: 2;
    opacity: 0.1;
}

.fa_hAdv .fa_wrapper {
    position: relative;
}

.fa_hAdv .fa_wrapper:before {
    position: absolute;
    width: 100vw;
    z-index: -1;
    left: calc((100% - 10vw) / 3 - 1.3vw);
    top: -3vw;
    bottom: -3vw;
    background: var(--main-color);
    content: "";
}

.fa_hAdv .fa_it .fa_Img {
    padding-bottom: 70%;
}

.fa_hAdv .fa_it .fa_right h3 {
    font-size: var(--f50);
    color: #ffd460;
    position: relative;
    display: block;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
}

.fa_hAdv .fa_it .fa_right h5 {
    font-size: var(--f30);
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    margin: 20px 0 20px;
}

.fa_hAdv .fa_it .fa_right p {
    font-size: var(--f18);
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    font-weight: 300;
}

.fa_hAdv .swiper-slide-active .fa_it .fa_right h3 {
    opacity: 1;
    transform: translateY(0);
}

.fa_hAdv .swiper-slide-active .fa_it .fa_right h5 {
    opacity: 1;
    transition-delay: 0.2s;
    transform: translateY(0);
}

.fa_hAdv .swiper-slide-active .fa_it .fa_right p {
    opacity: 1;
    transition-delay: 0.4s;
    transform: translateY(0);
}

@media screen and (min-width: 769px) {
    .fa_hAdv .fa_it {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .fa_hAdv .fa_it .fa_left {
        width: 50%
    }
    .fa_hAdv .fa_it .fa_right {
        width: 50%;
        padding: 5vw;
        /* padding-top:calc(107px + 8vw); */
        padding-right: 0;
    }
    .fa_hAdv .fa_swplist {
        /* margin-top: -107px; */
        position: relative;
    }
    .fa_hAdv .fa_htitle {
        width: 50%;
        /* padding-left:5vw; */
        top: 5vw;
        margin: 0 0 0 auto;
        position: absolute;
        z-index: 10;
        left: calc(50% + 5vw);
    }
    .fa_hAdv .fa_swplist .fa_pagebox {
        position: absolute;
        left: 0;
        width: 50%;
        display: flex;
        bottom: 0;
        z-index: 10;
    }
    .fa_hAdv .fa_swplist .fa_pagebox>div {
        width: 25%;
        height: auto;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        opacity: 1;
        border-radius: 0;
        transition: all 0.5s;
        padding: 15px 0;
        text-align: center;
        border-right: rgba(255, 255, 255, 0.3) solid 1px;
        ;
    }
    .fa_hAdv .fa_swplist .fa_pagebox>div.swiper-pagination-bullet-active {
        background: var(--main-color);
    }
    .fa_hAdv .fa_swplist .fa_pagebox>div:last-child {
        border: none;
    }
    .fa_hAdv .fa_it .fa_right h3:before {
        content: "";
        left: -7vw;
        position: absolute;
        height: 2px;
        background: linear-gradient(90deg, var(--main-color) 50%, #fff 50%);
        top: 50%;
        display: block;
        width: 4vw;
        transition: all 0.5s;
        transform: scale(0);
    }
    .fa_hAdv .swiper-slide-active .fa_it .fa_right h3:before {
        transition-delay: 0.5s;
        transform: scale(1);
    }
}

@media screen and (max-width: 768px) {
    .fa_hAdv .fa_swplist .fa_pagebox {
        width: 100%;
        display: flex;
    }
    .fa_hAdv .fa_swplist {
        /* padding-bottom: 50px; */
        /* position: relative; */
    }
    .fa_hAdv .fa_swplist .fa_btnli {
        flex: 1;
        height: auto;
        border: none;
        background: rgba(0, 0, 0, 0.3);
        opacity: 1;
        border-radius: 0;
        padding: 10px 5px;
        color: #fff;
        font-size: 13px;
        border-left: rgba(255, 255, 255, 0.1) solid 1px;
    }
    .fa_hAdv .fa_swplist .fa_btnli.swiper-pagination-bullet-active {
        background: #fff;
        color: var(--main-color);
        font-weight: 600;
    }
    .fa_hAdv .fa_right .fa_wrapbox {
        width: 96%;
        margin: 30px auto;
        padding: 0 15px;
    }
    .fa_hAdv .fa_it .fa_right h5 {
        font-size: 14px;
        margin-top: 10px;
    }
    .fa_hAdv .fa_it .fa_right p {
        font-size: 14px;
    }
}


/**/

@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 {
    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;
    font-family: "Youth";
    font-weight: 300;
}

.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.2vw;
    color: #999;
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
    font-family: "Youth";
    font-weight: 500;
}

.fa_hNews .fa_htitle h2 {
    /* color:#fff; */
}

.fa_hNews .fa_htitle h4 {
    /* color:#fff; */
}

@media screen and (min-width: 769px) {
    .fa_hNews {
        /* padding-top:0; */
    }
    .fa_hNews:before {
        content: "";
        height: calc(3vw + 90px + 3vw + 20px + 8vw);
        left: 0;
        right: 0;
        bottom: 0;
        background: #eee;
        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: #f5f5f5;
    }
    .fa_hNews .fa_li:nth-child(2) {
        border-right: none;
        background: #eee;
    }
    .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;
        margin-top: 20px;
        background: #f5f5f5;
    }
    .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: 13px;
    }
}


/**/

.fa_hcate2 {
    background: #f2f2f2;
}

.fa_hcate2 .fa_li {
    display: block;
    background: #fff;
}

.fa_hcate2 .fa_tit {
    padding: 30px;
    text-align: center;
}

.fa_hcate2 .fa_Img {
    padding-bottom: 60%;
}

.fa_hcate2 .fa_tit h3 {
    color: #666;
    font-size: var(--f24);
}

.fa_hcate2 .fa_tit p {
    font-size: 14px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    font-weight: 400;
}

.fa_hcate2 .fa_link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: flex;
    transition: all 0.5s;
    justify-content: center;
    align-items: center;
}

.fa_hcate2 .fa_li:hover .fa_link {
    opacity: 1;
}

.fa_hcate2 .fa_link span {
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    display: block;
    width: auto;
    line-height: 50px;
    padding: 0 40px;
    color: #fff;
    border-radius: 500px;
    transition: all 0.5s;
}

.fa_hcate2 .fa_li:hover .fa_link span {
    background: var(--main-color);
}

.fa_hcate2 .fa_list {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 769px) {
    .fa_hcate2 .fa_li {
        width: calc((100% - 3rem) / 2);
    }
}

@media screen and (max-width: 768px) {
    .fa_hcate2 .fa_li {
        width: calc((100% - 5px) / 2);
    }
    .fa_hcate2 .fa_tit {
        padding: 20px 10px;
    }
    .fa_hcate2 .fa_tit h3 {
        font-size: 16px;
        color: #333;
    }
    .fa_hcate2 .fa_tit p {
        font-size: 12px;
        margin-top: 5px;
    }
    .fa_hcate2 .fa_link {
        display: none;
    }
    .fa_hcate2 .fa_list {
        margin-top: 30px;
    }
}


/**/

.fa_hVd {
    background: #f5f5f5
}
.fa_hVd .fa_it .fa_maskbox{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 5;
}
.fa_hVd video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.fa_hVd .cc video {
    object-fit: contain!important;
}

/* 初始状态：封面使用object-fit: cover */

.video-player video[data-state="poster"] {
    object-fit: cover;
}


/* 播放状态：视频内容使用object-fit: contain */

.video-player video[data-state="playing"] {
    object-fit: contain;
}

.fa_hVd .fa_it {
    position: relative;
}

@media screen and (min-width: 769px) {
    .fa_hVd .fa_list {
        display: flex;
        max-height: 65vh;
    }
    .fa_hVd .fa_left {
        width: 50%;
        padding-right: 20px;
    }
    .fa_hVd .fa_left .fa_it {
        width: 100%;
        height: 100%;
    }
    .fa_hVd .fa_right {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .fa_hVd .fa_right .fa_it {
        height: calc((100% - 20px) / 2);
        width: 100%;
    }
    .fa_hVd .fa_it .fa_tt {
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px;
        font-size: var(--f22);
        color: #fff;
        z-index: 10;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .fa_hVd .fa_it {
        margin-bottom: 20px;
        display: block;
        background: #fff;
    }
    .fa_hVd .fa_it .fa_tt {
        padding: 10px 20px;
        font-size: 18px;
    }
}