     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {
        header{
            height: 55px;
        }
        .logo{
            padding-left: 4%;
        }
        .logo b{
            font-size: 1.6rem;
        }
        .nav{
            display: none;
        }
		/*手机导航开始menu*/
        .menu{
            display: block;
           
            margin-right:15px;
        }
        .menu_down{
            position: absolute;
            left:0;
            top:55px;
            z-index: 999999;
            width: 100%;
            padding-bottom: 22px;
            background: rgba(0,110,195, .8);
        }
        .menu_down li{
            line-height: 3;
            text-align: center;
            /*padding-left: 4rem;*/
            border-bottom: 1px solid #fff;
        }
        .menu_down li a{
       
            display: block;
            font-size: 15px;
            color: #fff;
        }
        .menu span.icon-bar{
            background: #006EC3;
            width: 25px;
            height: 2px;
            display: block;
            -webkit-transition: all 300ms ease-out; 
            -moz-transition: all 300ms ease-out;
            transition: all 300ms ease-out; 
        }
        .menu .sr-only{
            display: none;
        }
        .menu .icon-bar:nth-child(2){
            -webkit-transform: rotate(0deg) translate(0,0);
            -moz-transform: rotate(0deg) translate(0,0);
            -ms-transform: rotate(0deg) translate(0,0);
            transform: rotate(0deg) translate(0,0);
            transform-origin:top left;
        }
        .menu .icon-bar:nth-child(3){
            margin-top: 6px; 
                -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
        }
        .menu .icon-bar:nth-child(4){
            margin-top: 6px; 
            -webkit-transform: rotate(0deg) translate(0,0);
            -moz-transform: rotate(0deg) translate(0,0);
            -ms-transform: rotate(0deg) translate(0,0);
            transform: rotate(0deg) translate(0,0);
            transform-origin:top left;
        }
        .xz .icon-bar:nth-child(2){
            -webkit-transform: rotate(45deg) translate(2px,-3px);
            -moz-transform: rotate(45deg) translate(2px,-3px);
            -ms-transform: rotate(45deg) translate(2px,-3px);
            transform: rotate(45deg) translate(2px,-3px);
            transform-origin:0 0;
        }
        .xz .icon-bar:nth-child(3){
            opacity: 0;
        }
        .xz .icon-bar:nth-child(4){
            -webkit-transform: rotate(-45deg) translate(1px,2px);
            -moz-transform: rotate(-45deg) translate(1px,2px);
            -ms-transform: rotate(-45deg) translate(1px,2px);
            transform: rotate(-45deg) translate(1px,2px);
            
        }
        /*手机导航结束*/
        .banner{
            height:250px;
        }
        .banner .swiper{
            height:inherit;
        }
        .banner .swiper-slide img{
            object-fit: cover;
            height:100%;
        }
        .banner .swiper-button-next,.banner .swiper-button-prev{
    width: 35px;
            height: 35px;
}
        .banner .swiper-button-prev:after{
            width: 35px;
            height: 35px;
            background-size:100%;
        }
        .banner .swiper-button-next:after{
             background-size:100%;
            width: 35px;
            height: 35px;
        }
        .banner .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left:2%;
}
.banner .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right:2%;
}
.banner .swiper-button-next:hover:after{
    background:url(../images/right.png) no-repeat rgb(0, 0, 0, .3);
    background-size:100%;
}
.banner .swiper-button-prev:hover:after{
    background:url(../images/left.png) no-repeat rgb(0, 0, 0, .3);
    background-size:100%;
}
.banner .font{
    position: absolute;
    top:20%;
    left:10%;
    z-index: 9;
}
.banner .font b{
    font-size: 14px;
    line-height: 1.7;
}
.banner .font p{
    font-size: 14px;
    margin:10px 0 12px;
}
.banner .font a{
    line-height:25px;
    width: 100px;
    height: 30px;
}
.banner .font a span{
    font-size: 12px;
}
.modone{
    height:auto;
    flex-wrap: wrap;
}
.mod_one{
     flex-wrap: wrap;
     min-width:100%;
}
.mod_oneleft{
    width: 92%;
    margin: 10% auto;

}
.mod_oneleft h3{
    font-size: 18px;
}
.mod_oneleft h4{
    font-size: 14px;
}
.mod_oneleft_con{
    font-size: 14px;
    padding:15px 0 20px;
}
.mod_onelefta{
    width: 150px;
    height: 40px;
    line-height: 40px;
}
.mod_oneright{
    width:92%;
    margin: 0 auto;
}
.mod_oneright img{
    width: 100%;
    object-fit: contain;
}
.tcnr .img img{
   
}
.tcnr_all{
    width: 90vw;
    height: 30vh;
    right:5%;
}
.mod_two li .num{
    font-size: 20px;
}
.mod_two li .fontc{
    font-size: 12px;
}
.mod_two li .num aside{
    font-size: 12px;
    right:-15px;
}
.mod_two ul{
    height:auto;
    padding:5%;
}
.mod_two li:last-child .num aside{
    right:-5px;
}
.mod_three{
    padding-top: 30px;
}
.mod_th_list ul{
   flex-wrap: wrap;
}
.mod_th_list li{
    width: 100%;
   height:250px;
}
.mod_th_list li figure{
    overflow: hidden;
}
.mod_th_list li figure img{

    object-fit: cover;
}
.modfour{
    margin: 75px 0;
}
.mod_fourc{
    height: 255px;
    margin: 25px 0;
}
#wrapper > div{
    height:255px;
}
#wrapper dl{
    height:255px!important;
}
#wrapper dt, #wrapper dd{
    height:255px;
}
#wrapper dt, #wrapper dd img{
    height:255px;
}
.mod_threetitle{
    font-size: 18px;
}
.mod_threetitle p{
    font-size: 14px;
}
.modfive{
    padding:25px 0 50px;
}
.mod_fivec{
    padding:25px 0;
    flex-wrap: wrap;
}
.mod_fivec_left{
    width: 92%;
    margin: 0 auto;
}
.mod_fivec_right{
    width: 92%;
    margin: 0 auto;
}
.mod_fivec_right li figure{
    font-size: 14px;
}
.mod_fivec_right li figure span{
    float: none;
    display: block;
}
.mod_fivec_right li figcaption{
    margin-top: 5px;
}
.mod_fivec_right li{
    padding:10px 5px;
}
.footer_content{
    display: none;
}
.copy{
    line-height: 1.7;
    padding:3% 0;
}
.BackToTop{
    right:2%;
}

