﻿@media only screen and (max-width: 1240px) {
    .wrap {
        width: auto;
        max-width: 1000px;
        min-width: 1000px;
    }

    .head-no {
        width: 100%;
        height: 55px;
    }


    .headb-cnt {
        padding: 10px 0;
    }

    .headb-ctble>img {
        width: 35px;
        height: auto;
    }

    .headb-ctble>h3 {
        font-size: 22px;
    }

    .ressicon {
        font-size: 14px;
        padding: 0 2px;
    }

    .address-btn a {
        padding: 5px;
        font-size: 12px;
    }

    .ctbl-ul>li>a {
        padding: 8px 15px;
        font-size: 14px;
    }

    .ctblisw::after {
        width: 25px;
        height: 3px;
        bottom: -10px;
    }

    .login-btn {
        margin-left: 15px;
    }

    .login-btn a {
        width: 90px;
        font-size: 12px;
        padding: 8px 0;
    }


    .login-bname h4 {
        font-size: 14px;
        white-space: nowrap;
    }

    .login-bname img {
        width: 30px;
        height: 30px;
    }




    /* main */
    .service-bj {
        padding-bottom: 20px;
    }

    /* ----------导航-------- */
    .navigat-box {
        padding: 10px 0;
    }

    .navigat-box p {
        font-size: 14px;
    }

    /* -------------搜索--------------- */
    .indetp-search {
        padding: 15px 0;
    }

    .search-box {
        width: 75%;
        height: 45px;
    }

    .search-bsel {
        width: 110px;
    }

    .search-bsel>a {
        padding: 0 15px;
    }

    .search-bsel>a span {
        font-size: 14px;
    }

    .search-box input {
        padding: 0 8px;
        font-size: 14px;
    }

    .search-ba a {
        width: 110px;
        font-size: 16px;
    }

    .search-btn a {
        width: 110px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }








    .footb-top {
        padding: 30px 0;
    }
    .footb-tpcli img {
        width: 25px;
        height: 25px;
    }
    .footb-tpcli h4 {
        font-size: 14px;
        margin-left: 5px;
    }


    .footb-cnt {
        padding: 35px 0;
    }

    .footb-ctle ul li h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footb-ctle ul li a {
        font-size: 12px;
        margin-bottom: 10px;
    }


    .footb-ctr-img {
        width: 90px;
        height: 90px;
    }

    .footb-ctr-img img {
        width: 90px;
        height: 90px;
    }

    .footb-ctr-img p {
        font-size: 12px;
        margin-top: 5px;
    }

    .footb-btm {
        padding: 20px 0;
    }

    .footb-btm p {
        font-size: 12px;
    }

    .footb-btm p img {
        width: 15px;
        height: 15px;
        margin: 0 5px;
    }

}

@media only screen and (max-width: 769px) {
    .wrap {
        max-width: 100% !important;
        min-width: 100%;
    }

    .pcword {
        display: none;
    }

    .appword {
        display: block;
    }



    /* ---按钮--- */
    .menu-button {
        width: 20%;
        height: 100%;
        padding: .3rem .1rem;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: #ffffff;
    }

    .menu-button .bar:nth-of-type(1) {
        margin-top: 0px;
    }

    .menu-button .bar:nth-of-type(3) {
        margin-bottom: 0px;
    }

    .bar {
        position: relative;
        display: block;
        width: .5rem;
        height: .05rem;
        margin: .1rem auto;
        background-color: #ffd000;
        border-radius: 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .cross .bar:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }

    .cross .bar:nth-of-type(2) {
        opacity: 0;
    }

    .cross .bar:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }







    /* -----左侧列表----- */
    .head-no {
        width: 100%;
        height: 1rem;
    }
    
    .wrap{
    	margin-left: 0% !important;
    }
    
    

    /* .head-app{} */

    .appnav-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: #ffffff;
    }

    .appnav-tpimg {
        padding: 0 10px;
        display: flex;
        align-items: center;
    }

    .appnav-tpimg img {
        width: .6rem;
        height: auto;
    }

    .appnav-tpimg h3 {
        font-size: 18px;
        font-weight: 600;
        margin-left: 5px;
    }

    .appbjmont {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 91;
        background-color: rgba(0, 0, 0, .5);
        display: none;
    }

    .appnav-left {
        width: 60%;
        height: 100vh;
        background-color: #ffffff;
        position: fixed;
        left: -60vw;
        top: 0;
        z-index: 95;
        transition: all .3s;
        overflow-y: auto;
    }

    .frame-titap {
        border-bottom: 0px solid #e5e5e5;

    }

    .frame-titap>ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .frame-titap>ul>li {
        width: 100%;
        position: relative;
        text-align: center;
    }

    .frame-titap>ul>li a {
        width: 100%;
        font-size: 14px;
        padding: 15px 0;
        display: inline-block;
        text-align: center;
    }

    .title-itm::after {
        bottom: 10px;
    }

    .lischild {
        width: 100%;
        background-color: #f5f5f5;
        border-top: 1px solid #e5e5e5;
        display: none;
        transition: all .5s;
    }

    .lischild>a {
        width: 100%;
        padding: .15rem .3rem;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
    }

    .apptile {
        background-color: #f9f9f9 !important;
        color: #ffd000 !important;
        font-weight: 600;
    }

    .ctbl-uprod>a>img {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .ctbl-uprod>a>span {
        font-size: 14px;
        margin-left: .1rem;
    }

    .login-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px 0 0;
    }



    .headb-tcnt {
        flex-direction: column;
    }

    .headb-tctle>a {
        font-size: 12px;
        margin-right: 10px;
    }

    .headb-tctri {
        padding: .1rem 0;
    }

    .languag-down {
        top: 20px;
        left: 20%;
    }





    /* main */
    .service-bj {
        padding-bottom: .2rem;
    }



    .navigat-box span {
        width: 80%;
    }

    .layui-breadcrumb>* {
        font-size: 12px;
    }


    /* -------------搜索--------------- */
    .indetp-search {
        padding: .15rem 0;
        flex-wrap: wrap;
    }

    .search-box {
        width: 100%;
        height: 35px;
    }

    .search-bsel {
        width: 90px;
    }

    .search-bsel>a {
        padding: 0 .15rem;
    }

    .search-box input {
        padding: 0 5px;
        font-size: 12px;
    }

    .search-ba a {
        width: 90px;
        font-size: 14px;
    }

    .search-btn {
        width: 48%;
        margin-top: .2rem;
    }

    .search-btn a {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }











    /* ---------footer---------- */
    .foot-app {
        background-color: #5c5d60;
    }

    .footb-btm {
        padding: .15rem 0;
        flex-direction: column;
    }

    .footb-btm p {
        font-size: 12px;
        text-align: center;
        padding: .1rem;
    }

    .footb-btm p img {
        width: 18px;
        height: 18px;
        margin-right: .1rem;
    }
}