     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {

.index-banner .shade-text{
	top: 30%;
}

    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {
		
		.sjjj{
			display:flex;
			font-size:15px;
		}

#boxer.mobile .boxer-close{
	top: 70px !important;
}

/*top nav*/
.top-nav-blank{
	height: 60px;
}

.header{
	height: 60px;
}

.top-nav{
	padding: 0 10px 0 20px;
}

.top-nav .nav-block{
	display: none;
}

.top-nav .lang-nav{
	display: none;
}

/*手机导航开始menu*/
.menu{
  display: block;
  padding: 10px;
}
.menu_down{
  position: absolute;
  left:0;
  top:60px;
  z-index: 999999;
  width: 100%;
  padding-bottom: 0px;
  background: rgba(255,255,255,1);
  box-shadow: 0 1px 3px #999;
}
.menu_down li{
  line-height: 4;
  text-align: center;
  /*padding-left: 4rem;*/
  border-bottom: 1px solid #dcdcdc;
}
.menu_down li a{

  display: block;
  font-size: 15px;
  color: #666;
}
.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;
}
.navbar-header{
	text-align:center;
}
.menu .sr-only2{
	
		display: block;
 font-size:12px;
 color:#428A7B;
 transform: scale(1);
     text-indent: -1px;
}
.xz .sr-only2{
	display: block;
 font-size:12px;
 color:#428A7B;
 transform: scale(1);
     text-indent: -1px;
}
.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 public style*/
.index-about,
.index-product,
.index-news{
	padding: 0 20px;
}


/* index banner */

.index-banner>img{
	min-height: 140px;
	object-fit: cover;
}

.index-banner .shade-text{
	top: 30%;
}

.index-banner .shade-text h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-banner .shade-text ul{
	padding: 0 20px;
}

.index-banner .shade-text a{
	line-height: 40px;
	font-size: 14px;
}

/* index about */
.index-about-bg{
	height: auto;
}

