.banner {
  background: url(../jpg/banner_bg-3.jpg) 0 0 /100% 100% no-repeat;
  position: relative;
  height: 9.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner div {
  color: #fff;
  text-align: center;
}

.banner h1 {
  font-size: 0.5rem;
}
.banner p {
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.banner span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.44rem;
  margin-top: 0.25rem;
}

.introduction {
  padding-bottom: 0.9rem;
  overflow-x: hidden;
}

.i_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}

.i_content .i_img {
  position: relative;
}

.i_content h4 {
  font-family: BGOTHM;
  font-size: 0.88rem;
  line-height: 0.88rem;
  font-weight: 500;
  color: rgba(231, 231, 231, 0.6);
  transform: translateY(-50%) rotateZ(-90deg);
  position: absolute;
  top: 50%;
  left: -1.72rem;
}

.i_content .img_box {
  width: 7.9rem;
  margin-right: -0.44rem;
  overflow: hidden;
}

.i_content img:hover {
  transform: scale(1.1);
}

.i_content img {
  width: 100%;
}

.i_content .i_text {
  width: 7.43rem;
  z-index: 1;
  padding: 0.6rem 0.7rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 3px 12px 1px rgba(28, 28, 28, 0.15);
  border-top: 0.04rem solid #1c9dce;
}

.i_text p {
  font-size: 0.2rem;
  font-weight: 400;
  color: #2c2e30;
  line-height: 0.36rem;
  text-indent: 0.4rem;
}

.i_text div {
  margin-top: 0.36rem;
}

.i_text h6 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #2c2e30;
  line-height: 0.2rem;
  vertical-align: middle;
  margin-bottom: 0.24rem;
}

.i_text h6::before {
  content: "";
  display: inline-block;
  width: 0.07rem;
  height: 0.07rem;
  background: #1c9dce;
  border-radius: 50%;
  margin-right: 0.1rem;
  vertical-align: middle;
}

.i_text div p {
  text-indent: 0;
  line-height: 0.2rem;
}

/* .i_text h5 {
  font-size: 0.2rem;
  font-weight: 400;
  color: #2c2e30;
  line-height: 0.36rem;
}

.i_text p:last-child {
  margin: 0;
} */

.history {
  height: 9.37rem;
  background: url(../png/history_bg.png) 0 0 /100% 101% no-repeat;
}

.history .s_header {
  color: #fff;
}

.h_content {
  display: flex;
  align-items: center;
  padding-top: 1.8rem;
}

.h_line {
  height: 0.03rem;
  /* background-color: #078fdf; */
  background-color: #fff;
}

.h_line1 {
  width: 2.6rem;
}

.h_line2 {
  width: 3rem;
}

.h_line3 {
  width: 4.5rem;
}

.h_line4 {
  width: 3rem;
}

.h_line5 {
  width: 2.2rem;
  position: relative;
}

.h_line5 img {
  position: absolute;
  top: -12px;
  right: -13px;
  height: 0.27rem;
}

.h_cont {
  width: 0.9rem;
  height: 0.9rem;
  background: url(../png/h_cont_bg.png) 0 0 /100% 101% no-repeat;
  margin: 0 -0.04rem;
  text-align: center;
  line-height: 0.9rem;
  position: relative;
  color: #fff;
  transition: all 0.5s;
}

.h_cont_top .trigger {
  position: absolute;
  width: 2.5rem;
  height: 1.9rem;
  top: 0;
  left: -0.8rem;
  z-index: 9;
}

.h_cont_bottom .trigger {
  position: absolute;
  width: 2.5rem;
  height: 1.9rem;
  top: -1rem;
  left: -0.8rem;
  z-index: 9;
}

.h_cont img {
  width: 0.36rem;
  transition: all 0.5s;
  z-index: 2;
  position: relative;
}

.h_cont_text {
  position: absolute;
  left: calc(-1.5rem + 50%);
  width: 3rem;
  text-align: center;
}

.h_cont_text h6 {
  font-size: 0.48rem;
  font-weight: 400;
  line-height: 0.44rem;
  margin-bottom: 0.15rem;
}

.h_cont_bottom .h_cont_text h6 {
  margin-top: 0.15rem;
  margin-bottom: 0;
}

.h_cont_text p {
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.16rem;
}

.h_cont_text_hover {
  position: absolute;
  width: 4.04rem;
  height: 2.3rem;
  padding: 0.25rem;
  box-sizing: border-box;
  opacity: 0;
  transition: top 0.5s, bottom 0.5s, opacity 0.3s;
}

.h_cont_text_hover div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h_cont_text_hover div img {
  width: 1.7rem;
  height: 0.9rem;
}

.h_cont_text_hover p {
  text-align: center;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.24rem;
  margin-top: 0.1rem;
}

.h_special_p {
  padding: 0 0.35rem !important;
}

.h_cont_top .h_cont_text {
  bottom: -1rem;
}

.h_cont_bottom .h_cont_text {
  top: -1rem;
}

.h_cont_top .h_cont_text_hover {
  left: -1.55rem;
  top: 0;
  background: url(../png/h_cont_hover_bg.png) 0 0 /100% 100% no-repeat;
}

