/**
 * This is variable
 **/
.about-profile {
  position: relative;
  padding: 80px 0 200px;
  background: url(img/about-1.png) center bottom no-repeat #ffffff;
}
@media (max-width: 1200px) {
  .about-profile {
    padding: 30px 0 80px;
    background-size: 60%;
  }
}
.about-profile .contain {
  position: relative;
}
.about-profile .contain .context {
  position: relative;
  margin: 0 150px;
  text-align: justify;
}
@media (max-width: 1200px) {
  .about-profile .contain .context {
    margin: 0;
  }
}
.about-data {
  position: relative;
  padding: 100px 0;
  background: url(img/about-2.jpg) center center no-repeat #184bc7;
  background-size: cover;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .about-data {
    padding: 50px 0;
  }
}
.about-data .contain .list {
  display: flex;
}
@media (max-width: 1200px) {
  .about-data .contain .list {
    display: block;
  }
}
.about-data .contain .item {
  flex: 1;
  padding: 0 0 0 50px;
}
@media (max-width: 1200px) {
  .about-data .contain .item {
    float: left;
    width: 50%;
    padding: 0 0 30px 15px;
  }
}
.about-data .contain .item dt {
  height: 80px;
  line-height: 80px;
}
@media (max-width: 1200px) {
  .about-data .contain .item dt {
    height: 50px;
    line-height: 50px;
  }
}
.about-data .contain .item dt span {
  font-size: 4em;
  font-family: 'avant45';
}
@media (max-width: 1200px) {
  .about-data .contain .item dt span {
    font-size: 2.6em;
  }
}
.about-data .contain .item dt sub {
  font-size: 1.5em;
  vertical-align: 8px;
}
@media (max-width: 1200px) {
  .about-data .contain .item dt sub {
    font-size: 1.2em;
    vertical-align: 2px;
  }
}
.about-data .contain .item dt sup {
  font-size: 2.2em;
  position: relative;
  top: -20px;
}
@media (max-width: 1200px) {
  .about-data .contain .item dt sup {
    font-size: 1.5em;
    top: -15px;
  }
}
.about-data .contain .item dd {
  height: 40px;
  line-height: 40px;
}
@media (max-width: 1200px) {
  .about-data .contain .item dd {
    height: 30px;
  }
}
.about-data .contain .item dd span {
  font-size: 1.4em;
}
@media (max-width: 1200px) {
  .about-data .contain .item dd span {
    font-size: 1em;
  }
}
.about-honor {
  position: relative;
  padding: 50px 0 20px;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .about-honor {
    padding: 30px 0 0;
  }
}
.about-honor .swiper {
  position: relative;
}
@media (max-width: 1200px) {
  .about-honor .swiper {
    padding: 0 40px;
  }
}
.about-honor .swiper .swiper-container {
  padding: 5px 0 0;
}
.about-honor .swiper .swier-button .prev,
.about-honor .swiper .swier-button .next {
  position: absolute;
  top: 50%;
  z-index: 5;
  padding: 10px;
  margin-top: -50px;
}
.about-honor .swiper .swier-button .prev::before,
.about-honor .swiper .swier-button .next::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(icon/icon-prev.png) center center no-repeat;
  background-size: contain;
}
.about-honor .swiper .swier-button .prev {
  left: -10px;
}
.about-honor .swiper .swier-button .next {
  right: -10px;
}
.about-honor .swiper .swier-button .next::before {
  background-image: url(icon/icon-next.png);
}
.about-honor .swiper .cell {
  transition: transform 0.3s ease;
}
@media (min-width: 1200px) {
  .about-honor .swiper .cell:hover {
    transform: translateY(-5px);
  }
}
.about-honor .swiper .cell .weui-cover {
  margin: 0 0 10px;
}
.about-honor .swiper .cell .weui-cover .img {
  padding: 0 0 66.28%;
}
.about-honor .swiper .cell .label .title h3 {
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about-activity {
  position: relative;
  padding: 0 0 20px;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .about-activity {
    padding: 30px 0 20px;
  }
}
.about-activity .swiper .swiper-pagination {
  position: relative;
  padding: 5px 0 0;
}
.about-activity .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}
.about-activity .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}
.about-activity .swiper .cell {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
@media (min-width: 1200px) {
  .about-activity .swiper .cell:hover .weui-cover .img img {
    transform: scale(1.05);
  }
  .about-activity .swiper .cell:hover .label {
    background: rgba(45, 111, 251, 0.3);
  }
}
.about-activity .swiper .cell .weui-cover .img {
  padding: 0 0 66.28%;
}
.about-activity .swiper .cell .label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 111, 251, 0.5);
  transition: background 0.3s ease;
}
@media (max-width: 1200px) {
  .about-activity .swiper .cell .label {
    top: auto;
  }
}
.about-activity .swiper .cell .label .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
@media (max-width: 1200px) {
  .about-activity .swiper .cell .label .title {
    position: relative;
    padding: 15px 20px;
  }
}
.about-activity .swiper .cell .label .title h3 {
  line-height: 1.1;
  font-size: 1.4em;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .about-activity .swiper .cell .label .title h3 {
    font-size: 1.1em;
    text-align: left;
  }
}
.about-env {
  position: relative;
  padding: 0 0 100px;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .about-env {
    padding: 0 0 50px;
  }
}
.about-env .contain {
  display: flex;
}
@media (max-width: 1200px) {
  .about-env .contain {
    display: block;
  }
}
.about-env .contain .swiper2 {
  flex: 2;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.about-env .contain .swiper2 .swiper-button-prev,
.about-env .contain .swiper2 .swiper-button-next {
  visibility: hidden;
}
@media (min-width: 1200px) {
  .about-env .contain .swiper2:hover .swiper-button-prev,
  .about-env .contain .swiper2:hover .swiper-button-next {
    visibility: visible;
  }
}
.about-env .contain .swiper2 .cell {
  position: relative;
  background: #eeeeee;
}
.about-env .contain .swiper2 .cover .img {
  position: relative;
  padding: 0 0 66.66%;
}
.about-env .contain .swiper2 .cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-env .contain .swiper2 .exp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}
.about-env .contain .swiper2 .exp h3 {
  line-height: 30px;
  color: #ffffff;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-env .contain .video {
  flex: 2;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.about-env .contain .video .cover {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .about-env .contain .video .cover:hover img {
    transform: scale(1.1);
  }
}
.about-env .contain .video .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.about-env .contain .video .cover .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(icon/icon-play.png) center center no-repeat rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .about-env .contain .video .cover .play {
    background-size: 50px;
  }
}
.about-env .contain .rt {
  flex: 1;
  position: relative;
  margin: 0 0 0 20px;
}
@media (max-width: 1200px) {
  .about-env .contain .rt {
    margin: 0;
  }
}
.about-env .contain .group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(50% - 10px);
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .about-env .contain .group {
    position: relative;
    height: auto;
    margin: 10px 5px 0 0;
  }
}
.about-env .contain .group + .group {
  top: auto;
  bottom: 0;
}
@media (max-width: 1200px) {
  .about-env .contain .group + .group {
    margin: 10px 0 0 5px;
  }
}
.about-env .contain .group .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .about-env .contain .group .list {
    position: relative;
    height: auto;
    padding: 0 0 66.66%;
  }
}
.about-env .contain .group .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.about-env .contain .group .item.is-active {
  z-index: 5;
}
.about-env .contain .group .item.is-show {
  z-index: 4;
}
.about-env .contain .group .cell {
  position: relative;
}
.about-env .contain .group .img {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .about-env .contain .group .img:hover img {
    transform: scale(1.05);
  }
}
.about-env .contain .group .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.about-env .contain .swiper {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin: 15px 0 0;
}
.about-env .contain .swiper .swiper-pagination {
  position: relative;
}
.about-env .contain .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}
.about-env .contain .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
}
.about-env .contain .swiper .cell {
  position: relative;
}
.about-env .contain .swiper .img {
  position: relative;
  overflow: hidden;
  padding: 0 0 66.66%;
}
@media (min-width: 1200px) {
  .about-env .contain .swiper .img:hover img {
    transform: scale(1.05);
  }
}
.about-env .contain .swiper .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
