body{
  -webkit-text-size-adjust: 100% !important;
}
.banner img {
  width: 100%;
}
.banner {
  position: relative;
}
.text {
  position: absolute;
  top: 30%;
  left: auto;
  right: 30%;
  /* background: rgb(194, 24, 9); */
  padding: 20px 40px 20px 40px;
  width: 460px;
  color: #fff;
}
.banner-insert {
  left: auto;
  right: 30%;
}

.triangle {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0;
  top: 65px;
  border-right: none;
  border-left: 18px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.main-content-wrapper {
  width: 76.5%;
  margin: 0 auto;
}

.breadcrumb-nav {
  display: none;
  padding: 12px 10px;
  align-items: center;
}

.breadcrumb-nav .breadcrumb-nav-item {
  display: inline-block;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #8f8f8f;
  line-height: 22px;
}

.breadcrumb-nav .breadcrumb-nav-item a {
  color: #8f8f8f;
}
.breadcrumb-nav .breadcrumb-nav-item span {
  margin: 0 10px;
  font-size: 16px;
}
.breadcrumb-nav .breadcrumb-nav-item:last-child a {
  color: #484848;
  font-weight: bold;
  cursor: auto;
}

@media screen and (max-width: 768px) {
  .main-content-wrapper {
    width: 100%;
  }
  .breadcrumb-nav {
    display: flex;
  }
}

.tab-swtich-container {
  margin: -30px auto 0 auto;
  /* justify-content: space-between; */
  position: relative;
}

.tab-swtich-container .tab-item {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 33%;
  background-color: rgb(184, 184, 184);
  transition: all 0.3s;
  cursor: pointer;
  float: left;
  margin-right: 0.26%;
}
.tab-swtich-container .tab-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  .tab-swtich-container {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .tab-swtich-container .tab-item {
    line-height: 48px;
  }
  .tab-swtich-container {
    margin-top: -29px;
  }
}
@media screen and (max-width: 1280px) {
  .tab-swtich-container .tab-item {
    line-height: 36px;
  }
  .tab-swtich-container {
    margin-top: -22px;
  }
}
@media screen and (max-width: 992px) {
  .tab-swtich-container .tab-item {
    line-height: 32px;
  }
  .tab-swtich-container {
    margin-top: -18px;
  }
}
@media screen and (max-width: 768px) {
  .tab-swtich-container {
    margin-top: 0;
  }
  .tab-swtich-container .tab-item {
    font-size: 14px;
    line-height: 33px;
  }
  .text {
    width: 208px;
    top: 22%;
    padding: 19px 24px 20px 26px;
    right: 35px;
  }
  .banner-insert {
    top: 22%;
    right: 35px;
  }
}
.tab-swtich-container .tab-item.active {
  background-color: rgb(197, 37, 36);
}
.pharma-btn-wrapper {
  padding: 10px 0;
}
.enter-website-btn {
  width: 132px;
  height: 32px;
  background: #faf9f7;
  border: 1px solid #ff0000;
  border-radius: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ff0000;
  line-height: 30px;
  text-align: center;
  margin: 15px auto;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
}
.enter-website-btn a {
  color: #ff0000;
}
.enter-website-btn:hover {
  background: #ff0000;
  color: #faf9f7;
}
.enter-website-btn:hover a {
  color: #faf9f7;
}
@media screen and (max-width: 768px) {
  .enter-website-btn {
    font-size: 12px;
    line-height: 23px;
    width: 100px;
    height: 23px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    margin: 20px auto;
    min-width: 100px;
  }
}

/* tab-content */
.tab-content .tab-content-item {
  padding: 80px 0 150px 0;
  /*display: none;*/
}

.section-title {
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #555555;
  line-height: 21px;
  margin-bottom: 26px;
  text-align: center;
}
.tab-content-item {
  padding: 30px 0 20px 0;
  width: 100%;
  margin: 0 auto;
}
.three-column-container {
  /* flex-direction: column;
  padding-top: 0;
  width: 100%;
  margin: 0 auto;
  display: flex; */
}
.column-item-icon {
  width: 80px;
  height: 80px;
  margin: 0;
  position: absolute;
  flex-shrink: 0;
}
.column-item-icon img{
  width: 100%;
  height: 100%;
}
.three-column-item {
  padding: 10px 10px 10px 0px;
  margin-right: 0;
  margin-bottom: 24px;
  display: flex;
  margin-left: 40px;
  background-color: rgba(242, 242, 242, 1);
  text-align: center;
}
.column-item-details {
  padding-left: 50px;
}
.column-item-details-intro {
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #555555;
  line-height: 20px;
  height: 60px;
  text-align: left;
}
.four-column-item {
  width: 100%;
  /* float: left; */
  background-color: rgba(242, 242, 242, 1);
  padding: 26px 40px;
  text-align: left;
  margin-bottom: 20px;
  min-height: 260px;
  border: 1px solid #9D9D9D;
}
.four-column-item-details-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #555555;
  line-height: 24px;
  text-align: left;
  margin-bottom: 23px;
}
.four-column-item-details-intro {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
  text-align: left;
}
.four-column-item:hover {
  color:#ffffff;
  background-color:#FF0000
}
.four-column-item:hover .four-column-item-details-title,
.four-column-item:hover .four-column-item-details-intro,
.four-column-item:hover span {
  color: #ffffff!important;
}

