@charset "utf-8";

@font-face {
    font-family: "HelveticaNeueLTPro33ThEx";
    src: url("../fonts/helveticaneueltpro33thex.woff2") format("woff2"),
        url("../fonts/helveticaneueltpro33thex.woff") format("woff"),
        url("../fonts/helveticaneueltpro33thex.ttf") format("truetype"),
        url("../fonts/helveticaneueltpro33thex.eot") format("embedded-opentype"),
        url("../fonts/helveticaneueltpro33thex.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MONTSERRAT-LIGHT";
    src: url("../fonts/montserrat-light-6.woff2") format("woff2"),
        url("../fonts/montserrat-light-6.woff") format("woff"),
        url("../fonts/montserrat-light-6.ttf") format("truetype"),
        url("../fonts/montserrat-light-6.eot") format("embedded-opentype"),
        url("../fonts/montserrat-light-6.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MONTSERRAT-REGULAR";
    src: url("../fonts/montserrat-regular-8.woff2") format("woff2"),
        url("../fonts/montserrat-regular-8.woff") format("woff"),
        url("../fonts/montserrat-regular-8.ttf") format("truetype"),
        url("../fonts/montserrat-regular-8.eot") format("embedded-opentype"),
        url("../fonts/montserrat-regular-8.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MONTSERRAT-BOLD";
    src: url("../fonts/montserrat-bold-3.woff2") format("woff2"),
        url("../fonts/montserrat-bold-3.woff") format("woff"),
        url("../fonts/montserrat-bold-3.ttf") format("truetype"),
        url("../fonts/montserrat-bold-3.eot") format("embedded-opentype"),
        url("../fonts/montserrat-bold-3.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*1.21新增*/
@font-face {
    font-family: "HelveticaNeueLTPro-ThEx";
    src: url("../fonts/helveticaneueltpro-thex .woff2") format("woff2"),
        url("../fonts/helveticaneueltpro-thex .woff") format("woff"),
        url("../fonts/helveticaneueltpro-thex .ttf") format("truetype"),
        url("../fonts/helveticaneueltpro-thex .eot") format("embedded-opentype"),
        url("../fonts/helveticaneueltpro-thex .svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FUTURANEWDEMI";
    src: url("../fonts/futuranewdemi.woff.woff2") format("woff2"),
        url("../fonts/futuranewdemi.woff.woff") format("woff"),
        url("../fonts/futuranewdemi.woff.ttf") format("truetype"),
        url("../fonts/futuranewdemi.woff.eot") format("embedded-opentype"),
        url("../fonts/futuranewdemi.woff.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*2021.9.26 注释*/
 * {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif !important;
} 

.mc_cont1370 {
    width: 1370px;
    margin: 0 auto;
    max-width: 100%;
}

.mc_cont1400 {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
}

.mc_title30 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #124d9a;
    padding-left: 40px;
}

.mc_title30::before {
    content: "\e60a";
    position: absolute;
    left: -0.3em;
    top: 0;
    font-size: .6em;
    line-height: inherit;
    color: #333333;
}

.mc_title46 {
    position: relative;
    font-size: 46px;
    color: #28ac9f;
    line-height: 1.35;
    margin-bottom: 18px;
}

.mc_title46::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    line-height: inherit;
    width: 20px;
    height: 1.35em;
    background: url(../images/icon_title46.png) center / 20px 20px no-repeat;
}

.mc_title46_center {
    text-align: center;
    margin-bottom: 58px;
    padding: 0 !important;
}

.mc_title46_center::before {
    position: static;
    margin-right: 15px;
}

.mc_a1s3 {
    padding: 90px 0 40px;
}

.mc_title1830 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.mc_divider {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mc_divider_l {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 480px);
    border-right: 1px solid #f3f4f5;
    padding-right: 32px;
}

.mc_divider_r {
    display: table-cell;
    vertical-align: top;
    width: 480px;
    padding-left: 32px;
    padding-bottom: 36px;
}

.mc_divider_r .mc_title30 {
    margin-left: -32px;
}

.mc_bread_container {
    position: relative;
    z-index: 1;
    border-left: 1px solid #f3f4f5;
}

/*.mc_bread_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #f3f4f5;
}*/

.mc_bread_nav {
    padding: 18px 0;
}

.mc_bread_li {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.mc_bread_li:not(:last-child)::after {
    content: ">";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 8px;
}

.mc_bread_li:last-child a {
    color: #999 !important;
}

.mc_bread_a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    transition: all .36s ease;
}

.mc_news_s1 {
    padding-bottom: 100px;
}

.mc_news_titlebox {
    padding: 0 0 44px;
}

.mc_newss1_titlebox {
    border-left: 1px solid #f3f4f5;
}

.iconarr_next {
    display: inline-block;
    transform: rotate(180deg);
}

.iconarr2_prev {
    display: inline-block;
    transform: rotate(180deg);
}

.mc_newss1_top {
    position: relative;
    background: #f3f4f5;
    padding: 30px 20px;
    margin-bottom: 66px;
}

.mc_newss1t_lisbox {
    display: block;
}

.mc_newss1t_imgbox {
    width: 398px;
}

.mc_newss1t_txt {
    width: calc(100% - 398px);
    padding: 34px 45px 20px;
}

.mc_newss1t_title {
    font-size: 24px;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
    color: #333333;
    margin-bottom: 28px;
    transition: all .36s;
}

.mc_newss1t_date {
    font-size: 16px;
    color: #28ac9f;
    margin-bottom: 60px;
    font-family: "MONTSERRAT-LIGHT" !important;
}

.mc_more_btn {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    transition: all .36s;
}

.mc_more_btn span {
    margin-right: 10px;
}

.mc_newss1t_arrowbox {
    position: absolute;
    right: 40px;
    bottom: 35px;
}

.mc_arrow {
    position: relative;
    cursor: pointer;
    padding: 0 8px;
}

.mc_arrowprev::after {
    content: "";
    position: absolute;
    right: -0.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #666;
}

.mc_arrow span {
    font-size: 24px;
    color: #666666;
    transition: all .36s;
    font-weight: bold;
}

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

.mc_list_imgbox img {
    transition: all .36s;
}

.mc_newss1b_nav {
    font-size: 0;
}

.mc_newss1b_nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
}

.mc_newss1b_nav li a {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 32px;
    padding: 0 30px;
    color: #333333;
    background: #f3f4f5;
    border-radius: 3px;
    overflow: hidden;
    transition: all .36s;
}

.mc_newss1b_nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #28ac9f;
    transition: all .36s;
}

.mc_newss1b_nav li.on a {
    color: #fff;
}

.mc_newss1b_nav li.on a::before {
    width: 100%;
}

.mc_newss1b_nav {
    margin-bottom: 5px;
}

.mc_newss1b_list {
    padding-right: 5px;
    margin-top: 24px;
}

.mc_newss1b_li {
    border-bottom: 1px solid #f3f4f5;
}

.mc_newss1b_lisbox {
    display: block;
    padding: 30px 0 40px;
}

.mc_newss1b_imgbox {
    width: calc(100% - 30px);
}


.mc_newss1b_date {
    width: 240px;
    padding: 15px 0;
    text-align: center;
    border-right: 1px dashed #e2e2e2;
}


.mc_newss1b_txtbox {
    width: calc(100% - 240px);
    padding: 5px 22px 0 40px;
}

.mc_newss1b_day {
    font-family: "HelveticaNeueLTPro33ThEx", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;

    display: block;
    font-size: 30px;
    color: #333333;
    margin-bottom: 15px;
}

.mc_newss1b_year {
    font-family: "HelveticaNeueLTPro33ThEx", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
    display: block;
    font-size: 16px;
    color: #999999;
}

.mc_newss1b_title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .36s;
    margin-bottom: 8px;
}

.mc_txt1426 p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.mc_txt1424 p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

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

.mc_newss1b_txt p {
    height: 52px;
    overflow: hidden;
}

.mc_newss1b_txt {
    margin-bottom: 28px;
}

.mc_newss1b_more .mc_more_btn {
    color: #999999;
}

.mc_newss1b_more .iconfont {
    display: inline-block;
    transition: transform .36s;
}

.mc_pcfy_nav {
    font-size: 0;
    text-align: center;
}

.mc_pcfy_nav li {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 6px;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    text-align: center;
    overflow: hidden;
}

.mc_pcfy_nav li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background: #28ac9f;
    transition: all .36s;
    border-radius: 50%;
    opacity: 0;
}

.mc_pcfy_nav li a {
    display: block;
    line-height: 34px;
    color: #333333;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    transition: all .36s;
}

.mc_pcfy_prev .mc_icon,
.mc_pcfy_next .mc_icon {
    width: 15px;
    height: 15px;
}

.mc_fenye_ph {
    display: none;
}

.mc_fenye_ph a {
    font-size: 16px;
    padding: 14px 0;
    color: #333;
    line-height: 30px;
}

.mc_newss1_bot {
    margin-bottom: 0;
}

.mc_pcfy_li.on::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
}

.mc_pcfy_li.on a {
    color: #fff;
}

.mc_pcfy_li.on {
    border-color: transparent;
}

.mc_icon_prev {
    background: url(../images/fy_prev.png) center / cover no-repeat;
}

.mc_icon_next {
    background: url(../images/fy_next.png) center / cover no-repeat;
}

.mc_newss2_titlebox {
    border-left: 0;
}

.mc_newss2_li:not(:last-child) {
    margin-bottom: 32px;
}

.mc_newss2_lisbox {
    display: block;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .1);
}

.mc_newss2_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .36s;
}

.mc_list_play {
    z-index: 5;
    width: 68px;
    opacity: 0;
    transition: all .36s;
}

.mc_list_play img {
    width: 100%;
}

.mc_list_play::before,
.g_infoplay::before,
.g_cultpt2_playtu::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 132%;
    height: 132%;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: mcScale 2s infinite ease;
}

.mc_list_play::after,
.g_infoplay::after,
.g_cultpt2_playtu::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 155%;
    height: 155%;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: mcScale 2s infinite ease;
}

@keyframes mcScale {
    50% {
        width: 90%;
        height: 90%;
    }
}

.mc_newss2_txtbox {
    padding: 30px 25px 25px;
}

.mc_newss2_date img {
    width: 16px;
    vertical-align: bottom;
}

.mc_newss2_date {
    font-size: 16px;
    color: #28ac9f;
    margin-bottom: 12px;
    font-family: "MONTSERRAT-LIGHT" !important;
}

.mc_newss2_title {
    height: 60px;
    overflow: hidden;
}

.mc_news_s3 {
    padding: 70px 0 100px;
}

.mc_newss3_li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 15px;
}

.mc_newss3_a {
    position: relative;
    z-index: 1;
    padding: 0 25px;
    line-height: 36px;
    font-size: 16px;
    color: #28ac9f;
    background: #28ac9f;
    border-radius: 6px;
    transition: all .36s;
}

.mc_newss3_a::before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: -1;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    border-radius: 6px;
    transition: all .36s;
}

.mc_newss3_list {
    margin-right: -25px;
}

.mc_newsd_title {
    position: relative;
    font-size: 26px;
    line-height: 40px;
    padding: 0 40px;
    text-align: center;
}

.mc_newsd_title::before {
    content: "\e60a";
    position: absolute;
    left: -0.34em;
    top: 0;
    font-size: .7em;
    line-height: inherit;
    color: #333333;
}


.mc_news_detail .mc_main .mc_divider_l {
    border-left: 1px solid #f3f4f5;
    padding-right: 0;
}

.mc_newsd_titlebox {
    padding: 18px 0 36px;
    border-bottom: 1px solid #f3f4f5;
}

.mc_newsd_date,
.mc_newsd_view {
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin-right: 50px;
}

.mc_newsd_date img,
.mc_newsd_view img {
    width: 20px;
    margin-top: -3px;
}

.mc_newsd_descirption {
    padding: 30px 40px;
    border-bottom: 1px solid #f3f4f5;
}

.mc_sharebox {
    margin: 0 6px;
}

.mc_sharebox span {
    width: 32px;
    height: 32px;
}

.mc_icon_wb {
    background: url(../images/xtb_wb.png) center / cover no-repeat;
}

.mc_icon_wx {
    background: url(../images/xtb_wx.png) center / cover no-repeat;
}

.mc_icon_in {
    background: url(../images/xtb_in.png) center / cover no-repeat;
}

.mc_newsd_txt {
    padding: 40px 40px 65px;
}

.mc_newsd_txt p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
    color: #666;
}

.mc_newsd_txt p img {
    margin: 30px 0;
}

.mc_newsd_txt p a {
    color: #28ac9f;
}

.mc_newsd_arrow {
    width: 50%;
}

.mc_newsd_arrow a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 15px 45px;
    color: #999999;
}

.mc_newsdarr_txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 50px);
}

.mc_newsd_arrow a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    transition: all .36s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #286eca;
}

.mc_newsd_arrow a span {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_newsd_arrow .iconfont {
    font-size: 24px;
}

.mc_newsd_arrowbox {
    border-top: 1px solid #f3f4f5;
    border-bottom: 1px solid #f3f4f5;
}

.mc_newsd_arrowph {
    display: none !important;
}

.mc_newsd_next {
    text-align: right;
}

.mc_newsd_prev .iconarr3 {
    transform: rotate(180deg);
    margin-right: 20px;
}

.mc_newsd_next .iconarr3 {
    margin-left: 20px;
}

.mc_newsdrs1_list {
    padding-right: 20px;
}

.mc_newsdrs1_li {
    border-bottom: 1px solid #f3f4f5;
}

.mc_newsdrs1_lisbox {
    display: block;
    padding: 24px 0;
}

.mc_newsdrs1_lisbox .mc_newss1t_imgbox {
    width: 150px;
}


.mc_newsdrs1_txtbox {
    width: calc(100% - 150px);
    padding: 7px 0;
    padding-left: 22px;
}

.mc_newsdrs1_date {
    font-family: "MONTSERRAT-LIGHT" !important;
    font-size: 12px;
    color: #666666;
    margin-bottom: 8px;
}

.mc_newsdrs1_title {
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    color: #333;

}

.mc_newsdrs1_li.noimg .mc_newsdrs1_txtbox {
    width: 100%;
    padding: 0 5px;
}

.mc_newsdrs1_txt p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #999;
}

.mc_newsdrs1_txt {
    margin-top: 10px;
}

.mc_newsdr_s1 {
    padding-bottom: 50px;
}

.mc_news_detail .mc_divider_r {
    border-right: 1px solid #f3f4f5;
}

.mc_news_detail .mc_news_s2 {
    padding-right: 30px;
}

.mc_newsd_s1 {
    padding-bottom: 100px;
}

.mc_news_detail .mc_main .mc_divider_l,
.mc_news_detail .mc_main .mc_divider_r {
    position: relative;
}

.mc_news_detail .mc_main .mc_divider_l .line,
.mc_news_detail .mc_main .mc_divider_r .line {
    /* content: ""; */
    display: block;
    position: absolute;
    left: -3px;
    top: 0;
    width: 5px;
    height: 60px;
    background: #28ac9f;
    transition: all .6s cubic-bezier(.51, 1.51, .62, .93);
}

.mc_news_detail .mc_main .mc_divider_r .line {
    left: auto;
    right: -3px;
}

.mc_share_txt {
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    margin-right: 10px;
}

/* 1.8  start */
#mc_block {
    display: block !important;
}

.mc_header {
    position: relative;
    z-index: 99;
    height: 80px;
}

.mc_navbar {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    padding-left: 40px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
}

.mc_logo {
    position: relative;
    z-index: 50;
    width: 220px;
}

.mc_logo_btn {
    position: absolute;
    left: 0;
    top: 0;
    display: table-cell;
    width: 100%;
    height: 130px;
    line-height: 130px;
    padding: 0 15px;
    display: block;
    background: #28ac9f;
    transition: all .36s;
}

.mc_language a,
.mc_nav_a,
.mc_search_btn {
    display: block;
    font-size: 16px;
    line-height: 80px;
    color: #333333;
    transition: all .36s;
}

/* nav */
.mc_nav_li {
    float: left;
    padding: 0 20px;
}

.mc_nav_a {
    position: relative;
    padding: 0 15px;
}

.mc_nav_line {
    height: 3px;
    background: #28ac9f;
}

.mc_nav_a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #28ac9f;
    transition: width ease-in-out .3s;
}

/* .mc_nav_li.yxnav_active1 .mc_nav_a::before {
    width: 100%;
} */

.mc_nav_li.yxnav_active1 .mc_nav_a {
    color: #28ac9f;
}

/* language */
.mc_language {
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #e5e5e5;
}


.mc_language a {
    color: #666;
}

.mc_language img {
    width: 20px;
    margin-right: 5px;
}

.mc_language span {
    vertical-align: middle;
}

/* search */
.mc_search_btn {
    width: 20px;
    cursor: pointer;
}

.mc_search {
    padding-right: 25px;
}

#mc_search_modal .mc_modal_content {
    background: none;
}

#mc_search_modal .mc_modal_content {
    width: 725px;
}

#mc_search_modal .mc_msc_box {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #fff;
}

#mc_search_modal {
    background: rgba(0, 0, 0, .8);
}

#mc_search_modal .mc_modal_close {
    font-size: 50px;
    top: 20px;
    right: 20px;
    color: #fff;
}

.mc_msc_input {
    width: calc(100% - 80px);
    height: 100%;
    font-size: 20px;
    color: #f5f5f5;
}

.mc_msc_submit {
    width: 75px;
    height: 100%;
    font-size: 24px;
    color: #fff;
}

.mc_language {
    position: relative;
}

#mc_search_modal .mc_modal_content {
    background: none;
}

.mc_nav {
    position: relative;
}

.mc_subnavbox {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dde0e2;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .01);
    /* transition: top .36s; */
}

.mc_subnavbox .mc_cont1400 {
    display: none;
}

.mc_subnav_l,
.mc_subnav_r {
    padding: 60px 0;
}

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

.mc_subnav_l::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #f6f9fc;
    width: 50vw;
    height: 100%;
}

.mc_subnav_l {
    width: 285px;
}

.mc_subnav_li {
    margin-bottom: 10px;
}

.mc_subnav_a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 25px;
    font-weight: bold;
    color: #333333;
}

.mc_subnav_a::after {
    content: ">";
    font-size: inherit;
    line-height: inherit;
    float: right;
    color: #bbbbbb;
    transition: all .36s;
}

.mc_subnav_li.act .mc_subnav_a {
    color: #fff;
    background: #6893cb;
}

.mc_subnav_li.act .mc_subnav_a::after {
    color: #fff;
}

.mc_subnav_r {
    width: calc(100% - 285px);
}

.mc_subnav_hot_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ma_subnav_hot {
    width: 425px;
}

.mc_subnav_hot_tag .mc_subnav_hot_lisbox::before {
    content: "HOT";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 0 15px;
    background: rgba(28, 92, 176, .6);
    border-bottom-right-radius: 10px;
}

.ma_gai .mc_subnav_hot_tag .mc_subnav_hot_lisbox::before {
    display: none;
}

.mc_thirnav_wrap {
    width: calc(100% - 425px);
    padding-left: 100px;

}

.ma_subnav_hot_list {
    font-size: 0;
    margin: 0 -8px;
}

.mc_subnav_hot_li {
    width: 50%;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
}

.mc_subnav_hot_lisbox {
    position: relative;
    display: block;
}

.mc_subnav_hotli_title {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    width: 100%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 15px;
    text-align: center;
}

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

.mc_subnav_hot_onecol .mc_subnav_hot {
    width: 204px;
}

.mc_subnav_hot_onecol .mc_thirnav_wrap {
    width: calc(100% - 204px);
    padding-left: 80px;
}

.mc_subnav_hot_onecol .mc_subnav_hot_li {
    width: 100%;
}

.mc_thirnav_li {
    margin-bottom: 18px;
    margin-right: 40px;
    /*float: left;*/
}

.mc_thirnav_a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    /* font-weight: bold; */
    color: #666666;
}

.mc_thirnav_icon {
    margin-left: 20px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .36s;
}

.mc_thirnav {
    /*display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    align-content: flex-start;*/
    max-height: 330px;
}

.mc_thirnav_box:not([data-index="0"]) {
    display: none;
}

.ma_gai .mc_thirnav_box {
    display: block !important;
}

.mc_thirnav_title .mc_thirnav_a {
    font-weight: bold;
    color: #333333;
}

.mc_thirnav_title1 .mc_thirnav_a {
    font-size: 16px;
    font-weight: bold;
    color: #28ac9f;
}

.mc_thirnav_qy .mc_thirnav_box2 {
    margin-bottom: 20px;
}

.mc_thirnav_box2 .mc_thirnav_li:not(.mc_thirnav_title) {
    padding-left: 15px;
}

.mc_thirnav_qy .mc_thirnav_box2 .mc_thirnav_li:not(.mc_thirnav_title) {
    padding-left: 0;
}

.mc_thirnav_a span {
    font-weight: inherit;
}

.g_solu .mc_subnav_l {
    height: 520px;
}

.g_solu .mc_thirnav_wrap {
    height: 400px;
}

.ma_gai .mc_thirnav_wrap {
    width: calc(100% - 380px);
}

.ma_gai .mc_subnav_hot {
    width: 380px;
}

.ma_gai1 .mc_subnav_hot {
    height: 310px;
}

.mc_aside_navbox {
    position: fixed;
    right: -40px;
    bottom: 20px;
    z-index: 90;
    width: 40px;
    text-align: center;
    color: #fff;
    transition: all .36s ease-out;
}

.mc_aside_navbox.show {
    right: 8px;
}

.mc_aside_contact_btn {
    background: #28ac9f;
    padding: 12px 10px;
    cursor: pointer;
}

.mc_aside_contact_icon {
    width: 20px;
    margin-bottom: 5px;
}

.mc_aside_contact_txt {
    display: block;
    width: 1.5em;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.2;
}

.mc_aside_gotop {
    padding: 10px;
    margin-top: 2px;
    background: #28ac9f;
    cursor: pointer;
}

#mc_aside_modal .mc_modal_close {
    position: absolute;
    right: -50px;
    top: -50px;
    font-size: 50px;
    color: #ffffff;
}

.mc_asm_content {
    width: 640px;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.mc_asm_box {
    padding: 35px 40px 25px;
    background: #fff;
}

.mc_asm_box1 {
    position: relative;
    z-index: 5;
    margin-bottom: 15px;
}

.mc_asm_box1::before {
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    top: 100%;
    transform: translateY(-14px);
    width: 11px;
    height: 43px;
    background: url(../images/icon_chain.png) center / contain no-repeat;
}

.mc_asm_box1::after {
    content: "";
    display: block;
    position: absolute;
    right: 25%;
    top: 100%;
    transform: translateY(-14px);
    width: 11px;
    height: 43px;
    background: url(../images/icon_chain.png) center / contain no-repeat;
}

.mc_title20 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.mc_asm_title_icon {
    width: 36px;
    margin-right: 10px;
}

.mc_asm_title_txt {
    line-height: 36px;
    vertical-align: middle;
}

.mc_asm_title {
    margin-bottom: 25px;
}

.mc_asm_tel_list {
    font-size: 0;
}

.mc_asm_tel_li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
    padding-right: 2em;
}

.mc_asm_tel_li:nth-child(odd) {
    width: 56%;
}

.mc_asm_tel_li:nth-child(even) {
    width: 44%;
}

.mc_asm_tel_name {
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}

.mc_asm_tel_num {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #28ac9f;
}

.mc_asm_buy_list {
    font-size: 0;
    margin: 0 -12px;
}

.mc_asm_buy_li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 15px;
    white-space: nowrap;
}

.mc_asm_buy_lisbox {
    display: block;
    white-space: nowrap;
    padding: 7px 25px 7px 15px;
    border: 1px solid #cad8ee;
    background: #fff;
}

.mc_asm_buy_icon {
    width: 36px;
    margin-right: 8px;
}

.mc_asm_buy_txt {
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #28ac9f;
    vertical-align: middle;
}

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

.mc_asm_box2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 140px;
    background: url(../images/asm_buy_bg.jpg) bottom / cover no-repeat;
}

.mc_footer {
    background: #333333;
}

.mc_ft1 {
    position: relative;
    padding: 90px 0 45px;
}

.mc_ft1::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% + 200px);
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

.mc_ft_logo {
    width: 207px;
}

.mc_ft_logo a {
    display: block;
}

.mc_ft_follow {
    margin-top: 65px;
}

.mc_ft_follow_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.mc_ft_follow_li {
    position: relative;
    float: left;
    margin-right: 12px;
}

.mc_ft_follow_btn {
    display: block;
    width: 20px;
    cursor: pointer;
    opacity: .5;
}

.mc_ft_follow_qr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    z-index: 5;
    width: 98px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .36s;
}

.mc_ftnav_li {
    float: left;
    margin-left: 80px;
}

.mc_ftnav_a {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.mc_ft_subnav p {
    font-size: 14px;
    line-height: 20px;
}

.mc_ft_subnav p a {
    padding: 4px 0;
    color: #fff;
    opacity: .6;
}

.mc_ft_copyright p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.mc_ft_copyright p * {
    opacity: .6;
}

.mc_ft2 {
    padding: 40px 0;
}

.mc_ft2_li {
    float: left;
}

.mc_ft2_a {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding: 0 5px;
    opacity: .6;
}

.mc_ft2_li:not(:last-child) {
    border-right: 1px solid rgba(153, 153, 153, .6);
}

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

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

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

.mc_ban_li a {
    display: block;
}

.mc_ban_pc,
.mc_ban_ph {
    position: relative;
    overflow: hidden;
}

.mc_ban_ph {
    display: none;
}

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

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

.mc_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);
}

.mc_ban_titlebox {
    color: #fff;
}

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

.mc_ban_li .mc_cont1400 {
    z-index: 2;
    color: #fff;
}

.mc_ban_ph .mc_ban_img {
    width: 100%;
    height: auto;
}


/** 全屏等比缩小banner */
/* banner高度 */
.mc_banner_full .mc_ban_pc {
    height: calc(100vh - 80px);
}

.mc_banner_full .mc_ban_pc .mc_ban_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc_ban_title {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 10px;
}

.mc_ban_video_btn {
    cursor: pointer;
}

.mc_ban_video_btn img {
    width: 30px;
    margin-right: 3px;
}

.mc_ban_video {
    opacity: 0;
}

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

.mc_bannews_li {
    float: left;
}

.mc_bannews_lisbox {
    position: relative;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, .7);
    padding: 30px 35px 20px;
}

.mc_bannews_lisbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 4px;
    height: 0;
    background: #1557ab;
    transition: all .36s;
}

.mc_bannews_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all .36s;
}

.mc_ban_news {
    width: 100%;
    z-index: 10;
    bottom: 90px;
}

.mc_ban_container {
    margin-top: -60px;
}

.mc_bannews_title {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 8px;
}

.mc_bannews_txt p {
    color: #fff;
    opacity: .5;
}

.mc_bannews_date {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    opacity: .6;
    margin-bottom: 5px;
}

.mc_bannews_txt {
    height: 24px;
    overflow: hidden;
}

.mc_bannews_more {
    margin-top: 10px;
    color: #28ac9f;
    opacity: 0;
    transform: translateY(10px);
    transition: all .36s;
}

.mc_bannews_more img {
    width: 8px;
    margin-top: -2px;
    margin-left: 5px;
}

.mc_bannews_li.act .mc_bannews_lisbox::before,
.mc_bannews_li.act .mc_bannews_lisbox::after {
    height: 100%;
}

.mc_bannews_li.act .mc_bannews_title {
    color: #666;
}

.mc_bannews_li.act .mc_bannews_txt p {
    color: #999;
}

.mc_bannews_li.act .mc_bannews_more {
    opacity: 1;
    transform: translateY(0);
}

.mc_bannews_li.act .mc_bannews_txtbox {
    transform: translateY(-10px);
}

.mc_bannews_txtbox {
    transition: all .36s;
}

.mc_more1_btn {
    position: relative;
}

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

.mc_a1s3_l,
.mc_a1s3_r {
    float: left;
    width: 49.75%;
}

.mc_a1s3_l {
    color: #fff;
    padding-right: 0.25%;
}

.mc_a1s3_r {
    padding-left: 0.25%;
}

.mc_a1s3_lisbox {
    position: relative;
    display: block;
    overflow: hidden;
}

.mc_a1s3l_txtbox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0 6% 4%;
}

.mc_a1s3l_tag {
    position: absolute;
    top: 0;
    left: 6%;
    z-index: 3;
    width: 14%;
}

.mc_a1s3_title {
    font-size: 20px;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
    margin-bottom: 16px;
    transition: all .36s;
}

.mc_a1s3_txt span {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: block;
}

.mc_a1s3_more {
    margin-top: 35px;
}

.mc_a1s3_l .mc_a1s3_more {
    margin-top: 60px;
}

.mc_a1s3l_txtbox .mc_a1s3_txt {
    opacity: .7;
}

.mc_a1s3l_imgbox {
    z-index: 1;
}
/*2021.9.17 修改*/
.mc_a1s3l_imgbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 53%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.mc_a1s3_rt {
    background: #f0f0ef;
}

.mc_a1s3_rt .mc_a1s3_lisbox {
    display: flex;
    align-items: center;
}

.mc_a1s3rt_imgbox {
    float: left;
    width: 45.6%;
}

.mc_a1s3rt_txtbox {
    float: left;
    width: 52%;
    padding: 4% 5%;
}

.mc_a1s3_rt .mc_a1s3_title {
    color: #333;
}

.mc_a1s3_rt .mc_a1s3_txt {
    color: #666666;
}

.mc_a1s3_rt .mc_a1s3_more {
    color: #1d5db0;
}

.mc_a1s3_rb {
    background: #071521;
    margin-top: 1%;
}

.mc_a1s3_rb .mc_a1s3_lisbox {
    display: flex;
    align-items: center;
    height: 224px;
}

.mc_a1s3rb_txtbox {
    width: 100%;
    padding: 0 6%;
    color: #fff;
}

.mc_a1s3_rb .mc_a1s3_txt {
    opacity: .6;
}

.mc_a1s3_more img {
    width: 8px;
    margin-left: 5px;
    transition: all .36s;
}

.mc_a1s4 {
    padding: 50px 0 95px;
}

.mc_more1 {
    text-align: center;
}

.mc_more1_btn {
    position: relative;
    font-size: 14px;
    line-height: 38px;
    color: #28ac9f;
    border: 2px solid #28ac9f;
    padding: 6px 30px;
    transition: all .36s;
}

.mc_more1_btn {
    transition: all .36s;
}

.mc_more1_btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 10px;
    margin-left: 5px;
    transform: translateY(-1px);
    background: url(../images/icon_more_blue.png) center / contain no-repeat;
    transition: all .36s;
}

.ma_mk .mc_more1_btn::after {
    background: url(../images/icon_more.png) center / contain no-repeat !important;
}

.mc_more1_btn.mc_more1_btn_white::before {
    background: #fff;
}

.mc_more1_btn_white {
    color: #fff;
    border-color: #fff;
}

.mc_more1_btn.mc_more1_btn_white::after {
    background: url(../images/icon_more.png) center / contain no-repeat;
}

.mc_ban_more {
    text-align: left;
}

.mc_ban_more a {
    display: inline-block !important;
}

.mc_a1s3_more1 {
    margin-top: 50px;
}

.mc_a1s4_content {
    padding: 0 100px;
}

.mc_a1s4_slick {
    margin: 0 -7.5px;
}

.mc_a1s4_li {
    float: left;
    width: 50%;
    margin: 0 7.5px;
}

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

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

.mc_a1s4_lisbox {
    display: block;
    position: relative;
    z-index: 1;
    background: #e4e4e4;
    transition: all .8s ease-in-out;
}

.mc_a1s4_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    transition: all .36s;
    pointer-events: none;
}

.mc_a1s4_title {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 18px;
    transition: all .36s;
}

.mc_a1s4_txtbox {
    position: relative;
    z-index: 2;
    padding: 25px 15px 60px;
    background: #e4e4e4;
    transform: translateY(-105px);
    transition: all .8s ease-in-out;
}

.mc_a1s4_date {
    position: relative;
    font-size: 14px;
    color: #1e57a3;
    padding-bottom: 25px;
    margin-bottom: 22px;
    font-family: "MONTSERRAT-LIGHT" !important;
}


.mc_a1s4_date::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5em;
    height: 1px;
    background: #1e57a3;
}

.mc_a1s4_txt {
    height: 48px;
    overflow: hidden;
}


.mc_a1s4_li.slick-active .mc_a1s4_lisbox {
    background: #fff;
}

.mc_a1s4_li.slick-active .mc_a1s4_txtbox {
    background: #fff;
    transform: translateY(0);
}

.mc_a1s4_li.slick-active .mc_a1s4_lisbox::before {
    opacity: 0;
}

.mc_a1s4_more {
    margin-top: 45px;
}

.mc_slick_arrowbox .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 10;
}

.mc_slick_arrowbox .slick-prev {
    left: -120px;
    background: url(../images/arrow_prev.png) center / contain no-repeat;
}

.mc_slick_arrowbox .slick-next {
    right: -120px;
    background: url(../images/arrow_next.png) center / contain no-repeat;
}

.mc_ban_slick .slick-prev {
    left: 5%;
}

.mc_ban_slick .slick-next {
    right: 5%;
}

.mc_ban_slick .slick-dots {
    width: 1400px;
    left: 50%;
    bottom: 240px;
    transform: translateX(-50%);
    text-align: right;
    pointer-events: none;
}

.mc_ban_slick .slick-dots li {
    pointer-events: all;
    width: 20px;
    height: 3px;
    border-radius: 0;
}

.mc_ban_slick .slick-dots li.slick-active {
    background-color: #28ac9f;
}

.mc_help {
    background: #cef1ed;
    padding: 80px 0 60px;
	margin-top: 78px;
}

.mc_help_title {
    margin-bottom: 30px;
}

.mc_help_input {
    width: calc(100% - 86px);
    height: 50px;
    line-height: 20px;
    padding: 12px 25px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #b9d0ec;
    margin-right: 3px;

}

.mc_help_submit {
    width: 80px;
    height: 50px;
    background-color: #1e57a3;
}

