@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%);
}
 .sxyd {
            width: 5px;
            height: 5px;
            padding: 2px 2px 2px 0px;
            display: inline-block;
            background-color: #333;
            border-radius: 50%;}
#bsWXBox .bsTop:before {
    /*分享中文版本*/
    content: '分享到';
    /*分享英文版本*/
    /* content: 'Share the'; */
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}


@font-face {
    font-family: 'poppins';
    src: url('../images/poppins-regular-webfont.woff2') format('woff2'),
        url('../images/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

.yxnav_active2 {}

/* - banner - start*/


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

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

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

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

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

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

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.8;
}

.ys_ban_txtbox {
    z-index: 5;
}

/* - banner - end*/

/* 规范 star */

.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 12px;
}

.yxedr_active h2 {
    font-size: 40px;
    line-height: 1.5;
    color: #333;
}

.yxedr_active h3 {
    font-size: 36px;
    line-height: 1.75;
    color: #333;
}

.yxedr_active h4 {
    font-size: 28px;
    line-height: 1.75;
    color: #333;
}

.yxedr_active h5 {
    font-size: 24px;
    line-height: 1.75;
    color: #333;
}

.yxedr_active h6 {
    font-size: 20px;
    line-height: 1.75;
    color: #333;
}

.std_tit1 {
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
}

.std_tit2 {
    font-size: 40px;
    line-height: 1.5;
    color: #333;
}

.std_tit3 {
    font-size: 30px;
    line-height: 1.75;
    color: #333;
}

.std_tit4 {
    font-size: 28px;
    line-height: 1.75;
    color: #333;
}

.std_tit5 {
    font-size: 24px;
    line-height: 1.75;
    color: #333;
}

.std_tit6 {
    font-size: 20px;
    line-height: 1.75;
    color: #333;
}

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

.std_padd {
    padding: 120px 0;
}

.std_mar {
    margin-bottom: 52px;
}

.std_mar1 {
    margin-bottom: 30px;
}

/* 规范 end */

.ys_hd_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.mod_head {
    width: 100%;
    position: relative;
    transition: all 0.36s;
}

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

.mod_head_logo {
    width: 220px;
    position: relative;
    /* margin-top: 4px; */
}

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

.mod_img2 {
    position: absolute;
    top: 0;
    left: 0;
}

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

.mod_head_nav_ul {
    display: flex;
}

.mhnu_link {
    line-height: 80px;
    font-size: 16px;
    color: #fff;
    transition: all 0.36s;
    position: relative;
    display: block;
}

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

.mhnu_li {
    margin: 0 30px;
}

.mod_head .mod_img2 {
    opacity: 0;
}

/* .mod_head_logo .mod_img2 {
    top: 11px;
} */

.mod_head_logo img {
    transition: all 0.36s;
}

.mhnu_li.yxnav_active1 .mhnu_link::after {
    opacity: 1;
    width: 100%;
}

.mod_head_nav {
    padding-left: 68px;
}

.mhrl_le {
    width: 18px;
    position: relative;
}

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

.mhrl_le img {
    transition: all 0.36s;
}

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

.mod_head_ri_lang {
    position: relative;
}

.mod_head_ri_lang::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
}

.mhrl_ri {
    padding-left: 6px;
}

.mod_head_ri {
    display: flex;
}

.mhrs_icon {
    width: 18px;
    position: relative;
    line-height: 80px;
    cursor: pointer;
}

.mhrs_icon .mod_img2 {
    top: 32px;
}

.mod_head_ri_sear {
    margin-right: 38px;
}

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

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

.mod_ban_info .std_tit5 {
    color: #fff;
    line-height: 1.75;
}

.mod_ban_tit {
    margin-bottom: 30px;
}

.mod_more_link {
    font-size: 32px;
    line-height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
    padding: 0 20px;
    transition: all 0.36s;
    min-width: 164px;
    text-align: center;
}

.mod_ban_info {
    margin-bottom: 98px;
}

.ys_ban_li .ys_ban_txtbox {
    top: 64%;
}

.yx_progr_bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 20;
}

.yx_progr_ul {
    display: flex;
}

.yx_progr_li_progr {
    width: 60px;
    height: 1px;
    background: #fff;
    position: relative;
}

.yx_progr_sp {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #005b91;
}

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

.yx_progr_li {
    display: flex;
    align-items: center;
    margin-right: 76px;
    cursor: pointer;
}

.yx_progr_li_text {
    margin-left: 24px;
}

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

.yx_progr_li_text span {
    padding-right: 5px;
}

.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: 350px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 99;
}

.yx_search3_tbox {
    width: 690px;
    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_under {
    width: 100%;
    position: relative;
}

.home_under_cont {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.home_under_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}

.mod_tit2 {
    position: relative;
}

.mod_tit2 .std_tit2 {
    color: #333;
    line-height: 1.5;
    position: relative;
    font-weight: bold;
}

.mod_tit2 .mod_tit2_desz {
    position: absolute;
    top: 13px;
    left: -30px;
    width: 12px;
    height: 46px;
    background: linear-gradient(180deg, #005b91 0%, rgba(207, 0, 14, 0) 100%);
    /* opacity: 0.6; */
}

.mod_tit2 .mod_tit2_desz::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: #005b91;
}

.mod_more1_link {
    font-size: 16px;
    line-height: 42px;
    border: 1px solid #005b91;
    background: #005b91;
    color: #fff;
    display: inline-block;
    transition: all 0.36s;
    padding: 0 20px;
    min-width: 164px;
    text-align: center;
}

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

.hubu_li {
    width: 25%;
    position: relative;
    padding: 0 10px;
}

.hubu_li a {
    width: 100%;
    height: 546px;
    position: relative;
    display: block;
    /* overflow: hidden; */
    transform: translateZ(0);
}

.hubu_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.36s;
    overflow: hidden;
}

.hubu_wrap .ys_imgbox_cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(27, 15, 15, 0) 0%, #1B0F0F 100%);
    opacity: 0.8;
}

.hubu_wrap_btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px;
    z-index: 11;
}

.hubu_wrap_btm_tit p {
    font-weight: bold;
    color: #fff;
}

.hubu_wrap_btm_info p {
    color: #fff;
    /* -webkit-line-clamp: 3; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hubu_wrap .ys_imgbox_cover {
    height: 100%;
}

.hubu_wrap .ys_imgbox_cover img {
    height: 100%;
    object-fit: cover;
}


.hubu_wrap_btm_info {
    /* display: none; */
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    transition: all 0.36s;
}

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

.hubu_wrap.on .hubu_wrap_btm_info {
    height: 122px;
}

.home_trans {
    width: 100%;
    position: relative;
    min-height: 730px;
    display: flex;
    align-items: center;
}

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

.home_trans .ys_cont1600 {
    height: 100%;
}

.home_trans_info p {
    color: #fff;
}

.home_trans_info {
    margin-bottom: 94px;
}

.home_trans_tit {
    margin-bottom: 27px;
}

.home_trans_tit .std_tit2 {
    color: #fff;
}

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

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

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

.home_work_btm {
    /* width: 1143px; */
    /* margin: 0 auto; */
    width: 100%;
}

.home_work_btm_ul {
    margin: 0 -10px;
}

.hwbu_li {
    padding: 0 10px;
    /*display: none;*/
}

/*.hwbu_li:first-child {*/
/*    display: block;*/
/*}*/

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

.hwbu_li_wrap_btm {
    width: 100%;
    position: relative;
    margin-top: 27px;
    transition: all 0.36s;
    opacity: 0;
}

.hlwb_tit .std_tit3 {
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}

.hlwb_info .std_tit6 {
    color: #666;
    line-height: 1.5;
}

.hlwb_info .std_tit6 span {
    color: #333333;
    padding-right: 16px;
}

.home_work_btm_ul .slick-list {
    overflow: inherit;
}

.hwbu_li.slick-current .hwbu_li_wrap_btm {
    opacity: 1;
}

.hwbb_btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #005b91;
    position: absolute;
    cursor: pointer;
    top: 43%;
    transform: translateY(-50%);
}

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

.hwbb_le {
    left: 0;
}

.hwbb_ri {
    right: 0;
}

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

.home_happe {
    width: 100%;
}

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

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

.hutr_btn .hwbb_btn {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
}

.hutr_btn .hwbb_ri {
    margin-left: 22px;
}

.home_happe_btm {
    width: calc(100% + 154px);
    position: relative;
    overflow: hidden;
}

.hhbu_li {
    width: 474px !important;
    margin-right: 20px;
}

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

.hhbu_wrap {
    width: 100%;
    position: relative;
    padding-bottom: 35px;
}

.hhbu_wrap_time p {
    color: #005b91;
    font-family: 'poppins';
}

.hhbu_wrap_time {
    margin-top: 20px;
    margin-bottom: 10px;
}

.hhbu_wrap_time p span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.hhbu_wrap_time p span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #005b91;
}

.hhbu_wrap_tit .std_tit4 {
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    height: 3em;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hhbu_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 113px;
    height: 1px;
    background: #005b91;
}

.home_root {
    width: 100%;
    position: relative;
    background: #F8F8F8;
    padding-bottom: 0 !important;
    overflow: hidden;
}


