.fa_htitle {
    margin-bottom: 3vw;
    position: relative;
}

.fa_htitle:after {
    display: block;
    height: 15px;
    width: 180px;
    background: url(../images/ttbg.png) no-repeat left center;
    background-size: contain;
    content: "";
    margin-top: 20px;
}

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

.fa_htitle.fa_text_w h6 {
    color: #fff;
    font-weight: 400;
}

.fa_htitle h2 span {
    position: relative;
    line-height: 1;
    font-size: var(--f50);
    font-weight: 700;
    color: var(--main-color);
    /* margin-top: 20px; */
    text-transform: capitalize;
    background: linear-gradient(to right, #7d3cde, #3f57ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa_htitle h4 {
    margin-top: 10px;
    font-size: var(--f40);
    color: #333;
    font-weight: 400;
    line-height: 1.3;
}

.fa_htitle h4 span {
    display: inline-block;
    color: var(--main-color);
    font-weight: 500;
}

.fa_htitle h6 {
    margin-top: 10px;
    font-weight: 300;
    font-size: var(--f24);
    color: #666;
}

.fa_htitle h6 span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 500px;
    mix-blend-mode: multiply;
}


/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
    overflow: hidden;
}

.fa_Home .fa_hBanner .fa_li {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #aaa4f3, #e3c0f0, #f2e5ea);
}

.fa_Home .fa_hBanner .fa_pic {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    position: relative;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    opacity: 1;
    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;
    z-index: 10;
}

.fa_Home .fa_hBanner .fa_tit h2 {
    font-size: 3.5vw;
    opacity: 0;
    transform: translateY(30px);
    color: #fff;
    line-height: 1.2;
    font-weight: 900;
    font-family: 'satoshi', sans-serif;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 30px;
}

.fa_Home .fa_hBanner .fa_tit h2 svg {
    width: 2vw;
    position: absolute;
    left: -3vw;
    top: 0;
    transition: all 0.5s;
    transform: scale(0);
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h2 svg {
    transform: scale(1);
    transition-delay: 1s;
}

.fa_Home .fa_hBanner .fa_tit h2:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100vw;
    bottom: 0;
    background: linear-gradient(90deg, #fff, transparent);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: var(--f40);
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    margin-top: 30px;
}

.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 h2 {
    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;
}

@media screen and (min-width: 769px) {
    .fa_Home .fa_hBanner .fa_boxpage {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5vw;
        z-index: 10;
    }
    .fa_hBanner .fa_boxpage .fa_wrapper {
        display: flex;
        align-items: center;
    }
    .fa_hBanner .fa_boxpage .fa_btn {
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 500px;
        display: flex;
        align-items: center;
        color: #fff;
        justify-content: center;
        margin-right: 1vw;
        transition: all 0.5s;
        cursor: pointer;
    }
    .fa_hBanner .fa_boxpage .fa_btn:hover {
        background: #fff;
        color: var(--main2-color);
    }
    .fa_hBanner .fa_boxpage .fa_pgbtn {
        color: rgba(255, 255, 255, 0.5);
        font-size: var(--f20);
        margin-left: 30px;
        width: auto;
    }
    .fa_hBanner .fa_boxpage .fa_pgbtn .swiper-pagination-current {
        color: #fff;
        font-size: var(--f36);
    }
}

@media screen and (max-width: 768px) {
    .fa_Home .fa_hBanner .fa_tit h2 {
        font-size: 22px;
    }
    .fa_htitle h2:before {
        background: linear-gradient(215deg, var(--main2-color), transparent);
        opacity: 0.5;
    }
    .fa_htitle.fa_text_c h2:before {
        display: none;
    }
    .fa_htitle h2 {
        font-size: 16px;
    }
    .fa_htitle h4 {
        margin-top: 10px;
    }
    .fa_htitle {
        margin-bottom: 40px;
    }
    .fa_hBanner .fa_pgbtn {
        display: none;
    }
    .fa_hBanner .fa_btn {
        display: inline-flex;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.1);
        align-items: center;
        justify-content: center;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        font-size: 20px;
    }
    .fa_hBanner .fa_btn.fa_btn_l {
        left: 0;
        border-radius: 0 10px 10px 0;
    }
    .fa_hBanner .fa_btn.fa_btn_r {
        right: 0;
        border-radius: 10px 0 0 10px;
    }
    .fa_htitle h2 i {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
    .fa_hBanner .fa_swp_btn>div {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .fa_Home .fa_hBanner .fa_tit {
        /*! transform:none; */
        /*! top:10%; */
        text-align: center;
        padding: 0 10vw;
        top: 50%;
        /* transform: translateY(10px); */
    }
    .fa_Home .fa_hBanner .fa_tit h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .fa_Home .fa_hBanner .fa_tit h4 {
        margin-top: 30px;
        font-size: 13px;
        line-height: 2;
    }
    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
        margin-top: 20px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .fa_htitle .fa_tt_span {
        display: none;
    }
    .fa_Home .fa_hBanner .fa_pic:before {
        width: 100%;
    }
    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        width: 100%;
        height: 50vh;
        max-height: 500px;
        object-fit: cover;
        opacity: 0.4;
    }
    .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_page {
        padding: 0;
    }
}


/**/

.fa_hAbout {
    position: relative;
    background: linear-gradient( transparent, #dfdbff);
}

.fa_hAbout:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/ddbg.png) repeat;
    background-size: 400px;
    opacity: 0.5
}

