﻿: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: 18px;
  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;}
.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;
}

.container {
  max-width: 1400px;
}


.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: #e4e4e4;
}
.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;
}
.header-wrap .navbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 23px 0;
}

.header-wrap .navbox  .logobox {
  width:250px;
  float: left;
}
.header-wrap .navbox .navList {
  
  display: flex;
  justify-content: flex-end;
}

.header-wrap .navbox .navList a {
  display: block;
  color: #000000;
  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: #fff!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: #1652fd;
  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: #1652fd;
  transform: scaleX(0);
  transform-origin: 100% 0;
}


.header-wrap .navbox .logobox .side-menu-toggler {
  display: none;
}

.header-wrap .navbox .header_btn_1{
  padding: 10px 0px;
  
}
.header-wrap .navbox .header_btn_1 a {
  position: relative;
  display: inline-block;
  background: #1652fd;
  padding: 0 8px;
  color: #ffffff;
  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 a span:before {
  position: relative;
  display: inline-block;
  padding-right: 7px;
}


.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: #097bc8;
}
.mobanner{
  display: none;
}

.subbannerbox-wrap {
  position: relative;
  
}

.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;
  background-position: center;
  padding-bottom: 7px;
}

.about-wrap {
  padding-top: 34px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.about-wrap .title{
  background: url('../image/about_title_bg.png');
  background-repeat: no-repeat;
  height: 117px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 23px;
}

.about-wrap .left{
  display: flex;
}

.text22 span{
  margin-bottom: 24px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}

.about-wrap #about-swiper{
  overflow: hidden;
  width: 748px;
  height: 444px;
  display: inline-block;
  -moz-box-shadow: 20px 20px  #dbdbdb; 
  box-shadow: 20px 20px  #dbdbdb;
}
.about-wrap .about-line{
  height: 110px;
  width: 25px;
  content: "";
  display: inline-block;
  background: #1652fd;
  margin-right: 8px;
}

.about-wrap .swiper-pagination{
  bottom: -50px;
}

.about-text .about-title{
  background: #dedede;
  text-align: center;
  padding: 30px 0;
}

.about-text .about-title p{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.about-text .about-title span{
  color: #000000;
  font-size: 14px;
  display: block;
  height: 20px;
  line-height: 1;
}

.about-content{
  padding: 38px 38px 35px;
}

.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;
}




.audio-wrap{
  padding: 30px 0;
}
.audio_row {
  justify-content: center;
  align-items: center;
}
.audio_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.audio_img .card{
  opacity: 1;
}
.audio_img::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #222;
  opacity: .6;
}
.image-frame-info {
  position: absolute;
  width: 100%;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: ease opacity 300ms 100ms;
  transition: ease opacity 300ms 100ms;
  align-items: center!important;
  top: 50%;
}

.image-frame-info  a {
  height: 95px;
  width: 95px;
  border-radius: 50%;
  text-align: center;
  line-height: 95px;
  background: #fff;
  font-size: 35px;
  padding-left: 10px;
  color: #484848;
  position: relative;
  z-index: 10;
}

.image-frame-info a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  -moz-animation: pulse-border-2 1.5s linear infinite;
  -o-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite; }
.image-frame-info a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: -1;
  opacity: 0;
  -webkit-animation: pulse-border 1s linear infinite;
  -moz-animation: pulse-border 1s linear infinite;
  -o-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite; 
}
  @keyframes pulse-border {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    100% {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3);
      opacity: 0; } }
  @keyframes pulse-border-2 {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    100% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0; } }


.yx-wrap {
  margin: 15px auto 65px;

}
.yx-wrap .container{
  padding: 0;
}


.business-wrap .business-swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.business-wrap .title{
  background: url('../image/business_title_bg.png');
  background-repeat: no-repeat;
  height: 117px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 23px;
}

.business-swiper .swiper-slide{
  background: #ffffff;
  position: relative;
}
.business-swiper .swiper-slide .protitle{
  position: absolute;
  left: 60px;
  top: 50px;
 
}
.business-swiper .swiper-slide .proimg{
  text-align: center;
}
.business-swiper .swiper-slide .promore{
  position: absolute;
  right: 58px;
  bottom: 35px;
  color: #525252;
  font-size: 14px;
}
.protitle .cntxt,.protitle .entxt{
  font-size: 18px;
  color: #525252;

}

.business-swiper .swiper-pagination{
  bottom: 20px;
}




.factory-wrap{
  margin-bottom: 20px;
}
.factory-wrap .title{
  background: url('../image/factory_title_bg.png');
  background-repeat: no-repeat;
  height: 117px;
  display: flex;
  align-items: flex-end;
}

