﻿@charset "utf-8";

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}


@font-face {
    font-family: "NotoSans-Light";
    src: url("../fonts/NotoSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*分享翻译*/
.ys_wechat_cont_parga p::before {
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}

/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
}

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

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 22, 65, .2);
}

.ys_ban_txtbox {
    z-index: 5;
}

.ys_nybanner {
    position: relative;
}

.ys_nyban_img,
.ys_nyban_img img {
    width: 100%;
}

.ys_nyban_ph {
    display: none;
}

.ys_nyban_title h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
}

.ys_nyban_title p {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}

/* - banner - end*/

/* 规范 star */

.std_tit1,
.yxedr_active h2 {
    font-size: 62px;
    line-height: 1.2;
}

.std_tit2,
.yxedr_active h3 {
    font-size: 40px;
    line-height: 1.3;
}

.std_tit3,
.yxedr_active h4 {
    font-size: 34px;
    line-height: 1.4;
}

.std_tit4,
.yxedr_active h5 {
    font-size: 24px;
    line-height: 1.4;
}

.std_tit5,
.yxedr_active h6 {
    font-size: 18px;
    line-height: 1.6;
}

.std_tit6 {
    font-size: 16px;
    line-height: 1.6;
}

.std_word p,
.std_word {
    font-size: 18px;
    line-height: 1.6;
    color: #727780;
}

.std_word1 p,
.std_word1 {
    font-size: 16px;
    line-height: 1.6;
    color: #727780;
}

.yxedr_active p {
    font-size: 18px;
    line-height: 1.6;
    color: #727780;
}

.std_padd {
    padding: 100px 0;
}

/* 规范 end */

.ys_hd_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.mod_head {
    width: 100%;
    position: relative;
    padding-left: 107px;
    padding-right: 200px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    transition: all 0.36s;
    border-bottom: 1px solid transparent;
}

.mod_head::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.ys_page_title {
    display: none;
}

.mod_head_log {
    width: 164px;
}

.mod_head_log .ys_imgbox_cover img {
    transform: scale(1) !important;
}

.mod_head_log a {
    display: block;
}


.mod_head_log .ys_imgbox_cover {
    line-height: 90px;
}

.mod_head_log .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.mod_head_ri {
    display: flex;
}

.mhnl_link {
    font-size: 16px;
    line-height: 90px;
    color: #fff;
    transition: all 0.36s;
    white-space: nowrap;
    display: block;
    position: relative;
}

.mod_head_nav {
    display: flex;
}

.mod_head_nav_li {
    margin-right: 80px;
    position: relative;
}

.mhnl_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 4px;
    background: #F0141F;
    transition: all 0.36s;
    opacity: 0;
    border-radius: 4px;
}

.mod_head_nav_li.yxnav_active1 .mhnl_link::after {
    width: 100%;
    opacity: 1;
}

.mod_head_lan {
    display: flex;
    align-items: center;
}

.mhll_icon {
    width: 24px;
    line-height: 90px;
    cursor: pointer;
}

.mhll_icon img {
    width: 100%;
}

.mhll_icon .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.ys_search1 .ys_search1_btn {
    width: 360px;
    height: 115px;
    line-height: 115px;
    text-align: center;
}

.ys_search1 .ys_search1_btn img {
    margin-right: 60px;
    cursor: pointer;
}

.ys_search1_win {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
}

.ys_search1_box {
    position: relative;
    top: 50%;
    width: 50%;
    margin: auto;
    height: 40px;
    border-bottom: 1px solid #ffffff;
}

.ys_search1_tbox input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
    color: #666666;
}

.ys_search1_but button {
    width: 100%;
    position: relative;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
}

.ys_search1_close {
    width: 28px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
    cursor: pointer;
}

.ys_search1_close img {
    width: 100%;
}

.ys_search1_tbox {
    width: calc(100% - 50px);
    padding-right: 20px;
}

.ys_search1_but {
    width: 50px;
}

.ys_search1_tbox input {
    width: 100%;
}

.ys_search1_btn img {
    width: 100%;
}

.ys_search1 .ys_search1_btn {
    width: 90px;
    height: 115px;
    line-height: 115px;
    text-align: center;
}

.ys_search1 .ys_search1_btn {
    width: 20px;
    margin-right: 90px;
}

.mod_head_lan_ri a,
.mod_head_lan_ri {
    font-size: 16px;
    line-height: 90px;
    color: #fff;
    transition: all 0.36s;
}

.mod_head_lan_ri {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 32px;
    margin-left: 32px;
    position: relative;
}

.mod_head_lan_ri::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #fff;
    left: 0;
    transition: all 0.36s;
}

.mod_head_lan_ri a:nth-child(2) {
    color: rgba(255, 255, 255, 0.5);
}

.mod_inves {
    position: absolute;
    height: 100%;
    background: #F0141F;
    border-radius: 80px 0 0 80px;
    right: -29px;
    top: 0;
    transition: all 0.36s;
}

.mod_inves a {
    display: flex;
    align-items: center;
    padding: 0 16px;
    transition: all 0.36s;
    transform: translateX(19px);
}

.mod_inves_ri p {
    font-size: 16px;
    line-height: 90px;
    color: #fff;
}

.mod_inves_ri {
    padding-left: 16px;
    opacity: 0;
    transition: all 0.36s;
}

.home_section {
    width: 100%;
    height: 100vh;
    position: absolute;
}

.home_sroll {
    position: relative;
    width: 100%;
    height: 300vh;
}

.ys_ban_li .ys_ban_imgbox img {
    height: 100vh;
    object-fit: cover;
}


.home_section1 {
    z-index: 6;
}

.home_section2 {
    z-index: 7;
}

.home_section3 {
    z-index: 8;
}

.home_section4 {
    z-index: 9;
}

.home_section5 {
    z-index: 10;
}

/* .home_section {
    transition-delay: 1.3s;
    transition: all 0.01s;
} */

html.act {
    height: 100vh;
    overflow-y: scroll;
}

html.act body {
    height: 100vh;
}

.ys_ban_li video {
    height: 100%;
    object-fit: cover;
}

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

.home_section_wrap_height {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}


/* .home_section {
    clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0px 100%);
} */


/* .home_sroll_wrap[data-num="1"] .home_section1 .home_section_wrap,
.home_sroll_wrap[data-num="2"] .home_section2 .home_section_wrap,
.home_sroll_wrap[data-num="3"] .home_section3 .home_section_wrap,
.home_sroll_wrap[data-num="4"] .home_section4 .home_section_wrap {
   
    animation: scrool .5s ease-out .1s 1 normal forwards;
} */

.home_section_wrap {
    height: 0;
}

.home_section.act .home_section_wrap {
    animation: scrool .5s ease-out .1s 1 normal forwards;
}

/* .home_sroll_wrap[data-num="2"] .home_section1,
.home_sroll_wrap[data-num="3"] .home_section1,
.home_sroll_wrap[data-num="4"] .home_section1,
.home_sroll_wrap[data-num="5"] .home_section1 {
    z-index: 1;
}

.home_sroll_wrap[data-num="3"] .home_section2,
.home_sroll_wrap[data-num="4"] .home_section2,
.home_sroll_wrap[data-num="5"] .home_section2 {
    z-index: 2;
}

.home_sroll_wrap[data-num="4"] .home_section3,
.home_sroll_wrap[data-num="5"] .home_section3 {
    z-index: 3;
}

.home_sroll_wrap[data-num="5"] .home_section4 {
    z-index: 4;
} */


/* html.act body {
    overflow: visible;
}

.home_sroll_wrap {
    position: sticky;
    top: 0;
    left: 0;
} */

.ys_scroll_wrap {
    position: relative;
    height: 500vh;
}

.ys_scroll_wrap {
    position: sticky;
}

/* .home_section.act .home_section_wrap_height {
    animation: scrool .5s ease-out .1s 1 normal forwards;
}



 */

/* .home_section.act {
    z-index: 20;
}

.home_section.next {
    z-index: 19;
} */

@keyframes scrool {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }

}

@-webkit-keyframes scrool {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

/* 响应式 */
@media screen and (max-width:768px) {
    .ys_search1 .ys_search1_btn {
        width: 20px;
        margin-right: 30px;
        height: 64px;
        line-height: 64px;
    }

    .ys_search1_close {
        width: 15px;
        right: 4%;
        top: 3%;
    }

    .ys_search1_tbox input {
        font-size: 16px;
    }

    .ys_search1_but button {
        font-size: 16px;
    }

    .ys_search1_box {
        height: 26px;
    }

    .ys_search1_but {
        width: 38px;
    }

    .ys_search1_tbox {
        width: calc(100% - 38px);
        padding-right: 10px;
    }
}

.mhnl_down {
    position: absolute;
    /* left: 50%;
    transform: translateX(-50%); */
    right: 0;
    /* box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.06); */
    display: none;
    top: 91px;
}

.mhnl_down::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background: #fff;
    z-index: -1;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.06);
}

.mhnl_down_ul {
    background: #fff;
    padding: 10px 0;
}

.mhnl_down_li a {
    font-size: 16px;
    line-height: 1.6;
    color: #001131;
    white-space: nowrap;
    transition: all 0.36s;
}

.mhnl_down_li {
    padding: 8px 46px;
}

.mhnl_down_li.yxnav_active2 a {
    color: #F0141F;
}

.mod_head_nav_li.yxnav_active1 .mhnl_link {
    color: #F0141F;
}

.ys_ban_slick .slick-dots {
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    bottom: 40px;
}

.ys_ban_txtbox .std_tit1 {
    color: #fff;
    line-height: 1.2;
    font-weight: 290;
}

.ys_ban_slick .slick-dots li {
    width: 100px;
    height: 1px;
    border-radius: 0 !important;
    margin: 0 !important;
    transition: all 0.36s;
}

.ys_ban_slick .slick-dots li.slick-active {
    background: #F0141F;
}

.ys_ban_slick .slick-dots li::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 3px;
    height: 3px;
    background: #F0141F;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.36s;
}

.ys_ban_slick .slick-dots li::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid #F0141F;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    opacity: 0;
    transition: all 0.36s;
}

.ys_ban_slick .slick-dots li.slick-active::after {
    opacity: 1;
}

.ys_ban_slick .slick-dots li.slick-active::before {
    opacity: 1;
}