.fa_hAbout .fa_left .fa_boxcnt {
    position: relative;
    /* padding-left: 2vw; */
}

.fa_hAbout .fa_left .fa_xx {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
}

.fa_hAbout .fa_left .fa_xx svg {
    width: 100%;
    margin: auto;
}

.fa_hAbout .fa_left .fa_bg>div {
    position: absolute;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.5s;
}

.fa_hAbout .fa_left .fa_bg>div.fa_01 {
    left: -14%;
    width: 20%;
    top: -8%;
}

.fa_hAbout .fa_left .fa_bg>div.fa_02 {
    left: -10%;
    bottom: -8%;
    width: 30%;
    z-index: 5;
}

.fa_hAbout .fa_left .fa_bg>div.fa_03 {
    right: -5%;
    top: -8%;
    width: 25%;
    z-index: 5;
}

.fa_hAbout .fa_left .fa_bg>div img {
    width: 100%;
}

.fa_hAbout .fa_right .fa_sum {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 3vw;
}

@media screen and (min-width: 769px) {
    .fa_hAbout {
        padding: 8vw 0;
        border-radius: 0 0 0 5vw;
    }
    .fa_hAbout .fa_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .fa_hAbout .fa_left {
        width: 40%;
    }
    .fa_hAbout .fa_right {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .fa_hAbout .fa_wrapper{
        display:flex;
        flex-direction:column-reverse;
    }
    .fa_hAbout .fa_left{
        margin:50px 0;
    }
    .fa_hAbout .fa_left .fa_bg{
        display:none;
    }
    
    .fa_hAbout .fa_right{
        position:relative;
        z-index:10;
    }
}


/**/

.fa_hPro {
    position: relative;
    overflow: hidden;
}

.fa_hPro .fa_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0.6;
    animation: bgquan 20s linear infinite;
}

.fa_hPro .fa_bg img {
    width: 100%;
}

.fa_hPro .fa_wrapper {
    position: relative;
}

.fa_hPro .fa_li {
    transition: all 0.5s;
    opacity: 0.3;
    filter: blur(10px);
    display: block;
}

.fa_hPro .swiper-slide-active .fa_li,
.fa_hPro .swiper-slide-next .fa_li {
    opacity: 1;
    transition-delay: 0.3s;
    filter: blur(0px);
}

.fa_hPro .fa_li .fa_Img {
    padding-bottom: 100%;
    border-radius: 15px;
}

.fa_hPro .fa_li .fa_tit {
    padding: calc(1vw + 10px);
    border: #dfdbff solid 1px;
    border-radius: 15px;
    transition: all 0.5s;
}

