
@font-face {
    font-family: 'zihun-font';
    /* src: url('../fonts/Spirit-black.ttf'); */
    src: url('../fonts/Spirit-black/Spirit-black.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Spirit-black/Spirit-black?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Spirit-black/Spirit-black.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Spirit-black/Spirit-black.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/Spirit-black/Spirit-black.svg#Spirit-black') format('svg');
}
@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold') format('svg');
}
@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    /* src: url('../fonts/SourceHanSansCN-Heavy.ttf'); */
    src: url('../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy.svg#SourceHanSansCN-Heavy') format('svg');
}
@font-face {
    font-family: 'SourceHanSansCN-Light';
    src: url('../fonts/SourceHanSansCN-Light/SourceHanSansCN-Light.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SourceHanSansCN-Light/SourceHanSansCN-Light?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/SourceHanSansCN-Light/SourceHanSansCN-Light.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/SourceHanSansCN-Light/SourceHanSansCN-Light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/SourceHanSansCN-Light/SourceHanSansCN-Light.svg#SourceHanSansCN-Light') format('svg');
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    /* src: url('../fonts/SourceHanSansCN-Medium.ttf'); */
    src: url('../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.svg#SourceHanSansCN-Medium') format('svg');
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular') format('svg');
}
/* @font-face {
    font-family: 'SourceHanSansCN-ExtraLight';
    src: url('../fonts/SourceHanSansCN-ExtraLight.ttf');
} */
/* @font-face {
    font-family: 'SourceHanSansCN-Normal';
    src: url('../fonts/SourceHanSansCN-Normal.ttf');
} */


body{
    font-family: 'SourceHanSansCN-Regular'; 
}
.font_family_Heavy{
    font-family: 'SourceHanSansCN-Heavy';
}
.font_family_Bold{
    font-family: 'SourceHanSansCN-Bold';
}
.font_family_Medium{
    font-family: 'SourceHanSansCN-Medium';
}
.font_family_Light{
    font-family: 'SourceHanSansCN-Light';
}
.font_family_zihun{
    font-family: 'zihun-font';
}
.font_style_oblique{
    font-style: oblique;
}
.glob_green{
    color: #0a2e34;
}
.center_width{
    display: flex;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.globalFontSize12rem{
    font-size: 1.2rem;
}
.globalFontSize14rem{
    font-size: 1.4rem;
}
.globalFontSize16rem{
    font-size: 1.6rem;
}
.globalFontSize19rem{
    font-size: 1.9rem;
}
.globalFontSize20rem{
    font-size: 2rem;
}
.globalFontSize32rem{
    font-size: 3.2rem;
}
.positionRelative{
    position: relative;
}

.width100{
    width: 100%;
}
.width70{
    width: 70%;
}
.width60{
    width: 60%;
}
.width50{
    width: 50%;
}
.width40{
    width: 40%;
}
.width30{
    width: 30%;
}
.width25{
    width: 25%;
}
.width20{
    width: 20%;
}

.flex_center{
    display: flex;
    justify-content: center;
}
.posit_rel{
    position: relative;
}
.font_weight_600{
    font-weight: 600;
}
.font_weight_400{
    font-weight: 400;
}
.font_weight_100{
    font-weight: 100;
}
.text_left{
    text-align: left;
}


.color_black{
    color: #00262c;
}
.color_green{
    color: #00706e;
}


.padbotm30{
    padding-bottom: 30px;
}
.padbotm10{
    padding-bottom: 10px;
}
.martop30{
    margin-top: 30px;
}
.marleft0{
    margin-left: 0;
}
.text_align_r{
    text-align: right;
}
.text_align_c{
    text-align: center;
}
.text_align_l{
    text-align: left;
}

.line_height_20{
    height: 20px;
}
.line_height_50{
    height: 50px;
}


/* 覆盖其他css属性 */
#nav .active{
    background: #00706e;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform:scale(1);
    transform:scale(1);
}
#nav .active a{
    color: #fff !important;
    font-family: 'SourceHanSansCN-Bold';
}
#header{
    padding: 0;
    background: #fff;
}
#logo img{
    width: 70%;
}
.navigation-row{
    margin-top: 10px;
}
.gallery-section{
    margin-top: 1%;
    overflow: hidden;
    padding: 20px;
}
.navbar{
    padding-top: 20px;
    justify-content: flex-end;
}
.navbar-nav li{
    padding: 10px 20px;
    margin-left: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.navbar-nav li a {
    font-size: 1rem;
    font-family: 'SourceHanSansCN-Light';
}


/* 首页样式 */
#index_set{
    color: #000;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-image: url('../images/index/bg1.png');
}
.index_logo{
    width: 90%;
}
.index_title{
    padding-top: 2%;
}
.index_style{
    padding-top: 10%;
}
.index_top_img{
    margin-bottom: 5%;
}
.index_line{
    position: absolute;
    bottom: -500px;
    left: 43%;
    width: 30px;
}
.index_line_div{
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
}



