﻿@charset "utf-8";

@font-face {
    font-family: 'montserratbold';
    src: ;
    src:  format('embedded-opentype'),
         format('woff2'),
         format('woff'),
         format('truetype'),
         format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'anton';
    src: ;
    src:  format('embedded-opentype'),
         format('woff2'),
         format('woff'),
         format('truetype'),
         format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: "microsoft yahei", "pingfang sc", "helvetica neue", helvetica, arial;
}

/*分享翻译*/
#bswxbox .bstop:after {
    /*分享中文版本*/
    content: '- 微信';
    /*分享英文版本*/
    /* content: '- weixin'; */
    display: block;
    position: absolute;
    left: 85px;
    top: 50%;
    font-size: 14px;
    transform: translatey(-50%);
}

#bswxbox .bstop:before {
    /*分享中文版本*/
    content: '分享到';
    /*分享英文版本*/
    /* content: 'share the'; */
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 14px;
    transform: translatey(-50%);
}

html {
    font-size: 10px;
}

a {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.iconfont {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/* @color */
.jz_color_main {
    color: #43cfd7;
}

.jz_color_blue {
    color: #00226d;
}

.jz_color_purple {
    color: #865fff;
}

.jz_color_gray {
    color: #3d4c60;
}

.jz_color_light {
    color: #c1c6c8;
}

.jz_color_gradient {
    color: #333;
    background-image: -webkit-linear-gradient(0deg, #43cfd7, #865fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jz_bgcolor {
    background-color: #f0f4ff;
}


.c_e4,
.mc_d3s1,
.mc_d2s1,
.jz_bgcolor2 {
    background-color: #fbfbfb;
}

/* @title */
.yxedr_active h1,
.jz_title64 {
    font-size: 64px;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
}

.yxedr_active h2,
.jz_title48 {
    font-size: 48px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
}

.jz_title40 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
}

.yxedr_active h3,
.jz_title34 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: bold;
    color: #0d2648;
}

.jz_title32 {
    font-size: 32px;
    line-height: 1.5;
    color: #0d2648;
}

.yxedr_active h4,
.jz_title30 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: bold;
    color: #0d2648;
}

.jz_title28 {
    font-size: 28px;
    line-height: 1.5;
}

.yxedr_active h5,
.jz_title24 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    color: #0d2648;
}

.jz_title20 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #0d2648;
}

.jz_title1824px {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

/* @txt */
.jz_txt1421,
.jz_txt1421 p {
    font-size: 14px;
    line-height: 1.5;
    color: #3d4c60;
}

.jz_txt1428,
.jz_txt1428 p {
    font-size: 14px;
    line-height: 2;
    color: #3d4c60;
}

.yxedr_active p,
.jz_txt1628 p,
.jz_txt1628 {
    font-size: 16px;
    line-height: 1.75;
    color: #3d4c60;
}

.jz_txt1632,
.jz_txt1632 p {
    font-size: 16px;
    line-height: 2;
    color: #3d4c60;
}

.jz_txt1832px p,
.jz_txt1832px {
    font-size: 18px;
    line-height: 32px;
}

.jz_txt1836 p,
.jz_txt1836 {
    font-size: 18px;
    line-height: 2;
}

.jz_txt2030,
.jz_txt2030 p {
    font-size: 20px;
    line-height: 1.5;
    color: #3d4c60;
}

.jz_txt2639,
.jz_txt2639 p{
    font-size: 26px;
    line-height: 1.5;
    color: #3d4c60;
}

.jz_txt3036,
.jz_txt3036 p {
    font-size: 30px;
    line-height: 1.2;
    color: #3d4c60;
}

.jz_txt_dots p {
    font-size: 16px;
    line-height: 2;
    position: relative;
    z-index: 1;
    padding-left: 1.25em;
}

.jz_txt_dots p:not(:last-child) {
    margin-bottom: 1em;
}

.jz_txt_dots p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: #43cfd7;
}

/* @spacing */
.jz_section_spacing {
    font-size: 1rem !important;
}

.jz_content_spacing {
    font-size: 1rem !important;
    margin-top: 6em;
}

/* @btn */
.jz_btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    min-width: 135px;
    line-height: 45px;
    padding: 0 1.5em;
    text-align: center;
    color: #fff;
    background: #00226d;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .36s;
    cursor: pointer;
}

.jz_btn_green {
    background: #43cfd7;
    box-shadow: none;
}

.jz_more_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 32px;
    transition: all .36s;
}

.jz_more_btn img {
    width: 1em;
    margin-left: 8px;
}

/* header start */
.mc_navbar {
    font-size: 10px;
}

.mc_navbar_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 0 6.6em;
}

.mc_navbar_logo>a,
.mc_navbar_language a,
.mc_nav_a {
    display: block;
}

.mc_navbar_language img,
.mc_navbar_search img,
.mc_navbar_logo img {
    width: 100%;
}

.mc_navbar_logo {
    width: 134px;
}

.mc_navbar_logo,
.mc_nav_a,
.mc_navbar_search,
.mc_navbar_language {
    line-height: 80px;
}

.mc_navbar_l {
    flex: none;
}

.mc_navbar_r {
    flex: none;
    display: flex;
    align-items: center;
}

.mc_navbar_logo {
    width: 134px;
}

.mc_nav {
    display: flex;
    margin: 0 -2em;
}

.mc_nav_li {
    padding: 0 2em;
}

.mc_nav_a {
    font-size: 16px;
    color: #0d2648;
}

.mc_navbar_search {
    width: 22px;
    cursor: pointer;
}

.mc_navbar_lang_btn {
    width: 22px;
}

.mc_navbar_line {
    width: 1px;
    height: 15px;
    background-color: #0d2648;
    opacity: .6;
    margin: 0 2.4em;
}

.mc_navbar {
    position: fixed;
    left: 0;
    top: 0%;
    width: 100%;
    padding-top: 50px;
}

/* 下拉 */
.mc_subnav_box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-size: 10px;
    display: inline-block;
}

.mc_subnav_container {
    background: #ffffff;
    border-radius: 20px;
    padding: 4.3em 10.4em 4.1em 8.6em;
    display: flex;
    margin-top: 3em;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .1);
}

.mc_subnav_l {
    flex: none;
    padding-top: 3.2em;
    min-width: 17.6em;
}

.mc_subnav_product .mc_subnav_l {
    padding-top: 1.2em;
}

.mc_subnav_r {
    flex: none;
    margin-left: auto;
}

.mc_subnav_m {
    padding: 2.4em 5.7em 0;
    flex: auto;
}


.mc_subnav_product .mc_subnav_m {
    max-width: 700px;
}

.mc_subnav_title {
    padding-right: 1em;
    color: #0d2648;
}

.mc_subnav_logo {
    width: 190px;
}

.mc_subnav {
    width: 430px;
    display: flex;
    flex-wrap: wrap;
}

.mc_subnav_li {
    width: 33.333333%;
    margin: 2em 0;
}

.mc_subnav_a {
    padding-right: 1em;
    color: #0d2648;
}

.mc_nav_dots {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 32px;
    padding-left: 1em;
}

.mc_nav_dots::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    line-height: inherit;
    color: #43cfd7;
}

.c_e2p2_dots{
    position: absolute;
    left:21.60%;
    top:73%;
    transform: translate(-50%,-50%);
    font-size: 10px;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    background: #43cfd7;
}

.c_e2p2_dots::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    width: 3.8em;
    height: 3.8em;
    background: #43cfd7;
    opacity: 0.6;
    border-radius: inherit;
}

.c_e2p2_dots::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -2;
    transform: translate(-50%,-50%);
    width: 5.6em;
    height: 5.6em;
    background: #43cfd7;
    opacity: 0.6;
    border-radius: inherit;
}

.mc_subnav_box {
    display: none;
}

.mc_subnav_product .mc_subnav_container {
    padding: 4.4em 5.7em 5em 8.6em;
}

.mc_subnav_pro {
    display: flex;
}

.mc_prosubnav_li {
    width: 33.333333%;
}

.mc_prosubnav_a {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #0d2648;
    padding-right: 1em;
}

.mc_prothirnav_a {
    font-size: 16px;
    line-height: 1.75;
    color: #3d4c60;
}

.mc_prothirnav {
    margin-top: 24px;
}

.mc_prothirnav_li:not(:last-child) {
    margin-bottom: 12px;
    padding-right: 15px;
}

.mc_prosubnav_box {
    width: 384px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.mc_prosubnav_txtbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    z-index: 5;
    font-size: 10px;
    padding: 2.5em 6.5em 2.5em 3.5em;
}

.mc_prosubnav_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.mc_prosubnav_txt {
    margin: 12px 0 18px;
}

