@charset "utf-8";
@font-face {
    font-family: 'Regular';
    src: url('../fonts/PingFang-SC-Regular.otf');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/PingFang Bold.ttf');
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    border: medium none;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body, button, input, select, textarea {
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", STXihei, "Microsoft yahei", "WenQuanYi Micro Hei", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

em {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: #333;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #000;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

img {
    border: 0px;
    outline-width: 0px;
    vertical-align: top;
}

.section-wrap {
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s
}

.section-wrap .section {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.put-section-0 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.put-section-1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.put-section-2 {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
}

.put-section-3 {
    transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
}

.put-section-4 {
    transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
}

.put-section-5 {
    transform: translateY(-500%);
    -webkit-transform: translateY(-500%);
}

.put-section-6 {
    transform: translateY(-600%);
    -webkit-transform: translateY(-600%);
}

.section-btn {
    width: 14px;
    position: fixed;
    right: 4%;
    top: 50%;
}


.full-swiper-container .swiper-pagination-bullet-active {
    width: 51px;
    height: 51px;
    display: inline-block;
    border-radius: 50%;
    background-image: url(../images/about_lc.png) !important;
    background-repeat: no-repeat;
}
.full-swiper-container  .swiper-pagination-bullet {
    width: 51px;
    height: 51px;
    display: inline-block;
    border-radius: 50%;
    /*margin: 0 10px !important;*/
    background-image: url(../images/about_lc1.png);
    background-repeat: no-repeat;
}

.full-swiper-container .swiper-container-horizontal>.swiper-pagination-bullets{
    position: relative;
    bottom: 70px !important;
}

.full-swiper-container .swiper-pagination-bullets:before{
    content: '';
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
    position: absolute;
    top: 24px;
    z-index: -1;
}


.mySwiper-advantage{
    position: relative;
    height: calc(100% - 100px) !important;
    padding-top: 100px;
}

#khfw_1 img {
    width: 42%
}

#khfw_2 img {
    width: 42%
}

#khfw_3 img {
    width: 42%
}

#khfw_4 img {
    width: 42%
}

#khfw_5 img {
    width: 42%
}

#khfw_6 img {
    width: 42%
}


::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #a76433;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #EDEDED;
}