/* 关于我们样式 */
#aboutus_set{
    color: #00262c;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-image: url('../images/index/bg2.png');
}
.aboutus_icon1{
    height: 100px;
}
.aboutus_icon2{
    height: 120px;
    margin-right: 15%;
}
.aboutus_icon3{
    height: 100px;
}
.aboutus_icon4{
    height: 100px;
    margin-right: 5%;
}
.aboutus_icon5{
    height: 100px;
    margin-right: 30%;
}
.abus_top_tit{
    color: #c6513c;
    font-size: 5rem;
}
.abus_col_4{
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 5%;
}
.aboutus_home{
    position: absolute;
    top: 22%;
    left: 27%;
    width: 40px;
}
.index_bottom_img{
    position: absolute;
    top: -300px;
    left: 28.5%;
    width: 4px;
    height: 400px;
    background-size: 100%;
    background-image: url('../images/index/line.png');
    z-index: 99;
}
.aboutus_line{
    position: absolute;
    top: 0%;
    left: 23.6%;
    width: 30px;
}
.aboutus_line_div{
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
}
.aboutus_line_bg_line{
    width: 2px;
    height: 500px;
    background: #00706e;
}
.aboutus_line_bg{
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 80px;
    background: #00706e;
}



/* 企业文化样式 */
#culture_set{
    color: #000;
}
.culture_title{
    width: 100%;
}
.culture_center{
    width: 100%;
    padding: 5%;
    color: #fff;
    background: #006f6d;
    margin-left: 15px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-image: url('../images/culture/bg.png');
}
.sense_of{
    margin-left: 2.8%;
    width: 95%;
}
.culture_bottom{
    position: relative;
    background: #fff;
    color: #00262c;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 4%;
}
.culture_value{
    margin: 2% 0;
}
.square_red{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    background: #c6513c;
    
}


/* 服务品牌 */
.band_content{
    /* background: #f7f7f7; */
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-image: url('../images/band/bg.png');
}
.band_icon_img{
    width: 40%;
    margin: 20px 0;
}
.band_title_img{
    height: 40px;
}
.band_logo_list{
    width: 86%;
    margin-left: 7%;
    height: 444px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.band_item_div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 15px;
}

/* 我们的服务 */
#weare_set{
    background: #f7f7f7;
    color: #00262c;
}
.service_div{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../images/service/bg.png');
}