.mc_prosubnav_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mc_prosubnav_txt.jz_txt1428 {
    line-height: 2;
    max-height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mc_prosubnav_title,
.mc_prosubnav_txt p,
.mc_prosubnav_more {
    color: #fff;
}

.mc_subnav_container,
.mc_navbar_container,
.mc_navbar,
.mc_navbar>.ys_cont1400 {
    transition: all .5s ease;
}

.ys_hd_pc.isfixed .ys_cont1400 {
    width: 100%;
}

.ys_hd_pc.isfixed .mc_navbar {
    padding-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.ys_hd_pc.isfixed .mc_navbar_container {
    border-radius: 0;
}

.ys_hd_pc.isfixed .mc_subnav_container {
    border-radius: 0;
    margin-top: 0;
}

.ys_hd_pc.isfixed .mc_subnav_box {
    border-top: 1px solid #eee;
}

.ys_page_wrap:not(.ys_page_index) .ys_hd_pc {
    height: 80px;
}

.ys_page_wrap:not(.ys_page_index) .mc_navbar .ys_cont1400 {
    width: 100%;
}

.ys_page_wrap:not(.ys_page_index) .mc_navbar {
    padding-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.ys_page_wrap:not(.ys_page_index) .mc_navbar_container {
    border-radius: 0;
    padding: 0 12em;
}

.ys_page_wrap:not(.ys_page_index) .mc_subnav_container {
    border-radius: 0;
    margin-top: 0;
    padding: 4.4em 12em 5em;
}

.ys_page_wrap:not(.ys_page_index) .mc_subnav_box {
    border-top: 1px solid #eee;
}


.mc_msc_box {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.mc_msc_box input {
    flex: auto;
    height: 40px;
    border-bottom: 1px solid #eee;
}

.mc_msc_box button {
    flex: none;
    width: 24px;
    margin-left: 10px;
}


/* footer start */
.mc_cnzz span {
    display: inline-block;
    transform: translatey(-1px);
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_cnzz a {
    display: block;
    width: 50px;
    height: 12px;
}

.mc_cnzz img {
    width: 100%;
    vertical-align: top;
}

.mc_ft_copyright p {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.mc_ft_copyright p a,
.mc_ft_copyright p span {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    vertical-align: middle;
    margin-right: 5px;
}


.mc_ft_top {
    padding: 9.4em 0 20px;
    border-bottom: 1px solid rgba(61, 76, 96, .2);
}

.mc_ft_box {
    display: flex;
}

.mc_ft_logo {
    width: 134px;
    flex: none;
}

.mc_ft_message {
    flex: none;
}

.mc_ft_navbox {
    padding: 0 20px;
    margin: 0 auto;
}

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

.mc_ftnav_li {
    padding: 0 20px;
}

.mc_ft_logo>a {
    display: block;
}


.mc_ft_nav.jz_txt1421 p:not(.mc_ftnav_first) {
    padding: 0.5em 0;
}

.mc_ft_nav.jz_txt1421 p:not(.mc_ftnav_first) a {
    opacity: .6;
}

.mc_ft_nav.jz_txt1421 .mc_ftnav_first {
    font-size: 16px;
    color: #0d2648;
    margin-bottom: 1.25em;
}

.mc_ft_nav.jz_txt1421 p a {
    display: block;
}

.mc_ft_tel {
    text-align: center;
}

.mc_ft_telbtn {
    font-family: "montserratbold", "microsoft yahei", "pingfang sc", "helvetica neue", helvetica, arial;
    font-size: 28px;
    line-height: 34px;
    color: #00226d;
}

.mc_ft_telbtn img {
    width: 1em;
}

.mc_ft_qrcode {
    display: flex;
    margin: 28px -10px 0;
}

.mc_ftqr_li {
    margin: 0 10px;
    position: relative;
    z-index: 1;
}

.mc_ftqr_btn {
    width: 52px;
}

.mc_ftqr_imgbox {
    position: absolute;
    left: 50%;
    bottom: calc(100%   20px);
    transform: translatex(-50%) scale(0.5);
    width: 140px;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    transform-origin: center bottom;
    transition: all .36s;
    pointer-events: none;
}

.mc_ftqr_imgbox img {
    width: 100%;
}

.mc_ftqr_imgbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translatex(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.mc_ftlink_dt {
    color: #0d2648;
    flex: none;
}

.mc_ft_friendlink {
    display: flex;
    margin-top: 11em;
}


.mc_ftlink_dd p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.mc_ftlink_dd {
    padding-left: 30px;
    margin-right: -40px;
}

.mc_ftlink_dd a {
    opacity: .5;
}

.mc_ft_bot {
    display: flex;
    padding: 20px 0 6em;
}

.mc_ft_copyright p,
.mc_ft_quicklink p {
    font-size: 14px;
    line-height: 18px;
    color: rgba(13, 38, 72, .5);
}

.mc_ft_copyright {
    margin-right: auto;
}

.mc_ft_quicklink {
    flex: none;
    margin-left: 20px;
}

.mc_ft_quicklink p {
    display: inline-block;
    vertical-align: middle;
}

.mc_ft_quicklink p:not(:last-child)::after {
    content: "●";
    font-size: 0.5em;
    line-height: inherit;
    color: inherit;
    margin: 0 8px;
}

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

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

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

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

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

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

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 62.5%;
    height: 100%;
    background: linear-gradient(90deg, #00226d -0.41%, rgba(0, 34, 109, 0) 100%);
    opacity: 0.7;
}

.ys_ban_imgbox::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 55%;
    height: 100%;
    background: linear-gradient(-90deg, #00226d -0.41%, rgba(0, 34, 109, 0) 100%);
    opacity: 0.5;
}

.ys_ban_txtbox {
    z-index: 5;
}

.ys_ban_li {
    opacity: 1 !important;
}

.ys_ban_slick.nexting .ys_slick_prev {
    z-index: 999 !important;
}

.ys_ban_slick.nexting .ys_slick_active {
    z-index: 1000 !important;
}

.ys_ban_slick.preving .ys_slick_prev {
    z-index: 1000 !important;
}

.ys_ban_slick.preving .ys_slick_active {
    z-index: 999 !important;
}

.ys_ban_slick.nexting .ys_slick_active {
    animation: slideinright .8s ease-out both;
}

.ys_ban_slick.preving .ys_slick_prev {
    animation: slideoutright .8s ease-in both;
}

.ys_ban_title {
    color: #fff;
}

.jz_dots_style1 .slick-dots {
    bottom: 0;
}

.jz_dots_style1 .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 20px 0 0;
}

.jz_dots_style1 .slick-dots li.slick-active {
    background-color: #43cfd7;
}

.jz_dots_style2 .slick-dots {
    bottom: 0;
}

.jz_dots_style2 .slick-dots li {
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 5px;
    background: transparent;
    border: 1px solid transparent;
}

.jz_dots_style2 .slick-dots li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #c1c6c8;
    transition: all .36s;
}

.jz_dots_style2 .slick-dots li.slick-active {
    border-color: #43cfd7;
}

.jz_dots_style2 .slick-dots li.slick-active::before {
    background: #43cfd7;
}

.ys_banner .slick-dots {
    width: auto;
    text-align: left;
    left: calc((100% - 1400px)/2);
    bottom: 20.5em;
}

.ys_inban_title {
    color: #fff;
    width: 800px;
    max-width: 100%;
}

.ys_banner_inner .ys_ban_imgbox::after {
    display: none;
}

.ys_banner_inner .ys_ban_imgbox::before {
    background: linear-gradient(90deg, #00226d -0.41%, rgba(0, 34, 109, 0) 100%);
    opacity: 0.7;
}

.mc_breadnav_box {
    z-index: 5;
    padding-top: 24px;
}

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

.mc_breadnav>li {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.mc_breadnav>li:not(:last-child)::after {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 10px;
    opacity: 0.5;
}

.mc_breadnav>li:first-child a {
    opacity: 0.5;
}

.mc_breadnav>li>a {
    vertical-align: middle;
    font-size: inherit;
    line-height: inherit;
    color: #fff;
}

/* banner end*/

/* cater start */
/* 间距规范-start */
.c_padd1510 {
    padding: 15em 0 10em;
}

.c_padd1515 {
    padding: 15rem 0;
}

.c_padd1010 {
    padding: 10rem 0;
}

.c_padd10 {
    padding-top: 10em;
}

.c_paddb10 {
    padding-bottom: 10rem;
}

.c_padd15 {
    padding-top: 15em;
}

.c_paddb15 {
    padding-bottom: 15em;
}


.c_marb15 {
    margin-bottom: 15em;
}

.c_marb10 {
    margin-bottom: 10em;
}

.c_pb60 {
    margin-bottom: 6em;
}

.c_marb6 {
    margin-bottom: 6rem;
}

.c_marb5 {
    margin-bottom: 5em;
}

/* 间距规范-end */
.c_gtitle {
    position: relative;
    padding-left: 3.6rem;
    transform: translatex(-3.6rem);
}

.c_gtitle::after {
    font-size: 1rem;
    content: "";
    position: absolute;
    left: 0;
    /* bottom: 0; */
    top: -2rem;
    width: 7em;
    height: 7em;
    background: linear-gradient(149.26deg, #43cfd7 15.07%, rgba(134, 95, 255, 0) 82.37%);
    opacity: 0.21;
    border-radius: 50%;
    pointer-events: none;
}

/* c1-start */
.c_c1 {
    /* background: url(/uploads/image/peimages/c1_bg01.jpg) center repeat-y; */
    position: relative;
    z-index: 2;
}

.c_c1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/uploads/image/peimages/c1_bg01.jpg) center;
    filter: blur(4px);
    z-index: -2;
}

.c_c1_item {
    font-size: 1rem;
}

.c_c1_title {
    font-weight: 400 !important;
}

.c_c1_list:last-child {
    padding-bottom: 12.5rem;
}

.c_c1_childitem {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 4rem;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, .6);
}

.c_c1_childlist .c_c1_childitem:last-child {
    margin-bottom: 0;
}

.c_c1_childcon {
    display: block;
    display: flex;
    flex-wrap: wrap;
}

.c_c1_fl {
    position: relative;
    width: 50%;
}

.c_c1_fl_tit {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 0%;
    left: 0%;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.c_c1_fr {
    width: 50%;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

/* .c_c1_fr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
    filter: blur(2px);
} */

.c_c1_fr .c_flexbox {
    height: 100%;
    padding: 5rem 5rem;
}

.c_c1_fr .jz_txt1628 {
    margin-top: 2rem;
}

.c_c1_fr .jz_txt1628 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c_c1_flexbox_bot {
    margin-top: 40px;
}

.c_c1_fr .jz_btn {
    display: inline-block;
}

.c_flexbox_bot {
    text-align: right;
}

.c_side {
    position: fixed;
    top: 27rem;
    left: 3rem;
    z-index: 10;
}

.c_side_item {
    width: 140px;
    color: #a2aaad;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    transition: all 0.36s;
    cursor: pointer;
}

.c_side_item:last-child {
    margin-bottom: 0 !important;
}

.c_side_item.active {
    color: #43cfd7;
}

.c_side_item.active::after {
    background-color: #43cfd7;
    width: 25px;
}

.c_side_item::after {
    content: "";
    top: 50%;
    left: calc(100%   25px);
    width: 15px;
    height: 1px;
    background-color: #a2aaad;
    transform: translatey(-50%);
    position: absolute;
    transition: all 0.36s;
}

.c_side {
    opacity: 0;
    transform: translatex(-100%);
}

.c_side.start {
    opacity: 1;
    transform: translatex(0%);
    transition: all .5s;
}

.c_side.start.ending {
    opacity: 0;
    transform: translatex(-100%);
}

@media screen and (max-width:1830px) {
    .c_side {
        left: 1.5rem;
    }

    .c_side_item::after {
        left: calc(100%   7px);
        width: 8px;
    }

    .c_side_item:hover::after {
        width: 15px;
    }

    .c_side_item.active::after {
        width: 15px;
    }

}

/* c1-end */
/* e3-satrt */
.jz_btn a {
    width: 100%;
    height: 100%;
}

.c_e3 {
    font-size: 1rem;
}

.c_e3_navlist {
    background-color: #f1f4f9;
    padding: 7px;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
}

.c_e3_navitem {
    float: left;
    position: relative;
    z-index: 1;
}

.c_e3_smnavbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 3px;
    background-color: #43cfd7;
    transition: all 0.36s;
}

.c_e3_smallnav {
    position: relative;
}

.c_e3_navitem.active .c_e3_navcon {
    /* background-color: #43cfd7; */
    color: #fff;
}




.c_e3_navcon {
    padding: 0 3rem;
    min-width: 200px;
    line-height: 47px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #0d2648;
    border-radius: 3px;
    transition: all 0.36s;
}

.c_e3_conlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px 4rem;
    border-bottom: 1px solid #dddddd;
}

.c_e3_conitem {
    padding: 0 14px;
    width: 50%;
    margin-bottom: 5.5rem;
}

.c_e3_cons {
    width: 100%;
    height: 100%;
}

.c_e3_itemtop {
    border-radius: 20px;
    overflow: hidden;
}

.c_e3_itemtext p {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 25px;
    color: #0d2648;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* e3-end */

/* e4-start */
.c_e4 {
    font-size: 1rem;
    padding: 10rem 0 16rem;
}

.c_e4_eidt {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8rem;
}

.c_e4_eidt h5 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 18px;
    font-weight: normal !important;
}

.c_e4_eidt h6 {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
    color: #0d2648;
}

.c_e4_eidt p {
    color: #3d4c60;
}

.c_e4_eidt ol {
    color: #c1c6c8;
    padding-inline-start: 12px;
}

.c_e4_eidt ol li p {
    color: #c1c6c8;

}


.c_e4_eidt .c_dot::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    width: 7px;
    height: 7px;
    background-color: #43cfd7;
    border-radius: 50%;
    margin-right: 8px;
}

/* e4-end */


/* e5-start */
.c_e5 {
    font-size: 1rem;
    overflow: hidden;
    padding-bottom: 15rem;
    background-color: #fafafa;
}

.c_e5_tit {
    text-align: center;
}

.c_e5_tit .c_gtitle {
    display: inline-block;
}

.c_e5_smnav {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #f2f2f2;
}

.c_e5_smnavitem {
    margin: 0 6rem;
    padding: 0 0.5rem;
    font-size: 18px;
    line-height: 1.5;
    color: #0d2648;
    padding-bottom: 2rem;
    position: relative;
    cursor: pointer;
}

.c_e5_smnavitem::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #43cfd7;
    bottom: -2px;
    left: 0%;
    opacity: 0;
    transition: all 0.36s;
}

.c_e5_smnavitem.active::before {
    opacity: 1;
}

.c_e5_listbox {
    margin-top: 4rem;
}

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

.c_e5_item {
    margin-bottom: 2.5rem;
    padding: 3rem 7rem;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: 0px 5px 15px rgba(0, 34, 65, 0.08);
}

.c_e5_list .c_e5_item:last-child {
    margin-bottom: 0rem;
}

.c_e5_item_left {
    width: calc(100% - 40px - 5rem);
}

.c_e5_item_right {
    flex-shrink: 0;
    margin-left: 5rem;
}

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

.c_e5_item_bot_box {
    display: none;
}

.c_e5_list .c_e5_item:first-child .c_e5_item_bot_box {
    display: block;
}

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


.c_e5_item_bot .c_e5_item_icon {
    opacity: 0;
    line-height: 2.1;
}

.c_e5_item_icon {
    font-size: 40px;
    font-weight: bold;
    color: #43cfd7;
    line-height: 1.5;
    margin-right: 3rem;
    flex-shrink: 0;
}

.c_e5_item_tit {
    font-size: 18px;
    color: #0d2648;
    line-height: 1.5;
    border-bottom: 1px solid transparent;
    transition: all 0.36s;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    flex-grow: 1;
}

.c_e5_item.active .c_e5_item_tit {
    padding: 1.8rem 0;
    border-bottom: 1px solid #c1c6c8;
}

.c_e5_round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #43cfd7;
    position: relative;
    transition: all 0.36s;

}

.c_e5_item.active .c_e5_round {
    background-color: #43cfd7;
}

.c_e5_round::after,
.c_e5_round::before {
    content: "";
    position: absolute;
    background-color: #43cfd7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
}

.c_e5_item.active .c_e5_round::after,
.c_e5_item.active .c_e5_round::before {
    background-color: #fff;
}

.c_e5_item.active .c_e5_round::before {
    transform: translate(-50%, -50%) rotate(90deg);
}


.c_e5_round::after {
    width: 18px;
    height: 2px;
}

.c_e5_round::before {
    width: 2px;
    height: 18px;
}

.c_e5_btn {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}


/* e5-end */

/* f1-start */
.c_p1f1_fr {
    user-select: text;
}

.c_p1f1_sitem:not(.active) {
    display: none;
}

.c_p1f1_fr li:not(.active) {
    display: none;
}

.c_p1f1_fr li {
    user-select: text;
}

.c_f1p2_list {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 4rem;
}

.c_banner {
    height: 460px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background-color: rebeccapurple;
}

.c_f1 {
    font-size: 1rem;
    background-color: #fafafa;
}

.c_f1p1 {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.c_f1_slickbox_marup {
    background-color: #fff;
    padding: 4rem 10rem 4rem 4.5rem;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.c_p1f1_fl {
    width: 47%;
}

.c_p1f1_sitem .ys_imgbox_cover {
    overflow: hidden;
    border-radius: 10px;
}

.c_p1f1_fr {
    width: 53%;
    padding-left: 7.5rem;
}

.c_p1f1_time {
    margin-top: 3rem;
}

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

.c_gtime_img {
    width: 22px;
}

.c_gtime_text {
    margin-left: 2rem;
}

.c_p1f1_fr_tit {
    margin-top: 2rem;
    font-weight: normal !important;
    color: #0d2648;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .36s;

}

.c_p1f1_fr_text {
    margin-top: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c_p1f1_fr_text p {
    user-select: text;
    color: #3d4c60;
}

.c_glook1 {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    padding-left: 50px;
    color: #43cfd7;
    cursor: pointer;
    display: inline-block;
    transition: all .36s;
}

.c_glook1::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #43cfd7;
    left: 0;
    top: 50%;
    transition: all .36s;
}

.c_p1f1_look {
    margin-top: 3rem;
}

.c_gmartop {
    position: relative;
    margin-top: -9rem;
    z-index: 10;

}

.c_f1p2 {
    font-size: 1rem;
}

.c_f1p2_list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px;
}

.c_f1p2_item {
    width: 50%;
    padding: 0 15px;
}

.c_f1p2_con_fl {
    overflow: hidden;
    width: 47%;
    border-radius: 10px;
    overflow: hidden;
}

.c_f1p2_con_fr {
    width: 53%;
    padding-left: 4rem;
}

.c_f1p2_time {
    margin-top: 1.5rem;
}

.c_f1p2_text {
    margin-top: 2rem;
}

.c_f1p2_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c_f1p2_look {
    margin-top: 3.5rem;
}

.c_p1f1_slist .slick-dots {
    position: static;
    margin-top: 3rem;
}

.c_p1f1_slist .slick-dots li {
    width: 9px;
    height: 9px;
    background-color: #dadada;
}

.c_p1f1_slist .slick-dots li.slick-active {
    background-color: #43cfd7;
}

.c_f1 .comp-tabli.activepage,
.c_e3 .comp-tabli.activepage {
    background: transparent;
    position: relative;
    z-index: 1;
}


.c_f1 .comp-tabli.activepage::after,
.c_e3 .comp-tabli.activepage::after {
    background: #43cfd7;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(45deg);
}


/* f1-end */

/* h1-start */
.c_h1p1_tops {
    margin-top: -7rem;
    background-color: #fff;
    border-radius: 20px 20px 0 0;

}

.c_h1p1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-top: 11rem;
    font-size: 1rem;
}

.c_h1p1_fl,
.c_h1p1_fr {
    width: 50%;
    padding: 0 2rem;
}

.c_h1p1_list {
    padding-left: 5em;
    font-size: 1rem;
    /* display: flex;
    flex-direction: column; */
}

.c_h1p1_tit {
    font-weight: normal !important;
}

.c_h1p1_item {
    display: inline-block;
    padding: 15px 0;
    border-top: 1px solid #ebebeb;
}

.c_h1p1_list .c_h1p1_item:first-child {
    border: none;
}

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

.c_h1p1_item_imgbox {
    width: 20px;
}

.c_h1p1_item_imgbox img {
    display: block;
}

.c_h1p1_item_text {
    font-size: 20px;
    line-height: 32px;
    margin-left: 15px;
}

.c_h1p2 {
    font-size: 1rem;
}

.c_h1p2_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
}

/* .c_h1p2_list .c_h1p2_item:last-child {
    margin-bottom: 0;
} */

.c_h1p2_item {
    width: 50%;
    padding: 0 2rem;
    font-size: 1rem;
    margin-bottom: 3rem;
    /* box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); */
}

.c_h1p2_con {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 6em 5em;
    position: relative;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.c_h1p2_item .c_h1p2_con::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    transition: all 0.36s;
    background-color: #43cfd7;
    bottom: 0;
    left: 0;
}

.c_h1p2_item:not(.active) .c_h1p2_con::before {
    width: 0%;
}

.c_h1p2_item:not(.active) .c_h1p2_con {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0);
}



