:root {
  --theme: #0c4594;
  --duration: 0.45s;
  /* --- font40以下 */
  --font12: 12px;
  --font14: 14px;
  --font15: clamp(14px, 0.7813vw, 15px);
  --font16: 16px;
  --font17: clamp(16px, 0.8854vw, 17px);
  --font18: clamp(16px, 0.9375vw, 18px);
  --font20: clamp(16px, 1.0417vw, 20px);
  --font22: clamp(16px, 1.1458vw, 22px);
  --font24: clamp(17px, 1.25vw, 24px);
  --font26: clamp(18px, 1.3542vw, 26px);
  --font28: clamp(18px, 1.4583vw, 28px);
  --font30: clamp(20px, 1.5625vw, 30px);
  --font32: clamp(20px, 1.6667vw, 32px);
  --font34: clamp(22px, 1.7708vw, 34px);
  --font36: clamp(22px, 1.875vw, 36px);
  --font38: clamp(24px, 1.9792vw, 38px);
  /* --- font40 */
  --font40: clamp(23px, 2.0833vw, 40px);
  --font42: clamp(24px, 2.1875vw, 42px);
  --font44: clamp(24px, 2.2917vw, 44px);
  --font46: clamp(25px, 2.3958vw, 46px);
  --font48: clamp(26px, 2.5vw, 48px);
  /* --- font50 */
  --font50: clamp(28px, 2.6042vw, 50px);
  --font52: clamp(28px, 2.7083vw, 52px);
  --font54: clamp(28px, 2.8125vw, 54px);
  --font56: clamp(28px, 2.9167vw, 56px);
  --font58: clamp(29px, 3.0208vw, 58px);
  /* --- font60 */
  --font60: clamp(30px, 3.125vw, 60px);
  --font62: clamp(31px, 3.2292vw, 62px);
  --font64: clamp(31px, 3.3333vw, 64px);
  --font66: clamp(31px, 3.4375vw, 66px);
  --font68: clamp(31px, 3.5417vw, 68px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 3.6458vw, 70px);
  --font72: clamp(32px, 3.75vw, 72px);
  --font80: clamp(32px, 4.1667vw, 80px);
  --font88: clamp(32px, 4.5833vw, 88px);
  --space-min: 30px;
  --space: 45px;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url(https://font.fonwi.com/xinweb/commonFonts/SourceHanSansCN-Regular.otf);
  font-display: swap;
}
@font-face {
  font-family: SourceHanSansCN-Light;
  src: url(https://font.fonwi.com/xinweb/commonFonts/SourceHanSansCN-Light.otf);
  font-display: swap;
}
@font-face {
  font-family: SourceHanSansCN-Bold;
  src: url(https://font.fonwi.com/xinweb/commonFonts/SourceHanSansCN-Bold.otf);
  font-display: swap;
}
@font-face {
  font-family: SourceHanSansCN-Medium;
  src: url(https://font.fonwi.com/xinweb/commonFonts/SourceHanSansCN-Medium.otf);
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS_Sans_SC_Light;
  src: url(https://font.fonwi.com/xinweb/commonFonts/HarmonyOS_Sans_SC_Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: HarmonyOS Sans SC;
  src: url(https://font.fonwi.com/xinweb/commonFonts/HarmonyOS_Sans_SC_Regular.ttf);
  font-display: swap;
}
html {
  font-size: 16px;
}
body {
  font-family: "SourceHanSansCN-Regular", sans-serif;
}
.n-wrap {
  max-width: 1536px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .n-wrap {
    width: 92%;
  }
}
.common-n-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
}
/* 公司介绍 */
.about-intro {
  padding-top: clamp(45px, 8.1771vw, 157px);
  padding-bottom: clamp(45px, 8.0208vw, 154px);
  overflow: hidden;
}
.about-intro .intro-wrap {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  display: flex;
  align-items: start;
}
.about-intro .intro-wrap .left {
  width: 48.828125%;
  flex-shrink: 0;
}
.about-intro .intro-wrap .left .left-title {
  font-weight: 400;
  font-size: var(--font32);
  color: #333333;
  line-height: 1.375;
  overflow-wrap: break-word;
  margin-bottom: max(0.61rem, 20px);
}
.about-intro .intro-wrap .left .left-desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.77777778;
  overflow-wrap: break-word;
  text-align: justify;
  text-indent: 2em;
}
.about-intro .intro-wrap .left .left-desc p:not(:last-child) {
  margin-bottom: clamp(10px, 1.0417vw, 20px);
}
.about-intro .intro-wrap .left .intro-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 10px;
  margin-top: clamp(20px, 5.7292vw, 110px);
}
.about-intro .intro-wrap .left .intro-list .item {
  display: flex;
  align-items: center;
}
.about-intro .intro-wrap .left .intro-list .item .icon {
  width: clamp(35px, 3.9063vw, 75px);
  height: auto;
  flex-shrink: 0;
}
.about-intro .intro-wrap .left .intro-list .item .icon img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.about-intro .intro-wrap .left .intro-list .item .item-text {
  margin-left: clamp(10px, 1.25vw, 24px);
}
.about-intro .intro-wrap .left .intro-list .item .item-text .text-top {
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN-Bold, sans-serif;
  font-weight: bold;
  font-size: var(--font48);
  color: #0c4594;
  line-height: 1;
  margin-bottom: clamp(10px, 0.9375vw, 18px);
}
.about-intro .intro-wrap .left .intro-list .item .item-text .text-bottom {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  overflow-wrap: break-word;
  line-height: 1;
}
.about-intro .intro-wrap .right {
  width: 45.37760417%;
  flex-shrink: 0;
  margin-left: auto;
}
.about-intro .intro-wrap .right .pic {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.about-intro .intro-wrap .right .pic:hover img {
  transform: scale(1.1);
}
.about-intro .intro-wrap .right .pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}
/* 公司愿景 */
.about-vision {
  padding-bottom: clamp(45px, 6.3021vw, 121px);
}
.about-vision .vision-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: clamp(35px, 4.0104vw, 77px);
  padding-bottom: clamp(35px, 4.0104vw, 77px);
  padding-left: clamp(15px, 3.1771vw, 61px);
  padding-right: clamp(15px, 4.4271vw, 85px);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
}
.about-vision .vision-wrap .left {
  width: 12.94964029%;
  flex-shrink: 0;
  overflow-wrap: break-word;
}
.about-vision .vision-wrap .left .zh {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: var(--font36);
  color: #ffffff;
  margin-bottom: clamp(10px, 1.0938vw, 21px);
}
.about-vision .vision-wrap .left .en {
  font-family: SourceHanSansCN-Bold, sans-serif;
  font-weight: bold;
  font-size: var(--font36);
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.22222222;
}
.about-vision .vision-wrap .right {
  width: 82.37410072%;
  flex-shrink: 0;
  background: #ffffff;
  box-shadow: 0px 0px clamp(30px, 5.7813vw, 111px) 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
  padding-top: clamp(20px, 3.4896vw, 67px);
  padding-bottom: clamp(20px, 3.4375vw, 66px);
  margin-left: clamp(20px, 3.5417vw, 68px);
}
.about-vision .vision-wrap .right .list {
  display: flex;
  justify-content: space-between;
}
.about-vision .vision-wrap .right .list .item {
  padding-left: 15px;
  padding-right: 15px;
  overflow-wrap: break-word;
}
.about-vision .vision-wrap .right .list .item:not(:last-child) {
  border-right: 1px solid #cccccc;
}
.about-vision .vision-wrap .right .list .item:nth-child(1) {
  width: 32.83842795%;
}
.about-vision .vision-wrap .right .list .item:nth-child(2) {
  width: 27.07423581%;
}
.about-vision .vision-wrap .right .list .item:nth-child(3) {
  width: 39.91266376%;
}
.about-vision .vision-wrap .right .list .item .icon {
  height: clamp(35px, 3.4896vw, 67px);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.about-vision .vision-wrap .right .list .item .icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.about-vision .vision-wrap .right .list .item .text {
  text-align: center;
  font-family: SourceHanSansCN-Medium, sans-serif;
  font-weight: 500;
  font-size: var(--font22);
  color: #1a3760;
  line-height: 1.45454545;
  overflow-wrap: break-word;
  margin-top: clamp(20px, 2.3958vw, 46px);
  padding-bottom: clamp(20px, 1.7708vw, 34px);
}
.mrna-page {
  padding-top: clamp(45px, 6.3542vw, 122px);
  padding-bottom: clamp(45px, 6.25vw, 120px);
}
.mrna-page .mrna-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(20px, 1.5104vw, 29px);
  margin-bottom: clamp(30px, 3.2292vw, 62px);
}
.mrna-page .mrna-list .item {
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: clamp(15px, 1.4583vw, 28px);
  padding-top: clamp(20px, 1.6667vw, 32px);
  padding-bottom: clamp(20px, 1.5625vw, 30px);
}
.mrna-page .mrna-list .item .icon {
  flex-shrink: 0;
  width: clamp(45px, 3.3854vw, 65px);
  height: clamp(45px, 3.3854vw, 65px);
  background: #1a3760;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: clamp(15px, 1.6667vw, 32px);
}
.mrna-page .mrna-list .item .icon img {
  max-width: 60%;
  max-height: 60%;
}
.mrna-page .mrna-list .item .text {
  flex: 1;
  min-width: 0;
}
.mrna-page .mrna-list .item .text .title {
  font-weight: 400;
  font-size: var(--font32);
  color: #333333;
  line-height: 1;
  margin-bottom: clamp(10px, 0.6771vw, 13px);
  overflow-wrap: break-word;
}
.mrna-page .mrna-list .item .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.mrna-page .mrna-desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.77777778;
  overflow-wrap: break-word;
  margin-bottom: clamp(30px, 3.8542vw, 74px);
  text-align: justify;
  text-indent: 2em;
}
.mrna-page .mrna-desc p:not(:last-child) {
  margin-bottom: clamp(10px, 0.7292vw, 14px);
}
.mrna-page .cate-list {
  --column-gap: clamp(20px, 2.7604vw, 53px);
}
.mrna-page .cate-list .pic-left {
  width: clamp(45px, 4.9479vw, 95px);
  flex-shrink: 0;
}
.mrna-page .cate-list .pic-left img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mrna-page .cate-list .pic-left .left-text {
  display: none;
}
.mrna-page .cate-list .pic-item1 {
  display: flex;
  margin-bottom: clamp(30px, 3.75vw, 72px);
}
.mrna-page .cate-list .pic-item1 .pic-right {
  flex: 1;
  margin-left: var(--column-gap);
}
.mrna-page .cate-list .pic-item1 .pic-right img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.mrna-page .cate-list .pic-item2 {
  display: flex;
  margin-bottom: clamp(30px, 3.75vw, 72px);
}
.mrna-page .cate-list .pic-item2 .pic-right {
  flex: 1;
  margin-left: var(--column-gap);
}
.mrna-page .cate-list .pic-item2 .pic-right .top-pic {
  display: flex;
  column-gap: clamp(20px, 2.0833vw, 40px);
  column-gap: 20px;
  border: clamp(2px, 0.2604vw, 5px) dashed #58b1c0;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.mrna-page .cate-list .pic-item2 .pic-right .top-pic .pic-item:hover img {
  transform: scale(1.05);
}
.mrna-page .cate-list .pic-item2 .pic-right .top-pic .pic-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: var(--duration);
}
.mrna-page .cate-list .pic-item2 .pic-right .bottom-pic {
  width: 100%;
}
.mrna-page .cate-list .pic-item2 .pic-right .bottom-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.mrna-page .cate-list .pic-item3 {
  display: flex;
}
.mrna-page .cate-list .pic-item3 .pic-right {
  flex: 1;
  margin-left: var(--column-gap);
}
.mrna-page .cate-list .pic-item3 .pic-right .top-pic {
  display: flex;
  column-gap: 20px;
  border: clamp(2px, 0.2604vw, 5px) dashed #58b1c0;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.mrna-page .cate-list .pic-item3 .pic-right .top-pic .pic-item:hover img {
  transform: scale(1.05);
}
.mrna-page .cate-list .pic-item3 .pic-right .top-pic .pic-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: var(--duration);
}
.mrna-page .cate-list .pic-item3 .pic-right .bottom-pic {
  width: 100%;
}
.mrna-page .cate-list .pic-item3 .pic-right .bottom-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.common-tab {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.common-tab .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.common-tab .list::before,
.common-tab .list::after {
  content: "";
  display: block;
  margin: auto;
}
.common-tab .tab-item {
  font-weight: 400;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.88888889;
  white-space: nowrap;
  padding: clamp(15px, 1.5625vw, 30px);
  transition: var(--duration);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  line-height: 1;
}
.common-tab .tab-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #0c4594;
  transition: var(--duration);
}
.common-tab .tab-item:not(:last-child) {
  margin-right: clamp(15px, 2.6042vw, 50px);
}
.common-tab .tab-item.active {
  color: #0c4594;
  font-size: var(--font20);
  font-weight: bold;
}
.common-tab .tab-item.active::after {
  width: 100%;
}
.common-tab .tab-item:hover {
  color: #0c4594;
}
.common-tab .tab-item:hover::after {
  width: 100%;
}
@media (max-width: 576px) {
  .common-tab .tab-item {
    font-size: 14px;
  }
}
.mrna-detail-page1 .detail1-intro {
  padding-top: clamp(45px, 6.1979vw, 119px);
  padding-bottom: clamp(45px, 6.0938vw, 117px);
}
.mrna-detail-page1 .detail1-intro .section1 {
  display: flex;
  align-items: center;
  margin-bottom: clamp(30px, 3.125vw, 60px);
  overflow: hidden;
}
.mrna-detail-page1 .detail1-intro .section1 .left {
  width: 48.50260417%;
  flex-shrink: 0;
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.77777778;
  overflow-wrap: break-word;
}
.mrna-detail-page1 .detail1-intro .section1 .left p {
  text-indent: 2em;
  text-align: justify;
}
.mrna-detail-page1 .detail1-intro .section1 .left p:not(:last-child) {
  margin-bottom: clamp(10px, 0.7292vw, 14px);
}
.mrna-detail-page1 .detail1-intro .section1 .right {
  width: 48.30729167%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
}
.mrna-detail-page1 .detail1-intro .section1 .right:hover img {
  transform: scale(1.1);
}
.mrna-detail-page1 .detail1-intro .section1 .right img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.mrna-detail-page1 .detail1-intro .section2 {
  padding-top: clamp(20px, 2.6042vw, 50px);
  padding-bottom: clamp(20px, 2.4479vw, 47px);
  padding-left: clamp(15px, 5.3646vw, 103px);
  padding-right: clamp(15px, 5.3646vw, 103px);
  background: #f7faff;
  border-radius: 10px;
  margin-bottom: clamp(30px, 3.2292vw, 62px);
  overflow: hidden;
}
.mrna-detail-page1 .detail1-intro .section2 .pic {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
}
.mrna-detail-page1 .detail1-intro .section3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(30px, 3.2292vw, 62px);
  overflow: hidden;
}
.mrna-detail-page1 .detail1-intro .section3 .left {
  width: 47.72135417%;
  flex-shrink: 0;
}
.mrna-detail-page1 .detail1-intro .section3 .left .pic {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.mrna-detail-page1 .detail1-intro .section3 .left .pic:hover img {
  transform: scale(1.1);
}
.mrna-detail-page1 .detail1-intro .section3 .left .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.mrna-detail-page1 .detail1-intro .section3 .right {
  width: 48.69791667%;
  flex-shrink: 0;
}
.mrna-detail-page1 .detail1-intro .section3 .right .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.77777778;
  overflow-wrap: break-word;
  margin-bottom: 20px;
  text-align: justify;
  text-indent: 2em;
}
.mrna-detail-page1 .detail1-intro .section3 .right .intro-area .intro-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #1a3760;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: clamp(20px, 1.4063vw, 27px);
}
.mrna-detail-page1 .detail1-intro .section3 .right .intro-area .intro-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(20px, 1.6146vw, 31px);
}
.mrna-detail-page1 .detail1-intro .section3 .right .intro-area .intro-list .item {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: clamp(20px, 2.5521vw, 49px);
  padding-bottom: clamp(20px, 2.5521vw, 49px);
  background: #f7faff;
  border-radius: 10px;
}
.mrna-detail-page1 .detail1-intro .section3 .right .intro-area .intro-list .item .data {
  font-family: SourceHanSansCN-Bold, sans-serif;
  font-weight: bold;
  font-size: var(--font48);
  color: #1a3760;
  line-height: 1;
  margin-bottom: clamp(20px, 2.2917vw, 44px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mrna-detail-page1 .detail1-intro .section3 .right .intro-area .intro-list .item .item-text {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.77777778;
  text-align: center;
}
.mrna-detail-page1 .detail1-intro .section4 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.mrna-detail-page1 .detail1-intro .section4 .left {
  width: 49.0234375%;
  flex-shrink: 0;
}
.mrna-detail-page1 .detail1-intro .section4 .left .desc-text {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.77777778;
  overflow-wrap: break-word;
  margin-bottom: clamp(20px, 2.9167vw, 56px);
  text-align: justify;
  text-indent: 2em;
}
.mrna-detail-page1 .detail1-intro .section4 .left .text-list .item {
  padding-top: clamp(20px, 1.4063vw, 27px);
  padding-bottom: clamp(20px, 1.4063vw, 27px);
  padding-left: clamp(15px, 1.7708vw, 34px);
  padding-right: clamp(15px, 2.5vw, 48px);
  background: #f7faff;
  border-radius: 10px;
}
.mrna-detail-page1 .detail1-intro .section4 .left .text-list .item:not(:last-child) {
  margin-bottom: 30px;
}
.mrna-detail-page1 .detail1-intro .section4 .left .text-list .item .item-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #1a3760;
  line-height: 1.33333333;
  margin-bottom: clamp(10px, 1.3542vw, 26px);
}
.mrna-detail-page1 .detail1-intro .section4 .left .text-list .item .item-desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 2;
  overflow-wrap: break-word;
  text-align: justify;
}
.mrna-detail-page1 .detail1-intro .section4 .right {
  width: 47.72135417%;
  flex-shrink: 0;
}
.mrna-detail-page1 .detail1-intro .section4 .right .pic {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.mrna-detail-page1 .detail1-intro .section4 .right .pic:hover img {
  transform: scale(1.1);
}
.mrna-detail-page1 .detail1-intro .section4 .right .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
}
.common-article-title {
  width: fit-content;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(20px, 2.0833vw, 40px);
  font-weight: bold;
  font-size: var(--font42);
  color: var(--theme);
}
.common-article-title::after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(5px, 0.5208vw, 10px);
  background-color: var(--theme);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(5px, 0.5208vw, 10px);
}
.news-list-page {
  padding-bottom: clamp(45px, 6.3021vw, 121px);
}
.news-list-page .news-list-main {
  padding-top: clamp(45px, 3.125vw, 60px);
}
.news-list-page .news-list-panel {
  display: flex;
  padding-left: clamp(15px, 1.0417vw, 20px);
  padding-top: 22px;
  padding-bottom: 20px;
  background: #ecf4ff;
  border-radius: 20px;
  margin-bottom: clamp(30px, 3.2813vw, 63px);
}
.news-list-page .news-list-panel:hover .pic img {
  transform: scale(1.1);
}
.news-list-page .news-list-panel:hover .text .title {
  color: var(--theme);
}
.news-list-page .news-list-panel .pic {
  position: relative;
  display: block;
  width: 47.75725594%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.news-list-page .news-list-panel .pic::after {
  content: "";
  display: block;
  padding-bottom: 85.08287293%;
}
.news-list-page .news-list-panel .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.news-list-page .news-list-panel .text {
  flex: 1;
  min-width: 0;
  padding-left: clamp(20px, 4.1667vw, 80px);
  padding-right: clamp(20px, 7.0833vw, 136px);
  padding-top: min(77px, 4.0104vw);
}
.news-list-page .news-list-panel .text .time-line {
  display: flex;
  align-items: center;
  margin-bottom: clamp(20px, 2.3438vw, 45px);
}
.news-list-page .news-list-panel .text .time-line .icon {
  flex-shrink: 0;
  margin-right: clamp(10px, 0.625vw, 12px);
  width: 13px;
}
.news-list-page .news-list-panel .text .time-line span {
  line-height: 1;
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #999999;
}
.news-list-page .news-list-panel .text .title {
  font-weight: 400;
  font-size: var(--font32);
  color: #333333;
  line-height: 1.4375;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: clamp(20px, 1.6146vw, 31px);
  transition: var(--duration);
}
.news-list-page .news-list-panel .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 1.625;
}
.news-list-page .news-list-panel .text .btn {
  width: 190px;
  height: 46px;
  background: #0c4594;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-top: clamp(20px, 3.125vw, 60px);
}
.news-list-page .news-list-panel .text .btn span {
  font-weight: 400;
  font-size: var(--font16);
  line-height: 1;
  color: #ffffff;
}
.news-list-page .news-list-panel .text .btn img {
  flex-shrink: 0;
  margin-left: clamp(10px, 0.9896vw, 19px);
}
.news-list-page .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(20px, 1.5625vw, 30px);
  row-gap: clamp(30px, 3.125vw, 60px);
  margin-bottom: clamp(35px, 6.5104vw, 125px);
}
.news-list-page .news-list .item {
  overflow: hidden;
}
.news-list-page .news-list .item:hover .pic img {
  transform: scale(1.1);
}
.news-list-page .news-list .item:hover .text .text-title {
  color: var(--theme);
}
.news-list-page .news-list .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(20px, 1.6667vw, 32px);
  border-radius: 10px;
}
.news-list-page .news-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 56.30081301%;
}
.news-list-page .news-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.news-list-page .news-list .item .text .text-time {
  line-height: 1;
  display: flex;
  align-items: center;
}
.news-list-page .news-list .item .text .text-time img {
  flex-shrink: 0;
  margin-right: clamp(10px, 0.625vw, 12px);
  width: 13px;
}
.news-list-page .news-list .item .text .text-time span {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #999999;
}
.news-list-page .news-list .item .text .text-title {
  margin-top: 20px;
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font20);
  color: #333333;
  line-height: 1.3;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.news-list-page .news-list .item .text .text-more {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: clamp(20px, 2.1875vw, 42px);
}
.news-list-page .news-list .item .text .text-more img {
  margin-left: 7px;
  width: 5px;
  margin-top: 0.2em;
}
.common-pagination {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.common-pagination .btn-list {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.common-pagination .btn-list .toggle-btn {
  width: 97px;
  height: 40px;
  background: rgba(255, 255, 255, 0.55);
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.common-pagination .btn-list .toggle-btn img {
  display: block;
  transition: var(--duration);
}
.common-pagination .btn-list .toggle-btn:hover {
  background-color: #0c4594;
  color: #ffffff;
}
.common-pagination .btn-list .toggle-btn:hover img {
  filter: brightness(0) invert(1);
}
.common-pagination .btn-list .toggle-btn img {
  height: 9px;
}
.common-pagination .btn-list .item {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  transition: var(--duration);
}
.common-pagination .btn-list .item.active,
.common-pagination .btn-list .item:hover {
  background-color: #0c4594;
  color: #ffffff;
}
.common-pagination .btn-list .split {
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  margin-left: 6px;
  margin-right: 6px;
}
.common-pagination .info {
  margin-left: max(0.25rem, 20px);
  display: flex;
  align-items: center;
}
.common-pagination .info .total {
  margin-right: max(0.25rem, 20px);
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
}
.common-pagination .info .jumper {
  position: relative;
  z-index: 10;
}
.common-pagination .info .jumper .current {
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  transition: var(--duration);
  padding-left: 18px;
  padding-right: 11px;
}
.common-pagination .info .jumper .current img {
  margin-left: max(0.16rem, 10px);
  width: 9px;
  vertical-align: middle;
}
.common-pagination .info .jumper .current:hover {
  background-color: #0c4594;
  color: #ffffff;
}
.common-pagination .info .jumper .current:hover img {
  filter: brightness(0) invert(1);
}
.common-pagination .info .jumper .page-list {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  background-color: #ffffff;
  min-width: 100%;
  padding-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 260px;
  overflow-y: auto;
  display: none;
}
.common-pagination .info .jumper .page-list .select {
  font-size: var(--font14);
  color: #666666;
  padding: 6px;
  white-space: nowrap;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.common-pagination .info .jumper .page-list .select:hover {
  color: #ffffff;
  background-color: #0c4594;
}
.common-pagination .info .go-page {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font14);
  color: #666666;
  transition: var(--duration);
  margin-left: 7px;
}
.common-pagination .info .go-page:hover {
  color: #ffffff;
  background-color: #0c4594;
}
@media (max-width: 576px) {
  .common-pagination {
    --h: 30px;
  }
  .common-pagination .btn-list .item {
    width: 30px;
    height: var(--h);
  }
  .common-pagination .btn-list .toggle-btn {
    width: 75px;
    height: var(--h);
  }
  .common-pagination .info .jumper .current {
    height: 35px;
  }
  .common-pagination .info .go-page {
    width: 35px;
    height: 35px;
  }
}
/* 新闻详情 */
.common-bread-crumb .bread-wrap {
  display: flex;
  align-items: center;
  margin-top: clamp(20px, 2.0833vw, 40px);
}
.common-bread-crumb .bread-wrap .icon {
  margin-right: 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.common-bread-crumb .bread-wrap .bread-list {
  display: flex;
  align-items: center;
}
.common-bread-crumb .bread-wrap .bread-list .item.active a {
  color: #1a3760;
}
.common-bread-crumb .bread-wrap .bread-list .item a {
  font-family: HarmonyOS Sans SC;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1;
}
.common-bread-crumb .bread-wrap .bread-list .item img {
  padding-left: clamp(10px, 1.0938vw, 21px);
  padding-right: clamp(10px, 1.0938vw, 21px);
}
.news-detail-page {
  padding-top: clamp(80px, 5.5729vw, 107px);
  padding-bottom: clamp(45px, 6.4583vw, 124px);
}
.news-detail-page .detail-main {
  margin-top: clamp(35px, 6.1458vw, 118px);
}
.news-detail-page .detail-main .detail-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.news-detail-page .detail-main .detail-wrap .aside {
  width: 21.875%;
  flex-shrink: 0;
  position: sticky;
  top: 30px;
}
.news-detail-page .detail-main .detail-wrap .aside .info-list {
  padding-bottom: clamp(20px, 3.125vw, 60px);
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
  margin-bottom: clamp(20px, 3.125vw, 60px);
}
.news-detail-page .detail-main .detail-wrap .aside .info-list .info {
  font-family: HarmonyOS_Sans_SC_Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  line-height: 1.5;
  color: #050505;
}
.news-detail-page .detail-main .detail-wrap .aside .info-list .info:not(:last-child) {
  margin-bottom: clamp(10px, 0.7292vw, 14px);
}
.news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item {
  display: flex;
  align-items: center;
}
.news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item:not(:last-child) {
  margin-bottom: clamp(10px, 0.9375vw, 18px);
}
.news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item:hover .cate-text {
  color: #1a3760;
  font-weight: bold;
}
.news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item.active .cate-icon {
  opacity: 1;
}
.news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item.active .cate-text {
  color: #1a3760;
  font-weight: bold;
}
.news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item .cate-icon {
  flex-shrink: 0;
  margin-right: 10px;
  transition: var(--duration);
  opacity: 0;
  transform: translateX(-100%);
}
.news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item .cate-text {
  font-family: HarmonyOS Sans SC, sans-serif;
  font-weight: 400;
  font-size: var(--font16);
  color: #050505;
  line-height: 1.5;
  transition: var(--duration);
}
.news-detail-page .detail-main .detail-wrap .main {
  width: 68.1640625%;
  flex-shrink: 0;
}
.news-detail-page .detail-main .detail-wrap .main .article-title {
  font-family: HarmonyOS Sans SC, sans-serif;
  font-weight: 400;
  font-size: var(--font32);
  color: #1a3760;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: clamp(20px, 3.3854vw, 65px);
}
.news-detail-page .detail-main .detail-wrap .main .article-main {
  font-family: HarmonyOS_Sans_SC_Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #050505;
  line-height: 1.77777778;
  overflow-wrap: break-word;
  padding-bottom: clamp(30px, 3.75vw, 72px);
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}
.news-detail-page .detail-main .detail-wrap .main .article-main img,
.news-detail-page .detail-main .detail-wrap .main .article-main video {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.news-detail-page .detail-main .detail-wrap .main .article-main .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.news-detail-page .detail-main .detail-wrap .main .recommend-article {
  padding-top: clamp(20px, 3.125vw, 60px);
  padding-bottom: clamp(20px, 3.125vw, 60px);
}
.news-detail-page .detail-main .detail-wrap .main .recommend-article .item {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-detail-page .detail-main .detail-wrap .main .recommend-article .item .link {
  font-family: HarmonyOS_Sans_SC_Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #050505;
  line-height: 1.77777778;
  overflow-wrap: break-word;
}
.news-detail-page .detail-main .detail-wrap .main .recommend-article .item .link:hover {
  color: var(--theme);
}
.news-detail-page .detail-main .detail-wrap .main .other-article {
  padding-top: clamp(20px, 3.1771vw, 61px);
  padding-bottom: clamp(20px, 3.3854vw, 65px);
  padding-left: clamp(15px, 3.1771vw, 61px);
  padding-right: clamp(15px, 3.1771vw, 61px);
  overflow-wrap: break-word;
  background-color: #f8f8f8;
}
.news-detail-page .detail-main .detail-wrap .main .other-article .other-title {
  font-family: HarmonyOS Sans SC, sans-serif;
  font-weight: 400;
  font-size: var(--font24);
  color: #050505;
  line-height: 2.28571429;
  overflow-wrap: break-word;
  margin-bottom: clamp(20px, 3.0208vw, 58px);
  line-height: 1;
}
.news-detail-page .detail-main .detail-wrap .main .other-article .other-list .item:not(:last-child) {
  margin-bottom: 10px;
}
.news-detail-page .detail-main .detail-wrap .main .other-article .other-list .item .link {
  display: flex;
  align-items: center;
  font-family: HarmonyOS_Sans_SC_Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #050505;
  line-height: 1.77777778;
  overflow-wrap: break-word;
}
.news-detail-page .detail-main .detail-wrap .main .other-article .other-list .item .link:hover {
  color: var(--theme);
}
.news-detail-page .detail-main .detail-wrap .main .other-article .other-list .item .link::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #050505;
  flex-shrink: 0;
  margin-right: 10px;
}
.news-detail-page .detail-main .detail-wrap .main .other-article .other-list .item .link span {
  text-decoration: underline;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-detail-page .detail-main .detail-wrap .main .other-article .other-list .item .link img {
  margin-left: 11px;
  flex-shrink: 0;
}
/* 解决方案 */
.solution-page {
  padding-top: clamp(45px, 6.25vw, 120px);
  padding-bottom: clamp(45px, 5.7813vw, 111px);
}
.solution-page .solution-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: clamp(20px, 3.125vw, 60px);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  margin-bottom: clamp(20px, 3.125vw, 60px);
  overflow: hidden;
}
.solution-page .solution-desc .pic {
  width: 49.0234375%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.solution-page .solution-desc .pic:hover img {
  transform: scale(1.1);
}
.solution-page .solution-desc .pic img {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--duration);
}
.solution-page .solution-desc .text {
  width: 49.0234375%;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: #f7faff;
  padding-left: clamp(15px, 3.2292vw, 62px);
  padding-right: clamp(15px, 4.1667vw, 80px);
  padding-top: clamp(20px, 3.2292vw, 62px);
  padding-bottom: clamp(20px, 3.0208vw, 58px);
  font-weight: 400;
  font-size: var(--font24);
  color: #1a3760;
  line-height: 1.58333333;
  overflow-wrap: break-word;
}
.solution-page .solution-desc .text .icon {
  margin-bottom: 7px;
  margin-right: clamp(10px, 0.9375vw, 18px);
}
.solution-page .solution-desc .text .icon img {
  display: block;
  width: clamp(20px, 1.9271vw, 37px);
}
.solution-page .solution-desc .text .desc-text {
  padding-left: clamp(20px, 2.8646vw, 55px);
}
.solution-page .solution-parent {
  margin-top: clamp(35px, 4.2188vw, 81px);
}
.solution-page .solution-parent .parent-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #1a3760;
  line-height: 1.33333333;
  overflow-wrap: break-word;
  padding-bottom: clamp(10px, 1.5625vw, 30px);
  border-bottom: 1px solid #1a3760;
}
.solution-page .solution-parent .partner-main {
  margin-top: clamp(20px, 3.125vw, 60px);
}
.solution-page .solution-parent .partner-main img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.common-table-area .table-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #1a3760;
  line-height: 1;
  margin-bottom: clamp(20px, 1.4583vw, 28px);
}
.common-table-area .common-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  --col1: (272 / 1536 * 100%);
  --col2: (451 / 1536 * 100%);
  --col3: (392 / 1536 * 100%);
  --col4: (417 / 1536 * 100%);
  --border: 1px solid rgba(204, 204, 204, 0.5);
  border: var(--border);
}
.common-table-area .common-table thead {
  border-bottom: var(--border);
}
.common-table-area .common-table thead th {
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1;
  background-color: #1a3760;
  padding-top: clamp(20px, 1.5625vw, 30px);
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  padding-left: clamp(15px, 3.125vw, 60px);
  border-right: var(--border);
}
.common-table-area .common-table thead th:nth-child(1) {
  width: var(--col1);
  background-color: rgba(26, 55, 96, 0.3);
  text-align: center;
  padding-left: 0;
}
.common-table-area .common-table thead th:nth-child(2) {
  width: var(--col2);
}
.common-table-area .common-table thead th:nth-child(3) {
  width: var(--col3);
}
.common-table-area .common-table thead th:nth-child(4) {
  width: var(--col4);
}
.common-table-area .common-table tbody:nth-of-type(odd) tr:nth-child(1) td:nth-child(1) {
  background-color: #ffffff;
}
.common-table-area .common-table tbody:nth-of-type(odd) tr:nth-of-type(even) {
  background-color: #f8f8f8;
}
.common-table-area .common-table tbody:nth-of-type(even) tr:nth-child(1) td:nth-child(1) {
  background-color: #f7faff;
}
.common-table-area .common-table tbody:nth-of-type(even) tr:nth-of-type(even) {
  background-color: #f7faff;
}
.common-table-area .common-table tbody tr {
  border-bottom: var(--border);
}
.common-table-area .common-table tbody tr:nth-child(1) td:nth-child(1) {
  width: var(--col1);
  font-weight: 400;
  font-size: var(--font24);
  color: #333333;
  text-align: center;
  padding: 10px;
}
.common-table-area .common-table tbody tr td {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: clamp(10px, 3.125vw, 60px);
  padding-right: 10px;
  border-right: var(--border);
}
.common-table-area .common-table tbody tr td:nth-child(2) {
  width: var(--col2);
}
.common-table-area .common-table tbody tr td:nth-child(3) {
  width: var(--col3);
}
.common-table-area .common-table tbody tr td:nth-child(4) {
  width: var(--col4);
}
/* 一体化服务 */
.service-page {
  padding-top: clamp(45px, 6.3021vw, 121px);
  padding-bottom: clamp(45px, 7.3438vw, 141px);
}
.service-page .service-desc {
  margin-left: auto;
  margin-right: auto;
  font-family: SourceHanSansCN-Regular, sans-serif;
  font-weight: 400;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.41666667;
  overflow-wrap: break-word;
  text-indent: 2em;
  text-align: justify;
}
.service-page .service-desc p:not(:last-child) {
  margin-bottom: clamp(10px, 1.0417vw, 20px);
}
.service-page .service-cate {
  margin-top: clamp(30px, 4.3229vw, 83px);
  display: flex;
  justify-content: space-between;
}
.service-page .service-cate .item {
  width: 20%;
  flex-shrink: 0;
}
.service-page .service-cate .item img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-pic {
  margin-top: clamp(30px, 2.7083vw, 52px);
}
.service-page .service-pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* about */
@media (max-width: 992px) {
  .about-intro .intro-wrap .left .intro-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-vision .vision-wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-vision .vision-wrap .left {
    width: 100%;
  }
  .about-vision .vision-wrap .right {
    width: 100%;
    margin-left: 0;
    flex: none;
  }
}
@media (max-width: 768px) {
  .about-intro .intro-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .about-intro .intro-wrap .left {
    width: 100%;
    order: 1;
  }
  .about-intro .intro-wrap .right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .common-n-banner .pic img {
    min-height: 200px;
    object-fit: cover;
  }
  .about-vision .vision-wrap .right .list {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-vision .vision-wrap .right .list .item {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100% !important;
  }
  .about-vision .vision-wrap .right .list .item:not(:last-child) {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  }
  .about-vision .vision-wrap .right .list .item .icon {
    height: auto;
    width: 35px;
  }
  .about-vision .vision-wrap .right .list .item .text {
    padding-bottom: 0;
  }
  .about-vision .vision-wrap .right .list .item:not(:last-child) {
    border-right: none;
  }
}
/* MRND */
@media (max-width: 1200px) {
  .mrna-page .cate-list .pic-item1,
  .mrna-page .cate-list .pic-item2,
  .mrna-page .cate-list .pic-item3 {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .mrna-page .mrna-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .mrna-page .mrna-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .mrna-page .mrna-list .item .text .desc br {
    display: none;
  }
  .mrna-page .cate-list .pic-item {
    flex-wrap: wrap;
  }
  .mrna-page .cate-list .pic-item1 .pic-left {
    background-color: #073190;
  }
  .mrna-page .cate-list .pic-item2 .pic-left {
    background-color: #1b72ba;
  }
  .mrna-page .cate-list .pic-item3 .pic-left {
    background-color: #39bbbb;
  }
  .mrna-page .cate-list .pic-left {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .mrna-page .cate-list .pic-left img {
    display: none;
  }
  .mrna-page .cate-list .pic-left .left-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* 第一个 */
  .mrna-page .cate-list .pic-item1 .pic-right {
    flex: none;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }
  .mrna-page .cate-list .pic-item1 .pic-right img {
    width: 260%;
    max-width: none;
  }
  .mrna-page .cate-list .pic-item2 .pic-right,
  .mrna-page .cate-list .pic-item3 .pic-right {
    flex: none;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }
  .mrna-page .cate-list .pic-item2 .pic-right .top-pic,
  .mrna-page .cate-list .pic-item3 .pic-right .top-pic {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .mrna-page .cate-list .pic-item2 .pic-right .top-pic .pic-item,
  .mrna-page .cate-list .pic-item3 .pic-right .top-pic .pic-item {
    width: 46%;
  }
  .mrna-page .cate-list .pic-item2 .pic-right .bottom-pic,
  .mrna-page .cate-list .pic-item3 .pic-right .bottom-pic {
    overflow-x: auto;
  }
  .mrna-page .cate-list .pic-item2 .pic-right .bottom-pic img,
  .mrna-page .cate-list .pic-item3 .pic-right .bottom-pic img {
    max-width: none;
    width: 260%;
  }
}
/* mRNA技术平台-基础层  */
@media (max-width: 992px) {
  .mrna-detail-page1 .detail1-intro .section1 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .mrna-detail-page1 .detail1-intro .section1 .left {
    width: 100%;
  }
  .mrna-detail-page1 .detail1-intro .section1 .right {
    width: 100%;
    order: -1;
  }
  .mrna-detail-page1 .detail1-intro .section3 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .mrna-detail-page1 .detail1-intro .section3 .left,
  .mrna-detail-page1 .detail1-intro .section3 .right {
    width: 100%;
  }
  .mrna-detail-page1 .detail1-intro .section4 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .mrna-detail-page1 .detail1-intro .section4 .left,
  .mrna-detail-page1 .detail1-intro .section4 .right {
    width: 100%;
  }
  .mrna-detail-page1 .detail1-intro .section4 .right {
    order: -1;
  }
}
@media (max-width: 576px) {
  .mrna-detail-page1 .detail1-intro .section2 {
    overflow-x: auto;
  }
  .mrna-detail-page1 .detail1-intro .section2 .pic {
    max-width: none;
    width: 200%;
  }
}
/* 新闻列表 */
@media (max-width: 992px) {
  .news-list-page .news-list-panel {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-list-page .news-list-panel .pic {
    width: 100%;
  }
  .news-list-page .news-list-panel .text {
    flex: none;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .news-list-page .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .news-list-page .news-list-panel .text .btn {
    display: none;
  }
}
@media (max-width: 576px) {
  .news-list-page .news-list-panel .text .time-line {
    margin-bottom: 10px;
  }
  .news-list-page .news-list-panel .text .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .news-list-page .news-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-list-page .news-list .item .text .text-title {
    margin-top: 10px;
  }
  .news-list-page .news-list .item .text .text-more {
    display: none;
  }
}
/* 新闻详情页面 */
@media (max-width: 768px) {
  .common-bread-crumb .bread-wrap {
    display: none;
  }
  .news-detail-page .detail-main .detail-wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .news-detail-page .detail-main .detail-wrap .main {
    width: 100%;
  }
  .news-detail-page .detail-main .detail-wrap .aside {
    width: 100%;
    position: static;
    display: flex;
    flex-direction: column;
  }
  .news-detail-page .detail-main .detail-wrap .aside .info-list {
    display: flex;
    justify-content: center;
    column-gap: clamp(10px, 2.0833vw, 40px);
  }
  .news-detail-page .detail-main .detail-wrap .aside .info-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    order: -1;
    border-bottom: none;
  }
  .news-detail-page .detail-main .detail-wrap .aside .cate-list {
    display: flex;
    justify-content: center;
    column-gap: clamp(20px, 2.0833vw, 40px);
  }
  .news-detail-page .detail-main .detail-wrap .aside .info-list .info:not(:last-child) {
    margin-bottom: 0;
  }
  .news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item:not(:last-child) {
    margin-bottom: 0;
  }
  .news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item.active .cate-icon {
    display: none;
  }
}
@media (max-width: 576px) {
  .news-detail-page .detail-main .detail-wrap .aside .info-list {
    flex-wrap: wrap;
    column-gap: 0;
    justify-content: space-between;
    row-gap: 10px;
  }
  .news-detail-page .detail-main .detail-wrap .aside .info-list .info {
    width: 47.5%;
  }
  .news-detail-page .detail-main .detail-wrap .aside .cate-list {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(5, 5, 5, 0.1);
  }
  .news-detail-page .detail-main .detail-wrap .aside .cate-list .cate-item {
    white-space: nowrap;
  }
}
/* 解决方案 */
@media (max-width: 768px) {
  .solution-page .solution-desc {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .solution-page .solution-desc .pic {
    width: 100%;
  }
  .solution-page .solution-desc .text {
    width: 100%;
  }
}
/* 解决方案页面 */
@media (max-width: 576px) {
  .common-table-area .table-wrap {
    overflow-x: auto;
  }
  .common-table-area .common-table {
    min-width: 560px;
  }
}
/* 一体化服务 */
@media (max-width: 576px) {
  .service-page .service-pic {
    overflow-x: auto;
  }
  .service-page .service-pic img {
    max-width: none;
    width: 800px;
  }
  .service-page .service-cate {
    overflow-x: auto;
    column-gap: 15px;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
  }
  .service-page .service-cate .item {
    width: 72%;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
.mrn-info-wrap .article-title {
  font-weight: 400;
  font-size: var(--font32);
  color: #1a3760;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-bottom: clamp(10px, 1.0417vw, 20px);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  font-weight: bold;
}
.mrn-info-wrap .article-main {
  font-size: 16px;
  font-family: HarmonyOS_Sans_SC_Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #050505;
  line-height: 1.77777778;
  overflow-wrap: break-word;
  text-align: justify;
}
.mrn-info-wrap .article-main h6,
.mrn-info-wrap .article-main .section-title {
  font-size: var(--font24);
  color: #050505;
  font-weight: bold;
  overflow-wrap: break-word;
  margin-bottom: clamp(10px, 1.0417vw, 20px);
  margin-top: clamp(10px, 1.0417vw, 20px);
}
.mrn-info-wrap .article-main P {
  text-indent: 2em;
}
.mrn-info-wrap .article-main P:not(:last-child) {
  margin-bottom: clamp(10px, 1.0417vw, 20px);
}
.mrn-info-wrap .article-main img,
.mrn-info-wrap .article-main video {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.mrn-info-wrap .article-main .img-block {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(20px, 2.3438vw, 45px);
  margin-bottom: clamp(20px, 2.3438vw, 45px);
}
.mrn-info-wrap .article-main .pic-line {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(20px, 2.3438vw, 45px);
  row-gap: 10px;
}
.mrn-info-wrap .article-main .pic-line .pic-item {
  width: 50%;
}
.mrn-info-wrap .article-main .pic-line .pic-item:not(:last-child) {
  display: flex;
  justify-content: flex-end;
}
.mrn-info-wrap .article-main .pic-line .pic-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mrn-info-wrap .article-main .pic-row {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: clamp(20px, 2.0833vw, 40px);
  margin-bottom: clamp(20px, 2.0833vw, 40px);
}
@media (max-width: 576px) {
  .mrn-info-wrap .article-main .pic-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mrn-info-wrap .article-main .pic-row .item {
  overflow: hidden;
}
.mrn-info-wrap .article-main .pic-row .item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.mrn-info-wrap .article-main .table-img {
  max-width: 100%;
  height: auto;
}
.mrn-info-wrap .article-main .table-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .mrn-info-wrap .article-main .table-img {
    overflow-x: auto;
  }
  .mrn-info-wrap .article-main .table-img img {
    min-width: 650px;
  }
}
.mrn-info-wrap .article-main .common-table-area {
  margin-top: clamp(20px, 3.125vw, 60px);
}
.mrn-info-wrap .article-main .common-table-area .mrna-table1 {
  --col1: 20%;
  --col2: 80%;
}
@media (min-width: 768px) {
  .mrn-info-wrap .article-main .max-lg {
    max-width: 45%;
  }
}
@media (max-width: 576px) {
  .mrn-info-wrap .article-main .pic-line {
    flex-wrap: wrap;
  }
  .mrn-info-wrap .article-main .pic-line .pic-item {
    width: 100%;
  }
}
/*flexbox*/
.flexbox {
  display: flex;
  flex-flow: row wrap;
}
.specailz .items {
  margin-bottom: 5%;
  align-items: stretch;
  justify-content: space-between;
}
.specailz .items .item {
  width: 49%;
  border: 8px solid #e7edf7;
  margin-bottom: 2%;
  padding: 20px 30px 20px 30px;
  position: relative;
}
.specailz .items .item .img {
  height: 190px;
  line-height: 190px;
  text-align: center;
  font-size: 0;
}
.specailz .items .item .img img {
  max-height: 100%;
}
.specailz .items .item .it {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}
.specailz .items .item li {
  position: relative;
  line-height: 1.8;
  padding-left: 1em;
  font-size: 14px;
}
.specailz .items .item li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.9em;
  margin-top: -3px;
  background: #777d87;
}
.specailz .items ul.flexbox li {
  padding-right: 1em;
  flex: 0 0 auto;
  min-width: 9em;
}
.specailz .items ul.flexbox {
  justify-content: flex-start;
}
.specailz .items .item .tag {
  width: 100px;
  text-align: center;
  line-height: 32px;
  background: #60bccb;
  color: #fff;
  z-index: 10;
  left: 50%;
  position: absolute;
  top: -5%;
  /* margin-top:-50px; */
  transform-origin: left top;
  transform: translate(-50%, 0);
}
.specailz .items .item:nth-child(4n + 2) .tag,
.specailz .items .item:nth-child(4n + 3) .tag {
  background: #154695;
}
@media (max-width: 768px) {
  .specailz .items .item {
    width: 100%;
    border-width: 4px;
    padding: 40px 20px 20px;
  }
  .specailz .items .item .img {
    height: auto;
    line-height: 1;
    margin-bottom: 20px;
  }
  .specailz .items .item .it {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .specailBlock {
    padding: 40px 20px;
  }
  .specailz .items .item .tag {
    transform: none;
    margin: 0;
    left: 0;
    top: 0;
  }
}
.specailz .items .item:before {
  background-image: url(../images/hl_next.png);
  content: "";
  display: block;
  width: 40px;
  height: 13px;
  background-size: contain;
  background-position: center;
  z-index: 4;
  background-repeat: no-repeat;
}
.specailz .items .item:nth-child(1):before {
  position: absolute;
  top: 17%;
  right: -12%;
  transform: translate(-50%, 0);
}
.specailz .items .item:nth-child(2):before {
  position: absolute;
  bottom: -6%;
  left: 83%;
  transform: translate(-50%, 0) rotate(90deg);
}
.specailz .items .item:nth-child(3):before {
  position: absolute;
  top: -6%;
  left: 20%;
  transform: translate(-50%, 0) rotate(-90deg);
}
.specailz .items .item:nth-child(4):before {
  position: absolute;
  bottom: 18%;
  left: -4%;
  transform: translate(-50%, 0) rotate(180deg);
}
.specailBlock {
  margin-bottom: 30px;
  background: linear-gradient(0deg, #fff, #e7edf7);
  padding: 5% 50px;
}
.specailBlock .its {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.specailBlock .its .item {
  width: 50%;
  text-align: center;
  padding: 10px;
}
.specailBlock .its .item .img {
  position: relative;
  margin-bottom: 20px;
}
.specailBlock .p {
  text-align: center;
  color: #3f485b;
  margin-bottom: 20px;
}
.specailBlock .specail_title {
  text-align: center;
  font-size: 40px;
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.5;
}
.specailBlock .specail_title2 {
  font-size: 24px;
  text-align: center;
  color: #144595;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .specailBlock .specail_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .specailBlock {
    padding: 40px 20px;
  }
  .specailBlock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .specailBlock .specail_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .specailBlock .specail_title2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .specailz .items .item:before {
    display: none !important;
  }
  .specailBlock .its .item {
    width: 100%;
  }
  .specailBlock .its {
    display: block;
  }
}