.home_root_cont {
    width: calc(100% + 154px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.home_root_ri {
    width: 57%;
    position: relative;
}

.home_root_le {
    width: 43%;
    padding-right: 6%;
}

.home_root_le_tit .std_tit2 {
    color: #333333;
}

.home_root_le .home_trans_info p {
    color: #666666;
}

.home_root_le_tit {
    margin-bottom: 30px;
}

.home_root_le .home_trans_info {
    margin-bottom: 80px;
}

.home_root_ri_play {
    width: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    /* background: rgba(255, 255, 255, 0.1); */
    /* backdrop-filter: blur(4px); */
    border-radius: 50%;
}

.home_root_ri_play::after {
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition: .4s;
    border: 1px solid #005b91;
    border-radius: 100%;
    height: 66px;
    width: 66px;
}

.home_root_ri_play::before {
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition: .4s;
    border: 1px solid rgba(207, 0, 14, 0.4);
    border-radius: 100%;
    height: 90px;
    width: 90px;
}

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

.ys_footer {
    width: 100%;
    background:#222;
}

.mod_fot {
    width: 100%;
    position: relative;
    padding-top: 90px;
}

.mod_fot_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 85px;
}

.mod_fot_top_le {
    width: 434px;
}

.mftl_log {
    width: 308px;
    margin-bottom: 40px;
}

.mftl_log img {
    width: 100%;
}

.mftl_info p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.6);
}

.mftl_info {
    margin-bottom: 25px;
}