.c_h1p3 {
    font-size: 1rem;
    background-color: #00226d;
    position: relative;
    padding: 9em 0;
}

.c_h1p3_bgimg {
    position: absolute;
    width: 370px;
    right: 13em;
    bottom: 0;
    overflow: hidden;
}

.c_h1p3_con {
    display: flex;
}

.c_h1p3_tit {
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
    margin-right: 20rem;
    flex-shrink: 0;
}




.c_h1p3_share .c_h1p3_share_itrm {
    margin: 0 4rem;
}

.c_h1p3_share .c_h1p3_share_itrm a {
    background: none !important;
    opacity: 1 !important;
    transition: none;
    padding: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    font-size: 18px !important;
    color: #fff;
    display: block !important;
    text-align: center;
}

.c_h1p3_share_itrm {
    position: relative;
    width: 50px;
    z-index: 2;
}

.c_h1p3_share .c_h1p3_share_itrm a {
    width: 100% !important;
    text-align: center;
}

.c_h1p3_share .c_h1p3_share_itrm .c_h1p3_share_text {
    margin: 2rem -40px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

/* h1-end */

/* i1-start */
.c_i1 {
    padding: 9rem 0;
}

.c_i1_banner {
    height: 30rem;
    background-color: #3d4c60;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.c_i1 {
    background-color: #fafafa;
}

.c_i1_con p {
    color: #3d4c60;
}

/* i1-end */


/* f2-start */
.c_f2 {
    background-color: #fafafa;
}

.c_f2_con {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8rem;
}

.c_f2_con p {
    margin-bottom: 0;
}

.c_f2_con img {
    margin: 30px 0;
}

.c_f2page {
    font-size: 1rem;
    padding: 0 2.5em;
}

.c_f2page .ys_phfy {

    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 4em;
}

.c_f2page .ys_phfy .ys_phfyfl {
    font-size: 16px;
}

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

.c_f2_share .c_f2_share_item {
    width: 36px;
    margin: 0 7px;
}

.c_f2_share_item a {
    display: block !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
}

.c_h1p2_text {
    display: flex;
    margin-top: 2.5em;

}

.c_h1p2_text .c_imgbox {
    flex-shrink: 0;
    width: 18px;
    line-height: 28px;
    margin-right: 1em;
}

.c_h1p3_share_qr {
    position: absolute;
    width: 140px;
    top: -175px;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s;
}

/* .c_h1p3_share_qr img {
    display: none;
} */

.c_h1p3_share_qr::after {
    content: "";
    border: 20px solid red;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -35px;
    left: 50%;
    height: 0;
    z-index: 20px;
    transform: translate(-50%, 0);

}




/* c2-start */
.c_c2 {
    font-size: 1rem;
    overflow: hidden;
}

.c_c2 h2 {
    font-weight: normal;
}

.c_c2p1 {
    padding: 16rem 0;
}

.c_c2p1 .c_gtitle {
    font-weight: normal !important;
}

.c_c2p1_con1 {
    margin-top: 1rem;
    margin-bottom: 18rem;
}

.c_c2p1_con1_fl,
.c_c2p1_con1_fr {
    width: 50%;
}

.c_c2p1_con1_fl {
    padding-right: 9rem;
}

.c_c2p1_con1_fr {
    padding-left: 3.5rem;
}

.c_c2p1_con1_tit.jz_title24 {
    font-weight: normal;
}

.c_c2p1_con1_fl {
    margin-top: 8rem;
}

.c_c2p1_con1_tit.jz_title24 {
    margin-bottom: 4rem;
}

.c_c2p1_ul {
    margin-bottom: 0rem;
}

.c_c2p1_ul li {
    position: relative;
    padding-left: 3rem;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    color: #3d4c60;
}

.c_c2p1_ul li:last-child {
    margin-bottom: 0px;

}

.c_c2p1_ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #43cfd7;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.c_c2p1_con2_fl,
.c_c2p1_con2_fr {
    width: 50%;
}

.c_c2p1_con2_fl {
    position: relative;
    padding-right: 15px;
    z-index: 10;
}

.c_c2p1_con2_fr {
    padding-left: 12rem;
}

.c_c2p1_con2box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.c_c2p1_con1text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    z-index: 3;
    left: 0;
    top: 0;
    font-weight: bold;
}

.c_c2p1_con2_fl .c_mask {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    left: 0;
    top: 0;
}

.c_c2p1_fl_dress {
    position: absolute;
    top: -4.2em;
    left: -5.4em;
    font-size: 10px;
    width: 27.7em;
    height: 19.7em;
    background: url(/uploads/image/peimages/c2_bg01.png) center / cover no-repeat;
}

.c_c2p1_con2_tit.jz_title24 {
    font-weight: normal;
    line-height: 1.85;
    margin-bottom: 5rem;
}

.c_c2p1_con2 .c_c2p1_ul {
    margin-bottom: 5rem;
}

.c_c2p1_con2_data {
    font-weight: normal !important;
}

.c_c2p1_con2_data .jz_color_main {
    font-size: 40px;
    font-weight: bold;
}

.c_c2p2_tit {
    margin-bottom: 5rem;
}

.c_c2p2_image {
    position: relative;
    z-index: 10;
}

.c_c2p2_image .c_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.c_c2p2_data {
    position: absolute;
    bottom: 12%;
    width: 100%;

}

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

.c_c2p2_data_list .c_numberbox {
    display: flex;
}


.c_c2p2_data li span {
    vertical-align: top;
    font-size: 36px;
    line-height: 2.8;
    margin-left: 1rem;
}

.c_c2p2_data li {
    font-size: 68px;
    color: #fff;
    font-weight: bold;
    padding: 0 7rem;
}

.c_c2p2_data li div {
    line-height: 1.85;
}

.c_c2p2_data_text {
    font-size: 16px;
    line-height: 1.85;
    text-align: center;
}

.c_c2p2_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.c_c2p2_item {
    padding: 0 14px;
    width: 25%;
}

.c_c2p2_item>div {
    height: 100%;
    background-color: #f8fafc;
    border-radius: 10px;
    overflow: hidden;
    padding: 2.5rem 3rem 4rem;
    box-shadow: 8px 8px 0px 0px #e0ebf4;
}

.c_c2p2_item .c_imgbox {
    width: 87px;
    margin: 0 auto;
}

.c_c2p2_item_tit {
    text-align: center;
    line-height: 1.85;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1.5rem;
}

.c_c2p2_item .jz_txt1628 {
    margin-top: 10px;
}

.c_c2p2_item .jz_txt1628 p {
    word-break: break-word;
    margin-bottom: 1.5rem;
}


.c_c2p3 {
    overflow: hidden;
    background: #f8fafc;
    position: relative;
    z-index: 1;
    padding: 13rem 0 0;
}

.c_c2p3_bg {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}

.c_c2p3_tit {
    margin-bottom: 5rem;
}

.c_c2p3_tit .jz_txt2639 {
    margin-top: 2rem;
}

.c_c2p3_con {
    display: flex;
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 75, 130, 0.08);
}

.c_c2p3_con_fl {
    width: 47.63%;
}

.c_c2p3_con_fr {
    width: calc(100% - 47.63%);
}

.c_c2p3_con_fr>ul {
    padding: 5rem;
    height: 100%;
}

.c_c2p3_con_fr .jz_txt1628 p {
    font-size: 14px;
}

.c_c2p3_con_fr .jz_txt1628{
    padding-bottom: 1.5em;
}

/* .c_c2p3_con_fr .jz_txt1628 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
} */

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

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

.c_c2p3_con_fr .jz_txt1628 {
    margin-top: 3rem;
}

.c_c2p3_con_fr .slick-dots {
    bottom: 6rem;
    text-align: left;
}

.c_c2p3_con_fr .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #ececec;
    margin: 0;
    margin-right: 2rem;
}

.c_c2p3_con_fr .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
    background-color: #43cfd7;
}

.c_c2p3con2 {
    background-color: #fff;
}

.c_c2p3con2_item {
    position: relative;
    padding: 0rem 12rem 0rem;
    margin-top: 95px;
}

.c_c2p3con2_item::before {
    content: "";
    font-size: 10px;
    position: absolute;
    left: 19em;
    top: -3.5em;
    width: 27.7em;
    height: 19.7em;
    background: url(/uploads/image/peimages/c2_bg01.png) center / cover no-repeat;
    z-index: -1;
}

