
.head-crumbs {
  width: 1200px;
  margin: 16px auto;
  font-family: Helvetica;
  font-size: 12px;
}
.head-crumbs a:hover {
  text-decoration: underline;
}
.head-crumbs .p1 {
  color: #333333;
}
.head-crumbs .p2 {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}

.company {
  width: 1200px;
  margin: 11px auto;
}
.company-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
}
.company-title {
  font-weight: bold;
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #333333;
}
.company-content {
  width: 615px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #666666;
  text-align: justify;
  line-height: 40px;
}
.company-img {
  object-fit: cover;
}
.company .company-box-two {
  width: 1200px;
  min-height: 240px;
  font-family: Helvetica;
  font-size: 18px;
  color: #666666;
  text-align: justify;
  line-height: 40px;
}

.full-chain-service {
  text-align: center;
  margin-top: 54px;
}
.full-chain-service .section-title {
  font-family: "PingFangSC-Semibold", sans-serif;
  font-size: 30px;
  color: #333333;
  margin-bottom: 37px;
  font-family: Helvetica-Bold;
}
.full-chain-service .card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
}
.full-chain-service .card-container .service-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 388px;
  overflow: hidden;
  min-height: 498px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.full-chain-service .card-container .service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.full-chain-service .card-container .service-card .card-content {
  padding: 25px 27px;
}
.full-chain-service .card-container .service-card .card-content .service-card-content-title {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  margin-bottom: 10px;
  color: #333333;
  text-align: center;
}
.full-chain-service .card-container .service-card .card-content .service-card-content-p {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 36px;
}
.full-chain-service .card-container .service-card .card-content .fontLeft {
  text-align: left !important;
}

.achievement-section-box {
  background: url("/assets/imgs/about/service_bg.png") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.achievement-section-box .achievement-section {
  width: 1200px;
  text-align: center;
  padding: 60px 0;
  margin: 60px auto 0;
}
.achievement-section-box .achievement-section .title {
  font-family: "PingFangSC-Semibold", sans-serif;
  font-size: 30px;
  color: #333333;
  margin-bottom: 10px;
}
.achievement-section-box .achievement-section .subtitle {
  font-family: "PingFangSC-Regular", sans-serif;
  font-size: 30px;
  color: #333333;
  margin-bottom: 40px;
}
.achievement-section-box .achievement-section .achievement-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: space-between;*/
  -webkit-justify-content: space-between;
      /*-ms-flex-pack: space-between;*/
          justify-content: space-between;
  /*-webkit-box-align: center;*/
  /*-webkit-align-items: center;*/
  /*    -ms-flex-align: center;*/
  /*        align-items: center;*/
  gap: 20px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.achievement-section-box .achievement-section .achievement-stats .stat-item {

}
.achievement-section-box .achievement-section .achievement-stats .stat-item .stat-number {
  text-align: left;
  font-family: "Helvetica-Bold", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 7px;
  white-space: nowrap;
}
.achievement-section-box .achievement-section .achievement-stats .stat-item .stat-label {
  width: 200px;
  text-align: left;
  font-family: "PingFangSC-Regular", sans-serif;
  font-size: 18px;
  color: #333333;
  width: 200px;
}
.achievement-section-box .achievement-section .achievement-stats .divider {
  width: 1px;
  height: 50px;
  background: #CCCCCC;
  position: relative;
  top: 10px;
}

.service-advantage {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 53px;
}
.service-advantage .section-title {
  font-family: "PingFangSC-Semibold", sans-serif;
  font-size: 30px;
  color: #333333;
  margin-bottom: 33px;
}
.service-advantage .advantage-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 67px;
}
.service-advantage .advantage-container .advantage-card {
  width: 250px;
  height: 250px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-advantage .advantage-container .advantage-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 9px;
}
.service-advantage .advantage-container .advantage-card h3 {
  font-family: "PingFangSC-Medium", sans-serif;
  font-size: 30px;
  color: #333333;
  margin-bottom: 15px;
}
.service-advantage .advantage-container .advantage-card p {
  font-family: "PingFangSC-Regular", sans-serif;
  font-size: 18px;
  color: #333333;
  margin: 0;
}

.contact-section {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 56px 0 60px 0;
}
.contact-section .contact-title {
  font-family: "PingFangSC-Semibold", sans-serif;
  font-size: 30px;
  color: #333333;
  margin-bottom: 33px;
}
.contact-section .contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 297px;
  text-align: left;
  color: #666666;
}
.contact-section .contact-container .contact-block {
  font-family: "PingFangSC-Regular", sans-serif;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  line-height: 25px;
}
.contact-section .contact-container .contact-block h3 {
  margin-bottom: 12px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
}
.contact-section .contact-container .contact-block p {
  margin: 12px 0;
}

.vn-service-advantage {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 58px;
}
.vn-service-advantage .vn-section-title {
  font-family: "PingFangSC-Semibold", sans-serif;
  font-size: 30px;
  color: #333333;
  margin-bottom: 36px;
}
.vn-service-advantage .vn-advantage-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 67px;
}
.vn-service-advantage .vn-advantage-container .vn-advantage-card {
  width: 250px;
  height: 250px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.vn-service-advantage .vn-advantage-container .vn-advantage-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 4px;
  margin-top: 15px;
}
.vn-service-advantage .vn-advantage-container .vn-advantage-card h3 {
  font-family: "PingFangSC-Medium", sans-serif;
  margin-bottom: 14px;
  margin-top: 0;
  font-family: Helvetica-Bold;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  text-align: center;
}
.vn-service-advantage .vn-advantage-container .vn-advantage-card p {
  font-family: "PingFangSC-Regular", sans-serif;
  font-size: 18px;
  color: #333333;
  margin: 0;
  padding: 0 20px;
}