     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {
		.index-about .aboutimg video{
			height:auto;
		}

/*index*/
.index-about .aboutimg{
	width:100%;
	height:auto;
	margin-right:0;
	margin-bottom:6%;
}
/*top nav*/
.top-nav-blank{
	height: 60px;
}

.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: 50px;
}

.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{
	height: 500px;
}

.index-banner img{
	min-height: 240px;
	object-fit: cover;
}

/*index about*/
.index-about-bg{
	background-position: right bottom 0;
	background-size: contain;
}

.index-about{
	padding: 20px;
}

.index-about .videobox{
	width: 100%;
	height: 300px;
	margin-right: 0;
	margin-bottom: 20px;
}

.index-about .textbox{
	width: 100%;
}

.index-about .title{
	font-size: 24px;
	margin-bottom: 15px;
}

.index-about .editbox{
	line-height: 2;
	margin-bottom: 15px;
	height: auto;
}

.index-about ul{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.index-about li{
	margin: 0 7px 15px;
}

.index-about li p{
	margin-top: 10px;
}



/*index news*/
.index-news{
	padding: 20px;
}

.index-news .title{
	font-size: 24px;
	margin-bottom: 15px;
}

.index-news ul{
	width: 100%;
	margin-bottom: 20px;
}

.index-news li a{
	padding: 10px 0;
}

.index-news li .datebox{
	width: 78px;
	text-align: center;
	padding: 5px;
	background-color: #b9b9b9;
}

.index-news li h1{
	font-size: 22px;
}

.index-news li .textbox{
	margin-left: 10px;
}

.index-news li h2{
	font-size: 18px;
}

.index-news .spnews{
	width: 100%;
	height: 250px;
}

.index-news .spnews h1{
	font-size: 22px;
}

.index-news .spnews h2{
	font-size: 17px;
}


/*footer list*/
.footer-list-bg{
	display: none;
}

.copy{
	padding: 10px 15px;
	line-height: 1.5;
}

/*other public*/
.shade-text,
.shade-text2{
	padding: 0 20px;
	bottom: 50%;
	transform: translate(-50%,50%);
	-webkit-transform: translate(-50%,50%);
}

.shade-text h1,
.shade-text2 h1{
	font-size: 24px;
}

.shade-text2 h2{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

/****/
.other-nav ul{
	position: relative;
	bottom: 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 #4471ae;
}

.other-nav li a{
	font-size: 15px;
	height: 46px;
}

/*about us*/
.about-abo{
	padding: 20px;
}

.about-abo .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-abo .editbox{
	font-size: 15px;
	line-height: 2;
}

.about-dev{
	padding: 20px;
}

.about-dev .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-dev li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

.about-org{
	padding: 20px;
}

.about-org .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-org .editbox{
	line-height: 2;
}

.about-cus{
	padding: 20px;
}

.about-cus .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.equ-swiper{
	padding-bottom: 30px;
}

.about-hor{
	padding: 20px;
}

.about-hor .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-hor li{
	width: 100%;
	margin-right: 0;
	height: 290px;
	margin-bottom: 15px;
}

.about-his{
	padding: 20px;
}

.about-his .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-his .line{
	top:132px;
}

.history-swiper .gallery-thumbs{
	margin: 0 30px;
}

.history-swiper .gallery-thumbs .swiper-slide p{
    font-size: 18px;
}

.history-swiper .gallery-thumbs{
	padding-bottom:40px;
}

.history-swiper .gallery-top .t-box{
	font-size: 24px;
	margin-bottom: 20px;
}

.history-swiper .gallery-top .p-box{
	font-size: 16px;
	line-height: 2;
}

.history-swiper .swiper-button-next,
.history-swiper .swiper-button-prev{
    top: 65px;
}

/* products */
.product-block{
	padding: 20px;
}

.products-left-menu{
	width: 100%;
	margin-bottom: 20px;
}

.products-left-nav>div{
	padding: 0 20px;
	height: 46px;
}

.products-left-nav div{
	font-size: 15px;
}

.products-right-list{
	width: 100%;
}

.products-right-list>h1{
	font-size: 18px;
	padding-bottom: 10px;
}

.products-right-list>h1::after{
	width: 80px;
}

.products-right-list ul{
	margin-bottom: 20px;
}

.products-right-list li{
	width: 100%;
	margin-right: 0;
}

/*product detail*/
.products-right-detail{
	width: 100%;
}

.products-right-detail .imgbox{
	width: 100%;
}

.products-right-detail .gallery-top .swiper-slide{
	height: 300px;
}


.products-right-detail .info-box{
	width: 100%;
}

.products-right-detail .info-box .title{
	font-size: 20px;
	padding: 20px 0 10px;
}

.products-right-detail .info-box .editbox{
	margin-bottom: 20px;
	height: auto;
	line-height: 2;
}

.products-right-detail .detail-nav{
	border: 1px solid #ccc;
	border-radius: 3px;
}

.products-right-detail .subtitle{
	margin: 20px 0;
}

.products-right-detail .subtitle span{
	font-size: 18px;
	padding: 0 20px;
	line-height: 50px;
}

/*news*/
.news-block{
	padding: 20px;
}

.news-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.news-block ul{
	margin-bottom: 20px;
}

.news-block li a{
	padding: 20px;
}

.news-block .datebox{
	width: 100%;
	text-align: right;
	padding-right: 0;
	border-right: none;
	border-bottom: 1px dotted #e1dfdf;
	padding: 0 0 20px;
}

.news-block .datebox h1{
	font-size: 22px;
	margin-bottom: 5px;
}

.news-block .datebox h4{
	font-size: 14px;
}

.news-block li .flex-flex1{
	margin: 0;
	padding: 20px 0px;
	-webkit-flex:100%; 
	-webkit-box-flex:100%; 
	-ms-flex:100%; 
	-moz-flex:100%; 
	flex:100%;
}

.news-block .flex-flex1 h2{
	font-size: 20px;
	margin-bottom: 10px;
}

.news-block .imgbox{
	width: 100%;
	height: 195px;
}

/*news detail*/
.news-detail-block{
	padding: 20px;
}

.news-detail-block .title{
	font-size: 22px;
}
.news-detail-block .subtitle{
	font-size: 14px;
}

.news-detail-block .edit-box{
	padding: 10px 0;
	line-height: 2;
	margin-bottom: 10px;
}

.news-detail-block .detail-nav{
	padding: 10px 0px 0;
}

.news-detail-block .right-nav{
	width: 100px;
	height: 46px;
	line-height: 44px;
	font-size: 15px;
	border-radius: 23px;
	margin-left: 10px;
}

/*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;
}


/*contact us*/
.map{
	height: 400px;
}

.contact-block .infobox-bg{
	position: relative;
}

.contact-block .infobox{
	padding: 20px;
}

.contact-block .infobox .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.contact-block .infobox li{
	width: 100%;
	padding: 20px;
}

.contact-block .infobox li::after{
	height: 1px;
	width: 30%;
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
}

.contact-block .infobox li:first-child::before{
	bottom: auto;
	top: 0;
	left: 50%;
	height: 1px;
	width: 30%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.contact-block li i{
	font-size: 30px;
	margin-bottom: 10px;
}

.contact-block li:nth-child(4) i{
	font-size: 20px;
}

.contact-block li p{
	color: #fff;
	font-size: 14px;
}

.phone_protitle{
	display:block;
	background:#0c4695;
	padding:20px 0;
}
.phone_protitle h3{
	text-align:center;
	font-size: 22px;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 10px;
    line-height: 1;
}
.phone_protitle p{
	text-align:center;
	font-size: 25px;
    color: #fff;
    font-weight: bold;
}
    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {
/*index product*/
.index-product{
	padding: 20px;
}

.index-product .libox{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px; 
}

.index-product .libox:nth-child(4){
	display: none;
}

    }








