.process {
  width: 100%;
  padding: 140px 0;
}
.process .inner {
  display: flex;
  flex-direction: column;
}
.process .inner .section1 {
  height: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.process .inner .section1 .section1-left {
  width: 70%;
  height: 100%;
  border-radius: 10px;
  background: #0b1e40;
  box-shadow: 0px 4px 20.9px #00000040;
  padding: 30px 0 30px 50px;
  position: relative;
  left: 5%;
}
.process .inner .section1 .section1-left img {
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.process .inner .section1 .section1-left img:hover {
  transform: scale(1.05);
}
.process .inner .section1 .section1-right {
  width: 30%;
  height: 80%;
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #d7151a;
  box-shadow: 0px 2px 6.6px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  right: 5%;
}
.process .inner .section1 .section1-right .text12 {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
}
.process .inner .section1 .section1-right .text13 {
  text-align: center;
  color: #FCC7C8;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
}
.process .inner .section1 .section1-right .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 6.6px rgba(0, 0, 0, 0.25);
  padding: 15px 0;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 16px;
}
.process .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.process .inner .section2 .section2-top {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.process .inner .section2 .section2-top .title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
}
.process .inner .section2 .section2-top .title .line {
  width: 42px;
  height: 1.5px;
  background: #d7151a;
}
.process .inner .section2 .section2-top .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
}
.process .inner .section2 .section2-top .desc {
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
}
.process .inner .section2 .section2-top .text {
  color: #6c6c6c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.process .inner .section2 .section2-top .btn {
  width: fit-content;
  border-radius: 61px;
  border: 1px solid #223757;
  background: #223757;
  padding: 8px 33px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 20px;
  transition: 0.5s;
}
.process .inner .section2 .section2-top .btn:hover {
  background: transparent;
  color: #223757;
}
.process .inner .section2 .section2-bottom {
  width: 50%;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process .inner .section2 .section2-bottom svg {
  position: absolute;
  top: 0;
  left: 0;
}
.process .inner .section2 .section2-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  border-radius: 10px;
  border: 1px solid #e7201d;
  background: transparent;
  pointer-events: none;
}
.process .inner .section2 .section2-bottom .img {
  width: 80%;
  height: 80%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.process .inner .section2 .section2-bottom .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.process .inner .section2 .section2-bottom .img img:hover {
  transform: scale(1.05);
}
.custom {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/service/custom-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.custom .inner {
  display: flex;
  flex-direction: column;
}
.custom .inner .section1 {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 77px;
}
.custom .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.custom .inner .section1 .title .line {
  width: 74px;
  height: 3px;
  background: #d7151a;
}
.custom .inner .section1 .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.custom .inner .section1 .desc {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.custom .inner .section1 .text {
  text-align: center;
  color: #e5e5e5;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
}
.custom .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.custom .inner .section2 .item {
  width: calc((100% - 105px) / 4);
  border-radius: 20px;
  overflow: hidden;
  background: #e7000b;
  box-shadow: 0px 5px 18px 5px #00000036;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: 0.5s;
}
.custom .inner .section2 .item .text1 {
  color: #db2a2a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  z-index: 1;
}
.custom .inner .section2 .item .text1 span {
  font-size: 10px;
  line-height: 14px;
}
.custom .inner .section2 .item .one {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.custom .inner .section2 .item .one .text2 {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 17px;
}
.custom .inner .section2 .item .one .text3 {
  color: #8d94a2;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
}
.custom .inner .section2 .item::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.custom .inner .section2 .item:hover {
  transform: translateY(-15px);
}
.option {
  width: 100%;
  padding: 100px 0;
  background: #ffffff;
}
.option .inner {
  display: flex;
  flex-direction: column;
}
.option .inner .section1 {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 86px;
}
.option .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.option .inner .section1 .title .line {
  width: 74px;
  height: 3px;
  background: #d7151a;
}
.option .inner .section1 .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.option .inner .section1 .desc {
  text-align: center;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.option .inner .section1 .text {
  text-align: center;
  color: #6a7282;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
}
.option .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 10px #a3a3a340;
  min-height: 745px;
}
.option .inner .section2 .section2-left {
  width: 40%;
  border-radius: 30px 0px 0px 30px;
  background: #0b1e40;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.option .inner .section2 .section2-left .section2-left-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.option .inner .section2 .section2-left .section2-left-top .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.option .inner .section2 .section2-left .section2-left-img {
  width: 100%;
  background-image: url(../img/service/product-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  border: 0.5px solid #4b505e;
  overflow: hidden;
  padding: 40px 20px;
}
.option .inner .section2 .section2-left .section2-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.option .inner .section2 .section2-left .section2-left-img img:hover {
  transform: scale(1.05);
}
.option .inner .section2 .section2-left .section2-left-middle {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.option .inner .section2 .section2-left .section2-left-middle .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid #203253;
  transition: 0.5s;
}
.option .inner .section2 .section2-left .section2-left-middle .item .text2 {
  color: #99a1af;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.option .inner .section2 .section2-left .section2-left-middle .item .text3 {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
  text-align: right;
}
.option .inner .section2 .section2-left .section2-left-middle .item-active .text3 {
  color: #d7151a;
}
.option .inner .section2 .section2-left .section2-left-btn {
  padding: 15px 45px;
  border-radius: 10px;
  border: 1px solid #d7151a;
  background: #d7151a;
  box-shadow: 0px 2px 6.6px #00000040;
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 18px;
  transition: 0.5s;
}
.option .inner .section2 .section2-left .section2-left-btn:hover {
  background: transparent;
  color: #d7151a;
}
.option .inner .section2 .section2-right {
  width: 60%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.option .inner .section2 .section2-right .section2-right-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.option .inner .section2 .section2-right .section2-right-top .item {
  width: 100%;
  padding: 8px 16px 10px;
  border-radius: 27px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #62748e;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  transition: 0.5s;
}
.option .inner .section2 .section2-right .section2-right-top .item svg {
  transition: 0.5s;
  max-width: 18px;
  min-width: 18px;
}
.option .inner .section2 .section2-right .section2-right-top .item-active {
  background: #162556;
  box-shadow: 0px 4px 7px #c4cbe1;
  color: #ffffff;
}
.option .inner .section2 .section2-right .section2-right-top .item-active svg {
  transition: transform 0.5s ease;
}
.option .inner .section2 .section2-right .section2-right-top .item-active svg path {
  fill: #ffffff;
}
.option .inner .section2 .section2-right .section2-right-line {
  width: 100%;
  height: 0.8px;
  border-radius: 0.5px;
  background: #e2e8f0;
}
.option .inner .section2 .section2-right .section2-right-bottom {
  width: 100%;
}
.option .inner .section2 .section2-right .section2-right-bottom .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  display: none;
  transition: 0.5s;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .text4 {
  color: #162556;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .text5 {
  color: #728299;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one {
  padding: 20px;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
  display: flex;
  gap: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one .dot {
  width: 20px;
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-top: 4px;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one .dot .dot-inner {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  transition: 0.5s;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one .content .text6 {
  color: #162556;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one .content .text7 {
  color: #728299;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one-active {
  border: 1.5px solid #d7151a;
  background: #fdf8f8;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one-active .dot {
  border: 2px solid #D7151A;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one-active .dot .dot-inner {
  background: #D7151A;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one-active .content .text6 {
  color: #d7151a;
}
.option .inner .section2 .section2-right .section2-right-bottom .item .one-active .content .text7 {
  color: #728299;
}
.option .inner .section2 .section2-right .section2-right-bottom .item-active {
  display: flex;
}
.service-product {
  width: 100%;
  padding: 100px 0;
  background: #f6f7f9;
}
.service-product .inner {
  display: flex;
  flex-direction: column;
}
.service-product .inner .section1 {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 86px;
}
.service-product .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.service-product .inner .section1 .title .line {
  width: 74px;
  height: 3px;
  background: #d7151a;
}
.service-product .inner .section1 .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.service-product .inner .section1 .desc {
  text-align: center;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.service-product .inner .section1 .text {
  text-align: center;
  color: #6a7282;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
}
.service-product .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service-product .inner .section2 .section2-left {
  width: 25%;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 4.8px #79797940;
}
.service-product .inner .section2 .section2-left .top {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  background: #0b1e40;
  box-shadow: 0px 2px 6.6px #00000040;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.service-product .inner .section2 .section2-left .top p {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
}
.service-product .inner .section2 .section2-left .bottom {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
}
.service-product .inner .section2 .section2-left .bottom .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.service-product .inner .section2 .section2-left .bottom .item .item-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 0.5px solid #fff;
  background: #fff;
  padding: 15px;
}
.service-product .inner .section2 .section2-left .bottom .item .item-top .item-top-left {
  display: flex;
  align-items: center;
  gap: 13px;
}
.service-product .inner .section2 .section2-left .bottom .item .item-top .item-top-left p {
  color: #0b1e40;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
.service-product .inner .section2 .section2-left .bottom .item .item-bottom {
  width: 90%;
  border-left: 1px solid #f3f4f6;
  padding-left: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.service-product .inner .section2 .section2-left .bottom .item .item-bottom .one {
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  color: #718097;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
.service-product .inner .section2 .section2-left .bottom .item .item-bottom .one:hover {
  background: #f8fafc;
}
.service-product .inner .section2 .section2-left .bottom .item .item-bottom .one-active {
  background: #f8fafc;
  color: #223757;
}
.service-product .inner .section2 .section2-left .bottom .item:hover .item-top {
  border-radius: 10px;
  border: 0.5px solid #f8fafc;
  background: #f8fafc;
}
.service-product .inner .section2 .section2-left .bottom .item-active .item-top {
  border-radius: 10px;
  border: 0.5px solid #ffe2e2;
  background: #fef2f2;
}
.service-product .inner .section2 .section2-left .bottom .item-active .item-top .item-top-left svg path {
  fill: #d7151a;
}
.service-product .inner .section2 .section2-left .bottom .item-active .item-top .item-top-left p {
  color: #d7151a;
}
.service-product .inner .section2 .section2-right {
  width: 72%;
  display: flex;
  flex-direction: column;
}
.service-product .inner .section2 .section2-right .top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.service-product .inner .section2 .section2-right .top .item {
  width: 100%;
  height: 318px;
  border-radius: 10px;
  overflow: hidden;
  background: #fdfdfd;
  box-shadow: 0px 0px 6.1px #2f2f2f40;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s;
}
.service-product .inner .section2 .section2-right .top .item .tag {
  margin: 25px 0 0 25px;
  width: fit-content;
  border-radius: 3px;
  background: #0b1e40;
  transition: 0.5s;
}
.service-product .inner .section2 .section2-right .top .item .tag p {
  padding: 3px 8px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 9px;
  line-height: 13px;
}
.service-product .inner .section2 .section2-right .top .item .img {
  width: 90%;
  margin: 0 auto;
}
.service-product .inner .section2 .section2-right .top .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.service-product .inner .section2 .section2-right .top .item .img img:hover {
  transform: scale(1.05);
}
.service-product .inner .section2 .section2-right .top .item > .bottom {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  transition: 0.5s;
}
.service-product .inner .section2 .section2-right .top .item > .bottom .line {
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: #f3f4f6;
  margin-bottom: 10px;
  transition: 0.5s;
}
.service-product .inner .section2 .section2-right .top .item > .bottom .text1 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 10px;
  line-height: 19px;
  display: none;
  transition: 0.5s;
}
.service-product .inner .section2 .section2-right .top .item > .bottom .text2 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  display: none;
  transition: 0.5s;
}
.service-product .inner .section2 .section2-right .top .item:hover {
  background: #e8e8e8;
  box-shadow: 0px 0px 6.1px #2f2f2f40;
}
.service-product .inner .section2 .section2-right .top .item:hover .tag {
  background: #d7151a;
}
.service-product .inner .section2 .section2-right .top .item:hover > .bottom {
  background: #0b1e40;
}
.service-product .inner .section2 .section2-right .top .item:hover > .bottom .line {
  display: none;
}
.service-product .inner .section2 .section2-right .top .item:hover > .bottom .text1 {
  display: block;
}
.service-product .inner .section2 .section2-right .top .item:hover > .bottom .text2 {
  display: block;
}
.service-product .inner .section2 .section2-right .bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.service-product .inner .section2 .section2-right .bottom .pre-pageBtn {
  height: 37px;
  padding: 0 17px;
  border-radius: 10px;
  border: 0.5px solid #223757;
  background: #e2e8f0;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-product .inner .section2 .section2-right .bottom .next-pageBtn {
  height: 37px;
  padding: 0 17px;
  border-radius: 10px;
  border: 0.5px solid #223757;
  background: #ffffff;
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-product .inner .section2 .section2-right .bottom .pages {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-product .inner .section2 .section2-right .bottom .pages .num {
  height: 37px;
  padding: 0 16px;
  border-radius: 10px;
  border: 0.5px solid #223757;
  background: #ffffff;
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-product .inner .section2 .section2-right .bottom .pages .num-active {
  background: #d7151a;
  box-shadow: 0px 1px 2.3px rgba(127, 127, 127, 0.25);
  color: #ffffff;
}
.service-advantage {
  width: 100%;
  padding: 100px 0;
  background: #f6f7f9;
}
.service-advantage .inner {
  display: flex;
  flex-direction: column;
}
.service-advantage .inner .section1 {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 86px;
}
.service-advantage .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.service-advantage .inner .section1 .title .line {
  width: 74px;
  height: 3px;
  background: #d7151a;
}
.service-advantage .inner .section1 .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.service-advantage .inner .section1 .desc {
  text-align: center;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.service-advantage .inner .section1 .text {
  text-align: center;
  color: #6a7282;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 24px;
}
.service-advantage .inner .section2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.service-advantage .inner .section2 .item {
  width: 100%;
  height: 390px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  transition: height 0.5s, margin-bottom 0.5s;
}
.service-advantage .inner .section2 .item .item-top {
  width: 100%;
  height: 190px;
  min-height: 190px;
  max-height: 190px;
  overflow: hidden;
}
.service-advantage .inner .section2 .item .item-top > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.service-advantage .inner .section2 .item .item-top > img:hover {
  transform: scale(1.05);
}
.service-advantage .inner .section2 .item .item-bottom {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.service-advantage .inner .section2 .item .item-bottom .item-bottom-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
  transition: 0.5s;
}
.service-advantage .inner .section2 .item .item-bottom .item-bottom-top .img {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 1px 3.4px #6a6a6a40;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.service-advantage .inner .section2 .item .item-bottom .item-bottom-top .img img {
  width: 20px;
  height: 20px;
}
.service-advantage .inner .section2 .item .item-bottom .item-bottom-top .text1 {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 18px;
  transition: 0.5s;
}
.service-advantage .inner .section2 .item .item-bottom .item-bottom-middle {
  margin-bottom: 50px;
}
.service-advantage .inner .section2 .item .item-bottom .item-bottom-middle .text2 {
  color: #666666;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
}
.service-advantage .inner .section2 .item .item-bottom .item-bottom-bottom {
  align-items: center;
  gap: 7px;
  display: none;
}
.service-advantage .inner .section2 .item .item-bottom .item-bottom-bottom .text3 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.service-advantage .inner .section2 .item .item-bottom .item-bottom-bottom > img {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.service-advantage .inner .section2 .item:hover {
  height: 410px;
  margin-bottom: 20px;
}
.service-advantage .inner .section2 .item:hover .item-bottom .item-bottom-top .img {
  border: 0.5px solid #ffcccc;
  background: #fef2f2;
  box-shadow: 0px 1px 3.4px #6a6a6a40;
}
.service-advantage .inner .section2 .item:hover .item-bottom .item-bottom-top .text1 {
  color: #d7151a;
}
.service-advantage .inner .section2 .item:hover .item-bottom .item-bottom-bottom {
  display: flex;
}
.service-solution {
  width: 100%;
  padding: 100px 0;
  background: #f6f7f9;
}
.service-solution .inner {
  display: flex;
  flex-direction: column;
}
.service-solution .inner .section1 {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 66px;
}
.service-solution .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.service-solution .inner .section1 .title .line {
  width: 74px;
  height: 3px;
  background: #d7151a;
}
.service-solution .inner .section1 .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.service-solution .inner .section1 .desc {
  text-align: center;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.service-solution .inner .section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.service-solution .inner .section2 .item {
  width: 100%;
  border-radius: 10px;
  border: 0.8px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0px 0px 6.7px #82828240;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s ease;
}
.service-solution .inner .section2 .item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.service-solution .inner .section2 .item .question p {
  color: #1d293d;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  transition: 0.5s;
}
.service-solution .inner .section2 .item .question .img {
  width: 36px;
  max-width: 36px;
  min-width: 36px;
  height: 36px;
  transition: 0.5s;
}
.service-solution .inner .section2 .item .question .img .minus {
  display: none;
  transition: 0.5s;
}
.service-solution .inner .section2 .item .question .img .plus {
  display: block;
  transition: 0.5s;
}
.service-solution .inner .section2 .item .answer {
  margin-top: 15px;
  padding: 15px 0 0 0;
  border-top: 0.8px solid #e2e8f0;
  display: none;
  transition: all 0.5s ease;
  flex-direction: column;
  gap: 15px;
}
.service-solution .inner .section2 .item .answer p {
  color: #45556c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.service-solution .inner .section2 .item .answer p span {
  font-weight: 600;
}
.service-solution .inner .section2 .item-active .question p {
  color: #d7151a;
}
.service-solution .inner .section2 .item-active .question .img .plus {
  display: none;
}
.service-solution .inner .section2 .item-active .question .img .minus {
  display: block;
}
.service-solution .inner .section2 .item-active .answer {
  display: flex;
}
.service-solution .inner .section2 svg {
  transition: 0.5s;
}
.service-faq {
  width: 100%;
  padding: 100px 0;
  background: #f6f7f9;
}
.service-faq .inner {
  display: flex;
  flex-direction: column;
}
.service-faq .inner .section1 {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 66px;
}
.service-faq .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.service-faq .inner .section1 .title .line {
  width: 74px;
  height: 3px;
  background: #d7151a;
}
.service-faq .inner .section1 .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.service-faq .inner .section1 .desc {
  text-align: center;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.service-faq .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service-faq .inner .section2 .section2-left {
  width: 40%;
  display: flex;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.service-faq .inner .section2 .section2-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-faq .inner .section2 .section2-left .content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
}
.service-faq .inner .section2 .section2-left .content .left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-faq .inner .section2 .section2-left .content .left .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 24px;
}
.service-faq .inner .section2 .section2-left .content .left .text2 {
  color: #d1d5dc;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 15px;
}
.service-faq .inner .section2 .section2-left .content .btn {
  padding: 5px 30px;
  border-radius: 8px;
  border: 1px solid #d7151a;
  background: #d7151a;
  box-shadow: 0px 2px 6.6px #00000040;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  transition: 0.5s;
  text-align: center;
}
.service-faq .inner .section2 .section2-left .content .btn:hover {
  background: transparent;
  color: #d7151a;
}
.service-faq .inner .section2 .section2-right {
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.service-faq .inner .section2 .section2-right .item {
  width: 100%;
  border-radius: 10px;
  border: 0.8px solid #e2e8f0;
  background: #ffffff;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.5s ease;
}
.service-faq .inner .section2 .section2-right .item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.service-faq .inner .section2 .section2-right .item .question p {
  color: #1d293d;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
  transition: 0.5s;
}
.service-faq .inner .section2 .section2-right .item .question .img {
  width: 36px;
  max-width: 36px;
  min-width: 36px;
  height: 36px;
  transition: 0.5s;
}
.service-faq .inner .section2 .section2-right .item .question .img .minus {
  display: none;
  transition: 0.5s;
}
.service-faq .inner .section2 .section2-right .item .question .img .plus {
  display: block;
  transition: 0.5s;
}
.service-faq .inner .section2 .section2-right .item .answer {
  margin-top: 30px;
  padding: 15px 0 0 0;
  border-top: 0.8px solid #e2e8f0;
  color: #45556c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: none;
  transition: all 0.5s ease;
}
.service-faq .inner .section2 .section2-right .item-active .question p {
  color: #d7151a;
}
.service-faq .inner .section2 .section2-right .item-active .question .img .plus {
  display: none;
}
.service-faq .inner .section2 .section2-right .item-active .question .img .minus {
  display: block;
}
.service-faq .inner .section2 .section2-right .item-active .answer {
  display: block;
}
.service-faq .inner .section2 .section2-right svg {
  transition: 0.5s;
}
.service-news {
  width: 100%;
  padding: 100px 0;
  background: #f6f7f9;
}
.service-news .inner {
  display: flex;
  flex-direction: column;
}
.service-news .inner .section1 {
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 66px;
}
.service-news .inner .section1 .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.service-news .inner .section1 .title .line {
  width: 74px;
  height: 3px;
  background: #d7151a;
}
.service-news .inner .section1 .title > p {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.service-news .inner .section1 .desc {
  text-align: center;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}
.service-news .inner .section2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.service-news .inner .section2 .item {
  width: calc((100% - 70px ) / 3);
  border-radius: 20px;
  background: #FFFFFF;
  overflow: hidden;
}
.service-news .inner .section2 .item .item-top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.service-news .inner .section2 .item .item-top img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.service-news .inner .section2 .item .item-top img:hover {
  transform: scale(1.05);
}
.service-news .inner .section2 .item .item-bottom {
  width: 100%;
  padding: 30px;
}
.service-news .inner .section2 .item .item-bottom .item-bottom-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.service-news .inner .section2 .item .item-bottom .item-bottom-top .item-bottom-top-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.service-news .inner .section2 .item .item-bottom .item-bottom-top .item-bottom-top-item .text2 {
  color: #0b1e40;
  font-family: Inter;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}
.service-news .inner .section2 .item .item-bottom .text3 {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.service-news .inner .section2 .item .item-bottom .text4 {
  color: #616161;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.service-news .inner .section2 .item .item-bottom .item-bottom-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-news .inner .section2 .item .item-bottom .item-bottom-bottom .text5 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.service-news .inner .section2 .item .item-bottom .item-bottom-bottom svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.service-news .inner .section2 .item:hover .item-bottom .text3 {
  color: #d7151a;
}
.service-news .inner .section3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-news .inner .section3 .btn {
  border-radius: 61px;
  border: 0.8px solid #D7151A;
  background: #D7151A;
  padding: 11px 26px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  transition: 0.5s;
}
.service-news .inner .section3 .btn:hover {
  background: transparent;
  color: #D7151A;
}
@media screen and (max-width: 1440px) {
  .custom .inner .section1,
  .option .inner .section1,
  .service-product .inner .section1,
  .service-advantage .inner .section1,
  .service-solution .inner .section1,
  .service-faq .inner .section1,
  .service-news .inner .section1 {
    width: 80%;
    margin-bottom: 40px;
  }
  .custom .inner .section1 .title,
  .option .inner .section1 .title,
  .service-product .inner .section1 .title,
  .service-advantage .inner .section1 .title,
  .service-solution .inner .section1 .title,
  .service-faq .inner .section1 .title,
  .service-news .inner .section1 .title {
    margin-bottom: 10px;
  }
  .custom .inner .section1 .desc,
  .option .inner .section1 .desc,
  .service-product .inner .section1 .desc,
  .service-advantage .inner .section1 .desc,
  .service-solution .inner .section1 .desc,
  .service-faq .inner .section1 .desc,
  .service-news .inner .section1 .desc {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .custom .inner .section1 .text,
  .option .inner .section1 .text,
  .service-product .inner .section1 .text,
  .service-advantage .inner .section1 .text,
  .service-solution .inner .section1 .text,
  .service-faq .inner .section1 .text,
  .service-news .inner .section1 .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .process .inner .section1 .section1-left {
    left: 0%;
    padding: 30px 50px;
  }
  .process .inner .section1 .section1-left img {
    width: 100%;
    height: auto;
  }
  .process .inner .section1 .section1-right {
    height: 100%;
    right: 0%;
  }
  .service-product .inner .section2 .section2-right .top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .process {
    padding: 80px 0;
  }
  .custom .inner .section2 .item {
    padding: 40px 20px;
  }
  .option .inner .section2 .section2-right .section2-right-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-advantage .inner .section2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .service-faq .inner .section2 {
    flex-direction: column;
    gap: 20px;
  }
  .service-faq .inner .section2 .section2-left {
    width: 100%;
    height: 300px;
  }
  .service-faq .inner .section2 .section2-right {
    width: 100%;
  }
  .service-news .inner .section2 .item {
    width: calc((100% - 40px) / 3);
  }
  .service-news .inner .section2 .item .item-bottom {
    padding: 20px;
  }
  .service-news .inner .section2 .item .item-bottom .item-bottom-top {
    margin-bottom: 15px;
  }
  .service-news .inner .section2 .item .item-bottom .text3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .service-news .inner .section2 .item .item-bottom .text4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .process .inner .section1 {
    height: auto;
    flex-direction: column;
  }
  .process .inner .section1 .section1-left {
    width: 100%;
    padding: 20px;
  }
  .process .inner .section1 .section1-right {
    width: 100%;
    gap: 15px;
  }
  .process .inner .section2 {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .process .inner .section2 .section2-top {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .process .inner .section2 .section2-bottom {
    width: 100%;
  }
  .custom .inner .section2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .custom .inner .section2 .item {
    width: 100%;
  }
  .option .inner .section2 {
    flex-direction: column-reverse;
  }
  .option .inner .section2 .section2-right {
    width: 100%;
    padding: 20px;
    gap: 15px;
  }
  .option .inner .section2 .section2-left {
    width: 100%;
    border-radius: 30px;
    padding: 20px;
    gap: 15px;
  }
  .service-product .inner .section2 {
    flex-direction: column;
    gap: 20px;
  }
  .service-product .inner .section2 .section2-left {
    width: 100%;
  }
  .service-product .inner .section2 .section2-right {
    width: 100%;
  }
  .service-news .inner .section2 {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
  }
  .service-news .inner .section2 .item {
    width: 100%;
  }
  .service-news .inner .section2 .item .item-top img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .process {
    padding: 40px 0;
  }
  .process .inner .section1 .section1-right .text12 {
    font-size: 17px;
  }
  .process .inner .section1 .section1-right {
    gap: 10px;
  }
  .process .inner .section2 .section2-top .title {
    margin-bottom: 5px;
  }
  .process .inner .section2 .section2-top .desc {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .process .inner .section2 .section2-top .text {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .process .inner .section2 .section2-top .btn {
    padding: 8px 20px;
    font-size: 16px;
  }
  .custom {
    padding: 40px 0;
  }
  .custom .inner .section2 .item {
    gap: 10px;
    padding: 25px 20px;
  }
  .custom .inner .section2 .item .text1 {
    font-size: 16px;
  }
  .custom .inner .section2 .item .one {
    gap: 5px;
  }
  .custom .inner .section2 .item .one .text2 {
    font-size: 15px;
  }
  .custom .inner .section2 .item .one .text3 {
    font-size: 14px;
  }
  .option {
    padding: 40px 0;
  }
  .option .inner .section2 .section2-right .section2-right-bottom .item .text4 {
    font-size: 16px;
  }
  .option .inner .section2 .section2-right .section2-right-bottom .item {
    gap: 10px;
  }
  .option .inner .section2 .section2-right .section2-right-bottom .item .text5 {
    margin-bottom: 5px;
  }
  .option .inner .section2 .section2-right .section2-right-bottom .item .one {
    padding: 15px;
  }
  .option .inner .section2 .section2-right .section2-right-bottom .item .one .content .text6 {
    font-size: 14px;
  }
  .option .inner .section2 .section2-right .section2-right-bottom .item .one-active .content .text7 {
    font-size: 12px;
  }
  .option .inner .section2 .section2-left .section2-left-top {
    gap: 5px;
  }
  .option .inner .section2 .section2-left .section2-left-top svg {
    width: 20px;
    height: 20px;
  }
  .option .inner .section2 .section2-left .section2-left-top .text1 {
    font-size: 20px;
  }
  .option .inner .section2 .section2-left .section2-left-middle .item .text3 {
    font-weight: 500;
    font-size: 15px;
  }
  .option .inner .section2 .section2-left .section2-left-btn {
    font-weight: 500;
    font-size: 16px;
  }
  .service-product {
    padding: 40px 0;
  }
  .service-product .inner .section2 .section2-left .top p {
    font-size: 16px;
  }
  .service-product .inner .section2 .section2-left .bottom .item .item-top {
    padding: 10px;
  }
  .service-advantage {
    padding: 0px;
  }
  .service-advantage .inner .section2 .item .item-bottom {
    padding: 20px;
  }
  .service-advantage .inner .section2 .item .item-bottom .item-bottom-top {
    margin-bottom: 10px;
  }
  .service-advantage .inner .section2 .item .item-bottom .item-bottom-top .text1 {
    font-size: 16px;
  }
  .service-solution {
    padding: 40px 0;
  }
  .service-solution .inner .section2 .item {
    padding: 20px;
  }
  .service-solution .inner .section2 .item .question p {
    font-size: 16px;
  }
  .service-solution .inner .section2 .item .answer {
    margin-top: 10px;
    padding: 10px 0 0 0;
    gap: 5px;
  }
  .service-solution .inner .section2 .item .answer p {
    font-size: 14px;
  }
  .service-faq {
    padding: 0px;
  }
  .service-faq .inner .section2 .section2-left .content {
    gap: 10px;
  }
  .service-faq .inner .section2 .section2-left .content .left .text1 {
    font-size: 18px;
  }
  .service-faq .inner .section2 .section2-right {
    gap: 15px;
  }
  .service-faq .inner .section2 .section2-right .item {
    padding: 20px;
  }
  .service-faq .inner .section2 .section2-right .item .question p {
    font-size: 16px;
  }
  .service-faq .inner .section2 .section2-right .item .answer {
    margin-top: 10px;
    padding: 10px 0 0 0;
    font-size: 15px;
  }
  .service-news {
    padding: 40px 0;
  }
  .service-news .inner .section2 .item .item-bottom .text3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .service-news .inner .section2 .item .item-bottom .text4 {
    font-size: 14px;
  }
  .service-news .inner .section3 .btn {
    padding: 6px 12px;
    font-size: 15px;
  }
  .custom .inner .section1,
  .option .inner .section1,
  .service-product .inner .section1,
  .service-advantage .inner .section1,
  .service-solution .inner .section1,
  .service-faq .inner .section1,
  .service-news .inner .section1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .custom .inner .section1 .title,
  .option .inner .section1 .title,
  .service-product .inner .section1 .title,
  .service-advantage .inner .section1 .title,
  .service-solution .inner .section1 .title,
  .service-faq .inner .section1 .title,
  .service-news .inner .section1 .title {
    margin-bottom: 3px;
    gap: 10px;
  }
  .custom .inner .section1 .title .line,
  .option .inner .section1 .title .line,
  .service-product .inner .section1 .title .line,
  .service-advantage .inner .section1 .title .line,
  .service-solution .inner .section1 .title .line,
  .service-faq .inner .section1 .title .line,
  .service-news .inner .section1 .title .line {
    width: 50px;
    height: 2px;
    background: #d7151a;
  }
  .custom .inner .section1 .title > p,
  .option .inner .section1 .title > p,
  .service-product .inner .section1 .title > p,
  .service-advantage .inner .section1 .title > p,
  .service-solution .inner .section1 .title > p,
  .service-faq .inner .section1 .title > p,
  .service-news .inner .section1 .title > p {
    font-size: 16px;
  }
  .custom .inner .section1 .desc,
  .option .inner .section1 .desc,
  .service-product .inner .section1 .desc,
  .service-advantage .inner .section1 .desc,
  .service-solution .inner .section1 .desc,
  .service-faq .inner .section1 .desc,
  .service-news .inner .section1 .desc {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .custom .inner .section1 .text,
  .option .inner .section1 .text,
  .service-product .inner .section1 .text,
  .service-advantage .inner .section1 .text,
  .service-solution .inner .section1 .text,
  .service-faq .inner .section1 .text,
  .service-news .inner .section1 .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .option .inner .section2 .section2-right .section2-right-top {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .custom .inner .section2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .service-product .inner .section2 .section2-right .top {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }
  .service-advantage .inner .section2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .service-advantage .inner .section2 .item {
    height: auto;
    margin-bottom: 0px;
  }
  .service-advantage .inner .section2 .item .item-bottom .item-bottom-top .text1 {
    font-size: 16px;
  }
  .service-advantage .inner .section2 .item .item-bottom {
    height: auto;
  }
  .service-advantage .inner .section2 .item .item-bottom .item-bottom-middle {
    margin-bottom: 20px;
  }
  .service-advantage .inner .section2 .item .item-bottom .item-bottom-bottom {
    display: flex;
  }
  .service-advantage .inner .section2 .item:hover {
    height: auto;
    margin-bottom: 0px;
  }
  .service-advantage .inner .section2 .item .item-bottom .item-bottom-top {
    margin-bottom: 10px;
  }
  .service-product .inner .section2 .section2-right .top .item {
    height: auto;
  }
  .service-product .inner .section2 .section2-right .top .item > .bottom {
    background: #0b1e40;
  }
  .service-product .inner .section2 .section2-right .top .item > .bottom .line {
    display: none;
  }
  .service-product .inner .section2 .section2-right .top .item > .bottom .text1 {
    display: block;
  }
  .service-product .inner .section2 .section2-right .top .item > .bottom .text2 {
    display: block;
  }
  .service-product .inner .section2 .section2-right .bottom {
    gap: 5px;
  }
  .service-product .inner .section2 .section2-right .bottom .pages {
    gap: 5px;
  }
  .service-product .inner .section2 .section2-right .bottom .pages .num {
    padding: 0 10px;
  }
  .service-product .inner .section2 .section2-right .bottom .pre-pageBtn,
  .service-product .inner .section2 .section2-right .bottom .next-pageBtn {
    padding: 0 10px;
  }
}