.ys_banner_ledbox {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.ys_banner_led {
    width: 24px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.ys_banner_led::before {
    content: "";
    display: block;
    flex-shrink: 0;
    background-color: #fff;
    width: 1px;
    height: 16px;
    transition: all 0.36s;
    animation: led 1.5s infinite alternate-reverse ease-in-out;
}

.ys_banner_led::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 1px;
    height: 16px;
    flex-grow: 1;
}

.ys_banner_led_cent {
    pointer-events: none;
}

.ys_banner_led_cent {
    width: 32px;
    margin: 8px 0;
}

.ys_banner_led_cent img {
    width: 100%;
}

@keyframes led {
    to {
        height: 60px;
    }
}

.home_about {
    width: 100%;
    padding-top: 110px;
}

.home_about_top_tit {
    margin-bottom: 38px;
}

.home_about_top_tit .std_tit3 {
    color: #001131;
}

.home_about_top {
    width: 58%;
    position: relative;
    z-index: 10;
}

.home_section.act .home_section_wrap {
    height: 100vh !important;
}

.home_section.act {
    z-index: 20;
}

.home_about_top_info p {
    color: #727780;
}

.hatm_le p {
    color: #001131;
    line-height: 1.5;
}

.hatm_ri {
    width: 24px;
}

.hatm_ri img {
    width: 100%;
}

.hatm_link {
    display: flex;
    align-items: center;
}

.hatm_le {
    padding-right: 10px;
}

.home_about_top_info {
    margin-bottom: 45px;
}

.home_about_top_more .ys_imgbox_cover {
    transform: scale(1) !important;
}

.home_about_btm {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.habu_li_top p span {
    font-size: 48px;
    font-weight: 300;
    color: #001131;
    font-family: "NotoSans-Light";
}

.habu_li_btm {
    border-top: 1px solid #F0141F;
    margin-top: 8px;
    padding-top: 10px;
}

.home_about_btm_ul {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}

.habu_li {
    width: 25%;
    padding: 0 30px;
}

.habu_li_btm p {
    font-size: 16px;
    line-height: 1.5;
    color: #727780;
    font-weight: 290;
}

.home_about .ys_cont1440 {
    position: relative;
}

.he_d1map {
    width: 580px;
    height: 580px;
    position: absolute;
    bottom: 3%;
    right: 0;
}

.he_d1map::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: -50%; */
    /* margin-left: -50%; */
    border: 1px solid rgb(245, 243, 243);
    border-radius: 50%;
    -webkit-animation: boderM 3s infinite;
    -moz-animation: boderM 3s infinite;
    animation: boderM 3s infinite;
    opacity: 0;
}

.he_d1map::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: -50%; */
    /* margin-left: -50%; */
    border: 1px solid rgb(245, 243, 243);
    border-radius: 50%;
    -webkit-animation: boderM 3s infinite 1s;
    -moz-animation: boderM 3s infinite 1s;
    animation: boderM 3s infinite 1s;
    opacity: 0;
}

.home_about_top .home_about_btm {
    position: relative;
    z-index: 10;
}

.he_d1map span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: -50%; */
    /* margin-left: -50%; */
    border: 1px solid rgb(245, 243, 243);
    border-radius: 50%;
    -webkit-animation: boderM 3s infinite 2s;
    -moz-animation: boderM 3s infinite 2s;
    animation: boderM 3s infinite 2s;
    opacity: 0;
}

@keyframes boderM {

    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    1% {
        opacity: .8;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }

}


.section {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.mod_section {
    position: relative;
    width: 100%;
    z-index: 10;
}

.fp-tableCell {
    display: flex;
    align-items: center;
}

.home_about_desz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_directi {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_directi_li {
    width: 100%;
    height: 100vh;
    position: relative;
}

.home_directi_li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sydesz.svg);
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.home_directi_li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_directi_center {
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    z-index: 30;
    background: #000;
}


/*  */
.home_directi_center .rowMain {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.home_directi_center .rowMain {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    height: calc(100% - 1.3rem);
    top: 1.3rem;
    transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    pointer-events: none;
}

.home_directi_center.on .rowMain {
    opacity: 0;
    transition-delay: 2s;
}

.home_directi_center .rowMain .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    top: auto;
    height: calc(100% + 1.3rem);
    bottom: 0;
}

.home_directi_center .rowMain .mask:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}

.home_directi_center .rowMain .con {
    position: relative;
    padding-bottom: calc(4.1vw - 20px);
    height: 100%;
    padding-top: 1.3rem;
    width: 100%;
    padding-right: 6.8vw;
    padding-left: 12vw;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.home_directi_center .rowMain .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_directi_center .rowMain .con .cirBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 24vw;
    height: 24vw;
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
}

.home_directi_center.on .rowMain .con .cirBox {
    width: 34vw;
    height: 34vw;
    transition-delay: 0.5s;
}

.home_directi_center .rowMain .con .cirBox svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.home_directi_center .rowMain .con .cirBox svg circle {
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 400%;
    transition: stroke-dashoffset 0.6s ease-out;
    -webkit-transition: stroke-dashoffset 0.6s ease-out;
    -moz-transition: stroke-dashoffset 0.6s ease-out;
    -o-transition: stroke-dashoffset 0.6s ease-out;
    -ms-transition: stroke-dashoffset 0.6s ease-out;
}


.home_directi_center .rowMain .con .cirBox svg#cirBg circle {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-dashoffset: 85%;
}

.home_directi_center .rowMain .con .cirBox svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.home_directi_center .rowMain .con .cirBox svg#cirCon {
    display: none;
}



.home_directi_center .rowMain .con .cirBox svg#cirCon circle {
    stroke-dashoffset: 198%;
}

.home_directi_center .rowMain .con .cirBox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* max-width: none !important; */
}

.home_directi_center.on .rowMain .con .cirBox img {
    animation: loopCir 10s linear infinite;
    animation-fill-mode: both;
    backface-visibility: hidden;
}

.other {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: calc(100% - 1.3rem);
    top: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15vw;
    z-index: 13;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
}

.other.on {
    opacity: 1;
    pointer-events: auto;
}

.other #clock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 30;
    width: 34vw;
    height: 34vw;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}

.other #clock>img {
    height: 100%;
    position: absolute;
    z-index: 3;
}

.home_directi_center .other #clock .time-box {
    pointer-events: none;
    z-index: 5;
    position: absolute;
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    top: -22px;
    left: -22px;
}

/* .home_directi_center .other #clock .time-box>ul.time-cir {
    transform-origin: 50% 50%;
    bottom: 50%;
    left: 50%;
    height: 50%;
} */

/* .home_directi_center .other #clock .time-box>ul {
    width: 0;
    position: absolute;
} */


.home_directi_center .other #clock .time-box>ul.time-cir>li.on {
    pointer-events: none;
}

/* .home_directi_center .other #clock .time-box>ul>li {
    height: calc(100% + 7.5px);
    position: absolute;
    top: -8px;
    left: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
} */

/* .home_directi_center .other #clock .time-box>ul>li:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */

.home_directi_center .other #clock .time-box>ul.time-cir>li>i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    border: 2px solid;
    opacity: 0.8;
    cursor: pointer;
    pointer-events: auto;
    border-color: transparent;
}

.home_directi_center .other #clock .time-box>ul>li i {
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* .home_directi_center .other #clock .time-box>ul>li:nth-of-type(1) i {
    transform: translateX(-50%) rotate(-45deg);
} */

.home_directi_center .other #clock .time-box>ul.time-cir>li.on>i {
    opacity: 1;
    pointer-events: none;
    border-color: rgba(240, 20, 31, 1);
}

.home_directi_center .other #clock .time-box>ul.time-cir>li>i>span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(240, 20, 31, 1);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
}

.home_directi_center .other #clock .time-box>ul.time-cir>li:nth-child(1)>i>a {
    left: calc(100% + 40px);
    bottom: 15px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition-delay: 4s;
}

.home_directi_center.on .other #clock .time-box .time-cir>li i>a {
    transform: none !important;
    opacity: 1;
}

.home_directi_center .other #clock .time-box>ul.time-cir>li>i>a {
    position: absolute;
    opacity: 0;
    bottom: 15px;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}

.home_directi_center .other #clock .time-box>ul.time-cir>li>i>a small {
    font-size: 0.5rem;
    line-height: 1;
    display: inline-block;
}

.home_directi_center .other #clock .time-box>ul.time-cir>li>i>a em {
    white-space: nowrap;
    display: block;
    line-height: 1;
}

.home_directi_center .other #clock .time-move {
    z-index: 4;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    transform: rotate(-13deg);
}

.home_directi_center .other #clock .time-move canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
}

.home_directi_center .other #clock .msg-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.home_directi_center .other #clock .msg-box .msg_1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 83%;
    height: 83%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.home_directi_center .other #clock .msg-box .msg_1>li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_directi_center .other #clock .msg-box .msg_1>li .time-note {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_directi_center .other #clock .msg-box .msg_1>li .time-note>li {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    min-height: 168px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(4px);
}

.home_directi_center.on .rowMain .con .cirBox img {
    animation: loopCir 10s linear infinite;
    animation-fill-mode: both;
    backface-visibility: hidden;
}

@keyframes loopCir {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}


.home_directi_center .rowMain .con>div {
    position: relative;
    margin-top: -0.65rem;
}

.home_directi_center .rowMain .con>div h2 {
    line-height: 1;
    margin-bottom: 0.4rem;
    opacity: 0;
}

.home_directi_center.on .rowMain .con>div h2 {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
}

.home_directi_center .rowMain .con>div p {
    line-height: 1;
    opacity: 0;
}

.home_directi_center.on .rowMain .con>div p {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.1s;
}

.home_directi_center .rowMain .con>div .ad {
    position: absolute;
    top: 0;
    opacity: 0;
    right: calc(100% + 30px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    color: #fff;
}

.home_directi_center.on .rowMain .con>div .ad {
    animation: ani1 2s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.2s;
}

@keyframes ani1 {
    0% {
        opacity: 0;
        transform: translateY(8px);
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        -ms-transform: translateY(8px);
    }

    30% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }

    70% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }

    100% {
        opacity: 0;
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
    }
}

.home_directi_tit {
    display: flex;
    justify-content: center;
}

