.fa_Home .fa_htitle {
    font-size: 0.48rem;
    text-align: center;
    color: #d61518
}

.fa_Homebanner {
    width: 100%;
    position: relative
}

.fa_homehead {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0.55rem;
    display: flex;
    justify-content: space-between;
    width: 16rem;
    font-size: 0.15rem;
    z-index: 123;
    pointer-events: none;
}

.fa_logo img {
    height: 0.37rem
}

.fa_homehead .fa_right {
    width: 12.4vw;
    text-align: center;
    margin-right: -0.3rem;
    pointer-events: auto;
}

.fa_homehead .fa_right .fa_lan {
    font-size: 0.15rem;
    color: #fff;
    margin-bottom: 30px
}

.fa_homehead .fa_right .fa_lan a:nth-child(2) {
    opacity: 0.5
}

.fa_homehead .fa_right .fa_list {
    border-radius: 10px;
    border: #fff solid 1px;
    padding: 0.5rem 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 12.4vw;
    height: 70vh;
    opacity: 0;
    -webkit-transition: opacity .75s linear;
    transition: opacity .75s linear;
    margin: auto
}

.fa_homehead .fa_right .fa_list a {
    display: inline-block;
    font-size: 0.2rem;
    color: #fff;
    padding: 0.1rem 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.fa_homehead .fa_right .fa_list a:hover {
    border-color: #fff
}

.fa_Homebanner:hover .fa_right .fa_list {
    opacity: 1
}

.fa_Homebanner .fa_li .fa_pic img {
    display: none;
    width: 100%
}

.fa_Homebanner .fa_li .fa_pic video {
    height: 100vh;
    object-fit: cover;
    width: 100%;
    object-position: center
}

.fa_Homebanner .fa_tit {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.7rem;
    line-height: 1;
    color: #fff;
    z-index: 12;
}

.fa_Homebanner .fa_tit * {
    font-family: inherit
}

.fa_Homebanner video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    z-index: -1
}

.slide_tips {
    display: none
}

.fa_Home .fa_hba {
    background: url(/static/en/images/homebg02.png) no-repeat center;
    background-size: cover;
    padding: 1.1rem 0 1.2rem
}

.fa_Home .fa_hba .fa_dse {
    width: 86.75%;
    line-height: 2.5;
    margin: auto;
    text-align: center;
    color: #4c4c4c;
    font-size: 0.2rem;
    margin-top: .2rem;
}

.fa_Home .fa_hba .fa_jump {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5%;
    margin-top: 0.7rem
}

.fa_Home .fa_hba .fa_jump dl {
    width: 25%;
    text-align: center;
    margin: 0%
}

.fa_Home .fa_hba .fa_jump dl dt span {
    font-size: .48rem;
    font-weight: 400;
    line-height: 1;
    color: #d61518
}

.fa_Home .fa_hba .fa_jump dl dt i {
    font-size: 0.2rem;
    color: #4c4c4c
}

.fa_Home .fa_hba .fa_jump dl dd {
    font-size: 0.2rem;
    color: #4c4c4c;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.fa_Home .fa_hba .fa_jump dl dd i {
    margin-top: 7px
}

.fa_Home .fa_hba .fa_jump dl dd img {
    vertical-align: middle;
    margin: 0 0.01rem 0.05rem 0
}

@media only screen and (max-width: 768px) {
    .fa_Home .fa_hba .fa_jump {
        margin-top:0.3rem
    }

    .fa_Home .fa_hba .fa_jump dl {
        width: 50%
    }
}

.fa_hpro {
    position: relative;
    overflow: hidden
}

.fa_hpro video {
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-5%,-5%)
}

.fa_hpro .fa_left:hover video {
    position: relative;
    z-index: 9
}

.fa_hpro .fa_right:hover video {
    position: absolute;
    z-index: 9
}

.fa_hpro img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    object-fit: cover
}

.fa_hpro .fa_hpro_wrap>div:hover img {
    opacity: 0
}

.fa_hpro .fa_tit h3 {
    font-size: .4rem;
    font-weight: 400;
    margin: 0.67em auto
}

.fa_hpro .fa_tit p {
    color: #fff;
    font-size: .2rem;
    line-height: 1.75
}

.fa_hpro .fa_tit {
    position: absolute;
    top: .7rem;
    width: 100%;
    color: #fff;
    -webkit-transition: all .5s linear 2s;
    transition: all .5s linear 2s;
    z-index: 10
}

