     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {


    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {

/*index*/

/*top nav*/
.header{
	height: 60px;
}

.header{
	position: fixed;
	background-color: rgba(0,0,0,0.7);
}

.top-nav{
	padding: 0 10px 0 20px;
	position: relative;
	z-index: 999;
}

.top-nav .logo{
	margin-right: 10px;
	padding: 0;
}

.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.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: #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{
	width: 100%;
}

.index-about-block .textbox h2{
	padding: 5px 10px;
	font-size: 24px;
	margin-bottom: 15px;
}

.index-about-block .textbox h4{
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.index-about-block .editbox{
	margin-bottom: 20px;
}

.index-about-block ul{
	display: none;
}

.index-about-block li{
	text-align: center;
	flex: 1;
}

.index-about-block .imgbox{
	width: 100%;
	margin-right: 0;
	box-shadow: none;
}

.index-about-block .imgbox a{
	font-size: 18px;
}

.index-about-block .imgbox a:hover{
	text-shadow: 0 0 5px #999;
}

/* index product */
.index-product{
	padding: 20px;
}

.index-product .title{
	font-size: 24px;
}

.index-product li{
	flex: none;
	width: 50%;
}

.index-product li a{
	padding: 30px 20px;
}

.index-product li .imgbox{
	height: 130px;
	margin-bottom: 15px;
}

.product-search{
	padding: 20px;
	margin-top: 20px;
}

.product-search select,
.product-search input{
	flex: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	padding: 0 10px;
}

.product-search button{
	width: 100%;
	line-height: 40px;
}

/*index achieve*/
.index-achieve .box{
	width: 100%;
}

.index-achieve .box1{
	height: auto;
	padding: 20px;
}

.index-achieve .box1 h3{
	font-size: 24px;
}

.index-achieve .box1 p{
	font-size: 16px;
	line-height: 2;
	margin: 0 auto 20px;
}

.index-achieve .box1 h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.index-achieve .box1 h2{
	font-size: 24px;
	margin-bottom: 20px;
}

.index-achieve .box1 a{
	width: 160px;
	line-height: 48px;
	font-size: 14px;
}

.index-achieve .box2{
	height: auto;
	padding: 20px;
}

.index-achieve .box2 .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.index-achieve .box2 .title::after{
	width: 50%;
	height: 4px;
}

.index-achieve .box2 li{
	font-size: 16px;
}

.index-achieve .box2 li+li{
	margin-top: 20px;
}

.index-achieve .box2 li span{
	font-size: 24px;
}

/*index advantage*/
.index-adv{
	padding: 20px;
}

.index-adv .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.index-adv li{
	flex: none;
	width: 33.33%;
	margin-bottom: 15px;
	text-align: center;
}

.index-adv li img{
	height: 48px;
}

.index-adv li p{
	font-size: 14px;
	margin-top: 10px;
}

/*index why*/
.index-why-bg{
	display: none;
}

/*index service*/
.index-service{
	padding: 20px;
}

.index-service .textbox{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.index-service .textbox h3{
	font-size: 18px;
	margin-bottom: 5px;
}

.index-service .textbox h2{
	font-size: 24px;
}

.index-service .textbox span{
	font-size: 14px;
}

.index-service .textbox p{
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.index-service .imgbox{
	width: 100%;
}

/*index quality*/
.index-quality .box{
	flex: 100%;
}

.index-quality a{
	height: auto;
	padding: 40px 20px;
}

.index-quality h2{
	font-size: 24px;
	margin-bottom: 5px;
}

.index-quality h4{
	font-size: 18px;
	margin-bottom: 20px;
}

.index-quality span{
	width: 160px;
	line-height: 40px;
}

/*index contact*/
.index-contact-bg{
	background-image: none;
}

.index-contact{
	padding: 20px;
}

.index-contact .title{
	font-size: 22px;
}

.index-contact .textbox{
	width: 100%;
	margin-bottom: 20px;
}

.index-contact .textbox i{
	font-size: 50px;
}

.index-contact .textbox h3{
	font-size: 22px;
}

.index-contact .textbox h4{
	font-size: 24px;
}

.index-contact .textbox p{
	color: #666;
	font-size: 16px;
	margin-top: 20px;
}

.index-contact .textbox p+p{
	margin-top: 15px;
}

.index-contact .formbox{
	width: 100%;
}

.index-contact .formbox h3{
	font-size: 22px;
	margin-bottom: 20px;
}

.index-contact .form-block button{
	width: 100%;
}

/*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{
	padding: 0 20px;
	overflow: hidden;
	bottom: 20%;
}

.shade-text h2{
	font-size: 24px;
}

.shade-text h3{
	font-size: 24px;
}

.shade-text h3 span{
	display: block;
}

.shade-text h4{
	font-size: 16px;
	margin-top: 5px;
}

/**/
.news-nav{
	margin: 0 auto 0;
	flex-wrap: wrap;
	border-radius: 0px;
}

.news-nav a{
	height: 40px;
	font-size: 14px;
	flex: 100%;
}

.news-nav a+a{
	border-top: 1px solid #eee;
	border-left: none;
}

/**/
.other-nav-bg{
	margin: 0 0;
	padding-bottom: 10px;
}

.other-nav-bg::before{
	
}

.other-nav{
	flex-wrap: wrap;
}

.other-nav a{
	flex: 100%;
	justify-content: left;
	height: 40px;
	padding: 10px 20px;
}

.other-nav a::after{
	left: 0;
	bottom: 50%;
	transform: translate(-50%,50%) rotate(45deg);
}

.other-local{
	white-space: nowrap;
	overflow-x: auto;
	margin: 0 20px;
}

.other-local a{
	line-height: 50px;
	font-size: 16px;
}

/*about us*/
.about-abo-block{
	padding: 20px;
}

.about-abo-block .title span{
	font-size: 24px;
	padding: 10px 20px;
}

.about-abo-block .editbox{
	width: 100%;
	line-height: 2;
	margin-bottom: 20px;
}

.about-abo-block .advbox{
	width: 100%;
}

.about-abo-block .advbox i{
	font-size: 30px;
}

.about-abo-block .advbox h4{
	font-size: 24px;
}

/**/
.about-his-block{
	padding: 20px;
}

.about-his-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-his-block .gallery-top{
	margin-top: 20px;
}

.about-his-block .gallery-top .swiper-slide p{
	font-size: 16px;
	padding: 0 20px;
}

.about-his-block .gallery-thumbs .swiper-slide p{
	font-size: 20px;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{
	font-size: 24px;
}

/**/
.about-adv-block{
	padding: 20px;
}

.about-adv-block .box{
	flex: 100%;
	height: auto;
	padding: 20px;
}

.about-adv-block .box+.box{
	margin-left: 0px;
	margin-top: 20px;
}

.about-adv-block h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.about-adv-block p{
	font-size: 18px;
	margin-bottom: 20px;
}

.about-adv-block a{
	width: 120px;
	line-height: 40px;
	font-size: 14px;
}

.AA-layer h2{
	text-align: center;
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}

.AA-layer .editbox{
	font-size: 16px;
	line-height: 2;
	color: #666;
	text-align: center;
}

/**/
.about-mng-block{
	padding: 20px;
}

.about-mng-block h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.about-mng-block .editbox{
	margin-bottom: 10px;
}

.about-mng-block a{
	width: 120px;
	line-height: 40px;
	font-size: 14px;
}

/**/
.about-net-block{
	padding: 20px;
}

.about-net-block .textbox{
	width: 100%;
}

.about-net-block h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.about-net-block h3{
	font-size: 24px;
	margin-bottom: 10px;
}

.about-net-block h4{
	font-size: 20px;
	margin-bottom: 20px;
}

.about-net-block p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
}

.about-net-block .imgbox{
	width: 100%;
}

/**/
.about-service-bg{
	display: none;
}

.about-service-block{
	text-align: center;
	max-width: 460px;
	margin: 0 auto;
	padding-top: 120px;
}

.about-service-block h2{
	color: #f7881c;
	font-size: 38px;
	font-weight: bold;
	margin: 30px 0 20px;
}

.about-service-block p{
	font-size: 18px;
	color: #999;
}

.about-service-block .num{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-top: 75px;
}

.about-service-block i{
	font-size: 36px;
	font-weight: normal;
	color: #fff;
}

/****/
.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 .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.product-pclasses{
	margin: 20px 0;
}

.product-pclasses li{
	flex: none;
	width: 50%;
}

.product-pclasses li a{
	padding: 20px 20px;
}

.product-cclasses{
	margin-bottom: 20px;
}

.product-cclasses ul+ul{
	margin-top: 10px;
}

.product-cclasses ul{
	display: flex;
	flex-wrap: wrap;
}

.product-cclasses li{
	padding: 5px;
	border-bottom: 1px solid #eee;
}

.product-cclasses a{
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
	color: #666;
	font-size: 14px;
}

.product-cclasses a:hover{
	color: #f7881c;
}

.product-cclasses li.active a{
	background-color: #f7881c;
	color: #fff;
}

.product-cclasses li:first-child a{
	color: #f7881c;
	font-weight: bold;
	background-color: transparent;
	padding: 5px 0;
}

.product-list li{
	width: 100%;
	margin-right: 0;
}

.product-list li a{
	display: block;
	position: relative;
	padding: 10px 10px 0;
}

.product-list li .imgbox{
	padding: 20px;
	height: 280px;
	box-shadow:  0 0 10px #ccc;
}

/**/
.product-new li{
	width: 100%;
}

.product-new li a{
	padding: 20px;
	flex-wrap: wrap;
}

.product-new li .imgbox{
	width: 100%;
	height: 250px;
	flex-shrink: 0;
}

.product-new li .textbox{
	flex: 100%;
	overflow: hidden;
	margin-left: 0;
	margin-top: 20px;
	line-height: 2;
}

/**/
.product-dl li{
	width: 100%;
	margin-right: 0;
	padding: 20px;
}

.product-dl li h2{
	font-size: 20px;
}

.product-dl li a{
	margin-top: 30px;
}

.code-block{
	width: 90%;
	padding: 30px 20px;
}

.code-block h2{
	font-size: 20px;
}

/*product detail*/
.product-detail{
	padding: 20px;
}

.product-detail .imgbox{
	width: 100%;
}

.product-detail .infobox{
	width: 100%;
}

.product-detail .title{
	font-size: 24px;
	margin-bottom: 20px;
}

/**/
.service-block{
	padding: 20px;
}

.service-block .imgbox{
	width: 100%;
	margin-bottom: 20px;
}

.service-block .gallery-top{
	margin-bottom: 20px;
}

.service-block .gallery-top .swiper-slide{
	padding: 0 20px;
}

.service-block .infobox{
	width: 100%;
}

.service-block .infobox .title{
	font-size: 24px;
	margin-bottom: 10px;
}

.service-block .infobox .editbox{
	font-size: 16px;
	line-height: 2;
}

/*quelity*/
.qua-block{
	padding: 20px;
}

.qua-block .title{
	font-size: 24px;
	margin-bottom: 15px;
}

.que-nav{
	padding: 15px 0;
	margin-bottom: 15px;
}

.qua-block .gallery-top{
	width: auto;
	flex: 1;
	height: 300px;
}

.qua-block .gallery-thumbs{
	width: 100px;
	height: 300px;
	padding: 40px 0;
	margin-left: 20px;
}

/*news*/
.news-block{
	padding: 20px 0 1px;
}

.news-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.news-block .hlist{
	padding: 20px;
}

.news-block .hlist li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.news-block .hlist a{
	padding: 10px 10px 10px;
}

.news-block .hlist .imgbox{
	margin-bottom: 10px;
	height: 200px;
}

.news-block .hlist h2{
	font-size: 20px;
}

.news-block .vlist{
	padding: 20px 20px 1px;
}

.news-block .vlist li a{
	padding: 20px;
}

.news-block .vlist li .textbox{
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
	margin-left: 0px;
	overflow: hidden;
}

.news-block .vlist li .imgbox{
	width: 100%;
	margin-bottom: 20px;
}

.news-block .vlist li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*news detail*/
.news-detail-block{
	padding: 20px;
}

.news-detail-block .title{
	font-size: 22px;
}

.news-detail-block .subtitle{
	margin-bottom: 15px;
}

.news-detail-block .edit-box{
	line-height: 2;
}

.news-detail-block .detail-nav{
	margin-top: 20px;
	padding: 10px 10px 0;
}

.news-detail-block .left-nav a{
	font-size: 14px;
}

.news-detail-block .right-nav{
	width: 100px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 14px;
	margin-left: 10px;
}

/*jobs*/
.jobs-block{
	padding: 20px;
}

.jobs-block .title{
	margin-bottom: 15px;
}

.jobs-block .title h2{
	font-size: 24px;
}

.jobs-block .title h3{
	font-size: 16px;
}

.jobs-block li{
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

.jobs-block .cont-switch{
	padding: 10px 40px 10px 20px;
	-webkit-flex-wrap:wrap;
	-webkit-box-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	position: relative;
}

.jobs-block .cont-switch .flex-flex1{
	margin-right: 0;
	overflow: hidden;
	flex: none;
	-webkit-flex: none;
	width: 50%;
	padding: 5px 0;
}
.jobs-block .cont-switch div:nth-child(1){
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}
.jobs-block .cont-switch div:nth-child(2){
	flex: none;
	-webkit-flex: none;
}
.jobs-block .cont-switch div:nth-child(3){
	flex: none;
	-webkit-flex: none;
}

.jobs-block .switch-btn{
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.jobs-block .switch-btn i{
	font-size: 12px;
}

.jobs-block .cont-box{
	display: none;
}

.jobs-block .textbox{
	padding: 20px;
}

.jobs-block .cont-box h1{
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}

.jobs-block .cont-box .editbox{
	font-size: 14px;
}

/*apply*/
.apply-block{
	padding: 20px;
}

.apply-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.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: 15px;
}

.contact-block .title h2{
	font-size: 24px;
}

.contact-block .title h4{
	font-size: 16px;
}

.contact-block ul{
	margin-bottom: 20px;
}

.contact-block li{
	padding: 20px 10px;
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
}

.contact-block li+li{
	border-left: none;
	border-top: 1px solid #eee;
}

.contact-block li i{
	font-size: 30px;
}

.contact-block li p{
	margin-top: 10px;
}

.map{
	height: 330px;
}

.message-block{
	padding: 0 20px 20px;
}

.message-block .title{
	margin-bottom: 20px;
}

.message-block .title h2{
	font-size: 24px;
}

.message-block button{
	width: 100%;
}

/**/
.list-block{
	padding: 20px;
}

.list-block li{
	height: auto;
	background-image: none;
}

.list-block li:nth-of-type(2n){
	background-image: none;
}

.list-block li+li{
	margin-top: 20px;
}

.list-block li .imgbox{
	width: 100%;
	height: 250px;
}

.list-block li .textbox{
	width: 100%;
	height: auto;
	padding: 20px 0 20px;
}

.list-block li h3{
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 40px;
}

.list-block li .editbox{
	font-size: 16px;
}

/**/
.list-block2{
	padding: 20px;
}

.list-block2 li+li{
	margin-top: 20px;
}

.list-block2 li .imgbox{
	width: 100%;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
}

.list-block2 li .textbox{
	width: 100%;
	height: auto;
	padding: 20px 0 20px;
}

.list-block2 li h3{
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 40px;
}

.list-block2 li .editbox{
	font-size: 16px;
}

/**/
.index-about-block .imgbox img{
   -webkit-transform: translate(-0px,-0px);
    -ms-transform: translate(-0px,-0px);
    -o-transform: translate(-0px,-0px);
    transform: translate(-0px,-0px);
}

.index-about-block .imgbox a.openvr{
	-webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

    }








