@media(max-width:1600px) {}

@media(max-width:1440px) {}
@media(max-width:1366px) {}

@media(max-width:1280px) {}

@media(max-width:1200px) {}

@media(max-width:1024px) {
    .mobile-inner-header {
        display: block;
    }
    .head {
        display: none;
    }
    .logo {
        float: left;
        width: auto;
        height: auto;
        line-height: unset;
    }
    .logo img {
        width: 200px;
        margin-left: 15px;
    }
    .title {
        font-size: 24px;
    }
    .titles {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .title {
        font-size: 20px;
    }
    .titles {
        font-size: 16px;
    }
    .proitem{
        overflow-y: auto;
        margin-top: 20px;
    }
    
    .proitem a {
        height: 40px;
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        text-align: center;
        border-radius: 4px;
        background-color: #eeeeee;
        white-space: nowrap;
        padding: 0 5px;
        margin-left: 10px;
    }

    .product {
        padding: 20px 15px;
    }
    
    .products {
        width: 100%;
        margin: 20px auto 0;
    }
    
    .productbox{
        padding: 0;
    }
    
    .probox{
        flex-direction: column;
    }
    
    .probl,
    .probr{
        width: 100%;
    }
    
    .protitle {
        font-size: 18px;
        line-height: 2.2;
    }
    
    .procont {
        font-size: 14px;
        line-height: 2.2;
        padding: 10px 0;
    }
    
    .pmore {
        padding-bottom: 10px;
    }
    
    .pmore a {
        width: 90px;
    }
    
    .probtn{
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translate(-50%);
        display: flex;
        z-index: 999;
    }
    
    .probtn img{
        width: 30px;
        height: auto;
        cursor: pointer;
        margin: 0 10px;
    }
    
    .probtnbox{
        width: 100%;
        margin-top: 20px;
    }
    
    .probtnbox a{
        display: block;
        background-color: #f3f3f3;
        padding: 10px 10px 0;
    }
    
    .probtnbox a img{
        width: 100%;
        height: auto;
    }
    
    .probtnbox a p {
        font-size: 14px;
        color: #333;
        text-align: center;
        padding: 10px 0;
    }

    .experience{
        padding: 20px 15px;
    }
    
    .experiences{
        width: 100%;
        flex-wrap: wrap;
        margin: 20px auto 0;
    }
    
    .exper{
        width: 49%;
        text-align: center;
    }
    
    .exptop{
        position: relative;
    }
    
    .exptop img{
        width: 160px;
    }
    
    .exptop p {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        font-size: 10px;
    }
    
    .expcont {
        font-size: 12px;
        color: #444444;
        line-height: 2;
        text-align: left;
    }

    .about {
        padding: 20px 15px;
    }
    
    .about .title,
    .about .titles,
    .about .title span{
        color: #fff;
    }
    
    .abouts {
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
        border-radius: 20px;
        background-color: #fff;
        padding: 15px 10px;
        margin: 20px auto 0;
    }
    
    .abl {
        width: 100%;
        font-size: 14px;
        color: #333;
        line-height: 2.2;
    }
    
    .abr{
        width: 100%;
    }
    
    .case {
        padding: 20px 15px;
    }
    
    .cases {
        margin: 20px auto 0;
    }
    
    .caseitem{
        overflow-y: auto;
        margin-top: 20px;
    }
    
    .caseitem a {
        height: 40px;
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        text-align: center;
        border-radius: 4px;
        background-color: #fff;
        white-space: nowrap;
        padding: 0 5px;
        margin-left: 10px;
    }
    
    .cases a{
        padding: 10px 10px 0;
    }
    
    .cases a p {
        font-size: 14px;
        padding: 10px 0;
    }

    .honor{
        padding: 20px 15px;
    }
    
    .honors{
        margin-top: 20px;
    }

    .honorbg{
        display: none;
    }
    
    .hono{
        position: relative;
        right: 0;
        top: 0;
        transform: translate(0,0);
        width: 100%;
    }

    .application{
        padding: 20px 15px;
    }
    
    .applications{
        width: 100%;
        flex-wrap: wrap;
        margin: 10px auto 0;
    }
    
    .app{
        position: relative;
        width: 49%;
        height: auto;
        margin-top: 10px;
    }
    
    .appab p {
        font-size: 14px;
    }
    
    .app_line img{
        height: 80px;
        margin: 5px 0 10px;
    }
    
    .appic img{
        height: 45px;
    }

    .plant{
        padding: 20px 15px;
    }
    
    .plants{
        width: 100%;
        flex-wrap: wrap;
        margin: 20px auto 0;
    }
    
    .plantl{
        width: 100%;
        margin-bottom: 10px;
    }
    
    .plantr{
        width: 100%;
    }
    
    .plantr a{
        display: block;
        width: 49%;
        height: auto;
    }

    .plantr img{
        width: 100%;
        height: auto;
    }
    
    .study {
        flex-wrap: wrap;
        padding: 20px 15px;
    }
    
    .studys {
        position: relative;
        width: 100%;
    }
    
    .stutitle .title{
        text-align: center;
    }
    
    .stutitle .titles{
        text-align: center;
    }
    
    .stuab{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    
    .studytop{
        margin-top: 20px;
    }
    
    .studytop div {
        width: 80px;
        height: 65px;
        margin-bottom: 0;
    }
    
    .studytop p {
        font-size: 12px;
        line-height: 1.3;
        text-align: center;
    }
    
    .studytop img{
        height: 30px;
    }
    
    .stubox{
        flex-wrap: wrap;
    }
    
    .stuleft{
        width: 100%;
        font-size: 16px;
        line-height: 2;
        color: #333;
        padding-top: 0;
    }
    
    .stubox img{
        width: 100%;
        height: auto;
    }
    
    .studybtm{
        display: none;
    }
    
    .studybtm img {
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
    
    .stutips {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
        background-color: #d20b00;
        padding-left: 0;
    }
    
    .stutips div {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 2;
    }
    
    .stutips p {
        font-size: 14px;
        color: #fff;
        line-height: 1.5;
    }

    .new {
        padding: 20px 15px;
    }
    
    .news {
        width: 100%;
        flex-wrap: wrap;
        margin: 20px auto 0;
    }
    
    .newl{
        width: 100%;
    }
    
    .newl img{
        width: 100%;
        height: auto;
    }
    
    .newbox{
        flex-direction: column-reverse;
        border-bottom: 1px solid #c9c9c9;
        padding: 10px 0;
    }
    
    .nwbl{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .nwbl div{
        font-size: 16px;
        color: #333;
        line-height: 2;
        margin-top: 0;
    }
    
    .nwbl p{
        font-size: 16px;
        color: #333;
        line-height: 2;
    }
    
    .nwbr {
        width: 100%;
    }
    
    .nwbtitle {
        width: 100%;
        font-size: 16px;
        line-height: 2;
    }
    
    .nwbcont {
        font-size: 14px;
        line-height: 2.25;
    }
    
    .newr{
        width: 100%;
    }
    
    .footb {
        width: 100%;
        height: auto;
        padding: 20px 15px 0;
    }

    .footb .foot{
        margin: 0;
    }
    
    .foot {
        padding: 20px 15px 0;
    }
    
    .fotop{
        display: none;
    }
    
    .foots {
        width: 100%;
        flex-direction: column;
        margin: 0px auto 0;
        overflow: hidden;
    }
    
    .flogo{
        width: 100%;
    }
    
    .flp {
        font-size: 22px;
        text-align: center;
        letter-spacing: 0;
        margin-top: 10px;
    }
      
    .fcon {
        font-size: 16px;
        color: #fff;
        line-height: 3;
    }  
    
    .fcontact {
        margin-top: 0;
    }
    
    .fnavs img{
        width: 160px;
        height: auto;
        margin-top: 10px;
    }
    
    .ftitle {
        font-size: 16px;
        color: #fff;
        line-height: 2;
    }
    
    .flist a {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 2;
    }
    
    .flist p {
        font-size: 14px;
        color: #fff;
        line-height: 2;
    }
    
    .copy {
        margin-top: 20px;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
    }
    
    .copy a {
        font-size: 14px;
        color: #fff;
        margin: 0 10px;
    }

    .inabout {
        padding: 20px 15px;
    }

    .inabout .abl{
        font-size: 14px;
    }

    .companystyle{
        padding: 20px 15px;
    }
    
    .compbtm img{
        width: 40px;
        height: auto;
        cursor: pointer;
        margin: 20px 20px 0;
    }

    .develop {
        padding: 20px 15px;
    }
    
    .develops {
        width: 100%;
        margin: 0 auto 0;
    }
    
    .deve_btm {
        padding: 0;
        background: url(../images/appline.png) center no-repeat;
        background-size: 90% 1px;
    }
    
    .deve_btm a{
        height: 300px;
    }
      
    .appname {
        margin-top: 0;
        font-size: 16px;
        padding: 20px 0;
    }
    
    .appcont {
        height: 150px;
        font-size: 14px;
        color: #fff;
        line-height: 2;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .deve_btm .swiper-button-prev {
        width: 25px;
        height: 25px;
        background: url(../images/left_app.png) center no-repeat;
        left: 0;
        top: 53%;
    }
    
    .deve_btm .swiper-button-next {
        width: 25px;
        height: 25px;
        background: url(../images/right_app.png) center no-repeat;
        right: 0;
        top: 53%;
    }

    .culture{
        padding: 20px 15px;
    }
    
    .cultures{
        width: 100%;
        flex-wrap: wrap;
        margin: 10px auto 0;
    }
    
    .cul{
        position: relative;
        width: 49.5%;
        height: 280px;
        margin-top: 10px;
    }
    
    .cul img{
        width: 100%;
        height: 100%;
    }
    
    .culbg{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .culbg div {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 3;
        text-align: center;
    }
      
    .culbg p {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        line-height: 3;
        text-align: center;
    }
    
    .inhonor{
        padding: 20px 15px;
    }
    
    .inhonors{
        width: 100%;
        margin: 10px auto 0;
    }
    
    .inhonors a{
        display: block;
        width: 49.5%;
        margin-right: calc(1% / 1);
        margin-top: 10px;
    }
    
    .inhonors a:nth-child(6n){
        margin-right: calc(1% / 1);
    }

    .inhonors a:nth-child(2n){
        margin-right: 0;
    }

    .gywm {
        padding: 20px 0 10px;
    }

    .concact_us {
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
        padding: 0 15px;
    }

    .concact_us div {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
        padding: 30px 0;
    }

    .concact_us div img {
        height: 35px;
    }

    .concact_us div p:nth-child(2) {
        font-size: 14px;
        line-height: 2;
        margin-top: 15px;
    }

    .contact {
        padding: 20px 15px;
    }

    .contact .titlesp {
        font-size: 16px;
    }

    .contact form {
        width: 100%;
        margin: 20px auto 0;
    }

    .contactTitle input {
        width: 100%;
        height: 40px;
        float: left;
        padding-left: 10px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .contactTextarea {
        width: 100%;
        height: 80px;
        padding-left: 10px;
        font-size: 14px;
        padding-top: 15px;
    }

    .contactubmit {
        margin-top: 0;
    }

    .contactubmit input {
        width: 100%;
        height: 40px;
        font-size: 14px;
        border: 1px solid #d2d2d2;
        margin-top: 10px;
    }

    .contacts{
        flex-direction: column-reverse;
        width: 100%;
        margin: auto;
    }

    .gmap {
        width: 100%;
        padding: 0 15px;
        height: 300px;
    }

    .gmaps {
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .BMap_bubble_title {
        font-size: 16px;
    }

    .BMap_bubble_content {
        font-size: 14px;
    }

    .contr{
        width: 100%;
        margin-top: 15px;
    }

    .a_pad1010{
        padding: 5px 5px 0;
    }
    
    .fourflex{
        width: 100%;
        padding: 20px 15px;
    }
    
    .fourflexs{
        width: 100%;
        margin: 20px auto 0;
    }
    
    .fourflexs a{
        width: 49.5%;
        margin-right: calc(1% / 1);
        margin-bottom: 10px;
    }
    
    .fourflexs a:nth-child(4n){
        margin-right: calc(1% / 1);
    }

    .fourflexs a:nth-child(2n){
        margin-right: 0;
    }
    
    .fourflexs a p {
        font-size: 16px;
        padding: 10px 0;
    }

    .proshow{
        padding: 20px 15px;
    }
    
    .proshows{
        width: 100%;
        margin: auto;
    }
    
    .proshowbox{
        padding: 15px 10px;
    }
    
    .proshwl{
        width: 100%;
    }
    
    .proshwr{
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    
    .proshwtitle {
        font-size: 18px;
        color: #333;
        line-height: 1.658;
    }
    
    .proscont {
        font-size: 16px;
        color: #666;
        line-height: 2.162;
    }

    .proshowtel {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        font-size: 11px;
        color: #fff;
        line-height: 40px;
        text-align: center;
    }

    .proshowclass{
        width: 100%;
        height: 40px;
        margin: 10px 0;
    }
    
    .proshowclass div {
        width: 120px;
        height: 40px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }
    
    .proshowcont{
        background-color: #fff;
        margin-top: 20px;
    }

    .proshowcont table {
        font-size: 10px;
    }

    .proshowcont img{
        max-width: 100%;
    }

    .proshowimg a{
        display: block;
        width: 49.5%;
        border: 1px solid #e5e5e5;
        margin-right: calc(1% / 1);
        margin-bottom: 10px;
    }
    
    .proshowimg a:nth-child(3n){
        margin-right: calc(1% / 1);
    }
    
    .proshowimg a:nth-child(2n){
        margin-right: 0;
    }

    .fiveflex{
        padding: 20px 15px;
    }
    
    .fiveflexs{
        width: 100%;
        margin: 20px auto 0;
    }
    
    .fiveflexs a{
        display: block;
        width: 49.5%;
        margin-right: calc(1% / 1);
        margin-bottom: 10px;
    }
    
    .fiveflexs a:nth-child(5n){
        margin-right: calc(1% / 1);
    }

    .fiveflexs a:nth-child(2n){
        margin-right: 0;
    }

    .recruit {
        padding: 20px 15px;
    }

    .recruits{
        width: 100%;
    }
    .recruit_tip {
        flex-direction: column;
    }
    
    .recruit_tip img{
        width: 100%;
    }
    
    .recruit_tips {
        width: 100%;
    }
    
    .recruit_tips p:nth-child(2) {
        font-size: 16px;
        line-height: 2.2;
    }
    
    .recruit_tips p:nth-child(1) {
        font-size: 20px;
    }
    
    .recruit_list {
        margin-top: 20px;
    }
    .recruit_box{
        height: 40px;
        padding: 0 10px;
    }
    .recruit_box div{
        font-size: 14px;
    }
    .recruit_box2{
        height: 40px;
        padding: 0 10px;
    }
    .recruit_box2 div{
        font-size: 14px;
    }
    .recruit_box2 div:nth-child(4) img{
        width: 25px;
    }

    .innew{
        padding: 20px 15px;
    }
    
    .innews{
        width: 100%;
        margin: 20px auto 0
    }
    
    .innews .newbox{
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .newshow {
        padding: 20px 15px;
    }
    
    .newshows {
        width: 100%;
        margin: 20px auto 0;
    }
    
    .news_title {
        margin: 5px 0;
        text-align: center;
        font-size: 16px;
        color: #333333;
    }
    
    .news_info {
        font-size: 14px;
    }
    
    .art_content img {
        max-width: 100%;
    }
}

@media(max-width:420px) {}

@media(max-width:376px) {}

@media(max-width:360px) {}