@media(max-width:768px){
    body{
        width: 100%;
    }
    .serch .inputbox>input{
        font-size: 14px;
        width: 100%;
    }
    .serch:hover .inputbox{
        display: block;
        width: 83%;
    }
    .serch .inputbox {
        height: 40px;
        border-radius: 3px;
        position: absolute;
        left: 6px;
        z-index: 10;
        margin-left: 0;
        margin-top: -5px;
        border: 1px solid #ccc;
        padding-right: 50px;
        background: url(../images/icon-serch.png) no-repeat;
        display: none;
        transition: all .3s;
        -webkit-transition: all .3s;
    }   
    .menu-icon{
        float: right;
        margin-right: 10px;
        margin-top: 22px;
    }
    .header .logo{
        margin-left: 10px;
    }
    .header .serch{
        margin-right: 10px;
        background-size: 24px;
        margin-top: 20px;
    }
    .layout-menu{
        position: absolute;
        background: #fff;
    }
    .header .layout-menu .menu>li{
        font-size: .12rem;
    }
    .silder-box{
        width: 100% !important;
        min-width: 100%;
    }

    .silder-main-img img{
        min-height: 100px;
        width: 100%;
        height: calc(100vw / 3.5);
    }
    .silder-ctrl-prev, .silder-ctrl-next{
        background-size: contain;
        width: 25px;
        height: 35px;
    }
    .ProductTypeBox{
        min-width: 100%;
        height: 175px;
        background-color: transparent;
        margin-top: 4vw;
    }

    .ProductTypeBox>.ProductType li{
       width: 48%;
        float: left;
        height: 50%;
        border-bottom: 1px solid #fff;
        background-color: #12428c;
        border-radius: 6px;
        margin: 0 1% 1%;
    }
    .ProductTypeBox>.ProductType li a{
        margin: 15px auto 0px auto;
        width: calc(100% - 20px);
    }
    .ProductTypeBox>.ProductType li a>.text>img{
        border-radius: 6px;
    }
    .ProductTypeBox>.ProductType li a>.text>span{
        font-size: 13px;
    }
    .ProductList>li>a>.text_box i.add{
        display: none;
    }
    .NewsList>li>a>.text_box i.add{
        display: none;
    }
    .box{
        width: 100%;
    }
    .box-col4{
        margin: 4vw 0px;
    }
    .box-col4>ul{
        width: 100%;
        margin-left: 0;
    }
    .box-col4>ul>li{
        width: 48%;
        float: left;
        margin: 0 1%;
    }
    .box-col4>ul>li>a{
        margin: 0;
    }
  
    .box-col4>ul>li>a .thumbnail{
        height: auto;
    }
    .ProductList>li>a .text_box{
        width: 100%;
    }
    .ProductList>li>a .text_box .pd{
        padding-right: 0;
    }
    .ProductList>li {
        height: 5rem;
    }
    .ProductList .text_box{
        padding-top: 0;
    }
    .ProductList>li>a>.text_box>.pd>h4{
        font-size: 16px;
        height: 45px;
    }
.ProductList2>li>a .text_box{
    width: 100%;
    margin-top: 1vw;
    padding-top: 0;
    height: 50px;
    overflow: hidden;
}
.ProductList2>li>a .text_box .pd{
    padding-right: 0;
}
.ProductList2>li>a>.text_box>.pd>h4{
    font-size: 14px;
    margin: 1vw 0;
    height: 40px;
}
.ProducBox>ul>li>a .thumbnail{
    height: auto;
}

.ProductList2>li{
    height: 4.5rem;
}
    .NewsBox>.title{
        margin-bottom: 0.6rem;
    }
    .NewsList>li>a>.text_box>h4{
        font-size:16px;
        width: auto;
        
    }
    .NewsBox>.title>.name-chinese{
        font-size: 18px
    }
    .NewsList>li>a>.text_box{
        padding-top: 2vw;
        height: 44px;
    }
    .footer{
        width: 100%;
        min-width: 100%;
    }
    .copytel{
        float: none;
    }
    .footer .compayInfo{
        float: none;
        padding: 20px 0px 10px 0px;
    }
    .footer .compayInfo dl dt{
        font-size: 0.4rem;
    }
    .footer .compayInfo dl dd{
        font-size: 12px;
        line-height: 1.2;
    }

    .footer .copyright{
        font-size: 12px;
    }
    .sidebar{
        bottom: 2rem;
    }
  
    .sidebar .number{
        font-size:12px;
    }
    .copytel img{
        width: 120px
    }
    .h24phone {
        position: relative;
    top: -13px;
    left: 17px;
    font-size: 12px;
    }
.main .content-box{
    padding: 20px 10px !important;
}
.main .nav{
    padding-left: 2%;
    font-size: 14px;
}
.n-title-news{
    height: 140px;
}
.news-list>li{
    height: 1.8rem;
}
    .news-list>li>a{
        display: flex;
    }
    .news-list>li .n-textbox>.n-title{
        margin-top: 0;
        font-size: 14px;
        overflow: hidden;
        height: 20px;
        text-overflow: ellipsis;
        width: 100%;
        /* white-space: nowrap; */
    }

    .news-list>li .n-thumbnail{
        width: 2rem;
        flex: 1;
        height: auto;
        margin-right: 0.2rem;
    }
    .news-list>li .n-textbox{
        flex: 3;
        width: auto;
        float: none;
    }
    .news-list>li .n-textbox>.n-text{
        height: 43px;
        overflow: hidden;
        margin: 1vw 0;
        font-size: 12px;
        line-height: 1.2;
    }
    .n-date{
        font-size: 12px;
    }
    .btn-more{
        font-size: 12px;
    }
    .news-ul{
        margin-left: 20px !important;
        float: none !important;
        width: 100%;
        overflow: hidden;
    }
    .news-ul li{
        font-size: 14px;
        width: 80px;
    }
    .search-box{
        font-size: 14px;
        float: none;
        width: 100%;
        margin-left: 30px;
    }
    .search-box .inputbox{
        line-height: 24px;
    }
    .search-box #news_keyword{
         font-size: 12px;
         width: 100%;
    }
    .detail-title-box{
        margin: 10px 0;
    }
    #imgbtn{
        width: 24px;
        margin-left: 15px;
    }
    #SalaryContent img{
        width: 100% !important;
    }
    .search-ctr{
        padding: 0 20px;
        margin-bottom: 2.5rem;
    }
    .search-ctr>input{
        font-size: 0.3rem;
        width: 75%;
    }
    .search-ctr>a{
        font-size: 0.3rem;
    }
    .job-title>h2{
       font-size: 16px;
    }
    .job-list{
        width: 100%;
        padding-right: 5px;
    }
    .job-list h2{
        font-size: 16px;
    }
    .job-list img{
        width: 1.5rem !important;
    }
    .job-list h3{
        font-size: 0.32rem;
    }
    .job-list .job-body{
        font-size: 0.3rem;
    }

    .typelist>li>.p-type{
        width: 100%;
        float: none;
        position: relative;
    }
    .typelist>li>.p-list{
        float: none;
        width: 100%;
    }
    .ProducBox>ul{
        width: 100%;
        margin-left: 0;
    }
    .ProducBox>ul>li{
        width: 50%;
        margin-bottom: 10px;
    }
    .ProducBox>ul>li>a{
        margin: 0 1vw;
    }
    .type-detail>.p-type{
        position: relative;
        width: 100%;

    }
    .type-detail>.p-list{
        width: 100%;
        float: none;
    }
    .product-header>.title-type>h2 {
        font-size: 16px;
    }
    .product-header>.title-type>.intro-type>li {
        font-size:14px;
        margin-bottom: 0.2rem;
    }
    .product-body .mr15 {
        font-size:14px;
        margin-left: 0;
    }
  
    #text_fun img{
        width: 100% !important;
    }
    #text_design img{
         width: 100% !important;
    }
    .product-header{
        width: 100%;
        height: 4.2rem;
        left: 0;
        background: url(../images/tmp3.png) left center no-repeat;
    }
    .product-header>.title-type{
        width: 100%;
        margin-left: 2vw;
        padding-top: 5vw;
    }
    .nav2{
        width: 100%;
    }
    .a-body .text{
        font-size:14px;
        line-height: 1.5;
    }
    .a-title>h2{
        font-size: 16px;
    }

    .start-end-time{
        font-size: 0.4rem;
    }
    .history-list>.left-li{
        width: 50%;
    }
    .history-list>li .year{
        font-size: 18px;
    }
    .history-list>li a{
        font-size: 14px;
        margin-right: 5px;
    }
    .history-list>.left-li>.sys-list{
        padding-right: 5px;
    }
    .history-list>.right-li>.sys-list{
        padding-left: 5px;
    }
    .history-list>.right-li{
        width: 50%;
        left: 50%;
    }
    .a-body{
        margin: 20px 0;
    }
    .a-body .b-img{
        width: 100%;
        left: 0;
    }
    .a-body .h24>img{
        width: 150px;
        margin-top: -9px;
    }
    .a-body .qualificationsBox>h3{
        font-size: 0.3rem;
    }
    .a-body .qualificationsBox>.q-list>li {
        font-size:14px;
        line-height: 1.5;
    }
    .a-body .cu-type{
        font-size: 0.4rem;
    }
    .a-body .cu-list>li{
        font-size: 0.3rem;
    }
    .a-body .cu-list{
        width: 100%;
    }
    .a-body .cu-list>li{
        width: 48%;
        margin: 1%;
    }
    .a-body .contact-info>li{
        font-size:12px;
    }
    .a-body h2 {
       font-size: 16px;
    }
    .a-body .h24>.h24-mob{
        font-size: 16px;
        margin-top: 48px;
        margin-left: 0;
    }
    .a-body .a-img{
        width: 100%;
        left: 0;
        height: auto;
        margin: 20px 0;
    }
    .nav2>ul{
        display: flex;
    }
    .nav2>ul>li{
        flex: 1;
        font-size: 14px;
        position: relative;
    }
    .nav2>ul>li::after{
        content: '';
        width: 1px;
        background: #fff;
        height: 12px;
        position: absolute;
        right: 0;
        top: 24px;
    }
    .nav2>ul>li>span{
        margin-left: none;
        display: none;
    }
    .go-top{
        width: 50px;
        height: 40px;
        background: url(../images/gotop.png) no-repeat;
        background-size: contain;
    }
    .go-top:hover{
        background: url(../images/gotop1.png) no-repeat;
         background-size: contain;
    }

    /* 菜单抽屉 */
    .model{
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        position: fixed;
        display: none;
    }
    .layout-menu{
        display: none;
    }
    .layout-menu-mobile{
        width: 80%;
        height: 100vh;
        background: #fff;
        position: absolute;
        overflow: scroll;
        padding-right: 5px;
        left: -82%;
    }
    .layout-menu-mobile .menu{
        height: auto;
    }
     .layout-menu-mobile > .menu>li.active>a{
        color: #12428c;
    }
    .layout-menu-mobile .menu>li{
        height: auto;
        border-bottom: 1PX solid #eee;
    }
    .layout-menu-mobile .menu>li>a{
        text-decoration: none;
        height: 48px;
        line-height: 48px;
        display: block;
        padding-left: 3%;
        color: #333;
    }
    .layout-menu-mobile .menu li .sub-box{
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .layout-menu-mobile .menu li .sub-box ul{
        margin-top: 0;
    }
    .layout-menu-mobile .menu li .sub-box >ul >li{
        text-align: left;
        padding-left: 8vw;
    }
    .layout-menu-mobile .menu li .sub-box .submenuList{
        display: block;
        margin: 0;
        width: 100%;
    }
    .layout-menu-mobile .menu li .sub-box .submenuList>li{
        float: none;
        margin: 0;
        width: auto;
    }
    .full-div{
        width: 100%;
    }
    .big-type{
        float: none;
        line-height: 40px;
    }
    .small-type{
        float: none;
        line-height: 30px;
        width: 100%;
        margin-left: 15px;
    }
    .anone{
        left: 10px;
        top: 120px;
        background: rgba(255,255,255,.4);
        padding: 10px;
        width: 300px;
    }
    .anone h2{
        font-size: 18px;
    }
    .anone .txt{
        font-size: 16px;
        line-height: 30px;
    }
    .ani-box{
        background: rgba(255,255,255,.5);
        padding: 10px;
        width: 320px;
    }
    .ani-box>.p-content-box{
        width: auto;
    }
    .ani-box>.p2-icon{
        width: 38px;
        margin: 0px 10px 0px 0px;
    }
    .ani-box>.p-content-box>h2{
        font-size: 18px;
    }
    .ani-box>.p-content-box>.info{
        font-size: 14px;
        line-height: 24px;
    }
    .detail-title-box>h2{
        font-size: 16px;
    }
    .body-text{
        font-size: 13px;
        line-height: 26px;
    }
    .silder-ctrl-con>span{
        width: 10px;
        height: 10px;
    }
    .el_mul3{
        text-overflow: ellipsis;
        height: 60px;
        display: none;
    }
    .product-body>#summary{
        width: 200px;
        background-size: contain;
        height: 60px;
    }
    .product-body>#design{
         width: 200px;
        background-size: contain;
        height: 60px;
    }
    .product-body>#characteristic{
        width: 200px;
        background-size: contain;
        height: 60px;
    }
    .product-body>#fun{
        width: 200px;
        background-size: contain;
        height: 60px;
    }
}
@media (min-width:768px) {
    .menu-icon{
        display: none;
    }
    .model{
        display: none;
    }
    .layout-menu-mobile{
        display: none;
    }
}