     /*=================================中小型笔记本或大平板 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*/
.header-banner{
	position: relative;
	z-index: 21;
	padding: 20px;
}

.header-banner .hb-bg{
	height: 60px;
}

.header{
	height: 60px;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 5px #888;
}

.top-nav{
	padding: 0 10px 0 20px;
}

.top-nav .logo{
	height: 24px;
}

.top-nav .logo img{
	height: 100%;
}

.nav-block{
	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 #dcdcdc;
}
.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{
	width: 100%;
	height: 298px;
	object-fit: cover;
}

.other-banner img{
	min-height: 180px;
}

/*index about*/
.index-about-bg{
	background-size: 70% auto;
}

.index-about{
	padding: 20px;
}

.index-about>img{
	display: none;
}

.index-about .textbox{
	width: auto;
}

.index-about .textbox .ebox{
	font-size: 16px;
	line-height: 2;

}


.index-about .textbox a{
	margin-top: 20px;
}

/*index advantage*/
.index-wave-base{
	padding-bottom: 20px;
	background-size: 100% 50px;
}

.wave-bg{
	width: 100%;
	height: 50px;
}

.index-adv-bg{
	margin: 0 0px;
}

.index-adv-block .title{
	font-size: 22px;
	padding: 20px 0;
}

.index-adv-block li{
	width: 50%;
	border-bottom: 1px solid #7a7a7a;
}

.index-adv-block li a{
	padding: 30px 10px;
}

.index-adv-block li i{
	display: block;
	font-size: 26px;
}

.index-adv-block li h2{
	margin-top: 15px;
	font-size: 18px;
	margin-bottom: 10px;
}

.index-adv-block li p{
	font-size: 13px;
	margin-bottom: 25px;
}

/* index product */
.index-product-title-bg{
	background-size: 70% auto;
}

.index-product-title{
	padding: 20px;
}

.index-product-title .public-title{
	margin-bottom: 12px;
}

.index-product-title .infobox{
	margin-bottom: 20px;
}

.index-product-title .taglist a{
	display: inline-block;
	padding: 10px 15px;
	min-width: 0;
	margin-right: 10px;
	margin-bottom: 15px;
}

.index-product-bg{
	margin: 0;
}

.index-product{
	padding: 20px;
}

.bigproduct{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.index-product ul{
	width: 100%;
}

.index-product li{
	width: 49%;
	margin-right: 2%;
	height: 142px;
	margin-bottom: 20px;
}

.index-product li:hover{
	border-color: #de0010;
}

.index-product li:nth-of-type(3n){
	margin-right: 2%;
}

.index-product li:nth-of-type(2n){
	margin-right: 0;
}

.index-product li:nth-of-type(n+4){
	margin-top: 0;
}

.index-product li a{
	background-color: rgba(0,0,0,0);
	opacity: 1;
}

.index-product li .textbox{
	padding: 5px 0;
	top: auto;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.index-product li i{
	display: none;
}

.index-product li h2{
	font-size: 14px;
	margin-top: 0;
}

/*index news*/
.index-news-bg{
	margin: 0;
}

.index-news{
	padding: 20px;
}

.index-news li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.index-news li a{
	padding: 20px;
}

.index-news li h1{
	margin-bottom: 15px;
}

.index-news li h2{
	margin-top: 30px;
	font-size: 12px;
}

.index-news li span{
	display: block;
	width: 72px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px 0 0 15px;
	right: -20px;
	font-size: 12px;
}

.index-news li i{
	font-size: 12px;
}

/*footer list*/
.public-address{
	padding: 20px;
}
.public-address .public-title h1{
	font-size: 24px;
}
.public-address i{
	font-size: 22px;
}

.public-address h2{
	font-size: 18px;
	margin-top: 10px;
}

.public-address span{
	padding: 0 25px;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	font-size: 16px;
	margin-bottom: 20px;
}

.public-address a+a{
	margin-left: 10px;
}

.footer-top{
	display: none;
}

.footer-list{
	padding: 0;
}

.footer-list .code,
.footer-list .qrcode{
	display: none;
}

.footer-list ul{
	display: none;
}

.copy{
	text-align: center;
	padding: 10px 15px;
	line-height: 1.5;
}

/*other public*/
.other-nav li{
	width: 100%;
}

.other-nav li a{
	font-size: 14px;
	height: 40px;
}

/*about us*/
.about-abo{
	padding: 20px;
}

.about-abo .title{
	font-size: 24px;
	margin-bottom: 15px;
}

.about-abo .editbox{
	line-height: 2;
}

/*products*/
.products-bg{
	background-size: 100% 50px;
}

.products-title{
	font-size: 24px;
	margin-bottom: 20px;
}

.products-list{
	padding: 20px;
}

.products-list li{
	width: 100%;
	margin-right: 0;
}

.products-list li img{
	height: 283px;
}

/*product detail*/
.products-detail{
	padding: 20px;
	overflow: hidden;
}

.products-detail .title{
	font-size: 22px;
	margin-bottom: 20px;
}

.products-detail .detail-title{
	margin-top: 80px;
}

.products-detail .detail-title span{
	font-size: 18px;
	line-height: 40px;
	padding: 0 25px;
}

#swiper-PD{
	height: 490px;
	padding: 0 0 140px;
	z-index: 20;
}

#swiper-PD .swiper-slide a{
	max-width: 100%;
}

