﻿@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;
}

.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*/
/* 规范 -start*/
.g_title1 {
    font-size: 56px;
    line-height: 1.2;
    color: #333;
}

.g_title2 {
    font-size: 36px;
    line-height: 1.2;
    color: #333;
}

.g_title3 {
    font-size: 30px;
    line-height: 1.4;
    color: #333;
}

.g_title4 {
    font-size: 26px;
    line-height: 1.4;
    color: #333;
}

.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 14px;
}

.yxedr_active h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 14px;
}

.yxedr_active h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 14px;
}

.yxedr_active h4 {
    font-size: 26px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 14px;
}

.yxedr_active h5 {
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 14px;
}

.g_margin1 {
    margin-bottom: 100px;
}

.g_margin2 {
    margin-bottom: 40px;
}

.g_margin3 {
    margin-bottom: 70px;
}

/* 规范  end*/

.g_flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

/* 2022.02.25 grace */
.g_play {
    width: 70px;
    cursor: pointer;
    margin-top: 70px;
}

.g_play img {
    width: 100%;
}

.ys_ban_title {
    font-size: 56px;
    color: #fff;
    line-height: 1.2;
}

.ys_banner .slick-dots {
    bottom: 50px;
}

.ys_banner .slick-dots li.slick-active {
    background: #828290;
}

.ys_banner .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #fff;
}

.ys_hd_pc {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding-left: 36px;
}

.g_logo {
    line-height: 80px;
    width: 221px;
}

.g_logo img {
    width: 100%;
}

.g_center {
    background: url(../images/a1_bg4.png) no-repeat;
    background-position: top center;
    background-size: cover;
}

.g_nav_title a,
.g_fab a {
    display: block;
    padding: 0 36px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
}

.g_navul {
    /* max-width: 930px; */
    margin-left: 30px;
}

.g_navli {
    /* width: 16.666667%; */
    position: relative;
}

.g_navli::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    background: #c7c7c7;
    transform: translateY(-50%);
}

.g_navli:last-child::before {
    display: none;
}

.g_fab a {
    background: #03447e;
    padding: 0 22px;
    color: #fff;
    margin-left: 60px;
}

.g_lang {
    display: block;
}

.g_lang_img {
    width: 26px;
    line-height: 80px;
    margin-right: 10px;
}

.g_lang_img img {
    width: 100%;
}

.g_lang p {
    color: #333333;
    font-size: 16px;
    line-height: 80px;
}

.g_other {
    margin-right: 42px;
}

.g_serch {
    background: #ebebeb;
    padding: 0 20px;
}

.g_serchfl input {
    width: 150px;
    height: 30px;
    margin-top: 24px;
    padding-right: 15px;
}

.g_serchfr {
    width: 22px;
    line-height: 80px;
    cursor: pointer;
}

.g_serchfr img {
    width: 100%;
}

.g_serchfl input::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

/* 使用webkit内核的浏览器 */
.g_serchfl input:-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

/* Firefox版本4-18 */
.g_serchfl input::-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

/* Firefox版本19+ */
.g_serchfl input:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}

/* IE浏览器 */
.g_menu {
    width: 80px;
    background: #03447e;
    cursor: pointer;
}

.g_menuimg {
    width: 30px;
    margin: 0 auto;
    line-height: 80px;
    position: relative;
}

.g_center {
    padding: 100px 0;
}

.g_sec1_btnimg {
    width: 14px;
    line-height: 22px;
}

.g_sec1_btn p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-right: 14px;
}

.g_sec1_btnimg img {
    width: 100%;
}

.g_sec1_btn {
    position: relative;
    padding-bottom: 10px;
    margin-top: 30px;
}

.g_sec1_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 2px;
    background: #03447e;
}

.g_sec1_btn a {
    display: block;
}

.g_sec1_title .g_title2 {
    padding-bottom: 16px;
    position: relative;
    font-weight: bold;
}

.g_sec1_title .g_title2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37%;
    height: 2px;
    background: #e60012;
}

.g_sec1_title .g_title2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 63%;
    height: 2px;
    background: #03447e;
}

.ys_footer {
    position: relative;
}

.ys_footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    height: 10px;
    background: #e60012;
}

.ys_footer::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 63%;
    height: 10px;
    background: #03447e;
}

.ys_footer {
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
    padding: 80px 0 36px;
}

.ys_footer_bq span,
.ys_footer_bq a {
    color: #bcbfc8;
    font-size: 14px;
    line-height: 18px;
}

.ys_footer_top {
    margin-bottom: 72px;
}

.ys_footer_topfl {
    margin-right: 26px;
}

.ys_footer_wz {
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
}

.ys_footer_topfl a {
    display: block;
    padding: 0 36px;
    background: rgba(255, 255, 255, .1);
}

.ys_footer_topfl {
    border: 1px solid rgba(255, 255, 255, .06);
}

.ys_footer_wz {
    margin-right: 120px;
}

.ys_footer_img {
    width: 14px;
    line-height: 60px;
}

.ys_footer_botli a {
    color: #bcbfc8;
    font-size: 14px;
    line-height: 20px;
    padding: 0 12px;
    position: relative;
}

.ys_footer_botli:first-child a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 12px;
    background: #bcbfc8;
}

.g_sec1_li {
    width: 33.333333%;
    padding: 0 25px;
}

.g_sec1_ul {
    /* display: flex;
    flex-wrap: wrap;
    align-items: stretch; */
    margin: 0 -25px;
}

.g_sec1_bot {
    background: #fff;
    padding: 32px 30px 42px;
}

.g_sec1_bot span {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 14px;
}

.g_sec1_bot .g_title4 {
    font-weight: bold;
    margin-bottom: 18px;
    transition: all 0.36s;
}

.g_sec1_bot p {
    color: #999999;
    font-size: 16px;
    line-height: 1.7;
}

.g_sec1_li a {
    position: relative;
    display: block;
}

.g_sec1_li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 6px;
    background: #e60012;
    transition: all .36s ease;
    /* opacity: 0; */
    z-index: 10;
}

.g_sec1_li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 6px;
    background: #03447e;
    transition: all .36s ease;
    /* opacity: 0; */
}

.g_sec3_botnr {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    padding: 0 9%;
}

.g_sec3_all {
    width: 100%;
}

.g_sec3_bot {
    position: relative;
}

.g_sec3_botnrfl {
    width: 33.333333%;
}

.g_sec3_botnrfl {
    text-align: center;
}

.g_shu {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 6px;
}

.g_sec3_botnr_all span {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.g_sec3_botnrfl p {
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    /* height: 1.8em; */
    overflow: hidden;
}

.g_sec3_botnr_all .g_shu {
    display: inline-block;
}

.g_sec3_bot {
    margin-top: 8px;
}

.g_sec3_top {
    position: relative;
}

.g_sec3nr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 9%;
}

.g_sec3nr .g_title4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 26px;
}

.g_sec3nr_cen {
    width: 57%;
}

.he_sec3np p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.g_sec3nr .g_botton {
    margin-top: 50px;
}

.g_bottonfl {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.g_botton a {
    display: block;
    padding: 0 30px;
    border: 2px solid rgba(255, 255, 255, .2);
    width: 215px;
}

.g_bottonfr {
    width: 14px;
    line-height: 40px;
}

.g_bottonfr img {
    width: 100%;
}


/* helen star */

.ys_banner {
    margin-top: 80px;
}

.ys_banner1 .ys_ban_title {
    position: relative;
}

.ys_banner1 .ys_ban_title::after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 76px;
    height: 2px;
    background: #fff;
}

.he_mine {
    width: 100%;
    position: relative;
    z-index: 1;
}

.he_navigali {
    width: 16.666666%;
}

.he_navigali a {
    background: #fff;
}

.he_navigaul {
    width: 100%;
    /* box-shadow: 0px 8px 18px 0px rgba(3, 68, 126, 0.05); */
    display: flex;
    justify-content: center;
}


