﻿@charset "utf-8";

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    src: url(../fonts/ROBOTO-BOLD.woff2);
}

body {
    color: #666;
    word-break: break-word;
}

.m_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.m_col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

/*font*/
.font36 {
    font-size: 36px;
}

@media all and (max-width:991px) {
    .font36 {
        font-size: 30px;
    }

}

@media all and (max-width:767px) {
    .font36 {
        font-size: 26px;
    }

}

.w100 {
    width: 100%;
}

.m_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .m_container {
        max-width: 100%
    }

}

@media (min-width:768px) {
    .m_container {
        max-width: 100%;
    }

}

@media (min-width:992px) {
    .m_container {
        max-width: 960px;
    }

}

@media (min-width:1280px) {
    .m_container {
        max-width: 1200px;
    }

}

@media (min-width:1366px) {
    .m_container {
        max-width: 1330px;
    }

}

@media (min-width:1580px) {
    .m_container {
        max-width: 1470px;
    }

}

@media (min-width:768px) {
    .trans, .m_nav ul li a:after, .about_last_list .about_last_l, .about_last_list .about_last_r {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

}

/*about*/
.page_height {
    width: 100%;
    height: 100px;
}

.m_nav {
    width: 100%;
    min-height: 62px;
    background: rgba(43, 47, 63, 0.7);
    z-index: 10;
}

.m_nav ul:after {
    content: '';
    height: 0;
    clear: both;
    display: block;
}

.m_nav ul li {
    float: left;
}

.m_nav ul li a {
    display: inline-block;
    padding: 0 32px;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    z-index: 8;
}

.m_nav ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    z-index: -1;
}

.m_nav ul li.current a:after, .m_nav ul li:hover a:after {
    background: #00ADEF;
    width: 100%;
    left: 0;
}

.m_page_right {
    text-align: right;
    margin-top: 24px;
}

.m_page_right:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
}

.m_page_right .a {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 18px;
}

.m_page_right .a:first-child {
    padding-left: 0;
}

.m_page_right .a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
}

.m_page_right .a:first-child:before {
    display: none;
}