.fa_hpro .fa_left .fa_tit {
    right: 0;
    text-align: right;
    padding-right: 1.2rem;
    padding-left: .2rem;
}

.fa_hpro .fa_right .fa_tit {
    left: 0;
    padding-left: 1.2rem;
    padding-right: .2rem;
}

@media only screen and (min-width: 769px) {
    .fa_hpro .fa_title {
        position:absolute;
        top: 62%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        line-height: 1.3;
        text-align: center;
        color: #fff;
        z-index: 5;
        font-size: 0.48rem
    }

    .fa_hpro {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        height: 45vw;
        overflow: hidden
    }

    .fa_hpro .fa_left {
        width: 54%;
        -webkit-clip-path: polygon(0 0,100% 0,95% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,95% 100%,0 100%);
        overflow: hidden;
        margin-right: -4%;
        position: relative
    }

    .fa_hpro .fa_right {
        width: 50%;
        -webkit-clip-path: polygon(6% 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(6% 0,100% 0,100% 100%,0 100%);
        overflow: hidden;
        position: relative
    }
}

@media only screen and (max-width: 768px) {
    .fa_hpro {
        width:95%;
        margin: 0 auto
    }

    .fa_hpro .fa_title {
        width: 100%;
        text-align: center;
        line-height: 1;
        text-align: center;
        color: var(--main-color);
        font-size: .35rem;
        padding: .3rem 0;
        line-height: 1.25
    }

    .fa_hpro .fa_right {
        width: 100%;
        position: relative;
        overflow: hidden
    }

    .fa_hpro .fa_left {
        width: 100%;
        position: relative;
        overflow: hidden
    }
}

.fa_hadv {
    position: relative;
    background: #ededed;
    padding: 0.6rem 0 0;
    overflow: hidden
}

.fa_hadv .fa_list {
    margin: auto;
    margin-top: 0.4rem;
    position: relative
}

.fa_hadv .fa_list .swiper-slide .fa_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.fa_hadv .fa_li {
    position: relative;
}

.fa_hadv .fa_li .fa_pic img {
    height: 100%;
    object-fit: cover
}

.fa_hadv .swiper-container {
    overflow: visible
}

.fa_hadv .fa_li .fa_pic img {
    width: 100%;
}

.fa_hadv .fa_li .fa_tit {
    position: absolute;
    left: 50%;
    top: 1.5rem;
    margin-left: -7.5rem;
}

.fa_hadv .fa_li .fa_tit h3, .fa_hadv .fa_li .fa_tit p {
    transition: opacity .75s,transform .75s;
    transition-timing-function: ease;
    line-height: 1.5;
    opacity: 0
}

.fa_hadv .fa_li .fa_tit h3 {
    width: 100%;
    color: #fff;
    transform: translateX(15%);
    font-size: .42rem;
    line-height: 1;
    margin-bottom: .24rem;
    font-weight: bold;
}

.fa_hadv .fa_li .fa_tit p {
    font-weight: 500;
    color: #fff;
    transform: translateX(-15%);
    font-size: .24rem;
    line-height: 1.5;
}

.fa_hadv .swiper-container .swiper-slide-active .fa_li .fa_tit * {
    transform: translateX(0);
    opacity: 1
}

.fa_hadv .fa_advlist_btn {
    display: none;
}

.fa-tabs {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: .58rem;
    z-index: 123;
    white-space: nowrap;
    overflow: auto;
}

.fa-tab {
    display: inline-block;
    vertical-align: top;
    width: 2.5rem;
    text-align: center;
    cursor: pointer;
    white-space: normal;
}

.fa-box {
    width: 100%;
    margin-bottom: .19rem;
}

.fa-icon {
    height: .64rem;
    display: inline-block;
}

.fa-tit {
    font-size: .25rem;
    color: #fff;
    line-height: 1;
    padding-bottom: .21rem;
    padding: 0 .6em .84em;
    border-bottom: 2px solid transparent;
    display: inline-block;
    vertical-align: top;
}

.fa-tab.active .fa-tit {
    border-bottom-color: #fff;
}

@media only screen and (min-width: 769px) {
    .fa_hadv .fa_advlist_btn>div {
        width:50px;
        height: 55vh;
        background-position: center;
        background-size: 100%;
        position: absolute;
        top: 0;
        cursor: pointer;
        z-index: 20;
        display: flex;
        align-items: center
    }

    .fa_hadv .fa_advlist_btn>div.fa_btn_l {
        left: 3vw
    }

    .fa_hadv .fa_advlist_btn>div.fa_btn_l i {
        font-size: 45px;
        color: #fff
    }

    .fa_hadv .fa_advlist_btn>div.fa_btn_r {
        right: 3vw
    }
}

.fa_hadv .fa_advlist_btn>div.fa_btn_r i {
    font-size: 45px;
    color: #fff
}

@media only screen and (max-width: 1440px) {
    .fa_homehead .fa_right .fa_list {
        width:100%
    }
}

@media(max-width: 960px) {
    .fa_hadv .fa_li .fa_tit {
        margin-left: 0;
        left: 2.5%;
        top: 0;
        margin-top: 5%;
    }

    .fa-tabs {
        bottom: 0;
    }

    .fa-tab {
        width: auto;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .slide_tips {
        display:block;
        width: 30px;
        height: 57px;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: 30px;
        z-index: 2;
        display: none;
    }

    .slide_tips .s_line {
        display: block;
        width: 2px;
        height: 33px;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 0;
        background: #fff;
        animation: a_banner_s_line 3s linear .3s infinite both;
        -webkit-animation: a_banner_s_line 3s linear .3s infinite both;
        -ms-animation: a_banner_s_line 3s .3s linear both infinite;
        -moz-animation: a_banner_s_line 3s .3s linear both infinite;
        -o-animation: a_banner_s_line 3s .3s linear both infinite
    }

    @keyframes a_banner_s_line {
        0% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform-origin: 50% 100%;
            -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            opacity: 1
        }

        20% {
            transform: scaleY(.01);
            -webkit-transform: scaleY(.01);
            -ms-transform: scaleY(.01);
            -moz-transform: scaleY(.01);
            -o-transform: scaleY(.01);
            transform-origin: 50% 100%;
            -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            opacity: 1
        }

        30% {
            transform: scaleY(.01);
            -webkit-transform: scaleY(.01);
            -ms-transform: scaleY(.01);
            -moz-transform: scaleY(.01);
            -o-transform: scaleY(.01);
            transform-origin: 50% 100%;
            -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            opacity: 0
        }

        31% {
            transform: scaleY(.01);
            -webkit-transform: scaleY(.01);
            -ms-transform: scaleY(.01);
            -moz-transform: scaleY(.01);
            -o-transform: scaleY(.01);
            transform-origin: 50% 0;
            -webkit-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            opacity: 0
        }

        50% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform-origin: 50% 0;
            -webkit-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            opacity: 1
        }

        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform-origin: 50% 100%;
            -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            opacity: 1
        }
    }

    .slide_tips .txt {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 0;
        font-size: 12px;
        letter-spacing: 2px;
        color: #fff
    }

    .fa_hadv .fa_advlist_btn>div {
        width: 30px;
        height: 30px;
        background-position: center;
        background-size: 100%;
        position: absolute;
        top: 40%;
        cursor: pointer;
        z-index: 20
    }

    .fa_hadv .fa_advlist_btn>div.fa_btn_l {
        background-image: url(/static/en/images/icon_lw.png);
        left: 20px
    }

    .fa_hadv .fa_advlist_btn>div.fa_btn_r {
        background-image: url(/static/en/images/icon_rw.png);
        right: 20px
    }

    .fa_hadv .fa_li .fa_pic img {
        opacity: 1
    }

    .fa-icon {
        height: 20px;
    }

    .fa-tit {
        font-size: 12px;
    }

    .fa-box {
        margin-bottom: 10px;
    }

    .fa_hadv .fa_li .fa_tit h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .fa_hadv .fa_li .fa_tit p {
        font-size: .18rem;
    }
}

