@charset "utf-8";

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

/*分享翻译*/
#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%);
}

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

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

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

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

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

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

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

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

.ys_ban_txtbox {
    z-index: 5;
}

/* - banner - end*/

/* 规范 star */
.std_tit1 {
    font-size: 64px;
    line-height: 1.2;
    color: #fff;
}

.std_tit2 {
    font-size: 48px;
    line-height: 1.2;
}

.std_tit3 {
    font-size: 32px;
    line-height: 1.3;
}

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

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

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

.std_tit7 {
    font-size: 14px;
    line-height: 1.6;
}

.std_word,
.std_word p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.std_add {
    padding: 80px 0;
}

.std_mar {
    margin-bottom: 30px;
}

.std_mar1 {
    margin-bottom: 40px;
}

/* 规范 end */

.ys_hd_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-left: 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.36s;
}

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

.mod_hd_le {
    width: 228px;
}

.mod_hd_le a {
    display: block;
    line-height: 80px;
}

.mod_hd_le img {
    width: 100%;
}

.mod_hd_ri_home {
    background: linear-gradient(99.62deg, #0AB0F7 3.14%, #0803E9 97.83%);
    border-radius: 4px 0px 0px 4px;
}

.mod_hd_ri_home a {
    display: flex;
    align-items: center;
    padding: 0 36px;
}

.mhrh_le {
    width: 24px;
}

.mhrh_le img {
    width: 100%;
}

.mhrh_ri p {
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    white-space: nowrap;
}

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

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

.mod_hd_ri_lan {
    margin-right: 63px;
    display: flex;
    align-items: center;
}

.mod_hd_ri {
    display: flex;
}

.mhrl_ri {
    padding-left: 8px;
}

.mhrl_le {
    width: 24px;
}

.mhrl_le img {
    width: 100%;
}

.mhrl_ri p,
.mhrl_ri p a {
    font-size: 16px;
    color: rgba(148, 151, 152, 0.5);
}

.mhrl_ri p a:first-child {
    color: #949798;
}


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

.live_page::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(229, 240, 248, 0.8) 0%, rgba(248, 253, 254, 0.8) 52.92%, rgba(220, 238, 255, 0.8) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: -1;
}


.mod_ban_tit .std_tit1 {
    font-weight: bold;
    color: #002653;
}

.mbul_ri p {
    font-size: 24px;
    line-height: 1.6;
    color: #0070D7;
    font-weight: bold;
}

.mod_ban_ul_li {
    display: flex;
    margin-right: 75px;
}

.mod_ban_ul_li:last-child {
    margin-right: 0;
}

.mod_ban_ul {
    display: flex;
    margin-bottom: 70px;
}

.mbul_ri {
    padding-left: 12px;
}

.mbul_ri img {
    width: 24px;
    margin: 0 8px;
}

.mbul_ri span {
    color: #949798;
    line-height: 1.6;
    font-size: 16px;
    font-weight: normal;
}

.mbul_le {
    width: 32px;
    margin-top: 3px;
}