.home_directi_tit_le p {
    font-size: 100px;
    font-family: "NotoSans-Light";
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

.home_directi_tit p {
    opacity: 1 !important;
}

.hdtr_top {
    margin-bottom: 5px;
}

.hdtr_top .std_tit1 {
    color: #fff;
    font-weight: 290;
    line-height: 1.2 !important;
}

.hdtr_btm p {
    font-size: 16px;
    line-height: 1.5 !important;
    color: #fff;
}

.home_directi_tit_ri {
    padding-left: 8px;
}

.home_directi_tit {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26vw;
    height: 26vw;
    margin-top: 0 !important;
}

.home_directi_tit_wrap {
    display: flex;
    align-items: center;
}

/* .home_directi_center .rowMain .con .cirBox svg {
    width: 98% !important;
} */
/*  */


.home_directi_center .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_directi_center .bg .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_directi_center .bg .pic {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.home_directi_center .bg .pic.on {
    opacity: 0.7;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    z-index: 10;
}

.time-cir li:nth-child(1) {
    position: absolute;
    top: 8.0%;
    left: 75%;
}

.time-cir li:nth-child(2) {
    position: absolute;
    top: 88.9%;
    left: 72%;
}

.time-cir li:nth-child(3) {
    position: absolute;
    top: 45.8%;
    left: 3.4%;
}

.time-cir li {
    cursor: pointer;
}

.hddl_le {
    width: 64px;
}

.hddl_le img {
    width: 100%;
}

.hddl_ri .std_tit4 {
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

.home_directi_dots_li {
    display: flex;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}

.hddl_ri {
    padding-left: 8px;
}

.home_directi_dots_li:nth-child(3) {
    flex-direction: row-reverse;
}

.home_directi_dots_li:nth-child(3) .hddl_ri {
    padding-right: 8px;
    padding-left: 0;
}

.home_directi_dots_li {
    position: absolute;
}

.home_directi_dots_li:nth-child(1) {
    left: 81%;
    top: 2%;
}

.home_directi_dots_li:nth-child(2) {
    left: 78%;
    top: 92%;
}

.home_directi_dots_li:nth-child(3) {
    left: -30%;
    top: 43%;
}

.home_directi_cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}


.scroll-animate.father.on {
    display: flex !important;
}

.scroll-animate.father.on .home_directi_cont {
    pointer-events: auto;
}

.scroll-animate.father .hdcw_icon {
    width: 64px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.hdcw_icon img {
    width: 100%;
}

.home_directi_cont_wrap {
    width: 100%;
    text-align: center;
    padding: 60px;
}

.hdcw_tit .std_tit2 {
    color: #fff;
}

.hdcw_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 55px;
}

.hdcw_info p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 290;
    color: #fff;
    padding-left: 24px;
    position: relative;
}

.hdcw_info p::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 9px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.hdcw_info p:first-child {
    padding-left: 0;
}

.hdcw_info p:first-child::after {
    display: none;
}

.hdcw_tit {
    margin-bottom: 35px;
}

.mod_more1_le {
    padding-right: 16px;
}

.mod_more1_le p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    transition: all 0.36s;
}

.mod_more1_ri {
    width: 24px;
}

.mod_more1_ri img {
    width: 100%;
}

.mod_more1 .mod_more1_link {
    display: inline-block;
}

.mod_more1_wrap {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 20px 5px;
    padding: 10px 24px;
    transition: all 0.36s;
}

.mod_more1 .ys_imgbox_cover img {
    transform: scale(1) !important;
}


@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 30px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.father.on .hdcw_tit {
    animation-name: fadeInUpSmall;
}

.home_invest {
    width: calc(100% + 228px);
    display: flex;
    align-items: center;
}

.home_invest_le {
    width: 49%;
    padding-right: 100px;
}

.home_invest_ri {
    width: 51%;
    padding-top: 90px;
    position: relative;
    height: 100vh;
}

.home_invest_ri_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 160px 0px 0px 40px;
    background: #1A136B;
    overflow: hidden;
    display: none;
}

.home_invest_ri_wrap:first-child {
    display: block;
}

.home_invest_ri_desz {
    width: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home_invest_ri_desz img {
    width: 100%;
}

.hilt_subtit p {
    font-size: 16px;
    line-height: 1.5;
    color: #F0141F;
}

.hilt_tit .std_tit2 {
    font-weight: 290;
    color: #001131;
    line-height: 1.5;
}

.hilt_subtit {
    margin-bottom: 4px;
}

.home_invest_le_top {
    margin-bottom: 45px;
}

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

.hilb_li {
    width: 100%;
    display: none;
}

.hilb_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hilb_li:first-child {
    display: block;
}

.hilb_li_wrap {
    width: 33.333333%;
    border-top: 1px solid rgba(114, 119, 128, 0.2);
    border-right: 1px solid rgba(114, 119, 128, 0.2);
}

.hilb_li_wrap:nth-child(1),
.hilb_li_wrap:nth-child(2),
.hilb_li_wrap:nth-child(3) {
    border-top: none;
}

.hilb_li_wrap:nth-child(3n) {
    border-right: none;
}

.hilb_top {
    margin-bottom: 40px;
}

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

.hilb_swip::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(144, 119, 128, 0.2);
}

.hilb_swip_li_wrap {
    width: 100%;
    position: relative;
    padding-bottom: 8px;
}

.hilb_swip_li_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #F0141F;
    opacity: 0;
    transition: all 0.36s;
}

.hslw_le {
    width: 24px;
}

.hslw_le img {
    width: 100%;
    transform: scale(1) !important;
}

.hslw_ri p {
    color: #727780;
    line-height: 1.6;
    transition: all 0.36s;
}


.hilb_swip_li {
    cursor: pointer;
    width: 25%;
    padding: 0 13px;
}

.hilb_swip_li_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hslw_ri {
    padding-left: 16px;
}

.hslw_le .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.hilb_swip_ul {
    display: flex;
    margin: 0 -13px;
}

.hilb_swip_li.act .hilb_swip_li_wrap::after {
    opacity: 1;
    width: 100%;
}

.hilb_swip_li.act .ys_imgbox_cover img:nth-child(1) {
    opacity: 1;
}

.hilb_swip_li.act .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.hilb_swip_li.act .hslw_ri p {
    color: #F0141F;
}

.hilb_swip_li.on .hilb_swip_li_wrap {
    flex-direction: row-reverse;
}

.hilb_swip_li.on .hslw_ri {
    padding-left: 0;
    padding-right: 16px;
}

.hirt_li {
    display: none;
}

.hirt_li:first-child {
    display: block;
}

.home_invest_ri_btm {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 15%;
    padding-right: 230px;
    margin-top: -42px;
}


.hirb_li_log {
    width: 145px;
    margin-bottom: 27px;
}

.hirb_li_log .ys_imgbox_cover {
    border-radius: 5px;
}

.hirb_li_tit .std_tit3 {
    color: #fff;
    line-height: 1.8;
    font-weight: 290;
}

.hirb_li_tit p span {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    padding-left: 18px;
    font-weight: 290;
}