.c_c2p3con2_con {
    box-shadow: 0px 4px 25px rgba(0, 46, 80, 0.15);
    border-radius: 10px;
    padding: 7rem 0 9rem;
    position: relative;
    background: #fff;
}

.c_c2p3con2_con::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #00226d;
}

.c_c2p3con2 .slick-list {
    overflow: initial !important;
}

.c_c2p3con2_con_text {
    margin-left: 12rem;
    width: calc(100% - 250px - 26rem);
    padding-right: 10rem;
}

.c_c2p3con2_con_text .jz_title34 {
    font-weight: normal;
}

.c_c2p3con2_con_text .jz_txt1628 {
    margin-top: 4.5rem;
}

.c_c2p3con2_con_text .jz_title30 {
    color: #00226d;
    line-height: 1.3;
    margin-top: 0.35em;
}

.c_c2p3con2_con_img {
    position: absolute;
    right: 14rem;
    bottom: 5rem;
}

.c_c2p3con2_list {
    margin: 0 auto;
}

.c_c2p4 {
    padding: 13rem 0 15rem;
}

/* .c_c2p4_list{
    width: 1160px;
    margin: 0 auto;
}

.c_c2p4_item{
    padding: 7rem 12rem 5.5rem;
    background-color: red;
} */

.c_c2p4 {
    background: #f8fafc;
}

.c_c2p4_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.c_c2p4_item {
    width: 33.333333%;
    padding: 0 14px;
    margin-top: 3rem;
}

.c_c2p4_list .c_c2p4_item:first-child,
.c_c2p4_list .c_c2p4_item:nth-child(2),
.c_c2p4_list .c_c2p4_item:nth-child(3) {
    margin-top: 0rem;
}

.c_c2p4_con {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 3rem 1rem 3rem 2.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 10px rgba(0, 46, 80, 0.08);
}

.c_c2p4_con .ys_imgbox_cover {
    width: 104px;
}

.c_c2p4_con .ys_imgbox_cover {
    display: inline-block;
    flex-shrink: 0;
}

.c_c2p4_con .jz_txt1832px {
    margin-left: 4rem;
    padding-right: 20px;
}

.c_c2p5_con {
    display: flex;
}

.c_c2p5_fl {
    width: 31.25%;
}

.c_c2p5_fr {
    width: calc(100% - 31.25%);
    padding-left: 3rem;
}

.c_c2p5_flcon {
    height: 100%;
}

.c_c2p5_fl {
    background:  center/cover no-repeat;
}

.c_c2p5_con_tit {
    font-size: 20px;
    font-weight: bold;
}

.c_c2p5_flcon,
.c_c2p5_frcon {
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 46, 80, 0.08);
    padding-top: 6rem;
    padding-left: 4rem;
    padding-bottom: 8rem;
}

.c_c2p5_flul {
    margin-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_c2p5_flul .c_imgbox {
    max-width: 45px;
    margin: 0 auto;
}

.c_c2p5_flul li {
    margin-right: 4rem;
}

.c_c2p5_flul li:nth-child(2) {
    font-size: 24px;
}

.c_c2p5_flul .c_icon_text {
    font-size: 18px;
    line-height: 1.85;
    color: #3d4c60;
    margin-top: 1rem;
}

.c_c2p5_fr .c_c2p5_frcon {
    background-color: #f8fafc;
}

.c_c2p5_frul {
    display: flex;
    margin-top: 4rem;
}

.c_c2p5_frul li {
    margin-right: 6rem;
    position: relative;
}

.c_c2p5_frul li .c_imgbox {
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 5px rgba(0, 34, 109, 0.15);
    position: relative;
}

.c_c2p5_frul li .c_imgbox img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: calc(100%   5px);
    width: 5rem;
}

.c_c2p5_frul li:last-child .c_imgbox img:nth-child(2) {
    display: none;
}


.c_c2p5_frul .c_icon_text {
    text-align: center;
    font-size: 16px;
    line-height: 1.85;
    color: #3d4c60;
    margin-top: 1.5rem;
}


.c_c2p6 {
    padding: 12rem 0 9rem;
    background-color: #f8fafc;
}

.c_c2p6 .c_c2p6_tit {
    margin-bottom: 3.5rem;
}

.c_c2p6 li {
    font-size: 14px;
    line-height: 1.75;
    color: #3d4c60;
    margin-bottom: 15px;
}

.c_d1 {
    font-size: 1rem;
    background: #fbfbfb;
    overflow: hidden;
}

.c_d1 .jz_title34 {
    font-weight: normal;
}

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

.c_d1p1 {
    background:  center 0 no-repeat;
}

.c_d1p1_list {
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.c_d1p1_list .slick-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}

.c_d1p1_item {
    width: 33.333333%;
    height: auto !important;
    padding: 0 14px;
    margin-bottom: 4.5em;
}

.c_d1p1_con {
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 5rem 4rem 4rem;
}

.c_d1p1_con .c_imgbox {
    width: 112px;
    margin: 0 auto;
}

.c_d1p1_item .jz_title24 {
    font-weight: normal;
    margin-top: 4rem;
    line-height: 1.85;
}

.c_d1p1_item .jz_txt1832px {
    margin-top: 1.2rem;
}

.c_d1p1_item .jz_txt1832px p {
    line-height: 1.85;
    color: #3d4c60;
}


.c_d1p1_con2 {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(35px);
}

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

.c_d1p1_tabitem {
    padding: 0 6rem;
    cursor: pointer;
    transition: all 0.36s;
    color: #c1c6c8;
    font-size: 30px;
    line-height: 1.5;
}

.c_d1p1_tabitem.active {
    color: #43cfd7;
}

.c_d1p1_lun {
    margin-top: 2rem;
}

.c_d1p1_data {
    display: flex;
    align-items: center;
    margin-bottom: 7rem;
    margin-top: 3rem;
}

.c_d1p1_data_fl {
    flex-shrink: 0;
}

.c_d1p1_lunbox {
    margin-bottom: 12rem;
}

.c_purplebox,
.c_greenbox {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c_purplebox span,
.c_greenbox span {
    font-size: 32px;
    line-height: 1.5;
    margin-right: 5px;
}

.c_purplebox div,
.c_greenbox div {
    font-size: 16px;
}

.c_purplebox p,
.c_greenbox p {
    font-size: 16px;
    line-height: 1.5;
}

.c_purplebox {
    background-color: rgba(134, 95, 255, 0.6);
    z-index: 2;
}

.c_greenbox {
    background-color: #43cfd7;
    margin-left: -1.5rem;
    z-index: 1;
}

.c_d1p1_data_fr {
    padding-left: 6rem;
}

.c_d1p1_lun {
    margin: 0 -4rem;
}

.c_d1p1_lunitem {
    width: 25%;
    padding: 0 4rem;
}

.c_d1p1_lun .slick-dots {
    bottom: -35px;
}

.c_d1p1_lun .slick-dots li {
    background-color: #c1c6c8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    transition: all 0.36s;
    margin: 0 10px;
}

.c_d1p1_lun .slick-dots li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #43cfd7;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.36s;
}

.c_d1p1_lun .slick-dots li.slick-active {
    background-color: #43cfd7;
}

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

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

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

.c_d1p2c1 {
    padding-bottom: 11em !important;
}

.c_d1p2_list1 {
    display: flex;
    border-top: 5px solid;
    border-image: linear-gradient(to right, rgba(67, 207, 215, 1), rgba(134, 95, 255, 1)) 1;
    box-shadow: 0px 4px 40px rgba(83, 83, 83, 0.08);
    background-color: #fff;
    margin-bottom: 6.5em;
}

.c_d1p2_list1 .slick-dots {
    bottom: -6.5em;
}

.c_d1p2_more {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 5em;
}

.c_d1p2_item1 {
    width: 50%;
    position: relative;

}

.c_d1p2_item1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background-color: #e2e2e2;
}

.c_d1p2_list1 .c_d1p2_item1:last-child::after {
    display: none;
}

.c_d1p2_con1 {
    padding: 5rem 0;
}

.c_d1p2_txtbox {
    padding: 0 6.5rem;
}

.c_d1p2_con2 {
    background-color: #f1f4f9;
    padding: 6rem 3.5rem;
}

.c_d1p2_con1 .jz_txt1628 p:last-child {
    margin-top: 3rem;
}

.c_d1p2_list1 .slick-track {
    display: flex;
}

.c_d1p2_list1 .slick-track li {
    height: auto;
}

.c_d1p2_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 60%;
}

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

.c_d1p1_lunitem:not(.active) {
    display: none;
}

.c_d1p3 {
    padding-top: 10rem;
    padding-bottom: 15rem;
    background: #fbfbfb;
}

.c_d1p3_fl {
    width: 23%;
}

.c_d1p3_fl li {
    transition: all 0.36s;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 2rem;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(83, 83, 83, 0.05);
    color: rgba(193, 198, 200, 1);
}

.c_d1p3_gtext {
    color: #fff;
    padding: 22px 30px 22px 44px;
    line-height: 1.5;
    font-size: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.c_d1p3_gtext::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #43cfd7, #865fff);
    opacity: 0;
    transition: all .36s;
}

.c_d1p3_gtext.active {
    color: #fff;
}

.c_d1p3_gtext.active::before {
    opacity: 1;
}


.c_d1p3_fr_con2 {
    padding-bottom: 3rem !important;
}

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


.c_d1p3_fr {
    width: calc(100% - 23%);
    padding-left: 6rem;
}

.c_d1p3_fr_tit {
    background-color: rgba(0, 34, 109, 1);
    border-radius: 2rem 2rem 0 0;
    text-align: center;
}

.c_d1p3_fr_con {
    padding: 2.5rem 5rem;
    background-color: #fff;
    border-radius: 0 0 2rem 2rem;
}

.c_d1p3_fr_con1,
.c_d1p3_fr_con2,
.c_d1p3_fr_con3,
.c_d1p3_fr_con4 {
    display: flex;
    padding: 2rem;
    border-bottom: 1px solid #efefef;
}

.c_d1p3_frcon_tit {
    font-size: 18px;
    line-height: 1.85;
    color: #0d2648;
    flex-shrink: 0;
    width: 25%;
}

.c_d1p3_fr_con1 .jz_txt1628 {
    width: 75%;
}

.c_d1p3_fr_con1 .jz_txt1628 p {
    line-height: 1.85;
}

.c_d1p3_fr_con2 .jz_txt1628 p {
    line-height: 2.2;
}

.c_d1p3_fr_con2,
.c_d1p3_fr_con3,
.c_d1p3_fr_con4 {
    padding: 3.5rem 2rem 1rem;
}

.c_d1p3_fr_list {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -10px 0;
}

.c_d1p3_fr_item {
    width: 25%;
    padding: 2rem 1rem;
}

.c_d1p3_fr_con4 a {
    font-size: 16px;
    line-height: 1.75;
    color: #0a89ff;
}

.c_d1p3_fr_con4 {
    border: none
}


.c_e1 .c_gtitle {
    font-weight: normal;
}


.c_e1p1_fl .c_e1_tit {
    margin-bottom: 4rem;
}

.c_e1p1_fl,
.c_e1p1_fr {
    width: 50%;
}

.c_e1p1_fl {
    padding-right: 10rem;
}

.c_e1p1_fr {
    padding-left: 3rem;
}

.c_e1_tit {
    margin-bottom: 6rem;
}

.c_e1p1_fl .jz_txt1832px {
    margin-bottom: 2.5rem;
}

.c_e1p1_fr .ys_video_btn {
    position: relative;
    /* cursor: pointer; */
}

.c_e1p1_fr img {
    width: 100%;
}

.c_e1p1_fr .ys_video_btn .c_arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.c_e1p1_fr .ys_video_btn .c_arrows .c_imgbox {
    width: 50px;
}

.c_e1p2 img {
    width: 100%;
}

.c_e1p3_con {
    padding: 5rem 5rem 4rem 7rem;
    background-color: #eef4ff;
    border-radius: 20px;
}

.c_e1p3_con_fl {
    width: 26.56%;
}

.c_e1p3_con_fr {
    width: calc(100% - 26.56%);
    padding-left: 12rem;
}

.c_e1p3_con_fl .c_imgbox {
    padding: 0 4rem;
}

.c_e1p3_con_fl .ys_imgbox_cover {
    margin: 0 auto;
}

.c_e1p3_con_fl .jz_txt1628 {
    margin-top: 2rem;
}

.c_e1p3_con_fl .jz_txt1628 p {
    text-align: center;
}

.c_e1p3_fr_list {
    margin: 2.5rem -10px;

}

.c_e1p3_fr_list .c_e1p3_fr_item {
    padding: 0 10px;
}