.inbanner{
    height:200px;
}
.inbanner img{
    height:100%;
    object-fit: cover;
}
.inbanner .title{
    top: 30%;
    left: 6%;
    margin-left: 0;
}
.titleus{
    font-size: 18px;
}
.titlecn{
    font-size: 18px;
}
.inside_page{
    padding-top: 30px;
}
.inside_page article{
    width: 92%;
    padding: 0px 0 50px;
}
.edit{
    font-size: 14px;
}
.peop{
     flex-wrap: wrap;
}
.peop_detail{
    flex-wrap: wrap;
}
.peop_right ul{
    display: flex;
    background: #F0F0F0;
}
.peop_left{
    width: 100%;
}
.peop_right{
    width: 100%;

}
.peo{
    padding-bottom: 5%;
}
.peop_right li{
   
}
.peop_detailright{
    padding:20px 4% 30px 4%;
}
.pe_detail{
    width: 100%;
     padding-top: 15px;
}
.peop_detailright font{
    font-size: 18px;
}
.peop_right li img{
    width: auto;
    height:auto;
}
.pronav li{
    font-size: 16px;
}
.pronav li~li:before{
    top:1px;
    left:-15px;
}
.prolist li{
    width: 50%;
}
.prolist li figure img{
    margin-top: 0;
    height:100%;
    width:auto;
}
.pdetail{
    flex-wrap: wrap;
}
.shown_products_a_left{
    width: 100%;
    height: 357px;
}
.pdetail_right_title{
    font-size: 16px;
    padding-top: 20px;
}
.pdetail_right_title font{
    padding:8px 0;
}
.prodetailsmore_title .font{
    line-height: 40px;
}
.inside_page .mod_fivec{
    padding:25px 0;
}
.newslist li{
    width: 100%;
    margin-bottom: 15px;
}
.newslist li h3{
    padding-bottom: 0;
}
.newsdetail{
    width: 92%;
    padding-top: 15px;
    
}
.inside_page article.nextpage{
    width: 100%;
    flex-wrap: wrap;
}
#map{
    height:350px!important;
}



    }





    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {
  


    }








