.header-menu .content .menu ul li .search-box {
  top: 61px;
}
.major-clients-con {
  padding: var(--margin-banner-top) 0 0 0;
}
.major-clients-con .text {
  color: #152C54;
  font-size: 14px;
  text-align: center;
  padding: var(--margin-top-3vw) 50px var(--margin-top-3vw) 50px;
  max-width: 1200px;
  margin: auto;
}
.major-clients-con .text.zh-cn {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
}
.major-clients-con .icon {
  text-align: center;
}
.major-clients-con .icon img {
  width: 100%;
  max-width: 1200px;
}
.mission-value-box {
  margin: var(--margin-banner-top) 0 0 0;
  padding: 50px 0;
  position: relative;
}
.mission-value-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(248, 249, 251, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
  z-index: 0;
}
.mission-value-box .content {
  position: relative;
  z-index: 1;
}
.mission-value-box .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mission-value-box .content .vision,
.mission-value-box .content .mission {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(42, 76, 140, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 160px;
}
.mission-value-box .content .vision:hover,
.mission-value-box .content .mission:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(42, 76, 140, 0.12);
}
.mission-value-box .content .vision:before,
.mission-value-box .content .mission:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #2A4C8C 0%, #012ff2 100%);
}
.mission-value-box .content .vision {
  flex-direction: row;
  margin-right: 40px;
}
.mission-value-box .content .mission {
  flex-direction: row-reverse;
  margin-left: 40px;
}
.mission-value-box .content .vision .img-area,
.mission-value-box .content .mission .img-area {
  flex: 0 0 38%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(135deg, rgba(42, 76, 140, 0.05) 0%, rgba(1, 47, 242, 0.05) 100%);
}
.mission-value-box .content .vision .img-area img,
.mission-value-box .content .mission .img-area img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}
.mission-value-box .content .vision .text,
.mission-value-box .content .mission .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  font-size: 0;
  color: #152C54;
  font-weight: normal;
  padding: 30px 40px;
}
.mission-value-box .content .vision .text:after,
.mission-value-box .content .mission .text:after {
  display: none;
}
.mission-value-box .content .vision .text .c,
.mission-value-box .content .mission .text .c {
  position: relative;
  z-index: 1;
  padding: 0;
}
.mission-value-box .content .vision .text .c strong,
.mission-value-box .content .mission .text .c strong {
  font-size: 36px;
  color: #2A4C8C;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
}
.mission-value-box .content .vision .text .c p,
.mission-value-box .content .mission .text .c p {
  font-size: 20px;
  color: #152C54;
  padding: 0;
  font-weight: normal;
  line-height: 1.8;
  margin: 0;
}
.mission-value-box .content .vision .text .c p strong,
.mission-value-box .content .mission .text .c p strong {
  font-size: 20px;
  font-weight: normal;
}
.mission-value-box .content .vision .dot,
.mission-value-box .content .mission .dot {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #2A4C8C 0%, #012ff2 100%);
  border-radius: 2px;
  margin-top: 25px;
  border: none;
}
.core-value-employment {
  margin: 40px 0 0 0;
  padding: 0;
  position: relative;
}
.core-value-employment .bg2 {
  position: relative;
}
.core-value-employment .core-value-employment-bg {
  display: none;
}
.core-value-employment .bg2 {
  min-height: auto;
}
.core-value-employment .bg2 .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.core-value-employment .bg2 .content .core-value {
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(42, 76, 140, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 280px;
  flex-direction: row;
  width: 100%;
}
.core-value-employment .bg2 .content .core-value:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(42, 76, 140, 0.12);
}
.core-value-employment .bg2 .content .core-value:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #2A4C8C 0%, #012ff2 100%);
}
.core-value-employment .bg2 .content .core-value .img-area {
  flex: 0 0 45%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background: linear-gradient(135deg, rgba(42, 76, 140, 0.05) 0%, rgba(1, 47, 242, 0.05) 100%);
}
.core-value-employment .bg2 .content .core-value .img-area img {
  width: 100%;
  max-width: 350px;
  height: auto;
  object-fit: contain;
}
.core-value-employment .bg2 .content .core-value .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  font-size: 0;
  color: #152C54;
  font-weight: normal;
  width: auto;
  text-align: left;
  padding: 40px 50px;
}
.core-value-employment .bg2 .content .core-value .text:after {
  display: none;
}
.core-value-employment .bg2 .content .core-value .text .c {
  position: relative;
  z-index: 1;
  padding: 0;
  line-height: normal;
}
.core-value-employment .bg2 .content .core-value .text .c strong {
  font-size: 36px;
  color: #2A4C8C;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}
.core-value-employment .bg2 .content .core-value .text .c p {
  font-size: 20px;
  color: #152C54;
  padding: 0;
  font-weight: normal;
  line-height: 1.8;
  margin: 0;
}
.core-value-employment .bg2 .content .core-value .text .c p strong {
  font-size: 20px;
  font-weight: normal;
}
.core-value-employment .bg2 .content .core-value .dot {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #2A4C8C 0%, #012ff2 100%);
  border-radius: 2px;
  margin-top: 25px;
  margin-left: 0;
  border: none;
  display: block;
}
.mission-value-warp {
  padding-bottom: 60px;
}
.home-page6 {
  background: #1E2958 url("../img2/home/about-me.jpeg") no-repeat center 0px;
  position: relative;
  padding-bottom: 100px;
  margin-top: var(--margin-top1);
  height: 500px;
  background-size: 100% auto;
}
.home-page6 .con .content {
  padding: 0;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.csr-box .csr-text {
  font-size: 16px;
  color: #113080;
  padding-top: 50px;
  line-height: 22px;
}
.csr-box .csr-line {
  width: 28px;
  height: 4px;
  background-color: #F19201;
  margin-top: 30px;
}
.csr-box .csr-page1 {
  display: flex;
  justify-content: space-between;
  padding-top: var(--margin-top1);
}
.csr-box .csr-page1 .left {
  width: calc(25% - 15px);
  background-color: #E2E7EB;
  padding: 0 40px 0 40px;
  box-sizing: border-box;
  padding-left: 40px;
}
.csr-box .csr-page1 .left .icon {
  padding-top: 80%;
}
.csr-box .csr-page1 .left .icon img {
  width: 20%;
  min-width: 58px;
}
.csr-box .csr-page1 .right {
  width: 75%;
}
.csr-box .csr-page1 .right img {
  width: 100%;
}
.csr-box .csr-margin-top {
  margin-top: var(--margin-top1);
}
.csr-box .csr-page2 {
  display: flex;
  justify-content: space-between;
}
.csr-box .csr-page2 .left {
  width: 55%;
}
.csr-box .csr-page2 .left img {
  width: 100%;
}
.csr-box .csr-page2 .right {
  width: calc(45% - 15px);
  box-sizing: border-box;
  border: 1px solid #E2E7EB;
}
.csr-box .csr-page2 .right .grey {
  background-color: #E2E7EB;
  padding: 0 40px 0 40px;
  height: 50%;
}
.csr-box .csr-page2 .right .icon {
  padding-top: 30%;
  padding-bottom: 10%;
}
.csr-box .csr-page2 .right .icon img {
  width: 20%;
  min-width: 98px;
}
.csr-box .csr-page2 .right .bot {
  height: 50%;
  position: relative;
  justify-content: space-between;
}
.csr-box .csr-page2 .right .bot .a1 {
  padding: 60px 0 0 40px;
}
.csr-box .csr-page2 .right .bot .a2 {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: auto;
}
.csr-box .csr-page2 .right .bot .a2 img {
  height: 100%;
}
.csr-box .csr-page3 {
  display: flex;
  justify-content: space-between;
}
.csr-box .csr-page3 .left {
  width: calc(25% - 15px);
  box-sizing: border-box;
  border: 1px solid #E2E7EB;
}
.csr-box .csr-page3 .left .grey {
  background-color: #E2E7EB;
  padding: 30% 40px 0 40px;
  height: 40%;
}
.csr-box .csr-page3 .left .icon {
  padding-top: 30%;
  padding-bottom: 10%;
}
.csr-box .csr-page3 .left .icon img {
  width: 20%;
  min-width: 72px;
}
.csr-box .csr-page3 .left .bot {
  height: 50%;
  box-sizing: border-box;
  padding: 20px 80px 50px 40px;
}
.csr-box .csr-page3 .right {
  width: 75%;
}
.csr-box .csr-page3 .right img {
  width: 100%;
}
.csr-box .csr-page4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.csr-box .csr-page4 dd {
  width: calc((100% - 56px)/5);
  margin-bottom: 26px;
  position: relative;
}
.csr-box .csr-page4 dd img {
  width: 100%;
  background-color: #E2E7EB;
}
.csr-box .csr-page4 dd .text {
  position: absolute;
  width: calc(100% + 14px);
  right: 0px;
  top: 0px;
  height: 100%;
  border: 1px solid #E2E7EB;
  box-sizing: border-box;
  padding: 40px 0 0 18px;
}
.csr-box .csr-page5 {
  display: flex;
  justify-content: space-between;
}
.csr-box .csr-page5 .left {
  width: 52%;
}
.csr-box .csr-page5 .left img {
  width: 100%;
}
.csr-box .csr-page5 .right {
  width: calc(48% - 15px);
  box-sizing: border-box;
  border: 1px solid #E2E7EB;
}
.csr-box .csr-page5 .right .grey {
  background-color: #E2E7EB;
  padding: 187px 40px 0 43px;
  height: 57%;
}
.csr-box .csr-page5 .right .icon {
  padding-top: 0%;
  padding-bottom: 0%;
}
.csr-box .csr-page5 .right .icon img {
  width: 20%;
  min-width: 102px;
}
.csr-box .csr-page5 .right .bot {
  height: 50%;
  box-sizing: border-box;
  padding: 50px 80px 50px 50px;
}
.csr-box .csr-page6 {
  display: flex;
  justify-content: space-between;
}
.csr-box .csr-page6 .left {
  width: 35%;
  box-sizing: border-box;
  background-color: #E2E7EB;
  padding: 80px 0 0 40px;
}
.csr-box .csr-page6 .left .icon {
  padding-top: 0%;
  padding-bottom: 0%;
}
.csr-box .csr-page6 .left .icon img {
  width: 20%;
  min-width: 63px;
}
.csr-box .csr-page6 .left .bot {
  height: 50%;
  box-sizing: border-box;
  padding: 50px 80px 50px 50px;
}
.csr-box .csr-page6 .right {
  width: 65%;
}
.csr-box .csr-page6 .right img {
  width: 100%;
}
.about-zs .page-title {
  text-align: left;
  margin-bottom: var(--margin-top1);
  border-left: 5px solid #F29301;
  padding: 0 0 0 20px;
  line-height: 1;
}
.about-zs .about-zs-page2 .page-title {
  margin-bottom: 25px;
}
.about-zs .about-zs-page1 {
  margin-top: 60px;
}
.about-zs .about-zs-page1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* 中文版本：关于中盛页面内容垂直居中 */
body.csr-box .about-zs .about-zs-page1 .content {
  align-items: center;
}
.about-zs .about-zs-page1 dd.left {
  color: #152C54;
  font-size: 16px;
  width: calc((100% - 200px)/2);
  line-height: 26px;
}
/* 中文版本：关于中盛页面文案字体加大 */
body.csr-box .about-zs .about-zs-page1 dd.left {
  font-size: 18px;
  line-height: 32px;
}
.about-zs .about-zs-page1 dd.right {
  position: relative;
  width: 50%;
}
.about-zs .about-zs-page1 dd.right img {
  width: 100%;
}
.about-zs .about-zs-page1 dd.right .play {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 38px;
  height: 38px;
  background: url("/img2/about-zs/play.png") no-repeat 0 center;
}
.about-zs .about-zs-page1 dd.right .play:hover {
  background: url("/img2/about-zs/playBlue.png") no-repeat 0 center;
}
.about-zs .about-zs-page1 dd.right .download {
  position: absolute;
  left: 70px;
  top: 20px;
  width: 38px;
  height: 38px;
  background: url("/img2/about-zs/download.png") no-repeat 0 center;
}
.about-zs .about-zs-page1 dd.right .download:hover {
  background: url("/img2/about-zs/downloadBlue.png") no-repeat 0 center;
}
.about-zs .about-zs-page2 {
  padding-top: 60px;
}
.about-zs .about-zs-page2 .number-box {
  width: calc(100% + 20px);
  margin: 15px 0 0 0;
  position: relative;
  left: -10px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(42, 76, 140, 0.1);
}
.about-zs .about-zs-page2 .number-box .number-box-content {
  display: flex;
  background: linear-gradient(135deg, #f8f9fb 0%, #ffffff 100%);
  background-size: 100%;
  flex-wrap: wrap;
  padding: 25px 15px 15px 15px;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd {
  width: calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #2A4C8C;
  padding: 15px 8px 10px 8px;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd:nth-child(n+6) {
  margin-top: 20px;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd:hover {
  transform: translateY(-3px);
  background-color: rgba(232, 141, 18, 0.05);
  border-radius: 8px;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent 0%, #C6D2DA 20%, #C6D2DA 80%, transparent 100%);
  right: 0px;
  top: 35px;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd:last-child:after {
  display: none;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd .icon img {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 2px 4px rgba(42, 76, 140, 0.15));
  transition: transform 0.3s ease;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd:hover .icon img {
  transform: scale(1.1);
}
.about-zs .about-zs-page2 .number-box .number-box-content dd .number {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 12px 0 8px 0;
  color: #152C54;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd .number font {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  color: #2A4C8C;
  opacity: 0.8;
}
.about-zs .about-zs-page2 .number-box .number-box-content dd .number .f-size42,
.about-zs .about-zs-page2 .number-box .number-box-content dd .number.f-size32 {
  font-size: 25px;
}
.about-zs .about-zs-page3 {
  margin-bottom: 30px;
  padding-top: 60px;
}
.about-zs .about-zs-page3 .page-title {
  margin-top: 0;
  margin-bottom: 25px;
}
.about-zs .about-zs-page3 .text {
  color: #152C54;
  margin-top: 0;
}
.about-zs .about-zs-page3 .text ul li {
  margin: 15px 0px;
  margin-left: 20px;
  position: relative;
  padding: 0 20px 0 15px;
}
.about-zs .about-zs-page3 .text ul li:after {
  content: '';
  position: absolute;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #152C54;
  border-radius: 5px;
  top: 9px;
}
.about-zs .about-zs-page4 {
  background: url("../img2/about-zs/bg1.jpg") no-repeat center 0px;
  min-height: 560px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.about-zs .about-zs-page4.about-zs-page4-en {
  margin-top: 30px;
}
.about-zs .about-zs-page4.about-zs-page4-en .content .box1 {
  padding-top: 170px;
}
.about-zs .about-zs-page4 .content .box1 {
  font-size: 16px;
  color: #fff;
  padding: 210px 0 0 0;
  display: flex;
  justify-content: space-between;
  line-height: 28px;
  align-items: center;
  text-align: justify;
}
.about-zs .about-zs-page4 .content .box1 .left,
.about-zs .about-zs-page4 .content .box1 .right {
  width: 28%;
  text-align: left !important;
  padding-left: 0 !important;
}
.about-zs .about-zs-page4 .content .box1 .left.justify {
  text-align: left !important;
  padding-left: 0 !important;
}
.about-zs .about-zs-page4 .content .box1 .right.justify {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left !important;
  margin-left: 0 !important;
}
.about-zs .about-zs-page4 .content .box1 .middle {
  display: flex;
  align-items: center;
  font-size: 25px;
  text-align: center;
  line-height: 42px;
}
.about-zs .about-zs-page4 .content .box1 .middle .a img,
.about-zs .about-zs-page4 .content .box1 .middle .b img {
  width: 30px;
}
.about-zs .about-zs-page4 .content .box1 .middle .b img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.about-zs .about-zs-page4 .content .box1 .middle .text {
  padding: 0 50px;
}
.about-zs .about-zs-page4 .content .box2 {
  display: flex;
  margin-top: 60px;
  justify-content: center;
  gap: 20px;
}
.about-zs .about-zs-page4 .content .box2 dd {
  width: auto;
  flex: 0 0 auto;
}
.about-zs .about-zs-page4 .content .box2 dd .pic {
  width: auto;
}
.about-zs .about-zs-page4 .content .box2 dd img {
  width: auto;
  max-width: 200px;
  height: auto;
  box-shadow: 0 2px 10px #a7a7a7;
  -webkit-box-shadow: 0 2px 10px #a7a7a7;
  -moz-box-shadow: 0 2px 10px #a7a7a7;
  overflow: hidden;
}
.about-zs .about-zs-page4 .content .box2 dd:hover {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: all 1s;
  cursor: pointer;
}
.about-zs .about-zs-page5 .page-title {
  margin-top: var(--margin-top1);
}
.about-zs .about-zs-page5 .title {
  display: flex;
  align-items: center;
  font-size: 25px;
  text-align: center;
  line-height: 42px;
  justify-content: center;
  color: #13337B;
}
.about-zs .about-zs-page5 .title .a img,
.about-zs .about-zs-page5 .title .b img {
  width: 30px;
}
.about-zs .about-zs-page5 .title .b img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.about-zs .about-zs-page5 .title .text {
  padding: 0 50px;
}
.about-zs .about-zs-page5 .con-list {
  overflow: hidden;
}
.about-zs .about-zs-page5 .con-list dd {
  width: calc((100% - 69px)/4);
  float: left;
  border: 2px solid #2C4D92;
  height: 178px;
  box-sizing: border-box;
  margin-right: 23px;
  padding: 30px 25px;
  font-size: 16px;
  color: #152C54;
  margin-top: 42px;
}
.about-zs .about-zs-page5 .con-list dd img {
  width: 40px;
  margin-bottom: 18px;
}
.about-zs .about-zs-page5 .con-list dd:nth-child(4n) {
  margin-right: 0px;
}
.about-zs .about-zs-page5 .con-list dd.one {
  background-color: #2C4D92;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-zs .about-zs-page5 .con-list dd.one img {
  width: 75px;
  margin: 0px;
}
.about-zs .about-zs-page5 .img {
  padding: var(--margin-top1) 0 10px 0;
  border-bottom: 1px solid #E2E8EC;
}
.about-zs .about-zs-page5 .img img {
  width: 100%;
}
.about-zs .about-zs-page5 .content .text {
  color: #13337B;
}
.about-zs .about-zs-page6 {
  padding-top: 65px;
  padding-bottom: 0px;
}
.about-zs .about-zs-page6 .icon {
  padding-bottom: 28px;
}
.about-zs .about-zs-page6 .icon img {
  width: 300px;
}
.about-zs .about-zs-page6 .text {
  font-size: 16px;
}
.about-zs .about-zs-page6 .text dd {
  padding-bottom: 10px;
  color: #13337B;
}
.history-page {
  padding-top: var(--margin-banner-top);
  overflow: visible;
}
.history-page .content {
  width: 1225px;
  height: 2500px;
  position: relative;
  margin: 0 auto;
}
.history-page .content:after {
  content: '';
  width: 2px;
  position: absolute;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    #2A4C8C 0px,
    #2A4C8C 10px,
    transparent 10px,
    transparent 20px
  );
  left: 50%;
  margin-left: -1px;
}
.history-page .content .data {
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.history-page .content .data.left {
  transform: translateX(-30px);
}
.history-page .content .data.right {
  transform: translateX(30px);
}
.history-page .content .data.animated {
  opacity: 1;
}
.history-page .content .data.left.animated {
  transform: translateX(0);
}
.history-page .content .data.right.animated {
  transform: translateX(0);
}
.history-page .content .data .time {
  position: relative;
}
.history-page .content .data .time p {
  font-size: 32px;
  line-height: 23px;
  padding: 12px 20px;
  color: #13337B;
  font-weight: bold;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(42, 76, 140, 0.15);
  border: 2px solid #E88D12;
  display: inline-block;
  margin: 0;
  position: relative;
  transition: all 0.3s ease;
}
.history-page .content .data .time p:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232, 141, 18, 0.25);
}
.history-page .content .data .time .line {
  text-align: right;
  width: 520px;
  padding: 0px;
  margin-top: 12px;
  height: 2px;
  position: relative;
}
.history-page .content .data .time .line img {
  display: none;
}
.history-page .content .data .time .line span {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6BA3D8 0%, #4A8BC2 100%);
  right: -110px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -29px;
  z-index: 3;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 1), 0 2px 8px rgba(107, 163, 216, 0.3);
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: bold;
  color: #2A4C8C;
  text-align: center;
  line-height: 1;
}
.history-page .content .data .time .line span:before {
  content: attr(data-year);
  display: block;
}
.history-page .content .data .time .line span:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 1), 0 4px 12px rgba(107, 163, 216, 0.5);
}
.history-page .content .data .time .line span:after {
  display: none;
}
.history-page .content .data .text {
  width: 460px;
  font-size: 16px;
  color: #152C54;
  line-height: 21px;
  padding: 20px;
  padding-top: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(42, 76, 140, 0.1);
  margin-top: 8px;
  border: 1px solid rgba(232, 141, 18, 0.2);
  transition: all 0.3s ease;
}
.history-page .content .data .text:hover {
  box-shadow: 0 4px 18px rgba(42, 76, 140, 0.15);
  transform: translateY(-2px);
}
.history-page .content .data .text span {
  display: inline-block;
}
.history-page .content .data .img-two {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.history-page .content .data .img-two dd {
  width: 211px;
  border: none;
  padding: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(42, 76, 140, 0.1);
  border: 1px solid rgba(232, 141, 18, 0.2);
  transition: all 0.3s ease;
}
.history-page .content .data .img-two dd:hover {
  box-shadow: 0 4px 18px rgba(42, 76, 140, 0.15);
  transform: translateY(-2px);
}
.history-page .content .data .img-two dd img {
  width: 100%;
  border: none;
  border-radius: 8px;
}
.history-page .content .data .img-two.b {
  padding-top: 0px;
}
.history-page .content .data .img-two.b dd {
  border-top: none;
}
.history-page .content .data .img-two.two2 {
  width: 430px;
}
.history-page .content .data .img {
  width: 430px;
  border: none;
  padding: 12px;
  margin-top: 15px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(42, 76, 140, 0.1);
  border: 1px solid rgba(232, 141, 18, 0.2);
  transition: all 0.3s ease;
}
.history-page .content .data .img:hover {
  box-shadow: 0 4px 18px rgba(42, 76, 140, 0.15);
  transform: translateY(-2px);
}
.history-page .content .data .img img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.history-page .content .data.right {
  width: 628px;
  z-index: 99;
}
.history-page .content .data.right .con {
  padding-left: 194px;
}
.history-page .content .data.right .time p {
  margin-left: 197px;
}
.history-page .content .data.right .time .line {
  margin-left: 108px;
  text-align: left;
}
.history-page .content .data.right .time .line img {
  display: none;
}
.history-page .content .data.right .time .line span {
  right: auto;
  left: -110px;
}
.history-page .content .data.right .time .line span:before {
  content: attr(data-year);
  display: block;
}
.history-page .content .data.y2024 {
  top: 50px;
  left: 0px;
}
.history-page .content .data.y2023 {
  top: 400px;
  right: 0px;
}
.history-page .content .data.y2022 {
  top: 750px;
  left: 0px;
}
.history-page .content .data.y2020 {
  top: 1100px;
  right: 0px;
}
.history-page .content .data.y2020 .img2 {
  width: 430px;
  padding-top: 16px;
}
.history-page .content .data.y2020 .img2 .a1 {
  display: flex;
  justify-content: space-between;
}
.history-page .content .data.y2020 .img2 .a1 dd {
  width: 140px;
  box-sizing: border-box;
  padding: 12px;
  border: none;
  border-bottom: none;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 2px 12px rgba(42, 76, 140, 0.1);
  border: 1px solid rgba(232, 141, 18, 0.2);
  border-bottom: none;
}
.history-page .content .data.y2020 .img2 .a1 dd img {
  width: 100%;
  border: none;
  border-radius: 8px;
}
.history-page .content .data.y2020 .img2 .a2 {
  border: none;
  padding: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 12px rgba(42, 76, 140, 0.1);
  border: 1px solid rgba(232, 141, 18, 0.2);
  border-top: none;
}
.history-page .content .data.y2020 .img2 .a2 img {
  width: 100%;
}
.history-page .content .data.y2023 .img {
  width: 360px;
  margin-left: 0;
}
.history-page .content .data.y2023 .img img {
  width: 100%;
}
.history-page .content .data.y2017 .img2 {
  width: 560px;
  padding-top: 16px;
}
.history-page .content .data.y2017 .img2 .a1 {
  display: flex;
  justify-content: center;
}
.history-page .content .data.y2017 .img2 .a1 dd {
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  box-shadow: 0 2px 12px rgba(42, 76, 140, 0.1);
  border: 1px solid rgba(232, 141, 18, 0.2);
}
.history-page .content .data.y2017 .img2 .a1 dd img {
  width: 100%;
  border-radius: 10px;
}
.history-page .content .data.y2017 {
  top: 1600px;
  left: 0px;
}
.history-page .content .data.y2015 {
  top: 2100px;
  right: 0px;
}
.history-page .animation-2 {
  padding-left: 83px;
  margin: auto;
  margin-top: 60px;
}
.history-page .content .data.animated {
  opacity: 1;
}
.history-page .content .data.left.animated {
  transform: translateX(0);
}
.history-page .content .data.right.animated {
  transform: translateX(0);
}
.history-page .left.animated .time {
  -webkit-animation: fadeInDown 1s 0s ease both;
  -moz-animation: fadeInDown 1s 0s ease both;
  animation: fadeInDown 1s 0s ease both;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.history-page .left.animated .img,
.history-page .left.animated .img-two,
.history-page .left.animated .img2,
.history-page .left.animated .text {
  -webkit-animation: fadeInLeft 1s 0.4s ease both;
  -moz-animation: fadeInLeft 1s 0.4s ease both;
  animation: fadeInLeft 1s 0.4s ease both;
}
.history-page .right.animated .time {
  -webkit-animation: fadeInDown 1s 0s ease both;
  -moz-animation: fadeInDown 1s 0s ease both;
  animation: fadeInDown 1s 0s ease both;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.history-page .right.animated .img,
.history-page .right.animated .img-two,
.history-page .right.animated .img2,
.history-page .right.animated .text {
  -webkit-animation: fadeInRight 1s 0.4s ease both;
  -moz-animation: fadeInRight 1s 0.4s ease both;
  animation: fadeInRight 1s 0.4s ease both;
}
@media screen and (max-width: 1380px) {
  .about-zs .page-title {
    margin-bottom: 22px;
    font-size: 26px;
  }
  .about-zs .about-zs-page1 dd.left {
    width: calc((100% - 200px) / 2);
    font-size: 1vw;
    line-height: 1.6;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content {
    margin-left: 0px;
    padding: 15px 10px 10px 10px;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd {
    margin-right: 0px;
    width: calc(100% / 3);
    padding: 10px 5px 8px 5px;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd:nth-child(n+4) {
    margin-top: 15px;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd:after {
    display: none;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd .icon img {
    width: auto;
    height: 24px;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd .number {
    font-size: 3vw;
    padding: 8px 0 5px 0;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd .number .f-size42 {
    font-size: 3vw;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd .number font {
    font-size: 1vw;
  }
  .about-zs .about-zs-page4 .content .box1 {
    font-size: 1.3vw;
    line-height: 1.5;
  }
  .about-zs .about-zs-page5 .con-list dd {
    height: 178px;
    font-size: 12px;
    line-height: 1.5;
  }
  .csr-box .csr-page1 .left {
    padding: 0 3%;
  }
  .csr-box .csr-page1 .left .icon {
    padding-top: 30%;
  }
  .csr-box .csr-page2 .right .grey {
    padding: 0 3%;
  }
  .csr-box .csr-page2 .right .bot .a1 {
    padding: 0 3%;
  }
  .csr-box .csr-page3 .left .bot,
  .csr-box .csr-page5 .right .bot {
    padding: 0 3%;
  }
  .csr-box .csr-page5 .right .grey {
    padding-top: 20%;
  }
  .csr-box .csr-page4 dd .text {
    padding-top: 0px;
  }
  .csr-box .csr-page4 dd .text .csr-text {
    padding-top: 20%;
  }
  .csr-box .csr-page6 .left {
    padding: 3%;
  }
  .csr-box .csr-page6 .left .csr-text {
    padding-top: 1%;
  }
  .mission-value-warp {
    background: url("/img2/about-zs/mission-value-mobile.jpg") no-repeat center 0px;
    background-size: 100% auto;
  }
  .mission-value-box {
    padding: 40px 0;
    margin: 30px 0 0 0;
  }
  .mission-value-box .content {
    padding: 0 20px;
    gap: 30px;
  }
  .mission-value-box .content .vision,
  .mission-value-box .content .mission {
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }
  .mission-value-box .content .vision .img-area,
  .mission-value-box .content .mission .img-area {
    flex: 0 0 auto;
    min-height: 200px;
    padding: 30px 20px;
    width: 100%;
  }
  .mission-value-box .content .vision .img-area img,
  .mission-value-box .content .mission .img-area img {
    max-width: 250px;
  }
  .mission-value-box .content .vision .text,
  .mission-value-box .content .mission .text {
    padding: 30px 25px;
  }
  .mission-value-box .content .vision .text .c strong,
  .mission-value-box .content .mission .text .c strong {
    font-size: 24px;
  }
  .mission-value-box .content .vision .text .c p,
  .mission-value-box .content .mission .text .c p {
    font-size: 16px;
  }
  .mission-value-box .content .vision .dot,
  .mission-value-box .content .mission .dot {
    width: 50px;
    margin-top: 20px;
  }
  .mission-value-box .content .vision {
    margin-right: 0;
  }
  .mission-value-box .content .mission {
    margin-left: 0;
  }
  .core-value-employment {
    margin: 40px 0 0 0;
    padding: 0;
  }
  .core-value-employment .bg2 .content {
    padding: 0 20px;
    gap: 30px;
  }
  .core-value-employment .bg2 .content .core-value {
    flex-direction: column;
    min-height: auto;
    padding: 0;
    margin-right: 0;
  }
  .core-value-employment .bg2 .content .core-value .img-area {
    flex: 0 0 auto;
    min-height: 200px;
    padding: 30px 20px;
    width: 100%;
  }
  .core-value-employment .bg2 .content .core-value .img-area img {
    max-width: 250px;
  }
  .core-value-employment .bg2 .content .core-value .text {
    padding: 30px 25px;
    position: relative;
    z-index: 2;
  }
  .core-value-employment .bg2 .content .core-value .text .c {
    position: relative;
    z-index: 2;
  }
  .core-value-employment .bg2 .content .core-value .text .c strong {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .core-value-employment .bg2 .content .core-value .text .c p {
    font-size: 16px;
  }
  .core-value-employment .bg2 .content .core-value .dot {
    width: 50px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }
  .core-value-employment .bg2 .content .core-value .dot:after {
    display: none;
  }
}
@media screen and (max-width: 1237px) {
  .history-page {
    padding-top: 13px;
  }
  .history-page .content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 35px;
  }
  .history-page .content:after {
    display: none;
  }
  .history-page .content .data {
    position: initial;
    padding: 50px 0 0 0;
  }
  .history-page .content .data .time p {
    font-size: 26px;
    line-height: 21px;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(42, 76, 140, 0.12);
  }
  .history-page .content .data .time .line {
    width: 100%;
  }
  .history-page .content .data .time .line span {
    width: 50px;
    height: 50px;
    top: -24px;
    font-size: 12px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1), 0 2px 6px rgba(107, 163, 216, 0.3);
  }
  .history-page .content .data .time .line span:before {
    content: attr(data-year);
    display: block;
  }
  .history-page .content .data .time .line span:after {
    display: none;
  }
  .history-page .content .data .text {
    width: 100%;
    font-size: 12px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(42, 76, 140, 0.12);
  }
  .history-page .content .data .text span {
    display: inline-block;
  }
  .history-page .content .data .img-two {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
  }
  .history-page .content .data .img-two.two2 {
    width: 100%;
  }
  .history-page .content .data .img {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(42, 76, 140, 0.12);
  }
  .history-page .content .data .img img {
    width: 100%;
    border-radius: 8px;
  }
  .history-page .content .data.y2017 .img2 {
    width: 100%;
    padding-top: 15px;
  }
  .history-page .content .data.y2017 .img2 .a1 {
    width: 100%;
  }
  .history-page .content .data.y2017 .img2 .a1 dd {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .history-page .content .data.y2017 .img2 .a1 dd img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .history-page .content .data.right {
    width: 100%;
  }
  .history-page .content .data.right .con {
    padding-left: 0px;
  }
  .history-page .content .data.right .time p {
    margin-left: 0px;
  }
  .history-page .content .data.right .time .line {
    margin-left: 0px;
    text-align: right;
  }
  .history-page .content .data.right .time .line img {
    display: none;
  }
  .history-page .animation-2 {
    padding-left: 90px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 440px) and (max-width: 1380px) {
  .mission-value-warp {
    padding-bottom: 15vw;
  }
}
@media screen and (max-width: 750px) {
  .banner .major-clients {
    width: 100%;
  }
  .banner .major-clients img {
    height: 50vw;
    object-fit: cover;
  }
  .banner .major-clients img[src*="banner-cus.jpg"] {
    max-height: 640px;
  }
  .banner .major-clients .bg-top {
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.8) 80%, #fff 100%);
    box-shadow: 0 -8px 20px rgba(0,0,0,0.05);
  }
  .banner .major-clients .bg-top img {
    display: none;
  }
  .home-page6 {
    background: #253570 url("../img2/home/about-me.jpeg") no-repeat center 0;
    position: relative;
    padding-bottom: 0px;
    background-size: 100% auto;
    height: auto!important;
  }
  .home-page6 .con .content {
    padding: 60px 20px 30px 20px;
    justify-content: center;
    align-items: center;
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
    color: #fff;
    display: block;
  }
  .about-zs .page-title {
    margin-bottom: 22px;
    font-size: 26px;
  }
  .about-zs .about-zs-page1 {
    display: block;
    margin-top: 40px;
    padding: 0 35px;
  }
  .about-zs .about-zs-page1 .content {
    display: flex;
    flex-direction: column;
  }
  .about-zs .about-zs-page2 {
    padding-top: 40px;
  }
  .about-zs .about-zs-page3 {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .about-zs .about-zs-page4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about-zs .about-zs-page1 dd.right {
    width: 100%;
    padding: 0 0 20px 0;
    order: 1;
  }
  .about-zs .about-zs-page1 dd.left {
    font-size: 14px;
    width: 100%;
    line-height: 21px;
    order: 2;
  }
  .about-zs .about-zs-page1 dd.right img {
    width: 100%;
  }
  .about-zs .about-zs-page2 {
    display: block;
    margin-top: 60px;
    padding: 0 0;
  }
  .about-zs .about-zs-page2 .page-title {
    margin: 0 35px;
  }
  .about-zs .about-zs-page2 .number-box {
    width: 100%;
    left: 0px;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content {
    display: block;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd {
    width: 50%;
    margin-right: 0px;
    font-size: 14px;
    height: auto;
    padding-bottom: 20px;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd .icon {
    width: 100%;
    text-align: center;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd .icon img {
    width: 40px;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd .number font {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
  }
  .about-zs .about-zs-page2 .number-box .number-box-content dd .number .f-size42,
  .about-zs .about-zs-page2 .number-box .number-box-content dd .number.f-size32 {
    font-size: 21px;
  }
  .about-zs .about-zs-page3 {
    margin: 0 35px;
    margin-bottom: 20px;
  }
  .about-zs .about-zs-page3 .page-title {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .about-zs .about-zs-page3 .text ul li {
    margin: 15px 0px;
    margin-left: 0px;
    position: relative;
    padding: 0 0px 0 15px;
  }
  .about-zs .about-zs-page4 {
    background-image: none;
    background-color: #325297;
    margin-bottom: 50px;
    margin-top: 40px;
  }
  .about-zs .about-zs-page4.about-zs-page4-en {
    margin-top: 20px;
  }
  .about-zs .about-zs-page4.about-zs-page4-en .content .box1 {
    padding-top: 40px;
  }
  .about-zs .about-zs-page4 .content .box1 {
    font-size: 13px;
    color: #fff;
    padding: 50px 35px 0 35px;
    display: block;
    line-height: 1.6;
  }
  .about-zs .about-zs-page4.about-zs-page4-en .content .box1 .left,
  .about-zs .about-zs-page4.about-zs-page4-en .content .box1 .right {
    padding-left: 5px;
  }
  .about-zs .about-zs-page4 .content .box1 .left,
  .about-zs .about-zs-page4 .content .box1 .right {
    width: 100%;
  }
  .about-zs .about-zs-page4 .content .box1 .middle {
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
  }
  .about-zs .about-zs-page4 .content .box1 .middle .a img,
  .about-zs .about-zs-page4 .content .box1 .middle .b img {
    width: 30px;
  }
  .about-zs .about-zs-page4 .content .box1 .middle .text {
    padding: 0 0px;
    font-size: 16px;
    line-height: 1.4;
  }
  .about-zs .about-zs-page4 .content .box2 {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    padding: 0 35px;
    padding-bottom: 20px;
    justify-content: center;
    gap: 15px;
  }
  .about-zs .about-zs-page4 .content .box2 dd {
    width: auto;
    flex: 0 0 auto;
    margin-bottom: 20px;
  }
  .about-zs .about-zs-page4 .content .box2 dd .pic {
    width: auto;
  }
  .about-zs .about-zs-page4 .content .box2 dd img {
    width: auto;
    max-width: 150px;
    height: auto;
  }
  .about-zs .about-zs-page5 {
    padding: 0 35px;
  }
  .about-zs .about-zs-page5 .title {
    display: flex;
    justify-content: space-between;
    margin: 70px 10px 20px 10px;
  }
  .about-zs .about-zs-page5 .title .a img,
  .about-zs .about-zs-page5 .title .b img {
    width: 30px;
  }
  .about-zs .about-zs-page5 .title .text {
    padding: 0 0px;
    font-size: 21px;
    font-weight: bold;
  }
  .about-zs .about-zs-page5 .con-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-zs .about-zs-page5 .con-list dd {
    width: calc((100% - 30px) / 2);
    float: none;
    border: 2px solid #2C4D92;
    height: auto;
    box-sizing: border-box;
    margin-right: 23px;
    padding: 20px 25px;
    font-size: 12px;
    margin-top: 22px;
  }
  .about-zs .about-zs-page5 .con-list dd img {
    width: 40px;
    margin-bottom: 18px;
  }
  .about-zs .about-zs-page5 .con-list dd:nth-child(2n) {
    margin-right: 0px;
  }
  .about-zs .about-zs-page5 .con-list dd.one img {
    width: 55px;
    margin: 0px;
  }
  .about-zs .about-zs-page5 .img {
    padding: 20px 0 10px 0;
  }
  .about-zs .about-zs-page5 .page-title {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .about-zs .about-zs-page6 {
    padding: 35px;
  }
  .about-zs .about-zs-page6 .icon {
    padding-bottom: 28px;
  }
  .about-zs .about-zs-page6 .icon img {
    width: 210px;
  }
  .about-zs .about-zs-page6 .text {
    font-size: 12px;
  }
  .about-zs .about-zs-page6 .text dd {
    padding-bottom: 10px;
  }
  .major-clients-con {
    padding: 50px 0 0 0;
  }
  .major-clients-con .text {
    font-size: 12px;
    padding: 35px;
  }
  .major-clients-con .icon {
    padding: 35px;
    padding-top: 0px;
  }
  .csr-box .csr-text {
    padding-top: 20px;
    font-size: 14px;
  }
  .csr-box .csr-page1 {
    padding-top: 7.85714286vw;
    display: block;
  }
  .csr-box .csr-page1 .left {
    width: 100%;
    background-color: #E2E7EB;
    padding: 0 40px 0 40px;
    box-sizing: border-box;
    padding-left: 40px;
  }
  .csr-box .csr-page1 .left .icon {
    padding-top: 10%;
  }
  .csr-box .csr-page1 .left .icon img {
    width: 10%;
  }
  .csr-box .csr-page1 .right {
    width: 100%;
  }
  .csr-box .csr-page1 .right img {
    width: 100%;
  }
  .csr-box .csr-margin-top {
    margin-top: 6.78571429vw;
  }
  .csr-box .csr-page2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .csr-box .csr-page2 .left {
    width: 100%;
  }
  .csr-box .csr-page2 .left img {
    width: 100%;
  }
  .csr-box .csr-page2 .right {
    width: 100%;
  }
  .csr-box .csr-page2 .right .icon {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .csr-box .csr-page2 .right .icon img {
    width: 20%;
  }
  .csr-box .csr-page2 .right .bot {
    height: 50%;
    position: relative;
    justify-content: space-between;
  }
  .csr-box .csr-page2 .right .bot .a1 {
    padding: 20px 0 10% 35px;
  }
  .csr-box .csr-page2 .right .bot .a2 {
    width: 106px;
  }
  .csr-box .csr-page3 {
    display: block;
  }
  .csr-box .csr-page3 .left {
    width: 100%;
  }
  .csr-box .csr-page3 .left .grey {
    padding: 0px 40px 0 40px;
  }
  .csr-box .csr-page3 .left .icon {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .csr-box .csr-page3 .left .icon img {
    width: 20%;
  }
  .csr-box .csr-page3 .left .bot {
    height: 50%;
    box-sizing: border-box;
    padding: 10px 80px 20px 40px;
  }
  .csr-box .csr-page3 .right {
    width: 100%;
  }
  .csr-box .csr-page3 .right img {
    width: 100%;
  }
  .csr-box .csr-page4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .csr-box .csr-page4 dd {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    position: relative;
  }
  .csr-box .csr-page4 dd .text {
    padding: 0px 0 0 18px;
  }
  .csr-box .csr-page4 dd:nth-child(2) ~ dd {
    margin-bottom: 20px;
  }
  .csr-box .csr-page5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .csr-box .csr-page5 .left {
    width: 100%;
  }
  .csr-box .csr-page5 .left img {
    width: 100%;
  }
  .csr-box .csr-page5 .right {
    width: 100%;
  }
  .csr-box .csr-page5 .right .grey {
    padding: 0% 40px 0 43px;
    height: 57%;
  }
  .csr-box .csr-page5 .right .icon {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .csr-box .csr-page5 .right .icon img {
    width: 20%;
  }
  .csr-box .csr-page5 .right .bot {
    height: 50%;
    box-sizing: border-box;
    padding: 0px 80px 10% 50px;
  }
  .csr-box .csr-page6 {
    display: block;
    padding-bottom: 10%;
  }
  .csr-box .csr-page6 .left {
    width: 100%;
    padding: 0px 0 10% 40px;
  }
  .csr-box .csr-page6 .left .icon {
    padding-top: 10%;
    padding-bottom: 0%;
  }
  .csr-box .csr-page6 .left .icon img {
    width: 20%;
  }
  .csr-box .csr-page6 .left .bot {
    height: 50%;
    box-sizing: border-box;
    padding: 50px 80px 50px 50px;
  }
  .csr-box .csr-page6 .right {
    width: 100%;
  }
  .csr-box .csr-page6 .right img {
    width: 100%;
  }
}
.core-advantage-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.core-adv-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(16, 38, 92, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
  padding-bottom: 30px;
}
.core-adv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(16, 38, 92, 0.18);
}
.core-adv-img {
  position: relative;
  width: 72%;
  max-width: 260px;
  margin: 28px auto 40px;
  border-radius: 22px;
  overflow: visible;
}
.core-adv-img::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.core-adv-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 22px;
}
.core-adv-body {
  padding: 0 32px;
  text-align: center;
}
.core-adv-index {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e45a7 0%, #1f7de1 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 28px rgba(30, 69, 167, 0.25);
  border: 3px solid rgba(255,255,255,0.8);
  z-index: 2;
}
.core-adv-text {
  margin: 0;
  font-size: 16px;
  color: #152C54;
  line-height: 1.7;
}
.core-advantage-grid.zh-cn .core-adv-text {
  font-size: 17px;
}
@media (min-width: 1024px) {
  .core-advantage-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .core-adv-img {
    width: 78%;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .core-adv-body {
    padding: 0 20px 10px;
  }
  .core-adv-index {
    width: 52px;
    height: 52px;
    font-size: 18px;
    top: calc(100% + 6px);
  }
}
/*# sourceMappingURL=./about-us.css.map */