.he_navigali a {
    display: block;
    line-height: 58px;
    height: 58px;
    overflow: hidden;
    color: #666666;
    text-align: center;
    padding: 0 10px;
    transition: all 0.36s;
    font-size: 16px;
    border: 1px solid #eaeaea;
    border-right: none;
}

.he_navigali:last-child a {
    border-right: 1px solid #eaeaea;
}

.he_navigali.yxnav_active2 a {
    background: #03447e;
    color: #fff;
    border-color: #03447e !important;
}

.he_naviga {
    width: 100%;
    margin-top: -26px;
}

.he_nyym .g_center {
    background: #fff;
}

.he_b1p1 {
    width: 100%;
}

.he_b1p1bx {
    width: 100%;
    position: relative;
}

.he_b1p1ti {
    text-align: center;
}

.he_b1p1ti .g_title2 {
    display: inline-block;
    font-weight: bold;
}

.he_b1p1tjk {
    width: 100%;
    position: relative;
}

.he_b1p1tjk p {
    margin-bottom: 0;
    color: #666666;
}

.he_b1p1tig {
    width: 100%;
    margin-top: 45px;
}

.he_b1p1tig img {
    width: 100%;
}

.he_b1p2 {
    width: 100%;
    position: relative;
}

.he_b1p2ig {
    width: 100%;
    position: relative;
}

.he_b1p2ig img {
    width: 100%;
}

.he_b1p2iph {
    display: none;
}

.he_b3p1 {
    width: 100%;
    position: relative;
}

.he_b3p1bx {
    width: 100%;
    position: relative;
}

.he_b3p1ti {
    text-align: center;
}

.he_b3p1ti .g_sec1_title .g_title2::before {
    display: none;
}

.he_b3p1ti .g_sec1_title .g_title2::after {
    display: none;
}

.he_b3p1jbn {
    width: 100%;
    position: relative;
}

.he_b3p1jbn h5 {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}

.he_c2p2 {
    width: 100%;
    position: relative;
}

.he_c2p2bx {
    width: 100%;
    position: relative;
}

.he_c2p2bli {
    width: 20%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.he_c2p2bul {
    margin: 0 -6px;
}

.he_c2p2bsw {
    width: 100%;
    position: relative;
    transition: all 0.36s;
}

.he_c2p2bic {
    width: 38px;
    position: relative;
    margin: 0 auto;
}

.he_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.he_img1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.he_c2p2big {
    width: 100%;
    position: relative;
}

.he_c2p2big img {
    width: 100%;
}

.he_c2p2bdk {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 59px 15px 30px;
}

.he_c2p2hm p {
    font-size: 20px;
    line-height: 1.5;
    color: #03447e;
    font-weight: bold;
}

.he_c2p2ti .he_c2p2hm p {
    text-align: center;
}

/* .he_b1p1 {
    padding-bottom: 0 !important;
} */

.he_c2p2ti {
    margin-bottom: 40px;
}

.he_c2p2bix p {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    height: 4.5em;
    overflow: hidden;
    text-align: center;
}

.he_c2p2bix {
    width: 100%;
    padding-top: 17px;
    margin-top: 15px;
    position: relative;
}

.he_c2p2bix::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #e70012;
}


.he_c2ym .he_navigali {
    width: 25%;
}

.he_b5p1 {
    width: 100%;
    position: relative;
}

.he_b5p1bx {
    width: 100%;
    position: relative;
}

.he_b5p1ga {
    width: 100%;
    position: relative;
}

.he_b5p1li {
    width: 50%;
    padding-left: 20%;
    padding-right: 20px;
}

.he_b5p1lja {
    width: 100%;
}

.he_b5p1lic {
    width: 64px;
}

.he_b5p1lic img {
    width: 100%;
}

.he_b5p1jq {
    width: 100%;
    position: relative;
    margin-top: 29px;
}

.he_b5p1jp1 p {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
}

.he_b5p1jp2 p {
    color: #333333;
    font-weight: bold;
}

.he_b5p1jp2 {
    margin-top: 12px;
}

.he_b5p2 {
    width: 100%;
    position: relative;
    height: 580px;
}

.he_b5p2 #container {
    width: 100%;
    height: 100%;
}

.he_infoig1 {
    width: 210px;
    position: absolute;
    top: -83px;
    left: 50%;
    transform: translateX(-50%);
}

.he_infoig1 img {
    width: 100%;
}