@media(max-width: 500px) {
    .fa_hadv .fa_li .fa_pic img {
        height: 61.8vw;
    }
}

.fa_hnew {
    background-image: url(/static/en/images/newsbg.png);
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 117% 0,10% 120%;
    background-size: 40%;
    padding-bottom: 1.4rem
}

.fa_hnew .left {
    display: none
}

.fa_hnew .fa_list {
    margin-top: 0.6rem;
    justify-content: flex-start
}

.fa_Home .fa_hnew .fa_htitle {
    padding: .6rem 0 .5rem
}

.fa_Home .fa_hnew .fa_list {
    margin-top: 0
}

.fa_hnew .fa_list .fa_right a.fa_it01 {
    display: block;
    padding-bottom: 0.25rem
}

.fa_hnew .fa_list .fa_right a.fa_it01 h3 {
    font-size: 0.28rem;
    color: #4c4c4c;
    font-weight: 400;
    margin-bottom: 5px
}

.fa_hnew .fa_list .fa_right a.fa_it01:hover h3 {
    color: #d61518
}

.fa_hnew .fa_list .fa_right a.fa_it01 p {
    font-size: .18rem;
    font-family: din-medium,sans-serif;
    color: #787878;
    margin-bottom: .2rem
}

.fa_hnew .fa_list .fa_right a.fa_it01 article {
    font-size: 0.15rem;
    color: #a0a0a0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.5
}