.h_cont_bottom .h_cont_text_hover {
  left: -1.6rem;
  bottom: 0;
  background: url(../png/h_cont_hover_bg1.png) 0 0 /100% 100% no-repeat;
  padding-top: 0.64rem;
}

.h_cont:hover {
  background: url(../png/h_cont_bg1.png) 0 0 /100% 100% no-repeat;
}

.h_cont:hover .h_cont_img {
  transform: rotateZ(360deg);
}

/* .h_cont_top img:hover + div + .h_cont_text_hover { */
.h_cont_top:hover .h_cont_text_hover {
  top: -2.26rem;
  opacity: 1;
  transition: top 0.5s, bottom 0.5s, opacity 0.5s 0.3s;
}

/* .h_cont_bottom img:hover + div + .h_cont_text_hover { */
.h_cont_bottom:hover .h_cont_text_hover {
  bottom: -2.26rem;
  opacity: 1;
  transition: top 0.5s, bottom 0.5s, opacity 0.5s 0.3s;
}

.honor_box {
  width: 14.9rem;
  height: 10.66rem;
  background: url(../jpg/honor_bg.jpg) 0 0 /100% 101% no-repeat;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor_box_bg1 {
  width: 5.33rem;
  height: 5.33rem;
  background: rgba(148, 153, 158, 0.04);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor_box_bg2 {
  width: 4.07rem;
  height: 4.07rem;
  background: rgba(148, 153, 158, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor_box_bg3 {
  width: 2.66rem;
  height: 2.66rem;
  background: rgba(148, 153, 158, 0.07);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor_box_bg4 {
  width: 1.61rem;
  height: 1.61rem;
  background: rgba(148, 153, 158, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor_box_bg4 img {
  width: 1.68rem;
}

/*phone<768  小屏，*/
@media screen and (max-width: 767px) {
  .banner {
    height: 3.94rem;
    padding-top: 0.57rem;
    box-sizing: border-box;
    background: url(../png/banner_bg.png) 0 0 /100% 100% no-repeat;
  }
  .banner div {
    width: 2.87rem;
  }

  .banner h1 {
    font-size: 0.28rem;
  }

  .banner span {
    font-size: 0.1rem;
    line-height: 0.16rem;
    margin-top: 0.12rem;
  }

  .introduction {
    padding-bottom: 0;
  }

  .i_content {
    display: block;
    padding: 0 0.18rem;
    margin-top: 0;
  }

  .i_content .img_box {
    width: 100%;
  }

  .i_content .i_text_mob {
    width: 100%;
    padding-top: 0.25rem;
  }

  .i_text_mob p {
    font-size: 0.14rem;
    font-weight: 400;
    color: #2c2e30;
    line-height: 0.2rem;
    /* text-indent: 0.28rem; */
    margin-bottom: 0.25rem;
    text-align: center;
  }

  .i_more_btn {
    margin: 0.25rem 0;
    text-align: center;
    color: #1c9dce;
  }
  .i_more_btn img {
    width: 0.14rem;
  }

  .more_text {
    display: none;
  }

  .more_text h5 {
    text-align: center;
  }

  /* 发展历程 */
  .history_mob .h_content {
    padding: 0.45rem 0.18rem 0.45rem 0.4rem;
    display: block;
    background: url(../png/history_bg-2.png) 0 0 /100% 100% no-repeat;
  }

  .h_cont_mob_box {
    border-left: 1px solid #555c5f;
  }

  .h_cont_mob {
    padding-left: 0.18rem;
    margin-bottom: 0.3rem;
    position: relative;
  }

  .h_cont_mob:last-child {
    margin-bottom: 0;
  }

  .h_cont_mob::before {
    content: '';
    width: 0.09rem;
    height: 0.09rem;
    background: #8b969b;
    border-radius: 50%;
    position: absolute;
    top: 0.07rem;
    left: -0.05rem;
  }

  .h_cont_text_mob h6 {
    font-size: 0.22rem;
    font-family: DINB;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.24rem;
  }

  .h_cont_text_mob p {
    font-size: 0.14rem;
    font-weight: 400;
    color: #8b969b;
    line-height: 0.2rem;
    margin: 0.12rem 0;
  }

  .h_cont_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .h_cont_img img {
    width: calc(50% - 0.05rem);
  }

  .honor_box_mob{
    overflow-x: hidden;
    padding-bottom: 0.35rem;
  }

  .mob_swiper {
    width: 100%;
    padding: 0 30% 0.4rem !important;
    overflow: inherit !important;
    box-sizing: border-box;
  }

  .mob_swiper .swiper-wrapper {
    align-items: center;
  }

  .mob_swiper .swiper-slide {
    height: 90%;
    transition: height 0.3s;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }

  .swiper-slide img{
    width: 100%;
  }

  .mob_swiper .swiper-slide-active,
  .mob_swiper .swiper-slide-duplicate-active {
    height: 100%;
  }

  .mob_swiper .swiper-horizontal > .swiper-scrollbar,
  .mob_swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #cbd9de;
  }

  .mob_swiper .swiper-scrollbar-drag {
    background: #1c9dce;
  }

 
}