.mod_btn_link {
    color: #fff;
    line-height: 1.6;
    font-size: 16px;
    padding: 8px 32px;
    background: linear-gradient(99.62deg, #0AB0F7 3.14%, #0803E9 97.83%);
    border-radius: 80px;
    display: block;
}

.mod_foot {
    width: 100%;
    position: relative;
    background: linear-gradient(99.62deg, #001235 3.14%, #002198 97.83%);
    backdrop-filter: blur(8px);
    padding: 50px 0;
}

.mod_foot_cont {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-end;
}

.mod_foot_le {
    width: 187px;
}

.mod_foot_le img {
    width: 100%;
    border-radius: 10px;
}

.mod_foot_ri {
    width: calc(100% - 187px);
    padding-right: 57px;
}

.mfrt_ul {
    display: flex;
}

.mfrt_li {
    width: 32px;
    margin-right: 40px;
}

.mfrt_li img {
    width: 100%;
}

.mod_foot_ri_top {
    padding-bottom: 24px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 24px;
}

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

.mfrb_le p,
.mfrb_ri a {
    font-size: 16px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
}

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

.mod_hd_left {
    display: flex;
}

.mod_hd_le_nav {
    display: flex;
    padding-left: 122px;
}

.mhln_li {
    margin-right: 80px;
}

.ys_hd_pc.isfixed {
    background: rgba(19, 41, 43, 0.8);
    /* box-shadow: 0 5px 0 15px rgba(19, 41, 43, 0.8); */
}

.ipc_ban {
    width: 100%;
    position: relative;
    padding-top: 140px;
}

.ipc_ban_cont {
    width: 710px;
    margin: 0 auto;
}

.ipc_ban_top {
    width: 100%;
    margin-bottom: 60px;
}

.ipc_ban_top img {
    width: 100%;
}

.mod_main {
    position: relative;
    z-index: 10;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.ys_main {
    margin-top: 80px;
}

.ipc_ban_btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ibbl_le {
    width: 32px;
}

.ibbl_le img {
    width: 100%;
}

.ibbl_ri .std_tit4 {
    color: #fff;
    line-height: 1.4;
}

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

.ibbl_ri {
    padding-left: 20px;
}

.ipc_broad {
    width: 100%;
    padding: 80px 80px 0;

}

.ipc_broad_top {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    margin-bottom: 20px;
    box-shadow: -4px 0px 16px rgba(11, 73, 108, 0.05), -4px 0px 8px rgba(11, 73, 108, 0.1);
}

.ipc_broad_top_ri {
    width: 410px;
}

.ipc_broad_top_le {
    width: calc(100% - 410px);
    position: relative;
}

.ibtr_head {
    width: 100%;
    background: linear-gradient(99.62deg, #0A86F8 3.14%, #0803E9 97.83%);
}

.ibtr_head p {
    font-weight: bold;
    color: #fff;
    padding: 14px;
    text-align: center;
}

.ibtr_list {
    width: 100%;
    height: 735px;
    padding: 0 16px;
}

.ibtr_list_li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    padding: 24px 0;
    padding-left: 14px;
    cursor: pointer;
}

.ibtr_list_li::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    transition: all 0.36s;
    opacity: 0;
    background: linear-gradient(99.62deg, #0A86F8 3.14%, #0803E9 97.83%);
}

.illt_le .std_tit6 {
    color: #0E315A;
    line-height: 1.6;
    position: relative;
    transition: all 0.36s;
}

.illt_le .std_tit6::after {
    content: '';
    position: absolute;
    top: 7px;
    left: -14px;
    width: 8px;
    height: 8px;
    background: linear-gradient(99.62deg, #0A86F8 3.14%, #0803E9 97.83%);
    border-radius: 50%;
}

.illt_ri p {
    font-size: 14px;
    line-height: 1.6;
    color: #005EBA;
}

.illt_ri {
    background: linear-gradient(96deg, rgba(8, 3, 233, 0.2) 8.08%, rgba(10, 176, 247, 0) 98.57%);
    border-radius: 2px;
    padding: 1px 10px;
}

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

.ibtr_list_li_btm p {
    color: #5E6772;
    line-height: 1.6;
    transition: all 0.36s;
}

.ibtr_list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0803E9 !important;
}

.ibtr_list .mCSB_outside+.mCSB_scrollTools {
    right: -7px !important;
}

.ibtr_list .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
}

.ibtl_top {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 17px 40px;
    justify-content: space-between;
}

.ibtl_top_le {
    width: 28px;
}

.ibtl_top_le img {
    width: 100%;
}

.ibtl_top_ri .std_tit5 {
    color: #FFFFFF;
    line-height: 1.5;
}

.ibtl_top_ri {
    padding-left: 16px;
}

.ibtl_ifrm {
    width: 100%;
    height: 100%;
    position: relative;
}

.ibtl_ifrm iframe {
    width: 100%;
    height: 100%;
    border: medium none !important;
}

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

.ibtl_ifrm_mask a {
    display: block;
    width: 100%;
    height: 100%;
}

.ibtl_ifrm_mask_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.ibtl_ifrm_mask_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 0, 47, 0.5);
}

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