.c_e1p3_fr_item {
    width: 33.333333%;
}

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


.c_d1p1_lun .slick-dots {
    bottom: -35px;
}

.c_e1p3_fr_list .slick-dots {
    bottom: -5rem;
}

.c_e1p3_con_fr .jz_txt1832px {
    margin-top: 1rem;
}

.c_e1p3_fr_list .slick-dots li {
    background-color: #c1c6c8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    transition: all 0.36s;
    margin: 0 10px;
}

.c_e1p3_fr_list .slick-dots li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #43cfd7;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.36s;
}

.c_e1p3_fr_list .slick-dots li.slick-active {
    background-color: #43cfd7;
}

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




.c_e1 .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}


/* e2-start */
.c_e2 {
    font-size: 1rem;
}

.c_e2p1 {
    padding: 13rem 0 15rem;
}

.c_e2_tit .c_e1_tit {
    margin-bottom: 0;
}

.c_e2p1 .c_e2_titbox {
    margin-bottom: 5rem;
}

.c_e2_tit {
    display: flex;
    margin: 0 -14px;
}

.c_e2_tit .c_e1_tit {
    width: 33.333333%;
}

.c_e2_tit .jz_txt1632 {
    width: 66.666666%;
}

.c_e2_tit .c_e1_tit,
.c_e2_tit .jz_txt1632 {
    padding: 0 14px;
}

.c_e2_listbox {
    margin-bottom: 8rem;
}

.c_e2_list {
    display: flex;
    margin: 0 -14px;
}

.c_e2_item {
    width: 33.333333%;
    padding: 0 14px;
}

.c_e2_con_tit {
    margin: 0rem 0 2rem;
    text-align: center;
}

.c_e2_con {
    height: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.c_e2_con .jz_txt1628 p {
    text-align: center;
}

.c_e2_con_bot {
    padding: 3rem 3rem 6rem;
}

.c_e2_bot_list {
    display: flex;
}

.c_e2_bot_item {
    width: 50%;
}

.c_e2_bot_item a {
    display: block;
    padding: 7rem 0;
    cursor: pointer;
}

.c_e2_bot_con {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(0, 34, 109, 0.5);
}

.c_e2_bot_con .icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: normal;
    transform: scale(0.6);
}

.c_e2_bot_con .c_imgbox {
    width: 56px;
    flex: none;
    background: #00226d;
    border-radius: 50%;
    transition: all .36s;
}

.c_e2_bot_item:last-child .c_e2_bot_con {
    border: none;
}

.c_e2_bot_con .c_imgbox {
    margin-right: 3rem;
}

.c_e2_bot_con .jz_title24 {
    font-weight: normal !important;
}

.c_e2_bot_con .jz_title24 span {
    margin-left: 1.5rem;
    display: inline-block;
    vertical-align: middle;
}

.c_e2_bot {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    background:  center/cover no-repeat;
}

.c_e2p2 {
    position: relative;
}

.c_e2 .c_gtitle {
    font-weight: normal !important;
}

.c_e2p2 .jz_title34 {
    color: #fff;
    font-weight: normal !important;
}


.c_e2p2_main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    padding: 13rem 0;
}

.c_e2p2_con {
    padding-left: 25.71%;
    margin-top: 7rem;
}


.c_e2p2_congroup {
    display: flex;
    flex-wrap: wrap;
}

.c_e2p2_conitem_left {
    width: calc(100% - 167px);
    display: flex;
    flex-wrap: wrap;
}

.c_e2p2_conitem_left li {
    width: 50%;
    margin-bottom: 6rem;
}

.c_e2p2_conitem_right {
    width: 167px;
}

.c_e2p2_conitem_right .c_imgbox {
    border-radius: 10px;
    overflow: hidden;
}


.c_e2p2_contit {
    color: rgba(67, 207, 215, 1);
    font-weight: bold;
    margin-bottom: 3rem;
    position: relative;
}

.c_e2p2_contit::before {
    position: absolute;
    content: "";
    bottom: -6px;
    width: 5px;
    height: 2px;
    background-color: #43cfd7;
}

.c_e2p2_conp {
    width: 283px;
    font-weight: normal !important;
    color: #fff;

}



/* e2-end */




/* 弹性盒子 */
.c_flex-y-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* cater end */


/* macro start */

/* a1s1 */
.ys_page_index .mc_sectionbox {
    position: relative;
    z-index: 2;
}

.mc_a1s1.jz_section_spacing {
    padding-bottom: 11.5em;
}

.mc_a1s1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -15em;
}

.mc_a1s1_decorate {
    position: absolute;
    left: 54px;
    top: 100%;
    width: 516px;
    max-width: 27%;
    transform: translatey(-30%);
}


.mc_a1s1_container {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 4.8em 5.2em;
}

.mc_a1s1_slick {
    margin: 0 -10px;
}

.mc_a1s1_slick .slick-list {
    padding-bottom: 4em;
}

.slick-track {
    display: flex;
}

.mc_a1s1_li {
    flex: none;
    width: 25%;
    padding: 0 10px;
}

.mc_a1s1_lisbox {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 10px;
    padding-bottom: 6em;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 33, 63, 0.08);
}

.mc_a1s1li_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 3;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 9.9%, rgba(255, 255, 255, 0) 100%);
}

.mc_a1s1li_txtbox {
    position: absolute;
    left: 0;
    bottom: 2.5em;
    z-index: 10;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.mc_a1s1li_title {
    margin-bottom: 15px;
}

.mc_a1s1li_txt.jz_txt1628 p {
    line-height: 1.6;
    height: 3.2em;
    overflow: hidden;
}

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

/* a1s2 */
.mc_a1s2 {
    position: relative;
    z-index: 1;
    background-color: #f3faff !important;
}

.mc_a1s2.jz_section_spacing {
    padding: 10em 0 11em;
}

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

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

.mc_a1s2_l {
    flex: none;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 5em;
}

.mc_a1s2_m {
    margin: 0 auto;
    width: 38%;
    max-width: 527px;
    position: relative;
    z-index: 1;
}

.mc_a1s2_circle {
    width: 80%;
}

.mc_a1s2_imglist {
    width: 84.45%;
}

.mc_a1s2_imgli img {
    border-radius: 50%;
}

.mc_a1s2_r {
    width: 448px;
    flex: none;
}

.mc_a1s2_txtlist {
    font-size: 10px;
}

.mc_a1s2_txtli:not(:last-child) {
    margin-bottom: 15px;
}

.mc_a1s2_txtbox {
    padding: 3em 15px 3.5em 4.5em;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transition: all .36s;
}

.mc_a1s2_txtli.act .mc_a1s2_txtbox {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 4px 10px rgba(0, 34, 109, 0.1);
}

.mc_a1s2txt_title.jz_title24 {
    color: #333;
}

.mc_a1s2_txtli.act .mc_a1s2txt_title {
    color: #00226d;
}

.mc_a1s2txt_title {
    margin-bottom: 20px;
    transition: all .36s;
}

.mc_a1s2txt_txt.jz_txt1628 p {
    color: #333;
}

.mc_a1s2txt_txt.jz_txt1628 p:not(:last-child) {
    margin-bottom: 10px;
}

.mc_a1s2_title {
    color: #202b43;
}

/* a1s3 */
.mc_a1s3.jz_section_spacing {
    padding: 15em 0 14em;
}

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

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

.mc_a1s3_l {
    width: 44.8%;
    max-width: 626px;
}

.mc_a1s3_r {
    width: 47.6%;
    max-width: 666px;
}

.mc_a1s3li_imgbox {
    border-radius: 10px;
}

.mc_a1s3_l .mc_a1s3li_txtbox {
    padding-top: 30px;
}

.mc_a1s3_l .mc_a1s3li_txt.jz_txt1632 p {
    line-height: 2;
    height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

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

.mc_a1s3li_date img {
    width: 22px;
}

.mc_a1s3li_date.jz_txt1832px {
    line-height: 1;
    color: #0d2648;
    margin-bottom: 15px;
}

.mc_a1s3_l .mc_a1s3li_date img {
    margin-right: 18px;
}

.mc_a1s3li_title {
    font-weight: normal;
    line-height: 1.75;
    max-height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .36s;
}

.mc_a1s3li_txt {
    margin: 10px 0 20px;
}

.mc_a1s3_lisbox {
    display: block;
}

.mc_a1s3r_list {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 10px;
}

.mc_a1s3r_li {
    height: 33.333333%;
    border-top: 1px solid #e6e6e6;
}

.mc_a1s3r_list .mc_a1s3_lisbox {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 4em 0;
}

.mc_a1s3r_list .mc_a1s3li_imgbox {
    width: 214px;
    flex: none;
}

.mc_a1s3r_list .mc_a1s3li_txtbox {
    padding-left: 4.5em;
}

.mc_a1s3r_list .mc_a1s3li_date img {
    margin-right: 10px;
}

.mc_a1s3li_title.jz_title1824px {
    line-height: 32px;
    height: 64px;
    max-height: none;
    color: #0d2648;
}

.mc_a1s4.jz_section_spacing {
    padding: 12em 0 16em;
    color: #fff;
}

.mc_a1s4_title {
    color: #fff;
}

.mc_a1s4_title::after {
    background: linear-gradient(150deg, #43cfd7 15.07%, rgba(134, 95, 255, 0) 82.37%);
    opacity: 0.21;
    filter: blur(2px);
}

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

.mc_a1s4_l {
    width: 850px;
}

.mc_a1s4_r {
    margin-left: 5em;
    flex: none;
}

.mc_a1s4_list {
    display: flex;
    align-items: center;
    margin: 0 -4em;
    margin-top: 7.5em;
    flex-wrap: wrap;
}

.mc_a1s4_li {
    position: relative;
    z-index: 1;
    padding: 0 4em;
}

.mc_a1s4_li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 1px;
    height: 100%;
    opacity: 0.23;
    background: #fff;
}

.mc_a1s4li_year {
    display: inline-block;
    margin-bottom: 1em;
}

.mc_a1s4li_num {
    font-size: 3em;
    font-weight: bold;
    font-family: "montserratbold", "microsoft yahei", "pingfang sc", "helvetica neue", helvetica, arial;
}

.mc_a1s4li_title {
    color: #fff;
}

.mc_a1s4li_year.jz_txt2030 {
    color: #fff;
    line-height: 1;
}

/* b1s1 */
.jz_title34.c_gtitle {
    font-weight: normal;
}

.mc_b1s1 {
    overflow: hidden;
}

.mc_b1s1_top.jz_section_spacing {
    padding: 15em 0;
    position: relative;
    z-index: 2;
}

.mc_b1s1_content {
    width: calc(50%   50vw);
    display: flex;
    justify-content: space-between;
}

.mc_b1s1_txtbox {
    width: 46%;
    max-width: 760px;
}

.mc_b1s1_txtbox p:not(:last-child) {
    margin-bottom: 1em;
}

.mc_b1s1_imgbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48.5%;
    max-width: 802px;
    align-self: flex-end;
    transform: translatey(14%);
}

.mc_b1s1_bottom.jz_section_spacing {
    padding: 18.5em 0 17em;
    color: #fff;
}

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

.mc_b1s1b_li {
    text-align: center;
}

.mc_b1s1b_data.jz_txt2030 {
    line-height: 1;
    color: #fff;
}

.mc_b1s1b_data {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 1em;
}

.mc_b1s1b_data sup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1em;
    line-height: 1;
}

.mc_b1s1b_li:nth-child(3) .mc_b1s1b_data {
    padding-right: 1.6em;
}

.mc_b1s1b_li:nth-child(3) sup {
    font-size: 1.6em;
}

.mc_b1s1b_num {
    font-family: "montserratbold", "microsoft yahei", "pingfang sc", "helvetica neue", helvetica, arial;
    font-size: 4.5em;
    margin-bottom: 20px;
}

.mc_b1s1b_title {
    color: #fff;
}

.mc_b1s2ttab_year {
    font-family: "anton", "microsoft yahei", "pingfang sc", "helvetica neue", helvetica, arial;
    font-weight: normal;
    color: #43cfd7;
    transform: translatey(0.15em);
}

