     /*=================================中小型笔记本或大平板 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: 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.5);
  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 #999;
}
.menu_down li a{
  display: block;
  font-size: 15px;
  color: #fff;
}

.menu_down li .flex-flex1+.flex-flex1{
	border-left: 1px solid #999;
}

.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 product */
.index-product-bg{
	background-size: 80% auto;
}

.index-product{
	padding: 20px;
}

.index-product .block1{
	margin-bottom: 0;
}

.index-product .title{
	width: 100%;
	margin-bottom: 20px;
}

.index-product .title::before{
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #ef590f;
	margin-bottom: 15px;
}

.index-product .title img{
	width: 120px;
}

.index-product .title h2{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 10px;
}

.index-product .formbox{
	margin-left: 0;
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
	margin-bottom: 20px;
}

.index-product ul{
	padding-bottom: 0px;
	border-bottom: none;
}

.index-product ul::after{
	display: none;
}

.index-product li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

/*index about*/
.index-about-block{
	padding: 0 20px;
}

.index-about-block .title{
	margin-bottom: 20px;
	font-size: 24px;
	position: relative;
	left: 0;
	top: 0;
	transform: translate(0,0);
}

.index-about-block .imgbox{
	width: 100%;
	height: 300px;
}

.index-about-block .textbox{
	width: 100%;
	padding: 20px 20px 20px;
}

.index-about-block .textbox h3{
	font-size: 22px;
	margin-bottom: 10px;
}

.index-about-block .editbox{
	line-height: 1.6;
	margin-bottom: 20px;
}

/*index news*/
.index-news{
	padding: 20px;
}

.index-news .title{
	width: 100%;
	margin-bottom: 20px;
}

.index-news .title::before{
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #ef590f;
	margin-bottom: 15px;
}

.index-news .title img{
	width: 120px;
}

.index-news .title h2{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 10px;
}

.index-news .flex-flex1{
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
	overflow: hidden;
}

.index-news ul{
	margin-left: 0;
	margin-bottom: 20px;
}

.index-news li a{
	height: 80px;
	padding: 0 10px;
}

.index-news li p{
	margin-left: 20px;
}

.index-news .more i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin-left: 10px;
}

/*index contact*/
.index-contact{
	padding: 20px;
}

.index-contact .title{
	font-size: 24px;
	position: relative;
	transform: translate(0,0);
	margin-bottom: 20px;
}

.index-contact .form-block{
	width: 100%;
	margin-bottom: 20px;
}

.index-contact .otherbox{
	width: 100%;
}

.index-contact ul{
	margin-bottom: 20px;
}

.index-contact li{
	width: 100%;
	height: auto;
	padding: 10px 5px;
	font-size: 16px;
	line-height: 30px;
}

.index-contact li i{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 20px;
	color: #e97d14;
	text-align: center;
	margin-right: 15px;
}

.index-contact .map{
	height: 200px;
}

/*footer list*/
.footer-list-bg{
	display: none;
}

.copy{
	padding: 10px 15px;
	line-height: 1.5;
}

/*side menu*/
.sidemenu a{
	width: 44px;
	height: 44px;
	line-height: 44px;
}

.sidemenu i{
	font-size: 20px;
}

.menu-msg{
	width: 300px;
	padding: 20px 20px;
}

/*other public*/
.other-banner img{
	min-height: 300px;
	height: auto;
}

.shade-text{
	padding: 0 20px;
}

.shade-text::before{
	margin-bottom: 15px;
}

.shade-text h2{
	font-size: 22px;
}

.shade-text h4{
	font-size: 12px;

}
/****/
.other-nav-bg{
	margin-bottom: 0px;
}

.other-nav ul{
	position: relative;
	transform: translateY(0);
}

.other-nav li{
	-webkit-flex:100%; 
	-webkit-box-flex:100%; 
	-ms-flex:100%; 
	-moz-flex:100%; 
	flex:100%;
}

.other-nav li+li{
	border-left: none;
	border-top: 1px solid #3c949d;
}

.other-nav li a{
	font-size: 15px;
	height: 46px;
}

.other-nav li+li a::before{
	display: none;
}

/*about us*/
.about-abo-block{
	padding: 20px;
}

.about-abo-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-abo-block .logobox{
	display: none;
}

.about-abo-block .editbox{
	line-height: 2;
}

.about-qua .title{
	position: relative;
	transform: translateY(0);
	margin-bottom: 20px;
}