.ibtl_ifrm_mask_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iimp_icon {
    width: 80px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.iimp_icon img {
    width: 100%;
}

.iimp_info .std_tit6 {
    color: #FFFFFF;
    line-height: 1.6;
}

.ibtr_list.on .ibtr_list_li {
    pointer-events: none;
}

.ipc_broad_btm {
    width: 100%;
    position: relative;
    background: #FFFFFF;
    box-shadow: -4px 0px 24px rgba(11, 73, 108, 0.05), -4px 0px 8px rgba(11, 73, 108, 0.1);
    border-radius: 10px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
}

.ipc_broad_btm_le {
    width: 32px;
}

.ipc_broad_btm_ri {
    width: calc(100% - 32px);
    padding-left: 18px;
}

.ibbr_ul {
    overflow: hidden;
    display: flex;
    width: 100%;
}

.ibbr_li p {
    color: #949798;
    position: relative;
    padding-right: 48px;
    display: inline-block;
    white-space: nowrap;
}

.ibbr_li p a {
    color: #949798;
    transition: all 0.36s;
}

.ibbr_li p::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #949798;
    right: 24px;
}

.ibbr_li {
    display: flex;
    animation: donghua1 50s linear infinite;
}


@keyframes donghua1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

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

.ipc_wonde_tit .std_tit2 {
    line-height: 1.2;
    color: #002653;
}

.ipc_wonde_btm {
    position: relative;
    margin: 0 -20px;
    display: flex;
}

.ipc_wonde_btm_li {
    width: 33.333333% !important;
    padding: 0 20px;
}

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

.iwbl_wrap .ys_imgbox_cover {
    border-radius: 10px;
}

.iwbl_wrap .ys_imgbox_cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(180deg, rgba(1, 0, 70, 0) 0%, rgba(1, 0, 70, 0.7) 100%);
}

.iwbl_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 24px;
}

.iwbl_info p {
    color: #FFFFFF;
    line-height: 1.4;
}

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

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

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

.ipc_gues_top_le {
    width: 35%;
}

.igtl_info p {
    color: #949798;
    line-height: 1.6;
}

.ipc_gues_top_ri {
    width: 65%;
    padding-left: 100px;
    padding-right: 75px;
}

.igtr_ul {
    width: 100%;
}

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

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

.igtr_li_wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.igtr_le {
    width: 52%;
    padding-right: 70px;
    text-align: right;
    margin-bottom: 80px;
}

.igtr_ri {
    width: 48%;
}

.igtr_le_tit .std_tit3 {
    color: #002653;
    line-height: 1.3;
}

.igtr_le_info p {
    color: #005EBA;
    line-height: 1.6;
}

.igtr_le_tit {
    margin-bottom: 16px;
}

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

.igbu_li {
    width: 14.285714%;
    display: none;
    cursor: pointer;
}

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

.igbu_li .ys_imgbox_cover {
    z-index: 1;
}

.igbu_li .ys_imgbox_cover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/i_bg_01.png);
    background-size: 100%;
    z-index: -1;
    transition: all 0.36s;
}

.igbu_li .ys_imgbox_cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/i_bg_02.png);
    background-size: 100%;
    z-index: -1;
    transition: all 0.36s;
    opacity: 0;
}

.igbu_wrap {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.igbu_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 154, 216, 0) 50%, #009AD8 100%);
}

.igbu_tit .std_tit5 {
    line-height: 160%;
    color: #fff;
}

.igbu_tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    z-index: 10;
}

.igbu_li.slick-current .ys_imgbox_cover::before {
    opacity: 1;
}

.igbu_li.slick-current .ys_imgbox_cover::after {
    opacity: 0;
}

.ipc_meeti {
    width: 100%;
    background: #F9FEFF;
}

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

.imtr_link p {
    color: #005EBA;
    /* line-height: 40px; */
    padding: 8px 24px;
    border: 1px solid #005EBA;
    border-radius: 5px;
    line-height: 1.5;
    cursor: pointer;
}

.imtr_links p {
    color: #005EBA;
    /* line-height: 40px; */
    padding: 8px 24px;
    border: 1px solid #005EBA;
    border-radius: 5px;
    line-height: 1.5;
    cursor: pointer;
}


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

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

.ipc_meeti_btm_optio::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(148, 151, 152, 0.4);
}

.imbo_li {
    width: 25%;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: none;
}

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

.imbo_li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    transition: all 0.36s;
    opacity: 0;
    background: linear-gradient(99.62deg, #0AB0F7 3.14%, #0803E9 97.83%);
}

.imbo_li .std_tit5 {
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    padding-bottom: 10px;
}

.imbl_li {
    display: none;
}

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

.imbl_li_wrap {
    width: 100%;
    display: flex;
}

