

:root {
  --thm-font: "Poppins", sans-serif;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-primary: #0458c6;
  --thm-primary-rgb: 234, 19, 14;
  --thm-black: #151515;
  --thm-black-rgb: 21, 21, 21;
  --thm-gray: #868686;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}
button:focus {
  outline: none;
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
a * {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

p{margin: 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
/*设置左右浮动*/
.fl{float: left;}
.fr{float: right;}
/*清楚浮动*/
.clearfix:after{visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix{*zoom:1;}
.clearboth{
  clear: both;
}
.mt20{ margin-top: 20px;}
.col-xs-6 {
  width: 50%;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 3rem;
  overflow: hidden;
  background: #f5f5f5;
}

@media (min-width: 1440px) {
  .wrapper .container {
    max-width: 1645px;
  }
}


.content-wrap .container {
  max-width: 1200px;
  
}
.subbannerbox-wrap .container{
  padding: 0;
  max-width: 1200px;
}


.auto-container {
  max-width: 1400px;
  margin: 0 auto;
}

.activehead {
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgb(170 170 170 / 15%);
}

.wrapper {
  position: relative;
  background: #d4dff1;
}
.wrapper.active {
  position: relative;
  margin-left: 0;
  -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
}

.header-wrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all .3s;
  border-bottom: 2px solid rgba(255,255,255,.5);
}
.header-wrap .navbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* padding: 23px 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 113px;

}

.header-wrap .navbox  .logobox {
  width:384px;
  float: left;
}
.header-wrap .navbox .navList {
  float: right;
}

.header-wrap .navbox .navList a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  float: left;
  transition: all .3s;
  position: relative;
  font-weight: bold;
}
.header-wrap .navbox .navList a:hover {
  color: #ffffff!important;
}
.header-wrap .navbox .navList a:hover::after, .header-wrap .navbox .navList a:hover::before {
  transform: scaleX(1);
}
.head .navbox .navList a:hover {
    color: #fff!important;
}
.header-wrap .navbox .navList a::before {
  transition: all .3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: #097bc8;
  transform: scaleX(0);
  transform-origin: 0 100%;
  z-index: -1;
}
.header-wrap .navbox .navList a::after {
  z-index: -1;
  transition: all .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: #097bc8;
  transform: scaleX(0);
  transform-origin: 100% 0;
}
.activehead .navbox .navList a{
  color: #097bc8;
}

.header-wrap .navbox .logobox .side-menu-toggler {
  display: none;
}


.header-wrap .navbox .header_btn_1{
  padding: 10px 0px;
  float: left;
  
}
.header-wrap .navbox .header_btn_1 a {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 15px;
  color: #097bc8;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5%;
  text-transform: uppercase;
  transition: all 500ms ease;
  
}

.header-wrap .navbox .header_btn_1:hover a{
  background: #097bc8;
}
.activehead .header-wrap .navbox .header_btn_1:hover a{
  background: #097bc8;
}
.header-wrap .navbox .header_btn_1 a span:before {
  position: relative;
  display: inline-block;
  padding-right: 7px;
}

.header-wrap .mobile-nav-bottom{
  position: absolute;
  right: 50px;
  top: 10px;
  display: none;
}
.header-wrap .mobile-nav-bottom .mobile-nav-language img{
  margin-right: 0;
}
.header-wrap .mobile-nav-bottom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 50px;
}
.header-wrap .mobile-nav-language .bootstrap-select .dropdown-menu > li > a{
  padding: 4px 10px;
}
.activehead .mobile-nav-language .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
  color: #0458c6;
}
.activehead .mobile-nav-language .bootstrap-select > .dropdown-toggle{
  color: #0458c6;
}


.web-navbox{
  display: none;
}


/* banner */
.swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #303030;
  opacity: .5;
  margin: 0 4px;
}
.swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
  border-radius: 5px;
  background: #ffffff;
}

.subbannerbox-wrap {
  position: relative;
  
}
.swiper-button-next, .swiper-button-prev{
  color: #ffffff;
}

.subbannerbox-wrap .sub-title {
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  width: 100%;
 
  text-align: center;
  
}

.subbannerbox-wrap .sub-title .text22{
  background-repeat: no-repeat;
  height: 117px;
  border-bottom: 1px solid #484848;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  
  padding-bottom: 7px;
}
.index-title{
  width: 180px;
  float: left;
}
.mb-title{
  display: none;
}
.about-wrap {
  padding-top: 34px;
  padding-bottom: 135px;
  background: url('../images/about_bg.jpg') center top no-repeat;
}
.about-wrap .index-title .more_btn{
  float: right;
  display: none;
}

