     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {


    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {

/*index*/

/*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: 50px;
}

.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(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 public style*/

/* index banner */
.index-banner img{
	min-height: 240px;
	object-fit: cover;
}

/*index about*/
.index-about-block{
	padding: 20px;
}

.index-about-block .textbox{
	width: 100%;
}

.index-about-block h1{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-about-block h3{
	font-size: 16px;
	margin-bottom: 10px;
}

.index-about-block .editbox{
	margin-bottom: 20px;
	font-size: 14px;
}

.index-about-block .imgbox{
	width: 100%;
	margin-top: 20px;
}

/*index adv*/
.index-adv{
	padding: 20px;
}

.index-adv .title{
	margin-bottom: 20px;
}

.index-adv .title h1{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-adv .title h3{
	font-size: 15px;
	line-height: 1.5;
}

.index-adv ul{
	padding-bottom: 0;
}

.index-adv li{
	width: 100%;
}

.index-adv li+li{
	margin-top: 20px;
}

.index-adv li i{
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
}

.index-adv li h1{
	font-size: 20px;
	margin-bottom: 10px;
}

.index-adv li h4{
	font-size: 14px;
}

/*index product*/
.index-product{
	padding: 20px;
}

.index-product .title{
	margin-bottom: 15px;
}

.index-product .title h1{
	font-size: 24px;
}

.index-product .title h3{
	font-size: 15px;
}

.index-product li{
	width: 100%;
	margin-right: 0;
}

.index-product li .imgbox{
	height: 220px;
	padding: 15px;
}

.index-product li p{
	line-height: 50px;
}

.index-product .morebtn{
	margin: 0px auto 0;
}

/*index news*/
.index-news{
	padding: 20px;
}

.index-news .title{
	margin-bottom: 20px;
}

.index-news .title h1{
	font-size: 24px;
}

.index-news .title h3{
	font-size: 15px;
}

.index-news .spnews{
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
}

.index-news .spnews h1{
	font-size: 22px;
}

.index-news .spnews h2{
	font-size: 17px;
}

.index-news ul{
	width: 100%;
}

.index-news li a{
	padding: 20px 10px;
}

.index-news li .datebox{
	width: 78px;
	text-align: center;
	padding: 5px;
}

.index-news li h1{
	font-size: 20px;
}

.index-news li .textbox{
	padding : 0 0 0 10px;
}

.index-news li h2{
	font-size: 16px;
}


/*footer list*/
.footer-list-bg{
	display: none;
}

.copy{
	padding: 10px 15px;
	line-height: 1.5;
}

/*other public*/
.shade-text,
.shade-text2{
	padding: 0 20px;
}

.shade-text h1,
.shade-text2 h1{
	font-size: 22px;
}

.shade-text h3{
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.5;
}

/****/
.other-nav{
	padding: 0;
}

.other-nav .flex-flex1{
	display: none;
}

.other-nav ul{
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.other-nav li{
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.other-nav li a{
	min-width: 1px;
	padding: 0 10px;
	height: 40px;
}

.other-local{
	color: #999;
	font-size: 15px;
	padding: 0 10px;
}

.other-local img{
	padding: 0 0;
	vertical-align: middle;
	margin-top: -2px;
}

.other-local{
	font-size: 13px;
}

.other-local i{
	font-size: 16px;
	line-height: 30px;
}

.other-local a{
	line-height: 30px;
	font-size: 13px;
}

/*about us*/
.about-abo{
	padding: 20px;
}

.about-abo .title{
	text-align: center;
	margin-bottom: 20px;
}

.about-abo .title h3{
	font-size: 14px;
}

.about-abo .title h1{
	font-size: 24px;
}

.about-abo .editbox{
	font-size: 15px;
	line-height: 2;
}

.about-abo .imgbox{
	margin-top: 20px;
}

.about-hor{
	padding: 20px;
}

.about-hor .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-hor li{
	width: 100%;
	margin-right: 0;
	height: auto;
	margin-bottom: 15px;
}

.about-dev{
	padding: 20px;
}

.about-dev .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-dev li{
	width: 100%;
	height: 220px;
	margin-right: 0;
	margin-bottom: 15px;
}

/* products */
.product-block{
	padding: 20px;
}

.products-left-menu{
	width: 100%;
	margin-bottom: 20px;
}

.products-left-nav>div{
	padding: 0 20px;
	height: 46px;
}

.products-left-nav div{
	font-size: 15px;
}

/*product detail*/
.products-right-detail{
	width: 100%;
}

.products-right-detail .title{
	font-size: 20px;
	padding: 15px 0;
}

.products-right-detail .imgbox{
	margin-bottom: 20px;
}

.products-right-detail .gallery-top{
	-webkit-flex:100%; 
	-webkit-box-flex:100%; 
	-ms-flex:100%; 
	-moz-flex:100%; 
	flex:100%;
}

.products-right-detail .gallery-top .swiper-slide{
	height: 330px;
}

.products-right-detail .gallery-thumbs{
	width: 100%;
	height: auto;
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
}

.products-right-detail .gallery-thumbs .swiper-slide{
	border: 2px solid #fff;
}

.products-right-detail .editbox{
	font-size: 15px;
}

/*news*/
.news-block{
	padding: 20px;
}

.news-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.news-block ul{
	margin-bottom: 20px;
}

.news-block li a{
	padding: 20px;
}

.news-block .datebox{
	width: 100%;
	text-align: right;
	padding-right: 0;
	border-right: none;
	border-bottom: 1px dotted #e1dfdf;
	padding: 0 0 20px;
}

.news-block .datebox h1{
	font-size: 22px;
	margin-bottom: 5px;
	text-align: right;
}

.news-block .datebox h4{
	font-size: 14px;
}

.news-block li .flex-flex1{
	margin: 0;
	padding: 20px 0px;
	-webkit-flex:100%; 
	-webkit-box-flex:100%; 
	-ms-flex:100%; 
	-moz-flex:100%; 
	flex:100%;
}

.news-block .flex-flex1 h2{
	font-size: 20px;
	margin-bottom: 10px;
}

.news-block .imgbox{
	width: 100%;
	height: 195px;
}

/*news detail*/
.news-detail-block{
	padding: 20px;
}

.news-detail-block .title{
	font-size: 22px;
	margin-bottom: 10px;
}

.news-detail-block .subtitle{
	font-size: 14px;
}

.news-detail-block .edit-box{
	padding: 10px 0;
	line-height: 2;
	margin-bottom: 10px;
}

.news-detail-block .detail-nav{
	padding: 10px 0px 0;
}

.news-detail-block .right-nav{
	width: 100px;
	height: 46px;
	line-height: 44px;
	font-size: 15px;
	border-radius: 23px;
	margin-left: 10px;
}

/*download*/
.download-block{
	padding: 20px;
}

.download-block .title{
	margin-bottom: 20px;
	font-size: 24px;
}

.download-block li{
	width: 100%;
	margin-right: 0;
}

/*contact us*/
.contact-block{
	position: relative;
}

.map{
	width: 100%;
	height: 400px;
	background-color: #f7f7f7;
}

.contact-block .fixed-div{
	position: relative;
	left: 0;
	top: 0;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	padding: 20px;
	border-radius: 0;
}

.contact-block .fixed-div h2{
	font-size: 20px;
	margin-bottom: 10px;
}

.contact-block .fixed-div p{
	font-size: 15px;
}

.contact-block .fixed-div .qrcode{
	padding: 15px 20px;
	margin-top: 10px;
}



    }