/* 客户案例 */
#example_set{
    color: #00262c;
    position: relative;
}
.example_line{
    position: absolute;
    top: 0%;
    left: 17%;
    width: 30px;
}
.example_line_div{
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
}
.example_line_bg_line{
    width: 3px;
    height: 200px;
    background: #00706e;
}
.example_line_bg{
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 30px;
    background: #00706e;
}
.example_item{
    position: relative;
}
.example_item_text{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 11;
    height: 25%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fffc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 600;
}
.example_begin_hide{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 12;
    top: -4%;
    left: 0;
}
.example_begin_hide:hover{
    opacity: 1;
}
.owl-stage-outer{
    padding: 20px 0;
}
.example_item_img{
    padding: 0 4%;
}
.example_rela{
    position: relative;
}
.ndxy_title{
    position: absolute !important;
    width: 50% !important;
    left: 25% !important;
    top: 16% !important;
    border-radius: 0 !important;
}
.ndxy_cont{
    position: absolute !important;
    width: 78% !important;
    left: 11% !important;
    top: 45% !important;
    border-radius: 0 !important;
}
.ndxy_look{
    cursor: pointer;
    position: absolute !important;
    width: 40% !important;
    left: 11% !important;
    top: 78% !important;
    border-radius: 0 !important;
}
.ln_title{
    position: absolute !important;
    width: 58% !important;
    left: 21% !important;
    top: 17% !important;
    border-radius: 0 !important;
}
.kms_title{
    position: absolute !important;
    width: 48% !important;
    left: 26% !important;
    top: 17% !important;
    border-radius: 0 !important;
}
.xsc_title{
    position: absolute !important;
    width: 66% !important;
    left: 17% !important;
    top: 17% !important;
    border-radius: 0 !important;
}
.kpl_title{
    position: absolute !important;
    width: 52% !important;
    left: 24% !important;
    top: 17% !important;
    border-radius: 0 !important;
}
.ln618_title{
    position: absolute !important;
    width: 66% !important;
    left: 17% !important;
    top: 17% !important;
    border-radius: 0 !important;
}
.xtm_title{
    position: absolute !important;
    width: 58% !important;
    left: 21% !important;
    top: 17% !important;
    border-radius: 0 !important;
}
.stf_title{
    position: absolute !important;
    width: 48% !important;
    left: 26% !important;
    top: 17% !important;
    border-radius: 0 !important;
}


/* 公司荣誉 */
#honor_set{
    color: #000;
}
.honor_center{
    width: 100%;
    padding: 5%;
    color: #fff;
    background: #006f6d;
    /* margin-left: 15px; */
    margin-right: 15px;
}
.honor_list_img{
    width: 100%;
}
.col_4_first_div{
    height: 100%;
    width: 100%;
    /* background: #c7513d; */
}
.honor_top_orange{
    width: 26.8%;
    height: 520px;
    position: absolute;
    top: -6.5%;
    left: 7.4%;
    background: #c7513d;
    /* background: red; */
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor_introduce{
    width: 70%;
}
.honor_col_two{
    margin-top: 30px;
}
.jace_title_img{
    position: absolute;
    width: 52%;
    right: -2.3%;
    top: 66%;
}
.supor_title_img{
    position: absolute;
    width: 52%;
    right: -2.3%;
    top: 66%;
}
.honor_mask{
    height: 100%;
    width: 100%;
    background: #00000066;
    position: absolute;
    z-index: 99;
    /* margin-left: 15px; */
}
.honor_center_div{
    width: 100%;
}
.honor_mask_div{
    padding: 5%;
}
.honor_list_img_mask{
    opacity: 0;
}
.honor_list_img_mask:hover{
    opacity: 1;
}
#honor_list_img_mask1{
    margin-left: 0.7%;
    width: 97%;
}
#honor_list_img_mask2{
    margin-left: -6.5%;
    width: 97%;
}
#honor_list_img_mask3{
    width: 100%;
}
#honor_list_img_mask4{
    width: 100%;
}


