.history {
  background: url(../img/about/history/tu_01.jpg) no-repeat center center;
  background-size: cover;
  padding: 5.5rem 0 34rem;
}
.history .con .left {
  float: left;
  width: 43.3%;
}
.history .con .left h2 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.history .con .left h2:after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url(../img/about/sign_text.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3rem;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.history .con .left .text p {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin-top: 2rem;
  text-align: justify;
}
.history .con .right {
  float: right;
  width: 50%;
}
.history .con .right .data-list {
  margin-top: 3rem;
}
.history .con .right .data-list ul li {
  float: left;
  width: 50%;
  padding-left: 12%;
}
.history .con .right .data-list ul li:not(:last-child) {
  border-right: 1px solid #999;
}
.history .con .right .data-list ul li .tu {
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
}
.history .con .right .data-list ul li .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history .con .right .data-list ul li .num {
  margin: 0.8rem 0 0.2rem;
}
.history .con .right .data-list ul li .num h2 {
  display: inline-block;
  font-size: 3.6rem;
  color: #004a92;
  font-family: Met-Bold;
}
.history .con .right .data-list ul li .num span {
  font-size: 1.5rem;
  color: #666;
  font-weight: bold;
  position: relative;
  top: -0.1rem;
}
.history .con .right .data-list ul li p {
  font-size: 0.9rem;
  color: #666;
}
.history-list {
  padding-top: 2.7rem;
  background: url(../img/about/history/bg.jpg) no-repeat left bottom;
  background-size: contain;
}
.history-list .con .history-top .swiper-container .swiper-wrapper {
  border-bottom: 2px solid #004a92;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  padding: 1.5rem 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide h3 {
  font-size: 0.8rem;
  color: #555;
  margin-top: 0.4rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide:last-child {
  border-right: 1px solid #f0f0f0;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide.active {
  background: #004a92;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide.active h2 {
  color: #fff;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide.active h3 {
  color: #fff;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide:hover {
  background: #004a92;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide:hover h2 {
  color: #fff;
}
.history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide:hover h3 {
  color: #fff;
}
.history-list .con .history-bottom {
  overflow: hidden;
}
.history-list .con .history-bottom .swiper-slide .left {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 3.5rem;
}
.history-list .con .history-bottom .swiper-slide .left img {
  width: 52%;
}
.history-list .con .history-bottom .swiper-slide .left p {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  margin-top: 1.6rem;
}
.history-list .con .history-bottom .swiper-slide .right {
  float: left;
  width: 70%;
  border-left: 1px solid #e3e3e3;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li {
  padding: 4rem 5.5rem 3rem;
  position: relative;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li:before {
  content: '';
  width: 3.9rem;
  height: 1rem;
  background: url(../img/about/history/tu_05.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -0.5rem;
  top: 5.7rem;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li > h2 {
  font-family: Met-Bold;
  font-size: 3rem;
  color: #ee0000;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li ul li {
  margin-top: 1rem;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li ul li .month {
  float: left;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  width: 10%;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li ul li .text {
  float: right;
  width: 90%;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li ul li .text p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #7d7d7d;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li ul li .text p img {
  max-width: 100%;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li:last-child {
  padding-bottom: 6rem;
}
.history-list .con .history-bottom .swiper-slide .right > ul > li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 30px 0;
    background: none;
  }
  .history .con .left {
    width: 100%;
  }
  .history .con .left h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .history .con .left h2:after {
    width: 14px;
    height: 14px;
    right: -20px;
  }
  .history .con .left .text p {
    font-size: 14px;
    margin-top: 10px;
  }
  .history .con .right {
    width: 100%;
  }
  .history .con .right .data-list ul li {
    padding: 0 20px;
  }
  .history .con .right .data-list ul li .tu {
    width: 36px;
    height: 36px;
    margin: 0 auto;
  }
  .history .con .right .data-list ul li .num {
    text-align: center;
  }
  .history .con .right .data-list ul li .num h2 {
    font-size: 30px;
  }
  .history .con .right .data-list ul li .num span {
    font-size: 16px;
  }
  .history .con .right .data-list ul li p {
    text-align: center;
    font-size: 14px;
  }
  .history-list {
    padding-top: 20px;
  }
  .history-list .con .history-top {
    padding: 0 40px;
    position: relative;
  }
  .history-list .con .history-top .swiper-container .swiper-wrapper {
    border-bottom: none;
  }
  .history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide {
    padding: 10px 0;
    background: #004a92 !important;
  }
  .history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 16px;
    color: #fff !important;
  }
  .history-list .con .history-top .swiper-container .swiper-wrapper .swiper-slide h3 {
    font-size: 14px;
    color: #fff !important;
  }
  .history-list .con .history-top .swiper-button-prev {
    width: 40px;
    height: 70px;
    background: #d8222a;
    left: -4px;
    top: 0;
    margin-top: 0;
  }
  .history-list .con .history-top .swiper-button-prev:before {
    content: '\e601';
    font-family: iconfont;
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 70px;
    left: 0;
    top: 0;
    color: #fff;
  }
  .history-list .con .history-top .swiper-button-next {
    width: 40px;
    height: 70px;
    background: #d8222a;
    right: -4px;
    top: 0;
    margin-top: 0;
  }
  .history-list .con .history-top .swiper-button-next:before {
    content: '\e683';
    font-family: iconfont;
    font-size: 30px;
    display: block;
    text-align: center;
    line-height: 70px;
    left: 0;
    top: 0;
    color: #fff;
  }
  .history-list .con .history-bottom .swiper-slide .left {
    width: 100%;
  }
  .history-list .con .history-bottom .swiper-slide .left img {
    width: 80px;
  }
  .history-list .con .history-bottom .swiper-slide .left p {
    display: none;
  }
  .history-list .con .history-bottom .swiper-slide .right {
    width: 100%;
    border-left: none;
  }
  .history-list .con .history-bottom .swiper-slide .right > ul > li {
    padding: 20px;
  }
  .history-list .con .history-bottom .swiper-slide .right > ul > li:before {
    display: none;
  }
  .history-list .con .history-bottom .swiper-slide .right > ul > li > h2 {
    font-size: 30px;
  }
  .history-list .con .history-bottom .swiper-slide .right > ul > li ul li .month {
    font-size: 14px;
    width: 14%;
  }
  .history-list .con .history-bottom .swiper-slide .right > ul > li ul li .text {
    width: 86%;
    position: relative;
    top: -2px;
  }
  .history-list .con .history-bottom .swiper-slide .right > ul > li ul li .text p {
    font-size: 14px;
  }
  .history-list .con .history-bottom .swiper-slide .right > ul > li:last-child {
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=about_history.css.map */