a{
    text-decoration:none;
}
@media(max-width: 750px) {
    #on_pc {
        display: none !important;
    }
    #on_wap{
        margin-bottom: 60px;
    }
    .wap-header{
        height: 60px;
        overflow: hidden;
        background: #ffffff!important;
        width: 100%;
    }
    .logo{
        padding: 5px 10px 0 10px;
        float: left;
        height: 50px;
        width: 40%;
    }
    .logo img{
        width: 100%;
        margin: 0 auto;
        height: 100%;
    }
    .nav_btn{
        width: 16%;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 20px;
    }
    .nav_btn span:nth-child(1) {
        top: 0px;
    }
    .nav_btn span:nth-child(2) {
        top: 10px;
    }
    .nav_btn span:nth-child(3) {
        top: 20px;
    }
    .nav_btn span{
        display: block;
        background: #46A4FF;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s;
    }
    .wap-swiper{
        width: 100%;
        height: 40vh;
    }
    .swiper-img img{
        width: 100%;
        height: 100%;
    }
    .wapnav-list{
        display: none;
        width: 100%;
        background: #e8e8e8;
        position: fixed;
        font-size: 14px;
        line-height: 40px;
        height: calc(100% - 160px);
        top: 60px;
        left: 0;
        padding: 10px 20px;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
        z-index: 99999;
    }
    .wapnav-list ul{
        padding: 0;
    }
    .wapnav-list ul li{
        border-bottom: 1px #d9d9d9 solid;
     }
    .wapnav-list ul li a {
        color: #666;
        width: 80%;
    }
    .wap-service{
        padding-top:20px;
        width: 100%;
        height: 360px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wap-service-header{
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #666;
    }
    .service-list{
        display: flex;
        flex-wrap: wrap;
    }
    .service-list .service-item{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-item img{
        width: 75px;
        height: 75px;
    }
    .service-item span{
        color: #666;
        font-size: 15px;
        font-weight: bold;
    }
    .more{
        padding: 4px 15px;
        border: 1px solid #46A4FF;
        font-size: 14px;
        color: #46A4FF;
        border-radius: 20px;
        margin-top: 20px;
    }
    .wap-produce{
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wap-swiper-produce {
        width: 90%;
    }
    .wap-produce .wap-swiper-produce{
        height: 380px;
        padding: 30px 0;
    }
    .wap-produce-header{
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #666;
        margin-top: 20px;
    }
    .produce-swiper {
        width: 70%;
        margin: 0 10%;
        height: 5.0rem;
        overflow: hidden;
        padding-top: 5%;
    }
    .produce-item{
        display: inline;
        width: 100%;
        box-shadow: 0px -3px 12px 0px rgb(0, 0, 0, 0.6);
    }
    .produce-item .produce-img{
        width: 100%;
        height: 230px;
        overflow: hidden;
    }
    .produce-item .produce-img img{
        width: 100%;
        min-height:230px;
        cursor: pointer;
        transition: all 0.6s;
    }
    .produce-item .produce-item-info{
        background: #ffffff;
        padding: 15px;
        height: 120px;
    }
    .produce-item .produce-item-info h1{
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }
    .produce-item .produce-item-info p{
        color: #626262;
        line-height: 30px;
        font-size: 18px;
    }
    .wap-news{
        width: 100%;
        height: 360px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wap-news-header{
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #666;
        margin-top: 20px;
    }
    .news-list{
        width: 90%;
        margin: 0 auto;
    }
    .news-ul{
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
    .news-ul .news-li{
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        line-height: 30px;
        font-weight: bold;
        align-items: center;
    }
    .news-ul .news-li a{
       width: 70%;
    }
    .news-title{
        width: 70%;
        color: #666;
        font-size: 14px;
        line-height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .wap-about{
        width: 100%;
        height: 320px;
        overflow: hidden;
    }
    .wap-about-header{
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #666;
        margin-top: 20px;
    }
    .wap-about p{
        line-height: 26px;
        font-size: 14px;
        color: #333;
        padding: 0px 15px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .wap-about-list{
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
    }
    .wap-about-item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wap-about-item .ab-img-bg{
        width:60px;
        height: 60px;
        padding: 10px;
        border-radius: 50%;
        background: #46A4FF;
    }
    .wap-about-item .ab-img-bg img{
          width: 100%;
        height: 100%;
    }
    .wap-about-item span{
        color: #666;
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
    }
    .wap-end{
        width: 100%;
        height: 260px;
        background-color: #244161;
    }
    .wap-end-top{
        display: flex;
        justify-content: space-between;
        padding: 0 5%;
    }
    .wap-end-top div{
        text-align: center;
        margin: 20px 5px 0px 5px;
        color: #fff;
    }
    .wap-end-top div a{
        color: #fff;
        font-size: 15px;
    }
    .wap-end-qrcode{
        text-align: center;
    }
    .wap-end-qrcode img{
        width: 30%;
        margin-top: 20px;
    }
    .wap-end-qrcode div{
        width: 80%;
        font-size: 13px;
        line-height: 22px;
        color: #ffffff;
        margin: 0 auto;
        margin-top: 20px;
    }

 .wap-footer{
     display: flex;
     justify-content: space-between;
     height: 60px;
     background: #46A4FF;
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: 999;
 }
    .wap-footer a{
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu-i{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .menu-i img{
        width: 24px;
        height: 24px;
    }
    .menu-i span{
        text-align: center;
        font-size: 14px;
        color: #fff;
    }
    .mark{
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        background: rgba(0,0,0,.8);
    }
    .form-div{
        width: 80%;
        height: 70%;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        border-radius: 0.1rem;
        padding: 10px;
        box-sizing: border-box;
        color: #222;
        z-index: 999999;

    }
    .form-list{
        height: 80%;
        overflow: scroll;
        margin-top: 50px;
    }
    .form-header{
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 10px;
        width: calc(100% - 20px);
        background: #ffffff;
    }
    .form-header .title{
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }
    .close{
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
    .close img{
        width: 100%;
        height: 100%;
    }
    .mg50{
        margin-top: 50px;
    }
    .form-item{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .form-item label{
        color: red;
    }
    .form-item span{
        font-size: 14px;
        text-align: right;
        width: 20%;
    }
    .form-item input{
        margin-left: 5%;
        width: 75%;
        height: 30px;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 14px;
        border: 1px solid #666666;
        outline: none;
        font-size: 14px;
    }
    .form-item textarea{
        margin-left: 5%;
        width: 75%;
        height: 100px;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #666666;
        outline: none;
        resize: none;
        overflow: auto;
        font-size: 14px;
    }
    .form-item input:focus,.form-item textarea:focus{
        border:1px solid #46A4FF;
    }
    .submit{
        width: 90%;
        height: 40px;
        margin: 0 auto;
        margin-top: 20px;
        background: #46A4FF;
        color: #ffffff;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        border-radius: 10px;
        cursor: pointer;
    }
}