.index-about{
	background: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.index-about::before{
	display: none;
}

.index-about-text{
	width: auto;
	padding-right: 0;
	margin-top: 0;
}

.index-about-text h1{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-about-text p{
	font-size: 14px;
	line-height: 2;
}

.index-about a{
	width: 120px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	border-radius: 20px;
	margin-top: 20px;
}

/* index product */
.index-product-bg{
	background-size: cover;
	background-position: right center;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 60px;
}

.index-product-title{
	font-size: 24px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 3px #888;
}

.index-product li{
	background-color: #fff;
	padding: 0;
	width:48%;
	text-align: center;
	margin-bottom: 10px;
}

.index-product .index-product-info{
	border-top: 1px solid #eee;
	padding:10px;
	position: relative;
	color: #666;
	font-size: 14px;
}
.index-product .index-product-info::before{
	content: '';
	width:40px;
	height:3px;
	background: #428a7b;
	position: absolute;
	top:0;
	left:10px;
	z-index: 9;
}

.index-product .index-product-info img{
	width: 13px;
	height: 13px;
}

.index-product-btn{
	width: 120px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	border-radius: 20px;
	margin-top: 10px;
	display: block;
	box-shadow: 1px 1px 3px #888;
}

/*index news*/
.index-news{
	padding: 0 20px 20px; 
}
.index-news-title{
	font-size: 24px;
	margin-bottom: 20px;
}

.swiper-news{
	width: 100%;
}

.swiper-news .float-text{
	padding: 20px 20px;
}

.swiper-news .float-text p{
	font-size: 16px;
}

.swiper-news .swiper-pagination{
	bottom: 52px !important;
	padding-right: 20px;
}

.index-news ul{
	width: 100%;
}

.index-news .li-box-data h1{
	font-size: 36px;
}

/*.index-news li:nth-child(2n) .li-box-data{
	background-color: #428a7b;
}*/

/*footer list*/
.footer-list-bg{
	display: none;
}

.copy{
	padding: 10px 15px;
	line-height: 1.5;
}

/*about us*/
.about-about-block{
	padding: 20px;
	min-height: auto;
	background: none;
}

.about-about-block .title{
	margin-bottom: 10px;
}

.about-about-block .title img{
	width: 80px;
	margin-left: 5px;
}

.about-about-block .title h1{
	font-size: 24px;
	margin-top: 5px;
}

.about-about-block .text-box{
	width: 100%;
}

.about-about-block .text-box p{
	font-size: 16px;
	line-height: 2;
}

.about-his-block,
.about-vr-block,
.about-hor-block{
	padding: 20px;
}

.about-his-block .title,
.about-vr-block .title,
.about-hor-block .title{
	margin-bottom: 20px;
}

.about-his-block .title h1,
.about-vr-block .title h1,
.about-hor-block .title h1{
	font-size: 24px;
}

.about-hor-bg{
	background-image: url("../images/honor_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.about-hor-block .title{
	margin-bottom: 20px;
}

.about-hor-block .title p{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
}

.about-hor-block .title:after{
	display: inline-block;
	content: '';
	width: 60px;
	height: 5px;
	background-color: #428a7b;
}

.about-hor-block li{
	width: 49%;
	height: 160px;
	margin-bottom: 10px;
}

.about-hor-block li:nth-of-type(2n){
	margin-right: 0;
}

.about-hor-block li i{
	display: none;
}

.more i{
	margin-bottom: 10px;
}

/*news*/
.news-block{
	padding: 20px;
}

.news-block .title{
	margin-bottom: 20px;
}

.news-block .title h1{
	font-size: 24px;
}


.hot-news{
	width: 100%;
	margin-bottom: 20px;
}

.hot-news .float-text{
	padding: 20px;
}

.hot-news .float-text h4{
	margin-bottom: 5px;
}

.news-block ul{
	margin-top: 0px;
}

.news-block ul a{
	padding: 20px 0;
}

.news-block .li-box-data{
	margin-right: 10px;
}

.news-block .li-box-data h1{
	font-size: 36px;
}

/*news detail*/
.news-detail-block{
	padding: 20px;
}

.news-detail-block .title{
	font-size: 18px;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.news-detail-block .subtitle{
	font-size: 14px;
	margin-bottom: 10px;
}

.news-detail-block .edit-box{
	padding: 20px 0;
}

.news-detail-block .detail-nav{
	margin-top: 0px;
	padding: 20px 0 0;
}

.news-detail-block .left-nav a{
	font-size: 14px;
	padding: 5px 0;
}

.news-detail-block .right-nav{
	width: 80px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	border-radius: 20px;
}

/*products*/

.products-block{
	padding: 20px;
}

.products-left-menu{
	width: 100%;
}

.products-left-menu a{
	height: 44px;
	padding: 0 13px;
	color: #fff;
	font-size: 14px;
}

.products-left-menu p{
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-list{
	width: 100%;
}

.products-list h1{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.products-list h1::after{
	width: 40px;
}

.products-list li{
	width:49%;
}

.products-list li:nth-of-type(2n){
	margin-right: 0;
}

.products-list .index-product-info{
	padding:10px 0;
	margin: 0 10px;
}

/*product detail*/
.products-detail{
	margin-top: 20px;
	width: 100%;
}

.products-detail .imgbox{
	width: 100%;
	margin-bottom: 10px;
}

.products-detail .info-box{
	width: 100%;
}

.products-detail .info-title{
	padding: 10px 0 10px;
	margin-bottom: 10px;
}

.products-detail .info-title h2{
	font-size: 20px;
}

.products-detail .info-main{
	margin-bottom: 10px;
	min-height: auto;
}

.products-detail .info-main h3{
	margin-bottom: 10px;
}

.products-detail .info-main p{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.products-detail .detail-nav a{
	height: 40px;
	line-height: 40px;
}

.products-detail .detail-nav i{
	font-size: 24px;
}

.products-detail .detail-title{
	background-color: #eee;
	margin-top: 40px;
}

.products-detail .detail-title span{
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;
}

/*industry application*/
.app-block{
	padding: 20px;
}

.app-block img{
	vertical-align: bottom;
}

/*recruitment*/
.recr-recr-block,
.recr-jobs-block{
	padding: 20px;
}

.recr-recr-block .title,
.recr-jobs-block .title{
	margin-bottom: 20px;
}

.recr-recr-block .title h1,
.recr-jobs-block .title h1{
	font-size: 24px;
}


.recr-jobs-block li{
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

.recr-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;
}

.recr-jobs-block .cont-switch .flex-flex1{
	margin-right: 0;
	overflow: hidden;
	flex: none;
	-webkit-flex: none;
	width: 50%;
	padding: 5px 0;
}
.recr-jobs-block .cont-switch div:nth-child(1){
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}
.recr-jobs-block .cont-switch div:nth-child(2){
	flex: none;
	-webkit-flex: none;
}
.recr-jobs-block .cont-switch div:nth-child(3){
	flex: none;
	-webkit-flex: none;
}


.recr-jobs-block .switch-btn{
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.recr-jobs-block .switch-btn i{
	font-size: 14px;
}

.recr-jobs-block .cont-box{
	display: block;
}

.recr-jobs-block .textbox{
	padding: 20px;
}

.recr-jobs-block .cont-box h1{
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}

.recr-jobs-block .cont-box p{
	font-size: 14px;
}

.recr-reco-block{
	padding: 20px;
}

.recr-reco-block .title{
	margin-bottom: 20px;
}

.recr-reco-block .title h1{
	font-size: 24px;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 100%;
}

.form-block .quater-div{
	width: 49%;
}

.form-block .tip{
	margin-top: 25px;
}

/*document*/
.docu-docu-block,
.docu-service-block,
.docu-after-block,
.docu-dl-block{
	padding: 20px;
}

.docu-docu-block .title,
.docu-service-block .title,
.docu-after-block .title,
.docu-dl-block .title{
	margin-bottom: 20px;
}

.docu-docu-block .title h1,
.docu-service-block .title h1,
.docu-after-block .title h1,
.docu-dl-block .title h1{
	font-size: 24px;
}

.docu-dl-block li{
	width: 100%;
	padding: 20px;
	height: 200px;
	margin-bottom: 20px;
}

.docu-dl-block li h2{
	font-size: 20px;
}

.docu-dl-block li a{
	right: 20px;
	bottom: 20px;
}

/*contact us*/
.contact-block{
	padding: 20px;
}

.contact-block .title{
	margin-bottom: 20px;
}

.contact-block .title h1{
	font-size: 24px;
	margin-bottom: 10px;
}

.contact-block .title p{
	line-height: 1.5;
}

.contact-block form{
	width: 100%;
	margin-bottom: 20px;
}

.contact-block .form-block textarea{
	height: 200px;
}

.contact-block .form-block button{
	width: 100%;
}

.contact-block .info-box{
	width: 100%;
	font-size: 16px;
}

.contact-block .info-box p{
	font-size: 16px;
}

.contact-block .info-box>div{
	margin-top: 20px;
}

.map{
	width: auto;
	margin: 0 20px 20px;
}



    }