.mc_help_submit img {
    width: 20px;
}

.mc_help_l {
    width: 430px;
}

.mc_help_r {
    width: 760px;
    padding-top: 10px;
    max-width: calc(100% - 430px);
    padding-left: 50px;
}

.mc_helpr_xtbbox {
    width: 65px;
}

.mc_helpr_li {
    float: left;
    padding: 0 30px;
    margin-bottom: 60px;
}

.mc_helpr_list {
    margin: 0 -30px;
}

.mc_helpr_title {
    font-size: 16px;
    line-height: 24px;
    color: #324b5a;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #bbc9d9;
    transition: all .36s;
}

.mc_helpr_li {
    float: left;
    width: 25%;
}

.mc_helpr_lisbox {
    display: block;
}

.mc_a1s1 {
    padding: 100px 0 120px;
}

.mc_a1s1_txt {
    min-height: 112px;
}

.mc_a1s1_more {
    margin-top: 20px;
    display: inline-block;
}

.mc_a1s2 {
    position: relative;
    z-index: 1;
    padding: 200px 0 110px;
    background: #cef1ed;
}

.mc_a1s2_content {
    display: flex;
    position: relative;
}

.mc_a1s2_l {
    width: 410px;
    padding-right: 70px;
    padding-top: 40px;
}

.mc_a1s2_m {
    width: 120px;
    padding-bottom: 120px;
}

.mc_a1s2_r {
    width: calc(100% - 530px);
    align-self: flex-end;
}

.mc_a1s2_txt {
    padding-left: 35px;
}

.mc_a1s2_title {
    padding-right: .8em;
}

.mc_a1s2_m_li {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    color: #333;
    background: #fff;
    cursor: pointer;
    transition: all .36s;
}

.mc_a1s2_m_li.act {
    color: #fff;
}

.mc_a1s2_m_li.act .mc_a1s2_m_bg {
    width: 100%;
    transition: all .36s;
}

.mc_a1s2_m_bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #28ac9f;
    opacity: 1;
}

.mc_a1s2_m_li:not(:last-child) {
    border-bottom: 1px solid #eaeaeb;
}

.mc_a1s2_r_li {
    float: left;
    padding: 0 70px;
    width: 33.333333%;
}

.mc_a1s2_r_a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.mc_a1s2_r_a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 21px;
    height: 5px;
    background: url(../images/icon_more2.png) center / contain no-repeat;
    transform: translateX(-10px);
    opacity: 0;
    transition: all .36s;
}

.mc_a1s2_imgbox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: calc(50vw + 220px);
    height: 100%;
}

.mc_a1s2_img_list,
.mc_a1s2_img_li,
.mc_a1s2_img {
    width: 100%;
    height: 100%;
}

.mc_a1s2_img_list {
    position: relative;
}

.mc_a1s2_img_li {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.mc_a1s2_img_li.act {
    z-index: 1;
}

.mc_a1s2_r_list:not(:first-child),
.mc_a1s2_img_li:not(:first-child) {
    display: none;
}

.mc_a1s2_r_li {
    opacity: 0;
    margin-left: -10px;
}

/*.mc_a1s3_modal {
    position: absolute;
    right: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 15;
    transition: all 1s .8s;
}*/

.mc_a1s3_modal.animated {
    width: 0;
}


.mc_navbar.mc_fixed .mc_logo_btn {
    height: 100px;
    line-height: 100px;
}

.mc_navbar.mc_fixed .mc_language a,
.mc_navbar.mc_fixed .mc_nav_a,
.mc_navbar.mc_fixed .mc_search_btn {
    line-height: 70px;
}

.mc_navbar.mc_fixed .mc_subnavbox {
    top: 70px;
}

.mc_navbar_ph {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-right: 20px;
}

.mc_header_pc,
.mc_header_ph {
    position: relative;
    z-index: 99;
    height: 100%;
}

.mc_header_ph {
    display: none;
}

.mc_menu {
    line-height: 64px;
    margin-left: 15px;
}

.mc_menu_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 22px;
}

.mc_menu_line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mc_menu_line::before {
    content: "";
    position: absolute;
    top: 10px;
}

.mc_menu_line::after {
    content: "";
    position: absolute;
    top: -10px;
}

.mc_menu_line,
.mc_menu_line::before,
.mc_menu_line::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #28ac9f;
    transition: all .36s;
}

.mc_menu_btn.act .mc_menu_line::before {
    top: 0;
    transform: rotate(45deg);
}

.mc_menu_btn.act .mc_menu_line::after {
    top: 0;
    transform: rotate(-45deg);
}

.mc_menu_btn.act .mc_menu_line {
    background: transparent;
}

.mc_subnav_ph {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
}

.mc_subnavbox_ph {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 84px 0 50px;
    background: #28ac9f;
    color: #fff;
    overflow: hidden;
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.mc_subnavbox_ph.act {
    transform: translateX(0);
}

.mc_ph_subnav {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}

.mc_ph_subnav a {
    line-height: 24px;
    padding: 8px 0;
    color: #ffffff;
}

.mc_ph_subnav_a {
    font-size: 16px;
}

.mc_ph_thirnav_a {
    font-size: 14px;
}

.mc_ph_fournav_li {
    font-size: 12px;
}

.mc_ph_subnav ul {
    display: none;
    padding-left: 15px;
}

.mc_ph_subnav li>div {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.mc_ph_subnav_lisbox {
    position: relative;
}

.mc_ph_nav_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

.mc_ph_nav_icon::before,
.mc_ph_nav_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #fff;
    transition: all .36s;
}

.mc_ph_nav_icon::before {
    transform: rotate(90deg);
}

.mc_ph_subnav li.act>div .mc_ph_nav_icon::after {
    transform: rotate(90deg);
}

.mc_msc_hot {
    margin-top: 20px;
}

.mc_msc_hot>div {
    font-size: 16px;
    line-height: 24px;
}

.mc_msc_hotdt {
    color: #fff;
    width: 5em;
}

.mc_msc_hotdd {
    width: calc(100% - 5em);
    padding-left: 20px;
}

.mc_msc_hottag {
    display: inline-block;
    margin: 0 20px;
    vertical-align: text-bottom;
    font-size: inherit;
    line-height: inherit;
    color: #3e91fd;
}

.mc_ban_txt p {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    min-height: 60px;
}

.mc_ban_more {
    margin-top: 35px;
}

.mc_ban_videobox {
    margin-top: 60px;
    margin-left: 20px;
}

.mc_language_ph {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.mc_language_ph_btn {
    display: inline-block;
    padding: 15px;
}

.mc_language_ph_btn img {
    width: 20px;
}

.mc_language_modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    padding: 84px 0 20px;
}


.mc_language_modal {
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.mc_language_modal.act {
    transform: translateX(0);
}

.mc_language_back {
    padding: 0 15px;
}

.mc_language_back {
    font-size: 16px;
    margin-bottom: 10px;
}

/* 1.8 end */
.mc_ban_li.slick-active .g_sybanwz {
    animation: mcfadeup 1s forwards;
    animation-delay: 1s;
}

.mc_more1_btn span {
    transition: all .36s;
}

.mc_a1s3 .mc_more1,
.mc_a1s4 .mc_more1 {
    display: block;
}

/*9.8 -start*/
.g_anno2top{
    position: relative;
    padding:52px 0 0;
}
.g_anno2top::before{
    background: #cef1ed;
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: calc(100% - 180px);
    z-index: -1;
}
.g_anno2 .mc_bread_navbox{
    position: static;
    bottom: 0;
    left: 0;
    transform: translateX(0);
}
.g_anno2top .g_title_h1{
    margin-top: 40px;
    margin-bottom: 24px;
}
.g_anno2_newfl{
    width:44%;
}
.g_anno2_newfr{
    width:56%;
    padding:35px 80px 0;
}
.g_anno2_newimg{
    position: relative;
}
.g_anno2_newfl .mc_a1s3_more{
    position: absolute;
    bottom: 16px;
    left:26px;
    z-index: 10;
}
.g_anno2_newfl .mc_a1s3_more span{
    color:#fff;
}
.g_anno2_newfl .mc_a1s3_more img {
    margin-top: -3px;
}
.g_anno2_newfl .g_anno2_img{
    position: relative;
}
.g_anno2_new{
    background: #fff;
}
.g_anno2_mc{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    z-index: 10;
}
.g_anno2_mc img{
    width:100%;
}
.g_anno2_word{
    padding:24px 0;
}
.g_anno2_word p{
    color:#666666;
    font-size: 24px;
    line-height: 1.5;
    font-family:"MONTSERRAT-REGULAR" !important;
}
.g_anno2_word h4{
    color:#333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.75;
    transition: all .36s ease;
}
.g_anno2top{
    margin-bottom: 100px;
}
.g_anno2_lifl{
    padding-left:40px;
    width:calc(100% - 80px);
    padding-right: 60px;
    position: relative;
}
.g_anno2_lifr{
    width:80px;
}
.g_anno2_lifl h5{
    color:#333333;
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    font-weight:bold;
    margin-bottom: 10px;
    transition: all .36s ease;
}
.g_anno2_lifl p{
    color:#666666
    font-size:14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    transition: all .36s ease;
}
.g_anno2_li{
    padding:32px 0 20px;
    border-bottom: 1px solid #ededed;
}
.g_anno2_lifr p{
    color:#666666;
    font-size: 24px;
    font-family:"MONTSERRAT-REGULAR" !important;
}
.g_anno2_lifr span{
    color:#666;
}
.g_anno2_newfr .mc_a1s3_more {
    margin-top: 20px;
}
.g_anno2_li .mc_a1s3_more{
    position: relative;
}
.g_anno2_li .mc_a1s3_more_pc{
    position: relative;
    top:-2px;
    right:0;
}
.g_anno2_li .mc_a1s3_more_ph {
    position: absolute;
    top: 1px;
    right: 7px;
    opacity: 0;
}
.g_anno2_li .mc_a1s3_more_ph{
    display: block;
}
.g_anno2_lifl::before{
    content: '';
    position: absolute;
    top:12px;
    left:16px;
    width:6px;
    height:6px;
    border-radius: 50%;
    background: #28ac9f;
}
.g_anno2bot_lifr{
    width:250px;
    margin-right: 80px;
    padding-left: 80px;
}
.g_anno2bot_lifl{
    width:calc(100% - 330px);
    padding-right: 120px;
}
.g_anno2bot_li a{
    padding:60px 0 40px;
    border-top:1px solid #ececec;
    display: block;
    position: relative;
}
.g_anno2bot_lifl h4{
    transition: all .36s ease;
    color:#333333;
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 20px;
}
.g_anno2bot_lifl p{
    transition: all .36s ease;
    color:#666666;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.g_anno2bot_lifr{
    text-align: left;
    border-left: 1px solid #ececec;
    padding-bottom: 10px;
}
.g_anno2bot_lifr p{
    transition: all .36s ease;
    color:#999999;
    font-size: 30px;
    margin-bottom: 10px;
    font-family:"MONTSERRAT-LIGHT" !important;
}
.g_anno2bot_lifr span{
    display: block;
    transition: all .36s ease;
    color:#999999;
    font-size: 18px;
    font-family:"MONTSERRAT-REGULAR" !important;
}
.g_anno2bot_li .g_anno_fr {
    margin-right: 0;
    transition: all .36s ease;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.g_anno2bot{
    margin-bottom: 72px;
}
.g_anno2bot_li:last-child{
    border-bottom: 1px solid #ececec;
}
.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}
.pc_fenye li {
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid #e1e1e1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-align: center;
    margin: 0px 10px;
    border-radius: 5px;
}

.pc_fenye li.activepage {
    color: #fff;
    background: #28ac9f;
    border: 1px solid #28ac9f;
}
.pc_fenye li.clolr {
    color: #f58612;
}
.g_phfy{
    display: none;
}
.g_phfyfl{
    font-size: 14px;
    color:#333;
}
.g_anno2{
    margin-bottom: 100px;
}
.g_pcfy a{
    display: unset;
}
.g_phfyfl a{
    color:#666666;
    font-size: 14px;
}
.g_contact2 .he_f7p1dbs{
    width:50%;
}
.g_contact2 .he_f7p1dli:nth-child(n) {
    width: 100%;
    padding-right: 10px;
}
.g_contact2 .he_f7p1bsri {
    width: auto;
    display: inline-block;
}
.g_contact2 .he_f7p1bsle {
    width: auto;
    display: inline-block;
}
.g_contact2 .he_f7p1dbs p {
    height: 28px;
    overflow: hidden;
}
.g_contact2 .g_2f7_on1 .he_f7p1bsri {
    height:112px;
    overflow: hidden;
}
.g_2f7_on2 .he_f7p1bsri p a {
    color: #28ac9f;
    padding-left: 15px;
}
.g_2f7ewm{
    margin-top: 50px;
}
.g_2f7ewm p{
    color:#666666;
    font-size: 14px;
    line-height: 1.75;
}
.g_2f7ewm_tu{
    width:105px;
    margin-top:20px;
}
.g_contact2 .g_sermpt2btn {
    border: 2px solid #666666;
    margin:40px auto 0;
}
.g_contact2 .g_sermpt2btnfl {
    color: #666;
}
.g_contact2 .he_f7p2sz {
    left: 110px;
}
.g_contact2 .he_f7p2sz p{
    font-family: "MONTSERRAT-BOLD" !important;
}
.g_findpt1{
    background: #cef1ed;
    padding:90px 0;
}
.g_findpt1nr{
    margin:0 -11px;
}
.g_findpt1nr li{
    padding:0 11px;
    width:10%;
    margin-bottom: 22px;
}
.g_findpt1nr li a{
    display: block;
    line-height: 46px;
    font-size: 18px;
    color:#666666;
    border:1px solid #d2e1f5;
    background: #fff;
    transition: all .36s ease;
    text-align: center;
}
.g_findpt1nr li.on a{
    background: #1e58a4;
    border-color:#1e58a4;
    color:#fff;
}
.g_findpt2_top{
    padding:90px 0;
}
.g_findpt2_topfl{
    width:50%;
}
.g_findpt2_topfr{
    width:50%;
    padding-left:135px;
    padding-top: 70px;
}
.g_findpt2_top_title{
    color:#333;
    font-size: 30px;
    line-height: 1.75;
    margin-bottom: 20px;
}
.g_findpt2_top_word p{
    color:#333;
    font-size: 16px;
    line-height: 30px;
}
.g_findpt2_top_more{
    margin-top:40px;
}
.g_findpt2_top_more a{
    display: inline-block;
    color:#28ac9f;
    font-size:18px;
    line-height: 30px;
}
.g_findpt2_top_icon{
    width:20px;
    line-height: 30px;
}
.g_findpt2_top_list{
    margin-bottom: 5px;
}
.g_findpt2_top_p{
    width:calc(100% - 20px);
    padding-left: 20px;
}
.g_findpt2_top_p span{
    font-size: 16px;
    line-height: 30px;
}
.g_findpt2_top_p span:first-child{
    color:#666;
}
.g_findpt2_top_p span:last-child{
    color:#333;
    padding-left: 12px;
}
.g_findpt2_bot{
    position: relative;
}
.g_findpt2_bot_bk{
    width:100%;
    height:712px;
}
.g_findpt2_bot_bk img{
    position: relative;
    width:auto;
    max-width: unset;
    height:100%;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
.g_findpt2_botfl{
    width:28%;
}
.g_findpt2_botfr{
    width:72%;
    position: relative;
    padding-left: 115px;
}
.g_findpt2_bot_nr{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_findpt2_bot_zs{
    width:130px;
    position: absolute;
    top:-72px;
    left:45px;
}
.g_findpt2_bot_zs img{
    width:100%;
}
.g_findpt2_botfr .g_word5{
    position: relative;
    z-index: 10;
}
.g_findpt2_img{
    width:280px;
    margin-left: 75px;
    display: inline-block;
}
.g_findpt2_img img{
    border-radius: 50%;
    width:100%;
}
.g_findpt2_botfr .g_word5{
    height:390px;
}
.g_findpt2_botfr .g_word5 p{
    padding-right: 95px;
}
.g_findpt2_botfr  .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(28,92,176) !important;
}
.g_findpt2_botfr .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(28,92,176) !important;
}
.g_findpt2_botfr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px !important;
    height: 100% !important;
}
.g_findpt2_botfr .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px !important;
    height: 100% !important;
}
.g_findpt2_botfr .mCSB_scrollTools .mCSB_draggerContainer {
    top: 0 !important;
}
.g_findpt2_bot_box {
    margin-top: 100px;
}
.g_findpt3{
    background: #cef1ed;
    padding:90px 0;
}
.g_findpt3_li{
    width:33.333333%;
    padding:0 25px;
    margin-bottom:50px;
}
.g_findpt3_ul{
    margin:0 -25px;
}
.g_findpt3_li_box{
    position: relative;
    background: #fff;
    padding:54px 40px 80px 50px;
    height: 312px;
    overflow: hidden;
}
.g_findpt3_li_box::before{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    background: url(../images/e4bk2.png) no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height:150px;
}
.g_findpt3_title{
    color:#333333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 36px;
    max-height:72px;
    overflow: hidden;
}
.g_findpt3_nr_icon{
    width:16px;
    line-height: 30px;
}
.g_findpt3_nr_icon img{
    width:100%;
}
.g_findpt3_nr_wd{
    width:calc(100% - 16px);
    padding-left: 10px;
}
.g_findpt3_nr_wd p{
    color:#666666;
    font-size: 14px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}
.g_findpt3_nr_list{
    margin-bottom: 5px;
}
.g_anno2_li:last-child{
    border-color:transparent;
}
.g_contact2 .he_f7p1ri {
    float: right;
}
/*9.8 -end*/


@media screen and (min-width: 1200px) {

    .mc_asm_buy_lisbox:hover {
        box-shadow: 0 0 5px rgba(202, 216, 238, 1);
    }

    .mc_more1_btn.mc_more1_btn_white:hover {
        color: #28ac9f;
    }

    .mc_more1_btn:hover::before {
        width: 100%;
    }

    .mc_section .mc_more1_btn:hover::after,
    .g_market .mc_more1_btn:hover::after,
    .ma_vbtmbox .mc_more1_btn:hover::after {
        background: url(../images/icon_more.png) center / contain no-repeat !important;
    }

    .mc_nav_a:hover {
        color: #28ac9f;
    }

    .mc_lang_xlli:hover a {
        color: #28ac9f;
    }

    .mc_ft_follow_li:hover .mc_ft_follow_qr {
        pointer-events: all;
        opacity: 1;
    }

    .mc_ft_follow_btn:hover {
        opacity: 1;
    }

    .mc_ft_subnav p a:hover {
        opacity: 1;
    }

    .mc_ft_copyright p a:hover {
        opacity: 1;
    }

    .mc_ft2_a:hover {
        opacity: 1;
    }

    .mc_a1s3_lisbox:hover .mc_list_img {
        transform: scale(1.05);
    }

    .mc_a1s3_lisbox:hover .mc_a1s3_lisbox_jiao {
        transform: translate(0, 0);
    }

    .mc_a1s3_lisbox:hover .mc_a1s3_title {
        color: #124d9a;
    }

    .mc_a1s3_l .mc_a1s3_lisbox:hover .mc_a1s3_title {
        color: #124d9a;
    }

    /*.mc_a1s3_lisbox:hover .mc_a1s3_more img {
        transform: translateX(5px);
    }*/

    .mc_a1s4_lisbox:hover .mc_list_img {
        transform: scale(1.05);
    }

    .mc_a1s4_lisbox:hover .mc_a1s4_title {
        color: #124d9a;
    }

    .mc_a1s4_lisbox:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    }

    .mc_helpr_lisbox:hover .mc_helpr_title {
        color: #124d9a;
    }

    .mc_a1s2_r_a:hover::before {
        transform: translateX(0);
        opacity: 1;
    }


    .mc_thirnav_a:hover {
        color: #28ac9f !important;
    }

    .mc_thirnav_a:hover .mc_thirnav_icon {
        opacity: 1;
        transform: translateX(0);
    }

    .mc_bread_a:hover {
        color: #124d9a;
    }

    .mc_arrow:hover span {
        color: #124d9a;
    }

    .mc_newss1t_lisbox:hover .mc_newss1t_title {
        color: #124d9a;
    }

    .mc_newss1t_lisbox:hover .mc_more_btn {
        color: #124d9a;
    }

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

    .mc_newss1b_nav li:hover a {
        color: #fff;
    }

    .mc_newss1b_nav li:hover a::before {
        width: 100%;
    }

    .mc_newss1b_lisbox:hover .mc_newss1b_title {
        color: #124d9a;
    }

    .mc_newss1b_lisbox:hover .mc_more_btn {
        color: #124d9a;
    }

    .mc_newss1b_lisbox:hover .mc_more_btn .iconfont {
        color: #124d9a;
        transform: rotate(180deg) translateX(-10px);
    }

    .mc_pcfy_nav li:hover::before {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        opacity: 1;
    }

    .mc_pcfy_nav li:hover a {
        color: #fff;
    }

    .mc_pcfy_nav li:hover {
        border-color: transparent;
    }

    .mc_pcfy_prev:hover .mc_icon_prev {
        background: url(../images/fy_prev_white.png) center / cover no-repeat;
    }

    .mc_pcfy_next:hover .mc_icon_next {
        background: url(../images/fy_next_white.png) center / cover no-repeat;
    }

    .mc_newss2_lisbox:hover .mc_newss2_imgbox::before {
        opacity: 1;
    }

    .mc_newss2_lisbox:hover .mc_list_play {
        opacity: 1;
    }

    .mc_newss2_lisbox:hover .mc_list_imgbox>img {
        opacity: 1;
        transform: scale(1.1);
    }

    .mc_newss3_a:hover::before {
        width: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .mc_newss3_a:hover {
        color: #fff;
    }

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

    .mc_newsd_arrow a:hover::before {
        height: 100%;
    }

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

    .mc_newsdrs1_lisbox:hover .mc_newsdrs1_title {
        color: #124d9a;
    }

    .mc_sharebox:hover .mc_icon_wb {
        background: url(../images/xtb_wbc.png) center / cover no-repeat;
        animation: mcfade .36s ease;
    }

    .mc_sharebox:hover .mc_icon_wx {
        background: url(../images/xtb_wxc.png) center / cover no-repeat;
        animation: mcfade .36s ease;
    }

    .mc_sharebox:hover .mc_icon_in {
        background: url(../images/xtb_inc.png) center / cover no-repeat;
        animation: mcfade .36s ease;
    }

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

    .mc_msc_hottag a:hover {
        opacity: .6;
    }

    /* hover end */
}

@keyframes mcfade {
    0% {
        opacity: 0;
    }
}

/*.mc_banner .mc_title30,
.mc_banner .mc_newss2_li,
.mc_banner .mc_newss1_top {
    animation-delay: 0.3s;
    animation-name: fadeIn;
}

.mc_banner .mc_newss1b_nav,
.mc_banner .mc_newss1b_li,
.mc_banner .mc_newss3_li,
.mc_banner .mc_newsdrs1_li {
    animation-delay: 0.3s;
    animation-name: fadeInUp;
}

.mc_banner .mc_ban_title,
.mc_banner .mc_ban_videobox,
.mc_banner .mc_ban_txt,
.mc_banner .mc_ban_more {
    opacity: 0;
    transform: translateY(30px);
}

.mc_section.mc_newsdr_s1 .mc_newss1b_nav,
.mc_section.mc_newsdr_s1 .mc_newss1b_li,
.mc_section.mc_newsdr_s1 .mc_newss3_li,
.mc_section.mc_newsdr_s1 .mc_newsdrs1_li {
    animation-delay: 0.3s;
    animation-name: none;
}
.mc_section.mc_news_s2 .mc_title30,  
.mc_section.mc_news_s2 .mc_newss2_li, 
.mc_section.mc_news_s2 .mc_newss1_top {
    animation-delay: 0.3s;
    animation-name: none;
}
.mc_section.mc_news_s3 .mc_newss1b_nav, 
.mc_section.mc_news_s3 .mc_newss1b_li, 
.mc_section.mc_news_s3 .mc_newss3_li, 
.mc_section.mc_news_s3 .mc_newsdrs1_li {
    animation-delay: 0.3s;
    animation-name: none;
}
.mc_section .mc_newss1_top{
    animation-delay: 0.3s;
    animation-name: none;
}
.mc_news_detail .mc_bread_navbox{
    position: static;
    left: 0;
    transform: translateX(0);
}
.mc_ban_imgbox {
    transform: scale(1.2);
    transition: all 5s;
}

.mc_ban_li.slick-active .mc_ban_title {
    animation: mcfadeup 1s forwards;
    animation-delay: 1s;
}
.mc_ban_li.slick-active .mc_ban_txt {
    animation: mcfadeup 1s forwards;
    animation-delay: 1.2s;
}
.mc_ban_li.slick-active .mc_ban_more {
    animation: mcfadeup 1s forwards;
    animation-delay: 1.4s;
}

.mc_ban_li.slick-active .mc_ban_imgbox {
    transform: scale(1);
}

.mc_ban_li.slick-active .mc_ban_videobox {
    animation: mcfadeup 1s forwards;
    animation-delay: 1.2s;
}

.mc_a1s2_l {
    animation-name: fadeInUp1;
    animation-delay: .3s;
}

.mc_a1s2_m {
    animation-name: fadeInUp1;
    animation-delay: .5s;
}

.mc_a1s2_r {
    animation-name: fadeInUp1;
    animation-delay: .7s;
}

.mc_a1s3_title {
    animation-name: fadeInUp1;
    animation-delay: 1.3s;
}

.mc_a1s3_txt {
    animation-name: fadeInUp1;
    animation-delay: 1.5s;
}

.mc_a1s3_more {
    animation-name: fadeInUp1;
    animation-delay: 1.7s;
}
.g_anno .mc_a1s3_title {
    animation-name: none;
    animation-delay: 1.3s;
}

.g_anno .mc_a1s3_txt {
    animation-name: none;
    animation-delay: 1.5s;
}

.g_anno .mc_a1s3_more {
    animation-name: none;
    animation-delay: 1.7s;
}
.mc_a1s3l_tag.fadeInDown{
    animation-name: none;
}
*/
@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }
}

@keyframes mcfadeup {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mc_pos_bot {
    overflow: hidden;
}

.mc_bannews_slick {
    animation-name: fadeInUp;
}

.mc_a1s3_lisbox_jiao {
    position: absolute;
    right: 0;
    top: 0;
    width: 3em;
    height: 3em;
    z-index: 10;
    transform: translate(100%, -100%);
    transition: all .36s ease-out;
}

.mc_a1s3_lisbox_jiao1 {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 1.73em;
    height: 3em;
    background: linear-gradient(240deg, #fff 50%, #124d9a 0);
    transform: translateY(-1.3em) rotate(-30deg);
    transform-origin: bottom right;
    border-bottom-left-radius: inherit;
    /*box-shadow: -0.2em 0.2em 0.3em -0.1em #144b94;*/
}

.mc_a1s3_lisbox_jiao2 {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1.7em;
    height: 1.7em;
    background: #fff;
}

.mc_anmt_modal {
    position: relative;
}

/*.mc_anmt_modal::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #cef1ed;
    transition: all 1s .3s;
}*/

.mc_anmt_modal.animated::before {
    width: 0;
}

.mc_a1s3_modal {
    animation: none !important;
    visibility: visible !important;
}

.mc_videom_content {
    width: 1600px;
}

.mc_videom_close {
    font-size: 50px;
}

.mc_a1s3_more_ph {
    display: none;
}

.mc_lang_xl {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    top: 100%;
    background: #fff;
    padding: 8px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mc_language .mc_lang_xl a {
    line-height: 20px !important;
    padding: 8px 0;
    text-align: center;
}

.mc_a1s1 {
    position: relative;
}

.mc_a1s1_container {
    position: relative;
}

.mc_a1s1_dotsbox {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    pointer-events: none;
}

.mc_a1s1_dotsbox .slick-dots {
    text-align: left;
}

.mc_a1s1_dotsbox .slick-dots li {
    pointer-events: all;
    width: 35px;
    height: 4px;
    border-radius: 0;
    background: #bbbbbb;
}

.mc_a1s1_dotsbox .slick-dots li {
    pointer-events: all;
    width: 35px;
    height: 4px;
    border-radius: 0;
    background: #bbbbbb;
    margin: 0 2px 0 0;
}

.mc_a1s1_dotsbox .slick-dots li.slick-active {
    background: #124bbe;
}

.mc_a1s1_l {
    width: 470px;
    padding-top: 120px;
}

.mc_a1s1_r {
    position: relative;
    width: 377px;
}

/*.mc_a1s1_r::before {
    content: "";
    position: absolute;
    top: -87px;
    left: -199px;
    width: 220px;
    height: 120px;
    background: #cef1ed;
    z-index: 10;
}

.mc_a1s1_r::after {
    content: "";
    position: absolute;
    bottom: -87px;
    left: -199px;
    width: 220px;
    height: 120px;
    background: #cef1ed;
    z-index: 10;
}*/

.mc_a1s1_m {
    position: absolute;
    top: 0;
    left: 53%;
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
    z-index: -1;
    text-align: center;
}

.mc_a1s1_m::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: rgba(40, 172, 159, 0.08);
}

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

.mc_a1s1_r_li {
    cursor: pointer;
    position: absolute;
    user-select: none;
}

.mc_a1s1_r_xtbox {
    position: relative;
    width: 84px;
    height: 84px;
    text-align: center;
    line-height: 84px;
    border-radius: 50%;
    border: 1px solid #28ac9f;
    transition: all .36s;
    background: #cef1ed;
}


.mc_a1s1_r_xtbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 84%;
    height: 84%;
    border-radius: 50%;
    border: 1px dashed #28ac9f;
    transition: all .36s;
}

.mc_a1s1_r_li {
    display: block;
}

/*.mc_a1s1_r_li:nth-child(1),
.mc_a1s1_r_li:nth-child(2),
.mc_a1s1_r_li:nth-child(3),
.mc_a1s1_r_li:nth-child(4),
.mc_a1s1_r_li:nth-child(5) {
    display: block;
}*/

/*.mc_a1s1_r_li:nth-child(3) .mc_a1s1_r_xtbox {
    background: #28ac9f;
}

.mc_a1s1_r_li:nth-child(3) .mc_a1s1_r_xtbox::before {
    border-color: #fff;
}*/

.mc_a1s1_r_title {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    font-size: 16px;
    margin-top: 5px;
    white-space: nowrap;
}

.mc_a1s1_r_li1 img {
    width: 68%;
}

.mc_a1s1_r_li2 img {
    width: 45%;
}

.mc_a1s1_r_li3 img {
    width: 45%;
}

.mc_a1s1_r_li4 img {
    width: 45%;
}

.mc_a1s1_r_li5 img {
    width: 45%;
}

.mc_a1s1_r_li5 img {
    width: 45%;
}

/* .mc_a1s1_r_li1 {
    left: 0;
    top: -7%;
}

.mc_a1s1_r_li2 {
    right: 21%;
    top: 11%;
}

.mc_a1s1_r_li3 {
    right: 1%;
    bottom: 45%;
}

.mc_a1s1_r_li4 {
    right: 21%;
    bottom: 12%;
}

.mc_a1s1_r_li5 {
    left: 0;
    bottom: -7%;
} */

.mc_a1s1_l_li:not(:first-child),
.mc_a1s1_m_li:not(:first-child) {
    display: none;
}


.mc_a1s1_m_li_imgbox img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.mc_a1s1_m_slick {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.mc_a1s1_m_li_imgbox {
    position: relative;
    width: 587px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.mc_a1s1_l_li.slick-active .mc_a1s1_title {
    animation: fadeInUp1 1s ease;
}

.mc_a1s1_l_li.slick-active .mc_a1s1_txt {
    animation: fadeInUp1 1s ease;
}

.mc_a1s1_l_li.slick-active .mc_a1s1_more {
    animation: fadeInUp1 1s ease;
}


.mc_a1s1_m_li1 .mc_a1s1_m_li_imgbox {
    overflow: visible;
}

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

.mc_a1s1_m_li.slick-active img {
    transform: translate(0, 0);
}

.mc_a1s1_m_li1 img {
    transition: all .8s .3s ease-out;
}

.mc_a1s1_m12 {
    transform: translateX(120px);
}

.mc_a1s1_m13 {
    transform: translateX(-120px);
}

.mc_a1s1_m14 {
    transform: translateY(120px);
}

.mc_a1s1_m15 {
    transform: translateY(120px);
}




.mc_thirnav_li {
    margin-right: 0;
    /*float: left;*/
    /* width:50%; */
}

.mc_thirnav_li {
    width: 100%;
    margin-right: 40px;
    width: auto;
}

/*grace*/

/*标题 规范*/
.g_title_h1 {
    color: #333;
    font-size: 46px;
    line-height: 56px;
}

.g_title_h2 {
    color: #28ac9f;
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}

.g_title_h3 {
    color: #333;
    font-size: 24px;
    line-height: 34px;
}

.g_title_h4 {
    font-size: 30px;
    color: #28ac9f;
    line-height: 50px;
}

/*标题 规范-end*/

/*正文 规范-start*/
.g_word p {
    color: #888888;
    font-size: 16px;
    line-height: 28px;
}

.g_word1 p {
    color: #888888;
    font-size: 14px;
    line-height: 26px;
}

.g_word2 p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

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

.g_word4 p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
	text-indent: 2em;
}

/*正文 规范-end*/



.g_word1 h5 {
    color: #28ac9f;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.g_title_h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 2px;
    background: #28ac9f;
}

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

.g_pic img {
    width: 100%;
    height: 100%;
    transition: all .36s ease;
}

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

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

.g_banner,
.g_banimg,
.g_banimg img {
    width: 100%;
}

.g_banimg_ph {
    display: none;
}

.g_banner {
    position: relative;
}

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

.g_banner4 .g_ban_title {
    width: 1400px;
}

.g_ban_title h1 {
    color: #fff;
    font-size: 46px;
    line-height: 72px;
}

.g_ban_title p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.mc_bread_navbox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mc_bread_navbox .mc_divider_l {
    border-color: transparent;
}

.mc_bread_navbox .mc_bread_container {
    border-color: transparent;
}

.mc_bread_navbox {
    border-top: 1px solid rgba(255, 255, 255, .2);
    width: 100%;
}

.g_annotop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #cef1ed;
    height: 440px;
    width: 100%;
    z-index: -1;
}

.g_annotop .mc_bread_li a {
    color: #666;
}

.g_anno .mc_bread_navbox {
    position: static;
    transform: translateX(0);
    margin-top: 76px;
}

.g_anno .mc_bread_li {
    color: #666;
}

.g_anno .g_title_h1 {
    margin-top: 70px;
}

.g_banner .mc_bread_li {
    color: #fff;
}

.mc_a1s3_box {
    margin-top: 56px;
}

/*.g_anno .mc_a1s3_rb .mc_a1s3_lisbox {
    height: 219px;
}*/
.g_annobot {
    margin-top: 92px;
}

.g_annobot {
    margin-top: 80px;
}

.g_anno_fl {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.g_anno_ltnr a {
    padding: 14px 0;
    width: 100%;
}

.g_anno_ltnr {
    border-bottom: 1px solid #d7e5f4;
}

.g_anno_fl {
    width: 60%;
}

.g_anno_ltnr p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    width: 7%;
    font-family: "MONTSERRAT-LIGHT" !important;
}

.g_anno_fr {
    margin-right: 125px;
    position: relative;
    width: 21px;
    transition: all .36s ease;
}

.g_anno_fr img {
    width: 100%;
}

.g_anno_list {
    margin-bottom: 100px;
}

.g_anno_fr1 {
    position: relative;
    top: 5px;
    left: 0;
}

.g_anno_fr2 {
    position: absolute;
    top: 11px;
    left: 0;
    opacity: 0;
}

.g_anno .mc_a1s3_l a {
    color: #cef1ed;
}

.g_infopt1_wd h3 {
    color: #333;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.g_infopt1_wd {
    margin-bottom: 60px;
}

.g_infopt1_wd p {
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.g_infopt1 {
    padding: 90px 0 58px;
}

.g_infopt2tu2 {
    display: none;
}

.g_infopt2tu,
.g_infopt2tu img {
    width: 100%;
}

.g_infopt2 {
    position: relative;
}

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

.g_infoplay img {
    width: 100%;
}

.g_infopt5tu,
.g_infopt5tu img {
    width: 100%;
}

.g_infopt5tu2 {
    display: none;
}

.g_infopt4nr {
    width: 1000px;
    margin: 0 auto;
}

.g_infopt3 {
    background: #cef1ed;
    padding: 90px 0 100px;
}

.g_infopt4 {
    padding: 90px 0 66px;
}

.g_com_pt1 {
    padding: 90px 0 76px;
}

.g_com_pt2,
.g_com_pt1 {
    overflow: hidden;
}

.g_infopt3nr {
    width: 20%;
    margin: 0 28px;
}

.g_infopt3_year {
    color: #28ac9f;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 26px;
    font-family: "MONTSERRAT-REGULAR" !important;
}

.g_infopt3sk {
    margin-top: 66px;
}

.g_infopt3wz p {
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.g_infopt3_p p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}

.g_infopt3sk {
    padding: 0 50px;
}

.g_infopt3nr {
    position: relative;
}

.g_infopt3nr::before {
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #d7e5f4;
}

.g_infopt3nr::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -24px;
    width: 2px;
    height: calc(100% - 10px);
    background: #d7e5f4;
}

.g_infopt3sk .slick-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/f1arrow1.png) no-repeat;
    width: 16px;
    height: 30px;
    transition: all .36s ease;
}

