﻿@charset "utf-8";

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.visible-xs {
    display: none;
}

.w1200 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .w1200 {
        max-width: 100%
    }

}

@media (min-width:768px) {
    .w1200 {
        max-width: 100%;
    }

}

@media (min-width:992px) {
    .w1200 {
        max-width: 90%;
    }

}

@media (min-width:1280px) {
    .w1200 {
        max-width: 1200px;
    }

}

@media (min-width:1366px) {
    .w1200 {
        max-width: 1230px;
    }

}

@media screen and (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

}

.swiper-pagination-bullet {
    outline: 0;
    cursor: pointer;
}

/*header*/
.navigation-down .nav-down-menu:first-child .navigation-down-inner dl:first-child {
    margin-left: 28% !important
}

.navigation-down .nav-down-menu:nth-child(2) .navigation-down-inner dl:first-child {
    margin-left: 36% !important
}

.navigation-down .nav-down-menu:nth-child(5) .navigation-down-inner, .navigation-down .nav-down-menu:nth-child(6) .navigation-down-inner, .navigation-down .nav-down-menu:last-child .navigation-down-inner {
    text-align: right;
}

.navigation-down .nav-down-menu:nth-child(5) .navigation-down-inner {
    padding-right: 15%;
}

.navigation-down .nav-down-menu:nth-child(6) .navigation-down-inner {
    padding-right: 7%;
}

.navigation-down .nav-down-menu:nth-child(5) .navigation-down-inner dl, .navigation-down .nav-down-menu:nth-child(6) .navigation-down-inner dl, .navigation-down .nav-down-menu:last-child .navigation-down-inner dl {
    float: inherit;
    display: inline-block;
}

.navigation-down .nav-down-menu:nth-child(5) .navigation-down-inner dl:first-child, .navigation-down .nav-down-menu:last-child .navigation-down-inner dl:first-child {
    margin-left: inherit !important;
}