.m_page_right .a.m_page_home {
    padding-left: 36px;
    background-image: url(../images/icon_home.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: right center;
}

.m_page_right .a.m_page_up {
    position: relative;
}

.m_page_right .a.share_btn {
    padding-left: 36px;
    background-image: url(../images/about_ico_share.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.m_page_right .a:hover {
    color: #fff;
}

.m_about_bg {
    height: calc(100vh - 100px);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.m_about_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.m_about_text h2 {
    font-weight: 700;
    color: #FFFFFF;
    padding-bottom: 40px;
    position: relative;
}

.font56 {
    font-size: 56px;
    line-height: 1.4;
}

.m_about_text h2 span {
    display: block;
}

@media(max-width:1200px) {
    .m_nav ul li a {
        padding: 0 25px;
    }

}

@media(max-width:1000px) {
    .m_nav {

        /*height: auto;*/

        /*overflow: auto;*/
    }

    .m_nav ul li a {
        padding: 0 15px;
    }

}

@media(max-width:768px) {
    .m_nav_m {
        height: 62px;
        position: relative;
        z-index: 1;
    }

    .m_nav_m .box_ {
        padding-left: 20px;
    }

    .m_nav_m .box_ span {
        line-height: 62px;
        color: #fff;
        font-size: 18px;
    }

    .m_nav_m .box_ .icon {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../images/about_ico_click_2.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25px;
        transition: all .3s;
    }

    .m_nav_m .box_.active .icon {
        transform: translateY(-50%) rotate(180deg);
    }

    .m_nav_m  .drop_down {
        position: absolute;
        width: 100%;
        background-color: rgba(43, 47, 63, 1);
        left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 20px;
        display: none;
    }

    .m_nav_m  .drop_down a {
        display: block;
        font-size: 18px;
        color: rgba(255, 255, 255, .8);
        padding: 10px 0;
    }

    .m_page_right .a.m_page_up {
        display: none;
    }

    .m_page_right .a:before {
        top: 4px;
    }

    .m_page_right:after {
        top: 4px;
    }

    .m_page_right .a {
        line-height: 24px;
        display: inline-block;
        height: 20px;
    }

}

.m_about_down {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    height: 0;
    text-align: left;
    z-index: 9;
}

.m_about_down a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-block;
    background-color: #00ADEF;
    background-image: url(../images/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.m_about_first {
    padding: 90px 0 60px 0;
}

.m_about_first .left {
    float: left;
    width: 32%;
    padding-right: 30px;
}

.m_about_first .right {
    float: right;
    width: 68%;
}

.m_about_first .left h3 {
    color: #2B2F3F;
    font-weight: 700;
    line-height: 1.4;
}

.m_about_first .right p {
    line-height: 26px;
    font-size: 16px;
}

.m_about_first .right p:not(:last-child) {
    margin-bottom: 30px;
}

.m_about_first .m_row {
    margin-left: -7px;
    margin-right: -7px;
}

.m_about_first .col {
    width: 33.33%;
    float: left;
    padding: 0 7px;
}

.m_about_techno {
    overflow: hidden;
}

.m_about_two {
    position: relative;
    height: 656px;
    overflow: hidden;
}

.m_techno_bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.m_techno_bg .bg {
    margin: 0 auto;
    height: 100%;
    background-image: url(../images/about_img_02.jpg);
    background-size: cover;
    background-position: center;
    transition: width .6s;
}

.m_about_techno .m_thechno_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 47, 63, 0.6);
}

.m_about_techno .m_thechno_mask:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m_techno_text {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 80px;
}

.m_techno_text h3, .m_techno_text p {
    color: #fff;
}

.m_techno_text h3 {
    padding-bottom: 25px;
    position: relative;
}

.m_techno_text h3:after {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #FFFFFF;
}

.m_techno_text p {
    padding-top: 45px;
    max-width: 995px;
    margin: 0 auto;
    line-height: 26px;
    font-size: 16px;
}

.m_about_click2 {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 38px;
    height: 38px;
    cursor: pointer;
    background-image: url(../images/about_ico_click_2.svg);
    background-size: 38px 38px;
    background-repeat: no-repeat;
}

.m_about_click2 span {
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background-image: url(../images/about_ico_click_2.svg);
    background-size: 38px 38px;
    background-repeat: no-repeat;
}

.m_three_sub {
    font-weight: bold;
    color: #00ADEF;
    line-height: 1.3;
    padding-bottom: 30px;
}

.m_three_text {
    padding-bottom: 30px;
}

.m_three_text p {
    line-height: 1.5;
    font-size: 16px;
}

.m_about_last_bg {
    background: #EEEEEE;
    padding: 60px 0;
}

.m_last_sub {
    font-weight: bold;
    color: #2B2F3F;
}

.about_last_list {
    padding-top: 35px;
    position: relative;
}

.about_last_list .about_last_l, .about_last_list .about_last_r {
    width: 50px;
    height: 50px;
    background-color: #2B2F3F;
    background-size: 22px 22px;
    background-repeat: no-repeat;
}

.about_last_list .about_last_l {
    left: -90px;
    background-image: url(../images/about_left_ico.svg);
}

.about_last_list .about_last_r {
    right: -90px;
    background-image: url(../images/about_right_ico.svg);
}

.about_last_list .about_last_l:hover, .about_last_list .about_last_r:hover {
    background-color: #00ADEF;
}

.about_last_img {
    position: relative;
    overflow: hidden;
}

.about_last_img i {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.about_last_text {
    padding-top: 24px;
}

.about_last_list .about_last_text {
    text-align: center;
}

.about_last_list .about_last_text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about_last_list .swiper-slide:hover .about_last_img i {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

@media all and (max-width:1680px) {
    .about_last_list .about_last_l {
        left: -70px;
    }

    .about_last_list .about_last_r {
        right: -70px;
    }

}

@media all and (max-width:1440px) {
    .about_last_list {
        padding-left: 50px;
        padding-right: 50px;
    }

    .about_last_list .about_last_l {
        left: -20px;
    }

    .about_last_list .about_last_r {
        right: -20px;
    }

    .font56 {
        font-size: 52px;
    }

}

@media all and (max-width:1280px) {
    .font56 {
        font-size: 48px;
    }

}

@media all and (max-width:991px) {
    .font56 {
        font-size: 44px;
    }

    .about_last_list {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about_last_list .about_last_l, .about_last_list .about_last_r {
        width: 40px;
        height: 40px;
    }

    .about_last_list .about_last_l {
        left: -15px;
    }

    .about_last_list .about_last_r {
        right: -15px;
    }

}

@media all and (max-width:768px) {
    .font56 {
        font-size: 40px;
    }

    .about_last_list .about_last_text h3 {
        font-size: 20px;
    }

    .m_three_text p, .m_techno_text p {
        font-size: 16px;
    }

}

@media all and (max-width:767px) {
    .font56 {
        font-size: 32px;
    }

    .m_about_first {
        padding: 50px 0;
    }

    .m_about_first .left {
        width: 100%;
        padding-right: 0;
    }

    .m_about_first .right {
        width: 100%;
        padding-top: 30px;
    }

    .m_about_first .col {
        width: 100%;
        padding-bottom: 15px;
    }

    .m_three_text {
        display: block;
    }

    .m_three_text .m_col {
        padding-bottom: 15px;
    }

    .m_about_two {
        height: auto;
    }

    .m_techno_text {
        position: relative;
        transform: inherit;
        left: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        top: inherit;
    }

}

@media(max-width:768px) {
    .page_height {
        height: 64px;
    }

}

/*culture*/
.grey_default a {
    color: rgba(153, 153, 153, 0.50) !important;
}

.m_page_right.grey_default .a.m_page_home {
    background-image: url(../images/icon_home_grey.svg);
}

.m_page_right.grey_default .a:before {
    background: rgba(153, 153, 153, 0.50);
}

.m_page_right.grey_default .a.share_btn {
    background-image: url(../images/about_ico_share2.svg);
}

/*team*/
.pagetext {
    padding-top: 112px;
}

.pagetext .h2 {
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
    max-width: 463px;
}

.pagetext .strong {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.team_show {
    position: relative;
    width: 100%;
    height: 500px;
    overflow-x: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.team_show:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.30);
}

.index_first {
    padding: 65px 0 40px 0;
}

.index_first .left {
    max-width: 50%;
    padding-right: 30px;
}

.index_first .left span {
    color: #AAA;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}

.index_first .left p {
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #333333;
}

.index_first .right {
    width: 50%;
    max-width: 616px;
}

.index_first .right p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 22px;
}

.team_cont {
    overflow-x: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.team_two {
    margin-bottom: 100px;
    height: 420px;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.teamt_l {
    width: 50%;
    max-width: 608px;
    float: left;
    height: 100%;
    background: rgba(0, 173, 239, 0.80);
    padding: 30px 62px;
}

.teamt_l {
    display: flex;
    align-items: center;
}

.teamt_l h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.teamt_l p {
    font-size: 16px;
    padding: 15px 0;
    line-height: 28px;
    color: #FFFFFF;
}

.team_pic {
    display: none;
}

.mobile_show {
    display: none !important;
}

@media(max-width:991px) {
    .team_two {
        height: auto;
    }

}

@media(max-width:767px) {
    .team_show {
        background: none !important;
        height: auto;
        overflow-x: inherit;
    }

    .team_pic {
        display: block;
    }

    .mobile_show {
        display: block !important;
    }

    .team_show .m_nav {
        position: absolute;
        left: 0;
        top: 0;
    }

    .team_show .pagetext {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding-top: 0;
    }

    .pagetext .strong {
        font-size: 14px;
    }

    .team_show .m_page_right {
        margin-top: 15px;
        width: 100%;
       
    }
    .m_page_right {
         display: none !important;
    }
    .index_first .left {
        width: 100%;
        max-width: inherit;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .index_first .right {
        width: 100%;
        max-width: inherit;
    }

    .index_first {
        padding: 40px 0 0px 0;
    }

    .team_two {
        height: auto;
        margin-bottom: 50px;
        overflow: hidden;
        background-image: none !important;
    }

    .teamt_l {
        width: 100%;
        padding: 30px 30px;
        max-width: 100%
    }

    .teamt_l p {
        padding: 5px 0;
    }

}

/*Milestones*/
.mil_bg {
    padding-top: 90px;
    padding-bottom: 100px;
}

.public_title h3 {
    color: #333;
    font-weight: 400;
    line-height: 1.2;
}

.public_title p {
    padding-top: 10px;
    color: #AAA;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}

.eng_t {
    padding-top: 90px;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.eng_text {
    padding-top: 40px;
}

.eng_text p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.mil_bg .top {
    position: relative;
    z-index: 1;
}

.mil_bg .top .floor_bg {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 42%;
    z-index: -1;
}

.mil_bg .bottom {
    margin-top: 50px;
    position: relative;
}

.mil_bg .left_top {
    position: absolute;
    top: 15%;
    left: 0;
    padding: 0 5%;
    width: 100%;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.mil_bg .right_botom {
    position: absolute;
    bottom: 45px;
    right: 35px;
    color: #FFF;
    text-align: right;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

@media(max-width:991px) {
    .mil_bg {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .eng_t {
        padding-top: 60px;
    }

    .eng_t, .mil_bg .left_top {
        font-size: 20px;
    }

    .mil_bg .right_botom {
        bottom: 30px;
    }

}

@media(min-width:768px) {
    .mil_bg .bottom {
        background-image: none !important;
    }

}

@media(max-width:767px) {
    .eng_t, .mil_bg .left_top {
        font-size: 16px;
        font-size: 400;
    }

    .mil_bg .right_botom {
        bottom: 15px;
        right: 15px;
    }

    .mil_bg .bottom {
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .mil_bg .bottom img {
        display: none;
    }

}

/*certificates*/
.cer_title {
    padding-top: 90px;
    padding-bottom: 100px;
}

.cer_bottom {
    width: 100%;
    padding-top: 50px;
}

.cer_bottom .pd {
    padding-right: 0;
}

.cer-container {
    padding-bottom: 70px;
}

.cer-container .swiper-pagination {
    top: inherit;
    bottom: 0;
}

.cer-container .swiper-pagination-progressbar {
    background: #D9D9D9;
    height: 5px;
}

.cer-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #00A0E9;
}

.cer-container .bg {
    padding: 50px;
    border-radius: 4px;
    background-image: url(../images/cer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}

.cer_title_t {
    width: 60%;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding-right: 30px;
}

.cer-container .thumb {
    flex: 1;
    text-align: right;
}

.cer-container .thumb {
    position: relative;
    overflow: hidden;
}

.cer-container .thumb i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width:1366px) {
    .cer_title_t {
        font-size: 26px;
    }

}

@media(max-width:1280px) {
    .cer-container .bg {
        padding: 40px;
    }

    .cer_title_t {
        font-size: 24px;
    }

}

@media(max-width:991px) {
    .cer_title {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .cer-container .bg {
        padding: 30px;
    }

}

@media(max-width:767px) {
    .cer_title {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cer-container .bg {
        display: block;
        padding: 30px 20px;
    }

    .cer_title_t {
        width: 100%;
        padding-right: 0;
        height: 50px;
        line-height: 25px;
        font-size: 18px;
    }

    .cer-container .thumb {
        margin-top: 20px;
    }

    .cer-container {
        padding-bottom: 40px;
    }

}

/*cooperration*/
.clearfix:after {
    content: '';
    height: 0;
    clear: both;
    display: block;
}

.coop_bg {
    padding-top: 90px;
    padding-bottom: 70px;
    background: #F6F6F6;
}

.coop_list {
    padding-top: 40px;
}

.coop_list ul {
    margin-left: -10px;
    margin-right: -10px;
}

.coop_list ul li {
    width: 25%;
    float: left;
    padding: 10px;
}

.coop_list .thumb {
    position: relative;
    overflow: hidden;
}

.coop_list .thumb i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .4s;
}

.coop_list ul li .thumb:hover i {
    transform: scale(1.03);
}

@media(max-width:991px) {
    .coop_bg {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .coop_list ul li {
        width: 33.33%;
    }

}

@media(max-width:767px) {
    .coop_bg {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .coop_list ul li {
        width: 50%;
    }

}

/*job*/
.job_bg {
    padding-top: 90px;
    padding-bottom: 100px;
}

.job_mid {
    margin-top: 50px;
    height: 500px;
    position: relative;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.jobmid_nei {
    max-width: 460px;
    width: 50%;
    padding: 58px;
    background: rgba(0, 173, 239, 0.80);
    height: 100%;
    float: right;
}

.jobmid_pic {
    display: none;
}

.jobmid_nei .jobmid_cont {
    padding-top: 22px;
    position: relative;
    height: 100%;
    width: 100%;
}

.jobmid_nei .jobmid_cont:before {
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.jobmid_nei .jobmid_cont p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    line-height: 28px;
}

.jobmid_nei .jobmid_a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #FFFFFF;
}

.jobmid_nei .jobmid_a a {
    color: #fff;
    font-size: 16px;
}

@media(max-width:991px) {
    .job_bg {
        padding-top: 60px;
    }

}

@media(max-width:767px) {
    .job_bg {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .jobmid_pic {
        display: block;
    }

    .job_mid {
        padding-top: 0;
        background: none !important;
        height: auto;
        margin-bottom: 50px;
    }

    .jobmid_nei {
        max-width: 100%;
        width: 100%;
        padding: 30px;
        height: 100%;
    }

    .jobmid_nei .jobmid_cont {
        padding-bottom: 50px;
    }

}

.joblist {
    padding-top: 60px;
}

.jotis {
    background: #E8E8E8;
}

.jot span {
    display: block;
    width: 25%;
    text-align: center;
    float: left;
    line-height: 80px;
    height: 80px;
    overflow: hidden
}

.jotis span {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.jod {
    background: #fff;
    border: 1px solid #E8E8E8;
    margin: 9px 0;
}

.jod>span {
    color: #333333;
    font-size: 17px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s
}

.jod>span:first-child {
    font-weight: bold;
}

.jotxs {
    position: relative;
    margin-bottom: 2px;
    background: #fff;
}

.jos {
    width: 100%;
    background: #fff;
    display: none;
}

.jos .bodr {
    border: none;
    border-top: 0;
    background-color: #F2F2F2;
    padding: 36px;
}

.jos .bodr span {
    display: block;
    border-top: none;
    padding-top: 0;
    margin-top: 50px;
}

.jotxs .line {
    background: url(../images/jobhui.svg) no-repeat center center;
    width: 80px;
    height: 80px;
    top: 0px;
    right: 0px;
    display: block;
    position: absolute
}

.jotxs .arrow {
    width: 80px;
    height: 80px;
    border-left: 1px solid #E8E8E8;
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: inherit;
    right: 0;
    transition: .3s;
    -webkit-transition: .3s
}

.jotxs.act .jod>span, .jotxs:hover .jod>span {
    background: 0 0
}

#jo2 span a {
    font-size: 16px;
    color: #fff;
    background: #afd0e3;
    border: 1px solid #afd0e3;
    width: 185px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    padding: 0;
}

#jo2 span a:hover {
    background: #fff;
    color: #333;
}

.jos h3 {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    margin: 10px 0 4px;
    line-height: 30px
}

.jos p {
    font-size: 16px;
    color: #666;
    line-height: 28px
}

.bodr span a {
    font-size: 14px;
    color: #333;
    background: #D8D8D8;
    padding: 8px 44px
}

.act .jod {
    background: #00ADEF;
    margin-bottom: 0;
}

.act .jod span {
    color: #fff;
}

.act .line {
    background: url(../images/joblan.png) no-repeat center center;
}

@media screen and (max-width:1280px) {
    .jot span:nth-child(3) {
        width: 12%
    }

}

@media screen and (max-width:991px) {
    .jobmid_nei {
        padding: 45px;
    }

    .jot span:nth-child(3) {
        display: none;
    }

}

@media screen and (max-width:767px) {
     .jobmid_nei {
        padding: 30px 20px;
    }
    .joblist {
    padding-top: 0px;
}
    .jot span:nth-child(4) {
        display: none;
    }

    .jot span {
        width: 40%;
        padding-left: 15px;
    }

    .jotxs .arrow {
        width: 40px;
    }

    .jotxs .line {
        width: 40px;
    }

    .jod > span {
        font-size: 16px;
        font-weight: 500 !important;
    }

    .jotis span {
        font-size: 18px;
    }

    .jos .bodr {
        padding: 15px;
    }

    .jos .bodr span {
        margin-top: 20px;
    }

}

@media screen and (max-width:340px) {

 .jotis span {
        font-size: 16px;
    }

}
/*contact*/
.contact_bg {
    background: #EEE;
    padding: 90px 0 100px 0;
}

@media(max-width:991px) {
    .contact_bg {
        padding-top: 60px;
    }

}

@media(max-width:767px) {
    .contact_bg {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

/*job detail*/
.recuit label.name {
    width: 90px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.recuit label.name span {
    display: inline-block;
}

.recuit .text-area {
    flex: 1;
    float: left;
}

.recuit input[type=text] {
    width: 100%;
    background: #F0F0F0;
    border: none;
    outline: 0;
    height: 48px;
    padding: 5px 10px;
    line-height: 38px;
    box-shadow: none;
    font-size: 16px;
    color: #1d1d1d;
    border-radius: 0;
}

.recuit input[type=radio] {
    height: 34px;
    margin-top: 0px;
    vertical-align: -12px;
    margin-right: 6px;
    -webkit-appearance: radio;
}

.recuit select {
    width: 72%;
    float: left;
}

.recuit .form-group {
    display: flex;
    align-items: center;
    line-height: 48px;
    margin-bottom: 35px;
}

.recuit .form-group:last-child {
    margin-bottom: 0;
}

.recuit .btn {
    width: 177px;
    display: inline-block;
    color: #fff !important;
    padding: 0;
    font-size: 16px;
    height: 56px;
    border: 0;
    line-height: 56px;
    background: #00ADEF;
    outline: 0;
    cursor: pointer;
}

.recuit textarea {
    width: 100%;
    float: left;
    font-family: inherit;
    background: #F0F0F0;
    padding: 10px !important;
    border: none;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    color: #1d1d1d;
    border-radius: 0;
}

.message_code span {
    margin-left: 5px;
}

.message_code span img {
    max-height: 50px;
}

.red {
    font-size: 24px;
    color: #D7000F;
}

.messyz {
    padding-left: 10px;
}
.messyz img {
    height: 48px;
}

@media screen and (max-width:1199px) {
    .recuit label.name {
        width: 32%;
    }

    .recuit .text-area {
        width: 68%;
    }

    .recuit select {
        width: 68%;
    }

}

@media screen and (max-width:991px) {
    .jobyp .col-md-4 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .recuit .form-group:after {
        content: '';
        display: block;
        visibility: hidden;
        clear: both;
    }

    .recuit .form-group {
        margin-bottom: 30px;
    }

    .recuit label.name {
        width: 25%;
    }

    .recuit .text-area {
        width: 75%;
    }

    .recuit select {
        width: 75%;
    }

    .recuit textarea {
        width: 100%;
    }

}

@media screen and (max-width:767px) {
    .recuit label.name {
        width: 28%;
    }

    .recuit .text-area {
        width: 72%;
    }

    .recuit select {
        width: 72%;
    }

    .red {
        font-size: 14px;
    }

    .job_down {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .jobyp .col-md-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .jobyp .recuit .col-md-12 .text-area {
        width: 100%;
    }

}

@media screen and (max-width:374px) {
    .recuit label {
        width: 100%;
    }

    .recuit input[type=text] {
        width: 100%;
    }

    .recuit select {
        width: 100%;
    }

}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.form-control {
    outline: 0;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F0F0F0 inset !important;
}

.col-md-4, .col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.text-area {
    position: relative;
}

.text-area label {
    position: absolute;
    bottom: -20px;
    left: 0;
    line-height: 1;
    color: red;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
}

@media (min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

/*sitemap*/
.map_bg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wzdt_xt {
    float: left;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
}

.wzdt_xt ul li {
    float: left;
    padding-left: 20px;
    line-height: 45px;
}

.wzdt_xt ul li a {
    font-size: 16px;
    color: #666;
}

.wzdt_xt ul li a:hover {
    color: #00ADEF;
}

.dtzuo {
    width: 25%;
    float: left;
    line-height: 41px;
    background: #00ADEF;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.dtzuo a {
    color: #FFF;
    font-size: 16px;
    display: block;
}

.sitemapz {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

.sitemapy {
    width: 300px;
    float: left;
    background: #00ADEF;
    border: 1px solid #00ADEF;
    text-align: center;
}

.sitemapy h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.sitemapy h3 a {
    color: #fff;
    font-size: inherit;
    display: block;
    line-height: 45px;
}

@media (max-width:767px) {
    .sitemapz {
        margin-top: 0;
    }

    .sitemapy h3 a {
        font-size: 18px;
    }

    .dtzuo {
        width: 100%;
    }

    .sitemapy {
        width: 100%;
    }

    .wzdt_xt {
        padding: 10px 0;
        width: 100%
    }

    .wzdt_xt ul li {
        line-height: 30px;
        padding-left: 15px;
    }

    .wzdt_xt ul li a {
        font-size: 16px;
    }

}

/*新闻详情*/
.news_show {
    padding-top: 60px;
}

.news_show .tit {
    max-width: 830px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}

.news_show .cont {
    border-top: 1px solid #eeeeee;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.news_show .cont .l_ {
    float: left;
    width: 340px;
}

.news_show .cont .r_ {
    float: left;
    width: calc(100% - 340px);
}

.news_show .cont .l_ .up_ .time {
    float: left;
}

.news_show .cont .l_ .up_ .time span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.news_show .cont .l_ .up_ .time p {
    font-size: 46px;
    font-weight: 400;
    color: #666666;
    line-height: 46px;
    margin-top: 10px;
}

.news_show .cont .l_ .up_ .icon_list {
    float: right;
    user-select: none;
}

.news_show .cont .l_ .up_ .icon_list .i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #EEEEEE;
    opacity: 1;
    border-radius: 50%;
    margin: 0 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.news_show .cont .l_ .up_ .icon_list .i:hover {
    background-color: var(--main-color);
}

.news_show .cont .l_ .up_ .icon_list .i:nth-child(1) {
    background-image: url(../images/news_show_icon02.svg);
}

.news_show .cont .l_ .up_ .icon_list .i:nth-child(2) {
    background-image: url(../images/news_show_icon03.svg);
}

.news_show .cont .l_ .up_ .icon_list .i:nth-child(3) {
    background-image: url(../images/news_show_icon04.svg);
}

.news_show .cont .l_ .up_ .icon_list .i:nth-child(4) {
    background-image: url(../images/news_show_icon05.svg);
}

.news_show .cont .l_ .up_ .icon_list .i:nth-child(1):hover {
    background-image: url(../images/news_show_icon021.svg);
}

.news_show .cont .l_ .up_ .icon_list .i:nth-child(2):hover {
    background-image: url(../images/news_show_icon031.svg);
}

.news_show .cont .l_ .up_ .icon_list .i:nth-child(3):hover {
    background-image: url(../images/news_show_icon041.svg);
}

.news_show .cont .l_ .up_ .icon_list .i:nth-child(4):hover {
    background-image: url(../images/news_show_icon051.svg);
}

.news_show .cont .l_ .down_ {
    border-top: 1px solid #eeeeee;
    margin-top: 55px;
    padding-top: 20px;
}

.news_show .cont .l_ .down_ .t {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.news_show .cont .l_ .down_ .list_ {
    padding-top: 15px;
}

.news_show .cont .l_ .down_ .list_ a {
    display: inline-block;
    height: 34px;
    background: #EEEEEE;
    opacity: 1;
    padding: 0 13px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.news_show .cont .l_ .down_ .list_ a:hover {
    background-color: #00A0E9;
    color: #fff;
}

.news_show .cont .r_ {
    padding-left: 140px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.3;
}

.news_show .cont .r_ p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.4;
}

.news_show .cont .r_ p:not(:first-child) {
    margin-top: 20px;
}

.news_show .cont .r_ img, .news_show .cont .r_ video {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.news_show_more {
    background-color: #eeeeee;
    padding-top: 30px;
}

.news_show_more .up_ {
    position: relative;
}

.news_show_more .up_:before` {
    content: '';
    width: 1px;
    height: 100px;
    background: #CCCCCC;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.news_show_more .n {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
}

.news_show_more .t {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    line-height: 42px;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.news_show_more .btn_:hover .t {
    color: #00A0E9;
}

.news_show_more .prev {
    float: left;
    width: 50%;
    padding-right: 80px;
}

.news_show_more .next {
    float: left;
    width: 50%;
    padding-left: 80px;
}

.news_show_more .down_ {
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    padding: 20px 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.news_show_more .down_ a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_show_more .down_ a .icon {
    width: 32px;
    height: 32px;
    background: #CCCCCC;
    opacity: 1;
    border-radius: 50%;
    background-image: url(../images/left_more_icon_white.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.news_show_more .down_ a span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    padding-left: 5px;
}

.news_show_more .down_ a:hover span {
    color: #00A0E9;
}

.news_show_more .down_ a:hover .icon {
    background-color: #00A0E9;
}
.pc_show {}
.mo_show {
    display: none !important;
}

@media(max-width:1200px) {
    .news_show .cont .l_ {
        width: 100%;
        margin-bottom: 40px;
    }

    .news_show .cont .r_ {
        width: 100%;
        padding-left: 0;
    }

    .news_show_more .t {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }

}

@media(max-width:768px) {
    .pc_show {
        display: none !important;
    }
.mo_show {
    display: block !important;
}
    .news_show .tit {
        font-size: 24px;
        line-height: 1.4;
    }

    .news_show .cont .l_ .down_ {
        margin-top: 30px;
    }

    .news_show_more .prev, .news_show_more .next {
        width: 100%;
        padding: 10px 0;
    }

    .news_show_more .t {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

}

@media(max-width:767px) {
    .news_show {
        padding-top: 40px;
    }

}

@-webkit-keyframes shake-top {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

}

@keyframes shake-top {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    10% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    30%, 50%, 70% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

}

@-webkit-keyframes opa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }

}

@keyframes opa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }

}