.hirb_li_info p {
    color: #fff;
    line-height: 1.8;
    font-weight: 290;
    height: 3.6em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hirb_li_tit {
    margin-bottom: 38px;
}

.hirb_li {
    display: none;
}

.hirb_li:first-child {
    display: block;
}

.home_invest_ri_arr {
    position: absolute;
    left: 0;
    padding-left: 15%;
    bottom: 17%;
    display: flex;
    align-items: center;
}

.hira_ri {
    margin-left: 52px;
}

.hira_btn {
    width: 40px;
    cursor: pointer;
    transition: all 0.36s;
}

.hira_btn img {
    width: 100%;
}

.hira_btn.slick-disabled {
    opacity: 0.6;
}

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

.home_new_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.home_new_top_ri .mod_more1_wrap {
    background: #F0141F;
    border-color: #F0141F;
}

.home_new_top {
    margin-bottom: 50px;
}

.home_new_top .home_invest_le_top {
    margin-bottom: 0;
}

.home_new_top_ri {
    margin-bottom: 13px;
}

.home_new_btm_recom {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.hnbr_wrap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.hnbr_le {
    width: 48%;
}

.hnbr_le .ys_imgbox_cover {
    border-radius: 80px 20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.hnbr_ri {
    width: 52%;
    padding-left: 70px;
}

.hnbr_ri_time p {
    color: #727780;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.hnbr_ri_tit p {
    color: #001131;
    font-weight: 400;
    line-height: 1.4;
    height: 1.4em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
}

.hnbr_ri_info p {
    color: #727780;
    font-weight: 290;
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hnbr_ri_time {
    margin-bottom: 24px;
}

.hnbr_ri_tit {
    margin-bottom: 24px;
}

.hnbr_ri_info {
    margin-bottom: 60px;
}

.home_new_btm_list {
    position: relative;
    margin: 0 -53px;
    display: flex;
}

.hnbl_wrap_top_ri {
    width: 24px;
    flex: none;
}

.hnbl_wrap_top_ri img {
    width: 100%;
}

.hnbl_wrap_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(114, 119, 128, 0.4);
}

.hnbl_wrap_top_le p {
    color: #F0141F;
    font-weight: 290;
}

.hnbl_li {
    width: 33.333333%;
    padding: 0 53px;
}

.hnbl_wrap_btm p {
    font-weight: 290;
    line-height: 1.4;
    color: #001131;
    height: 2.8em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
}

/* .section6 {
    height: auto !important;
} */

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

.mod_fot_top_ul {
    width: 100%;
    position: relative;
    display: flex;
    padding-top: 53px;
    padding-bottom: 52px;
}

.mod_fot_top {
    position: relative;
    z-index: 10;
    width: 100%;
}

.mod_fot_top::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background: rgba(24, 24, 24, 0.20);
    backdrop-filter: blur(4px);
}

.mod_fot_top_li {
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}

.mftl_tit .std_tit4 {
    font-weight: 400;
    line-height: 140%;
    color: #FFF;
}

.mftl_tit {
    margin-bottom: 30px;
}

.mod_fot_top_li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 83px;
    background: #fff;
    left: 0;
}

.mod_fot_top_li:nth-child(1):after {
    display: none;
}

.mod_fot_btm {
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
    background: rgba(1, 32, 76, 1);
    z-index: 1;
}

.mod_fot_btm .waves {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mfbt_log {
    width: 206px;
}

.mfbt_log a {
    display: block;
}

.mfbt_log img {
    width: 100%;
}

.mfbt_nav_li a {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    transition: all 0.36s;
}

.mod_fot_btm_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}


.mfbt_nav {
    display: flex;
}

.mfbt_nav_li {
    padding: 0 40px;
}

.ys_share_list {
    margin-left: 40px;
}

.ys_share_img {
    width: 40px;
}

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

.mod_fot_btm_btm p,
.mfbb_ri a {
    color: #FFF;
    font-size: 14px;
    font-weight: 290;
    line-height: 1.8;
}

.mod_fot_btm_btm p a {
    color: #FFF;
}

.mfbb_ri a {
    margin-left: 80px;
}

.mod_fot_btm_btm p a {
    margin-left: 4px;
}

.mod_fot_btm_btm p a:last-child {
    margin-left: 80px;
}

.mod_main {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

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

.mod_ban {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F8F8F8;
    overflow: hidden;
}

.ys_d1page .mod_ban {
    height: 600px;
}

.mod_ban_bg img {
    width: 100%;
}

.ys_nypage .mod_head {
    background: #fff;
    border-color: rgba(114, 119, 128, 0.2);
}

.ys_nypage .mod_head::after {
    display: none;
}

.ys_nypage .mod_head_log .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.ys_nypage .mod_head_log .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

.ys_nypage .mhnl_link {
    color: #001131;
}


.ys_nypage .mhll_icon .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.ys_nypage .mhll_icon .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

.ys_nypage .mod_head_lan_ri::after {
    background: #001131;
}

.ys_nypage .mod_head_lan_ri a {
    color: #001131;
}

.ys_nypage .mod_head_lan_ri a:nth-child(2),
.ys_nypage .mod_head_lan_ri {
    color: rgba(0, 17, 49, 0.5);
}

.ys_nypage .ys_main {
    margin-top: 90px;
}

.mod_ban_dzsc {
    width: 40%;
    position: absolute;
    top: 55px;
    right: 0;
}

.mod_ban_dzsc img {
    width: 100%;
}

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

.news_cont_wrap {
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.news_cont_top {
    width: 100%;
}

.news_cont_top_tit .std_tit2 {
    color: #001131;
    font-weight: 290;
    text-align: center;
}

.news_cont_top_swip {
    display: flex;
    justify-content: center;
    /* margin: 0 -20px; */
    border-radius: 20px 5px;
    border: 1px solid rgba(114, 119, 128, 0.50);
    /* overflow: hidden; */
}

.news_cont_top_swip .slick-list {
    border-radius: 20px 5px;
}


.ncts_le {
    width: 24px;
}

.ncts_le img {
    width: 100%;
}

.ncts_ri p {
    color: #727780;
    font-weight: 290;
    line-height: 1.8;
    transition: all 0.36s;
}


.ncts_li {
    /* width: 20%; */
    padding: 0 20px;
    width: 370px;
    max-width: 100%;
}

.ncts_li:first-child {
    padding-left: 0 !important;
}

.ncts_li:last-child {
    padding-right: 0 !important;
}

.ncts_li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    transition: all 0.36s;
    border-radius: 20px 5px;
}

.news_cont_top_wrap {
    width: 100%;
    padding-top: 106px;
    display: flex;
    justify-content: center;
    margin-bottom: 76px;
}

.ncts_ri {
    padding-left: 16px;
}

.ncts_li.act a {
    background: #F0141F;
}

.ncts_li.act .ys_imgbox_cover img:nth-child(1) {
    opacity: 1;
}

.ncts_li.act .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.ncts_li.act .ncts_ri p {
    color: #fff;
}

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

.news_cont_btm_ul {
    margin: 0 -24px;
    display: flex;
    flex-wrap: wrap;
}

.ncbu_li {
    width: 33.333333%;
    padding: 0 24px;
    margin-bottom: 64px;
}

.ncbu_wrap {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(114, 119, 128, 0.40);
    padding-bottom: 24px;
}

.ncbu_wrap::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: rgba(240, 20, 31, 1);
    transition: all 0.36s;
    opacity: 0;
}

.ncbu_wrap .ys_imgbox_cover {
    border-radius: 40px 10px;
}

.ncbu_tit p {
    color: #001131;
    font-weight: 290;
    line-height: 1.6;
    height: 3.2em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ncbu_tit {
    margin-top: 24px;
    margin-bottom: 53px;
}

.ncbu_btm {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ncbu_btm_ri .ys_imgbox_cover img {
    transform: scale(1) !important;
}

.ncbu_btm_ri .ys_imgbox_cover {
    border-radius: 0 !important;
}

.ncbu_btm_ri {
    flex: none;
    transition: all 0.36s;
    opacity: 0;
}

.ncbu_btm_le_tim p {
    font-size: 14px;
    line-height: 1.8;
    color: #727780;
}

.ncbu_btm_le_lab p {
    color: var(--f-0141-f, #F0141F);
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-style: normal;
    font-weight: 290;
    line-height: 180%;
}

.ncbu_btm_le_lab {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

.ncbu_btm_le_lab::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 12px;
    background: #727780;
}

.ncbu_btm_le {
    display: flex;
    align-items: center;
}

.news_cont_btm_more .ncts_li a {
    border: 1px solid #F0141F;
}

.news_cont_btm_more .ys_imgbox_cover img {
    transform: scale(1) !important;
}

.news_cont_btm_more .ncts_ri p {
    color: #F0141F;
}

.ys_d2page .mod_ban {
    width: calc(100% - 120px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 160px 40px;
    height: 526px;
    top: 30px;
}

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

.page_wrap_cont {
    width: 1000px;
    margin: 0 auto;
}

.page_wrap_top_tit .std_tit3 {
    color: #001131;
    font-weight: 290;
    line-height: 1.5;
}

.page_wrap_top_tit {
    text-align: center;
    margin-bottom: 18px;
}

.page_wrap_top_time {
    width: 100%;
    display: flex;
    justify-content: center
}

.page_wrap_btm {
    width: 100%;
}

.page_wrap_top {
    margin-bottom: 50px;
}

.page_wrap_btm_eadr {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(26, 19, 107, 0.2);
}

/* .page_wrap_btm_eadr img {
    border-radius: 80px 20px;
} */

.page_wrap_btm_eadr p {
    margin-bottom: 40px;
}

.pwbl_btn .mod_more1_wrap {
    border-color: rgba(240, 20, 31, 1);
}

.pwbl_btn .mod_more1_wrap .mod_more1_le p {
    color: rgba(240, 20, 31, 1);
}

.page_wrap_btm_lank {
    width: 100%;
    padding-top: 42px;
    display: flex;
    justify-content: space-between;
}

.pwbl_le .mod_more1_wrap {
    flex-direction: row-reverse;
}

.pwbl_le .mod_more1_le {
    padding-right: 0;
    padding-left: 16px;
}

.pwbl_btn .ys_imgbox_cover img {
    transform: scale(1) !important;
}

.pwbl_btn .mod_more1_wrap {
    padding: 8px 32px;
}

.page_share {
    position: fixed;
    top: 320px;
    right: 10%;
    background: #fff;
    border-radius: 20px 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
    padding: 24px;
    text-align: center;
    /* transition: all 0.36s; */
}

.page_share_tit p {
    font-size: 16px;
    line-height: 1.4;
    color: #001131;
}

.page_share_tit {
    border-bottom: 1px solid rgba(114, 119, 128, 0.2);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.page_share .ys_share_list {
    margin-left: 0 !important;
    margin-bottom: 16px;
}

.page_share .ys_share_list:last-child {
    margin-bottom: 0;
}

.ys_e1page {
    background: #F8F8F8;
}

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

.ys_e1page .mod_ban {
    height: 600px;
}

.conta_wrap_cont {
    width: 100%;
}

.conta_wrap_btm {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.conta_wrap_tit .std_tit2 {
    color: #001131;
    line-height: 1.3;
    font-weight: 290;
}

.conta_wrap_tit {
    margin-bottom: 78px;
}

.conta_wrap_le {
    width: 35%;
    padding-right: 156px;
}

.conta_wrap_ri {
    width: 65%;
}

.cwlu_top_le {
    width: 32px;
}

.cwlu_top {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.cwlu_top_le img {
    width: 100%;
}

.cwlu_top_ri p {
    color: #001131;
    font-weight: 290;
    line-height: 1.8;
}

.cwlu_top_ri {
    padding-left: 16px;
}

.cwlu_btm .std_tit4 {
    font-weight: 400;
    line-height: 1.4;
    color: #001131;
}

.cwlu_li {
    border-bottom: 1px solid rgba(114, 119, 128, 0.2);
    padding-bottom: 40px;
    margin-bottom: 40px;
}


.cwlu_code {
    width: 160px;
}

.cwlu_code img {
    width: 100%;
}


.cwlu_li:last-child {
    border-bottom: none;
}

.conta_wrap_ri_cont {
    width: 100%;
    background: #fff;
    border-radius: 80px 20px;
    box-shadow: 0px 4px 16px 0px rgba(26, 19, 107, 0.10);
    padding: 70px 68px;
}

.cwrc_ul {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.cwrc_li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 24px;
}

.cwrc_li_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cwrc_li_wrap_top p {
    color: #333;
    line-height: 1.5;
    font-weight: 290;
}

.cwrc_li_wrap_top p span {
    color: #F61818;
}

.cwrc_li_wrap_btm input {
    width: 100%;
    height: 48px;
    border-radius: 20px 5px;
    border: 1px solid rgba(26, 19, 107, 0.20);
    background: #FFF;
    padding: 0 20px;
}

.cwrc_li_wrap_top {
    margin-bottom: 4px;
}

.cwrc_li_wrap_btm textarea {
    width: 100%;
    border-radius: 20px 5px;
    border: 1px solid rgba(26, 19, 107, 0.20);
    background: #FFF;
    padding: 20px;
    height: 267px;
}

.clwc_le {
    width: 140px;
    margin-right: 20px;
}

.clwc_le img {
    width: 100%;
    cursor: pointer;
}

.cwrc_li_wrap_coed {
    display: flex;
    margin-bottom: 23px;
    align-items: flex-end;
}

.clwc_ri_icon {
    width: 16px;
}

.clwc_ri_icon img {
    width: 100%;
}

.clwc_ri_txt p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.clwc_ri {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.clwc_ri_txt {
    padding-left: 8px;
}

.clwb_top_le {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #F0141F;
    cursor: pointer;
    flex: none;
    margin-top: 1px;
}

.clwb_top_le img {
    width: 100%;
    transition: all 0.36s;
    opacity: 0;
}

.clwb_top_le.on img {
    opacity: 1;
}

.clwb_top_ri p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.clwb_top_ri p a {
    color: #F0141F;
}

.clwb_top {
    display: flex;
}

.clwb_top_ri {
    padding-left: 16px;
}

.clwb_btm .home_new_top_ri {
    width: 100%;
    margin-bottom: 0;
}

.clwb_btm {
    margin-top: 18px;
}

.clwb_btm .mod_more1,
.clwb_btm .mod_more1_link {
    width: 100%;
}

.clwb_btm .mod_more1_wrap {
    justify-content: center;
}

.abutm_journ {
    width: 100%;
    position: relative;
    padding-bottom: 0 !important;
}

.abutm_journ_btm {
    width: 100%;
    margin-bottom: 92px;
}

.abutm_journ_img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.abutm_journ_img img {
    width: 80%;
    margin: 0 auto;
    border-radius: 160px 40px;
    /* max-width: none !important; */
}

.ys_e2page .mod_ban_dzsc {
    z-index: 10;
}


.ys_e2page .mod_ban {
    height: 800px;
}


.abutm_promp {
    width: 100%;
    position: relative;
    padding-bottom: 0 !important;
}


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

.std_mar {
    margin-bottom: 45px;
}

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

.abutm_promp_list_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -21px;
    align-items: stretch;
}

.aplu_li {
    width: 33.333333%;
    padding: 0 21px;
    margin-bottom: 34px;
}

.aplu_wrap {
    width: 100%;
    height: 100%;
    border-radius: 40px 10px;
    border: 1px solid rgba(114, 119, 128, 0.20);
    background: rgba(26, 19, 107, 0.02);
    padding: 24px 32px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    transition: all 0.36s;
}

.aplu_wrap_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.36s;
    opacity: 0;
    z-index: -1;
}

.aplu_wrap_icon {
    width: 64px;
    margin: 0 auto;
    margin-bottom: 16px;
}


.aplu_wrap_tit .std_tit4 {
    font-weight: bold;
    color: #001131;
}


.aplu_wrap_info p {
    color: #727780;
    line-height: 1.6;
    min-height: 4.8em;
}


.aplu_wrap_tit {
    margin-bottom: 16px;
}

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

.abutm_submi_cont {
    width: 100%;
    position: relative;
    padding: 116px 40px;
    border-radius: 160px 40px;
    text-align: center;
}

.abutm_submi_tit .std_tit2 {
    color: #fff;
}

.abutm_submi_info p {
    color: #fff;
    line-height: 1.8;
}

.abutm_submi_tit {
    margin-bottom: 30px;
}

.abutm_submi_more {
    width: 100%;
}

.abutm_submi_info {
    margin-bottom: 50px;
}

.abutm_submi_more .mod_more1_wrap {
    padding-left: 85px;
    padding-right: 85px;
}

.ys_cpage .mod_ban {
    height: 800px;
}

.case_invest_btm {
    width: 100%;
    position: relative;
    padding: 0 50px;
}

.case_invest_btm .ys_cont1400 {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.case_invest_btm_img img {
    border-radius: 160px 40px;
    width: 100%;
}

.case_invest_btm_img {
    width: 59%;
}

.case_invest_btm_cont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.cibc_ri {
    width: 40%;
    padding-left: 120px;
}

.cibc_ri_top_li {
    position: relative;
    padding-left: 20px;
}

.cibc_ri_top_li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: rgba(240, 20, 31, 1);
    border-radius: 80px;
}

.crtl_top p {
    color: #001131;
    font-weight: 300;
    font-family: "NotoSans-Light";
}

.crtl_btm p {
    color: #727780;
    font-weight: 290;
    line-height: 1.8;
}

.crtl_btm {
    margin-top: 8px;
}


.cibc_ri_top {
    display: flex;
    justify-content: space-between;
    padding-right: 60px;
}

.cibc_ri_btm {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 60px;
    margin-top: 150px;
}

.cibc_ri_quan {
    width: 160px;
    height: 160px;
    border-radius: 200px;
    border: 1px solid rgba(114, 119, 128, 0.20);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cibc_ri_quan_icon {
    width: 32px;
    margin: 0 auto;
}

.cibc_ri_quan_btm {
    padding: 0 15px;
    margin-top: 16px;
}

.cibc_ri_quan_btm p {
    color: #1A136B;
    text-align: center;
}

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

.case_invest .page_wrap_top {
    margin-bottom: 0 !important;
}

.case_list_top {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.case_list_top_wrap {
    display: inline-block;
    max-width: 100%;
}

.clbu_li {
    width: 25%;
    padding: 0 20px;
    position: relative;
    margin-bottom: 40px;
}

.case_list_btm_ul {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

.case_list_btm_warp {
    display: none;
}

.case_list_btm_warp:first-child {
    display: block;
}

.clbu_wrap {
    width: 100%;
    position: relative;
    border-radius: 40px 10px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.ncts_li .ys_imgbox_cover img {
    transform: scale(1) !important;
}

.clbu_pop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 40px 10px;
    background: #FFF;
    padding: 0 20px 24px;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0px 0px 16px 0px rgba(53, 53, 53, 0.21);
    display: none;
}



.mod_footer {
    z-index: 9;
}

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

.clbu_pop_btm_tit .std_tit4 {
    color: #001131;
    font-weight: 290;
    line-height: 1.4;
}

.clbu_pop_btm_tit {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid rgba(114, 119, 128, 0.2);
    padding-top: 24px;
    margin-top: 16px;
    margin-bottom: 24px;
}


.clbu_pop_btm_info p {
    color: #727780;
    text-align: center;
    line-height: 1.8;
    min-height: 7.2em;
}

.clbu_pop_tg {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.clbu_pop_tg_le p,
.clbu_pop_tg_ri p {
    color: #1A136B;
    line-height: 1.8;
}

.clbu_pop_img {
    width: 100%;
    padding: 0 4px;
}

.join_ventu {
    width: 100%;
    position: relative;
    padding-bottom: 0 !important;
}

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

.join_ventu_top {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0 !important;
}

.join_ventu_top_tit .std_tit2 {
    color: #001131;
    font-weight: 290;
    line-height: 1.3;
}

.join_ventu_top_info p {
    color: #727780;
    font-weight: 290;
    line-height: 1.8;
}

.join_ventu_btm {
    width: 100%;
    /* height: 1150px; */
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 250px;
}

.join_ventu_btm_li {
    width: 30.4vw;
    position: relative;
    margin-bottom: 50px;
}

.jvbl_bg {
    width: 100%;
}

.jvbl_bg img {
    width: 100%;
}

.jvbl_wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0 105px;
    text-align: center;
}

.jvbl_tit p {
    color: #001131;
    line-height: 1.6;
    font-weight: 290;
}

.join_ventu_btm_li4 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.join_ventu_btm_li2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}

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

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

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

.join_recruit_top .join_ventu_top_tit {
    text-align: center;
}

.jrbu_top_ri {
    width: 60px;
    position: relative;
    background: #F0141F;
}

.jrbu_top_ri .ys_imgbox_cover {
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jrbu_top_ri .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.jrbu_top_le_li p {
    color: #727780;
    line-height: 1.6;
}

.jrbu_top_le {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.jrbu_top {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    border-left: 4px solid #F0141F;
    background: #FFF;
    cursor: pointer;
    box-shadow: 0px 4px 16px 0px rgba(26, 19, 107, 0.10);
    overflow: hidden;
}


.jrbu_top_le_li {
    width: 33.333333%;
    position: relative;
    padding: 20px 50px;
}

.jrbu_top_le_li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 20px;
    background: #727780;
}

.jrbu_top_le_li:first-child::after {
    display: none;
}

.jrbu_btm {
    width: 100%;
    position: relative;
    background: #FAFAFA;
    padding: 60px 80px;
    border-radius: 20px;
    display: none;
}

.jrbu_btm_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.jrbu_btm_top_li {
    width: 33.333333%;
    padding-right: 10px;
}

.jrbu_btm_top_li p {
    font-weight: bold;
    color: #001131;
}

.jrbu_btm_top_li p span {
    font-size: 16px;
    color: #727780;
    font-weight: 290;
}

.jrbu_btm_eadr h5 {
    color: #001131;
    margin-bottom: 24px;
}

.jrbu_btm_eadr {
    margin-bottom: 40px;
}

.jrbu_btm_more {
    display: flex;
    justify-content: flex-end;
}

.jrbu_btm_more .mod_more1_wrap {
    min-width: 387px;
    justify-content: center;
}

.join_recruit_head .jrbu_top {
    background: #F0141F;
}

.join_recruit_head .jrbu_top_le_li p {
    color: #fff;
}

.join_recruit_head .jrbu_top_le_li::after {
    background: #fff;
}

.join_recruit_head {
    margin-bottom: 20px;
}

.jrbu_li {
    width: 100%;
    margin-bottom: 20px;
}

.jrbu_top.on .jrbu_top_ri .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.jrbu_top.on .jrbu_top_ri .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

.ys_bpage .page_wrap_top_tit {
    padding: 0 150px;
}

.about_img .abutm_journ_img {
    padding: 0 150px;
}

.ys_bpage .mod_ban_dzsc {
    width: 30%;
    top: 200px;
}

.about_introdu {
    width: 100%;
    position: relative;
    background: #FAFEFF;
    padding-top: 300px;
    padding-bottom: 200px;
}

.about_introdu_desz {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.about_introdu_desz img {
    width: 100%;
}

.about_introdu_cont {
    width: 65%;
    position: relative;
    z-index: 1;
}

.about_introdu_cont::after {
    content: '';
    position: absolute;
    top: -70px;
    left: -32px;
    width: 110%;
    height: 125%;
    border-radius: 160px 40px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(8px);
    z-index: -1;
}

.about_introdu_tit {
    margin-bottom: 30px;
}

.about_introdu_info p {
    color: #727780;
    margin-bottom: 18px;
    font-weight: 290;
}

.about_introdu_info {
    padding-bottom: 50px;
}

.about_img {
    width: 100%;
    position: relative;
    padding-top: 0 !important;
}

.about_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FAFEFF;
    z-index: -1;
}

.about_introdu_unm {
    width: 100%;
}

.about_introdu_unm .cibc_ri_top_li {
    width: 33.333333%;
}

.about_value {
    width: 100%;
    position: relative;
    padding-bottom: 0 !important;
}

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

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

.about_value_swic {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 160px 20px;
    /* overflow: hidden; */
    background: #1A136B;
    z-index: 1;
}

.avsl_li {
    width: 100%;
    display: none;
}

.avsl_li:first-child {
    display: block;
}

.about_value_swic_le {
    width: 48%;
    border-radius: 156px 18px;
    overflow: hidden;
    background: #fff;
}

.about_value_swic_ri {
    width: 52%;
    padding: 0 98px;
    padding-right: 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.avsl_li .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.about_value_swic_desz {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 160px 20px;
    pointer-events: none;
    z-index: -1;
}

.about_value_swic_desz img {
    width: 100%;
}

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

.avsr_li_wrap_tit .std_tit3 {
    /* font-weight: 290; */
    color: #fff;
}


.avsr_li_wrap_info p {
    font-weight: 290;
}

.avsr_li_wrap_tit {
    margin-bottom: 36px;
}

.avsr_li_wrap_info p {
    color: #fff;
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}

.avsr_li_wrap_info p::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 2px 0px;
    background: #F0141F;
}

.avsr_li {
    display: none;
}

.avsr_li:first-child {
    display: block;
}

.avsr_wrap {
    width: 100%;
    position: relative;
    padding: 80px 0;
    padding-top: 0;
    /* height: 100%; */
    /* display: flex;
    align-items: center; */
}

.avsr_cotrl {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
}

.avsr_cotrl_le_btn {
    width: 40px;
    cursor: pointer;
    transition: all 0.36s;
}

.avsr_cotrl_le_btn img {
    width: 100%;
}

.avsr_cotrl_le {
    display: flex;
}

.avsr_cotrl_le_you {
    margin-left: 32px;
}

.avsr_cotrl_ri_sp1 {
    font-size: 24px;
    color: #F0141F;
    line-height: 1.5;
    padding-right: 10px;
}

.avsr_cotrl_ri {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: 290;
}

.avsr_cotrl_ri {
    display: flex;
    align-items: center;
}

.avsr_cotrl_ri_sp2 {
    padding-left: 10px;
}

.avsr_cotrl_le_btn.slick-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.about_value_btm_dots {
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.avbd_li {
    width: 33.333333%;
    padding: 0 40px;
}

.avbd_ul {
    margin: 0 -40px;
    display: flex;
}

.avbd_li_wrap {
    width: 100%;
    position: relative;
    padding-top: 16px;
    cursor: pointer;
    border-top: 1px solid rgba(114, 119, 128, 0.2);
}

.avbd_li.act .avbd_li_wrap::after {
    opacity: 1;
    width: 100%;
}

.avbd_li_wrap::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #F0141F;
    transition: all 0.36s;
    opacity: 0;
}

.avbd_li_wrap p {
    color: rgba(114, 119, 128, 1);
}

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

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

.afbu_li {
    width: 33.333333%;
    position: relative;
    padding: 0 12px;
}

.about_focus_btm_ul {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.afbu_wrap {
    width: 100%;
    position: relative;
    border-radius: 80px 20px;
    overflow: hidden;
}

.afbu_top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 30px 32px;
}

.afbu_wrap .ys_imgbox_cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(20, 54, 95, 0.00) 0%, #14365F 100%);
}

.afbu_top_show_le {
    width: 48px;
}

.afbu_top_show_le img {
    width: 100%;
}

.afbu_top_show_ri {
    width: calc(100% - 48px);
    padding-left: 24px;
}

.afbu_top_show_ri .std_tit4 {
    color: #FFF;
    font-weight: 400;
    line-height: 1.4;
}

.afbu_top_show {
    display: flex;
    align-items: center;
}

.afbu_top_hide .hdcw_info {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.afbu_top_hide .hatm_le p {
    color: #fff;
}

.afbu_top_hide .hatm_ri .ys_imgbox_cover::after {
    display: none;
}

.afbu_top_hide .hatm_ri .ys_imgbox_cover img {
    transform: scale(1) !important;
}

.afbu_top_hide_more {
    display: flex;
    justify-content: flex-end;
}

.afbu_top_hide .hdcw_info {
    margin-bottom: 18px;
}

.afbu_top_hide {
    padding-top: 24px;
    display: none;
}

.about_approv {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;

}

.about_approv::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 234vw;
    height: 116vw;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0.00) 100%);
}

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

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

.about_approv_btm_year {
    width: 100%;
    position: relative;
    padding: 0 80px;
    margin-bottom: 70px;
}

.about_approv_btm_year .ncts_ri {
    padding-left: 0;
}

.about_approv_btm_year .ncts_li {
    display: none;
}

.about_approv_btm_year .ncts_li:first-child {
    display: block;
}

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

.aabs_list_li {
    width: 100%;
    position: relative;
    border-radius: 40px 10px;
    background: #FFF;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
}

.aabs_list_li_le {
    width: 140px;
}

.aabs_list_li_ri {
    width: calc(100% - 140px);
    padding-left: 40px;
}

.allr_wrap {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid rgba(114, 119, 128, 0.2);
}

.allr_wrap_ul {
    /* margin: 0 -20px; */
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.allr_wrap_ul_li {
    width: 33.333333%;
    padding: 0 20px;
    margin: 10px 0;
}

.awul_wrap {
    padding-left: 23px;
    position: relative;
}

.awul_wrap::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    background-size: 100%;
    background-image: url(../images/quanb.svg);
}

.awul_wrap p {
    color: #001131;
}

.aabs_li {
    width: 100%;
    display: none;
}

.aabs_li:first-child {
    display: block;
}


/* .aabs_ul .slick-list {
    overflow: visible !important;
} */


.ncts_li.slick-current a {
    background: #F0141F;
}

.ncts_li.slick-current p {
    color: #fff;
}

.news_cont_top_swip .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 100%;
    z-index: 10;
    background-image: url(../images/bhar1.svg);
}

.news_cont_top_swip .slick-next {
    background-image: url(../images/bhar2.svg);
    right: -80px;
}

.news_cont_top_swip .slick-prev {
    left: -80px;
}

.news_cont_top_swip .slick-list {
    width: 100%;
}

.about_approv_btm .ncts_li {
    padding: 0;
}

.news_cont_top_swip .slick-arrow.slick-disabled {
    opacity: 0.6;
    pointer-events: none;
}

#menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu li a {
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    transition: all 0.36s;
    border-radius: 50%;

}

#menu li {
    padding: 6px 0;
}

.menu_num p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    transition: all 0.36s;
}

.menu_num {
    padding-bottom: 112px !important;
    position: relative;
}

.menu_num::after {
    content: '';
    position: absolute;
    top: 56px;
    width: 1px;
    height: 60px;
    background: #fff;
    transition: all 0.36s;
    left: 50%;
    transform: translateX(-50%);
}

#menu li.active a {
    background: #fff;
}

.fp-viewing-page2 #menu li a,
.fp-viewing-page4 #menu li a,
.fp-viewing-page5 #menu li a {
    border-color: #727780;
}

.fp-viewing-page2 .menu_num p,
.fp-viewing-page4 .menu_num p,
.fp-viewing-page5 .menu_num p {
    color: #F0141F;
}

.fp-viewing-page2 .menu_num::after,
.fp-viewing-page4 .menu_num::after,
.fp-viewing-page5 .menu_num::after {
    background: #F0141F;
}

.fp-viewing-page2 #menu li.active a,
.fp-viewing-page4 #menu li.active a,
.fp-viewing-page5 #menu li.active a {
    background: #F0141F;
    border-color: #F0141F;
}