.menu_click {
    margin-top: 25px;
    width: 24px;
    height: 35px;
    display: none;
    float: right;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.menu_click span {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(../images/nav_icon_menu_grey.svg);
    font-size: 0;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.mobile_menu {
    position: fixed;
    right: -100%;
    top: 0;
    padding-top: 15px;
    height: 100vh;
    width: 100%;
    z-index: 810;
    background: #FFFFFF;
    transition: all 0.5s ease-in-out;
}

.mobile_close {
    width: 24px;
    height: 30px;
    margin-top: 25px;
    display: inline-block;
    float: right;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.mobile_close span {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(../images/menu_icon_close.svg);
    font-size: 0;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.mobile_menu.active {
    right: 0;
}

.menu_open {
    max-height: 87%;
    overflow-y: auto;
}

.mobile_menu ul {
    padding: 0 15px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.mobile_menu ul li {
    padding-bottom: 15px;
}

.mobile_menu ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.mobile_menu .mobile_erji {
    margin-top: 10px;
    padding-left: 0;
}

.mobile_menu .mobile_erji li {
    padding-bottom: 5px;
    float: left;
    padding-right: 10px;
}

.mobile_menu .mobile_erji li a {
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #666;
}

.mobile_menu .logo {
    padding-left: 15px;
    max-width: 50%;
}

body.fixed {
    overflow-y: hidden;
}

@media screen and (max-width:1280px) {
    .head-v3 {
        max-width: 1280px;
    }

    .head-v3 .navigation-inner {
        max-width: 835px;
        width: inherit;
    }

    .navigation-up .navigation-v3 li {
        margin-left: 10px
    }

}

@media screen and (max-width:1440px) {
    .navigation-down .nav-down-menu:nth-child(5) .navigation-down-inner {
        padding-right: 20%;
    }

    .navigation-down .nav-down-menu:nth-child(6) .navigation-down-inner {
        padding-right: 10%;
    }

}

@media screen and (max-width:1280px) {
    .navigation-down .nav-down-menu:first-child .navigation-down-inner dl:first-child {
        margin-left: 22% !important
    }

    .navigation-down .nav-down-menu:nth-child(5) .navigation-down-inner {
        padding-right: 28%;
    }

    .navigation-down .nav-down-menu:nth-child(6) .navigation-down-inner {
        padding-right: 17%;
    }

    .navigation-down .nav-down-menu:nth-child(2) .navigation-down-inner dl:first-child {
        margin-left: 32% !important
    }

    .navigation-down .nav-down-menu:last-child .navigation-down-inner {
        padding-right: 2%;
    }

}

@media screen and (max-width:1100px) {
    .navigation-down, .navigation-inner {
        display: none !important;
    }

    .menu_click {
        display: inline-block;
    }

}

@media screen and (max-width:767px) {
    .heads .rightt {
        text-align: left;
    }

    .wxtan {
        padding-right: 0;
        background-image: none;
    }

}

/*banner*/
.ban-swiper .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ban_pc {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ban_pc img {
    display: none;
}

.ban-swiper .ban-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}

.ban-swiper .ban-pagination .swiper-pagination-bullet-active {
    background: #0080d6;
}

@media screen and (max-width:1280px) {
    .ban_pc {
        height: auto;
    }

    .ban_pc {
        background-image: none !important;
    }

    .ban_pc img {
        display: inline-block;
    }

}

/*index pro*/
.index_pro {
    height: 886px;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 50px;
}

.index_pro .pro-swiper {
    width: 100%;
    height: 100%;
}

@media (min-width:768px) {
    .index_pro .pro-swiper .swiper-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .pro-swiper  .swiper-slide {
        height: calc((100% - 30px) / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

}

@media screen and (max-width:991px) {
    .index_pro {
        height: 826px;
    }

    .propic {
        height: 220px;
    }

}

@media screen and (max-width:767px) {
    .index_pro {
        height: inherit;
        padding-bottom: 10px
    }

    .index_pro .pro-swiper {
        padding-bottom: 30px
    }

}

@media screen and (max-width:414px) {
    .propic {
        height: 187px;
    }

}

/*case*/
.case_right {
}

.case_right .cpbt .spbt {
    float: left;
    width: 50%;
}

.case_right .cpbt .nnav {
    float: right;
    width: 50%;
    margin: inherit;
}

@media screen and (max-width:767px) {
    .case_right .cpbt .spbt {
        width: 100%;
    }

    .case_right .cpbt .nnav {
        width: 100%;
    }

    .splie ul li {
        width: 50%;
    }

}

@media screen and (max-width:540px) {
    .splie ul li {
        width: 100%;
    }
/*
    .spdtu span {
        background-size: cover;
    }*/

}

/*job detail*/
.jobyp {
    padding-top: 50px;
}

.recuit label.name {
    width: 120px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
}

.recuit label.name span {
    line-height: 35px;
    display: inline-block;
}

.recuit .text-area {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    float: left;
}

.recuit input[type=text] {
    width: 100%;
    max-width: 250px;
    background: #F0F0F0;
    border: none;
    outline: 0;
    height: 35px;
    line-height: 35px;
    box-shadow: none;
    font-size: 16px;
    color: #1d1d1d;
    border-radius: 0;
}

.recuit input[type=radio] {
    height: 30px;
    margin-top: 0px;
    vertical-align: -12px;
    margin-right: 6px;
    -webkit-appearance: radio;
}

.recuit select {
    width: 72%;
    float: left;
}

.recuit .form-group {
    line-height: 30px;
    margin-bottom: 15px;
}

.recuit .btn {
    margin-bottom: 30px;
    width: 150px;
    display: inline-block;
    color: #fff !important;
    padding: 0;
    font-size: 16px;
    height: 40px;
    border: 0;
    line-height: 40px;
    background: #606060;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
}

.recuit textarea {
    width: 100%;
    float: left;
    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: 16px;
    color: #D7000F;
}

@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-6 {
        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: 15px;
    }

    .recuit label.name {
        width: 25%;
    }

    .recuit .text-area {
        width: 75%;
    }

    .recuit select {
        width: 75%;
    }

    .recuit textarea {
        width: 100%;
    }

}

@media screen and (max-width:767px) {
    .jobyp {
        padding-top: 10px
    }
    .recuit select {
        width: 72%;
    }

    .job_down {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .jobyp .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .jobyp .recuit .col-md-12 .text-area {
        width: 100%;
    }

    .recuit label.name {
        width: 80px;
        font-size: 14px;
    }

    .recuit .text-area {
        width: calc(100% - 85px);
    }
    .recuit input[type=text] {
        font-size: 14px;
    }

}

@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 {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    border: 1px solid #ced4da;
}

.col-md-6, .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;
}

textarea.form-control {
    height: auto;
}

@media (min-width:768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

/*lxwm*/
.biaod label.name {
    width: 100%;
    font-size: 16px;
}

@media screen and (max-width:767px) {
.biaod label.name {
    font-size: 14px;
}

}