.mftl_inpu {
    display: flex;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.mftl_inpu_ri {
    width: 126px;
    background: #005b91;
}

.mftl_inpu_le {
    width: calc(100% - 126px);
}

.mftl_inpu_ri p {
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}

.mftl_inpu_le input {
    width: 100%;
    height: 100%;
    padding: 0 22px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.mftl_inpu_le input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.mftl_inpu_le input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.mftl_inpu_le input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.mftl_inpu_le input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}


.mftr_li_tit a {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

.mlil_link a {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.36s;
}

.mftr_li_tit {
    margin-bottom: 13px;
}

.mlil_link {
    margin-bottom: 14px;
}

.mftr_li_info {
    display: flex;
}

.mftr_ul {
    display: flex;
}

.mftr_li,
.mftr_li_info_list {
    margin-right: 30px;
}

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

.mftr_li:last-child .mftr_li_info_list:last-child {
    margin-right: 0;
}

.mfbu_cion {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.ftlinks{
    border-radius: 5%!important;
    width: 80px!important;
}
.ftlinks img{
    width: 42px!important;
}
.mfbu_cion img {
    width: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mfbu_code {
    width: 110px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 5px;
    border-radius: 3px;
}

.mfbu_wrap {
    position: relative;
}

.mfbu_code img {
    width: 100%;
}

.mfbu_li {
    display: inline-block;
    margin-right: 32px;
}

.mod_fot_btm {
    margin-bottom: 42px;
}

.mod_fot_conce {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.mod_fot_conce_le p a {
    margin-right: 30px;
}

.mod_fot_conce_ri a {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    margin-left: 25px;
}

.mod_fot_conce_ri a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 1px;
    height: 10px;
    background: #fff;
}

.mod_fot_conce_ri a:first-child::after {
    display: none;
}

@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
        transform: translate3d(-50%, -50%, 0) scale(1.15);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
}

.mod_btm {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.mod_btm_tit .mod_tit2 .std_tit2 {
    color: #fff;
}

.ys_banner1 .ys_ban_imgbox::before {
    display: none;
}

.ys_banner1 .ys_ban_imgbox::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.mod_head_logo a {
    display: block;
    position: relative;
}

.ys_hd_pc.isfixed .mod_head {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.ys_hd_pc.isfixed .mod_head .mod_img1 {
    opacity: 0;
}

.ys_hd_pc.isfixed .mod_head .mod_img2 {
    opacity: 1;
}

.ys_hd_pc.isfixed .mhnu_link {
    color: #595757;
}

.ys_hd_pc.isfixed .mhnu_link::after {
    background: #005b91;
}

.ys_hd_pc.isfixed .mhnu_li.yxnav_active1 .mhnu_link {
    color: #005b91;
}

.ys_hd_pc.isfixed .mhrl_ri p {
    color: #595757;
}


.mhrs_icon img {
    transition: all 0.36s;
}


.ys_hd_pc.ond .mod_head {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.ys_hd_pc.ond .mod_head .mod_img1 {
    opacity: 0;
}

.ys_hd_pc.ond .mod_head .mod_img2 {
    opacity: 1;
}

.ys_hd_pc.ond .mhnu_link {
    color: #595757;
}

.ys_hd_pc.ond .mhnu_link::after {
    background: #005b91;
}

.ys_hd_pc.ond .mhnu_li.yxnav_active1 .mhnu_link {
    color: #005b91;
}

.ys_hd_pc.ond .mhrl_ri p {
    color: #595757;
}

.mhrl_le img {
    transition: all 0.36s;
}

.ys_nypage .ys_hd_pc .mod_head {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.ys_nypage .ys_hd_pc .mod_head .mod_img1 {
    opacity: 0;
}

.ys_nypage .ys_hd_pc .mod_head .mod_img2 {
    opacity: 1;
}

.ys_nypage .ys_hd_pc .mhnu_link {
    color: #595757;
}

.ys_nypage .ys_hd_pc .mhnu_link::after {
    background: #005b91;
}

.ys_nypage .ys_hd_pc .mhnu_li.yxnav_active1 .mhnu_link {
    color: #005b91;
}

.ys_nypage .ys_hd_pc .mhrl_ri p {
    color: #595757;
}

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

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

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

.susta_comin_ri {
    width: 640px;
    display: flex;
    flex-wrap: wrap;
}

.susta_comin_le {
    width: calc(100% - 640px);
    padding-right: 58px;
    margin-top: 10px;
}

.mod_brand_ul_li a {
    color: #333;
    line-height: 1.5;
    font-size: 16px;
    transition: all 0.36s;
}

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

.mod_brand_ul_li {
    margin-left: 30px;
    position: relative;
}

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

.mod_brand_ul_li::after {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background: #BABABA;
}

.mod_brand_ul_li:first-child::after {
    display: none;
}
#tnav{
   display:flex;
  justify-content: space-between;
}
.title2{
    /*color: #333 !important;*/
    font-weight: 600;
}
/*.mod_brand_ul_li:last-child a {*/
/*    color: #333333;*/
/*}*/

.mod_brand {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

.susta_comin_ri_l {
    width: 250px;
}

.susta_comin_ri_r {
    width: calc(100% - 250px);
    padding-left: 17px;
}

.scrl_wrap {
    width: 100%;
    position: relative;
    background: #F8F8F8;
    padding: 13px 26px 26px;
}

.scrl_icon {
    width: 50px;
    margin-bottom: 15px;
}

.scrl_icon img {
    width: 100%;
}

.scrl_tit p {
    font-size: 68px;
    line-height: 1.5;
    color: #005b91;
    font-family: 'poppins';
}

.scrl_info p {
    color: #333;
    line-height: 1.75;
}

.scrl_tit {
    margin-bottom: 50px;
}

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

.scrr_li_wrap {
    width: 100%;
    position: relative;
    background: #F8F8F8;
    padding: 16px 26px;
}

.slwt_le p {
    font-size: 48px;
    line-height: 1.2;
    color: #005b91;
    font-family: 'poppins';
}

.scrr_li_wrap_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.scrr_li_wrap_btm p {
    color: #333333;
    line-height: 1.75;
}

.scrr_li {
    margin-bottom: 16px;
}

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

.susta_comin_le_tit .std_tit3 {
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}

.susta_comin_le_tit .std_tit3 span {
    color: #005b91;
}

.susta_comin_le_info .std_tit6 {
    color: #666;
    line-height: 1.75;
}

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

.susta_functi_desz {
    width: 386px;
    position: absolute;
    top: 0;
    right: 32px;
}

.susta_functi_desz img {
    width: 100%;
}

.susta_functi_cont {
    width: 100%;
    position: relative;
    padding-right: 200px;
}

.susta_comin_le_info p {
    color: #666;
}

.susta_core {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 793px;
}

.susta_core_img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.susta_core_img img {
    width: 100%;
}

.susta_core_cont {
    width: 45%;
    position: relative;
}

.susta_comin_le_info p {
    margin-bottom: 12px;
}

.susta_core_desz {
    width: 533px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.susta_core_desz img {
    width: 100%;
}

.susta_core .ys_cont1560 {
    position: relative;
    z-index: 10;
}

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

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

.susta_devis_ri {
    width: 38%;
}

.susta_devis_le {
    width: 62%;
    padding-left: 100px;
    padding-right: 80px;
    margin-top: 10px;
}

.sdru_wrap .ys_imgbox_cover {
    background: #fff;
}

.susta_devis_ri .slick-dots {
    position: relative;
    bottom: inherit;
    margin-top: 30px;
}

.susta_devis_ri .slick-dots li {
    width: 10px;
    height: 10px;
}

.susta_devis_ri .slick-dots li.slick-active {
    background: #005b91;
}

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

.susta_reali .susta_devis_cont {
    flex-direction: row;
}

.susta_reali .susta_devis_ri {
    width: 344px;
    margin-top: 12px;
}

.susta_reali .susta_devis_le {
    width: calc(100% - 344px);
    padding-left: 0;
    padding-right: 24%;
    margin-top: 0;
}

.susta_reali .susta_devis_cont {
    padding-right: 80px;
}

.sdru_wrap_info p {
    color: #666;
    text-align: center;
}

.sdru_wrap_info {
    margin-top: 16px;
}

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

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

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

.devis_intro_ri {
    width: 53%;
}

.devis_intro_le {
    width: 47%;
    padding-right: 88px;
    margin-top: 50px;
}

.devis_intro_le .susta_comin_le_info p {
    color: #333;
}

.devis_intro_desz {
    width: 450px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.devis_intro_desz img {
    width: 100%;
}

.devis_intro .ys_cont1600 {
    position: relative;
    z-index: 20;
}

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

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

.mod_tit30 {
    font-size: 30px;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}

.susta_comin_le_tit .mod_tit30 span {
    color: #005b91;
}

.devis_unders_btm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.devis_unders_btm_le {
    width: 59%;
}

.devis_unders_btm_ri {
    /* height: 100%; */
    width: 41%;
    padding-left: 34px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.dubr_top_tit_le {
    width: 23px;
    margin-top: 8px;
}

.dubr_top_tit_le img {
    width: 100%;
}

.dubr_top_tit_ri .std_tit5 {
    color: #333;
    font-weight: bold;
    line-height: 1.5;
}

.dubr_top_tit {
    display: flex;
    margin-bottom: 22px;
}

.dubr_top_tit_ri {
    width: calc(100% - 23px);
    padding-left: 22px;
}

.dubr_top_info p {
    color: #666;
}

.dubr_top {
    margin-bottom: 30px;
}

.dbtl_icon {
    width: 28px;
}

.dbtl_icon img {
    width: 100%;
}

.dbtl_text p {
    color: #666;
    font-weight: bold;
}

.dbtl_le {
    display: flex;
}

.dbtl_text {
    padding-left: 52px;
    width: calc(100% - 28px);
    padding-right: 20px;
}

.dubr_btm_top_le {
    display: flex;
    width: calc(100% - 130px);
}

.dubr_btm_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.dubr_btm_top_ri {
    width: 130px;
}

.dbtl_li {
    display: flex;
}

.dbiu_li {
    width: 50%;
    padding: 0 8px;
    display: none;
}

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

.dubr_btm_img_ul {
    margin: 0 -8px;
}

.dbtl_ul {
    width: 100%;
}

.dbtl_wrap {
    width: 100%;
    position: relative;
    display: flex;
}

.solu_under {
    width: 100%;
    position: relative;
    padding-top: 146px;
    overflow: hidden;
}

.solu_under_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    z-index: 10;
}

.solu_under_cont {
    width: 100%;
    position: relative;
    background: #595757;
    padding-bottom: 240px;
}

.solu_under_le {
    width: 38%;
}

.solu_under_le .std_tit2 {
    color: #fff;
    margin-bottom: 50px;
}

.solu_under_info .std_tit6 {
    color: #fff;
    line-height: 1.75;
}

.solu_under_cont_desz {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 345px;
}

.solu_under_cont_desz img {
    width: 100%;
}

.solu_under_cont .ys_cont1600 {
    position: relative;
    z-index: 10;
}

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

.solu_value_top_le {
    width: 51%;
    padding-right: 20px;
}

.solu_value_top_ri {
    width: 49%;
}

.solu_value_top_ri .std_tit6 {
    color: #666;
    line-height: 1.75;
}

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

.solu_value_btm {
    width: 100%;
}

.solu_value_btm img {
    width: 100%;
}

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

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

.perso_drea_desz {
    width: 375px;
    position: absolute;
    top: 0;
    right: 0;
}

.perso_drea_desz img {
    width: 100%;
}

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

.perso_drea_btm_video {
    width: 100%;
}

.perso_drea_btm_video img {
    width: 100%;
}

.perso_drea_btm .home_root_ri_play::before,
.perso_drea_btm .home_root_ri_play::after {
    border-color: #fff;
}

.perso_promo {
    background: #F8F8F8;
}

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

.perso_promo_ri {
    width: 58%;
}

.perso_promo_ri img {
    width: 100%;
}

.perso_promo_le {
    width: 42%;
}

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

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

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

.perso_deve_top_le {
    width: 28%;
    padding-right: 20px;
}

.perso_deve_top_ri {
    width: 72%;
}

.perso_deve_top .perso_deve_top_ri p {
    color: #666666;
}

.perso_deve_btm_le {
    width: 510px;
    position: relative;
    z-index: 10;
}

.perso_deve_btm {
    width: 100%;
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.perso_deve_btm_ri {
    width: calc(100% - 455px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.pdbl_li_tit .std_tit5 {
    color: #333;
    line-height: 1.75;
    font-weight: bold;
}

.pdbl_li_info .std_tit6 {
    color: #333333;
    line-height: 1.75;
}

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

.pdbl_ul {
    border: 1px solid rgba(207, 0, 14, 0.2);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 6px 20px rgba(200, 200, 200, 0.3);
    backdrop-filter: blur(14.5px);
}

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

.pdbl_li_wrapk {

    padding: 50px;
    position: relative;
    width: 100%;
    min-height: 284px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    z-index: 1;
}

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

.pdbl_li_desz {
    width: 90px;
    position: absolute;
    top: -40px;
    left: 50px;
}

.pdbl_li_desz img {
    width: 100%;
}

.pdbl_li_desz1 {
    width: 252px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.pdbl_li_desz1 img {
    width: 100%;
}

.pdbr_li {
    width: 769px;
    margin-right: 50px;
    display: none;
}

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

.pdbr_wrap {
    width: calc(100% + 250px);
    position: relative;
}

.pdbl_ul .slick-list {
    overflow: inherit;
}

.perso_deve_btm_btn {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

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

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

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

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

.pebu_li {
    width: 33.333333%;
    padding: 10px;
}

.perso_envir_btm_ul {
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
}

.pebu_wrap .ys_imgbox_cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

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

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

.pebu_wrap_btm_tit .std_tit5 {
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}

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

.pebu_wrap_btm_info {
    padding-top: 10px;
    display: none;
}

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

.ys_cont1300 {
    width: 1300px;
    margin: 0 auto;
}

.form_downl_cont {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
    align-items: flex-start;
}

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

.form_downl_ri_img img {
    width: 100%;
}

.form_downl_ri {
    width: 484px;
    padding-top: 125px;
    position: relative;
    z-index: 10;
}

.form_downl_le {
    width: calc(100% - 484px);
    padding-right: 22.5%;
}

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

.form_downl_le_retu {
    margin-bottom: 20px;
}

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

.fdlr_ri {
    padding-left: 10px;
}

.form_downl_le_tit {
    padding-left: 32px;
    margin-bottom: 108px;
}

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

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

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

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

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

.fdlc_li_wrap_tit p span {
    color: #005b91;
}

.fdlc_li_wrap_inpu {
    width: 100%;
    border: 1px solid #D9D9D9;
    height: 44px;
}

.fdlc_li_wrap_inpu input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.fdlc_li_wrap_tit {
    margin-bottom: 8px;
}

.fdlc_li1 {
    width: 100%;
}

.fdlc_li_wrap_img {
    width: 140px;
    position: absolute;
    bottom: 0px;
    left: calc(100% + 18px);
    cursor: pointer;
}

.fdlc_li_wrap_img img {
    width: 100%;
}

.fdlc_state {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 56px;
}

.fdlc_state_le {
    width: 16px;
    height: 16px;
    border: 1px solid #666666;
    position: relative;
    cursor: pointer;
    margin-top: 4px;
}

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

.fdlc_state_ri {
    width: calc(100% - 16px);
    padding-left: 8px;
}

.fdlc_state_ri p a {
    color: #666666;
    transition: all 0.36s;
}

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

.fdlc_state_le.on img {
    opacity: 1;
}

.fdlc_subm .mod_more1_link {
    cursor: pointer;
}

.form_downl_desz {
    position: absolute;
    width: 410px;
    bottom: 0;
    left: 0;
}

.form_downl_desz img {
    width: 100%;
}

.form_downl_ri_desz {
    position: absolute;
    top: 5%;
    right: -22%;
    width: 100%;
    z-index: 10;
}

.form_downl_ri_desz img {
    width: 100%;
}

.form_downl_ri_effec {
    position: absolute;
    bottom: -4%;
    left: -37%;
    width: 590px;
}

#fdre_effec {
    width: 100%;
}

#fdre_effec svg {
    width: 100%;
}

.form_downl_ri_line {
    width: 440px;
    position: absolute;
    top: 45%;
    right: -63%;
    z-index: -1;
}

.form_downl_ri_line svg {
    width: 100%;
}

.fdrl_dots {
    position: absolute;
}

.fdrl_dots1 {
    width: 18px;
    height: 18px;
    background: #005b91;
    border-radius: 50%;
    top: -9px;
    left: -9px;
}

.fdrl_dots2 {
    width: 10px;
    height: 10px;
    background: #005b91;
    border-radius: 50%;
    top: -5px;
    left: -5px;
}

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

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

.conta_wrap_cont .mod_brand {
    position: relative;
    top: inherit;
    left: inherit;
}

.conta_wrap_cont .ys_cont1560 {
    padding: 0 !important;
    width: 100% !important;
}

.ys_g3page .mod_brand_ul_li a {
    color: rgba(255, 255, 255, 0.7);
}

.ys_g3page .mod_brand_ul_li::after {
    background: rgba(255, 255, 255, 0.4);
}

.ys_g3page .mod_brand_ul_li:last-child a {
    color: #fff !important;
}

.conta_wrap_tit {
    width: 100%;
    padding-left: 34px;
    margin-top: 23px;
    margin-bottom: 60px;
}

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

.conta_cont_top {
    width: 950px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 36px;
}

.cctu_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.conta_cont_top_ul {
    margin: 0 -30px;
}

.cctu_li {
    display: none;
    padding: 0 30px;
}

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

.conta_cont_top_le {
    width: 410px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.19);
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(47px);
    position: relative;
}

.conta_cont_top_ri {
    width: calc(100% - 410px);
    padding-left: 117px;
}

.cctl_text .std_tit5 {
    line-height: 1.5;
    color: #005b91;
}

.cctl_text {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    padding: 0 25%;
}

.cctr_tit .std_tit3 {
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}

.cctr_tit {
    margin-bottom: 30px;
}

.cctr_ul_li {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0 12px;
}

.cctr_ul_li_le {
    width: 20px;
    margin-top: 4px;
}

.cctr_ul_li_le img {
    width: 100%;
}

.cctr_ul_li_ri {
    width: calc(100% - 20px);
    padding-left: 25px;
}

.cctr_ul_li_ri p {
    color: #fff;
    font-family: 'poppins';
}

.conta_wrap_desz {
    width: 462px;
    position: absolute;
    top: -30px;
    right: -20px;
}

.ccbu_wrap_text .std_tit6 {
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.ccbu_li {
    width: 10%;
    padding: 0 48px;
    display: none;
    position: relative;
}

.ccbu_li::after {
    content: '';
    position: absolute;
    top: 31%;
    left: 88%;
    width: 42px;
    height: 1px;
    background: #fff;
}

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

.conta_cont_btm_ul {
    margin: 0 -48px;
}

.ccbu_wrap .ys_imgbox_cover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(18.5px);
    transition: all 0.36s;
}

.ccbu_wrap_text {
    margin-top: 16px;
}

.ccbu_wrap {
    width: 100%;
    cursor: pointer;
}

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

.conta_cont_btm_sclc {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 46px;
}

.conta_cont_btm_sclc .hwbb_btn {
    width: 36px;
    height: 36px;
}

.conta_cont_btm_sclc .hwbb_btn img {
    width: 8px;
}

.ccbu_li.slick-current .ccbu_wrap .ys_imgbox_cover {
    border-color: #005b91;
}

.ccbu_li.slick-current .ccbu_wrap .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
}

.ccbu_li.slick-current .ccbu_wrap .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

.story_idea {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 30px !important;
}

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

.story_idea_desz {
    width: 490px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.story_idea_desz img {
    width: 100%;
}

.sicn_ul {
    display: flex;
}

.sicn_li {
    margin-left: 60px;
}

.sicn_li p {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    cursor: pointer;
    padding-bottom: 12px;
}

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

.story_idea_cont_nav {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 70px;
}

.sicn_li.act p::after {
    opacity: 1;
}

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

.sicl_li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px;
}

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

.sicl_li_le {
    width: 51%;
    padding-right: 80px;
    padding-left: 88px;
}

.sicl_li_ri {
    width: 49%;
}

.sicl_li:nth-child(2n) {
    flex-direction: row-reverse;
}

.story_idea_desz1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
    width: 374px;
}

.story_idea_desz1 img {
    width: 100%;
}

.story_idea_desz2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 345px;
    z-index: -1;
}

.story_idea_desz2 img {
    width: 100%;
}

.story_cultu {
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}

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

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

.he_b2p1brul {
    width: 100%;
    /* border-radius: 16px; */
    overflow: hidden;
    height: 658px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 1px 2px 18px rgba(232, 232, 232, 0.3);
}

.he_b2p1brli {
    width: 8%;
    height: 100%;
    transition: all .65s ease-out;
    position: relative;
    overflow: hidden;
    border-left: 1px solid #F0F0F0;
    cursor: pointer;
}

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

.he_b2p1bhtx {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0;
    transition: all 0.36s;
}

.he_b2p1btg {
    transition: all .25s ease-out;
    z-index: 2;
}


.he_b2p1byn {
    margin-bottom: 15px;
}

/* .he_b2p1byn p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-align: center;
} */

.he_b2p1bic {
    width: 28px;
    margin: 0 auto;
}

.he_b2p1bic img {
    width: 100%;
}

.he_b2p1brl {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 80px 84px;
    z-index: 10;
    opacity: 0;
    transition: all .5s ease-out;
    pointer-events: none;
    transition-delay: 0.2s;
}

.he_b2p1brli.on {
    width: 84%;
}

.he_b2p1brli.on .he_b2p1btg {
    opacity: 0;
}

.he_b2p1brli.on .he_b2p1brl {
    pointer-events: inherit;
}

.he_b2p1brli.on .he_b2p1brl {
    opacity: 1;
    top: 0;
}

.he_b2p1bx .he_b2p1brp {
    width: 520px;
}

.he_b2p1btg {
    width: 30px;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
}

.he_b2p1brp1 .g_title3 {
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}


.he_b2p1icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 124px;
    height: 124px;
}

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


.he_b2p1ibg img {
    width: 100%;
}

.he_b2p1ini {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid #fff;
}

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

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

.he_b2p1brli.on .he_b2p1bhtx {
    opacity: 1;
}

.he_b2p1brli.on .he_b2p1ibg {
    opacity: 1;
}

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

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

.he_b2p1brp1 .mod_tit30 {
    color: #fff;
}

.he_b2p1desz {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

.he_b2p1desz img {
    width: 100%;
}

.he_b2p1brp2 p {
    color: #fff;
    line-height: 1.5;
}

.he_b2p1brp2 p span {
    font-size: 24px;
    font-weight: bold;
}

.he_b2p1brp1 {
    margin-bottom: 30px;
}

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

.story_devel_cont {
    width: 100%;
}

.he_b3p3ny {
    width: 100%;
    min-height: 400px;
}

.he_b3p3le {
    width: 130px;
    position: relative;
    max-width: 130px;
}

.he_b3p3eru {
    padding-top: 20px;
}

.he_b3p3eru {
    width: 100%;
    position: relative;
    padding-right: 10px;
}

.he_b3p3lzi {
    position: absolute;
    right: 0;
    transform-origin: right top;
    transform: rotate(-90deg) translateY(-126px);
}

.he_b3p3lzi p:first-child {
    display: block;
}

.he_b3p3lzi p {
    font-size: 96px;
    line-height: 1;
    color: #005b91;
    white-space: nowrap;
    display: none;
    font-family: 'poppins';
}

.he_b3p3jd {
    width: 1px;
    height: 720px;
    position: relative;
}

.he_b3p3hsa {
    width: 100%;
    height: 100%;
    background: #e8edf3;
    position: relative;
    overflow: hidden;
}

.he_b3p3dny {
    width: 1px;
    height: 100%;
    background: #005b91;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
}

.he_b3p3jd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    background: #005b91;
    border-radius: 50%;
}

.he_b3p3ri {
    width: calc(100% - 130px);
    padding-left: 70px;
}

.he_b3p3ri {
    position: relative;
}

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

.he_b3p3dli {
    width: 100%;
    position: relative;
    margin-bottom: 105px;
    opacity: 0.25;
    transition: all 0.36s;
}

.he_b3p3dli.act {
    opacity: 1;
}

.he_b3p3phjc {
    display: none;
}

.he_b3p3lzi {
    position: absolute;
    right: 0;
    transform-origin: right top;
    transform: rotate(-90deg) translateY(-126px);
}


.he_b3p3dty p {
    line-height: 1.75;
    color: #333333;
}


.he_b3p3dtfs p {
    font-size: 24px;
    line-height: 1.5;
    color: #274a94;
}

.he_b3p3dtya {
    margin-top: 46px;
}

.he_b3p3dtya p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
}

.he_b3p3qj p {
    color: #333;
    line-height: 1.75;
    margin-bottom: 20px;
}

.he_b3p3qj p span {
    font-weight: bold;
}

.he_b3p3dty {
    margin-bottom: 30px;
}

.he_b3p3img {
    width: 740px;
}

.he_b3p3qp {
    width: calc(100% - 740px);
    position: relative;
}

.story_devel_wrap {
    width: calc(100% + 155px);
}

.he_b3p3kimg {
    padding-left: 55px;
}

.he_b3p3kimg1 {
    bottom: -50%;
    position: absolute;
    left: 0;
    width: 450px;
    z-index: 10;
}

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

.he_b3p3kli.act {
    opacity: 1;
}

.he_b3p3kli {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.36s;
}

.he_b3p3kli:first-child {
    opacity: 1;
    position: relative;
}

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

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

.story_servi_top {
    overflow: hidden;
}

.sstw_ul_li .std_tit6 {
    color: #333;
    line-height: 1.75;
    transition: all 0.36s;
}

.sstw_ul {
    display: flex;
}

.sstw_ul_li {
    margin-right: 64px;
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}

.sstw_ul_li::before {
    content: '';
    position: absolute;
    top: 10px;
    right: -30px;
    width: 1px;
    height: 16px;
    background: #333333;
}

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

.sstw_ul_li:last-child::before {
    display: none;
}

.sstw_ul_li.act p {
    color: #005b91;
}

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

.story_servi_btm {
    width: 100%;
    background: #F8F8F8;
    padding-top: 55px;
}

.story_servi_btm_wrap {
    width: 100%;
}

.sltu_li {
    width: 16.666666%;
    padding: 0 20px;
    display: none;
}

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

.ssbw_li_top_ul {
    margin: 0 -20px;
}

.sltu_wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 8px 15px;
    background: #fff;
}

.ssbw_li_btm {
    padding-top: 30px;
}

.ssbw_li {
    display: none;
}

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

.ssbw_li_top_ul .slick-arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #005b91;
    z-index: 10;
    top: auto;
    bottom: 0;
    transform: inherit;
}

.ssbw_li_top_ul .slick-next {
    right: inherit;
    left: 76px;
}

.ssbw_li_top_ul .slick-arrow::after {
    content: '';
    width: 18px;
    height: 29px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

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

.ssbw_li_top_ul .slick-next::after {
    background-image: url(../images/com_arrow03.svg);
}

.ssbw_li_top_ul .slick-prev::after {
    background-image: url(../images/com_arrow02.svg);
}

.ssbw_li_top_ul {
    padding-bottom: 80px;
}

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

.solu_overv_cont {
    width: 100%;
}

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

.sotr_span1 {
    color: #005b91;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'poppins';
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.sotr_span2 {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-family: 'poppins';
}

.sotr_span1::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background: #BABABA;
}

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

.sotr_le {
    padding-right: 15px;
}

.sobs_li {
    width: 646px !important;
    margin-right: 36px;
}

.sobs_li_wrap {
    width: 100%;
    height: 388px;
    position: relative;
    padding: 46px;
}

.sobs_li_wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.6;
}

.sobs_li_wrap_tit {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 32px 34px;
    width: 100%;
    z-index: 10;
    transition: all 0.36s;
}

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

.sobs_li_wrap_in {
    width: 100%;
    height: 100%;
    background: linear-gradient(105.38deg, rgba(255, 255, 255, 0.4) -1.99%, rgba(255, 68, 68, 0.124) 101.66%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(19.5px);
    -webkit-backdrop-filter: blur(19.5px);
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.36s;
    opacity: 0;
    z-index: 10;
    position: relative;
}

.slwi_tit .std_tit4 {
    color: #fff;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.slwi_tit {
    margin-bottom: 20px;
}

.slwi_ul {
    display: flex;
    flex-wrap: wrap;
    height: 56px;
    overflow: hidden;
}

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

.slwi_ul_li {
    position: relative;
    margin-right: 14px;
    margin-bottom: 4px;
}

.slwi_ul_li p {
    display: inline-block;
    padding-right: 14px;
}

.solu_overv_btm {
    width: calc(100% + 155px);
}

.sotr_ri {
    width: 240px;
    position: relative;
}

.sotr_ri .he_swefy {
    height: 2px !important;
}

.sotr_ri .swiper-pagination-progressbar-fill {
    background: #005b91 !important;
}


/* Delia start */
.mod_main {
    width: 100%;
}

/* D1 */
.mod_main_al {
    width: 200px;
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}

.mod_main_al_img {
    width: 26px;
    height: 26px;
    margin-right: 14px;
}

.mod_main_al_img img {
    width: 100%;
}

.mod_main_al_text {
    font-size: 14px;
    line-height: 1.75;
    color: #333333;
    padding: 0 14px;
    margin-right: 4px;
    margin-top: 4px;
}

.mod_main_al_text::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 19%;
    height: 16px;
    border: solid 1px #bababa;
}

.mod_main_al_img img {
    width: 100%;
}

.mod_main_search {
    width: 500px;
    margin-bottom: 30px;
    padding-bottom: 50px;
    position: relative;
}

.mod_main_search_input {
    width: 100%;
    padding-left: 11px;
    position: absolute;
    border: solid 1px #EBEBEB;
}

.mod_main_search_input::before {
    content: "";
    position: absolute;
    top: 25%;
    height: 20px;
    border: solid 1px #d9d9d9;
}

.mod_main_search_input input {
    font-size: 16px;
    line-height: 1.5;
    color: #999999;
    padding: 8px 0 8px 10px;
    width: 90%;
}

.mod_main_search_img {
    width: 16px;
    position: absolute;
    right: 3%;
    top: 25%;
    cursor: pointer;
}

.mod_main_search_img img {
    width: 100%;
}

.mod_main_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin: 0 -18px;
    margin-bottom: 83px;
    position: relative;
}

.mod_main_list_li {
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 37px;
    position: relative;
}

.mod_main_list_li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.mod_main_list_li a::after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 86px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    backdrop-filter: blur(1.5px);
}

.mod_main_list_li .ys_imgbox_cover {
    transition: all .36s;
}
.fwjs{
     position: absolute;
    left: 0px;
    bottom: 50px;
 
    font-size: 18px;
    line-height: 1.75;
    color: #FFFFFF;
    padding: 40px 30px 50px 30px;
    z-index: 2;
  
}

.mmll_title {
    position: absolute;
    left: 0px;
    bottom: 19px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.75;
    color: #FFFFFF;
    z-index: 2;
    width: 100%;
    padding: 0 30px;
}

/* D2 */
.mod_main_al_text2 {
    font-size: 14px;
    line-height: 1.75;
    color: #333333;
    padding: 0 14px;
    margin-top: 4px;
}

.mod_main_al_text2::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 49%;
    height: 16px;
    border: solid 1px #bababa;
}

.mod_main_list2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -18px;
    margin-bottom: 40px;
}