.mc_b1s2_top.jz_section_spacing {
    padding: 15em 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

.mc_b1s2t_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mc_b1s2t_imgbox {
    align-self: flex-start;
    width: 49%;
    max-width: 685px;
}

.mc_b1s2t_imgbox img {
    width: 100%;
    border-radius: 20px;
}

.mc_b1s2t_txtbox {
    width: 42.5%;
}

.mc_b1s2t_list {
    font-size: 10px;
}

.mc_b1s2t_li {
    border-top: 1px solid #c1c6c8;
}

.mc_b1s2t_li:last-child {
    border-bottom: 1px solid #c1c6c8;
}

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

.mc_b1s2t_tab {
    padding: 4em 0;
    cursor: pointer;
    transition: all .36s;
}


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

.mc_b1s2ttab_td1 {
    flex: none;
    width: 112px;
}

.mc_b1s2ttab_td2 {
    flex: auto;
    font-size: inherit !important;
    padding: 0 4.4em;
}

.mc_b1s2ttab_td3 {
    flex: none;
}

.mc_b1s2ttab_title {
    font-weight: normal;
}

.mc_icon_jia {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 10px;
    width: 4em;
    height: 4em;
    border: 1px solid #43cfd7;
    border-radius: 50%;
    transition: all .36s;
    cursor: pointer;
}

.mc_icon_jia::after,
.mc_icon_jia::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.8em;
    height: 2px;
    background: #43cfd7;
    transition: all .36s;
}

.mc_icon_jia::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mc_icon_jia.act {
    background: #43cfd7;
}

.mc_icon_jia.act::before,
.mc_icon_jia.act::after {
    background: #fff;
}

.mc_icon_jia.act::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.mc_b1s2t_li.act .mc_icon_jia {
    background: #43cfd7;
}

.mc_b1s2t_li.act .mc_icon_jia::before,
.mc_b1s2t_li.act .mc_icon_jia::after {
    background: #fff;
}

.mc_b1s2t_li.act .mc_icon_jia::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.mc_b1s2ttab_bd {
    padding-top: 16px;
}

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


.mc_b1s2ttab_tr:not(:last-child) {
    margin-bottom: 15px;
}

.mc_b1s2t_li.act .mc_b1s2t_tab {
    padding: 3.4em 0;
}

.mc_b1s2_bot.jz_section_spacing {
    padding: 15em 0 12em;
}

.mc_b1s2btab_hd {
    display: flex;
}

.mc_b1s2btab_hdl {
    display: flex;
    flex: none;
}

.mc_b1s2btab_hdli {
    font-size: 30px;
    line-height: 1.2;
    color: #c1c6c8;
    cursor: pointer;
    transition: all .36s;
}

.mc_b1s2btab_hdli.act {
    color: #43cfd7;
}

.mc_b1s2btab_hdli:not(:last-child) {
    margin-right: 88px;
}

.mc_b1s2btab_hdr {
    padding-left: 150px;
}

.mc_b1s2btab_hdr p {
    color: #3d4c60;
}

.mc_b1s2b_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.mc_b1s2b_li {
    width: 33.333333%;
    padding: 0 14px;
    margin-bottom: 28px;
}

.mc_b1s2b_lisbox {
    cursor: pointer;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    font-size: 10px;
    padding: 3em 5.6em;
    height: 100%;
}

.b1s2b_circle {
    width: 100%;
    transition: all .36s;
}

.mc_b1s2bli_imgwrap {
    position: relative;
}

.mc_b1s2bli_imgbox {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    border-radius: 50%;
    overflow: hidden;
}

.mc_b1s2bli_txtbox {
    text-align: center;
    margin-top: 18px;
}

.mc_b1s2bli_name {
    color: #0d2648;
}

.mc_b1s2bli_position {
    color: #3d4c60;
}

.mc_b1s2bli_mtxt {
    display: none;
}

#mc_modal_team .ys_modal_content {
    border-radius: 20px;
    overflow: hidden;
    width: 954px;
    font-size: 10px;
    padding: 0;
}

#mc_modal_team .ys_modal_content::before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background: linear-gradient(90deg, #43cfd7 0%, #865fff 100%);
}

#mc_modal_team .ys_modal_close {
    top: 0;
    right: -1.7em;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}


.mc_mteam_container {
    padding: 6em 10em 6em 9em;
    display: flex;
    align-items: center;
}

.mc_mteam_l {
    width: 220px;
    align-self: flex-start;
    flex: none;
}

.mc_mteam_r {
    width: calc(100% - 220px);
    padding-left: 9.5em;
}

.mc_mteam_txtbox {
    text-align: center;
    margin-top: 20px;
}

.mc_mteam_name {
    font-weight: bold;
    color: #36435f;
}

.mc_mteam_r p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.75;
    padding-left: calc(1em   7px);
}

.mc_mteam_r p:not(:last-child) {
    margin-bottom: 1.5em;
}

.mc_mteam_r p::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc((1.75em - 7px)/2);
    font-size: inherit;
    line-height: inherit;
    width: 7px;
    height: 7px;
    background: #43cfd7;
}

.mc_mteam_scroll {
    max-height: calc(100vh - 80px);
}

.mc_mteam_scroll .mcsb_scrolltools {
    top: 15px;
    bottom: 25px;
}

.mc_mteam_scroll .mcs-dark.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar,
.mc_mteam_scroll .mcs-dark.mcsb_scrolltools .mcsb_dragger:hover .mcsb_dragger_bar {
    background-color: #00226d !important;
}

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

/* b1s3 */
.mc_b1s3 {
    padding: 10em 0;
    min-height: 34.375vw;
}

.mc_b1s3_title {
    font-weight: normal;
    color: #fff;
    margin-right: auto;
}

/* b1s4 */
.mc_b1s4 {
    padding: 15em 0 13.5em;
}

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

.mc_b1s4tab_hd {
    display: flex;
    margin: 0 -1.2em;
}

.mc_b1s4tab_hdli {
    cursor: pointer;
    color: #c1c6c8;
    margin: 0 1.2em;
    transition: all .36s;
}

.mc_b1s4tab_hdli.act {
    color: #43cfd7;
}

.mc_b1s4_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    margin: 0 -1.3em;
    padding-bottom: 30px;
}

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

.slick-track .mc_b1s4_liwrap.slick-slide{
    display: flex !important;
}

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

.mc_b1s4_li {
    width: 25%;
    padding: 0 1.3em;
    margin-bottom: 2.5em;
}

.mc_b1s4li_imgbox {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

/* b1s5 */
.mc_b1s5 {
    padding: 10em 0;
}

.mc_b1s5_title {
    color: #fff;
    font-weight: normal;
}

.mc_b1s5_txt.jz_txt1832px {
    font-size: inherit;
}

.mc_b1s5_txt.jz_txt1832px p {
    color: #fff;
    line-height: 1.75;
}

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

.mc_b1s5_l {
    width: 424px;
    flex: none;
    margin-right: auto;
}

.mc_b1s5_r {
    width: 840px;
}

.mc_b1s5_swiper {
    margin: 0 -10px;
    padding-bottom: 45px !important;
}

.mc_b1s5_li {
    width: 33.333333% !important;
    padding: 0 10px;
}

.mc_b1s5_lisbox {
    background: #ffffff;
    border-radius: 10px;
}

.mc_b1s5_lisbox:not(:last-child) {
    margin-bottom: 20px;
}

.mc_b1s5_swiper .swiper-pagination {
    width: 560px !important;
    max-width: 80% !important;
    left: 50% !important;
    transform: translatex(-50%) !important;
}

.swiper-pagination {
    top: auto !important;
    bottom: 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #43cfd7 !important;
}

.swiper-pagination-progressbar {
    background: transparent !important;
}

.swiper-pagination-progressbar::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #c1c6c8 !important;
    transform: scaley(.25);
}

/* b1s6 */
.mc_b1s6 {
    padding: 15em 0;
    background: #fbfbfb;
}

.mc_b1s6_txt.jz_txt1628 p:not(:last-child) {
    margin-bottom: 1em;
}

.mc_b1s6_container {
    display: flex;
}

.mc_b1s6_l {
    width: 38%;
    max-width: 530px;
    margin-right: auto;
}

.mc_b1s6_r {
    width: 52%;
    max-width: 730px;
}

.mc_b1s6_list {
    margin: 0 -10px;
}

.mc_b1s6_li {
    padding: 0 10px;
}

.mc_b1s6li_imgbox {
    border-radius: 20px;
}

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

.mc_b1s6_list.jz_dots_style1 .slick-dots {
    bottom: 8%;
}

.mc_b1s6_list.jz_dots_style1 .slick-dots li {
    margin: 0 6px;
}

/* .mc_b1s6_li {
    opacity: 1 !important;
} */

.mc_b1s6_list.nexting .ys_slick_prev {
    z-index: 999 !important;
}

.mc_b1s6_list.nexting .ys_slick_active {
    z-index: 1000 !important;
}

.mc_b1s6_list.preving .ys_slick_prev {
    z-index: 1000 !important;
}

.mc_b1s6_list.preving .ys_slick_active {
    z-index: 999 !important;
}

.mc_b1s6_list.nexting .ys_slick_active {
    animation: fadein 1s ease both;
}

.mc_b1s6_list.preving .ys_slick_prev {
    animation: fadeout 1s ease both;
}

/* b1s3 */
.mc_b1s3_swiper {
    font-size: 10px;
    padding-top: 50px !important;
    margin-top: -50px !important;
}

.mc_b1s3_li {
    width: 20%;
}

.mc_b1s3_lisbox {
    position: relative;
    padding-top: 4.5em;
}

.mc_b1s3li_year {
    font-family: "montserratbold", "microsoft yahei", "pingfang sc", "helvetica neue", helvetica, arial;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    color: #fff;
    font-weight: normal;
    line-height: 1 !important;
    transition: all .36s;
}

.mc_b1s3li_circle {
    width: 4.6em;
    height: 4.6em;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    margin: 0 auto;
    cursor: pointer;
}

.mc_b1s3li_circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 3.6em;
    height: 3.6em;
    border-radius: inherit;
    background: #fff;
}

.mc_b1s3li_circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 2em;
    height: 2em;
    border-radius: inherit;
    background: #43cfd7;
}

.mc_b1s3_li.swiper-slide-active .mc_b1s3li_year {
    transform: translatex(-50%) scale(1.6);
    color: #43cfd7;
    transform-origin: center bottom;
}

.mc_b1s3li_txtbox {
    font-size: inherit !important;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    width: 466px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #c5c5c5;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2em 4em;
    margin-top: 3em;
    visibility: hidden;
    opacity: 0;
}

.mc_b1s3li_txtbox.jz_txt_dots p {
    color: #fff;
}

.mc_b1s3_li.swiper-slide-active .mc_b1s3li_txtbox {
    visibility: visible;
    opacity: 1;
    transition: all .36s .5s;
}

.mc_b1s3_line {
    position: absolute;
    left: 0;
    top: calc(50px   6.8em);
    transform: translatey(-50%);
    z-index: -1;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.jz_arrow {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 6em;
    height: 6em;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all .36s;
}

.jz_arrow img {
    width: 16px;
}

.mc_b1s3_arrow.jz_arrow {
    top: calc(50px   6.8em);
}


.mc_b1s3_prev {
    left: 0;
}

.mc_b1s3_next {
    right: 0;
}

.jz_arrow.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* g1s1 */
.mc_g1s1.jz_section_spacing {
    padding: 17em 0 15em;
}

.mc_g1s1_list {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}

.mc_g1s1_li {
    position: relative;
    width: 33.333333%;
    height: 548px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mc_g1s1li_bg::after,
.mc_g1s1li_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #182a68;
    opacity: 0.5;
    transition: all .36s;
}

.mc_g1s1li_bg::after {
    opacity: 0;
}

.mc_g1s1_lisbox {
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
    padding: 0 20px;
}

.mc_g1s1li_titlebox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.mc_g1s1li_icon {
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.8em;
    position: relative;
    z-index: 1;
}

.mc_g1s1li_icon img {
    width: 100%;
}

.mc_g1s1li_icon::after,
.mc_g1s1li_icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #43cfd7;
    z-index: -2;
}