.fa_hnew .fa_list .fa_right a.fa_it02.phone {
    display: none
}

.fa_hnew .fa_list .fa_right a.fa_it02 {
    display: flex;
    align-items: center;
    padding-bottom: 0.15rem;
    margin-top: 0.15rem
}

.fa_hnew .fa_list .fa_right a.fa_it02 .fa_data {
    width: 1rem;
    text-align: center;
    padding: 0.15rem 0;
    border-right: 1px solid #d2d2d2
}

.fa_hnew .fa_list .fa_right a.fa_it02 .fa_data h2 {
    font-size: 0.28rem;
    color: #4c4c4c;
    margin: 0;
    font-family: "Din";
    font-family: din-medium,sans-serif;
    line-height: 1.5
}

.fa_hnew .fa_list .fa_right a.fa_it02 .fa_data h3 {
    font-family: din-medium,sans-serif;
    text-align: center;
    font-size: 0.28rem;
    margin: 0%;
    line-height: 1.5
}

.fa_hnew .fa_list .fa_right a.fa_it02 .fa_tit {
    width: calc(100% - 1rem - 1px);
    padding-left: 20px
}

.fa_hnew .fa_list .fa_right a.fa_it02 .fa_tit h3 {
    font-size: 0.2rem;
    margin-bottom: 5px;
    color: #4c4c4c;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.fa_hnew .fa_list .fa_right a.fa_it02:hover .fa_tit h3 {
    color: #d61518
}

.fa_hnew .fa_list .fa_right a.fa_it02:hover .fa_tit article {
    padding-left: 20px
}

.fa_hnew .fa_list .fa_right a.fa_it02 .fa_tit article {
    color: #a0a0a0;
    font-size: 0.15rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all ease 0.5s
}

.fa_hnew .fa_list .fa_right .fa_more a {
    display: inline-block;
    font-size: 0;
    margin-top: 0.7rem
}

.fa_hnew .fa_list .fa_right .fa_more a:hover {
    color: #d61518
}

.fa_hnew .fa_list .fa_right .fa_more a img {
    padding-right: 16px;
    filter: brightness(0);
    display: inline-block
}

@media only screen and (min-width: 769px) {
    .fa_hnew .fa_list .fa_left img {
        position:absolute;
        width: 100%;
        transition: all 0.5s
    }

    .fa_hnew .fa_list .fa_left img:nth-child(1) {
        left: -0.4rem;
        top: -0.4rem;
        opacity: 0.3;
        z-index: 1
    }

    .fa_hnew .fa_list .fa_left img:nth-child(2) {
        left: -0;
        top: -0;
        opacity: 0.3;
        z-index: 2
    }

    .fa_hnew .fa_list .fa_left img:nth-child(3) {
        left: 0.4rem;
        top: 0.4rem;
        opacity: 0.3;
        z-index: 3
    }

    .fa_hnew .fa_list .fa_left img.fa_on {
        z-index: 9;
        opacity: 1
    }

    .fa_hnew .fa_list {
        display: flex
    }

    .fa_hnew .fa_list .fa_left {
        width: 43.75%;
        margin-right: 5%;
        position: relative
    }

    .fa_hnew .fa_list .fa_right {
        width: 45.375%
    }
}

.fa_Home .link_tab {
    display: none
}