.g_infopt3sk .slick-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/f1arrow2.png) no-repeat;
    width: 16px;
    height: 30px;
    transition: all .36s ease;
}

.g_infopt4_num {
    margin-top: 26px;
    position: relative;
}

.g_infopt4_numbk {
    width: 800px;
    margin: 0 auto;
}

.g_infopt4_nrbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 660px;
}

.g_infopt4_nr {
    display: inline-block;
}

.g_infopt4wz p {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
}

.g_infopt4wz p span {
    color: #28ac9f;
    font-weight: bold;
}

.g_infopt4_nrfl {
    padding: 0 30px;
}

.g_shu p {
    color: #28ac9f;
    font-size: 60px;
    display: inline-block;
    font-family: "MONTSERRAT-BOLD" !important;
}

.g_shu span {
    color: #28ac9f;
    font-size: 36px;
}

.g_infopt4_ot {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-top: 18px;
}

.g_shu {
    text-align: left;
}

.g_com_pt1fl {
    width: 33.333333%;
    margin: 0 27px;
    margin-bottom: 5px;
}

.g_com_pt1nr {
    margin: 0 -27px;
}

.g_com_pt1wz {
    border: 1px solid #e9eaf1;
    padding: 28px 25px;
    border-top: 0px solid #e9eaf1;
    position: relative;
    margin-bottom: 1px;
}

.g_com_pt1wz::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 3px;
    height: 16px;
    background: #1e57a3;
}

.g_com_pt1wzfr {
    color: #1e57a3;
    font-size: 14px;
    line-height: 18px;
    padding-left: 12px;
    font-family: "MONTSERRAT-LIGHT" !important;
}

.g_com_pt1wzfl {
    width: 20px;
}

.g_com_pt1wzfl img {
    width: 100%;
}

.g_compt1_time {
    margin-bottom: 18px;
}

.g_com_pt1wz p {
    color: #323333;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .36s ease;
}

.g_com_pt1wz span {
    color: #888988;
    font-size: 16px;
    line-height: 30px;
}

.g_com_pt1nr .slick-dots {
    top: -95px;
    right: 20px;
    text-align: right;
    height: 4px;
}

.g_com_pt1nr .slick-dots li {
    width: 30px;
    height: 4px;
    margin: 0 4px;
    border-radius: 0;
    background: #bcbbbb;
}

.g_com_pt1nr .slick-dots li.slick-active {
    background: #1b4c9f;
}

.g_com_pt2 {
    background: #cef1ed;
    padding: 64px 0;
}

.g_com_pt2fl {
    width: 25%;
    position: relative;
}

.g_com_pt2fl a {
    display: block;
    padding: 12px 95px;
}

.g_com_pt2nr {
    width: 1100px;
    margin: 0 auto;
}

.g_com_pt2fl p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    transition: all .36s ease;
}

.g_com_pt2tu {
    width: 60px;
    margin: 0 auto 24px;
}

.g_com_pt2tu img {
    width: 100%；
}

.g_com_pt2fl::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d7e5f4;
}

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

.g_win {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
}

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

.g_winvio video {
    width: 100%;
}

.g_close {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    top: -50px;
    right: -50px;
    color: #fff;
    cursor: pointer;
}

.g_infopt5 {
    width: 100%;
    display: none;
    position: fixed;
    left: 50%;
    top: 70px;
    max-width: 1920px;
    transform: translateX(-50%);
    z-index: -1;
}

.g_com_pt1,
.g_infopt4 {
    background: #fff;
}

.g_com_pt1,
.g_com_pt1,
.mc_footer {
    position: relative;
    z-index: 5;
}

.g_infopt1 {
    background: #fff;
}

.g_cominfo .g_com_pt1 {
    margin-top: 50vh;
}

.g_infopt5.act {
    display: block;
}

.g_infopt2_vio {
    position: relative;
}

.g_infopt2_mcx {
    width: 150px;
    height: 100%;
    background: #fff;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    z-index: 5;
}

.g_infopt2_mcy {
    width: 100%;
    height: 60px;
    background: #fff;
    transition: all .5s ease;
    position: absolute;
    left: 0;
    z-index: 5;
}

.g_infopt2_mc1 {
    left: 0;
}

.g_infopt2_mc2 {
    right: 0;
}

.g_infopt2_mc3 {
    top: 0;
}

.g_infopt2_mc4 {
    bottom: 0;
}

.g_infopt2_mc {
    width: 100%;
}

.g_infopt2.act .g_infopt2_mcx {
    width: 0;
}

.g_infopt2.act .g_infopt2_mcy {
    height: 0;
}

.g_infopt4wz {
    overflow: hidden;
}

/*F3市场活动 - start*/
.g_market .g_anno_list {
    margin-bottom: 0;
}

.g_market .g_annobot {
    background: #cef1ed;
    padding: 90px 0;
}

.g_mkpt1fl {
    width: 33.333333%;
    margin: 0 25px;
}

.g_mkpt1_sk {
    margin: 0 -25px;
}

.g_mkpt1wz {
    padding: 20px 16px;
}

.g_mkpt1_title h4 {
    color: #323333;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 6px;
}

.g_mkpt1_title p {
    color: #888988;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.g_mkpt1_time {
    margin-top: 14px;
    margin-bottom: 6px;
}

.g_mkpt1_time1 {
    width: 20px;
}

.g_mkpt1_time1 img {
    width: 100%;
}

.g_mkpt1_time2 {
    padding-left: 10px;
    color: #1e58a4;
    font-size: 12px;
    line-height: 20px;
    font-family: "MONTSERRAT-LIGHT" !important;
    font-weight: bold;
}

.g_mkpt1_sk .mc_a1s1_more {
    display: inline-block;
}

/* .g_mkpt1_sk .mc_more1_btn {
    color: #888988;
    border: 2px solid #cac9c9;
} */
/* .g_mkpt1_sk .mc_more1_btn::after {
    background: url(../images/f3arrow9.png) center / contain no-repeat;
} */
.g_mkpt1_sk .slick-prev {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/f1arrow1.png) no-repeat;
    width: 16px;
    height: 30px;
    transition: all .36s ease;
}

.g_mkpt1_sk .slick-next {
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/f1arrow2.png) no-repeat;
    width: 16px;
    height: 30px;
    transition: all .36s ease;
}

.g_market .g_annobot {
    margin-top: 0;
}

.g_mkpt1 {
    padding: 90px 0 80px;
}

.g_mkpt2 {
    padding: 60px 0 0;
}

.g_mkpt2sk1fl {
    display: none;
    position: relative;
    width: 100%;
}

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

.g_mkpt2sk1_img {
    width: 44%;
}

.g_mkpt2sk1_wz {
    width: 56%;
    padding-left: 74px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.g_mkpt2sk1fl a {
    display: block;
}

.g_mkpt2bot .mc_a1s1_more {
    display: inline-block;
}

.g_mkpt2sk1_wz h4 {
    color: #28ac9f;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.g_mkpt2sk1_wz p {
    color: #888888;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    max-height: 90px;
}

.g_mkpt2bot .mc_a1s1_more {
    margin-top: 90px;
}

.g_mkpt2sk2 {
    margin-top: 66px;
}

.g_mkpt2sk2fl {
    width: 14.285714%;
}

.g_mkpt2sk2icon {
    margin: 0 auto 14px;
    width: 124px;
}

.g_mkpt2sk2icon img {
    width: 100%;
}

.g_mkpt2sk2wz {
    text-align: center;
}

.g_mkpt2btn {
    width: 21px;
    height: 5px;
    margin: 10px auto 0;
}

.g_mkpt2btn img {
    width: 100%;
}

.g_mkpt2sk2wz p {
    color: #28ac9f;
    font-size: 18px;
    line-height: 30px;
}

.g_mkpt2sk2wz span {
    color: #888888;
    font-size: 14px;
    line-height: 30px;
    font-family: 'MONTSERRAT-LIGHT' !important;
}

.g_mkpt2btn .g_pic2 {
    opacity: 0;
}

.g_mkpt2sk2fl {
    position: relative;
    cursor: pointer;
}

.g_mkpt2sk2fl::before {
    content: '';
    position: absolute;
    top: 58px;
    right: 0;
    background: url(../images/sanjiao.png) no-repeat;
    width: 12px;
    height: 17px;
    z-index: 10;
}

.g_mkpt2sk2 {
    position: relative;
}

.g_mkpt2sk2::before {
    content: '';
    position: absolute;
    top: 58px;
    right: 1px;
    width: 12px;
    height: 17px;
    background: #cef1ed;
    z-index: 20
}

.g_mkpt2sk2icon .g_pic2 {
    opacity: 0;
}

.g_mkpt2sk2 .slick-prev {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/f1arrow1.png) no-repeat;
    width: 16px;
    height: 30px;
    transition: all .36s ease;
}

.g_mkpt2sk2 .slick-next {
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/f1arrow2.png) no-repeat;
    width: 16px;
    height: 30px;
    transition: all .36s ease;
}

.mc_more1_btn p {
    line-height: 30px;
    height: auto;
}

.g_mkpt2sk2fl.slick-current .g_pic2 {
    opacity: 1;
}

/*F3市场活动 - end*/
/*视频中心 - start*/
.g_com_play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px !important;
    height: 50px !important;
}

.g_com_vi {
    position: relative;
    cursor: pointer;
}

.g_video .g_com_pt1fl {
    margin-bottom: 50px;
}

.g_com_pt1nr {
    margin-bottom: 20px;
}

.g_video {
    padding: 100px 0 30px;
}

.g_video_sk {
    margin-bottom: 100px;
}

.g_videofl {
    width: 44%;
}

.g_videofr {
    width: 56%;
    padding-left: 76px;
}

.g_videofr .mc_a1s1_more {
    display: inline-block;
}

.g_videowz {
    margin-bottom: 95px;
}

.g_videowz h3 {
    margin-bottom: 10px;
    max-height: 34px;
    overflow: hidden;
}

.g_videowz {
    margin-top: 38px;
}

/* .g_video{
    cursor: pointer;
} */
/* .g_video .mc_more1_btn {
    color: #888888;
    border: 2px solid #888888;
} */
/* .g_video .mc_more1_btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 10px;
    margin-left: 5px;
    transform: translateY(-1px);
    background: url(../images/f3arrow9.png) center / contain no-repeat;
} */
.g_videofl {
    position: relative;
}

.g_video_nr {
    display: none;
}

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

.g_video_sk .slick-dots li {
    width: 30px;
    height: 4px;
    margin: 0 4px;
    border-radius: 0;
    background: #bcbbbb;
}

.g_video_sk .slick-dots li.slick-active {
    background: #1b4c9f;
}

.g_video_sk .slick-dots {
    bottom: 0;
    right: 0;
    text-align: right;
    height: 4px;
}

.g_video_sk .mc_ban_video_btn .g_com_play img {
    width: 50px;
    margin-right: 0;
}

.g_videotan {
    width: 1000px;
}

/*视频中心 - end*/
/*企业文化 - start*/
.g_cult .g_title_h2 {
    text-align: center;
}

.g_cult .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_cultpt1 {
    padding: 90px 0;
}

.g_cultpt1nr {
    margin-top: 66px;
    position: relative;
}

.g_cultpt1bj,
.g_cultpt1bj img {
    width: 100%;
}

.g_cultpt1fl {
    width: 20%;
    height: 100%;
}

.g_cultpt1_allboc {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

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

.g_cultpt1nr {
    position: relative;
}

.g_cultpt1flb {
    /*position: absolute;
    top:42%;
    left:50%;
    transform: translate(-50%,-50%);*/
    width: 100%;
    padding: 0 70px;
}

.g_cultpt1fl {
    position: relative;
    height: 100%;
    padding: 225px 0 250px;
}

.g_cultpt1_tit {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 24px;
}

.g_cultpt1flb p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    opacity: 0;
    transition: all .36s ease;
    transform: translateY(20px);
}

.g_round {
    width: 12px;
    height: 12px;
    margin: 0 auto 34px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
}

.g_round::before {
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    transition: all .5s ease-out;
}

.g_cultpt1fl {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.g_cultpt1fl::last-child {
    display: none;
}

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

.g_cultpt2fl {
    display: none;
}

.g_cultpt2nr {
    width: 1075px;
    margin: 0 auto;
}

.g_cultpt2nr {
    margin-top: 38px;
}

.g_cultpt2tu,
.g_cultpt2tu img {
    width: 100%;
}

.g_cultpt2fl {
    position: relative;
    cursor: pointer;
}

.g_cultpt2_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.g_cultpt2_playtu {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.g_cultpt2_playtu img {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}

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

.g_cultpt2nr {
    margin-bottom: 160px;
}

.g_cultpt2sk .slick-dots {
    bottom: -38px;
}

.g_cultpt2sk .slick-dots li.slick-active {
    background: #28ac9f;
}

.g_cultpt2sk .slick-prev {
    left: -125px;
    background: url(../images/b1arrow1.png) no-repeat;
    width: 69px;
    height: 69px;
    z-index: 10;
    box-shadow: 0 5px 15px 5px rgba(52, 51, 51, .11);
    border-radius: 50%;
}

.g_cultpt2sk .slick-next {
    right: -125px;
    background: url(../images/b1arrow2.png) no-repeat;
    width: 69px;
    height: 69px;
    box-shadow: 0 5px 15px 5px rgba(52, 51, 51, .11);
    border-radius: 50%;
}

.g_cultpt2_dots span {
    font-family: 'MONTSERRAT-REGULAR' !important;
    color: #d2d3d3;
    font-size: 24px;
    line-height: 34px;
}

.g_cultpt2_img {
    position: relative;
}

.g_cultpt2_imgdots {
    position: absolute;
    top: -30px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}

.g_cultpt2_dotsfl:last-child {
    margin-left: 16px;
}

.g_cultpt2_dotsfl {
    cursor: pointer;
    width: 54px;
}

.g_cultpt2_dotsfl img {
    width: 100%;
}

.g_cultpt2 {
    margin-bottom: 70px;
}

.g_cultpt3fl {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 76px;
}

.g_cultpt3_top,
.g_cultpt3_bot {
    margin: 0 -20px;
}

.g_cultpt3 {
    position: relative;
}

.g_cultpt3all {
    margin-top: 60px;
}

.g_cultpt3fl h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 10px;
    height: 34px;
    overflow: hidden;
}

.g_cultpt3fl p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.g_videowz p {
    max-height: 90px;
    overflow: hidden;
}

/*.mc_more1_btn{
    height:40px !important;
    line-height: 38px !important; 
    color: #28ac9f !important;
}*/
.g_cultpt3bk {
    width: 100%;
    height: 720px;
}

.g_cultpt3bk img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
}

.g_cultpt3 {
    padding: 20px 0;
}

/*企业文化 - end*/
/*多节点服务器 - start*/
.g_banbtn {
    margin-top: 44px;
    border: 1px solid #fff;
    display: inline-block;
    transition: all .36s;
}

.g_banbtnfl {
    color: #fff;
    line-height: 40px;
}

.g_banbtn a {
    display: block;
    padding: 0 28px;
}

.g_banbtnfr {
    margin-left: 15px;
    line-height: 40px;
    width: 8px;
}

.g_banbtnfr img {
    width: 100%;
}

.g_serm_navfr {
    width: 340px;
    padding: 0 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.g_serm_navfr {
    background: #28ac9f;
}

.g_serm_navicon {
    width: 37px;
    line-height: 92px;
}

.g_serm_navwd {
    line-height: 92px;
    color: #fff;
    font-size: 20px;
    padding-left: 18px;
}

.g_serm_navbox {
    border-bottom: 1px solid #d7e5f4;
    transition: all .36s;
    width: 100%;
}

.g_serm_navli {
    padding: 0 32px;
}

.g_serm_navli a {
    color: #888888;
    line-height: 92px;
    transition: all .36s ease;
    font-size: 16px;
    position: relative;
}

.g_serm_navli a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #28ac9f;
    content: '';
    transition: all .36s ease;
}

.g_serm_navli.on a {
    color: #28ac9f;
}

.g_serm_navli.on a::before {
    width: 100%;
}

.g_serm_navbox {
    background: #cef1ed;
}

.g_sermpt1top {
    background: #cef1ed;
    padding: 90px 0 100px;
}

.g_sermpt1_li {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    width: 220px;
}

.g_sermpt1_ulall {
    width: calc(100% - 240px);
    margin-bottom: 15px;
}

.g_sermpt1_ul li {
    padding: 0 23px;
    margin-bottom: 20px;
}

.g_sermpt1_ul li p {
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    transition: all .36s ease;
    cursor: pointer;
}

.g_sermpt1_ulfl {
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    transition: all .36s ease;
    padding: 0 23px;
    margin-bottom: 20px;
    width: 78px;
    cursor: pointer;

}

.g_sermpt1_ulall ul {
    width: calc(100% - 78px);
}

.g_sermpt1_nr {
    border-bottom: 1px solid #d7e5f4;
}

.g_sermpt1_btn {
    width: 220px;
    margin: 66px auto 0;
    border: 1px solid #28ac9f;
    text-align: center;
    cursor: pointer;
    transition: all .36s;
}

.g_sermpt1_btnfl {
    color: #28ac9f;
    line-height: 42px;
    font-size: 16px;
    transition: all .36s;
}

.g_sermpt1_btnfr {
    margin-left: 26px;
    width: 8px;
    line-height: 42px;
}

.g_sermpt1_but {
    display: inline-block;
}

.g_sermpt1_btnfr img {
    width: 100%;
    height: auto;
    transition: all .36s;
}

.g_ser_search {
    padding: 66px 0;
}

.g_ser_searchfl .g_serm_sectu {
    width: 260px;
}

.g_ser_searchfl {
    width: 25%;
    margin-bottom: 30px;
    position: relative;
    border-right: 1px solid #e2ecf7;
}

.g_ser_searchfl a {
    padding: 40px;
}

.g_ser_searchfl:nth-of-type(4n+1) {
    border-left: 1px solid #e2ecf7;
}

.g_serm_sec {
    margin-top: 50px;
    position: relative;
}

.g_serm_sec h4 {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 6px;
    transition: all .36s ease;
}

.g_ser_searchfl {
    position: relative;
}

.g_ser_searchfl::before {
    content: '';
    position: absolute;
    bottom: 122px;
    left: 0;
    width: 2px;
    height: 20px;
    background: #28ac9f;
}

.g_serm_sec p {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.g_serm_secbtn {
    width: 30px;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.g_serm_secbtn img {
    height: auto;
}

.g_serm_secbtn .g_pic2 {
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0;
}

.g_sermpt1bot {
    display: none;
}

.g_sermpt1_ul li.on p {
    color: #28ac9f;
}

.g_sermpt1_ulall.active .g_sermpt1_ulfl {
    color: #28ac9f;
}

.g_sermpt1_ulall.active ul li p {
    color: #28ac9f;
}

.g_sermpt2 {
    padding: 190px 0;
}

.g_sermpt2fr {
    width: 549px;
}

.g_sermpt2fr img {
    width: 100%;
}

.g_sermpt2fl {
    width: calc(100% - 549px);
}

.g_sermpt2wz h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
}

.g_sermpt2wz p {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 24px;
}

.g_sermpt2btn {
    margin-top: 40px;
    width: 156px;
    border: 2px solid #fff;
    transition: all .36s;
}

.g_sermpt2btn a {
    display: block;
    padding: 0 30px;
}

.g_sermpt2btnfl {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    transition: all .36s;
}

.g_sermpt2btnfr {
    width: 8px;
    line-height: 38px;
    margin-left: 14px;
}

.g_sermpt2btnfr img {
    width: 100%;
    height: auto;
}

.g_sermpt3fl {
    width: 25%;
    padding: 60px 60px 50px;
    text-align: center;
    border-right: 1px solid #d8e6f4;
}

.g_sermpt3tu {
    width: 89px;
    margin: 0 auto 36px;
}

.g_sermpt3tu img {
    width: 100%;
}

.g_sermpt3 {
    padding: 90px 0 100px;
}

.g_sermpt3fl h4 {
    color: #28ac9f;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
}

.g_sermpt3fl p {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
}

.g_sermpt3nr {
    margin-top: 66px;
}

.g_sermpt4 {
    padding: 90px 0 100px;
    background: #cef1ed;
}

.g_sermpt4fl {
    width: 25%;
    position: relative;
    margin: 0 9px;
}

.g_sermpt4nr {
    margin: 0 -9px;
}

.g_sermpt4all {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 84px);
    transition: all .36s ease;
}

.g_sermpt4wz p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    transition: all .36s ease;
}

.g_sermpt4arr {
    margin-top: 20px;
    width: 30px;
    transition: all .36s ease;
    opacity: 0;
}

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

.g_sermpt5 {
    padding: 90px 0 65px;
    border-bottom: 1px solid #d7e5f4;
}

.g_sermpt6 {
    padding: 90px 0 100px;
}

.g_sermpt5_top a {
    position: relative;
    width: 100%;
}

.g_sermpt5_topfr {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% - 600px);
    background: #f3f5fa;
    padding: 90px 50px 90px 125px;
}

.g_sermpt5_topfl {
    width: 600px;
}

.g_sermpt5_topfr h3 {
    color: #1e57a3;
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin-bottom: 16px;
}

.g_sermpt5_topfr p {
    color: #888;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.g_sermpt5 .g_sermpt2btnfl {
    color: #1e57a3;
}

.g_sermpt5 .g_sermpt2btn {
    border: 2px solid#1e57a3;
}

.g_sermpt5top {
    margin-bottom: 22px;
}

.g_sermpt5fl {
    width: 33.333333%;
    margin: 0 12px;
}

.g_sermpt5fl a {
    background: #f3f5fa;
    padding: 30px 95px 36px 42px;
    position: relative;
    display: block;
}

.g_sermpt5fl h4 {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    transition: all .36s ease;
}

.g_sermpt5nr .g_sermpt4arr {
    margin-top: 0;
    opacity: 1;
    width: 21px;
    position: absolute;
    bottom: 30px;
    right: 36px;
}

.g_sermpt5nr .g_sermpt4arr img {
    height: auto;
}

.g_sermpt5nr .g_sermpt4arr .g_pic2 {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
}

.g_sermpt5nr {
    margin: 0 -12px;
}

.g_sermpt5fl a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #cfd4e0;
    width: 3px;
    height: 100%;
    transition: all .36s ease;
}

.g_sermodel .g_sermpt6 {
    padding: 90px 0 100px;
    border-bottom: 1px solid #d7e5f4;
}

.g_sermpt6nr {
    margin: 0 -10px;
}

.g_sermpt6fl {
    width: 25%;
    padding: 0 10px;
}

.g_sermpt6b {
    border: 1px solid #d8e0ea;
    padding: 24px 32px;
    background: #f3f5fa;
    position: relative;
    transition: all .36s ease;
}

.g_sermpt6fltu {
    width: 46px;
}

.g_sermpt6fltu img {
    width: 100%;
}

.g_sermpt6b p {
    width: calc(100% - 78px);
    padding-left: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #323333;
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    transition: all .36s ease;
    padding-right: 30px;
}

/*多节点服务器 - end*/
.g_banimg {
    position: relative;
}

.g_banimg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.g_video .g_com_pt1fl {
    margin: 0;
    padding: 0 27px;
    margin-bottom: 54px;
}

/*.mc_a1s3_txt span{
    display: block;
}*/
.g_time {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 30px;
    font-family: "MONTSERRAT-LIGHT" !important;
}

.mc_a1s3_rt .g_time {
    color: #666;
}

.g_newli a {
    color: #333;
    font-size: 16px;
    line-height: 2.5;
}

.mc_news_s2 {
    margin-bottom: 58px;
}

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

.g_sybanwz img {
    width: 100%;
}

.mc_ban_li .mc_cont1400 {
    z-index: 20;
}

.mc_pos_center {
    top: 50%;
}

.g_com_pt1fl .mc_a1s3_more {
    margin-top: 0;
}

.g_com_pt1fl .mc_a1s3_more span {
    color: #28ac9f;
}

.g_com_play::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 132%;
    height: 132%;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: mcScale 2s infinite ease;
    opacity: 0;
    transition: opacity 0.36s;
}

.g_com_play::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 155%;
    height: 155%;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: mcScale 2s infinite ease;
    opacity: 0;
    transition: opacity 0.36s;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #28ac9f !important;
}

.ma_gai .mc_subnav_r {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 90px;
}

.mc_subnav_hotli_title .mc_subnav_ht_p1,
.mc_subnav_hotli_title .mc_subnav_ht_p2 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 1.75;
}

.mc_subnav_hotli_title .mc_subnav_ht_p2 {
    font-weight: normal;
}

.ma_thirnav1t {
    font-size: 16px;
    color: #28ac9f;
    font-weight: bold;
    margin-bottom: 30px;
}

.ma_thirnav1li span {
    font-size: 16px;
}

.ma_thirnav_icon {
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.ma_thirnav1li {
    margin-right: 60px;
    float: left;
}

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

.ma_thirnav {
    padding: 0 10px;
    display: inline-block;
}

.ma_thirnav1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e8f0;
}

.ma_thirnav2 {
    display: block;
}

.ma_thirnav2 .ma_thirnav1li {
    width: 122px;
}

.ma_gai .mc_subnav_hot_li {
    margin-bottom: 0;
}

.ma_a1s1_m_li1 .mc_a1s1_m11 {
    z-index: 10;
    position: relative;
}

