     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {


    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {

/*index*/

/*top nav*/
.header{
	height: 60px;
}

.top-subnav{
	display: none;
}

.top-nav{
	padding: 0 10px 0 20px;
	position: relative;
	z-index: 999;
	height: 100%;
}

.top-nav .logo{
	margin-right: 10px;
}

.top-nav .logo img{
	height: 40px;
}

.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: 240px;
	object-fit: cover;
}

/*search*/
.search-block>div{
	padding: 20px;
}

.search-block h2{
	font-size: 22px;
}

.search-block .flex-flex1{
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
}

.search-block .flex-flex1+.flex-flex1{
	margin-left: 0;
	margin-top: 10px;
}

.sub-block{
	padding: 0;
}

.sub-block a{
	line-height: 40px;
}

.search-block input{
	height: 40px;
}

/*index about*/
.index-about-block{
	margin: 0px;
	padding: 20px;
}

.index-about-block .fr{
	max-width: 100%;
	width: 100%;
}

.index-about-block .title{
	padding: 0 0 0 0px;
}

.index-about-block .title h3{
	font-size: 18px;
}

.index-about-block .title h2{
	font-size: 54px;
}

.index-about-block .textbox{
	padding: 20px;
}

.index-about-block .textbox h4{
	font-size: 24px;
	margin-bottom: 20px;
}

.index-about-block .morebox{
	text-align:center;
}

/* index product */
.index-product{
	padding: 20px;
}

.index-product .title{
	margin-bottom: 20px;
}

.index-product .title h2{
	font-size: 24px;
	margin-bottom: 5px;
}

.index-product .title h3{
	font-size: 14px;
}

.index-product li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.index-product .morebtn{
	margin-top: 0;
}

/*index case*/
.index-case{
	padding: 20px;
}

.index-case li{
	width: 100%;
	margin-bottom: 20px;
}

.index-case li+li{
	margin-left: 0;
}

.index-case li:first-child{
	width: 100%;
	padding-top: 0;
}

.index-case li h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-case li .editbox{
	font-size: 16px;
}

/*index news*/
.index-news{
	padding: 20px;
}

.index-news .title{
	margin-bottom: 20px;
}

.index-news .title h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-news li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.index-news li .imgbox{
	height: 220px;
}

/*index coop*/
.index-coop{
	padding: 20px;
}

.index-coop .title{
	margin-bottom: 20px;
}

.index-coop .title h2{
	font-size: 24px;
}

/*footer list*/
.footer-list-bg{
	display: none;
}

.copy{
	padding: 10px 15px;
	line-height: 1.5;
}

/*other public*/
.other-banner img,
.other-banner2 img{
	height: 200px;
}

.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: 14px;
	margin-top: 5px;
}

/*about us*/
.about-why-block{
	margin: 20px 20px 0;
	border-radius: 20px;
}

.about-why-block .textbox{
	width: 100%;
	padding: 20px;
}

.about-why-block .textbox .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-why-block .imgbox{
	width: 100%;
}

/**/
.about-hor-block{
	padding: 20px;
}

.about-hor-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-hor-block li{
	width: 100%;
	margin-right: 0;
	padding: 20px;
	margin-bottom: 10px;
}

.about-hor-block li h3{
	margin-bottom: 10px;
}

/**/
.about-abo-block{
	padding: 20px;
}

.about-abo-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-abo-block .editbox{
	line-height: 2;
}

/**/
.about-dev-block{
	padding: 20px 20px 0;
}

.about-dev-block .title{
	font-size: 24px;
}

.about-dev-block li{
	height: 225px;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

/****/
.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;
}

/* product default */
.product-default{
	padding: 20px;
}

.product-default .defaultBox{
	margin-bottom: 10px;
}

.product-default .defaultBox h3{
	font-size: 22px;
	margin-bottom: 15px;
}

.product-default .defaultBox a{
	padding: 10px 20px;
}

/*products*/
.product-block{
	
}

.product-block .title{
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 0;
	height: auto;
	padding-bottom: 10px;
}

.product-block .title .flex-flex1{
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
	margin-bottom: 5px;
}

.product-block .title a{
	line-height: 1.6;
}

.product-block li{
	width: 100%;
	margin-right: 0;
	box-shadow: 0 0 5px #ccc;
}

.product-block li .textbox{
	padding: 10px 0;
}

/*product detail*/
.product-detail{
	padding: 0;
}

.product-detail .title{
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 0;
	height: auto;
	padding-bottom: 10px;
}

.product-detail .title .flex-flex1{
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
	margin-bottom: 5px;
}

.product-detail .title a{
	line-height: 1.6;
}

.product-detail .imgbox{
	width: 100%;
	height: 310px;
	margin-bottom: 20px;
}

.product-detail .infobox{
	width: 100%;
}

.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 .title{
	font-size: 14px;
	margin-bottom: 20px;
}

.news-block .title span{
	font-size: 24px;
	display: block;
}

.news-block .title b{
	display: none;
}

.news-block .title a{
	display: block;
	margin-top: 10px;
}

.news-block li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.news-block li:nth-of-type(3n){
	margin-right: 0;
}

.news-block li:hover a::before{
	opacity: 0;
}

.news-block li .imgbox{
	height: 220px;
	margin-bottom: 10px;
}

.news-block li .editbox{
	font-size: 18px;
	margin-bottom: 10px;
}

/*news detail*/
.news-detail-block{
	padding: 20px;
}

.news-detail-block .flex-flex1{
	margin-right: 0;
	margin-bottom: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	overflow: hidden;
	border-right: none;
	border-bottom: 1px solid #eee;
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
}

.news-detail-block .subtitle{
	font-size: 16px;
	margin-bottom: 15px;
}

.news-detail-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.news-detail-block .edit-box{
	line-height: 2;
}

.news-detail-block .list-title{
	font-size: 22px;
	margin-bottom: 20px;
}

.news-detail-block ul{
	width: auto;
}

.news-detail-block li{
	margin-bottom: 20px;
}

.news-detail-block li .imgbox{
	margin-bottom: 10px;
}

.news-detail-block li .editbox{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 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{
	margin-bottom: 15px;
}

.contact-block .addbox{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 20px;
}

.contact-block .addbox h2{
	font-size: 20px;
	margin-bottom: 15px;
}

.contact-block .addbox p{
	font-size: 14px;
}

.contact-block .addbox p+p{
	margin-top: 5px;
}

.map{
	height: 330px;
}

/**/
.msg-block{
	padding: 20px;
}

.msg-block .title{
	margin-bottom: 20px;
}

.msg-block .title h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.msg-block .title h3{
	font-size: 16px;
}

.msg-block button{
	width: 100%;
}

    }








