.main_content {
  padding-bottom: .933333rem;
}

.main_content .banner {
  width: 100%;
  height: 1.96rem;
}

#aboutUs {
  padding: 0.6933rem 0.5333rem;
}

#aboutUs h4 {
  font-size: 0.48rem;
}

#aboutUs p {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin: 0.4533rem 0 0.72rem 0;
}

#aboutUs video {
  width: 100%;
  height: 5.3067rem;
  border-radius: 0.0267rem;
  border: solid 1px #707070;
}

.other_companys {
  background: #e6e6e6;
  padding: 0.5333rem 0.5333rem 1.0667rem 0.5333rem;
}

.other_companys h4 {
  font-size: 0.48rem;
  padding-bottom: 0.1333rem;
}

.other_companys ul li {
  width: 6.2667rem;
  margin: .4rem auto 0 auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 0.24rem 0px rgba(43, 43, 43, 0.32);
	        box-shadow: 0px 0px 0.24rem 0px rgba(43, 43, 43, 0.32);
	border: solid 1px #a0a0a0;
}

.other_companys ul li img {
  width: 100%;
	height: 2.6667rem;
}

.other_companys ul li h6 {
  height: 1.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.other_companys ul li h6 img {
  height: 0.6933rem;
  width: 0.6933rem;
  margin-right: 0.2133rem;
}

.other_companys ul li h6 span {
  font-size: 0.4rem;
}

.other_companys ul li p {
  padding: 0 0.2667rem 0.4rem 0.2667rem;
  font-size: 0.32rem;
  line-height: 0.4267rem;
}

.other_companys ul li a {
  display: block;
  border-radius: 0.0667rem;
  border: solid 0.9975px #707070;
  width: 1.64rem;
  height: 0.56rem;
  line-height: 0.56rem;
  margin: 0 auto 0.48rem auto;
  font-size: 0.3733rem;
  text-align: center;
}

#company_culture h4{
  font-size: 0.48rem;
  padding: 0.5867rem 0 0.6667rem 0; 
}

#company_culture ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#company_culture ul li {
  width: 3.8133rem;
  padding-bottom: .586667rem;
}

#company_culture ul li h6 {
  font-size: 0.32rem;
  text-align: center;
}

#company_culture ul li img {
  width: 100%;
  height: 1.7067rem;
  margin: 0.2667rem 0;
}

#company_culture ul li p {
  font-size: 0.32rem;
  color: rgba(0, 0, 0, 0.76);
}

#company_develop {
  padding: 0.56rem 0;
  background: #e6e6e6;
}

#company_develop h4 {
  font-size: 0.48rem;
  padding-left: 0.5333rem;
}

#swiper-history {
  width: 100%;
  position: relative;
}

#swiper-history .swiper-container {
  height: 6.4rem;
}

#swiper-history .long-line {
  height: 3.2rem;
  border-bottom: 0.0533rem solid #007aff;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#swiper-history .swiper-slide span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

#swiper-history .swiper-slide .detail {
  color: #444;
  position: absolute;
  top: 3.6667rem;
  opacity: 0;
  font-size: 0.24rem;
  padding: 0 1rem;
  line-height: 0.32rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swiper-history .swiper-slide .date {
  height: 0.2667rem;
  line-height: 0.2667rem;
  top: 2.8333rem;
  color: #007aff;
  opacity: 0;
  font-size: 0.24rem;
}

#swiper-history .swiper-pagination-bullets {
  white-space: nowrap;
  width: auto;
  top: 3.05rem;
  height: 0.36rem;
  line-height: 0.36rem;
}

#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

#swiper-history .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #007aff;
  opacity: 1;
  line-height: 0.1867rem;
  width: 0.1867rem;
  height: 0.1867rem;
  vertical-align: middle;
}

#swiper-history .swiper-pagination-bullet-active {
  background: #007aff;
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
}

#swiper-history .swiper-pagination-bullet-active:after {
  content: '';
  background: #007aff;
  width: 0.16rem;
  height: 0.16rem;
  border: 0.0267rem solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.0533rem;
  left: 0.0633rem;
  z-index: 100;
}

#swiper-history .swiper-button-next,
#swiper-history .swiper-button-prev {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
}

#swiper-history .swiper-button-prev {
  background: url('../img/arrow_left.png') center no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  top: 40%;
}

#swiper-history .swiper-button-next {
  background: url('../img/arrow_right.png') center no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  top: 40%;
}

#company_quality {
  padding: 0.6133rem 0 1.466667rem 0;
}

#company_quality h4 {
  font-size: 0.48rem;
  padding-left: 0.5333rem;
}

#swiper-quality {
  height: 6.88rem;
  width: 100%;
  position: relative;
  margin-top: .666667rem;
}

#swiper-quality .swiper-container,
#swiper-quality .swiper-slide {
  width: 100%;
  height: 100%;
}

#swiper-quality .swiper-slide img {
  display: block;
  width: 5.0267rem;
  height: 100%;
  margin: 0 auto;
}

#swiper-quality .swiper-button-prev1 {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  background: url('../img/arrow_left.png') center no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  top: 45%;
  left: 1.333333rem;
  z-index: 10;
}

#swiper-quality .swiper-button-next1 {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  background: url('../img/arrow_right.png') center no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  top: 45%;
  right: 1.333333rem;
  z-index: 10;
}

#company_friends h4 {
  font-size: 0.48rem;
  margin-bottom: 0.4rem;
}

#company_friends img {
  width: 100%;
	height: 4.8rem;
  margin-bottom: 1.3333rem;
}

#contact_us h4 {
  font-size: 0.48rem;
}

#allmap {
	width: 7.4rem;
  height: 4.56rem;
  margin: 0.6667rem auto;
  font-size: .426667rem;
}

#contact_us ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.32rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#contact_us ul li span:nth-child(1) {
  width: 2rem;
}

#contact_us ul li span:nth-child(2) {
  line-height: 0.4267rem;
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}