     /*=================================中小型笔记本或大平板 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;
}

.public-title h4{
	font-size: 18px;
}

/*top nav*/
.header{
	height: 60px;
}

.top-nav-blank{
	height: 61px;
}

.top-nav{
	padding: 0 10px 0 20px;
}

.top-nav .logo{
	height: 40px;
}

.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: #fff;
  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: #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;
}
.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*/
.index-lang{
	display: none;
}

/* index banner */
.index-banner img{
	width: 100%;
	height: 198px;
	object-fit: cover;
}

.other-banner img{
	min-height: 120px;
}

/*index about*/
.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: 25px;
}

/* index product */
.index-product{
	padding: 20px;
}

.index-product .public-title{
	margin-bottom: 20px;
}

.index-product .ulbox{
	margin-bottom: 0;
}

.index-product .navbox{
	width: 100%;
	height: 300px;
	margin-right: 0;
}

.index-product .navbox a{
	padding: 0 15px;
	height: 50px;
}

.index-product .navbox a::after{
	left: 15px;
}

.index-product .navbox p{
	font-size: 14px;
}

.index-product .libox{
	width: 100%;
	height: 300px;
	margin-right: 0%;
}

/*index news*/
.index-news{
	padding: 20px;
}

.index-news .big-news{
	width: 100%;
}

.index-news .big-news a{
	padding: 20px;
}

.index-news .big-news h2{
	font-size: 20px;
	margin-bottom: 10px;
}

.index-news .big-news h3{
	font-size: 16px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .big-news p{
	margin-bottom: 15px;
}

.index-news .big-news span{
	margin-top: 20px;
}

.index-news ul{
	width: 100%;
	border-top: 1px solid #ededed;
	margin-top: 20px;
}

.index-news li{
	border-bottom: 1px solid #ededed;
}

.index-news li a{
	display: block;
	padding: 15px;
}

.index-news li h2,
.index-news li i{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-news li h2{
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 24px;
}

.index-news .big h2{
	font-size: 24px;
}

.index-news li i{
	margin-top: 27px;
	opacity: 1;
}

.index-news li .flex-flex1{
	overflow: hidden;
	margin: 0 50px 0 15px;
}

/*footer list*/
.footer-list{
	padding: 0;
}

.footer-list .code{
	display: none;
}

.footer-list ul{
	display: none;
}

.copy{
	text-align: center;
	padding: 10px 15px;
	line-height: 1.5;
}

/*other public*/
.other-nav li{
	-webkit-flex:1; 
	-webkit-box-flex:1; 
	-ms-flex:1; 
	-moz-flex:1; 
	flex:1;
}

.other-nav li a{
	min-width: 0;
	padding: 0 10px;
	font-size: 14px;
	height: 40px;
}

.other-nav .lang-box{
	display: none;
}

.other-loacl{
	font-size: 14px;
	padding: 0 20px;
	overflow-x: auto;
}

.other-loacl a{
	font-size: 14px;
}

.other-loacl a:hover{
	color: #0063ae;
}

/*about us*/
.about-abo-block{
	padding: 20px;
}

.about-zz-block{
	padding: 20px;
}

.about-zz-block .title{
	font-size: 24px;
}

.about-zz-block .swiper-container{
	height: 540px;
}

.about-zz-block .swiper-slide{
	height: 260px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 0px;
}

.about-zz-block a{
	display: block;
	height: 100%;
}

.about-zz-block img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-zz-block .swiper-pagination-bullet{
	width: 40px;
	height: 10px;
	border-radius: 5px;
}

/*products*/
.products-block{
	padding: 20px;
}

.products-left-menu{
	width: 100%;
}

.products-left-menu a{
	height: 44px;
	padding: 0 15px;
}

.products-left-menu p{
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-list{
	width: 100%;
}

.products-list h1{
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.products-list h1::after{
	width: 40px;
}

.products-list li{
	width:100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.products-list li:nth-of-type(3n){
	margin-right: 0;
}

.products-list li:nth-of-type(2n){
	margin-right: 0;
}

.products-list li a{
	display: block;
	padding-bottom: 10px;
}

.products-list li b{
	margin: 10px auto;
}

.products-list li p{
	margin: 0 10px;
}

/*product detail*/
.products-detail{
	padding: 20px 0 0;
	width: 100%;
}

.products-detail .imgbox{
	width: 100%;
	height: 330px;
	margin-bottom: 10px;
}

.products-detail .info-box{
	width: 100%;
}

.products-detail .info-title{
	padding: 10px 0 10px;
}

.products-detail .info-title h2{
	font-size: 18px;
}

.products-detail .detail-nav a{
	height: 44px;
	line-height: 44px;
}

.products-detail .detail-nav i{
	font-size: 22px;
}

.products-detail .detail-title{
	margin-top: 20px;
}

.products-detail .detail-title span{
	font-size: 18px;
	line-height: 40px;
	padding: 0 25px;
}

/*news*/
.news-block{
	padding: 20px;
}

.news-block .title{
	font-size: 24px;
	margin-bottom: 15px;
}

.news-block ul{
	margin-bottom: 10px;
}

.news-block li a{
	padding: 20px 0;
}

.news-block li h2{
	font-size: 16px;
	color: #444;
	margin-bottom: 10px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-block li .imgbox{
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	height: 180px;
}

/*news detail*/
.news-detail-block{
	padding: 20px;
	padding-right: 20px;
}

.news-detail-block .title{
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.news-detail-block .subtitle{
	margin-bottom: 5px;
}

.news-detail-block .edit-box{
	font-size: 14px;
	line-height: 2;
}

.news-detail-block .detail-nav{
	display: none;
}

/*talent*/
.recr-reco-block{
	padding: 20px;
}

.recr-reco-block .title{
	margin-bottom: 10px;
	font-size: 24px;
}

.recr-reco-block .subtitle{
	font-size: 18px;
	margin-bottom: 20px;
}

.form-block .half-div{
	width: 100%;
}

.form-block .othird-div{
	width: 100%;
}

.form-block button{
	width: 100%;
}

/*contact us*/
.contact-block{
	padding: 20px;
}

.contact-block .title{
	font-size: 22px;
	margin-bottom: 20px;
}

.contact-block .address{
	text-align: center;
	margin-bottom: 20px;
}

.contact-block .address i{
	font-size: 24px;
}

.contact-block .address p{
	font-size: 16px;
}

.contact-block li{
	padding: 20px 0;
	width: 50%;
}

.contact-block li+li{
	border-top: 1px solid #eee;
}

.contact-block li:nth-child(2){
	border-top: none;
}

.contact-block li:nth-child(3){
	border-left: none;
}

.contact-block li p{
	font-size: 14px;
	margin-top: 10px;
}

.contact-block li i{
	font-size: 30px;
}

.map{
	width: auto;
	margin: 0 20px 20px;
}



    }