.about-wrap .row{
  justify-content: space-between;
}
.about-wrap .left {
  width: 35%;
}

.about-wrap .left .about-title{
  padding: 36px 0;
}
.about-wrap .left .about-title .title{
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  color: #262626;
}
.about-wrap .left .about-title .dian{
  background: #3c57ee;
  width: 8px;
  height: 9px;
  display: inline-block;

}
.about-wrap .left .desc{
  color: #262626;
  font-size: 16px;
  line-height: 25px;
  padding: 0 10px;
}

.about-wrap .left .more_btn{
  margin-top: 24px;
  display: inline-block;
}
.about-wrap .left .other-link{
  margin-top: 70px;
}
.about-wrap .left .other-link .alink{
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  height: 42px;
  line-height: 42px;
  width: 140px;
  background: #000a29;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

.about-wrap .right{
  float: right;
  width: 65%;
} 
.about-wrap .right img{
  float: right;
}

.about-wrap .nums{
  width: 100%;
  text-align: center;
  background: #ffffff;
  padding: 43px 0;
  margin: 40px 0 0 0;
  
}

.about-wrap .nums .number{
  font-size: 72px;
  font-weight: bold;
  height: 68px;
  line-height: 68px;
  color: #000000;
}
.about-wrap .nums .numtxt{
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #000000;
}

.odometer-formatting-mark {
  display: none;
}


.product-wrap{
  background: #ffffff;
  padding: 70px 0;
}
.product-wrap .hd ul {
  text-align: center;
}
.product-wrap .hd ul li{
  width: 360px;
  height: 100px;
  padding: 10px 10px;
  display: inline-block;

}
.product-wrap .hd ul li.i-tit-on{
  background: #35b8fc;
}


.product-wrap .hd ul li p{
  font-size: 16px;
  color: #000;
}

.product-wrap .bd {
  width: 100%;
  
}
.product-wrap .bd .item{
  float: left;
  padding: 0 4px;
  margin-bottom: 8px;
}

.product-wrap .class-block{
  justify-content: center;
}


.product-list{
  overflow: hidden;
  display: none;
}
.product-list.on{
  display: block;
}
.product-list li {
  width: 350px;
  float: left;
  margin: 0 4px;
  margin-bottom: 8px;
}
.product-list{
  padding: 50px 0;
}

.product-wrap .index-title .more_btn{
  float: left;
  margin-top: 13px;
  padding-left: 7px;

}
.product-list .item .img {
  text-align: center;
  overflow: hidden;
  background: #097bc8;
}
.product-list .item {
  position: relative;
}
.product-list .item .img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.product-list .item:hover img, .product-list .item:active img {
  opacity: 0.3;
  transform: scale(1.2,1.2);
}
.product-list .item .al-txt{
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  width: 80%;
  text-align: center;
  transform: translate(-50%,-50%);
  color: #0464be;
}
.product-list .item:hover .al-txt, .product-list .item:active .al-txt{
  opacity: 1;
  color: #fff;
}
.product-list .item .al-txt h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.product-list .item .al-txt p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}


.more-btn{
  background: #1652fd;
  height: 60px;
  line-height: 60px;
  width: 200px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
}
.more-btn:hover{
  color: #ffffff;
}

.factory-wrap{
  padding: 100px 0;
  margin-top: 40px;
  background: url('../images/factory_bg.jpg')  center top no-repeat ;
}
.factory-list .item{
  margin-bottom: 24px;
}
.factory-list .item .img-cover{
  overflow: hidden;
}
.factory-list .item .img-cover img{
  transition: all 0.5s;
}
.factory-list .item :hover .img-cover img{
  transform: scale(1.2);
	
}

.honor-wrap .index-title{
  width: 100%;
}

.honor-wrap {
  background: url('../images/honor_bg.jpg') center top repeat-y ;
}

.slide_pic_2 {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
}

.slide_pic_2 .zbox {
  width: 100%;
  float: left;
  padding: 20px 15px;
}

.slide_pic_2 li .zbox_box .pic{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  display: flex;
  
}
.slide_pic_2 li .zbox_box .pic img{
  -webkit-transition: all 0.3s ease-out 0s; 
  -moz-transition: all 0.3s ease-out 0s; 
  -o-transition: all 0.3s ease-out 0s; 
  transition: all 0.3s ease-out 0s;
  margin: 0;
}

.slide_pic_2 .zbox .zbox_box .pic p {
  position: absolute;
  display: flex;
  height: 32px;
  line-height: 32px;
  bottom: 20px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 2px dotted #ababab;
  color: #000000;
  overflow: hidden;
}

.slide_pic_2 .slick-prev, .slick-next{
  display: none;
}