.fp-viewing-page6 #menu {
    opacity: 0;
}


.fp-viewing-page2 .mod_head,
.fp-viewing-page4 .mod_head,
.fp-viewing-page5 .mod_head,
.fp-viewing-page6 .mod_head {
    background: #fff;
    border-color: rgba(114, 119, 128, 0.2);
}

.fp-viewing-page2 .mod_head::after,
.fp-viewing-page4 .mod_head::after,
.fp-viewing-page5 .mod_head::after,
.fp-viewing-page6 .mod_head::after {
    display: none;
}

.fp-viewing-page2 .mod_head_log .ys_imgbox_cover img:nth-child(1),
.fp-viewing-page4 .mod_head_log .ys_imgbox_cover img:nth-child(1),
.fp-viewing-page5 .mod_head_log .ys_imgbox_cover img:nth-child(1),
.fp-viewing-page6 .mod_head_log .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.fp-viewing-page2 .mod_head_log .ys_imgbox_cover img:nth-child(2),
.fp-viewing-page4 .mod_head_log .ys_imgbox_cover img:nth-child(2),
.fp-viewing-page5 .mod_head_log .ys_imgbox_cover img:nth-child(2),
.fp-viewing-page6 .mod_head_log .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

.fp-viewing-page2 .mhnl_link,
.fp-viewing-page4 .mhnl_link,
.fp-viewing-page5 .mhnl_link,
.fp-viewing-page6 .mhnl_link {
    color: #001131;
}


