@charset "utf-8";

@font-face {
    font-family: "JOSEFINSANS-BOLD-2";
    src: url("/Public/Cn/fonts/JOSEFINSANS-BOLD-2/JOSEFINSANS-BOLD-2.woff2") format("woff2"),
        url("/Public/Cn/fonts/JOSEFINSANS-BOLD-2/JOSEFINSANS-BOLD-2.woff") format("woff"),
        url("/Public/Cn/fonts/JOSEFINSANS-BOLD-2/JOSEFINSANS-BOLD-2.ttf") format("truetype"),
        url("/Public/Cn/fonts/JOSEFINSANS-BOLD-2/JOSEFINSANS-BOLD-2.eot") format("embedded-opentype"),
        url("/Public/Cn/fonts/JOSEFINSANS-BOLD-2/JOSEFINSANS-BOLD-2.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HYSHANGWEISHOUSHUW";
    src: url("/Public/Cn/fonts/HYSHANGWEISHOUSHUW.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*公共*/
body {
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
    background: #fff;
}

* {
    font-family: "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
}

.g_content {
    width: 1200px;
    margin: auto;
}

.t_content1 {
    width: 1400px;
    margin: auto;
}

.yxedr_active p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

/* welcometo欢迎光临必发集团规范 */
/* 颜色使用 */
.color_blue {
    color: #1b50a9;
}

.color_orange {
    color: #fcb74a;
}

.color_gray {
    color: #f3f5f8;
}

/* 字体使用 */
.h2_333 h2 {
    color: #333;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}

.h3_666 h3 {
    color: #666;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}

.h3_1b50a9 h3 {
    color: #1b50a9;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}

.h4_333 h4 {
    color: #333;
    font-size: 24px;
    line-height: 1.75;
    font-weight: bold;
}

.h4_666 h4 {
    color: #666;
    font-size: 24px;
    line-height: 1.75;
    font-weight: bold;
}

.h4_fff h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.75;
    font-weight: bold;
}

.h4_1b50a9 h4 {
    color: #1b50a9;
    font-size: 24px;
    line-height: 1.75;
    font-weight: bold;
}

.h5_333 h5 {
    color: #333;
    font-size: 20px;
    line-height: 1.75;
    font-weight: bold;
}

.h6_333 h6 {
    color: #333;
    font-size: 18px;
    line-height: 1.75;
}

.h6_666 h6 {
    color: #666;
    font-size: 18px;
    line-height: 1.75;
}

.h6_848484 h6 {
    color: #848484;
    font-size: 18px;
    line-height: 1.75;
}

/* 段落 标准段落 */
.p1_666 p {
    color: #666;
    font-size: 16px;
    line-height: 2;
}

.p1_fff p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

.p1_848484 p {
    color: #848484;
    font-size: 16px;
    line-height: 2;
}

/* 按钮 */
.tl_submit {
    display: inline-block;
}

.t1_sub {
    width: 225px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 54px;
    background: #1b50a9;
    display: inline-block;
    cursor: pointer;
    transition: all 0.36s;
}

/*规范*/
.g_word1 {
    font-size: 30px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word2 {
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word3 {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word4 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 1px;
}

.g_word5 {
    font-size: 14px;
    line-height: 1.75;
    color: #999;
    letter-spacing: 1px;
}

.g_parp p {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/*规范*/
/*pc导航选中*/
.yxnav_active1 .g_nav1 {}

.yxnav_active2 .g_nav2 {}

/*ph导航选中*/
.yxnav_active1.g_phnav1 {
    color: #1b50a9;
}

.yxnav_active2.g_phnav2 {
    color: #1b50a9;
}

.yxnav_active3.g_phnav3 {
    color: #1b50a9;
}

/*ph导航&下拉*/
.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 300;
    padding: 0 20px;
    background-color: #f1f1f1;
    display: none;
}

.xialaph {
    display: none;
    width: 100%;
    padding-bottom: 18px;
    background-color: #f1f1f1;
}

.xialaph h4 {
    position: relative;
}

.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}

.xialaph h4 a {
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h4 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 15px;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .05;
    background-color: #000;
}

.xialaph h5 a {
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
}

.xialaph h6 a {
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.header2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    display: none;
}

.header2 .logo {
    width: 100px;
    line-height: 64px;
}

.header2 .logo img {
    width: 100%;
}

.header2 .phsearch {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header2 .wj_hin_right {
    padding-top: 25px;
}

.header2 .phsearch img {
    width: 100%;
}

.ph_mea_cl {
    overflow: hidden;
    width: 28px;
    height: 100%;
}

.header2 .menuph {
    width: 28px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.header2 .menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}

.header2 .menuph .point: .navbtn,
.header2 .menuph .point: .navbtn::after,
.header2 .menuph .point: .navbtn::before {
    width: 28px;
}

.header2 .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}

.header2 .menuph .navbtn::after {
    top: -10px;
}

.header2 .menuph .navbtn::before {
    top: 10px;
}

.header2 .menuph .point.active .navbtn {
    background: transparent;
}

.header2 .menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header2 .menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
}

.ph_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 18px;
    float: left;
    border-radius: 17.5px;
    position: relative;
}

.ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #333333;
}

.ph_search_ph input::-webkit-input-placeholder {
    color: #999999;
}

.ph_search_ph button {
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.ph_search button .icon-sousuo {
    font-size: 27px;
    color: #999999;
}

.wj_header_i_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}

/*电话*/
.ph_dh_number {
    width: 100%;
    text-align: center;
    margin-top: 18px;

}

.ph_dh_number .ph_dh_n {
    display: inline-block;
    overflow: hidden;
}

.ph_dh_number .ph_dh_n p {
    float: left;
    font-size: 16px;
    color: #999;
}

.ph_dh_number .ph_dh_n p a {
    float: left;
    font-size: 16px;
    color: #999;
}

.ph_dh_number .ph_dh_n .ph_dh_n_p1 {
    margin-right: 15px;
}

.wj_hin_r_en a {
    color: #666;
}

.ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}

.ph_searchfe img {
    width: 100%;
}

.wj_hin_r_en {
    margin-right: 15px;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .t1_sub:hover {
        background: #fcb74a;
    }

    .t_kan1 a:hover .t_kanic img {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    .t_box4li a:hover .t_box4linr {
        box-shadow: 0 10px 32px 0 rgba(37, 34, 74, .1);
        background: #fff;
    }

    .t_box4li a:hover .t_box4date {
        color: #fcb74a;
    }

    .t_box4li a:hover .t_box4jia {
        background: #1b50a9;
    }

    .t_box4li a:hover .t_yuan {
        opacity: 0;
    }

    .t_box4li a:hover .t_hover {
        opacity: 1;
    }

    /* .t_b1k3li:hover {
        box-shadow: 0 10px 26px 0 rgba(37,34,74,.1);
        z-index:2;
    } */
    .t_b1k3li:hover::before {
        box-shadow: 0 0px 26px 0 rgba(37, 34, 74, .1);
        z-index: 19;
    }

    .t_b1k3li:hover .t_b1k3jia {
        background: #fcb74a;
    }

    .t_b1k4li a:hover .t_b1k4photo img {
        transform: scale(1.05);
    }

    .t_more1 a:hover .t_more1nr {
        background: #1b50a9;
    }

    .t_more1 a:hover .t_more1nr span {
        color: #fff;
    }

    .t_more1 a:hover .t_yuan {
        opacity: 0;
    }

    .t_more1 a:hover .t_hover {
        opacity: 1;
    }

    /* linda */
    .l_d2sect1_fen a:hover {
        color: #333;
    }

    .l_d1sect1_li a:hover .h4_333 h4 {
        color: #1b50a9;
    }

    .l_d1sect1_li a:hover .l_d1sect1_img img {
        transform: scale(1.05);
    }

    .l_d1sect1_li a:hover {
        box-shadow: 10px 0 57px rgb(35, 50, 64, 0.13);
    }

    .l_b2sect1_list a:hover {
        box-shadow: 0 20px 32px 0 rgb(37, 34, 74, 0.1);
    }

    .l_b2sect1_list a:hover .lb2sect1_listtext1 {
        color: #1b50a9;
    }

    .l_b2sect1_list a:hover .l_b2sect1_listimg .block {
        left: 0;
        bottom: 0;
    }

    .l_b2sect1_list a:hover .l_b2sect1_listimg img {
        transform: scale(1.05);
    }

    .l_e1sect1_list .t_e1lie:hover {
        box-shadow: 0 16px 32px 0 rgba(37, 34, 74, .1);
    }

    .l_e3sect1_list a:hover .l_e3sect1_listtitle h6 {
        color: #333;
    }

    .l_e3sect1_list a:hover .l_e3sect1_listimg img {
        transform: scale(1.05);
    }

    .l_e3sect1_list a:hover .l_e3sect1_listp p {
        color: #666;
    }

    .l_e3sect1_list a:hover .t_e3jia {
        top: -8px;
    }

    .l_e3sect1_list a:hover .l_e3sect1_listtime1 {
        color: #fff;
        font-size: 18px;
        line-height: 1.75;
    }

    .l_e3sect1_list a:hover .l_e3sect1_more {
        background-color: rgba(27, 80, 169, 1);
        padding: 28px 28px;
        top: 222px;
        transform: translateY(195px);
    }

    /* linda end */
    .t_f1k2li a:hover .t_f1k2pic img {
        transform: scale(1.05);
    }

    .t_f1k2li a:hover .t_f1k2h6 h6 {
        color: #1b50a9;
    }

    .t_c1k2linr:hover .t_c1k2pic img {
        transform: scale(1.05);
    }

    .t_c1k2linr:hover .t_c1k2wen {
        background: #1b50a9;
    }

    .t_c1k2linr:hover .t_c1k2wen h6 {
        color: #fff;
    }

    .t_c1k2linr:hover .t_c1k2wen p {
        color: #fff;
    }

    .t_c1k2linr:hover .t_kan1w {
        color: #fff;
    }

    .t_c1k2linr:hover .t_kanic {
        background: #fff;
    }

    .t_c1k2linr:hover .t_yuan {
        opacity: 0;
    }

    .t_c1k2linr:hover .t_hover {
        opacity: 1;
    }

    .t_navflp a:hover {
        color: #1b50a9;
    }

    .t_navf1 .t_navflp a:hover::before {
        width: 100%;
        opacity: 1;
    }

    .t_naver li a:hover {
        background: #f3f5f8;
        color: #1b50a9;
    }

    .l_g1sect1_listbox3:hover button {
        background-color: #fcb74a;
    }

    .t_navyu a:hover .t_wai {
        color: #1b50a9;
    }

    .t_ku a:hover {
        color: #333;
    }

    .t_box4li:hover {
        border-right: 1px solid transparent;
    }

    .t_botli a:hover {
        color: rgba(255, 255, 255, .7);
    }

    .l_e1sect1_list1:hover .t_e1lie1 {
        box-shadow: 0 16px 32px 0 rgba(37, 34, 74, .1);
    }
}

/*载入效果*/
.g_fadein1 {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s;
}

.g_fadeup1 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.g_fadeup2 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s;
}

.g_fadeup3 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}

.g_fadeup4 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.7s;
}

.g_fadeup5 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}

.g_fadeup6 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.9s;
}

.g_fadeup7 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1s;
}

.g_fadedown1 {
    -webkit-animation: fadeInDown 1s ease both;
    animation: fadeInDown 1s ease both;
    animation-delay: 0.4s;
}

.g_fadeleft1 {
    -webkit-animation: fadeInLeft 1s ease both;
    animation: fadeInLeft 1s ease both;
    animation-delay: 0.4s;
}

.g_faderigth1 {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.4s;
}

/* 公用 */
.t_tou {
    position: relative;
    top: 0;
    left: 0;
}

.t_shi {
    position: absolute;
    top: 0;
    left: 0;
}

/* 页码 */
.g_pcfy {
    padding: 20px 0;
}

.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.pc_fenye li {
    width: 32px;
    height: 32px;
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    text-align: center;
    margin: 0px 8px;
    position: relative;
}

.pc_fenye li.activepage {
    color: #fff;
    background: #1b50a9;
}

.pc_fenye a:hover li {
    color: #fff;
    background: #1b50a9;
}