@media (max-width: 1000px) {

    .banner1_wz {
        color: #fff;
        font-size: 26px;
        float: left;
        font-weight: 600;
        text-align: center;
        width: 100%;
        top: 150px;
        position: absolute
    }
    .banner1_wz .banner-title{
        font-size: 18px;
    }
    .banner1_wz .banner-sub-title{
        font-size: 14px;
    }
    .banner1_wz span{
        font-size: 12px;
    }

    .banner1_wz span {
        font-size: 12px;
        float: left;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }

    body {
        overflow-x: hidden;
    }

    #fullpage {
        display: none
    }

    .mySwiper-3 {
        overflow-x: hidden
    }

    .modelTostChile .swiper-button-next, .modelTostChile .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: calc(var(--swiper-navigation-size) / 35 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff
    }

    .modelTostChile .swiper-button-next:after, .modelTostChile .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 28px;
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1
    }

    .modelTost {
        display: none;
        background: rgba(0, 0, 0, .7);
        z-index: 9999;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .modelTostChile p {
        width: 100%;
        height: 40px;
    }

    .modelTostChile {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 0%;
        position: absolute;
    }

    .modelTostChile img {
        width: 90%;
        margin-left: 5%;
    }

    .modelClose img {
        width: 100%;
        margin-left: 0%;
    }

    .modelClose {
        float: right;
        cursor: pointer;
        margin-right: 20px;
    }

    input[type=checkbox] {
        cursor: pointer;
        position: relative;
        width: 16px;
        height: 16px;
        font-size: 12px;
        overflow: hidden;
        top: 2px;
    }

    input[type=checkbox]::after {
        position: absolute;
        top: 0px;
        background-color: #a85246;
        color: #fff;
        width: 16px;
        height: 16px;
        display: inline-block;
        visibility: visible;
        text-align: center;
        content: ' ';
    }

    input[type=checkbox]:checked::after {
        content: "鉁�";
        font-size: 10px;
        font-weight: bold;
    }

    #tanchu_cn {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    .tanchu_cn_nr {
        position: fixed;
        width: 90%;
        background: #fff;
        left: 5%;
        border-radius: 10px;
        top: 20px;
        padding-bottom: 20px;
        height: 540px;
    }

    .tanchu_nr_xx {
        height: 400px;
        overflow: scroll;
        overflow-x: hidden;
        margin: 20px;
        margin-right: 5px;
        padding-right: 15px
    }

    .tanchu_nr_xz {
        border-top: solid 1px #CCC;
        width: 100%;
        padding-left: 20px;
    }

    .fangqi {
        width: 70%;
        height: 40px;
        text-align: center;
        border: solid 1px #a76433;
        color: #a76433;
        background-color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        float: right;
        border-radius: 5px;
        margin-right: 10px;
    }

    .jieshou {
        width: 70%;
        height: 40px;
        text-align: center;
        border: solid 1px #fff;
        color: #fff;
        background-color: #a76433;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        float: left;
        border-radius: 5px;
        margin-left: 10px;
    }

    .gaodu {
        height: 60px;
    }

    .gaodu1 {
        height: 40px;
    }

    .tanchu_nr_xx p {
        font-size: 14px;
    }

    .biaoti1 {
        padding-top: 34px;
        opacity: 1;
        background-color: #a76433;
        font-size: 16px;
        color: #fff;
        height: 57px;
        float: left;
        width: 100%;
        margin-top: 20px;
        position: absolute;
        bottom: 0px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .biaoti1 b {
        font-weight: normal
    }


    ::-webkit-scrollbar { /*脙茠脗娄脙鈥毭偮幻冣€γ偮∶兤捗偮ッ冣€γ偮犆冣€毭偮兤捗偮γ冣€毭偮澝冣€毭偮∶兤捗偮γ兟⒚⑩€毬偮⒚冣€毭偮疵兤捗偮っ冣€毭偮矫兟⒚⑩€毬呪€溍兤捗偮γ冣€毭偮犆冣€毭偮访兤捗偮ッ冣€毭偮济冣€毭偮�*/
        width: 6px; /*脙茠脗漏脙鈥毭偮冣€姑呪€溍兤捗偮ッ冣€毭偮冣€毭偮矫兤捗偮ッ冣€姑⑩偓聽脙垄芒鈥毬偮犆兤捗偮ッ冣€姑⑩偓聽脙鈥毭偮兤捗偮ッ冣€毭偮冣€毭偮姑兤捗偮ッ冣€毭偮好兟⒚⑩€毬偮澝兤捗偮γ冣€毭偮冣€毭偮兤捗偮冣€毭偮兟⒚⑩€毬⑩偓艙脙茠脗娄脙鈥毭偮幻冣€γ偮∶兤捗偮ッ冣€γ偮犆冣€毭偮兤捗偮γ冣€毭偮澝冣€毭偮∶兤捗偮冣€γ偮∶兟⒚⑩€毬吢久兤捗偮ッ冣€毭偮懊冣€毭偮好兤捗偮ッ冣€毭偮冣€毭偮�*/
        height: 1px;
    }

    ::-webkit-scrollbar-thumb { /*脙茠脗娄脙鈥毭偮幻冣€γ偮∶兤捗偮ッ冣€γ偮犆冣€毭偮兤捗偮γ冣€毭偮澝冣€毭偮∶兤捗偮┟兟⒚⑩€毬偮∶冣€γ⑩偓鈩⒚兤捗偮┟冣€毭偮澝冣€毭偮⒚兤捗偮ッ冣€毭偮懊冣€毭偮徝兤捗偮γ兟⒚⑩€毬⑩偓艙脙鈥毭偮姑兤捗偮ッ冣€毭偮澝兟⒚⑩€毬⑩偓聺*/
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #a76433;
    }

    ::-webkit-scrollbar-track { /*脙茠脗娄脙鈥毭偮幻冣€γ偮∶兤捗偮ッ冣€γ偮犆冣€毭偮兤捗偮γ冣€毭偮澝冣€毭偮∶兤捗偮┟兟⒚⑩€毬偮∶冣€γ⑩偓鈩⒚兤捗偮┟冣€毭偮澝冣€毭偮⒚兤捗偮冣€毭偮矫冣€毭偮兤捗偮┟冣€毭偮伱兟⒚⑩€毬呪€�*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        background: #EDEDED;
    }

    body {
        background-color: #f7f7f7;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }

    #logo1 {
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 15px
    }

    #nav1 {
        position: absolute;
        left: 20px;
        top: 20px;
        z-index: 99
    }

    #bottom {
        display: none
    }

    #bg {
        display: none
    }

    .menu {
        display: none
    }

    #about_gy {
        display: none
    }

    #about_td {
        display: none
    }

    #about_lc1 {
        display: none
    }

    .section-wrap {
        display: none
    }

    #about_ry {
        display: none
    }

    #bg_about {
        display: none
    }

    #join_bg1 {
        display: none
    }

    #join_bg2 {
        display: none
    }

    #zhaopin {
        display: none
    }

    #nav_qiehuan {
        display: none !important
    }

    #nav_qiehuan1 {
        display: none !important
    }

    .news_left {
        display: none
    }

    .marquee {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        color: #fff;
        font-size: 26px;
        top: 150px;
        position: absolute;
        line-height: 36px;
        font-weight: bold
    }

    .marquee .marquee_list {
        display: inline-block;
        width: 460%;
    }

    .marquee .marquee_list.rtl { /* 脙楼脜聽脗篓脙搂芒鈧澝偮幻兟ッ偮惷偮� 脙楼脜聽脗篓脙搂芒鈧澝偮幻兟γ⑩偓鈥澝偮睹兟┟⑩偓垄脗驴 脙搂脗潞脗驴脙娄芒鈥毬偮� 脙漏芒鈧∶偮嵜兟ッ偮っ偮嵜兟γ⑩偓鈩⒚偮兟γ⑩偓聺脗戮 */
        animation: marquee_rtl 12s linear infinite; /* 脙楼脜聽脗篓脙搂芒鈧澝偮幻兟γ⑩偓鈥澝偮睹兟┟⑩偓垄脗驴脙篓脗炉脗路脙娄脗聽脗鹿脙娄脗聧脗庐marquee_list脙搂脜隆芒鈧久兟┟⑩偓垄脗驴脙楼脗潞脗娄脙漏芒鈥毬⑩偓拧脙楼脗陆芒鈧撁兟偮懊嗏€櫭兟γ⑩偓垄脗麓脙炉脗录脣鈥犆兟ッ偮嵜偮趁兟γ偮幻吢∶兟ッ吢犆偮兟┟⑩€毬吢该兟ッ偮好偮γ兟偮济⑩偓掳 */
    }

    .marquee .marquee_item {
        margin-right: 150px;
        float: left;
        text-align: center;
        margin-left: 150px
    }


    /* 脙娄脗禄脜隆脙楼脜聽脗篓脙娄芒鈧€溍偮姑兟ッ偮惷⑩偓藴脙炉脗录脜隆脙陇脗禄脜陆脙楼脗聫脗鲁脙楼脣鈥犆偮懊兟ッ偮访偮� */
    @keyframes marquee_rtl {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(-100%, 0);
        }
    }
    #db {
        height: 62px;
        float: left;
        width: 100%;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        top: 0px;
    }

    #bottom1 { /* height: 314px; */
        width: 95%;
        padding-left: 5%;
        margin-top: 0px;
        background-color: #fff;
        padding-top: 15px;
        overflow: auto;
    }

    .bm_left1 {
        color: #333333;
        font-size: 14px;
        float: left
    }

    .bm_left1 span {
        color: #e2e2e2;
        font-size: 14px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .bm_right {
        float: right;
        margin-top: 25px;
    }

    .footer1 {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ececec;
        float: left;
        width: 100%;
        line-height: 26px;
        margin-top: 0px;
        color: #999999;
        font-size: 12px;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    #lanmu {
        position: absolute;
        z-index: 9999;
        top: 0px;
        height: 1500px;
        display: none;
        background-color: #f7f7f7;
    }

    .lanmu_nr { /* background-color: #fff; */
        float: left;
        height: 1500px;
        position: fixed;
        z-index: 10000;
        top: 0px; /* background-color: #f7f7f7; */
        width: 100%;
    }

    .lanmu_bt {
        float: left;
        padding-top: 10px;
        padding-left: 2%;
        border-bottom: solid 1px #e2e2e2;
        padding-bottom: 5px;
        background-color: #fff;
    }

    .top_right1 {
        float: left;
        padding-top: 14px;
        padding-left: 2%;
        border-bottom: solid 1px #e2e2e2;
        padding-bottom: 14px;
        background-color: #fff;
    }

    .top_right1 a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
    }

    .flinkslist li {
        float: left;
        font-size: 18px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        padding-left: 27px;
    }

    .flinkslist li a {
        color: #2b2b2b;
        float: left;
        font-size: 16px;
    }

    .flinkslist li h2 {
        font-size: 16px;
        display: block;
        overflow: hidden;
        clear: both;
    }

    .flinkslist li h2 a {
        float: left;
        padding-right: 15px;
        color: #333333;
        width: 71%;
        padding-top: 10px;
        padding-bottom: 0px;
        height: 35px;
        background-image: url(/public/images/index1_15.png);
        background-repeat: no-repeat;
        background-position: 90px 17px;
        font-size: 18px
    }

    .flinkslist .active1 {
        float: left;
        font-size: 18px;
        background-color: #fff;
        color: #a76433;
        font-weight: bold
    }

    .flinkslist a span { /* float: left; *//* width: 4px; *//* height: 25px; *//* background-color: #a76433; *//* margin-right: 4%; */
    }

    .flinkslist .active1 span { /* float: left; *//* width: 4px; *//* height: 25px; *//* background-color: #a76433; *//* margin-right: 4%; */
    }

    .tc_jjh a {
        width: 140px;
        height: 35px;
        line-height: 35px;
        border-radius: 35px;
        background-color: #fff;
        color: #2b2b2b;
        font-size: 16px;
        border: solid 1px #ebebeb;
        float: left;
        position: fixed;
        bottom: 30px;
        left: 20px;
        text-align: center
    }

    .flinkslist li h2 span { /* float: left; *//* width: 3px; *//* height: 25px; *//* background-color: #f7f7f7; */
    }

    .flinkslist {
        padding-top: 20px;
        width: 40%;
        float: left;
        position: relative;
        background: #fff;
        z-index: 999
    }

    .guanbi {
        background: #fff;
    }

    .tc_nav {
    }

    .tc_nav a {
        color: #2b2b2b;
        float: left;
        font-size: 14px;
        float: left; /* padding-left: 16px; */
        padding-top: 10px;
        padding-bottom: 10px;
        width: 80%
    }

    .tc_nav {
        padding-top: 0px;
    }

    .banner1 {
        float: left;
        margin-top: 60px;
        width: 100%;
    }

    .banner1_about {
        color: #fff;
        font-size: 24px;
        float: left;
        font-weight: 600;
        text-align: center;
        width: 100%;
        top: 15%;
        position: absolute
    }

    #about1_gy {
        padding-top: 0px;
        float: left;
        width: 90%;
        margin-left: 5%; /* margin-bottom: 30px; */
    }

    .about_td_fp {
        float: left;
        padding-top: 0px;
    }

    .about_td_fp table {
        float: left;
        width: 100%;
    }

    .about_td_fp table span {
        background-color: #a76433;
        width: 29px;
        height: 5px;
        float: left
    }

    .about_td_fp .rw {
        width: 80%;
        margin-top: 60px;
        margin-left: 10%
    }

    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contain {
        position: relative;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
        text-align: left;
        padding-top: 0px;
        font-size: 16px;
        color: #000;
    }

    .mySwiper1-1 .swiper-slide {
        height: 422px;
        line-height: 12px;
    }

    .mySwiper1-2 .swiper-slide {
        height: 422px;
        line-height: 12px;
    }

    .mySwiper1-3 .swiper-slide {
        height: 422px;
        line-height: 12px;
    }

    .biaoti1 {
        padding-top: 9px;
    }

    .swiper-slide span {
        font-size: 12px;
        color: #000;
        padding-left: 5px;
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #d5d5d5;
    }

    .gallery-top1 {
        height: auto;
        width: 100%;
    }

    .gallery-thumbs1 {
        height: 120px;
        text-align: center; /* line-height: 50px; */
        box-sizing: border-box;
        width: 100%;
    }

    .gallery-thumbs1 .swiper-slide {
        width: 25%;
        height: 48%;
        background-color: rgba(255, 255, 255, 1);
    }

    .swiper-slide-thumb-active {
        background-color: rgba(168, 82, 70, 0.8);
    }

    .gallery-thumbs1 .swiper-slide-thumb-active {
        opacity: 1;
        background-color: #a76433;
        font-size: 16px;
        color: #fff
    }

    .gallery-thumbs1 .swiper-slide-thumb-active span {
        font-size: 12px;
        color: #fff;
        padding-left: 5px;
    }

    .nav {
        width: 100%;
        /*margin-left: 0%; !* background-color: aquamarine; *!*/
        position: absolute;
        bottom: -54px;
        z-index: 99;
    }

    .gallery-top1 > {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .gallery-top1 .swiper-wrapper .swiper-slide {
        background-size: 100% 100% !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto
    }

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 20px;
    }

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 20px;
    }

    .swiper-button-next.swiper-button-white:hover, .swiper-button-prev.swiper-button-white:hover {
        --swiper-navigation-color: #a76433;
    }

    .about_cp_nr1 a {
        width: 48%;
        height: 235px;
        background-image: url(/public/images/about12_06.jpg);
        background-repeat: no-repeat;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr2 a {
        width: 48%;
        height: 235px;
        background-image: url(/public/images/about12_08.jpg);
        background-repeat: no-repeat;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr3 a {
        width: 48%;
        height: 235px;
        background-image: url(/public/images/about12_10.jpg);
        background-repeat: no-repeat;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr4 a {
        width: 48%;
        height: 235px;
        background-image: url(/public/images/about12_12.jpg);
        background-repeat: no-repeat;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr1_wz {
        text-align: center;
        padding-top: 140px;
        color: #fff;
        font-size: 16px;
    }

    .about_cp_nr1_wz p {
        text-align: center;
        padding-top: 5px;
        color: #cbcbcc;
        font-size: 14px;
    }

    .about_cp_bt {
        text-align: center;
        font-size: 16px;
        color: #333;
        width: 100%;
        float: left;
        margin-bottom: 15px
    }

    .gallery-top1 .swiper-wrapper .info {
        padding-top: 0px;
    }

    .about_lc {
        float: left;
        margin-left: 3%;
        padding-top: 0px;
        width: 94%;
        position: relative;
        height: 238px;
    }

    .about_lc_xx span {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        padding-left: 0px
    }

    .about_hx {
        position: relative;
        padding-top: 0px;
        float: left;
    }

    .about_lc_xx {
        float: left;
        background-color: #fff;
        height: 207px;
        padding: 15px;
        color: #333333;
        font-size: 14px;
        width: 160px;
        text-align: justify;
    }

    .about_lc_xx_bg {
        background-image: url(/public/images/about_lc1.png);
        background-repeat: no-repeat;
        background-position: 60px 211px;
        float: left;
        height: 245px;
        margin-right: 7px;
        margin-left: 7px;
        background-size: 20%
    }

    .hx {
        width: 100%;
        height: 2px;
        background-color: #e2e2e2;
        position: absolute;
        bottom: 10px;
    }

    #about1_gy1 {
        padding-top: 0px;
        float: left;
        width: 100%;
        margin-left: 0%; /* margin-bottom: 30px; */
    }

    #tab1 .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        background-image: url(/public/images/about_lc4.png);
        background-repeat: no-repeat;
        background-size: 70%
    }

    #tab1 .swiper-pagination-bullet-active {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        background-image: url(/public/images/about_lc3.png) !important;
        background-repeat: no-repeat;
        background-size: 70%
    }

    #tab1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0px
    }

    #join_bg {
        margin-top: 80px;
        margin-left: 4%;
    }

    #box-container {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        list-style-type: none;
        display: flex;
    }

    #box-container img {
        width: 250px;
        flex: none; /* 脙茠脗漏脙垄芒鈥毬偮∶冣€毭偮嵜兤捗偮兟⒚⑩€毬吢∶冣€毭偮� */
        display: flex;
        justify-content: center;
        margin-left: 1%;
        margin-right: 1%;
        align-items: center;
    }

    #box-container .box {
        margin-left: 1%;
        margin-right: 1%;
        float: left
    }

    #tigong .swiper-pagination-bullet {
        width: 65px;
        height: 65px;
        display: inline-block;
        border-radius: 50%;
        background-image: url(/public/images/tm1.png);
        background-repeat: no-repeat;
        border: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    #tigong .swiper-pagination-bullet-active {
        width: 87px;
        height: 65px; /* height: 28px; */
        splay: inline-block;
        border-radius: 50%;
        background-image: url(/public/images/tm1.png) !important;
        background-repeat: no-repeat;
        background-size: 70%;
        border: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    #tigong .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0px 12px;
    }

    #tigong .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 80px;
        left: 0;
        width: 100%;
    }

    #zoujin .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        background-image: url(/public/images/about_lc4.png);
        background-repeat: no-repeat;
        background-size: 70%
    }

    #zoujin .swiper-pagination-bullet-active {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        background-image: url(/public/images/about_lc3.png) !important;
        background-repeat: no-repeat;
        background-size: 70%
    }

    #mhsj2_gy .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        background-image: url(/public/images/about_lc4.png);
        background-repeat: no-repeat;
        background-size: 70%
    }

    #mhsj2_gy .swiper-pagination-bullet-active {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        background-image: url(/public/images/about_lc3.png) !important;
        background-repeat: no-repeat;
        background-size: 70%
    }

    .mySwiper-1 {
        position: relative;
        width: 100%;
        height: 235px;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        overflow: hidden;
    }

    #about2_gy {
        padding-top: 0px;
        float: left;
        width: 92%;
        margin-left: 4%; /* margin-bottom: 30px; */
    }

    .mySwiper1 .swiper-slide table {
        background-color: #fff;
        width: 100%;
    }

    .mySwiper2 .swiper-slide table {
        background-color: #fff;
        width: 100%;
    }

    .mySwiper3 .swiper-slide table {
        background-color: #fff;
        width: 100%;
    }

    .tab {
        position: relative;
        width: 100%;
        height: 536px;
        overflow: hidden;
        top: 7px;
    }

    .tab-nav {
        height: 30px;
        overflow: hidden; /* float: right; */
        margin-right: 0%;
    }

    .tab-nav a {
        display: block;
        float: left;
        text-align: center;
        width: 30%;
        margin-left: 3%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        color: #999;
        background: #fff;
        border-radius: 50px;
    }

    .tab-nav a.current {
        background: #a76433;
        color: #fff;
    }

    .tab-con {
        position: relative;
        width: 100%;
        height: 480px;
        overflow: hidden;
        margin-top: 25px;
    }

    .tab-con-item {
        width: 100%;
        height: 490px;
    }

    .about_ry {
        background-image: url(/public/images/about2_14.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        background-size: 100%;
        line-height: 22px;
        text-align: center;
        margin-bottom: 11px;
        padding: 10px;
        height: 191px;
        background-color: #fff;
        padding-bottom: 15px;
        width: 100%;
    }

    #tigong {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 60px;
        height: 600px;
        overflow: hidden;
    }

    #tigong .swiper-slide {
        background-size: cover;
        background-position: center;
        text-align: left;
        padding-top: 0px;
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
    }

    #zoujin {
        position: relative;
        float: left;
        width: 100%;
        padding-top: 60px;
        margin-bottom: 30px;
    }

    .join_zj_yd {
        margin-left: 5%;
        padding-top: 0px;
        float: left;
        width: 90%;
        overflow: hidden;
    }

    .join_zj_xx1_yd {
        padding: 15px;
        background-color: #fff;
        float: left;
        margin-bottom: 20px;
    }

    .join_zj_xx1_tp_yd {
        width: 100%;
        float: left
    }

    .join_zj_xx1_tp_yd img {
        width: 100%;
        float: left
    }

    .join_zj_xx1_bt_yd {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        float: left;
        margin-top: 10px;
    }

    .join_zj_xx1_xq_yd {
        font-size: 14px;
        color: #333333;
        float: left;
        margin-top: 3px;
    }

    #zoujin .swiper-slide {
        background-size: cover;
        background-position: center;
        text-align: left;
        padding-top: 0px;
        font-size: 16px;
        color: #000
    }

    .join_zp1-1 {
        background-image: url(/public/images/Joinyd7.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        height: 520px;
        float: left;
        position: relative;
        background-size: cover;
        width: 100%;
    }

    .join_zp1-1 .about_td_xx {
        margin-left: 4%;
        padding-top: 50px;
        width: 92%;
    }

    .mySwiper-5 .swiper-slide span {
        font-size: 14px;
        color: #a76433 !important;
        font-weight: bold
    }

    .join_zp2-1 {
        background-image: url(/public/images/Joinyd8.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        height: 520px;
        float: left;
        position: relative;
        background-size: cover;
        width: 100%;
    }

    .join_zp2-1 .about_td_xx {
        margin-left: 4%;
        padding-top: 50px;
        width: 92%;
    }

    .join_zp3-1 {
        background-image: url(/public/images/Joinyd6.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        height: 520px;
        float: left;
        position: relative;
        background-size: cover;
        width: 100%;
    }

    .join_zp3-1 .about_td_xx {
        margin-left: 4%;
        padding-top: 50px;
        width: 92%;
    }

    .join_zp1_xx {
        margin-left: 4%;
        padding-top: 142px;
        float: left;
        width: 92%;
    }

    .join_zp1_xx_bg {
        color: #fff;
        float: left;
    }

    .join_zp1_xx_bg span {
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 3px;
        margin-right: 12px;
        margin-bottom: 10px;
        float: left;
        background-color: #fff
    }

    .join_zp1_xx_bg1 {
        float: left;
        margin-top: 0px;
    }

    #tanchu1 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu2 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu3 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu4 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu5 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu6 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }


    #tanchu2-1 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu2-2 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu2-3 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu2-4 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu2-5 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu2-6 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }


    #tanchu3-1 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu3-2 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu3-3 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu3-4 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu3-5 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchu3-6 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }


    .tanchu_nr {
        position: fixed;
        width: 90%;
        background: #fff;
        border-radius: 10px;
        top: 15px;
        margin-left: 5%;
        padding-bottom: 30px;
        height: 592px;
        overflow-x: hidden
    }

    .tanchu_nr_xx {
        height: 409px;
        overflow: scroll;
        overflow-x: hidden
    }

    .tanchu_nr_gb {
        position: absolute;
        right: 10px;
        padding-top: 0px;
        background-color: #fff;
        width: 100%;
        height: 40px;
    }

    .tanchu_nr_gb img {
        position: absolute;
        right: 10px;
        width: 25px;
        height: 25px;
        padding-top: 10px;
    }

    .tanchu_nr_tj a {
        color: #fff
    }

    .about_cp_bt_wz {
        font-size: 15px;
        color: #666666;
        margin-bottom: 20px;
    }

    .dibiao {
        height: 45px
    }

    .tanchu_nr_tj {
        width: 90%;
        height: 40px;
        text-align: center;
        color: #fff;
        background-color: #a76433;
        line-height: 40px;
        font-size: 16px;
        margin-left: 5%;
        margin-top: 50px;
        border-radius: 0px;
        float: left
    }

    .join_tc_nr {
        margin-left: 5%;
        margin-top: 40px;
        float: left;
        font-size: 16px;
    }

    #zhaopin1 {
        position: relative;
        float: left;
        width: 100%;
        padding-top: 18px
    }

    .join_tc_nr_bt {
        color: #000;
        font-size: 18px;
        font-weight: bold
    }

    .about_cp_bt_tp {
        width: 25%
    }

    .about_cp_bt_wz td {
        background-image: url(/public/images/hd.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    #news {
        margin-left: 5%;
        float: left;
        width: 90%;
        margin-top: 80px;
    }

    .news_bt {
        margin-left: 0%;
        float: left;
        width: 90%;
        position: absolute;
        top: 80px;
    }

    .news_right {
        color: #333333;
        font-size: 15px;
        line-height: 30px;
        width: 100%;
        float: left;
        margin-left: 0%;
        margin-top: 80px; /* text-align: justify; */
    }

    .news_right img {
        width: 100% !important;
        height: auto !important;
        border-radius: 10px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    #nav_qiehuan2 {
        display: none
    }

    .news_left1 {
        float: left;
    }

    .news_bt span {
        font-size: 18px;
        font-weight: bold;
        color: #000
    }

    .news_left_bt {
        font-size: 18px;
        color: #a76433;
        float: left;
        margin-top: 25px;
        border-bottom: solid 1px #a76433;
        width: 100%;
        padding-bottom: 15px;
        font-weight: bold;
    }

    .news_tj {
        border-bottom: solid 1px #e7e7e7;
        float: left;
        margin-bottom: 5px;
        padding-bottom: 15px;
    }

    .news_tj a {
        color: #333333;
        font-size: 16px;
    }

    .news_tj a:hover {
        color: #a76433
    }

    #khfw {
        display: none
    }

    #khfw1 {
        margin-top: 100px;
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-bottom: 30px;
    }

    #khfw_cjwt {
        background-color: #fff;
        padding: 10px;
        float: left;
    }

    #khfw_cjwt table {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 25px;
        color: #666
    }

    #khfw_cjwt table span {
        background-color: #a76433;
        width: 22px;
        height: 22px;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 22px;
        float: left;
        border-radius: 25px;
        margin-right: 10px;
    }

    .khfw_bt {
        color: #333333;
        font-size: 17px;
        font-weight: 600;
        font-family: "bold", "SourceHanSansSC-Light", "Source-Han-Light", "Source Han Sans CN", "SourceHanSansCN-Light", "webfontSourceHanSansSC" !important
    }

    .khfw_cjwt_left {
        float: left;
        width: 100%;
        color: #333333;
        font-size: 15px;
    }

    .clearfix {
        width: 51%;
        overflow-x: scroll;
        overflow-y: hidden;
        list-style-type: none;
        display: flex;
        padding-bottom: 8px
    }

    .clearfix li {
        width: 132px;
        flex: none; /* 脙茠脗漏脙垄芒鈥毬偮∶冣€毭偮嵜兤捗偮兟⒚⑩€毬吢∶冣€毭偮� */
        display: flex;
        justify-content: center;
        margin-left: 1%;
        margin-right: 1%;
        align-items: center;
    }

    .nav-wrap.navFix {
        position: fixed;
        top: 62px;
        padding-left: 5%;
        z-index: 999;
        left: 0px;
    }

    .nav-wrap.navFix ul {
        border-bottom: 0;
    }

    .nav-wrap li {
        text-align: left;
        height: 38px;
        line-height: 38px;
        float: left;
    }

    .nav-wrap li a {
        display: block;
        padding: 0 10px;
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

    .nav-wrap li a.active {
        border-bottom: 3px solid #a76433;
        color: #a76433;
    }

    .nav-mobile {
        display: none;
        font-weight: bold;
        width: 100%;
    }

    .section-content table {
        padding: 20px;
        background-color: #fff;
        padding-top: 20px;
        font-size: 16px;
        margin-top: 50px;
    }

    #nav-height {
        float: left;
        position: fixed;
        top: 230px
    }

    #nav-height1 {
        display: none;
        float: left;
        position: fixed;
        top: 62px
    }

    .contennt12 {
        margin-top: 10px;
        float: left;
        color: #333
    }

    .eee {
        top: 230px !important
    }

    .fff {
        top: 62px !important;
        background-color: #fff
    }

    .tab2 { /* position: relative; *//* width: 100%; *//* overflow: hidden; *//* top: 7px; */
    }

    .tab-con2 { /* position: relative; */
        width: 100%; /* overflow: hidden; */
    }

    .tab-con-item2 {
        width: 100%;
        margin-top: 30px;
    }

    .tab-nav2 {
        position: relative;
        width: 84%;
        overflow: hidden;
        top: 0px;
        margin-left: 8%;
    }

    .tab-nav2 a {
        display: block;
        float: left;
        text-align: center;
        width: 46%;
        margin-left: 4%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        color: #a76433;
        background: #fff;
        border-radius: 50px;
        font-size: 16px;
    }

    .tab-nav2 a.current {
        background: #a76433;
        color: #fff;
    }

    #bg_mhsj {
        display: none
    }

    #mhsj_jw {
        display: none
    }

    #mhsj_gg {
        display: none
    }

    .banner_mhsj {
        display: none
    }

    #mhsj_sj {
        display: none
    }

    .banner1_mhsj {
        color: #fff;
        font-size: 18px;
        float: left;
        font-weight: 600;
        text-align: center;
        width: 100%;
        top: 160px;
        position: absolute
    }

    .banner1_mhsj span {
        color: #fff;
        font-size: 14px;
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .mhsj_news {
        float: left;
    }

    .mhsj_news table {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        margin-top: 15px;
    }

    .mhsj_news .xx {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .dt_gd {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .dt_gd1 {
    }

    .mhsj_news .bt {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

    .mhsj_news .gd {
        font-size: 16px;
        color: #666;
    }

    .mhsj_news .gd img {
        font-size: 16px;
        color: #666;
        vertical-align: middle;
    }

    .mhsj_dt1 {
        float: left;
    }

    #mhsj2_gy {
        margin-top: 0px;
        float: left;
        width: 92%;
        margin-left: 4%; /* padding-bottom: 20px; */
        overflow: hidden;
        position: relative;
    }

    .tab2-1 {
        position: relative;
        width: 100%;
        height: 741px;
        overflow: hidden;
        top: 7px;
    }

    .tab-nav2-1 {
        height: 50px;
        overflow: hidden; /* float: right; */
        margin-right: 0%;
    }

    .tab-nav2-1 a {
        display: block;
        float: left;
        text-align: center;
        width: 25%;
        margin-left: 4%;
        margin-right: 4%;
        height: 33px;
        line-height: 29px;
        text-align: center;
        text-decoration: none;
        color: #999;
        font-size: 18px;
    }

    .tab-nav2-1 a.current {
        color: #a76433;
        font-weight: bold;
    }

    .tab-nav2-1 a.current span {
        border-bottom: solid 3px #a76433;
        width: 30px;
        float: left;
        text-align: center;
        margin-left: 33px;
    }

    .tab-con2-1 {
        position: relative;
        width: 100%;
        height: 769px;
        overflow: hidden;
    }

    .tab-con-item2-1 {
        width: 100%;
        height: 724px;
    }

    .tab2-2 {
        position: relative;
        width: 100%;
        height: 470px;
        overflow: hidden;
    }

    .tab-nav2-2 {
        height: 50px;
        margin-right: 0%;
    }

    .tab-nav2-2 a {
        display: block;
        float: left;
        text-align: center;
        width: 25%; /* margin-left: 4%; *//* margin-right: 4%; */
        height: 43px;
        line-height: 29px;
        text-align: center;
        text-decoration: none;
        color: #999;
        font-size: 18px;
    }

    .tab-nav2-2 a.current {
        color: #a76433;
        font-weight: bold;
    }

    .tab-nav2-2 a.current span {
        width: 40%;
        float: left;
        text-align: center; /* margin-left: 27px; */
        background: #a76433;
        height: 3px;
        display: block;
        margin-left: 30%;
    }

    strong {
        font-weight: normal !important;
    }

    .tab-con2-2 {
        position: relative;
        width: 100%;
        height: 470px;
        overflow: hidden;
    }

    .tab-con-item2-2 {
        width: 100%;
        height: 470px;
    }

    .mhsj_ndzc {
        font-size: 15px;
        color: #666;
        line-height: 24px;
        height: 379px;
        overflow: scroll;
        overflow-x: hidden; /* width: 88%; *//* margin-left: 5%; */
        padding: 5%;
        background-color: #fff;
        margin-top: 30px;
        float: left;
    }

    .tab2-3 {
        position: relative;
        width: 100%;
        height: 645px;
        overflow: hidden;
    }

    .tab-nav2-3 {
        height: 50px;
        overflow: hidden; /* float: right; */
        margin-right: 0%;
    }

    .tab-nav2-3 a {
        display: block;
        float: left;
        text-align: center;
        width: 25%;
        margin-left: 4%;
        margin-right: 4%;
        height: 33px;
        line-height: 29px;
        text-align: center;
        text-decoration: none;
        color: #999;
        font-size: 18px;
    }

    .tab-con2-3 {
        position: relative;
        width: 100%;
        height: 680px;
        overflow: hidden;
    }

    .tab-nav2-3 a.current {
        color: #a76433;
        font-weight: bold;
    }

    .tab-nav2-3 a.current span {
        border-bottom: solid 3px #a76433;
        width: 30px;
        float: left;
        text-align: center;
        margin-left: 33px;
    }

    .tab-con-item2-3 {
        width: 100%;
        height: 612px;
    }

    .mhsj_jw_xx1 {
        float: left;
        padding-bottom: px;
        height: 297px;
    }

    .mhsj_jw_xx1_tp {
        width: 100%;
        float: left
    }

    .mhsj_jw_xx1_tp img {
        width: 100%;
        float: left;
        transition: all 0.3s ease-in;
    }

    .mhsj_jw_xx1_bt {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        float: left;
        margin-top: 15px;
        width: 100%;
        display: -webkit-box; /* -webkit-line-clamp: 1; *//* -webkit-box-orient: vertical; *//* overflow: hidden; */
    }

    .mhsj_jw_xx1_sj {
        font-size: 14px;
        color: #999999;
        float: left;
        margin-top: 8px;
    }

    .mhsj_jw_xx1_xq {
        font-size: 15px;
        color: #666;
        float: left;
        margin-top: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .tab2-4 {
        position: relative;
        width: 100%;
        height: 599px;
        overflow: hidden;
    }

    .tab-nav2-4 {
        height: 50px;
        overflow: hidden; /* float: right; */
        margin-right: 0%;
    }

    .tab-nav2-4 a {
        display: block;
        float: left;
        text-align: center;
        width: 25%;
        margin-left: 4%;
        margin-right: 4%;
        height: 33px;
        line-height: 29px;
        text-align: center;
        text-decoration: none;
        color: #999;
        font-size: 18px;
    }

    .tab-nav2-4 a.current {
        color: #a76433;
        font-weight: bold;
    }

    .tab-nav2-4 a.current {
        color: #a76433;
        font-weight: bold;
    }

    .tab-nav2-4 a.current span {
        border-bottom: solid 3px #a76433;
        width: 30px;
        float: left;
        text-align: center;
        margin-left: 33px;
    }

    .tab-con2-4 {
        position: relative;
        width: 100%;
        height: 563px;
        overflow: hidden;
    }

    .tab-con-item2-4 {
        width: 100%;
        height: 598px;
    }

    .mhsj_gg_xx {
        margin-left: 0%;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .mhsj_gg_nr1 {
        font-size: 15px;
        color: #333333;
        line-height: 24px;
        float: right
    }

    .mhsj_gg_nr1 td {
        border-bottom: solid 1px #ccc;
    }

    .mhsj_gg_nr1 td:hover a {
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }

    .mhsj_gg_nr1 td a {
        color: #000;
        font-size: 15px;
    }

    .mhsj_gg_nr {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        border-top: solid 2px #ccc;
        float: left;
        margin-bottom: 27px;
    }

    .mhsj_gg_nr:hover {
        border-top: solid 2px #ac5d53;
        float: left
    }

    .mhsj_gg_nr:hover a {
        font-size: 16px;
        color: #000;
    }

    .mhsj_gg_nr a {
        font-weight: bold;
        color: #000;
        font-size: 16px;
    }

    .mySwiper4-3 {
        position: relative;
        height: 589px;
    }

    .mySwiper4-2 {
        position: relative;
        height: 589px;
    }

    .mySwiper4-1 {
        position: relative;
        height: 589px;
    }

    .mySwiper3-3 {
        position: relative;
        height: 1237px;
    }

    .mySwiper3-2 {
        position: relative;
        height: 1237px;
    }

    .mySwiper3-1 {
        position: relative;
        height: 636px;
    }

    .mySwiper2-1 {
        position: relative;
        height: 745px;
    }

    .mySwiper2-2 {
        position: relative;
        height: 721px;
    }

    .mySwiper2-3 {
        position: relative;
        height: 721px;
    }

    #mhsj1_dt {
        padding-top: 60px;
        float: left
    }

    #mhsj1_zc {
        padding-top: 50px;
        float: left
    }

    #mhsj1_jw {
        padding-top: 60px;
        float: left
    }

    #mhsj1_gg {
        padding-top: 50px;
        float: left
    }

    #about1_td {
        padding-top: 60px;
        float: left
    }

    #about1_lc {
        padding-top: 70px;
        float: left
    }

    #about1_cp {
        padding-top: 50px;
        float: left
    }

    #about1_ry {
        padding-top: 60px;
        float: left
    }

    #about1_gy1 {
        padding-top: 27px;
        float: left
    }

    .more1 {
        display: none
    }

    .mhsj_news_dt {
        float: left;
        margin-top: 20px;
        border-bottom: solid 1px #d6d6d6;
    }

    .mhsj_news_dt .bt {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

    .mhsj_news_dt .gd {
        font-size: 16px;
        color: #666;
    }

    .mhsj_news_dt .gd:hover {
        font-size: 16px;
        color: #a76433;
    }

    .mhsj_news_dt .gd img {
        font-size: 16px;
        color: #666;
        vertical-align: middle;
    }

    .mhsj_news_dt:hover {
        border-bottom: solid 1px #a76433;
        float: left
    }

    #xiangqing {
        background-color: #fff;
        float: left;
        margin-bottom: 15px;
    }

    #tanchubn1 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchubn2 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchubn3 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    #tanchubn4 {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    .tanchu_nrbn2 {
        position: fixed;
        top: 15px;
        overflow-x: hidden;
        width: 90%;
        margin-left: 5%
    }

    .tanchu_nrbn2 img {
        width: 100%;
    }

    .tanchu_nr_gbbn2 {
        position: absolute; /* right: 10px; */
        padding-top: 0px; /* background-color: #fff; */
        width: 100%; /* height: 40px; */
    }

    .tanchu_nr_gbbn2 img {
        position: absolute;
        right: 10px;
        width: 30px;
        height: 30px;
        margin-top: 10px;
        border-radius: 25px;
    }
}