.fa_hPro .fa_li:hover .fa_tit {
    background: rgba(255, 255, 255, 0.5);
}

.fa_hPro .fa_li .fa_tit h5 {
    font-size: var(--f20);
    color: #000;
    margin: 10px 0 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fa_hPro .fa_li .fa_tit .fa_link span {
    font-size: 14px;
    color: var(--main-color);
}

.fa_hPro .fa_li .fa_tit p span {
    display: inline-block;
    padding: 5px 14px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, rgba(124, 61, 223, 0.7), transparent);
    border-radius: 5px 0 0 5px;
    padding-right: 40px;
}

.fa_hPro .fa_li .fa_sum {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 3vw;
    display: flex;
    align-items: center;
    background: linear-gradient(45deg, rgba(124, 60, 223, 0.8), rgba(64, 87, 254, 0.8));
    opacity: 0;
    transition: all 0.5s;
    border-radius: 15px;
    transform: translateY(100%);
    z-index: 3;
}

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

.fa_hPro .fa_li .fa_sum article {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}

.fa_hPro .fa_left .fa_sum {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #666;
}

@media screen and (min-width: 769px) {
    .fa_hPro .fa_wrapper {
        display: flex;
        position: relative;
        z-index: 3;
    }
    .fa_hPro .swiper-container {
        overflow: visible;
        -webkit-clip-path: polygon(0 -100%, 1000% -100%, 1000% 1000%, 0% 1000%);
        clip-path: polygon(0 -100%, 1000% -100%, 1000% 1000%, 0% 1000%);
    }
    .fa_hPro .fa_left {
        width: 40%;
        padding-right: 3vw;
        padding-bottom: 60px;
    }
    .fa_hPro .fa_left .fa_sum {
        max-width: 400px;
    }
    .fa_hPro .fa_right {
        width: 60%;
    }
    .fa_hPro .fa_wrapper .fa_boxbtn {
        position: absolute;
        left: 5vw;
        bottom: 0;
        z-index: 10;
    }
    .fa_hPro .fa_wrapper .fa_boxbtn .fa_btn_l {
        background: transparent;
        border: #a6acec solid 1px;
        color: #a6acec;
    }
    .fa_hPro .fa_wrapper .fa_boxbtn .fa_btn_r {
        background: #a6acec;
        color: #fff;
    }
    .fa_hPro .fa_wrapper .fa_boxbtn>div:hover {
        background: #6546ea;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .fa_hPro .fa_left .fa_sum{
        font-size:14px;
        line-height:1.8;
        margin-bottom:30px;
    }
    .fa_hPro .fa_li .fa_Img,.fa_hPro .fa_li .fa_tit{
        border-radius:5px;
    }
    .fa_hPro .fa_li .fa_tit{
        padding:10px;
    }
    .fa_hPro .fa_li .fa_tit h5{
        font-size:14px;
    }
    .fa_hPro .fa_li .fa_tit p span{
        font-size:12px;
    }
    .fa_hPro .fa_boxbtn{
        margin-top:20px;
        
    }
}

@keyframes bgquan {
    0% {
        transform: translate(-50%) rotate(0deg);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%) rotate(360deg);
        opacity: 0.9;
    }
    100% {
        transform: translate(-50%) rotate(0deg);
        opacity: 0.6;
    }
}


/**/

.circular_label img {
    pointer-events: none;
    opacity: 0;
}

.circular_label1 img {
    -webkit-transition: all .8s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s cubic-bezier(.64, .19, .34, .84);
}

.circular_label2 img {
    -webkit-transition: all .8s .3s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s .3s cubic-bezier(.64, .19, .34, .84);
}

.circular_label3 img {
    -webkit-transition: all .8s .6s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s .6s cubic-bezier(.64, .19, .34, .84);
}

.circular_label4 img {
    -webkit-transition: all .8s .9s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s .9s cubic-bezier(.64, .19, .34, .84);
}

.circular_label5 img {
    -webkit-transition: all .8s 1.2s cubic-bezier(.64, .19, .34, .84);
    transition: all .8s 1.2s cubic-bezier(.64, .19, .34, .84);
}