.honor-wrap{
  padding-top: 70px;
  margin-top: 45px;
}
.honor-wrap .index-title .more_btn{
  float: right;
}
.honor-wrap .slick-dots {
  margin-top:14px;
	position:relative;
	bottom: 25px;
	display: block;
	width: 100%;
  display: flex;
  justify-content: center;

}
.honor-wrap .slick-dots li {
	position: relative;
	display: inline-block;
	width:  25px;
	height: 25px;
  border-radius: 50%;
	margin: 0 15px 0 0;
	float:left;
	background:rgb(0, 0, 0); opacity:0.4;
}
.honor-wrap .slick-dots li button{
  display: none;
}
.honor-wrap .slick-dots li button:before{
  width:  28px;
	height: 28px;
}
.honor-wrap .slick-dots li.slick-active{
	 opacity:1;
  background: #1055dd;
}



.footer {
  background: #35b9fd;
  padding: 45px 0;
}
.footer .footer-logo{
  display: flex;
  align-items: center;
  justify-content: center
}
.footer .footer-nav-list a{
  color: #ffffff;
  font-size: 18px;
}
.footer .footer-contact-list li{
  color: #ffffff;
  font-size: 18px;
}
.copyright{
  background: #bfbfbf;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}



.sub_banner {
  position: relative;
  overflow: hidden;
}
.sub_banner img {
  width: 100%;
  display: block;
  transform: scale(1.1,1.1);
  animation: myfirst 3s forwards;
  -webkit-animation: myfirst 3s forwards;
}
.min_show {
  display: none!important;
}



/* 手机端菜单 */
.mobile-nav-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #151515;
	opacity: 0.8;
	cursor: pointer;
}