.inner-padding-container {
  color: #555555;
}

.tab-content-item.pharma .pharma-logo {
  display: block;
  margin: 0 auto;
  width: 238px;
}
.tab-content-item.pharma .pharma-title {
  color: #555555;
  font-size: 26px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}

.tab-content-item.pharma .pharma-intro {
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  text-indent: 36px;
}
.tab-content-item.pharma .pharma-intro span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tab-content .tab-content-item {
    padding: 20px 0px;
    /*display: none;*/
  }
  .tab-content .tab-content-item.health {
    padding: 0;
  }
  .tab-content-item.pharma .pharma-title {
    font-size: 20px;
    margin-top: 34px;
  }
  .tab-content-item.pharma .pharma-intro {
    font-size: 14px;
    text-indent: 28px;
    line-height: 1.8;
  }
  .tab-content-item.pharma .pharma-logo {
    width: 154px;
    height: 37px;
  }
}

.member-section-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #555555;
  margin: 100px 0 27px 0;
}

@media screen and (max-width: 768px) {
  .member-section-title {
    /* 28+6 */
    font-size: 22px;
    margin: 60px 0 30px 0;
  }
}
.member-container .member-item {
  width: 100%;
  /* height: 255px; */
  display: flex;
  margin-bottom: 100px;
}
.member-container .member-item:last-child {
  margin-bottom: 0;
}
.member-item .member-left {
  width: 28%;
  flex-shrink: 0;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
.member-left .member-logo {
  width: 75%;
  height: auto;
  position: absolute;
  top: 70px;
  left: 0;
}
.member-item .member-right {
  padding-left: 6%;
  /* padding-bottom: 15px; */
  border-left: 1px solid rgba(132, 132, 132, 0.6);
  position: relative;
  width: 72%;
}
.member-item .member-right::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -11px;
  top: 66px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
  z-index: 1;
}
.member-item .member-right::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 66px;
  left: -1px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #e20020;
}
.member-right .member-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #555555;
  line-height: 32px;
  margin-bottom: 5px;
}
.member-right .member-intro {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #484848;
  line-height: 24px;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 2px;
}
.toggle-all-btn .toggle-all-core .toggle-text {
  padding: 4px 0;
  border-bottom: 1px solid #ff0000;
}
.toggle-all-btn .down-arrow {
  /* text-decoration: none; */
  display: inline-block;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.toggle-all-btn .down-arrow.is-expand {
  transform: rotate(90deg);
}
.member-right .enter-website-btn {
  margin-left: 0;
  margin-right: 0;
}

.member-right .member-bottom {
  display: flex;
  flex-wrap: wrap;
}
.member-bottom .toggle-all-btn {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  /* text-decoration: underline; */
  color: #ff0000;
  line-height: 32px;
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.member-bottom .toggle-all-core {
  cursor: pointer;
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .member-container .member-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .member-item .member-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .member-item .member-right {
    width: 100%;
    padding-left: 34px;
  }
  .member-right .member-title {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .member-left .member-logo {
    width: 50%;
    position: static;
  }
  .member-right .member-intro {
    font-size: 12px;
    line-height: 24px;
  }
  .member-right .member-bottom {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
  }
  .member-bottom .toggle-all-btn {
    width: 65%;
    font-size: 12px;
  }
  .member-bottom .enter-website-btn {
    width: 35%;
  }
  .member-item .member-right::before {
    top: 44px;
    left: -9px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #fff;
    z-index: 1;
  }
  .member-item .member-right::after {
    top: 44px;
    left: -1px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #e20020;
  }
}
@media screen and (max-width: 500px) {
  .member-left .member-logo {
    width: 40%;
  }
  .member-item .member-right {
    padding-left: 24px;
  }
}
/* 大健康产业 */
.health-section-title {
  /* 28+6 */
  padding-left: 34%;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #555555;
  margin: 200px 0 72px 0;
}
.health-section-title:first-child {
  margin-top: 20px;
}
.health-member-item {
  padding-bottom: 100px;
}
.health-member-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .health-section-title {
    /* 28+6 */
    padding-left: 0;
    font-size: 22px;
    margin: 60px 0 30px 0;
  }
  .health-section-title:first-child {
    margin-top: 30px;
  }
  .health-member-item {
    position: relative;
    box-shadow: 0px 5px 12px 1px rgb(4 0 0 / 13%);
    padding: 40px 30px 60px 30px;
  }
  .health-member-item:last-child {
    padding-bottom: 70px;
    margin-bottom: 80px;
  }
}

/* 资本 */

.tab-content-item.capital .capital-logo {
  display: block;
  margin: 0 auto 10px;
  width: 378px;
}
.tab-content-item.capital .capital-title {
  color: #555555;
  font-size: 32px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}

.tab-content-item.capital .capital-intro {
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  text-indent: 36px;
}

@media screen and (max-width: 768px) {
  .tab-content-item.capital {
    padding: 40px 30px 60px 30px;
    box-shadow: 0px 5px 12px 1px rgb(4 0 0 / 13%);
    margin-bottom: 50px;
  }
  .tab-content-item.capital .capital-title {
    font-size: 20px;
    margin-top: 34px;
  }
  .tab-content-item.capital .capital-intro {
    font-size: 14px;
    text-indent: 28px;
    line-height: 1.8;
  }
  .tab-content-item.capital .capital-logo {
    width: 250px;
  }
}

/* 国际 */
.tab-content-item.international {
  padding-top: 0;
}
.tab-content-item.international .international-title {
  color: #555555;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.tab-content-item.international .international-title span {
  display: block;
  margin-top: 10px;
}
.tab-content-item.international .international-intro {
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  text-indent: 36px;
}

.tab-content-item.international .bottom-shadow-box {
  padding: 80px 30px 60px 30px;
}
@media screen and (max-width: 768px) {
  .tab-content-item.international {
    padding: 0;
  }
  .tab-content-item.international .bottom-shadow-box {
    padding: 60px 30px 60px 30px;
    box-shadow: 0px 5px 12px 1px rgb(4 0 0 / 13%);
  }
  .tab-content-item.international .bottom-shadow-box:last-child {
    margin-bottom: 40px;
  }
  .tab-content-item.international .international-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .tab-content-item.international .international-intro {
    font-size: 14px;
    text-indent: 28px;
    line-height: 1.8;
  }
  .research-story h2 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-weight: 500;
    color: #313333;
    letter-spacing: 0;
    text-align: center;
  }
  .story-router {
    /* height: 40rem; */
  }
  .research-story .story-item-text {
    position: relative;
  }
  .research-story .story-item-text .time {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center; /* 添加此行以实现垂直居中 */
    /* margin: 20px 0 28px; */
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #dc162d;
    height: 60px;
    opacity: 75%;
  }
  .research-story .story-box:nth-of-type(1) {
    margin: 0 auto;
    margin-bottom: 7.92rem;
    margin-top: -60px;
  }
  .research-story .story-box:nth-of-type(2) {
    margin: 0 auto;
    margin-bottom: 7.92rem;
    margin-top: -60px;
  }
  .research-story .story-box:nth-of-type(3) {
    margin: 0 auto;
    margin-bottom: 7.92rem;
    margin-top: -60px;
  }
  .research-story .story-item-text .item-konw {
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #e10020;
    margin: 0;
    width: 100%;
    text-align: right;
    height: 36px;
  }
  .research-story .story-item-text .info {
    font-size: 12px;
    color: #585858;
    font-weight: 400;
    line-height: 18px;
    height: auto;
    padding: 20px;
  }
  .mob-arrow-right {
    display: inline-block;
  }
  .story-box {
    height: auto;
    width: 92%;
    margin: 0 auto;
    float: none;
    margin-bottom: 1.92rem;
    border: 1px solid #d1d1d1;
  }
  .infomation {
    /* display: flex;
    flex-direction: row; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #d1d1d1;
    flex-direction: column;
    margin-top: 3rem;
  }
  .infomation-item-first {
    color: #7b7b7b;
    padding: 10px 10px 10px 25px;
    width: 65%;
    position: relative;
    height: 110px;
    font-weight: bold;
    /* margin-bottom: 20px; */
    margin-left: 15%;
    margin-right: 15%;
  }
  .infomation-item {
    color: #7b7b7b;
    padding: 10px 10px 10px 25px;
    width: 75%;
    border-left: 2px solid #e20020;
    position: relative;
    /* height: 110px; */
    font-weight: bold;
    /* margin-bottom: 20px; */
    margin-left: 15%;
    margin-right: 15%;
  }
  .infomation-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -3px;
    top: 37px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff;
    z-index: 1;
  }
  .infomation-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 37px;
    left: -1px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #e20020;
  }
  .infomation-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
  }
  .infomation-item-txt {
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    line-height: 22px;
    /* margin-top: 10px; */
  }
  .infomation-img-item-title {
    font-size: 12px;
    font-weight: 400;
    color: #7b7b7b;
    text-align: center;
  }
  .infomation-img-item-title {
    font-size: 12px;
    font-weight: 400;
    color: #7b7b7b;
    text-align: center;
  }
  .infomation-item-img {
    text-align: center;
  }
  .about {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 50px;
    background-size: cover;
  }
  
  .about-item {
    position: relative;
    width: 48%;
    margin-bottom: 29%;
    /* height: 724px; */
    float: left;
    margin-top: 50px;
    padding-left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 6px;
  }
  .about-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .about-item .title {
    position: absolute;
    top: 20%;
    left: 17%;
  }
  
  /* #pc-about .about-item:nth-of-type(2) img {
    filter: none;
    -webkit-filter: none;
  } */
  #pc-about .about-item img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    width: 100%;
  }
  #pc-about .about-item-acive-img {
    filter: none !important;
    -webkit-filter: none !important;
  }
  /* .about-insert,
  .about-insert-content {
    display: none;
  }
  .container .conten .about .about-item:nth-of-type(2) .about-insert,
  .container .conten .about .about-item:nth-of-type(2) .about-insert-content {
    display: block;
  } */
  
  .about .about-item.active {
    margin-top: 10px;
    transition: all 0.3;
  }
  
  .about .about-item .title span {
    display: inline-block;
    padding-bottom: 17px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    color: #ffffff;
  }
  
  .about .about-item .title span:first-of-type {
    width: 100%;
  }
  
  .about .about-item .title span:last-of-type {
    border-top: 1px solid rgb(203, 203, 203);
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 1px;
    color: #fffefe;
  }
  
  .about .about-item .about-insert-content {
    position: absolute;
    /* width: 100%; */
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0% 11% 7% 11%;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #f8f8f8;
    text-align: center;
    font-weight: 600;
  }
  
  .about .about-item .about-insert-content-number {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7% 12% 24% 12%;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #f8f8f8;
    text-align: center;
    top: 0px;
    background-color: #e1e1e1;
    /* height: 10px; */
    line-height: 32px;
    font-weight: 600;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
  }
  
  .about .about-item .about-insert {
    position: absolute;
    width: 100%;
    height: 43px;
    bottom: 0;
    left: 0;
    background-color: rgba(85, 85, 85, 0.3);
  }
  
  .about .about-item.active .about-insert {
    background-color: #dc162d;
  }
  
  
  .about-core {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 1081px; */
    margin-top: 30px;
    padding-top: 98px;
    background-size: cover;
  }
  
  .about-core .about-core-item {
    position: relative;
    width: 27.48%;
    margin-bottom: 15%;
    /* height: 724px; */
    float: left;
    margin-top: 50px;
    padding-left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
  }
  .about-core .about-core-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .about-core-item .title {
    position: absolute;
    top: 20%;
    left: 17%;
  }
  
  /* #pc-about .about-item:nth-of-type(2) img {
    filter: none;
    -webkit-filter: none;
  } */
  #pc-about-core .about-core-item img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    width: 100%;
  }
  #pc-about-core .about-core-item-acive-img {
    filter: none !important;
    -webkit-filter: none !important;
  }
  
  .about-core .about-core-item:nth-of-type(2) {
    margin: 0 40px;
  }
  /* .about-insert,
  .about-insert-content {
    display: none;
  }
  .container .conten .about .about-item:nth-of-type(2) .about-insert,
  .container .conten .about .about-item:nth-of-type(2) .about-insert-content {
    display: block;
  } */
  
  .about-core .about-core-item.active {
    margin-top: 0px;
    transition: all 0.3;
  }
  
  .about-core .about-core-item .title span {
    display: inline-block;
    padding-bottom: 17px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    color: #ffffff;
  }
  
  .about-core .about-core-item .title span:first-of-type {
    width: 100%;
  }
  
  .about-core .about-core-item .title span:last-of-type {
    border-top: 1px solid rgb(203, 203, 203);
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 1px;
    color: #fffefe;
  }
  
  .about-core .about-core-item .about-core-insert-content {
    position: absolute;
    /* width: 100%; */
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0% 5% 7% 5%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
  }
  
  .about-core .about-core-item .about-core-insert {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    background-color: rgba(85, 85, 85, 0.3);
    mix-blend-mode: multiply;
  }
  
  .about-core .about-core-item.active .about-core-insert {
    background-color: #dc162d;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .about-core .about-core-item .about-core-insert {
      background-color: rgba(160, 13, 6, 0.75);
    }
  }
  
  .about-core .about-core-item .about-core-insert-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0px;
    left: 50%;
    margin-left: -3px;
    border-bottom: 18px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    z-index: 999;
  }
  
}
@media screen and (max-width: 500px) {
  .tab-content-item.international .bottom-shadow-box {
    padding: 40px 20px 40px 20px;
    box-shadow: 0px 5px 12px 1px rgb(4 0 0 / 13%);
  }
}
@media screen and (max-width: 360px) {
  .banner-insert,
  .text {
    top: 18%;
  }
}
@media screen and (max-width: 330px) {
  .banner-insert,
  .text {
    top: 16%;
  }
}
.enter-website-btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.enter-website-btn-wrapper:last-child {
  margin-bottom: 20px;
}
.enter-website-btn-wrapper .enter-website-btn {
  margin: 5px auto;
}
.enter-website-btn-wrapper h4 {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #484848;
  line-height: 32px;
  width: 280px;
  margin-right: 80px;
}