.imbl_li_wrap_le {
    width: 325px;
}

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

.iiwl_li_tit .std_tit4 {
    color: #000000;
    line-height: 1.4;
    transition: all 0.36s;
}

.iiwl_li {
    transition: all 0.36s;
    text-align: center;
    box-shadow: -4px 0px 24px rgba(11, 73, 108, 0.05), -4px 0px 8px rgba(11, 73, 108, 0.1);
    border-radius: 10px;
    padding: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    cursor: pointer;
}

.iiwl_li:last-child {
    margin-bottom: 0;
}

.iiwl_li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.36s;
}

.iiwl_li::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(99.62deg, #0AB0F7 3.14%, #0803E9 97.83%);
    border-radius: 14px;
    z-index: -1;
    /* transition: all 0.36s; */
}

.iiwl_li_info p {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    transition: all 0.36s;
}

.iiwl_li_tit {
    margin-bottom: 12px;
    position: relative;
    z-index: 10;
}

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

.iiwl_li.act::before {
    opacity: 0;
}

.iiwl_li.act::after {
    top: 0;
}

.iiwl_li.act .iiwl_li_tit .std_tit4 {
    color: #fff;
}

.iiwl_li.act .iiwl_li_info p {
    color: #fff;
}

.ilwr_li {
    width: 100%;
    height: 100%;
    display: none;
}

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

.ilwr_swip {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 36px 60px;
}

.ilwr_swip_heig {
    width: 100%;
    height: 386px;
    overflow: hidden;
}

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

.ishl_flex {
    display: flex;
}

.ishl_flex_le {
    width: 20px;
    flex: none;
    margin-top: 3px;
}

.ishl_flex_le img {
    width: 100%;
}

.ishl_flex_ri .std_tit5 {
    line-height: 160%;
    color: #002653;
}

.ishl_flex_ri {
    padding-left: 18px;
}

.ishl_ce .ishl_flex_le,
.ishl_ri .ishl_flex_le {
    width: 24px;
}

.ishl_ce .ishl_flex_ri .std_tit5,
.ishl_ri .ishl_flex_ri .std_tit5 {
    color: #005EBA;
}

.ilwr_swip_heig_li a {
    display: flex;
}

.ishl_le {
    width: 50%;
    padding-right: 15px;
}

.ishl_ce {
    width: 25%;
}

.ishl_ri {
    width: 25%;
}

.ilwr_swip_heig .mCSB_outside+.mCSB_scrollTools {
    right: -50px !important;
}

.ilwr_swip_heig .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #005EBA !important;
}

.ilwr_swip_heig .mCSB_draggerRail {
    background-color: #FFFFFF !important;
}

.imbo_li.slick-current .std_tit5 {
    color: #005EBA;
}


.imbo_li.slick-current::after {
    width: 100%;
    opacity: 1;
}

.imbl_ul .slick-list {
    overflow: visible;
}

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

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

.ipc_sessi_btm {
    width: calc(100% + 230px);
    overflow: hidden;
}

.isbs_li_wrap .ys_imgbox_cover {
    border-radius: 20px;
}

.isbs_li {
    width: 1190px !important;
    margin-right: 48px;
}

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

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

.iebu_li {
    width: 945px !important;
    margin-right: 20px;
}

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

