     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1300px) {
    		.index-banner img{
	width: 100%;
	min-height:400px;
	object-fit: cover;
}

    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {

/*index*/

/*top nav*/
.header{
	height: 60px;
}

.subheader{
	display: none;
}

.header{
	height: 60px;
	top: 0;
}

.top-nav{
	padding: 0 10px 0 20px;
	position: relative;
	z-index: 999;
}

.top-nav .logo{
	margin-right: 10px;
}

.top-nav .logo img{
	height: 30px;
}

.top-nav .logo-text{
	display: none;
}

.top-nav .nav-block{
	display: none;
}

.index-lang{
	display: none;
}

/*手机导航开始menu*/
.top-nav-blank{
	height: 60px;
}
.menu{
  display: block;
  padding: 10px;
}
.menu_down{
  position: absolute;
  left:0;
  top:60px;
  z-index: 990;
  width: 100%;
  padding-bottom: 0px;
  background-color: rgba(0,0,0,0.7);
  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 #666;
}
.menu_down li a{

  display: block;
  font-size: 15px;
  color: #fff;
}
.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 banner */
.index-banner img{
	min-height: 200px;
	object-fit: cover;
}

/*index about*/
.index-about-block{
	padding: 20px;
}

.index-about-block .title{
	margin-bottom: 15px;
	font-size: 24px;
}

.index-about-block .title::after{
	margin: 10px auto 0;
}

.index-about-block .editbox{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.index-about-block .morebtn{
	width: 120px;
	line-height: 40px;
	margin: 0 auto 20px;
}

.index-about-block ul{
	display: flex;
	flex-wrap: wrap;
}

.index-about-block li{
	flex: 100%;
	padding: 20px;
}

.index-about-block li+li{
	margin-left: 0;
	margin-top: 15px;
}

.index-about-block li i{
	font-size: 40px;
}

.index-about-block li h4{
	font-size: 22px;
}

/* index product */
.index-product{
	padding: 20px;
}

.index-product .title{
	font-size: 24px;
}

.index-product .title::after{
	margin: 10px auto 0;
}

.index-product li{
	flex: 100%;
	height: 280px;
}

.index-product li+li{
	margin-left: 0;
	margin-top: 20px;
}

.index-product li h3{
	font-size: 18px;
}

.index-product li a{
	line-height: 32px;
}

/*index device*/
.index-device{
	padding: 20px 40px;
}

.index-device .title{
	font-size: 24px;
}

.index-device .title::after{
	margin: 10px auto 0;
}

/*index news*/
.index-news{
	padding: 20px;
}

.index-news .title{
	margin-bottom: 20px;
}

.index-news .title h2{
	font-size: 24px;
	margin-bottom: 5px;
}

.index-news .title h3{
	margin-bottom: 10px;
	font-size: 22px;
}

.index-news li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.index-news li:nth-of-type(4n){
	margin-right: 0;
}

.index-news li .imgbox{
	height: 200px;
	margin-bottom: 10px;
}

.index-news li h3{
	font-size: 18px;
}

.index-news li p{
	font-size: 18px;
	margin-bottom: 10px;
}

/*index other*/
.index-other-block{
	height: auto;
}

.index-other-block .box1{
	height: auto;
	width: 100%;
	padding: 20px;
}

.index-other-block .box2{
	height: auto;
	width: 100%;
	padding: 20px;
}

.index-other-block .box3{
	height: auto;
	width: 100%;
	padding: 20px;
}

.index-other-block .box2 .box,
.index-other-block .box3 .box{
	padding-left: 0;
}

.index-other-block h3{
	font-size: 24px;
}

.index-other-block b{
	margin-top: 20px;
}

.index-other-block p{
	font-size: 16px;
	margin-top: 20px;
}

.index-other-block a{
	width: 120px;
	line-height: 44px;
	margin-top: 20px;
}

/*footer list*/
.footer-list-bg{
	display: none;
}

.copy{
	padding: 10px 15px;
	line-height: 1.5;
}

/*other public*/
.other-banner img,
.other-banner2 img{
	min-height: 160px;
}

.shade-text{
	padding: 0 20px;
	overflow: hidden;
}

.shade-text h2{
	font-size: 24px;
}

.shade-text h3{
	font-size: 24px;
}

.shade-text h3 span{
	display: block;
}

.shade-text h4{
	font-size: 20px;
	margin-top: 5px;
}

/*about us*/
.about-abo-block{
	padding: 20px;
	background-image: none;
	flex-wrap: wrap;
}

.about-abo-block .textbox{
	width: 100%;
}

.about-abo-block .title{
	margin-bottom: 20px;
}

.about-abo-block .title img{
	margin-bottom: 10px;
	width: 200px;
}

.about-abo-block .title h2{
	margin-bottom: 15px;
	font-size: 24px;
}

.about-abo-block .editbox{
	line-height: 2;
}

.about-abo-block .imgbox{
	width: 100%;
	margin-top: 20px;
}

/**/
.about-his-block{
	padding: 20px;
}

.about-his-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-his-block .title::after{
	margin: 10px auto 0;
}

.about-his-block .gallery-top{
	margin-bottom: 20px;
}

.about-his-block .gallery-top .swiper-slide{
	flex-wrap: wrap;
}

.about-his-block .gallery-top .swiper-slide h2{
	font-size: 22px;
	margin-right: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.about-his-block .gallery-top .swiper-slide .editbox{
	width: 100%;
	text-align: center;
}

.about-his-block .gallery-thumbs .swiper-slide{
	background-size: 100% 20px;
}

.about-his-block .gallery-thumbs .swiper-slide i{
	font-size: 30px;
}

.about-his-block .gallery-thumbs .swiper-slide p{
	font-size: 20px;
	line-height: 46px;
	margin-top: 15px;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{
	font-size: 24px;
}

.about-his-block .swiper-button-prev i,
.about-his-block .swiper-button-next i{
	font-size: 20px;
}

/**/
.about-cul-block{
	padding: 20px;
}

.about-cul-block h4{
	font-size: 20px;
	width: 120px;
	line-height: 50px;
	margin: 0 auto 10px;
}

.about-cul-block h2{
	font-size: 24px;
}

/**/
.about-honor-block{
	padding: 20px;
}

.about-honor-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-honor-block .title::after{
	margin: 10px auto 0;
}

.about-honor-block .gallery-top{
	width: 100%;
	height: 340px;
}

.about-honor-block .gallery-top .swiper-slide{
	padding: 20px;
}

.about-honor-block .gallery-top .swiper-button-prev,
.about-honor-block .gallery-top .swiper-button-next{
	display: block;
}

.about-honor-block .gallery-thumbs{
	display: none;
}

/**/


/****/
.other-block{
	padding: 20px;
}

.other-right-block{
	width: 100%;
}

.products-left-menu{
	width: 100%;
	margin-bottom: 20px;
}

.products-left-nav>div{
	height: 44px;
}

.products-left-nav div{
	font-size: 14px;
}

.products-left-nav li a{
	height: 40px;
}

.products-left-nav li .flex-flex1{
	font-size: 12px;
}

/*products*/
.product-block{
	
}

.product-block .title{
	font-size: 18px;
	padding: 0 0 20px;
}

.product-block li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.product-block li a{
	padding: 20px 20px;
}

.product-block li .imgbox{
	height: 200px;
	margin-bottom: 20px;
}

/*product detail*/
.product-detail .imgbox{
	width: 100%;
	height: 310px;
	margin-bottom: 20px;
}

.product-detail .infobox{
	width: 100%;
}

.product-detail .editbox{
	line-height: 2;
}

.PD-nav a{
	
}

.product-detail .title{
	font-size: 16px;
	margin-bottom: 20px;
}

.product-detail .subtitle{
	margin: 20px 0;
}

.product-detail .subtitle span{
	padding: 0 20px;
	line-height: 36px;
	font-size: 16px;
}

/*news*/
.news-block{
	padding: 20px;
}

.news-block li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.news-block li:nth-of-type(4n){
	margin-right: 0;
}

.news-block li .imgbox{
	height: 200px;
	margin-bottom: 10px;
}

.news-block li h3{
	font-size: 18px;
}

.news-block li p{
	font-size: 18px;
	margin-bottom: 10px;
}

/*news detail*/
.news-detail-bg{
	padding: 20px;
}

.news-detail-block{
	padding: 20px;
	border-radius: 10px;
}

.news-detail-block .title{
	font-size: 22px;
	margin-bottom: 10px;
}

.news-detail-block .edit-box{
	line-height: 2;
}

.news-detail-block .detail-nav{
	margin-top: 20px;
	padding: 10px 10px 0;
	border-top: 1px solid #ccc;
}

.news-detail-block .left-nav{
	overflow: hidden;
}

.news-detail-block .left-nav a{
	width: 100%;
	font-size: 14px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	color: #00b6ec;
	text-decoration: underline;
}

.news-detail-block .left-nav span{
	color: #666;
}

.news-detail-block .right-nav{
	width: 100px;
	line-height: 40px;
	color: #999;
	font-size: 12px;
	margin-left: 10px;
}

/* message */
.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 100%;
}

.form-block .onethird-div{
	width: 100%;
}

.form-block .quater-div{
	width: 100%;
}

/*contact us*/
.contact-block{
	padding: 20px;
}

.contact-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.contact-block .info{
	width: 100%;
	margin-bottom: 20px;
}

.contact-block .info ul{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #eee;
}

.contact-block .info li{
	width: 100%;
	height: 50px;
	padding: 0 10px;
}

.contact-block .info li i{
	font-size: 24px;
	margin-right: 10px;
}

.contact-block .info li .flex-flex1{
	font-size: 16px;
}

.contact-block .qrcode{
	width: 100%;
}

.contact-block .qrcode img{
	width: 100px;
	height: 100px;
}

.contact-block .qrcode p{
	margin-top: 10px;
}

.map{
	margin-top: 20px;
	height: 350px;
}

.message-block{
	padding: 20px;
}

.message-block .title{
	margin-bottom: 20px;
}

.message-block .title h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.message-block .title h3{
	font-size: 14px;
}
.message-block .form-block button{
	width: 100%;
}



    }