.fp-viewing-page2 .mhll_icon .ys_imgbox_cover img:nth-child(1),
.fp-viewing-page4 .mhll_icon .ys_imgbox_cover img:nth-child(1),
.fp-viewing-page5 .mhll_icon .ys_imgbox_cover img:nth-child(1),
.fp-viewing-page6 .mhll_icon .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.fp-viewing-page2 .mhll_icon .ys_imgbox_cover img:nth-child(2),
.fp-viewing-page4 .mhll_icon .ys_imgbox_cover img:nth-child(2),
.fp-viewing-page5 .mhll_icon .ys_imgbox_cover img:nth-child(2),
.fp-viewing-page6 .mhll_icon .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

.fp-viewing-page2 .mod_head_lan_ri::after,
.fp-viewing-page4 .mod_head_lan_ri::after,
.fp-viewing-page5 .mod_head_lan_ri::after,
.fp-viewing-page6 .mod_head_lan_ri::after {
    background: #001131;
}

.fp-viewing-page2 .mod_head_lan_ri a,
.fp-viewing-page4 .mod_head_lan_ri a,
.fp-viewing-page5 .mod_head_lan_ri a,
.fp-viewing-page6 .mod_head_lan_ri a {
    color: #001131;
}

.ys_fp-viewing-page2 .mod_head_lan_ri a:nth-child(2),
.ys_fp-viewing-page4.mod_head_lan_ri a:nth-child(2),
.ys_fp-viewing-page5 .mod_head_lan_ri a:nth-child(2),
.ys_fp-viewing-page6 .mod_head_lan_ri a:nth-child(2),
.fp-viewing-page2 .mod_head_lan_ri,
.fp-viewing-page4 .mod_head_lan_ri,
.fp-viewing-page5 .mod_head_lan_ri,
.fp-viewing-page6 .mod_head_lan_ri {
    color: rgba(0, 17, 49, 0.5);
}

.ys_sypage .ys_ban_imgbox img {
    transition: all 5s ease-out;
    transform: scale(1.2);
}

.ys_sypage .ys_ban_li.slick-current .ys_ban_imgbox img {
    transform: scale(1);
    transition: all 5s ease-out;
}

.ys_phnav_menu {
    background: rgba(0, 17, 49, 1);
}

.ys_d1page .news_cont_btm .ncts_li {
    width: 100% !important;
}

.ys_cpage .mod_main {
    z-index: 10;
}

.ys_ban_li.slick-current .ys_ban_txtbox .std_tit1 {
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: 0.2s;
}


.section.active .home_about_top_tit {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}

.section.active .home_about_top_info {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}

.section.active .home_about_top_more {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}

.section.active .home_about_btm_ul {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}



.home_directi_center .bg .pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sydesz.svg);
    background-size: 100% 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.section.active .home_invest_le_top {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}

.section.active .hilb_top {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}

.section.active .hilb_swip {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}


.section.active .home_invest_ri {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}

.section.active .home_new_top {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}

.section.active .home_new_btm_recom {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}

.section.active .hnbl_li {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}

.hatm_le p {
    transition: all 0.36s;
}

.hatm_link .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.mod_more1_link .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.hilb_swip_li.on .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}


.ncts_li .ncts_ri p,
.ncts_li a,
.mod_more1_link {
    transition: all 0.36s;
}

.mod_more1_link .mod_more1_le p {
    transition: all 0.36s;
}

.home_about .home_about_top_more {
    display: inline-block;
}