.factory-wrap .i-btn-list li {
  float: left;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.factory-wrap .i-tit-btn{
  border-bottom: 1px solid #b0b0af;
  text-align: center;
  height: 46px;
  margin-bottom: 25px;
}
.factory-wrap .i-tit-btn .i-btn-list {
  overflow: hidden;
  display: inline-block;
}
.factory-wrap .i-tit-btn .i-btn-list li{
  margin-right: 30px;
 
}

.factory-wrap .i-tit-btn .i-btn-list .i-tit-on{
  border-bottom: 4px solid #363636;
}

.factory-list {
  display: none;
}
.factory-list.on {
  display: block;
}
.factory-list ul{
  margin-bottom: 30px;
}

.factory-list ul li{
  float: left;
  width: 24%;
  text-align: center;
  margin-right: 1%;
  margin-bottom: 7px;
}



.news-wrap{
  background: url('../image/news_wrap_bg_pc.jpg');
  background-repeat: no-repeat;
}
.news-wrap .title{
  background: url('../image/news_title_bg.png');
  background-repeat: no-repeat;
  height: 117px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 23px;
}

.list-box{
  padding: 0px 70px 80px;
}
.list-box .item {
  margin-top: 20px;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.list-box .item:hover{
  background-color: #1652fd;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.list-box .item:hover .date h1,.list-box .item:hover .date p,.list-box .item:hover .sub-title,.list-box .item:hover .desc{
 color: #ffffff;
 
}

.list-box .item .date{
  border-bottom: 1px solid #acacac;
  padding: 20px 0;
}
.list-box .item .date h1{
  font-size: 30px;
  color: #525253;
  font-weight: bold;
}
.list-box .item .date p{
  font-size: 14px;
  color: #525253;
}
.list-box .item .sub-title{
  font-size: 18px;
  padding: 20px 0;
  color: #525253;
  font-weight: bold;
  
}
.list-box .item .desc{
  font-size: 12px;
  color: #525253;
  line-height: 1.5;
  padding: 8px 0;
}
.content-wrap{
  padding: 35px 0;
}

.content-wrap .list-box {
  padding: 0;
}
.content-wrap .content {
    margin-bottom: 20px;
}

.column-nav {
  text-align: center;
  padding: 10px 0;
}
.column-nav li {
  display: inline-block;
}
.column-nav li a:hover, .column-nav li a:active, .column-nav li.active a {
  color: #0a6bda;
}
.column-nav li a {
  display: inline-block;
  padding: 10px 10px;
  color: #000000;
}

.footer {
  background: #d8d8d8;
  padding: 45px 0;
}
.footer .footer-logo{
  display: flex;
  align-items: center;
  justify-content: center
}
.footer .footer-nav-list a{
  color: #767676;
  font-size: 18px;
}
.footer .footer-contact-list li{
  color: #767676;
  font-size: 18px;
}
.copyright{
  background: #bfbfbf;
  text-align: center;
  color: #767676;
  font-size: 14px;
}


.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
  margin-bottom: 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: #ca2424;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #ca2424;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}


.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{
	
	
	
}
.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;
}


.product-list .protitle{
  position: absolute;
  left: 60px;
  top: 50px;
 
}
.product-list{
  padding: 20px 0;
}
.product-list .item{
  padding: 0 10px 10px;
  position: relative;
  display: inline-block;
}
.product-list .proimg{
  text-align: center;
  overflow: hidden;
  background: #0b5bee;
}
.product-list .promore{
  position: absolute;
  right: 58px;
  bottom: 35px;
  color: #525252;
  font-size: 14px;
}
.product-list .protitle .cntxt,.protitle .entxt{
  font-size: 18px;
  color: #525252;

}
.product-list .item div.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 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: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;
}





#allmap {
  width: 100%;
  height: 368px;
  border: 1px solid #ccc;
}
.contact_row{
  padding-top: 35px;
  padding-bottom: 35px;
}
.contact_text {
  line-height: 2;
}
.contact_text .h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.contact_ewm {
  overflow: hidden;
  margin-top: 30px;
}
.contact_ewm img {
  float: left;
  max-width: 140px;
  margin-right: 20px;
  border: 1px solid #eaeaea;
}

.contact_row .contact_left {
  margin-bottom: 20px;
}

.contact_t2{
  margin: 10px auto 20px;
}
.contact_t2 .ch_txt{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.contact_t2 .en_txt{
  color: #000000;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

@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) {
  .auto-container{
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-wrap .about-line{
    display: none;
  }
  .contact_con .contact_con_txt .contact_l {
    font-size: 13px;
    line-height: 24px;
    width: 72%;
  }
  .contact_con .contact_con_txt .contact_l ul li {
      width: 100%;
      margin-right: 0;
  }

  .contact_con .contact_con_txt .contact_r {
    width: 26%;
    font-size: 13px;
  }

  .factory-list ul li{
    width: 49%;
  }
  .factory-list ul li:nth-child(2n){
    margin-left: 1%;
    margin-right: 0;
  }
  .factory-wrap .i-tit-btn .i-btn-list li:last-child{
    margin-left: 30px;
    margin-right: 0;
  }
 
}
@media (max-width: 576px){

  .mobanner{
    display: block;
  }
  .pcbanner{
    display: none;
  }
  .header-wrap .navbox{
    padding: 5px 0;
   
  }
  .header-wrap .navbox .logobox{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-wrap .navbox .logobox img{
    height: 40px;
  }
  .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: 58px;
  }

  .news-wrap .title{
    background-size:contain;
    height: 78px;
  }
  .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;
  }

  .subbannerbox-wrap .sub-title .text22{
    height: 45px;
    background-size: contain;
    align-items: flex-end;
  }
  .sub-title .text22 span{
    margin-bottom: 0;
  }

  .copyright{
    font-size: 12px;
  }

}