.wrap2{  
  max-width: 1330px;
  width: 70%;
  margin: 90px auto 0;
}
.about1 .left{     
  width: 44%;
}
.about1 .right{  
  width: 52.5%;
  margin-left: 3.5%;
}
#about1 .swiper-pagination {
  position: relative;
  height: 40px;
  width: 100%;
  bottom: 0;
  text-align: left;
}
#about1 .swiper-pagination-bullet {
  width: 29%;
  margin-right: 3%;
  margin-left: 0;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  border: solid 1px #000;
  background: #fafafa;
  border-radius: 20px;
  color: #000;
  opacity: 0.9;
}
#about1 .swiper-pagination-bullet-active {
  color: #fff;
  background: #0074ce;
  border-color:#0074ce;
}
#about1 .showTitle {
  font-size: 72px;
  color: #ececec;
  line-height: 1;
}
#about1 .content {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7;
  overflow-y: auto;
  height: 312px;
}


.about2 .content {
  margin-top: 40px;
  line-height: 2.2;
  font-size: 20px;
  color: #555;
  margin-bottom: 46px;
}
.about2 .img {
  max-width: 1490px;
  width: 89%;
  margin: 0 auto;
}
.about2 img {
  width: 100%;
}





#control {
  height: 79px;
  border-bottom: solid 1px #dedede;
}

#control .year {
  display: inline-block;
  width: 120px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  color: #6e6e6e;
  font-size: 24px;
  cursor: pointer;
  position: relative;
}

#control .swiper-slide-thumb-active .year {
  color: #4764ff;
  font-size: 40px;
}

#control .swiper-slide-thumb-active .year::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #4764ff;
}

.buttons {
  margin: 50px 80px;
  position: relative;
}

.buttons .swiper-button-next::after, .buttons .swiper-button-prev::after {
  content: '';
}

.buttons .swiper-button-next, .buttons .swiper-button-prev {
  top: auto;
  bottom: -20px;
  width: 50px;
  height: 50px;
  border: 1px solid #555;
  margin-top: 0;
  background-size: 8px auto;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 30px
}

.buttons .swiper-button-prev {
  left: -60px;
  right: auto;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANAQMAAACuDL17AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjYGZgZ+BjkGGwYChgeADEFkA2H1CMGQAh0gKZhwBiRQAAAABJRU5ErkJggg==)
}

.buttons .swiper-button-prev:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANAQMAAACuDL17AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjYGZgZ+BjkGGwYChgeADEFkA2H1CMGQAh0gKZhwBiRQAAAABJRU5ErkJggg==)
}

.buttons .swiper-button-next {
  left: auto;
  right: -60px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANAQMAAACuDL17AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjOMDwgKGAwYJBhoGPgR2IZYDsAqDYAQBACQTsm03yKwAAAABJRU5ErkJggg==)
}

.buttons .swiper-button-next:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAANAQMAAACuDL17AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAB5JREFUCNdjOMDwgKGAwYJBhoGPgR2IZYDsAqDYAQBACQTsm03yKwAAAABJRU5ErkJggg==)
}

.buttons .swiper-button-next:hover, .buttons .swiper-button-prev:hover {
  border: 1px solid #0783f9;
  background-color: #0783f9;
  box-shadow: 0 4px 10px #b9ddf0
}

.buttons .swiper-button-disabled {
  opacity: 0;
}



.about5 .wrap {
  max-width: 1450px;
  width: 75.5%;
}
#honor{
  position: relative;
}
#honor .swiper {
  margin-top: 70px;
}
#honor .swiper-slide {
  border: 1px solid #ddd;
}
#honor .img {
  height: 445px;
}
#honor .img img{
  max-width: 100%;
  max-height: 100%;
}
#honor .swiper-slide h4 {
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid #ddd;
  text-align: center;
}
#honor .swiper-slide:hover h4 {
  background-color: #0074ce;
  line-height: 70px;
  color: #fff;
  border-top: 1px solid #cf010e;
}

#honor .swiper-button-next,#honor .swiper-button-prev{
  position: absolute;
  top: 50%;
  background-color: #0074ce;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
#honor .swiper-button-next.swiper-button-disabled, #honor .swiper-button-prev.swiper-button-disabled{
  display: none;
}
#honor .swiper-button-next::after,#honor .swiper-button-prev::after{
  font-family: swiper-icons;
  font-size: 32px;
  line-height: 1;  
  letter-spacing: 0;
}
#honor .swiper-button-next::after{
  content: 'next';
}
#honor .swiper-button-prev::after{
  content: 'prev';
}
#honor .swiper-button-next{
  left: auto;
  right:-55px;
}
#honor .swiper-button-prev{
  left:-55px;
  right: auto;
}

.about6 .content{
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: #f9f7f7;  
}
.about6 .left{
  width: 40%;
  padding:0 60px;
}
.about6 .left .logo6{
  margin-top: 80px;
}
.about6 .left .title{
  margin-top: 40px;
  font-size: 20px;
}
.about6 .left .flex-yc{
  margin-top: 40px;
}
.about6 .left .flex-yc .img{
  margin-right: 20px;
}
.about6 .left .flex-yc span{
  flex: 1;
}

#map{
  flex: 1;
  height:567px;
  font-size:12px;
}