.mod_main_list_li2 {
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 90px;
    position: relative;
}

.mod_main_list_li2 a {
    display: block;
    overflow: hidden;
}

.mod_main_list_li2 .ys_imgbox_cover {
    transition: all .36s;
}
.casefbt{
    font-weight: 500;
    display: inline-block;
    float: right;
}
.mmll_span {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    transition: all .36s;
    height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mmll_p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* D3 */
.mod_main_detail {
    width: 100%;
    position: relative;

    margin-top: 70px;
}

.detail_wrap {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.he_b2p1ri {
    width: 300px;
    position: relative;
}

.he_f3p1jul {
    width: 100%;
    max-height: calc(100vh - 200px);
}

.mmdr_top {
    width: 100%;
    background-color: #005b91;
    background-image: url(../images/d3_bg01.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.mmdr_top_title {
    width: 100%;
    padding: 22px 55px 24px;
}

.mmdr_top_title_kuang {
    width: 8px;
    position: absolute;
    left: 30px;
    top: 50px;
}

.mttk_shang {
    width: 100%;
    height: 8px;
    background-color: #fff;
}

.mttk_xia {
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.6;
}

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

.mmdr_top_title span {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
}

.he_f3p1jul {
    box-shadow: 0px 0px 20px rgba(201, 201, 201, 0.3)
}

.mmdr_list {
    width: 100%;
    background-color: #fff;
    padding-top: 28px;
    padding-bottom: 50px;
}

.mmdr_list_li {
    width: 100%;
    padding: 0 54px;
    margin-bottom: 8px;
}

.mmdr_list_li span {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.75;
    color: #333333;
}

.mmdr_list_li p {
    font-size: 14px;
    line-height: 1.75;
    color: #666666;
}

.mod_main_detail_left {
    width: calc(100% - 300px);
    padding: 0 140px 0;
}

.mod_main_detail_left .yxedr_active h3 {
    font-weight: bold;
}

.mod_main_detail_left .yxedr_active p {
    color: #666;
}

.mod_main_db {
    background: #F8F8F8;
    padding-bottom: 1px;
}

.mod_main_db_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 50px;
    padding-top: 100px;
}

.mod_main_db_title span {
    color: #005b91;
}

.mod_main_db_ul {
    display: flex;
    flex-direction: row;
}

.mod_main_list2.db {
    margin-bottom: 0;
    padding-bottom: 120px;
}

.mmdl_ts {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.mmdl_ts_zhu {
    font-size: 16px;
    line-height: 1.5;
    color: #005b91;
}

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

.mmdl_ts_text span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}

/* G2_1 */
.mod_main.g2_1 {
    width: 100%;
    background-image: url(../images/g2_bg01.svg);
    background-position: top right;
    background-repeat: no-repeat;
}

.mod_main_wk {
    width: 600px;
    margin-bottom: 42px;
    position: relative;
    z-index: 10;
    margin-top: 70px;
}

.mod_main_search.g2_1 {
    width: 425px;
    margin-left: 260px;
}

.mod_main_g2list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.mod_main_g21list_li {
    width: 49%;
    padding: 0 18px;
    position: relative;
    margin-bottom: 70px;
}

.mod_main_g21list_li .ys_imgbox_cover {
    transition: all .36s;
}

.mod_main_g21list_li a {
    display: block;
    overflow: hidden;
}

.mod_main_g21list_li a::after {
    content: "";
    position: absolute;
    left: 3%;
    bottom: -5%;
    width: 113px;
    border: solid #005b91 1px;
}

.mmgl_td {
    width: 133px;
    margin-top: 21px;
    margin-bottom: 9px;
    position: relative;
}

.mmgl_td_time::after {
    content: "";
    position: absolute;
    left: 64%;
    top: 19%;
    height: 15px;
    border: solid #005b91 1px;
}

.mmgl_td_time {
    font-family: 'poppins';
    color: #005b91 !important;
}

.mmgl_td_dt {
    color: #005b91 !important;
}

.mmgl_p {
    padding-right: 50px;
    line-height: 1.5;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pc_fenye li.activepage {
    color: #005b91;
    background-color: #fff;
}

.pc_fenye li {
    font-size: 16px;
    width: 100%;
}

.ys_pcfy {
    margin-bottom: 120px;
    margin-top: 70px;
}

.ys_select_demo {
    width: 200px;
    height: 40px;
    background: #fff;
    padding: 0 15px;
    /*border: solid 1px #ebebeb;*/
}

.ys_select_demo .ys_select_bd {
    padding: 5px 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .05);
    border-top: 1px solid #eee;
    max-height: 120px;
}

.ys_select_demo .ys_select_li {
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 15px;
}

.ys_phfyfl a {
    display: block;
    color: #333;
}


/* G2_d2 */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #005b91 !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -60px;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mod_main_tl {
    width: 100%;
    background: #f8f8f8;
    background-image: url(../images/d3_bg01.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
}

.mod_main_tl .ys_cont1360 {
    padding: 60px 0 60px 140px;
}

.mod_main_tl_list1 {
    width: 86px;
    margin-bottom: 20px;
}

.mod_main_tl_list1 a {
    display: block;
}

.mmtl_image {
    width: 12px;
    height: 16px;
    margin-top: 7px;
}

.mmtl_fh {
    width: calc(100% - 12px);
    padding-left: 10px;
}

.mmtl_image img {
    width: 100%;
}

.mod_main_tl_list2 {
    display: flex;
    flex-direction: row;
}

.mmtl_kuang_shang {
    width: 12px;
    height: 12px;
    background: #005b91;
}

.mmtl_kuang_xia {
    width: 12px;
    height: 33px;
    background: linear-gradient(180deg, #005b91 0%, rgba(207, 0, 14, 0) 100%);
    opacity: 0.6;
}

.mmtl_kuang {
    margin-right: 20px;
    margin-top: 15px;
}

.mmtl_kuang_h1 {
    font-weight: bold;
}

.mod_main_tl_list3 {
    margin-top: 34px;
}

.mmtl_timg {
    margin-right: 60px;
}

.mmtl_timg_img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    margin-top: 4px;
}

.mmtl_timg_img img {
    width: 100%;
}

.mmtl_timg_time {
    color: #666;
    font-family: 'poppins';
}

.mmtl_limg_img {
    margin-right: 12px;
}

.mod_main_detail_left p {
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    margin-bottom: 12px;
}

.mmdl_share {
    width: 100%;
    margin-top: 58px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #d9d9d9;
}

.mmdl_share_stext {
    font-size: 18px;
    line-height: 1.75;
    color: #333333;
}

.mmdl_share_wx_img {
    width: 36px;
    height: 36px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}

.mmdl_share_wx_img a {
    opacity: 0 !important;
    position: absolute;
    top: 30%;
    left: 30%;
}

.mmdl_share_wx_img img {
    width: 100%;
}

.mmdl_share_wb_img {
    width: 36px;
    height: 36px;
}

.mmdl_share_wb_img a {
    opacity: 0 !important;
    position: absolute;
    top: 30%;
    left: 30%;
}

.mmdl_share_wb_img img {
    width: 100%;
}

.bshare-custom {
    font-size: 13px;
    line-height: 16px !important;
}

.mmdl_sx {
    width: 100%;
    margin-bottom: 120px;
}

.mmdl_sx_li {
    width: 100%;
    margin-bottom: 14px;
    position: relative;
}

.mmdl_sx_li_prev::after {
    content: "";
    position: absolute;
    left: 60px;
    top: 25%;
    height: 16px;
    border: solid 1px #bababa;
}

.mmdl_sx_li_next::after {
    content: "";
    position: absolute;
    left: 60px;
    top: 25%;
    height: 16px;
    border: solid 1px #bababa;
}

.mmdl_sx_li_prev {
    width: 62px;
    padding-right: 13px;
    transition: all .36s;
}

.mmdl_sx_li_pzi {
    width: calc(100% - 62px);
    padding-left: 16px;
    transition: all .36s;
    height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mmdl_sx_li_next {
    width: 62px;
    padding-right: 13px;
    transition: all .36s;
}

.mmdl_sx_li_pzi2 {
    width: calc(100% - 62px);
    padding-left: 16px;
    transition: all .36s;
    height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.he_f3p1jul.nshaow {
    box-shadow: none;
}

.mmdr_tj {
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}

.mmdr_tjul {
    width: 100%;
}

.mmdr_tjul_li {
    margin-bottom: 30px;
    position: relative;
}

.mmdr_tjul_li a {
    display: block;
}

.mmdr_tjul_li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5%;
    border-bottom: solid #005b91 1px;
    width: 113px;
}

.mmdr_tjul_li .ys_imgbox_cover {
    margin-bottom: 20px;
}

.mmdr_tjul_li_dt {

    margin-bottom: 9px;
}

.mtld_date {
    color: #005b91;
    margin-right: 14px;
    font-family: 'poppins';
}

.mtld_dtzi {
    color: #005b91;
    padding-left: 11px;
    border-left: solid 1px #005b91;
}

.mmdr_tjul_li_p {
    line-height: 1.5;
    margin-bottom: 20px;
}

/* E1 */
.mod_main.e1 {
    width: 100%;
    background-image: url(../images/g3_bg01.svg);
    background-repeat: no-repeat;
    background-position: top right;
}

.mod_main_al.e1 {
    margin-bottom: 17px;
}

.mmtl_e1text {
    width: 178px;
    position: absolute;
    right: 8%;
}

.mmtl_e1text_zi1::after {
    content: "";
    position: absolute;
    left: 75px;
    top: 12px;
    height: 16px;
    border: #bababa solid 1px;
}

.mmtl_e1text_zi1 {
    font-weight: bold;
    color: #333;
    padding-bottom: 8px;
    border-bottom: solid #fff 2px;
    transition: all .36s;
}

.mmtl_e1text_zi2 {
    color: #005b91;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: solid #005b91 2px;
    transition: all .36s;
}

.mod_main_e1list {
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    margin-bottom: 174px;
}

.mod_main_e1list_li {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(174, 174, 174, 0.25);
    z-index: 2;
    border-bottom: solid #005b91 2px;
}

.mmel_tj {
    width: 70px;
    background-color: #005b91;
    padding: 10px 10px;
    margin: 31px 0 0 43px;
}

.mmel_tj_img {
    width: 14px;
    margin-top: 2px;
}

.mmel_tj_img img {
    width: 100%;
}

.mmel_tj_zi {
    font-size: 12px;
    line-height: 1.75;
    color: #FFFFFF;
}

.mmel_pict {
    width: 100%;
}

.mmel_pict .ys_imgbox_cover {
    width: 334px;
    margin-bottom: 34px;
}

.mmel_pict .ys_imgbox_cover img {
    width: 100%;
}

.mmel_pict_rwz {
    width: calc(100% - 334px);
    padding-left: 155px;
    padding-right: 78px;
    margin-top: 30px;

}

.mmel_pict_rwz_bold {
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
    height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .36s;
}

.mmel_pict_rwz_p {
    margin-bottom: 44px;
    height: 8.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.mmel_pict_rez_hk {
    width: 164px;
    padding: 10px 34px;
    background-color: #005b91;
}

.mprh_lj {
    color: #fff !important;
    text-align: center;
}

/* E2 e2 */
.he_f3p1jul.e2 {
    box-shadow: none;
}

.mmdr_tjul_li.nbl {
    border-bottom: none;
}

.mmdl_share_load {
    background-color: #005b91;
    padding: 15px 38px;
    margin-top: -15px;
}

.mmdl_share_load a {
    display: block;
}

.mmdl_share_load_hk {
    width: 100%;
}

.mmdl_share_load_img {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.mmdl_share_load_img img {
    width: 100%;
}

.mmdl_sahre_load_text {
    color: #fff;
}

/* Delia end */

.home_work_btm_btn {
    opacity: 0;
    transition: all 0.36s;
}

.hwbb_btn.swiper-button-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.slwt_ri {
    width: 50px;
}

.slwt_ri img {
    width: 100%;
}

.devis_tui .mod_main_list2 {
    margin-bottom: 0;
    padding-bottom: 40px;
}


.ys_d1page .mod_brand {
    position: static;
    top: inherit;
    left: 0;
    margin-top: 30px;
    margin-bottom: 60px;
}

.ys_d1page .mod_brand .ys_cont1560 {
    width: 100% !important;
    padding: 0 !important;
}

.case_wrap,
.city_wrap {
    width: 100%;
    position: relative;
}

.ys_e1_1page .mod_brand .ys_cont1560 {
    width: 100% !important;
    padding: 0 !important;
}

.ys_e1_1page .mod_brand {
    padding-top: 60px;
    margin-bottom: 17px;
    position: static;
    top: inherit;
    left: 0;
}

.mmdl_sx {
    margin-bottom: 0 !important;
}

.mod_main_detail {
    padding-top: 0 !important;
}


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

.mod_main_e1list {
    margin-bottom: 0 !important;
}

.mmdr_tjul_li_p {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ys_e1_2page .detail_wrap {
    flex-direction: row;
}

.form_downl {
    padding-top: 60px;
}

.ys_f1page .mod_brand .ys_cont1560 {
    /* max-width: 82.5%; */
    padding: 0 !important;
    width: 1600px;
}

/* .ys_f1page .mod_brand{
    position: static;
    top: inherit;
    left: inherit;
} */

.ys_g2_1page .mod_brand {
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 30px;
}

.ys_g2_1page .mod_brand .ys_cont1560 {
    width: 100% !important;
    padding: 0 !important;
}

.ys_select_hd input {
    color: #AFAFAF;
}



.ys_select_hd .ys_select_show::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #AFAFAF;
}

.ys_select_hd .ys_select_show:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #AFAFAF;
}

.ys_select_hd .ys_select_show::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #AFAFAF;
}

.ys_select_hd .ys_select_show:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #AFAFAF;
}

.mod_main_search_input input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #AFAFAF;
}

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

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

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


.ys_g2_2page .detail_wrap {
    flex-direction: row;
}

.ys_select_xtbbox i {
    color: #AFAFAF;
}

.mhnu_down {
    position: fixed;
    top: 80px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    height: calc(100vh - 80px);
    display: none;
}

.mhnu_down_wrap {
    width: 100%;
    height: 30%;
    position: relative;
    z-index: 1;
}

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

.mhnu_down_wrap_wrap {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.mdww_li {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-evenly;
}
.mdww_li_link{
    display: inline-block;
}

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

.mdww_li_link a {
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    padding: 40px 0;
    position: relative;
    display: block;
    transition: all 0.36s;
}

.mdww_li_link a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
}

.mdww_li_link.yxnav_active2 .mod_tit30 {
    color: #005b91;
}

.mc_ph_navbar {
    position: relative;
    z-index: 999;
}

.mc_ph_navbar {
    padding: 0 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.mc_ph_logo {
    width: 165px;
}

.mc_ph_logo a {
    line-height: 64px;
}

.mc_ph_logo img {
    width: 100%;
}

.mc_ph_search {
    line-height: 64px !important;
}

.mc_ph_search a,
.mc_ph_language a {
    color: #005b91;
}

.mc_ph_search a,
.mc_ph_language a {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.mc_ph_search a i,
.mc_ph_search a em {
    vertical-align: middle;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 20px;
}

.mc_ph_search a i,
.mc_ph_search a em {
    font-size: 18px;
    color: #005b91;
}

.mc_ph_menu {
    margin-left: 15px;
}

.mc_ph_menu {
    overflow: hidden;
    width: 26px;
    height: 50px;
}

.mc_phmenubox {
    width: 26px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mc_phmenubox .point {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
    margin-top: 15px;
    transform: translateX(-3px);
}

.mc_phmenubox .point .nav_btn,
.mc_phmenubox .point .nav_btn::after,
.mc_phmenubox .point .nav_btn::before {
    display: inline-block;
    width: 26px;
    height: 1px;
    background-color: #333;
}

.mc_phmenubox .nav_btn {
    position: absolute;
    top: 8px;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_phmenubox .nav_btn::before {
    top: 8px;
}

.mc_phmenubox .nav_btn::after,
.mc_phmenubox .nav_btn::before {
    content: '';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.mc_phmenubox .nav_btn::after {
    top: -8px;
}

.mc_phmenubox .point.active .nav_btn {
    background: transparent;
}

.mc_phmenubox .point.active .nav_btn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc_phmenubox .point.active .nav_btn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.phxia {
    overflow: visible;
}

.phxia {
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    z-index: 998;
    /* transform: translateX(-50%); */
    /* padding: 0 15px; */
    background-color: #fff;
    max-height: calc(100vh - 64px);
    overflow: auto;
}

.xialaph {
    overflow: auto;
}

.xialaph {
    display: none;
    width: 100%;
    background-color: #fff;
    font-family: '微软雅黑';
    height: calc(100vh - 64px);
    padding: 10px 0;
}

.xialaph .ul1 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}

.ul1 {
    min-height: calc(100% - 60px);
}

.xialaph h4 {
    position: relative;
    padding: 0 20px;
}

.g_phnav1.yxnav_active1,
.g_phnav2.yxnav_active2 {
    color: #005b91;
}

.xialaph h4 a {
    font-size: 18px;
}

.xialaph h4 a {
    font-size: 20px;
    line-height: 46px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.img_s {
    float: right;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999;
    transition: all .36s;
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #f7f8fa;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xialaph h4.active .img_s {
    transform: rotate(180deg);
}

.xialaph .ul2 .container_s {
    max-width: 100%;
    padding: 0 20px;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 35px;
    /* text-transform: uppercase; */
    color: #999;
    max-width: calc(100% - 36px);
}

.mc1_area_imgbox {
    width: 24px;
}

.mc1_area_txtbox {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    padding-left: 10px;
}

.mc1_area_box a {
    display: flex;
    justify-content: center;
    align-content: start;
}

.mc1_area {
    margin-top: 20px;
}

.mc_phnav_hasnosub .img_s {
    display: none;
}

.container_s .yxnav_active2 .g_phnav2 {
    color: #005b91;
}

.mod_nav_ul {
    transition: all 0.36s;
}

.mod_nav_ul_li {
    width: 48px;
    height: 48px;
    position: relative;
    background: #005b91;
}

.mod_nav_ul_li:nth-child(2n) {
    background: #595757;
}

.mnul_wrap {
    width: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mnul_wrap img {
    width: 100%;
}

.mod_nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 80;
}

.mc_aside_zk1 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    z-index: -1;
    background: inherit;
    padding: 20px 25px;
    /* opacity: 0; */
    pointer-events: none;
    transition: all .6s;
}

.mod_nav_ul_li2 {
    position: relative;
}

.mc_aside_qrimgbox {
    width: 100px;
}

.mc_aside_qrimgbox img {
    width: 100%;
}

.mod_nav_ul_li.on .mc_aside_zk1 {
    opacity: 1;
    right: 100%;
    transform: translateX(0);
    pointer-events: all;
}

.mc_aside_zk {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    background: inherit;
    padding: 7px 25px;
    white-space: nowrap;
    transform: translateX(100%);
    transition: all .6s;
    padding-right: 50px;
}

.mc_aside_zk .mc_icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.mc_aside_zk span {
    white-space: nowrap;
    vertical-align: middle;
}

.mod_nav_ul_li.on .mc_aside_zk {
    transform: translateX(0);
}

.mod_nav_ul_li4 {
    cursor: pointer;
}

.mod_nav_btn_wrap {
    width: 10px;
}

.mod_nav_btn_wrap img {
    width: 100%;
}

.mod_nav_btn {
    width: 48px;
    position: relative;
    background: #D9D9D9;
    padding: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transform: translateX(100%);
    transition: all 0.36s;
}

.mod_nav.on .mod_nav_ul {
    transform: translateX(100%);
}

.mod_nav.on .mod_nav_btn_wrap img {
    transform: rotate(180deg);
}

.ys_sywrap .ys_ban_imgbox img {
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ys_sywrap .ys_ban_li.slick-current .ys_ban_imgbox img {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* .ys_ban_li.slick-active .mod_ban_tit {
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: 0.1s;
}

.ys_ban_li.slick-active .mod_ban_info {
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: 0.1s;
}

.ys_ban_li.slick-active .mod_ban_more {
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: 0s;
} */

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


/*鼠标效果*/
@media screen and (min-width: 1200px) {
/*.home_trans_bj_le:hover {*/
/*    cursor: url(../images/hovle.svg) 55 55, pointer;*/
/*}*/
/*.home_trans_bj_ri:hover {*/
/*    cursor: url(../images/hovri.svg) 55 55, pointer;*/
/*}*/


    .home_trans_bjpc:hover .home_trans_bj_btn {
        opacity: 1;
    }

    .hubu_li:hover {
        z-index: 10;
    }

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

    .pjbu_wrap:hover .pjbu_wrap_top_le .std_tit5 {
        color: #005b91;
    }

    .mmdl_sx_li a:hover .mmdl_sx_li_prev {
        color: #005b91;
    }

    .sobs_li_wrap_in .mod_more_link:hover {
        border-color: #005b91;
        color: #005b91;
    }

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

    .mod_nav:hover .mod_nav_btn {
        transform: translateX(0%);
    }

    .mdww_li_link:hover a {
        color: #005b91;
    }

    /* .home_work_btm:hover .home_work_btm_btn {
        opacity: 1;
    } */

    .home_work_btm.on .home_work_btm_btn {
        opacity: 1;
    }

    .sobs_li_wrap:hover .sobs_li_wrap_in {
        opacity: 1;
    }

    .sobs_li_wrap:hover .sobs_li_wrap_tit {
        opacity: 0;
    }

    .ys_g3page .mod_brand_ul_li a:hover {
        color: #fff !important;
    }

    .fdlc_state_ri p a:hover {
        color: #005b91;
    }

    .mod_brand_ul_li a:hover {
        color: #333333;
    }

    .home_root_ri_play:hover::before {
        animation: scalepulse 1.3s linear .3s infinite both;
        transform: translate3d(-50%, -50%, 0) scale(1);
    }

    .home_root_ri_play:hover::after {
        animation: scalepulse 1.3s linear .15s infinite both;
        transform: translate3d(-50%, -50%, 0) scale(1);
    }

    .mlil_link a:hover {
        color: #fff;
    }

    .hubu_li a:hover .hubu_wrap {
        width: 120%;
        height: 120%;
    }

    .mod_more1_link:hover {
        color: #005b91;
        background: #fff;
    }

    .mod_more_link:hover {
        /*border-color: rgba(207, 0, 14, 1);*/
        /*color: rgba(207, 0, 14, 1);*/
          border-color: #fff;
        color: #fff;
        font-weight: 600;
        /* background: #fff; */
    }

    /* Delia start */
    /* D1 */
    .mod_main_list_li a:hover .ys_imgbox_cover {
        transform: scale(1.1);
    }

    /* D2 */
    .mod_main_list_li2 a:hover .mmll_span {
        color: #005b91;
    }

    .mod_main_list_li2 a:hover .ys_imgbox_cover img {
        transform: scale(1.1);
    }

    /* G2_1 */
    .pc_fenye li:hover {
        color: #005b91;
    }

    .mod_main_g21list_li a:hover .ys_imgbox_cover img {
        transform: scale(1.1);
    }

    /* G2 d2 */
    .mmdl_sx_li a:hover .mmdl_sx_li_ {
        color: #005b91;
    }

    .mmdl_sx_li a:hover .mmdl_sx_li_pzi {
        color: #005b91;
    }

    .mmdl_sx_li a:hover .mmdl_sx_li_next {
        color: #005b91;
    }

    .mmdl_sx_li a:hover .mmdl_sx_li_pzi2 {
        color: #005b91;
    }

    /* E1 */
    .mmtl_e1text a:hover .mmtl_e1text_zi1 {
        color: #005b91;
        border-bottom: solid 2px #005b91;
    }

    .mod_main_e1list_li a:hover .mmel_pict_rwz_bold {
        color: #005b91;
    }

    .sicl_li:hover .ys_imgbox_cover img {
        transform: scale(1.06);
    }

}


.mmtl_e1text {
    width: inherit !important;
    right: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.mod_main_tl_list2 {
    position: relative;
}

.mmtl_e1text_zi1::after {
    display: none;
}

.mmtl_e1text a {
    display: block;
    position: relative;
    margin-left: 76px;
}

.mmtl_e1text a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #bababa;
    left: -38px;
}

.mmtl_e1text_zi2,
.mmtl_e1text_zi1 {
    float: none;
}

.mmtl_e1text a:first-child::after {
    display: none;
}

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

.nav_tit {
    margin-bottom: 10px;
}

.mmel_tj {
    width: 70px;
    background-color: #005b91;
    padding: 5px 12px;
    margin: 31px 0 0 43px;
}

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

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

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

.perso_job_btm_ul {
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.pjbu_li {
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 36px;
}

.pjbu_wrap {
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 40px;
    transition: all 0.36s;
}

.pjbu_wrap_top {
    width: 100%;
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pjbu_wrap_top_ri {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: 'poppins';
    background: #005b91;
    padding: 0 14px;
    margin-top: 5px;
    flex: none;
}


.pjbu_wrap_top_le .std_tit5 {
    color: #333333;
    line-height: 1.5;
    transition: all 0.36s;
}

.pjbu_wrap_top_le {
    padding-right: 15px;
}

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

.pwbu_li {
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

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

.pwbu_ri {
    width: calc(100% - 20px);
    padding-left: 10px;
}

.pwbu_li:last-child {
    border: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.perso_job_btm_more {
    display: flex;
    justify-content: center;
    padding-top: 26px;
}

.hwbu_li_wrap img {
    height: 670px;
    object-fit: cover;
}

.story_devel_wrap {
    width: 100% !important;
}

.mod_head_logo h1 {
    font-size: 0 !important;
}

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

.pjbu_wrap {
    height: 100%;
}

.pwbu_li:first-child .pwbu_ri p {
    min-height: 3em;
}

.fdlc_li_wrap {
    position: relative;
}

.fdlc_li_wrap_tit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    margin-bottom: 0 !important;
    pointer-events: none;
}

.fdlc_li_wrap_tit.on {
    opacity: 0;
}

.hwbu_li .ys_imgbox_cover img {
    width: auto !important;
}

.fdlc_li {
    margin-bottom: 40px;
}

.fdlc_li_wrap.on .fdlc_li_wrap_tit {
    opacity: 0;
}

.hwbu_li_wrap img {
    height: 520px;
}

.ccbu_li:last-child::after {
    display: none !important;
}

.conta_wrap_tit {
    margin-bottom: 20px;
}

.conta_cont_top {
    margin-bottom: 15px;
}

.conta_cont_btm_sclc {
    margin-bottom: 30px;
}


.ys_sywrap .ys_ban_imgbox video {
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.ys_sywrap .ys_ban_li.slick-active .ys_ban_imgbox video {
    -ms-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


.mftr_li,
.mftr_li_info_list {
    margin-right: 25px;
}

.devis_intro_ri img {
    cursor: pointer;
}

.pdbr_li {
    margin-right: 20px !important;
}

.he_b2p1icon {
    display: none !important;
}

.hwbu_li_wrap_btm {
    position: absolute;
    bottom: -111px;
    left: 0;
    pointer-events: none;
}

.home_work_btm_wrap {
    padding-bottom: 111px;
}

.hlwb_tit .std_tit3 {
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hlwb_info .std_tit6 {
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.susta_core_img {
    height: 100%;
}


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

.home_trans_bjph {
    display: none;
}

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

.solu_value_btm {
    cursor: pointer;
}

.susta_devis_le {
    margin-top: -11px;
}

.mod_head_ri_lang,
.xialaph_bot {
    display: none;
}

.he_b2p1brp2 p{
    font-size: 18px;
    line-height: 1.8;
}

.home_trans_bj_ul ,.htbu_li ,.home_trans_bj_ul .slick-list ,.home_trans_bj_ul .slick-track{
    width: 100%;
    height: 100%;
}
.htbu_li {
    margin: 0 8px;
}
.htbu_li:not(:first-child) {
    display: none;
}

.home_trans_bj{
    z-index: 1;
}

.home_trans .ys_cont1600{
    position: relative;
    z-index: 10;
    pointer-events: none;
}

.home_trans_more .mod_more1_link{
    pointer-events: auto;
}

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

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

.mod_brand {
    z-index: 10;
    pointer-events: none;
}

.mod_brand_ul_li{
    pointer-events:auto;
}

.mmgl_td_time::after{
    transform: translateY(-50%);
    top: 50% !important;
}

.mmgl_td_time {
    margin-top: 2px;
}

.home_trans_bj_btn{
    width: 54px;
    height: auto !important;
    cursor: pointer;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.36s;
    opacity: 0;
}

.home_trans_bj_le {
    left: 40px;
}

.home_trans_bj_ri {
    right: 40px;
}
.home_work_btm:hover .home_work_btm_btn{
    opacity: 1;
}

.hwbb_btn {
    z-index: 10;
}

.home_work_btm_ul .hwbu_li {
    width:auto !important;
}

.hwbu_li.swiper-slide-active .hwbu_li_wrap_btm{
    opacity: 1;
}


.home_work_btm_btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.home_work_btm_btn .hwbb_btn  {
    pointer-events: auto;
}


.mmgl_td {
    width: inherit;
}

.mmgl_td_dt {
    float: left;   
}

.mmgl_td_time {
    padding-right: 18px;
    position: relative;
}

.mmgl_td_time::after {
    left: 90%;
}

.mmgl_td_time::after {
    top: 45% !important;
}

.mtld_date {
    position: relative;
    padding-right: 12px;
}

.mtld_date::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 2px;
    height: 16px;
    background: #005b91;
}

.mtld_dtzi{
    border: none;
}

.mtld_date {
    margin-right: 0px;
    margin-top: 2px;
}

.devis_unders_btm_le video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.devis_unders_btm_le {
    position: relative;
}

.he_e1pvipy{
    width: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.he_e1pvipy img{
    width: 100%;
}

.home_trans_bj .home_trans_bj_ny{
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.home_trans_bj_le {
    left: 0px !important;
}

.home_trans_bj_ri {
    right: 0px !important;
}

.home_trans_bj_btn {
    pointer-events: auto;
}

