.hoverImg {
  display: block;
  overflow: hidden;
}
.hoverImg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hoverImg > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.defaultBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.textAlign {
  word-break: break-all;
  overflow-wrap: anywhere;
}
.fix-nav-style {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.fix-nav-style .main-menu-ul-list .main-menu > a {
  color: #222222;
}
.fix-nav-style .main-menu-ul-list .has-child {
  color: #222222;
}
.fix-nav-style .nav-icon-item {
  color: #222222;
}
.fix-nav-style .nav-logo .abs-log {
  opacity: 1;
  top: 0;
}
.common-header-banner-con .banner-text-con {
  padding-top: 0.9rem;
}
.Competencies-con {
  width: 100%;
  margin-top: 0.9rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}
.Competencies-con .left-con {
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.1rem;
  height: 100%;
}
.Competencies-con .left-con .left-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  padding: 0.25rem 0.3rem 0 0.3rem;
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 1.5;
  background-color: #1969b3;
  cursor: pointer;
}
.Competencies-con .left-con .left-item:after {
  display: block;
  position: absolute;
  left: 0.3rem;
  bottom: 0.2rem;
  font-family: "iconfont";
  content: "\e782";
}
.Competencies-con .left-con .left-item.active {
  background-color: #e9eef3;
  color: #283a51;
}
.Competencies-con .right-con {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.Competencies-con .right-con .swiper,
.Competencies-con .right-con .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.Competencies-con .right-con .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Competencies-con .abs-text-info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.6rem;
  padding: 0.3rem;
  color: #ffffff;
  background-color: rgba(25, 105, 179, 0.9);
}
.Competencies-con .abs-text-info .title {
  font-size: 0.24rem;
}
.Competencies-con .abs-text-info .text {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.big-img-con {
  width: 100%;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4rem;
}
.big-img-con .img-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.big-img-con .img-item:hover {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.big-img-con .img-item:hover .abs-bg {
  opacity: 1;
}
.big-img-con .img-item:hover .detail-con {
  opacity: 1;
}
.big-img-con .abs-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1969b1), to(rgba(25, 105, 177, 0)));
  background: linear-gradient(to bottom, #1969b1 0%, rgba(25, 105, 177, 0) 100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.big-img-con .title-con {
  position: relative;
  padding: 0 0.4rem;
  margin-top: 0.4rem;
  font-size: 0.3rem;
}
.big-img-con .title-con:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0.3rem;
  top: 0;
  bottom: 0;
  font-family: "iconfont";
  content: "\e81a";
  font-size: 0.18rem;
}
.big-img-con .detail-con {
  position: relative;
  margin-top: 0.15rem;
  padding: 0 0.4rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.year-img-con {
  margin-top: 0.9rem;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  height: 5.6rem;
}
.img-list {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.img-list .img-item-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 3.65rem;
  height: 5.6rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.25rem 0.3rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.img-list .img-item-con:last-child {
  margin-right: 0;
}
.img-list .img-item-con .time-con {
  font-size: 0.24rem;
  color: #ffffff;
  font-family: "gilroy-bold-4";
}
.img-list .img-item-con .bottom-info {
  font-size: 0.18rem;
  color: #ffffff;
}
.img-list .img-item-con.active {
  width: 6.7rem;
}
.switch-img-button {
  width: 100%;
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.switch-img-button .pre,
.switch-img-button .next {
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b3b3b3;
  color: #1969b3;
  cursor: pointer;
  border-radius: 50%;
}
.switch-img-button .pre .iconfont,
.switch-img-button .next .iconfont {
  font-size: 0.26rem;
}
.switch-img-button .pre:hover,
.switch-img-button .next:hover {
  background-color: #1969b3;
  color: #ffffff;
}
.history-time {
  margin-top: 1.1rem;
  margin-bottom: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-time .pre,
.history-time .next {
  width: 0.4rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b3b3b3;
  color: #1969b3;
  cursor: pointer;
  border-radius: 50%;
}
.history-time .pre .iconfont,
.history-time .next .iconfont {
  font-size: 0.2rem;
}
.history-time .pre:hover,
.history-time .next:hover {
  background-color: #1969b3;
  color: #ffffff;
}
.history-time .center-con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.history-time .time-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  border: 1px dashed #1969b3;
  gap: 1.5rem;
  padding: 0 0.8rem;
}
.history-time .time-item-item {
  position: relative;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  margin-top: -0.12rem;
  background-color: #ffffff;
  cursor: pointer;
}
.history-time .time-item-item:after {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #b3b3b3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
}
.history-time .time-item-item .time {
  position: absolute;
  width: 1rem;
  text-align: center;
  font-size: 0.3rem;
  top: 0.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #283a51;
}
.history-time .time-item-item.active {
  color: #1969b3;
  border: 1px solid #1969b3;
}
.history-time .time-item-item.active:after {
  background-color: #1969b3;
}
.history-time .time-item-item.active .time {
  color: #1969b3;
}
.vision-con {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about-us/10.png");
}
.vision-con .vision-body {
  width: var(--main-width);
  margin: 0 auto;
  color: #ffffff;
}
.vision-con .version-title {
  font-size: 0.18rem;
  font-family: "gilroy-bold-4";
}
.vision-con .main-title {
  font-size: 0.28rem;
  font-family: "gilroy-bold-4";
  width: 6rem;
  margin-bottom: 0.4rem;
  margin-top: 0.5rem;
}
.vision-con .detail-title {
  font-size: 0.28rem;
  width: 6rem;
  line-height: 0.46rem;
}
.vision-con .margin-top-90 {
  margin-top: 0.9rem;
}
@media screen and (max-width: 760px) {
  .Competencies-con {
    display: block;
    height: auto;
  }
  .Competencies-con .left-con {
    width: 100%;
    display: block;
  }
  .Competencies-con .left-con > .left-item {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .Competencies-con .right-con {
    height: 4.6rem;
  }
  .Competencies-con .abs-text-info {
    width: 100%;
    bottom: 0;
    top: auto;
  }
  .big-img-con {
    display: block;
    width: var(--main-width);
    margin: 0.8rem auto;
  }
  .big-img-con .img-item {
    height: 2rem;
    margin-bottom: 0.2rem;
    border-radius: 6px;
    overflow: hidden;
  }
  .big-img-con .title-con:after {
    display: none;
  }
  .big-img-con .abs-bg,
  .big-img-con .detail-con {
    opacity: 1;
    font-size: 0.24rem;
  }
  .year-img-con {
    margin-top: 0.4rem;
    height: 4rem;
    overflow: hidden;
  }
  .img-list > .img-item-con {
    width: var(--main-width);
    height: 4rem;
  }
  .img-list > .img-item-con.active {
    width: var(--main-width);
  }
  .img-list > .img-item-con .time-con {
    font-size: 0.26rem;
  }
  .img-list > .img-item-con .bottom-info {
    font-size: 0.24rem;
  }
  .common-container-con .history-time {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .common-container-con .history-time .pre,
  .common-container-con .history-time .next {
    display: none;
  }
  .common-container-con .history-time .center-con .time-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
    border: none;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .common-container-con .history-time .time-item-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    height: 1.2rem;
    border-radius: 6px;
  }
  .common-container-con .history-time .time-item-item:after {
    display: none;
  }
  .common-container-con .history-time .time-item-item .time {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .common-container-con .history-time .time-item-item.active {
    border: 1px solid #1969b3;
    background-color: #1969b3;
    color: #ffffff;
  }
  .common-container-con .history-time .time-item-item.active .time {
    color: #ffffff;
  }
}
