     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {


    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {

/*index*/

/*top nav*/
.top-nav-blank{
	height: 60px;
}

.header{
	height: 60px;
}

.top-nav{
	padding: 0 10px 0 20px;
	position: relative;
	z-index: 999;
	height: 60px;
}

.top-nav .logo{
	margin-right: 10px;
}

.top-nav .logo img{
	height: 40px;
}

.top-nav .nav-block{
	display: none;
}

.index-lang{
	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 #666;
}
.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 public style*/

/* index banner */
.index-banner img{
	min-height: 180px;
	object-fit: cover;
}

/*index product*/
.index-product{
	padding: 20px;
}

.index-product li{
	width: 100%;
}

.index-product li a{
	padding: 20px;
}

.index-product li h1{
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 5px;
}

.index-product li h2{
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
}

.index-product li p{
	font-size: 14px;
	margin-bottom: 15px;
}

.index-product li .imgbox{
	margin-top: 20px;
}

/*index other*/
.index-other{
	padding: 20px;
}

.index-other-right{
	width: 100%;
	margin-top: 20px;
}

.index-other-right .btn{
	height: 100px;
}

.index-other-right .btn a{
	font-size: 18px;
}

.index-other-right .btn i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin-right: 10px;
}

/*index news*/
.index-news{
	width: 100%;
	padding: 0 20px 20px;
	border-radius: 5px;
}

.index-news .title{
	font-size: 24px;
	padding: 15px 0;
}

.index-news ul{
	
}

.index-news li+li{
	margin-top: 20px;
}

.index-news li a{
	padding: 10px;
	border-radius: 5px;
	-webkit-flex-wrap:wrap; 
	-webkit-box-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	flex-wrap:wrap;
}

.index-news li .imgbox{
	width: 100%;
}

.index-news li .textbox{
	margin-left: 0px;
	margin-top: 10px;
	-webkit-flex:100%; 
	-webkit-box-flex:100%; 
	-ms-flex:100%; 
	-moz-flex:100%; 
	flex:100%;
}

.index-news li h2{
	font-size: 16px;
	margin-bottom: 5px;
}

.index-news li p{
	font-size: 14px;
}

.index-news li h3{
	font-size: 12px;
	margin-top: 5px;
}

/*index talent*/
.index-talent{
	height: 396px;
}

.index-talent h1{
	font-size: 24px;
}

/*footer list*/
.footer-list-bg{
	display: none;
}

.copy{
	padding: 10px 15px;
	line-height: 1.5;
}

/*other public*/
.shade-text{
	padding: 0 20px;
}

.shade-text h1{
	font-size: 24px;
}

.shade-text h2{
	font-size: 14px;
	margin-top: 10px;
}

/****/
.other-block{
	padding: 20px;
}

.other-right-block{
	width: 100%;
}

/* service */
.service-block{}

.service-block .title{
	font-size: 22px;
	line-height: 2;
	margin-bottom: 20px;
}

.service-block li{
	width: 100%;
	height: 260px;
	margin-right: 0;
}

/* products */
.product-block{
	padding: 20px;
}

.products-left-menu{
	width: 100%;
	margin-bottom: 20px;
}

.products-left-menu h1{
	line-height: 60px;
	padding: 0 20px;
	font-size: 24px;
}

.products-left-nav>div{
	padding: 0 20px;
	height: 46px;
}

.products-left-nav div{
	font-size: 15px;
}

.products-right-list{
	
}

.products-right-list .title{
	font-size: 22px;
	line-height: 2;
	margin-bottom: 20px;
}

.products-right-list li{
	width: 100%;
	margin-right: 0;
}

.products-right-list li .imgbox{
	height: 220px;
}

.products-right-list li .textbox{
	padding: 10px 10px;
}

/*product detail*/
.products-right-detail{
	padding: 20px;
}

.products-right-detail .title{
	font-size: 22px;
	padding-bottom: 10px;
}

.detail-main .imgbox{
	margin-bottom: 20px;
}

.detail-main .imgbox,
.detail-main .sp-box{
	padding-right: 0;
}

.detail-box+.detail-box{
	margin-top: 20px;
}

.detail-box .editbox{
	font-size: 15px;
}

.detail-title{
	padding: 10px 0;
	font-size: 18px;
}

.detail-title::before{
	width: 60px;
	height: 2px;
}

.detail-main .fixedimg{
	margin-top: 20px;
	position: relative;
	width: 100%;
}

/*download*/
.download-block{}

.download-block .title{
	font-size: 22px;
	line-height: 2;
	margin-bottom: 20px;
}

.download-block li{
	width: 100%;
	margin-right: 0;
}

.download-block li a{
	padding: 15px;
}

.download-block li h1{
	margin-bottom: 30px;
}

.download-block li .btn{
	margin-top: 50px;
}

/*about*/
.about-block{}

.about-block .title{
	font-size: 22px;
	line-height: 2;
	margin-bottom: 20px;
}

.about-block .editbox{
	line-height: 2;
}

/*news*/
.news-block{
	
}

.news-block .title{
	font-size: 22px;
	line-height: 2;
	margin-bottom: 20px;
}

.news-block li a{
	padding: 10px;
	border-radius: 5px;
	-webkit-flex-wrap:wrap; 
	-webkit-box-flex-wrap:wrap; 
	-ms-flex-wrap:wrap; 
	-moz-flex-wrap:wrap; 
	flex-wrap:wrap;
}

.news-block li .imgbox{
	width: 100%;
}

.news-block li .textbox{
	margin-left: 0px;
	margin-top: 10px;
	-webkit-flex:100%; 
	-webkit-box-flex:100%; 
	-ms-flex:100%; 
	-moz-flex:100%; 
	flex:100%;
}

.news-block li h2{
	font-size: 16px;
	margin-bottom: 5px;
}

.news-block li p{
	font-size: 14px;
}

.news-block li h3{
	font-size: 12px;
	margin-top: 5px;
}

/*news detail*/
.news-detail-block{
	
}

.news-detail-block .title{
	font-size: 22px;
	margin-bottom: 10px;
}
.news-detail-block .subtitle{
	font-size: 14px;
}

.news-detail-block .editbox{
	line-height: 2;
}

/*talent*/
.talent-block{
	padding: 20px;
}

.talent-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.talent-block li{
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

.talent-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;
}

.talent-block .cont-switch .flex-flex1{
	margin-right: 0;
	overflow: hidden;
	flex: none;
	-webkit-flex: none;
	width: 100%;
	padding: 5px 0;
}
.talent-block .cont-switch div:nth-child(1){
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}
.talent-block .cont-switch div:nth-child(2){
	flex: none;
	-webkit-flex: none;
}
.talent-block .cont-switch div:nth-child(3){
	flex: none;
	-webkit-flex: none;
}

.talent-block .switch-btn{
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: auto;
	bottom: 15px;
	margin-top: 0;
}

.talent-block .switch-btn i{
	font-size: 12px;
}

.talent-block .cont-box{
	display: none;
}

.talent-block .textbox{
	padding: 20px;
}

.talent-block .cont-box h1{
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}

.talent-block .cont-box .editbox{
	font-size: 14px;
}

/* 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%;
}

.form-block button{
	width: 100%;
}

/*contact us*/
.contact-block{
	padding: 20px;
}

.contact-block .title{
	margin-bottom: 15px;
}

.contact-block li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 20px;
}

.contact-block li h1{
	font-size: 20px;
	margin-bottom: 15px;
}

.contact-block li p{
	font-size: 15px;
}

.contact-block li p+p{
	margin-top: 10px;
}

/**/
.msg-block{
	padding: 20px;
}

.msg-block .title{
	margin-bottom: 20px;
}

.msg-block .title h1{
	font-size: 22px;
	margin-bottom: 10px;
}

.msg-block .title h3{
	font-size: 15px;
}

.fixed-msg{
	display: none;
}

/*video*/
.video-block{
	padding: 20px;
}

.video-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.video-block li{
	width: 100%;
	margin-right: 0;
}

.video-block li h2{
	margin: 10px 0 10px;
}

/**/
.video-detail-bg{
	padding: 20px;
}

.video-box{
	padding-right: 0;
}

.video-box iframe{
	width: 100%;
	height: 300px;
}

.video-box ul{
	display: none;
}


    }








