.h2title {
  display: block;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 65px;
}
.about-profile{
	margin-top: 60px;
}
.about-profile .desc{
	font-size: 16px;
	line-height: 2.1;
}
.about-profile .pem{
	text-indent: 2em;
}
.about-history{
	margin-top: 50px;
}
.about-culture{
	display: block;
	width: 100%;
	padding: 0 20px;
}
.about-culture .desc{
	padding: 35px 0;
	font-size: 16px;
	line-height: 2.1;
	text-indent: 2em;
}
.about-culture .text{
	font-size: 18px;
	line-height: 2.6;
}
.about-culture .text p{
	width: 100%;
	justify-content: space-between;
}
.about-culture .text p strong{
	flex: 0 0 90px;
	width: 90px;
}
.about-culture .text p span{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
}
.about-style{
	display: block;
	margin-top: 40px;
}
.about-style .pic{
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 15px 15px 15px;
	margin-bottom: 30px;
	border-radius: 10px;
	background-color: #2c75d5;
}
.about-style .pic img{
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	margin-bottom: 10px;
}
.about-style .pic span{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.about-box{
	display: block;
	margin-top: 20px;
}
.about-title{
	display: block;
	font-size: 28px;
	padding: 15px 20px;
	text-align: left;
	color: #00a1e9;
	border-bottom: 1px solid #CCC;
}
.aboutbox{
  display: block;
  width: 100%;
  /* padding-top: 75px; */
  padding-bottom: 110px;
  background-color: #FFFFFF;
}
.honor-list{
	display: block;
	margin-top: 40px;
}
.honor-list .pic{
	width: 318px;
	height: 425px;
	margin-bottom: 45px;
	cursor: pointer;
}
.honor-list .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.factory-list{
	display: block;
	margin-top: 40px;
}
.factory-list .pic{
	width: 100%;
	height: 280px;
	margin-bottom: 30px;
	cursor: pointer;
}
.factory-list .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .aboutbox.bg{
  background-color: #f6f6f6;
} */
/*.about-title{
    display: block;
    text-align: center;
    font-size: 48px;
    padding-bottom: 60px;
}*/
.ahonour-box{
  display: block;
  width: 1500px;
  min-height:550px;
  position: relative;
}
.ahonour-list{
  display: block;
  width: 100%;
  min-height:520px;
  padding-top: 24px;
  position: relative;
  list-style: none;
  overflow: hidden;
  z-index: 1;
}
.ahonour-list .swiper-slide{
  display: block;
  width: 300px;
  height: auto;
  cursor: pointer;
  position: relative;
  padding: 22px 22px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.ahonour-list .swiper-slide:hover{

}
.ahonour-list .swiper-slide .pic{
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: auto;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
}
.ahonour-list .swiper-slide img{
  display: block;
  width: 100%;
  max-height: auto;
}
.ahonour-list .swiper-slide .title{
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  height: 46px;
  text-align: center;
  margin-top: 10px;
}
.ahonour-list .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:0px;
}
.ahonour-list .swiper-pagination-bullet{
  background: #E0E0E0;
  width:10px;
  height:10px;
  border-radius:50%;
  opacity:0.7;
  border:none;
  margin: 0 8px !important;
}
.ahonour-list .swiper-pagination-bullet-active{
  background: #207cff;
  opacity: 1;
  border:none;
}
.ahonour-box .swiper-button-prev{
  left: -78px;
  top: 45%;
}
.ahonour-box .swiper-button-next{
  right: -78px;
  top: 45%;
}
.swiper-button-prev,.swiper-button-next{
  width: 46px;
  height: 46px;
  margin-top: -20px;
  border-radius: 50%;
  border: 1px solid #999999;
}
.swiper-button-prev{
  left: 0px;
}
.swiper-button-next{
  right: 0px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #999999;
  font-size: 18px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
  background: #3399ff;
  border: none;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
  color: #FFFFFF;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.ahonour-box {
    display: block;
	width:83.33333333333333vw;
	min-height:30.55555555555556vw;
}
.ahonour-list {
	min-height:28.88888888888889vw;
	padding-top:0.5555555555555556vw;
}
.ahonour-list .swiper-slide {
	width:16.666666666666668vw;
	padding:1.2222222222222223vw 1.2222222222222223vw;
	border-radius:0.5555555555555556vw;
}
.ahonour-list .swiper-slide .pic {
	border-radius:0.2222222222222222vw;
}
.ahonour-list .swiper-slide .title {
	font-size:0.8888888888888888vw;
	line-height:1.2777777777777777vw;
	height:2.5555555555555554vw;
	margin-top:0.5555555555555556vw;
}
.ahonour-list .swiper-pagination-bullet {
	width:0.5555555555555556vw;
	height:0.5555555555555556vw;
	margin:0 0.4444444444444444vw !important;
}
.ahonour-box .swiper-button-prev {
	left:-4.333333333333333vw;
}
.ahonour-box .swiper-button-next {
	right:-4.333333333333333vw;
}
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.h2title {
    padding-top: 18px;
    padding-bottom: 25px;
}
.aboutbox {
    padding-top: 35px;
    padding-bottom: 35px;
}
.ahonour-box{
  width: 92%;
  min-height: 520px;
	overflow: hidden;
}
.ahonour-list {
    min-height: 500px;
    padding-top: 10px;
}
.about-title {
    padding: 15px 0px;
    font-size: 22px;
}
.about-profile .desc {
    font-size: 15px;
    line-height: 2;
}
.about-culture {
    padding: 0 0px;
}
.about-culture .text {
    font-size: 16px;
    line-height: 2.2;
}
.about-style .pic img {
    height: 200px;
}
.factory-list {
    margin-top: 20px;
}
.honor-list .pic {
    margin: 0 auto 35px;
}
}