.circular_active .circular_label1 img {
    opacity: 1;
    -webkit-animation: clockwiseRotate 50s infinite linear both;
    animation: clockwiseRotate 50s infinite linear both;
}

.circular_active .circular_label2 img {
    opacity: 1;
    -webkit-animation: antiClockwiseRotate 40s infinite linear both;
    animation: antiClockwiseRotate 40s infinite linear both;
}

.circular_active .circular_label3 img {
    opacity: 1;
    -webkit-animation: clockwiseRotate 20s infinite linear both;
    animation: clockwiseRotate 20s infinite linear both;
}

.circular_active .circular_label4 img {
    opacity: 1;
}

.circular_active .circular_label5 img {
    opacity: 1;
    -webkit-animation: clockwiseRotate 10s infinite linear both;
    animation: clockwiseRotate 10s infinite linear both;
}

.circular_active .circular_label_min_box {
    opacity: 1;
    margin: 0;
}

.circular_label1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 700px;
    height: 700px;
}

.circular_label2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 500px;
    height: 500px;
}

.circular_label3 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 420px;
    height: 420px;
}

.circular_label4 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 360px;
    height: 360px;
    z-index: 1;
    opacity: 0.2;
}

.circular_label5 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 300px;
    height: 300px;
}

.circular_label6 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 280px;
    height: 280px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    padding-top: 20px;
    -webkit-transition: all .5s .8s cubic-bezier(.64, .19, .34, .84);
    transition: all .5s .8s cubic-bezier(.64, .19, .34, .84);
}

@-webkit-keyframes clockwiseRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwiseRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes antiClockwiseRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes antiClockwiseRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/**/

.fa_hAdv {
    position: relative;
    background: linear-gradient(#100919, #8e1baa);
    overflow: hidden;
    border-radius: 0 4vw 4vw 0;
}

.fa_hAdv .fa_bg img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    object-fit: cover;
    width: 100%;
}

.fa_hAdv .fa_bg img.fa_on {
    opacity: 1;
}



.fa_hAdv .fa_list {
    position: absolute;
    bottom: -5vw;
    left: 5vw;
    right: 5vw;
    display: flex;
    z-index: 3;
    justify-content: space-between;
    align-items: end;
    height: 110px;
}




.fa_hAdv .fa_list .fa_li h4 {
    font-size: var(--f20);
    color: #fff;
    font-weight: 300;
}

@media screen and (min-width: 769px) {
    .fa_hAdv .fa_wrapper {
        position: relative;
    }
    .fa_hAdv .fa_wrapper {
        height: 600px;
    }
    .fa_hAdv .fa_wrapper .fa_ttbox>div {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
        z-index: 5;
    }
    .fa_hAdv .fa_list .fa_li {
        text-align: center;
        width: calc((100% - 15px) / 4);
        padding: 20px;
        border-radius: 15px 15px 0 0;
        transition: all 0.5s;
        opacity: 0.9;
    }
    .fa_hAdv .fa_list .fa_li.fa_on {
        padding: 40px 0;
        opacity: 1;
    }
    .fa_hAdv .fa_wrapper .fa_ttbox>div h6 {
        transition: all 0.5s;
        transform: translateY(50px);
        opacity: 0;
    }
    .fa_hAdv .fa_wrapper .fa_ttbox>div h6 img {
        width: 130px;
    }
    .fa_hAdv .fa_wrapper .fa_ttbox>div.fa_on h6 {
        transform: translateY(-0);
        opacity: 1;
    }
    .fa_hAdv .fa_wrapper .fa_ttbox>div h3 {
        font-size: var(--f40);
        color: #fff;
        margin-bottom: 20px;
        transition: all 0.5s;
        transform: translateY(50px);
        opacity: 0;
        margin-top: 40px;
    }
    .fa_hAdv .fa_wrapper .fa_ttbox>div.fa_on h3 {
        transform: translateY(-0);
        opacity: 1;
    }
    .fa_hAdv .fa_wrapper .fa_ttbox>div p {
        font-size: var(--f20);
        color: #fff;
        margin-bottom: 20px;
        transition: all 0.5s;
        transform: translateY(50px);
        opacity: 0;
    }
    .fa_hAdv .fa_wrapper .fa_ttbox>div.fa_on p {
        transform: translateY(-0);
        opacity: 1;
        transition-delay: 0.2s;
    }
}