.about-qua .title::before{
	margin-bottom: 15px;
}

.about-qua .title img{
	width: 120px;
}

.about-qua .title h2{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 10px;
}

.about-int .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-dev-block{
	padding: 20px 20px 60px;
}

.about-dev-block .swiper-container{
	height: 420px;
}

.about-dev-block .swiper-slide{
	height: 200px;
}

.about-dev-block .swiper-button-next,
.about-dev-block .swiper-button-prev{
    width: 35px;
    height: 35px;
    line-height: 35px;
    right: 20px;
    bottom:20px;
}
.about-dev-block .swiper-button-prev{
    right: 65px;
}

/****/
.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 .title{
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 40px;
}

.product-block li{
	width: 100%;
	margin-right: 0;
	box-shadow: 0 0 5px #ccc;
}

/*product detail*/
.product-detail .title{
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 40px;
}

.product-detail .imgbox{
	width: 100%;
	margin-bottom: 10px;
}

.product-detail .info-box{
	width: 100%;
}

.product-detail .info-box .title{
	padding: 5px 0;
	margin-bottom: 0px;
	font-size: 20px;
}

.product-detail .subtitle{
	margin: 10px 0 20px;
}

.product-detail .subtitle span{
	padding: 0 20px;
	line-height: 44px;
	font-size: 14px;
}

.product-detail li{
	width: 100%;
	margin-right: 0;
	box-shadow: 0 0 5px #ccc;
}

.product-detail li a{
	display: block;
	position: relative;
	padding-top: 20px;
}

.product-detail li p{
	margin: 0 15px;
	line-height: 40px;
}

/*news*/
.news-block{
	padding: 20px;
}

.news-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.news-block li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.news-block li .imgbox{
	height: 220px;
	margin-bottom: 15px;
}

.news-block li h2{
	font-size: 18px;
	line-height: 1.5;
	height: auto;
}

/*news detail*/
.news-detail-block{
	padding: 20px;
}

.news-detail-block .title{
	font-size: 22px;
	margin-bottom: 10px;
}

.news-detail-block .subtitle{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.news-detail-block .edit-box{
	font-size: 15px;
	line-height: 2;
}

/*support*/
.support-block{
	padding: 20px;
}

.support-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.support-block .block1{
	margin-bottom: 20px;
}

.support-block .formbox{
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
	margin-bottom: 15px;
}

.support-block .formbox+.formbox{
	margin-left: 0;
}

.support-block .tablebox{
	overflow-x: auto;
	width: 100%;
}

.support-block .tablebox table{
	width: 100%;
}

/*download*/
.dl-block{
	padding: 20px;
}

.dl-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}


.dl-block li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.dl-block li a{
	display: block;
	padding: 25px;
}

.dl-block li p{
	margin-bottom: 20px;
}

.dl-block li h2{
	font-size: 20px;
	height: auto;
	margin-bottom: 20px;
}

.dl-block li h4{
	margin-top: 0;
}


/* 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%;
}

/*change*/
.form-block input{
	height: 40px;
	line-height: 40px;
}

.form-block textarea{
	height: 120px;
}

.form-block img{
	max-height: 40px;
}

.form-block button{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 100%;
}

/*contact us*/
.contact-block{
	padding: 20px;
}

.contact-block .title{
	margin-bottom: 20px;
}

.contact-block .title h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.contact-block .title i{
	color: #e97d14;
	font-size: 24px;
}

.contact-block .title h4{
	font-size: 14px;
	margin: 10px auto;
	max-width: 100%;
}

.contact-block .title::after{
	height: 4px;
}

.contact-block ul{
	border-right: none;
	border-top: 1px solid #e6e6e6;
}

.contact-block li{
	width: 100%;
	padding: 15px;
	border-left: none;
	border-bottom: 1px solid #e6e6e6;
}

.contact-block li i{
	font-size: 24px;
}

.contact-block li p{
	font-size: 15px;
}

.map{
	height: 330px;
}


/**/
.msg-block{
	padding: 20px;
}

.msg-block .title{
	font-size: 24px;
	margin-bottom: 15px;
}

.msg-block .form-block{
	width: 100%;
	margin-bottom: 20px;
}

.msg-block .obox{
	width: 100%;
}

.msg-block .obox h2{
	font-size: 20px;
	margin-bottom: 10px;
}

.msg-block .obox p{
	font-size: 16px;
	margin-bottom: 10px;
}



    }