.he_infoig2 {
    width: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.he_infoig2 img {
    width: 100%;
}

.he_infoig2 {
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    background: #fff;
}

.he_infobx {
    position: relative;
}

.he_c1p1 {
    width: 100%;
    position: relative;
}

.he_c1p1bx {
    width: 100%;
    position: relative;
}

.he_c1p1 .he_b1p1tjk p {
    text-align: center;
}

.he_c1p1tfle {
    width: 49%;
    height: 380px;
    background: #ccc;
}

.he_c1p1tfri {
    width: 51%;
    margin-top: 25px;
}

.he_c1p1tfti p {
    font-size: 20px;
    line-height: 1.5;
    color: #03447e;
    font-weight: bold;
}

.he_c1p1tuk {
    margin-top: 45px;
}

.he_c1p1tli .he_c1p1tfri {
    padding-left: 70px;
}

.he_c1p1tli.on .he_c1p1tfri {
    padding-left: 0px;
    padding-right: 70px;
}

.he_c1p1tfhd p {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}

.he_c1p1tfhd {
    margin-top: 26px;
    margin-bottom: 20px;
}

.he_c1p1tli.on .he_c1p1tfle {
    float: right;
}

.he_c1p1tli {
    width: 100%;
    margin-bottom: 20px;
}

.he_c1p2 {
    width: 100%;
    background: #f7f7f7 !important;
}

.he_c1p2bx {
    width: 100%;
    position: relative;
}

.he_c1p2hr {
    width: 100%;
}

.he_c1p2hli {
    width: 100%;
    margin-bottom: 70px;
}

.he_c1p2hli:last-child {
    margin-bottom: 0;
}

.he_c1p2hbq {
    width: 100%;
    position: relative;
}

.he_c1p2hri {
    width: 60%;
}

.he_c1p2hri img {
    width: 100%;
}

.he_c1p2hle {
    width: 40%;
    padding-right: 30px;
    margin-top: 50px;
}


.he_c1p2hti .g_title3 {
    color: #333333;
    line-height: 1.5;
}

.he_c1p2htp p {
    font-size: 20px;
    line-height: 1.5;
    color: #03447e;
}

.he_c1p2htp {
    margin-top: 18px;
}

.he_c1p2hts p {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}

.he_c1p2hts {
    margin-top: 30px;
}

.he_c1p1tmp {
    width: 100%;
    height: 100%;
}

.he_b2p1 {
    width: 100%;
    position: relative;
}

.he_b2p1bx {
    width: 100%;
    position: relative;
}

.he_b2p1dli {
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.he_b2p1dj {
    width: 100%;
    position: relative;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
    background: rgb(255, 255, 255);
    padding: 20px;
}

.he_b2p1dul {
    margin: 0 -15px;
}

.he_b2p1dig {
    width: 100%;
    position: relative;
}

.he_b2p1dis {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.he_b2p1dis img {
    transition: all 0.6s;
}

.he_b2p1dic {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #03447e;
    border: 4px solid #fff;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.he_b2p1dic img {
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_b2p1ddb {
    width: 100%;
    position: relative;
    margin-top: 75px;
    padding: 0 11px;
    padding-bottom: 40px;
}

.he_b2p1dwl p {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    height: 1.5em;
    overflow: hidden;
}

.he_b2p1dwn p {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    height: inherit !important;
    overflow: hidden;
}

.he_b2p1dwn {
    margin-top: 20px;
}

.he_b2p2 {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.he_b2p2bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.6s;
}


.he_b2p2bx {
    width: 100%;
    position: relative;
}

.he_b2p2 .g_title2 {
    color: #fff;
}

.he_b2p2sm {
    width: 100%;
    position: relative;
}

.he_b2p2wli {
    width: 33.333333%;
    padding: 0 16px;
    margin-bottom: 30px;
}

.he_b2p2wul {
    margin: 0 -16px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.he_b2p2sk {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 46px 40px;
    height: 100%;
}

.he_b2p2 .g_sec1_title .g_title2::after {
    background: #fff;
}

.he_b2p2syx {
    width: 100%;
    margin-top: 32px;
}

.he_b2p2syx p {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    margin-bottom: 22px;
}

.he_b2p2syx p:last-child {
    margin-bottom: 0;
}

.he_b2p2syx p span {
    color: #03447e;
}

.he_b2p3bx {
    width: 100%;
    position: relative;
}

.he_b2p3bx img {
    width: 100%;
}

.he_b2p4 {
    width: 100%;
}

.he_b2p4bx {
    width: 100%;
    position: relative;
}

.he_b2p4gq {
    width: 100%;
    position: relative;
}

.he_b2p4gsv {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
}

.he_b2p4ghli {
    width: 33.333333%;
    padding: 0 70px;
    transition: all 0.36s;
}

.he_b2p4ghul {
    margin: 0 -50px;
}

.he_b2p4gsv {
    width: 100%;
    position: relative;
}

.he_b2p4gsle,
.he_b2p4gsri {
    width: 50%;
    position: relative;
}

.he_b2p4gsle img {
    width: 100%;
}

.he_b2p4gsri {
    background-image: -moz-linear-gradient(127deg, rgb(1, 22, 53) 0%, rgb(0, 52, 129) 100%);
    background-image: -webkit-linear-gradient(127deg, rgb(1, 22, 53) 0%, rgb(0, 52, 129) 100%);
    background-image: -ms-linear-gradient(127deg, rgb(1, 22, 53) 0%, rgb(0, 52, 129) 100%);
    display: flex;
    align-items: center;
}

.he_b2p4gswg {
    width: 100%;
    position: relative;
    padding: 25px 36px;
}


.he_b2p4sku p {
    font-size: 16px;
    line-height: 1.5;
    color: #f3f3f3;
    margin-bottom: 13px;
}

.he_b2p4gsri .he_b2p1dwl p {
    color: #f3f3f3;
}

.he_b2p4sku {
    margin-top: 18px;
}

.he_b2p4ghli.slick-current {
    transform: scale(1.35);
}

.he_b2p4ghli.slick-slide {
    padding-top: 70px !important;
    padding-bottom: 65px !important;
}

.he_b2p4ghli.slick-current .he_b2p1dwl p {
    font-size: 18px;
}

.he_b2p4ghli.slick-current .he_b2p4sku p {
    font-size: 12px;
}

.he_b2p4ghli.slick-current .he_b2p4sku {
    margin-top: 16px;
}

.he_c3p1 {
    width: 100%;
}

.he_b1p2 {
    width: 100%;
    position: relative;
}

.he_b1p2bx {
    width: 100%;
    background: #efefef;
}

/* .he_b1p2ig {
    width: 50%;
} */

.he_b1p2ig img {
    width: 100%;
}

.he_b1p2 .ys_cont1200 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_b1p2rb {
    width: 100%;
    position: relative;
}

.he_b1p2wr {
    width: 40%;
}

.he_b1p2du p {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    margin-bottom: 14px;
}

.he_b1p2du {
    margin-top: 55px;
}

.he_b1p2ti {
    display: inline-block;
}

.he_b1p2ti .g_margin2 {
    margin-bottom: 0px;
}

.he_b1p2ti .g_title2 {
    font-weight: bold;
}


.he_b1p3 {
    width: 100%;
    position: relative;
}

.he_b1p3bx {
    width: 100%;
    position: relative;
}

.he_b1p3hr {
    width: 100%;
    position: relative;
}

.he_b1p3hr {
    margin-top: 40px;
}

.he_b1p3hp p {
    font-size: 16px;
    line-height: 1.875;
    color: #666666;
}

.he_b1p3hp {
    margin-bottom: 40px;
}

.he_b1p3ew {
    width: 100%;
    position: relative;
}

.he_b1p3ejb {
    width: 100%;
    position: relative;
    border: 1px solid #efefef;
    border-top: 2px solid #03447e;
    padding: 44px 20px 40px;
    transition: all 0.36s;
}

.he_b1p3eli {
    width: 16.666666%;
    padding: 0 12px;
    margin-bottom: 20px;
}

.he_b1p3eul {
    margin: 0 -12px;
}

.he_b1p3eig {
    width: 48px;
    position: relative;
    margin: 0 auto;
}

.he_b1p3epk p {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    text-align: center;
    transition: all 0.36s;
}

.he_b1p3epk {
    margin-top: 22px;
    margin-bottom: 15px;
    position: relative;
}

.he_b1p3epy {
    width: 100%;

}

.he_b1p3epy p {
    height: 4em;
    overflow: hidden;
}

.he_b1p3epk::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background: #e70012;
}

.he_b1p4bx {
    width: 100%;
    position: relative;
}

.he_b1p4ti .g_title2 {
    color: #fff;
    font-weight: bold;
}

.he_b1p4ti .g_sec1_title .g_title2::before,
.he_b1p4ti .g_sec1_title .g_title2::after {
    display: none;
}

.he_b1p4db {
    width: 100%;
    position: relative;
}

.he_b1p4dle {
    width: 20px;
    line-height: 48px;
}

.he_b1p4dle img {
    width: 100%;
}

.he_b1p4dri p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    line-height: 48px;
}

.he_b1p4dw {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 35px;
}

.he_b1p4dri {
    padding-left: 20px;
}

.he_b1p4dli {
    margin-right: 60px;
    margin-bottom: 15px;
}

.he_b1p5 {
    width: 100%;
    position: relative;
}

.he_b1p5bx {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.he_b1p5ble,
.he_b1p5bri {
    width: 50%;
    position: relative;
}

.he_b1p5bri img {
    width: 100%;
}

.he_b1p5blsb {
    width: 100%;
    position: relative;
    padding-right: 27%;
}

.he_d1ym .he_navigali {
    width: 20%;
}

.he_d1p1 {
    width: 100%;
    position: relative;
}

.he_d1p1bx {
    width: 100%;
    position: relative;
}

.he_d1p1ti {
    display: inline-block;
}

.he_d1p2 {
    width: 100%;
    position: relative;
}

.he_d1p2wd {
    width: 100%;
    position: relative;
    box-shadow: 0px 8px 30px 0px rgba(3, 68, 126, 0.08);
    background: #fff;
}


.he_d1p2ws {
    width: 100%;
    position: relative;
}

.he_d1p2wkc p {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.he_d1p2wkc {
    padding: 22px 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.he_d1p2wkc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #03447e;
    transition: all 0.36s;
    opacity: 0;
}

.he_d1p2wli {
    min-width: 16.666666%;
    padding-right: 15px;
}

.he_d1p2wli:last-child {
    padding-right: 0;
}


.he_d1p2wli.act .he_d1p2wkc::after {
    opacity: 1;
    width: 100%;
}

.he_d1p2 {
    padding-top: 0 !important;
}


.he_d1p2go {
    width: 100%;
    position: relative;
}

.he_d1p2gb {
    width: 100%;
    position: relative;
    margin-top: 80px;
}

.he_d1p2gn p {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}

.he_d1p2gix {
    margin-top: 50px;
}

.he_d1p2gix {
    text-align: center;
}

.he_d1p2gix img {
    max-width: 100%;
}

.he_d1p2k1 {
    width: 100%;
    position: relative;
}

.he_d1p2kli {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.he_d1p2kul {
    margin: 0 -10px;
}

.he_d1p2kdy {
    width: 100%;
    position: relative;
}

.he_d1p2dnli {
    display: none;
}

.he_d1p2dnli:first-child {
    display: block;
}

.he_d1p2gn h5 {
    color: #03447e;
    margin-top: 30px;
    margin-bottom: 16px;
}

.he_d1p2dwa {
    position: relative;
    width: 100%;
    padding-top: 15px;
}

.he_d1p2kli {
    width: 11.111111%;
    padding: 0 7px;
}

.he_d1p2kyi {
    width: 100%;
    position: relative;
}

.he_d1p2kul {
    margin: 0 -7px;
}

.he_d1p2kwq p {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 0;
    max-height: 3.4em;
    overflow: hidden;
}

.he_d1p2kwq {
    padding: 12px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.yxedr_active ul {
    padding-left: 0;
}

.yxedr_active ul li {
    position: relative;
    padding-left: 14px;
}

.yxedr_active ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #03447e;
    border-radius: 50%;
}

.he_d1p2dr2 {
    width: 100%;
    position: relative;
    z-index: 1;
}

.he_d1p2dr2 {
    padding: 80px 0 40px;
    position: relative;
}

.he_d1p2dr2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #efefef;
    z-index: -1;
}

.he_d1p2drti p {
    font-size: 20px;
    line-height: 1.5;
    color: #03447e;
    font-weight: bold;
}


.he_d1p2wul {
    margin: 0 -50px;
    display: flex;
    flex-wrap: wrap;
}

.he_d1p2oli {
    width: 50%;
    padding: 0 50px;
    margin-bottom: 40px;
}

.he_d1p2wlh {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 22px 80px;
}

.he_d1p2wele {
    width: 30px;
    position: relative;
}


.he_d1p2weri {
    width: calc(100% - 30px);
    padding-left: 35px;
}

.he_d1p2weri p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    height: 1.5em;
    overflow: hidden;
}

.he_d1p2dr3 {
    width: 100%;
    position: relative;
    margin-top: 80px;
}

.he_d1p2dsig {
    width: 100%;
    position: relative;
}

.he_d1p2dsig img {
    width: 100%;
}


.he_d1p1ti .g_title2 {
    font-weight: bold;
}

.he_d1p1gz h5 {
    font-weight: bold;
    color: #333333;
}

.g_sec1_bot .g_title4 {
    height: 2.8em;
    overflow: hidden;
}

.g_sec1_bot p {
    height: 3.4em;
    overflow: hidden;
}

.he_syp2 {
    width: 100%;
    position: relative;
}

.g_sec2nrbj {
    width: 100%;
    height: 740px;
}

.g_sec2nrbj img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.he_gec2li a {
    display: block;
    position: relative;
}

.he_gec2li {
    display: none;
}

.he_gec2li:first-child {
    display: block;
}

.g_sec2nrwz {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 8%;
}

.he_titpk .g_title3 {
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
}

.he_syp2nc {
    width: 502px;
    position: relative;
}

.he_titpl p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    /* height: 1.5em; */
    overflow: hidden;
}

.he_titpl {
    margin-top: 28px;
}

.g_botton1fr {
    width: 14px;
}

.g_botton1fr img {
    width: 100%;
}

.g_botton1 {
    display: inline-block;
    padding: 16px 26px;
    position: relative;
    background: #03447e;
}

.g_botton1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #e5060e;
}

.g_botton1fl {
    font-size: 14px;
    padding-right: 18px;
    color: #fff;
}

.g_botton1 {
    margin-top: 60px;
}

.he_sec2qh {
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: 10;
    padding: 0 8%;
}

.he_sec2qg {
    width: 14px;
    cursor: pointer;
}

.he_sec2qg img {
    width: 100%;
}

.g_sec2nr {
    position: relative;
    width: 100%;
}

.he_sec2qy {
    width: 90px;
    position: relative;
    z-index: 10;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.he_sec2qy::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.he_sec3op .g_title4 {
    height: 1.5em;
    line-height: 1.5;
    overflow: hidden;
    /* font-weight: normal; */
}

.he_sec3np p {
    /* max-height: 5.4em; */
    overflow: hidden;
}

.g_sec3nrbj {
    width: 100%;
    height: 515px;
}

.g_sec3nrbj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_sec3_botbj {
    width: 100%;
    height: 187px;
}

.g_sec3_botbj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots li.slick-active {
    background: #03447e;
}

.g_sec1_ul .slick-dots {
    bottom: -50px;
}



.he_b2p2.on .he_b2p2bj {
    transform: scale(1.1);
}

.he_c2ym .he_c2p2 {
    padding-top: 0;
}

.he_c3ym .he_b1p2 {
    padding-top: 0;
}

.he_c3ym .he_b1p2ig {
    width: 50%;
}

.he_b1p3eig img {
    transition: all 0.36s;
}

.he_b1p3eig .he_img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.he_c3ym .he_b1p2bx {
    position: relative;
}

.he_b1p2gle,
.he_b1p2gri {
    width: 50%;
    position: relative;
}

.he_b1pxg {
    width: 100%;
    background: #efefef;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.he_b1p2gjx {
    width: 100%;
    position: relative;
    padding-left: 14%;
    padding-right: calc(50vw - 600px);
    padding-top: 30px;
    padding-bottom: 30px;
}

.he_b1p2wr {
    width: 100%;
}

.he_wxym .ys_hd_pc {
    box-shadow: 0px 10px 30px 0px rgba(3, 68, 126, 0.08);
}

.he_wxym .ys_main {
    padding-top: 80px;
}

.he_wxp1 {
    position: relative;
    width: 100%;
}

.he_wxp1bx {
    width: 100%;
    position: relative;
}

.he_bred {
    width: 100%;
    position: relative;
}

.he_bredli a,
.he_bredli {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}

.he_bredli {
    padding-right: 9px;
}

.he_bredli a {
    margin-right: 5px;
    display: inline-block;
    transition: all 0.36s;
}

.he_wxp1bf {
    width: 100%;
    position: relative;
}

.he_wxp1ti {
    width: 100%;
    margin-top: 20px;
}

.he_wxp1ig {
    width: 100%;
    text-align: center;
    margin-top: 45px;
}

.he_wxp1ig img {
    max-width: 100%;
}

.he_wxp1xh {
    width: 100%;
    position: relative;
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.he_wxp1xul {
    /* margin: 0 -14px; */
    display: flex;
    flex-wrap: wrap;
    background: #e0ecf6;
    border: 1px dashed #03447e;
    padding: 32px 22px 17px;
}

.he_wxp1xli {
    width: 20%;
    min-width: 230px;
    padding: 0 14px;
    text-align: center;
    margin-bottom: 15px;
}

.he_wxp1xli a {
    width: 100%;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
    font-size: 20px;
    line-height: 75px;
    height: 75px;
    overflow: hidden;
    padding: 0 15px;
    color: #666666;
}

.he_h1p1bx .he_b3p1ti {
    text-align: left;
}

.he_b4p1 {
    width: 100%;
    position: relative;
}

.he_b4p1bx {
    width: 100%;
    position: relative;
}

.he_b4p1sk {
    width: 100%;
    position: relative;
}

.he_b4p1skp1 p {
    font-size: 16px;
    line-height: 1.875;
    color: #000003;
}

.he_b4p1skp2 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.he_b4p1skli {
    width: 33.333333%;
    padding: 0 40px;
    margin-bottom: 20px;
}

.he_b4p1sker {
    width: 100%;
    position: relative;
}

.he_b4p1skeg {
    width: 100%;
    position: relative;
    padding: 65px 0;
}

.he_b4p1sbor {
    width: 150px;
    height: 150px;
    position: relative;
    padding: 20px;
    border-radius: 50%;
    margin: 0 auto;
}

.he_b4p1sbor::after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 10px solid #03447e;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    border-top: none;
}

.he_b4p1sbor::before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #f2f2f2;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    border-bottom: none;
}

.he_b4p1sbyo {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
}

.he_b4p1sbyo img {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_b4p1skm p {
    font-size: 16px;
    line-height: 1.5;
    color: #000003;
    font-weight: bold;
    text-align: center;
}

.he_b4p1skm {
    width: 100%;
    margin-top: 15px;
}

.he_b4p1skp3 {
    width: 100%;
    position: relative;
}

.he_b4p1sati p {
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
}

.he_b4p1skaz p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 25px;
}

.he_b4p1skaz p:last-child {
    margin-bottom: 0;
}

.he_b4p1skaz {
    margin-top: 30px;
}

.he_b4p2 {
    width: 100%;
    position: relative;
    background: no-repeat;
}

.he_b4p2bx {
    width: 100%;
}


.he_b4p1 {
    padding-bottom: 0 !important;
}

.he_b4p2fkl {
    width: 100%;
    margin-top: 58px;
}

.he_b4p2feli {
    width: 33.333333%;
    padding: 0 46px;
    margin-bottom: 45px;
}

.he_b4p2feul {
    margin: 0 -46px;
}

.he_b4p2feg {
    position: relative;
    width: 100%;
}

.he_b4p2fdm {
    max-width: 100%;
    /* display: inline-block; */
}

.he_b4p2fdri {
    width: 24px;
}

.he_b4p2fdri img {
    width: 100%;
}

.he_b4p2fdle {
    width: calc(100% - 24px);
    padding-right: 25px;
}

.he_b4p2fdle p {
    font-size: 18px;
    line-height: 1.5;
    /* height: 1.5em; */
    overflow: hidden;
    color: #03447e;
    font-weight: bold;
}

.he_b4p2fig {
    width: 100%;
    margin-top: 26px;
}

.he_b4p2fig img {
    width: 100%;
}

.he_b4p1skli.on .he_b4p1sbor::before {
    border-color: #03447e;
}

.he_b4p1skli.on .he_b4p1sbor::after {
    border-color: #f2f2f2;
}

.he_d5p1 {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.he_d5p1pc {
    width: 100%;
    position: relative;
}

.he_d5p1pj {
    width: 100%;
    position: relative;
}

.he_d5p1pji {
    width: 100%;
    pointer-events: none;
    position: relative;
    z-index: 10;
}

.he_d5p1pji img {
    width: 100%;
}

.he_d5p1je {
    position: absolute;
    top: 0;
    left: 0;
    width: 30.6%;
    background: #e0ecf6;
    border: 1px dashed #03447e;
    padding: 32px 22px 17px;
}

.he_d5p1yx {
    width: 77.6%;
    position: absolute;
    /* bottom: 6px; */
    top: 83%;
    right: 0;
    background: #e0ecf6;
    border: 1px dashed #03447e;
    display: flex;
    flex-wrap: wrap;
    padding: 32px 35px 17px;
}

.he_d5p1yx .he_wxp1xli {
    min-width: auto !important;
    width: 33.333333%;
}

.he_d5p1je .he_wxp1xli {
    width: 100%;
}

.he_d5p1ph {
    width: 100%;
    position: relative;
    display: none;
}



/* helen end */


/* 2022.3.1.sumi */
.he_naviga {
    position: relative;
    z-index: 10;
}

.ys_footer {
    position: relative;
    z-index: 10;
}

.s_d4 .he_navigali {
    width: 20%;
}

.s_pra p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.s_cen {
    text-align: center;
}

.s_d4tit {
    overflow: hidden;
}

.s_d4tit h2 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}

.s_d4tit h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37%;
    height: 2px;
    background: #e60012;
}

.s_d4tit h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 63%;
    height: 2px;
    background: #03447e;
}

