.ourTeams_page .banner {
  width: 100%;
  position: relative;
}
.ourTeams_page .banner .bg {
  height: 36.7708vw;
  background-color: #fff;
  position: relative;
  border-radius: 2.0833vw;
  overflow: hidden;
}
.ourTeams_page .banner .bg:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.ourTeams_page .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ourTeams_page .banner .text-box {
  position: absolute;
  bottom: 5.3646vw;
  left: 4.375vw;
}
.ourTeams_page .banner .text-box h1 {
  font-size: 5.2083vw;
  line-height: calc(121/100);
  color: #ffffff;
  font-family: 'CormorantBold';
}
.ourTeams_page .module_1 {
  margin-bottom: -5.2083vw;
  padding-bottom: 5.2083vw;
}
.ourTeams_page .module_1 .mod_container {
  padding: 5.3646vw 4.3229vw 5.2083vw;
  background-color: #edf4fa;
  position: relative;
  background-image: url(/themes/theme/img/introduction/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ourTeams_page .module_1 .mod_container .tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.9063vw;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_nav {
  display: flex;
  gap: 1.3021vw;
  align-items: center;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link {
  width: 14.7396vw;
  height: 2.8646vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Constantia';
  font-size: 1.0417vw;
  line-height: calc(24/20);
  color: #2D2D2D;
  border: 0.0521vw solid #707070;
  border-radius: 1.4583vw;
  cursor: pointer;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link.active,
.ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link:hover {
  color: #fff;
  background: #0073B5;
  border: 0.0521vw solid #0073B5;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel {
  display: none;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel.active {
  display: block;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 3.0729vw 1.0417vw;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li {
  padding: 2.0833vw 1.8229vw 2.3438vw;
  border-radius: 1.4583vw;
  background: #fff;
  transition: transform 0.2s ease;
  position: relative;
  cursor: pointer;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li > a {
  display: flex;
  flex-direction: column;
  gap: 1.7188vw;
  justify-content: flex-start;
  align-items: flex-start;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover {
  transition: background 0.2s ease;
  background: #0073b5;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box h4,
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box p {
  color: #fff;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn {
  background: #fff;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn span {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  background: url(/themes/theme/img/youshang.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(45deg);
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box {
  width: 18.1771vw;
  height: 16.3021vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box {
  max-width: 14.6875vw;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box h4 {
  font-family: 'CormorantBold';
  font-size: 1.4583vw;
  line-height: calc(34/28);
  color: #000;
  margin-bottom: 0.4688vw;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box p {
  font-family: 'Avenir LT Std';
  font-size: 0.9375vw;
  line-height: calc(26/18);
  color: #000;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn {
  width: 2.8646vw;
  height: 2.8646vw;
  border-radius: 50%;
  background: #CCCCCC;
  position: absolute;
  right: 1.8229vw;
  bottom: 2.6042vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn span {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  background: url(/themes/theme/img/rt.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1923px) {
  .ourTeams_page .banner {
    width: 100%;
    position: relative;
  }
  .ourTeams_page .banner .bg {
    height: 706px;
    background-color: #fff;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
  }
  .ourTeams_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .ourTeams_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ourTeams_page .banner .text-box {
    position: absolute;
    bottom: 103px;
    left: 84px;
  }
  .ourTeams_page .banner .text-box h1 {
    font-size: 100px;
    line-height: calc(121/100);
    color: #ffffff;
    font-family: 'CormorantBold';
  }
  .ourTeams_page .module_1 {
    margin-bottom: -100px;
    padding-bottom: 100px;
  }
  .ourTeams_page .module_1 .mod_container {
    padding: 103px 83px 100px;
    background-color: #edf4fa;
    position: relative;
    background-image: url(/themes/theme/img/introduction/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .ourTeams_page .module_1 .mod_container .tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 75px;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav {
    display: flex;
    gap: 25px;
    align-items: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link {
    width: 283px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Constantia';
    font-size: 20px;
    line-height: calc(24/20);
    color: #2D2D2D;
    border: 1px solid #707070;
    border-radius: 28px;
    cursor: pointer;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link.active,
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link:hover {
    color: #fff;
    background: #0073B5;
    border: 1px solid #0073B5;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 59px 20px;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li {
    padding: 40px 35px 45px;
    border-radius: 28px;
    background: #fff;
    transition: transform 0.2s ease;
    position: relative;
    cursor: pointer;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li > a {
    display: flex;
    flex-direction: column;
    gap: 33px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover {
    transition: background 0.2s ease;
    background: #0073b5;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box h4,
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box p {
    color: #fff;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn {
    background: #fff;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn span {
    display: block;
    width: 12px;
    height: 12px;
    background: url(/themes/theme/img/youshang.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(45deg);
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box {
    width: 349px;
    height: 313px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box {
    max-width: 282px;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box h4 {
    font-family: 'CormorantBold';
    font-size: 28px;
    line-height: calc(34/28);
    color: #000;
    margin-bottom: 9px;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box p {
    font-family: 'Avenir LT Std';
    font-size: 18px;
    line-height: calc(26/18);
    color: #000;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #CCCCCC;
    position: absolute;
    right: 35px;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn span {
    display: block;
    width: 12px;
    height: 12px;
    background: url(/themes/theme/img/rt.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1918px) {
  .ourTeams_page .banner {
    width: 100%;
    position: relative;
  }
  .ourTeams_page .banner .bg {
    height: 36.7708vw;
    background-color: #fff;
    position: relative;
    border-radius: 2.0833vw;
    overflow: hidden;
  }
  .ourTeams_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .ourTeams_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ourTeams_page .banner .text-box {
    position: absolute;
    bottom: 5.3646vw;
    left: 4.375vw;
  }
  .ourTeams_page .banner .text-box h1 {
    font-size: 5.2083vw;
    line-height: calc(121/100);
    color: #ffffff;
    font-family: 'CormorantBold';
  }
  .ourTeams_page .module_1 {
    margin-bottom: -5.2083vw;
    padding-bottom: 5.2083vw;
  }
  .ourTeams_page .module_1 .mod_container {
    padding: 5.3646vw 4.3229vw 5.2083vw;
    background-color: #edf4fa;
    position: relative;
    background-image: url(/themes/theme/img/introduction/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .ourTeams_page .module_1 .mod_container .tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.9063vw;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav {
    display: flex;
    gap: 1.3021vw;
    align-items: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link {
    width: 14.7396vw;
    height: 2.8646vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Constantia';
    font-size: 1.0417vw;
    line-height: calc(24/20);
    color: #2D2D2D;
    border: 0.0521vw solid #707070;
    border-radius: 1.4583vw;
    cursor: pointer;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link.active,
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link:hover {
    color: #fff;
    background: #0073B5;
    border: 0.0521vw solid #0073B5;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel {
    display: none;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel.active {
    display: block;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 3.0729vw 1.0417vw;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li {
    padding: 2.0833vw 1.8229vw 2.3438vw;
    border-radius: 1.4583vw;
    background: #fff;
    transition: transform 0.2s ease;
    position: relative;
    cursor: pointer;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li > a {
    display: flex;
    flex-direction: column;
    gap: 1.7188vw;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover {
    transition: background 0.2s ease;
    background: #0073b5;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box h4,
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box p {
    color: #fff;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn {
    background: #fff;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn span {
    display: block;
    width: 0.625vw;
    height: 0.625vw;
    background: url(/themes/theme/img/youshang.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(45deg);
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box {
    width: 18.1771vw;
    height: 16.3021vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box {
    max-width: 14.6875vw;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box h4 {
    font-family: 'CormorantBold';
    font-size: 1.4583vw;
    line-height: calc(34/28);
    color: #000;
    margin-bottom: 0.4688vw;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box p {
    font-family: 'Avenir LT Std';
    font-size: 0.9375vw;
    line-height: calc(26/18);
    color: #000;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn {
    width: 2.8646vw;
    height: 2.8646vw;
    border-radius: 50%;
    background: #CCCCCC;
    position: absolute;
    right: 1.8229vw;
    bottom: 2.6042vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn span {
    display: block;
    width: 0.625vw;
    height: 0.625vw;
    background: url(/themes/theme/img/rt.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 992px) {
  .ourTeams_page .banner {
    width: 100%;
    padding-top: 22.2222vw;
  }
  .ourTeams_page .banner .bg {
    height: unset;
    background-color: #fff;
    position: relative;
    border-radius: 0;
  }
  .ourTeams_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .ourTeams_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ourTeams_page .banner .text-box {
    position: absolute;
    bottom: 9.7222vw;
    left: 4.4444vw;
  }
  .ourTeams_page .banner .text-box h1 {
    font-size: 7.2222vw;
  }
  .ourTeams_page .module_1 .mod_container {
    padding: 11.1111vw 4.4444vw 13.8889vw;
    background-size: 120% 100%;
  }
  .ourTeams_page .module_1 .mod_container .tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.2222vw;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    align-items: stretch;
    justify-content: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link {
    padding: 2.7778vw 0;
    width: 49%;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.8889vw;
    border-radius: 5.5556vw;
    cursor: pointer;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link.active,
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link:hover {
    color: #fff;
    background: #0073B5;
    border: 0.2778vw solid #0073B5;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 5.5556vw 0;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li {
    width: 49%;
    height: unset;
    border-radius: 3.3333vw;
    background: #fff;
    border: 0.2778vw solid #FFFFFF;
    padding: 1.6667vw 1.6667vw 2.7778vw;
    display: flex;
    flex-direction: column;
    gap: 3.3333vw;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover {
    transition: background 0.2s ease;
    background: #0073b5;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box h4,
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box p {
    color: #fff;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn {
    background: #fff;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn span {
    display: block;
    width: 2.2222vw;
    height: 2.2222vw;
    background: url(/themes/theme/img/youshang.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(45deg);
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box {
    max-width: 34.7222vw;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box h4 {
    font-size: 3.8889vw;
    line-height: calc(34/28);
    margin-bottom: 2.5vw;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box p {
    font-size: 3.3333vw;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn {
    width: 6.6667vw;
    height: 6.6667vw;
    border-radius: 50%;
    background: #CCCCCC;
    position: absolute;
    right: 1.3889vw;
    bottom: 6.9444vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn span {
    display: block;
    width: 2.2222vw;
    height: 2.2222vw;
    background: url(/themes/theme/img/rt.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 361px) {
  .ourTeams_page .banner {
    width: 100%;
    padding-top: 80px;
  }
  .ourTeams_page .banner .bg {
    height: unset;
    background-color: #fff;
    position: relative;
    border-radius: 0;
  }
  .ourTeams_page .banner .bg:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .ourTeams_page .banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .ourTeams_page .banner .text-box {
    position: absolute;
    bottom: 35px;
    left: 16px;
  }
  .ourTeams_page .banner .text-box h1 {
    font-size: 26px;
  }
  .ourTeams_page .module_1 {
    margin-bottom: -80px;
    padding-bottom: 80px;
  }
  .ourTeams_page .module_1 .mod_container {
    padding: 40px 16px 50px;
    background-size: 120% 100%;
  }
  .ourTeams_page .module_1 .mod_container .tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    align-items: stretch;
    justify-content: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link {
    padding: 10px 0;
    width: 49%;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Constantia';
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link.active,
  .ourTeams_page .module_1 .mod_container .tabs .tab_nav .tab_link:hover {
    color: #fff;
    background: #0073B5;
    border: 1px solid #0073B5;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px 0;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li {
    width: 49%;
    height: unset;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #FFFFFF;
    padding: 6px 6px 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover {
    transition: background 0.2s ease;
    background: #0073b5;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box h4,
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .txt_box p {
    color: #fff;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn {
    background: #fff;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li:hover .go_btn span {
    display: block;
    width: 8px;
    height: 8px;
    background: url(/themes/theme/img/youshang.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(45deg);
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .img_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box {
    max-width: 125px;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box h4 {
    font-size: 14px;
    line-height: calc(34/28);
    margin-bottom: 9px;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .txt_box p {
    font-family: 'Avenir LT Std';
    font-size: 12px;
    line-height: calc(22/18);
    color: #000;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #CCCCCC;
    position: absolute;
    right: 5px;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ourTeams_page .module_1 .mod_container .tabs .tab_content .tab_panel ul li .go_btn span {
    display: block;
    width: 8px;
    height: 8px;
    background: url(/themes/theme/img/rt.png) no-repeat;
    background-size: 100% 100%;
  }
}