.aboutB-b {
    float: right;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.aboutB-b .c-menu {
    height: 120%;
    margin-left: 0;
    width: auto;
    overflow: initial;
}


.aboutB-b .items-list {
    left: -315px;
    top: 60px;
    width: auto;
    height: auto;
}

.aboutB-b {
    top: -60px;
}

.aboutB-c {
    position: absolute;
    bottom: -35px;
    left: 54%;
    transform: translateX(-50%);
}

.mc_a1s1_dotsbox {
    display: none;
}

.g_pro .mc_cont1400x {
    height: 470px !important;
    overflow: hidden;
}

.mc_news_detail {
    padding-top: 70px;
}

/* .ma_mk{
    padding: 120px 0 130px;
} */
.ma_mk {
    position: relative;
}

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

.ma_mkm .g_title_h2 {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 16px;
}

.ma_mkimg2 {
    display: none;
}

.ma_mkm .g_title_h2::before {
    display: none;
}

.ma_mkmp p {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    line-height: 1.75;
}

.ma_mkmp {
    margin-bottom: 45px;
}

.ma_mkm .mc_a1s1_more {
    display: inline-block;
    margin-top: 0;
}

.ma_mkm {
    padding-left: 45px;
}

.ma_vtm {
    text-align: center;
    font-size: 0;
}

.ma_vtmlist {
    padding: 0 50px 0 55px;
    display: inline-block;
    border: 1px solid #dadbdd;
    border-right: none;
    border-bottom: none;
    cursor: pointer;
}

.ma_vtmlist:last-child {
    border-right: 1px solid #dadbdd;
}

.ma_vtmls {
    line-height: 60px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #28ac9f;
}

.ma_vtmlist img {
    width: 11px;
    position: relative;
    top: -6px;
    margin-left: 12px;
    transition: all 0.36s;
}

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

.mc_subnav_hotli_title .mc_subnav_ht_p3 {
    font-weight: bold;
}

.ma_vt {
    border-bottom: 1px solid #dadbdd;
}

.ma_video {
    margin-bottom: 100px;
}

.ma_vbtm {
    background-color: #f4f7fb;
}

.ma_vbtmlistbox {
    padding: 70px 0 50px;
}

.ma_vbtmlist_ul {
    font-size: 0;
    text-align: center;
    margin-bottom: 60px;
}

.ma_vbtmlist_li {
    display: inline-block;
    margin: 0 25px;
    padding: 0 10px;
}

.ma_vbtmlist_li p {
    font-size: 16px;
    color: #28ac9f;
    line-height: 1.75;
    cursor: pointer;
    transition: all 0.36s;
}

.ma_vbtmlist {
    text-align: center;
}

.ma_vbtm {
    display: none;
}

.ma_mk .mc_more1_btn {
    color: #fff;
    border: 2px solid #fff;
}

.ma_modal {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    overflow: hidden;
    display: none;
}

.ma_modalmbox {
    padding: 16px 0;
}

.ma_modalm {
    width: 560px;
    display: inline-block;
    transform: translateX(150px);
}

.mc_msc_box {
    width: 100%;
    display: block;
}

.mc_msc_boxl {
    border-bottom: 1px solid #eee;
    width: calc(100% - 40px);
    padding-right: 20px;
    height: 40px;
}

.mc_msc_boxl input {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.mc_msc_boxr {
    width: 40px;
}

.mc_fixed .ma_modal {
    top: 70px;
}

.ma_vbtmlist_li.on {
    background-color: #28ac9f;
}

.ma_vbtmlist_li.on p {
    color: #fff;
}

.g_sermpt1_btnfr .g_pic2 {
    top: 17px;
    opacity: 0;
}

.g_sermpt2btnfr .g_pic2 {
    top: 15px;
    opacity: 0;
}

.g_banner3 {
    height: 610px;
    background: #e8eaf0;
}

.g_ban3fl h1 {
    color: #333;
}

.g_ban3fl p {
    color: #888888;
}

.g_ban3btnfl {
    width: 59px;
    cursor: pointer;
}

.g_ban3btnfl img {
    width: 100%;
}

.g_ban3btn {
    margin-top: 40px;
}

.g_banner3 .bshare-custom {
    width: 59px;
    height: 59px;
    margin-left: 30px;
}

.g_banner3 .bshare-custom a {
    background-size: cover;
    width: 59px;
    height: 59px;
}

.g_banner3 .mc_bread_li a {
    color: #878787;
}

.g_banner3 .mc_bread_li {
    color: #878787;
}

.g_banner3 .mc_bread_navbox {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.g_sermodel .g_serm_navbox {
    background: #fff;
}

.g_ban3fl,
.g_ban3fr {
    width: 50%;
}

.g_ban3frtu {
    width: 480px;
    margin: 24px auto;
}

.g_ban3frnr {
    display: none;
}

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

.g_ban3frnr {
    position: relative;
}

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

.g_ban3frbtn img {
    width: 100%;
}

.g_ban3fr .slick-dots {
    bottom: -60px;
}

.g_ban3fr .slick-prev {
    left: -50px;
    background: url(../images/b1_1b_icon3.png) no-repeat;
    background-size: cover;
    width: 59px;
    height: 59px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.g_ban3fr .slick-next {
    right: -50px;
    background: url(../images/b1_1b_icon5.png) no-repeat;
    background-size: cover;
    width: 59px;
    height: 59px;
    top: 50%;
    transform: translateY(-50%);
}

.g_ban3fr .slick-dots li.slick-active {
    background: #28ac9f;
    border: 1px solid #28ac9f;
}

.g_ban3fr .slick-dots li {
    border: 1px solid #666;
    background: transparent;
}

.g_modpt1 {
    padding: 90px 0 50px;
}

.g_modpt1fl,
.g_modpt1fr {
    width: 50%;
}

.g_modpt1_nr {
    position: relative;
}

.g_modpt1fr {
    padding: 42px 13.5% 42px 46px;
}

.g_modpt1_nr.on .g_modpt1fr {
    float: left;
}

.g_modpt1_nr.on .g_modpt1fr {
    padding: 42px 46px 42px 13.5%;
}

.g_modpt1frnr h4 {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.g_modpt1frnr p {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 12px;
}

.g_modpt1frnr {
    padding-bottom: 24px;
    border-bottom: 1px solid #d7e5f4;
    margin-bottom: 30px;
}

.g_modpt1frnr:last-child {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
}

.g_modpt2tle {
    padding: 24px 54px;
    color: #28ac9f;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    border-top: 1px solid #d9e2ec;
    border-left: 1px solid #d9e2ec;
    border-right: 1px solid #d9e2ec;
}

.g_modpt2nr {
    margin-bottom: 66px;
}

.g_mod_wit1,
.g_mod_wit2 {
    padding: 24px 20px 24px 54px;
}

.g_mod_wit1 {
    width: 190px;
}

.g_mod_wit2 {
    width: calc(100% - 190px);
}

.g_g_mod_col p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.g_g_mod_col td {
    background: #f4f5f8;
}

.g_modpt2_table td {
    border: 1px solid #e9eef4;
    border-collapse: collapse;
}

.g_sermpt6fl a {
    display: block;
}

.g_modpt3 {
    padding: 90px 0 100px;
    background: #e7e9f0;
}

.g_modpt3fl {
    width: 33.333333%;
    padding: 0 28px;
}

.g_modpt3nr {
    margin: 50px -28px 0;
}

.g_modpt3fl a {
    display: block;
    background: #fff;
    padding: 32px 40px;
}

.g_modpt3tu {
    width: 46px;
}

.g_modpt3tu img {
    width: 100%;
}

.g_modpt3wz {
    width: calc(100% - 46px);
    padding-left: 24px;
}

.g_modpt3wz p {
    color: #323333;
    font-size: 16px;
    line-height: 46px;
    max-height: 46px;
    overflow: hidden;
    transition: all .36s ease;
}

.g_modpt4fl {
    width: 25%;
    margin: 0 10px;
    margin-bottom: 1px;
}

.g_modpt4nr {
    margin: 40px -10px;
}

.g_modpt4fl a {
    border: 1px solid #ebedf2;
    display: block;
    padding: 30px 25px;
}

.g_modpt4tu {
    margin-bottom: 30px;
    margin-top: 10px;
}

.g_modpt4wz {
    padding: 30px 0 0;
    border-top: 2px solid #f4f5f8;
}

.g_modpt4wz h4 {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

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

.g_modpt4wz h4 {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    transition: all .36s;
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
}

.g_modpt4wz p {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

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

.g_ban4sknr {
    display: none;
    position: relative;
}

.g_ban4sk .g_ban_title span {
    color: rgba(255, 255, 255, .29);
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}

.g_sersum .g_sermpt3fl {
    width: 33.333333%;
}

.g_banner4 .g_banbtn {
    margin-right: 18px;
}

.g_sermpt3fl:last-child {
    border-color: transparent;
}

.g_sersum .g_sermpt3nr {
    margin-top: 60px;
}

.g_sersum .g_sermpt5 {
    border-color: transparent;
}

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

.g_sersumpt1_botnr {
    margin: 0 -10px;
}

.g_sersumpt1_bot {
    padding: 66px 0;
}

.g_sersumpt1_botfl a {
    background: #cef1ed;
    display: block;
    padding: 26px;
    position: relative;
}

.g_sersumpt1_botwz .g_pic {
    width: 21px;
    margin: 14px auto;
}

.g_sersumpt1_botwz .g_pic img {
    height: auto;
}

.g_sersumpt1_botfl p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    transition: all .36s ease;
}

.g_sersumpt1_botwz .g_pic2 {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
}

.g_sersumpt1_botfl a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #2361b2;
    transition: all .36s ease;
}

.g_sersumpt1_topfl {
    width: 50%;
    text-align: center;
    padding: 26px 0;
    background: #e8eaf0;
    position: relative;
    cursor: pointer;
}

.g_sersumpt1_topfl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #28ac9f;
    transition: all .36s ease;
    opacity: 0;
}

.g_sersumpt1_topfl p {
    color: #333333;
    font-size: 24px;
    line-height: 40px;
    transition: all .36s ease;
}

.g_sersumpt1_topfl.on {
    background: #fff;
}

.g_sersumpt1_topfl.on::before {
    opacity: 1;
}

.g_sersumpt1_topfl.on p {
    color: #28ac9f;
}

.g_sersumpt1_topfl.on::after {
    opacity: 1;
}

.g_sersumpt1_topfl::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/sanjiao1.png) no-repeat;
    background-size: cover;
    width: 15px;
    height: 8px;
    opacity: 0;
}

.mc_news_detail .mc_bread_navbox {
    position: static;
    left: 0;
    transform: translateX(0);
}

.mc_newsd_date span {
    font-family: "MONTSERRAT-LIGHT" !important;
}

.g_sermpt4nr .slick-prev {
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 30px;
    background: url(../images/f1arrow1.png) no-repeat;
    background-size: cover;
}

.g_sermpt4nr .slick-next {
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 30px;
    background: url(../images/f1arrow2.png) no-repeat;
    background-size: cover;
}

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

.g_sermpt5nr .slick-dots li.slick-active {
    background: #1b4c9f;
}

.g_sermpt5nr .slick-dots li {
    width: 30px;
    height: 4px;
    margin: 0 4px;
    border-radius: 0;
    background: #bcbbbb;
}

.g_serm_navbox {
    position: relative;
}

.g_serm_navfl {
    margin: 0 -32px;
}

.g_sermpt5_top {
    display: block;
}

.g_sermpt2btn .clearfix {
    padding: 0 30px;
}

.g_sybanwz2 {
    display: none;
}

.g_sersum .g_sermpt1 {
    background: #cef1ed;
}

.g_sersum .g_sermpt6 {
    padding: 65px 0 00px;
}

.g_sersumpt1_botnr {
    display: none;
}

.g_sersumpt1_botnr.active {
    display: block;
}

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

.g_ban4sknr {
    width: 100%;
}

.g_ban4sk .slick-dots {
    bottom: 84px;
}

.g_ban4sk .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid #dadadb;
    background: transparent;
}

.g_ban4sk .slick-dots li.slick-active {
    background: #28ac9f;
    border-color: #28ac9f;
}

.g_ban4sk .slick-prev {
    left: 9%;
    background: url(../images/arrow_prev.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    z-index: 30;
}

.g_ban4sk .slick-next {
    right: 9%;
    background: url(../images/arrow_next.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    z-index: 30;
}

.g_sto .g_sermpt6 {
    padding: 78px 0;
}

.g_stopt1 {
    padding: 90px 0 100px;
    background: #cef1ed;
}

.g_stopt1botb {
    display: none;
}

.g_stopt1botb.active {
    display: block;
}

.g_stopt1topfl {
    width: 16.666666%;
    margin: 0 11px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.g_stopt1topb {
    margin: 42px -11px 0;
}

.g_stopt1topfl p {
    text-align: center;
    color: #333;
    font-size: 24px;
    line-height: 30px;
    background: #e8eaf0;
    padding: 26px 10px;
    transition: all .36s ease;
}

.g_stopt1bot {
    background: #fff;
    padding: 66px 0;
}

.g_stopt1botfl {
    width: 33.333333%;
    padding: 0 15px;
}

.g_stopt1botb {
    margin: 0 -15px;
}

.g_stopt1botfl a {
    display: block;
    border: 1px solid #e8eaf0;
    padding: 20px 36px 34px;
}

.g_stopt1bot_wd {
    padding-top: 46px;
    border-top: 2px solid #eef0f4;
    margin-top: 10px;
}

.g_stopt1bot_wd h5 {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    height: 30px;
    overflow: hidden;
    transition: all .36s ease;
}

.g_stopt1bot_wd p {
    color: #888888;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.g_stopt1topfl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 0;
    height: 2px;
    background: #28ac9f;
    transition: all .36s ease;
    z-index: 10;
}

.g_stopt1topfl p {
    position: relative;
}

.g_stopt1topfl p::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    background: url(../images/sanjiao1.png) no-repeat;
    background-size: cover;
    width: 15px;
    height: 8px;
    opacity: 0;
    transition: all .36s ease;
}

.g_stopt1topfl p::after {
    content: '';
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 30px;
    background: #fff;
    left: 0;
    opacity: 0;
    transition: all .36s ease;
}

.g_stopt1topfl.slick-current::before {
    width:100%;
}

.g_stopt1topfl.slick-current p {
    background: #fff;
    color: #28ac9f;
}

.g_stopt1topfl.slick-current p::after {
    opacity: 1;
}

.g_stopt1topfl.slick-current p::before {
    opacity: 1;
}

.g_banner5 .g_banimg::before {
    opacity: 0;
}

.g_banner5 .mc_bread_li a {
    color: #878787;
}

.g_banner5 .mc_bread_li {
    color: #878787;
}

.g_banner5 .mc_bread_navbox {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.g_banner5 .mc_bread_li:last-child a {
    color: #333 !important;
}

.g_banner5 .bshare-custom {
    width: 59px;
    height: 59px;
    margin-left: 30px;
}

.g_banner5 .bshare-custom a {
    background-size: cover;
    width: 59px;
    height: 59px;
}

.g_sto_mod .g_serm_navbox {
    background: #FFF;
}

.g_sto_mod .g_modpt4 {
    margin-bottom: 100px;
}

.g_sto_modpt1wd h5 {
    color: #28ac9f;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

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

.g_sto_modpt1 {
    padding: 90px 0 45px;
}

.g_sto_modpt2tle {
    padding: 24px 54px;
    color: #28ac9f;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    border-top: 1px solid #d9e2ec;
    border-left: 1px solid #d9e2ec;
    border-right: 1px solid #d9e2ec;
}

.g_sto_table p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.g_sto_table td {
    border: 1px solid #e9eef4;
    border-collapse: collapse;
    padding: 24px 20px 24px 54px;
}

.g_stowid1 {
    width: 185px;
    background: #fff;
}

.g_stowid2 {
    width: 220px;
}

.g_stowid3 {
    width: calc(100% - 405px);
}

.g_sto_tableb table {
    width: 100%;
}

.g_sto_color {
    background: #f4f5f8;
}

.g_sto_modpt2 {
    margin-bottom: 95px;
    padding-top: 45px;
}

/* helen star */
.he_messa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

.he_messabx {
    width: 708px;
    background: #fff;
    padding: 38px 45px 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_messti p {
    font-size: 18px;
    line-height: 30px;
    color: #28ac9f;
}

.he_messti {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 34px;
    margin-bottom: 40px;
}

.he_medrop {
    font-size: 16px;
    line-height: 30px;
    color: #888888;
}

.he_medron {
    width: 105px;
}

.he_medrodom {
    width: calc(100% - 105px);
    position: relative;
}

.he_medrtrte p {
    font-size: 14px;
    line-height: 30px;
    color: #888888;
}

.he_medrtrri {
    width: 11px;
    margin-top: 6px;
}

.he_medrtrri img {
    width: 100%;
    transition: all 0.36s;
}

.he_medrodom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.he_medrtp {
    padding-bottom: 12px;
    cursor: pointer;
}

.he_medrdo {
    position: absolute;
    top: 43px;
    padding: 10px 5px;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 16px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    display: none;
    z-index: 10;
}

.he_medrdo p {
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
}

.he_medrdoul {
    width: 100%;
    height: 96px;
}

.he_medroli {
    margin-bottom: 30px;
}

.he_medinli {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.he_medinli input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #888888;
    padding-bottom: 12px;
}

.he_medinli input::-webkit-input-placeholder {
    font-size: 16px;
    color: #888888;
}

.he_medinli input::-moz-placeholder {
    font-size: 16px;
    color: #888888;
}

.he_medinli input:-ms-input-placeholder {
    font-size: 16px;
    color: #888888;
}

.he_medinli {
    margin-bottom: 39px;
}

.he_medbt {
    position: relative;
    text-align: center;
    padding-top: 24px;
}

.he_medbtbx button {
    font-size: 16px;
    line-height: 42px;
    padding: 0 90px;
    color: #fff;
}

.he_medbtbx {
    display: inline-block;
    position: relative;
    background: #28ac9f;
}

.he_medbtbx img {
    width: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.he_guan {
    width: 24px;
    position: absolute;
    top: 40px;
    right: 47px;
    cursor: pointer;
}

.he_guan img {
    width: 100%;
}

.g_banner5 .g_banimg {
    height: 610px;
}

.g_banner5 .g_banimg .g_banimg_pc {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: auto !important;
    object-fit: cover;
}

#he_messazc .he_messabx {
    padding: 53px 45px 70px;
}

#he_messazc .he_medroli1 .he_medron {
    width: 100%;
}

#he_messazc .he_medroli1 .he_medrodom {
    width: 100%;
}

#he_messazc .he_medroli1 .he_medrodom {
    border-bottom: none;
}

#he_messazc .he_medroli1 .he_messti {
    margin-bottom: 32px;
}

#he_messazc .he_medroli1 input {
    padding: 0 24px;
    color: #333333;
}

#he_messazc .he_medroli {
    margin-bottom: 6px;
}

#he_messazc .he_medinli {
    margin-bottom: 3px;
}

.he_medrocws {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.he_medrocws p {
    font-size: 16px;
    line-height: 30px;
    color: #ff0000;
}

.he_medroli.on .he_medrocws {
    opacity: 1;
}

.he_medroli.on .he_medinli {
    border-bottom: 1px solid #ff0000;
}

.he_medroli.on .he_medinli input {
    color: #ff0000 !important;
}

.he_medrul {
    margin: 0 -22px;
}

.he_medruli {
    width: 50%;
    padding: 0 22px;
}

.he_medrunbf {
    width: 100%;
}

.he_medrulle {
    width: 83px;
}

.he_medrulle .he_medron {
    width: 100%;
}

.he_medrulri {
    width: calc(100% - 83px);
}

.he_medrulri .he_medrodom {
    width: 100%;
}

.he_medrullb {
    margin-top: 36px;
    margin-bottom: 30px;
}

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

.he_whethe {
    padding-top: 28px;
}

.he_whetheri p {
    font-size: 16px;
    line-height: 30px;
    color: #888;
    padding-left: 16px;
}

.he_whethele {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #bec4cb;
    background: #eef1f3;
    margin-top: 7px;
    transition: all 0.36s;
    position: relative;
}

.he_whetheli {
    margin-right: 36px;
    cursor: pointer;
}

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

.he_whetheli .he_whethele::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid #28ac9f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    transition: all 0.36s;
    opacity: 0;
}

.he_whetheli.on .he_whethele {
    border: 1px solid #28ac9f;
}

.he_whetheli.on .he_whethele::after {
    opacity: 1;
}

.he_whetheul {
    margin-top: 3px;
}

.he_privale {
    width: 18px;
    height: 18px;
    border: 1px solid #bcc3ca;
    background: #eef1f3;
    cursor: pointer;
    position: relative;
    transition: all 0.36s;
    margin-top: 3px;
    border-radius: 1px;
}

.he_privale::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid #28ac9f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all 0.36s;
    opacity: 0;
    border-radius: 1px;
}

.he_privale.on {
    border: 1px solid #28ac9f;
}

.he_privale.on::after {
    opacity: 1;
}

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

.he_privari p a {
    color: #28ac9f;
    border-bottom: 1px solid transparent;
    line-height: 16px;
}

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

.he_priva {
    margin-top: 40px;
}

#he_messazc .he_medbt {
    padding-top: 40px;
}

.g_sersumpt1_botfl p {
    max-height: 30px;
    overflow: hidden;
}

/* helen end */
.g_ban_title span {
    color: rgba(255, 255, 255, .29);
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}

.g_intshu p {
    font-size: 72px;
    color: #28ac9f;
    line-height: 152px;
    display: inline-block;
    font-family: "MONTSERRAT-BOLD" !important;
}

.g_intshu {
    width: 152px;
    height: 152px;
    border-radius: 50%;
    border: 1px solid #d9e6f5;
    margin: 0 auto 36px;
}

.g_intshu span {
    font-size: 18px;
    color: #28ac9f;
}

.g_intpt1 .g_stopt1topfl {
    width: 33.333333%;
}

.g_intpt1 {
    padding: 90px 0 100px;
}

.g_int .g_sermpt4 {
    background: #fff;
}

.g_intpt2 .g_stopt1topfl {
    width: 14.285714%;
}

.g_intpt2tu {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.g_intpt2 .g_stopt1botb {
    margin: 0 -10px;
}

.g_intpt2tu .g_intpt2tub {
    border: 1px solid #edeef3;
}

.g_intpt2tu .g_pic {
    width: 138px;
    margin: 36px auto;
}

.g_intpt2 {
    padding: 90px 0 100px;
}

.g_int .g_sermpt2fl {
    width: 45%;
}

.g_int .g_sermpt5 {
    border-bottom: 1px solid transparent;
}

.g_int .g_com_pt1 {
    padding: 60px 0 30px;
}

.g_int .g_sermpt6 {
    padding: 40px 0 100px;
}

.g_banner3 .mc_bread_li:last-child a {
    color: #333 !important;
}

.g_intlist1 {
    padding: 90px 0 0px;
}

.g_intlist1_word h6 {
    color: #666666;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

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

.g_intlist1_word {
    margin-bottom: 30px;
}

.g_intlist1_fl {
    width: 33.333333%;
    padding: 0 30px;
}

.g_intlist1_nr {
    margin: 14px -30px 0;
}

.g_intlist1_wz span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.g_intlist1_wz {
    padding: 20px 60px 0 12px;
}

.g_modpt2_table table {
    width: 100%;
}

.g_cloud .g_word1 {
    width: 900px;
}

.g_cloud1 {
    background: #cef1ed;
    padding: 90px 0 80px;
}

.g_cloud1fl {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.g_cloud1nr {
    margin: 0 -12px;
}

.g_cloud1wz {
    background: #fff;
    padding: 30px 30px 50px;
}

.g_cloud1wz p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    transition: all .36s ease;
}

.g_cldlist .g_cloud1fl a {
    display: block;
    border: 1px solid #e8eaf0;
}

.g_cldlist .g_modpt4 {
    padding: 80px 0 0;
}

.g_intlist1fl,
.g_intlist1fr {
    width: 50%;
}

.g_intlist1fr {
    padding-left: 55px;
    padding-top: 30px;
}

.g_intlist1fl img {
    width: 100%;
}

.g_cldlistnr {
    position: relative;
}

.g_intlist1fr h5 {
    color: #28ac9f;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}

.g_intlist1fr p {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}

.g_cldlist .g_serm_navbox {
    background: #fff;
}

.g_cldlist .g_sermpt5 {
    padding: 80px 0 140px;
}

.g_intlist .g_serm_navbox {
    background: #fff;
}

.g_intlist .g_modpt4 {
    padding: 90px 0 0;
}

.g_modpt2_table p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.g_cloud .g_serm_navbox {
    background: #fff;
}

.g_softpt1 {
    position: relative;
}

.g_softpt1fr {
    width: 50%;
}

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

.g_softpt1wz {
    width: 50%;
    padding-right: 130px;
}

.g_softpt1wz .g_title_h2 {
    margin-bottom: 56px;
}

.g_softpt1wz .g_word1 {
    margin-bottom: 30px;
}

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

.g_softpt2all {
    background: #fff;
}

.g_softpt2 {
    background: #cef1ed;
    padding: 90px 0 60px;
}

.g_softpt2tu {
    width: 80px;
    margin-bottom: 32px;
}

.g_softpt2wz h5 {
    color: #28ac9f;
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    margin-bottom: 14px;
    font-weight: bold;
    overflow: hidden;
}

.g_softpt2wz p {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    height: 168px;
    overflow: hidden;
}

.g_softpt2all {
    transition: all .36s ease;
    padding: 52px 100px 44px 80px;
}

.g_softpt2nr {
    margin: 50px -20px 0;
}

.g_softpt4fl {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.g_softpt4all {
    background: #fff;
    border: 1px solid #e8eaf0;
    padding: 34px 20px;
}

.g_softpt4all .g_pic {
    width: 138px;
    margin: 0 auto;
}

.g_softpt4 {
    background: #cef1ed;
    padding: 90px 0 80px;
}

.g_softpt4nr {
    margin: 60px -12px 0;
}

.g_softpt3 {
    padding: 90px 0 100px;
}

.g_softpt3tle {
    color: #666666;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.g_softpt3fl {
    width: 280px;
    padding: 10px 20px;
}

.g_softpt3fr {
    width: calc(100% - 280px);
}

.g_softpt3fl {
    color: #28ac9f;
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
}

.g_softpt3fr {
    padding: 20px 15px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.g_softpt3li {
    border-bottom: 1px solid #cecccc;
}

/* helen star */
.he_messa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

.he_messabx {
    width: 708px;
    background: #fff;
    padding: 38px 45px 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_messti p {
    font-size: 18px;
    line-height: 30px;
    color: #28ac9f;
}

.he_messti {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 34px;
    margin-bottom: 40px;
}

.he_medrop {
    font-size: 16px;
    line-height: 30px;
    color: #888888;
}

.he_medron {
    width: 105px;
}

.he_medrodom {
    width: calc(100% - 105px);
    position: relative;
}

.he_medrtrte p {
    font-size: 14px;
    line-height: 30px;
    color: #888888;
}

.he_medrtrri {
    width: 11px;
    margin-top: 6px;
}

.he_medrtrri img {
    width: 100%;
    transition: all 0.36s;
}

.he_medrodom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.he_medrtp {
    padding-bottom: 12px;
    cursor: pointer;
}

.he_medrdo {
    position: absolute;
    top: 43px;
    padding: 10px 5px;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 16px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    display: none;
    z-index: 10;
}

.he_medrdo p {
    font-size: 14px;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
}

.he_medrdoul {
    width: 100%;
    height: 96px;
}

.he_medroli {
    margin-bottom: 30px;
}

.he_medinli {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.he_medinli input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #888888;
    padding-bottom: 12px;
}

.he_medinli input::-webkit-input-placeholder {
    font-size: 16px;
    color: #888888;
}

.he_medinli input::-moz-placeholder {
    font-size: 16px;
    color: #888888;
}

.he_medinli input:-ms-input-placeholder {
    font-size: 16px;
    color: #888888;
}

.he_medinli {
    margin-bottom: 39px;
}

.he_medbt {
    position: relative;
    text-align: center;
    padding-top: 24px;
}

.he_medbtbx button {
    font-size: 16px;
    line-height: 42px;
    padding: 0 90px;
    color: #fff;
}

.he_medbtbx {
    display: inline-block;
    position: relative;
    background: #28ac9f;
}

.he_medbtbx img {
    width: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.he_guan {
    width: 24px;
    position: absolute;
    top: 40px;
    right: 47px;
    cursor: pointer;
}

.he_guan img {
    width: 100%;
}

.g_banner5 .g_banimg {
    height: 610px;
}

.g_banner5 .g_banimg .g_banimg_pc {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: auto !important;
    object-fit: cover;
}

#he_messazc .he_messabx {
    padding: 53px 45px 70px;
}

#he_messazc .he_medroli1 .he_medron {
    width: 100%;
}

#he_messazc .he_medroli1 .he_medrodom {
    width: 100%;
}

#he_messazc .he_medroli1 .he_medrodom {
    border-bottom: none;
}

#he_messazc .he_medroli1 .he_messti {
    margin-bottom: 32px;
}

#he_messazc .he_medroli1 input {
    padding: 0 24px;
    color: #333333;
}

#he_messazc .he_medroli {
    margin-bottom: 6px;
}

#he_messazc .he_medinli {
    margin-bottom: 3px;
}

.he_medrocws {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.he_medrocws p {
    font-size: 16px;
    line-height: 30px;
    color: #ff0000;
}

.he_medroli.on .he_medrocws {
    opacity: 1;
}

.he_medroli.on .he_medinli {
    border-bottom: 1px solid #ff0000;
}

.he_medroli.on .he_medinli input {
    color: #ff0000 !important;
}

.he_medrul {
    margin: 0 -22px;
}

.he_medruli {
    width: 50%;
    padding: 0 22px;
}

.he_medrunbf {
    width: 100%;
}

.he_medrulle {
    width: 83px;
}

.he_medrulle .he_medron {
    width: 100%;
}

.he_medrulri {
    width: calc(100% - 83px);
}

.he_medrulri .he_medrodom {
    width: 100%;
}

.he_medrullb {
    margin-top: 36px;
    margin-bottom: 30px;
}

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

.he_whethe {
    padding-top: 28px;
}

.he_whetheri p {
    font-size: 16px;
    line-height: 30px;
    color: #888;
    padding-left: 16px;
}

.he_whethele {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #bec4cb;
    background: #eef1f3;
    margin-top: 7px;
    transition: all 0.36s;
    position: relative;
}

.he_whetheli {
    margin-right: 36px;
    cursor: pointer;
}

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

.he_whetheli .he_whethele::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid #28ac9f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    transition: all 0.36s;
    opacity: 0;
}

.he_whetheli.on .he_whethele {
    border: 1px solid #28ac9f;
}

.he_whetheli.on .he_whethele::after {
    opacity: 1;
}

.he_whetheul {
    margin-top: 3px;
}

.he_privale {
    width: 18px;
    height: 18px;
    border: 1px solid #bcc3ca;
    background: #eef1f3;
    cursor: pointer;
    position: relative;
    transition: all 0.36s;
    margin-top: 3px;
    border-radius: 1px;
}

.he_privale::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 4px solid #28ac9f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all 0.36s;
    opacity: 0;
    border-radius: 1px;
}

.he_privale.on {
    border: 1px solid #28ac9f;
}

.he_privale.on::after {
    opacity: 1;
}

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

.he_privari p a {
    color: #28ac9f;
    border-bottom: 1px solid transparent;
    line-height: 16px;
}

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

.he_priva {
    margin-top: 40px;
}

#he_messazc .he_medbt {
    padding-top: 40px;
}

.g_sersumpt1_botfl p {
    max-height: 30px;
    overflow: hidden;
}

/* helen end */

/* helen 2.07 star */

.he_baner .g_ban_title .he_banp1 {
    color: rgba(255, 255, 255, 0.8);
}

/* .he_modp .g_modpt1fr {
    padding: 50px 19% 42px 46px;
} */

.he_baner .g_ban_title h2 {
    font-weight: bold;
}

.he_mpdpto1 {
    font-size: 24px;
    line-height: 1.75;
    color: #28ac9f;
    font-weight: bold;
}

/* .he_modp .g_title_h2::before {
    height: 3px;
} */

/* .he_modp .g_title_h2 {
    padding-bottom: 29px;
    margin-bottom: 22px;
} */

.he_mpdptp2 p {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 28px;
}

.he_mpdptp2 {
    margin-top: 6px;
}

/* .he_modp .g_modpt1_nr.on .g_modpt1fr {
    padding: 55px 46px 42px 13.5%;
} */

.g_modpt1_nr.on .he_mpdptp3 {
    width: 70%;
    padding-top: 22px;
}

.he_mpdpul {
    margin: 0 -15px;
}

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

.he_mpdpln {
    width: 100%;
    border-bottom: 1px solid #d7e5f4;
    padding-bottom: 16px;
    margin-bottom: 36px;
}

.he_mpdplnle {
    line-height: 28px;
    width: 20px;
}

.he_mpdplnle img {
    width: 100%;
}

.he_mpdplnri {
    width: calc(100% - 20px);
    padding: 0 11px;
}

.he_mpdplnri p {
    font-size: 18px;
    line-height: 28px;
    color: #28ac9f;
    height: 28px;
    overflow: hidden;
}

.he_more {
    display: inline-block;
}

.he_mpdptp3 {
    width: 80%;
}

.he_modp .g_modpt1_nr a {
    display: block;
}

.he_more {
    padding-top: 12px;
}

.he_mpdptp3 {
    min-height: 162px;
}

.he_com_pt1 {
    padding-top: 90px;
}

.he_modpt1 {
    width: 100%;
    border-top: 1px solid #d6e4f2;
}

.he_custom {
    padding-top: 50px;
    padding-bottom: 75px;
    width: 820px;
    margin: 0 auto;
}

.he_customul {
    margin: 0 -100px;
}

.he_customli1::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    width: 1px;
    background: #d7e5f4;
    height: 138px;
}

.he_customli {
    width: 50%;
    padding: 0 100px;
    position: relative;
}

.he_custbxle img {
    width: 100%;
}

.he_custbti h4 {
    font-size: 24px;
    line-height: 1.75;
    color: #333333;
}

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



.he_custbpl {
    margin-top: 6px;
}

.he_custbxle {
    width: 120px;
}

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

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

.he_b3yxp p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.he_b3yxp {
    padding-top: 14px;
}

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

.he_introul {
    margin: 0 -20px;
}

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

.he_introbt {
    width: 100%;
    position: relative;
    height: 349px;
    overflow: hidden;
}

.he_introbt img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit !important;
}

.he_introte {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 45px 72px 35px 70px;
}

.he_intric {
    width: 57px;
    margin-bottom: 16px;
}

.he_intric img {
    width: 100%;
}

.he_intriti p {
    font-size: 24px;
    line-height: 34px;
    color: #28ac9f;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
}

.he_intriti {
    margin-bottom: 20px;
}

.he_intripo p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    height: 140px;
    overflow: hidden;
}

.he_introti {
    margin-bottom: 65px;
}

.he_loto {
    width: 100%;
}

/* .he_lototi {
    margin-bottom: 20px;
} */

.he_hea3 {
    padding-top: 50px;
}

.he_lotoul {
    width: 100%;
}

.he_lotoli {
    width: 100%;
    border-bottom: 1px solid #d7e5f4;
    padding: 66px 0;
}

.he_lotole {
    width: 245px;
    padding-right: 15px;
}

.he_lotori {
    width: calc(100% - 245px);
    position: relative;
    padding-left: 100px;
    position: relative;
}

.he_lotori::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #d7e5f4;
}

.he_lotole p {
    font-size: 24px;
    line-height: 1.75;
    color: #333333;
    font-weight: bold;
}

.he_lotonul {
    margin: 0 -10px;
}

.he_lotonli {
    padding: 0 10px;
    width: 20%;
    margin-bottom: 25px;
}

.he_lotonnb {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e8eaf0;
}

.he_modp .he_hea3 .g_title_h2 {
    margin-bottom: 0px;
}

.he_advan .g_com_pt2nr {
    width: 1240px;
}

.he_hea4 .g_com_pt2tu {
    width: 52px;
    margin: 0 auto 18px;
}

.he_advanp p {
    font-size: 18px;
    line-height: 28px;
    color: #28ac9f;
    height: 28px;
    overflow: hidden;
}

.he_advaop p {
    font-size: 14px;
    line-height: 28px;
    color: #888888;
    height: 56px;
    overflow: hidden;
}

.he_advaop {
    margin-top: 8px;
}

.he_advan .g_com_pt2fl {
    width: 25%;
    padding: 20px 0 14px;
}

.he_hea4 {
    padding: 90px 0 100px;
}

.he_hea2 {
    padding-top: 86px;
}

/* helen 2.07 end */
/* helen 2.18  star*/


.he_b3bx {
    width: 100%;
}

.he_b3pla1 {
    width: 100%;
}

.he_b3p1ti {
    text-align: center;
    width: 100%;
}

.he_b3p1ti .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.he_b3p1ti .g_word1 p {
    color: #333333;
}

.he_b3pla1 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 100px;
}

.he_b3p1ul {
    margin: 0 -75px;
}

.he_b3p1li {
    width: 25%;
    padding: 0 45px;
}

.he_b3p1lb {
    width: 100%;
    position: relative;
    text-align: center;
}

.he_b3p1lig {
    width: 58px;
    margin: 0 auto;
    position: relative;
}

.he_b3p1lp1 {
    margin-top: 15px;
}

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

.he_b3p1lp2 p {
    font-size: 14px;
    line-height: 1.75;
    color: #28ac9f;
}

.he_b3p1lp2 p span {
    font-size: 36px;
    line-height: 1.75;
    font-weight: bold;
    padding-right: 10px;
}

.he_b3p1lbj p {
    font-size: 100px;
    line-height: 1.75;
    color: #cef1ed;
    font-weight: bold;
}

.he_b3p1lbj {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.he_b3p1ny {
    margin-top: 60px;
}

.he_b3pla2 {
    width: 100%;
    background: #cef1ed;
    padding-top: 90px;
    padding-bottom: 100px;
}

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

.he_b3p2ti {
    text-align: center;
}

.he_b3p2ti .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

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


.he_b3p2li {
    width: 50%;
    margin: 0 28px;
}

.he_b3pbjt {
    width: 100%;
}

.he_b3pbjt img {
    width: 100%;
}

.he_b3p2nv {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 33px;
}

.he_b3p2nx {
    width: 100%;
}

.he_b3p2nx {
    width: 100%;
}

.he_b3p2nxri {
    width: 170px;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.he_b3p2nxle {
    width: calc(100% - 170px);
    padding: 0 36px;
}

.he_b3p2nh p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(129, 143, 179, 0.9);
    height: 28px;
    overflow: hidden;
}

.he_b3p2nh {
    width: 100%;
    text-align: center;
}

.he_b3p2nh1 p {
    font-size: 14px;
    line-height: 1.75;
    color: #28ac9f;
}

.he_b3p2nh1 p span {
    font-size: 36px;
    line-height: 1.75;
    padding-right: 10px;
    font-weight: bold;
}

.he_b3p2bv {
    width: 100%;
    padding: 15px 38px 0;
    position: relative;
}

.he_b3p2nh1 {
    text-align: center;
}

.he_b3p2lr {
    width: 100%;
}

.he_b3p2lig {
    width: 36px;
    position: relative;
}

.he_b3p2lite {
    width: calc(100% - 36px);
    padding: 0 15px;
}

.he_b3p2lite p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 30px;
    overflow: hidden;
}