/* 加入我们 */
#joinus_set{
    color: #00262c;
}
.joinus_line{
    position: absolute;
    top: -4.8%;
    width: 3.3%;
    right: 3.5%;
}
.joinus_title_img{
    width: 80%;
}
.joinus_content{
    width: 55%;
    margin-left: 45%;
    text-align: left;
    margin-top: -7%;
}
.job_all{
    width: 100%;
    background: #f4f4f4;
    position: relative;
}
.job_rise{
    text-align: right;
    padding-right: 5%;
    padding-top: 2%;
}
.job_rise_b{
    font-size: 5rem;
    padding-left: 20px;
    color: #006f6d;
}
.joinus_but{
    text-align: right;
    padding-right: 5%;
    padding-top: 2%;
}
.joinus_but_img{
    width: 15%;
}
.job_content{
    width: 90%;
    margin-left: 5%;
    margin-top: 3%;
    text-align: left;
    padding-bottom: 1%;
    min-height: 250px;
}
.job_content_ul li{
    margin-top: 1%;
}
.joinus_job_div{
    position: absolute;
    width: 30%;
    top: -29%;
    left: -5%;
}
.joinus_job_bg{
    width: 100%;
}
.joinus_job_div_item{
    position: relative;
    z-index: 9999;
}
#joinus_mask1{
    position: absolute;
    width: 33%;
    left: 7%;
    top: 30%;
    opacity: 1;
}
#joinus_mask2{
    position: absolute;
    width: 33%;
    left: 33.5%;
    top: 30%;
    opacity: 0;
}
#joinus_mask3{
    position: absolute;
    width: 33%;
    left: 60.5%;
    top: 30%;
    opacity: 0;
}
#joinus_mask4{
    position: absolute;
    width: 33%;
    left: 7%;
    top: 56%;
    opacity: 0;
}
#joinus_mask5{
    position: absolute;
    width: 33%;
    left: 33.5%;
    top: 56%;
    opacity: 0;
}


/* 联系我们 */
#contact_set{
    position: relative;
    color: #00262c;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-image: url('../images/contact/bg1.png');
}
/* .contact_top{
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-image: url('../images/contact/bg1.png');
} */
.contact_form_row{
    margin-left: 0;
}
.contact_form_left{
    display: flex;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    padding-right: 3%;
}
.contact_form_right{
    display: flex;
    text-align: center;
    justify-content: start;
    align-items: center;
    padding-left: 3%;
}
.contact_form_center{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.form-control{
    width: 60%;
    text-align: center;
    background: #c7513d;
    color: #fff;
}
.form-control:focus {
    background: #c7513d;
}
#message{
    width: 62.4%;
    text-align: left;
}
.contact_button{
    width: 200px;
    cursor:pointer;
}
textarea.form-control{
    height: 100px;
}
.contact_form_bottom{
    min-height: 100px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-image: url('../images/contact/but.png');
}
.botm_txt{
    color: #fff;
}
.bot_img{
    margin-bottom: 10px;
    width: 30px;
}

/* 客户案例弹窗 */
.pop_message{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: #00000080; */
    z-index: 99999;
    width: 100%;
    display: none;
    /* background-size: 100%; */
    background-repeat: repeat;
    background-image: url('../images/pop/bg80.png');
}
.pop_message_div{
    width: 90vh;
}
.submit_txt{
    width: 100%;
    position: absolute;
    top: -200%;
    font-size: 20px;
    text-align: center;
    display: none;
}
.submit_span{
    padding: 20px 40px;
    color: #fff;
    background: #0009;
    border-radius: 10px;
}
.contact_set_div{
    margin-top: -5%;
}
.textarea_style{
    color: #b5b5b5 !important;
    background: #fff;
    border: 1px solid #000;
    text-align: center !important;
}
.textarea_style:focus {
    background: #fff;
}
.textarea_style:-moz-placeholder {   
    color: #b5b5b5 !important;
}
.textarea_style:-ms-input-placeholder { 
    color: #b5b5b5 !important;
}
.textarea_style::-webkit-input-placeholder { 
    color: #b5b5b5 !important;
} 


/* swiper样式修改 */
.swiper-pagination-new{
    position: absolute;
    bottom: -30px !important;
}
.swiper-pagination-bullet-active{
    background: #006f6d !important;
}





