@charset "utf-8";
.DaoHang-right .adiv {
  color: #fff;
}

.back-box {
  padding: 0 6%;
}

.elTabs {
  width: 700px;
  margin: 20px auto 0;
}

.elTabs .el-tabs__item {
  color: #fe6700;
  height: 100px;
  line-height: 100px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}

.elTabs .el-tabs__nav-prev {
  line-height: 100px;
}

.elTabs .el-tabs__nav-next {
  line-height: 100px;
}

.elTabs .el-tabs__active-bar {
  background-color: #fe6700;
  height: 2px;
}

.title-h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 40px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 58px;
}

.introduced {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  text-align: center;
}

.data {
  display: flex;
  justify-content: space-around;
  margin: 100px 0 0;
}

.data .grid-item {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.data .grid-item .digital {
  font-size: 45px;
  font-weight: 700;
  color: #fe6700;
  line-height: 32px;
  display: block;
  margin-bottom: 17px;
}

.advisory {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 554px;
  border-radius: 30px;
  margin-top: 80px;
  position: relative;
}

.advisory .advisory-info {
  width: 25%;
  height: 350px;
  background: #f7f7f7;
  border: 1px solid rgba(255, 255, 255, 0.23);
  box-shadow: 0 3px 16px #fff;
  border-radius: 30px;
  padding: 84px 45px 0;
  position: absolute;
  left: 85px;
  bottom: -60px;
  z-index: 1;
}

.advisory .advisory-info .advisory-info-title {
  font-size: 24px;
  font-weight: 700;
  color: #fe6700;
  text-align: center;
  margin-bottom: 30px;
}

.advisory .advisory-info .advisory-info-text {
  font-size: 16px;
  font-weight: 700;
  color: #666;
  line-height: 32px;
}

.advisory .advisory-info .advisory-info-button {
  position: absolute;
  bottom: 40px;
  left: 50px;
  display: flex;
}

.advisory .advisory-info .advisory-info-button .el-buttons {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #fe6700;
  border-radius: 50%;
  cursor: pointer;
}

.advisory .advisory-info .advisory-info-button .el-icon-sort-up {
  transform: rotate(-90deg);
  margin-right: 20px;
}

.advisory .advisory-info .advisory-info-button div {
  transform: rotate(90deg);
}

.advisory .advisory-info .advisory-info-button div .el-icon-sort-down {
  transform: scaleY(-1);
}

.el-carousel__container {
  height: 430px;
}

.carousel {
  margin-top: 100px;
  width: 100%;
  user-select: none;
  overflow: hidden;
}

.carousel .el-carousel__arrow {
  display: none;
}

.carousel .carousel-item {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.carousel .carousel-item .carousel-title {
  font-size: 64px;
  font-weight: 700;
  color: #fe6700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.carousel .carousel-item .carousel-title div:nth-child(2) {
  font-size: 36px;
  line-height: 30px;
  position: relative;
}

.carousel .carousel-item .carousel-title div:nth-child(2)::after {
  content: '”';
  position: absolute;
  right: -170px;
}

.carousel .carousel-item .carousel-row {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  width: 75%;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
}

.carousel .carousel-item .carousel-row::before {
  content: '';
  position: absolute;
  left: -20px;
  border: 2px solid #f86500;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.cultural {
  padding: 0 0 50px;
  position: relative;
}

.cultural .el-carousel__arrow {
  display: block;
  color: #f86500;
  font-size: 50px;
  background-color: transparent;
}

.cultural .row-box {
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.cultural .row-box .row-info {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 15px;
  font-size: 16px;
}

.cultural .row-box .row-info .row-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.cultural .switching {
  position: absolute;
  top: 40%;
  z-index: 200;
  font-size: 60px;
  color: #fe6700;
  cursor: pointer;
}

.cultural .switching:hover {
  opacity: 0.8;
}

.cultural .switching_right {
  right: 0;
}

.history {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

.history .process {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 80%;
  margin: 40px auto 0;
  height: 0;
}

.history .process .process-row {
  height: 0;
  border-bottom: 2px solid #e7e7e7;
  position: relative;
  cursor: pointer;
}

.history .process .process-row span {
  position: absolute;
  top: -45px;
  left: -25px;
  color: #999;
  font-size: 24px;
}

.history .process .process-row::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bdbdbd;
  position: absolute;
  top: -3px;
}

.history .process .process-row-nobor {
  border: none;
}

.history .process .process-row-this span {
  color: #fe6700;
  font-size: 45px;
  top: -60px;
  left: -40px;
}

.history .process .process-row-this::before {
  background-color: #fe6700;
}

.history .history-btn {
  background-color: #f86500;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.history .history-btn i {
  font-weight: bold;
}

.honor {
  background-color: #e5e5e5;
  padding: 1px 6% 50px;
}

.content-box {
  width: 100%;
  overflow: auto;
  margin-top: 50px;
  scrollbar-color: #ef6700 #d8d8d8;
}

.content-box .qualification-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.content-box .qualification-content .img-back {
  background-image: url("../assets/images/scrmSystem/d3bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 400px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.content-box .qualification-content .img-back img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.btn-box {
  display: flex;
  margin-top: 60px;
}

.btn-box button {
  width: 60px;
  height: 60px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fe6700;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-box button:hover {
  background-color: #fe6700;
  color: #fff;
}

.contactUs-title {
  margin: 100px 0 65px;
}

.contactUs {
  display: flex;
}

.contactUs .contactUs-info {
  background-color: #fe6700;
  width: 50%;
  color: #fff;
  padding: 6%;
}

.contactUs .contactUs-info .contactUs-title1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.contactUs .contactUs-info .contactUs-title2 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.contactUs .contactUs-info .delimiter {
  width: 45px;
  height: 3px;
  background: #ffffff;
  margin-top: 34px;
  margin-bottom: 120px;
}

.contactUs .contactUs-info .info {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.contactUs .contactUs-info .info .iconfont {
  border: 2px solid;
  padding: 6px;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 15px;
}

.contactUs .img-contactUs {
  width: 50%;
  height: 100%;
}

@media (max-width: 750px) {
  .elTabs {
    width: 100%;
    margin: 20px auto 0;
  }
  .elTabs .el-tabs__item {
    color: #fe6700;
    height: 100px;
    line-height: 100px;
    position: relative;
    font-size: 3vw;
    font-weight: bold;
  }
  .elTabs .el-tabs__nav-prev {
    line-height: 100px;
  }
  .elTabs .el-tabs__nav-next {
    line-height: 100px;
  }
  .elTabs .el-tabs__active-bar {
    background-color: #fe6700;
    height: 2px;
  }
  .title-h2 {
    font-size: 6vw;
    font-weight: 700;
    color: #333;
    line-height: 40px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0;
  }
  .introduced {
    width: 100%;
    font-size: 3vw;
    font-weight: 400;
    color: #333;
    line-height: 25px;
    text-align: left;
    margin-top: 50px;
  }
  .data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 50px auto 0;
    width: 70%;
    gap: 30px 0;
  }
  .data .grid-item {
    font-size: 3vw;
    font-weight: 700;
    color: #333;
    text-align: left;
  }
  .data .grid-item .digital {
    font-size: 6vw;
    font-weight: 700;
    color: #fe6700;
    line-height: 32px;
    display: block;
    margin-bottom: 0px;
  }
  .advisory {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 180px;
    border-radius: 15px;
    margin-top: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 250px;
  }
  .advisory .advisory-info {
    width: 80%;
    height: 100%;
    background: #f7f7f7;
    border: 1px solid rgba(255, 255, 255, 0.23);
    box-shadow: 0 3px 16px #fff;
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    left: auto;
    bottom: -90%;
    z-index: 1;
  }
  .advisory .advisory-info .advisory-info-title {
    font-size: 3.5vw;
    font-weight: 700;
    color: #fe6700;
    text-align: center;
    margin-bottom: 0;
  }
  .advisory .advisory-info .advisory-info-text {
    font-size: 3vw;
    font-weight: 700;
    color: #666;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .advisory .advisory-info .advisory-info-button {
    position: absolute;
    bottom: 20px;
    left: 30px;
    display: flex;
  }
  .advisory .advisory-info .advisory-info-button .el-buttons {
    padding: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #fe6700;
    border-radius: 50%;
    cursor: pointer;
  }
  .advisory .advisory-info .advisory-info-button .el-icon-sort-up {
    transform: rotate(-90deg);
    margin-right: 20px;
  }
  .advisory .advisory-info .advisory-info-button div {
    transform: rotate(90deg);
  }
  .advisory .advisory-info .advisory-info-button div .el-icon-sort-down {
    transform: scaleY(-1);
  }
  .el-carousel__container {
    height: 280px;
  }
  .carousel {
    margin-top: 50px;
    width: 100%;
    user-select: none;
    overflow: hidden;
    border-radius: 15px;
  }
  .carousel .el-carousel__arrow {
    display: none;
  }
  .carousel .el-carousel__item--card {
    width: 100%;
    transform: translateX(0) scale(1) !important;
    border-radius: 15px;
  }
  .carousel .carousel-item {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .carousel .carousel-item .carousel-title {
    font-size: 7vw;
    font-weight: 700;
    color: #fe6700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 40px;
    width: 75%;
    margin: auto;
  }
  .carousel .carousel-item .carousel-title div:nth-child(2) {
    font-size: 3vw;
    line-height: 30px;
    position: relative;
  }
  .carousel .carousel-item .carousel-title div:nth-child(2)::after {
    content: '”';
    position: absolute;
    right: -170px;
  }
  .carousel .carousel-item .carousel-row {
    position: relative;
    font-size: 3vw;
    font-weight: 700;
    color: #333;
    width: 75%;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
  }
  .carousel .carousel-item .carousel-row::before {
    content: '';
    position: absolute;
    left: -20px;
    border: 2px solid #f86500;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  .history {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .history .process {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 80%;
    margin: 40px auto 0;
    height: 0;
  }
  .history .process .process-row {
    height: 0;
    border-bottom: 2px solid #e7e7e7;
    position: relative;
    cursor: pointer;
  }
  .history .process .process-row span {
    position: absolute;
    top: -45px;
    left: -11px;
    color: #999;
    font-size: 3vw;
  }
  .history .process .process-row::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #bdbdbd;
    position: absolute;
    top: -3px;
  }
  .history .process .process-row-nobor {
    border: none;
  }
  .history .process .process-row-this span {
    color: #fe6700;
    font-size: 4vw;
    top: -60px;
    left: -15px;
  }
  .history .process .process-row-this::before {
    background-color: #fe6700;
  }
  .history .history-btn {
    background-color: #f86500;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  .history .history-btn i {
    font-weight: bold;
  }
  .honor {
    background-color: #f0f0f0;
    padding: 0 4vw;
    margin: 0 4vw 0;
    border-radius: 5px;
  }
  .honor .title-h2 {
    padding-top: 5vw;
    margin-top: 0;
  }
  .honor .content-box {
    width: 100%;
    overflow: auto;
    margin-top: 5vw;
    scrollbar-color: #ef6700 #d8d8d8;
  }
  .honor .content-box .qualification-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
  .honor .content-box .qualification-content .img-back {
    background-image: url("../assets/images/scrmSystem/d3bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .honor .content-box .qualification-content .img-back img {
    width: 90%;
    height: 90%;
    object-fit: contain;
  }
  .honor .btn-box {
    display: flex;
    padding: 30px 0 30px 40px;
    margin-top: 0;
  }
  .honor .btn-box button {
    width: 7.7vw;
    height: 7.7vw;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fe6700;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .honor .btn-box button:hover {
    background-color: #fe6700;
    color: #fff;
  }
  .contactUs-title {
    margin: 50px 0 30px;
  }
  .contactUs {
    display: flex;
    align-items: center;
  }
  .contactUs .contactUs-info {
    background-color: #fe6700;
    width: 50%;
    color: #fff;
    padding: 3%;
  }
  .contactUs .contactUs-info .contactUs-title1 {
    font-size: 3vw;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }
  .contactUs .contactUs-info .contactUs-title2 {
    font-size: 2.5vw;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-top: 10px;
  }
  .contactUs .contactUs-info .delimiter {
    width: 45px;
    height: 3px;
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .contactUs .contactUs-info .info {
    font-size: 2vw;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .contactUs .contactUs-info .info .iconfont {
    border: 1px solid;
    padding: 3px;
    border-radius: 50%;
    font-size: 1.5vw;
    margin-right: 10px;
  }
  .contactUs .img-contactUs {
    width: 50%;
    height: 100%;
  }
}
