﻿@charset "utf-8";

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%);
}

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

.yxnav_active2 {}

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

.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*/

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

.home_hd {
    width: 100%;
    position: relative;
    padding-left: 60px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.home_hd_le_lo {
    width: 186px;
    margin-right: 20px;
}

.home_hd_le_lo a {
    display: block;
    width: 100%;
    line-height: 90px;
}

.home_hd_le_lo img {
    width: 100%;
}

.home_hd_le {
    display: flex;
}

.hhln_ul {
    display: flex;
}

.hhln_li p {
    font-size: 16px;
    line-height: 90px;
    color: #333;
    cursor: pointer;
}

.hhln_li {
    padding: 0 38px;
}

.hhrr_icon {
    width: 22px;
    line-height: 90px;
}

.hhrr_icon img {
    width: 100%;
}

.hhrr_info p {
    font-size: 14px;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
}

.hhrr_info {
    padding-left: 11px;
}

.home_hd_ri_ret a {
    display: flex;
    background: #0055CC;
    padding: 0 37px;
}

.yx_search3_btn {
    width: 27px;
    margin-right: 50px;
    line-height: 60px;
    position: relative;
}

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

.yx_search3img1 {
    position: relative;
    top: 0;
    left: 0;
}

.yx_search3img2 {
    position: absolute;
    top: 18px;
    left: 0;
    opacity: 0;
}

.yx_search3box {
    position: relative;
}

.yx_search3xlbox {
    width: 100%;
    height: 250px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
    display: none;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 99;
}

.yx_search3_tbox {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    border-bottom: 1px solid #666;
}

.yx_search3xlbtn {
    width: 27px;
    line-height: 60px;

}

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

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

.yx_search3_xls input {
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}

.yx_search3_xls input::placeholder {
    color: #666;
}

.yx_search3.act .yx_search3_btn .yx_search3img2 {
    opacity: 1;
}

.yx_search3.act .yx_search3_btn .yx_search3img1 {
    opacity: 0;
}

.yx_search3_btn.on .yx_search3img2 {
    opacity: 1;
}

.yx_search3_btn.on .yx_search3img1 {
    opacity: 0;
}

.home_hd_ri_ser {
    position: relative;
    margin-right: 59px;
}

.hhrs_icon {
    width: 22px;
    line-height: 90px;
    cursor: pointer;
}

.hhrs_icon img {
    width: 100%;
}

.hhrc_icon {
    width: 24px;
}

.hhrc_icon img {
    width: 100%;
}

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

.hhrc_info {
    padding-left: 17px;
}

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

.home_hd_ri {
    display: flex;
}

.home_hd_ri_cont {
    margin-right: 30px;
}

.ys_ph_navbar3 .ys_phnav_header {
    background: #fff;
}

.ys_main {
    margin-top: 90px;
}

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

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

.mod_pot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform-origin: right bottom;
    pointer-events: none;
    transition: transform 1.5s cubic-bezier(.18, .63, 0, 1);
}

