@media (max-width: 768px) {
    body {
        min-width: auto !important;
        overflow: auto !important;
        padding-top: 0 !important;
    }
    .m_show{
        display: block!important;
    }

    .navbar-fixed-top {
        position: fixed!important;
        right: 0;
        left: 0;
        z-index: 1030;
    }


    .breadcrumb {
        margin-bottom: 18px;
        font-size: 14px;
        background-color: #EEE;
        padding: 0;
    }

    .breadcrumb > li + li:before {
        color: #CCCCCC;
        content: "> ";
        padding: 0 5px;
    }

    .breadcrumb > li > a {
        color: #666;
    }

    .breadcrumb > li > a:hover {
        color: #01b7ff;
    }

    .breadcrumb > li:last-child > a:hover {
        color: #666;
    }

    .bannerBox {
        width: 100%;
        height: 289px;
        background: #0b1224 url(../../../img/about/m_joyus.png) no-repeat center center;
        background-size: cover;
        margin-top: 50px;
        position: relative;
    }

    .bannerBox .banner_title {
        width: auto;
        height: auto;
        position: absolute;
        left: 50%;
        margin-left: -69px;
        top: 50%;
        margin-top: -31px;
    }

    .bannerBox .banner_title span {
        color: rgba(255, 255, 255, 1);
        display: block;
        font-size: 30px;
        font-weight: bold;
    }
    .bannerBox .banner_title .english{
        font-size: 24px;
        margin-left: 22px;
        margin-top: 8px;
    }

    .navBox {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #d2d2d2;
        margin: 0 auto;
        box-shadow: 0px 0px 4px 0px rgba(71, 71, 71, 0.44);
        display: none;
    }

    .navBox ul.headNav {
        width: 100%;
        margin: auto;
    }

    .navBox ul.headNav li {
        width: 33%;
        text-align: center;
        display: inline-block;
        
    }

    .navBox ul.headNav li a {
        width: 90px;
        color: #333;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        position: relative;
    }

    .navBox > .container {
        margin: 0 auto;
        padding: 0;
        width: 1200px;
    }

    .navBox ul.headNav li:first-child {
        
    }

    .navBox ul.headNav li a:after {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #108cee;
        content: '';
        opacity: 0;
        box-sizing: border-box;
        transform: translateY(-10px);
        transition: height .5s, opacity .5s, transform .5s;
    }

    .navBox ul.headNav li.active a {
        border-bottom: 3px solid #108cee;
    }

    .navBox ul.headNav li.active a {
        color: #108cee;
    }

    .about-stateBox {
        padding-top: 24px;
        
        font-family: "SourceHanSansCN-Normal";
    }

    .about-stateBox .container {
        margin: 0 auto;
    }

    .about-stateBox .container h2 {
        height: 34px;
        line-height: 34px;
        padding-left: 44px;
        font-size: 24px;
        color: #333;
        padding-bottom: 20px;
    }

    .about-stateBox .container .stateBox {
        padding-bottom: 43px;
        display: inline-block;
        position: relative;
        font-size: 14px;
        color: #666;
    }

    .about-stateBox .container .stateBox .recruitHeader > span {
        text-align: center;
        display: block;
        padding: 34px 0 40px 0;
        line-height: 24px;
    }

    .about-stateBox .container .stateBox .recruitHeader > span > i.quotationMarks {
        display: inline-block;
        width: 26px;
        height: 21px;
        background: url(../../../img/about/recruit_banner_bg.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox > span.Tip {
        display: block;
        font-size: 24px;
        color: #333;
        margin-bottom: 18px;
        font-weight: 600;
        text-align: center;
        margin-top: 22px;
    }

    .about-stateBox .container .stateBox > span.Tip2 {
        margin-top: 110px;
    }

    .about-stateBox .container .stateBox > span.Tip > span.littleITip {
        font-size: 14px;
        color: #666;
        padding-left: 20px;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare {
        display: block;
        background: #fff;
        margin-bottom: 42px;
    }
    .about-stateBox .container .stateBox .recruitWelfare{
        display: none;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box{
        width: 100%;
        height: 250px;
        
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box .m_welfare_box_content{
        width: 25%;
        height: 150px;
        float: left;
        position: relative;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare {
        width: 134px;
        height: 126px;
        background: linear-gradient(#5A6CFA, #918ACD);
        border-radius: 89px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        transition: background-color .4s ease-in-out;
        
        
        position: absolute;
        left: 50%;
        margin-left: -68px;
        bottom: 0;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span {
        height: 100%;
        display: inline-block;
        padding-top: 0px;
        padding-bottom: 24px;
        font-size: 20px;
        color: #fff;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span > i {
        width: 84px;
        display: block;
        margin: 0 auto;
        margin-bottom: 0px;
        height: 81px;
        background-size: 28px;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare1 > i {
        background: url(../../../img/about/m_join_1.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare2 > i {
        background: url(../../../img/about/m_join_2.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare3 > i {
        background: url(../../../img/about/m_join_5.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare4 > i {
        background: url(../../../img/about/m_join_8.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare5 > i {
        background: url(../../../img/about/m_join_7.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare6 > i {
        background: url(../../../img/about/m_join_3.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare7 > i {
        background: url(../../../img/about/m_join_4.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare8 > i {
        background: url(../../../img/about/m_join_6.png) no-repeat center center;
    }

    
    .about-stateBox .container .stateBox .recruitInfo {
        background: #fff;
        margin-bottom: 42px;
        position: relative;
    }

    .about-stateBox .container .stateBox .recruitInfo .details {
        width: 100%;
        height: auto;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 0;
        position: static;
        left: 50%;
        margin-left: 0px;
        z-index: 999;
        top: 50%;
        margin-top: 0px;
        display: block;
    }

    .about-stateBox .container .stateBox .recruitInfo .details .close {
        
        width: 17px;
        height: 18px;
        position: absolute;
        right: 21px;
        top: 10px;
        display: none;
    }
    .about-stateBox .container .stateBox .recruitInfo .details .title, .require {
        width: 100%;
        margin: 44px auto;
    }

    .about-stateBox .container .stateBox .recruitInfo .details .title .bolder {
        font-size: 20px;
        color: rgba(51, 51, 51, 1);
        font-weight: bolder;
    }

    .about-stateBox .container .stateBox .recruitInfo .details .title .location {
        font-size: 14px;
        color: #666;
    }

    @media (max-width: 540px) {
        .about-stateBox .container .stateBox .recruitInfo .details .title .contact {
               display: inline-block;
               margin-left: 95px !important;
               margin-top: 5px;
           }
        .about-stateBox .container .stateBox .recruitInfo .details .title .ml117 {
            margin-left: 115px !important;
        }

}
    @media (max-width: 351px) {
        .about-stateBox .container .stateBox .recruitInfo .details .title .contact {
          
            font-size: 12px;
        }

    }


    .about-stateBox .container .stateBox .recruitInfo .details .title .contact {
        display: inline-block;
    }

    .about-stateBox .container .stateBox .recruitInfo .details .title .mt-10 {
        margin-top: -10px;
    }

    .about-stateBox .container .stateBox .recruitInfo .details .require h3 {
        font-size: 18px;
        color: rgba(51, 51, 51, 1);
        margin-top: -25px;
        margin-bottom: 8px;
    }

    .about-stateBox .container .stateBox .recruitInfo .details .require p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }

    .about-stateBox .container .stateBox .recruitInfo .details .require .line {
        width: 686px;
        height: 1px;
        background: rgba(204, 204, 204, 1);
        
        margin-bottom: 3px;
        display: none;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info {
        width: 191px;
        height: 226px;
        background: #fff;
        border: 1px solid #BFBFBF;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        transition: background-color .4s ease-in-out;
        margin-left: 85px;
        margin-top: 40px;
        display: none;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info:hover {
        background-color: #445dd0;
        color: #fff;
        border: none;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info:hover span {
        color: #fff;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info:hover span.Info_icon > i {
        background: url(../../../img/about/recruit_icon_9.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info > span {
        height: 100%;
        display: inline-block;
        padding-top: 38px;
        padding-bottom: 24px;
        font-size: 14px;
        color: #666;
        cursor: pointer;

    }

    .about-stateBox .container .stateBox .recruitInfo .Info > span > .line {
        width: 114px;
        height: 1px;
        background: rgba(204, 204, 204, 1);
    }

    .about-stateBox .container .stateBox .recruitInfo .Info > span > p {
        margin-top: 10px;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info > span > i {
        width: 70px;
        display: block;
        margin: 0 auto;
        margin-bottom: 22px;
        height: 63px;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info > span.Info_icon > i {
        background: url(../../../img/about/recruit_icon_10.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info > span.Info_icon > i {
        background: url(../../../img/about/recruit_icon_10.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info > span.Info_icon > i {
        background: url(../../../img/about/recruit_icon_10.png) no-repeat center center;
    }

    .about-stateBox .container .stateBox .recruitInfo .Info > span.Info_icon > i {
        background: url(../../../img/about/recruit_icon_10.png) no-repeat center center;
    }

    a:hover {
        text-decoration: none;
    }

    
    
    .navBox ul.headNav li a:hover {
        color: #4ea3f3;
    }

    .navBox ul.headNav li a:hover:after {
        height: 2px;
        opacity: 1;
        transform: translateY(0px);
    }

    .navBox {
        width: 100%;
    }

    .about-stateBox .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .about-stateBox .container .stateBox {
        width: 100%;
        padding: 0 6%;
    }

    .about-stateBox .container .stateBox .m_recruitWelfare .welfare:hover {
        webkit-box-shadow: 0 0 20px 2px #dedede;
        -moz-box-shadow: 0 0 20px 2px #dedede;
        box-shadow: 0 0 20px 2px #dedede;
    }

    footer .row .phone {
        padding-left: 32px;
        background: url(../../../img/index/home_icon_tel.png) no-repeat 0 center;
        display: inline-block;
    }

    footer .row .safe {
        padding-left: 32px;
        background: url(../../../img/index/home_icon_safety.png) no-repeat 0 center;
        display: inline-block;
    }

    footer .row .believe {
        padding-left: 32px;
        background: url(../../../img/index/home_icon_qual.png) no-repeat 0 center;
        display: inline-block;
    }

    footer .row .w18 {
        width: 18%;
    }

    @media (min-width: 992px) {
        .col-md-2 {
            width: 15.666667%;
        }
    }
}
@media (max-width: 725px) {
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare {
        width: 120px;
        height: 112px;
        margin-left: -60px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span {
        font-size: 16px!important;
    }

}
@media (max-width: 565px) {
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare {
        width: 100px;
        height: 92px;
        margin-left: -50px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span {
        font-size: 12px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare1 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare2 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare3 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare4 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare5 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare6 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare7 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare8 > i{
        
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span > i {
        height: 61px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box .m_welfare_box_content {
        height: 115px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box {
        height: 146px;
    }
    .about-stateBox .container .stateBox > span.Tip2 {
        margin-top: 135px;
    }

}

@media (max-width: 470px) {
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare {
        width: 90px;
        height: 82px;
        margin-left: -45px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare1 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare2 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare3 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare4 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare5 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare6 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare7 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare8 > i{
        background-size: 40px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span > i {
        height: 60px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span {
        font-size: 14px!important;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box .m_welfare_box_content {
        height: 105px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box {
        height: 146px;
    }
    .about-stateBox .container .stateBox > span.Tip2 {
        margin-top: 95px;
    }

}
@media (max-width: 422px) {
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare {
        width: 74px;
        height: 66px;
        margin-left: -37px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare1 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare2 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare3 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare4 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare5 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare6 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare7 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare8 > i{
        background-size: 30px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span > i {
        width: 40px;
        height: 45px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span {
        font-size: 10px!important;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box .m_welfare_box_content {
        height: 75px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box {
        height: 146px;
    }
    .about-stateBox .container .stateBox > span.Tip2 {
        margin-top: 42px;
    }

}
@media (max-width: 346px) {
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare {
        width: 64px;
        height: 56px;
        margin-left: -32px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare1 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare2 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare3 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare4 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare5 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare6 > i,
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare7 > i, .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span.welfare8 > i{
        background-size: 25px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span > i {
        width: 40px;
        height: 36px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .welfare > span {
        font-size: 8px!important;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box .m_welfare_box_content {
        height: 75px;
    }
    .about-stateBox .container .stateBox .m_recruitWelfare .m_welfare_box {
        height: 137px;
    }
    .about-stateBox .container .stateBox > span.Tip2 {
        margin-top: 42px;
    }

}