@charset "UTF-8";
.banner-silder .menus {
  position: relative;
  z-index: 5000;
}
.banner-silder .silder {
  background: url('../images/new_2023/silder_bg.png') no-repeat center center;
  background-size: cover;
  height: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.banner-silder .swiper-pagination-bullet {
  background-image: url('../images/new_2023/unselect_point.png');
  background-color: transparent;
  width: 16px;
  height: 16px;
  opacity: 1;
}
.banner-silder .swiper-pagination-bullet-active {
  background-image: url('../images/new_2023/selected_point.png');
  background-color: transparent;
  width: 16px;
  height: 16px;
}
.banner_cover {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 800px;
}
.linkable {
  cursor: pointer;
}
.swiper-banner .swiper-wrapper {
  text-align: center;
}
.swiper-banner .swiper-pagination {
  bottom: 40px;
}
.award-bar {
  position: relative;
}
.heads {
  padding-top: 50px;
}
.heads .title {
  font-size: 36px;
  text-align: center;
  padding-bottom: 80px;
}
.heads .content {
  width: 1100px;
  margin: 0 auto;
}
.image-locations {
  min-height: 600px;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.map-image {
  float: right;
  width: 50%;
}
.map-image img {
  width: 100%;
}
.location-info {
  float: left;
  width: 50%;
}
.location-info .location-pt {
  padding-bottom: 30px;
  font-size: 15px;
  color: #767676;
}
.location-info .location-title {
  font-weight: bold;
  padding-bottom: 20px;
}
.location-info .location-desc {
  line-height: 25px;
}
.flexArea {
  display: flex;
}
.list_type {
  width: 100%;
}
.list_type .list_pt {
  float: left;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  font-size: 25px;
  cursor: pointer;
}
.list_type .selected {
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.list_view {
  position: relative;
}
.list_view .view_pt {
  width: 100%;
  display: none;
}
.list_view .industries {
  display: block;
}
.list_view .wbtn {
  border: 1px solid #8dd162;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.list_view .wbtn:hover {
  text-decoration: none;
}
.list_view .active {
  background-color: #8dd162 !important;
  color: #ffffff;
  font-weight: bold;
}
.list_view .portfolio-filter li a.active:before {
  background: none;
}
.list_view .portfolio-items {
  width: 100%;
}
.list_view .portfolio-filter {
  margin-bottom: 30px;
}
.list_view .portfolio-filter li {
  padding: 20px;
  padding-left: 0px;
}
.list_view .clientBox {
  margin: 0 auto;
}
.top_management_team {
  padding-top: 50px;
  padding-bottom: 50px;
}
.management_team {
  padding-top: 50px;
  padding-bottom: 50px;
}
.management-pt {
  border-bottom: 1px solid #57b86f;
  float: left;
  width: 21%;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.management-pt .management-face {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}
.management-pt .management-face img {
  width: 100%;
}
.management-pt .management-name {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #57b86f;
  padding-bottom: 10px;
  text-align: center;
}
.management-pt .management-position {
  color: #767676;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  height: 70px;
}
.management-pt .management-description {
  height: 0px;
  overflow: hidden;
  padding-top: 40px;
}
.management-pt.hovered {
  border-bottom: 3px solid #57b86f;
}
.location_icon {
  background: url('../images/new_2023/location_icon.png') left center no-repeat;
  padding-left: 20px;
  color: #57b86f;
  margin: 0 auto;
  font-size: 20px;
}
.work_team {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.work-pt {
  float: left;
  width: 22%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
  min-height: 285px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.work-image {
  position: absolute;
  top: 0px;
  text-align: center;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  border: 1px solid #ffffff;
}
.work-image img {
  width: 100%;
}
.work-info.show {
  display: block;
}
.work-info {
  position: absolute;
  top: -12px;
  padding: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  overflow: hidden;
  width: 300px;
  height: 300px;
  z-index: 1000;
  display: none;
}
.work-info .work-name {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #57b86f;
}
.work-info .location_icon {
  font-size: 15px;
}
.work-info .work-location {
  padding-top: 0px;
  padding-bottom: 20px;
}
.work-info .work-position {
  font-size: 15px;
  padding-bottom: 15px;
}
.work-info .work-personalities {
  padding-bottom: 15px;
  text-align: center;
}
.work-info .personality_box {
  float: left;
  background-color: #57b86f !important;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 10px 5px 10px;
  margin: 5px;
}
.personalArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.newsp .more-btn {
  width: auto !important;
  margin: 0 auto !important;
  margin-bottom: 30px !important;
}
.newsp .more-btn a {
  margin: 0 auto;
}
@media (max-width: 812px) {
  .heads .title {
    padding-bottom: 0px;
    font-size: 25px;
  }
  .banner {
    height: 500px;
  }
  .banner-silder .silder {
    width: 100%;
    height: 500px;
  }
  .banner_cover {
    background-position: center bottom;
    height: 500px;
  }
  .swiper-banner .swiper-pagination {
    bottom: 20px;
  }
  .locaiton-head .title {
    padding-bottom: 40px;
  }
  .image-locations {
    width: 100%;
    padding-top: 30px;
  }
  .map-image {
    float: left;
    width: 100%;
    text-align: center;
  }
  .map-image img {
    width: 80%;
  }
  .location-info {
    float: right;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .location-info .location-pt {
    font-size: 20px;
  }
  .portfolio-filter {
    width: 100%;
  }
  .heads .content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .list_view .wbtn {
    margin-right: 0px;
  }
  .list_type {
    padding-top: 30px;
  }
  .list_type .list_pt {
    width: 50%;
    text-align: center;
    margin-right: 0px;
    font-size: 22px;
  }
  .management-pt {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .management-pt .management-face img {
    width: 80%;
  }
  .management-pt .management-position {
    height: auto;
  }
  .work-pt {
    width: 48%;
    text-align: center;
    margin: 5px;
    margin-bottom: 30px;
  }
  .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    box-shadow: 1px 1px 7px;
  }
  .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
    box-shadow: 1px 1px 7px;
  }
  .list_view .portfolio-filter li {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .banner {
    height: 400px;
  }
  .banner-silder .silder {
    height: 400px;
  }
  .banner_cover {
    height: 400px;
  }
  .management-pt {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .management-pt .management-face img {
    width: 60%;
  }
  .work-pt {
    width: 100%;
  }
}
@media (max-width: 512px) {
  .banner {
    height: 330px;
  }
  .banner-silder .silder {
    height: 330px;
  }
  .banner_cover {
    height: 330px;
  }
}
@media (max-width: 425px) {
  .list_type .list_pt {
    font-size: 18px;
  }
  .project-item {
    height: 150px;
  }
  .project-item .portfolio-thumb img {
    width: 90% !important;
  }
}
@media (max-width: 400px) {
  .list_type .list_pt {
    font-size: 14px;
  }
  .fr .subS {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .list_view .portfolio-filter li {
    width: 100%;
    padding-top: 0px;
  }
  .list_view .wbtn {
    display: block;
    text-align: center;
  }
  .industries-items .clientBox {
    width: 100%;
  }
  .industries-items .clientBox .imgBox {
    width: 100%;
  }
  .industries-items .clientBox .imgBox .bottomImg {
    width: 100%;
  }
  .industries-items .clientBox .barBox {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .banner {
    height: 270px;
  }
  .banner-silder .silder {
    height: 270px;
  }
  .banner_cover {
    height: 270px;
  }
  .list_type .list_pt {
    font-size: 14px;
  }
}