.mod_le {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

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

.mlwl_line {
    display: block;
    width: 124px;
    height: 10px;
    background: linear-gradient(53.59deg, #0E50C8 21.22%, #2869E0 78.78%);
    border-radius: 4px;
}

.ys_tit46 {
    font-weight: bold;
    color: #0055CC;
    line-height: 1.5;
    font-size: 46px;
}

.mod_wrap_tit .ys_tit46 {
    font-weight: bold;
    margin-bottom: 10px;
}

.mod_wrap_line {
    margin-bottom: 38px;
}

.ys_tit24 {
    font-size: 24px;
    line-height: 1.5;
    color: #666;
}

.mod_wrap_tit .ys_tit24 {
    opacity: 0.5;
}

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

.mod_wrap_tit {
    margin-bottom: 60px;
}

.mod_wrap_info p {
    line-height: 2;
    margin-bottom: 8px;
}

.mod_slic {
    width: 545px;
}

.mod_slic_li {
    display: none;
}

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


.mod_slic .slick-dots {
    position: relative;
    padding-top: 80px;
    text-align: left;
}

.mod_slic .slick-dots li {
    width: 139px;
    height: 3px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
}

.mod_slic .slick-dots li.slick-active {
    background: #0055CC;
    border-bottom-color: #0055CC;
}




.mod_pot {
    opacity: 0;
    transform-origin: 70% 50%;
    transition: transform .8s cubic-bezier(0, 0, 0.2, 1);
}

.mod_slic {
    opacity: 0;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1), opacity 1s ease-out;
    transition-delay: .6s;
}


html.act body {
    height: 100vh;
}

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

html.off .mod_pot {
    transform: scale(4);
    opacity: 0;
}

html.on1 .mod_pot {
    opacity: 1;
}

html.off .mod_pot {
    transform: translate3d(0px, 0px, 0px) scale(10, 10);
}

html.on1.off .mod_pot {
    transition: transform .8s cubic-bezier(0, 0, 0.2, 1) 0.6s, opacity .6s ease-out 1s;
    opacity: 0;
    transform: translate3d(0px, 0px, 0px) scale(10, 10);
}

html.on1 .mod_slic {
    opacity: 1;
}

html.on1 .mod_slic {
    opacity: 1;
}

html.off .mod_slic {
    transform: translateY(30px);
    opacity: 0;
}

html.on1 .mod_slic {
    transition: transform .6s cubic-bezier(0, 0, 0.2, 1), opacity .6s ease-out;
    transition-delay: .8s;
}

html.on1.off .mod_slic {
    opacity: 0;
}

html.on1.off .mod_slic {
    transition: transform .4s cubic-bezier(0, 0, 0.2, 1), opacity .4s ease-out;
    transition-delay: 0s;
}

.home_deve {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(53.59deg, #0E50C8 21.22%, #2869E0 78.78%);
}

.home_deve::after {
    content: '';
    position: absolute;
    top: -102px;
    left: -103px;
    width: 380px;
    height: 350px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, rgba(217, 217, 217, 0.11) 100%);
    opacity: 0.25;
    border-radius: 50%;
}

.ys_add {
    padding: 100px 0;
}

.ys_add1 {
    padding-bottom: 100px;
}

.home_deve_tit h2 {
    display: flex;
    align-items: center;
}

.home_deve_tit .mlwl_line {
    background: linear-gradient(180deg, #00EDB4 0%, #4EF0C9 100%);
    border-radius: 4px;
    margin-left: 32px;
}

.home_deve_tit .ys_tit46 {
    color: #fff;
    line-height: 1.4;
}

.home_deve_info .ys_tit24 {
    color: #FFFFFF;
    opacity: 0.2;
}

.ys_tit36 {
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
}

.home_deve_info {
    margin-top: 4px;
}

.home_deve_info .ys_tit36 {
    opacity: 0.2;
}

.home_deve_swip {
    width: 100%;
    position: relative;
    margin-top: 0px;
    height: 610px;
}

.home_innov .home_deve_tit .ys_tit46 {
    color: #0055CC;
}

.home_innov .home_deve_info .ys_tit36 {
    color: #0055CC;
}

.ys_mar {
    margin-bottom: 60px;
}

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

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

.home_deve_list_le {
    width: 560px;
    padding-right: 13px;
}

.home_deve_list_ri {
    width: calc(100% - 560px);
}

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

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

.hlwi_lab {
    position: absolute;
    top: 0;
    left: 0;
    background: #0055CC;
    border-radius: 16px 0px 36px;
    z-index: 10;
    padding: 21px 25px;
}

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

.mod_more_nav {
    font-size: 14px;
    line-height: 46px;
    color: #0055CC;
    background: #fff;
    border-radius: 40px;
    padding: 0 30px;
    display: inline-block;
}

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

.hdll_li_wrap_writi {
    width: 100%;
    background: #EDF4FF;
    padding: 55px 49px 79px;
    min-height: 288px;
}

.hlww_tit .ys_tit24 {
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hlww_info p {
    font-size: 14px;
    line-height: 1.85;
    color: #666666;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hlww_tit {
    margin-bottom: 18px;
}


.hlwi_ig::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.36s;
    opacity: 0;
}

.hlwi_ig img {
    transition: all 0.6s;
}

.hdll_li {
    margin-bottom: 12px;
}

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

.hdlr_li_wrap {
    padding: 0 7px;
}

.hdlr_li {
    margin: 0 -7px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.hdlr_li_le {
    width: 60.5%;
}

.hdlr_li_ri {
    width: 39.5%;
}

.hdlr_li_wrap_cont {
    width: 100%;
    position: relative;
    padding: 54px 64px;
    display: flex;
    border-radius: 16px;
}

.hlwc_le_tit .ys_tit24 {
    color: #fff;
    line-height: 1.5;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hlwc_le_info p {
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hlwc_le_more .mod_more {
    display: inline-block;
}

.hlwc_le_more .mod_more_nav {
    line-height: 36px;
}

.hlwc_le_tit {
    margin-bottom: 8px;
}

.hlwc_le_info {
    margin-bottom: 26px;
}

.hlwc_le {
    width: 250px;
    max-width: 100%;
}

.hlwc_ri {
    position: absolute;
    bottom: 32px;
    right: 25px;
}

.hdlr_li_ri .hdlr_li_wrap_cont {
    padding: 54px 50px;
}


.hdlr_li1 .hdlr_li_le,
.hdlr_li3 .hdlr_li_le,
.hdlr_li4 .hdlr_li_le {
    width: 100%;
}

.hdlr_li {
    margin-bottom: 12px;
}

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

.hdlr_li3 .hlwc_le,
.hdlr_li4 .hlwc_le {
    width: 350px;
}

.hdlr_li4 .hlwc_le_info p {
    -webkit-line-clamp: 3;
}

.hdlr_li_wrap a {
    display: block;
}

.hdlr_li5 .hdlr_li_le a {
    margin-bottom: 13px;
}

.hdlr_li5 .hdlr_li_le a:last-child {
    margin-bottom: 0;
}

.hdlr_li5 .hdlr_li_ri a {
    height: 100%;
}

.hdlr_li5 .hdlr_li_ri .hdlr_li_wrap_cont {
    height: 100%;
}

.hdlr_li5 .hdlr_li_ri .hlwc_le_info p {
    -webkit-line-clamp: 3;
}

.hdlr_li1 .hdlr_li_wrap_cont {
    padding: 61px 64px;
}

.hdlr_li2 .hdlr_li_ri a {
    height: 100%;
}

.hdlr_li2 .hdlr_li_ri .hdlr_li_wrap_cont {
    height: 100%;
}

.hdlr_li3 .hdlr_li_wrap_cont {
    padding: 51px 64px;
}

.hdlr_li4 .hdlr_li_wrap_cont {
    padding: 51px 64px;
}

.hdlr_li5 .hdlr_li_wrap_cont {
    padding: 58px 64px;
}

.hlwc_ri img {
    transition: all 0.6s;
}

.home_win {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(132.98deg, #2A78E4 13.52%, #002B68 65.87%, #004BB5 99.17%);
}

/*  */

.home_win_succ {
    position: relative;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 130px;
}

.home_win_succ_linka {
    margin-top: 86px;
    position: relative;
    z-index: 2;
}

.home_win_succ_tit {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.hwsl_wrap {
    width: 215px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 605px;
    background: #043D8C;
    z-index: 10;
    border-radius: 30px;
}

.hwsl_pc_swit {
    height: 33.333333%;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.hwsl_pc_swit_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
}

.hpsw_img {
    width: 78px;
    margin: auto;
    position: relative;
    margin-bottom: 22px;
    transition: all 0.36s;
}

.hwsl_pc_swit.on .hpsw_img {
    width: 100px;
}


.g_pt1qietu img {
    width: 100%;
}

.g_pt1qietu2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.hwsl_pc_swit_wrap span {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    display: block;
    margin-top: 10px;
}

.hpsw_tit p {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.nav-cont-item-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -20px;
    width: 260px;
    height: 235px;
    cursor: pointer;
    transition: all .36s;
    background: linear-gradient(134.56deg, #006AE2 -5.3%, #008AFF 57.19%, #008FED 104.95%);
    border-radius: 36px;
}

.nav-cont-item-bg.act {
    display: block;
}


.hwsl_ph {
    display: none;
}

.hwsl_list {
    width: calc(100% - 215px);
    background: #0044d2;
    /* padding: 65px 0 0 92px; */
    height: 480px;
    border-radius: 36px;
    position: relative;
    overflow: hidden;
}

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

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

.hwsl_list_li_le {
    width: calc(100% - 540px);
}

.hwsl_list_li {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.hwsl_list_li::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90.25deg, #052D82 12.65%, rgba(22, 75, 172, 0) 61.92%);
}

.hwsl_list_li a {
    width: 100%;
    height: 100%;
    padding: 120px 85px;
}

.hwsl_list_li .hlwc_le {
    width: 100%;
}

.hpsw_img img {
    width: 100%;
}

.hwsl_list .slick-list,
.hwsl_list .slick-track {
    height: 100%;
}

.mod_sutit .ys_tit36 {
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.mod_sutit .ys_tit36::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 69px;
    height: 2px;
    background: #fff;
}

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

.home_compre_img img {
    width: 100%;
}

.mod_more {
    display: inline-block;
}

.home_compre_more {
    text-align: center;
    margin-top: 48px;
}

.mod_info {
    width: 1062px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

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

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

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

.hclu_li_wrap_img {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.hclu_li_wrap_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    transition: all 0.36s;
    pointer-events: none;
    opacity: 0;
}

.hclu_li_wrap_more {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.36s;
}

#home_compre_swip {
    width: 780px;
    margin: 0 auto;
    position: relative;
}

.hclu_li {
    transform: scale(0.8);
    transition: all 0.36s;
}

.hclu_li.swiper-slide-active {
    transform: scale(1);
}

/* .hclu_li.swiper-slide-active .hclu_li_wrap_img::after {
    opacity: 0;
}

.hclu_li.swiper-slide-active .hclu_li_wrap_more {
    opacity: 1;
} */


.home_button {
    width: 66px;
    height: 67px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11;
    /* opacity: 0; */
}

#home_deve_swip .home_button {
    opacity: 0;
    transition: all 0.36s;
}
#home_deve_swip .home_button.on {
    opacity: 1;
}

.mod_prev {
    left: -112px;
}

.mod_next {
    right: -112px;
}

.home_button.swiper-button-disabled {
    cursor: inherit;
    opacity: 0.6;
}

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

.home_mess {
    background: #DDE7FF;
    position: relative;
    overflow: hidden;
}

.home_mess_wrap .home_deve_info p {
    color: #0055CC;
}

.home_mess_wrap .home_deve_tit .ys_tit46 {
    color: #0055CC;
}

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

.hmwl_ul {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.hmwl_li {
    width: 100%;
    position: relative;
    padding: 28px 142px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    align-items: flex-start;
    display: none;
}

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

.hmwl_li_le {
    width: 254px;
    height: 254px;
    position: relative;
    padding: 21px;
}

.hmwl_li_le::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/quan.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.hmwl_li_ri {
    width: calc(100% - 254px);
    padding-left: 50px;
    padding-top: 24px;
    padding-right: 60px;
}

.hmwl_li_ri_info p {
    font-size: 20px;
    line-height: 1.6;
    color: #999999;
    min-height: 7em;
}

.hmwl_li_ri_info {
    position: relative;
    margin-bottom: 20px;
}

.hmwl_li_ri_info::after {
    content: '';
    position: absolute;
    top: 7px;
    left: -29px;
    background: url(../images/yinhle.svg);
    width: 13px;
    height: 9px;
    background-size: 100% 100%
}

.hmwl_li_ri_info::before {
    content: '';
    position: absolute;
    top: 7px;
    right: -29px;
    background: url(../images/yinhri.svg);
    width: 13px;
    height: 9px;
    background-size: 100% 100%
}

.hlrf_tit p {
    font-size: 20px;
    line-height: 1.5;
    color: #666;
    font-weight: bold;
}

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

.hlrf_info p span {
    padding-left: 16px;
}

.hlrf_tit {
    margin-bottom: 5px;
}

.hmwl_li_wrap {
    width: 100%;
    position: relative;
    /* display: flex;
    flex-wrap: wrap; */
}


.hmwl_bt_ul .slick-list {
    padding-top: 78px !important;
}

.hbul_wrap {
    position: relative;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    /* background: #fff; */
    /* overflow: hidden; */
    transform: scale(0.7);
    transition: all 0.36s;
    cursor: pointer;
    padding: 15px;
}

.hbul_wrap_img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 2px 19px 10px rgba(134, 146, 165, 0.07);
}

.hbul_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/quan.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.36s;
    opacity: 0;
}

.hbul_wrap::before {
    content: '';
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/a1_icon7.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    transition: all 0.36s;
    opacity: 0;
}

.hbul_wrap img {
    width: 100%;
}

.hmwl_bt_ul {
    display: flex;
}

.hmwl_bt_ul_li.slick-current .hbul_wrap {
    transform: scale(1);
}

.hmwl_bt_ul_li.slick-current .hbul_wrap::after {
    opacity: 1;
}


.hmwl_bt_ul_li.slick-current .hbul_wrap::before {
    opacity: 1;
}

.hmwl_bt_ul .slick-arrow {
    width: 48px;
    height: 48px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10;
    top: calc(50% + 40px);
}

.hmwl_bt_ul .slick-prev {
    background-image: url(../images/a1_icon3.svg);
    left: -56px;
}

.hmwl_bt_ul .slick-next {
    background-image: url(../images/a1_icon4.svg);
    right: -56px;
}

.home_mess_bg {
    position: absolute;
    box-sizing: border-box;
    top: -200%;
    right: -200%;
    bottom: -200%;
    left: -200%;
    width: 500%;
    height: 500%;
    opacity: .8;
    background-repeat: repeat;
    background-position: 50% 50.8%;
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}

.home_mess:hover .home_mess_bg {
    transition-delay: .2s;
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
}

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

.home_medi .home_deve_tit .ys_tit46 {
    color: #0055CC;
}

.home_medi .home_deve_info .ys_tit36 {
    color: #0055CC;
}

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

.home_medi_list_top {
    width: 100%;
    position: relative;
    margin-bottom: 52px;
}

.home_medi_list_bot {
    width: 100%;
}

.hmlt_li {
    padding: 0 10px;
    overflow: hidden;
}

.hmlt_li_wrap {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.hmlt_ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.hmlt_le {
    width: 60%;
}

.hmlt_ri {
    width: 40%;
}

.hmlt_li_wrap {
    width: 100%;
    position: relative;
    padding: 65px 76px;
}

.hmlt_le .hmlt_li_wrap {
    background: linear-gradient(5.48deg, #072760 -4.5%, #2869E0 120.86%, #2869E0 120.86%);
}

.hmlt_ri .hmlt_li_wrap {
    background: #0C236B;
}

.hmlt_li_wrap .hlwc_le {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hmlt_li_wrap .hlwc_le_tit .ys_tit24 {
    font-weight: bold;
    -webkit-line-clamp: 2;
}

.hmlt_li_wrap .hlwc_le_info p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.hmlt_li .hlwc_le_more .mod_more_nav {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    line-height: 48px;
}

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

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

.hmlb_li {
    width: 12.5%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.hmlb_li_ig {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 30px 2px rgba(0, 46, 129, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.ys_footer {
    width: 100%;
    position: relative;
    background: #0C246B;
    padding: 70px 0 67px;
}

.mod_ft {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.mod_ft_ri {
    width: 253px;
}

.mod_ft_le {
    width: calc(100% - 253px);
    padding-top: 130px;
    padding-right: 20px;
}

.mod_copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 42px;
}

.mod_copy_le p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.5;
}

.mod_copy_le p a {
    color: rgba(255, 255, 255, 0.5);
}

.mod_copy_ri,
.mod_copy_ri a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.5;
}

.mod_ft_logo {
    width: 260px;
    position: absolute;
    top: 0;
    left: 0;
}

.mod_ft_logo img {
    width: 100%;
}

.mod_ft_le_tit p {
    color: #fff;
    line-height: 1.5;
    font-size: 34px;
    font-weight: bold;
}

.mod_ft_le_ig {
    width: 777px;
    max-width: 100%;
}

.mod_ft_le_ig img {
    width: 100%;
}

.mod_ft_le_tit {
    margin-bottom: 10px;
}

.ys_footer .ys_cont1360 {
    position: relative;
}

.mod_ft_ri_info p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    text-align: right;
    margin-bottom: 8px;
}

.mod_ft_ri_info p a {
    color: #fff;
}

.mod_ft_ri_info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 18px;
}

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

.ys_sharebox {
    margin: 0 10px;
}

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

.mod_ft_le_tit span {
    padding-left: 20px;
}

.hclu_li .mod_more_nav,
.home_compre_more .mod_more_nav {
    line-height: 50px;
    min-width: 150px;
    text-align: center;
}

.hdlr_li5 .hdlr_li_ri .hdlr_li_wrap_cont {
    padding: 57px 56px;
}

.hdsu_wrap_tit .ys_tit36 {
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.hdsu_li:nth-child(2n) .hdsu_wrap_info {
    min-height: inherit;
}

.hdsu_wrap_info {
    min-height: 110px;
    overflow: hidden;
    -webkit-line-clamp: 7;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hdsu_wrap_info p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 15px;
}

.hdsu_wrap_info p:last-child {
    margin-bottom: 0;
}

.hdsu_li {
    width: 230px !important;
}

.hdsu_li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 234px;
    height: 68px;
    background-image: url(../images/lingmk.svg);
    background-size: 100% 100%;
    left: 6px;
    background-repeat: repeat;
    z-index: -1;
}

.hdsu_li:nth-child(2n)::after {
    transform: translateY(-50%) rotateX(180deg);
}

.hdsu_li:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateX(180deg);
    width: 234px;
    height: 68px;
    background-image: url(../images/lingmk.svg);
    background-size: 100% 100%;
    right: 100%;
    background-repeat: repeat;
    z-index: -1;
}

.hdsu_li:last-child::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateX(180deg);
    width: 234px;
    height: 68px;
    background-image: url(../images/lingmk.svg);
    background-size: 100% 100%;
    right: -100%;
    background-repeat: repeat;
    z-index: -1;
}

.hdsu_wrap_tit {
    margin-bottom: 2px;
}

#home_deve_swip {
    height: 100%;
    padding-left: 150px;
    padding-right: 150px;
}

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

.hdsu_wrap_posi {
    width: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.hdsu_wrap_dot {
    position: absolute;
    bottom: -11px;
    left: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 3;
    background: linear-gradient(53.59deg, #0E50C8 21.22%, #2869E0 78.78%);
}

.hdsu_wrap_dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.hdsu_li:nth-child(2n) .hdsu_wrap_dot {
    bottom: inherit;
    top: 0;
}

.hdsu_li:nth-child(2n) .hdsu_wrap_posi {
    top: 52.5%;
}

.hdsu_li:nth-child(2n) .hdsu_wrap_posi {
    /* padding-top: 70px; */
    padding-bottom: 0;
    flex-direction: column;
}

.hdsu_li:nth-child(odd) .hdsu_wrap_posi_absp {
    bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
}

.hdsu_wrap_posi_absp {
    border-left: 1px dashed rgba(255, 255, 255, 1);
    padding-right: 15px;
    padding-left: 12px;
    display: flex;
    width: 100%;
    padding-bottom: 50px;
    position: absolute;
    left: 0;
}

.hdsu_li:nth-child(2n) .hdsu_wrap_posi_absp {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 0;
    top: 0;
}

.hhln_ul.start .hhln_li.on p {
    color: #0055CC;
}


.ys_hd_pc.isfixed {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}

.home_win_deco {
    width: 380px;
    height: 350px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, rgba(217, 217, 217, 0) 100%);
    opacity: 0.1;
    position: absolute;
}

.home_win .ys_cont1360 {
    position: relative;
    z-index: 15;
}


.home_win_deco1 {
    top: -54px;
    left: -109px;
}

.home_win_deco2 {
    right: -180px;
    top: 15%;
}

.home_win_deco3 {
    right: -180px;
    top: 36%;
}

.home_win_deco4 {
    left: -106px;
    top: 50%;
}

.home_win_deco5 {
    left: 106px;
    top: 73%;
}

.home_win_deco6 {
    right: 69px;
    bottom: -180px;
}

.hdsu_li_bj {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 465px;
    background-image: url(../images/bgmk1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.hdsu_li:nth-child(odd) .hdsu_li_bj {
    transform: rotateY(180deg);
    top: -4px;
}

.hdsu_li:nth-child(1) .hdsu_li_bj::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    transform: rotateY(180deg);
    width: 100%;
    height: 100%;
    background-image: url(../images/bgmk1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* .hdsu_li:last-child .hdsu_li_bj::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    transform: rotateY(180deg);
    width: 100%;
    height: 100%;
    background-image: url(../images/bgmk1.png);
    background-size: 100%;
    background-repeat: no-repeat;
} */


.hdsu_li::after,
.hdsu_li::before {
    display: none;
}

.hdlr_li1 .hlwc_ri {
    width: 426px;
}

.hdlr_li2 .hlwc_ri {
    width: 230px;
}

.hdlr_li3 .hlwc_ri {
    width: 284px;
}

.hdlr_li4 .hlwc_ri {
    width: 282px;
}

.hdlr_li5 .hlwc_ri {
    width: 162px;
}

.hdlr_li5 .hdlr_li_ri .hlwc_ri {
    width: 85%;
}

.ys_ph_navbar3 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: #0055CC;
}

.hlwc_le_more .mod_more_nav {
    border: 1px solid #fff;
    transition: all 0.36s;
}

.hclu_li .mod_more_nav,
.home_compre_more .mod_more_nav {
    line-height: 46px;
    border: 1px solid #fff;
    transition: all 0.36s;
}

#home_deve_swip {
    position: relative;
}

#home_deve_swip .mod_prev {
    left: 24%;
}

#home_deve_swip .mod_next {
    right: 24%;
}

#home_deve_swip .home_button {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

#home_deve_swip .home_button img {
    width: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*  */

/*鼠标效果*/
@media screen and (min-width: 1200px) {

    .hmlb_li_ig:hover img {
        transform: scale(1.1);
    }

    .hclu_li:hover .hclu_li_wrap_more {
        opacity: 1;
    }

    .hclu_li:hover .hclu_li_wrap_img::after {
        opacity: 1;
    }

    .hmlt_li_wrap:hover .mod_more_nav {
        background: #fff;
        color: #0055CC;
    }

    .hclu_li .mod_more_nav:hover,
    .home_compre_more .mod_more_nav:hover {
        background: transparent;
        color: #fff;
    }

    .hwsl_list_li:hover .mod_more_nav {
        background: transparent;
        color: #fff;
    }

    .hdlr_li_wrap_cont:hover .mod_more_nav {
        background: transparent;
        color: #fff;
    }

    .hdll_li_wrap:hover .hlwi_ig::after {
        opacity: 1;
    }

    .hdll_li_wrap:hover .hlwi_mor {
        opacity: 1;
    }

    .hdll_li_wrap:hover .hlwi_ig img {
        transform: scale(1.1);
    }

    .hdlr_li_wrap_cont:hover .hlwc_ri img {
        transform: scale(1.06);
    }

    .hclu_li:hover .hclu_li_wrap_img img {
        transform: scale(1.06);
    }

}

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

#home_deve_swip {
    padding-right: 0 !important;
}

.sy_baner_slic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
}

.home_main .ys_banner .ys_ban_video {
    opacity: 0;
    transition: all 0.3s;
}

html.on1.act .home_main .ys_banner .ys_ban_video {
    opacity: 1;
}

.hdlr_li5 .hdlr_li_le .hlwc_le {
    padding-right: 40px;
}

.hwsl_list_li {
    z-index: 10;
}

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

.hwsl_list_li_ph {
    display: none;
}

.home_deve_hover {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
}

.home_deve_hover_le{
    left: 0;
}

.home_deve_hover_ri{
    right: 0;
}

.home_medi{
    /* padding-bottom: 120px !important; */
    /*padding-top: 0 !important;*/
}

/*.home_mess{*/
/*    margin-bottom: 100px;*/
/*}*/

.hmwl_li_wrap.on .hmwl_li_ri {
    width: 100% !important;
    padding-left: 0 !important;
}

.hmwl_li_wrap.on{
    padding:0 140px;
}

.home_mess.on{
    margin-bottom: 0 !important;
}


.mod_wrap_tit span{
    padding-left: 15px;
}

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

.mod_copy_le p{
    padding-right: 10px;
}