.he_labebv {
    width: 100%;
    background: #cef1ed;
    border-radius: 15px;
}

.he_labebvul {
    margin: 0 -10px;
}

.he_labeli {
    width: 33.333333%;
    padding: 0 10px;
}

.he_labebv p {
    font-size: 14px;
    line-height: 36px;
    color: rgba(129, 143, 179, 0.9);
    text-align: center;
    padding: 0 5px;
}

.he_labe {
    margin-top: 50px;
}

.he_b3p2pk {
    width: 100%;
    margin-top: 20px;
}

.he_b3p2pk p {
    font-size: 14px;
    line-height: 28px;
    color: #888888;
    /* max-height: 84px;
    overflow: hidden; */
}

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

.he_b3p2jt {
    width: 20px;
    position: relative;
    cursor: pointer;
}

.he_b3p2jt .g_pic1 {
    opacity: 0;
}

.he_b3p2jt img {
    transition: all 0.36s;
}

.he_b3p2jt {
    position: absolute;
    top: 97px;
}

.he_b3p2jtle {
    left: 0;
}

.he_b3p2jtri {
    right: 0;
}

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

.he_b3pla3tle,
.he_b3pla3tri {
    width: 50%;
    position: relative;
}

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

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

.he_b3p3thb {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 60px 140px 26.5%;
    z-index: 2;
}

.he_b3p3thbti .g_title_h2 {
    color: #ffffff;
}

.he_b3p3thbti .g_title_h2::before {
    background: #fff;
}

.he_b3p3tju p {
    color: #ffffff;
    font-weight: bold;
}

.he_b3p3kp1 {
    line-height: 40px;
    font-size: 24px;
}

.he_b3p3kp2 {
    line-height: 52px;
    font-size: 36px;
}

.he_b3p3kp3 {
    line-height: 1.4;
    font-size: 46px;
}

.he_b3p3tju {
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 11;
}

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

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

.he_b3p3plo {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 25% 0 80px;
    z-index: 10;
}

.he_b3p3pi1 p {
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
}

.he_b3p3pi2 p {
    font-size: 36px;
    line-height: 52px;
    color: #ffffff;
    font-weight: bold;
}

.he_b3p3plle {
    line-height: 28px;
    width: 19px;
}

.he_b3p3plle img {
    width: 100%;
}

.he_b3p3plri p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    height: 28px;
    overflow: hidden;
}

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

.he_b3p3plli {
    width: 25%;
    padding: 0 10px;
}

.he_b3p3pln {
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    padding-bottom: 16px;
}

.he_b3p3plul {
    margin: 0 -10px;
    padding-top: 34px;
}

.he_b3p3pi3 p {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    max-height: 140px;
    overflow: hidden;
}

.he_b3p3pi3 {
    margin-top: 30px;
    padding-right: 49px;
}

.he_b3p3plo .he_b3p3tju {
    position: static;
}

.he_b3p3plo .he_b3p3tju p {
    color: #333333;
}

.he_b3p4 {
    width: 100%;
    padding: 0 100px;
}

.he_b3pla4 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 100px;
}

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

.he_b3plli {
    width: 25%;
    text-align: center;
    border-bottom: 2px solid #cef1ed;
    position: relative;
    padding-bottom: 8px;
    cursor: pointer;
}

.he_b3plic {
    width: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.he_b3plic img {
    width: 100%;
    transition: all 0.36s;
}

.he_b3plic .g_pic2 {
    top: 2px;
}

.he_b3plic .g_pic1 {
    opacity: 0;
}

.he_b3plli::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #28ac9f;
    transition: all 0.36s;
    opacity: 0;
}

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

.he_b3plli.act .he_b3plic .g_pic1 {
    opacity: 1;
}

.he_b3plli.act .he_b3plic .g_pic2 {
    opacity: 0;
}

.he_b3plli.act .he_b3plp p {
    color: #28ac9f;
}

.he_b3p3ig {
    width: 100%;
    padding: 0 47px;
    margin-top: 62px;
}

.he_b3p3nhul {
    margin: 0 -54px;
}

.he_b3p3nli {
    width: 25%;
    padding: 0 54px;
}

.he_b3p3nlg {
    width: 100%;
}

.he_b3p3nlg img {
    width: 100%;
}

.he_b3plte {
    padding-top: 14px;
}

.he_b3p3igli {
    display: none;
}

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

.he_b3pla5 {
    width: 100%;
    background: #cef1ed;
    padding-top: 90px;
    padding-bottom: 100px;
}

.he_b3p5bx {
    width: 100%;
}

.he_b3p5ny {
    width: 100%;
    position: relative;
    padding: 18px 93px 0;

}

.he_b3p5nyli {
    margin: 0 3px;
    width: 25%;
}

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

.he_b3p5ny .he_b3p2jt {
    width: 15px;
}

.he_b3p5ny .he_b3p2jt {
    top: 50%;
    transform: translateY(-50%);
}

.he_b3p5jtle {
    left: 0;
}

.he_b3p5jtri {
    right: 0;
}

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

.he_b3p6bxle,
.he_b3p6bxri {
    width: 50%;
}

.he_b3pla6 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 100px;
}

.he_b3p6bxjp p {
    font-size: 18px;
    line-height: 2;
    color: #323333;
}

.he_b3pla6 .g_sermpt2btn a {
    display: block;
    padding: 0;
}

.he_b3pla6 .g_sermpt2btn {
    background: #28ac9f;
    border-color: #28ac9f;
    width: 130px;
}

.he_b3pla6 .g_sermpt2btn .g_sermpt2btnfr .g_pic1 {
    opacity: 0;
}

.he_b3pla6 .g_sermpt2btn .g_sermpt2btnfr .g_pic2 {
    opacity: 1;
}

.he_b3pla6 .g_sermpt2btnfl {
    font-size: 14px;
}

.he_b3pla6 .g_sermpt2btn .clearfix {
    padding: 0 19px;
}

.he_b3p6bxri .he_customul {
    width: 100%;
}

.he_b3p6bxri .he_customli .he_custbxle {
    width: 63px;
}

.he_b3p6bxri .he_customli .he_custbxri {
    width: calc(100% - 63px);
}

.he_b3p6bxri {
    padding-left: 40px;
    padding-top: 35px;
}

.he_b3p6bxri .he_customul::before {
    height: 120px;
}

.he_banner1 .g_banbtn {
    margin-right: 18px;
    margin-top: 66px;
}

.he_b4move {
    background: #cef1ed;
}

.he_b4move .he_mpdptp2 {
    padding-top: 30px;
}

.he_b4move .he_mpdptp2 p {
    color: #666666;
}

.he_b4mpdnh1 {
    font-size: 14px;
    line-height: 2;
    color: #666666;
    margin-top: 22px;
}

.he_b4mpdnh {
    margin-top: 40px;
}

.he_b4nyq {
    width: 100%;
}

.he_b4p1bx {
    width: 100%;
    position: relative;
    margin-top: 66px;
}

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

.he_b4p1bxri {
    width: 597px;
    padding-right: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
}

.he_b4p1bxle {
    width: calc(100% - 597px);
    padding-right: 21%;
}

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

.he_b4p1rb1 img {
    width: 100%;
    border-radius: 50%;
}

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

.he_b4p1bli {
    width: 100%;
}

.he_b4p1bp1 p {
    font-size: 36px;
    line-height: 43px;
    color: #28ac9f;
    font-weight: bold;
}

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

.he_b4p1bp2 {
    margin-top: 30px;
}

.he_b4p1qk .he_mpdpln {
    border: none;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

.he_mpdplnri p {
    font-size: 14px;
    color: #28ac9f;
    line-height: 32px;
}

.he_b4p1qk {
    margin-top: 52px;
}

.he_b4p1po {
    position: absolute;
    top: 0;
    right: 0;
    width: 572px;
}

.he_b4p1po img {
    width: 100%;
}

.he_b4p1bul .slick-dots li {
    width: 30px;
    height: 4px;
    margin: 0 4px;
    border-radius: 0;
    background: #bcbbbb;
}

.he_b4p1bul .slick-dots li.slick-active {
    background: #1b4c9f;
}

.he_b4p1bul .slick-dots {
    bottom: -1px;
    text-align: left;
}

.he_b4p2bx {
    width: 100%;
}

.he_b4p2 {
    width: 100%;
    background: #cef1ed;
    padding-top: 90px;
    padding-bottom: 90px;
}

.he_b4p2ul {
    margin: 0 -48px;
}

.he_b4p2li {
    width: 25%;
    padding: 0 48px;
}

.he_b4p2hy {
    text-align: center;
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.he_b4p2hy::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    border: 2px solid #007ad6;
    border-bottom: none;
    width: 100%;
    height: 24px;
}

.he_b4p2hp1 p {
    font-size: 24px;
    line-height: 1.75;
    color: #28ac9f;
    font-weight: bold;
}

.he_b4p2hp2 p {
    font-size: 24px;
    color: #28ac9f;
    line-height: 1.75;
    font-weight: bold;
}

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

.he_b4p2 .g_title_h2 {
    margin-bottom: 0px;
}

.he_b4p2hp1 {
    margin-bottom: 13px;
}

.he_b4p2hp2 {
    margin-bottom: 8px;
}

.he_b4p2li:nth-child(1) {
    margin-top: 160px;
}

.he_b4p2li:nth-child(2) {
    margin-top: 92px;
}

.he_b4p2li:nth-child(3) {
    margin-top: 50px;
}

/* .he_b4p2li:nth-child(4) {
    margin-top: 5px;
} */
.he_b4p4 .he_com_pt1 {
    border-bottom: 1px solid #d7e5f4;
}

.he_b4p3 .g_sermpt5 {
    border-bottom: none;
}

.he_b4p4 .he_com_pt1 {
    padding-bottom: 75px;
}

.he_b4p5bx {
    width: 560px;
    margin: 0 auto;
}

.he_b4p5ul {
    margin: 0 -50px;
}

.he_b4p5li {
    width: 33.333333%;
    padding: 0 50px;
}

.he_b4p5bhx {
    width: 100%;
    text-align: center;
}

.he_b4p5ig {
    width: 100%;
    position: relative;
    border: 1px solid #e8eaf0;
}

.he_b4p5te p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.he_b4p5te {
    margin-top: 14px;
}

.he_b4p5 {
    padding-top: 90px;
    padding-bottom: 80px;
}

.he_b4p1rb2 {
    width: 103px;
}

/* helen 2.18  end*/

.he_b4p1rul {
    background: #fff;
    border-radius: 50%;
}

.mc_news .mc_newss1_titlebox {
    padding-top: 90px;
}

.mc_news .mc_news_s2 .mc_news_titlebox {
    padding-top: 90px;
}

.mc_news_detail .mc_newsdr_s1 .mc_news_titlebox {
    padding: 0 0 14px;
}

.mc_news_detail .mc_newsdr_s2 .mc_news_titlebox {
    padding: 0 0 42px;
}

.mc_news_detail .mc_news_s3 {
    padding: 0px 0 100px;
}

.mc_news_detail .mc_newsdr_s1 {
    padding-bottom: 60px;
}

.mc_news_detail .mc_news_s3 .mc_news_titlebox {
    padding: 0 0 36px;
}

.mc_a1s1_r_li1 {
    left: 0;
    top: 0;
}

.mc_a1s1_r_li2 {
    right: 5%;
    top: 22%;
}

.mc_a1s1_r_li3 {
    right: 5%;
    bottom: 25%;
}

.mc_a1s1_r_li4 {
    left: 0;
    bottom: 0;
}

.mc_a1s1_r_li.act .mc_a1s1_r_xtbox {
    background: #28ac9f;
}

.mc_a1s1_r_li.act .mc_a1s1_r_xtbox::before {
    border-color: #fff;
}

.mc_a1s1_m_li1 .mc_a1s1_m_li_imgbox {
    overflow: visible;
}

.mc_a1s2_r {
    width: calc(100% - 530px);
    position: absolute;
    bottom: 0;
    right: 0;
    min-height: 200px;
}

.mc_more1 span {
    transition: all .36s;
}

.mc_more1 {
    display: inline-block;
}

.mc_news .mc_newsdr_s1 .mc_news_titlebox {
    padding: 0 0 32px;
}

.g_modpt2 {
    padding-bottom: 34px;
    padding-top: 50px;
}

.g_modpt4 {
    margin-bottom: 80px;
}

.g_sersum .g_ser_search {
    padding: 0px 0 80px;
}

.g_proding.active .g_serm_navbox {
    position: fixed;
    top: 70px;
    left: 0;
    margin-top: 0;
    z-index: 40;
}

.g_proding.active {
    padding-top: 50px;
}

.g_sermpt1_ulfl.active {
    color: #28ac9f;
}

.g_int .g_sermpt3 {
    padding: 90px 0 70px;
}

.g_int .g_intpt2 .g_stopt1bot {
    padding: 66px 0 46px;
}

.he_city .g_modpt1fr {
    padding: 42px 13.5% 42px 46px;
}

.he_heath .g_modpt1_nr.on .g_modpt1fr {
    padding: 90px 46px 42px 13.5%;
}

.he_advaop {
    padding: 0 50px;
}

.g_banner5 .g_banbtn {
    border: 1px solid #28ac9f;
}

.g_banner5 .g_banbtnfl {
    color: #28ac9f;
    transition: all .36s;
}

.g_banner5 .g_banbtnfr img {
    height: auto;
}

.g_banner5 .g_banbtnfr .g_pic2 {
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.g_modpt4 {
    padding-top: 90px;
}

.g_modpt1_nr.on .g_modpt1fl {
    float: right;
}

.g_sto .g_sermpt5 {
    padding: 56px 0 130px;
}

.g_sto_mod .g_sermpt5 {
    padding: 90px 0 130px;
}

.g_intlist .g_sermpt5 {
    padding: 90px 0 130px;
}

.g_cloud .g_sermpt5 {
    padding: 90px 0 130px;
}

.g_cldlist .g_modpt2 {
    padding-top: 90px;
}

.g_proding.he_heath.active {
    padding-top: 0;
}

.g_sermore .g_sermpt5 {
    padding: 90px 0 120px;
}

.g_loan .he_customul {
    margin: 0;
}

.g_loan .he_customli {
    width: 50%;
    padding: 0;
    position: relative;
}

.g_loan .he_b3p6bxri .he_customul::before {
    height: 0;
}

.g_loan .he_custbxri {
    padding-top: 0;
}

.g_loan .he_customli1::before {
    right: 46px;
}

.g_loan.g_proding.active {
    padding-top: 30px;
}

.g_quality .g_modpt1_nr.on .g_modpt1fr {
    padding: 66px 46px 42px 13.5%;
}

.g_quality.g_proding.active {
    padding-top: 0;
}

.he_b4p4 .he_com_pt1 {
    padding-top: 60px;
}

.g_soft .g_sermpt5 {
    padding: 90px 0 130px;
}

.g_ban_data p {
    color: #ffffff;
    font-size: 36px;
    line-height: 46px;
}

.g_care .g_serm_navbox {
    background: #fff;
}

.g_credit1 {
    padding: 90px 0 0;
}

.g_credit1 .g_title_h2,
.g_credit2 .g_title_h2,
.g_credit4 .g_title_h2 {
    text-align: center;
}

.g_credit1 .g_title_h2::before,
.g_credit2 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_credit4 .g_title_h2::before {
    display: none;
}

.mc_cont1000 {
    width: 1000px;
    margin: 0 auto;
}

.g_credit1 .g_word p {
    text-align: center;
}

.g_credit1 .mc_cont1000 {
    padding: 0 10px;
}

.g_credit1_img {
    width: 100%;
}

.g_credit1_img img {
    width: 100%;
}

.g_credit1_icon {
    text-align: center;
    margin-top: 60px;
    position: relative;
    padding-bottom: 68px;
}

.g_credit1_iconfl {
    padding: 0 90px;
}

.g_credit1_iconall {
    display: inline-block;
}

.g_credit1_iconfl p {
    color: #444445;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}

.g_credit1_zs {
    width: 582px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.g_credit2fl {
    width: 33.333333%;
    padding: 0 25px;
}

.g_credit2nr {
    margin: 0px -25px;
}

.g_credit2 {
    padding: 90px 0 0;
}

.g_credit2_icon {
    background: #FFF;
    padding: 74px 46px 46px;
    position: relative;
    box-shadow: 0 0 30px 3px rgb(64 70 84 / 23%);
}

.g_credit2nrbox {
    position: relative;
}

.g_credit2nrbox::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    background: #f6f9fc;
    z-index: -1;
}

.g_credit2_tu {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 81px;
}

.g_credit2 .g_title_h2 {
    margin-bottom: 100px;
}

.g_credit2_wz h6 {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    height: 30px;
}

.g_credit2_wz p {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 30px;
}

.g_credit2_wz span {
    color: #888888;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    display: block;
    height: 48px;
    overflow: hidden;
}

.g_credit3 {
    padding: 90px 0 0;
}

.g_credit3fl {
    width: 47%;
}

.g_credit3fr {
    width: 53%;
}

.g_credit3nr {
    position: relative;
}

.g_credit3fl {
    padding-right: 180px;
    padding-top: 30px;
}

.g_credit3nr.on .g_credit3fl {
    float: right;
    padding-right: 0;
    padding-left: 135px;
}

.g_credit3nr.on .g_credit3fr {
    float: left;
}

.g_credit3nr.on .g_credit3fl .g_title_h2 {
    text-align: right;
    padding-top: 30px;
}

.g_credit3nr.on .g_credit3fl .g_title_h2::before {
    right: 0;
    left: inherit;
}

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

.g_credit4 {
    position: relative;
    padding: 90px 0;
}

.g_credit4bj {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 415px;
    z-index: -1
}

.g_credit4bj img {
    width: auto;
    height: 100%;
}

.g_credit4 .g_title_h2 {
    color: #fff;
}

.g_credit4fl {
    width: 50%;
    padding: 0 25px;
}

.g_credit4_nr {
    margin: 70px -25px 0;
}

.g_credit4_all {
    background: #fff;
    border: 1px solid #d8e1ea;
    padding: 60px 80px;
}

.g_credit4fl {
    margin-bottom: 35px;
}

.g_credit4_all .g_word p {
    height: 90px;
    overflow: hidden;
}

.g_credit4_tle {
    margin-bottom: 26px;
    position: relative;
}

.g_credit4_tle p {
    color: #415564;
    font-size: 24px;
    line-height: 34px;
    padding-left: 40px;
    font-weight: bold;
}

.g_credit4_tle::before {
    content: '';
    width: 18px;
    height: 30px;
    background: url(../images/b42_jian.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.g_credit4 .g_sermpt2btn {
    border: 2px solid transparent;
    margin: 30px auto 0;
    background: #28ac9f;
}

.g_credit4 .g_sermpt2btn .clearfix {
    padding: 0;
}

.g_credit4 .g_sermpt2btnfr .g_pic2 {
    opacity: 1;
}

.he_b3pla6 {
    border-top: 1px solid #d7e3f2;
}

.g_network .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_credit2 .g_word p {
    text-align: center;
}

.g_credit2 .g_title_h2 {
    margin-bottom: 40px;
}

.g_credit2nrbox {
    margin-top: 100px;
}

.g_credit2fl {
    margin-bottom: 90px;
}

.g_credit .g_credit2 {
    padding: 90px 0 0;
}

.g_soft.g_proding.active {
    padding-top: 0;
}

.g_network1 .g_network1tle {
    text-align: center;
}

.g_network .g_credit3nr .g_title_h2::before {
    left: 0;
    transform: translateX(0);
}

.g_network1 {
    padding: 90px 0 40px;
}

.g_network1 .g_credit3nr {
    position: relative;
}

.g_network1 .g_credit3fl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.g_network1 .g_credit3nr.on .g_credit3fl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: inherit;
    right: 0;
}

.g_network1 .g_credit3nr.on .g_credit3fl .g_title_h2 {
    text-align: left;
    padding-top: 0;
}

.g_network1 .g_credit3nr.on .g_credit3fl .g_title_h2::before {
    right: inherit;
    left: 0;
}

.g_database .g_title_h2 {
    text-align: center;
}

.g_database .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_db1nrfl {
    width: 50%;
    padding: 0 25px;
}

.g_db1nr {
    margin: 0 -25px;
}

.g_db1 {
    padding: 90px 0 0;
}

.g_db1nrwz {
    background: #fff;
    padding: 40px;
    position: relative;
}

.g_db1nricon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100px;
}

.g_db1nricon img {
    width: 100%;
}

.g_db1nrwz h6 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.g_db1nrwz p {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.g_db1nra {
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgba(167, 167, 167, .22);
}

.g_db2 {
    padding: 90px 0 100px;
}

.g_db2tle {
    color: #28ac9f;
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 20px;
}

.g_db2 .he_mpdptp2 p {
    margin-bottom: 0;
}

.g_db2 {
    background: #f5f8fa;
    margin-top: 100px;
}

.g_database .g_credit3nr {
    position: relative;
}

.g_database .g_credit3fl {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.g_database .g_credit3nr.on .g_credit3fl {
    left: inherit;
    right: 0;
}

.g_database .g_credit3fl {
    padding-right: 110px;
    padding-top: 0;
}

.g_database .g_credit3nr.on .g_credit3fl {
    padding-right: 0;
    padding-top: 0;
    padding-left: 100px;
}

.g_db3 {
    padding: 90px 0 30px;
}

.g_credit1_img {
    margin-top: 50px;
}

.g_care1nr {
    position: relative;
}

.g_care1fl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow: hidden;
}

.g_care1flnr {
    width: 50%;
    padding-left: 100px;
}

.g_care1fr {
    width: 50%;
}

.g_care1fr img {
    width: 100%;
}

.g_care2 {
    padding: 90px 0 0;
}

.g_care2 .g_title_h2 {
    text-align: center;
}

.g_care2 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_care2top .g_word {
    width: 950px;
    margin: 0 auto 66px;
}

.g_care2top .g_word p {
    text-align: center;
}

.g_care2bot {
    position: relative;
}

.g_care2botbj {
    width: 100%;
    height: 575px;
}

.g_care2botbj img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

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

.g_care2botwz {
    width: 45%;
}

.g_stopt1botfl {
    margin-bottom: 30px;
}

.g_care2botfl {
    width: 50%;
    padding: 0 60px;
    margin-bottom: 26px;
}

.g_care2botwz_all {
    margin: 0 -60px;
}

.g_care2botfl p {
    border-bottom: 1px solid #7391c2;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    height: 60px;
    overflow: hidden;
}

.g_care2bot .g_sermpt2btn a {
    padding: 0;
}

.g_care2bot .g_sermpt2btnfr .g_pic2 {
    opacity: 1;
}

.g_care2bot .g_sermpt2btnfr .g_pic1 {
    opacity: 0;
}

.g_care2bot .g_sermpt2btn {
    margin-top: 30px;
}

.g_care3 .g_title_h2 {
    text-align: center;
}

.g_care3 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_care3 {
    padding: 90px 0 0;
}

.g_care1nr.on .g_care1flnr {
    float: left;
    padding-left: 0;
    padding-right: 100px;
}

.g_care1nr.on .g_care1fr {
    float: right;
}

.g_care3 .g_title_h3 {
    color: #28ac9f;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.g_care3 .g_title_h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 3px;
    background: #28ac9f;
}

.g_care .he_mpdpul {
    margin-top: 32px;
}

.g_care1nr.on1 .he_mpdpli {
    width: 100%;
}

.g_care1nr.on1 .he_mpdpln {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.g_care4fl {
    width: 25%;
    padding: 0 14px;
    margin-bottom: 28px;
}

.g_care4all {
    background: #fff;
    position: relative;
}

.g_care4zs1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 81px;
}

.g_care4zs2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92px;
}

.g_care4_shu {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #ecf6ff;
    font-size: 72px;
    font-family: "MONTSERRAT-BOLD" !important;
}

.g_care4zs1 img,
.g_care4zs2 img {
    width: 100%;
}

.g_care4_wz {
    padding: 42px 40px;
    position: relative;
    z-index: 10;
}

.g_care4_wz h6 {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: bold;
}

.g_care4_wz p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.g_care4 {
    background: #cef1ed;
    padding: 90px 0 70px;
}

.g_care4nr {
    margin: 0 -14px;
}

.g_care4 .g_title_h2 {
    font-size: 30px;
    text-align: center;
}

.g_care4 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_care5_int {
    width: 930px;
    margin: 0 auto 42px;
}

.g_care1nr_img,
.g_care1nr_img img {
    width: 100%;
}

.g_care .g_sermpt5_top a {
    position: relative;
    width: 100%;
    display: block;
    background: #f3f5fa;
    padding: 20px 0;
}

.g_care7top {
    position: relative;
}

.g_care7bj {
    width: 100%;
    height: 696px;
    position: relative;
}

.g_care7bj img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.g_care7topnr {
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
}

.g_care7topwz {
    width: 50%;
}

.g_care7topwz span {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    display: block;
}

.g_care7topnr {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.g_care7topwz .g_title_h2::before {
    bottom: inherit;
    top: 0;
    left: 0;
    background: #fff;
}

.g_care7topwz .g_title_h2 {
    padding-top: 14px;
    color: #fff;
}

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

.g_care7bot .mc_cont1400 {
    margin-top: -140px;
    position: relative;
    z-index: 10;
}

.g_care7bot .g_word p {
    height: auto;
    padding-left: 40px;
    position: relative;
    line-height: 36px;
}

.g_care7bot .g_word {
    height: 144px;
    overflow: hidden;
}

.g_care7bot .g_word p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #28ac9f;
    border-radius: 50%;
}

.g_care7_int {
    padding-left: 40px;
    color: #415564;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.g_care7bot .g_credit4_tle {
    margin-bottom: 20px;
}

.g_care .g_sermpt5 {
    padding: 60px 0 130px;
}

.g_care8,
.g_care9 {
    width: 1000px;
    margin: 0 auto;
}

.g_care9fl {
    width: 16.666667%;
}

.g_care9fl {
    padding: 0 32px;
    margin-bottom: 18px;
}

.g_care9nr {
    margin: 0 -32px;
}

.g_care8 {
    padding: 90px 0 0;
}

.g_care9 {
    padding: 90px 0;
}

.g_care8 .g_title_h2,
.g_care9 .g_title_h2 {
    text-align: center;
}

.g_care8 .g_title_h2::before,
.g_care9 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_care8fl {
    width: 56%;
}

.g_care8fr {
    width: 44%;
}

.g_care8a {
    width: 50%;
    padding: 46px 56px;
}

.g_care8a {
    text-align: center;
}

.g_care8a p {
    color: #28ac9f;
    font-size: 48px;
    font-family: "MONTSERRAT-BOLD" !important;
}

.g_care8a span {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.g_care8fr .g_care8a {
    width: 100%;
}

.g_care8fr .g_care8a p {
    font-size: 36px;
    font-weight: bold;
    line-height: 80px;
}

.g_care8a p span {
    font-size: 36px;
    font-weight: bold;
    color: #28ac9f;
}

.g_care8nr {
    margin-top: 66px;
}

.g_care8fl .g_care8a {
    border-right: 1px solid #d7e5f4;
}

.g_care1nr.on1 .he_mpdpln {
    border-color: transparent;
}

.g_care1nr.on1 .he_mpdplnle {
    position: relative;
}

.g_care1nr.on1 .he_mpdplnri p {
    position: relative;
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.g_care1nr.on1 .he_mpdplnle::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 11px);
    height: 1px;
    background: #d7e5f4;
    content: '';
}

.g_care1nr.on1 .he_mpdplnri p::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d7e5f4;
    content: '';
}

.g_care1nr.on1 .he_mpdplnle {
    line-height: 36px;
}

.g_database .he_mpdpln {
    margin-bottom: 24px;
}

.g_database .g_modpt1_nr .he_mpdptp3 {
    padding-top: 22px;
}

.g_database .he_mpdptp3 {
    margin-bottom: 14px;
}

.g_database .g_word p span {
    color: #28ac9f;
    font-size: 14px;
    font-weight: bold;
}

.g_credit4bj img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.g_intlist .g_modpt2 {
    padding-bottom: 100px;
    padding-top: 50px;
}

.g_modpt2_ph {
    display: none;
}

.g_modpt2_phtle {
    width: 100%;
}

.g_modpt2_phtd1 {
    width: 120px;
}

.g_modpt2_phtd2 {
    width: calc(100% - 120px);
}

.g_modpt2_phtle td,
.g_modpt2_phnr td {
    border: 1px solid #e9eef4;
    border-collapse: collapse;
}

.g_modpt2_phtle p,
.g_modpt2_phnr p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.g_modpt2_phtle td,
.g_modpt2_phtd1,
.g_modpt2_phtd2 {
    padding: 18px 15px;
}

.g_modpt2_phtle {
    background: #f4f5f8;
}

.g_help_icon {
    width: 53px;
    margin-top: 5px;
}

.g_help_word h6 {
    color: #323333;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}

.g_help_word a {
    color: #323333;
    font-size: 16px;
    line-height: 30px;
}

.g_helpfl {
    padding: 25px 40px;
}

.g_help .mc_help_r {
    width: calc(100% - 430px);
    padding-top: 10px;
    padding-left: 120px;
}

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

.g_helpfl {
    border-right: 1px solid #d6e3f1;
}

.g_helpfl:last-child {
    border-color: transparent;
}

.g_helpfl {
    width: 33.333333%;
}

.g_helpnr {
    margin: 0 -40px;
}

.g_network1 .g_sermpt2btn {
    margin: 40px auto 60px;
    background: #28ac9f;
    border: 2px solid #28ac9f;
}

.g_network1 .g_sermpt2btn .clearfix {
    padding: 0;
}

.g_network1 .g_sermpt2btn .g_pic1 {
    opacity: 0;
}

.g_network1 .g_sermpt2btn .g_pic2 {
    opacity: 1;
}

.g_network1nr {
    margin-bottom: 20px;
}

.g_sys .he_mpdpul {
    margin: 20px -15px 0;
}

.g_sys2 {
    position: relative;
}

.g_sys2bj {
    position: relative;
    width: 100%;
    height: 575px;
}

.g_sys2bj img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
}

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

.g_sys2 .g_title_h2 {
    text-align: center;
    color: #fff;
}

.g_sys2 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.g_sys2_all {
    margin-top: 100px;
}

.g_sys2nrfl {
    width: 33.333333%;
    padding: 0 52px;
    position: relative;
}

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

.g_sys2nrfl::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, .2);
}

.g_sys3 {
    padding: 100px 0;
}

.g_sys3fl {
    width: 33.333333%;
    padding: 0 35px;
}

.g_sys3nr {
    margin: 0 -35px;
}

.g_sys3tu img {
    position: absolute;
    top: 0;
    right: 0;
    width: 136px;
}

.g_sys3b {
    position: relative;
    box-shadow: 0 0 20px 3px rgba(93, 93, 93, .11);
    padding: 55px 84px;
    overflow: hidden;
}

.g_sys3b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #004fa8;
}

.g_sys3_tle {
    color: #004fa8;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.g_sys3_int p {
    color: #004fa8;
    font-size: 18px;
    line-height: 40px;
}

.g_sys3_int p span {
    font-size: 40px;
}

.g_sys3tu p {
    color: #f4f5f9;
    position: absolute;
    top: 18px;
    right: 5px;
    font-size: 60px;
}

.g_title_h4 {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}

.g_title_h4::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background: #28ac9f;
    content: '';
}

.g_stag .g_title_h4::before {
    left: 0;
    transform: translateX(0);
}

.g_stag .g_title_h4 {
    text-align: left;
}

.g_stag1 {
    padding: 80px 0 0;
}

.g_word3 p {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.g_span1 span {
    color: #28ac9f;
}

.g_span2 span {
    font-weight: bold;
}

.g_word3 p img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.g_stag .he_b3pla6 {
    margin-top: 80px;
}

.g_safe1 {
    background: #f3f4f9;
    padding: 90px 0;
}

.g_safe1_fl {
    width: 50%;
    padding: 0 50px;
}

.g_safe1nr {
    margin: 0 -50px;
}

.g_safe1_fl a {
    background: #fff;
    display: block;
    padding: 42px 70px;
}

.g_safe1tu {
    width: 60px;
}

.g_safe1tu img {
    width: 100%;
}

.g_safe1fr p {
    color: #28ac9f;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

.g_safe1fr {
    width: calc(100% - 60px);
    padding-left: 30px;
}

.g_safe1 .mc_cont1400,
.g_safe2 .mc_cont1400 {
    padding: 0 100px;
}

.g_safe2 {
    padding: 90px 0;
}

.g_safe2 .g_title_h2 {
    font-weight: bold;
    padding-bottom: 0;
}

.g_safe2 .g_title_h2::before {
    display: none;
}

.g_safe2nr {
    margin-top: 66px;
}

.g_safe2_shfl {
    width: 330px;
    height: 36px;
    border: 1px solid #1e57a3;
}

.g_safe2_shfl input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 14px;
}

.g_safe2_shfr {
    width: 22px;
    line-height: 36px;
    cursor: pointer;
    margin-left: 15px;
}

.g_safe2_shfr img {
    width: 100%;
}

.g_safe2_sx {
    margin-left: 120px;
}

.g_safe2_sxfl p {
    color: #28ac9f;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
}

.g_safe2_sxfr {
    margin-left: 26px;
}

.g_safe2_sxnr {
    margin-right: 30px;
}

.g_safe2_icon {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #28ac9f;
    margin-top: 9px;
}

.g_safe2_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    display: block;
    transform: translate(-50%, -50%);
    display: none;
}

.g_safe2_sxnr p {
    color: #1e57a3;
    line-height: 36px;
    width: calc(100% - 20px);
    padding-left: 10px;
    font-size: 16px;
}

.g_safe2_sxnr.on img {
    display: block;
}

.g_safe2_all {
    margin-top: 36px;
}

.g_safe2_all .g_anno_fl h5 {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    transition: all .36s;
}

.g_safe2_all .g_anno_fl p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.g_safe2_time {
    width: 270px;
}