@media screen and (max-width: 768px) {
    .fa_hAdv{
        padding-top:120px;
        border-radius:0;
    }
    .fa_hAdv .fa_list{
        top:0;
        bottom:unset;
        left:0;
        right:0;
        height: auto;
        flex-wrap:wrap;
        align-items: unset;
    }
    .fa_hAdv .fa_list .fa_li{
        width: 50%;
        padding:5px;
        text-align:center;
        line-height:60px;
    }
    .fa_hAdv .fa_list .fa_li h4{
        font-size:14px;
        line-height: 50px;
    }
    .fa_hAdv .fa_wrapper .fa_ttbox{
        position:relative;
        margin-top:30px;
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
        
    }
    .fa_hAdv .fa_wrapper .fa_ttbox>div{
        width:calc((100% - 10px) / 2);
        margin-bottom:10px;
        border:rgba(255,255,255,0.2) solid 1px;
        padding:20px;
    }
    
    .fa_hAdv .fa_wrapper .fa_ttbox>div h6 img{
        width:40px;
    }
    
    .fa_hAdv .fa_wrapper .fa_ttbox>div h3{
        font-size:16px;
        color:#fff;
        margin:15px 0;
    }
    
    .fa_hAdv .fa_wrapper .fa_ttbox>div p{
        font-size: 12px;
        color:#fff;
        opacity:0.8;
        font-weight: 400;
    }
    .circular_content_box {
        display:none;
    }
}


/**/

@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 {
    padding: 5vw 0;
    background: linear-gradient(45deg, #eceaff, transparent);
}

.fa_hNews .fa_li {
    position: relative;
    display: block;
}

.fa_hNews .fa_li .fa_Img {
    padding-bottom: 66%;
    border-radius: 15px;
}

.fa_hNews .fa_li .fa_tit {
    padding: calc(2vw + 10px) calc(1vw + 10px);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    transition: all 0.5s;
}

.fa_hNews .fa_li:hover .fa_tit {
    background: #a6acec;
}

.fa_hNews .fa_list h3 {
    font-size: var(--f20);
    color: #111;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.fa_hNews .fa_li:hover .fa_tit h3 {
    color: #fff;
}

.fa_hNews .fa_list 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;
    line-height: 22px;
    height: 44px;
    color: #777;
    font-weight: 400;
    transition: all 0.5s;
}

.fa_hNews .fa_list .fa_li:hover article {
    color: rgba(255, 255, 255, 0.8)
}

.fa_hNews .fa_li .fa_date {
    padding: 8px 14px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, rgba(124, 61, 223, 0.7), transparent);
    border-radius: 15px 0 0 15px;
    padding-right: 40px;
    position: absolute;
    left: calc(1vw + 10px);
    bottom: 20px;
}

.fa_hNews .fa_li .fa_date span {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700;
}

@media screen and (min-width: 769px) {
    .fa_hNews .fa_list {
        display: flex;
        justify-content: space-between;
    }
    .fa_hNews .fa_li {
        width: calc((100% - 5vw) / 3);
    }
}

@media screen and (max-width: 768px) {
    
    .fa_hNews .fa_li .fa_Img {
        border-radius: 10px;
        padding-bottom: 50%;
    }
    .fa_hNews .fa_li .fa_date {
        padding: 5px 20px;
        border-radius: 0 10px 0 10px;
        font-size: 14px;
        transform: none;
        margin-top: -31px;
        position: relative;
    }
    .fa_hNews .fa_li .fa_date span {
        font-size: 14px;
    }
    .fa_hNews .fa_list h3 {
        font-size: 16px;
    }
    .fa_hNews .fa_li{
        margin-bottom:20px;
    }
}


/**/

@media screen and (min-width: 769px) {}

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