
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
  }
}
.p-title h2 {
  text-align: center;
  color: #222;
}
.p-title .line {
  width: 40px;
  height: 2px;
  background: #144390;
  margin: 14px auto 0;
}
.brief {
  padding: 6vw 0 7.8vw;
  background:#fff url(../images/dac93c08-1ce4-4203-b708-406c51199a1a.jpg) no-repeat left bottom;
  background-size: contain;
}
.brief .con .left {
  float: left;
  width: 18%;
}
.brief .con .left h2 {
  text-align: right;
}
.brief .con .left .line {
  float: right;
  width: 40px;
  height: 2px;
  background: #144390;
  margin-top: 14px;
}
.brief .con .right {
  float: right;
  width: 71.5%;
}
.brief .con .right .text p {
  font-size: 18px;
  text-align: justify;
}
.brief .con .right .text p strong {
  font-size: 20px;
}
.brief .con .right .numCount {
  margin-top: 2vw;
}
.brief .con .right .numCount ul li {
  float: left;
  width: 33.3%;
  margin-top: 2vw;
}
.brief .con .right .numCount ul li .numCX {
  font-size: 58px;
  color: #144390;
}
.brief .con .right .numCount ul li .n {
  font-size: 48px;
  color: #144390;
  position: relative;
  top: -4px;
}
.brief .con .right .numCount ul li em {
  font-size: 36px;
  color: #144390;
  position: relative;
  top: -26px;
}
.brief .con .right .numCount ul li p {
  color: #999;
}
.social {
  background: #f5f5f5;
  padding: 5vw 0;
}
.social .con .social-list {
  margin-top: 3vw;
}
.social .con .social-list .swiper-container {
  padding-top: 70px;
  padding-bottom: 40px;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0px 10px 40px 0px rgba(160, 160, 160, 0.1);
  padding: 0 2.5% 30px;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .icons {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-shadow: 0px 10px 15px 0px rgba(196, 212, 229, 0.25);
  position: relative;
  margin: -70px auto 0;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .icons .tu {
  position: absolute;
  width: 48%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .icons .tu img {
  width: 100%;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .icons .tu.color {
  opacity: 1;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .icons .tu.white {
  opacity: 0;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide h2 {
  margin-top: 20px;
  text-align: center;
  color: #111;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .line {
  width: 24px;
  height: 1px;
  background: #144390;
  margin: 14px auto;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide p {
  color: #666;
  text-align: center;
  line-height: 1.8;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide:hover .icons {
  background: #144390;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide:hover .icons .tu.color {
  opacity: 0;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide:hover .icons .tu.white {
  opacity: 1;
}
.social .con .social-list .swiper-container .swiper-wrapper .swiper-slide:hover h2 {
  color: #144390;
}
.history {
  padding: 120px 0 100px;
  background: url(../images/9b62d604-5c29-475f-99ac-5319e0efa855.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.history .con .title h2 {
  color: #fff;
}
.history .con .title .line {
  background: #fff;
}
.history .con .history-list {
  margin-top: 4.5vw;
  position: relative;
}
.history .con .history-list .left {
  float: left;
  width: 58.4%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.history .con .history-list .left .top-swiper {
  height: 45%;
}
.history .con .history-list .left .top-swiper .swiper-container {
  height: 100%;
}
.history .con .history-list .left .top-swiper .swiper-container .swiper-slide {
  height: 100%;
  position: relative;
}
.history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text h2 {
  font-size: 72px;
  color: #fff;
}
.history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text h2 span {
  font-size: 30px;
  margin-left: 16px;
}
.history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text .txt  {
  font-size: 16px;
  color: #fff;
  margin-top:15px;
}
.history .con .history-list .left .bottom-swiper .xian {
  width: 100%;
  height: 1px;
  background: rgba(229, 229, 229, 0.3);
  position: relative;
  top: 23px;
}
.history .con .history-list .left .bottom-swiper .swiper-container {
  padding-top: 16px;
}
.history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide {
  cursor: pointer;
}
.history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide h2 {
  padding-top: 50px;
  color: #d7d7d7;
  position: relative;
}
.history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 20px;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide h2:after {
  content: '';
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px dashed #fff;
  position: absolute;
  left: 3px;
  top: -16px;
}
.history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide h2:after {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide.active h2:before {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  background: #fff;
}
.history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide.active h2:after {
  opacity: 1;
}
.history .con .history-list .right {
  float: right;
  width: 41.6%;
  position: relative;
}
.history .con .history-list .right>img {
  width: 100%;
  animation:rotation 30s linear infinite;
                    -webkit-animation:rotation 30s linear infinite;
}

.history .con .history-list .right .tu {
  position: absolute;
  width: 82%;
   height: 0;
  padding-bottom:82%;
  border-radius: 50%;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.history .con .history-list .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  right: auto;
  left: 80px;
  top: auto;
  bottom: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .history-list .swiper-button-next:after {
  content: '>';
  font-size: 20px;
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .history-list .swiper-button-next:hover {
  background: #144390;
}
.history .con .history-list .swiper-button-next:hover:after {
  color: #fff;
}
.history .con .history-list .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: auto;
  bottom: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .history-list .swiper-button-prev:after {
  content: '<';
  font-size: 20px;
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .history-list .swiper-button-prev:hover {
  background: #144390;
}
.history .con .history-list .swiper-button-prev:hover:after {
  color: #fff;
}
.about-people {
  padding: 6vw 0;
}
.about-people .con .people-list {
  margin-top: 3vw;
}
.about-people .con .people-list .swiper-container {
  padding-bottom: 60px;
}
.about-people .con .people-list .swiper-container .swiper-slide .tu {
  height: 0;
  padding-bottom: 58%;
  border-radius: 12px;
  overflow: hidden;
}
.about-people .con .people-list .swiper-container .swiper-slide .tu img {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.about-people .con .people-list .swiper-container .swiper-slide h2 {
  text-align: center;
  margin-top: 20px;
}
.about-people .con .people-list .swiper-container .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.about-manage {
  padding: 5vw 0;
  background: url(../images/fe81d507-8386-49ca-8162-dbceda5551ba.jpg) no-repeat center center;
  background-size: cover;
}
.about-manage .con {
  overflow: inherit;
}
.about-manage .con .manage-list {
  margin-top: 4vw;
  position: relative;
}
.about-manage .con .manage-list .swiper-container {
  padding-top: 80px;
  padding-bottom: 60px;
}
.about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 8px;
  background: #f8f8f8;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
}
.about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .left {
  float: left;
  width: 44.6%;
  position: relative;
  height: 0;
  padding-bottom: 32%;
}
.about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .left img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .right {
  float: right;
  width: 55.4%;
  background: #fff;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .right .text {
  position: absolute;
  width: 68%;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .right .text h2 {
  font-weight: bold;
}
.about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .right .text h3 {
  color: #999;
}
.about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .right .text .txt {
  font-size: 18px;
  color: #777;
  text-align: justify;
  line-height: 1.8;
  margin-top: 6%;
}
.about-manage .con .manage-list .swiper-container .swiper-pagination {
  bottom: 0;
}
.about-manage .con .manage-list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d0d0d0;
  opacity: 1;
  margin: 0 6px;
}
.about-manage .con .manage-list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #144390;
}
.about-manage .con .manage-list .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  right: -90px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.about-manage .con .manage-list .swiper-button-next:after {
  content: '>';
  font-size: 20px;
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.about-manage .con .manage-list .swiper-button-next:hover {
  background: #144390;
}
.about-manage .con .manage-list .swiper-button-next:hover:after {
  color: #fff;
}
.about-manage .con .manage-list .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  left: -90px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.about-manage .con .manage-list .swiper-button-prev:after {
  content: '<';
  font-size: 20px;
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.about-manage .con .manage-list .swiper-button-prev:hover {
  background: #144390;
}
.about-manage .con .manage-list .swiper-button-prev:hover:after {
  color: #fff;
}
.about-map {
  padding: 6vw 0;
}
.about-map .con .about-wrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.about-map .con .about-wrapper ul li {
  cursor: pointer;
  position: relative;
  color: #999;
}
.about-map .con .about-wrapper ul li.active {
  font-size: 30px;
  color: #333;
}
.about-map .con .about-tu {
  margin-top: 4vw;
  border: 2px solid #efefef;
  border-radius: 6px;
  overflow: hidden;
}
.about-map .con .about-tu .left {
  float: left;
  width: 62.5%;
}
.about-map .con .about-tu .left #map {
  height: 480px;
}
.about-map .con .about-tu .right {
  float: right;
  width: 37.5%;
  height: 480px;
}
.about-map .con .about-tu .right .c-box {
  display: none;
  height: 100%;
}
.about-map .con .about-tu .right .c-box.active {
  display: block;
}
.about-map .con .about-tu .right .c-box ul {
  position: relative;
  height: 100%;
  padding: 10px 10%;
}
.about-map .con .about-tu .right .c-box ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20%;
}
.about-map .con .about-tu .right .c-box ul li img {
  width: 20px;
  margin-right: 16px;
}
.about-map .con .about-tu .right .c-box ul li p span {
  color: #333;
}
.about-map .con .about-tu .right .c-box ul li p a {
  color: #333;
}
.about-map .con .about-tu .right .c-box ul li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 1600px){
    .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide{
        padding: 0 2.5% 40px;
    }
}
@media screen and (max-width: 1440px) {
  .brief .con .right .text p {
    font-size: 16px;
  }
  .brief .con .right .numCount ul li .numCX {
    font-size: 54px;
  }
  .brief .con .right .numCount ul li .n {
    font-size: 44px;
  }
  .brief .con .right .numCount ul li p {
    font-size: 16px;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0 2% 30px;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .icons {
    width: 120px;
    height: 120px;
    margin: -60px auto 0;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide h2 {
    margin-top: 18px;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .line {
    margin: 12px auto;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 16px;
     height: 150px;
  }
  .history {
    padding: 100px 0 80px;
  }
  .history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text h2 {
    font-size: 62px;
  }
  .history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text h2 span {
    font-size: 26px;
    margin-left: 12px;
  }
  .history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text .txt p {
    font-size: 14px;
  }
  .history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide h2:after {
    width: 40px;
    height: 40px;
    left: 6px;
    top: -14px;
  }
  .history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide.active h2:before {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
  }
  .about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .right .text .txt {
    font-size: 16px;
  }
  .about-map .con .about-wrapper ul li.active {
    font-size: 24px;
  }
  .about-map .con .about-tu .left #map {
    height: 400px;
  }
  .about-map .con .about-tu .right {
    height: 400px;
  }
  .about-map .con .about-tu .right .c-box ul li p span {
    font-size: 16px;
  }
  .about-map .con .about-tu .right .c-box ul li p a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .brief .con .right .numCount ul li .numCX {
    font-size: 40px;
  }
  .brief .con .right .numCount ul li .n {
    font-size: 30px;
  }
  .brief .con .right .numCount ul li em {
    font-size: 30px;
    top: -16px;
  }
  .brief .con .right .numCount ul li p {
    font-size: 14px;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .icons {
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide h2 {
    margin-top: 14px;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide .line {
    margin: 10px auto;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide p {
      font-size: 14px;
     height: 120px;
  }
  .history {
    padding: 60px 0 50px;
  }
  .history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text h2 {
    font-size: 40px;
  }
  .history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text h2 span {
    font-size: 16px;
    margin-left: 10px;
  }
  .history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide h2:after {
    width: 30px;
    height: 30px;
    left: 11px;
    top: -10px;
  }
  .history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide.active h2:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  .about-manage .con .manage-list .swiper-button-next {
    display: none;
  }
  .about-manage .con .manage-list .swiper-button-prev {
    display: none;
  }
  .about-map .con .about-tu {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .brief .con .right .text p {
    font-size: 14px;
  }
  .brief .con .right .text p strong {
    font-size: 18px;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide {
     padding: 0 16px 30px;
  }
  .history .con .history-list .swiper-button-next {
    bottom: 20px;
    left: 60px;
  }
  .history .con .history-list .swiper-button-prev {
    bottom: 20px;
  }
}
@media screen and (max-width: 998px) {
  .p-title .line {
    width: 30px;
    margin: 10px auto 0;
  }
  .brief {
    padding: 40px 0;
  }
  .brief .con .left {
    width: 100%;
  }
  .brief .con .left h2 {
    font-size: 18px;
    text-align: center;
  }
  .brief .con .left .line {
    width: 30px;
    float: none;
    margin: 10px auto 0;
  }
  .brief .con .right {
    width: 100%;
    margin-top: 20px;
  }
  .brief .con .right .text p strong {
    font-size: 16px;
  }
  .brief .con .right .numCount ul li {
    width: 50%;
    margin-top: 20px;
  }
  .brief .con .right .numCount ul li .numCX {
    font-size: 30px;
  }
  .brief .con .right .numCount ul li .n {
    font-size: 24px;
    top: -2px;
  }
  .brief .con .right .numCount ul li em {
    font-size: 20px;
    top: -12px;
  }
  .social {
    padding: 40px 0;
  }
  .social .con .social-list {
    margin-top: 20px;
  }
  .social .con .social-list .swiper-container .swiper-pagination {
    bottom: 0;
  }
  .social .con .social-list .swiper-container .swiper-wrapper .swiper-slide p{
  	height: 100px;
  }
  .social .con .social-list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #144390;
  }
  .history {
    padding: 40px 0;
  }
  .history .con .history-list .left {
    width: 100%;
    position: relative;
  }
  .history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text h2 {
    font-size: 30px;
  }
  .history .con .history-list .left .top-swiper .swiper-container .swiper-slide .text h2 span {
    font-size: 14px;
    margin-left: 6px;
  }
  .history .con .history-list .left .bottom-swiper {
    padding: 0 40px;
    margin-top: 40px;
  }
  .history .con .history-list .left .bottom-swiper .xian {
    width: 120%;
    margin-left: -10%;
  }
  .history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide h2 {
    text-align: center;
    padding-top: 40px;
  }
  .history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide h2:after {
    left: 50%;
    margin-left: -15px;
  }
  .history .con .history-list .left .bottom-swiper .swiper-container .swiper-slide h2:before {
    left: 50%;
    margin-left: -6px;
  }
  .history .con .history-list .right {
    display: none;
  }
  .history .con .history-list .swiper-button-prev {
    width: 38px;
    height: 38px;
    bottom: 40px;
    background: #ffffff;
  }
  .history .con .history-list .swiper-button-prev:before {
    font-size: 18px;
  }
  .history .con .history-list .swiper-button-next {
    width: 38px;
    height: 38px;
    bottom: 40px;
    left: auto;
    right: 0;
    background: #ffffff;
  }
  .history .con .history-list .swiper-button-next:before {
    font-size: 18px;
  }
  .about-people {
    padding: 40px 0;
  }
  .about-people .con .people-list {
    margin-top: 30px;
  }
  .about-people .con .people-list .swiper-container {
    padding-bottom: 60px;
  }
  .about-people .con .people-list .swiper-pagination-bullet-active {
    background: #144390;
  }
  .about-manage {
    padding: 40px 0;
  }
  .about-manage .con .manage-list {
    margin-top: 20px;
  }
  .about-manage .con .manage-list .swiper-container {
    padding-bottom: 40px;
  }
  .about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .left {
    width: 100%;
    padding-bottom: 64%;
  }
  .about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .right {
    position: relative;
    width: 100%;
    padding: 20px;
  }
  .about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .right .text {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .about-manage .con .manage-list .swiper-container .swiper-wrapper .swiper-slide .right .text .txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .about-manage .con .manage-list .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .about-map {
    padding: 40px 0;
  }
  .about-map .con .about-wrapper {
    padding: 0;
  }
  .about-map .con .about-wrapper ul {
    flex-wrap: wrap;
  }
  .about-map .con .about-wrapper ul li {
    width: 50%;
    font-size: 14px;
    text-align: center;
  }
  .about-map .con .about-wrapper ul li.active {
    font-size: 16px;
  }
  .about-map .con .about-wrapper ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .about-map .con .about-tu {
    margin-top: 20px;
  }
  .about-map .con .about-tu .left {
    width: 100%;
  }
  .about-map .con .about-tu .left #map {
    height: 200px;
  }
  .about-map .con .about-tu .right {
    width: 100%;
    height: 300px;
  }
  .about-map .con .about-tu .right .c-box ul {
    padding: 10px 20px;
  }
  .about-map .con .about-tu .right .c-box ul li img {
    width: 18px;
    margin-right: 14px;
  }
  .about-map .con .about-tu .right .c-box ul li p span {
    font-size: 14px;
  }
  .about-map .con .about-tu .right .c-box ul li p a {
    font-size: 14px;
  }
}