.hnbr_wrap .hatm_ri .ys_imgbox_cover img {
    transform: scale(1) !important;
}

.hilb_li_wrap.act .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

/* .mhnl_icon span{
    transition: all 0.36s;
} */

.mhnl_icon_sp2 {
    opacity: 0;
}


/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .mod_head_nav_li:hover .mhnl_icon_sp1 {
        opacity: 0;
    }

    .mod_head_nav_li:hover .mhnl_icon_sp2 {
        opacity: 1;
    }

    .ys_hd_pc:hover .mod_head {
        background: #fff;
        border-color: rgba(114, 119, 128, 0.2);
    }

    .ys_hd_pc:hover .mod_head::after {
        display: none;
    }

    .ys_hd_pc:hover .mod_head_log .ys_imgbox_cover img:nth-child(1) {
        opacity: 0;
    }

    .ys_hd_pc:hover .mod_head_log .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }

    .ys_hd_pc:hover .mhnl_link {
        color: #001131;
    }


    .ys_hd_pc:hover .mhll_icon .ys_imgbox_cover img:nth-child(1) {
        opacity: 0;
    }

    .ys_hd_pc:hover .mhll_icon .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }

    .ys_hd_pc:hover .mod_head_lan_ri::after {
        background: #001131;
    }

    .ys_hd_pc:hover .mod_head_lan_ri a {
        color: #001131;
    }

    .ys_hd_pc:hover .mod_head_lan_ri a:nth-child(2),
    .ys_hd_pc:hover .mod_head_lan_ri {
        color: rgba(0, 17, 49, 0.5);
    }

    .hnbl_wrap:hover .hnbl_wrap_btm p {
        color: rgba(240, 20, 31, 1);
    }

    .hnbr_wrap:hover .hnbr_ri_tit p {
        color: rgba(240, 20, 31, 1);
    }

    .hnbr_wrap:hover .hatm_le p {
        color: rgba(240, 20, 31, 1);
    }

    .hnbr_wrap:hover .hatm_ri .ys_imgbox_cover img:nth-child(1) {
        opacity: 1;
    }

    .hnbr_wrap:hover .hatm_ri .ys_imgbox_cover img:nth-child(2) {
        opacity: 0;
    }

    .mod_more1_link:hover .mod_more1_wrap {
        background: rgba(240, 20, 31, 1);
    }

    .mod_more1_link:hover .mod_more1_le p {
        color: #fff;
    }

    .mod_more1_link:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 1;
    }

    .mod_more1_link:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 0;
    }

    .ncts_li a:hover .ncts_ri p {
        color: #fff;
    }

    .ncts_li a:hover {
        background: rgba(240, 20, 31, 1);
    }

    .ncts_li a:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 1;
    }

    .ncts_li a:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 0;
    }

    .mftl_more .mod_more1:hover .mod_more1_le p {
        color: #fff;
    }

    .mftl_more .mod_more1:hover .mod_more1_wrap {
        background: rgba(240, 20, 31, 1);
        border-color: rgba(240, 20, 31, 1);
    }

    .home_new_top_ri .mod_more1:hover .mod_more1_le p {
        color: #fff;
    }

    .home_new_top_ri .mod_more1:hover .mod_more1_wrap {
        background: rgba(244, 90, 98, 1);
    }

    .hilb_swip_li.on:hover .hslw_ri p {
        color: rgba(240, 20, 31, 1);
    }

    .hilb_swip_li.on:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 1;
    }

    .hilb_swip_li.on:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 0;
    }

    .mod_more1:hover .mod_more1_wrap {
        background: #fff;
    }

    .mod_more1:hover .mod_more1_le p {
        color: rgba(240, 20, 31, 1);
    }

    .mod_more1:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 1;
    }

    .mod_more1:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 0;
    }

    .hatm_link:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 1;
    }

    .hatm_link:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 0;
    }

    .hatm_link:hover .hatm_le p {
        color: rgba(240, 20, 31, 1);
    }

    .aplu_wrap:hover .aplu_wrap_bg {
        opacity: 1;
    }

    .ncbu_wrap:hover::after {
        width: 100%;
        opacity: 1;
    }

    .ncbu_wrap:hover .ncbu_btm_ri {
        opacity: 1;
    }

    .mfbt_nav_li a:hover {
        color: rgba(255, 255, 255, 0.6);
    }

    .hatm_link:hover .ys_imgbox_cover img {
        transform: scale(1) !important;
    }

    .mod_inves:hover {
        right: 0;
    }

    .mod_inves:hover .mod_inves_ri {
        opacity: 1;
    }

    .mod_inves:hover a {
        transform: translateX(0);
    }

    .aplu_wrap:hover {
        border-color: rgba(240, 20, 31, 1);
    }
}

.ys_bpage .mod_main {
    z-index: auto !important;
}


.aabs_ul .slick-list {
    padding: 15px;
}

.aabs_ul {
    margin: 0 -15px;
}

.aabs_list {
    padding-bottom: 2px;
}

.aaby_btn {
    width: 40px;
    cursor: pointer;
    height: auto !important;
    top: 60%;
}

.news_cont_top_swip .aaby_btn.slick-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.about_introdu_desz {
    opacity: 0;
}

.about_introdu.on .about_introdu_desz {
    animation: fadeIn .5s ease-in-out both;
    animation-delay: .1s;
}

