     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {


    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {

#boxer.mobile .boxer-close{
	top: 70px !important;
}

/*index*/
.public-title{
	margin-bottom: 20px;
}

.public-title h1{
	font-size: 24px;
}

/*top nav*/
.top-nav-blank{
	height: 60px;
}

.header{
	height: 60px;
}

.top-nav{
	padding: 0 10px 0 20px;
	position: relative;
	z-index: 999;
}

.top-nav .logo{
	margin-right: 10px;
}

.top-nav .logo img{
	height: 40px;
}

.top-nav .nav-block{
	display: none;
}

.index-lang{
	display: none;
}

/*手机导航开始menu*/
.menu{
  display: block;
  padding: 10px;
}
.menu_down{
  position: absolute;
  left:0;
  top:60px;
  z-index: 990;
  width: 100%;
  padding-bottom: 0px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 1px 3px #999;
}
.menu_down li{
  line-height: 4;
  text-align: center;
  /*padding-left: 4rem;*/
  
}
.menu_down li+li{
	border-top: 1px solid #dcdcdc;
}
.menu_down li a{

  display: block;
  font-size: 15px;
  color: #666;
}
.menu span.icon-bar{
  background: #999;
  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);
  
}
/*手机导航结束*/

/*index public style*/

/* index banner */
.index-banner img{
	min-height: 260px;
	object-fit: cover;
}

/* index product */
.index-product{
	padding: 20px;
}

.index-product .public-title{
	margin-bottom: 20px;
}

.index-product li{
	width:100%;
	margin-right: 0;
}

.index-product li img{
	height: 240px;
}

.index-product li .textbox{
	padding: 20px;
}

.index-product li h2{
	font-size: 20px;
}

/*index about*/
.index-about-block{
	padding: 0;
}

.index-about-block .imgbox{
	display: none;
}

.index-about-block .textbox{
	width: auto;
	height: auto;
	padding: 20px;
	position: relative;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	background-image: none;
	background-color: transparent;
}

.index-about-block .title{
	margin-bottom: 15px;
}

.index-about-block .title h4{
	font-size: 20px;
	margin-bottom: 5px;
}

.index-about-block .title h1{
	font-size: 24px;
}

.index-about-block .editbox{
	line-height: 2;
	margin-bottom: 40px;
}

/*sp*/
.sp-img{
	display: none;
}

/*index news*/
.index-news{
	padding: 20px;
}

.index-news .public-title{
	margin-bottom: 20px;
}

.index-news .big-news{
	width: 100%;
}

.index-news .big-news img{
	height: 275px;
}

.index-news ul{
	width: 100%;
	margin-top: 20px;
}

.index-news li:hover{
	border-color: #0f57b4;
}

.index-news li .imgbox{
	width: 100%;
	margin-right: 1px;
}

.index-news li .textbox{
	margin-top: 15px;
}

.index-news li h3{
	margin-bottom: 10px;
}

.index-news li h2{
	margin-bottom: 10px;
}

/*index contact*/
.index-contact-bg{
	padding: 20px;
}

.index-contact .mapbox{
	width: 100%;
	height: 370px;
}

.index-contact .textbox{
	width: 100%;
	padding: 15px;
	height: auto;
}

.index-contact h2{
	font-size: 20px;
	margin-bottom: 15px;
}

.index-contact h3{
	margin-top: 15px;
	margin-bottom: 15px;
}

.index-contact p{
	font-size: 14px;
}

.index-contact p+p{
	margin-top: 10px;
}

/*footer list*/
.footer-list-bg{
	display: none;
}

.copyall{
	background-color: #f8f8f8;
}

.copy{
	padding: 10px 15px;
	line-height: 1.5;
}

/*other public*/
.other-nav .flex-flex1{
	display: none;
}

.other-nav ul{
	width: 100%;
	-webkit-flex-wrap:wrap; 
	-webkit-box-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	flex-wrap:wrap;
	border: none;
}

.other-nav li{
	width: 100%;
	border: none;
}

.other-nav li+li{
	border-top: 1px solid #e5e5e5;
}

.other-local{
	display: none;
}

/*about us*/
.about-abo-block{
	padding: 20px;
}

.about-abo-block .title{
	margin-bottom: 10px;
}