.s_d4li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 100px;
}

.s_d4li:last-child {
    margin-bottom: 0;
}

.s_d4lig {
    width: 51%;
}

.s_d4lig img {
    width: 100%;
}

.s_d4lir {
    width: 49%;
    padding-left: 80px;
}

.s_d4lirtit .g_title3 {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 33px;
}

.s_d4lirtit .g_title3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #e60012;
    z-index: 3;
}

.s_d4lirtit .g_title3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54px;
    height: 2px;
    background: #03447e;
}

.s_d4lirwz {
    margin-bottom: 26px;
}

.s_more {
    background-color: #03447e;
    padding: 0 30px;
    position: relative;
    display: inline-block;
}

.s_more::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}

.s_morel {
    width: calc(100% - 14px);
    padding-right: 16px;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
}

.s_morer {
    width: 14px;
    line-height: 44px;
}

.s_morer img {
    width: 100%;
}

.s_d4li.on {
    flex-direction: row-reverse;
}

.s_d4li.on .s_d4lir {
    padding-left: 0;
    padding-right: 80px;
}

.s_d4cont {
    padding-bottom: 25px;
}

.s_e1 .he_navigali,
.s_e2 .he_navigali,
.s_e3 .he_navigali {
    width: 25%;
}

.s_e1bjq {
    width: 100%;
}