.g_phfy {
    display: none;
    padding: 20px 20px;
}

.g_phfyfl a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.pc_fenye .prev li,
.pc_fenye .next li,
.pc_fenye .first li,
.pc_fenye .end li {
    position: relative;
}

.first .t_pageimg,
.end .t_pageimg {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prev .t_pageimg,
.next .t_pageimg {
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_pageimg img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.36s;
    z-index: 9;
}

.t_hover {
    opacity: 0;
}

.pc_fenye a:hover .t_hover {
    opacity: 1;
}

.pc_fenye a:hover .t_yuan {
    opacity: 0;
}

/* nav */
.t_heada .logo a {
    display: inline-block;
    width: 156px;
    padding: 10px 0 8px;
}

.t_heada .logo a img {
    width: 100%;
}

.t_navflp a {
    color: #666;
    font-weight: bold;
    font-size: 16px;
    line-height: 80px;
    display: inline-block;
    position: relative;
    transition: all 0.36s;
}

.t_navflp {
    padding: 0 38px;
}

.t_navf1.yxnav_active1 .t_navflp a {
    color: #1b50a9;
}

.t_navf1 {
    position: relative;
}

.t_navxl {
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    display: none;
}

.t_naver {
    width: 190px;
    background: #fff;
    overflow: hidden;
}

.t_naver li {
    text-align: center;
    border-bottom: 1px solid #f3f5f8;
}

.t_naver li a {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    text-align: center;
    display: inline-block;
    transition: all 0.36s;
}

.t_naver li.yxnav_active2 {
    background: #f3f5f8;
}

.t_naver li.yxnav_active2 a {
    color: #1b50a9;
}

.t_sear {
    padding: 32px 0 32px 38px;
    cursor: pointer;
    position: relative;
}

.t_sear::before {
    content: '';
    width: 1px;
    height: 17px;
    background: #7f7f7f;
    position: absolute;
    left: 0;
}

.t_sou {
    width: 16px;
}

.t_sou img {
    width: 100%;
}

.t_navsearch {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 30;
    width: 100%;
    background: #fff;
    overflow: hidden;
    text-align: center;
    display: none;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

.t_sear_box {
    width: 560px;
    display: inline-block;
    padding: 50px 40px;
}

.t_sear_boxr button {
    width: 36px;
    cursor: pointer;
}

.t_sear_boxr button img {
    width: 100%;
}

.t_sear_boxl {
    border-bottom: 1px solid #333;
    width: calc(100% - 60px);
    padding-right: 20px;
    height: 36px;
}

.t_sear_boxl input {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.t_en a {
    display: inline-block;
    padding: 0 38px;
}

.t_wai {
    color: #333;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    transition: all 0.36s;
}

.t_navf1 .t_navflp a::before {
    content: '';
    height: 1px;
    width: 0;
    opacity: 0;
    background: #1b50a9;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.36s;
}

.t_navf1.yxnav_active1 .t_navflp a::before {
    width: 100%;
    opacity: 1;
}

.g_syhead {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

/* footer */
footer {
    background: #0e3576;
}

.t_botpiclogo {
    width: 156px;
    padding: 60px 0 42px;
}

.t_botpiclogo img {
    width: 100%;
}

.t_botli {
    display: inline-block;
}

.t_botli a {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
    padding: 0 50px;
    transition: all 0.36s;
}

.t_botul {
    margin: 0 -50px;
    padding: 80px 0 50px;
}

.t_botsh {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.t_botnric {
    width: 14px;
    margin-right: 14px;
    position: relative;
    top: 6px;
}

.t_botnric img {
    width: 100%;
}

.t_botkuai h6 {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-bottom: 23px;
}

.t_botnrli p {
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, .5);
    width: calc(100% - 28px);
}

.t_boter {
    width: 80px;
}

.t_boter img {
    width: 100%;
}

.t_botnrli {
    margin-bottom: 13px;
}

.t_wxshare {
    width: 502px;
}

.t_botdiz {
    width: calc(100% - 502px);
}

.t_botdiz .t_botkuai {
    width: 50%;
    padding-right: 110px;
}

.t_wxshare .t_botkuai {
    padding-right: 106px;
}

.t_wxshare .t_botkuai:last-of-type {
    padding-right: 0px;
}

.t_botshare {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    position: relative;
}

.t_botshare a {
    width: 100%;
    height: 100%;
}

.t_botshare a img {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_bot2 {
    background: #0b2d65;
    text-align: center;
    padding: 22px 0;
}

.t_foot2li {
    font-size: 14px;
    color: rgba(255, 255, 255, .2);
    line-height: 30px;
    display: inline-block;
}

.t_foot2li a {
    color: rgba(255, 255, 255, .2);
    line-height: 30px;
}

.t_company {
    margin-right: 20px;
    position: relative;
}

/* .t_company::before{
    content:'|';
    position: absolute;
    right: -15px;
    top:0;
    font-size: 14px;
    color:rgba(255,255,255,.2);
    line-height: 30px;
} */
.t_comby {
    margin-left: 20px;
}

.t_comby a {
    color: rgba(255, 255, 255, .06);
    line-height: 30px;
}

.t_botzh {
    padding: 44px 0 29px;
}

/* banner */
.t_ban1 {
    margin-top: 80px;
}

.t_syph {
    display: none;
}

.t_syban {
    position: relative;
}

.t_banpict img {
    width: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.t_banpict {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.t_banpic {
    position: relative;
}

.t_banpict::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.t_bannr {
    width: 1440px;
    position: absolute;
    bottom: 166px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.t_title {
    font-weight: bold;
    font-size: 60px;
    line-height: 72px;
    color: #fff;
}

.t_banye {
    display: inline-block;
    width: 84px;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    right: 214px;
    top: 50%;
    transform: translateY(-50%);
}

.t_bany {
    position: absolute;
    width: 1600px;
    bottom: 97px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.t_zhuan {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: 26px;
    position: relative;
    cursor: pointer;
}

.t_banic {
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_banic img {
    width: 100%;
}

.t_banpict video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

/* 首页内容 */
.t_boxnr1 {
    padding: 103px 0 152px;
}

.h2_333 h2 {
    position: relative;
    font-weight: bold;
    padding-left: 26px;
}

.h2_333 h2::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 10px;
    background: #fcb74a;
    left: 0;
    top: 13px;
}

.h2_333 h2::after {
    content: '';
    position: absolute;
    height: 8px;
    width: 10px;
    background: #1b50a9;
    left: 0;
    top: 21px;
}

.t_a1eng {
    font-size: 14px;
    line-height: 32px;
    color: #fcb74a;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
    margin-bottom: 16px;
}

.t_a1tit {
    margin-bottom: 41px;
}

.t_box5.t_a1tit {
    margin-bottom: 38px;
}

.t_a1eng::before {
    content: '';
    height: 1px;
    width: 42px;
    background: #fcb74a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.t_kanic {
    width: 30px;
    height: 30px;
    background: #1b50a9;
    position: relative;
    display: inline-block;
    top: 9px;
}

.t_kanic img {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s;
}

.t_kan1w {
    display: inline-block;
    color: #1b50a9;
    font-size: 16px;
    line-height: 30px;
    margin-right: 12px;
}

.t_boxli {
    width: 194px;
    height: 194px;
    background: #fff;
    box-shadow: 0 20px 32px 0 rgba(37, 34, 74, .1);
    padding: 86px 24px 30px;
}

.t_box1left {
    width: calc(100% - 660px);
    padding-right: 103px;
}

.t_box1rg {
    width: 660px;
}

.t_box1w {
    padding: 0 16px;
    margin-bottom: 44px;
}

.t_box1fang {
    margin: 0 -16px;
}

.t_boxlinr {
    font-size: 30px;
    color: #1b50a9;
    line-height: 46px;
    font-weight: bold;
}

.t_boxlinr span {
    font-family: "JOSEFINSANS-BOLD-2" !important;
    line-height: 46px;
    font-size: 36px;
}

.t_box1w:first-of-type {
    margin-top: 107px;
}

.t_box1w:nth-of-type(2) {
    margin-top: 13px;
}

.t_box1w:nth-of-type(3) {
    margin-top: 67px;
}

.t_box1w:nth-of-type(4) {
    position: relative;
    top: -64px;
}

.t_box1w:nth-of-type(2) .t_boxli {
    background: #1b50a9;
}

.t_box1w:nth-of-type(2) .t_boxlinr {
    color: #fff;
}

.t_box1w:nth-of-type(2) .p1_666 p {
    color: #fff;
}

.t_box1w:nth-of-type(4) .t_boxli {
    border: 3px solid #1b50a9;
    padding: 66px 24px 30px;
}

.t_boxp1 {
    height: 288px;
    overflow: hidden;
    margin-bottom: 22px;
}

/* box2 */
.t_box2left {
    width: 966px;
    position: relative;
    margin-left: -261px;
}

.t_box2pic {
    width: 966px;
}

.t_box2rg {
    width: calc(100% - 705px);
    padding: 100px 18px 0 85px;
    position: relative;
    z-index: 2;
}

.t_box3 {
    background: #1b50a9;
}

.t_kan2 .t_kan1w {
    color: #fff;
}

.t_kan2 .t_kanic {
    background: #fff;
}

.t_box3left {
    width: 705px;
    padding: 128px 100px 0;
}

.t_box3rg {
    width: calc(100% - 705px);
    margin-bottom: 114px;
}

.t_box3pic {
    width: 100%;
    position: relative;
}

.t_box3pic img {
    width: 100%;
}

.t_boxp3 {
    height: 160px;
    overflow: hidden;
}

.t_box3pic::after {
    content: '';
    width: 114px;
    height: 114px;
    background: #f3f5f8;
    position: absolute;
    bottom: -114px;
    right: -114px;
}

/* box4 */
.t_box4nr {
    padding: 116px 0 145px;
}

.t_box4li {
    width: 33.333333%;
    border-right: 1px solid #eee;
    transition: all 0.36s;
}

.t_box4li.slick-active {
    border-right: 1px solid #eee;
}

.t_box4linr {
    padding: 40px 70px 62px;
    transition: all 0.36s;
}

.t_box4date {
    color: #999;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 28px;
    transition: all 0.36s;
}

.t_box4biao h6 {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    height: 64px;
    overflow: hidden;
}

.t_box4biao {
    margin-bottom: 20px;
}

.t_boxp4 {
    height: 160px;
    overflow: hidden;
    margin-bottom: 36px;
}

.t_box4jia {
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    position: relative;
    transition: all 0.36s;
}

.t_box4ic {
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_box4ic img {
    width: 100%;
    transition: all 0.36s;
}

.t_yuan {
    position: relative;
    top: 0;
    left: 0;
}

.t_hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* box5 */
.t_box5ci li {
    display: inline-block;
    font-size: 24px;
    line-height: 48px;
    color: #666;
    margin-right: 38px;
}

.t_box5left {
    width: 618px;
}

.t_box5pic1 {
    width: 100%;
    transition: all 0.36s;
    position: relative;
}

.t_box5pic1 img {
    width: 100%;
    height: 100%;
}

.t_box5rg {
    width: calc(100% - 618px);
    text-align: center;
}

.t_box5pic2 {
    width: 561px;
    display: inline-block;
    margin-bottom: 46px;
    position: relative;
}

.t_box5pic2 img {
    width: 100%;
    height: 100%;
}

.t_box5he div {
    margin-left: 43px;
}

.t_box5pic3 {
    width: 307px;
    position: relative;
}

.t_box5pic3 img {
    width: 100%;
    height: 100%;
}

.t_box5pic4 {
    width: 389px;
    position: relative;
}

.t_box5pic4 img {
    width: 100%;
    height: 100%;
}

.t_box5wen {
    margin-bottom: 69px;
}

.t_box {
    position: relative;
}

.t_box::before {
    content: url(/Public/Cn/images/0a2_03.png);
    position: absolute;
    width: 1552px;
    top: 0;
    right: 0;
    z-index: 0;
}

.t_box1,
.t_box2 {
    position: relative;
    z-index: 2;
}

.t_box3 {
    position: relative;
    overflow: hidden;
}

.t_box3::before {
    content: url(/Public/Cn/images/0a1_bg2.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 993px;
    z-index: 0;
}

.t_box3nr {
    position: relative;
    z-index: 2;
}

.t_box4 {
    position: relative;
}

.t_box4::before {
    content: url(/Public/Cn/images/0a2_bg3.png);
    width: 562px;
    position: absolute;
    bottom: 0;
    right: 62px;
    z-index: 0;
}

.t_box4nr {
    position: relative;
    z-index: 2;
}

.t_box5 {
    background: #f3f5f8;
    position: relative;
}

.t_box5nr {
    padding: 135px 0 120px;
}

.t_box5pic2::before {
    content: url(/Public/Cn/images/0a2_g1.png);
    width: 25px;
    position: absolute;
    right: -25px;
    top: 0;
    z-index: 2;
}

.t_box5pic1 {
    position: relative;
}

.t_box5pic1::before {
    content: url(/Public/Cn/images/0a2_g2.png);
    position: absolute;
    right: 0;
    top: -26px;
    z-index: 2;
}

.t_box5pic3 {
    position: relative;
}

.t_box5pic3::before {
    content: url(/Public/Cn/images/0a2_g3.png);
    position: absolute;
    left: 0;
    bottom: -35px;
    z-index: 2;
}

.t_box2nr {
    position: relative;
}

.t_box2nr::before {
    content: 'SCIENCE';
    color: #fbfbfc;
    font-size: 150px;
    line-height: 160px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.t_box5::before {
    content: url(/Public/Cn/images/0a2_g4.png);
    position: absolute;
    right: 20px;
    top: 62px;
}

.t_box3rg {
    position: relative;
}

/* b1 */
.t_kuic {
    width: 15px;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.t_kuic img {
    width: 15px;
}

.t_ku {
    position: relative;
    display: inline-block;
    margin-left: 19px;
    padding: 27px 0;
}

.t_ku a {
    font-size: 14px;
    line-height: 20px;
    color: #b7b7b7;
    display: inline-block;
    transition: all 0.36s;
}

.t_ku::before {
    content: '/';
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    color: #b7b7b7;
    right: -14px;
}

.t_ku:last-of-type:before {
    content: '';
}

.t_b1tit {
    margin-bottom: 44px;
}

.t_b1wen p {
    margin-bottom: 32px;
}

.t_b1k1xin {
    padding: 32px 0 110px;
}

.b1pic {
    width: 100%;
}

.b1pic img {
    width: 100%;
}

.t_b1k3 {
    background: #f3f5f8;
}

.t_b1k3nr {
    padding: 135px 0 218px;
}

.t_b1k3pic {
    margin-left: 203px;
    width: 696px;
    position: relative;
    z-index: 9;
}

.t_b1k3x {
    position: relative;
}

.t_b1k3x::before {
    content: url(/Public/Cn/images/0b1_04.jpg);
    width: 535px;
    position: absolute;
    left: 0px;
    bottom: -74px;
    z-index: 8;
}

.t_b1k3pic img {
    width: 100%;
}

.t_b1k3zi {
    margin-left: 641px;
    margin-top: -448px;
    position: relative;
    z-index: 10;
    background: #f3f5f8;
    padding: 76px 0 0 82px;
}

.t_b1k3tit {
    margin-bottom: 23px;
}

.t_b1k3biao {
    font-family: "HYSHANGWEISHOUSHUW" !important;
    color: #476694;
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 42px;
}

.t_b1k3ul {
    width: 834px;
}

.t_b1k3li:last-of-type {
    border-right: 1px solid transparent;
}

.t_b1k3li {
    background: #fff;
    width: 33.333333%;
    text-align: center;
    padding: 106px 20px 115px;
    border-right: 1px solid #e8ecf2;
    transition: all 0.36s;
    cursor: pointer;
    position: relative;
}

.t_b1k3li::before {
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 9;
    transition: all 0.36s;
}

.t_b1k4h4 h4 {
    text-align: center;
    font-weight: bold;
}

.t_b1k4h4 {
    margin-bottom: 50px;
}

.t_b1k3jia {
    width: 30px;
    height: 30px;
    background: #1b50a9;
    position: relative;
    display: inline-block;
    transition: all 0.36s;
}

.t_b1k3ic {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_b1k3ic img {
    width: 100%;
}

.t_b1k3tu {
    margin-bottom: 20px;
}

.t_b1k3li.on {
    box-shadow: 0 0 32px 0 rgba(37, 34, 74, .1);
}

.t_b1k3li.on .t_b1k3jia {
    background: #fcb74a;
}

.t_b1k1 {
    position: relative;
}

.t_b1k1::before {
    content: url(/Public/Cn/images/0b1_bg_05.jpg);
    width: 1135px;
    position: absolute;
    top: 0;
    right: 0;
}

.t_b1k1::after {
    content: url(/Public/Cn/images/0b1_bg_04.jpg);
    width: 785px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.b1pic {
    position: relative;
}

.b1pic::before {
    content: url(/Public/Cn/images/0b1_bg2_03.png);
    width: 1000px;
    position: absolute;
    top: -84px;
    left: 123px;
    z-index: 9;
}

.t_b1k2nr {
    position: relative;
}

.t_b1k2nr::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, transparent, rgba(0, 0, 0, .1));
    z-index: 4;
}

.t_b1k2nr::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(209, 133, 124, .2), transparent, transparent);
    z-index: 4;
}

.t_b1k1nr {
    position: relative;
    z-index: 2;
}

.fll {
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.flr {
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.t_banfll {
    width: calc(50vw - 600px);
    transition: all 0.36s;
    z-index: 9;
}

.t_b1k2 {
    position: relative;
}

.t_b1k2nr.act .fll {
    width: 0;
}

.t_b1k2nr.act .flr {
    width: 0;
}

.t_b1k5 {
    position: relative;
}

.t_b1k5bg {
    position: relative;
    height: 700px;
    width: 100%;
    background: rgba(27, 80, 169, 1);
}

.t_b1k5bg img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 企业精神 - 弹窗 */
.t_b1k3tfang {
    background: #1b50a9;
    position: absolute;
    width: 200px;
    height: 200px;
    top: -30px;
    left: -30px;
}

.t_b1k3tan {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 999;
}

.t_b1k3tu {
    width: 66px;
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
}

.t_b1k3tu img {
    width: 100%;
    height: 100%;
}

.t_b1k3tittan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.t_b1k3tannr {
    padding: 30px 0 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.t_b1k3tancon {
    background: #fff;
    width: 800px;
    padding: 56px 18px 56px 236px;
    position: relative;
}

.t_tanclose {
    width: 13px;
    position: absolute;
    right: 13px;
    top: 13px;
}

.t_tanclose img {
    width: 100%;
}

.t_b1k3tan {
    display: none;
}

.t_b1k3tanwen {
    padding: 20px 0px 0px 0;
    height: 148px;
    overflow-y: auto;
}

.t_b1k3tanwen .mCSB_inside>.mCSB_container {
    margin-right: 80px;
}

.t_b1k3tanwen .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background-color: #1b50a9;
}

.t_b1k3zi::before {
    content: 'GENFLEET';
    font-size: 150px;
    font-weight: bold;
    color: #e8ecf2;
    line-height: 180px;
    position: absolute;
    top: -64px;
    right: 98px;
    z-index: -1;
}

.t_b1k4pic {
    width: 1652px;
    height: 397px;
    position: relative;
    overflow: hidden;
}

.t_b1k4pic img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.t_b1k4nr {
    position: relative;
}

.t_b1k4nr::before {
    content: '';
    width: 1464px;
    height: 341px;
    background: #1b50a9;
    position: absolute;
    right: 0;
    top: -98px;
}

.t_b1k4nr .t_b1k4pic {
    position: relative;
    z-index: 6;
}

.t_b1k4card {
    width: 1008px;
    margin: auto;
    margin-top: -75px;
    background: #fff;
    position: relative;
    z-index: 9;
}

.t_b1k4cartop {
    margin-bottom: 79px;
    text-align: center;
}

.t_b1k4cardti {
    display: inline-block;
    border-bottom: 2px solid #ececec;
}

.t_b1k4carli {
    display: inline-block;
    padding: 44px 50px 20px;
    position: relative;
    cursor: pointer;
}

.t_b1k4carli h3 {
    font-weight: bold;
    transition: all 0.36s;
}

.t_b1k4carli.slick-current h3 {
    color: #1b50a9;
}

.t_b1k4carli::before {
    content: '';
    height: 3px;
    width: 0%;
    opacity: 0;
    background: #1b50a9;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.36s;
}

.t_b1k4carli.slick-current::before {
    width: 100%;
    opacity: 1;
}

.t_b1k4photo {
    position: relative;
}

.t_b1k4shao .h5_333 h5 {
    font-weight: bold;
}

.t_b1k4li {
    width: 25%;
    padding: 0 20px;
}

.t_b1k4ul {
    margin: 0 -20px;
    margin-bottom: 70px;
}

.t_b1k4shao {
    padding: 16px 0;
}

.t_b1k4lixin {
    width: 100%;
    text-align: center;
}

.t_b1k4photo {
    width: 100%;
    overflow: hidden;
}

.t_b1k4photo img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.t_b1k4xin {
    padding-bottom: 133px;
    position: relative;
    z-index: 19;
}

.t_more1 a {
    display: inline-block;
}

.t_more1nr {
    width: 225px;
    text-align: center;
    border: 1px solid #1b50a9;
    transition: all 0.36s;
}

.t_more1nr span {
    line-height: 54px;
    font-size: 16px;
    color: #1b50a9;
    display: inline-block;
    transition: all 0.36s;
}

.t_morjia {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.t_morjia img {
    width: 100%;
    transition: all 0.36s;
    top: 1px;
}

.t_morjia .t_yuan {
    position: absolute;
}

.t_b1k4nr {
    position: relative;
}

.t_b1k4nr::after {
    content: 'LEADERSHIP';
    font-size: 150px;
    line-height: 180px;
    font-weight: bold;
    color: #fbfbfc;
    position: absolute;
    bottom: 75px;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
}

.t_b1k4to {
    display: none;
}

.t_b1k4to.active {
    display: block;
}

.t_b1k5bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 80, 169, .9);
    z-index: 4;
}

.t_b1k5nryi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.t_b1k5tit.h2_333 h2 {
    color: #fff;
    font-weight: bold;
}

.t_b1k5tit.h2_333 h2::before {
    background: #fff;
}

.t_b1k5tit.h2_333 h2::after {
    background: rgba(255, 255, 255, .6);
}

.t_b1k5nr {
    padding: 104px 0 118px;
}

.t_b1zhuan {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 22px 1.2px rgba(214, 0, 91, .07);
    position: relative;
    cursor: pointer;
    z-index: 4;
}

.t_b1zhic {
    width: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_b1zhic img {
    width: 100%;
}

.t_b1k5zhou {
    width: 100%;
}

.t_f1k5more {
    text-align: center;
}

.t_f1k5ul {
    margin-bottom: 60px;
}

.t_b1k4xin .t_more1 {
    text-align: center;
}

.t_b1k6left {
    width: 495px;
}

.t_b1k6left img {
    width: 100%;
}

.t_b1k6tit {
    margin-bottom: 30px;
}

.t_b1k6rg {
    width: calc(100% - 495px);
    padding-left: 60px;
    padding-top: 66px;
}

.t_b1k6shang {
    padding: 83px 0;
    position: relative;
    z-index: 4;
}

.t_b1k6litit p {
    font-weight: bold;
    line-height: 74px;
    padding-left: 18px;
    position: relative;
}

.t_b1k6litit p::before {
    content: '';
    width: 4px;
    height: 15px;
    background: #fcb74a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.t_b1k6ulnr {
    position: relative;
    z-index: 4;
    padding-bottom: 64px;
}

.t_b1k6li {
    background: #f3f5f8;
    padding: 13px 47px;
    margin-bottom: 24px;
}

.t_b1k6litop {
    cursor: pointer;
}

.t_b1k6down {
    border-top: 1px solid #e6e6e6;
    padding: 28px 0 20px;
    display: none;
}

.t_b1k6li.open .t_b1k6down {
    display: block;
}

.t_b1k6li.open .t_c1k3fang::after {
    opacity: 0;
}

.t_b1k6fuhao {
    height: 76px;
    width: 30px;
    position: relative;
}

.t_b1k5zhou {
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, transparent, #fff, transparent);
    position: relative;
}

.t_b1k5year {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    position: relative;
}

.t_b1k5lunbo {
    width: calc(100% - 86px);
    margin-left: 43px;
}

.t_b1k5year.slick-current::before {
    content: '';
    width: 41px;
    height: 41px;
    background: #fff;
    box-shadow: 0 5px 24px 0 rgba(90, 152, 255, .27);
    position: relative;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 1;
}

.t_b1k5lunbo .slick-center.t_b1k5year .t_b1k5ycrt {
    opacity: 1;
}

.t_b1k5year.slick-current::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #1b50a9;
    position: absolute;
    border-radius: 50%;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    opacity: 1;
}

.t_b1k6nr {
    position: relative;
}

.t_b1k6nr::before {
    content: 'RESPONSIBILITY';
    position: absolute;
    font-size: 150px;
    font-weight: bold;
    line-height: 180px;
    color: #fbfbfc;
    top: 360px;
    left: 50%;
    transform: translateX(-50%);
}

.t_b1k5hostory {
    padding: 88px 0;
    position: relative;
}

.t_b1k5zhou {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.t_b1k5lunbo {
    position: absolute;
    top: 63.5px;
}

.t_b1k5yy {
    padding: 20px 0;
}

.t_b1k5yy li {
    margin-bottom: 10px;
}

.t_b1k5yz {
    line-height: 118px;
}

.t_b1k5ycrt {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.t_b1k5ycrt::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #1b50a9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.t_b1k5year {
    text-align: center;
    position: relative;
    height: 66px;
}

.t_b1goback {
    position: relative;
}

.t_b1k5zuo {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    line-height: 88px;
    width: 414px;
    padding-right: 48px;
    text-align: center;
}

.t_b1k5you {
    width: calc(100% - 414px);
}

.t_b1k5yue {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 60px;
}

.t_b1k5yue::before {
    content: '';
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
}

.t_b1k5yuenr {
    width: calc(100% - 105px);
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    display: inline-block;
}

.t_b1k5lunbo .slick-center.t_b1k5year .t_b1k5shu {
    opacity: 1;
    position: relative;
    /* top:-10px; */
}

/* tammy end */
/* linda start */
/* D2新闻详情 */
.l_d2sect1 {
    width: 1200px;
    margin: 0 auto;
}

.l_d2sect1_content {
    padding: 29px 0 63px;
}

.l_d2sect1_title {
    padding-bottom: 20px;
}

.l_d2sect1_title h2 {
    color: #333;
    font-size: 30px;
    line-height: 1.75;
}

.l_d2sect1_infobox {
    padding: 27px 0 18px;
    border-bottom: 1px solid #eee;
}

.l_d2sect1_info {
    margin-right: 70px;
}

.l_d2sect1_infoimg {
    margin-right: 14px;

}

.l_d2sect1_infoimg img {
    width: 20px;
}

.l_d2sect1_infotext {
    color: #999;
    font-size: 16px;
    line-height: 1.75;
    position: relative;
    top: -3px;
}

.l_d2sect1_infotext {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
}

.l_d2sect1_share {
    margin-left: 15px;
}

.d_ftctcbr_wx img {
    width: 36px;

}

.bshare-weixin,
.bshare-linkedin {
    padding-left: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background: none !important;
}

.l_d2sect1_share {
    position: relative;
    top: -10px;
}

.l_d2sect1_content_bot {
    padding-top: 36px;
    padding-bottom: 76px;
    border-bottom: 1px solid #eee;
}

.l_d2sect1_content_nav {
    padding: 31px 0;
    margin: 0 -20px;
}

.l_d2sect1_fen {
    width: 50%;
    padding: 0 20px;
    height: 56px;
    overflow: hidden;
}

.l_d2sect1_fen a {
    color: #999;
    font-size: 16px;
    line-height: 1.75;
    transition: all .36s;
    display: block;
}

.l_d2sect1_contents h3 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 2px;
}

.l_d2sect1_contents p {
    margin-bottom: 34px;
    line-height: 32px;
}

.t_d2zh {
    display: inline-block;
    line-height: 1.75;
}

.t_d2zhnr {
    width: calc(100% - 70px);
    display: inline-block;
    line-height: 1.75;
}

/* 新闻列表 */
.l_d1sect1 {
    width: 1200px;
    margin: 0 auto;
}

.l_d1sect1_content {
    padding-top: 40px;
    padding-bottom: 60px;

}

.l_d1sect1_list {
    border-top: 1px solid #eee;
}

.l_d1sect1_li {
    border-bottom: 1px solid #eee;
}

.l_d1sect1_li a {
    display: block;
    padding: 58px 40px;
}

.l_d1sect1_textbox {
    width: calc(100% - 400px);
    padding-right: 55px;
}

.l_d1sect1_img {
    width: 400px;
    position: relative;
    overflow: hidden;
}

.l_d1sect1_img img {
    transition: all .36s;
    width: 100%;
    height: 100%;
}

.l_d1sect1_img1 {
    position: relative;
    top: 0;
    left: 0;
}

.l_d1sect1_img2 {
    position: absolute;
    top: 0;
    left: 0;
}

.l_d1sect1_texttitle h4 {
    font-size: 18px;
    font-weight: bold;
    transition: all .36s;
    max-height: 60px;
    overflow: hidden;
    line-height: 30px;
}

.l_d1sect1_timeimg {
    margin-right: 12px;
}

.l_d1sect1_timeimg img {
    width: 20px;
    transition: all .36s;
}

.l_d1sect1_timetext {
    color: #999;
    font-size: 16px;
    line-height: 1.75;
    transition: all .36s;
}

.l_d1sect1_textp p {
    transition: all .36s;
    height: 128px;
    overflow: hidden;
}

.l_d1sect1_textp {
    padding-bottom: 19px;
    padding-top: 9px;
}

.l_d1sect1_timeimg {
    position: relative;
    bottom: -2px;
}

.l_d1sect1_li.on .l_d1sect1_textbox {
    padding-right: 0;
    width: 100%;
}

.g_ny.l_d1 {
    padding-bottom: 78px;
}

.l_d1sect1_texttitle {
    padding: 5px 0 4px;
}

/* 团行列表 */
.l_b2 {
    width: 100%;
    background-color: #f7f8fa;
    padding-bottom: 78px;
}

.l_b2sect1 {
    width: 1200px;
    margin: 0 auto;
}

.l_b2sect1_content {
    padding-top: 40px;
    padding-bottom: 30px;
}

.l_b2sect1_lists {
    margin: 0 -25px;
}

.l_b2sect1_list {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 50px;
}

.l_b2sect1_list a {
    display: block;
    padding: 24px;
    background-color: #fff;
    position: relative;
}

.l_b2sect1_listimg {
    width: 217px;
    position: relative;
}

.t_b2img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.l_b2sect1_listimg img {
    transition: all .36s;
    width: 100%;
    height: 100%;
}

.l_b2sect1_listimg1 {
    position: relative;
    top: 0;
    left: 0;
}

.l_b2sect1_listimg2 {
    position: absolute;
    top: 0;
    left: 0;
}

.l_b2sect1_listimg .block {
    width: 52px;
    height: 52px;
    background-color: #1b50a9;
    position: absolute;
    left: -25px;
    bottom: -25px;
    transition: all 0.36s;
}

.l_b2sect1_listtexts {
    width: calc(100% - 217px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 74px;
}

.lb2sect1_listtext1 {
    color: #333;
    font-size: 24px;
    line-height: 1.75;
    padding-bottom: 16px;
    font-weight: bold;
    transition: all .36s;
}

.lb2sect1_listtext2 {
    color: #848484;
    font-size: 18px;
    line-height: 1.75;
    padding-bottom: 3px;
}


/* 团队详情 */
.l_b3 {
    width: 100%;
    position: relative;
}

.l_b3sect1_bgimg {
    position: absolute;
    top: -96px;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.l_b3sect1_bgimg img {
    width: 100%;
    height: 100%;
}

.l_b3sect1 {
    width: 1200px;
    margin: 0 auto;
}

.l_b3sect1_content {
    padding-top: 42px;
    padding-bottom: 140px;
    padding-left: 38px;
}

.l_b3sect1_img {
    position: relative;
    width: 329px;
}

.l_b3sect1_img img {
    width: 100%;
}

.l_b3sect1_img .block {
    width: 79px;
    height: 79px;
    background-color: #1b50a9;
    position: absolute;
    left: -38px;
    bottom: -38px;
}

.l_b3sect1_texts {
    padding-left: 66px;
    width: calc(100% - 329px);
}

.l_b3sect1_texttop {
    padding: 34px 0 38px;
}

.l_b3sect1_texttitle1 h3 {
    font-weight: bold;
}

.l_b3sect1_texttitle2 {
    margin-left: 24px;
    position: relative;
    top: 10px;
}

.l_b3sect1_contents {
    padding-left: 318px;
    padding-right: 74px;
    padding-top: 50px;
    padding-bottom: 45px;
}

.l_b3sect1_contents p {
    margin-bottom: 32px;
    line-height: 32px;
}

.l_b3sect1_textbot {
    width: 1087px;
    box-shadow: 0px 20px 32px 0 rgb(37, 34, 74, 0.1);
    position: relative;
    left: -318px;
    z-index: -1;
    background: #fff;
}


/* 投资机构 */
.l_e1 {
    width: 100%;
}

.l_e1_top {
    background-color: #f3f5f8;
}

.l_e1sect1 {
    width: 1200px;
    margin: 0 auto;
}

.l_e1sect1_content {
    padding-top: 32px;
    padding-bottom: 46px;
}

.l_e1sect1_title {
    padding-left: 14px;
    position: relative;
}

.l_e1sect1_title h4 {
    font-weight: bold;
}

.l_e1sect1_title h4::before {
    content: "";
    width: 4px;
    height: 24px;
    background-color: #fcb74a;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.l_e1sect1_lists {
    padding-top: 30px;
    margin: 0 -23px;

}

.l_e1sect1_list {
    width: 33.333333%;
    padding: 0 23px;
    text-align: center;
    margin-bottom: 44px;
}

.l_e1sect1_list .t_e1lie {
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 52px 0 25px;
    transition: all 0.36s;
    cursor: pointer;
}

.l_e1sect1_logo {
    width: 205px;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
}

.l_e1sect1_logo img {
    width: 100%;
    height: 100%;
}

.l_e1sect1_text {
    color: #333;
    font-size: 18px;
    line-height: 1.75;
}

.l_e1sect1_content1 {
    padding: 82px 0 89px;
}

.l_e1sect1_zhuyi {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    position: relative;
    top: 10px;
}

.l_e1sect1_lists1 {
    padding-top: 31px;
    margin: 0 -10px;
}

.l_e1sect1_list1 {
    width: 25%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}

.l_e1sect1_list1 .t_e1lie1 {
    display: block;
    padding: 31px 0 18px;
    border: 1px solid #eee;
    transition: all 0.36s;
    cursor: pointer;
}

.l_e1sect1_logo1 {
    width: 161px;
    color: #999;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    margin-bottom: 22px;
    max-width: 100%;
}

.l_e1sect1_logo1 img {
    width: 100%;
    height: 100%;
}

.l_e1sect1_text1 {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
}

/* 机构 —— 弹窗 */
.t_e1tan {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

.t_e1tannr {
    width: 810px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 41px 80px;
    overflow: hidden;
    max-height: calc(100% - 40px);
    overflow-y: auto;
}

.t_e1tanlogo {
    width: 153px;
    display: inline-block;
    margin-right: 75px;
}

.t_e1tanlogo img {
    width: 100%;
}

.t_e1tanh {
    display: inline-block;
    position: relative;
    top: 6px;
}

.t_e1tanh::before {
    content: '';
    height: 2px;
    width: 29px;
    background: #fcb74a;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.t_e1tantit {
    border-bottom: 1px solid #eee;
    padding-bottom: 26px;
}

.t_e1tanp {
    padding: 35px 0 24px;
}

.t_e1tanp p {
    margin-bottom: 32px;
}

/* 信息通告 */
.l_e3sect1 {
    width: 1200px;
    margin: 0 auto;
}

.l_e3sect1_content {
    padding-top: 40px;
}

.l_e3sect1_lists {
    margin: 0 -25px;
}

.l_e3sect1_list {
    width: 33.333333%;
    padding: 0 25px;
    padding-bottom: 26px;
    margin-bottom: 60px;
    overflow: hidden;
}

.l_e3sect1_listimg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.l_e3sect1_listimg img {
    transition: all .36s;
    width: 100%;
    height: 100%;
}

.l_e3sect1_listimg1 {
    position: relative;
    left: 0;
    top: 0;
}

.l_e3sect1_listimg2 {
    position: absolute;
    left: 0;
    top: 0;
}

.l_e3sect1_listtexts {
    padding-top: 22px;
    padding-bottom: 48px;
    border-bottom: 1px solid #eee;
    position: relative;
    transition: all .6s ease-in 0s;
}

.l_e3sect1_listtime {
    color: #999;
    font-size: 18px;
    line-height: 1.75;
    opacity: 1;
    transition: all .6s ease-in 0s;
}

.l_e3sect1_listtitle h6 {
    font-weight: bold;
    height: 63px;
    overflow: hidden;
    transition: all .6s ease-in 0s;
}

.l_e3sect1_listtitle {
    padding: 8px 0 14px;
}

.l_e3sect1_listp p {
    height: 96px;
    overflow: hidden;
    transition: all .6s ease-in 0s;
}

.l_e3sect1 .g_pcfy {
    position: relative;
    top: -46px;
}

.g_ny.l_e3 {
    padding-bottom: 32px;
}

/* 联系方法 */
.l_g1sect1 {
    width: 1200px;
    margin: 0 auto;
}

.l_g1sect1_content {
    padding: 55px 0 44px;
}

.l_g1sect1_tab {
    width: 50%;
    text-align: center;
}

.l_g1sect1_tab h4 {
    font-weight: bold;
    transition: all .36s;
    padding-bottom: 16px;
    border-bottom: 2px solid #eee;
    position: relative;
}

.l_g1sect1_tab.on h4 {
    color: #1b50a9;
}

.l_g1sect1_tab h4::after {
    content: "";
    width: 0%;
    opacity: 0;
    height: 3px;
    background-color: #1b50a9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    transition: all .36s;
}

.l_g1sect1_tab.on h4::after {
    width: 100%;
    opacity: 1;
}

.l_g1sect1_infotext {
    padding-left: 24px;
    padding-top: 87px;
    padding-bottom: 40px;
    width: calc(100% - 693px);
}

.l_g1sect1_infoi {
    margin-right: 28px;
    position: relative;
    top: -2px;
}

.l_g1sect1_infot1 {
    padding-top: 9px;
}

.l_g1sect1_infot1 a {
    color: #b8b8b9;
    font-size: 14px;
    line-height: 20px;
}

.l_g1sect1_info {
    margin-bottom: 33px;
}

.l_g1sect1_infoi img {
    width: 25px;
}

.l_g1sect1_infot {
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.l_g1sect1_infoimg {
    width: 693px;
}

.l_g1sect1_infoimg img {
    width: 100%;
}

.l_g1sect1_ly {
    position: relative;
    top: -56px;
    box-shadow: 8px 0 32px rgba(37, 34, 74, 0.1);
    background: #fff;
}

.l_g1sect1_lycontent {
    padding: 40px 70px 50px;
}

.l_g1sect1_lytop {
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.l_g1sect1_infots {
    width: calc(100% - 53px);
}

.l_g1sect1_lytop h4 {
    font-weight: bold;
}

.l_g1sect1_lybot {
    padding-top: 32px;
}

.l_g1sect1_listbox {
    margin: 0 -17px 30px;
}

.l_g1sect1_list {
    width: 33.333333%;
    padding: 0 17px;
}

.l_g1sect1_list1 {
    display: block;
    width: 100%;
}

.l_g1sect1_list1 .l_g1sect1_list1p1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.l_g1sect1_list1 .l_g1sect1_list1p1::before {
    content: "*";
    position: absolute;
    top: 0;
    right: -10px;
    color: #d1090b;
}

.l_g1sect1_list1in {
    height: 50px;
    padding: 0 20px;
    background: #f7f8fa;
    position: relative;
}

.l_g1sect1_list1in input {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
}

.l_g1sect1_listbox1 {
    margin-bottom: 30px;
}

.l_g1sect1_list1 .l_g1sect1_list1p2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.l_g1sect1_list1in1 {
    height: 120px;
    padding: 20px;
    background: #f7f8fa;
}

.l_g1sect1_list1in1 textarea {
    width: 100%;
    height: 100%;
    resize: none;
    line-height: 26px;
}

.l_g1sect1_listbox2 {
    margin-bottom: 36px;
}

.l_g1sect1_list1in1box .l_g1sect1_list1in1 {
    width: 330px;
    height: 50px;
    padding: 0 20px;
    background: #f7f8fa;
    margin-right: 18px;
}

.l_g1sect1_list1in1 input {
    line-height: 50px;
}

.l_g1sect1_list1ini {
    width: 157px;
    margin-right: 12px;
}

.l_g1sect1_list1inc {
    padding-top: 30px;
}

.l_g1sect1_list1inc img {
    width: 11px;
}

.l_g1sect1_list1inc span {
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.l_g1sect1_listbox3 button {
    width: 225px;
    background: #1b50a9;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
    transition: all 0.36s;
}

.l_g1sect1_infobox {
    display: none;
}

.l_g1sect1_infobox.open {
    display: block;
}

/* tammy start */
.t_f1k1 {
    background: #f3f5f8;
}

.t_f1k1pic {
    width: 499px;
    position: relative;
    top: 27px;
    border-top-left-radius: 80px;
}

.t_f1k1pic img {
    width: 100%;
    height: 100%;
}

.t_f1k1left {
    width: calc(100% - 499px);
    padding: 62px 140px 20px 0;
}

.t_f1tit h4:first-of-type {
    position: relative;
    z-index: 6;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 7px;
}

.t_f1tit h4:first-of-type::before {
    content: '';
    height: 8px;
    width: 100%;
    background-color: #fcb74a;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
}

.t_f1tit {
    margin-bottom: 40px;
}

.t_f1k2nr {
    padding: 119px 0 94px;
}

.t_f1k2ul {
    margin: 0 -22px;
}

.t_f1k2li {
    width: 33.333333%;
    padding: 0 22px;
}

.t_f1k2linr {
    box-shadow: 0 20px 32px 0 rgba(37, 34, 74, .1);
}

.t_f1k2pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.t_f1k2hang {
    margin-bottom: 48px;
}

.t_f1k2hang .t_kan1 {
    position: relative;
    top: 13px;
}

.t_f1k2pic img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.t_f1k2ic {
    width: 20px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.t_f1k2ic img {
    width: 100%;
}

.t_f1k2datenr {
    font-size: 16px;
    line-height: 2;
    color: #999;
}

.t_f1k2h6 h6 {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
    transition: all 0.36s;
    max-height: 56px;
    overflow: hidden;
}

.t_f1k2sh {
    height: 128px;
    overflow: hidden;
}

.t_f1k2xinr {
    padding: 24px 36px 12px;
    height: 271px;
}

.t_f1k3rong {
    min-height: 432px;
    position: relative;
}

.t_f1k3bgpic {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.t_f1k3bgpic1 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: none;
    /* animation: mcswing1 80s linear infinite; */
    /* animation-play-state: running; */
}

.t_f1k3bgpic2 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: none;
    /* transform: translateX(100%); */
    /* animation: mcswing2 80s linear infinite; */
    /* animation-play-state: running; */
}

.t_f1k3bgpic2 .t_f1jia {
    /* position: absolute; */
    height: 100%;
    /* left:0;
    top:0; */
    width: auto;
    transform: translateX(100%);
    animation: mcswing2 80s linear infinite;
}

.t_f1k3bgpic1 .t_f1jia {
    /* position: absolute; */
    /* left:0;
    top:0; */
    height: 100%;
    width: auto;
    animation: mcswing1 80s linear infinite;
}

.t_f1k3rong::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(27, 80, 169, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

@keyframes mcswing1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes mcswing2 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.t_f1k3ic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #eaeaea;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.t_f1k3ic img {
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_f1k3p h6 {
    font-size: 16px;
    line-height: 2;
    color: #333;
    height: 64px;
    font-weight: bold;
}

.t_f1k3ul {
    width: calc(100% + 32px);
    margin-left: -16px;
}

.t_f1k3li {
    width: 25%;
    padding: 0 16px 20px;
}

.t_f1k3linr {
    background: #fff;
    box-shadow: 0 5px 14px 0 rgba(37, 34, 74, .1);
    border-bottom-right-radius: 44px;
    text-align: center;
    padding: 66px 50px 76px;
}

.t_f1k3tit {
    margin-bottom: 40px;
}

.t_f1k3nr {
    margin-top: -230px;
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
}

.t_f1k3tit h2 {
    color: #fff;
}

.t_f1k4nr {
    padding: 74px 0 40px;
}

.t_f1k4p p {
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
}

.t_f1k4h h6 {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-weight: bold;
}

.t_f1k4h {
    margin-bottom: 12px;
}

.t_f1k4ic {
    margin-bottom: 26px;
}

.t_f1k4li {
    width: 33.333333%;
    padding: 0 75px;
}

.t_f1k4ul {
    margin: 0 -75px;
}

.t_f1k4linr {
    margin-bottom: 50px;
}

.t_f1k4tit {
    margin-bottom: 40px;
}

.t_f1k5 {
    background: #f3f5f8;
}

.t_f1k5tit {
    margin-bottom: 40px;
}

.t_f1k5nr {
    padding: 90px 0 98px;
}

.t_f1k5top {
    cursor: pointer;
    transition: all 0.36s;
    padding: 0 46px 0 58px;
    background: #fff;
}

.t_f1k5h {
    position: relative;
}

.t_f1k5h h5 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 80px;
    transition: all 0.36s;
}

.t_f1k5h::before {
    content: '';
    width: 4px;
    height: 15px;
    background: #fcb74a;
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
}

.t_f1k5you {
    width: 307px;
}

.t_f1k5city {
    color: #666;
    font-size: 16px;
    line-height: 80px;
    transition: all 0.36s;
}

.t_f1k5ic {
    width: 18px;
    height: 80px;
    position: relative;
}

.t_f1k5zh {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.t_f1k5zh img {
    width: 100%;
}

.t_f1k5li.open .t_f1k5top {
    background: #1b50a9;
}

.t_f1k5li.open .t_f1k5h h5 {
    color: #fff;
}

.t_f1k5li.open .t_f1k5city {
    color: #fff;
}

.t_f1k5li.open .t_yuan {
    opacity: 0;
}

.t_f1k5li.open .t_hover {
    opacity: 1;
}

.t_f1k5li.open .t_f1k5zh img {
    transform: rotate(180deg);
}

.t_f1k5li {
    margin-bottom: 20px;
}

.t_f1k5lizi h6 {
    font-size: 16px;
    line-height: 2;
    color: #333;
    font-weight: bold;
}

.t_f1k5lizi p {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.t_f1k5linr {
    padding: 40px 35px 20px;
}

.t_f1k5lizi {
    margin-bottom: 30px;
}

.t_f1k5linr {
    display: none;
}

.t_f1k5li.open .t_f1k5linr {
    display: block;
}

.t_f1zhuan {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
    position: relative;
}

.t_f1zhic {
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_f1zhic img {
    width: 100%;
}

.t_f1k3nrx {
    position: relative;
}

.t_f1goback {
    position: absolute;
    top: calc(50% + 26px);
    transform: translateY(-50%);
    width: calc(100% + 100px);
    margin-left: -50px;
    opacity: 0;
    transition: all 0.36s;
}

.t_f1goback.on {
    opacity: 1;
}

.t_f1k1xin {
    padding: 39px 0 0;
}

.t_f1wen p {
    max-height: 160px;
    overflow: hidden;
}

/* c1 */
.t_d1_blod {
    background: rgba(27, 80, 169, 1);
}

.t_d1_blod .t_d1_tab {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 94px;
    text-align: center;
}

.t_d1_hstab {
    position: relative;
}

.t_d1_hstab:nth-of-type(2n+1) {
    background: #f4f6f8;
}

.t_d1_bg_list .t_d1_tab {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    word-break: break-all;
    padding: 28px 0;
}

.t_d1_tab {
    min-height: 80px;
    border-right: 1px solid #e8ecf0;
}

.t_d1_tab:last-of-type {
    border-right: 0;
}

.t_d1_tabname {
    width: 10.75%;
    padding-left: 8px;
    text-align: center;
}

.t_d1_tabw {
    width: 8.916667%;
    text-align: center;
}

.t_d1_tabfunc {
    width: 14.666667%;
    text-align: center;
}

.t_d1_tabzheng {
    width: 19.5%;
}

.t_d1_bg_list .t_d1_tab.t_d1_tabzheng {
    padding: 28px 25px;
}

.t_d1_tablcq {
    width: 9.2%;
}

.t_d1_bglb {
    position: relative;
    width: 46%;
    height: 100%;
    overflow: hidden;
}

.t_d1_bglb .t_d1_tablcq {
    width: 20%;
}

.t_d1_tab.t_d1_tablcq:nth-child(5) {
    border-right: 0;
}

.t_d1_hbg {
    width: 80%;
    position: absolute;
    top: 43.055555%;
    left: 0;
    /*animation: fadeInLeft 1.6s;*/
}

.t_d2_hstab.on span {
    width: calc(100% - 50px);
}

.t_d1_hstab.on span {
    width: calc(100% - 50px);
}

.t_d1_hbg span {
    width: calc(100% - 12px);
    height: 10px;
    background: #5988d5;
    display: inline-block;
    position: relative;
}

.t_d1_hbg span::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: #fff;
    left: calc(100% - 12px);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    ;
}

.t_d1_hbg span::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: #5988d5;
    left: calc(100% - 7px);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    ;
}

.t_c1gpic {
    width: 27px;
    margin-bottom: 6px;
}

.t_c1gpic:last-of-type {
    margin-bottom: 0;
}

.t_c1gpic img {
    width: 100%;
}

.t_goal {
    position: absolute;
    left: calc(100% - 32px);
    top: 50%;
    transform: translateY(-50%);
}

/* d2 ph */
.t_d2_box {
    display: none;
}

.t_d2_hang {
    background: rgba(27, 80, 169, 1);
    min-height: 80px;
    overflow: hidden;
    padding: 0 20px;
}

.t_d2_hang .t_d2_tab {
    color: #fff;
    border-right: 0;
}

.t_d2_bglb {
    position: relative;
}

.t_d2_tabname {
    font-weight: bold;
    width: 20%;
    color: #333;
}

.t_d2_tabw {
    width: 20%;
}

.t_d2_tabfunc {
    width: 20%;
}

.t_d2_tabzheng {
    width: 40%;
}

.t_d2_tab {
    font-size: 16px;
    line-height: 80px;
    border-right: 1px solid #e8ecf0;
}

.t_d2_tab:last-of-type {
    border-right: 0;
}

.t_d2_bg {
    background: #f6f8fa;
}

.t_d2_tablcq {
    width: 20%;
    color: #666;
    text-align: center;
}

.t_d2_tab.t_d2_tablcq:nth-child(5) {
    border-right: 0;
}

.t_d2_bglb {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-bottom: 1px solid #e8ecf0;
}

.t_d2_hstab {
    margin-bottom: 20px;
}

.t_c1k1tit {
    margin-bottom: 32px;
    padding-top: 12px;
}

.t_c1k1nr {
    padding: 0px 0 92px;
}

.t_c1k2lun {
    margin: 0 -45px;
}

.t_c1k2li {
    width: 33.333333%;
    padding: 0 45px;
    padding-bottom: 10px;
}

.t_c1k2pic {
    position: relative;
    width: 300px;
    margin-left: 36px;
    overflow: hidden;
}

.t_c1k2pic img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.t_c1k2wen h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #333;
    transition: all 0.36s;
}

.t_c1k2wen p {
    height: 64px;
    overflow: hidden;
    transition: all 0.36s;
}

.t_c1k2wen {
    width: 280px;
    padding: 20px 30px;
    box-shadow: 0 1px 17px 0 rgba(37, 34, 74, .1);
    margin-top: -103px;
    position: relative;
    z-index: 9;
    background: #fff;
    transition: all 0.36s;
}

.t_kan3 .t_kan1w {
    transition: all 0.36s;
}

.t_kan3 .t_kanic {
    transition: all 0.36s;
}

.t_kan3 .t_kanic img {
    transition: all 0.36s;
}

.t_c1k2 {
    /* background: rgba(227,240,252,.5); */
}

.t_c1k2linr {
    cursor: pointer;
    /* width: calc(100% + 69px); */
}

.t_c1zhuan {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 20;
    cursor: pointer;
    box-shadow: 0 6px 32px 0px rgba(38, 58, 115, .1);
}

.t_c1zhuan img {
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_c1goback {
    width: calc(100% + 200px);
    position: absolute;
    left: -100px;
    top: 42%;
    transform: translateY(-50%);
    z-index: 19;
}

.t_c1k2xin {
    position: relative;
}

.t_c1k2lun {
    width: 100%;
}

.t_c1k2lun {
    width: calc(100% + 90px);
}

.t_c1k2xin {
    padding: 60px 0 174px;
}

.t_c1k3pic {
    position: relative;
    display: inline-block;
}

.t_c1k3pic::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(47, 77, 126, .56);
}

.t_ph {
    display: none;
}

.t_c1k3lin {
    position: relative;
}

.t_c1k3sh {
    position: relative;
}

.t_c1k3xin {
    width: 100%;
    position: absolute;
    top: 208px;
}

.t_c1k3wen {
    width: 700px;
}

.t_c1k3tit {
    margin-bottom: 26px;
}

.t_c1k3li {
    border-bottom: 1px solid #eee;
}

.t_c1k3lin {
    padding-bottom: 150px;
}

.t_c1k3ul {
    background: #fff;
    padding-top: 20px;
    margin-top: -120px;
    position: relative;
    z-index: 9;
}

.t_c1k3litit h6 {
    line-height: 100px;
    font-weight: bold;
    padding-left: 19px;
    position: relative;
}

.t_c1k3litit {
    position: relative;
}

.t_c1k3litit::before {
    content: '';
    height: 18px;
    width: 4px;
    background: #fcb74a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.t_c1k3fuhao {
    height: 100px;
    width: 40px;
    position: relative;
}

.t_c1k3fang {
    width: 30px;
    height: 30px;
    background: #1b50a9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.t_c1k3fang::before {
    content: '';
    height: 1px;
    width: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.t_c1k3fang::after {
    content: '';
    height: 15px;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
    opacity: 1;
}

.t_c1k3litop {
    cursor: pointer;
}

.t_c1k3down {
    padding-bottom: 20px;
    display: none;
}

.t_c1k3li.open .t_c1k3fang::after {
    opacity: 0;
}

.t_c1k3li.open .t_c1k3down {
    display: block;
}

.t_c1k3pw {
    width: 100%;
}

.t_c1k3lin .t_c1k3pic {
    width: calc(1400px + calc(calc(100% - 1400px) / 2));
}

.t_c1k3lin .t_c1k3pic img {
    width: 100%;
}

.t_c1k3lin.on .t_c1k3pic {
    margin-left: calc(calc(100% - 1400px) / 2);
}

.t_c1k2tan {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.t_c1k2tannr {
    width: 810px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 58px 80px 60px;
    overflow: hidden;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.t_c1k2tant {
    border-bottom: 1px solid #eee;
}

.t_c1k2tant .h4_333 {
    margin-bottom: 10px;
}

.t_c1k2tant .h6_666 {
    margin-bottom: 28px;
}

.t_c1k2xh6 h6 {
    font-size: 16px;
    line-height: 2;
    color: #333;
    font-weight: bold;
}

.t_c1k2tancon .p1_666 {
    padding: 30px 0;
}

.t_c1k2tancon .p1_666 p {
    margin-bottom: 16px;
}

.t_cak2tic {
    width: 16px;
    margin-right: 16px;
    position: relative;
    top: 9px;
}

.t_cak2tic img {
    width: 100%;
}

.t_c1k2tli {
    width: calc(100% - 32px);
}

.t_c1k2tli p {
    color: #999;
    font-size: 16px;
    line-height: 2;
}

.t_c1k2tul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 19px;
    padding-top: 14px;
}

.c1tclose {
    position: absolute;
    top: -45px;
    right: -45px;
    width: 90px;
    height: 90px;
    background: #eee;
    border-radius: 50%;
    cursor: pointer;
}

.c1tclose img {
    width: 13px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.t_c1k2tan {
    display: none;
}

.t_d1_box {
    border-bottom: 1px solid #e8ecf0;
}

.t_c1nr::before {
    content: url(/Public/Cn/images/0b1_bg_05.jpg);
    position: absolute;
    top: 0;
    right: 0;
    width: 1135px;
}

ul.t_c1k2tul {
    padding: 6px 0;
}

.t_c1nr {
    position: relative;
}

.t_c1kwai1 {
    position: relative;
}

.t_c1kwai1::before {
    content: url(/Public/Cn/images/0c1_bg_02.png);
    width: 1459px;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.t_c1kwai1::after {
    content: url(/Public/Cn/images/0c1_bg_04.jpg);
    width: 461px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.t_c1k2 {
    position: relative;
    z-index: 3;
}

.t_c1k3 {
    padding-bottom: 10px;
}

.t_f1k1pic::before {
    content: '';
    width: 285px;
    height: 182px;
    background: #fcb74a;
    border-bottom-right-radius: 52px;
    overflow: hidden;
    position: absolute;
    bottom: -22px;
    left: -22px;
}

.t_f1k1pic::after {
    content: url(/Public/Cn/images/0f1_bg0.png);
    position: absolute;
    top: -8px;
    right: 0;
    width: 591px;
}

.t_f1k2date {
    margin-bottom: 8px;
}

.t_f1k2h6 {
    margin-bottom: 11px;
}

.t_f1k4 {
    position: relative;
}

.t_f1k4::before {
    content: url(/Public/Cn/images/0f1_bg1.png);
    width: 1163px;
    position: absolute;
    right: 10px;
    top: 0;
}

.t_f1k5 {
    position: relative;
}

.t_f1k5::before {
    content: url(/Public/Cn/images/0f1_b1.png);
    width: 725px;
    position: absolute;
    right: 0px;
    top: 0;
}

.t_f1k5nr {
    position: relative;
    z-index: 2;
}

.t_f1k5::after {
    content: url(/Public/Cn/images/0f1_b2.png);
    width: 1420px;
    position: absolute;
    left: 0px;
    bottom: 0;
}

.t_ban1 {
    position: relative;
}

.t_ban1::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .06);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.t_boxp2 {
    max-height: 256px;
    overflow: hidden;
}

.t_box4li:first-of-type {
    border-left: 1px solid #eee;
}

.t_box5pic2 img {
    width: 100%;
}

.t_botnr {
    display: inline-block;
}

/* .t_wxshare .t_botkuai {
    text-align: center;
} */
.t_botshare a {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.t_box2pic img {
    width: 100%;
}

.header2 .logo {
    width: 120px;
}

.t_box4ul {
    width: 100%;
}

.slick-dots li.slick-active {
    background: #1b50a9;
}

.slick-dots li {
    background: #848484;
    border: 0;
}

.t_box5nr {
    position: relative;
    z-index: 3;
}

.t_ban1 .t_banpic1 img {
    width: 100%;
}

.t_b1k6rg .p1_666 p {
    max-height: 192px;
    overflow: hidden;
}

.t_ban1 {
    z-index: 2;
}

.slick-dots {
    position: relative;
    bottom: -20px;
}

.t_b1k6litit {
    width: calc(100% - 40px);
    overflow: hidden;
}

.t_b1k6litit p {
    white-space: nowrap;
}

.t_c1k3wen .p1_fff p {
    max-height: 160px;
    overflow: hidden;
}

.t_c1k1 {
    position: relative;
    z-index: 3;
}

.t_d1_box .t_d1_tab.t_d1_tablcq:nth-child(5) {
    border-right: 1px solid #e8ecf0;
}

.t_c1k3litit {
    width: calc(100% - 40px);
    height: 100px;
    overflow: hidden;
}

.l_g1sect1_list1ini img {
    width: 100%;
}

.l_g1sect1_tab {
    cursor: pointer;
}

.td {
    height: 100%;
}

.t_d1_bglb {
    height: 100%;
}

.t_d1_jin {
    position: absolute;
    height: 100%;
}

.t_banpic .t_banpict.slick-active .t_title {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.t_box5xin {
    overflow: hidden;
}

.t_b1k1 {
    overflow: hidden;
}

.t_b1k2 {
    overflow: hidden;
}

.t_b1k3x {
    overflow: hidden;
}

.t_b1k3ul {
    overflow: hidden;
}

.t_b1k4cardti .t_b1k4carli {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}

.t_b1k4xin .t_b1k4to.slick-active .t_b1k4photo {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.5s;
}

.t_b1k4xin .t_b1k4to.slick-active .t_b1k4shao .h5_333 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}

.t_b1k4xin .t_b1k4to.slick-active .t_b1k4shao .p1_848484 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.7s;
}

.t_b1k4xin .t_b1k4to.slick-active .t_more1 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}

.t_b1k5yearx.slick-active .t_b1k5yz {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s;
}

.t_b1k5yearx.slick-active .t_b1k5yy ul li {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}

.l_b2sect1_lists {
    overflow: hidden;
}

.l_e1_top {
    overflow: hidden;
}

footer {
    position: relative;
    z-index: 9;
}

.l_g1sect1_infobox.open .l_g1sect1_info:first-of-type {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s;
}

.l_g1sect1_infobox.open .l_g1sect1_info:nth-of-type(2) {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}

.l_g1sect1_infobox.open .l_g1sect1_info:last-of-type {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.7s;
}

.l_g1sect1_list1ini {
    cursor: pointer;
}

.t_f1zhuan {
    cursor: pointer;
}

.t_box5ci {
    margin-bottom: 28px;
}

.t_b1k6litit p {
    font-size: 16px;
}

.t_f1k3rong::before {
    z-index: 9;
}

.t_b1k4carli::before {
    z-index: 9;
}

/* tian */
.t_b1k5shu {
    padding: 26px 0;
}

.t_b1k5year {
    height: 95px;
}

.t_b1k5lunbo .slick-center.t_b1k5year .t_b1k5shu {
    top: -10px;
}

.t_b1k5year.slick-current::after {
    top: 70px;
}

.t_b1k5lunbo {
    top: 34.5px;
}

.t_b1k5bg img {
    height: 100%;
    width: auto;
}

.g_syhead {
    z-index: 110;
}

.t_b1k5yuenr a {
    font-size: 16px;
    line-height: 48px;
    color: #fff;
}

.t_d1_bg_list .t_d1_tab {
    vertical-align: middle;
}

.t_b1hz {
    position: relative;
}

.t_d1_hbg {
    opacity: 0;
}

.t_c1k1.act .t_d1_hbg {
    animation: fadeInLeft 1.6s;
    opacity: 1;
}

.t_b1k4ul .slick-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    z-index: 20;
    cursor: pointer;
    right: -40px;
    top: 160px;
    box-shadow: 0px 0px 12px 0px rgb(38 58 115 / 20%);
}

.t_b1k4ul .slick-next::before {
    content: url(/Public/Cn/images/0c1_ic2.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
}

.t_b1k4ul .slick-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    z-index: 20;
    left: -40px;
    top: 160px;
    cursor: pointer;
    box-shadow: 0px 0px 12px 0px rgb(38 58 115 / 20%);
}

.t_b1k4ul .slick-prev::before {
    content: url(/Public/Cn/images/0c1_ic1.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
}

.t_b1k4li {
    margin: 0 20px;
    padding: 0;
}

.t_b1k4 .g_content {
    width: 1340px;
    margin: auto;
}

.t_b1k4to {
    margin: 0 70px;
}

/* e3 */
.l_e3sect1_listp p {
    position: relative;
    top: 0;
}

.l_e3sect1_listtitle h6 {
    position: relative;
    top: 0;
}

.t_b1k5bg {
    overflow: hidden;
}

.l_e3sect1_listtime1 {
    color: #999;
    font-size: 18px;
    line-height: 1.75;
    opacity: 1;
    transition: all .45s ease-in;
}

.l_e3sect1_more {
    position: absolute;
    width: 100%;
    background-color: rgba(27, 80, 169, 0);
    padding: 22px 0px;
    margin-top: 0px;
    top: 0;
    transition: all .45s ease-in;
    z-index: 9;
}


.l_e3sect1_list .t_e3jia {
    position: relative;
    top: 32px;
    transition: all .45s ease-in;
}

.l_e3sect1_listmore {
    position: relative;
    top: 6px;
}

.l_e3sect1_listmore img {
    width: 35px;
}

.l_e3sect1_list {
    overflow: visible;
}

.t_b1k3biao {
    width: 424px;
}

.t_b1k3biao img {
    width: 100%;
}

.t_b1k5zhou {
    background: transparent;
}

.t_b1k5zhou p {
    overflow: hidden;
    width: 50%;
}

.t_b1k5zhou .g_line1::before {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    right: 50%;
    background: linear-gradient(to right, transparent, #fff);
    z-index: 2;
    overflow: hidden;
}

.t_b1k5zhou .g_line2::before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    background: linear-gradient(to right, #fff, transparent);
    z-index: 2;
    overflow: hidden;
}

.t_b1k5zhou.on .g_line1::before {
    width: 50%;
    animation: line1 1.6s ease;
    animation-iteration-count: 1;
}

.t_b1k5zhou.on .g_line2::before {
    width: 50%;
    animation: line2 1.6s ease;
    animation-iteration-count: 1;
}

@-webkit-keyframes line1 {
    0% {
        width: 0;
    }

    100% {
        width: 50%;
    }
}

@-webkit-keyframes line2 {

    0% {
        width: 0;
    }

    100% {
        width: 50%;
    }

}

.t_sear_boxr button {
    width: 28px;
}

.t_sear_boxl {
    width: calc(100% - 42px);
}

.t_foot2li a:last-of-type {
    color: rgba(255, 255, 255, .06);
}

.t_f1k3bgpic {
    z-index: 2;
}

.t_f1k3rong::before {
    z-index: 9;
    display: block;
}

.t_kanic img {
    width: 15px;
    height: 15px;
}

.t_banpic a {
    display: block;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.t_box2nr {
    background: #f3f5f8;
}

.t_box2 {
    background: #f3f5f8;
}

.t_banpict img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    /* object-fit: none; */
}

.t_banpict {
    width: 100vw;
    height: auto;
    position: relative;
}

.t_ban.t_banhead.t_syban {
    margin-top: 80px;
}

.t_banpic a {
    height: auto;
}

.t_boxp3 {
    height: 192px;
}

.t_b1k5yuenr {
    width: calc(100% - 106px);
}

.h4_fff h4 {
    white-space: nowrap;
}

/* 加 */
.l_g1sect1_infoimg {
    position: relative;
    width: 555px;
}

.l_g1sect1_infotext {
    width: calc(100% - 555px);
    padding-right: 180px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.t_g1b1xin {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.l_g1sect1_ly {
    top: 0;
}

.l_g1sect1_infotext h4 {
    font-size: 24px;
    line-height: 1.75;
    color: #1b50a9;
    font-weight: bold;
    position: relative;
    top: -7px;
    margin-bottom: 40px;
}

.l_g1sect1_content {
    padding: 40px 0 44px;
}

.t_g1b1 {
    padding-bottom: 50px;
}

.l_g1sect1_info:last-of-type {
    margin-bottom: 10px;
}

.t_g1b1xindi {
    padding-bottom: 10px;
}

.l_g1sect1_infoi {
    top: 0px;
}

/* 中加箭头 */
.t_c1k2lun .slick-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url(/Public/Cn/images/1prev.png);
    background-size: 100% 100%;
    left: -38px;
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 6%);
}

.t_c1k2lun .slick-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url(/Public/Cn/images/1next.png);
    background-size: 100% 100%;
    right: -38px;
    box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 6%);
}

.xialaph h5 a {
    display: block !important;
    width: 100%;
    height: 100%;
}

.xialaph h4 a {
    height: 100%;
    display: inline-block;
    width: calc(100% - 30px);
}

.t_c1gpic {
    width: 36px;
}

.t_c1jia04 .t_d1_tabname {
    width: 9%;
}

.t_c1jia04 .t_d1_tabfunc {
    width: 10%;
}

.t_c1jia04 .t_d1_tabzheng {
    width: 13%;
}

.t_c1jia04 .t_d1_tabfunc1,
.t_d1_tabfunc2 {
    width: 11%;
}

.t_c1jia04 .t_d1_bg_list .t_d1_tab.t_d1_tabzheng {
    padding: 28px 20px;
}

.ys_imgbox_cover {
    position: relative;
    overflow: hidden;
}

.ys_imgbox_cover img {
    width: 100%;
    transition: all .36s;
}

.ys_imgbox_cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.t_d1picsh {
    max-width: 120px;
    margin: 0 auto;
}

.t_d2_blod3 .t_d2_tab:nth-of-type(2n) {
    background: #fff;
}

.t_d2_blod3 {
    display: flex;
    align-items: stretch;
}

.t_d2_blod3 .t_d2_tablcq {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t_d2_blod3 .t_d2_tablcq {
    padding-left: 4px;
    padding-right: 4px;
}

.t_d1_tablcq {
    width: 7.666667%;
}

.t_d1_bglb .t_d1_tablcq,
.t_d2_tablcq {
    width: 16.666667%;
}

.t_d2_tab.t_d2_tablcq:nth-child(5) {
    border-right: 1px solid #e8ecf0;
}

.t_d2_tab.t_d2_tablcq:nth-child(6) {
    border-right: 0px;
}

.t_d2_blod {
    display: flex;
}

/* 2025.6.30新增-start */
.ys-cont1200 {
    width: 85vw;
    max-width: 1200px;
    margin: auto;
}

.investor-nav-list-li.act .inll-link {
    color: #1B50A9;
}

.h5_333 {
    color: #333;
    font-size: 20px;
    line-height: 1.75;
    font-weight: bold;
}

.investor-nav-list {
    display: flex;
    justify-content: space-between;

}

li.investor-nav-list-li {
    width: calc(100% / 6);
    display: flex;
    justify-content: center;
}

.inll-link {
    color: #666;
    padding: 10px 0;
    display: block;
    width: fit-content;
}

.h2_333 {
    color: #333;
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
}

.investor-govern-cry p {
    color: #666;
    font-size: 18px;
    line-height: 1.5;
}

.investor-title .h2_333 {
    margin-bottom: 16px;
    position: relative;
    padding-left: 26px;
}

.investor-title .h2_333::before {
    content: "";
    background: linear-gradient(to bottom,
            #F8B500 0%, #F8B500 50%,
            #1B50A9 50%, #1B50A9 100%);
    ;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 14px;
}

.investor-title {
    margin-bottom: 50px;
}

.investor-main-pad {
    padding-top: 120px;
}

.investor-main-pad1 {
    padding-bottom: 120px;
}

.investor-govern {
    padding-top: 80px;
}

.igit-le {
    width: 69.33%;
}

.ys-imgbox-cover {
    position: relative;
    overflow: hidden;
}

.ys-imgbox-cover img {
    width: 100%;
    transition: all 0.36s ease-in-out;
}

.ys-imgbox-cover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.igit-ri {
    width: 29%;
    position: relative;
}

.igit-ri .ys-imgbox-cover {
    width: 100%;
    height: 100%;
}

.investor-govern .t_kan1w {
    color: #fff;
}

.h3_666 {
    color: #666;
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
}

.igit-ri-title {
    color: #fff;
    font-weight: unset;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 30px;
    z-index: 5;
}

.igit-ri-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 30px;
}

.igit-le {
    background: #1B50A9;
}

.igit-le img {
    height: 100%;
    object-fit: cover;
}

.investor-govern-list-li {
    display: flex;
    justify-content: space-between;
}

.igit-ri-btn .t_kanic {
    background: #fff;
}

.investor-govern-list .investor-govern-list-li:nth-child(even) {
    flex-direction: row-reverse;
}

.investor-govern-list .investor-govern-list-li:nth-child(even) .igit-ri-cry {
    height: 48%;
}

.investor-govern-list .investor-govern-list-li:nth-child(even) .igit-ri {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.investor-govern-list {
    --jian1: 20px;
}

.investor-govern-list-li {
    margin-bottom: var(--jian1);
}

.investor-govern-list .investor-govern-list-li:last-child {
    margin-bottom: 0 !important;
}

.investor-govern-list .investor-govern-list-li:nth-child(even) .igit-ri-title {
    padding: 30px;
}

.investor-govern-list .investor-govern-list-li:nth-child(even) .igit-ri-btn {
    padding: 18px 30px;
}

.igit-ri-cry {
    position: relative;
}

.igit-le img {
    transform: scale(1) !important;
}

.investor-govern {
    position: relative;
}

.investor-govern-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.investor-govern-bg img {
    width: 100%;
}

.investor-nav {
    border-bottom: 1px solid #E4E4E4;
}

.idll-ri {
    width: 55.17%;
}

.idll-le {
    width: 44.83%;
    padding: 70px 46px;
    background: #1B50A9;
}

.idll-ri img {
    object-fit: cover;
    height: 100%;
}

.swiper-slide.investor-develop-li {
    height: auto;
}

.investor-develop-li-link {
    height: 100%;
}

.investor-develop-li-link {
    display: flex;

}

.investor-develop-li {
    width: 100%;
}


.idll-le-title {
    color: #fff;
    font-weight: unset;
    margin-bottom: 16px;
}

.idll-le-cry p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.75;
}

.idll-le-cry {
    margin-bottom: 86px;
}

.investor-develop-li .t_kan1w {
    color: #fff;
}

.investor-develop-li .t_kanic {
    background: #fff;
}

.investor-develop {
    position: relative;
    background: #F3F5F8;
    padding-bottom: 120px;
}

.investor-develop-bg {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #EDF0F4;
    text-align: center;
    font-size: 160px;
    font-weight: 900;
    letter-spacing: 16px;
}

.investor-develop-bg img {
    width: 100%;
}


.investor-develop-li {
    transition: all 0.36s ease-in-out;
    opacity: 0.5;
}

.swiper-slide-active.investor-develop-li {
    opacity: 1;
}

.investor-develop-swiper {
    overflow: visible !important;
}

.investor-develop-swiper .swiper-pagination {
    bottom: -50px !important;
}

.swiper-pagination-bullet {
    transition: all 0.36s ease-in-out;
}

.swiper-slide {
    transition-property: opacity !important;
}

/* 赛马灯 */
.investor-dynamics-run {
    position: relative;
    display: flex;
}

.investor-dynamics-run1 {
    margin-bottom: 20px;
}

.investor-dynamics-run-list {
    width: calc((312px* var(--width-shu)) +(20px* var(--width-shu)));
}

.investor-dynamics-run-list {
    display: flex;
    flex-shrink: 0;
}

.investor-dynamics-run1 .investor-dynamics-run-list1 {
    animation: donghua1 linear infinite;
}

@keyframes donghua1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes donghua2 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.investor-dynamics-run1 .investor-dynamics-run-list2 {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    animation: donghua2 linear infinite;
}


@keyframes donghua5 {
    from {
        transform: translateX(200%);
    }

    to {
        transform: translateX(100%);
    }
}

.investor-dynamics-run1 .investor-dynamics-run-list3 {
    transform: translateX(200%);
    position: absolute;
    top: 0;
    left: 0;
    animation: donghua5 linear infinite;
}

@keyframes donghua6 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(200%);
    }
}

.investor-dynamics-run2 .investor-dynamics-run-list3 {
    transform: translateX(200%);
    position: absolute;
    top: 0;
    left: 0;
    animation: donghua6 linear infinite;
}

.shrl-li {
    width: 312px;
    margin-right: 20px;
    display: inline-block;
    flex-shrink: 0;
}

.investor-dynamics-list {
    margin-top: -245px;
    position: relative;
    z-index: 10;
}

.investor-dynamics-run-box {
    width: auto;
}

.investor-dynamics-run2 .investor-dynamics-run-list1 {
    animation: donghua3 linear infinite;
}

.investor-dynamics-list .investor-title .h2_333::before {
    background: linear-gradient(to bottom, #FFF 0%, #FFF 50%, rgba(255, 255, 255, 0.70) 50%, rgba(255, 255, 255, 0.70) 100%);
}

.investor-dynamics-list .investor-title .h2_333 {
    color: #fff;
}

.idls-pagination {
    opacity: 1;
}

.investor-dynamics.empty .idls-pagination {
    opacity: 0;
}

.idls-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #848484;
    opacity: 1;
    margin: 0 5px;
}

.idls-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1B50A9;
}

@keyframes donghua3 {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
}

.investor-dynamics-run2 .investor-dynamics-run-list2 {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    animation: donghua4 linear infinite;
}

@keyframes donghua4 {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

.investor-dynamics-run-box {
    position: relative;

}

.investor-dynamics-run-box::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(27, 80, 169, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.nitl-li-link {
    color: #333;
    font-size: 20px;
    line-height: 1.75;
    padding: 10px 20px;
    display: block;
}

.notice-info-tab-list {
    --jian1: 20px;
    display: flex;
    margin: 0 calc(var(--jian1) * -1);
}

.nitl-li {
    padding: 0 var(--jian1);
}

.nitl-li.act .nitl-li-link {
    border-bottom: 1px solid #1B50A9;
}

.notice-info {
    position: relative;
}

.notice-info::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ECECEC;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.notice-cry {
    padding-top: 40px;
}

.ncty-img {
    width: 24px;
    cursor: pointer;
}


.ncty-input {
    color: #666;
    font-size: 16px;
    line-height: 1.75;
}

.notice-cry-top-year {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 17.83%;
    border: 1px solid #D8D9E0;
    padding: 12px 24px;
    height: 46px;
    align-items: center;
    border-radius: 5px;
}

.ncty-info-list {
    max-height: 148px;
}

.notice-main .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.notice-main .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.notice-main .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.notice-main .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
}

.notice-main .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #1B50A9;
}

.notice-main .mCSB_scrollTools {
    width: 4px;
}

.ncty-info {
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
}

.ncty-info-list-li {
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}


.ncty-info-list-li {
    color: #666;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.cill-squ {
    position: relative;
    transition: all 0.4s ease;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #D8D9E2;
    background: #F8F8F8;
}

.cill-squ::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: #1B50A9;
    transition: all 0.36s ease-in-out;
    opacity: 0;
}

.ncty-info-list-li.on .cill-squ::before {
    opacity: 1;
}

.ncty-info-list {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 12px 15px 12px 24px;
    border-radius: 5px;
    border: 1px solid #D8D9E0;
}

.ncty-info-list .ncty-info-list-li:last-child {
    margin-bottom: 0 !important;
}

.ncts-img {
    width: 24px;
}

.ncts-search-link {
    color: #1B50A9;
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
}

.notice-cry-top-search {
    width: 40.33%;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #D8D9E0;
    height: 46px;
    padding: 12px 10px;
    align-items: center;
}

.notice-cry-top {
    display: flex;
    justify-content: space-between;
}

.ncts-text::placeholder {
    color: #747474;
    font-size: 16px;
    line-height: 175%;
}

.ncts-text {
    color: #666;
    font-size: 16px;
    flex: 1;
    padding: 0 12px;
}

.ncts-search {
    padding-right: 24px;
}

.notice-cry-bottom-list .ncbl-li:first-child {
    background: #1B50A9;
    padding: 10px 32px;
}

.notice-cry-bottom-list .ncbl-li:first-child .ncbl-li-title {
    color: #FFF;
    font-size: 20px;
    line-height: 1.6;
}

.notice-cry-bottom-list .ncbl-li:first-child .ncbl-li-time {
    color: #FFF;
    font-size: 20px;
    line-height: 1.6;
}

.notice-cry-bottom-list .ncbl-li:first-child .ncbl-li-btn {
    color: #FFF;
    font-size: 20px;
    line-height: 1.6;
}

.ncbl-li {
    display: flex;
    justify-content: space-between;

}

.notice-cry-bottom {
    margin-top: 40px;
}

.ncbl-li-title {
    color: #333;
    font-size: 18px;
    line-height: 1.75;
    width: 50.83%;
    transition: all 0.36s ease-in-out;
}

.ncbl-li-time {
    color: #999;
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    width: 70px;
    text-align: left;
}

.ncbl-li-btn {
    color: #1B50A9;
    font-size: 16px;
    line-height: 1.75;
    width: 5.5%;
    text-align: center;
}

.ncbl-li-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 32px;
    border-bottom: 1px solid #D8D9E0;
}

.notice-cry .g_pcfy {
    margin-top: 60px;
}

.invrel-ph-img {
    display: none;
}

.invrel-main-img {
    width: 100%;
}

.invrel-main-img img {
    width: 100%;
}

.invrel-cry {
    position: relative;
    padding-bottom: 140px;
}

.invrel-cry-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.invrel-cry .ys-cont1200 {
    padding-top: 56px;
}

.ncty-img {
    transition: all 0.36s ease-in-out;
}

.notice-cry-top-year.act .ncty-img {
    transform: rotate(180deg);
}

.ncty-info {
    display: none;
}

.notice-cry-top-year {
    cursor: pointer;
}

.islb-title {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 70px;
}

.idls-slide-link {
    padding: 20px;
    background: #FFF;
    display: flex;
    box-shadow: 10px 10px 25px 0px rgba(14, 53, 118, 0.10);
    height: 100%;
    flex-direction: column;
}

.investor-dynamics-list-swiper {
    padding: 20px !important;
    margin: -20px !important;
}

.idls-slide.swiper-slide {
    height: auto;
}

.idls-slide-link-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-top: 30px;
}

.idls-pagination {
    position: unset !important;
    text-align: center;
    margin-top: 40px;
}

.igll-img {
    width: 69.33%;
}

.igll-img img {
    height: 100%;
    object-fit: cover;
}

.investor-dynamics-list .ys-cont1200 {
    position: relative;
}

.invrel-cry-bg img {
    width: 100%;
}

.ybcd-li svg {
    opacity: 0;
    transition: all 0.36s ease-in-out;
}

.ybcd-li.on svg {
    opacity: 1;

}

.ybcd-li {
    position: relative;
}

.ybcd-li.on::after {
    opacity: 0;
}

.ybcd-li::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1B50A950;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s;
    opacity: 0.5;
}

.ys-ban-control {
    margin-top: 40px;
}

.ys-ban-control-dots {
    display: flex;
    justify-content: center;
}

.ybcd-li {
    position: relative;
    margin: 0 10px;
}

.igit-ri-link {
    height: 100%;
    display: block;
}



.investor-dynamics-run-box {
    background: #1B50A9;
    padding: 15px 0;
}

.investor-nav,
.investor-govern,
.investor-develop,
.investor-dynamics {
    overflow: hidden;
}

.ncty-info-list-li {
    transition: all 0.36s ease-in-out;
}

.ybcd-li {
    cursor: pointer;
    transform: rotate(-85deg) !important;

}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .ncbl-li-link:hover .ncbl-li-title {
        color: #1B50A9;
    }

    .ncty-info-list-li:hover {
        color: #1B50A9;
    }

    .inll-link:hover {
        color: #1B50A9;
    }

    .idls-slide-link:hover .t_kanic img {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    .igit-ri-link:hover .t_kanic img {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    .investor-develop-li-link:hover .t_kanic img {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    .igll-img:hover img {
        transform: scale(1.05);
    }
}

/* 2025.6.30新增-end */

/* 2025.7.8 lucas start */

.investor-dynamics-list-swiper {
    padding: 40px !important;
    margin: -40px !important;
}

.invrel-main-img p .invrel-pc-img:nth-child(1) {
    margin-bottom: 90px;
}

.investor-develop-li {
    opacity: 0.4;
}

/* 2025.7.8 lucas end */