.about-abo-block .title h1{
	font-size: 24px;
}

.about-abo-block .text{
	margin-right: 0;
	width: 100%;
	line-height: 2;
	height: auto;
}

.about-abo-block img{
	width: 100%;
	margin-top: 20px;
}

.about-zz-block .title{
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.about-zz-block{
	padding: 20px;
}

.about-zz-block li{
	width: 100%;
	height: 290px;
	margin-right: 0;
}

.about-hor-block{
	padding: 20px;
}

.about-hor-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

#horswiper{
	padding-bottom: 40px;
}

#horswiper a{
	height: 380px;
	padding: 20px;
}

/* products */
.product-block{
	padding: 20px;
}

.product-nav{
	margin-bottom: 20px;
}

.product-nav a{
	width: 100%;
	line-height: 42px;
	border-bottom: none;
	border-right: 1px solid #d3d3d3;
}

.product-nav a:last-child{
	border-bottom: 1px solid #d3d3d3;
}

.products-right-list{
	padding-bottom: 20px;
}

.products-right-list li{
	width: 100%;
	margin-right: 0;
}

.products-right-list li img{
	height: 200px;
}

/*product detail*/
.products-right-detail{
	padding: 20px;
}

.products-right-detail .imgbox{
	width: 100%;
	margin-bottom: 20px;
}

.products-right-detail .gallery-top{
	margin-bottom: 20px;
	border: 1px solid #d3d3d3;
}

.products-right-detail .gallery-top .swiper-slide{
	height: 280px;
}

.products-right-detail .info-box{
	width: 100%;
}

.products-right-detail .editbox{
	line-height: 2;
}

.products-right-detail .info-box  .editbox{
	height: auto;
}

.products-right-detail .detail-nav a{
	height: 44px;
	line-height: 44px;
	font-size: 12px;
}

.products-right-detail .detail-title{
	margin-top: 20px;
	font-size: 15px;
	line-height: 44px;
}

.products-right-detail .detail-title span{
	padding: 0 20px;
}

/*news*/
.news-block{
	padding: 20px;
}

.news-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.news-block ul{
	border-bottom: 1px solid #eee;
}

.news-block li{
	border-top: 1px solid #eee;
}

.news-block li a{
	display: block;
	padding: 20px;
}

.news-block li h2{
	padding-top: 0px;
	margin-bottom: 10px;
}

.news-block li .flex-flex1{
	margin: 0 1px 0 15px;
}

.news-block li p{
	line-height: 1.5;
	height: auto;
}

.news-block li .imgbox{
	width: 100%;
	height: 150px;
	margin-top: 15px;
}

/*news detail*/
.news-detail-block{
	padding: 20px;
}

.news-detail-block .title{
	font-size: 24px;
	margin-bottom: 0px;
}
.news-detail-block .subtitle{
	margin-bottom: 10px;
}

.news-detail-block .edit-box{
	line-height: 2;
}

.news-detail-block .detail-nav{
	padding: 15px 15px 0;
}

.news-detail-block .left-nav a{
	font-size: 14px;
	padding: 5px 0;
}

.news-detail-block .right-nav{
	width: 100px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	margin-left: 5px;
}

/*contact us*/
.contact-block{
	padding: 20px;
}

.contact-block .textbox{
	width: 100%;
	padding-right: 0;
	height: auto;
}

.contact-block h2{
	font-size: 24px;
	margin-bottom: 15px;
}

.contact-block h3{
	margin-top: 15px;
	margin-bottom: 15px;
}

.contact-block p{
	font-size: 14px;
}

.contact-block p+p{
	margin-top: 15px;
}

.contact-block .map{
	width: 100%;
	margin-top: 20px;
}

.contact-block .qrblock{
	margin-top: 20px;
}

.contact-block .qrblock li{
	width: 100%;
	margin-right: 0;
	padding: 20px 15px;
}

.contact-block .qrblock li+li{
	margin-top: 15px;
}

/*online*/
.ol-block{
	padding: 20px;
}

.ol-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.ol-block li{
	width: 100%;
}

.ol-block li+li{
	margin-left: 0;
	margin-top: 20px;
}

.ol-block li img{
	width: 180px;
	height: 180px;
}

.ol-block li p{
	margin-top: 10px;
}



    }