/* 兼容手机端样式 */
@media (max-width: 667px) {
    .index_title{
        padding-bottom: 10%;
    }
    .globalFontSize32rem{
        font-size: 2rem;
    }
    .globalFontSize19rem{
        font-size: 1.3rem;
    }
    .globalFontSize16rem{
        font-size: 1.2rem;
    }
    .globalFontSize14rem{
        font-size: .9rem;
    }
    .padbotm30{
        padding-bottom: 1px;
    }
    .padbotm10{
        padding-bottom: 5px;
    }
    .abus_col_4{
        justify-content: center;
    }
    .aboutus_icon1{
        height: 65px;
    }
    .line_height_50{
        height: 20px;
    }
    .aboutus_line{
        display: none;
    }
    .font_style_oblique{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .globalFontSize12rem{
        font-size: .8rem;
    }
    .mobile_text_center{
        text-align: center;
    }
    .aboutus_icon2{
        height: 50px;
    }
    .aboutus_icon3{
        height: unset;
    }
    .aboutus_icon4{
        height: unset;
    }
    .aboutus_icon5{
        height: 50px;
    }
    .gywm_row .col-md-5{
        width: 41.67%;
    }
    .gywm_row .col-md-7{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 58.33%;
    }
    .gywm_row .col-md-9{
        width: 75%;
    }
    .gywm_row .col-md-3{
        width: 25%;
    }
    .qy_row_two{
        width: 80%;
        margin-left: 10%;
    }
    .qy_row_one .col-md-2{
        width: 50%;
    }
    .qy_row_two .col-md-2{
        width: 50%;
    }
    .culture_bottom {
        padding-top: 5%;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .fwpp_row .col-md-3{
        width: 50%;
    }
    .band_content{
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    .band_logo_list {
        height: 280px;
    }
    .example_line{
        display: none;
    }
    .pop_message{
        position: fixed;
    }
    .pop_message_div{
        width: 100%;
    }
    .honor_top_orange{
        width: 100%;
        height: unset;
        position: unset;
        padding: 20px;
    }
    .honor_introduce{
        width: 50%;
    }
    .honor_col_two{
        margin-top: 5%;
    }
    .ry_col_down_1{
        margin-top: 5%;
    }
    #honor_list_img_mask1{
        margin-left: 0%;
        width: 91%;
    }
    #honor_list_img_mask2{
        margin-left: 0%;
        width: 91%;
        margin-top: 4%;
    }
    #honor_list_img_mask4{
        margin-top: 5.8%;
    }
    .honor_mask {
        height: 79.2%;
    }
    .joinus_content {
        width: 65%;
    }
    .joinus_job_div{
        position: absolute;
        width: 45%;
        top: -17%;
        left: -6%;
    }
    .job_content{
        width: 95%;
        margin-left: 0;
        min-height: 400px;
    }
    .contact_form_row{
        margin-top: 5%;
    }
    .contact_form_right,.contact_form_left{
        justify-content: center;
        padding: 0%;
    }
    #message,.form-control{
        width: 80%;
    }
    #contact_set{
        background-size: 100% 100%;
    }
    .contact_set_div {
        margin-top: -45%;
    }
    .contact_form_bottom{
        padding: 20px;
        background-size: 100% 100%;
    }
    .example_item_text{
        font-size: 1rem;
    }
    .sub_row_col{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        margin-left: 5%;
    }
    .contact_button {
        width: 150px;
    }
    .form-control{
        margin-bottom: 10px;
    }
    .joinus_but_img{
        width: 30%;
    }
    .joinus_but{
        padding-right: 3%;
    }
    .job_rise{
        padding-right: 3%;
    }
    .job_rise_b{
        padding-left: 5px;
        font-size: 2rem;
    }
    .job_rise .globalFontSize14rem {
        font-size: .8rem;
    }
}