.iebu_wrap_top_li {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

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

.iebu_li .ys_imgbox_cover {
    border-radius: 10px;
}

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

.iebu_wrap_btm_li {
    width: 50%;
    padding: 0 10px;
}

.iebu_li:nth-child(2n) {
    width: 476px !important;
}

.ietr_btn {
    width: 48px;
    cursor: pointer;
}

.ietr_btn img {
    width: 100%;
}

.ietr_btm {
    display: flex;
}

.ietr_ri {
    margin-left: 50px;
}

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

.iebu_li:last-child {
    margin-right: 0 !important;
}

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

.ipc_exhib {
    width: 100%;
    padding-bottom: 0 !important;
}

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

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

.iasu_li {
    width: 945px !important;
    margin-right: 48px;
}

.iasu_wrap {
    width: 100%;
    position: relative;
    display: flex;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    align-items: stretch;
}

.iasu_wrap_le {
    width: 45%;
}

.iasu_wrap_ri {
    width: 55%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iwrt_sbutit p {
    color: #FFFFFF;
    line-height: 160%;
}

.iwrt_tit .std_tit4 {
    color: #FFFFFF;
    line-height: 1.4;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.iwrt_sbutit {
    margin-bottom: 10px;
}

.iwrt_info p {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.iwrt_tit {
    margin-bottom: 24px;
}

.iwrb_ri {
    width: 24px;
}

.iwrb_ri img {
    width: 100%;
}

.iwrb_le p {
    font-size: 16px;
    line-height: 160%;
    color: #fff;
}

.iwrb_le {
    padding-right: 16px;
}

.iwrb_wrap a {
    display: flex;
    align-items: center;
}

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

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

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

.ipbl_img {
    width: 210px;
    margin-right: 34px;
}

.ipbl_wrap {
    display: flex;
    animation: donghua1 50s linear infinite;
}

.ipc_partne_btm_li {
    display: flex;
    width: 10000px;
    overflow: hidden;
    margin-bottom: 60px;
}

.ipc_partne_btm_li:nth-child(2) .ipbl_wrap {
    animation-delay: 1.6s;
}

.ipc_partne_btm_li:last-child {
    margin-bottom: 0;
}

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

.form_page .ys_main {
    margin-top: 0 !important;
}

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

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

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

.form_wrap_cont .ys_cont1440 {
    display: flex;
    flex-wrap: wrap;
}

.form_wrap_le {
    width: 43%;
    padding-top: 220px;
    padding-right: 48px;
    text-align: center;
}

.form_wrap_ri {
    width: 57%;
    padding-left: 140px !important;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.form_wrap_ri::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 234px);
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 40px 0px 0px 40px;
    z-index: -1;
}

.form_wrap_le_tit .std_tit2 {
    font-weight: bold;
    color: #fff;
}

.form_wrap_le_suttit .std_tit5 {
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 0 90px;
    position: relative;
}

.form_wrap_le_suttit .std_tit5::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.form_wrap_le_suttit .std_tit5::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 80px;
    height: 1px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.form_wrap_le_tit {
    margin-bottom: 20px;
}

.form_wrap_le_info p {
    color: #FFFFFF;
    line-height: 1.8;
}

.form_wrap_le_suttit {
    margin-bottom: 82px;
}

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

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

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

.fwri_li_wrap_top p {
    color: #FFFFFF;
    line-height: 1.6;
}

.fwri_li_wrap_top p span {
    color: #FF4C38;
}

.fwri_li_wrap_btm {
    width: 100%;
    height: 36px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

.fwri_li_wrap_btm input {
    width: 100%;
    height: 100%;
}

.fwri_li_wrap_top {
    margin-bottom: 4px;
}


.ys_select .ys_select_xtbbox {
    right: 16px;
}

.fwri_li_wrap_btm input {
    font-size: 14px;
    color: #fff;
    padding: 0 16px;
}

.fwri_li_wrap_btm input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.fwri_li_wrap_btm input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.fwri_li_wrap_btm input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.fwri_li_wrap_btm input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.ys_select_bd {
    border-radius: 5px;
    padding: 16px;
    max-height: 140px;
}

.ys_select_li {
    font-size: 14px;
    line-height: 1.5;
}

.ys_select_bd .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px !important;
}

.fwri_li1 {
    width: 100%;
}

.fwri_li_wrap_sle {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: -4px 0px 24px rgba(11, 73, 108, 0.05), -4px 0px 8px rgba(11, 73, 108, 0.1);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
}

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

.flws_ri_li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 50px;
}

.flws_ri_li_le {
    width: 16px;
    height: 16px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
}

.flws_ri_li_le::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.36s;
    opacity: 0;
}

.flws_ri_li.on .flws_ri_li_le::after {
    opacity: 1;
}

.flws_ri_li_ri p {
    color: #fff;
    line-height: 1.8;
    transition: all 0.36s;
}

.flws_ri_li_ri {
    padding-left: 16px;
}

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

.flws_ri_li:first-child {
    margin-left: 0;
}

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

.fwri_li2 .fwri_li_wrap_btm {
    height: 80px;
}

.fwri_li_wrap_btm textarea {
    width: 100%;
    height: 100%;
    padding: 10px 16px;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.fwri_li_wrap_img {
    width: 168px;
    cursor: pointer;
}

.fwri_li_wrap_img img {
    width: 100%;
}

.fwri_li3 {
    width: 100%;
    padding-top: 12px;
}

.fwri_li_wrap_kop {
    display: flex;
    margin-bottom: 16px;
}

.flwk_le {
    width: 18px;
    height: 18px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    flex: none;
    cursor: pointer;
    margin-top: 1px;
    position: relative;
}

.flwk_le img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
    opacity: 0;
}

.flwk_le.on img {
    opacity: 1;
}

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

.flwk_ri p a {
    color: #fff;
}

.flwk_ri {
    padding-left: 16px;
}


.flwp_le p {
    color: #fff;
    line-height: 1.6;
}

.flwp_ri {
    width: 24px;
}

.flwp_ri img {
    width: 100%;
}

.fwri_li_wrap_ptm {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(99.62deg, #0AB0F7 3.14%, #0803E9 97.83%);
    border-radius: 5px;
    padding: 12px;
    cursor: pointer;
}

.flwp_le {
    padding-right: 16px;
}

.down_cont {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.down_cont_le {
    padding: 118px 40px;
    width: 415px;
    background: linear-gradient(99.62deg, #0803E9 3.14%, #0AB0F7 97.83%);
    position: relative;
}

.down_cont_ri {
    width: calc(100% - 415px);
    padding: 40px 30px;
}

.down_cont_le_desz1 {
    width: 246px;
    position: absolute;
    top: -13%;
    right: -20%;
}

.down_cont_le_desz1 img {
    width: 100%;
}

.down_cont_le_desz2 {
    width: 568px;
    position: absolute;
    bottom: -36%;
    left: -50%;
}

.down_cont_le_desz2 img {
    width: 100%;
}

.down_cont_le_tit .std_tit3 {
    line-height: 1.3;
    color: #fff;
}

.down_cont_le_tit {
    margin-bottom: 20px;
}

.down_cont_le_info p {
    line-height: 1.6;
    color: #fff;
}

.down_cont .fwri_li_wrap_top p {
    color: #949798;
}

.down_cont .fwri_li_wrap_btm {
    border-color: rgba(84, 88, 90, 0.3);
}

.down_cont .fwri_li_wrap_btm input {
    color: #949798;
}


.down_cont .fwri_li_wrap_btm input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #949798;
}

.down_cont .fwri_li_wrap_btm input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #949798;
}

.down_cont .fwri_li_wrap_btm input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #949798;
}

.down_cont .fwri_li_wrap_btm input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #949798;
}