.mobile-nav-wraper.expanded {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mobile-nav-wraper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: 9999999;
}
.mobile-nav-content {
  width: 300px;
  background-color: #000000;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}


.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.mobile-nav-close i{
	font-size: 18px;
	color: #ffffff;
}
.mobile-nav-content .logo-box {
	margin-bottom: 40px;
}
.mobile-nav-content .logo-box img{
	width: 151px;
}

.mobile-nav-block .mobile-nav-box li{
	display: block;
	
}
.mobile-nav-block .mobile-nav-box li ul{
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-content .mobile-nav-box li:not(:last-child){
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav-content .mobile-nav-box li a{
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    line-height: 30px;
	    color: #fff;
	    font-size: 15px;

	    height: 46px;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-transition: 500ms;
	    transition: 500ms;
}
.mobile-nav-block .mobile-nav-box li button{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border: none;
	outline: none;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.mobile-nav-block .mobile-nav-box li button i{
	/* font-size: 18px; */
	/* color: #fff; */
	/* font-weight: 500; */
}
.mobile-nav-block .mobile-nav-box li button.open{
	background: #0458c6;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); 
}
.mobile-nav-block .mobile-nav-box li button.open i{
	color: #ffffff;
	
}


.mobile-nav-block .mobile-nav-box li ul li{
	padding-left: 1em;
}
.mobile-nav-contact{
	margin: 20px 0;
}
.mobile-nav-contact li{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.mobile-nav-contact li i{
	height: 30px;
	width: 30px;
	background: #0458c6;
	border-radius: 50%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	
	margin-right: 10px;
	color: #fff;
}
.mobile-nav-contact li a{
	font-size: 16px;
	color: #fff;
}

.mobile-nav-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.mobile-nav-bottom .mobile-nav-language img{
	border-radius: 50%;
	margin-right: 10px;
}
.mobile-nav-bottom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 70px;
	padding: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu > li > a{
	background: #0458c6;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile-nav-language .bootstrap-select > .dropdown-toggle{
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	outline: none !important;
	color: #fff;
}
.bootstrap-select > .dropdown-toggle {
    box-shadow: none !important;
}

.mobile-nav-language .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus{
	box-shadow: 0;
}

.mobile-nav-language .bootstrap-select .dropdown-menu{
	background: #0458c6;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
.mobile-nav-language .bootstrap-select .dropdown-menu li a span.text{
	color: #ffffff;
}

.mobile-nav-bottom .mobile-nav-social a i{
	font-size: 16px;
	color: #ffffff;
}


/* 分页 */

.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
  display: flex;
  clear: both;
  justify-content: center;
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}
.navigation span{
	background: #1244e9;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #1244e9;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}



@media (max-width: 1199px) {
  .auto-container{
    max-width: 1140px;
  }
}

@media (max-width: 992px){
  .auto-container{
    max-width: 960px;
  }
  .header-wrap .navbox .logobox{
    width: 100%;
  }
  .header-wrap .navbox .navList{
    display: none;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    float: right;
    font-size: 32px;
    margin: 10px 10px 10px 0;
  }
  .header-wrap .navbox .logobox .side-menu-toggler {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-wrap{
    background: #ffffff;
  }
  .header-wrap .navbox{
    height: 60px;
    display: none;
    
  }
  .web-navbox {
    display: block;
    padding: 10px 0;
    height: 60px;
    background: #ffffff;
  }
  .web-navbox .logobox img{
    width: 190px;
  }
  .web-navbox .logobox .side-menu-toggler {
    float: right;
    font-size: 32px;
    margin: 0px 10px 0px 0;
    color: #35b8fc;
  }
  .web-navbox .logobox .side-menu-toggler {
    display: block;
  }

  .header-wrap .navbox .logobox img{
    width: 78px;
  }
  
  
  .index-title{
    width: 100%;
    margin-bottom: 20px;
  }
  .pc-title{
    display: none;
  }
  .mb-title{
    display: block;
  }
  .about-wrap .mb-title{
    width: 214px;
    float: left;
  }
  
  .about-wrap .index-title .more_btn{
    width: 68px;
    display: block;
  }
  .about-wrap .left .about-title,.about-wrap .left .more_btn{
    display: none;
  }
  .about-wrap .left{
    width: 100%;
    padding: 30px;
  }
  .about-wrap .right{
    width: 100%;
  }

  .about-wrap .left .other-link{
    margin-top: 30px;
    text-align: center;
  }

  .about-wrap .left .other-link .alink{
    width: 84px;
    font-size: 15px;
    text-align: center;
  }
  .about-wrap .right{
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-wrap .nums{
    display: none;
  }

  .product-wrap {
    padding: 35px 0;
  }
  .product-wrap .index-title .mb-title{
    width: 230px;
    float: left;

  }
  .product-wrap .index-title .more_btn{
    width: 84px;
    float: right;
  }
  .product-wrap .hd{
    width: 100%;
    margin: 10px 0;
  }
  .product-wrap .product-list{
    padding: 10px 0;
  } 
  .product-wrap .hd ul li{
    width: 33.33%;
    height: 68px;
    float: left;
    padding: 0;
  }
  .product-wrap .hd ul li img{
    width: 24px;
  }
  .product-wrap .hd ul li p{
    font-size: 15px;
  }
  .product-wrap .bd {
    padding-left: 15px;
    padding-right: 15px;
    
  }
  .product-list li{
    width: 48%;
    float: left;
    margin: 0 2px 4px;
  }

  .factory-wrap{
    background-size:cover;
    padding: 20px 0;
    margin-top: 15px;
  }

  .factory-wrap .index-title .mb-title{
    width: 240px;
    float: left;
  }

  .factory-wrap .index-title .more_btn{
    float: right;
    width: 84px;
  }
  .factory-list{
    padding-top: 20px;
  }
  .factory-list ul li{
    width: 48%;
    margin: 0px 3px 6px;
  }

  .slide_pic_2 .zbox .zbox_box .pic p{
    font-size: 15px;
  }
  .honor-wrap .slick-dots li{
    width: 14px;
    height: 14px;

  }
  
 
}
@media (max-width: 576px){
  .about-wrap{
    padding-bottom: 0px;
  }
  .about-wrap .title{
    background-size: 100%;
    height: 78px;
    padding-left: 10px;
  }
  .about-wrap #about-swiper{
    width: 100%;
    height: 220px;
    box-shadow:none;
  }
 
  .about-wrap .swiper-pagination{
    bottom: -5px;
  }
  .about-text .about-title {
    padding: 15px 0;
  }
  .about-content {
    padding: 18px 10px;
  }
  .more-btn{
    width: 150px;
    height: 30px;
    line-height: 30px;
  }
  .audio_row{
    margin: 0;
  }
  
  .image-frame-info a{
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .business-wrap .title{
    background-size: cover;
    height: 54px;
  }
  .business-swiper .swiper-slide .protitle {
    position: absolute;
    left: 7%;
    top: 5%;
  }
  .business-swiper .swiper-slide .promore{
    right: 10%;
    bottom: 3%;
  }
  

  .factory-wrap .title{
    background-size: cover;
    height: 60px;
  }

  .news-wrap .title{
    background-size: cover;
    height: 85px;
  }
  .text22 span {
    margin-bottom: 10px;
  }

  .list-box{
    padding: 0 0 20px;
  }
  .list-box .item .date{
    padding: 10px 0;
  }
  .list-box .item .desc{
    font-size: 14px;
  }
  .footer-nav{
    display: none;
  }
  .footer-contact{
    margin-top: 20px;
  }
}