/* 手机端样式 */
.mobile_center{
    position: relative;
    z-index: 99;
    color: #00262c;
}
.mobile_index{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 100vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-image: url('../images/mobile/index/bg.png');
}
.slide01{
    height: 100vh;
    background-repeat: repeat;
    background-size: 100% 100%;
    background-image: url('../images/mobile/index/bg_r.png');
}
.mobile_index_logo{
    width: 80%;
    margin-left: 20%; 
}
.mobile_index_title{
    width: 40%;
}
.mobile_about_us{
    height: 100vh;
}
.mobile_about_us_cent{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
}
.mobile_about_us_two{
    display: flex;
    align-items: center;
}
.mobile_abus_top_tit{
    color: #c6513c;
    font-size: 4rem;
}
.mobile_about_us_three{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
.mobile_about_1{
    width: 15%;
}
.mobile_about_2{
    width: 64%;
}
.mobile_about_3{
    width: 64%;
}
.mobile_about_4{
    width: 12%;
}
.mobile_aboutus_line{
    /* display: none; */
    position: absolute;
    top: -28%;
    left: 13%;
    width: 30px;
}
.mobile_aboutus_line_div{
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
}
.mobile_aboutus_line_bg_line{
    width: 2px;
    height: 500px;
    background: #00706e;
}
.mobile_aboutus_line_bg{
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 30px;
    background: #00706e;
}

.display_flex_center{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
}
.mobile_culture{
    color: #fff;
}
.mobile_culture_cen{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.mobile_culture_list{
    padding: 20% 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-image: url('../images/culture/bg.png');
}
.mobile_culture_ls{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.mobile_culture_ls_title{
    width: 100%;
    text-align: center;
    color: #13bbba;
    margin-top: 6%;
}


.mobile_fwpp{
    padding-top: 50px;
}
.mobile_fwpp_data{
    width: 90%;
    margin-left: 5%;
    padding: 10% 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-image: url('../images/mobile/index/fupp_bg.png');
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 40px;
}
.mobile_fwpp_data_item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_fwpp_data_item_1{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_band_icon_img{
    width: 18%;
    margin-right: 5%;
}
.mobile_band_title_img{
    width: 45%;
}
.mobile_fwpp_icon_1{
    width: 30%;
}
.fwpp_icon_list{
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
}

.service_div_mobile{
    height: 100vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.mobile_service_title{
    width: 100%;
    margin-top: -12%;
}
.mobile_gallery_list{
    padding: 20px 60px;
}


.mobile_example_set{
    height: 100vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.weare_section{
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
}

.mobile_company{
    height: 100vh;
}
.mobile_company_div{
    height: 100vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mobile_com_title{
    width: 100%;
    margin-top: 5%;
}
.pop_message_image{
    display: none;
}


.mobile_company_swiper{
    width: 100%;
    position: relative;
    margin-top: 8%;
}
.mobile_company_section{
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
    /* box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important; */
    box-shadow: 0 0px 26px 0 rgb(0 0 0 / 15%), 0 6px 20px 0 rgb(0 0 0 / 10%) !important;
}
.mobile_honor_img{
    display: none;
    position: absolute;
    z-index: 99;
}
#mobile_honor_img_mask_1{
    top: 0;
    left: 0;
    width: 100%;
}
#mobile_honor_img_mask_2{
    top: 0;
    left: 0;
    width: 100%;
}
#mobile_honor_img_mask_3{
    top: 0;
    left: 0;
    width: 100%;
}
#mobile_honor_img_mask_4{
    top: 0;
    left: 0;
    width: 100%;
}
.show_mask{
    display: block;
}

.mobile_joinUs{
    padding-top: 50px;
}
.mobile_joinUs_cen{
    position: relative;
}
.mobile_joinus_content{
    width: 100%;
    margin-bottom: -22%;
    z-index: 88;
    position: relative;
    margin-top: 10%;
}
.mobile_joinus_job_div{
    width: 80%;
    margin-left: 10%;
}
.mobile_joinus_but_img{
    width: 27%;
}
.mobile_job_rise_b{
    font-size: 3rem;
    color: #00706e;
    padding-right: 9%;
}
.mobile_job_rise{
    padding: 5% 0;
    text-align: right;
}
.mobile_joinus_but{
    padding-right: 10%;
    text-align: right;
}
.mobile_job_content{
    width: 86%;
    margin-left: 5%;
    text-align: left;
    margin-top: 5%;
}


.mobile_lianxi{
    height: 100vh;
    position: relative;
    color: #00262c;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    background-image: url('../images/mobile/index/bg_last.png');
}
.mobile_lianxi_center{
    height: 83vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mobile_culture_ft{
    font-size: .9rem;
}
.mobile_culture_te{
    font-size: 1.2rem;
}
.menu_img{
    width: 30px;
    margin-top: 0;
    margin-right: 0;
}
.navbar-nav li{
    margin-left: 0;
}
.margin_top_10{
    margin-top: -10px;
}
.margin_top_15{
    margin-top: -15px;
}



/* swiper样式修改 */
.swiper-pagination-weare{
    position: absolute;
    bottom: -40px !important;
    --swiper-navigation-size:0;
}
.swiper-pagination-weare .swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,5px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,5px));
}
.weare_div{
    position: relative;
}
.weare_left{
    position: absolute;
    top: 44%;
    left: 7%;
    width: 15px;
}
.weare_right{
    position: absolute;
    top: 44%;
    right: 7%;
    width: 15px;
}

/* swiper样式修改 */
.swiper-pagination-new{
    position: absolute;
    bottom: -40px !important;
    --swiper-navigation-size:0;
}
.swiper-container .swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,5px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,5px));
}
.carousel_left{
    position: absolute;
    top: 44%;
    left: -4%;
    width: 15px;
}
.carousel_right{
    position: absolute;
    top: 44%;
    right: -4%;
    width: 15px;
}