.down_cont .ys_select_bd {
    border: 1px solid rgba(84, 88, 90, 0.3);
}

.down_cont .fwri_li_wrap_btm textarea {
    color: #949798;
}

.down_cont .flws_le p {
    color: #000000;
}

.down_cont .flws_ri_li_ri p {
    color: #949798;
}

.down_cont .flws_ri_li_le {
    border-color: rgba(84, 88, 90, 0.3);
}

.down_cont .flws_ri_li_le::after {
    background: linear-gradient(99.62deg, #0AB0F7 3.14%, #0803E9 97.83%);
}

.down_cont .flws_ri_li.on .flws_ri_li_le {
    border-color: #005EBA;
}

.down_cont .flws_ri_li.on .flws_ri_li_ri p {
    color: #005EBA;
}

.down_cont .flwk_ri p {
    color: #949798;
}

.down_cont .flwk_ri p a {
    color: #005EBA;
}

.down_cont .flwk_le {
    border-color: rgba(84, 88, 90, 0.3);
}

.down_cont_ri .down_cont_ri_wrap {
    max-height: 78vh;
}

.down_cont_ri .mCustomScrollBox {
    padding-right: 0 !important;
}

.down_cont_ri .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #005EBA !important;
}

.down_cont_ri .mCSB_outside+.mCSB_scrollTools {
    right: -9px !important;
}

.down_cont .fwri_ul {
    margin: 0;
}

.ys_modal_demo .iconfont {
    font-weight: 400;
    font-size: 18px;
    color: #005EBA;
}

.ys_modal_close {
    right: 20px;
    top: 20px;
}

.mod_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 38, 83, 0.8);
    backdrop-filter: blur(20px);
}

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

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

.mod_pop_top_video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 0, 70, 0.2);
    z-index: 3;
    pointer-events: none;
}