@media screen and (max-width: 1600px) {
  .enter-website-btn-wrapper h4 {
    margin-right: 40px;
    font-size: 16px;
    width: 230px;
  }
}

@media screen and (max-width: 1440px) {
  .tab-content-item.international .international-title span {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .enter-website-btn-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .enter-website-btn-wrapper h4 {
    margin-right: 0;
  }

  .enter-website-btn-wrapper .enter-website-btn {
    margin: 5px 0;
  }
}

@media screen and (max-width: 768px) {
  .tab-content-item.international
    .member-item.international
    .member-right
    .member-bottom {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .enter-website-btn-wrapper h4 {
    font-size: 12px;
    width: 190px;
  }
}
@media screen and (max-width: 360px) {
  .enter-website-btn-wrapper h4 {
    font-size: 12px;
    width: 100%;
  }
}

/* 轮播 */
#countBox{
  margin:80px auto 40px;
}
.countDom{
  display: none;
}
.flexDom{
  display: -webkit-flex; /* Safari */
  display: flex;
}
.countItem{
  flex: 1;
  text-align: center;
}
.countTop{
  font-size: 30px;
  color:#525252;
  font-weight: bold;
}
.countNum{
  color: #FF0000;
  font-size: 50px;
}
.countBottom{
  font-size: 16px;
  color: #535353;
}
#swiperBox{
  width: 100vw;
  text-align: center;
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: -30px;
  box-sizing: border-box;
  padding: 0 30px;
}
#swiperBox:before{
  content: ' ';
  width: 100%;
  height: 3px;
  background-color: #A5A6A6;
  position: absolute;
  top: 9px;
  left: 0;
}
.circle{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff0000;
}<!--0.00024199485778809-->