.g_safe2_all .g_anno_fl {
    width: calc(100% - 330px);
    padding-right: 140px;
}

.g_safe2_all .g_anno_fr {
    margin-right: 39px;
}

.g_safe_ltnr a {
    display: block;
    padding: 30px 0 20px;
    border-bottom: 1px solid #d7e5f4;
}

.g_safe2_time p {
    transition: all .36s;
    color: #888888;
    font-size: 14px;
    line-height: 24px;
}

.g_safe2_time p span {
    transition: all .36s;
    font-family: "MONTSERRAT-LIGHT" !important;
}

.g_safe .g_sermpt6fltu {
    width: 30px;
}

.g_safe .g_sermpt6b p {
    width: calc(100% - 30px);
    padding-left: 50px;
}

.g_safe .g_sermpt6b {
    padding: 32px;
}

.g_safe .g_sermpt6 {
    padding: 10px 0 100px;
}

.g_sys3_img,
.g_sys3_img img {
    width: 100%;
}

.g_sys3_img {
    margin-top: 100px;
}

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

.g_proding.active.g_sys {
    padding-top: 0;
}

/* helen 3.17 star */

.he_content {
    width: 1200px;
    margin: 0 auto;
}

.he_f7bx {
    width: 100%;
    padding-top: 90px;
}

.he_f7p1 {
    width: 100%;
}

.he_f7bti p {
    font-size: 36px;
    line-height: 1.75;
    color: #28ac9f;
}

.he_f7bti {
    border-bottom: 1px solid #2462b3;
    padding-bottom: 19px;
}

.he_f7p1li {
    width: 100%;
    border-bottom: 1px solid #e8eaf0;
}

.he_f7p1le {
    width: 380px;
    padding-top: 24px;
}

.he_f7p1ri {
    width: calc(100% - 380px);
}

.he_f7p1uti p {
    color: #28ac9f;
    font-weight: bold;
}

.he_f7p1rli {
    width: 100%;
    border-bottom: 1px solid #e8eaf0;
    padding-top: 24px;
}

.he_f7p1rli:last-child {
    border-bottom: none;
}

.he_f7p1eti p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 36px;
}

.he_f7p1dul {
    padding-top: 13px;
}

.he_f7p1dli {
    width: 50%;
    padding-bottom: 20px;
}

.he_f7p1dbx {
    width: 100%;
}

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

.he_f7p1dbs {
    margin-bottom: 4px;
}

.he_f7p1bsle {
    width: 60px;
}

.he_f7p1bsri {
    width: calc(100% - 60px);
    padding-left: 14px;
}

.he_f7p1bsri p a {
    color: #28ac9f;
}

.he_f7p1dbs1 .he_f7p1bsle {
    width: 86px;
}

.he_f7p1dbs1 .he_f7p1bsri {
    width: calc(100% - 86px);
}

.he_f7p1dli:nth-child(n) {
    width: calc(100% - 286px);
    padding-right: 10px;
}

.he_f7p1dli:nth-child(2n) {
    width: 286px;
}

.he_f7p1gh {
    padding-bottom: 90px;
}

.he_f7p1dbre {
    width: 100%;
}

.he_f7p1dbre p a {
    color: #28ac9f;
}

.he_f7p1dbs2 .he_f7p1bsle {
    width: 118px;
}

.he_f7p1dbs2 .he_f7p1bsri {
    width: calc(100% - 118px);
}

.he_f7p1 {
    padding-bottom: 18px;
}

.he_f7p2 {
    width: 100%;
    background: #cef1ed;
    padding-top: 90px;
    padding-bottom: 100px;
}

.he_f7p2bx {
    width: 100%;
}

.he_f7p2ul {
    margin: 0 -15px;
}

.he_f7p2li {
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 29px;
}

.he_f7p2lbx {
    width: 100%;
    background: #fff;
    padding: 32px 34px 32px 58px;
    position: relative;
}

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

.he_f7p2ri {
    width: 126px;
    position: relative;
}

.he_f7p2le {
    width: calc(100% - 132px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.he_f7p2ri img {
    width: 100%;
    height: 100%;
}

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

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

.he_f7p2jy p {
    color: #28ac9f;
}

.he_f7p2sz {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
}

.he_f7p2sz p {
    font-size: 150px;
    line-height: 62px;
    color: #cef1ed;
    font-weight: bold;
    font-family: "FUTURANEWDEMI" !important;
}

.he_x3bx .g_serm_navbox {
    background: #ffffff;
}

.he_x3p1 {
    width: 100%;
    background: #fff;
}

.he_x3p1bx {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 100px;
}

.he_x3p1ul {
    margin: 0 -11px;
}

.he_x3p1li {
    width: 25%;
    padding: 0 11px;
}

.he_x3p1ny {
    width: 100%;
    box-shadow: -4.7px -1.5px 21px 0 rgba(63, 69, 83, 0.1);
    padding: 54px 46px 36px;
    position: relative;
}

.he_x3p1ic {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.he_x3p1ic {
    width: 80px;
}

.he_x3p1ic img {
    width: 100%;
    height: 100%;
}

.he_x3p1hu {
    width: 100%;
    text-align: center;
}

.he_x3p1huti p {
    font-size: 20px;
    line-height: 36px;
    color: #323333;
    height: 36px;
    overflow: hidden;
    font-weight: bold;
}

.he_x3p1hup p {
    font-size: 14px;
    line-height: 24px;
    color: #888988;
    height: 72px;
    overflow: hidden;
}

.he_x3p1hup {
    text-align: left;
    margin-top: 11px;
}

.he_x3p1hu .g_sermpt2btn {
    display: inline-block;
}

.he_x3p1hu .g_sermpt2btn .clearfix {
    padding: 0 24px;
}

.g_sermpt5 .he_x3p1hu .g_sermpt2btn {
    border: 1px solid #1e57a3;
}

.he_x3p1hu .g_sermpt2btnfl {
    font-size: 14px;
}

.he_x3p1ul .g_sermpt2btn {
    margin-top: 24px;
}

.he_x3p1li {
    border-bottom: none !important;
}

.g_sermpt2btn .clearfix {
    display: inline-block;
}

.he_x3p2 {
    width: 100%;
    background: #cef1ed;
    padding-top: 90px;
    padding-bottom: 100px;
}

.he_x3p2bx {
    width: 100%;
    padding: 0 46px;
}

.he_x3p2bx .g_title_h2 {
    text-align: center;
}

.he_x3p2bx .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.he_x3p2ul {
    margin: 0 -26px;
}

.he_x3p2li {
    width: 33.333333%;
    padding: 0 26px;
}

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

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

.he_x3p2ltp img {
    width: 100%;
    height: 100%;
}

.he_x3p2lte {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 84%;
    width: 100%;
    transition: all 0.36s;
}

.he_x3p2lyt p {
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    font-weight: bold;
}

.he_x3p2lmo .g_pic1 {
    opacity: 0;
}

.he_x3p2lmo .g_pic2 {
    opacity: 1;
}

.he_x3p2lmo .g_sermpt2btn {
    border-color: #fff !important;
}

.he_x3p2lmo .g_sermpt2btn {
    background: transparent !important;
    display: inline-block;
    margin-top: 30px;
}

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

.he_x3p4 .he_b3p6bxle {
    width: 460px;
}

.he_x3p4 .he_b3p6bxri {
    width: calc(100% - 460px);
    padding-top: 0;
}

.he_x3p4li {
    width: 25%;
    border-right: 1px solid #d7e3f2;
    text-align: center;
    padding: 0 10px;
}

.he_x3p4lbx {
    text-align: left;
    display: inline-block;
}

.he_x3p4lti p {
    font-size: 24px;
    line-height: 46px;
    color: #323333;
}

.he_x3p4ltp p {
    font-size: 16px;
    line-height: 46px;
    color: #323333;
}

.he_x3p4 .g_sermpt2btn {
    margin-top: 22px;
}

.he_x3p4 .he_b3pla6 {
    width: 100%;
    padding-top: 58px;
    padding-bottom: 69px;
}

.he_x3p4ul {
    margin-top: 30px;
}

/* helen 3.17 end */
/* tammy 3.18 start */
.t_con1200 {
    width: 1200px;
    margin: auto;
}

.t_tit1 {
    font-size: 30px;
    line-height: 40px;
    color: #124d9a;
    margin-bottom: 17px;
}

.t_require {
    padding: 90px 0 100px;
}

.t_requ {
    box-shadow: 2px 2px 21px 0 rgba(63, 69, 83, .13);
}

.t_requnr {
    padding-top: 42px;
    padding-bottom: 62px;
}

.t_biao {
    font-size: 18px;
    color: #666;
    line-height: 2;
    margin-bottom: 8px;
}

.t_biao span {
    line-height: 2;
}

.t_xqshu {
    margin-bottom: 19px;
}

.t_xqdan {
    height: 77px;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    resize: none;
}

.t_xutit {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    width: 72px;
    margin-right: 40px;
}

.t_protect {
    padding: 0 14px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 18px;
}

.t_prowen1 {
    width: 130px;
    line-height: 38px;
    border: 1px solid #d3d3d3;
    text-align: center;
    color: #666;
    font-size: 16px;
    transition: all 0.36s;
    cursor: pointer;
}

.t_protect.on .t_prowen1 {
    color: #fff;
    background: #175ab3;
    border: 1px solid #175ab3;
}

.t_xunr1 {
    width: calc(100% - 112px);
}

.t_xunyi {
    margin: 0 -14px;
    margin-bottom: 1px;
}

.t_shunrli {
    /*width: 155px;*/
    display: inline-block;
    cursor: pointer;
    margin-right: 34px;
}

.t_shuxin {
    font-size: 16px;
    line-height: 40px;
    color: #666;
    padding-left: 24px;
    position: relative;
}

.t_shuxin::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #d3d3d3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.t_shunrli.on .t_shuxin::after {
    content: url(/eportal/uiFramework/commonResource/image/x4_icon1.png);
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.t_xunxin {
    display: none;
}

.t_xunxin.open {
    display: block;
}

.t_fangan {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 20px;
}

.t_xunr2 {
    margin: 0 -12px;
}

.t_fangan.on .t_prowen1 {
    color: #fff;
    background: #175ab3;
    border: 1px solid #175ab3;
}

.t_yixuan {
    padding: 0 12px;
    position: relative;
}

.t_xunr3 {
    margin: 0 -12px;
}

.t_xuanclose {
    width: 13px;
    height: 13px;
    background: #175ab3;
    position: absolute;
    top: 0px;
    right: 14px;
    cursor: pointer;
}

.t_xuan {
    margin-bottom: 26px;
}

.t_xuanclose img {
    width: 9px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.t_yixuan {
    padding: 0 14px;
    display: inline-block;
    padding-bottom: 20px;
}

.t_xunr3 {
    margin: 0 -14px;
}

.t_k2ul {
    margin: 0 -13px;
    margin-bottom: 16px;
}

.t_k2li {
    width: 33.333333%;
    padding: 0 13px;
}

.t_k2liname {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-bottom: 10px;
}

.t_k2liname span {
    line-height: 32px;
}

.t_k2linr input {
    width: 100%;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    border: 1px solid #d3d3d3;
    margin-bottom: 13px;
}

.t_ma {
    border: 1px solid #d3d3d3;
    position: relative;
}

.t_ma input {
    width: calc(100% - 76px);
    border: 0;
    margin-bottom: 0;
}

.t_erma {
    position: absolute;
    width: 76px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.t_quan p {
    padding-left: 28px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    position: relative;
    cursor: pointer;
}

.t_quan p::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #d3d3d3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.t_quan.on p::after {
    content: url(/eportal/uiFramework/commonResource/image/x4_icon1.png);
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.t_subwen {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    margin-right: 24px;
    margin-left: 56px;
}

.t_imgic {
    display: inline-block;
    width: 12px;
}

.t_imgic img {
    width: 100%;
}

.t_submitz {
    width: 155px;
    background: #1c5399;
    cursor: pointer;
}

.t_quan p a {
    color: #28ac9f;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    top: -2px;
}

.t_xuannr2 {
    margin-bottom: 15px;
}

.t_xuannr3 {
    margin-bottom: 43px;
}

.t_xuannr3 .t_tit1 {
    margin-bottom: 20px;
}

.t_rekuai2 .t_tit1 {
    margin-bottom: 20px;
}

.t_quan {
    margin-bottom: 37px;
}

.t_xunr2,
.t_xunr3 {
    width: calc(100% - 112px);
}

.t_xunr3 {
    min-height: 60px;
}

/* tammy 3.18 end */



/* helen 3.18 star */

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

/* .he_f7p2sz {
    right: -80px;
    left: inherit;
    width: inherit;
} */

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

.he_f7p1nd {
    width: 100%;
    padding: 0 50px;
}

.he_x3p1hu .g_sermpt2btn .clearfix {
    padding: 0 10px;
}

.he_x3p2lmo .g_sermpt2btn {
    border: 1px solid #fff;
}

/* helen 3.18 end */
.he_x3p3 .g_modpt4 {
    margin-bottom: 100px;
}

.he_x3p4li:last-child {
    border-color: transparent;
}

.g_safe2_sxnr {
    cursor: pointer;
}

.g_modpt2tle td {
    padding: 24px 20px 24px 54px;
}

.g_modpt2tle p {
    color: #28ac9f;
    font-size: 18px;
    line-height: 30px;
}

/*.g_modpt2tle .g_stowid1{
    width:100%;
}*/
.g_safe2_change {
    display: none;
}

.g_safe2_change.on {
    display: block;
}

.g_banb2 .g_ban_title p {
    width: 60%;
}

.g_wavept1 .g_title_h2,
.g_wavept1 .g_word1,
.g_wavept2 .g_title_h2,
.g_wavept2 .g_word1 {
    text-align: center;
}

.g_wavept1 {
    padding: 90px 0 0;
    position: relative;
}

.g_wavept1::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 226px;
    background: #cef1ed;
    content: '';
    z-index: -1;
}

.g_wavept2 {
    padding: 90px 0 0;
    background: #cef1ed;
}

.g_wavept1 .g_title_h2::before,
.g_wavept2 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_wavept1fl {
    width: 25%;
    margin: 0 10px;
}

.g_wavept1nr {
    margin: 40px -10px 0;
}

.g_wavept1wz {
    background: #fff;
    padding: 20px;
}

.g_wavept1_title {
    color: #28ac9f;
    font-size: 22px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 10px;
}

.g_wavept1wz p {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    height: 80px;
    overflow: hidden;
}

.g_wavept1wz .mc_a1s3_more {
    margin-top: 10px;
}

.g_wavept1wz span {
    color: #28ac9f;
}

.g_wavept2top {
    margin-top: 40px;
}

.g_wavept2top .g_title_h3 {
    color: #28ac9f;
    font-weight: bold;
    margin-bottom: 30px;
}

.g_wavept2top .he_mpdpul {
    margin-top: 30px;
}

.g_wavept2top .he_mpdpln {
    margin-bottom: 18px;
}

.g_wavept2top_wzfl {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 40px;
}

.g_wavept2top_wz {
    margin: 50px -30px 0;
}

.g_wavept2top_wzfl h6 {
    color: #28ac9f;
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 12px;
}

.g_wavept2 .g_care1flnr {
    padding-left: 60px;
}

.g_wavept2top_wzfl p {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
}

.g_loan .g_sermpt5 {
    padding: 90px 0 130px;
}

.g_wavept2botbj,
.g_wavept2botbj img {
    width: 100%;
}

.g_wavept2botfl {
    width: 50%;
}

.g_wavept2botnr {
    position: relative;
}

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

.g_wavept2_shu {
    width: 50%;
    padding: 0 130px;
}

.g_wavept2bot2_all {
    margin: 0 -130px;
}

.g_wavept2_shu h6 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
    font-weight: bold;
}

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

.g_wavept2_numnr {
    margin: 0 -20px;
}

.g_wavept2_num span {
    color: #fff;
}

.g_wavept2_num .g_count {
    font-weight: bold;
    font-family: 'MONTSERRAT-BOLD' !important;
    font-size: 40px;
}

.g_wavept2_num1 {
    font-size: 14px;
    transform: translateY(14px);
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.g_wavept2_num .g_count {
    float: left;
    display: block;
    max-width: 145px;
}

.g_wavept2_num .g_wavept2_num1 {
    float: left;
    display: block;
    width: 120px;
    padding-left: 5px;
}

.g_banb2 .g_banbtn {
    margin-right: 20px;
}

.g_yunpt1 {
    background: #cef1ed;
    padding: 90px 0 100px;
}

.g_yun .g_title_h2,
.g_yun .g_word1 {
    text-align: center;
}

.g_yun .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_yunpt1fl {
    width: 25%;
    margin: 0 60px;
}

.g_yunpt1nr {
    margin: 66px -60px 0;
}

.g_yunpt1wz {
    text-align: center;
}

.g_yunpt1zs {
    position: relative;
    width: 87px;
    margin: 0 auto 24px;
}

.g_yunpt1zs p {
    color: #fff;
    position: absolute;
    bottom: -10px;
    right: 20px;
    font-size: 48px;
    font-family: 'MONTSERRAT-BOLD' !important;
}

.g_yunpt1wz span {
    display: block;
    color: #28ac9f;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

.g_yunpt1wz p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.g_yunpt2 {
    padding: 90px 0 100px;
}

.g_yunpt2fl {
    width: 25%;
    padding: 0;
    position: relative;
}

.g_yunpt2nr {
    margin: 66px -0.5px 0;
}

.g_yunpt2wz {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 40px;
}

.g_yunpt2wz h6 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 10px;
}

.g_yunpt2wz p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    opacity: .8;
}

.g_yunpt4 {
    background: #f3f5fa;
    padding: 90px 0 100px;
}

.g_yunpt3bjfl {
    width: 50%;
}

.g_yunpt3bjfl img {
    width: 100%;
}

.g_yun .g_care9 {
    padding-top: 90px;
}

.g_yunpt3 {
    position: relative;
}

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

.g_yunpt3nrfl,
.g_yunpt3nrfr {
    width: 50%;
}

.g_yunpt3nrfl {
    padding-right: 70px;
}

.g_yunpt3nrfr {
    padding-left: 125px;
    padding-right: 80px;
}

.g_yunpt3nrfl .g_title_h2,
.g_yunpt3nrfl .g_word1 {
    text-align: left;
    color: #fff;
}

.g_yunpt3nrfl .g_title_h2::before {
    left: 0;
    transform: translateX(0);
    background: #fff;
}

.g_yunpt3nrfl .g_word1 p {
    color: #fff;
}

.g_yunpt3flwz {
    width: 33.333333%;
    margin: 0 40px;
}

.g_yunpt3flsk {
    margin: 50px -40px 0;
}

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

.g_yunpt3flwzfl .g_pic {
    width: 116px;
    margin-top: 30px;
}

.g_yunpt3flwzfl .g_pic img {
    width: 100%;
}

.g_yunpt3flwzfl {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.g_yunpt3flwz .g_yunpt3flwzfl:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.g_yunpt3nrfr_sk {
    text-align: center;
    margin-bottom: 120px;
}

.g_yunpt3nrfr_sk h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 50px;
}

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

.g_yunpt3nrfr_sk .g_com_play {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0);
    margin: 80px auto 0;
}

.g_yunpt3nrfr_sk .g_com_play img {
    width: 56px;
}

.g_yunpt3nrfrsk {
    padding-top: 106px;
}

.g_yunpt3flsk .slick-dots {
    bottom: -50px;
}

.g_yunpt3 .slick-dots li {
    width: 30px;
    height: 4px;
    margin: 0 4px;
    border-radius: 0;
    background: #fff;
}

.g_yunpt3flsk .slick-dots li.slick-active {
    background: #fff;
}

.g_yunpt3nrfrsk .slick-dots li.slick-active {
    background: #28ac9f;
}

.g_yunpt3flsk .slick-dots li {
    background: rgba(255, 255, 255, .49);
}

.g_yunpt3flsk .slick-dots {
    text-align: left;
    padding-left: 40px;
}

.g_yunpt4nrfl {
    width: 20%;
    padding: 40px 20px;
    position: relative;
}

.g_yunpt4nr {
    margin: 50px -20px 0;
}

.g_yunpt4nr p {
    color: #28ac9f;
}

.g_yunpt4nr .g_count {
    font-size: 48px;
    font-family: 'MONTSERRAT-BOLD' !important;
}

.g_yunpt4nrfl span {
    display: block;
    text-align: center;
}

.g_yunpt4nrfl::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d7e5f4;
}

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

.g_gov .g_yunpt4nrfl {
    width: 25%;
}

.g_gov .g_yunpt4 .g_title_h2 {
    text-align: center;
}

.g_gov .g_yunpt4 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_gov .g_yunpt4 {
    background: #fff;
}

.g_govpt1nrflnr {
    display: none;
}

.g_govpt1nrflnr.on {
    display: block;
}

.g_govpt1 {
    position: relative;
}

.g_govpt1bj {
    width: 100%;
    height: 715px;
}

.g_govpt1bj img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
}

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

.g_govpt1 .g_title_h2 {
    color: #fff;
    text-align: center;
}

.g_govpt1 .g_title_h2::before {
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.g_govpt1_all {
    position: relative;
}

.g_govpt1nrfr {
    width: 220px;
}

.g_govpt1nrfl {
    width: calc(100% - 220px);
    padding-right: 280px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.g_govpt1nrflnr h5 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
}

.g_govpt1nrwzfl {
    width: 50%;
    padding: 0 17px;
}

.g_govpt1nrwz {
    margin: 0 -17px;
}

.g_govpt1nrwzfl p span {
    display: block;
}

.g_b2iconxx1 {
    width: 19px;
    line-height: 24px;
}

.g_b2iconxx1 img {
    width: 100%;
}

.g_b2iconxx2 {
    width: calc(100% - 19px);
    padding-left: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.g_govpt1nrwzfl p {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .49);
}

.g_govpt1nrwzfl {
    margin-bottom: 30px;
}

.g_govpt1nrfr_li {}

.g_govpt1nrfr_li p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding-right: 12px;
    text-align: right;
    padding-bottom: 23px;
    padding-top: 23px;
    cursor: pointer;
}

.g_govpt1nrfrsk {
    padding: 50px 0 30px;
    border-right: 1px solid rgba(255, 255, 255, .49);
}

.g_govpt1_icon {
    width: 27px;
    cursor: pointer;
    position: absolute;
}

.g_govpt1_icon img {
    width: 100%;
}

.g_govpt1_icon1 {
    top: -2px;
    right: -13.5px;
}

.g_govpt1_icon2 {
    bottom: -2px;
    right: -13.5px;
}

.g_govpt1_icon2 img {
    transform: rotate(180deg);
}

.g_govpt1nrfr_li.slick-current p {
    position: relative;
}

.g_govpt1nrfr_li.slick-current p::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
    width: 2px;
    height: 52px;
    background: #fff;
}

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

.g_govpt2frwz {
    width: 50%;
    padding-left: 72px;
}

.g_govpt2fl img {
    width: 100%;
}

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

.g_govpt2nr {
    display: block;
}

.g_govpt2fl {
    width: 50%;
}

.g_govpt2nr {
    background: #cef1ed;
}

.g_govpt2nr.on .g_govpt2fl {
    float: right;
}

.g_govpt2nr.on .g_govpt2frwz {
    float: left;
    padding-left: 0;
    padding-right: 72px;
}

.g_govpt2 .g_sermpt2btn {
    border-color: #28ac9f;
}

.g_govpt2 .g_sermpt2btn .g_sermpt2btnfl {
    color: #28ac9f;
}

.g_govpt2frwz h5 {
    color: #28ac9f;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.g_govpt1nrfr {
    position: relative;
}

/* helen 6.19 star */

.g_food1 {
    padding-top: 90px;
    padding-bottom: 60px;
}

.g_food1 {
    text-align: center;
    width: 100%;
}

.g_food1 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

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

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

.he_food2ig img {
    position: relative;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.he_food2ig video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.he_fo2pla {
    width: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 11;
}

.he_fo2pla img {
    width: 100%;
}

.he_food3 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f3f4fa;
}

.he_food3ul {
    margin: 0 -20px;
}

.he_food3li {
    padding: 0 20px;
    width: 33.333333%;
    margin-bottom: 35px;
}

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

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

.he_foliig img {
    transition: all 0.36s ease;
}

.he_folitb {
    width: 100%;
    padding-left: 8%;
}

.he_folite {
    width: 100%;
    background: #ffffff;
    box-shadow: 2px 4.6px 18px 0 rgba(30, 39, 61, 0.18);
    padding: 28px 28px 39px;
    position: relative;
    right: 0;
    top: -24px;
    z-index: 10;
}

.he_foliti h4 {
    color: #333333;
    /* height: 34px; */
    margin-bottom: 17px;
    transition: all 0.36s;
}

.he_folitp p {
    line-height: 1.42;
    color: #666666;
    height: 38px;
    overflow: hidden;
}

.he_folitb .mc_a1s3_more span {
    color: #1e58a3;
}

.he_food3li a {
    display: block;
}

.he_fomor {
    width: 100%;
    text-align: center;
}

.he_fomor .mc_more1_btn {
    border: 1px solid #6f6f70;
    color: #6f6f70;
}

.he_fomor .mc_more1_btn::after {
    background: url(../images/f3arrow9.png) center / contain no-repeat;
}

.he_fomor .mc_a1s1_more {
    margin-top: 10px;
}

.he_food4 {
    width: 100%;
    position: relative;
    padding-top: 90px;
    padding-bottom: 0px!important;
}

.he_foo4bx {
    width: 100%;
    position: relative;
    background: #f3f4fa;
}

.he_foo4bx::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: #28ac9f;
}

.he_foo4bh {
    width: 100%;
    position: relative;
    padding: 34px 0;
}

.he_foo4bhle {
    width: 570px;
    position: relative;
    overflow: hidden;
}
.he_foo4bhle img{
    transition: all .36s ease;
}

.he_foo4bhri {
    width: calc(100% - 570px);
    padding-left: 92px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.he_foo4bhti p {
    font-weight: normal;
    transition: all .36s ease;
}

.he_foo4bhti h4 {
    font-weight: normal;
    color: #333333;
    height: 80px;
    overflow: hidden;
}

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

.he_foo4bhp p {
    color: #666666;
    height: 52px;
    overflow: hidden;
}

.he_foo4bhri .g_softpt3tle {
    margin-bottom: 24px;
}

.he_foo4bhri .mc_more1_btn {
    background: #28ac9f;
    border: 2px solid #28ac9f !important;
}

.he_foo4bhri .mc_more1_btn span {
    color: #fff;
}

.he_foo4bhri .mc_more1_btn::after {
    background: url(../images/icon_more.png) center / contain no-repeat;
}

.he_foo4bmo {
    margin-top: 56px;
}

.he_foo4bul {
    margin: 0 -40px;
}

.he_foo4bli {
    width: 33.333333%;
    padding: 0 40px 40px 40px;
}

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

.he_foo4buk {
    padding-top: 60px;
}

.he_foo4buk .g_softpt3tle {
    margin-bottom: 15px;
}

.he_foo4buk .he_foo4bmo {
    margin-top: 28px;
}

.he_foo4bmo .he_fomor {
    text-align: left;
}
.g_food .mc_help .mc_help_r{
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
}
.g_food .mc_help .g_helpfl {
    width: 25%;
}
.g_food .mc_help .g_helpnr {
    margin: 0;
}
/* helen 6.19 end */



@media screen and (min-width: 1200px) {
    .g_anno_ltnr:hover .g_anno_fl {
        color: #28ac9f;
    }

    .mc_ban_video_btn:hover .g_com_play::before,
    .mc_ban_video_btn:hover .g_com_play::after {
        opacity: 1;
    }

    .g_anno_ltnr:hover .g_anno_fr1 {
        opacity: 0;
    }

    .g_anno_ltnr:hover .g_anno_fr2 {
        opacity: 1;
    }

    .g_anno_ltnr:hover .g_anno_fr {
        transform: translateX(15px);
    }

    .g_infopt3sk .slick-prev:hover {
        background: url(../images/f1arrow3.png) no-repeat;
    }

    .g_infopt3sk .slick-next:hover {
        background: url(../images/f1arrow4.png) no-repeat;
    }

    .g_com_pt1fl a:hover img {
        transform: scale(1.05);
    }

    .g_com_pt2fl a:hover p {
        color: #28ac9f;
    }

    .g_mkpt1fl a:hover .mc_more1_btn {
        background: #28ac9f;
        border: 2px solid #28ac9f !important;
    }

    .g_mkpt1fl a:hover .mc_more1_btn span {
        color: #fff;
    }

    .g_mkpt1fl a:hover .mc_more1_btn::before {
        width: 100%;
    }

    .g_mkpt1fl a:hover .mc_more1_btn::after {
        background: url(../images/icon_more.png) center / contain no-repeat;
    }

    .g_mkpt1fl a:hover .g_mkpt1tu img {
        transform: scale(1.1);
    }

    .g_mkpt1_sk .slick-prev:hover {
        background: url(../images/f1arrow3.png) no-repeat;
    }

    .g_mkpt1_sk .slick-next:hover {
        background: url(../images/f1arrow4.png) no-repeat;
    }

    .g_video_nr .mc_more1_btn:hover::after {
        background: url(../images/icon_more.png) center / contain no-repeat;
    }

    .g_cultpt1fl:hover .g_round::before {
        width: 50px;
        height: 50px;
    }

    .g_cultpt1fl:hover p {
        opacity: 1;
        transform: translateY(0px);
    }

    .g_serm_navli:hover a {
        color: #28ac9f;
    }

    .g_serm_navli:hover a::before {
        width: 100%;
    }

    .mc_ban_more:hover span {
        color: #fff;
    }

    .mc_ban_more:hover .mc_more1_btn {
        background: #28ac9f;
    }

    .mc_ban_more:hover .mc_more1_btn_white {
        border-color: #28ac9f !important;
    }

    .mc_more1_btn:hover span {
        color: #fff;
    }

    .mc_a1s1_more :hover .mc_more1_btn {
        background: #28ac9f;
    }

    /*.mc_more1_btn:hover span {
        color: #fff;
    }*/

    .mc_more1_btn:hover {
        background: #28ac9f;
        border: 2px solid #28ac9f !important;
    }

    .g_com_pt1fl:hover p {
        color: #1e57a3;
    }

    .g_newli a:hover {
        color: #124d9a !important;
    }

    .g_ser_searchfl:hover .g_serm_sec h4 {
        color: #28ac9f;
    }

    .g_sermpt4fl a:hover .g_sermpt4tu img {
        transform: scale(1.1);
    }

    .g_sermpt4fl a:hover .g_sermpt4wz p {
        transform: translateY(-20px);
    }

    .g_sermpt4fl a:hover .g_sermpt4arr {
        opacity: 1;
        transform: translateY(-30px);
    }

    .g_sermpt5fl a:hover::before {
        background: #28ac9f;
    }

    .g_sermpt5fl a:hover h4 {
        color: #28ac9f;
    }

    .g_sermpt5fl a:hover .g_pic2 {
        opacity: 1;
    }

    .g_sermpt5fl a:hover .g_pic1 {
        opacity: 0;
    }

    .g_banner .g_banbtn:hover {
        background: #28ac9f;
        border-color: #28ac9f;
    }

    .g_sermpt1_btn:hover {
        background: #28ac9f;
        border-color: #28ac9f;
    }

    .g_sermpt1_btn:hover .g_sermpt1_btnfl {
        color: #fff;
    }

    .g_sermpt1_btn:hover .g_sermpt1_btnfr .g_pic1 {
        opacity: 0;
    }

    .g_sermpt1_btn:hover .g_sermpt1_btnfr .g_pic2 {
        opacity: 1;
    }

    .g_sermpt2btn:hover {
        background: #28ac9f;
        border-color: #28ac9f;
    }

    .g_sermpt2btn:hover .g_sermpt2btnfl {
        color: #fff;
    }

    .g_sermpt2btn:hover .g_sermpt2btnfr .g_pic2 {
        opacity: 1;
    }

    .g_sermpt2btn:hover .g_sermpt2btnfr .g_pic1 {
        opacity: 0;
    }

    .g_banner3 .mc_bread_li a:hover {
        color: #333;
    }

    .g_sermpt6fl a:hover .g_sermpt6b {
        border-color: #8ba7ca;
        background: #eaf1f9;
    }

    .g_sermpt6fl a:hover p {
        color: #1e57a3;
    }

    .g_modpt4fl a:hover .g_modpt4wz h4 {
        color: #28ac9f;
    }

    .g_modpt4fl a:hover .g_modpt4tu img {
        transform: scale(1.05);
    }

    .g_sersumpt1_botfl:hover .g_sersumpt1_botwz p {
        color: #28ac9f;
    }

    .g_sersumpt1_botfl:hover .g_sersumpt1_botwz .g_pic1 {
        opacity: 0;
    }

    .g_sersumpt1_botfl:hover .g_sersumpt1_botwz .g_pic2 {
        opacity: 1;
    }

    .g_sersumpt1_botfl:hover a::before {
        width: 100%;
    }

    .g_sersumpt1_botfl:hover .g_sersumpt1_bottu img {
        transform: scale(1.05);
    }

    .mc_bread_li a:hover {
        color: #999;
    }

    .g_sermpt5_top:hover .g_sermpt5_topfl img {
        transform: scale(1.05);
    }

    .g_cloud1fl a:hover img {
        transform: scale(1.05);
    }

    .g_cloud1fl a:hover p {
        color: #28ac9f;
    }

    .g_modpt3fl:hover .g_modpt3wz p {
        color: #28ac9f;
    }

    .g_stopt1botfl a:hover .g_stopt1bot_wd h5 {
        color: #28ac9f;
    }

    .g_stopt1botfl a:hover .g_stopt1bot_img img {
        transform: scale(1.05);
    }

    .he_b3p2bv .he_b3p2jt:hover .g_pic1 {
        opacity: 1;
    }

    .he_b3p2bv .he_b3p2jt:hover .g_pic2 {
        opacity: 0;
    }

    .g_ser_searchfl:hover .g_serm_secbtn .g_pic2 {
        opacity: 1;
    }

    .g_ser_searchfl:hover .g_serm_secbtn .g_pic1 {
        opacity: 0;
    }

    .g_banner5 .g_banbtn:hover .g_banbtnfl {
        color: #fff;
    }

    .g_banner5 .g_banbtn:hover .g_banbtnfr .g_pic2 {
        opacity: 1;
    }

    .g_banner5 .g_banbtn:hover .g_banbtnfr .g_pic1 {
        opacity: 0;
    }

    .g_safe_ltnr a:hover .g_anno_fl h5,
    .g_safe_ltnr a:hover .g_safe2_time p,
    .g_safe_ltnr a:hover .g_safe2_time p span {
        color: #28ac9f;
    }

    .g_safe_ltnr a:hover .g_anno_fr {
        transform: translateX(15px);
    }

    .g_safe_ltnr a:hover .g_anno_fr1 {
        opacity: 0;
    }

    .g_safe_ltnr a:hover .g_anno_fr2 {
        opacity: 1;
    }

    /* helen star */
    .he_x3p2lgt:hover .he_x3p2lte {
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }

    .he_x3p2lgt:hover .he_x3p2lmo {
        opacity: 1;
    }


    /* helen end */
}

/*5.26*/
.g_proding {
    min-height: 30vh;
}

.g_sersyspt1_img {
    width: 100%;
    margin-top: 50px;
}

.g_sersys_pt1 {
    padding: 90px 0;
}

.g_sersys_pt2 {
    position: relative;
}

.g_sersys_pt2bj {
    width: 100%;
    height: 582px;
}

.g_sersys_pt2bj img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
}

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

