﻿     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {


    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {

/*index*/

/*top nav*/
.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: 30px;
}

.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.6);
  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: #fff;
  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;
}

/*index about*/
.index-about-block{
	padding: 20px;
}

.index-about-block .textbox{
	height: auto;
	padding: 20px;
	border-radius: 10px;
}

.index-about-block .textbox h2{
	font-size: 24px;
	margin-bottom: 20px;
}

.index-about-block .textbox h4{
	font-size: 18px;
	margin-bottom: 10px;
}

.index-about-block .editbox{
	margin-bottom: 20px;
}

.index-about-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.index-about-block .imgbox{
	width: 100%;
	border-radius: 10px;
	position: relative;
	right: 0;
	top: 0;
	margin-top: 20px;
}

.index-about-block .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* index product */
.index-product-bg{
	background-size: cover;
}

.index-product{
	padding: 20px;
	flex-wrap: wrap;
}

.index-product .leftbox{
	width: 100%;
}

.index-product .title{
	margin-bottom: 20px;
}

.index-product .title img{
	margin-bottom: 10px;
}

.index-product .title h2{
	font-size: 24px;
}

.index-product li a{
	height: 80px;
}

.index-product li span{
	font-size: 16px;
}

.index-product .rightbox{
	flex: 100%;
	overflow: hidden;
	margin-left: 0;
	height: 320px;
	margin-top: 20px;
}

.index-product .rightbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: none;
}

.index-product .rightbox img.active{
	display: block;
}

/*index case*/
.index-case{
	padding: 20px;
}

.index-case .title{
	margin-bottom: 20px;
}

.index-case .title h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-case .title h4{
	font-size: 16px;
}

.index-case ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	height: auto;
}

.index-case li{
	width: 49%;
	margin-bottom: 20px;
	height: auto;
	box-shadow: 0 0 5px #ccc;
	border-radius: 20px;
	flex-shrink: 0;
}

.index-case li:first-child{
	width: 100%;
	height: auto;
}

.index-case li .imgbox{
	height: 160px;
	padding: 20px;
}

.index-case li:first-child .imgbox{
	height: 300px;
	padding: 20px;	
}

.index-case li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}

.index-case li:hover img{
	transform: scale(1.1,1.1);
}

.index-case li p{
	color: #666;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
}

.index-case li:first-child p{
	font-size: 18px;
}

/*index msg*/
.index-msg-block{
	max-width: auto;
	height: auto;
	display: flex;
	align-items: center;
	padding: 20px;
	background-size: cover;
}

.index-msg-block .innerbox{
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}

.index-msg-block .title{
	margin-bottom: 20px;
}

