hr {
  border: none !important;
}
.overview {
  padding: 80px 0 150px 0;
  background: url(/upload/image/2024/04/28/db721ba6-7a1f-49c4-9e51-52619c8abc1a.jpg) no-repeat;
  background-size: cover;
}
.overview .tit {
  font-weight: 700;
  text-align: center;
  color: #222222;
  line-height: 1;
}
.overview hr {
  width: 80px;
  height: 4px;
  background: #25bc4e;
  margin: auto;
  margin-top: 24px;
}
.overview .mes {
  font-weight: 400;
  text-align: center;
  color: #777777;
  line-height: 2.25;
  margin: auto;
  margin-top: 28px;
  max-width: 1119px;
}
.overview .toPage {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.overview .toPage a {
  font-weight: 400;
  color: #26bd58;
  letter-spacing: 0.96px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 25px;
}
.overview .toPage a:hover svg {
  animation: arrX 0.4s linear 0s 2 forwards;
}
.overview .toPage svg {
  margin-left: 50px;
  transition: all 0.5s;
}
.overview .video_box {
  margin: auto;
  margin-top: 45px;
  width: 800px;
  text-align: center;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.overview .video_box video {
  width: 100%;
  display: block;
  object-fit: cover;
}
.overview .video_box .video_btn {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.overview .video_box .video_btn svg {
  width: 60px;
  height: 60px;
}
.team {
  padding: 100px 0 calc(120px - 30px) 0;
}
.team .tit {
  font-weight: 700;
  text-align: center;
  color: #222222;
  line-height: 1.5;
}
.team .line {
  width: 80px;
  height: 4px;
  background: #25bc4e;
  margin: auto;
  margin-top: 24px;
}
.team .tab {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.team .tab > div {
  padding: 16px 48px;
  min-width: 180px;
  text-align: center;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: -10px 0px 30px 10px rgba(5, 5, 51, 0.06);
  font-weight: 400;
  color: #777777;
  margin: 0 15px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.team .tab > div:hover {
  color: #25bc4e;
}
.team .tab > div.act {
  background: #25bc4e;
  color: #fff;
}
.team .tab_con {
  margin-top: 50px;
}
.team .tab_con>div{
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}
.team .tab_con>div:first-child{
    display: flex;
}
.team .tab_con .list {
  flex: 0 0 calc((100% - 88px) / 5);
  margin-right: 22px;
  background: #ffffff;
  padding: 32px 10px 30px 10px;
  border-radius: 6px;
  box-shadow: 0px 8px 20px rgba(5, 5, 51, 0.06);
  transition: all 0.2s linear;
  margin-bottom: 30px;
}
.team .tab_con>div:nth-child(2) .list{
    flex: 0 0 calc((100% - 88px) / 3);
}
.team .tab_con>div:nth-child(2) .list:nth-child(3n){
    margin-right: 0;
}
.team .tab_con .list:hover {
  background: url(/upload/image/2024/04/28/69da2238-a7ee-4202-a3c9-58e00ae3459e.jpg) no-repeat;
  background-size: cover;
}
.team .tab_con .list:hover p {
  color: #fff;
}
.team .tab_con .list:nth-child(5n) {
  margin-right: 0;
}
.team .tab_con .list > hr {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 18px 0;
}
.team .tab_con .list p {
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.team .tab_con .list .tit {
  color: #222222;
}
.team .tab_con .list .subTit {
  color: #777777;
}
.architecture {
  background: url(/upload/image/2024/04/28/4bcfb440-ab52-4dcc-b230-e7c22aeb0fa5.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0 124px 0;
}
.architecture .tit {
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.architecture .line {
  width: 80px;
  height: 4px;
  background: #fff;
  margin: auto;
  margin-top: 24px;
}
.architecture img {
  width: 100%;
  margin-top: 60px;
}
.subsidiaries {
  width: 100%;
}
.subsidiaries .sub_tab_box {
  width: 100%;
  background: #ffffff;
  box-shadow: -15px 0px 30px 15px rgba(5, 5, 51, 0.06);
}
.subsidiaries .sub_tab_box .swiper {
  width: 100%;
  overflow: hidden;
}
.subsidiaries .sub_tab_box .sub_tab {
  width: calc(100% - 240px);
  margin-left: auto;
  display: flex;
}
.subsidiaries .sub_tab_box .sub_tab .list {
  width: auto;
  font-weight: 400;
  text-align: center;
  color: #777777;
  line-height: 1.5;
  padding: 36px 64px;
  position: relative;
  cursor: pointer;
}
.subsidiaries .sub_tab_box .sub_tab .list:before {
  content: "";
  width: 0;
  height: 3px;
  background: #25bc4e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
}
.subsidiaries .sub_tab_box .sub_tab .list:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: #eeeeee;
}
.subsidiaries .sub_tab_box .sub_tab .list:last-child:after {
  content: none;
}
.subsidiaries .sub_tab_box .sub_tab .list.swiper-slide-thumb-active {
  color: #222222;
}
.subsidiaries .sub_tab_box .sub_tab .list.swiper-slide-thumb-active .num {
  color: #25BC4E;
}
.subsidiaries .sub_tab_box .sub_tab .list.swiper-slide-thumb-active:before {
  width: 90px;
}
.subsidiaries .sub_con {
  width: 100%;
  background: #f2f6fa;
  padding: 80px 0 64px 0;
  overflow: hidden;
}
.subsidiaries .sub_con .w1440{
    overflow: initial;
}
.subsidiaries .sub_con .sw-box{
    position: relative;
}
.subsidiaries .sub_con .sw-box .swiper-button-next,.subsidiaries .sub_con .sw-box .swiper-button-prev{
    top:50%;
    transform: translateY(-50%);
    margin: 0;
}
.subsidiaries .sub_con .sw-box .swiper-button-next{
        right: -50px;
}
.subsidiaries .sub_con .sw-box .swiper-button-prev{
    left:-50px;
}
.subsidiaries .sub_con .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #f2f6fa;
}
.subsidiaries .sub_con .swiper-slide .list {
  flex: 0 0 calc((100% - 40px)/5);
  margin-right: 10px;
  font-weight: 400;
  text-align: center;
  color: #777777;
  padding: 20px;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.subsidiaries .sub_con .swiper-slide .list:last-child{
    margin-right: 0;
}
.subsidiaries .sub_con .swiper-slide .list:nth-child(5n) {
  margin-right: 0;
}
.subsidiaries .sub_con .swiper-slide .list:nth-child(n+6) {
  margin-top: 20px;
}
.subsidiaries .sub_con .swiper-slide .list:hover {
  background: linear-gradient(#2b47d6 25%, #00aaff 100%);
  color: #fff;
}
.development {
  padding: 80px 0 170px 0;
}
.development .tit {
  font-weight: 700;
  text-align: center;
  color: #222222;
  line-height: 1;
}
.development .line {
  width: 80px;
  height: 4px;
  background: #25BC4E;
  margin: auto;
  margin-top: 20px;
}
.development .swiper {
  width: 100%;
  overflow: hidden;
}
.development .tab_box {
  margin-top: 36px;
  width: 100%;
}
.development .tab_box .swiper-slide {
  width: auto;
  height: 100%;
  text-align: center;
  margin-right: 150px;
  align-self: flex-end;
}
.development .tab_box .swiper-slide:last-child{
    margin-right: 0;
}
.development .tab_box .swiper-slide:last-child span:before {
  content: none;
}
.development .tab_box .swiper-slide p {
  cursor: pointer;
  width: 60px;
  height: 28px;
  font-weight: 500;
  text-align: center;
  color: #aaaaaa;
  transition: all 0.2s linear;
}
.development .tab_box .swiper-slide span {
  display: inline-block;
  width: 20px;
  position: relative;
  height: 20px;
  margin-top: 18px;
  background: #f3f4f8;
  border: 3px solid #2b2bd6;
  border-radius: 100%;
}
.development .tab_box .swiper-slide span:before {
  content: "";
  width: 210px;
  height: 6px;
  opacity: 0.1;
  background: #2b2bd6;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.development .tab_box .swiper-slide-thumb-active p {
  font-size: 130%;
  color: #25bc4e;
}
.development .tab_box .swiper-slide-thumb-active span {
  border-color: #25bc4e;
}
.development .tab_box .swiper-slide-thumb-active span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #25bc4e;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.development .con_box {
  width: 100%;
  margin-top: 80px;
  padding-bottom: 20px;
}
.development .con_box .swiper-slide {
  width: auto;
  height: auto;
  padding: 60px 40px 80px 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
}
.development .con_box .swiper-slide .year {
  font-weight: 500;
  text-align: left;
  color: #333333;
}
.development .con_box .swiper-slide hr {
  width: 100%;
  padding: 0;
  margin: 30px 0 60px 0;
  height: 1px;
  background: #eeeeee;
}
.development .con_box .swiper-slide .list {
  position: relative;
  padding-left: 30px;
  margin-bottom: 56px;
}
.development .con_box .swiper-slide .list:last-child {
  margin-bottom: 0;
}
.development .con_box .swiper-slide .list:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #2b2bd6;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}
.development .con_box .swiper-slide .list .list_tit {
  font-weight: 500;
  text-align: left;
  color: #333333;
}
.development .con_box .swiper-slide .list .list_mes {
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 1.8;
  margin-top: 26px;
}
@keyframes arrX {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 0px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 1600px) {
  .overview {
    padding: 4.16vw 0 7.81vw 0;
  }
  .overview .toPage {
    margin-top: 1.97vw;
  }
  .overview .video_box {
    width: 55.5%;
  }
  .overview .video_box {
    margin-top: 2.34vw;
  }
  .team {
    padding: 5.2vw 0 calc(6.25vw - 1.56vw) 0;
  }
  .team .tab_con {
    margin-top: 2.6vw;
  }
  .team .tab > div {
    padding: 0.83vw 2.5vw;
    min-width: 180px;
  }
  .team .tab_con > .list {
    padding: 1.66vw 10px 1.56vw 10px;
    margin-bottom: 1.56vw;
  }
  .architecture {
    padding: 6.25vw 0 6.45vw 0;
  }
  .architecture img {
    margin-top: 3.125vw;
  }
  .subsidiaries .sub_tab_box .sub_tab {
    width: calc(100% - 10%);
  }
  .subsidiaries .sub_tab_box .sub_tab .list {
    padding: 1.87vw 54px;
  }
  .subsidiaries .sub_con {
    padding: 4.16vw 0 3.33vw 0;
  }
  .subsidiaries .sub_con .swiper-slide .list {
    padding: 1vw;
  }
  .development {
    padding: 4.16vw 0 8.85vw 0;
  }
  .development .con_box {
    margin-top: 4.16vw;
  }
  .development .con_box .swiper-slide {
    padding: 3.125vw 2vw 4.16vw 2vw;
  }
  .development .con_box .swiper-slide hr {
    margin: 1.56vw 0 3.125vw;
  }
  .development .con_box .swiper-slide .list .list_mes {
    margin-top: 1.35vw;
  }
  .development .con_box .swiper-slide .list {
    margin-bottom: 2.91vw;
  }
  .subsidiaries .sub_con .swiper-slide .list{
      flex: 0 0 calc((100% - 20px) / 3);
  }
  .subsidiaries .sub_con .swiper-slide .list:nth-child(5n) {
    margin-right: 10px;
}
.subsidiaries .sub_con .swiper-slide .list:nth-child(3n) {
    margin-right: 0px;
}
}
@media only screen and (max-width: 1440px) {
  .team .tab_con .list > hr {
    margin: 12px 0;
  }
  .team .tab > div {
    min-width: 140px;
  }
  .subsidiaries .sub_tab_box .sub_tab .list {
    padding: 1.87vw 40px;
  }
  .subsidiaries .sub_tab_box .sub_tab .list:after {
    height: 40px;
  }
  .development .con_box .swiper-slide .list:before {
    width: 10px;
    height: 10px;
  }
  .development .con_box .swiper-slide .list {
    padding-left: 20px;
  }
  .development .tab_box .swiper-slide {
    margin-right: 100px;
  }
  .development .tab_box .swiper-slide span:before {
    width: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .team .tab > div {
    padding: 10px 2.5vw;
  }
  .team .tab_con .list {
    flex: 0 0 calc((100% - 60px)/4);
  }
  .team .tab_con .list:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .team .tab_con .list:nth-child(4n) {
    margin-right: 0;
  }
  .subsidiaries .sub_tab_box .sub_tab {
    width: calc(100% - 5%);
  }
  .subsidiaries .sub_tab_box .sub_tab .list {
    padding: 1.87vw 28px;
  }
  .subsidiaries .sub_con .swiper-slide .list {
    flex: 0 0 calc((100% - 30px)/4);
    padding: 10px;
  }
  .subsidiaries .sub_con .swiper-slide .list:not(:nth-child(4n)) {
    margin-right: 10px;
  }
  .subsidiaries .sub_con .swiper-slide .list:nth-child(4n) {
    margin-right: 0;
  }
  .development .tab_box .swiper-slide {
    margin-right: 60px;
  }
  .development .tab_box .swiper-slide span:before {
    width: 110px;
  }
  .development .tab_box .swiper-slide span {
    margin-top: 10px;
  }
  .subsidiaries .sub_con .sw-box .swiper-button-next::after,.subsidiaries .sub_con .sw-box .swiper-button-prev::after{
    font-size: 30px;
}
.subsidiaries .sub_con .sw-box .swiper-button-next{
        right: -40px;
}
.subsidiaries .sub_con .sw-box .swiper-button-prev{
    left:-40px;
}
}
@media only screen and (max-width: 998px) {
  .development .line,
  .architecture .line,
  .team .line,
  .overview hr {
    width: 40px;
    height: 2px;
    margin-top: 15px;
  }
  .overview .toPage a {
    padding: 9px 21px;
  }
  .overview .toPage a svg {
    width: 15px;
    height: 15px;
    margin-left: 19px;
  }
}
@media only screen and (max-width: 768px) {
    .subsidiaries .sub_con .sw-box .swiper-button-next{
        right: 0px;
}
.subsidiaries .sub_con .sw-box .swiper-button-prev{
    left:0px;
}
    .overview .mes{
        text-align: justify;
        
    }
  .development {
    padding: 40px 0 100px 0;
  }
  .overview {
    padding: 40px 0;
  }
  .subsidiaries .sub_con,
  .team {
    padding: 40px 0 30px 0;
  }
  .overview .toPage {
    margin-top: 20px;
  }
  .overview .video_box {
    width: 100%;
  }
  .overview .video_box .video_btn svg {
    width: 40px;
    height: 40px;
  }
  .overview .video_box {
    margin-top: 20px;
  }
  .development .tab_box {
    margin-top: 20px;
  }
  .development .tab_box .swiper-slide {
    margin-right: 10px;
  }
  .development .tab_box .swiper-slide p {
    height: 20px;
  }
  .development .tab_box .swiper-slide span:before {
    width: 60px;
    height: 2px;
  }
  .development .tab_box .swiper-slide span {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
  .development .tab_box .swiper-slide-thumb-active span:after {
    width: 6px;
    height: 6px;
  }
  .team .tab_con {
    margin-top: 20px;
  }
  
  .team .tab > div {
    min-width: auto;
    padding: 10px 20px;
    flex: 0 0 auto;
    margin: 0 10px 0 0;
    box-shadow: 0px 4px 10px rgba(5, 5, 51, 0.06);
  }
  .team .tab_con .list {
    flex: 0 0 calc((100% - 10px)/2);
    box-shadow: 0px 4px 10px rgba(5, 5, 51, 0.06);
    margin-bottom: 10px;
  }
  .team .tab_con .list:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .team .tab_con .list:nth-child(2n) {
    margin-right: 0;
  }
  .architecture img {
    margin-top: 20px;
  }
  .development .con_box .swiper-slide {
    padding: 20px ;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .subsidiaries .sub_tab_box .sub_tab .list {
    padding: 16px 28px;
  }
  .subsidiaries .sub_tab_box .sub_tab .list:after {
    height: 32px;
  }
  .subsidiaries .sub_con .swiper-slide .list {
    flex: 0 0 calc((100% - 10px)/2);
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .subsidiaries .sub_con .swiper-slide{
      justify-content: space-between;
  }
  .subsidiaries .sub_con .swiper-slide .list:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .subsidiaries .sub_con .swiper-slide .list:nth-child(2n) {
    margin-right: 0;
  }
  .subsidiaries .sub_con .sw-box .swiper-button-next, .subsidiaries .sub_con .sw-box .swiper-button-prev{
      display: none;
  }
  .overview .video_box .video_btn{
      display: none;
  }
  .team .tab_con>div:nth-child(2) .list {
    flex: 0 0 calc((100% - 10px) / 2);
}
.team .tab_con>div{
    justify-content: space-between;
}
}