.mc_g1s1li_icon::after {
    background: linear-gradient(90deg, #43cfd7 0%, #865fff 100%);
    ;
    z-index: -1;
    opacity: 0;
    transition: all .36s;
}


.mc_g1s1li_title {
    font-size: inherit;
    line-height: inherit;
    color: #fff;
}

.mc_g1s1li_txt.jz_txt1832px p {
    line-height: 1.65;
    min-height: 3.3em;
}


.jz_arrow2_box {
    display: flex;
    align-items: center;
    font-size: 10px
}

.jz_arrow2_next,
.jz_arrow2_prev {
    width: 4.2em;
    height: 4.2em;
    border: 1px solid #43cfd7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #43cfd7;
    cursor: pointer;
    transition: all .36s;
}

.jz_arrow2_next {
    margin-left: 2em;
}

.jz_arrow2_next.swiper-button-disabled,
.jz_arrow2_prev.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.jz_arrow2_prev::before {
    font-family: "iconfont";
    content: "\e744";
    font-size: 16px;
}

.jz_arrow2_next::before {
    font-family: "iconfont";
    content: "\e743";
    font-size: 16px;
}

.mc_g1s2 {
    padding: 13em 0 15em;
    background: #f4f9fc;
}

.mc_g1s2_titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.mc_g1s2_swiper {
    font-size: 10px;
    padding-bottom: 5em !important;
}

.mc_g1s2_li {
    width: 33.333333% !important;
    margin-right: 2em;
}

.mc_g1s2_lisbox {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.mc_g1s2_content {
    width: calc(50%   50vw);
}

.mc_g1s2li_title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 1.5em;
    bottom: 1.2em;
    color: #fff;
}

.mc_g1s2_swiper .swiper-pagination {
    width: 765px !important;
    max-width: 100%;
}

.mc_g1s2li_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100px;
    z-index: 3;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.mc_g1s3_top.jz_section_spacing {
    padding: 14em 0 15em;
}

.mc_g1s3_titlebox {
    text-align: center;
}

.mc_g1s3_title {
    display: inline-block;
}

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

.mc_g1s3li_imgbox {
    border-radius: 20px;
    overflow: hidden;
}

.mc_g1s3_li {
    opacity: 1 !important;
}

/* .mc_g1s3_slick.nexting .ys_slick_prev {
    z-index: 999 !important;
}

.mc_g1s3_slick.nexting .ys_slick_active {
    z-index: 1000 !important;
}

.mc_g1s3_slick.preving .ys_slick_prev {
    z-index: 1000 !important;
}

.mc_g1s3_slick.preving .ys_slick_active {
    z-index: 999 !important;
}

.mc_g1s3_slick.nexting .ys_slick_active {
    animation: slideinright .5s ease-out both;
}

.mc_g1s3_slick.preving .ys_slick_prev {
    animation: slideoutright .5s ease-in both;
} */

.mc_g1s3_slick .mc_g1s3_li {
    overflow: hidden;
}

.mc_g1s3_slick.nexting .ys_slick_prev {
    z-index: 1000 !important;
}

.mc_g1s3_slick.nexting .ys_slick_active {
    z-index: 999 !important;
}

.mc_g1s3_slick.preving .ys_slick_prev {
    z-index: 1000 !important;
}

.mc_g1s3_slick.preving .ys_slick_active {
    z-index: 999 !important;
}

.mc_g1s3_slick.nexting .ys_slick_active {
    animation: none;
}

.mc_g1s3_slick.preving .ys_slick_prev {
    animation: slideoutright .5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.mc_g1s3_slick.preving .ys_slick_prev .mc_g1s3li_imgbox  {
    animation: slideoutleft .5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.mc_g1s3_slick.nexting .ys_slick_prev {
    animation: slideoutleft .5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.mc_g1s3_slick.nexting .ys_slick_prev .mc_g1s3li_imgbox  {
    animation: slideoutright .5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

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

.mc_g1s3_arrowbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.mc_g1s3_arrow {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}

.mc_g1s3_prev {
    left: 0;
    cursor:  55 55, pointer;
}

.mc_g1s3_next {
    right: 0;
    cursor:  55 55, pointer;
}

.mc_g1s3_bot {
    padding: 13em 0 9em;
    background: linear-gradient(180deg, #eef4ff 0%, rgba(242, 250, 255, 0) 100%);
}

.mc_g1s3b_imgbox {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 6em;
}

.mc_g1s3b_title {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 70px;
}

.mc_g1s3b_container {
    padding: 0 40px;
}

.mc_g1s3b_list {
    display: flex;
    flex-wrap: wrap;
}

.mc_g1s3b_li {
    position: relative;
    z-index: 1;
    min-width: 165px;
    padding: 20px 20px;
    font-size: inherit;
    line-height: 30px;
    text-align: center;
    margin: 0 -5px 10px;
}

.mc_g1s3b_li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/uploads/image/peimages/g1s3b_bg.png) center / contain no-repeat;
}

.mc_g1s3b_li:first-child::before {
    display: none;
}

.mc_g1s3b_li:first-child {
    background: #43cfd7;
    color: #fff;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 20px;
}

/* g1s4 */
.mc_g1s4 {
    padding: 7em 0 14em;
    background: linear-gradient(0deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}

.mc_g1s4_titlebox {
    text-align: center;
}

.mc_g1s4_title {
    display: inline-block;
}

.mc_g1s4_content.jz_content_spacing {
    margin-top: 4.2em;
}

.mc_g1s4_tab {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 5px 15px rgba(0, 34, 65, 0.08);
    border-radius: 20px;
    font-size: 10px;
}

.mc_g1s4tab_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.8em 4em 4.8em 7em;
    cursor: pointer;
}

.mc_g1s4tabhd_l {
    flex: auto;
    padding-right: 11em;
}

.mc_g1s4tabhd_title {
    font-weight: normal;
    color: #0d2648;
}

.mc_g1s4tabhd_txt {
    margin-top: 30px;
    line-height: 24px;
    color: #3d4c60;
}

.mc_g1s4tabhd_r {
    flex: none;
}

.mc_g1s4tab_bd {
    padding: 0 4em 10em 7em;
}

.mc_g1s4tab_dt {
    line-height: 2;
    color: #0d2648;
}

.mc_g1s4tabbd_li:not(:last-child) {
    margin-bottom: 2em;
}

.mc_g1s4tab_email {
    margin-top: 6em;
}

.mc_g1s4tab_emailbtn {
    font-size: 16px;
    width: 135px;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    background: #00226d;
    text-align: center;
    line-height: 45px;
    transition: all .36s;
}

.mc_g1s4_li.act .mc_icon_jia {
    background: #43cfd7;
}

.mc_g1s4_li.act .mc_icon_jia::before,
.mc_g1s4_li.act .mc_icon_jia::after {
    background: #fff;
}

.mc_g1s4_li.act .mc_icon_jia::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.mc_g1s4tab_bd {
    display: none;
}

.mc_g1s4_li:not(:last-child) {
    margin-bottom: 4em;
}

.mc_g1s4_li:first-child .mc_g1s4tabhd_txt {
    display: none;
}

.mc_g1s4_more {
    text-align: center;
    margin-top: 7em;
}

.mc_g1s4_li:nth-child(n 5) {
    display: none;
}

.mc_g1s4_more {
    display: none;
}

.mc_d2s1.jz_section_spacing {
    padding: 6.5em 0 15em;
}

.mc_d2s1_list {
    font-size: 10px;
}

.mc_d2s1_li {
    border-bottom: 1px solid #e3e3e3;
}

.mc_d2s1_lisbox {
    display: flex;
    align-items: center;
    padding: 3.5em 0;
}

.mc_d2s1li_imgbox {
    width: 305px;
    flex: none;
}

.mc_d2s1li_txtbox {
    flex: auto;
    padding-left: 9em;
}


.mc_d2s1li_title.jz_txt1628,
.mc_d2s1li_txt.jz_txt1628 p {
    line-height: 1.75;
    /* height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
}

.mc_d2s1li_title.jz_txt1628 {
    color: #0d2648;
}

.mc_d2s1li_txt.jz_txt1628 {
    color: #3d4c60;
}

.mc_d2s1li_txt {
    margin: 20px 0 22px;
}

.jz_pagebox {
    margin-top: 9em;
}

.ys_page_f1 .jz_pagebox,
.ys_page_e3 .jz_pagebox {
    margin-top: 0 !important;
}

.jz_pagebox .pc_fenye li {
    position: relative;
    z-index: 1;
}

.jz_pagebox .pc_fenye li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #43cfd7;
    transform: rotate(45deg);
    opacity: 0;
    transition: all .36s;
}

.jz_pagebox .pc_fenye li.activepage {
    background: transparent;
}

.jz_pagebox .pc_fenye li.activepage::after {
    opacity: 1;
}

.mc_d3s1.jz_section_spacing {
    padding: 12em 0 10em;
}

.mc_d3s1 .jz_pagebox {
    margin-top: 5em;
}

.ys_page_d4,
.ys_page_d3 {
    background-color: #fbfbfb;
}

.mc_d3s1_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    margin: 0 -14px;
}

.mc_d3s1_li {
    width: 33.333333%;
    padding: 0 14px;
    margin-bottom: 5em;
}

.mc_d3s1_lisbox {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    font-size: 10px;
    padding: 5.5em 3.2em 7em;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(5, 5, 5, 0.1);
}

.mc_d3s1_lisbox::after,
.mc_d3s1_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 5px;
    background: #43cfd7;
}

.mc_d3s1_lisbox::after {
    z-index: -1;
    background: linear-gradient(90deg, #43cfd7 0%, #865fff 100%);
    transform-origin: left;
    transform: scalex(0);
    transition: all .36s;
}

.mc_d3s1li_title.jz_txt2030,
.mc_d3s1li_txt.jz_txt1628 p {
    line-height: 1.75;
    height: 5.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.mc_d3s1li_title.jz_txt2030 {
    color: #0d2648;
}

.mc_d3s1li_txt.jz_txt1628 {
    margin-top: 24px;
}

.mc_d3s1li_txt.jz_txt1628 p {
    color: #3d4c60;
}

.mc_d3s1li_more {
    margin-top: 6em;
}



.mc_d4s1_content {
    font-size: 1rem;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(83, 83, 83, 0.1);
}

.mc_d4s1.jz_section_spacing {
    padding: 10em 0 15em;
}

.mc_d4s1_content .c_d1p3_fr_tit {
    border-radius: 0;
}

.mc_d4s1_content .c_d1p3_fr_con {
    padding: 4em 8.4em 4.5em;
}

.mc_d4s1_content .c_d1p3_fr_con2,
.mc_d4s1_content .c_d1p3_fr_con3,
.mc_d4s1_content .c_d1p3_fr_con4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mc_d4s1_content .c_d1p3_fr_con1 {
    padding: 0 0 6em;
}

.mc_d4s1_content .c_d1p3_fr_item {
    width: 16.666666%;
}

.ys_inban_txt.jz_txt1628 {
    font-size: inherit;
    margin: 3em 0 5em;
}

.ys_inban_txt.jz_txt1628 p {
    color: #fff;
}

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

.jz_slick_arrow .slick-arrow {
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 1px solid #43cfd7;
    color: #43cfd7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jz_slick_arrow .slick-prev::before {
    font-family: iconfont !important;
    font-size: 12px;
    content: "\e744";
}

.jz_slick_arrow .slick-next::before {
    font-family: iconfont !important;
    font-size: 12px;
    content: "\e743";
}

.c_c2p3con2_list.jz_slick_arrow .slick-arrow {
    top: calc(50%   5rem);
}

.c_d1p1_title {
    transition: all .36s;
}

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

.c_d1p2_con2 img {
    object-fit: contain;
}

.c_d1p2_title {
    color: #36435f !important;
}

.c_d1p2_txt {
    color: #666 !important;
}

.c_d1p2_txtbox {
    height: calc(12.25em   3rem);
    overflow: hidden;
}

.c_d1p3_more {
    margin-top: 5.6em;
    text-align: center;
}


.c_d1p3 .c_d1p3_fr_con2,
.c_d1p3 .c_d1p3_fr_con3,
.c_d1p3 .c_d1p3_fr_con4 {
    display: none;
}


.c_d1p3_fr_more {
    margin-top: 2em;
}

.c_e1p1_txt.jz_txt1832px p {
    color: #3d4c60;
}

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

.c_e5_item:nth-child(n 6) {
    display: none;
}

.c_e5_btn {
    display: none;
    text-align: center;
}

.mc_prothirnav_li,
.yxnav_active3 .mc_prothirnav_a,
.mc_prosubnav_li,
.yxnav_active2 .mc_prosubnav_a,
.mc_subnav_li.yxnav_active2 .mc_subnav_a,
.mc_nav_li.yxnav_active1 .mc_nav_a {
    color: #43cfd7;
}

.ys_inban_date {
    margin-top: 3em;
    display: flex;
    align-items: center;
}

.ys_inban_date {
    color: #fff;
}

.ys_inban_date img {
    width: 22px;
    margin-right: 20px;
}

.ys_page_h1 .mc_sectionbox {
    position: relative;
    z-index: 2;
}

.ys_footer {
    position: relative;
    z-index: 5;
    background: #fff;
}

.mc_ftqr_li.act .mc_ftqr_imgbox {
    opacity: 1;
    transform: translatex(-50%) scale(1);
}

.c_c2p3_textitem .jz_title24 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    /* height: 3.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
}

.c_c2p3con2_con_img {
    width: 250px;
}

.c_d1p2_txtbox .mcs-dark.mcsb_scrolltools .mcsb_dragger .mcsb_dragger_bar {
    background-color: #43cfd7;
}

.c_d1p3_fr_con {
    box-shadow: 0px 4px 10px rgba(83, 83, 83, 0.05);
}

.c_d1p3_fr_con1:not(.isshow) {
    border-color: transparent;
}


.ys_phfy a {
    font-size: 14px;
    color: #333;
}

.mc_d4s1_content .c_d1p3_fr_con1 {
    border-color: #efefef;
}

.c_d1p3_fr_item .ys_imgbox_cover img:nth-child(2) {
    object-fit: contain;
}

.c_e5_item_bot .c_e5_item_icon {
    line-height: 1 !important;
}

.c_e5_item_bot {
    padding: 20px 0 10px;
}

.c_e5_item {
    margin-bottom: 25px !important;
}

.c_e3_navlist {
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
}

.c_e3_navitem {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.mc_e3_navbox {
    display: inline-block;
    max-width: 100%;
    font-size: 0;
    background: #f1f4f9;
    border-radius: 3px;
    padding: 7px 5px;
    overflow: auto;
}

.mc_e3_nav {
    position: relative;
    z-index: 1;
    font-size: 10px;
    display: flex;
}

.mc_e3nav_li {
    flex: none;
}

.mc_e3nav_a {
    display: block;
    min-width: 11.875em;
    font-size: 16px;
    line-height: 1.4;
    padding: 0.8em 1em;
    text-align: center;
}

.mc_e3nav_line {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translatey(-50%);
    height: 100%;
    background: #43cfd7;
    border-radius: 3px;
    transition: all .36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mc_e3nav_li.active .mc_e3nav_a {
    color: #fff;
}

.mc_g1s4tabhd_txt.jz_txt1832px {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mc_g1s4tabhd_l {
    overflow: hidden;
}

.c_h1p3_share_itrm.act .c_h1p3_share_qr {
    opacity: 1;
    visibility: visible;
}

.c_h1p1_item{
    clear: both;
}

.mc_g1s4_li:first-child .mc_g1s4tab_bd{
    display: block;
}

.c_c2p5_fr_one{
    padding-left: 0 !important;
}

.c_d1p3_fr_list{
    flex: auto;
}

.mc_d4s1_content .c_d1p3_fr_item{
    padding-top: 0;
}

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

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

/* 20220808 */
.mc_b1s3li_txtbox{
    width: 552px;
}

.mc_b1s5_l{
    width: 400px;
    margin-right: 5rem;
}

.mc_b1s5_r{
    margin-left: auto;
}

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

.swiper-container-initialized .mc_b1s5_li{
    display: block;
}

.mc_b1s5_li {
    width: 25% !important;
    padding: 0 10px;
}

.mc_b1s5_imgbox {
    border-radius: 10px;
}

.c_e1p3_fr_list.jz_slick_arrow .slick-arrow{
    border-color: transparent;
}

.c_e1p3_fr_list.jz_slick_arrow .slick-arrow::before{
    font-size: 20px;
}

.c_e1p3_fr_list.jz_slick_arrow .slick-prev{
    left: -30px;
}
.c_e1p3_fr_list.jz_slick_arrow .slick-next{
    right: -30px;
}

.mc_g1s3b_imgbox img{
    animation-delay: .2s;
}

.mc_g1s3b_title{
    animation-delay: .3s;
}

.mc_g1s3b_li{
    animation-delay: var(--delay);
}


.mc_subnav_box1{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translatex(-50%);
    font-size: 10px;
    width: 253px;
    padding: 0 3.5em;
    background: #fff;
    border-radius: 0 0 2em 2em;
    overflow: hidden;
    display: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.mc_subnav1_a{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding:22px 0;
}

.mc_subnav1_a span{
    font-size: 16px;
    line-height: 1.5;
    color: #0d2648;
    margin-left: 1em;
    transition: all .36s;
}

.mc_subnav1{
    width: 100%;
}

.mc_subnav1_li{
    border-bottom: 1px solid #ebebeb;
}

.mc_nav_li:not(.mc_nav_li1){
    position: relative;
}

.mc_subnav1icon_act{
    opacity: 0;
}

.mc_subnav1_li.yxnav_active2 .mc_subnav1_a span{
    color: #43cfd7;
}
.mc_subnav1_li.yxnav_active2 .mc_subnav1icon_def{
    opacity: 0;
}
.mc_subnav1_li.yxnav_active2 .mc_subnav1icon_act{
    opacity: 1;
}

.mc_subnav1_icon {
    width: 20px;
}

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

.c_e2p2_dots::before{
    animation: scaleout 2s ease-out infinite;
}
.c_e2p2_dots::after{
    animation: scaleout 2s 1s ease-out infinite;
}
@keyframes scaleout {
    0%{
        opacity: 0;
        transform: translate(-50%,-50%) scale(0.5);
    }
    70%{
        opacity: 0.5;
        transform: translate(-50%,-50%) scale(1);
    }
    100%{
        opacity: 0;
    }
}

.c_c2p1_con2box img{
    width: 100%;
}

.mc_subnav_box1{
    width: auto !important;
}

.mc_subnav_box1 .mc_subnav1_li {
    white-space: nowrap;
}

.mc_d2s1li_title.jz_txt1628{
    font-size: 14px;
    font-weight: bold;
}

.mc_d2s1li_txt.jz_txt1628 p{
    font-size: 12px;
}

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

.c_e3_smallnav {
    text-align: center;
}

.mc_b1s4tab_hd {
    display: none;
}

.c_e3_playbtn{
    z-index: 3;
    width: 50px !important;
}

.c_e3_videobtn{
    cursor: pointer !important;
}

.mc_a1s1_slick .slick-track{
    margin: 0 auto;
}

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

.c_c2p2_item{
    margin-top: 28px;
}

.mc_prosubnav_box{
    cursor: pointer !important;
}

.c_h1p2_list{
    display: flex;
    flex-wrap: wrap;
}

.c_h1p2_item .c_h1p2_con{
    height: 100%;
}

.mc_b1s4_list,
.mc_b1s4_list .slick-track{
    display: block;
}

.mc_b1s4_liwrap {
    flex: none;
}

.mc_b1s4li_imgbox{
    box-shadow: none !important;
}

.c_c2p1_fl_dress{
    z-index: -1;
}

/* .ys_page_pro_detail .ys_ban_imgbox::before{
    display: none !important;
} */

.c_c2p2_image .c_mask{
    display: none !important;
}


/* 20221123 */
.mc_g1s4tabhd_txt.jz_txt1832px{
    display: none !important;
}

.mc_b1s2t_info{
    text-align: center;
    margin-top: 20px;
}

.mc_b1s2t_info span{
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    vertical-align: middle;
}

.mc_b1s2t_position{
    font-weight: normal;
    margin-left: 1em;
    transform: translatey(0.05em);
}

/* 20230414 */
.mc_a1s1li_txt.jz_txt1628 p{
    height: auto;
    max-height: none !important;
    line-height: 1.5;
    font-size: 14px;
}

.mc_a1s1li_title{
    margin-bottom: 10px;
}

.mc_a1s4li_year {
    font-size: 18px;
}

.ys_inban_txt {
    max-width: 50%;
}

.c_c2p4_con p{
    font-size: 16px;
    line-height: 1.5;
}

.mc_g1s3b_title{
    font-size: 20px !important;
    line-height: 1.5 !important;
}

.mc_g1s3b_li{
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc_g1s3b_li:not(:first-child){
    width: 165px;
    min-height: 5em;
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.mc_b1s1b_data{
    padding-right: 0 !important;
}

.mc_b1s1b_data sup{
    right: auto;
    left: 100%;
}

.mc_b1s5_container.jz_content_spacing{
    margin-top: 3rem;
}

.c_d1p1_item .jz_title24{
    line-height: 1.5;
}

.c_d1p1_item .jz_txt1832px p{
    font-size: 16px;
    line-height: 1.75;
}

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

.mc_navbar_lang_btn{
    font-size: 16px;
    color: #0d2648;
}

.mc_a1s1li_txt.jz_txt1628{
    min-height: 4.5em;
}
/* macro css end */

/*鼠标效果*/
@media screen and (min-width: 1200px) {

    .mc_subnav1_a:hover span{
        color: #43cfd7;
    }
    .mc_subnav1_a:hover .mc_subnav1icon_def{
        opacity: 0;
    }
    .mc_subnav1_a:hover .mc_subnav1icon_act{
        opacity: 1;
    }

    .mc_e3nav_a:hover {
        color: #fff;
    }

    .mc_ftqr_li:hover .mc_ftqr_imgbox {
        opacity: 1;
        transform: translatex(-50%) scale(1);
    }

    .c_d1p3_flli:hover {
        color: #fff !important;
    }

    .c_d1p3_flli:hover::before {
        opacity: 1 !important;
    }

    .jz_pagebox .pc_fenye a:hover li {
        color: #fff;
    }

    .jz_pagebox .pc_fenye a:hover li::after {
        opacity: 1;
    }

    .jz_arrow2_next:hover,
    .jz_arrow2_prev:hover {
        background: #43cfd7;
        color: #fff;
    }

    .mc_g1s1_li:hover .mc_g1s1li_bg::after {
        opacity: 0.5;
    }

    .mc_g1s1_li:hover .mc_g1s1li_icon::after {
        opacity: 1;
    }

    .mc_b1s2b_lisbox:hover .b1s2b_circle {
        transform: rotate(180deg);
    }

    .mc_breadnav a:hover {
        opacity: 1 !important;
    }

    .c_e2_bot_item:hover .c_imgbox,
    .mc_g1s4tab_emailbtn:hover,
    .jz_arrow:hover {
        background-color: #43cfd7;
    }

    .c_p1f1_txtbox:hover .c_p1f1_fr_tit,
    .ys_phfyfl a:hover,
    .c_d1p1_con:hover .c_d1p1_title,
    .mc_a1s3_lisbox:hover .mc_a1s3li_title {
        color: #43cfd7;
    }

    .c_f1p2_con:hover .c_glook1::after,
    .mc_d2s1_lisbox:hover .c_glook1::after {
        background-color: #00226d;
    }

    .c_f1p2_con:hover .c_glook1,
    .mc_d2s1_lisbox:hover .mc_d2s1li_morebtn {
        color: #00226d;
    }


    .c_p1f1_con:hover .ys_imgbox_cover img,
    .mc_d2s1_lisbox:hover .mc_d2s1li_imgbox img,
    .mc_g1s2_lisbox:hover .mc_g1s2li_imgbox img,
    .mc_a1s3_lisbox:hover .mc_a1s3li_imgbox img,
    .mc_a1s1_lisbox:hover .mc_a1s1li_imgbox img {
        transform: scale(1.05);
    }

    .mc_ftlink_dd a:hover {
        opacity: 1;
        color: #43cfd7;
    }

    .mc_ft_nav.jz_txt1421 a:hover {
        opacity: 1 !important;
    }

    .mc_b1s2btab_hdli:hover,
    .mc_b1s4tab_hdli:hover,
    .mc_ft_nav.jz_txt1421 a:hover,
    .mc_prosubnav_box:hover .mc_prosubnav_more,
    .mc_nav_dots:hover,
    .mc_prosubnav_a:hover,
    .mc_hover_color:hover,
    .mc_nav_a:hover {
        color: #43cfd7;
    }

    .jz_btn:hover {
        background: #43cfd7;
    }

    .jz_btn_green:hover {
        box-shadow: 0 0 10px rgb(67, 207, 215, .6);
    }

    /* c1-start */
    .c_c1_childitem:hover .ys_imgbox_cover img:nth-child(2) {
        transform: scale(1.03);
    }

    /* c1-end */
    /* e3-start */
    .c_e3_conitem:hover .c_e3_itemtop img:nth-child(2) {
        transform: scale(1.03);
    }

    .c_e3_navcon:hover {
        /* background-color: #43cfd7; */
        color: #fff;
    }

    /* e3-end */
    /* e5-start */
    .c_e5_smnavitem:hover::before {
        opacity: 1;
    }

    /* e5-end */
    /* f1-satrt */
    .c_f1p2_item:hover .ys_imgbox_cover img:nth-child(2) {
        transform: scale(1.03);
    }

    /* d1-start */
    .c_d1p1_tabitem:hover {
        color: #43cfd7;

    }

    /* d1-end */

    .c_e2_con .ys_imgbox_cover img {
        transition: all 0.36s;
    }

    .c_e2_con:hover .ys_imgbox_cover img:nth-child(2) {
        transform: scale(1.03);
    }

    .c_side_item:hover {
        color: #43cfd7;
    }

    .c_side_item:hover::after {
        background-color: #43cfd7;
        width: 25px;
    }

    .c_h1p2_con:hover::before {
        width: 100% !important;
    }

    .c_h1p2_con:hover {
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important;
    }

    .c_h1p3_share_itrm:hover .c_h1p3_share_qr {
        opacity: 1;
        visibility: visible;
    }

    .c_h1p3_share_itrm:hover img {
        display: block;
    }

    .c_h1p3_share_itrm:hover {
        overflow: initial !important;
    }

    .mc_d3s1_lisbox:hover::after {
        transform: scalex(1);
    }

}