/* swiper样式修改 */
.swiper-pagination-company{
    position: absolute;
    bottom: -35px !important;
    --swiper-navigation-size:0;
}
.swiper-pagination-company .swiper-pagination-bullet{
    width: 50px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,5px));
}
.swiper-pagination-company .swiper-pagination-bullet:first-child{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.swiper-pagination-company .swiper-pagination-bullet:last-child{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.swiper-pagination-company .swiper-pagination-bullet-active{
    border-radius: 10px !important;
    background: #c7513d !important;
}
.company_left{
    position: absolute;
    top: 44%;
    left: 5%;
    width: 15px;
}
.company_right{
    position: absolute;
    top: 44%;
    right: 5%;
    width: 15px;
}
.mobile_job_div{
    margin-top: -170px;
    padding-top: 170px;
    background: #f4f4f4;
    padding-bottom: 50px;
}


.mobile_index_logo_new{
    position: fixed;
    top: 40%;
    left: 25%;
    width: 50%;
}
.mobile_index_logo_new_last{
    position: fixed;
    top: 2%;
    width: 25%;
    left: 37.5%;
}
.mobile_updown{
    position: fixed;
    width: 10%;
    left: 45%;
    bottom: 10%;
}



.new_index_line{
    position: absolute;
    left: 47%;
    width: 100px;
    height: 200px;
    background: #00706e;
    width: 2px;
    top: 120px;
}
.last_row_col6{
    position: absolute;
    right: 0;
}
.index_logo_new{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}
.index_title_new{
    position: absolute;
    top: 40%;
    left: 18%;
    width: 40%;
}
#index_set .fp-scroller{
    width: 100% !important;
    overflow: hidden !important;
    height: 100% !important;
}
#index_set .fp-tableCell .fp-scrollable{
    display: flex;
    margin-top: 0px !important;
    align-items: center !important;
}
#index_rows{
    align-items: center;
}
#index_div{
    height: 100%;
}