.g_sersys_pt2 .g_title_h2 {
    color: #fff;
    text-align: center;
}

.g_sersys_pt2 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.g_sersys_pt2nrfl {
    padding: 0 110px;
    width: 33.333333%;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.g_sersys_pt2nrfl h4,
.g_sersys_pt2nrfl p {
    color: #fff;
    font-size: 30px;
    line-height: 1.75;
}

.g_sersys_pt2nr {
    margin-top: 110px;
}

.g_sersys_pt2nrfl:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0);
}

.g_sersys_pt2nrfl h4 {
    font-weight: bold;
}

.g_sersys_pt3 {
    padding: 90px 0;
}

.g_sersys_pt3 .g_title_h2 {
    text-align: center;
}

.g_sersys_pt3 .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_sersys_pt3nr {
    margin-top: 48px;
}

.g_sersys_pt3fl {
    width: 33.333333%;
    padding: 0 65px;
}

.g_sersys_pt3box {
    width: 284px;
    height: 284px;
    border-radius: 50%;
    background: #cef1ed;
    text-align: center;
    padding: 38px 10px;
    position: relative;
}

.g_sersys_pt3box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 3px dashed #cef1ed;
    width: 312px;
    height: 312px;
}

.g_sersys_pt3icon {
    width: 44px;
    margin: 0 auto 14px;
}

.g_sersys_pt3box h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 10px;
}

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

.g_sersys_pt3sh {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #28ac9f;
}

.g_sersys_pt3sh p {
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.g_sersys_pt3nrall {
    text-align: center;
}

.g_sersys_pt3nr {
    display: inline-block;
}

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

.g_sersys_pt4bj img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.g_sersys_pt4bj svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.g_sersys_pt5 {
    padding: 90px 0;
}

.g_sersys_pt5fl {
    width: 33.333333%;
    margin: 10px 20px;
}

.g_sersys_pt5sk {
    margin: 60px -20px 0;
}

.g_sersys_pt5tu {
    width: 100%;
    position: relative;
    transition: all .36s ease;
}

.g_sersys_pt5tu img {
    width: 100%;
}

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

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

.g_sersys_pt5 .slick-prev {
    background: url(../images/0b3arrle.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 37px;
    z-index: 10;
    left: -26px;
}

.g_sersys_pt5 .slick-next {
    background: url(../images/0b3arri.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 37px;
    z-index: 10;
    right: -26px;
}

.g_sersys_pt6box h4 {
    font-family: 'MONTSERRAT-BOLD' !important;
    font-size: 30px;
    line-height: 1.75;
    transition: all .36s ease;
}

.g_sersys_pt6sk {
    min-height: 370px;
}

.g_sersys_pt6fl {
    width: 280px;
}

.g_sersys_pt6box {
    width: 100%;
    background: #fff;
    padding: 22px 32px;
}

.g_sersys_pt6nr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 50px;
}

.g_sersys_pt6nr::before {
    position: absolute;
    content: '';
    width: calc(100% - 100px);
    height: 3px;
    background: #cdcdcd;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.g_sersys_pt6 {
    position: relative;
}

.g_sersys_pt6all {
    position: relative;
    width: 33.333333%;
    min-height: 370px;
}

.g_sersys_pt6fl2 {
    position: absolute;
    top: 0;
    left: 150px;
}

.g_sersys_pt6fl1 {
    position: absolute;
    bottom: 0;
    left: 0px;
}

.g_sersys_pt6p p {
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
    transition: all .36s ease;
}

.g_sersys_pt6p {
    height: 49px;
    overflow: hidden;
}

.g_sersys_pt6fl::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #cdcdcd;
    transition: all .36s ease;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
}

.g_sersys_pt6fl::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px dashed #28ac9f;
    transition: all .36s ease;
    left: 50%;
    transform: translateX(-50%);
    bottom: -54px;
    opacity: 0;
}

.g_sersys_pt6fl1::before {
    top: -48px;
    bottom: inherit;
}

.g_sersys_pt6fl1::after {
    top: -54px;
    bottom: inherit;
}

.g_sersys_pt6box {
    position: relative;
}

.g_sersys_pt6box::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
    transform: translateX(-50%);
    transition: all .36s ease;
}