.s_e1bjq img {
    width: 100%;
}

.s_e1bjqsj {
    width: 100%;
}

.s_e1bjqsj img {
    width: 100%;
}

.s_e1bjqsj {
    display: none;
}

.s_e2 .s_d4tit h2 {
    min-width: 211px;
}

.s_e3nr {
    margin-bottom: 40px;
}

.s_e3nrp p {
    font-size: 20px;
    color: #666;
    line-height: 1.75;
    font-weight: bold;
}

.s_e3nrp {
    padding-bottom: 17px;
}

.s_e3ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.s_e3li {
    width: 50%;
    margin-bottom: 14px;
}

.s_e3li p {
    position: relative;
    padding-left: 27px;
}

.s_e3li p::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(3, 68, 126);
    position: absolute;
    top: 10px;
    left: 0;
}

.s_f1 .he_navigali,
.s_f2 .he_navigali {
    width: 33.333333%;
}

.s_f1litop .s_d4tit {
    width: 70%;
}

.s_more2 {
    margin-top: 16px;
}

.s_more2 a {
    display: inline-block;
}

.s_more2l {
    width: calc(100% - 14px);
    font-size: 14px;
    line-height: 1.75;
    color: #023e7a;
    padding-right: 16px;
}

.s_more2r {
    width: 14px;
    line-height: 22px;
}

.s_more2r img {
    width: 100%;
}

.s_f1libot {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -19px;
}

.s_f1libotli {
    width: 33.333333%;
    padding: 0 19px;
    margin-bottom: 28px;
}

.s_f1new {
    background-color: #fff;
    box-shadow: 0px 19px 28px 0px rgba(175, 175, 175, 0.24);
    height: 100%;
    position: relative;
}