@media only screen and (max-width: 768px) {
    .fa_hnew .fa_list .fa_left {
        width:100%;
        position: relative;
        margin-bottom: 40px;
        display: none
    }

    .fa_hnew .fa_list .fa_right {
        width: 100%!important
    }

    .fa_hnew .fa_list .fa_left img {
        width: 100%
    }

    .fa_hnew .fa_list .fa_left img:nth-child(1) {
        left: -2vw;
        top: -2vw;
        opacity: 0.3;
        z-index: 1;
        position: absolute
    }

    .fa_hnew .fa_list .fa_left img:nth-child(3) {
        left: 2vw;
        top: 2vw;
        opacity: 0.3;
        z-index: 1;
        position: absolute
    }

    .fa_hnew .fa_list .fa_left img:nth-child(2) {
        position: relative;
        width: 100%;
        z-index: 3
    }

    .fa_Homebanner .fa_tit {
        justify-content: center;
        position: absolute;
        top: 90%;
        left: 0%;
        font-size: var(--f80);
        -webkit-transform: translateX(-0%);
        transform: translateX(0%);
        line-height: 1;
        color: #fff;
        width: 100%;
        text-align: center
    }

    body {
        /* padding-top:0%!important; */
        padding-top: 82px !important;
        /* background: #000; */
    }

    .fa_Header .fa_Headerwrap .fa_Logo img {
        filter: brightness(100)
    }

    .fa_Header.fa_Headeron .fa_Headerwrap .fa_Logo img {
        filter: none
    }

    .fa_Header .fa_Headerwrap .menuBtn .line {
        background-color: #fff
    }

    .fa_Header.fa_Headeron .fa_Headerwrap .menuBtn .line {
        background-color: #333
    }

    .div_navlink a {
        color: #fff
    }

    .fa_Header.fa_Headeron .div_navlink a {
        color: #333
    }

    .fa_Home .fa_hba .fa_dse {
        font-size: 0.18rem;
        text-align: left;
        margin: 0%
    }

    .fa_Home .fa_hba .fa_jump dl {
        width: 50%;
        margin: 0 0 0.2rem
    }

    .fa_Home .fa_hba .fa_jump dl dt span {
        font-size: 0.36rem;
        font-weight: 400;
        line-height: 1;
        color: #333
    }

    .fa_Home .fa_hba .fa_jump dl dt i {
        font-size: 14px;
        color: #4c4c4c
    }

    .fa_Home .fa_hba .fa_jump dl dd {
        font-size: 14px;
        color: #4c4c4c;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .fa_grid, .fa_grid2 {
        padding: 0px 0px
    }

    .fa_hba .fa_htitle {
        display: none
    }

    .fa_Home .fa_hba .fa_jump dl dd i {
        margin-top: 7px;
        display: none
    }

    .fa_Home .fa_hba {
        background-size: cover;
        padding: 0.1rem;
        font-size: 0.18rem
    }

    .fa_Home .fa_hba .fa_dse {
        width: 85%;
        margin: auto;
        height: auto;
        overflow: hidden;
        line-height: 1.75;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }

    .fa_hpro {
        position: relative;
        overflow: hidden;
        background: #fff
    }

    .fa_hpro .fa_left {
        width: 100%;
        position: relative;
        overflow: hidden
    }

    .fa_Home .fa_hpro_wrap .fa_left, .fa_Home .fa_hpro_wrap .fa_right {
        display: none
    }

    .fa_hpro video {
        width: 110%;
        height: 110%;
        -o-object-fit: cover;
        object-fit: cover;
        display: none
    }

    .fa_hpro img {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
        object-fit: cover;
        width: 100%
    }

    .fa_hpro .fa_left .fa_tit {
        position: absolute;
        top: 0%;
        width: 100%;
        color: #fff;
        -webkit-transition: all .5s linear 2s;
        transition: all .5s linear 2s;
        right: 0%;
        text-align: left;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .fa_hpro .fa_tit h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 2vw;
        padding: 0% 12%
    }

    .fa_hpro .fa_tit p {
        font-size: 14px;
        line-height: 2;
        color: #fff;
        padding: 0% 13%
    }

    .fa_hpro .fa_right {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 3% 3% 0;
        padding-top: 0%
    }

    .fa_hpro .fa_right .fa_tit {
        position: absolute;
        top: 0%;
        width: 100%;
        color: #fff;
        -webkit-transition: all .5s linear 2s;
        transition: all .5s linear 2s;
        left: 0%;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%
    }

    .fa_hadv {
        padding-top: 0.3rem
    }

    .fa_grid, .fa_grid2 {
        padding: 0px 0px;
        background: #fff
    }

    .fa_Home .link_tab {
        display: block
    }

    .link_tab {
        width: 100%;
        display: block;
        height: 100%;
        padding-bottom: 0.3rem
    }

    .link_tab .tab_list {
        display: block;
        height: 100%;
        margin-bottom: 0
    }

    .link_tab .tab_list li {
        position: relative;
        display: block;
        height: 240px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 120%;
        margin: 12px auto 0
    }

    .link_tab .tab_list li:first-child {
        margin-top: 0
    }

    .link_tab .tab_list li .block-link {
        display: block;
        height: 100%;
        width: 100%
    }

    .link_tab .tab_list li .block-link .i-tit, .link_tab .tab_list li .block-link .txt {
        display: block;
        color: #fff;
        position: absolute;
        margin-left: 0;
        left: 32px;
        top: auto;
        -webkit-transition: margin-left .3s ease-out;
        transition: margin-left .3s ease-out
    }

    .link_tab .tab_list li .block-link .i-tit {
        font-size: 24px;
        margin-top: 0;
        bottom: 95px;
        font-weight: 300;
        right: 32px;
        font-variant: normal;
        margin-bottom: 0;
        line-height: 1.5
    }

    .link_tab .tab_list li .block-link .txt {
        margin-top: 9%;
        bottom: 40px;
        font-size: .18rem;
        right: 30px
    }

    .fa_Home .fa_hadv .fa_htitle {
        padding: .3rem 0
    }

    .fa_Home .fa_htitle {
        font-size: 0.4rem
    }

    .fa_hadv .fa_list {
        max-width: 90%;
        width: 90%;
        margin: auto
    }

    .fa_hnew {
        position: relative
    }

    .fa_hnew .fa_wrapper {
        margin-top: -1rem;
        padding-top: 0
    }

    .fa_Home .fa_hnew .fa_htitle {
        padding: .66rem 0 .66rem
    }

    .fa_advlist_btn {
        display: none
    }

    .fa_hnew .fa_list .fa_right a.fa_it02.phone {
        display: flex
    }

    .fa_hnew .fa_list .fa_right a.fa_it02 .fa_data {
        text-align: center
    }

    .fa_hnew .fa_list .fa_right a.fa_it02 .fa_tit {
        width: calc(100% - 1rem - 1px);
        padding-left: 0.2rem
    }

    .fa_hnew .fa_list .fa_right a.fa_it02 .fa_tit h3 {
        font-size: 0.18rem;
        margin-bottom: 0;
        color: #4c4c4c;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: left;
        white-space: inherit;
        line-height: 1.5
    }

    .fa_hnew .fa_list .fa_right a.fa_it02 .fa_tit article {
        color: #a0a0a0;
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        transition: all ease 0.5s
    }

    .fa_hnew .fa_list .fa_right a.fa_it01 article {
        font-size: 13px;
        color: #a0a0a0;
        line-height: 25px;
        height: 50px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .fa_hnew .fa_list .fa_right .fa_more {
        text-align: right
    }

    .fa_hnew .fa_list .fa_right .fa_more a {
        display: inline-block;
        font-size: 0.2rem;
        width: 100%;
        text-align: right;
        margin-bottom: .66rem;
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-start
    }

    .fa_hnew .fa_list .fa_right .fa_more a img {
        padding-left: 4%
    }

    .fa_hnew .left {
        display: block;
        margin-bottom: 20px
    }

    .fa_hnew .left img {
        display: block;
        width: 100%
    }

    .fa_hnew .fa_list .fa_right a.fa_it01 {
        display: none
    }

    .fa_Home .fa_hadv .fa_htitle {
        width: 95%;
        margin-left: auto;
        margin-right: auto
    }

    .fa_Home .fa_hadv .fa_list {
        width: 100%;
        max-width: inherit
    }

    .fa_Home .fa_hba {
        padding: 0.1rem 0
    }

    .fa_Homebanner .fa_li .fa_pic img {
        display:block;
        height: 66.666vw;
        object-fit: cover;
    }

    .fa_Homebanner .fa_li .fa_pic video + img{
        /* display: none; */
    }

    .fa_Homebanner .fa_li .fa_pic video {
        display:none;
        height: 63vw;
        width: 100%;
        margin-left: 0%;
        position: relative;
        z-index: 123;
    }
}

.a-bn {
    width: 100%;
    background-color: #000;
}

.a-bn .swiper-pagination.hide {
    display: none;
}

.a-bn.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
    font-size: 0
}

.a-bn.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.a-bn .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    border: none;
}

.a-bn .swiper-pagination-bullet-active {
    background-color: #d61518
}

@media(max-width: 768px) {
    .a-bn.swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
    }

    .a-s{overflow: hidden;}

    .a-bn.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .a-bn .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}
