.main {
  width: 100%;
  height: 100%;
  top: -30px;
  position: relative;
}
.main .top {
  position: relative;
  width: 100%;
  height: auto;
}
.main .top .banner {
  position: relative;
  width: 100%;
  height: auto;
}
.main .top .banner img {
  width: 100%;
  height: auto;
}
.main .top .banner .aabbb {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 888;
  width: auto !important;
  height: auto !important;
}
.main .content {
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .content h2 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #000;
}
.main .content .neccc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.main .content .neccc img {
  margin-bottom: 40px;
  width: 720px;
  height: 400px;
}
.main .content .neccc video {
  margin-bottom: 40px;
  width: 720px;
  height: 40px;
}
.main .content .neccc .btt {
  font-size: 20px;
  color: #666;
}
.main .content .neccc p {
  font-size: 15px;
  color: #666;
  max-width: 70%;
  text-align: center;
  margin-bottom: 40px;
  line-height: 40px;
}
.main .content .heng {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009E96;
}
.main .content .heng p {
  font-size: 20px;
  color: #fff;
  margin: 0 80px;
}
.main .content .lunbo {
  margin: 40px 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.main .content .lunbo .swiper-container {
  position: relative;
  width: 2500px;
  height: 600px;
}
.main .content .lunbo .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.main .content .lunbo .swiper-slide img {
  width: 100%;
}
.main .content .lunbo .swiper-button-next {
  right: 30%;
  width: 56px;
  height: 56px;
  background: url(../../img/zhengban/arrow_right.png) center no-repeat;
  background-size: 100% 100%;
}
.main .content .lunbo .swiper-button-next::after {
  display: none;
}
.main .content .lunbo .swiper-button-prev {
  left: 30%;
  width: 56px;
  height: 56px;
  background: url(../../img/zhengban/arrow_left.png) center no-repeat;
  background-size: 100% 100%;
}
.main .content .lunbo .swiper-button-prev::after {
  display: none;
}
.main .content .lunbo .swiper-slide-active,
.main .content .lunbo .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 99;
}
.main .content .lunbo .des {
  margin-top: 45px;
  width: 70%;
  height: auto;
}
.main .content .lunbo .des p {
  font-size: 16px;
  color: #9E9E9E;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  line-height: 30px;
}
.main .content .tupian {
  margin-top: 80px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .content .tupian p {
  font-size: 36px;
  color: #009E96;
  display: flex;
  align-items: baseline;
}
.main .content .tupian p span {
  color: #009E96;
  font-size: 60px;
}
.main .content .tupian img {
  width: 60%;
  height: auto;
}

/*# sourceMappingURL=about.css.map */
