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

.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;
}

.section-title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4b4b4b;
  text-align: center;
  margin-bottom: 58px;
}

.section-intro {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 24px;
  text-align: center;
  margin-bottom: 33px;
}

.tab-content-item {
  padding: 90px 0 50px 0;
  /*width: 76.5%;*/
  margin: 0 auto;
}

.ziben-top {
  margin-top: 50px;
}

.tree-tab-content-item {
  padding: 50px 0 150px 0;
  /*width: 76.5%;*/
  margin: 0 auto;
}

.tab-content-item.framework {
  width: 100%;
}

.tab-content-item.framework .inner-padding-container {
  width: 76.5%;
  margin: 0 auto;
}

.three-column-container {
  /* width: 75%; */
  width: 950px;
  margin: 0 auto;
  /* display: flex; */
}

.four-column-container {
  /* width: 75%; */
  width: 950px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
}

.three-column-item {
  width: 27%;
  /* float: left; */
  background-color: rgba(242, 242, 242, 1);
  padding: 25px 25px 66px 25px;
  text-align: center;
  margin-right: 8%;
}

.three-column-item:last-child {
  margin-right: 0;
}

.four-column-item {
  width: 45%;
  float: left;
  background-color: rgba(242, 242, 242, 1);
  padding: 34px 50px 37px 50px;
  text-align: left;
  margin-right: 5%;
  margin-bottom: 20px;
  height: 400px;
  border: 1px solid #9D9D9D;
}
.four-column-item:hover {
  background-color:#FF0000
}
.four-column-item:hover .four-column-item-details-title,
.four-column-item:hover p,
.four-column-item:hover span{
  color: #ffffff !important;
}

.four-column-item:last-child {
  margin-right: 0;
  margin-bottom: 60px;
}
.four-column-item-details-title {
  font-size: 24px;
  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: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
  text-align: left;
}

.column-item-icon {
  width: 71%;
  margin: -47% auto 0 auto;
}

.column-item-icon img {
  width: 100%;
  border-radius: 50%;
}

.column-item-details-title {
  margin: 15px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 24px;
}

.column-item-details-intro {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 24px;
  text-align: left;
  margin-top: 32px;
}

.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;
}
.my-swiper {
  position: relative;
}
.video-prev{
  background: url('../img/icon/swiper-arrow-left.png');
  position: absolute;
  top: 64%;
  left: -2%;
  width: 15px;
  height: 61px;
  transform: translateY(-70px);
  cursor: pointer;
  background-size: contain;
}
.video-next{
  background: url('../img/icon/swiper-arrow-right.png');
  position: absolute;
  top: 64%;
  right: -2%;
  width: 15px;
  height: 61px;
  transform: translateY(-70px);
  cursor: pointer;
  background-size: contain;
}

@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: 32.8%;
  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 100px 0;
}

.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: 40px 30px;
    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:first-child .member-logo {
  /* width: 60%; */
  /* left: 10%; */
}
.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-left .bighealth {
  width: 60%;
  left: 10%;
}
.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 32px;
  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: 58px;
  text-indent: 36px;
}

.about {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 1081px; */
  margin-top: 30px;
  padding-top: 50px;
  padding-left: 4%;
  padding-right: 4%;
  background-size: cover;
}

.about-item {
  position: relative;
  width: 19%;
  margin-bottom: 15%;
  /* 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: 0px;
  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% 0% 7% 0%; */
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #f8f8f8;
  text-align: center;
  font-weight: 600;
  line-height: 42px;
}

.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;
}


.research-story {
  max-width: 1198px;
  margin: 0 auto 60px;
  cursor: pointer;
}
.research-story h2 {
  padding: 36px 0 42px;
  font-size: 30px;
  font-weight: 600;
  color: #595757;
  text-align: center;
}
.story-box {
  position: relative;
  top: 0;
  float: left;
  width: 31.3%;
}
.pc-story {
  display: block;
}
.mob-story {
  display: none;
}
.story-router {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 3px 16px 0px rgba(114, 114, 114, 0.2);
}
.research-story .story-box:nth-of-type(2),
.research-story .story-box:nth-of-type(3) {
  margin-left: 3%;
}
.story-item-img {
  overflow: hidden;
  text-align: center;
}
.story-box {
  transition: all 0.5s;
}
.story-box:hover {
  top: -12px;
}
.story-box:hover .story-item-text {
  border-bottom: 5px solid #ea0a2a;
}

.story-box:hover .story-item-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.story-router:hover img {
}
.research-story img {
  width: 100%;
  transition: all 0.8s;
}

.research-story .story-item-img {
  width: 100%;
}

.research-story .story-item-text {
  position: relative;
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  border-bottom: 5px solid #b5b5b6;
}
.research-story .story-item-text .time {
  display: flex;
  align-items: center; /* 添加此行以实现垂直居中 */
  /* margin: 20px 0 28px; */
  padding: 0 20px;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  background-color: #dc162d;
  opacity: 75%;
}

.research-story .story-item-text .item-content {
  padding: 20px;
}

.research-story .story-item-text .info {
  height: 25rem;
  overflow: auto;
}
.research-story .story-item-text .item-konw {
  width: 30.57%;
  /*height: 30px;*/
  margin: 26px 0 41px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e10020;
  line-height: 30px;
}
.research-story .story-item-text .item-konw:hover {
  background-color: #e10020;
}
.research-story .story-item-text .item-konw:hover a {
  color: #fff;
}
.research-story .story-item-text .item-konw a {
  text-decoration: none;
  color: #e10020;
}
.infomation {
  /* display: flex;
  flex-direction: row; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:30px;
  padding: 10px;
  border: 1px solid #d1d1d1;
}
.infomation-item-first {
  color: #7b7b7b;
  padding: 10px;
  width: calc(25% - 10px);
  position: relative;
  font-weight: bold;
}
.infomation-item {
  color: #7b7b7b;
  padding: 10px 10px 10px 25px;
  width: calc(25% - 10px);
  border-left: 2px solid #e20020;
  position: relative;
  /* height: 125px; */
  font-weight: bold;
}
.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;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .about .about-item .about-insert {
    background-color: rgba(160, 13, 6, 0.75);
  }
}

.about .about-item .about-insert-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0px;
  left: 50%;
  margin-left: -3px;
  border-bottom: 6px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  z-index: 999;
}

@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;
  }
}
@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{
  width: 80%;
  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;
}
#industrySwiper{
  text-align: center;
  position: relative;
  margin:40px 0 80px;
}
#industrySwiper:before{
  content: ' ';
  width: 100%;
  height: 3px;
  /* background-color: #A5A6A6; */
  background-image: -webkit-linear-gradient(to right, #fff, #A5A6A6, #A5A6A6, #A5A6A6, #fff);;
  background-image: -o-linear-gradient(to right, #fff, #A5A6A6, #A5A6A6, #A5A6A6, #fff);;
  background-image: -moz-linear-gradient(to right, #fff, #A5A6A6, #A5A6A6, #A5A6A6, #fff);;
  background-image: linear-gradient(to right, #fff, #A5A6A6, #A5A6A6, #A5A6A6, #fff);;
  position: absolute;
  top: 9px;
  left: 0;
}
.circle{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff0000;
}