.g_sersys_pt6fl1 .g_sersys_pt6box::before {
    top: -30px;
    bottom: inherit;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.g_sersys_pt6 .slick-prev {
    background: url(../images/0b3arrle.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 37px;
    z-index: 10;
    left: -76px;
}

.g_sersys_pt6 .slick-next {
    background: url(../images/0b3arri.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 37px;
    z-index: 10;
    right: -76px;
}

.g_sersys_pt6box {
    transition: all .36s ease;
}

.g_yunpt2fl {
    width: 50%;
}

.g_care9fl {
    padding: 0 13.5px;
    margin-bottom: 18px;
}

.g_gudpt1fl p {
    color: #666;
    margin-bottom: 10px;
}

.g_gudpt1fr {
    width: 44%;
}

.g_gudpt1fl {
    width: 56%;
    padding-right: 66px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.g_gudpt1,
.g_gudpt2,
.g_gudpt3,
.g_gudpt4,
.g_gudpt5,
.g_gudpt6 {
    padding: 90px 0;
}

.g_gudpt1fl h5 {
    color: #333;
}

.g_gudpt1nr {
    position: relative;
}

.g_gudpt2,
.g_gudpt4 {
    background: #cef1ed;
}

.g_gudpt2 span {
    color: #28ac9f;
    font-weight: bold;
}

.g_gudpt3botfl {
    width: 25%;
    padding: 0 10px;
}

.g_gudpt3botnr {
    margin: 50px -10px 0;
}

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

.g_gudpt2nr {
    margin: 50px -10px 0;
}

.g_gudpt2box {
    background: #fff;
    padding: 34px 40px;
    box-shadow: 0px 0px 15px 3px rgba(165, 165, 165, .21);
}

.g_gudpt2_icon {
    width: 60px;
}

.g_gudpt2_wz {
    width: calc(100% - 60px);
    padding-left: 30px;
}

.g_gudpt2_wz h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.75;
    margin-bottom: 12px;
    height: 62px;
    overflow: hidden;
}

.g_gudpt2_p {
    height: 96px;
    overflow: hidden;
}

.g_gudpt2_p p {
    color: #666666;
}

.g_gudpt2_p a {
    color: #28ac9f;
    border-bottom: 1px solid #28ac9f;
    line-height: normal;
}

.g_gudpt3top {
    padding: 0 100px;
}

.g_gudpt3fr {
    width: 384px;
    transform: translateY(-100px);
}

.g_gudpt3fl {
    width: calc(100% - 384px);
    padding-right: 160px;
    position: relative;
}

.g_gudpt3fl p {
    margin-bottom: 20px;
    color: #666;
}

.g_gudpt3fl::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -10px;
    width: 97px;
    height: 83px;
    background: url(../images/d3yin1.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.g_gudpt3fl::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 160px;
    width: 97px;
    height: 83px;
    background: url(../images/d3yin2.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

.g_gudpt3bot h5 {
    padding: 0 100px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.75;
}

.g_gudpt3bot_box {
    background: #fff;
    padding: 34px 44px;
    box-shadow: 0px 0px 15px 3px rgba(165, 165, 165, .21);
}

.g_gudpt3bot_icon {
    width: 50px;
    margin: 0 auto 12px;
}

.g_gudpt3bot_box h4 {
    text-align: center;
    color: #333333;
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 26px;
}

.g_gudpt3bot_box p {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    height: 168px;
    overflow: hidden;
}

.g_gudpt3bot_box p a {
    color: #28ac9f;
    border-bottom: 1px solid #28ac9f;
    line-height: normal;
}

.g_gudpt4 .g_word1 {
    width: 1000px;
}

.g_gudpt4 .g_word1 p {
    color: #666;
}

.g_gudpt4nr {
    margin-top: 30px;
}

.g_gudpt4nr h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

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

.g_gudpt4all {
    margin: 0 -10px;
}

.g_gudpt4nr_box {
    box-shadow: 0 0 15px 5px rgba(165, 165, 165, .21);
    background: #fff;
    padding: 50px 190px 50px 40px;
    position: relative;
}

.g_gudpt4nr_icon {
    width: 130px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.g_gudpt4nr_icon img {
    width: 100%;
}

.g_gudpt4nr_box h5 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 10px;
}

.g_gudpt4nr_box p {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    height: 48px;
    overflow: hidden;
}

.g_gudpt5tu,
.g_gudpt5tu img {
    width: 100%;
}

.g_gudpt6botnr {
    display: none;
}

.g_gudpt6botnr.active {
    display: block;
}

.g_gudpt6bot {
    width: 850px;
    margin: 60px auto 0;
}

.g_gudpt6topfl {
    width: 25%;
}

/*.g_gudpt6 {
    padding-top: 0;
}*/

.g_gudpt6top_box {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    box-shadow: 0 0 20px 5px rgba(165, 165, 165, .21);
    position: relative;
    margin: 0 auto;
    transition: all .36s ease;
    background: #fff;
    cursor: pointer;
}

.g_gudpt6topfl h4 {
    text-align: center;
    color: #333;
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 40px;
    transition: all .36s ease;
}

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

.g_gudpt6top_yuan p {
    color: #28ac9f;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.g_gudpt6botnr .g_word1 p {
    color: #666;
    margin-bottom: 10px;
}

.g_gudpt6top_box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px dashed #799ad0;
    transition: all .36s ease;
    opacity: 0;
    background: #fff;
    z-index: 10;
}

.g_gudpt6topfl.on .g_gudpt6top_box::before {
    opacity: 1;
}

.g_gudpt6topfl.on .g_gudpt6top_yuan {
    background: #28ac9f;
}

.g_gudpt6topfl.on .g_gudpt6top_box p {
    color: #fff;
}

.g_gudpt6topfl.on h4 {
    color: #28ac9f;
}

.g_gudpt6topfl.on .g_gudpt6top_box::after {
    background: #28ac9f;
}

.g_gudpt6top_yuan {
    position: relative;
    z-index: 11;
}

.g_gudpt6top_box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 255px;
    height: 1px;
    background: #e5e5e5;
    z-index: 9;
}

.g_gudpt6topfl:last-child .g_gudpt6top_box::after {
    display: none;
}

.g_gudpt6top_yuan {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    transition: all .36s ease;
}

/*svg - start*/
.map-line {

    stroke-dashoffset: 700px;

    stroke-dasharray: 700px;

    animation: animation-line 10.04s ease-in;

    animation-fill-mode: forwards;

    animation-iteration-count: infinite;

}

@keyframes animation-line {

    0% {
        stroke-dashoffset: 700px
    }

    14.28571% {
        stroke-dashoffset: 0px
    }

    61.42857% {
        stroke-dashoffset: 0px
    }

    85.71429% {
        stroke-dashoffset: -700px
    }

    to {
        stroke-dashoffset: -700px
    }

}

@-webkit-keyframes animation-line {

    0% {
        -webkit-stroke-dashoffset: 700px
    }

    14.28571% {
        -webkit-stroke-dashoffset: 0px
    }

    61.42857% {
        -webkit-stroke-dashoffset: 0px
    }

    85.71429% {
        -webkit-stroke-dashoffset: -700px
    }

    to {
        -webkit-stroke-dashoffset: -700px
    }

}

@-moz-keyframes animation-line {

    0% {
        -moz-stroke-dashoffset: 700px
    }

    14.28571% {
        -moz-stroke-dashoffset: 0px
    }

    61.42857% {
        -moz-stroke-dashoffset: 0px
    }

    85.71429% {
        -moz-stroke-dashoffset: -700px
    }

    to {
        -moz-stroke-dashoffset: -700px
    }

}

@-o-keyframes animation-line {

    0% {
        -o-stroke-dashoffset: 700px
    }

    14.28571% {
        -o-stroke-dashoffset: 0px
    }

    61.42857% {
        -o-stroke-dashoffset: 0px
    }

    85.71429% {
        -o-stroke-dashoffset: -700px
    }

    to {
        -o-stroke-dashoffset: -700px
    }

}

.map-line--1 {

    animation-delay: .86s;

}

.map-line--2 {

    animation-delay: 1.22s;

}

.map-line--3 {

    animation-delay: 1.58s;

}

.map-line--4 {

    animation-delay: 1.94s;

}

.map-line--5 {

    animation-delay: 2.3s;

}

.map-line--6 {

    animation-delay: 2.66s;

}

.map-line--7 {

    animation-delay: 3.02s;

}

.map-line--8 {

    animation-delay: 3.38s;

}

.map-line--9 {

    animation-delay: 3.74s;

}

.map-line--10 {

    animation-delay: 4.1s;

}

.map-line--11 {

    animation-delay: 4.46s;

}

.map-line--12 {

    animation-delay: 4.82s;

}

.map-line--13 {

    animation-delay: 5.18s;

}

.map-line--14 {

    animation-delay: 5.54s;

}

.map-line--15 {

    animation-delay: 5.9s;

}

.map-line--16 {

    animation-delay: 6.26s;

}

.map-line--17 {

    animation-delay: 6.62s;

}

.map-line--18 {

    animation-delay: 6.98s;

}

.map-line--19 {

    animation-delay: 7.34s;

}

.map-line--20 {
    animation-delay: 7.7s;

}

.map-line--21 {

    animation-delay: 8.06s;

}

.map-line--22 {

    animation-delay: 8.42s;

}

.map-line--23 {

    animation-delay: 8.78s;

}

.map-line--24 {

    animation-delay: 9.14s;

}

.map-line--25 {

    animation-delay: 9.5s;

}

.map-line--26 {

    animation-delay: 9.86s;

}

.map-line--24 {

    animation-delay: 10.22s;

}

/*svg - end*/
.g_sersys_pt4 {
    position: relative;
}

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

.g_sersys_pt4topnr {
    width: 500px;
}

.g_sersys_pt4topnr {
    text-align: right;
}

.g_sersys_pt4topnr .g_title_h2::before {
    right: 0;
    left: inherit;
}

.g_sersys_pt4topnr .g_sersys_pt4_wz p {
    color: #28ac9f;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.75;
}

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

.g_sersys_pt4botnr p {
    text-align: right;
    color: #999999;
    font-size: 14px;
}

.g_erppt1 .mc_cont1400 {
    padding: 0 75px;
}

.g_erppt1nrfl {
    width: 20%;
    text-align: center;
    position: relative;
}

.g_erppt1nrfl::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #d7e5f4;
}

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

.g_erppt1nr_icon {
    width: 64px;
    margin: 0 auto 24px;
}

.g_erppt1nr_icon img {
    width: 100%;
}

.g_erppt1 {
    padding: 90px 0;
}

.g_erppt1 .g_title_h2,
.g_erppt2 .g_erppt2top .g_title_h2 {
    text-align: center;
}

.g_erppt1 .g_title_h2::before,
.g_erppt2 .g_erppt2top .g_title_h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.g_erppt1 {
    background: #cef1ed;
}

.g_erppt1nrfl p {
    color: #28ac9f;
    font-size: 24px;
    line-height: 1.75;
}

.g_erppt1nr {
    margin-top: 60px;
}

.g_erppt2 {
    padding: 90px 0 0;
}

.g_erppt2 .g_word1 p {
    text-align: center;
    color: #333;
}

.g_erppt2nr {
    margin-top: 60px;
}

.g_gudpt4nr_box p a {
    color: #28ac9f;
    border-bottom: 1px solid #28ac9f;
    line-height: normal;
}

.g_sersys_pt6bj {
    width: 100%;
    height: 642px;
}

.g_sersys_pt6bj img {
    width: auto;
    max-width: inherit;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.g_yunpt1_twoli {
    padding: 0 76px;
    margin-bottom: 56px;
}

.g_yunpt1_two_all {
    display: inline-block;
}

.g_yunpt1_towul {
    text-align: center;
}

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

.g_yunpt1_twoicon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #28ac9f;
    position: relative;
}

.g_count {
    display: inline-block;
}

.g_yunpt1_twonum span {
    display: block;
    color: #333333;
    font-size: 16px;
}

.g_yunpt1_twonum {
    padding-top: 00px;
}

.g_yunpt1_twonum {
    text-align: left;
    padding-left: 28px;
}

.g_countall,
.g_count {
    color: #28ac9f;
    font-size: 48px;
    line-height: 1.75;
    font-family: "MONTSERRAT-REGULAR" !important;
}

.g_yunpt1_two {
    margin-top: 60px;
}

.g_yunpt1 {
    padding: 90px 0 40px;
}

.g_yunptx {
    padding: 90px 0;
    background: #f3f5fa;
}

.g_yunptx_sk1fl {
    margin: 0 32px;
    position: relative;
}

.g_yunptx_sk1 {
    display: inline-block;
}

.g_yunptx_top {
    text-align: center;
}

.g_yunptx_sk1fl p {
    color: #333333;
    font-size: 16px;
    line-height: 1.75;
    cursor: pointer;
}

.g_yunptx_sk2fl {
    width: 1110px;
    margin: 0 43px;
}

.g_yunptx_sk2fl img {
    width: 100%;
}

.g_yunptx_bot {
    margin-top: 60px;
    position: relative;
}

.g_yunptx_botnr {
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.g_yunptx_sk3all {
    padding-left: 230px;
}

.g_yunptx_sk3 {
    width: 460px;
    background: #fff;
    padding: 42px 50px;
}

.g_yunptx_sk3nr h5 {
    color: #28ac9f;
    font-size: 24px;
    line-height: 1.75;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.g_yunptx_sk3nr h5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 3px;
    background: #28ac9f;
}

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

.g_yunptx_sk1fl.slick-current p {
    color: #28ac9f;
}

.g_yunptx_sk1fl::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background: #999999;
    width: 1px;
    height: 20px;
}

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

.g_yunptx_botsk {
    display: none;
}

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

.g_yunptx_botsk {
    margin-bottom: 43px;
}

/*6.17*/
.g_csulo1 .g_word3 p span {
    color: #28ac9f;
}

.g_csulo1 .g_word3 p {
    margin-bottom: 16px;
}

.g_csulo1 .g_word3 p img {
    max-width: 100%;
    width: auto !important;
}

.g_csulo1 .mc_cont1400 {
    padding: 50px 270px 0 0;
}

.g_csulo2 {
    margin-top: 60px;
}

.g_csulo2btnfl {
    color: #fff;
    font-size: 14px;
    line-height: 42px;
}

.g_csulo2btn a {
    display: inline-block;
    background: #28ac9f;
    padding: 0 25px 0 55px;
}

.g_csulo2btnfr {
    margin-left: 40px;
    width: 8px;
    line-height: 42px;
}

.g_csulo3,
.g_csulo4 {
    padding-top: 90px;
}

.g_csulo5 {
    padding: 90px 0;
}

.g_csulo4nrfl {
    width: 33.333333%;
    padding: 0 13px;
    margin-bottom: 26px;
}

.g_csulo4nrfl a {
    background: #cef1ed;
    display: block;
    padding: 40px 55px 40px 30px;
    display: block;
    position: relative;
}

.g_csulo4fl {
    color: #d0d4e1;
    transition: all .36s ease;
    font-size: 36px;
    font-family: "MONTSERRAT-LIGHT" !important;
    width: 40px;
}

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

.g_csulo4fr p {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    transition: all .36s ease;
}

.g_csulo4btn {
    position: absolute;
    bottom: 30px;
    right: 55px;
    width: 20px;
}

.g_csulo4btn img {
    height: auto;
}

.g_csulo4btn .g_pic2 {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
}

.g_csulo5fl {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.g_csulo5nr {
    margin: 0 -10px;
}

.g_csulo4nr {
    margin: 0 -13px;
}

.g_csulo5wz .g_pic {
    width: 21px;
}

.g_csulo5wz .g_pic img {
    height: auto;
}

.g_csulo5bj .g_pic2 {
    opacity: 0;
}

.g_csulo5wz .g_pic2 {
    opacity: 0;
}

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

.g_csulo5wz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 105px 45px 50px;
    height: 100%;
}

.g_csulo5wz p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    transition: all .36s ease;
}

.g_csulo5wz .g_pic {
    position: absolute;
    bottom: 30px;
    right: 25px;
}

.g_csulo5wz .g_pic2 {.
    top: 6px;
}
.he_foo4bli .g_sermpt2btn {
    border: 1px solid #707070;
}
.he_foo4bli .g_sermpt2btnfl {
    color: #666666;
}
.g_merge1fl{
    width:33.333333%;
    padding: 50px 70px 26px;
    border-right:1px solid #d7e5f4;
}
.g_merge1_icon{
    width:100px;
    margin:0 auto 24px;
}
.g_merge1{
    padding:90px 0;
}
.g_merge1_wz{
    text-align: center;
}
.g_merge1_wz h5{
    color:#28ac9f;
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 14px;
}
.g_merge1_wz p{
    color:#666666;
    font-size: 14px;
    line-height: 1.75;
}
.g_merge1fl:last-child{
    border-right-color:transparent;
}
.g_merge1 .g_title_h2{
    text-align: center;
}
.g_merge1 .g_title_h2::before{
    left:50%;
    transform: translateX(-50%);
}
.g_merge1nr{
    margin-top: 60px;
}
.g_merge2{
    position: relative;
}
.g_merge2nr{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_merge2_word h2{
    color:#fff;
    font-size: 40px;
}
.g_merge .g_sermpt6 {
    padding: 0px 0 100px;
}
.g_c3bansknr{
    display: none;
    position: relative;
}
.g_c3bansknr.on{
    display: block;
}
.g_c3bansk .g_banbtn {
    margin-top: 90px;
    border: 1px solid #28ac9f;
    display: inline-block;
    transition: all .36s;
    padding: 0 25px;
    background: #28ac9f;
}
.g_c3bansk .slick-dots {
    bottom: 80px;
}
.g_c3bansk .slick-prev {
    left: 10%;
    top:50%;
    transform: translateY(-50%);
    background: url(../images/c3arrow1.png) no-repeat;
    background-size: cover;
    width:20px;
    height:37px;
    z-index: 10;
}
.g_c3bansk .slick-next {
    right: 10%;
    width:20px;
    height:37px;
    top:50%;
    transform: translateY(-50%);
    background: url(../images/c3arrow2.png) no-repeat;
    background-size: cover;
    z-index: 10;
}
.g_c3bansk .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: transparent;
    border:1px solid #fff;
}
.g_c3bansk .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: transparent;
    border:1px solid #fff;
}
.g_c3bansk .slick-dots li.slick-active {
    background: #28ac9f;
    border:1px solid #28ac9f;
}
.g_food1 .g_word4{
    padding:0 180px;
}
.g_case .g_stopt1topfl{
    width:50%;
}
.g_casenr{
    /*margin:0 10px;*/
    overflow: hidden;
    padding:0 10px;
    width:25%;
    margin-bottom: 20px;
}
.g_stopt1botb{
    margin:0 -10px;
}
.g_casenr a{
    display: block;
    position: relative;
}
.g_casenr .g_pic{
    width:100%;
}
.g_casenr_word{
    position: absolute;
    bottom: -6px;
    left:0;
    width:100%;
    padding:0 32px;
    transition: all .36s ease;
    z-index: 20;
}
.g_casenr_word p{
    color:#fff;
    font-size: 16px;
    line-height:26px;
    max-height: 52px;
    overflow: hidden;
}
.g_casenr_word img{
    width:21px;
    display: block;
    margin-top: 10px;
}
.g_stopt1botb .slick-prev {
    left: -30px;
    top:85%;
    transform: translate(0);
    background: url(../images/c3arrow3.png) no-repeat;
    background-size: cover;
    width:20px;
    height:37px;
    z-index: 10;
    transition: all .36s ease;
}
.g_stopt1botb .slick-next {
    right: -30px !important;
    top:85%;
    transform: translate(0);
    right: 0;
    width:20px;
    height:37px;
    background: url(../images/c3arrow5.png) no-repeat;
    background-size: cover;
    z-index: 10;
    transition: all .36s ease;
}
.g_case .g_intpt1 {
    padding: 90px 0 0;
    margin-bottom: 30px;
}
.he_foo4bh a{
    display: block;
}
.g_merge2bj{
    width:100%;
    height:355px;
}
.g_merge2bj img{
    position: relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
    width:auto;
    height:100%;
    max-width:inherit;
}
.g_case .g_merge1_wz p {
    font-size: 14px;
    line-height: 24px;
    height:96px;
    overflow: hidden;
}
.g_merge .g_merge1_wz p {
    font-size: 14px;
    line-height: 24px;
    height:24px;
    overflow: hidden;
}
.g_casenr .g_pic{
    position: relative;
}
.g_casenr .g_pic::before{
    content: '';
    position: absolute;
    bottom: -25%;;
    left:0;
    width:100%;
    height:100%;
    transition: all .36s ease;
    background-image: linear-gradient(transparent, rgba(7,7,14,08));
    z-index: 10;
}
video {
    background: none; 
    outline: 0;
}
.g2_wave1fl{
    width:50%;
    padding:0 10px;
    margin-bottom: 20px;
}
.g2_wave1{
    margin:36px -10px 0;
}
.g2_wave1fl h4{
    color:#28ac9f;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.g2_wave1p p{
    color:#333333;
    font-size: 14px;
    line-height: 28px;
}
.g2_wave1p{
    height:56px;
    overflow: hidden;
}
.g_wave .g_care1nr.on .g_care1flnr {
    padding-right: 70px;
}
.g2_wavept2 {
    margin-top: 0;
}
.g_wavept2bot2_all {
    margin: 0 -50px;
}
.g_wavept2_shu {
    padding: 0 50px;
}
.g_wavept2_num {
    padding: 0 10px;
}
.g_wavept2_numnr {
    margin: 0 -10px;
}
.g_wavept2_num .g_wavept2_num1 {
    width: auto;
}
.g_wavept2_num1 {
    font-size: 30px;
    transform: translateY(7px);
    line-height: 1.75;
    height: auto; 
    overflow: hidden;
    font-weight: bold;
}
.g2_wave2fl{
    width:50%;
    padding:0 10px;
    margin-bottom: 20px;
}
.g2_wave2{
    margin:0 -10px;
}
.g2_wave2a .g_pic{
    width:100%;
}
.g2_wave2a{
    position: relative;
    display: block;
}
.g2_wave2wz{
    position: absolute;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background:rgba(0,0,0,.46);
    padding:36px 32px;
    transition: all .36s ease;
    opacity: 0;
    z-index: 20;
}
.g2_wave2wz h4{
    color:#fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 14px;
    max-height:84px;
    overflow: hidden;
}
.g2_wave2wz p{
    color:#fff;
    font-size: 14px;
    line-height: 2;
}
.g2_wave2top{
    position: absolute;
    bottom: 0;
    left:0;
    padding:20px 50px;
    width: 100%;
    z-index: 20;
    transition: all .36s ease;
}
.g2_wave2top h4{
    color:#fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.75;
}
.g2_wave2top p {
    color: #fff;
    font-size: 24px;
    line-height: 1.75;
    height: 84px;
    overflow: hidden;
}
.g2_wave2a .g_pic{
    position: relative;
}
.g2_wave2a .g_pic::before{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    height:360px;
    z-index: 10;
    background-image: linear-gradient(transparent,rgba(0,0,0,.5));
}
.g_care9nr{
    position: relative;
}
.g_care9nr::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:60px;
    background-image: linear-gradient(rgba(255,255,255,1),transparent);
    z-index: 10;
}
.g_care9nr::after{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:80px;
    background-image: linear-gradient(transparent,rgba(255,255,255,1));
    z-index: 10;
}
.g2_wavept2_tit h3{
    color:#fff;
    font-size: 30px;
    line-height: 1.75;
    margin-bottom:16px;
    font-weight:bold;
}
.g2_wavept2_tit p{
    color:#fff;
    font-size: 18px;
    line-height: 1.75;
    font-weight:bold;
}
.g2_wavept2_tit{
    margin-bottom: 60px;
}
.g2_wavept2btnfl{
    width:33.333333%;
    margin-bottom: 70px;
}
.g2_wavept2btn_box{
    width:158px;
    height:158px;
    border-radius: 50%;
    border:2px solid #fff;
    position: relative;
}
.g2_wavept2btn_box a{
    display: block;
    width:100%;
    height:100%;
}
.g2_wavept2btn_box p{
    text-align: center;
    color:#ffffff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    padding:0 20px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.g2_wavept2nr{
    width:50%;
}
.g2_cont .g_title_h2{
    text-align: center;
}
.g2_cont .g_title_h2::before{
    left:50%;
    transform: translateX(-50%);
}
.g2_cont .he_b4p1bp1 p{
    line-height: 1.75;
}
.g2_contbot_pic.on{
    display: block;
}
.g2_contbot_pic{
    display: none;
}
.g2_cont .he_b4p1bli.on{
    display: block;
}
.g2_cont .he_b4p1bli{
    display: none;
}
.g2_cont .he_b4p1bxle {
    width: 50%;
    padding-right: 160px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.g2_cont .he_b4p1bxri {
    width: 50%;
    padding-right: 0;
    position: static;
    top: 0;
    transform: translateY(0);
    right: 0;
    z-index: 10;
}
.g2_contbot_pic .g_pic{
    width:572px;
}
.g2_cont .he_b4p1bxri{
    position: relative;
}
.g2_conttop{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 10;
}
.g2_conttop_nr p{
    color:#333333;
    font-size: 14px;
    transition: all .36s ease;
    cursor:pointer;
}
.g2_conttop_nr{
    position: absolute;
}
.g2_conttop_nr1{
    top:0;
    left:90px;
}
.g2_conttop_nr2{
    top: 18%;
    left: 45px;
    transform: translateY(-18%);
}
.g2_conttop_nr3{
    top:37%;
    left:20px;
    transform: translateY(-37%);
}
.g2_conttop_nr4 {
    bottom: 37%;
    left: 20px;
    transform: translateY(-37%);
}
.g2_conttop_nr5{
    bottom:18%;
    left:45px;
    transform: translateY(-18%);
}
.g2_conttop_nr6{
    bottom:0;
    left:90px;
}
.g2_contbot_pic img {
    border-top-left-radius: 194px;
    border-bottom-left-radius: 194px;
}
.g2_contbotsk{
    width:100%;
}
.g2_conttop_nr.on p{
    color:#28ac9f;
}
.g2_contph{
    display: none;
}
.g2_wavept2ph{
    display: none;
}
.g_yunptx_sk2fl{
    position: relative;
}
.g_yunptx_sk2fltu{
    margin-bottom: 40px;
}
.g_yunptx_sk3nr{
    position: absolute;
    bottom: 0;
    left:95px;
    width:466px;
    padding:42px 50px;
    background:#fff;
}
.g_yunptx_sk3nr{
    opacity: 0;
}
.g_yunptx_sk2fl.slick-center .g_yunptx_sk3nr{
    opacity: 1;
}   
.g_yunptx_sk2 .slick-prev {
    top:47%;
    transform: translateY(-50%);
    left: 300px;
    background:url(../images/0b3aep3.png) no-repeat;
    background-size: 100% 100%;
    width:30px;
    height:54px;
    z-index: 10;
}
.g_yunptx_sk2 .slick-next {
    top:47%;
    transform: translateY(-50%);
    right: 300px;
    background:url(../images/0b3aep3r.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    width:30px;
    height:54px;
}

/*8.5 - start*/
.g_ecompt1nr{
    width:1000px;
    margin:0 auto;
}
.g_ecompt1{
    padding:90px 0;
}
.g_ecompt2{
    position: relative;
}
.g_ecompt2_play{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%); 
    width:50px;
    cursor: pointer;
}
.g_ecompt2_play img{
    width:100%;
}
.g_ecompt1{
    text-align: center;
}
.g_ecompt1 .g_title_h2::before,
.g_ecompt3 .g_title_h2::before{
    left:50%;
    transform: translateX(-50%);
}
.g_ecompt3{
    padding:90px 0;
    background: #cef1ed;
}
.g_ecompt3 .g_title_h2{
    text-align: center;
}
.g_ecompt3fl{
    width:33.333333%;
    padding:0 25px;
}
.g_ecompt3nr{
    margin:0 -25px;
}
.g_ecompt3fl a{
    padding:40px;
    position:relative;
    width:100%;
}
.g_ecompt3_icon{
    width:70px;
    margin:0 auto 20px;
}
.g_ecompt3bj{
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.g_ecompt3bj img{
    width:100%;
}
.g_ecompt3_icon, .g_ecompt3_wz, .g_sermpt2btn{
    position: relative;
    z-index: 10;
}
.g_ecompt3_wz h5{
    text-align: center;
    font-weight: bold;
    font-size:20px;
    line-height: 1.5;
    margin-bottom: 10px;
    color:#333333;
    transition: all .36s ease;
}
.g_ecompt3_wz p{
    text-align: center;
    font-size:14px;
    line-height: 24px;
    color:#666666;
    transition: all .36s ease;
    height: 48px;
    overflow: hidden;
}
.g_ecompt3 .g_sermpt2btn {
    margin:20px auto;
    border: 2px solid #969797;
    transition: all .36s;
    width:136px;
}
.g_ecompt3 .g_sermpt2btnfl{
    color:#969797;
    font-size: 12px;
}
.g_ecompt3 .g_sermpt2btn .clearfix {
    padding: 0 30px;
}
.g_ecompt3 .g_sermpt2btnfr {
    line-height: 34px;
}
.g_ecompt3 .g_sermpt2btnfl {
    line-height: 34px;
}
.g_ecompt4{
    position: relative;
}
.g_ecompt4bj{
    width:100%;
    height:509px;
    position: relative;
}
.g_ecompt4bj img{
    width:auto;
    height:100%;
    position: relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
    max-width: inherit;
}
.g_ecompt4nr{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_ecompt4fl{
    width:33.333333%;
    margin:0 25px;
}
.g_ecompt4bk{
    width:151px;
    position: absolute;
    bottom: 0;
    right:0;
    z-index: 1;
}
.g_ecompt4bk img{
    width:100%;
}
.g_ecompt4_all{
    margin:0 -25px;
}
.g_ecompt4fl a{
    display: block;
    background: #fff;
    padding:35px 35px 80px;
    position: relative;
}
.g_ecompt4fl h5{
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    height:30px;
    overflow: hidden;
    color:#28ac9f;
    position: relative;
    z-index: 10;
    transition: all .36s ease;
}
.g_ecompt4fl p{
    font-size: 14px;
    line-height: 2;
    height:56px;
    overflow: hidden;
    color:#666666;
    position: relative;
    z-index: 10;
    transition: all .36s ease;
}
.g_ecompt4 .g_title_h2{
    color:#fff;
}
.g_ecompt4 .g_title_h2::before{
    background:#fff;
}
.g_ecompt4 .slick-dots {
    bottom: inherit;
    width: 100%;
    text-align: right;
    top: -100px;
    right: 20px;
}
.g_ecompt4 .slick-dots li.slick-active {
    background: #28ac9f;
}
.g_ecompt4 .slick-dots li {
    width: 30px;
    height: 5px;
    margin: 0 3px;
    border-radius: 0;
    background: #fff;
}
.g_ecompt5_new{
    color:#666;
    font-size: 14px;
    line-height: 1.5;
}
.g_ecompt6{
    padding:64px 0;
    background: #cef1ed;
}
.g_ecompt6_all{
    display: inline-block;
}
.g_ecompt6nr{
    text-align: center;
}
.g_ecompt6icon{
    width:53px;
    margin-top: 7px;
}
.g_ecompt6icon img{
    width:100%;
}
.g_ecompt6wp{
    text-align: left;
    padding-left: 30px;
}
.g_ecompt6wp h6{
    color:#333;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.g_ecompt6fl{
    padding:36px 65px;
}
.g_ecompt6fl:first-child{
    position: relative;
}
.g_ecompt6fl::before{
    content: '';
    position: absolute;
    top:50%;
    right:0;
    width:1px;
    height:100%;
    background: #d7e5f4;
    transform: translateY(-50%);
}
.g_ecompt6wp p{
    color:#333333;
    font-size: 16px;
    line-height: 30px;
}
.g_ind .g_title_h4{
    text-align: left;
}
.g_ind .g_title_h4::before{
    left:0;
    transform: translateX(0);
}
.g_ind .g_helpnr{
    display: inline-block;
}
.g_ind .mc_help_r{
    text-align: center;
    width: auto;
    max-width: inherit;
}
.g_ind .g_switch{
    padding-top: 100px;
}
.g_ind .g_helpfl {
    padding: 36px 100px;
}
.g_ind .g_help_word {
    text-align: left;
}
.g_indpt5fl{
    width:33.333333%;
    padding:0 25px;
}
.g_indpt5nr{
    margin:0 -25px;
}
.g_indpt5_wd{
    padding:14px 30px;
    border:1px solid #e8eaf0;
}
.g_indpt5_wd p{
    transition: all .36s ease;
    font-size: 18px;
    color:#333333;
    line-height: 30px;
    height:60px;
    overflow: hidden;
}
.g_indpt5{
    padding-bottom: 100px;
}
.g_finc .g_helpfl {
    width: 25%;
}
.g_finc .g_help .mc_help_r {
    width: 100%;
    max-width: 100%;
}
.g_fincpt1{
    position: relative;
}
.g_fincpt1fl{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_fincpt1_wd{
    width:50%;
    padding-right: 100px;
}
.g_finc{
    padding-top: 0 !important;
}
.g_fincpt2fl{
    width:50%;
    padding:0 25px;
    margin-bottom: 40px;
}
.g_fincpt2nr{
    margin:0 -25px;
}
.g_fincpt2_all{
    box-shadow: 0 0 30px 10px rgba(64,70,84,.23);
    padding:50px 30px 56px;
    position: relative;    
}
.g_fincpt2_all::before{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    height:6px;
    background: #28ac9f;
}
.g_fincpt2_img{
    width:152px;
    position: absolute;
    top:50%;
    left:30px;
    transform: translateY(-50%);
}
.g_fincpt2_wd{
    width:calc(100% - 152px);
    padding-left: 42px;
}
.g_fincpt2_top{
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom:1px solid #e1e3e4;
}
.g_fincpt2_top h6{
    font-weight: bold;
    font-size: 20px;
    color:#28ac9f;
    line-height: 1.5;
    margin-bottom: 10px;
}
.g_fincpt2_top p{
    font-size: 14px;
    color:#888888;
    line-height: 24px;
    height:72px;
    overflow: hidden;
}
.g_fincpt2_botfl{
    width:50%;
    padding:0 15px;
    color:#28ac9f;
    font-size: 14px;
    line-height: 28px;
    height:28px;
    overflow: hidden;
    padding-left: 35px;
    position: relative;
}
.g_fincpt2_botfl::before{
    content: '';
    position: absolute;
    top:50%;
    left:15px;
    transform: translateY(-50%);
    width:8px;
    height:8px;
    border-radius: 50%;
    background: #28ac9f;
}
.g_fincpt2_bot{
    margin:0 -15px;
    height:84px;
    overflow: hidden;
}
.g_fincpt1{
    margin-bottom: 100px;
}
.g_fincpt2{
    margin-bottom: 60px;
}
.g_fincpt3{
    padding:90px 0;
    background: #cef1ed;
}
.g_fincpt4{
    padding:90px 0 0;
}
.g_fincpt3 .g_title_h2{
    text-align: center;
}
.g_fincpt3 .g_title_h2::before{
    transform: translateX(-50%);
    left:50%;
}
.g_fincpt3fl{
    width:25%;
    padding:0 45px;
}
.g_fincpt3_icon{
    width:60px;
    margin:0 auto 24px;
}
.g_fincpt3_icon img{
    width:100%;
}
.g_fincpt3fl h5{
    text-align: center;
    font-size: 24px;
    color:#333333;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
}
.g_fincpt3fl p{
    color:#666666;
    font-size: 14px;
    line-height: 28px;
}
.g_fincpt4fl{
    width:50%;
    padding:0 25px;
    margin-bottom: 50px;
}
.g_fincpt4nr{
    margin:0 -25px;
}
.g_fincpt4fl a{
    display: block;
    box-shadow: 0 0 10px 2px rgba(167,167,167,.22);
}
.g_fincpt4_wd{
    padding:40px 36px;
}
.g_fincpt4_wd h4{
    color:#323333;
    font-size: 20px;
    line-height: 30px;
    height:30px;
    overflow: hidden;
    margin-bottom: 20px;
    font-weight: bold;
    transition: all .36s ease;
}
.g_fincpt4_wd p{
    color:#666666;
    font-size: 14px;
    line-height: 24px;
    height:48px;
    overflow: hidden;
}
.g_fincpt4 .g_sermpt2btn{
    border:1px solid #888988;
}
.g_fincpt4 .g_sermpt2btnfl{
   color:#888988;
}
.g_sermpt2btn {
    margin-top: 20px;
}
.g_indpt3 .g_word3 span{
    color:#28ac9f;
    font-size: 22px;
    line-height: 28px;
    padding-right:10px;
}
.g_8bansknr{
    position: relative;
}
.g_8bansk .g_ban_title h2{
    color:#fff;
    font-size: 46px;
}
.g_8bansk .slick-next {
    right: 10%;
    background: url(../images/0b3arri1.png) no-repeat;
    background-size: cover;
    width:20px;
    height:37px;
    top:50%;
    transform: translateY(-50%);
}
.g_8bansk .slick-prev {
    left: 10%;
    background: url(../images/0b3arrle1.png) no-repeat;
    background-size: cover;
    width:20px;
    height:37px;
    top:50%;
    transform: translateY(-50%);
    z-index: 10;
}
.g_wis .g_sermpt6 {
    padding: 90px 0 0px;
}
.g_wis.g_proding.active {
    padding-top: 0 !important;
}
.g_wis .g_credit4 {
    background: #f5f8fa;
    z-index: 1;
}
.g_wispt1 .g_title_h2,
.g_wispt2 .g_title_h2,
.g_wispt3 .g_title_h2{
    text-align: center;
}
.g_wispt1 .g_title_h2::before,
.g_wispt2 .g_title_h2::before,
.g_wispt3 .g_title_h2::before{
    left:50%;
    transform: translateX(-50%);
}
.g_wispt1 .g_word{
    padding:0 180px;
    text-align: center;
}
.g_wispt1tu, .g_wispt1tu img{
    width:100%;
}
.g_wispt1tu{
    margin-top:40px;
}
.g_wispt1{
    padding:90px 0;
}
.g_wispt2nr{
    background: #fff;
    box-shadow: 0 0 30px 5px rgba(64,70,84,.23);
}
.g_wispt2nr a{
    display: block;
    padding:75px 65px;
}
.g_wispt2fl{
    width:531px;
}
.g_wispt2fr{
    width:calc(100% - 531px);
    padding:28px 100px 40px 90px;
}
.g_wispt2fr h5{
    color:#28ac9f;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}
.g_wispt2fr p{
    color:#888888;
    font-size: 14px;
    line-height: 28px;
    height:56px;
    overflow: hidden;
}
.g_wispt2 .g_sermpt2btn {
    border-color: #909190;
}
.g_wispt2 .g_sermpt2btnfl {
    color: #909190;
}
.g_wispt2 .g_sermpt2btn {
    margin-top: 100px;
}
.g_wispt2{
    margin-bottom: 90px;
}
.g_wispt3fl{
    width:20%;
    margin:10px 13px;
}
.g_wispt3nr{
    margin:0 -13px;
}
.g_wispt3_all{
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(183,179,179,.14);
    padding:30px;
}
.g_wispt3_tu{
    width:184px;
    margin:0 auto 20px;
}
.g_wispt3fl p{
    text-align: center;
    color:#666;
    font-size: 16px;
    line-height: 30px;
}
.g_wispt3{
    margin-bottom: 120px;
}
.g_wispt3nr .slick-dots {
    bottom: -30px;
}
.g_wispt3nr .slick-dots li {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 4px;
    margin: 0 3px;
    border-radius: 0;
    background: #bcbbbb;
}
.g_wispt3nr .slick-dots li.slick-active {
    background: #1b4c9f;
}
.g_ecom.active {
    padding-top: 0;
}
.g_fincpt1fr{
    width:50%;
}
.g_fincpt1fr img{
    width:100%;
}
.g_fincpt3nr{
    margin:0 -45px;
}
.g_ecompt3fl a{
    background: url(../images/b5bk2_03.jpg) no-repeat;
    background-size: 100% 100%;
}
/*8.11*/
.g_dwis .g_title_h2{
    text-align: center;
}
.g_dwis .g_title_h2::before{
    left:50%;
    transform: translateX(-50%);
}
.g_dwispt5 .g_title_h2{
    color:#FFF;
}
.g_dwispt5 .g_title_h2::before{
    background: #fff;
}
.g_dwis .g_switch{
    padding-top: 90px;
}
.g_dwispt1 .g_word3 p{
    text-align: center;
}
.g_dwispt2p p{
    color:#333;
    font-size:24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.54;
}
.g_dwispt2p{
    margin-bottom: 36px;
}
.g_dwispt3nr{
    margin-bottom: 60px;
    width:100%;
}
.g_dwispt3nr img{
    width:100%;
}
.g_dwispt3{
    padding-top: 40px !important;
}
.g_dwispt3fl, .g_dwispt3fr{
    width:50%;
}
.g_dwispt3li{
    position: relative;
    margin-bottom: 30px;
}
.g_dwispt3fr{
    position: absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    padding-left:110px;
}
.g_dwispt3li.on .g_dwispt3fl{
    float: right;
}
.g_dwispt3li.on .g_dwispt3fr{
    right: inherit;
    left:0;
    padding-left: 0;
    padding-right: 110px;
}
.g_dwispt3fr h5{
    color:#333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 26px;
}
.g_dwispt3fr p{
    color:#666666;
    font-size: 14px;
    line-height: 2;
}
.g_dwispt3frtop p{
    color:#28ac9f;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
}
.g_dwispt3fr li{
    width:50%;
    padding:0 56px;
    padding-bottom: 14px;
    position: relative;
    margin-bottom:20px;
}
.g_dwispt3fr ul{
    margin:0 -56px;
}
.g_dwispt3fr li img{
    width:20px;
    display: block;
}
.g_dwispt3fr li p{
    color:#28ac9f;
    font-size: 18px;
    line-height: 24px;
    padding-left: 32px;
}
.g_dwispt3fr li::before{
    content: '';
    position: absolute;
    bottom:0;
    width:calc(100% - 112px);
    height:1px;
    background: #92b1d9;
}
.g_dwispt3fr_icon{
    width:35px;
    margin-top:6px;
}
.g_dwispt3fr_icon img{
    width:100%;
}
.g_dwispt3fr_word{
    width:calc(100% - 35px);
    padding-left: 20px;
}
.g_dwispt3frli{
    margin-bottom: 18px;
}
.g_dwispt3fr_word h6{
    color:#333;
    font-size: 18px;
}
.g_dwispt4{
    padding-top: 60px !important;
}
.g_dwispt4 .g_dwispt2nr{
    margin-top:40px;
}
.g_dwispt5{
    position: relative;
}
.g_dwispt5bj{
    width:100%;
    height:722px;
}
.g_dwispt5bj img{
    width:auto;
    height:100%;
    position: relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
    max-width: inherit;
}
.g_dwispt5nr{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_dwispt5fl{
    width:33.333333%;
    margin-bottom:58px;
}
.g_dwispt5_word{
    padding-left: 60px;
}
.g_dwispt5_word h5{
    color:#ffffff;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 14px;
    margin-bottom: 24px;
    position: relative;
}
.g_dwispt5_word h5::before{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width:40px;
    height:1px;
    background:rgba(255,255,255,.35);
}
.g_dwispt5_word p{
    color:rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 2;
}
.g_dwispt5box{
    position: relative;
}
.g_dwispt5box span{
    display: block;
    position: absolute;
    top: 2px;
    left: 22px;
    color:#fff;
    font-size: 14px;
    line-height: 24px;
    width:24px;
    height:24px;
    border-radius: 50%;
    text-align: center;
    background:rgba(255,255,255,.3);
    font-family: "MONTSERRAT-REGULAR" !important;
}
.g_dwispt5box span::before{
    content: '';
    position: absolute;
    top:-10px;
    left:-10px;
    width:45px;
    height:45px;
    border-radius: 50%;
    background:rgba(255,255,255,.1);
}
.g_dwispt5box span::after{
    content: '';
    position: absolute;
    top:-20px;
    left:-20px;
    width:65px;
    height:65px;
    border-radius: 50%;
    background:rgba(255,255,255,.1);
}
.g_dwispt5_all{
    margin-top:100px;
}
.g_dwispt5fl:nth-last-child(1),
.g_dwispt5fl:nth-last-child(2),
.g_dwispt5fl:nth-last-child(3){
    margin-bottom: 0;
}
.g_dwispt5 {
    padding-top: 0 !important;
    margin-top: 100px;
}
.g_anno_fl {
    padding-right: 30px;
}
.g_dwispt6fl{
    width:50%;
    padding:0 19px;
}
.g_dwispt6nr{
    margin:0 -19px;
}
.g_dwispt6_sd {
    box-shadow: 6px 6px 20px 0px rgb(229 229 229 / 46%);
}
.g_dwispt6_word{
    background:#fff;
    padding:40px 90px;
}
.g_dwispt6_word h4{
    text-align: center;
    font-size: 30px;
    color:#28ac9f;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
}
.g_dwispt6_wordfl{
    width:50%;
    padding:0 44px;
}
.g_dwispt6_box{
    margin:0 -44px;
}
.g_dwispt6_wordfl img{
    width:20px;
    display: block;
    margin-top: 5px;
}
.g_dwispt6_wordfl p{
    color:#333;
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
}
.g_dwispt6_wordfl{
    margin-bottom: 42px;
}
.g_datacomfl, .g_datacomfr{
    width:50%;
}
.g_datacomfl p{
    color:#323333;
    font-size: 18px;
    line-height: 30px;
}
.g_datacom_img{
    width:94px;
    margin-bottom: 10px;
}
.g_datacom_img img{
    width:100%;
}
.g_datacom_icon p{
    text-align: center;
}
.g_datacom_icon{
    padding-right: 90px;
    border-right: 1px solid #d7e3f2;
}
.g_datacom .he_customli{
    padding:0;
    width:auto;
}
.g_datacom .he_custbxle{
    width:60px;
    margin-top: 10px;
}
.g_datacom .he_custbxri {
    width: calc(100% - 60px);
    padding-left: 25px;
    padding-top: 0;
}
.g_datacom{
    padding:70px 0;
    border-top:1px solid #d7e3f2;
}
.g_datacomfl{
    padding-top:30px;
}
.g_datacom .he_customli {
    padding-left: 90px;
    margin-top:28px;
}
.g_dcrept1, .g_dcrept3{
    padding:90px 0;
}
.g_dcrept3{
    padding-bottom: 0;
}
.g_dcrept2{
    background: #cef1ed;
    padding:90px 0;
}
.g_dcre .g_title_h2{
    text-align: center;
}
.g_dcre .g_title_h2::before{
    left:50%;
    transform: translateX(-50%);
}
.g_dcrept1 .g_word3 p,
.g_dcrept2 .g_word3 p{
    text-align: center;
}
.g_dcrept1tu{
    margin-top: 46px;
}
.g_dcrept3box{
    display: inline-block;
}
.g_dcrept3nr{
    text-align: center;
    margin-top:40px;
}
.g_dcrept3li{
    width:20px;
    line-height: 28px;
}
.g_dcrept3li img{
    width:100%;
}
.g_dcrept3ul p{
    color:#666666;
    font-size: 16px;
    line-height: 28px;
    padding-left: 10px;
    width:calc(100% - 20px);
    text-align: left;
}
.g_dcreban p{
    font-size: 36px;
    line-height: 1.75;
    color:#fff;
}
.g_dcrept3_bot{
    margin-top:100px;
}
.g_dcrept3_fr{
    width:46%;
    padding-left:160px;
    padding-top: 20px;
}
.g_dcrept3_fl{
    width:54%;
}
.g_dcrept3_one .g_dcrept3ul p{
    width:calc(100% - 20px);
}
.g_dcrept3_one h4,
.g_dcrept3_two h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    color:#666666;
}
.g_dcrept3_two .g_dcrept3ul{
    width:50%;
    padding:0 30px;
}
.g_dcrept3_twobox{
    margin:0 -30px;
}
.g_dcrept3_one{
    margin-top: 20px;
}
.g_dcrept3_two{
    margin-top: 30px;
}
.g_dcrept3_bot .g_dcrept3ul{
    margin-bottom: 10px;
}
.g_dcrept3_bot .g_dcrept3ul p {
    padding-left: 15px;
    width: calc(100% - 20px);
}
.g_dcrept3_ul.on .g_dcrept3_fr{
    float: left;
    padding-right: 160px;
    padding-left: 0;
}
.g_dcrept3_ul.on .g_dcrept3_fl{
    float: right;
}
.g_dcrept3_ul{
    margin-bottom:80px;
}
.g_dcrept3_tit h3{
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.5;
}
.g_dcrept3top .g_word3{
    text-align: center;
}
.g_dcrept3_th table td{
    border: 1px solid #a4bedf;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 26px;
    color:#666;
    padding:5px 20px;
} 
.g_dcrept3_th table{
    width:100%;
}
.g_dcrept3_td1{
    width:110px;
}
.g_dcrept3_td2{
    width:calc(100% - 110px);
}
.g_dcrept3_th{
    margin-top: 32px;
}
.g_dcrept3_tr1 td, .g_dcrept3_td1{
    text-align: center;
}
.g_dcrept3_td2{
    text-align: left;
}
.g_dcrept3_tr1 td{
    color:#28ac9f !important;
    font-size: 16px !important;
}
.g_dcrept3_tr2 .g_dcrept3_td1{
    color:#333 !important;
}
.g_dcrept4fl{
    width:50%;
    padding:0 10px;
}
.g_dcrept4nr{
    margin:0 -10px;
}
.g_dcrept4_img{
    position: relative;
}
.g_dcrept4_img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    height:65%;
    z-index: 10;
    background-image: linear-gradient(transparent, rgba(0,0,0,.5));
}
.g_dcrept4_word{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:calc(100% - 80px);
    height:calc(100% - 80px);
    padding:40px;
    background:rgba(0,0,0,.46);
    transition: all .36s ease;
}
.g_dcrept4fl a{
    display: block;
    position: relative;
}
.g_dcrept4_word h5{
    color:#ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 16px;
}
.g_dcrept4_word p{
    color:#ffffff;
    font-size: 14px;
    line-height: 32px;
}
.g_dcrept4{
    margin-bottom: 100px;
}
.g_dcrept4 .g_sermpt2btn{
    margin:30px auto 0;
    border-color:#999999;
    cursor: pointer;
}
.g_dcrept4 .g_sermpt2btnfl {
    color: #666666;
}
.g_dind .g_title_h2{
    text-align: center;
}
.g_dind .g_title_h2::before{
    left:50%;
    transform: translateX(-50%);
}
.g_dindp{
    text-align: center;
}
.g_dindpt1{
    padding:90px 0;
}
.g_dindpt2{
    background: #cef1ed;
    padding:90px 0;
}
.g_dindpt2topfl{
    width:33.333333%;
    padding:0 15px;
    margin-bottom: 30px;
}
.g_dindpt2top{
    margin:60px -15px 0;
}
.g_dindpt2topnr{
    position: relative;
    padding:50px 60px 50px 56px;
    background: #fff;
    overflow: hidden;
}
.g_dindpt2topnr span{
    display: block;
    position: absolute;
    bottom: -65px;
    right: -6px;
    color:#f3f5f9;
    font-size:200px;
    font-family:'MONTSERRAT-BLACK' !important;
    z-index: 5;
}
.g_dindpt2topnr p{
    color:#666666;
    font-size:16px;
    line-height: 24px;
    height:96px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.g_dindpt2topnr h6{
    position: relative;
    z-index: 10;
    color:#28ac9f;
    font-size:30px;
    font-weight:bold;
    line-height: 2;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden; 
}
.g_dindpt2bot .g_title_h4{
    color:#333333;
}
.g_dindpt2bot .g_title_h4::before{
    display: none;
}
.g_dindpt2bot{
    margin-top: 30px;
}
.g_dindpt2botfl{
    width:25%;
    padding:0 10px;
    margin-bottom:20px;
}
.g_dindpt2bot_word{
    background: #fff;
    padding:18px;
}
.g_dindpt2bot_word h6{
    color:#28ac9f;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom:10px;
}
.g_dindpt2bot_word p{
    color:#666666;
    font-size: 14px;
    line-height: 20px;
    height:80px;
    overflow: hidden;
}
.g_dindpt3{
    position: relative;
}
.g_dindpt3bj{
    width:100%;
    height:830px;
}
.g_dindpt3bj img{
    width:auto;
    height:100%;
    position: relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
    max-width: inherit;
}
.g_dindpt3nr{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.g_dindpt3 .g_title_h4{
    color:#fff;
}
.g_dindpt3 .g_title_h4::before{
    display: none;
}
.g_dindpt3fl{
    width:33.333333%;
    padding:0 15px;
    margin-bottom: 30px;
    display: inline-block;
}
.g_dindpt3_box{
    margin:0 -15px;
    text-align: center;
    font-size: 0;
}
.g_dindpt3_all{
    background: rgba(255,255,255,.4);
    padding:20px 20px 46px;
    transition: all .36s ease;
}
.g_dindpt3_icon{
    width:100px;
    margin:0 auto 30px;
}
.g_dindpt3_icon img{
    width:100%;
}
.g_dindpt3fl p{
    color:#fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
}
.g_dindpt4li{
    width:25%;
    padding:0 45px;
    position: relative;
}
.g_dindpt4ul{
    margin:0 -45px;
}
.g_dindpt4ul_icon{
    width:100px;
    margin:0 auto 30px;
}
.g_dindpt4{
    padding-top:90px;
}
.g_dindpt4ul{
    margin-top: 60px;
    margin-bottom:90px;
}
.g_dindpt4ul_wd h4{
    color:#28ac9f;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.g_dindpt4ul_wd p{
    color:#333;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
.g_dindpt4li::before{
    content: '';
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    width:1px;
    height:160px;
    background: #d2deef;
}
.g_dindpt4li:last-child::before{
    display: none;
}
.g_dindpt5{
    background: #cef1ed;
    padding:90px 0 0;
}
.g_dindpt5 .g_credit4nr{
    position: relative;
    z-index: 10;
}
.g_dindpt5 .g_credit4bj{
    z-index: 1;
}
.g_dindpt2bot_nr{
    margin:0 -10px;
}
.g_wis .g_credit4_all .g_word p {
    height: 140px;
}
.g_dwispt3frtop{
    margin-bottom: 20px;
}
.g_dwispt3fr h5 {
    margin-bottom: 20px;
}
/*8.11-end*/







@media screen and (min-width: 1200px) {
    .g_sersys_pt5fl:hover .g_sersys_pt5tu {
        box-shadow: 0 0 10px 3px rgba(165, 165, 165, .21);
    }

    .g_sersys_pt6fl:hover .g_sersys_pt6box {
        background: #28ac9f;
    }

    .g_sersys_pt6fl:hover h4,
    .g_sersys_pt6fl:hover p {
        color: #fff;
    }

    .g_sersys_pt6fl1:hover .g_sersys_pt6box::before {
        border-bottom: 15px solid #28ac9f;
    }

    .g_sersys_pt6fl:hover::before {
        background: #28ac9f;
    }

    .g_sersys_pt6fl:hover::after {
        opacity: 1;
    }

    .g_sersys_pt6fl2:hover .g_sersys_pt6box::before {
        border-top: 15px solid #28ac9f;
    }

    .g_gudpt6topfl:hover .g_gudpt6top_box::before {
        opacity: 1;
    }

    .g_gudpt6topfl:hover .g_gudpt6top_yuan {
        background: #28ac9f;
    }

    .g_gudpt6topfl:hover .g_gudpt6top_box p {
        color: #fff;
    }

    .g_gudpt6topfl:hover h4 {
        color: #28ac9f;
    }

    .g_gudpt6topfl:hover .g_gudpt6top_box::after {
        background: #28ac9f;
    }

    /*6.17*/
    .he_city .mc_more1_btn:hover::after {
        background: url(../images/icon_more.png) center / contain no-repeat;
    }

    .g_csulo4nrfl a:hover .g_csulo4fl {
        color: #1e57a3;
    }

    .g_csulo4nrfl a:hover .g_csulo4fr p {
        color: #1e57a3;
    }

    .g_csulo4nrfl a:hover .g_pic1 {
        opacity: 0;
    }

    .g_csulo4nrfl a:hover .g_pic2 {
        opacity: 1;
    }

    .g_csulo5fl a:hover .g_csulo5wz p {
        color: #1e57a3;
    }

    .g_csulo5fl a:hover .g_csulo5wz .g_pic1,
    .g_csulo5fl a:hover .g_csulo5bj .g_pic1 {
        opacity: 0;
    }

    .g_csulo5fl a:hover .g_csulo5wz .g_pic2,
    .g_csulo5fl a:hover .g_csulo5bj .g_pic2 {
        opacity: 1;
    }

    /* helen 6.19 star */
    .he_food3bx:hover .he_foliig img {
        transform: scale(1.05);
    }

    .he_food3bx:hover .he_foliti h4 {
        color: #1e58a3;
    }

    .he_fomor .mc_more1_btn:hover::after {
        background: url(../images/icon_more.png) center / contain no-repeat;
    }


    .he_fomor .mc_more1_btn:hover {
        border: 1px solid #28ac9f !important;
    }

    /* helen 6.19 end */
    .he_foo4bli:hover .g_sermpt2btn {
        border: 1px solid #28ac9f;
        background:#28ac9f;
    }
    .he_foo4bli:hover .g_sermpt2btnfl {
        color: #fff;
    }
    .he_foo4bli:hover .g_pic1{
        opacity: 0;
    }
    .he_foo4bli:hover .g_pic2{
        opacity: 1;
    }
    .he_foo4bli:hover .g_softpt3tle{
        color: #28ac9f;
    }
    .g_casenr a:hover .g_casenr_word{
        bottom: 12px;
    }
    .g_stopt1botb .slick-next:hover{
        background:url(../images/c3arrow6.png)
    }
    .g_stopt1botb .slick-prev:hover{
        background:url(../images/c3arrow4.png)
    }
    .g_casenr a:hover .g_pic::before{
        opacity: 0;
    }
    .he_foo4bh a:hover .he_foo4bhle img{
        transform: scale(1.1);
    }
    .he_foo4bh a:hover .he_foo4bhti h4{
        color:#28ac9f;
    }

    .g_stopt1topfl:hover p {
        background: #fff;
        color: #28ac9f;
    }
    .g_stopt1topfl:hover::before {
        width:100%;
    }
    .g_stopt1topfl:hover p {
        background: #fff;
        color: #28ac9f;
    }
    .g_stopt1topfl:hover p::before {
        opacity: 1;
    }
    .g_stopt1topfl:hover p::after {
        opacity: 1;
    }
    .g2_wave2fl:hover .g2_wave2top{
        opacity: 0;
    }
    .g2_wave2fl:hover .g2_wave2wz{
        opacity: 1;
    }
    .g2_wave2fl:hover .g_pic img{
        transform: scale(1.1);
    }
/*8.5 - start*/
    .g_ecompt3 .g_sermpt2btn:hover {
        border: 2px solid #28ac9f;
    }
    .g_ecompt3fl:hover .g_sermpt2btn {
        border: 2px solid #28ac9f;
    }
    .g_ecompt3fl:hover .g_ecompt3_wz h5 {
        color: #28ac9f;
    }
    .g_ecompt3fl:hover .g_sermpt2btnfl{
        color:#fff;
    }
    .g_ecompt3fl:hover .g_pic1{
        opacity: 0;
    }
    .g_ecompt3fl:hover .g_pic2{
        opacity: 1;
    }
    .g_ecompt3fl:hover .g_sermpt2btn {
        background: #28ac9f;
    }
    .g_ecompt4fl a:hover{
        background: #28ac9f;
    }
    .g_ecompt4fl a:hover h5{
        color:#fff;
    }
    .g_ecompt4fl a:hover p{
        color:#fff;
    }
    .g_ecompt4fl a:hover .g_pic1{
        opacity: 0;
    }
    .g_ecompt4fl a:hover .g_pic2{
        opacity: 1;
    }
    .g_fincpt4fl a:hover .g_fincpt4_img img,
    .g_wispt2nr a:hover .g_wispt2fl img{
        transform: scale(1.05);
    }
    .g_fincpt4fl a:hover .g_fincpt4_wd h4{
        color:#1e57a3;
    }
    .g_fincpt4fl a:hover .g_sermpt2btn,
    .g_wispt2nr a:hover .g_sermpt2btn{
        border-color:#1e57a3;
        background: #1e57a3;
    }
    .g_fincpt4fl a:hover .g_sermpt2btnfl,
    .g_wispt2nr a:hover .g_sermpt2btnfl{
        color:#fff;
    }
    .g_fincpt4fl a:hover .g_pic1,
    .g_wispt2nr a:hover .g_pic1{
        opacity: 0;
    }
    .g_fincpt4fl a:hover .g_pic2,
    .g_wispt2nr a:hover .g_pic2{
        opacity: 1;
    }
    /*8.5 - end*/
/*8.10*/
    .g_dcrept4 .g_sermpt2btn:hover {
        border-color: #1e57a3;
    }
    .g_dindpt3_all:hover{
        background: rgba(28,92,176,.4);
    }
/*8.10 - end*/

 /*9.6*/
    .g_anno2_li:hover .g_anno2_lifl h5,
    .g_anno2_li:hover .g_anno2_lifr p,
    .g_anno2_li:hover .mc_a1s3_more span
    {
        color:#28ac9f;
    }
    .g_anno2_li:hover .mc_a1s3_more_pc{
        opacity: 0;
    }
    .g_anno2_li:hover .mc_a1s3_more_ph{
        opacity: 1;
    }
    .g_anno2bot_li a:hover .g_anno2bot_lifl h4,
    .g_anno2bot_li a:hover .g_anno2bot_lifr p,
    .g_anno2bot_li a:hover .g_anno2bot_lifr span{
         color:#28ac9f;
    }
    .g_anno2bot_li a:hover .g_anno_fr2{
        opacity: 1;
    }
    .g_anno2bot_li a:hover .g_anno_fr1{
        opacity: 0;
    }
    .g_contact2 .g_sermpt2btn:hover {
        border: 2px solid #28ac9f;
    }
    .g_findpt1nr li a:hover {
        background: #1e58a4;
        border-color:#1e58a4;
        color:#fff;
    }
    .g_anno2_newfl:hover .g_anno2_word h4{
        color:#28ac9f;
    }
 /*9.6-end*/
}


.icon-you:before {
    content: "\e629";
}