.index-msg-block .title h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-msg-block .title h4{
	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 .title h3{
	font-size: 16px;
}

.index-news .fstbox{
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 20px;
}

.index-news .fstbox a{
	padding: 40px 20px;
}

.index-news .fstbox h4{
	margin-bottom: 10px;
}

.index-news .fstbox h2{
	margin-bottom: 10px;
}

.index-news .secbox{
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

.index-news .secbox a{
	padding: 20px;
}

.index-news .secbox h4{
	font-size: 16px;
	margin-bottom: 5px;
}

.index-news .secbox h2{
	margin-bottom: 10px;
}

.index-news .secbox .imgbox{
	margin-top: 20px;
	width: 100%;
	height: 200px;
}

.index-news .secbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index-news li{
	height: 32%;
	transition: all 0.3s;
}

.index-news li a{
	border-radius: 10px;
}

.index-news li .infobox{
	padding: 0 5%;
	text-align: center;
}

.index-news li h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-news li h4{
	font-size: 16px;
}

.index-news li .textbox{
	padding: 20px 5%;
}

.index-news li h3{
	font-size: 16px;
	margin-bottom: 10px;
}

.index-news li .editbox{
	margin-bottom: 10px;
}

/*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: 240px;
}

.shade-text{
	left: 50%;
	top: 60%;
	padding: 20px;
}

.shade-text h3{
	font-size: 20px;
}

.shade-text h3::before{
	width: 20px;
	height: 1px;
	margin-right: 10px;
}

.shade-text .localbox{
	padding-left: 30px;
	font-size: 14px;
}

.shade-text .localbox a{
	font-size: 14px;
}

.other-nav-bg{
	box-shadow: 0 0 5px #ccc;
}

.other-nav{
	border-left: none;
	border-top: 1px solid #eee;
	flex-wrap: wrap;
}

.other-nav a{
	flex: 100%;
	height: 50px;
	font-size: 14px;
	border-right: none;
	border-bottom: 1px solid #eee;
}

.other-nav a.active,
.other-nav a:hover{
	background-color: #4bb748;
	color: #fff;
}

.other-local{
	max-width: 1400px;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	margin: 0 auto;
}

.other-local a{
	line-height: 50px;
	font-size: 14px;
}

/*about us*/
.about-abo-bg{
	position: relative;
	padding: 20px;
}

.about-abo-bg .imgbox{
	width: 100%;
	position: relative;
	right: 0;
	bottom: 0;
}

.about-abo-block{
	padding: 0;
}

.about-abo-block .textbox{
	width: 100%;
}

.about-abo-block .title{
	margin-bottom: 15px;
}

.about-abo-block h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.about-abo-block .title h4{
	font-size: 18px;
}

.about-abo-block .editbox{
	margin-bottom: 20px;
}

/**/
.about-honor-block{
	padding: 20px;
}

.about-honor-block .title{
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
}

/**/
.about-cul-block{
	padding: 20px;
}

.about-cul-block .title{
	font-size: 24px;
	margin-bottom: 15px;
}

.about-cul-block .box{
	width: 100%;
	height: 260px;
	margin-right: 0;
}

/****/
.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*/
.product-block{
	padding: 20px;
}

.product-block li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.product-block li a{
	padding: 0 20px;
}

.product-block li .imgbox{
	height: 260px;
	padding: 20px;
}

.product-block li .textbox{
	padding: 20px 0;
}

/*product detail*/
.product-detail-bg{
	background-size: cover;
}

.product-detail{
	padding: 80px 20px 20px;
}

.product-detail .infobox{
	width: 100%;
	padding: 0px 0;
}

.product-detail .localbox{
	margin-bottom: 10px;
}

.product-detail .infobox .title{
	margin-bottom: 20px;
}

.product-detail .infobox .title h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.product-detail .infobox .title h4{
	font-size: 16px;
}

.product-detail .infobox .morebtn{
	width: 120px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 14px;
	margin-bottom: 20px;
}

.product-detail .imgbox{
	width: 100%;
}

.product-detail .textbox{
	width: 100%;
	margin-top: 20px;
}

.product-detail .textbox .title{
	font-size: 24px;
	margin-bottom: 15px;
}

.product-detail .textbox li{
	line-height: 1.6;
}

.product-detail .textbox li+li{
	margin-top: 10px;
}

/*case*/
.case-block{
	padding: 20px;
}

.case-block li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.case-block li a{
	padding: 20px;
}

.case-block li .imgbox{
	margin-bottom: 20px;
	height: 200px;
}

/*news*/
.news-block{

}

.news-block li{
	width: 100%;
	padding: 20px;
}

.news-block li:nth-of-type(2n+1){
	background-color: #f3f3f3;
}

.news-block li a{
	padding: 0;
}

.news-block li .imgbox{
	width: 100%;
	height: 240px;
	margin-bottom: 10px;
}

.news-block li .textbox{
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
	margin: 0;
}

.news-block li h4{
	font-size: 14px;
	margin-bottom: 5px;
}

.news-block li h2{
	font-size: 18px;
	margin-bottom: 10px;
	white-space: normal;
}

.news-block li .editbox{
	font-size: 16px;
	line-height: 1.6;
	height: auto;
	margin-bottom: 20px;
}

.news-block li span{
	display: inline-block;
}

/*news detail*/
.news-detail-bg{
	background-color: #eee;
	padding: 60px 20px 20px;
}

.news-detail-block{
	padding: 20px;
	border-radius: 10px;
}

.news-detail-block .title{
	font-size: 22px;
	margin-bottom: 10px;
}

.news-detail-block .subtitle{
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.news-detail-block .edit-box{
	line-height: 2;
}

.news-detail-block .detail-nav{
	margin-top: 10px;
	padding: 10px 10px 0;
}

.news-detail-block .left-nav a{
	padding: 5px 0;
}

.news-detail-block .right-nav{
	width: 80px;
	line-height: 40px;
	font-size: 12px;
	margin-left: 10px;
}

/*apply*/

.form-block .tip{
	margin-top: 20px;
}

/* 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: 20px;
}

.contact-block .title h2{
	font-size: 24px;
}

.contact-block ul{
	margin-bottom: 20px;
	border-right: none;
	border-bottom: 1px solid #eee;
}

.contact-block li{
	padding: 20px 10px;
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
	border-left: none;
	border-top: 1px solid #eee;
}

.contact-block li i{
	font-size: 24px;
}

.contact-block li h4{
	margin-top: 10px;
}

.contact-block li p{
	margin-top: 10px;
}

.map{
	height: 350px;
}



    }