.s_f1new::before {
    content: '';
    width: 0%;
    height: 5px;
    background-color: #03447e;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}

.s_f1new::after {
    content: '';
    width: 0%;
    height: 5px;
    background-color: #e60012;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}

.s_f1newig {
    width: 100%;
}

.s_f1newz {
    padding: 25px 45px 50px 30px;
    transition: all .36s;
}

.s_f1newtime {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    font-weight: bold;
}

.s_f1newtit {
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 18px;
    transition: all .36s;
}

.s_f1newp p {
    font-size: 14px;
    color: #999;
    line-height: 1.75;
}

.s_f1newp {
    height: 49px;
    overflow: hidden;
}

.s_f1li {
    margin-bottom: 50px;
}

.s_f1li:last-child {
    margin-bottom: 0;
}

.s_f2 .s_d4tit {
    margin-bottom: 55px;
}

.s_f2 .s_f1libotli {
    margin-bottom: 66px;
}

.s_f1libotli.on .s_f1newig {
    display: none;
}

.s_f1libotli.on .s_f1newz {
    padding: 48px 45px 50px 30px;
}

.pc_fenye li {
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    line-height: 36px;
    color: #666;
    margin: 0px 10px;
    border-radius: 0;
}

.pc_fenye li.activepage {
    color: #03447e;
    border: 1px solid rgb(3, 68, 126);
    background-color: transparent;
}

.next li,
.prev li {
    margin: 0 7px;
}

.first li,
.end li {
    margin: 0 0px;
}

.s_f2 .fenye {
    padding-top: 26px;
}

.ys_phfyfl a {
    font-size: 16px;
    line-height: 1.75;
    color: #03447e;
}

.s_f3 .ys_hd_pc {
    box-shadow: 0px 10px 30px 0px rgba(3, 68, 126, 0.08);
}

.s_f3 .ys_main {
    margin-top: 80px;
}

.s_mbx {
    display: flex;
    align-items: center;
}

.s_mbxnr a {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    transition: all .36s;
}

.s_mbxnr {
    position: relative;
    margin-right: 25px;
}

.s_mbxnr::before {
    content: '>';
    color: #666;
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
}

.s_mbxnr:last-child::before {
    display: none;
}

.s_f3tit {
    margin-top: 28px;
    margin-bottom: 30px;
}

.s_f3top {
    padding-bottom: 17px;
    margin-bottom: 38px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.102);
}

.s_f3topli {
    margin-right: 55px;
}

.s_f3topliwz p {
    color: #999;
}

.s_f3topliwz {
    width: calc(100% - 14px);
    padding-left: 15px;
}

.s_f3toplig {
    width: 14px;
    line-height: 25px;
}

.s_f3toplig img {
    width: 100%;
}

.s_f3bot {
    position: relative;
    margin-top: 80px;
}

.s_f3botli a {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    transition: all .36s;
}

.s_f3botli {
    max-width: 47%;
    height: 28px;
    overflow: hidden;
}

.s_f3botig {
    width: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s_f3botig img {
    width: 100%;
}

.s_g1 .he_navigali,
.s_g2 .he_navigali,
.s_g5 .he_navigali {
    width: 25%;
}

.s_banxl {
    display: inline-block;
    width: 146px;
    margin-top: 90px;
}

.s_banxl .ys_select_hd {
    background-color: #03447e;
    position: relative;
    height: 46px;
}

.s_banxl .ys_select_hd::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}

.s_banxl .ys_select_show {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 40px;
    line-height: 46px;
}

.s_banxl .ys_select_show::placeholder {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.s_banxl .iconfont {
    color: #fff;
    font-size: 14px;
}

.s_banxl .ys_select_xtbbox {
    right: 20px;
}

.s_banxl .ys_select_li a {
    font-size: 14px;
    color: #023e7a;
    line-height: 1.75;
    display: block;
}

.s_banxl .ys_select_bd {
    padding: 5px 10px;
    max-height: 84px;
}

.s_banxl .ys_select_bd .mCSB_scrollTools {
    visibility: visible;
}

.s_banxl .ys_select_hd.on .ys_select_xtbbox {
    transform: translateY(-50%) rotate(180deg);
}

.s_banxl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.s_banxl .mCSB_outside+.mCSB_scrollTools .mCSB_draggerContainer {
    top: 5px;
    bottom: 5px;
}

.s_g1ig {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.s_g1ig img {
    width: 100%;
}

.s_g1ig video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s_g1xz {
    margin: 0 -6px;
}

.s_g1xznr {
    width: 25%;
    padding: 0 6px;
}

.s_g1xznr .he_navigali {
    width: 100%;
}

.s_g1xznr .he_navigali a {
    background-color: rgba(3, 68, 126, 0.102);
    border: 1px solid rgba(3, 68, 126, 0.102);
}

.s_g1xznr.on .he_navigali a {
    background: #03447e;
    color: #fff;
    border-color: #03447e !important;
}

.s_g1ul {
    margin-top: 35px;
}

.s_g1litop,
.s_g1litopl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s_g1litop {
    padding: 32px 90px 32px 60px;
    background-color: rgb(246, 246, 246);
    position: relative;
    cursor: pointer;
}

.s_g1litop::before {
    content: '';
    width: 2px;
    height: 61%;
    background-color: #03447e;
    position: absolute;
    bottom:0;
    left: 0;
}

.s_g1litop::after {
    content: '';
    width: 2px;
    height: 39%;
    background-color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}

.s_g1litopr {
    width: 16px;
}

.s_g1litopr img {
    width: 100%;
    transition: all .36s;
}

.s_g1litopl {
    width: calc(100% - 16px);
    padding-right: 20px;
}

.s_g1litoptit p {
    font-size: 20px;
    color: #333;
    line-height: 1.75;
}

.s_g1litoptit {
    width: 74.5%;
    height: 35px;
    overflow: hidden;
}

.s_g1litopp {
    width: 25.5%;
    height: 28px;
    overflow: hidden;
}

.s_g1libot {
    padding: 38px 60px 35px;
    display: none;
}

.yxedr_active h5 {
    font-size: 20px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 14px;
}

.s_g1libjq h5 {
    color: #666;
}

.s_g1libjq p {
    margin-bottom: 2px;
}

.s_g1libjq a {
    color: #666;
}

.s_g1libjq {
    padding-bottom: 25px;
}

.s_g1li {
    margin-bottom: 30px;
}

.s_g1litopr.act img {
    transform: rotate(180deg);
}

.s_g1 .s_fenye {
    padding-top: 50px;
}

.s_g5c1l {
    width: 62.5%;
    padding-right: 180px;
}

.s_g5c1lnr {
    background-color: #03447e;
    padding: 73px 75px 109px;
}

.s_g5c1ltit {
    overflow: hidden;
}

.s_g5c1ltit .g_title3 {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.s_g5c1ltit .g_title3::before {
    content: '';
    width: 46px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.s_g5c1lp p {
    color: #fff;
    opacity: 0.7;
}

.s_g5c1r {
    width: 37.5%;
    box-shadow: 0px 6px 26.68px 2.32px rgba(3, 68, 126, 0.11);
}

.s_g5c1rtop {
    background-color: #03447e;
    padding: 8.5px 20px;
}

.s_g5c1rtop p {
    font-size: 18px;
    color: #fff;
    line-height: 1.75;
}

.s_g5c1rbot {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.s_g5c1rli {
    width: 50%;
    background-color: #fff;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    border-right: 1px solid rgba(153, 153, 153, 0.2);
    padding: 30px 20px 23px;
    overflow: hidden;
}

.s_g5c1rli.on {
    border-right: 1px solid transparent;
}

.s_g5c1rlig {
    width: 47px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.s_g5c1rliwz p {
    font-size: 18px;
    color: #03447e;
    line-height: 1.75;
    font-weight: bold;
}

.s_g5c1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s_g5cont1 {
    position: relative;
}

.s_g5c1bg {
    width: 100%;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
}

.s_g5c1bg img {
    width: 100%;
}

.s_g5cont1 .ys_cont1200 {
    position: relative;
    z-index: 5;
}

.s_g5c2ul {
    margin: 0 -19px;
}

.s_g5c2li {
    padding: 0 19px;
    display: none;
}

.s_g5c2li.act {
    display: block;
}

.s_g5c2ul .slick-list {
    overflow: visible;
}

.s_g5c2linr {
    box-shadow: 0px 12px 22.08px 1.92px rgba(3, 68, 126, 0.14);
    position: relative;
}

.s_g5c2linr::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.102;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.s_g5c2linr .ys_imgbox_cover {
    width: 100%;
}

.s_g5c2liwz {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 5;
}

.s_g5c2liwz p {
    font-size: 24px;
    color: #fff;
    line-height: 1.75;
    font-weight: bold;
}

.s_g5c2ul .slick-list {
    padding-bottom: 131px;
}

.s_g5c2li.on {
    margin-top: 30px;
}

.s_g4 .g_center {
    position: relative;
}

.s_g4bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.s_g4bg img {
    width: 100%;
}

.s_g4cont1 {
    position: relative;
    z-index: 5;
}

.s_g4c1tit {
    margin-bottom: 33px;
}

.s_g4c1tit .g_title2 {
    color: #fff;
    font-weight: bold;
}

.s_g4c1p p {
    color: #fff;
}

.s_g4c1p {
    margin-bottom: 32px;
}

.s_g4c1video {
    position: relative;
    overflow: hidden;
}

.s_g4c1video::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
}

.s_g4c1video img {
    width: 100%;
    transition: all .36s;
}

.s_g4c1video video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
}

.s_g4c1an {
    width: 112px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.s_g4c1an img {
    width: 100%;
    transition: all .36s;
}

.s_g4c1video.on img {
    opacity: 0;
}

.s_g4c1video.on::before {
    opacity: 0;
}

.s_g4c2 .slick-track {
    display: flex;
    align-items: flex-end;
}

.s_g4c2 {
    margin: 0 -15px;
}

.s_g4c2li {
    width: auto !important;
    padding: 0 15px;
    display: none;
}

.s_g4c2li.on {
    display: block;
}



.s_g4c2 .slick-dots li,
.s_g5c2ul .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: rgb(3, 68, 126);
    opacity: 0.502;
    margin: 0 10px;
}

.s_g4c2 .slick-dots li.slick-active,
.s_g5c2ul .slick-dots li.slick-active {
    opacity: 1;
}

.s_g4c2 .slick-dots {
    bottom: -60px;
}

.s_g4cont2 {
    padding-bottom: 40px;
}

.s_g2c1p p {
    font-size: 20px;
    color: #666;
    line-height: 1.75;
}

.s_g2c1botr {
    width: 62.5%;
}

.s_g2c1botr img {
    width: 100%;
}

.s_g2c1botl {
    width: 37.5%;
    padding-right: 20px;
    padding-top: 50px;
}

.s_g2c1botit .g_title3 {
    font-weight: bold;
    display: inline-block;
    padding-bottom: 30px;
}

.s_g2c1botit {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.s_g2c1botit::before {
    content: '';
    width: 281px;
    height: 1px;
    background-color: rgb(46, 51, 107);
    opacity: 0.051;
    position: absolute;
    bottom: 0;
    left: 0;
}

.s_g2c1botnum {
    font-size: 100px;
    color: #999;
    line-height: 1.2;
    position: absolute;
    top: -65px;
    right: -54%;
    opacity: 0.1;
    font-weight: bold;
}

.s_g2c1botli p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}

.s_g2c1botlul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.s_g2c1botli {
    width: 51%;
    padding-right: 20px;
    margin-bottom: 12px;
}

.s_g2c1botli.on {
    width: 65%;
}

.s_g2 .g_center {
    position: relative;
}

.s_g2 .g_center::before {
    content: '';
    width: 43.5%;
    height: 730px;
    background-color: rgb(248, 249, 250);
    position: absolute;
    top: -30px;
    right: 0;
}

.s_g2cont1 {
    position: relative;
    z-index: 5;
    padding-bottom: 160px;
}

.s_g2cont2 .s_g2c1botr {
    float: left;
}

.s_g2cont2 .s_g2c1botl {
    padding-right: 0;
    padding-left: 165px;
}

.s_g2cont2 .s_g2c1botli {
    width: 100%;
}

.s_g2cont2 .s_g2c1botli.on {
    width: 100%;
}

.s_g2cont2 {
    padding-top: 100px;
    position: relative;
    margin-bottom: 100px;
    z-index: 5;
}

.s_g2cont2::before {
    content: '';
    width: 100%;
    height: calc(100% - 35px);
    background-color: rgb(248, 249, 250);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.s_g2cont2 .ys_cont1200 {
    position: relative;
    z-index: 5;
}

.s_g2cont3 {
    position: relative;
    margin-bottom: 147px;
    z-index: 5;
}

.s_g2cont5 {
    margin-bottom: 0;
}

.s_g2cont4 .s_g2c1botlul .s_g2c1botli,
.s_g2cont5 .s_g2c1botlul .s_g2c1botli {
    width: 100%;
}

.s_g2c1bg1,
.s_g2c1bg2,
.s_g2c1bg3 {
    width: 134px;
    position: absolute;
    z-index: -1;
}

.s_g2c1bg1 img,
.s_g2c1bg2 img,
.s_g2c1bg3 img {
    width: 100%;
}

.s_g2c1bg1 {
    top: 14%;
    right: 14%;
}

.s_g2c1bg2 {
    bottom: 0;
    left: 9%;
}

.s_g2c1bg3 {
    bottom: -17%;
    left: 38%;
}

.s_g2cont4 .s_g2c1bg3 {
    top: 20px;
    bottom: inherit;
    left: 14%;
}

/* 2022.3.1.sumi-end */


.he_down {
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #fff;
    border-top: 1px solid #dfdede;
    text-align: center;
    display: none;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}

.he_dowbx {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.he_dowli a {
    position: relative;
    z-index: 1;
    line-height: 20px !important;
    padding: 20px 0 !important;
    font-size: 16px;
    color: #333333;
    white-space: normal;
    display: inline-block;
    transition: all 0.36s;
}

.he_dowli a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #03447e;
    transition: all 0.36s;
    opacity: 0;
}

.he_dowli {
    margin: 0;
    padding: 0 30px;
    transition: all 0.36s;
}

.g_nav_title a {
    transition: all 0.36s;
    position: relative;
}

.g_nav_title a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background: #03447e;
    transition: all .36s;
    opacity: 0;
}

.g_navli.yxnav_active1 .g_nav_title a {
    color: #03447e;
}

.g_navli.yxnav_active1 .g_nav_title a::after {
    width: 100%;
    opacity: 1;
}

.he_dowli.yxnav_active2 a {
    color: #03447e;
}

.he_dowli.yxnav_active2 a {
    color: #03447e;
}

.he_dowli.yxnav_active2 a::after {
    width: 100%;
    opacity: 1;
}

.g_menuimg img {
    transition: all 0.36s;
}

.g_menuimg .he_imgh1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.g_menuimg .he_imgh2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    opacity: 0;
}

.g_menu.on .g_menuimg .he_imgh1 {
    opacity: 0;
}

.g_menu.on .g_menuimg .he_imgh2 {
    opacity: 1;
}

.he_downw {
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
    height: calc(100% - 80px);
    z-index: 999;
    display: none;
    border-top: 1px solid #eeeeee;
    transition: top 0.36s;
}

.he_downwbx {
    width: 100%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}



.he_downtp .he_fonati a {

    font-weight: bold;

    color: #333;

    position: relative;

}



.he_downtp .he_fonati a::after {

    content: '';

    position: absolute;

    bottom: -10px;

    left: 0;

    width: 16px;

    height: 1px;

    background: #03447e;

}



.he_downtp .he_fonatfh a {

    font-size: 16px;

    line-height: 36px;

    color: #333333;

}



.he_downtp .he_fonati {

    margin-bottom: 17px;

}



.he_downtp {

    width: 100%;

    border-bottom: 2px solid #e5e5e5;

    padding-bottom: 90px;

}



/* .he_downtp .he_fonali {

    margin-right: 169px;

} */

.he_downtp .he_fonali {

    margin-right: 132px;

}



.he_downtp .he_fonali:last-child {

    margin-right: 0 !important;

}



.he_serdo {

    margin-top: 43px;

    margin-bottom: 53px;



}



.he_serdoin {

    width: 390px;

    height: 46px;

    border: 1px solid #e3e3e3;

    border-radius: 50px;

    position: relative;

}



.he_serdoin input {

    width: 100%;

    height: 100%;

    padding-left: 24px;

    padding-right: 50px;

    font-size: 14px;

    color: #999999;

}



.he_serig {

    width: 22px;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 22px;

    z-index: 10;

    cursor: pointer;

}



.he_sylaj {

    width: 100%;

    position: relative;

}



.he_sylajli {

    width: 33.333333%;

    padding: 0 7px;

}



.he_sylajul {

    margin: 0 -7px;

}



.he_sylaig {

    width: 100%;

    position: relative;

}



.he_sylaite p {

    font-size: 16px;

    line-height: 48px;

    color: #333333;

    height: 48px;

    overflow: hidden;

    font-weight: bold;

    text-align: center;

}



.he_fonatfh .yxnav_active2 {

    color: #03447e !important;

}



.he_henavli.yxnav_active1 a {

    color: #03447e !important;

}



.he_syp6 {

    width: 100%;

    position: relative;

}



.he_floter {

    width: 100%;

    position: relative;

    background: #ffffff;

    box-shadow: 0px 5px 50px 0 rgba(0, 0, 0, 0.05);

}



.he_fotp {

    width: 100%;

    background: #fff;

    padding: 45px 86px 35px;

}



.he_fotbp {

    background: #158b2d;

    padding: 7px 86px 7px;

    width: 100%;

}



.he_fotpri {

    width: 94px;

}



.he_fotple {

    width: calc(100% - 94px);

}



.he_fonati a {

    font-size: 18px;

    line-height: 30px;

    color: #333333;

}



.he_fonatfh a {

    font-size: 14px;

    line-height: 24px;

    color: #999999;

    display: block;

    transition: all 0.36s;

}



.he_fonati {

    margin-bottom: 10px;

}



.he_fonali {

    margin-right: 132px;

}



.he_fonali:last-child {

    margin-right: 0;

}



.he_fotsher {

    width: 100%;

    position: relative;

}



.he_fotshn {

    position: relative;

    width: 22px;

}



.he_fotshn img {

    width: 100%;

}



.he_fotshn a {

    position: absolute;

    width: 100%;

    height: 100% !important;

    display: block;

    background: none !important;

    left: 0;

    top: 0;

    z-index: 5;

}



.he_fotshn a {

    padding-left: 0 !important;

}



.he_navbtic.on .he_img {

    opacity: 0;

}



.he_navbtic.on .he_img1 {

    opacity: 1;

}

.ys_ban_li.slick-current .ys_ban_title {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.3s;
}

.ys_ban_li.slick-current .g_play {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.3s;
}

.he_b1p1ti {
    overflow: hidden;
}

.ys_phnav_haschild.yxnav_active2>.ys_phnav_lisbox a {
    color: #03447e;
}


.yxnav_active3>.ys_phnav_lisbox a {
    color: #03447e;
}

.ys_hd_pc.act {
    box-shadow: 0px 10px 30px 0px rgba(3, 68, 126, 0.08);
}

.he_b2p4bx {
    max-width: 1920px;
    margin: 0 auto;
}

.he_b1p2gle img {
    width: 100%;
}

.s_g4bg {
    height: 47%;
}

.s_g4bg img {
    height: 100%;
    object-fit: cover;
}

.he_f2bx .he_navigali {
    width: 16.666666%;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {

    /* helen star */
    .he_dowli a:hover::after {
        width: 100%;
        opacity: 1;
    }

    .he_dowli a:hover {
        color: #03447e;
    }

    .g_nav_title a:hover::after {
        width: 100%;
        opacity: 1;
    }

    .g_nav_title a:hover {
        color: #03447e;
    }

    .he_navigali a:hover {
        background: #03447e;
        color: #fff;
        border-color: #03447e !important;
    }

    /* .he_c2p2bsw:hover {
        transform: rotateY(360deg);
    } */

    /* helen end */
    .g_sec1_li a:hover::before {
        width: 37%;
    }

    .g_sec1_li a:hover::after {
        width: 100%;
    }

    .g_sec1_li a:hover .ys_imgbox_cover img {
        transform: scale(1.05);
    }

    .g_sec1_li a:hover .g_title4 {
        color: #03447e;
    }

    .he_b2p1dj:hover .he_b2p1dis img {
        transform: scale(1.06);
    }

    .he_b1p3ejb:hover {
        background: #03447e;
    }

    .he_b1p3ejb:hover .he_b1p3eig .he_img2 {
        opacity: 1;
    }

    .he_b1p3ejb:hover .he_b1p3eig .he_img1 {
        opacity: 0;
    }

    .he_b1p3ejb:hover .he_b1p3epk p {
        color: #fff;
    }

    .he_bredli a:hover {
        color: #03447e;
    }

    .he_wxp1xli a:hover {
        color: #03447e;
    }

    .s_f1new:hover::after {
        width: 38.5%;
    }

    .s_f1new:hover::before {
        width: 100%;
    }

    .s_f1new:hover .s_f1newtit {
        color: #08417c;
    }

    .pc_fenye li:hover {
        color: #03447e;
        border: 1px solid rgb(3, 68, 126);
    }

    .s_mbxnr a:hover {
        color: #03447e;
    }

    .s_f3botli a:hover {
        color: #03447e;
    }

    .he_downtp .he_fonatfh a:hover {
        color: #03447e;
    }

    .he_c2p2bsw:hover .he_img {
        opacity: 0;
    }

    .he_c2p2bsw:hover .he_img1 {
        opacity: 1;
    }

    .he_c2p2bsw:hover .he_c2p2bic .he_img {
        opacity: 1;
    }

    .he_c2p2bsw:hover .he_c2p2bic .he_img1 {
        opacity: 0;
    }

    .he_c2p2bsw:hover .he_c2p2bix::after {
        background: #fff;
    }

    .he_c2p2bsw:hover .he_c2p2bix p {
        color: #fff;
    }
}

.he_c2p2bix p {
    transition: all 0.36s;
}

.he_c2p2bix::after {
    transition: all 0.36s;
}

.he_c2p2bic img {
    transition: all 0.36s;
}

.he_c2p2bic .he_c2p2bic .he_img {
    opacity: 0;
}

.s_g1xznr {
    margin-bottom: 12px;
}

.he_c1p1tmp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.he_c2p2big img {
    transition: all 0.36s;
}

.he_c2p2big .he_img1 {
    opacity: 0;
}

.he_d1ym .he_navigali {
    width: 33.333333%;
}

.he_c2ym .he_navigali {
    width: 33.333333%;
}

.he_sear {
    background: #ebebeb;
}

.he_sear .g_flex .g_serch {
    padding-top: 0;
    padding: 0 20px;
}

.s_d4 .he_navigali {
    width: 33.333333%;
}

.he_phmeks {
    width: 100%;
    text-align: center;
    margin-top: 26px;
}

.he_phmeks a {
    display: inline-block;
    background: #03447e;
    border-radius: 30px;
    line-height: 48px;
    padding: 0 56px;
    color: #fff;
    font-size: 16px;
}


.he_d1p2kym img:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
}

.he_d1p2kym img:nth-child(2) {
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.he_wxp1bf {
    padding-top: 40px;
}


.he_b2ym .he_b2p3 {
    padding-top: 0 !important;
}

.he_b2p4dm {
    width: 100%;
    position: relative;
    /* padding-top: 50px; */
}

.he_b2p4dmul {
    /* width: 100%; */
    /* display: flex; */
    margin: 0 -50px;
}

.he_b2p4dmli {
    width: 33.333333%;
    padding: 0 50px;
}

.he_b2p4dmqk {
    width: 100%;
}

.he_b2p4dmqk img {
    width: 100%;
}

.he_b2p4dmli.slick-slide {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    transition: all 0.36s;
}

.he_b2p4dmli.slick-current {
    transform: scale(1.1);
}

.he_b2p4dmul .slick-arrow {
    width: 36px;
    height: 36px;
    background: #00427e;
    border-radius: 50%;
    z-index: 10;
}

.he_b2p4dmul .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 19px;
    background-image: url(../images/xzakjn.svg);
    background-size: 100% 100%;
}

.he_b2p4dmul .slick-prev::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.he_b2p4dmul .slick-next {
    right: 32%;
}

.he_b2p4dmul .slick-prev {
    left: 32%;
}

.he_c1p1mkph {
    width: 100%;
    padding-top: 20px;
}

.he_c1p1mkph img {
    width: 100%;
}

.g_sec3_all {
    display: flex;
}

.g_nav_title a,
.g_fab a {
    padding: 0 16px;
    font-size: 14px;
}

/* en */
.he_b4p1sati p {
    font-size: 22px;
}

.he_b4p1skli {
    padding: 0 10px;
}

.he_b4p1skp2 {
    width: 1400px;
    max-width: 100%;
}

.he_b4p1skm p {
    font-size: 14px;
}

.he_b4p2fdle p {
    font-size: 14px;
}

.he_b2p1dul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.he_b2p1dj {
    height: 100%;
}

#container a{
    display: block;
    height: 100%;
}

#container a img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}