#swiper-PD .swiper-button-next,
#swiper-PD .swiper-button-prev{
	top: auto;
	bottom: 0px;
  	background-color: #de0010;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

#thumbs-PD{
	padding: 0px;
	z-index: 21;
	margin-top: -130px;
}

#thumbs-PD .swiper-slide{
	height: 80px;
}

/*case*/
.case-block{
	padding: 20px;
}

.case-block .products-title{
	margin-bottom: 20px;
}

.case-block li{
	width: 100%;
	margin-right: 0;
	height: 400px;
}

.case-block li .textbox{
	padding-top: 30px;
	opacity: 0;
}

.case-block li:hover .textbox{
	opacity: 1;
}

/*case detail*/
.case-detail{
	padding: 20px;
}

.case-detail .edit-box{
	font-size: 16px;
	line-height: 2;
}

/*news*/
.news-block{
	padding: 20px;
}

.news-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.news-block li a{
	padding: 20px;
}

.news-block li .flex-flex1{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	-webkit-flex:auto; 
	-webkit-box-flex:auto; 
	-ms-flex:auto; 
	-moz-flex:auto; 
	flex:auto;
}

.news-block li h3{
	margin-top: 15px;
}

.news-block li .imgbox{
	margin-left: 0;
	width: 100%;
	height: 200px;
}

/*news detail*/
.news-detail-block{
	padding: 20px;
	padding-right: 20px;
}

.news-detail-block .title{
	font-size: 22px;
}
.news-detail-block .subtitle{
	margin-bottom: 10px;
}

.news-detail-block .edit-box{
	line-height: 2;
}

.news-detail-block .detail-nav{
	display: none;
}

/*contact us*/
.contact-block .address-bg{
	width: 100%;
}

.contact-block .address-block{
	padding: 20px;
}

.contact-title{
	margin-bottom: 20px;
}

.contact-title h1{
	font-size: 22px;
	margin-bottom: 10px;
}

.contact-title h2{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.contact-title::after{
	height: 4px;
}

.address-block li{
	font-size: 15px;
}

.address-block li span{
	margin-right: 10px;
}

.map{
	width: 100%;
	height: 600px;
}

.message-block{
	padding: 20px;
}

.message-block .contact-title h1{
	color: #fff;
}

.message-block .contact-title h2{
	color: #fff;
}

.form-block .formbox{
	width: 100%;
	float: left;
}

.form-block .formbox+.formbox{
	margin-left: 0%;
	margin-top: 10px;
}

.form-block input{
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
}

.form-block input+input{
	margin-top: 8px;
}

.form-block textarea{
	height: 300px;
	padding: 10px 20px;
}

.form-block button{
	width: 100%;
	margin-top: 20px;
}



    }








