.about-navbar {
    height: 80px;
    padding: 0;
}

.about-navbar .navbar {
    padding: 0;
}

.about-navbar .nav-item,
.about-navbar .nav,
.about-navbar .nav-item .nav-link {
    height: 100%;
}

.about-navbar .nav-item .nav-link {
    color: #666;
    display: flex;
    align-items: center;
}

.about-navbar .nav-item:hover {
    border-bottom: 2px solid #0089ff;
}

.about-jieshao {
    color: white;
}

.about-jieshao .about-jieshao-body {
    top: 0;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-jieshao-bg01 {
    background: url('../images/about-jieshao-bg01.png') no-repeat;
    background-size: cover;
}

.about-jieshao-bg02 {
    background: url('../images/about-jieshao-bg02.png') no-repeat;
    background-size: cover;
}

.about-licheng-bg {
    background: url('../images/licheng-bg.jpg') no-repeat;
    background-size: 100% 100%;
    top: -75px;
}

.about-select .carousel-inner {
    height: auto;
}

.about-select .carousel-inner .carousel-item {
    height: 100%;
    background: url('../images/public-bg.png') no-repeat;
    background-size: 100% 100%;
}

.about-select .carousel-caption {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-image-desc {
    padding-left: 60px;
    padding-right: 15px;
}

.about-image-01 {
    width: 420px;
}

.about-image-desc-title {
    margin-bottom: 30px;
    font-size: 24px;
    color: #222;
}

.about-image-desc-desc {
    margin-bottom: 60px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.about-image-desc-line {
    margin-bottom: 29px;
    width: 100%;
    height: 1px;
    color: #0089ff;
    border-bottom: 1px solid #0089ff;
}

.about-select .carousel-control {
    width: auto;
}

.about-select .carousel-control .carousel-control-prev-icon {
    background-image: url('../images/public-icon-left.png');
}

.about-select .carousel-control .carousel-control-next-icon {
    background-image: url('../images/public-icon-right.png');
}

.about-select .carousel-indicators {
    bottom: -40px;
    align-items: center;
}

.about-select .carousel-indicators li {
    height: 20px;
    width: 20px;
    background: url('../images/public-in.png') no-repeat;
    background-size: cover;
    border: none;
    margin: 0 8px;
}

.about-select .carousel-indicators li.active {
    background: url('../images/public-in-ed.png') no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
}

/*发展历程*/
@media only screen and (max-width:800px) {
    .fusion-title.fusion-title-4 {
        margin-top: 0px !important;
        margin-bottom: 50px !important;
    }
}

.history_wrap {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.history_box {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.year_swiper.swiper-container-horizontal {
    position: relative;
}

.years {
    list-style: none;
    padding: 0;
    color: #666;
    font-size: 22px;
}

.history_wrap .year_text {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    transition: 0.1s linear;
    margin: 0 auto 3px;
    text-align: center;
    cursor: pointer;
}

.history_wrap .year_pot {
    display: flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

.year_pot:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background-color: rgba(170, 239, 255, 1);
    border: 6px solid #6CAAFD;
    border-radius: 100%;
    transition: 0.2s linear;
    box-sizing: border-box;
}

/*.history_wrap .year:hover .year_text,*/
.history_wrap .swiper-slide-active .year_text {
    font-size: 28px;
    transition: 0.1s linear;
}

/*.history_wrap .year:hover .year_pot:before,*/
.history_wrap .swiper-slide-active .year_pot:before {
    width: 31px;
    height: 31px;
    background-color: rgba(255, 255, 255, 1);
    border: 9px solid #6CA3FA;
    ;
    transition: 0.2s linear;
}

.history_line {
    position: absolute;
    border-top: 1px solid #666;
    top: 58px;
    left: 0;
    right: 26px;
}

.history_content {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background: url('../images/licheng-bg2.png');
    box-shadow: 0px 6px 17px 0px rgba(188, 203, 232, 0.34);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}
.history_content:after {
    content: "";
    display: block;
    border-radius: 100%;
    box-sizing: border-box;
    border: 7px solid rgba(195, 214, 249, 0.12);
    position: absolute;
}

ul.history_list {
    color: rgba(34, 34, 34, 100);
    font-size: 18px;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-y: auto;
    height: 100%;
}

.history_text {
    position: relative;
    margin-bottom: 50px;
}

.history_text:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-top: 4px solid rgba(5, 100, 245, 1);
    border-left: 4px solid rgba(5, 100, 245, 1);
    box-sizing: border-box;
    position: absolute;
    top: -13px;
    left: -13px;
}

.swiper-button-next:after,
.swiper-button-prev {
    position: absolute;
    left: -5px;
    top: 80%;
    z-index: 10;
    cursor: pointer;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('../images/public-icon-left.png');
    border-radius: 100%;
    transition: 0.2s linear;
    box-sizing: border-box;
}

.swiper-button-next {
    right: -40px;
    width: 10%;
    height: 100%;
    background-image: unset;
}

.swiper-button-next:after {
    content: "";
    top: 22px;
    left: 44px;
    background-image: url('../images/public-icon-right.png');
}

.swiper-button-next:before {
    content: "";
    height: 40px;
    line-height: 28px;
    color: rgba(255, 255, 255, 100);
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: -10px;
    width: 5em;
    left: 0;
    background:none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: ""
}
/*荣誉资质*/
.honor_wrap a.honor_page {
  display: block;
  width: 160px;
  line-height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(148, 188, 251, 1);
  margin: 47px auto 0;
  text-align: center;
  color: rgba(5, 100, 245, 100) !important;
  font-size: 16px;
  font-weight: 600;
}

.honor_wrap {
  padding: 0 0 28px;

}

.honor_inner_wrap:before,
.honor_inner_wrap:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  z-index: -1;
}

.honor_inner_wrap:before {
  background-image: url('../images/bg_rongyu_1.png');
  width: 100%;
  height: 821px;
  left: -731px;
}

.honor_inner_wrap:after {
  background-image: url('../images/bg_rongyu_2.png');
  width: 769px;
  height: 769px;
}

.honor_inner_wrap {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  position: relative;

}

.honor_box {
  overflow-y: auto;
  height: 400px;
  max-width: 100%;
  width: 670px;
}

.honor {
  display: flex;
  height: 51px;
  position: relative;
  color: rgba(34, 34, 34, 100);
}

.honors {
  padding: 0;
  list-style: none;
  position: relative;
  /*animation: moveSlide 30s  linear 1s infinite reverse;*/
}

.honer_line {
  width: 2px;
  background-color: rgba(148, 188, 251, 1);
  position: absolute;
  top: 25px;
  left: 76px;
  bottom: 25px;
  z-index: -1;
}

.honor_year {
  line-height: 25px;
  font-size: 17px;
  text-align: center;
  width: 68px;
  padding-right: 12px;
}

.honor_pot {
  width: 19px;
  height: 19px;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honor_pot:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #3280F7;
  border-radius: 100%;
}

.honor_name {
  line-height: 25px;
  font-size: 18px;
  padding-left: 26px;
  margin-bottom: 28px;
  cursor: pointer;
}

.honor:hover {
  color: #0089ff;
  font-weight: 700;

}

.honor:hover .honor_year {
  font-size: 22px;

}

.honor:hover .honor_pot:before {
  background-color: #fff;
  border: 5px solid #0089ff;
  width: 19px;
  height: 19px;
}

.img_reward_box img {
  width: 423px;
  display: block;
}
/*滚动条*/
.history_list::-webkit-scrollbar, .honor_box::-webkit-scrollbar {
    width: 6px;
    height: 1px;
    padding: 0 7px;
    background-color: #f4f4f4;
}
.history_list::-webkit-scrollbar-thumb, .honor_box::-webkit-scrollbar-thumb {
    width: 4px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 18%);
    background: #8dedf1;
    border-radius: 5px;
}
.jssl-jiang-bg{
    background: url('../images/jssl-icon-bg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
    width: 260px;
    padding: 30px 0;
}
.jssl-jiang-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-around;
}
.contact-image{
    height: 150px;
    width: auto;
}
.year2_swiper li{
    /*margin: 0 5px;*/
}
#contact .card-body{
    padding: 0;
    height: 240px;
}
@keyframes moveSlide {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-50%);
  }

}
@media (max-width: 1100px) {
    .about-select .carousel-control {
        display: none;
    }
    .honor_inner_wrap:before{
        left: -378px;
    }
    .jssl-jiang-bg .font-38{
        font-size: 28px;
    }
    .jssl-jiang-bg .font-24{
        font-size: 18px;
    }   
}

@media (min-width: 1280px) {

    .about-select .swiper-button-prev {
        left: -50px;
    }

    .about-select .swiper-button-next {
        right: -50px;
    }

    .about-select .carousel-control-icon {
        width: 60px;
        height: 60px;
    }

    .about-select .carousel-control-prev {
        left: -60px;
    }

    .about-select .carousel-control-next {
        right: -60px;
    }
    .honor_inner_wrap:before{
        left: -478px;
    }
}

@media (min-width: 1300px) {

    .about-select .swiper-button-prev {
        left: -130px;
    }

    .about-select .swiper-button-next {
        right: -130px;
    }

    .about-select .carousel-control-prev {
        left: -100px;
    }

    .about-select .carousel-control-next {
        right: -100px;
    }
    .honor_inner_wrap:before{
        left: -731px;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
     .jssl-jiang-bg{
        width: 220px!important;
     }
}