.about_value_swic_le {
    transition: all 1.2s cubic-bezier(.33, 1, .68, 1);
    /* transition-delay: 0.2s; */
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.about_value_btm.on .about_value_swic_le {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.avsr_li_wrap {
    transition: all 1.2s ease;
    transition-delay: 0.2s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.about_value_btm.on .avsr_li.slick-current .avsr_li_wrap {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


.avsl_li .ys_imgbox_cover img {
    transition: all 5s ease-out;
    transform: scale(1.2);
}

.avsl_li.slick-current .ys_imgbox_cover img {
    transform: scale(1);
}

.mod_ban_dzsc img {
    transition: all 0.2s;
}





.section2 {
    max-width: 1920px;
    margin: 0 auto;
}

.mod_main {
    max-width: 1920px;
    margin: 0 auto;
}


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

    .home_invest_ri {
        height: 80vh;
    }


    .join_ventu_btm_li {
        width: 40.5%;
    }

}

.join_ventu_btm_li {
    width: 40%;
}

.ncbu_btm_le {
    width: 100%;
}

.afbu_wrap {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.cwrc_li_wrap_coed {
    margin-top: 28px;
}

.ncbu_btm_le_tim {
    flex: none;
}

.ncbu_btm_le_lab p {
    height: 1.8em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

body {
    height: auto !important;
}

.case_invest_btm_img img {
    width: 80%;
}

.aaby_btn.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.new_wrap_list_li {
    width: 33.333333%;
}

.ys_ban_li.slick-current .ys_ban_txtimg {
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: 0.2s;
}

.ys_d2page .mod_ban {
    opacity: 0;
}


#dowebok .ys_ban_imgbox::before {
    opacity: 0 !important;
}


.about_introdu_tit {
    margin-bottom: 40px;
}


.ys_d2page .page_wrap_top_tit .std_tit3 {
    font-size: 34px;
    font-weight: bold;
}

.page_wrap .ncbu_btm_le {
    justify-content: center;
}

.page_wrap_btm_eadr p {
    color: #333;
}


.home_about_top_more .hatm_le p {
    font-size: 20px;
}

.habu_li_top i {
    font-style: normal !important;
}

.clbu_pop_tg_le p {
    font-size: 14px;
}

.clbu_pop_tg {
    margin-top: 15px;
}

.avsr_li_wrap_info p {
    font-size: 16px;
}

.avsr_li_wrap_info p::after {
    top: 9px;
}


/* .about_introdu .join_ventu_top_tit .std_tit2 {
    font-weight: bold;
} */

.hirb_li_tit p span {
    font-size: 14px;
}

.hnbl_wrap_top_le p {
    font-size: 14px;
}


.mhnl_down {
    /* width: 100vw; */
    /* position: fixed; */
}

.mhnl_down .mhnl_down_ul {
    display: flex;
    justify-content: center;
}

.mhnl_down_li {
    padding: 8px 20px;
}

.about_focus {
    padding: 200px 0;
}

.clbu_pop_tg_ri p {
    font-size: 14px;
}

.yxedr_active p,
.yxedr_active span,
.yxedr_active h2,
.yxedr_active h3,
.yxedr_active h4,
.yxedr_active h5,
.yxedr_active h6 {
    font-family: "PingFang SC", "Microsoft Yahei" !important;
}

.mhnl_down_li:last-child {
    padding-right: 0 !important;
}

.ys_ban_txtimg img {
    width: 54%;
}

.clbu_pop_btm_info p {
    font-size: 14px;
}


.clbu_pop_tg_le p,
.clbu_pop_tg_ri p {
    font-size: 12px;
}

.clbu_pop_btm_info p {
    min-height: auto !important;
}


.mhnl_link {
    display: flex;
    align-items: center;
}

.mhnl_icon {
    position: relative;
    text-align: center;
}

.mhnl_icon_sp2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 14px;
}

.mhnl_icon {
    display: none;
}

.mod_head_nav_li.act .mhnl_icon {
    display: block;
}

.about_value {
    padding-top: 200px;
}

.home_directi_tit_ri img {
    width: 100%;
}

.home_invest_ri {
    width: 45%;
    padding-top: 0 !important;
}

.home_invest {
    width: 100% !important;
}

.home_invest_le {
    width: 55%;
}

.home_invest_ri {
    min-height: 660px;
    height: auto !important;
}

.home_invest_ri_wrap {
    border-radius: 40px 10px !important;
}

.hirt_li img {
    object-fit: cover;
}



.home_invest_ri_btm {
    overflow: hidden;
}


.home_invest_ri_btm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hirb_ul_li {
    padding-left: 30px !important;
    padding-right: 93px !important;
    padding-bottom: 105px !important;
}

.hirb_li_tit {
    margin-bottom: 15px !important;
}

.hirb_li_btmy {
    width: 100%;
    padding-left: 30px;
}

.home_invest_ri_arr {
    padding-left: 60px;
    bottom: 9%;
}

.home_invest_ri_arr {
    bottom: 40px !important;
}

.hirb_img {
    width: 100%;
    height: calc(100% - 42px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hirb_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section4 .mod_section,
.section5 .mod_section {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 90px;
}

.home_invest_ri .hira_btn {
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.home_invest_ri .hira_btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
}

.home_invest_ri .hira_ri {
    margin-left: 20px;
}

/* .news_cont_wrap .page_wrap_top_tit {
    padding-left: 0 !important;
    padding-right: 0 !important;
} */


.page_wrap_top_tit .std_tit3 {
    font-size: 30px;
}

.abutm_journ_img img {
    width: 100% !important;
}



.case_invest_btm_img img {
    width: 100% !important;
}

.case_invest_btm_img img {
    border-radius: 120px 40px;
}

.ys_cpage .mod_main {
    width: 100%;
    max-width: 100%;
}


.ys_cpagelk .mod_ban {
    height: 500px;
}

.ys_cpage .page_wrap,
.ys_cpage .case_invest_btm {
    background: #F8F8F8;
    overflow: hidden;
}

.ys_cpage .case_invest_btm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ys_cpage .page_wrap_top .page_wrap_top_tit {
    margin-bottom: 0 !important;
}

.ys_bpage .page_wrap,
.ys_bpage .case_invest_btm {
    background: transparent !important;
}

.avsr_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
}

.avsr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_value_swic_le,
.about_value_swic_ri {
    position: relative;
    z-index: 10;
}

.about_value_swic {
    overflow: hidden;
}

.afbu_wrap .ys_imgbox_cover::after {
    height: 30%;
}


.about_revisi {
    width: 100%;
    position: relative;
    background: #F8F8F8;
}

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

.about_revisi_btm {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_revisi_btm_le {
    width: 325px;
    padding-right: 100px;
}

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

.arbl_li {
    width: 100%;
    position: relative;
    /* transition: all 0.36s; */
}

.arbl_li img {
    width: 100%;
}

.about_revisi_btm_ri {
    width: calc(100% - 325px);
    position: relative;
    height: 800px;
}

.arbr_ul {
    width: 100%;
    position: relative;
    z-index: 1;
}

.arbr_ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    z-index: -1;
}

.arbr_li {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px 0;
    padding-right: 20px !important;
}


.arbr_logo {
    width: 307px;
}

.arbr_info {
    width: calc(100% - 307px);
}

.arbr_icon {
    width: 34px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.arbr_logo .ys_imgbox_cover {
    width: 88px;
    margin: 0 auto;
}


.arbr_info p {
    font-size: 20px;
    line-height: 1.8;
    color: #222;
    transition: all 0.36s;
    font-weight: bold;
}

.arbr_icon .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}


.about_revisi_btm_ri .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px !important;
    background: #F0141F !important;
}

.about_revisi_btm_ri .mCSB_draggerRail {
    width: 5px !important;
    background: rgba(26, 19, 107, 0.10) !important;
}


.arbl_li {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
}

.arbl_li.act {
    transition: all 0.86s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


.arbr_li.act .arbr_icon img:nth-child(1) {
    opacity: 0;
}

.arbr_li.act .arbr_icon img:nth-child(2) {
    opacity: 1;
}

.arbr_li.act .arbr_info p {
    color: #F0141F;
}


.ys_jwtpage .about_img::after {
    display: none;
}

.ys_jwtpage .page_wrap {
    background: transparent !important;
}

.ys_jwtpage .mod_ban_dzsc {
    top: 182px;
}

.ys_jwtpage {
    background: #FAFEFF;
}

.ys_jwtpage .about_img {
    padding-bottom: 63px;
}

.paraso_plan {
    width: 100%;
    position: relative;
    background: #fff;
}

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

.paraso_plan .join_ventu_top {
    width: 1200px;
    max-width: 100%;
}

.paraso_plan_img {
    width: 100%;
}

.paraso_plan_img img {
    width: 100%;
}

.paraso_trans {
    width: 100%;
    background: linear-gradient(180deg, #F8F8F8 0%, #F8F8F8 100%);
    position: relative;
    overflow: hidden;
}

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

/* .paraso_trans .join_ventu_top {
    width: 755px;
} */

.paraso_trans_desz {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.paraso_trans_desz img {
    width: 100%;
}

.paraso_trans .join_ventu_top {
    padding-bottom: 40px;
}

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

.jvbu_li {
    width: 380px !important;
    margin: 0 7px;
}


.jvbu_wrap {
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 7px 0px rgba(102, 102, 102, 0.15);
    overflow: hidden;
}

.jvbu_wrap_btm {
    width: 100%;
    padding: 17px 19px 20px;
}

.jvbu_wrap_btm_tit p {
    color: #001131;
    line-height: 1.8;
    font-weight: 290;
}

.jvbu_wrap_btm_tit {
    margin-bottom: 18px;
}

.jwba_ri p {
    color: #F0141F;
    line-height: 1.8;
}

.jwba_le {
    width: 12px;
}

.jvbu_wrap_btm_add {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.jwba_wrap {
    display: flex;
    align-items: center;
}

.jwba_le img {
    width: 100%;
}

.jwba_ri {
    padding-left: 15px;
}

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


.paraso_trans_wrap {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.join_ventu_cotrl {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.paraso_case {
    width: 100%;
    position: relative;
    background: #fff;
}


.paraso_case_wrap {
    width: 100%;
}

.paraso_case_tit .std_tit2 {
    color: #001131;
    text-align: center;
    line-height: 1.3;
    font-weight: 290;
}

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


.paraso_case_btm_ul {
    margin: 0 -40px;
}

.pcbu_li {
    width: 33.333333%;
    padding: 0 40px;
    display: none;
}

.pcbu_li:first-child {
    display: block;
}

.pcbu_wrap {
    width: 100%;
    border-bottom: 1px solid rgba(114, 119, 128, 0.50);
    padding-bottom: 24px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pcbu_wrap::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #F0141F;
    transition: all 0.56s;
    opacity: 0;
}

.pcbu_wrap .ys_imgbox_cover {
    border-radius: 40px 10px;
}

.pcbu_wrap_top_info p {
    color: #001131;
    line-height: 1.6;
    font-weight: 290;
    min-height: 3.2em;
}

.pcbu_wrap_top_info {
    margin-top: 24px;
}

.pcbu_wrap_btm p {
    font-size: 14px;
    line-height: 1.8;
    color: #F0141F;
}

.pcbu_wrap_top {
    margin-bottom: 9px;
}

.paraso_case_btm_cotrl .avsr_cotrl_le_btn {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
}

.paraso_case_btm_cotrl .avsr_cotrl_le_zuo {
    left: -25px;
}

.paraso_case_btm_cotrl .avsr_cotrl_le_you {
    right: -25px;
}


.paraso_case_btm_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.paraso_case_btm_ul .slick-list {
    width: 100%;
}

.paraso_case_btm_ul .slick-track {
    height: 100%;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .arbr_li:hover .arbr_icon img:nth-child(1) {
        opacity: 0;
    }

    .arbr_li:hover .arbr_icon img:nth-child(2) {
        opacity: 1;
    }

    .arbr_li:hover .arbr_info p {
        color: #F0141F;
    }

    .pcbu_wrap:hover::after {
        width: 100%;
        opacity: 1;
    }
}

.avsr_img_slick_li {
    display: none;
}

.avsr_img_slick_li:first-child,
.hirb_img_slick_li:first-child {
    display: block;
}

.avsr_img_slick,
.avsr_img_slick_li,
.avsr_img_slick .slick-list,
.avsr_img_slick .slick-track,
.hirb_img_slick,
.hirb_img_slick .slick-list,
.hirb_img_slick .slick-track,
.hirb_img_slick_li {
    width: 100%;
    height: 100%;
}

.hirb_img_slick_li {
    width: 100%;
    display: none;
}

.ys_cpage .mod_ban {
    height: 630px;
}

.page_wrap_top_paddj {
    padding-left: 150px;
    padding-right: 150px;
}


.ys_e2page .mod_ban {
    height: 562px;
}


.cibc_ri {
    padding-left: 50px;
}

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


@media screen and (min-width: 1921px) {
    /* .time-cir li:nth-child(1) {
        top: 7.8%;
    }

    .time-cir li:nth-child(2) {
        top: 90.3%;
    }

    .time-cir li:nth-child(3) {
        left: 2.6%;
    } */

}

.home_directi_center .other #clock .time-move {
    transform: rotate(108deg);
}


.time-cir li:nth-child(2) {
    top: 45.9%;
    left: 2.5%;
}

.time-cir li:nth-child(3) {
    top: 8.4%;
    left: 75.9%;
}

.time-cir li:nth-child(1) {
    top: 90.6%;
    left: 71.5%;
}

/* .home_directi_dots_li:nth-child(2) {
    left: -24%;
    top: 44%;
}

.home_directi_dots_li:nth-child(1) {
    left: 75%;
    top: 94%;
}

.home_directi_dots_li:nth-child(3) {
    left: 80%;
    top: 3%;
} */

.hirb_ulw  {
    display: flex;
    align-items: stretch;
}

.hirb_ulw .slick-track ,.hirb_ul_li ,.hirb_img{
    height: 100%;
}

.hslw_le {
    flex: none;
}

.hilb_swip_ul {
    align-items: stretch;
}

.hilb_swip_li_wrap {
    height: 100%;
}



.jrbu_btm_top_li {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 6px;
}

.jrbu_btm_top_li:last-child{
    margin-bottom: 0;
}


.mod_ban_dzsc {
    width: 34%;
}

.mod_fot_top_li {
    padding-right: 20px;
    padding-left: 45px;
}

.mod_fot_top_li:first-child{
    padding-left: 0;
}




.mftl_tit .std_tit4 {
    min-height: 2.8em;
}
.hirb_li_tit p span {
    padding-left: 0 !important;
    display: block;
}


.hirb_li_info p {
    height: auto !important;
    -webkit-line-clamp: 20 !important;
}

.he_d1map {
    bottom: 20%;
}


.hirb_img_slick_li img{
    -webkit-clip-path: polygon(0 10.9%, 100% 10.9%, 100% 100%, 0% 100%);
    clip-path: polygon(0 10.9%, 100% 10.9%, 100% 100%, 0% 100%);
}

.hirb_li_btmy {
    padding-left: 0 !important;
}

.home_invest_ri_arr {
    padding-left: 27px;
}

.hirb_ul_li {
    padding-right: 30px !important;
}

.hirb_li_btmy .std_tit3 {
    font-size: 26px;
}

.mftl_wrap .mftl_more {
    display: inline-block;
}

.jrbu_btm_top_li {
    margin-bottom: 11px;
}

.home_invest_ri_btm {
    margin-top: -46px;
}

.home_invest_ri_arr {
    z-index: 10;
}

.abutm_journ_contw {
    position: relative;
    z-index: 15;
}

.mod_head_lan_ri.nosearch::after{
    display: none;
}

.habu_li_top p{
     font-weight: 290;
}

.habu_li_top p span {
    font-weight: 290;
}

.home_new .hnbr_ri_tit p {
    height: auto !important;
    max-height: auto !important;
}

.hnbl_li .hnbr_ri_time {
    margin-bottom: 0 !important;
    margin-top: 15px;
}
.home_invest_ri_wrap {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
