html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.l-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.l-title {
  padding-bottom: 0.7rem;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  color: #1a1a1a;
}
.l-title p {
  text-align: center;
  color: #505050;
  font-weight: 400;
  margin-top: 0px;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 0.46rem;
    line-height: 30px;
    font-weight: 400;
  }
}
body {
  background: #fff;
}
@media (max-width: 978px) {
  body {
    background: #fff;
  }
}
.banner {
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 60px;
}
.banner .banner-main {
  height: 400px;
  line-height: 500px;
  position: relative;
  padding-top: 0px;
  text-align: center;
}
.banner .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  text-align: center;
}
.banner .banner-info h1 {
  font-size: 0.42rem;
  line-height: 1;
  margin-bottom: 0.43rem;
  color: #010101;
  font-weight: 500;
}
.banner .banner-info p {
  background-image: linear-gradient(270deg, rgba(44, 198, 208, 0) 0%, #2cc6d0 50%, rgba(44, 198, 208, 0) 100%);
  font-size: 0.3rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  margin-bottom: 90px;
}
.banner .banner-info p:last-child {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  background: none;
  margin-bottom: 0px;
}
@media (max-width: 978px) {
  .banner {
    background: none;
  }
  .banner .l-container {
    padding: 0;
  }
  .banner .banner-main {
    height: auto;
    line-height: 0px;
    position: relative;
    padding-top: 0;
    text-align: center;
  }
  .banner .banner-main img {
    width: 100%;
  }
  .banner .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
    position: absolute;
    top: 62%;
    left: 50%;
    width: 335px;
    transform: translateX(-50%) translateY(-40%);
  }
  .banner .banner-info h1 {
    font-size: 24px;
    line-height: 30px;
    width: 300px;
    margin-bottom: 30px;
    display: inline-block;
  }
  .banner .banner-info p {
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    top: -135px;
  }
  .banner .banner-info p:last-child {
    font-size: 12px;
    line-height: 18px;
    top: -30px;
  }
  .banner .banner-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .banner .banner-img img {
    display: inline-block;
    width: 100%;
    max-width: 242px;
  }
}
.introduction {
  padding-bottom: 0;
}
.introduction .l-body .l-content-t {
  margin-bottom: 60px;
  text-align: center;
}
.introduction .l-body .l-content-t p {
  font-size: 18px;
  color: #505050;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0.19rem;
  text-align: left;
}
.introduction .l-body .l-content-b ul li {
  float: left;
  margin-right: 40px;
  width: calc( ( 100% - 40px ) / 2 );
  padding: 30px;
  background: url(../images/introduct-bg-01.png) center no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.introduction .l-body .l-content-b ul li:last-child {
  margin-right: 0;
  background: url(../images/introduct-bg-02.png) center no-repeat;
  background-size: cover;
}
.introduction .l-body .l-content-b ul li h3 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.19rem;
  text-align: left;
}
.introduction .l-body .l-content-b ul li p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  padding-top: 0.19rem;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 978px) {
  .introduction {
    padding-bottom: 0.8rem;
  }
  .introduction .l-title img {
    width: 454px;
  }
  .introduction .l-body .l-content-t {
    margin-bottom: 5px;
    text-align: center;
  }
  .introduction .l-body .l-content-t p {
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
  }
  .introduction .l-body .l-content-b ul li {
    float: left;
    margin-right: 0px;
    width: 100%;
    padding: 20px;
    background: url(../images/introduct-bg-01-mb.png) center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .introduction .l-body .l-content-b ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
    background: url(../images/introduct-bg-02-mb.png) center no-repeat;
    background-size: cover;
  }
  .introduction .l-body .l-content-b ul li h3 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
  }
  .introduction .l-body .l-content-b ul li p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
    padding-top: 10px;
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.gallery {
  background: #fafbff;
}
.gallery .l-title img {
  width: 260px;
}
.gallery .l-body {
  position: relative;
}
.gallery .l-body img {
  width: 100%;
}
.gallery .l-body .swiper-slide {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.gallery .l-body .swiper-slide .info-box {
  padding: 20px;
}
.gallery .l-body .swiper-slide .info-box h3 {
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 54px;
}
.gallery .l-body .swiper-slide .info-box p {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery .l-body .swiper-slide .info-box a {
  font-size: 16px;
  color: #32ced7;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.gallery .l-body .swiper-slide .info-box a img {
  width: 18px;
  height: 10px;
  margin-top: 7px;
  margin-right: 0;
  margin-left: 3px;
}
.gallery .l-body .swiper-slide .info-box a:hover img {
  animation: arrow 1s linear infinite;
}
.gallery .l-body .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: -70px;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
  background: url(../images/banner-arrow-l.svg);
  border-radius: 50%;
  transition: all 0.3s;
}
.gallery .l-body .swiper-button-prev:hover {
  background: url(../images/banner-arrow-l-h.svg) center center;
  background-size: 100% 100%;
}
.gallery .l-body .swiper-button-next {
  width: 40px;
  height: 40px;
  right: -70px;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
  border-radius: 50%;
  background: url(../images/banner-arrow-r.svg);
  transition: all 0.3s;
}
.gallery .l-body .swiper-button-next:hover {
  background: url(../images/banner-arrow-r-h.svg) center center;
  background-size: 100% 100%;
}
@media (max-width: 1400px) {
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .gallery {
    margin-bottom: 0px;
    padding-bottom: 80px;
  }
  .gallery .l-title {
    padding: 0 15px 30px;
  }
  .gallery .l-title img {
    width: 130px;
  }
  .gallery .l-container {
    padding: 0;
  }
  .gallery .l-body {
    position: relative;
  }
  .gallery .l-body img {
    width: 100%;
    overflow: hidden;
  }
  .gallery .l-body .swiper-wrapper {
    padding-left: 20px;
  }
  .gallery .l-body .swiper-slide {
    position: relative;
    width: 320px;
    box-shadow: 0px 5px 15px 0px rgba(239, 239, 239, 0.75);
    border-radius: 8px;
  }
  .gallery .l-body .swiper-slide .info-box {
    padding: 20px;
  }
  .gallery .l-body .swiper-slide .info-box h3 {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .gallery .l-body .swiper-slide .info-box p {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .gallery .l-body .swiper-slide .info-box a {
    font-size: 16px;
    color: #32ced7;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .gallery .l-body .swiper-slide .info-box a img {
    width: 18px;
    height: 10px;
    margin-top: 7px;
    margin-right: 0;
    margin-left: 3px;
  }
  .gallery .l-body .swiper-slide .info-box a:hover img {
    animation: arrow 1s linear infinite;
  }
  .gallery .l-body .swiper-button-prev {
    display: none;
  }
  .gallery .l-body .swiper-button-next {
    display: none;
  }
  .gallery .l-body .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: -30px;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #50617c;
    border-radius: 25px;
    margin: 0 8px;
    opacity: 1;
  }
  .gallery .l-body .swiper-pagination .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    background: #32ced7;
    border-radius: 25px;
    opacity: 1;
  }
}
.product {
  padding-bottom: 160px;
}
.product .img-box {
  font-size: 0;
  display: inline-block;
}
.product .img-box img {
  width: 100%;
}
.product .l-content-t {
  margin-bottom: 50px;
}
.product .l-content-t ul li {
  float: left;
  width: 25%;
  position: relative;
}
.product .l-content-t ul li h3 {
  font-size: 0.42rem;
  color: #2cc6d0;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
}
.product .l-content-t ul li p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.product .l-content-t ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 5px;
  width: 1px;
  opacity: 0.5;
  border: 1px solid #ddd;
}
.product .l-content-t ul li:last-child:after {
  display: none;
}
@media (max-width: 978px) {
  .product {
    background: #fff;
    padding-bottom: 50px;
  }
  .product .pc {
    display: none;
  }
  .product .l-container {
    padding-left: 0;
    padding-right: 0;
  }
  .product .l-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product .img-box {
    display: none;
  }
  .product .mb {
    display: block;
  }
  .product .img-box div {
    display: none;
  }
  .product .l-content-t {
    margin-bottom: 0px;
  }
  .product .l-content-t ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    position: relative;
  }
  .product .l-content-t ul li:nth-child(3),
  .product .l-content-t ul li:nth-child(4) {
    margin-bottom: 30px;
  }
  .product .l-content-t ul li h3 {
    font-size: 0.42rem;
    color: #2cc6d0;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .product .l-content-t ul li p {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
  }
  .product .l-content-t ul li:after {
    display: none;
  }
  .product .l-content-t ul li:last-child:after {
    display: none;
  }
  .product .product-tab {
    width: 100%;
    padding-top: 20px;
  }
  .product .product-tab .tab_btn {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -100px;
    padding-left: 20px;
    overflow: hidden;
    height: 53px;
  }
  .product .product-tab .tab_btn li {
    width: auto !important;
    float: left;
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    font-weight: 400;
    margin-right: 30px;
  }
  .product .product-tab .tab_btn li h3 {
    padding-bottom: 20px;
    display: inline-block;
    padding-top: 23px;
    position: relative;
  }
  .product .product-tab .tab_btn li h3 i {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
  }
  .product .product-tab .tab_btn .active h3 {
    color: #222222;
    position: relative;
  }
  .product .product-tab .tab_btn .active h3:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 3px;
    background: #2cc6d0;
  }
  .product .product-tab .scroll-tab {
    overflow-x: scroll;
  }
  .product .product-tab .scroll-tab::-webkit-scrollbar {
    display: none;
  }
  .product .product-tab .scroll-tab .tab_btn {
    visibility: visible;
    opacity: 1;
    top: 0;
    width: 610px;
  }
  .product .product-tab .scroll-tab .tab_btn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100% 100% !important;
    margin-right: 5px;
    vertical-align: text-top;
    margin-top: 2px;
  }
  .product .product-tab .tab_item {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -30px;
  }
  .product .product-tab .tab_item li {
    width: 100%;
  }
  .product .product-tab .tab_item li span {
    float: left;
    width: calc(( 100% - 16px ) / 3 );
    margin-right: 8px;
    margin-bottom: 8px;
    font-style: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    overflow: hidden;
  }
  .product .product-tab .tab_item li span:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-tab .tab_item li span img {
    display: inline-block;
    width: 100%;
  }
  .product .l-btn {
    margin-top: 20px;
    display: none;
  }
}
.history {
  background: url(../images/history-bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: -65px;
  padding-top: 130px;
}
.history .l-container {
  position: relative;
}
.history .history-list ul {
  border-bottom: 1px solid #505050;
  margin-bottom: 45px;
  padding: 0 40px;
}
.history .history-list ul li {
  float: left;
  width: calc(100% / 10);
  text-align: center;
  position: relative;
}
.history .history-list ul li h3 {
  font-size: 18px;
  color: #505050;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.history .history-list ul li p {
  font-size: 14px;
  color: #c6deff;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.history .history-list ul li span {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2cc6d0;
  border: 3px solid #edf7f7;
  transition: all 0.3s;
  cursor: pointer;
}
.history .history-list ul li::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin-left: -6px;
  width: 14px;
  height: 10px;
  transition: all 0.3s;
  opacity: 0;
}
.history .history-list ul li.active::after {
  opacity: 1;
}
.history .history-list ul li.active h3,
.history .history-list ul li.active p {
  color: #2cc6d0;
}
.history .history-list ul li.active span {
  background: #ffffff;
  border: 3px solid #2cc6d0;
}
.history .swiper-history {
  background: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(72, 133, 215, 0.2);
  border-radius: 8px;
}
.history .swiper-history ul {
  padding: 55px 60px 60px 60px;
  min-height: 85px;
  background: url(../images/history-info-bg.png) center no-repeat;
  background-size: cover;
}
.history .swiper-history ul li {
  position: relative;
  box-sizing: border-box;
}
.history .swiper-history ul li::after {
  content: "";
  width: 1px;
  height: 94px;
  opacity: 0.3;
  border: 1px solid #192967;
  position: absolute;
  right: 0;
  top: 0;
}
.history .swiper-history ul li:last-child::after {
  display: none;
}
.history .swiper-history ul[data-index="1"] li {
  float: left;
  width: 100%;
}
.history .swiper-history ul[data-index="2"] li {
  float: left;
  width: 50%;
}
.history .swiper-history ul[data-index="3"] li {
  float: left;
  width: 33.33%;
}
.history .swiper-history ul li h3 {
  font-size: 36px;
  color: #2cc6d0;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}
.history .swiper-history ul li p {
  font-size: 18px;
  color: #505050;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.history .swiper-button-prev {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/banner-arrow-l.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: 0;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
  border-radius: 50%;
  top: 40px;
}
.history .swiper-button-prev:hover {
  background: url(../images/banner-arrow-l-h.svg) center center;
  background-size: 100% 100%;
}
.history .swiper-button-next {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/banner-arrow-r.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: 0;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
  border-radius: 50%;
  top: 40px;
}
.history .swiper-button-next:hover {
  background: url(../images/banner-arrow-r-h.svg) center center;
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .history {
    background: url(../images/history-bg-mb.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .history .history-list-mb > ul {
    position: relative;
  }
  .history .history-list-mb > ul:after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: -40px;
    left: -1px;
    width: 1px;
    height: auto;
    background: #2cc6d0;
    visibility: visible;
  }
  .history .history-list-mb > ul > li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .history .history-list-mb > ul > li > h3 {
    font-size: 16px;
    color: #c6deff;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    transition: all 0.3s;
  }
  .history .history-list-mb > ul > li > p {
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .history .history-list-mb > ul > li span {
    position: absolute;
    top: 2px;
    left: -8.5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 8px solid rgba(97, 195, 206, 0.2);
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1;
  }
  .history .history-list-mb > ul > li span::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #32ced7;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
  }
  .history .l-content {
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(154, 171, 221, 0.3);
    border-radius: 8px;
    padding: 10px 15px 10px;
    margin-top: 10px;
    display: none;
  }
  .history .l-content h3 {
    font-size: 16px;
    color: #192967;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .history .l-content p {
    font-size: 12px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .history .l-content.active {
    display: block;
  }
}
.honor .l-container {
  position: relative;
}
.honor .l-body {
  display: flex;
  align-items: center;
}
.honor .honor-list ul {
  position: relative;
}
.honor .honor-list ul:after {
  content: "";
  position: absolute;
  left: 103px;
  top: 0;
  bottom: -60px;
  margin-left: -1px;
  width: 2px;
  background-image: linear-gradient(180deg, #32ced7 0%, #fff 100%);
}
.honor .honor-list ul li {
  width: 100%;
  text-align: left;
  position: relative;
  height: 48px;
}
.honor .honor-list ul li h3 {
  font-size: 18px;
  color: #505050;
  letter-spacing: 0;
  text-align: right;
  line-height: 28px;
  font-weight: 400;
  display: inline-block;
  width: 88px;
  margin-right: 27px;
  vertical-align: top;
  padding-top: 10px;
  transition: all 0.3s;
}
.honor .honor-list ul li p {
  border-radius: 4px;
  font-size: 16px;
  color: #505050;
  padding: 10px;
  line-height: 28px;
  font-weight: 400;
  transition: all 0.3s;
  display: inline-block;
  width: calc( 100%  - 88px - 40px );
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor .honor-list ul li span {
  position: absolute;
  top: 19px;
  left: 103px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #32ced7;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
}
.honor .honor-list ul li::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 103px;
  margin-left: -6px;
  width: 14px;
  height: 10px;
  transition: all 0.3s;
  opacity: 0;
}
.honor .honor-list ul li.active::after,
.honor .honor-list ul li:hover::after {
  opacity: 1;
}
.honor .honor-list ul li.active h3,
.honor .honor-list ul li:hover h3 {
  color: #2cc6d0;
}
.honor .honor-list ul li.active p,
.honor .honor-list ul li:hover p {
  background: #2cc6d0;
  color: #fff;
}
.honor .honor-list ul li.active span,
.honor .honor-list ul li:hover span {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  background: #ffffff;
  border: 3px solid #2cc6d0;
}
.honor .l-content-l {
  width: 55%;
  float: left;
  font-size: 0;
/*  background: url(../images/honor-img-01.jpg) center no-repeat;*/
  background-size: 100% 100%;
  transition: all 0.3s;
}
.honor .l-content-l img {
  display: inline-block;
  width: 100%;
  opacity: 0;
}
/*.honor .l-content-l[data-index="0"] {
  background: url(../images/honor-img-01.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="1"] {
  background: url(../images/honor-img-02.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="2"] {
  background: url(../images/honor-img-03.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="3"] {
  background: url(../images/honor-img-04.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="4"] {
  background: url(../images/honor-img-05.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="5"] {
  background: url(../images/honor-img-06.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="6"] {
  background: url(../images/honor-img-07.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="7"] {
  background: url(../images/honor-img-08.jpg) center no-repeat;
  background-size: 100% 100%;
}
.honor .l-content-l[data-index="8"] {
  background: url(../images/honor-img-09.jpg) center no-repeat;
  background-size: 100% 100%;
}*/
.honor .honor-list {
  padding-left: 60px;
  float: left;
  width: calc( 45%  );
}
@media (max-width: 978px) {
  .honor .l-content-l {
    display: none;
  }
  .honor .honor-list {
    padding-left: 0px;
    float: none;
    width: 100%;
  }
  .honor {
    overflow: hidden;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .honor .honor-list-mb > ul {
    position: relative;
  }
  .honor .honor-list-mb > ul:after {
    content: "";
    position: absolute;
    top: 9px;
    bottom: -40px;
    left: -1px;
    width: 1px;
    height: auto;
    background: #2cc6d0;
    visibility: visible;
  }
  .honor .honor-list-mb > ul > li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .honor .honor-list-mb > ul > li > h3 {
    font-size: 16px;
    color: #2cc6d0;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 5px;
  }
  .honor .honor-list-mb > ul > li > p {
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    transition: all 0.3s;
  }
  .honor .honor-list-mb > ul > li span {
    position: absolute;
    top: 4px;
    left: -8.5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 8px solid rgba(97, 195, 206, 0.2);
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1;
  }
  .honor .honor-list-mb > ul > li span::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #32ced7;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    border-radius: 50%;
  }
  .honor .l-content {
    background: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(154, 171, 221, 0.3);
    border-radius: 8px;
    padding: 10px 15px 10px;
    margin-top: 10px;
    display: none;
  }
  .honor .l-content h3 {
    font-size: 16px;
    color: #192967;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .honor .l-content p {
    font-size: 12px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .honor .l-content.active {
    display: block;
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