.mod_pop_top_play {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 4;
}

.mod_pop_top_play img {
    width: 100%;
}

.mod_pop_top {
    margin-bottom: 40px;
    position: relative;
}

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

.mod_pop_btm_le {
    width: 37.5%;
}

.mod_pop_btm_le img {
    width: 100%;
}

.mod_pop_btm .ipc_ban_btm {
    display: block;
}

.mod_pop_btm .ipc_ban_btm_li {
    margin-bottom: 20px;
}

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

.mod_pop_btm .ibbl_le {
    width: 24px;
}

.mod_pop_btm .ibbl_ri {
    padding-left: 16px;
}

.ibbl_ri .std_tit5 {
    color: #FFFFFF;
    line-height: 1.6;
}

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

.mpbr_more a {
    display: block;
    background: linear-gradient(99.62deg, #0AB0F7 3.14%, #0803E9 97.83%);
    border-radius: 5px;
}

.mpbr_more a p {
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding: 11px;
}

.mpbr_more {
    margin-bottom: 8px;
}

.mod_pop_btm_ri {
    width: 23%;
}

.mod_pop_btm_ce {
    width: 26%;
}

.mod_pop .ys_cont1200 {
    display: flex;
    align-items: center;
    height: 100%;
}

.ishl_ce .ishl_flex_le {
    margin-top: 2px;
}

.ishl_ri .ishl_flex_le {
    margin-top: 2px;
}

.mhln_li.yxnav_active1 a {
    color: #0AB0F7;
}

.ipc_gues_btm_ul .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 100%;
    z-index: 10;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}

.ipc_gues_btm_ul .slick-prev {
    background-image: url(../images/arr1.svg);
    left: -20px;
}

.ipc_gues_btm_ul .slick-next {
    background-image: url(../images/arr2.svg);
    right: -20px;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .ibbr_li p a:hover {
        color: #005EBA;
    }

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

    .ipc_broad_btm:hover .ibbr_li {
        animation-play-state: paused;
        cursor: pointer;
    }

    .ibtr_list_li:hover .illt_le .std_tit6 {
        color: #005EBA;
    }

    .ibtr_list_li:hover .ibtr_list_li_btm p {
        color: #005EBA;
    }

    .iasu_wrap:hover .ys_imgbox_cover img {
        transform: scale(1.08);
    }

    .imtr_linkss a {
        color: #005EBA;
        /* line-height: 40px; */
        padding: 8px 24px;
        border: 1px solid #005EBA;
        border-radius: 5px;
        line-height: 1.5;
        cursor: pointer;
    }
}

.down_cont_ri .ys_select_bd .mCSB_outside+.mCSB_scrollTools {
    right: 0px !important;
}

.mfrb_le,
.mfrb_le a {
    font-size: 16px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.8);
}

.mod_foot_ri_btm {
    width: 100%;
}

.flws_le span {
    color: #FF4C38;
}

.mfrt_code {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    display: none;
    pointer-events: none;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.mfrt_code img {
    width: 100%;
}

.mfrt_hover {
    position: relative;
}

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

.ipc_meeti .imtr_links p {
    background-color: #005EBA;
    color: #fff;
}

.mod_pop_top_video img {
    width: 100%;
}

.mptv_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

.mptv_wrap video {
    width: auto !important;
}

.fwri_li_code {
    display: flex;
    align-items: flex-end;
}

.fwri_li_wrap_img {
    margin-left: 10px;
}

.fwri_li_wrap_btm {
    position: relative;
}

.flwb_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(99.62deg, #0AB0F7 3.14%, #0803E9 97.83%);
    border-radius: 0 5px 5px 0;
}

.fwri_pho .fwri_li_wrap_btm>input {
    padding-right: 110px;
}

.down_cont .fwri_li_wrap_btm .flwb_btn input {
    color: #fff;
}

.ipc_broad_top_le .imtr_links p {
    color: #005EBA;
    padding: 8px 24px;
    border-radius: 5px;
    line-height: 1.5;
    cursor: pointer;
    border:0px;
}

.ipc_broad_top_le .imtr_links.std_word {
    background: linear-gradient(96deg, rgb(252 252 255 / 90%) 8.08%, rgb(255 255 255 / 70%) 98.57%);
    border-radius: 2px;
    padding: 1px 10px;
    /* background: #fff; */
}