@media screen and (min-width: 1000px) {
    .mySwiper-advantage{
        padding-top: 0 !important;
        height: 100% !important;
    }
    .acd {
        line-height: 20px !important
    }

    .dt_gd {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden; /*! autoprefixer: off */
        -webkit-box-orient: vertical; /*! autoprefixer: on */
        word-break: break-all;
    }

    .section1 .banner_about {
        opacity: 0;
        top: -120px;
        transition: all 0.5s;
        position: absolute
    }

    .section1.active .banner_about {
        opacity: 1;
        top: 0px;
        transition-delay: 0.5s;
        position: absolute
    }

    .section7 .join_bg_bn {
        opacity: 0;
        top: -120px;
        transition: all 0.5s;
        position: absolute
    }

    .section7.active .join_bg_bn {
        opacity: 1;
        top: 0px;
        transition-delay: 0.5s;
        position: absolute
    }

    .section11 .banner_mhsj {
        opacity: 0;
        top: -120px;
        transition: all 0.5s;
        position: absolute
    }

    .section11.active .banner_mhsj {
        opacity: 1;
        top: 0px;
        transition-delay: 0.5s;
        position: absolute
    }

    .join_bg_bn :hover {
        transform: scale(1.05);
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        cursor: pointer
    }

    .about_gy_table img:hover {
        transform: scale(1.05);
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        cursor: pointer
    }

    .dt_tp:hover {
        transform: scale(1.05);
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .mhsj_gg_nr img:hover {
        transform: scale(1.05);
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        cursor: pointer
    }

    input[type=checkbox] {
        cursor: pointer;
        position: relative;
        width: 16px;
        height: 16px;
        font-size: 12px;
        overflow: hidden;
        top: 2px;
    }

    input[type=checkbox]::after {
        position: absolute;
        top: 0px;
        background-color: #a85246;
        color: #fff;
        width: 16px;
        height: 16px;
        display: inline-block;
        visibility: visible;
        text-align: center;
        content: ' ';
    }

    input[type=checkbox]:checked::after {
        content: "鉁�";
        font-size: 10px;
        font-weight: bold;
    }

    #tanchu_cn {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9999;
        height: 100%
    }

    .tanchu_cn_nr {
        position: fixed;
        width: 70%;
        background: #fff;
        left: 15%;
        border-radius: 10px;
        top: 90px;
        padding-bottom: 20px; /* height: 550px; */
    }

    .tanchu_nr_xx { /* height: 600px; *//* overflow: scroll; *//* overflow-x: hidden; */
        margin: 35px;
        margin-right: 5px;
        padding-right: 55px;
    }

    .tanchu_nr_xz {
        border-top: solid 1px #CCC;
        width: 100%;
        padding-left: 60px;
    }

    .fangqi {
        width: 195px;
        height: 45px;
        text-align: center;
        border: solid 1px #a76433;
        color: #a76433;
        background-color: #fff;
        line-height: 45px;
        text-align: center;
        font-size: 20px;
        float: right;
        border-radius: 5px;
        margin-right: 10px;
    }

    .jieshou {
        width: 195px;
        height: 45px;
        text-align: center;
        border: solid 1px #fff;
        color: #fff;
        background-color: #a76433;
        line-height: 45px;
        text-align: center;
        font-size: 20px;
        float: left;
        border-radius: 5px;
        margin-left: 10px;
    }

    .timeline-container .swiper-button-prev {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 170px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .timeline-container .swiper-button-next {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 170px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .timeline-container .swiper-button-prev:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 170px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .timeline-container .swiper-button-next:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 170px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .timeline-container.swiper-button-next.swiper-button-disabled, .timeline-container.swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        cursor: auto;
        pointer-events: none
    }

    .timeline-container.swiper-button-prev:after, .swiper-container-rtl .timeline-container.swiper-button-next:after {
        content: 'prev';
        font-size: 0px !important;
    }

    .timeline-container.swiper-button-next:after, .swiper-container-rtl .timeline-container.swiper-button-prev:after {
        content: 'next';
        font-size: 0px !important;
    }

    #about_ry .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    #about_ry .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    #about_ry .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    #about_ry .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_shry {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_shry2 {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry2 {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry2:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry2:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_shry3 {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry3 {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry3:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry3:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 482px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_fzlc1 {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 447px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_fzlc1 {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 447px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_fzlc1:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 447px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_fzlc1:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 447px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .about_lc_nr .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .about_lc_nr .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .about_lc_nr .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .about_lc_nr .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .about_lc_nr {
        /*float: left;*/
        position: relative;
        /*top: 70px;*/
        width: 100%;
    }

    .about_lc_xx:hover {
        float: left;
        border-bottom: 8px solid #a76433;
        background-color: #fff;
        box-shadow: 0 0 10px #ccc;
    }

    .about_lc_xx span {
        font-size: 26px;
        font-weight: bold
    }

    .about_lc_xx:hover span {
        color: #a76433
    }

    .left_mhdt {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 575px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhdt {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 575px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhdt:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 575px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhdt:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 575px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tab-con3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .tab-con3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .tab-con3 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .tab-con3 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_mhjw {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 457px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhjw {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 457px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhjw:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 457px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhjw:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 457px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tab-con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .tab-con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .tab-con5 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .tab-con5 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_mhgg {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 392px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhgg {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 392px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhgg:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 392px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhgg:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 392px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .mhsj_gg .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .mhsj_gg .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .mhsj_gg .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .mhsj_gg .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_zjmh {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 535px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_zjmh {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 535px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_zjmh:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 535px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_zjmh:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 535px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    #join_bg2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    #join_bg2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    #join_bg2 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    #join_bg2 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .modelTost {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        height: 100%;
        display: none
    }

    .modelTostChile {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 0%;
        position: absolute;
        z-index: 9999;
    }

    .modelTostChile img {
        width: 24%;
        margin-left: 38%;
    }

    .modelClose img {
        width: 100%;
        margin-left: 0%;
    }

    .modelClose {
        float: right;
        cursor: pointer;
        margin-right: 20px;
        z-index: 9999;
        position: absolute;
        right: 0
    }

    .modelTostChile .swiper-button-next, .modelTostChile .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: calc(var(--swiper-navigation-size) / 35 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff
    }

    .modelTostChile .swiper-button-next:after, .modelTostChile .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 28px;
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1
    }

    #mhsj2_gy {
        display: none
    }

    .banner1_mhsj {
        display: none
    }

    #khfw1 {
        display: none
    }

    .mySwiper1-1 {
        position: relative;
        /*height: 670px;*/
    }

    .mySwiper1-2 {
        position: relative;
        height: 670px;
    }

    .mySwiper1-3 {
        position: relative;
        height: 670px;
    }

    .mySwiper9 {
        position: relative;
        height: 600px;
    }

    .mySwiper8 {
        position: relative;
        height: 600px;
    }

    .mySwiper7 {
        position: relative;
        height: 600px;
    }

    .mySwiper-6 {
        position: relative;
        height: 600px;
    }

    .mySwiper-5 {
        position: relative;
        height: 600px;
    }

    .mySwiper-4 {
        position: relative;
        height: 600px;
    }

    .mySwiper-1 {
        position: relative;
        /*height: 620px;*/
    }

    #xiangqing {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        float: left;
        width: 100%;
        position: relative;
        background-size: 100%;
        background-attachment: fixed;
    }

    #mhsj_sj {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        float: left;
        width: 100%;
        position: relative;
        background-position: initial;
        background-size: cover;
        overflow: hidden
    }

    #mhsj_sj .about_td_xx {
        margin-left: 7%;
        float: left;
        width: 86%;
        padding-top: 130px;
    }

    .mhsj_news {
        margin-left: 0%;
        float: left;
        margin-top: 30px;
    }

    .mhsj_news table {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        border-bottom: solid 1px #ccc
    }

    .mhsj_news .bt {
        font-size: 22px;
        color: #4d4d4d;
        font-weight: bold;
    }

    .mhsj_news table:hover .bt {
        font-size: 22px;
        color: #a76433;
        font-weight: bold
    }

    .mhsj_news .gd {
        font-size: 16px;
        color: #666;
    }

    .mhsj_news table:hover .gd {
        font-size: 16px;
        color: #a76433;
    }

    .mhsj_news .gd img {
        font-size: 16px;
        color: #666;
        vertical-align: middle;
    }

    .mhsj_news table:hover {
        border-bottom: solid 1px #a76433
    }

    .mhsj_news_dt {
        float: left;
        margin-top: 20px;
        border-bottom: solid 1px #d6d6d6;
        padding-bottom: 15px;
    }

    .mhsj_news_dt .bt {
        font-size: 20px;
        color: #333;
    }

    .mhsj_news_dt .bt:hover {
        font-size: 20px;
        color: #a76433;
    }

    .mhsj_news_dt .gd {
        font-size: 16px;
        color: #666;
    }

    .mhsj_news_dt .gd:hover {
        font-size: 16px;
        color: #a76433;
    }

    .mhsj_news_dt .gd img {
        font-size: 16px;
        color: #666;
        vertical-align: middle;
    }

    .mhsj_news_dt:hover {
        border-bottom: solid 1px #a76433;
        float: left
    }

    #mhsj_jw {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        float: left;
        width: 100%;
        position: relative;
        background-position: initial;
        background-size: cover;
        overflow: hidden
    }

    #mhsj_jw .about_td_xx {
        margin-left: 7%;
        float: left;
        width: 86%;
        padding-top: 130px;
    }

    .tab3 { /* position: relative; *//* width: 100%; *//* overflow: hidden; *//* top: 7px; */
    }

    .tab-con-item3 {
        width: 100%;
        margin-top: 0px;
    }

    .tab-nav3 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 30px;
    }

    .tab-nav3 a {
        display: block;
        float: left;
        text-align: center;
        width: 75px;
        margin-right: 15px;
        height: 33px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        color: #999;
        border-bottom: solid 3px #f6f6f6;
        font-size: 16px
    }

    .tab-nav3 a.current {
        color: #a76433;
        font-weight: bold;
        border-bottom: solid 3px #a76433
    }

    .tab-con3 {
        position: relative;
        width: 100%;
        height: 756px;
        overflow: hidden;
    }

    .mhsj_news_ry_xx {
        width: 86%;
        margin-left: 7%;
        padding-top: 0px;
        float: left;
        overflow: hidden
    }

    .mhsj_ndzc {
        font-size: 16px !important;
        color: #333333 !important;
        line-height: 28px;
        height: 380px;
        overflow: scroll;
        overflow-x: hidden;
        width: 76%;
        margin-left: 7%;
        padding: 5%;
        background-color: #fff;
        margin-top: 0px;
        float: left;
        padding-top: 3%;
    }

    .tab4 { /* position: relative; *//* width: 100%; *//* overflow: hidden; *//* top: 7px; */
    }

    .tab-con-item4 {
        width: 100%;
        margin-top: 30px;
    }

    .tab-nav4 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 30px;
    }

    .tab-nav4 a {
        display: block;
        float: left;
        text-align: center;
        width: 75px;
        margin-right: 15px;
        height: 33px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        color: #999;
        border-bottom: solid 3px #f6f6f6;
        font-size: 16px
    }

    .tab-nav4 a.current {
        color: #a76433;
        font-weight: bold;
        border-bottom: solid 3px #a76433
    }

    .tab-con4 {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .tab-con-item5 {
        width: 100%;
        margin-top: 70px;
        float: left
    }

    .tab-nav5 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 30px;
    }

    .tab-nav5 a {
        display: block;
        float: left;
        text-align: center;
        width: 75px;
        margin-right: 15px;
        height: 33px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        color: #999;
        border-bottom: solid 3px #f6f6f6;
        font-size: 16px
    }

    .tab-nav5 a.current {
        color: #a76433;
        font-weight: bold;
        border-bottom: solid 3px #a76433
    }

    .tab-con5 {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 680px;
    }

    .tab-con-item6 {
        width: 100%;
        margin-top: 30px;
        float: left
    }

    .tab-nav6 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-top: 30px;
    }

    .tab-nav6 a {
        display: block;
        float: left;
        text-align: center;
        width: 75px;
        margin-right: 15px;
        height: 33px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        color: #999;
        border-bottom: solid 3px #f6f6f6;
        font-size: 16px
    }

    .tab-nav6 a.current {
        color: #a76433;
        font-weight: bold;
        border-bottom: solid 3px #a76433
    }

    .tab-con6 {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 650px;
    }

    .mhsj_jw_xx1 {
        float: left;
        padding-bottom: 20px;
    }

    .mhsj_jw_xx1_tp {
        width: 100%;
        float: left
    }

    .mhsj_jw_xx1_tp img {
        width: 100%;
        float: left;
        transition: all 0.3s ease-in;
    }

    .mhsj_jw_xx1_bt {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        float: left;
        margin-top: 25px;
        width: 100%;
    }

    .mhsj_jw_xx1_sj {
        font-size: 14px;
        color: #999999;
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .mhsj_jw_xx1_xq {
        font-size: 16px;
        color: #333333;
        float: left;
        margin-top: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

    .mhsj_jw_xx1 img:hover {
        transform: scale(1.05);
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .mhsj_jw_xx1:hover .mhsj_jw_xx1_bt {
        color: #a76433;
    }

    .mhsj_jw_xx1:hover {
        border-bottom: solid 2px #a76433
    }

    #mhsj_gg {
        float: left;
        width: 100%;
        position: relative;
        background-size: 100%;
        background-color: #f7f7f7;
        height: 100vh
    }

    #mhsj_gg .about_td_xx {
        margin-left: 7%;
        float: left;
        width: 86%;
        padding-top: 130px;
    }

    .mhsj_gg {
        margin-left: 7%;
        float: left;
        width: 86%;
        overflow: hidden
    }

    .mhsj_jw {
        margin-left: 7%;
        float: left;
        width: 86%;
        padding-top: 0px;
        overflow: hidden;
        height: 638px;
    }

    .mhsj_gg_nr {
        font-size: 16px;
        color: #666;
        line-height: 28px;
        border-top: solid 2px #ccc;
        float: left
    }

    .mhsj_gg_nr:hover {
        border-top: solid 2px #ac5d53;
        float: left
    }

    .mhsj_gg_nr:hover a {
        font-size: 18px;
        color: #ac5d53;
    }

    .mhsj_gg_nr a {
        font-weight: bold;
        color: #333;
        font-size: 18px;
    }

    .mhsj_gg_xx {
        margin-left: 0%;
        float: left;
        width: 100%;
        margin-top: 40px;
    }

    .mhsj_gg_nr1 {
        font-size: 16px;
        color: #333333;
        border-top: solid 1px #ccc;
        float: right;
        width: 100%;
        height: 116px;
        border-bottom: solid 1px #ccc;
        margin-top: -1px
    }

    .mhsj_gg_nr1 a {
        color: #333333;
        font-size: 16px;
        margin-top: 45px;
        float: left;
        width: 80%;
    }

    .mhsj_gg_nr1 span {
        float: right;
        color: #999;
        margin-top: 45px;
    }

    .mhsj_gg_nr1_zy {
        color: #333333;
        font-size: 14px;
        float: left;
        margin-top: 5px;
    }

    .mhsj_gg_nr1:hover a {
        font-size: 16px;
        color: #ac5d53;
        font-weight: bold;
    }

    .ccc {
        margin-top: 35px !important;
    }

    .ddd {
        margin-top: 45px !important;
    }

    .banner1_about {
        display: none
    }

    #about1_gy {
        display: none
    }

    #about2_gy {
        display: none
    }

    #zhaopin1 {
        display: none
    }

    #joinyd_bg {
        display: none
    }

    #tigong {
        display: none
    }

    #zoujin {
        display: none
    }

    #khfw .about_td_xx {
        padding-top: 50px;
        margin-left: 7%;
        float: left;
        width: 86%;
        padding-top: 130px;
    }

    #khfw {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        background-size: 100% 100%
    }

    #khfw_cjwt table {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
        line-height: 28px;
    }

    #khfw_cjwt table span {
        background-color: #a76433;
        width: 22px;
        height: 22px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 22px;
        float: left;
        border-radius: 25px;
        margin-right: 10px;
        font-weight: bold
    }

    .khfw_cjwt_left {
        margin-left: 1%;
        margin-right: 1%;
        float: left;
        width: 48%
    }

    #khfw_czzn {
        margin-left: 7%;
        float: left;
        width: 86%;
    }

    .box {
        margin-top: 50px; /* width: 1640px; */
    }

    .fl_l {
        width: 20%;
        float: left;
        background: #f0eeee;
    }

    #khfw_cjwt {
        background-color: #fff;
        padding: 2.5%;
        float: left;
        margin-top: 50px;
        margin-left: 7%;
        float: left;
        width: 81%;
        border-radius: 15px;
    }

    .fl_r {
        float: right;
        width: 80%;
        height: 580px;
        overflow-y: scroll
    }

    .fl_l li a {
        text-align: left;
        color: #333;
        font-size: 20px;
        line-height: 95px;
        font-weight: bold;
        width: 86%;
        display: block;
        padding-left: 14%;
    }

    .fl_l li a:hover {
        background: #fff;
        color: #a76433;
    }

    .fl_l li .active {
        background: #fff;
        color: #a76433;
    }

    .fl_r li {
        margin-bottom: 30px;
        background: #fff;
    }

    .fl_r table {
        font-size: 16px;
        color: #333333;
        margin-left: 5%;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .fl_r table img {
        margin-left: 0%;
        margin-right: 5%;
        margin-top: 20px;
    }

    #news {
        margin-left: 7%;
        padding-top: 180px;
        float: left;
        width: 86%;
        padding-bottom: 50px;
    }

    .news_left {
        width: 28%;
        float: left;
    }

    .news_bt {
        border-bottom: solid 1px #a76433;
        float: left;
        padding-bottom: 15px;
    }

    .news_bt span {
        font-size: 26px;
        font-weight: bold;
        color: #a76433
    }

    .news_left_bt {
        font-size: 20px;
        color: #a76433;
        float: left;
        margin-top: 25px;
        font-weight: bold;
    }

    .news_tj {
        border-bottom: solid 1px #d6d6d6;
        float: left;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .news_tj a {
        color: #333333;
        font-size: 20px;
    }

    .news_tj a:hover {
        color: #a76433
    }

    .news_right {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 32px;
        width: 61%;
        float: right;
        background-color: #fff;
        padding: 3%;
        text-align: justify;
    }

    .news_right p {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 32px;
    }

    .news_right img {
        width: 100% !important;
        height: auto !important;
        border-radius: 10px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    #bg {
        /*height: 1080px;*/
        min-height: 100%;
        position: relative;
    }

    video { /* position: absolute; *//* right: 0; *//* bottom: 0; *//* min-width: 100%; *//* min-height: 100%; *//* width: 100%; *//* z-index: -100; */
        /*-webkit-filter: grayscale(40%);*/
    }

    #top {
        height: 60px;
        padding-top: 20px;
    }

    .top_nr {
        width: 94%;
        margin-left: 3%;
    }

    .top_left {
        float: left
    }

    #top .header-image {
        display: block;
    }

    #top .header-active-image {
        display: none;
    }

    .top_right {
        float: right;
        margin-top: 8px;
    }

    .top_right a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
    }

    .top_right a:hover {
        color: #a74f43;
    }

    .nav_nr {
        float: right;
        margin-right: 4%;
        margin-top: 0px;
    }

    .nav_nr_jj {
        float: right;
        border: solid 1px #f1f1f1;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        width: 110px;
        text-align: center;
        height: 32px;
        line-height: 32px;
    }

    .nav_nr_jj a {
        color: #fff;
        font-size: 14px;
    }

    .nav_nr_jj a:hover {
        color: #a76433;
    }

    .nav_nr_jj1 {
        float: right;
        border: solid 1px #ccc;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        width: 110px;
        text-align: center;
        height: 32px;
        line-height: 32px;
    }

    .nav_nr_jj1 a {
        color: #fff;
        font-size: 14px;
    }

    .nav_nr_jj1 a:hover {
        color: #a76433;
    }

    .menu { /* position: sticky; *//* top: 0; *//* left: 0; *//* width: 100%; */
        display: flex;
        justify-content: center;
    }

    .menu * {
        box-sizing: border-box;
    }

    .menu .center {
        width: 500px;
    }

    .menu .ul-list {
        display: flex;
    }

    .menu .ul-list > li {
        flex: 1;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }

    .menu .ul-list > li:last-child {
        border-right: none;
    }

    .menu .ul-list > li > a {
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        background-image: url(/public/images/index1_14.png);
        background-repeat: no-repeat;
        background-position: 95px center;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }

    .menu .ul-list > li > a:hover {
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
        background-image: url(/public/images/index1_16.png);
        background-repeat: no-repeat;
        background-position: 95px center;
        font-weight: bold;
        color: #fff;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    /** nav active  begin **/
    #nav_qiehuan.active {
        background-color: #fff;
        padding-bottom: 10px;
    }

    .active #top .header-image {
        display: none;
    }

    .active #top .header-active-image {
        display: block;
    }

    .active .menu .ul-list > li > a {
        color: #666666;
        background-image: url(/public/images/index1_15.png);
        background-position: right center;
        opacity: 1;
    }

    .active .menu .ul-list > li > a:hover {
        background-position: right center;
        font-weight: bold;
        color: #a76433;
    }

    .active .top_right a {
        color: #666666
    }

    .active .top_right a:hover {
        color: #a74f43;
    }

    /** nav active  end **/
    .menu .ul-list > li > span {
        color: #fff;
        font-size: 14px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu .ul-list > li:hover .ol-list {
        display: block;
    }

    .menu .ol-list {
        display: none;
        position: absolute;
        top: 35px;
        left: 59%;
        z-index: 999;
        /* width: 100%; */
        background: #eceaea;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 1.0);
        min-width: 100%;
        transform: translate(-50%, 0);
        padding: 0 20px;
        box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    }

    .menu .ol-list > li > a {
        font-size: 14px;
        text-decoration: none;
        color: #000;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        word-break: keep-all;
    }

    .menu .ol-list > li > a:hover {
        font-weight: bold;
        color: #a76433
    }

    #nav_qiehuan {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 9999;
    }

    #nav_qiehuan1 {
        position: fixed;
        top: 0px;
        width: 100%;
        padding-bottom: 10px;
        z-index: 999;
        background-color: #fff
    }

    #nav_qiehuan2 {
        position: absolute;
        top: 0px;
        width: 100%;
        padding-bottom: 10px;
        z-index: 999;
        background-color: #fff
    }

    #top_qh {
        height: 60px;
        padding-top: 20px;
    }

    .more1 {
        float: left;
        margin-top: 30px;
    }

    .more1 {
        margin-top: 30px;
        background-image: url(/public/images/more1.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 40px;
        float: left;
        width: 160px;
    }

    .more1:hover {
        margin-top: 30px;
        background-image: url(/public/images/more4.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 40px;
        float: left;
        width: 160px;
    }

    .top_nr_qh {
        width: 94%;
        margin-left: 3%;
    }

    .top_left_qh {
        float: left
    }

    .top_right_qh {
        float: right;
        margin-top: 8px;
    }

    .top_right_qh a {
        text-decoration: none;
        color: #666666;
        font-size: 16px;
    }

    .top_right_qh a:hover {
        color: #a74f43;
    }

    .nav_nr_qh {
        float: right;
        margin-right: 4%;
        margin-top: 0px;
    }

    .nav_nr_jj_qh a {
        float: right;
        padding: 5px;
        padding-left: 14px;
        padding-right: 14px;
        border: solid 1px #666666;
        border-radius: 50px;
        color: #666666;
        font-size: 14px;
    }

    .nav_nr_jj_qh a:hover {
        color: #fff;
        font-size: 14px;
        background-color: #a76433
    }

    .menu_qh { /* position: sticky; *//* top: 0; *//* left: 0; *//* width: 100%; */
        display: flex;
        justify-content: center;
    }

    .menu_qh * {
        box-sizing: border-box;
    }

    .menu_qh .center_qh {
        width: 379px;
        margin-right: 0px;
    }

    .menu_qh .ul-list_qh {
        display: flex;
    }

    .menu_qh .ul-list_qh > li {
        flex: 1;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }

    .menu_qh .ul-list_qh > li:last-child {
        border-right: none;
    }

    .menu_qh .ul-list_qh > li > a {
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
        color: #666666;
        background-image: url(/public/images/index1_15.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .menu_qh .ul-list_qh > li > a:hover {
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
        background-image: url(/public/images/index1_16.png);
        background-repeat: no-repeat;
        background-position: right center;
        font-weight: bold;
        color: #a76433;
    }

    .menu_qh .ul-list_qh > li > span {
        color: #fff;
        font-size: 14px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu_qh .ul-list_qh > li:hover .ol-list_qh {
        display: block;
    }

    .menu_qh .ol-list_qh {
        display: none;
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 999;
        width: 100%;
        background-color: rgba(255, 255, 255, 1.0);
        border-radius: 5px;
    }

    .menu_qh .ol-list_qh > li > a {
        font-size: 14px;
        text-decoration: none;
        color: #333;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu_qh .ol-list_qh > li > a:hover {
        font-weight: bold;
        color: #a76433
    }

    .banner {
        width: 50%;
        margin-left: 4%; /* margin-top: 404px; */
        color: #fff;
        font-size: 58px;
        float: left;
        animation: fadeInLeft 0.6s ease-in 1;
        position: absolute;
        z-index: 99;
        top: 42%;
        font-weight: bold !important;
    }
    .banner .banner-title{
        font-weight: bold !important;
        /*color: #a76433;*/
        color: #fff;
    }
    .banner .banner-sub-title{
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        /*color: #a76433;*/
    }

    .banner span {
        font-size: 25px;
        float: left;
        font-weight: normal;
        text-transform: uppercase;
        animation: fadeInLeft 0.6s ease-in 1;
        margin-top: 10px;
        /*color: #a76433;*/
        color: #fff;
    }

    .arrow {
        opacity: 1;
        animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
        -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
        position: absolute;
        bottom: 17px;
        left: 50%;
        margin-left: -17px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        cursor: pointer;
        background-image: url(/public/images/index1_18.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .in {
        background-image: url(/public/images/up.png);
    }

    .arrow:hover {
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }

    @keyframes arrow {
        0%, 100% {
            bottom: 17px;
            opacity: 1;
        }
        50% {
            bottom: 34px;
            opacity: .5
        }
    }

    @-webkit-keyframes arrow {
        0%,
        100% {
            bottom: 17px;
            opacity: 1;
        }
        50% {
            bottom: 34px;
            opacity: .5;
        }
    }
    #bottom { /* height: 314px; */
        width: 90%;
        padding-left: 5%;
        margin-top: 60px;
        background-color: #fff;
        padding-right: 5%;
        overflow: auto;
        padding-top: 15px; /* position: absolute; *//* top: 0px; */
    }

    .bm_left {
        color: #333333;
        font-size: 16px;
        float: left
    }

    .bm_left span {
        color: #ececec;
        font-size: 14px;
    }

    .bm_right {
        float: right;
        margin-top: 25px;
        color: #333333;
        font-size: 16px;
    }

    .footer {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ececec;
        float: left;
        width: 100%;
        line-height: 60px;
        margin-top: 79px;
        color: #999999;
        font-size: 14px;
    }

    #db {
        display: none
    }

    #bottom1 {
        display: none
    }

    .banner1 {
        display: none
    }

    .banner1_wz {
        display: none
    }

    #lanmu {
        display: none
    }

    .banner_about {
        text-align: center;
        margin-top: 390px;
        color: #fff;
        font-size: 58px;
        float: left;
        font-weight: 600;
        width: 100%
    }

    #bg_about {
        background-image: url(/public/images/about_01.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        position: relative;
        background-position: initial;
        background-size: cover;
    }

    #bg_mhsj {
        background-image: url(/public/images/mhsj_01.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        position: relative;
        background-position: initial;
        background-size: cover;
    }

    .banner_mhsj {
        text-align: center;
        margin-top: 400px;
        color: #fff;
        font-size: 58px;
        float: left;
        font-weight: 600;
        width: 100%
    }

    .banner_mhsj span {
        text-align: center;
        margin-top: 50px;
        color: #fff !important;
        font-size: 35px !important;
        float: left;
        font-weight: 200 !important;
        width: 100%
    }

    #about_gy {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        float: left;
        width: 100%;
        background-position: initial;
        background-size: cover;
        overflow: hidden
    }

    #about_gy .about_gy_table {
        margin-left: 7%;
        padding-top: 130px;
        float: left;
        line-height: 36px
    }

    #about_gy .about_gy_table img {
        width: 75%;
    }

    #about_td {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        float: left;
        width: 100%;
        background-position: initial;
        background-size: cover;
        position: relative;
        height: 100vh;
        overflow: hidden;
        z-index: 99999;
    }

    #about_td .about_td_xx {
        margin-left: 7%;
        padding-top: 130px;
        float: left;
        width: 86%;
        position: absolute
    }

    #about_gy .about_td_xx {
        margin-left: 7%;
        padding-top: 130px;
        float: left;
        width: 86%;
    }

    .about_td_fp {
        float: left;
        margin-left: 7%;
        padding-top: 50px;
        position: relative
    }

    .about_td_fp table {
        float: left;
        width: 77%;
        margin-top: -320px;
        line-height: 32px
    }

    .about_td_fp table span {
        background-color: #a76433;
        width: 60px;
        height: 5px;
        float: left
    }

    .about_td_fp .rw {
        width: 655px;
    }

    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contain {
        position: relative;
        margin-top: 140px;
        bottom: 0px
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
        text-align: left;
        padding-top: 0px;
        font-size: 20px;
        color: #000
    }

    .biaoti1 {
        padding-top: 34px;
        opacity: 1;
        background-color: #a76433;
        font-size: 16px;
        color: #fff;
        height: 78px;
        float: left;
        width: 28%;
        margin-top: 20px;
        position: absolute;
        bottom: 75px;
        margin-left: 0px;
        padding-left: 20px;
    }

    .nav {
        width: 8%;
        margin-left: 28%; /* background-color: aquamarine; */
        position: absolute;
        bottom: 75px;
        z-index: 99;
        background-color: #fff;
    }

    .biaoti1 b {
        font-weight: normal
    }

    .swiper-slide1 {
        font-size: 20px;
        color: #000
    }

    .swiper-slide span {
        font-size: 16px;
        color: #000
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #d5d5d5;
    }

    .gallery-thumbs .swiper-button-next, .swiper-container-rtl .gallery-thumbs .swiper-button-prev {
        right: 25px;
        left: auto;
    }

    .gallery-thumbs .swiper-button-prev, .swiper-container-rtl .gallery-thumbs .swiper-button-next {
        left: 25px;
        right: auto;
    }

    .gallery-thumbs .swiper-button-prev:after, .swiper-container-rtl .gallery-thumbs .swiper-button-next:after {
        content: 'prev';
        font-size: 22px;
    }

    .gallery-thumbs .swiper-button-next:after, .swiper-container-rtl .gallery-thumbs .swiper-button-prev:after {
        content: 'next';
        font-size: 22px;
    }

    .gallery-thumbs .swiper-button-next.swiper-button-white:hover, .gallery-thumbs .swiper-button-prev.swiper-button-white:hover {
        --swiper-navigation-color: #a76433;
    }

    .gallery-top {
        height: auto;
        width: 100%;
    }

    .gallery-thumbs {
        height: 120px;
        text-align: center; /* line-height: 50px; */
        box-sizing: border-box;
        width: 90%;
    }

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 90%;
        background-color: rgba(255, 255, 255, 1);
    }

    .swiper-slide-thumb-active {
        background-color: rgba(168, 82, 70, 0.8);
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        background-color: #a76433;
        font-size: 20px;
        color: #fff
    }

    .gallery-thumbs .swiper-slide-thumb-active span {
        font-size: 16px;
        color: #fff
    }

    .gallery-top > {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .gallery-top .swiper-wrapper .swiper-slide {
        background-size: 100% 100% !important;
    }

    .gallery-top .swiper-wrapper .info {
        padding-top: 100px;
    }

    #about_lc {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        float: left;
        width: 100%;
        position: relative;
        background-size: 100% 100%;
        height: 100vh;
        overflow: hidden
    }

    #about_lc1 {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        float: left;
        width: 100%;
        position: relative;
        background-position: initial;
        background-size: cover;
    }

    .hx {
        width: 100%;
        height: 2px;
        background-color: #e2e2e2;
        position: absolute;
        top: 473px;
    }

    .about_hx {
        position: relative;
        padding-top: 90px;
        float: left;
    }

    .about_lc {
        float: left;
        margin-left: 0%;
        width: 100%;
    }

    #about_lc1 .about_td_xx {
        margin-left: 7%;
        padding-top: 130px;
        float: left
    }

    .about_lc_xx {
        float: left;
        background-color: #fff;
        height: 340px;
        padding: 40px;
        color: #333333;
        width: 100%;
        font-size: 16px;
        border-bottom: 8px solid #fff;
        text-align: justify;
    }

    .about_lc_xx_bg {
        background-image: url(/public/images/about2.png);
        background-repeat: no-repeat;
        float: left;
        height: 464px;
        width: 344px;
        position: inherit;
        z-index: 99;
    }

    .about_lc_xx_bg:hover {
        background-image: url(/public/images/about1.png);
        background-repeat: no-repeat;
        float: left;
        height: 464px;
        width: 344px;
        transition: all 0.36s ease;
    }

    .about_lc_xx span {
        font-size: 24px;
        font-weight: bold;
        color: #333333
    }

    .about_lc_xx:hover span {
        color: #a76433
    }

    .mySwiper-lc {
        /*position: relative;*/
        /*width: 84%;*/
        /*height: 530px;*/
        /*z-index: 1;*/
        /*display: flex;*/
        /*transition-property: transform;*/
        /*box-sizing: content-box;*/
        /*margin-left: 7%;*/
        /*padding-left: 1%;*/
        /*padding-right: 1%;*/
        /*overflow: hidden;*/
        /*padding-top: 20px;*/
    }

    #about_lc .about_td_xx {
        margin-left: 7%;
        padding-top: 130px;
        float: left
    }

    .mySwiper {
        position: relative;
        height: 480px;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
    }

    .mySwiper1 {
        position: relative;
        height: 564px;
    }

    .mySwiper2 {
        position: relative;
        height: 570px;
    }

    .mySwiper3 {
        position: relative;
        height: 570px;
    }

    .about_cp_bt {
        text-align: center;
        font-size: 16px;
        color: #333;
        width: 100%;
        padding-top: 50px;
        float: left
    }

    .about_cp_nr1 a {
        width: 24%;
        height: 534px;
        background-image: url(/public/images/about12_06.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr2 a {
        width: 24%;
        height: 534px;
        background-image: url(/public/images/about12_08.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr3 a {
        width: 24%;
        height: 534px;
        background-image: url(/public/images/about12_10.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr4 a {
        width: 24%;
        height: 534px;
        background-image: url(/public/images/about12_12.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr1_wz {
        text-align: center;
        padding-top: 75%;
        color: #fff;
        font-size: 18px;
    }

    .about_cp_nr1_wz p {
        text-align: center;
        padding-top: 5px;
        color: #cbcbcc;
        font-size: 16px;
    }

    .about_cp_nr1 a:hover {
        width: 24%;
        height: 534px;
        background-image: url(/public/images/about13_06.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%;
        position: relative
    }

    .about_cp_nr2 a:hover {
        width: 24%;
        height: 534px;
        background-image: url(/public/images/about13_08.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%;
        position: relative
    }

    .about_cp_nr3 a:hover {
        width: 24%;
        height: 534px;
        background-image: url(/public/images/about13_10.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%;
        position: relative
    }

    .about_cp_nr4 a:hover {
        width: 24%;
        height: 534px;
        background-image: url(/public/images/about13_12.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%;
        position: relative
    }

    .about_cp_xx {
        margin-left: 7%;
        width: 86%;
        float: left;
        margin-top: 40px;
    }

    .about_ry {
        background-image: url(/public/images/about2_13.jpg);
        background-repeat: no-repeat;
        float: left;
        background-size: 100%;
        height: 168px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 28px;
        padding-bottom: 26px;
        background-position: center center;
    }

    .about_ry_xx {
        width: 86%;
        margin-left: 7%;
        padding-top: 68px;
        float: left;
        overflow: hidden
    }

    .mySwiper1 .swiper-slide table {
        background-color: #fff;
        width: 100%;
    }

    .mySwiper2 .swiper-slide table {
        background-color: #fff;
        width: 100%;
    }

    .mySwiper3 .swiper-slide table {
        background-color: #fff;
        width: 100%;
    }

    #about_ry {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        float: left;
        width: 100%;
        position: relative;
        background-position: initial;
        background-size: cover;
        overflow: hidden
    }

    #about_ry .about_td_xx {
        margin-left: 7%;
        padding-top: 130px;
        float: left;
    }

    .tab {
        position: relative;
        width: 100%;
        height: 700px;
        overflow: hidden;
        top: 7px;
    }

    .tab1 { /* position: relative; *//* width: 100%; *//* overflow: hidden; *//* top: 7px; */
    }

    .tab-con1 { /* position: relative; */
        width: 100%; /* overflow: hidden; */
    }

    .tab-con-item1 {
        width: 100%;
    }

    .tab-nav1 {
        height: 30px;
        overflow: hidden;
        float: right;
        margin-right: 7%;
        margin-top: -35px;
    }

    .tab-nav1 a {
        display: block;
        float: left;
        text-align: center;
        width: 100px;
        margin-left: 15px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        color: #a76433;
        background: #fff;
        border-radius: 50px;
    }

    .tab-nav1 a.current {
        background: #a76433;
        color: #fff;
        font-weight: bold
    }

    .tab-nav {
        height: 30px;
        overflow: hidden;
        float: right;
        margin-right: 7%
    }

    .tab-nav a {
        display: block;
        float: left;
        text-align: center;
        width: 100px;
        margin-left: 15px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        color: #999;
        background: #fff;
        border-radius: 50px;
        font-size: 16px;
    }

    .tab-nav a.current {
        background: #a76433;
        color: #fff;
        font-weight: bold
    }

    .tab-con {
        position: relative;
        width: 100%;
        height: 700px;
        overflow: hidden;
    }

    .tab-con-item {
        width: 100%;
        height: 700px;
    }

    #join_bg {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        float: left;
        width: 100%;
        background-position: initial;
        background-size: cover;
        position: relative;
        overflow: hidden
    }

    .join_bg_bn {
        float: left;
        margin-left: 7%;
        padding-top: 150px;
        width: 86%
    }

    .join_bg_bn img {
        width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left
    }

    #join_bg1 {
        background-image: url(/public/images/Join9.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        float: left;
        width: 100%;
        position: relative;
        z-index: 998;
        background-position: initial;
        background-size: cover;
        overflow: hidden
    }

    #join_bg1 .about_td_xx {
        margin-left: 7%;
        padding-top: 130px;
        float: left
    }

    .join_tg {
        margin-left: 15%;
        width: 70%;
        margin-top: -120px;
        float: left;
        position: relative
    }

    .join_tg_dj1 {
        position: absolute;
        left: 22px;
        top: 25%;
        cursor: pointer;
        z-index: 9999
    }

    .join_tg_dj2 {
        position: absolute;
        right: 0px;
        top: 25%;
        cursor: pointer;
        z-index: 9999
    }

    .join_tg_dj3 {
        position: absolute;
        left: 12px;
        bottom: 19%;
        cursor: pointer;
        z-index: 9999
    }

    .join_tg_dj4 {
        position: absolute;
        right: 2px;
        bottom: 19%;
        cursor: pointer;
        z-index: 9999
    }

    .join_tg_nr1 {
        float: left;
        width: 100%
    }

    .join_tg_nr2 {
        float: left;
        display: none;
        width: 100%
    }

    .join_tg_nr3 {
        float: left;
        display: none;
        width: 100%
    }

    .join_tg_nr4 {
        float: left;
        display: none;
        width: 100%
    }

    #join_bg2 .about_td_xx {
        margin-left: 7%;
        padding-top: 130px;
        float: left
    }

    .join_zj {
        margin-left: 7%;
        padding-top: 50px;
        float: left;
        width: 86%;
        overflow: hidden
    }

    .join_zj_xx1 {
        float: left;
        padding-bottom: 20px;
    }

    .join_zj_xx1_tp {
        width: 100%;
        float: left;
    }

    .join_zj_xx1_tp img {
        width: 100%;
        float: left;
    }

    .join_zj_xx1_bt {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        float: left;
        margin-top: 25px;
        margin-left: 25px;
    }

    .join_zj_xx1_xq {
        font-size: 16px;
        color: #333333;
        float: left;
        margin-top: 15px;
        margin-left: 25px;
        width: 90%
    }

    .join_zj_xx1:hover img {
        transform: scale(0.9);
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        padding-top: 18px;
    }

    .join_zj_xx1:hover .join_zj_xx1_bt {
        color: #a76433;
        margin-left: 25px;
        margin-top: 10px;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .join_zj_xx1:hover .join_zj_xx1_xq {
        margin-left: 25px;
        margin-top: 15px;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .join_zj_xx1:hover {
        background-color: #fff;
        padding-bottom: 30px;
        border-bottom: solid 2px #a76433
    }

    .mySwiper-zj {
        position: relative;
        width: 100%;
        height: 350px;
        z-index: 1;
        overflow: hidden;
    }

    #join_bg2 {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        float: left;
        width: 100%;
        position: relative;
        background-position: initial;
        background-size: cover;
        overflow: hidden;
        position: relative;
        z-index: 9999;
    }

}

.join_zp1 {
    background-repeat: no-repeat;
    background-position: top;
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
    height: 100vh
}

.join_zp1 .about_td_xx {
    margin-left: 7%;
    padding-top: 150px;
    float: left
}

.mySwiper-2 .swiper-slide span {
    /*font-size: 16px;*/
    /*color: #a76433;*/
    /*color: #333;*/
    /*font-weight: bold*/
}

.join_zp2 {
    background-repeat: no-repeat;
    background-position: top;
    height: 100vh;
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%
}

.join_zp2 .about_td_xx {
    margin-left: 7%;
    padding-top: 150px;
    float: left
}

.join_zp3 {
    background-repeat: no-repeat;
    background-position: top;
    height: 100vh;
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%
}

.join_zp3 .about_td_xx {
    margin-left: 7%;
    padding-top: 150px;
    float: left
}

.join_zp1_xx {
    margin-left: 7%; /* padding-top: 150px; */
    float: left;
    width: 86%;
    position: absolute;
    bottom: 40px;
}

.join_zp1_xx_bg {
    color: #fff
}

.join_zp1_xx_bg span {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-radius: 4px;
    margin-right: 12px;
    background-color: #fff
}

.join_zp1_xx_bg span:hover {
    background-color: #a76433;
    cursor: pointer;
    color: #fff
}

.join_zp1_xx_bg1 {
    float: left;
    margin-top: 35px;
}

#zhaopin {
    float: left;
    width: 100%;
    position: relative;
}

#tanchu1 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu2 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu3 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu4 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu5 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu6 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}


#tanchu2-1 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu2-2 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu2-3 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu2-4 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu2-5 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu2-6 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}


#tanchu3-1 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu3-2 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu3-3 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}


#tanchu3-4 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu3-5 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}

#tanchu3-6 {
    background: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 100%
}


.tanchu_nr {
    position: fixed;
    width: 860px;
    background: #fff;
    left: 50%;
    border-radius: 10px;
    margin-left: -430px;
    top: 80px;
    padding-bottom: 20px;
    overflow-x: hidden
}

.tanchu_nr_tj a {
    width: 180px;
    height: 40px;
    text-align: center;
    color: #fff;
    background-color: #a76433;
    line-height: 40px;
    font-size: 16px;
    margin-left: 340px;
    margin-top: 50px;
    border-radius: 0px;
    float: left
}

.tanchu_nr_tj a:hover {
    background-color: #bb7507;
    cursor: pointer;
    transition: 0.5s;
}

.join_tc_nr {
    margin-left: 5%;
    margin-top: 25px;
    float: left;
    font-size: 16px;
}

.join_tc_nr_bt {
    color: #000;
    font-size: 28px;
    font-weight: bold
}

.tanchu_nr_xx { /* height: 351px; *//* overflow: scroll; *//* overflow-x: hidden */
}

.tanchu_nr_gb {
    position: absolute;
    right: 14px;
    padding-top: 0px;
    background-color: #fff;
    width: 97%;
    height: 40px;
}

.tanchu_nr_gb img {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
}

.about_cp_bt_wz {
    font-size: 15px;
    color: #666666
}

.about_cp_bt_tp {
    width: 13%
}

.about_cp_bt_wz td {
    background-image: url(/public/images/hd.jpg);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.gengduo {
    margin-top: 0px;
    background-image: url(/public/images/more.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 44px;
    float: left;
    width: 172px;
}

.gengduo:hover {
    margin-top: 0px;
    background-image: url(/public/images/more3.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 44px;
    float: left;
    width: 172px;
}

#zhaopin .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 80px !important;
    right: 45% !important;
    width: auto !important;
    left: inherit !important;
}

.gg_kd1 {
    color: #999;
}

.news_left1 {
    display: none
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .about-nums .about-nums-item .nums-content .nums-count{
        font-size: 34px !important;
    }
    .about-nums .about-nums-item .nums-content .nums-unit {
        font-size: 18px !important;
    }
    .about-nums .about-nums-item .about-nums-label {
        font-size: 13px !important;
    }
    .banner .banner-sub-title {
        font-size: 30px;
    }
    .banner span{
        font-size: 22px;
    }
    .index_bar4 ul li{
        width: 14.66% !important;
    }
    .k_index_tab_content{
        width: 80% !important;
        margin-left: 20% !important;
        height: 100% !important;
    }
    .advantage-list ul{
        margin-top: 20px !important;
    }
    .pro-list ul li{
        height:300px !important;
    }
    .full-swiper-container .page-title h3{
        font-size: 45px !important;
    }
    .index_bar4 > .partners-image{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        width: 45% !important;
    }
    .full-swiper-container .fixed-swiper {
        /*height: calc(100% - 140px) !important;*/
    }
     .fp-section .full-swiper-container .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 60px !important;
    }
    .mySwiper-advantage{
        padding-top: 50px !important;
        height: calc(100% - 50px) !important;
    }
    .layout-list{
        margin-top: 30px !important;
    }
    .layout-list .layout-item{
        height: 470px !important;
    }
    .layout-list .layout-item .layout-content .enterprise-content{
        margin-top: 20px !important;
    }
    .core-team-list{
        margin-top: 20px !important;
    }
    .core-team-list .core-team-item .core-team-image{
        /*height: 250px !important;*/
    }
    .layout-list .layout-item .layout-image{
        padding: 10px !important;
    }
    .layout-icon{
        padding: 10px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 40px !important;
    }

    .orchestrator-list .orchestrator-item .orchestrator-item-no{
        margin-top: 0 !important;
    }
    .orchestrator-list .orchestrator-item .orchestrator-item-content{
        font-size: 13px;
    }
    .orchestrator-list .orchestrator-item{
        padding: 10px 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .orchestrator-list .orchestrator-item .orchestrator-item-top .orchestrator-item-desc{
        line-height: 18px;
    }

    #zhaopin .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px !important;
        right: 40% !important;
        width: auto !important;
        left: inherit !important;
    }
    .join_zp1_xx{
        bottom: 10px !important;
    }
    .mySwiper-lc{
        /*height: 430px !important;*/
    }
    .about_lc_xx {
        background-color: #fff;
        height: 300px;
        padding: 20px;
        color: #333333;
    }


    .gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .imgslef9{
        /*height: 180px !important;*/
    }
    .gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .textlef9 p{
        font-size: 12px !important;
    }
    .left_zjmh {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 438px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_zjmh {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 438px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_zjmh:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 438px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_zjmh:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 438px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tanchu_cn_nr {
        position: fixed;
        width: 70%;
        background: #fff;
        left: 15%;
        border-radius: 10px;
        top: 40px;
        padding-bottom: 20px; /* height: 550px; */
    }

    .left_shry {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_shry2 {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry2 {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry2:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry2:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_shry3 {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry3 {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry3:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry3:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 385px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_mhdt {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 432px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhdt {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 432px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhdt:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 432px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhdt:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 432px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tab-con3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .tab-con3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .tab-con3 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .tab-con3 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_mhjw {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 383px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhjw {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 383px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhjw:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 383px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhjw:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 383px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tab-con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .tab-con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .tab-con5 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .tab-con5 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_mhgg {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 430px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhgg {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 430px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhgg:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 430px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhgg:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 430px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .mhsj_gg .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .mhsj_gg .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .mhsj_gg .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .mhsj_gg .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    #khfw_cjwt {
        background-color: #fff;
        padding: 2.5%;
        float: left;
        margin-top: 50px;
        margin-left: 7%;
        float: left;
        width: 81%;
        border-radius: 15px;
        height: 370px;
        overflow-y: scroll
    }

    .fl_r {
        float: right;
        width: 80%;
        height: 450px;
        overflow-y: scroll
    }

    .join_tg {
        margin-left: 15%;
        width: 70%;
        margin-top: -180px;
        float: left;
        position: relative
    }

    .join_zj {
        margin-left: 7%;
        padding-top: 10px;
        float: left;
        width: 86%;
        overflow: hidden
    }

    .join_zp1 .about_td_xx {
        margin-left: 7%;
        padding-top: 150px;
        float: left
    }

    .tanchu_nr {
        position: fixed;
        width: 860px;
        background: #fff;
        left: 50%;
        border-radius: 10px;
        margin-left: -430px;
        top: 20px;
        padding-bottom: 20px;
    }

    .join_bg_bn {
        float: left;
        margin-left: 7%;
        padding-top: 150px;
        width: 86%
    }

    #join_bg {
        background-image: url(/public/images/about_02.jpg);
        background-repeat: no-repeat;
        background-position: top;
        height: 100vh;
        float: left;
        width: 100%;
        position: relative;
        background-size: 100%
    }

    #about_gy .about_gy_table img {
        width: 550px;
    }

    .about_td_fp .rw {
        width: 550px;
    }

    .about_cp_nr1_wz {
        text-align: center;
        padding-top: 240px;
        color: #fff;
        font-size: 18px;
    }

    .about_cp_nr1_wz p {
        text-align: center;
        padding-top: 5px;
        color: #cbcbcc;
        font-size: 16px;
    }

    .box {
        margin-top: 50px; /* width: 1340px; */
    }

    #about_gy .about_gy_table {
        margin-left: 7%;
        padding-top: 30px !important;
        float: left;
        line-height: 36px
    }

    .gengduo {
        margin-top: 0px
    }

    .contain {
        position: relative;
        margin-top: 160px;
        bottom: 0px;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
        text-align: left;
        padding-top: 0px;
        font-size: 16px;
        color: #000
    }

    .biaoti1 {
        padding-top: 20px;
        opacity: 1;
        background-color: #a76433;
        font-size: 16px;
        color: #fff;
        height: 58px;
        float: left;
        width: 28%;
        margin-top: 20px;
        position: absolute;
        bottom: 30px;
        margin-left: 0px
    }

    .about_td_fp .rw {
        width: 480px;
    }

    .gallery-thumbs {
        height: 78px;
        text-align: center; /* line-height: 50px; */
        box-sizing: border-box;
        width: 54%;
    }

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 70%;
        background-color: rgba(255, 255, 255, 1);
    }

    .swiper-slide-thumb-active {
        background-color: rgba(168, 82, 70, 0.8);
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        background-color: #a76433;
        font-size: 16px;
        color: #fff
    }

    .gallery-thumbs .swiper-slide-thumb-active span {
        font-size: 14px;
        color: #fff
    }

    .nav {
        width: 7%;
        margin-left: 28%; /* background-color: aquamarine; */
        position: absolute;
        bottom: 30px;
        z-index: 99;
        background-color: #fff
    }

    .about_td_fp table {
        float: left;
        width: 77%;
        margin-top: -310px;
        line-height: 26px
    }

    .about_lc {
        float: left;
        /*margin-left: 7%;*/
        padding-top: 0px;
        width: 93%;
        overflow: hidden;
    }

    .about_hx {
        position: relative;
        padding-top: 30px;
        float: left
    }

    .hx {
        width: 100%;
        height: 2px;
        background-color: #e2e2e2;
        position: absolute;
        top: 370px;
    }
    .builder-container{
        width: 80% !important;
        margin: 0 auto !important;
    }

    .about_cp_bt {
        text-align: center;
        font-size: 16px;
        color: #333;
        width: 100%;
        padding-top: 30px;
        float: left
    }

    .about_cp_nr1_wz {
        text-align: center;
        padding-top: 260px;
        color: #fff;
        font-size: 16px;
    }

    .about_cp_xx {
        margin-left: 7%;
        width: 86%;
        float: left;
        margin-top: 20px;
    }

    #about_gy .about_gy_table img {
        width: 550px;
    }

    .about_ry_xx {
        width: 86%;
        margin-left: 7%;
        padding-top: 10px;
        float: left;
        overflow: hidden
    }

    .about_ry {
        background-image: url(/public/images/about2_13.jpg);
        background-repeat: no-repeat;
        float: left;
        background-size: 100% 100%;
        height: 168px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .tab-con {
        position: relative;
        width: 100%;
        height: 680px;
        overflow: hidden;
    }

    .tab-con-item {
        width: 100%;
        height: 680px;
    }

    .mySwiper1 {
        position: relative;
        height: 700px;
    }

    .mySwiper2 {
        position: relative;
        height: 430px;
    }

    .mySwiper3 {
        position: relative;
        height: 430px;
    }

    .tab {
        position: relative;
        width: 100%;
        height: 516px;
        overflow: hidden;
        top: -20px;
    }

    .dt_tp {
        width: 220px;
    }

    .dt_gd {
        height: 70px !important;
        line-height: 24px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden; /*! autoprefixer: off */
        -webkit-box-orient: vertical; /*! autoprefixer: on */
        word-break: break-all;
    }

    .dt_gd3 {
        height: 30px !important
    }

    .dt_gd2 {
        height: 170px !important
    }

    .dt_gd1 {
        height: 60px !important
    }

    .mySwiper1-1 {
        position: relative;
        height: 460px;
    }
    .join-content{
        bottom: 120px !important;
        font-size: 13px !important;
        padding: 10px !important;
    }
    .about-yx{
        width: 50% !important;
    }

    .mySwiper1-2 {
        position: relative;
        height: 520px;
    }

    .mySwiper1-3 {
        position: relative;
        height: 520px;
    }

    .mhsj_news {
        margin-left: 0%;
        float: left;
        margin-top: 10px;
    }

    .mhsj_ndzc {
        font-size: 16px !important;
        color: #333333 !important;
        line-height: 28px;
        height: 280px;
        overflow: scroll;
        overflow-x: hidden;
        width: 76%;
        margin-left: 7%;
        padding: 5%;
        background-color: #fff;
        margin-top: 0px;
        float: left;
        padding-top: 3%;
    }

    .tab-con-item5 {
        width: 100%;
        margin-top: 10px;
        float: left
    }

    .tab-nav5 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 10px;
    }

    .mhsj_jw_xx1_bt {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        float: left;
        margin-top: 8px;
        text-overflow: ellipsis; /* display: -webkit-box; *//* -webkit-line-clamp: 1; *//* overflow: hidden; */ /*! autoprefixer: off *//* -webkit-box-orient: vertical; */ /*! autoprefixer: on *//* word-break: break-all; */
    }

    .mhsj_jw_xx1_sj {
        font-size: 12px;
        color: #999999;
        float: left;
        margin-top: 5px;
    }

    .mhsj_jw_xx1_xq {
        font-size: 14px;
        color: #333333;
        float: left;
        margin-top: 7px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden; /*! autoprefixer: off */
        -webkit-box-orient: vertical; /*! autoprefixer: on */
        word-break: break-all;
    }

    .tab-nav6 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-top: 10px;
    }

    .tab-con-item6 {
        width: 100%;
        margin-top: 10px;
        float: left
    }

    .mhsj_gg_xx {
        margin-left: 0%;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .mySwiper9 {
        position: relative;
        height: 480px;
    }

    .mySwiper8 {
        position: relative;
        height: 480px;
    }

    .mySwiper7 {
        position: relative;
        height: 480px;
    }

    .about_lc_nr {
        /*float: left;*/
        position: relative;
        /*top: 10px;*/
        width: 100%;
    }

    .mySwiper-1 {
        position: relative;
        /*height: 520px;*/
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    @keyframes circleScale{
        0% {
            opacity: 1;
            transform: scale(0);
        }

        100% {
            opacity: 0;
            transform: scale(2) !important;
        }
    }

    @keyframes circleScale5{
        0% {
            opacity: 1;
            transform: scale(0);
        }

        100% {
            opacity: 0;
            transform: scale(3);
        }
    }

    .core-team-list .core-team-item .core-team-content {
        height: 100px !important;
    }
    .layout-list .layout-item .layout-content {
        padding: 5px 20px !important;
    }
    .full-swiper-container .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px !important;
    }
    .full-swiper-container {
        height: calc(100% - 95px) !important;
        margin-top: 95px !important;
    }
    #top {
        height: 40px;
        padding-top: 5px;
    }
    .about-yx{
        width: 60% !important;
        margin:0 auto;
    }
    .about-nums .about-nums-item .nums-content .nums-count{
        font-size: 26px !important;
    }
    .about-nums .about-nums-item .nums-content .nums-unit {
        font-size: 18px !important;
    }
    .about-nums .about-nums-item .about-nums-label {
        font-size: 12px !important;
    }
    .about-content-container > div{
        padding: 0 15px !important;
    }
    .core-team-list .core-team-item .core-team-content .core-team-desc{
        font-size: 16px !important;
    }
    .gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .textlef9 h4{
        margin-top: 5px !important;
    }
    .k_index_tab_content{
        width: 80% !important;
        margin-left: 20% !important;
        height: 100% !important;
    }
    .full-swiper-container .page-title h3{
        font-size: 32px !important;
    }
    .full-swiper-container .page-title h4{
        font-size: 16px !important;
    }
    .index_bar4 > .partners-image{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        width: 50% !important;
    }
    .orchestrator-container{
        padding-bottom: 0 !important;
    }
    .k_area_c{
        width: 500px !important;
    }
    .k_area_bar{
        height: auto !important;
    }
    .pro-list ul li{
        height: 310px !important;
    }
    .orchestrator-list .orchestrator-item .orchestrator-item-no{
        margin-top: 0 !important;
    }
    .orchestrator-list .orchestrator-item .orchestrator-item-content{
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .orchestrator-list .orchestrator-item{
        padding: 10px 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .orchestrator-list .orchestrator-item .orchestrator-item-top .orchestrator-item-desc{
        line-height: 18px;
    }

    /*.k_area_c {*/
    /*    height: 270px !important;*/
    /*}*/
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 25px !important;
    }
    .about-nums{
        width: 95% !important;
    }
    .about_gy .about-company-nums{
        padding-left: 20px;
    }
    .layout-list{
        margin-top: 40px !important;
    }
    .layout-list .layout-item .layout-icon{
        padding: 5px 10px !important;
    }
    .layout-list .layout-item .layout-image {
        padding: 10px !important;
    }
    .layout-list .layout-item{
        height: 370px !important;
    }
    .layout-list .layout-item .layout-content .enterprise-content{
        margin-top: 10px !important;
        font-size: 13px !important;
    }
    .core-team-list{
        margin-top: 50px !important;
    }
    .core-team-list .core-team-item .core-team-image{
        /*height: 200px !important;*/
    }

    .gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .imgslef9{
        /*height: 165px !important;*/
    }
    .gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .textlef9 p{
        font-size: 12px !important;
        margin-top: 5px !important;
        padding-right: 5px !important;
    }

    .mySwiper-lc{
        /*height: 450px;*/
    }
    .about_lc_xx {
        height: 250px;
        padding: 20px;
    }

    .join_zp1_xx{
        bottom: 10px !important;
    }
    .mhsj_news .bt {
        font-size: 18px !important;
    }

    .join-content{
        bottom: 100px !important;
        padding: 10px !important;
        font-size: 10px !important;
        width: 56% !important;
    }
    .mySwiper-2 .swiper-slide span{
        font-size: 13px !important;
    }


    .left_zjmh {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 362px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_zjmh {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 362px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_zjmh:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 362px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_zjmh:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 362px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tanchu_cn_nr {
        position: fixed;
        width: 70%;
        background: #fff;
        left: 15%;
        border-radius: 10px;
        top: 20px;
        padding-bottom: 20px; /* height: 550px; */
    }

    .mySwiper-1 {
        position: relative;
        /*height: 450px;*/
    }

    .left_shry {
        background-image: url(/public/images/img/left.png?v=4555jdfj?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_shry2 {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry2 {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry2:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry2:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_shry3 {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry3 {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry3:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry3:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 410px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_mhdt {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 100px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhdt {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 100px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhdt:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 100px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhdt:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 100px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tab-con3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .tab-con3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .tab-con3 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .tab-con3 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_mhjw {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 290px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhjw {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 290px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhjw:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 290px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhjw:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 290px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tab-con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .tab-con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .tab-con5 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .tab-con5 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_mhgg {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 440px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhgg {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 440px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhgg:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 440px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhgg:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 440px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .mhsj_gg .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .mhsj_gg .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .mhsj_gg .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .mhsj_gg .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .about_lc_nr {
        float: left;
        position: relative;
        top: 10px;
        width: 100%;
    }

    #khfw_cjwt {
        background-color: #fff;
        padding: 2.5%;
        float: left;
        margin-top: 20px;
        margin-left: 7%;
        float: left;
        width: 81%;
        border-radius: 15px;
    }

    .fl_r {
        float: right;
        width: 80%;
        height: 300px;
        overflow-y: scroll
    }

    .fl_l li a {
        text-align: left;
        color: #333;
        font-size: 16px;
        line-height: 50px;
        font-weight: bold;
        width: 86%;
        display: block;
        padding-left: 14%;
    }

    .fl_l li a:hover {
        background: #fff;
        color: #a76433;
    }

    .fl_l li .active {
        background: #fff;
        color: #a76433;
    }

    .banner_mhsj {
        text-align: center;
        margin-top: 330px;
        color: #fff;
        font-size: 40px;
        float: left;
        font-weight: 600;
        width: 100%
    }

    .banner_mhsj span {
        text-align: center;
        margin-top: 40px;
        color: #fff !important;
        font-size: 35px !important;
        float: left;
        font-weight: 200 !important;
        width: 100%
    }

    .mhsj_news {
        margin-left: 0%;
        float: left;
        margin-top: 10px;
    }

    .tab-nav4 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 10px;
    }

    .dt_tp {
        width: 280px;
    }

    .dt_gd {
        height: 70px !important;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }

    .dt_gd3 {
        height: 30px !important
    }

    .dt_gd2 {
        height: 145px !important
    }

    .dt_gd1 {
        height: 40px !important
    }

    .mySwiper1 .swiper-slide table {
        background-color: #fff;
        width: 100%;
    }

    .mySwiper2 .swiper-slide table {
        background-color: #fff;
        width: 100%;
    }

    .mySwiper3 .swiper-slide table {
        background-color: #fff;
        width: 100%;
    }

    .mySwiper1-1 {
        position: relative;
        height: 450px;
    }

    .tab-con3 {
        position: relative;
        width: 100%;
        height: 430px;
        overflow: hidden;
    }
    .dt_gd3 {
        height: 20px !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 25px !important;
    }

    .tab-con6 {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 355px;
    }

    .join_zj_xx1_tp img {
        width: 100%;
        float: left;
    }

    .mySwiper1-2 {
        position: relative;
        height: 340px;
    }

    .mySwiper1-3 {
        position: relative;
        height: 340px;
    }

    .mhsj_ndzc {
        font-size: 16px !important;
        color: #333333 !important;
        line-height: 28px;
        height: 190px;
        overflow: scroll;
        overflow-x: hidden;
        width: 76%;
        margin-left: 7%;
        padding: 5%;
        background-color: #fff;
        margin-top: 0px;
        float: left;
        padding-top: 3%
    }

    .tab-con-item5 {
        width: 100%;
        margin-top: 10px;
        float: left
    }

    .tab-nav5 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 10px;
    }

    .mySwiper-4 {
        position: relative;
        height: 370px;
    }

    .mhsj_jw_xx1_bt {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        float: left;
        margin-top: 8px;
    }

    .mhsj_jw_xx1_sj {
        font-size: 12px;
        color: #999999;
        float: left;
        margin-top: 5px;
    }

    .mhsj_jw_xx1_xq {
        font-size: 14px;
        color: #333333;
        float: left;
        margin-top: 7px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden; /*! autoprefixer: off */
        -webkit-box-orient: vertical; /*! autoprefixer: on */
        word-break: break-all;
    }

    .tab-nav6 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-top: 10px;
    }

    .tab-con-item6 {
        width: 100%;
        margin-top: 10px;
        float: left
    }

    .mhsj_gg_xx {
        margin-left: 0%;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .mhsj_gg_nr1 {
        font-size: 16px;
        color: #333333;
        border-top: solid 1px #ccc;
        float: right;
        width: 100%;
        height: 87px;
        border-bottom: solid 1px #ccc;
        margin-top: -1px
    }

    .mhsj_gg_nr1 a {
        color: #333333;
        font-size: 16px;
        margin-top: 32px;
        float: left
    }

    .mhsj_gg_nr1 span {
        float: right;
        color: #999;
        margin-top: 32px;
    }

    .ccc {
        margin-top: 18px !important;
    }

    .ddd {
        margin-top: 28px !important;
    }

    .mhsj_gg_nr .gg_gd {
        line-height: 22px;
        height: 60px;
    }

    .gg_kd a {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden; /*! autoprefixer: off */
        -webkit-box-orient: vertical; /*! autoprefixer: on */
        word-break: break-all;
        width: 400px
    }

    .gg_kd {
        height: 30px;
    }

    .mySwiper9 {
        position: relative;
        height: 330px;
    }

    .mySwiper8 {
        position: relative;
        height: 330px;
    }

    .mySwiper7 {
        position: relative;
        height: 330px;
    }

    .banner_about {
        text-align: center;
        margin-top: 290px;
        color: #fff;
        font-size: 58px;
        float: left;
        font-weight: 600;
        width: 100%
    }

    .tab-nav3 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 10px;
    }

    .tab-con-item4 {
        width: 100%;
        margin-top: 10px;
        display: none;
    }

    .join_zj_xx1_xq {
        font-size: 14px;
        color: #333333;
        float: left;
        margin-top: 15px;
        margin-left: 25px;
        width: 90%
    }

    .join_zj_xx1_bt {
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        float: left;
        margin-top: 25px;
        margin-left: 25px;
    }

    .join_tg {
        margin-left: 15%;
        width: 70%;
        margin-top: -160px;
        float: left;
        position: relative
    }

    .join_zj {
        margin-left: 7%;
        padding-top: 10px;
        float: left;
        width: 86%;
        overflow: hidden
    }

    .join_zp1 .about_td_xx {
        margin-left: 7%;
        padding-top: 150px;
        float: left
    }

    .tanchu_nr {
        position: fixed;
        width: 860px;
        background: #fff;
        left: 50%;
        border-radius: 10px;
        margin-left: -430px;
        top: 20px;
        padding-bottom: 20px;
    }

    .join_bg_bn {
        float: left;
        margin-left: 10%;
        padding-top: 150px;
        width: 80%
    }

    .join_zp1_xx_bg1 .zpgd {
        height: 90px;
    }

    .join_zp1_xx_bg1 .zptp {
        width: 80px;
        height: 80px;
    }

    #zhaopin .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px !important;
        right: 40% !important;
        width: auto !important;
        left: inherit !important;
    }

    .box {
        margin-top: 20px;
        width: 1165px;
    }

    .about_lc {
        float: left;
        /*margin-left: 7%;*/
        padding-top: 0px;
        width: 93%;
    }

    .about_hx {
        position: relative;
        padding-top: 30px;
        float: left
    }

    #about_gy .about_gy_table {
        margin-left: 7%;
        padding-top: 30px;
        float: left;
        line-height: 26px !important;
    }

    .gengduo {
        margin-top: 0px;
    }

    .contain {
        position: relative;
        margin-top: 160px;
        bottom: 0px;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
        text-align: left;
        padding-top: 0px;
        font-size: 16px;
        color: #000
    }

    .biaoti1 {
        padding-top: 15px;
    }

    .about_td_fp .rw {
        width: 450px;
    }

    /*.gallery-thumbs {*/
    /*    height: 68px;*/
    /*    text-align: center; !* line-height: 50px; *!*/
    /*    box-sizing: border-box;*/
    /*    width: 90%;*/
    /*}*/

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 70%;
        background-color: rgba(255, 255, 255, 1);
    }

    .swiper-slide-thumb-active {
        background-color: rgba(168, 82, 70, 0.8);
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        background-color: #a76433;
        font-size: 16px;
        color: #fff
    }

    .gallery-thumbs .swiper-slide-thumb-active span {
        font-size: 14px;
        color: #fff
    }

    .nav {
        width: 10%;
        margin-left: 31%; /* background-color: aquamarine; */
        position: absolute;
        bottom: 90px;
        z-index: 99;
        background-color: #fff
    }

    .about_td_fp table {
        float: left;
        width: 77%;
        margin-top: -310px;
        line-height: 20px
    }

    .hx {
        width: 100%;
        height: 2px;
        background-color: #e2e2e2;
        position: absolute;
        top: 390px;
    }
    #join_bg1 .about_td_xx {
        padding-top: 160px;
    }

    .about_cp_bt {
        text-align: center;
        font-size: 16px;
        color: #333;
        width: 100%;
        padding-top: 30px;
        float: left
    }

    .about_cp_nr1_wz {
        text-align: center;
        padding-top: 220px;
        color: #fff;
        font-size: 16px;
    }

    .about_cp_xx {
        margin-left: 7%;
        width: 86%;
        float: left;
        margin-top: 20px;
    }

    #about_gy .about_gy_table img {
        width: 70%;
    }

    .about_ry_xx {
        width: 86%;
        margin-left: 7%;
        padding-top: 10px;
        float: left;
        overflow: hidden
    }

    .about_ry {
        background-image: url(/public/images/about2_13.jpg);
        background-repeat: no-repeat;
        float: left;
        background-size: 100% 100%;
        height: 168px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 15px;
    }

    .tab-con {
        position: relative;
        width: 100%;
        height: 492px;
        overflow: hidden;
    }

    .tab-con-item {
        width: 100%;
        height: 493px;
    }

    .mySwiper1 {
        position: relative;
        height: 513px;
    }

    .mySwiper2 {
        position: relative;
        height: 430px;
    }

    .mySwiper3 {
        position: relative;
        height: 430px;
    }

    .tab {
        position: relative;
        width: 100%;
        height: 530px;
        overflow: hidden;
        top: -20px;
    }

    .biaoti1 {
        padding: 34px 20px 20px;
        opacity: 1;
        background-color: #a76433;
        font-size: 16px;
        color: #fff;
        height: 58px;
        float: left;
        width: 30%;
        margin-top: 20px;
        position: absolute;
        bottom: 90px;
        margin-left: 0px
    }
}

@media screen and (min-width: 1930px){
    .about-yx{
        width: 58% !important;
    }
    .builder-container{
        width: 85% !important;
        margin: 0 auto;
    }
    /*.full-swiper-container{*/
    /*    height: calc(100% - 200px) !important;*/
    /*}*/
    .index_bar4 > .partners-image{
        max-width: 1200px;
    }
    .full-swiper-container .fixed-swiper{
        /*height: calc(100% - 105px) !important;*/
    }
    .full-swiper-container .fixed-swiper .swiper{
        /*height: 100%;*/
    }
    .full-swiper-container .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 60px !important;
    }
    .gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .imgslef9{
        /*height: 350px !important;*/
    }
    .gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .textlef9{
        /*height: 350px !important;*/
    }
    .layout-list .layout-item{
        height: 600px !important;
    }
    .gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .imgslef9 img {
        /*width: 100% !important;*/
        /*min-height: 100% !important;*/
        /*height: auto;*/
    }
    .dt_tp{
        width: 300px;
    }
    .tanchu_cn_nr {
        position: fixed;
        width: 70%;
        background: #fff;
        left: 15%;
        border-radius: 10px;
        top: 190px;
        padding-bottom: 20px; /* height: 550px; */
    }

    #bg {
        /*height: 1080px;*/
        min-height: 100vh
    }

    video {
        /*position: absolute;*/
        /*right: 0;*/
        /*bottom: 0;*/
        /*min-width: 100%;*/
        /*min-height: 100%;*/
        /*width: auto;*/
        /*z-index: -100;*/
        /*-webkit-filter: grayscale(30%);*/
    }

    .banner_about {
        text-align: center;
        margin-top: 620px;
        color: #fff;
        font-size: 58px;
        float: left;
        font-weight: 600;
        width: 100%
    }

    .banner {
        width: 50%;
        margin-left: 4%;
        color: #fff;
        font-size: 58px;
        float: left;
        font-weight: 600;
        position: absolute;
        top: 42%
    }

    #about_gy .about_td_xx {
        margin-left: 7%;
        padding-top: 200px;
        float: left;
        width: 86%;
    }

    #about_gy .about_gy_table {
        margin-left: 7%;
        padding-top: 120px;
        float: left;
        line-height: 36px
    }

    #about_gy .about_gy_table p {
        font-size: 18px
    }

    .about_td_fp {
        float: left;
        margin-left: 7%;
        padding-top: 310px;
    }

    .about_td_fp p {
        font-size: 16px
    }

    #about_td .about_td_xx {
        margin-left: 7%;
        padding-top: 310px;
        float: left;
        width: 86%;
        position: absolute
    }

    .gallery-top .swiper-wrapper .info {
        padding-top: 180px;
    }

    #about_lc1 .about_td_xx {
        margin-left: 7%;
        padding-top: 310px;
        float: left
    }

    .about_hx {
        position: relative;
        padding-top: 200px;
        float: left
    }

    #about_lc .about_td_xx {
        margin-left: 7%;
        padding-top: 310px;
        float: left
    }

    .about_td_fp .rw {
        width: 755px;
    }

    .about_cp_bt {
        text-align: center;
        font-size: 16px;
        color: #333;
        width: 100%;
        padding-top: 20px;
        float: left
    }

    #about_ry .about_td_xx {
        margin-left: 7%;
        padding-top: 310px;
        float: left;
    }

    .tab {
        position: relative;
        width: 100%;
        height: 750px;
        overflow: hidden;
        top: 77px;
    }

    #about_gy .about_gy_table img {
        width: 800px;
    }

    .about_cp_nr1 a {
        width: 24%;
        height: 700px;
        background-image: url(/public/images/about12_06.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%;
    }

    .about_cp_nr2 a {
        width: 24%;
        height: 700px;
        background-image: url(/public/images/about12_08.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr3 a {
        width: 24%;
        height: 700px;
        background-image: url(/public/images/about12_10.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr4 a {
        width: 24%;
        height: 700px;
        background-image: url(/public/images/about12_12.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%
    }

    .about_cp_nr1 a:hover {
        width: 24%;
        height: 700px;
        background-image: url(/public/images/about13_06.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%;
        position: relative
    }

    .about_cp_nr2 a:hover {
        width: 24%;
        height: 700px;
        background-image: url(/public/images/about13_08.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%;
        position: relative
    }

    .about_cp_nr3 a:hover {
        width: 24%;
        height: 700px;
        background-image: url(/public/images/about13_10.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%;
        position: relative
    }

    .about_cp_nr4 a:hover {
        width: 24%;
        height: 700px;
        background-image: url(/public/images/about13_12.jpg);
        background-repeat: no-repeat;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
        background-size: 100%;
        position: relative
    }

    .join_bg_bn {
        float: left;
        margin-left: 7%;
        padding-top: 260px;
        width: 86%
    }

    #join_bg2 .about_td_xx {
        margin-left: 7%;
        padding-top: 310px;
        float: left
    }

    #join_bg1 .about_td_xx {
        margin-left: 7%;
        padding-top: 310px;
        float: left
    }

    .join_tg {
        margin-left: 20%;
        width: 60%;
        margin-top: -290px;
        float: left;
        position: relative
    }

    .join_zj {
        margin-left: 15%;
        padding-top: 100px;
        float: left;
        width: 70%;
        overflow: hidden
    }

    .banner_mhsj {
        text-align: center;
        margin-top: 630px;
        color: #fff;
        font-size: 58px;
        float: left;
        font-weight: 600;
        width: 100%
    }

    .dt_tp {
        width: 550px;
        height: 274px;
    }

    #mhsj_sj .about_td_xx {
        margin-left: 7%;
        float: left;
        width: 86%;
        padding-top: 310px;
    }

    .tab-nav3 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 70px;
    }

    .mySwiper1-1 {
        position: relative;
        height: 735px;
    }

    .mySwiper1-2 {
        position: relative;
        height: 735px;
    }

    .mySwiper1-3 {
        position: relative;
        height: 735px;
    }

    .tab-nav4 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 70px;
    }

    .mhsj_ndzc {
        font-size: 16px !important;
        color: #333333 !important;
        line-height: 28px;
        height: 550px;
        overflow: scroll;
        overflow-x: hidden;
        width: 76%;
        margin-left: 7%;
        padding: 5%;
        background-color: #fff;
        margin-top: 0px;
        float: left;
        padding-top: 3%
    }

    #mhsj_jw .about_td_xx {
        margin-left: 7%;
        float: left;
        width: 86%;
        padding-top: 310px;
    }

    .tab-nav5 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-left: 7%;
        margin-top: 70px;
    }

    #mhsj_gg .about_td_xx {
        margin-left: 7%;
        float: left;
        width: 86%;
        padding-top: 310px;
    }

    .tab-nav6 {
        height: 36px;
        overflow: hidden;
        float: left;
        margin-top: 70px;
    }

    .mhsj_gg_nr1 {
        font-size: 16px;
        color: #333333;
        border-top: solid 1px #ccc;
        float: right;
        width: 100%;
        height: 160px;
        border-bottom: solid 1px #ccc;
        margin-top: -1px
    }

    .mhsj_gg_nr1 a {
        color: #333333;
        font-size: 16px;
        margin-top: 72px;
        float: left;
        width: 80%;
    }

    .mhsj_gg_nr1 span {
        float: right;
        color: #999;
        margin-top: 72px;
    }

    .mhsj_gg_nr1_zy {
        color: #333333;
        font-size: 14px;
        float: left;
        margin-top: 5px;
    }

    .mhsj_gg_nr1:hover a {
        font-size: 16px;
        color: #ac5d53;
        font-weight: bold;
    }

    .ccc {
        margin-top: 55px !important;
    }

    .ddd {
        margin-top: 72px !important;
    }

    .mySwiper9 {
        position: relative;
        height: 650px;
    }

    .mySwiper8 {
        position: relative;
        height: 650px;
    }

    .mySwiper7 {
        position: relative;
        height: 650px;
    }

    .tab-con6 {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 680px;
    }

    #khfw .about_td_xx {
        padding-top: 50px;
        margin-left: 7%;
        float: left;
        width: 86%;
        padding-top: 310px;
    }

    .join_zj_xx1_tp img {
        width: 100%;
        float: left;
    }

    .timeline-container .swiper-button-prev {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 170px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .timeline-container .swiper-button-next {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 170px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .timeline-container .swiper-button-prev:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 170px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .timeline-container .swiper-button-next:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 170px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .timeline-container.swiper-button-next.swiper-button-disabled, .timeline-container.swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        cursor: auto;
        pointer-events: none
    }

    .timeline-container.swiper-button-prev:after, .swiper-container-rtl .timeline-container.swiper-button-next:after {
        content: 'prev';
        font-size: 0px !important;
    }

    .timeline-container.swiper-button-next:after, .swiper-container-rtl .timeline-container.swiper-button-prev:after {
        content: 'next';
        font-size: 0px !important;
    }

    .left_shry {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_shry2 {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry2 {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry2:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry2:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_shry3 {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_shry3 {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_shry3:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_shry3:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 470px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .left_mhdt {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 650px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhdt {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 650px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhdt:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 650px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhdt:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 650px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tab-con3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .tab-con3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .tab-con3 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .tab-con3 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_mhjw {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 450px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhjw {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 450px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhjw:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 450px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhjw:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 450px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .tab-con5 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .tab-con5 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .tab-con5 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .tab-con5 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_mhgg {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 600px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_mhgg {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 600px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_mhgg:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 600px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_mhgg:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 600px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .mhsj_gg .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .mhsj_gg .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .mhsj_gg .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    .mhsj_gg .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .left_zjmh {
        background-image: url(/public/images/img/left.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 598px;
        left: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .right_zjmh {
        background-image: url(/public/images/img/right.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 598px;
        right: 0px;
        cursor: pointer;
        z-index: 9999
    }

    .left_zjmh:hover {
        background-image: url(/public/images/img/left1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 598px;
        left: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    .right_zjmh:hover {
        background-image: url(/public/images/img/right1.png?v=4555jdfj);
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        position: absolute;
        top: 598px;
        right: 0px;
        cursor: pointer;
        z-index: 9999;
        transition: all 0.36s ease;
    }

    #join_bg2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    #join_bg2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    #join_bg2 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 0px;
    }

    #join_bg2 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 0px;
    }

    .mySwiper-1 {
        position: relative;
        height: 690px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1930px) {
    .dt_tp{
        width: 300px;
    }
    .join-content{
        bottom: 140px !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
    .tanchu_nr_xx {
        height: 280px;
        overflow: scroll;
        overflow-x: hidden
    }

    .about_lc_xx span {
        font-size: 18px;
        font-weight: bold;
        color: #333333
    }
}

#top .logo{
    width: 200px;
}
.ul-list li.active > a {
    color: #a76433 !important;
    font-weight: bold;
}


.mySwiper-2 .swiper-slide span.recruit-index{
    font-size: 80px !important;
    font-weight: bold;
    color: #fff;
    background: none;
}

.all-wide-img{
    width: 100%;
}

.orchestrator-container{
    background: url('/public/images/line-bg.jpg') no-repeat;
    background-position: center 85px;
    background-size: 100% 100%;
    padding-bottom: 50px;
}
.white-bg{
    background: #fff !important;
}
.orchestrator-list{
    width: 86%;
    padding: 10px 7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.orchestrator-list.orchestrator-list-reverse{
    flex-direction: row-reverse;
}

.orchestrator-list .orchestrator-item {
    width: 23%; /* 设置每个项目的宽度为23% */
    margin: 1%; /* 设置项目之间的间距为1% */
    padding: 40px 0;
}

.orchestrator-list.orchestrator-list-reverse .orchestrator-item{
    width: 30%;
}

.orchestrator-list .orchestrator-item .orchestrator-item-top {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}

.orchestrator-list .orchestrator-item .orchestrator-item-no{
    background: #ff2d13;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 28px;
    border-radius: 8px;
    margin-top: 8px;
    margin-right: 5px;
}

.orchestrator-list .orchestrator-item .orchestrator-item-top .orchestrator-item-top__content{
    display: flex;
    flex-direction: column;
}

.orchestrator-list .orchestrator-item .orchestrator-item-top .orchestrator-item-title{
    color: #26272b;
    font-size: 22px;
    font-weight: bold;
}
.orchestrator-list .orchestrator-item .orchestrator-item-top .orchestrator-item-desc{
    color: #555555;
    font-size: 12px;
    line-height: 10px;
}

.orchestrator-list .orchestrator-item .orchestrator-item-content{
    color: #555555;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    height: 120px;
}
.full-page-container{
    width: 96%;
    margin-left:2%;
}
.partner-list,.risk-list{
    display: flex;
    justify-content: space-around;
    margin-top: -20px;
    float: none;
}
.risk-list{
    width: 100%;
    margin-left: 0;
}
.partner-item{
    width: 38%;
    float: left;
    padding: 5px;
    background: #fff;
    border-radius: 16px;
}
.risk-item{
    width: 30%;
    float: left;
    padding: 5px;
    background: #fff;
    border-radius: 16px;
}
.partner-item img, .risk-item img {
    width: 100%;
}

.about-gy-bg{
    position: absolute;
    right: 100px;
    top: 60px;
    width: 50%;
}
.about-gy-bg img {
    max-width: 100%;
}

.assets-image-container{
    text-align: center;
    margin-top: 260px;
    width: 60%;
}
.assets-image{
    max-width: 100%;
}

.about-pc{
    position: relative;
    height:600px;
}
.about-pc .team-title{
    font-weight: bold;
    font-size: 28px;
}
.about-pc .team-position{
    color: #666666;
    font-size: 20px;
    margin-top: 8px;
}
.about-pc .team-separate{
    background-color: #a4493d;
    width: 60px;
    height: 5px;
    margin-top: 30px;
}
.about-pc .team-content{
    font-size: 14px;
    margin-top: 30px;
}
.about-pc .team-img{
    position: absolute;
    top: -120px;
    left: 650px;
}
.about-pc-bottom{
    width: 380px;
}

.think-tank-list{

}

.think-tank-image{
    text-align: center;
    width: 100%;
}
.think-tank-image img{
    /*max-width: 100%;*/
    width: 220px;
}

.think-tank-item-title{
    background: url('/public/images/tank-title-bg.png') no-repeat 100% 100%;
    width: 80%;
    display: block;
    color: #fff !important;
    padding: 2px 10px;
}
.think-tank-item-desc{
    font-size: 14px;
    margin-top: 5px;
    height: 80px;
}

.layout-map{
    margin-top: 100px;
    width: 100%;
    height: 100%;
    position: relative;
}

.layout-map .layout-map-circle {
    animation-name: circle-scale;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

    background: rgba(222, 173, 122, 0.4);
    border-radius: 1000px;
    border: 1px solid #fff;
}
.layout-map-area{
    position: absolute;
    width: 400px;
}
.layout-map-area1{
    top: 66%;
    left: 40%;
}
.layout-map-area2{
    top: 41%;
    left: 59%;
}
.layout-map-area3{
    top: 61%;
    left: 62%;
}
.layout-map-area4{
    top: 66%;
    left: 54%;
}
.layout-map-area5{
    top: 83%;
    left: 54%;
}
.layout-map .layout-map-area span{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    z-index: 100;
    position: absolute;
    top: -30px;
    left: -20px;
}
.layout-map .layout-map-circle1 {
    width: 5vh;
    height: 5vh;
    animation-name: circle-scale2;
    /*animation-delay: 0.1s;*/
}
.layout-map .layout-map-circle2 {
    width: 5vh;
    height: 5vh;
    /*animation-delay: 0.5s;*/
}
.layout-map .layout-map-circle3 {
    width: 5vh;
    height: 5vh;
    /*animation-delay: 0.8s;*/
}
.layout-map .layout-map-circle4 {
    width: 3vh;
    height: 3vh;
    /*animation-delay: 0.3s;*/
}
.layout-map .layout-map-circle5 {
    width: 5vh;
    height: 5vh;
    /*animation-delay: 0.3s;*/
}


@keyframes circle-scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(2.5);
    }
}

@keyframes circle-scale2 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
}

.layout-detail{
    position: absolute;
    top: 0;
    right: 300px;
    z-index: 100;
}

.layout-detail .layout-detail-item{
    color: #000;
    font-weight: bold;
}
.layout-detail .layout-detail-item .num {
    color: #ba8446;
    font-size: 40px;
    position: relative;
    top: 10px;
}


@charset "UTF-8";



/* 基础设置 */

:root {

    --wpPaddingNum: 8.5rem;

    /* 手机端内边距 */

    --wpMbPaddingNum: 1rem;

    /*边距尽量用rem控制，不要用vw计算属性会跟住窗口而变化导致计算失误*/

    --wpPadding: 0 var(--wpPaddingNum);

    --wpContPaddingNum: 0vw;

    --wpContPadding: 0 var(--wpContPaddingNum);

    --themeColor: #0004f1;

    --themeColor2: #3362f8;

    --themeActColor: #8dc21f;


    /* 导航高度 */

    --headerHeight: 4.8rem;

    /* 手机导航高度 */

    --headerMbHeight: 4rem;

    /* 灰色字体颜色 */

    --gary: #9b9b9b;

    /* 未选择按钮渐变色 */

    --noBtnBgColor: linear-gradient(to right, #e8e8e8, #cbcbcb);

    /* 选中按钮渐变色 */

    --btnBgColor: linear-gradient(to right, #ec2c34, #c80a14);

    /* 图片反白 */

    --imgWhite: brightness(0) invert(1);

    /* 图片变黑 */

    --imgBlack: brightness(0);

}


/* 营销网络 */
.about-yx{
    width: 70%;
    margin:0 auto;
}
.about-yx .img {
    width: 90%;
    margin: 0 auto;
    position: relative;
    /*top: -100px;*/
}

.about-yx .dot {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 9;
}
.about-yx .dot p{
    position: absolute;
    width: 10rem;
    font-size: 12px;
    color: #212121;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(10%);
}

.about-yx  .circle {
    margin: 0 auto;
    position: relative;
    top: 50%;
    right: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3362f8;
    width: 4rem;
    height: auto;
    aspect-ratio: 1/1;
}


.about-yx .circle:before {
    content: "";
    display: block;
    width: .4rem;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: rgba(166, 114, 73, 0.71);
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.about-yx .circle span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(203, 168, 120, 0.71);
    transform: scale(0);
    animation: circleScale 3s linear infinite;
}
.about-yx .circle.circle-5 span {

    animation: circleScale5 3s linear infinite;
}


.about-yx  .circle span:nth-of-type(2) {
    animation-delay: 1s;
}

@keyframes circleScale{
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(3);
    }
}

@keyframes circleScale5{
    0% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 0;
        transform: scale(5);
    }
}

.about-yx .dot:nth-child(1){
    top: 28%;
    left: 14%;
}



/*核心团队*/
.gyhaihua{
    width: 100%;
}
.gyhaihua .gy_top4 {
    /*padding-bottom: 5vw;*/
    width: 100%;
    margin: 0 auto;
}
.top_tel_com {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-top: 2vw !important;
    padding-bottom: 2vw;
}
.top_tel_com .li_ee1 {
    font-family: MiSans;
    font-weight: 600;
    font-size: 30px;
    color: #353334;
}
.top_tel_com .li_ee2 {
    font-family: MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #35333450;
    padding: 0.5vw 0;
}
.top_tel_com .li_ee3 {
    width: 51px;
    height: 2px;
    background: #2C63B5;
}
.dax_text {
    text-transform: uppercase;
}
.gyhaihua .gy_top4 .boxcx_renyuan {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 {
    /*display: flex;*/
    width: 20%;
    position: relative;
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .imgslef9 {
    width: 100%;
    /*height: 250px;*/
    overflow: hidden;
    cursor: pointer;
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .imgslef9 img {
    transition: all 1s;
    width: 100%;
    /*height: 100%;*/
    /*object-fit: contain;*/
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3:hover .imgslef9 img{
    /*transform: scale(1.2);*/
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .textlef9 .sanjiiao9 {
    position: absolute;
    top: 10%;
    left: -1vw;
    font-size: 2vw;
    color: #001736;
    transform: rotateZ(180deg) translateY(50%);
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3:hover .textlef9 .sanjiiao9 {
    color: #0045A3;
}
/*.fa-play:before {*/
/*    content: "\f04b";*/
/*}*/
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .textlef9 h4 {
    font-family: MiSans;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 10px;
    line-height: 40px;
}
.text_ele2 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0;
    transition: all 0.3s linear;
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3:hover .text_ele2 {
    height: 100px;
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .textlef9 p {
    font-family: MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
    padding-left: 10px;
}

.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .textlef9 {
    width: 100%;
    /*height: 40px;*/
    display: flex;
    flex-flow: column;
    background: rgba(167, 100, 51, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0;
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3:nth-child(4) .sanjiiao9 {
    position: absolute;
    top: 50% !important;
    left: auto !important;
    right: -1vw !important;
    font-size: 2vw !important;
    color: #001736;
    transform: rotateZ(0) translateY(-50%) !important;
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3:nth-child(4) {
    /*flex-direction: row-reverse;*/
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3:nth-child(5) {
    /*flex-direction: row-reverse;*/
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3:nth-child(6) {
    /*flex-direction: row-reverse;*/
}


.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3 .textlef9 a {
    width: max-content;
    visibility: hidden;
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.73vw;
    color: #FFFFFF;
    border-bottom: 0.01vw solid #fff;
    padding-bottom: 0.3vw;
}
.gyhaihua .gy_top4 .boxcx_renyuan .itemsa3:hover .textlef9 a {
    visibility: inherit;
}




/*合作伙伴*/
.fadeInUp .animation {
    opacity: 1;
    transform: translateY(0px);
}



/*合作伙伴*/
.index_bar4{
    width: 86vw;
    text-align: center;
    margin: 0 auto;
}
.index_bar4 > .partners-image {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 55%;
    margin: 0 auto;
}
.index_bar4 > .partners-image > img {
    max-width: 100%;
    max-height: 100%;
}
.index_bar4 ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index_bar4 ul li {
    width: 16.666%;
    padding: 0.5rem 0.5rem;
    box-sizing: border-box;
}
.index_bar4 ul li img {
    width: 100%;
    display: block;
}
.break {
    flex-basis: 100%;
}


/*优势*/

.fadeInUp .animation {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    animation-name: fadeInUp;
}
.pro-list{
    width: 80%;
    margin: 0 auto;
}
.pro-list ul {
    display: flex;
    flex-wrap: wrap;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.pro-list ul li {
    width: 20%;
    margin-right: 2.5%;
    margin-top: 2%;
    background: #a76433;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 30px 3%;
    box-sizing: border-box;
    transition: all 0.6s linear;
    cursor: default;
    height: 400px;
}
.pro-list ul li:hover{
    transform: scale(1.1);
}
.pro-list ul li img {
    width: 50px;
    display: block;
    margin: auto;
}
.pro-list ul li h4 {
    font-size: 18px;
    margin: 30px 0 15px;
    letter-spacing: 1px;
    transition: all 0.4s
    linear;
}
.pro-list ul li p {
    font-size: 14px;
    line-height: 1.8;
}

/** 原则**/
.advantage-list ul{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.advantage-list li{
    width: 20%;
    /*overflow: hidden;*/
}
.advantage-list li img{
    width: 100%;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.advantage-list li:hover img{
    transform: scale(1.05);
}



/** 重写 **/

.full-swiper-container{
    width: 100%;
    height: calc(100% - 140px);
    margin-top: 130px;
    overflow: hidden;
}
.full-swiper-container .page-title-container {
    width: 90%;
    margin: 0 auto;
}
.full-swiper-container .page-title-container .page-title{

}
.full-swiper-container .page-title h3{
    font-size:50px;
    color:#a76433;
    font-weight:bold;
}
.full-swiper-container .page-title h4{
    font-size:20px;
    color:#999999;
}


.full-swiper-container .fixed-swiper{
    width: 80%;
    height: calc(100% - 120px);
    margin: 0 10%;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}
.full-swiper-container .full-swiper {
    width: 100%;
    height: calc(100% - 120px);
    margin: 0 auto;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}


/** 核心团队 **/
.core-team-list{
    /*margin-top: 100px;*/
}
.core-team-list .core-team-item{
    position: relative;
    /*border-bottom: 8px solid transparent;*/
    background: #fff;
    /*border-radius: 10px;*/
}
.core-team-list .core-team-item .top-bg{
    background: #f7f7f7;
    position: absolute;
    height: 30%;
    top: 0;
    left: 0;
    width: 100%;
}
.core-team-list .core-team-item:hover{
    /*border-bottom: 8px solid #a76433;*/
    /*box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);*/
}
.core-team-list .core-team-item .core-team-image{
    /*height: 300px;*/
    overflow: hidden;
    /*padding: 20px;*/
    /*width: calc(100% - 40px);*/
    width: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    background: #776b6a;
}
.core-team-list .core-team-item .core-team-image .img-bg{
    width: 100%;
    background: #776b6a;
    position: absolute;
    top: 0;
    left: 0;
}
.core-team-list .core-team-item .core-team-image img{
    width: 100%;
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    transition: all 0.3s ease-in;
}


.core-team-list .core-team-item:hover img{
    transform: scale(1.1);
}
.core-team-list .core-team-item .core-icon{
    height: 50px;
    overflow: hidden;
    padding: 20px;
    width: calc(100% - 40px);
    text-align: center;
}
.core-team-list .core-team-item .core-icon img{
    max-height: 50px;
    max-width: 100%;
    display: inline-block;
}

.core-team-list .core-team-item .core-team-content{
    height: 130px;
    padding: 10px 20px;
    text-align: center;
    margin-top: 10px;
}
.core-team-list .core-team-item .core-team-content .enterprise-content{
    margin-top: 100px;
    font-size: 16px;
    color: #aaa;
}

.core-team-list .core-team-item .core-team-content .core-team-desc{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.core-team-list .core-team-item .core-team-content .core-team-desc:before{
    content: '';
    width: 40px;
    height: 6px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #a76433;
    border-radius: 3px;
}
.core-team-list .core-team-item .core-team-content .core-team-position{
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}

.core-team-list .core-team-item .core-team-title{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #a76433;
    padding: 10px;
    text-align: center;
}
.core-team-list .core-team-item:hover .core-team-title{
    /*color:#a76433*/
}




/**** 企业布局 ***/
/** 核心团队 **/
.layout-list{
    /*margin-top: 100px;*/
}
.layout-list .layout-item{
    border-bottom: 8px solid transparent;
    background: #f5f5f5;
    /*border-radius: 10px;*/
    height: 565px;
}
.layout-list .layout-item:hover{
    border-bottom: 8px solid #a76433;
    box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.layout-list .layout-item .layout-image{
    height: 300px;
    overflow: hidden;
    padding: 20px;
    width: calc(100% - 40px);
}
.layout-list .layout-item .layout-icon{
    height: 50px;
    overflow: hidden;
    padding: 20px;
    width: calc(100% - 40px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.layout-list .layout-item .layout-icon img{
    max-height: 50px;
    max-width: 100%;
    display: inline-block;
}
.layout-list .layout-item .layout-image img{
    width: 100%;
}
.layout-list .layout-item .layout-content{
    /*height: 100px;*/
    padding: 10px 20px;
}
.layout-list .layout-item .layout-content .enterprise-content{
    margin-top: 50px;
    font-size: 16px;
    color: #aaa;
}
.layout-list .layout-item .layout-content .enterprise-content ul{
    padding-left: 20px;
}

.layout-list .layout-item .layout-content .layout-desc{
    font-size: 20px;
    font-weight: bold;
}
.layout-list .layout-item .layout-content .layout-position{
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}

.layout-list .layout-item .layout-title{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #a76433;
    padding: 20px;
}
.layout-list .layout-item:hover .layout-title{
    /*color:#a76433*/
}




/** 微资产地图**/

.k_index_tab_content {
    position: relative;
    width: 75%;
    margin: 20px auto 0;
    height: calc(100% - 70px);
    margin-left: 25%;
}

.k_index_tab_container {
    background-image: url('/public/images/beijing-map.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
}

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

.k_index_service_item {
    position: absolute;
    z-index: 1
}

.k_index_service_item.k_active {
    z-index: 10
}

.k_area_pin {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    position: relative;
    background-color: #f5d500;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 2px #f5d500
}

.k_index_service_item.k_active .k_area_pin {
    border-radius: 0%;
    background-color: transparent;
    box-shadow: none
}

.k_area_pin img {
    width: auto;
    margin-left: -29px;
    margin-top: -29px;
    position: relative;
    z-index: -1
}

.k_area_pin .k_area_pin_c {
    display: none
}

.k_area_pin .k_area_pin_o {
    display: none
}

.k_index_service_item.k_active .k_area_pin .k_area_pin_c {
    display: none
}

.k_index_service_item.k_active .k_area_pin .k_area_pin_o {
    display: inline
}

.k_area_content {
    position: absolute;
    z-index: 3;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s
}

.k_index_service_item.k_active .k_area_content {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1
}

.k_area_c {
    padding: 10px;
    background-color: #b27c55;
    width: 680px;
    overflow: hidden;
}

.k_area_title {
    font-size: 24px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    line-height: 33px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
}

.k_area_title:before {
    width: 53px;
    height: 1px;
    content: " ";
    display: block;
    background-color: #F6D600;
    position: absolute;
    bottom: 0px;
    left: 0px
}

.k_area_title:after {
    position: absolute;
    content: 'X';
    color: #fff;
    right: 0px;
    top: 5px;
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.k_area_bar {
    width: 100%;
    height: 308px;
    overflow: visible
}

.k_area_pic {
    width: 100%;
}

.k_area_pic img {
    width: 100%
}

.k_area_info {
    float: left;
    width: 62%;
    padding-left: 15px;
    box-sizing: border-box;
}

.k_area_sub_title {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    text-transform: uppercase
}

.k_area_des {
    font-size: 12px;
    color: rgba(241,241,241,1);
    line-height: 19px;
    margin-top: 13px;
    border-bottom: 1px solid #626363;
    padding-bottom: 13px;
    margin-bottom: 13px
}

.k_area_add {
    margin-bottom: 16px
}

.k_area_tips {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px
}

.k_area_add>div {
    color: #eee;
    font-size: 12px
}

.k_index_service_item .mCustomScrollBox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding-right: 20px;
    margin-right: -20px
}

.k_index_service_item .mCSB_inside > .mCSB_container {
    margin-right: 0px
}

.k_index_service_item .mCSB_scrollTools {
    right: 0px
}

.k_index_service_item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #626363 !important;
    width: 2px !important
}

.k_index_service_item .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,0.1) !important
}

.k_area_total {
    position: absolute;
    width: 260px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    font-size: 14px;
    color: #8a8b8b;
    padding-bottom: 4px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    top: 140px;
    right: -175px
}

.k_area_total:before {
    width: 30px;
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    bottom: -2px;
    right: 0px
}

.k_area_current {
    font-size: 24px;
    color: #fff
}

.k_area_content.right {
    left: 55px;
    top: -173px
}

.k_area_content.left {
    right: 95px;
    top: -173px
}

.k_area_content.top {
    right: -10px;
    bottom: 55px
}



/** 关于我们 **/
.about-nums{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-bottom: 20px;
}
.about-nums .about-nums-item{
    display: flex;
    flex-direction: column;
}
.about-nums .about-nums-item .nums-content{
    display: flex;
    flex-direction: row;
}
.about-nums .about-nums-item .nums-content .nums-count{
    font-weight: bold;
    font-size: 50px;
    color: #a76433;
}
.about-nums .about-nums-item .nums-content .nums-unit{
    font-size: 22px;
    color: #a76433;
    line-height: 50px;
}
.about-nums .about-nums-item .about-nums-label{
    font-size: 15px;
    color: #000;
    text-align: left;
}


.join-content{
    position: absolute;
    bottom: 180px;
    right: 0 ;
    padding: 30px;
    /*color: #000;*/
    background: #fff;
    font-size: 15px;
    color: #a76433;
}
.join-content p,.join-content span{
    color: #a76433;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 45px !important;
}
.builder-container{
    width: 100%;
}
.builder-container img {
    width: 100% !important;
}
.builder-container img:hover{
    transform: scale(1);
}



.about-content-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.about-content-container > div {
    width: 50%;
    padding: 0 40px;
}
.about-content-container .about-content{
    color:#333333;
    font-size:16px;
    align-items: normal;

}
.about-content-container .about-image{

}
.mySwiper-profession-team,.mySwiper-partners{
    width: 100%;
    height: 100%;
}
.about_lc_nr{
    height: 100%;
}
.about_lc,
.gray-bg{
    background-image: url(/public/images/about_02.jpg);
    background-repeat: no-repeat;
}
.mySwiper-lc{
    height: 100%;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}

.mySwiper-profession-team .swiper-wrapper,
.mySwiper-partners .swiper-wrapper,
.mySwiper-lc .swiper-wrapper,
.news-list .swiper-wrapper{
    align-items: center;
}
.news-list{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
/*.news-list .swiper-wrapper{*/
/*    width: 80%;*/
/*    padding: 0 10%;*/
/*}*/
.news-list .swiper-slide{
   width: 100%;
}

.news-list .swiper-pagination-bullets:before{
    display: none;
}
.news-list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.news-list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.news-list .swiper-pagination-bullet-active {
    width: 20px;
    /*height: 20px;*/
    display: inline-block;
    border-radius: 50%;
    background-image: url(../images/about_lc3.png) !important;
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}
.news-list  .swiper-pagination-bullet {
    width: 20px;
    /*height: 20px;*/
    display: inline-block;
    border-radius: 50%;
    background-image: url(../images/about_lc4.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}

.offer-content{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.full-swiper-container .fixed-swiper .mySwiper-core-team{
    width: 100%;
}