@import 'fonts.css';
@import 'reset.css';
.ani {
  visibility: hidden;
}
.index {
  overflow: hidden;
}
.index .index-banner {
  position: relative;
  height: 66vh;
}
.index .index-banner .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index .index-banner .text-box {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
}
.index .index-banner .text-box .s-text {
  font-size: 2.25rem;
}
.index .index-banner .text-box .b-text {
  margin-top: 3rem;
  font-size: 4.125rem;
}
.index .index-banner .scrollBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.625rem;
  z-index: 99;
  width: 30px;
}
.index .index-banner .scrollBox img {
  display: block;
  width: 30px;
}
.index .i-service {
  margin-top: 5.625rem;
}
.index .i-service .box {
  margin-top: 3.75rem;
}
.index .i-service .i-service-swiper {
  width: 75rem;
  height: 51.4375rem;
  position: relative;
}
.index .i-service .i-service-swiper .slide {
  text-align: center;
  line-height: 44.375rem;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  opacity: 0;
}
.index .i-service .i-service-swiper .slide img {
  display: block;
  width: 100%;
}
.index .i-service .i-service-swiper .slide.active {
  z-index: 10;
  opacity: 1;
}
.index .i-service .i-service-swiper .slide-0 {
  z-index: 5;
}
.index .i-service .i-service-swiper .slide-1 {
  z-index: 4;
}
.index .i-service .i-service-swiper .slide-2 {
  z-index: 3;
}
.index .i-service .i-service-swiper .slide-3 {
  z-index: 2;
}
.index .i-service .i-service-swiper .slide-4 {
  z-index: 1;
}
.index .i-service .i-service-swiper .slide-5 {
  z-index: 0;
}
.index .i-service .i-service-swiper:after {
  content: "";
  width: 72.5rem;
  height: 46.25rem;
  background: url(../images/box-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 4.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.index .i-service .r-table {
  width: 29.375rem;
  height: 50.8125rem;
  background: url(../images/r-table-bg.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.index .i-service .r-table ul {
  margin-top: 7.8125rem;
}
.index .i-service .r-table ul li {
  cursor: pointer;
}
.index .i-service .r-table ul li:not(:last-child) {
  margin-bottom: 3.75rem;
}
.index .i-service .r-table ul .on {
  font-size: 2.5rem;
}
.index .i-service .r-table .contact-btn {
  display: flex;
  justify-content: center;
  width: 16.25rem;
  height: 4.125rem;
  font-size: 1.25rem;
  line-height: 4.125rem;
  background: #fff;
  border-radius: 0.375rem;
  margin: 5.5rem auto 0;
  color: #e21a2f;
}
.index .i-service .r-table .contact-btn .iconfont {
  font-size: 1.5rem;
  margin-right: 0.625rem;
}
.index .i-works {
  margin-top: 4.8125rem;
}
.index .i-clients {
  margin-top: 3.75rem;
}
.index .i-clients .topBox {
  width: 50%;
  height: 36.875rem;
  box-sizing: border-box;
  position: relative;
}
.index .i-clients .topBox:nth-child(1) {
  background: url(../images/i-clients.jpg) top left no-repeat;
  box-sizing: border-box;
  padding-left: 6.875rem;
  padding-top: 5.625rem;
  background-size: cover;
}
.index .i-clients .topBox:nth-child(2) {
  background: url(../images/i-clients3.jpg) top right no-repeat;
  background-size: cover;
}
.index .i-clients .fenlei div {
  font-size: 14px;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
}
.index .i-clients .fenlei div.on {
  opacity: 1;
  font-weight: bold;
}
.index .i-clients .fenlei div:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.index .i-clients .fenlei div:hover {
  opacity: 1;
  font-weight: bold;
}
.index .i-clients .clientsSwiperBtn {
  margin-top: 3.5rem;
}
.index .i-clients .clientsSwiperBtn .btn {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.index .i-clients .clientsSwiperBtn .btn .iconfont {
  font-size: 1.5rem;
  color: #fff;
}
.index .i-clients .clientsSwiperBtn .btn:first-child {
  margin-right: 2.5rem;
}
.index .i-clients .clientsSwiperBtn .btn:focus {
  box-shadow: none;
}
.index .i-clients .clientsSwiperBtn .btn:hover {
  opacity: 1;
}
.index .i-clients .clientsSwiperBtn .swiper-button-disabled {
  opacity: 0.2;
}
.index .i-clients .douhao {
  position: absolute;
  top: 0;
  right: 9.375rem;
  width: 3.75rem;
}
.index .i-clients .slogan {
  font-family: Montserrat-ExtraBold;
  font-size: 2.875rem;
  letter-spacing: 0.125rem;
  color: #fff;
  line-height: 2.875rem;
}
.index .i-clients .cn {
  font-family: SourceHanSerifSC-Regular;
}
.index .i-clients .kh {
  margin: 2.5rem 0 5rem;
}
.index .i-clients .letter {
  top: 37%;
}
.index .i-clients .clientSwiper {
  margin-left: 7.3125rem;
}
.index .i-clients .bot .w1700 {
  position: relative;
  top: -5rem;
  background: #f2f4ff;
  box-sizing: border-box;
  padding: 4.0625rem 3.4375rem 3.4375rem;
}
.index .i-clients .bot .left {
  position: relative;
}
.index .i-clients .bot .left .con {
  margin-top: 6.0625rem;
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #474747;
}
.index .i-clients .bot .left .hezuo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16.75rem;
}
.index .i-clients .bot .logoSwiper {
  width: 71.1%;
}
.index .i-clients .bot .logoSwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.index .i-clients .bot .logoSwiper .logoImg {
  width: 11.25rem;
  height: 6.25rem;
  background: #fff;
  position: relative;
  margin-bottom: 0.625rem;
}
.index .i-clients .bot .logoSwiper .logoImg img {
  max-width: 90%;
  max-height: 80%;
}
.index .i-clients .bot .logoSwiper .logoImg:not(:nth-child(6n)) {
  margin-right: 0.625rem;
}
.index .i-about {
  background: url(../images/i-aobut-bg.jpg) no-repeat center;
  background-size: cover;
  min-height: 820px;
  overflow: hidden;
}
.index .i-about .i-title {
  padding-top: 5.9375rem;
}
.index .i-about .i-title .e-title,
.index .i-about .i-title .c-title {
  color: #fff;
}
.index .i-about .numBox {
  width: 84.75rem;
  margin: 2.8125rem auto 0;
}
.index .i-about .numBox .item p {
  font-size: 4.75rem;
  line-height: 3.4375rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
  color: #fff;
  font-family: BarlowSemiCondensed-Bold;
}
.index .i-about .numBox .item .counter {
  font-family: BarlowSemiCondensed-Bold;
}
.index .i-about .about-wrapps {
  margin-top: 5.625rem;
}
.index .i-about .about-wrapps .tickercontainer {
  margin-bottom: 1.5625rem;
}
.index .i-about .about-wrapps .tickercontainer .mask {
  height: 100%;
}
.index .i-about .about-wrapps ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.index .i-about .about-wrapps ul li {
  padding: 0.625rem 1.875rem;
  font-size: 1.125rem;
  color: #000;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  margin-right: 3.75rem;
  transition: all 0.5s ease-in-out;
}
.index .i-about .about-wrapps ul li.active {
  background: #e21a2f;
  box-shadow: 0 0 0.6248rem 0.6248rem rgba(226, 26, 47, 0.56);
  color: #fff;
  font-weight: bold;
}
.index .i-about .about-wrapps ul li:hover {
  background: #e21a2f;
  box-shadow: 0 0 0.6248rem 0.6248rem rgba(226, 26, 47, 0.56);
  color: #fff;
  font-weight: bold;
}
.index .i-about .about-wrapps ul:not(:last-child) {
  margin-bottom: 3.125rem;
}
.index .i-about .about-wrapps ul .webticker-init {
  background: none;
  display: none;
}
.index .i-about .about-wrapps ul .webticker-init:hover {
  background: none;
  box-shadow: none;
}
.index .i-about .about-wrapps .u1 li {
  margin-right: 2.5rem;
}
.index .i-about .about-wrapps .u3 li {
  margin-right: 5rem;
}
.index .i-viewpoint {
  margin-top: 5rem;
  margin-bottom: 5.625rem;
}
.index .i-viewpoint .w1700 {
  align-items: flex-end;
}
.index .i-viewpoint .l-box {
  width: 57.65%;
}
.index .i-viewpoint .i-title {
  text-align: left;
}
.index .i-viewpoint .more {
  font-family: Montserrat-Bold;
}
.index .i-viewpoint ul {
  margin-top: 3.75rem;
  flex-wrap: wrap;
}
.index .i-viewpoint ul li {
  width: 28.75rem;
}
.index .i-viewpoint ul li .title {
  width: 20.9375rem;
  margin: 0 0.75rem;
  color: #474747;
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index .i-viewpoint ul li .time {
  color: #777777;
  font-family: Montserrat-Bold;
  font-size: 1rem;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}
.index .i-viewpoint ul li .iconfont {
  color: #666666;
  font-size: 1rem;
  line-height: 1;
}
.index .i-viewpoint ul li:hover .time {
  color: #e21a2f;
}
.index .i-viewpoint ul li:not(:nth-last-child(-n+2)) {
  margin-bottom: 2.8125rem;
}
.index .i-viewpoint .guandian {
  position: absolute;
  top: 0;
  right: 18.36%;
  width: 17.9375rem;
  display: block;
}
.index .i-viewpoint .r-box {
  width: 39.58%;
  position: relative;
}
.index .i-viewpoint .r-box p {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 1.375rem;
}
.index .i-viewpoint .r-box .videoBox {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index .i-viewpoint .r-box .videoBox img {
  display: block;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.index .i-viewpoint .r-box .videoBox .iconfont {
  font-size: 5.75rem;
  color: #fff;
}
.index .i-viewpoint .r-box .videoBox:hover img {
  transform: scale(1.2);
}
.index .modal.show .modal-dialog {
  top: 30%;
}
.index .modal.show .modal-dialog video {
  width: 100%;
}
@keyframes ands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.service {
  padding: 5.4375rem 0 7.9375rem;
  overflow: hidden;
}
.service .s-container {
  margin-top: 3.125rem;
}
.service .s-container .row:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.service .s-container .item {
  height: 34.0625rem;
  padding: 5.625rem 0 0 3.75rem;
  position: relative;
}
.service .s-container .item .title {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 3.125rem;
  line-height: 3.125rem;
}
.service .s-container .item ul {
  margin-top: 2.5rem;
  min-height: 15rem;
}
.service .s-container .item ul li {
  font-family: HarmonyOS_Sans_SC_Thin;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.service .s-container .item .btn {
  margin-top: 2.5rem;
}
.service .s-container .item .btn a {
  width: 6.875rem;
  height: 2.625rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-align: center;
  line-height: 2.625rem;
}
.service .s-container .item .btn a:first-child {
  margin-right: 1.25rem;
}
.service .s-container .item .btn a:hover {
  background: #fff;
  color: #777777;
}
.service .s-container .item .ani-box {
  position: absolute;
  top: 50%;
  right: 3.125rem;
  transform: translateY(-50%);
}
.service .s-container .item1 {
  width: 65.88%;
  background-image: linear-gradient(135deg, #c2a688 0%, #e3ccb5 100%);
}
.service .s-container .item1 .ani-box {
  width: 15.375rem;
  height: 15.375rem;
  right: 9.375rem;
}
.service .s-container .item1 .cir {
  width: 15.375rem;
  height: 15.375rem;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}
.service .s-container .item1 .cir1 {
  left: 0;
  animation: item1-cir1 3s linear infinite;
  box-shadow: 9.375rem 0 0 0 rgba(255, 255, 255, 0.5);
}
.service .s-container .item1 .cir2 {
  left: 0;
  box-shadow: -9.375rem 0 0 0 #ffffff;
  animation: item1-cir2 3s linear infinite;
}
@keyframes item1-cir1 {
  0% {
    left: 0;
    box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0.5);
  }
  10% {
    left: 0;
    box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0.5);
  }
  40% {
    left: -35%;
    box-shadow: 150px 0 0 0 rgba(255, 255, 255, 0.5);
  }
  60% {
    left: -35%;
    box-shadow: 150px 0 0 0 rgba(255, 255, 255, 0.5);
  }
  90% {
    left: 0;
    box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    left: 0;
    box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0.5);
  }
}
@keyframes item1-cir2 {
  0% {
    left: 0;
    box-shadow: 0px 0 0 0 #ffffff;
  }
  10% {
    left: 0;
    box-shadow: 0px 0 0 0 #ffffff;
  }
  40% {
    left: 27%;
    box-shadow: -150px 0 0 0 #ffffff;
  }
  60% {
    left: 27%;
    box-shadow: -150px 0 0 0 #ffffff;
  }
  90% {
    left: 0;
    box-shadow: 0px 0 0 0 #ffffff;
  }
  100% {
    left: 0;
    box-shadow: 0px 0 0 0 #ffffff;
  }
}
.service .s-container .item2 {
  width: 32%;
  background-image: linear-gradient(180deg, #8e9687 0%, #b5c0bc 100%);
  box-shadow: 0px 0px 18px 2px rgba(4, 0, 0, 0.1);
}
.service .s-container .item2 .ani-box {
  width: 15.375rem;
  height: 15.375rem;
  overflow: hidden;
}
.service .s-container .item2 .ani-box .box {
  height: 50%;
  position: relative;
  overflow: hidden;
}
.service .s-container .item2 .cir {
  width: 15.375rem;
  height: 0;
  transition: all 0.5s ease-in-out;
}
.service .s-container .item2 .cir1 {
  -webkit-clip-path: circle(90px at 50% 100%);
  clip-path: circle(90px at 50% 100%);
  background: #fff;
  position: absolute;
  bottom: -100%;
  left: 0;
  height: 100%;
  animation: item2-top 4s linear infinite;
}
.service .s-container .item2 .cir2 {
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  animation: item2-bot 4s linear infinite;
}
.service .s-container .item2 .cir2::after {
  content: "";
  width: 100%;
  height: 200%;
  border-radius: 50%;
  background: transparent;
  border: 33px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@keyframes item2-top {
  0% {
    bottom: -100%;
  }
  40% {
    bottom: 0;
  }
  60% {
    bottom: 0;
  }
  100% {
    bottom: -100%;
  }
}
@keyframes item2-bot {
  0% {
    top: -120%;
  }
  40% {
    top: 0;
  }
  60% {
    top: 0;
  }
  100% {
    top: -120%;
  }
}
.service .s-container .item3 {
  background-image: linear-gradient(180deg, #8f8e9c 0%, #bec0d9 100%);
  box-shadow: 0px 0px 18px 2px rgba(4, 0, 0, 0.1);
  width: 49%;
}
.service .s-container .item3 .ani-box {
  width: 15.375rem;
  height: 15.375rem;
}
.service .s-container .item3 .ani-box .cir {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}
.service .s-container .item3 .ani-box .cir1 {
  top: 0;
  left: -50%;
  -webkit-clip-path: circle(50% at 100% 50%);
  clip-path: circle(50% at 100% 50%);
}
.service .s-container .item3 .ani-box .cir2 {
  bottom: 0;
  right: -50%;
  -webkit-clip-path: circle(50% at 0 50%);
  clip-path: circle(50% at 0 50%);
}
.service .s-container .item4 {
  background-image: linear-gradient(180deg, #91c8b7 0%, #55a9a9 100%);
  width: 49%;
}
.service .s-container .item4 .ani-box {
  width: 15.375rem;
  height: 15.375rem;
}
.service .s-container .item4 .ani-box .cir1 {
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 35px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.service .s-container .item4 .ani-box .cir2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
}
.service .s-container .item5 {
  width: 32%;
  background-image: linear-gradient(135deg, #879e9e 0%, #c8e1dd 100%);
}
.service .s-container .item5 .ani-box {
  width: 12.5rem;
  height: 12.5rem;
}
.service .s-container .item5 .ani-box .cir {
  background: transparent;
  border-radius: 50%;
  position: absolute;
  background: #fff;
}
.service .s-container .item5 .ani-box .cir1 {
  width: 100%;
  height: 100%;
}
.service .s-container .item5 .ani-box .cir2 {
  width: 50%;
  height: 50%;
  bottom: 15%;
  left: 15%;
}
.service .s-container .item6 {
  width: 65.88%;
  background-image: linear-gradient(160deg, #4c82a4 0%, #5385a5 27%, #5988a6 53%, #bad7e9 100%);
}
.service .s-container .item6 .ani-box {
  width: 23.6875rem;
  height: 15.375rem;
  overflow: hidden;
}
.service .s-container .item6 .ani-box .cir1 {
  width: calc((100% - 10px)/3*2);
  height: 100%;
  background: #fff;
  left: -50%;
  -webkit-clip-path: circle(50% at 0 50%);
  clip-path: circle(50% at 0 50%);
  position: absolute;
  top: 0;
}
.service .s-container .item6 .ani-box .cir2 {
  width: calc((100% - 10px)/3*2);
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -75%;
}
.webDesign .web-item1 {
  padding: 7.1875rem 0 5.3125rem;
}
.webDesign .web-item1 .w1700 > h6 {
  text-align: center;
  margin-top: 3.125rem;
}
.webDesign .web-item1 .web-item1-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.125rem;
}
.webDesign .web-item1 .web-item1-box .row1 {
  justify-content: space-between;
}
.webDesign .web-item1 .web-item1-box .item {
  width: 32%;
  height: 28.75rem;
  background: #e21a2f;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center;
  margin-bottom: 2.5rem;
}
.webDesign .web-item1 .web-item1-box .item h6 {
  position: absolute;
  top: 3.75rem;
  left: 3.75rem;
  font-size: 2.25rem;
  color: #fff;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
.webDesign .web-item1 .web-item1-box .item .mask {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3.4375rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.webDesign .web-item1 .web-item1-box .item .mask .title {
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
  font-family: HarmonyOS_Sans_SC_Bold;
}
.webDesign .web-item1 .web-item1-box .item .mask .text {
  margin-top: 2.5rem;
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
}
.webDesign .web-item1 .web-item1-box .item:hover h6 {
  top: -50%;
}
.webDesign .web-item1 .web-item1-box .item:hover .mask {
  bottom: 0;
  opacity: 1;
}
.webDesign .web-item1 .web-item1-box .item:nth-child(1):nth-last-child(2),
.webDesign .web-item1 .web-item1-box .item:nth-child(2):nth-last-child(1) {
  width: 48%;
}
.webDesign .web-item1 .web-item1-box .item:nth-child(1):nth-last-child(4),
.webDesign .web-item1 .web-item1-box .item:nth-child(2):nth-last-child(3),
.webDesign .web-item1 .web-item1-box .item:nth-child(3):nth-last-child(2),
.webDesign .web-item1 .web-item1-box .item:nth-child(4):nth-last-child(1) {
  width: 48%;
}
.webDesign .web-item1 .web-item1-box .item:nth-child(1):nth-last-child(5),
.webDesign .web-item1 .web-item1-box .item:nth-child(2):nth-last-child(4) {
  width: 48%;
}
.webDesign .web-item1 .web-item1-box .item:nth-child(1):nth-last-child(7),
.webDesign .web-item1 .web-item1-box .item:nth-child(2):nth-last-child(6),
.webDesign .web-item1 .web-item1-box .item:nth-child(7):nth-last-child(1),
.webDesign .web-item1 .web-item1-box .item:nth-child(6):nth-last-child(2) {
  width: 48%;
}
.webDesign .web-item1 .web-item1-box .item:nth-child(4):nth-last-child(5),
.webDesign .web-item1 .web-item1-box .item:nth-child(5):nth-last-child(4) {
  width: 48%;
}
.webDesign .web-item2 {
  background: url(../images/web-item2.jpg) center no-repeat;
  background-size: cover;
  padding: 5.3125rem 0;
}
.webDesign .web-item2 .i-title .e-title,
.webDesign .web-item2 .i-title .c-title {
  color: #fff;
}
.webDesign .web-item2 .web-item2-box {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.875rem 1.5625rem;
  grid-template-areas: 'item1 item2 item3 item4 item8' '. . item5 item6 item7';
}
.webDesign .web-item2 .web-item2-box .item {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.webDesign .web-item2 .web-item2-box .item .title {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 1.5rem;
  color: #000;
  transition: all 0.5s ease-in-out;
}
.webDesign .web-item2 .web-item2-box .item .text {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-family: HarmonyOS_Sans_SC_Light;
  line-height: 1.875rem;
  transition: all 0.5s ease-in-out;
}
.webDesign .web-item2 .web-item2-box .item .text p {
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.webDesign .web-item2 .web-item2-box .item .text p::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #bfbfbf;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.webDesign .web-item2 .web-item2-box .item .number {
  position: absolute;
  bottom: 1.875rem;
  right: 3.125rem;
  font-family: Montserrat-Bold;
  font-size: 1.5rem;
  color: #9f9f9f;
  transition: all 0.5s ease-in-out;
}
.webDesign .web-item2 .web-item2-box .item:hover {
  background: #e21a2f;
  box-shadow: 0 0 0.625rem 0.625rem rgba(226, 26, 47, 0.4);
}
.webDesign .web-item2 .web-item2-box .item:hover .title,
.webDesign .web-item2 .web-item2-box .item:hover .text,
.webDesign .web-item2 .web-item2-box .item:hover .number {
  color: #fff;
}
.webDesign .web-item2 .web-item2-box .item:hover .text p::after {
  background: #fff;
}
.webDesign .web-item2 .web-item2-box .item:nth-child(5):nth-last-child(1) {
  grid-area: item8 !important;
}
.webDesign .web-item2 .web-item2-box .item1 {
  grid-area: item1;
}
.webDesign .web-item2 .web-item2-box .item2 {
  grid-area: item2;
}
.webDesign .web-item2 .web-item2-box .item3 {
  grid-area: item3;
}
.webDesign .web-item2 .web-item2-box .item4 {
  grid-area: item4;
}
.webDesign .web-item2 .web-item2-box .item5 {
  grid-area: item5;
}
.webDesign .web-item2 .web-item2-box .item6 {
  grid-area: item6;
}
.webDesign .web-item2 .web-item2-box .item7 {
  grid-area: item7;
}
.webDesign .web-item3 {
  padding: 5rem 0;
}
.webDesign .web-item3 .more {
  margin-top: 1.25rem;
}
.webDesign .web-item4 {
  background: url(../images/web-item4.jpg) center no-repeat;
  padding: 8.25rem 0 6.25rem;
  margin-bottom: 5.3125rem;
}
.webDesign .web-item4 .l-box .title-box {
  font-size: 5rem;
  line-height: 5rem;
  color: #fff;
}
.webDesign .web-item4 .l-box .title-box p:nth-child(1) {
  font-family: Montserrat-Bold;
}
.webDesign .web-item4 .l-box .title-box p {
  font-family: HarmonyOS_Sans_SC_Bold;
}
.webDesign .web-item4 .l-box .text {
  line-height: 1.875rem;
  margin-top: 6.25rem;
}
.webDesign .web-item4 .r-box {
  width: 48.125rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 13.4375rem);
  grid-gap: 1.875rem;
}
.webDesign .web-item4 .r-box .item {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1rem;
  padding: 2.5rem 2.5rem 2.8125rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.8s ease-in-out;
}
.webDesign .web-item4 .r-box .item .title {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 1.5rem;
  color: #000;
  transition: all 0.8s ease-in-out;
}
.webDesign .web-item4 .r-box .item .text {
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 2rem;
  color: #000;
  transition: all 0.8s ease-in-out;
}
.webDesign .web-item4 .r-box .item .iconfont {
  position: absolute;
  bottom: 1.875rem;
  right: 2.5rem;
  font-size: 2.5rem;
  color: #777777;
  transition: all 0.8s ease-in-out;
}
.webDesign .web-item4 .r-box .item:hover {
  background: #e21a2f;
}
.webDesign .web-item4 .r-box .item:hover .title,
.webDesign .web-item4 .r-box .item:hover .text,
.webDesign .web-item4 .r-box .item:hover .iconfont {
  color: #fff;
}
.work {
  padding: 4.0625rem 0;
}
.work .tab li {
  padding: 0.9375rem 2.125rem;
  border: 1px solid #cccccc;
  font-size: 1.375rem;
  border-radius: 1.625rem;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.work .tab li:not(:last-child) {
  margin-right: 1.875rem;
}
.work .tab li a {
  color: #666666;
  display: block;
}
.work .tab li:hover {
  background: #e21a2f;
  border: 1px solid #e21a2f;
  color: #fff;
}
.work .tab li:hover a {
  color: #fff;
}
.work .tab li.active {
  background: #e21a2f;
  border: 1px solid #e21a2f;
  color: #fff;
}
.work .tab li.active a {
  color: #fff;
}
.work .i-works ul {
  margin-top: 3.4375rem;
}
.work .i-works ul li:not(:nth-child(3n)) {
  margin-right: 4%;
}
.work .more {
  cursor: pointer;
}
.workXq {
  padding-top: 2.5rem;
}
.workXq .breadCrumb {
  margin-bottom: 2.5rem;
}
.workXq .work-title {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 2.5rem;
  color: #000;
}
.workXq .work-sort .item {
  width: 46.15%;
}
.workXq .work-sort .item .sort-title {
  font-family: HarmonyOS_Sans_SC_Medium;
}
.workXq .work-sort .item .line {
  width: 100%;
  height: 2px;
  background: #000;
  margin: 1.25rem 0;
}
.workXq .work-sort .item .sort-con {
  color: #474747;
}
.workXq .work-content {
  margin-top: 3.125rem;
  font-size: 16px;
  line-height: 2;
  color: #474747;
}
.workXq .more2 {
  margin-top: 5rem;
  width: 16.25rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  text-align: center;
  border-radius: 0.375rem;
  color: #fff;
  font-size: 1.25rem;
  background: #e21a2f;
}
.workXq .more2 .iconfont {
  font-size: 1.5625rem;
  margin-left: 0.5rem;
  transition: all 0.5s ease-in-out;
}
.workXq .more2:hover .iconfont {
  transform: translateX(10px);
}
.workXq .img-box {
  margin-top: 7.1875rem;
}
.workXq .img-box img {
  display: block;
  max-width: 100%;
}
.workXq .img-box .item {
  width: 100%;
  position: relative;
  padding: 1.0625rem;
}
.workXq .img-box .item img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.08);
}
.workXq .img-box .item::after {
  content: "";
  width: 100%;
  height: 49.375rem;
  border: 1.0625rem solid #000;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.workXq .img-box .item:not(:last-child) {
  margin-bottom: 5rem;
}
.workXq .back {
  width: 16.25rem;
  height: 4.0625rem;
  text-align: center;
  line-height: 4.0625rem;
  border: solid 1px #dddddd;
  color: #777777;
  font-size: 1.25rem;
  margin: 6.25rem auto 5rem;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
}
.workXq .back .iconfont {
  font-size: 1.5625rem;
  margin-left: 0.5rem;
}
.workXq .back::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #e21a2f;
  transform: translateX(-50%);
  transition: all 0.6s ease-in-out;
  z-index: -1;
}
.workXq .back:hover {
  color: #fff;
}
.workXq .back:hover::after {
  width: 100%;
}
.workXq .work-page {
  height: 11.875rem;
}
.workXq .work-page a {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-size: cover;
}
.workXq .work-page a p {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 1.25rem;
}
.workXq .work-page a div {
  font-size: 1.125rem;
  margin: 1.25rem 0;
}
.workXq .work-page a:first-child .iconfont {
  transform: rotate(180deg);
}
.viewPoint {
  padding: 5.625rem 0 7.8125rem;
}
.viewPoint .viewpoint-title .i-title {
  text-align: left;
}
.viewPoint .viewpoint-title .r-box {
  box-sizing: border-box;
  padding-top: 2.5rem;
}
.viewPoint .viewpoint-title img {
  display: block;
  width: 20.1875rem;
  margin-right: 5.3125rem;
}
.viewPoint .viewpoint-title .viewpointBtn li {
  width: 12.5rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border-radius: 1.625rem;
  border: solid 1px #cccccc;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.viewPoint .viewpoint-title .viewpointBtn li a {
  color: #666666;
  display: block;
}
.viewPoint .viewpoint-title .viewpointBtn li:hover {
  background: #e21a2f;
  border: 1px solid #e21a2f;
}
.viewPoint .viewpoint-title .viewpointBtn li:hover a {
  color: #fff;
}
.viewPoint .viewpoint-title .viewpointBtn li.active {
  background: #e21a2f;
  border: 1px solid #e21a2f;
}
.viewPoint .viewpoint-title .viewpointBtn li.active a {
  color: #fff;
}
.viewPoint .viewpoint-title .viewpointBtn li:not(:last-child) {
  margin-right: 1.875rem;
}
.viewPoint .viewpoint-list {
  margin-top: 4.375rem;
}
.viewPoint .viewpoint-list li {
  width: 30.6%;
  margin-bottom: 4.375rem;
}
.viewPoint .viewpoint-list li .img-box {
  overflow: hidden;
}
.viewPoint .viewpoint-list li .img-box img {
  display: block;
  width: 100%;
  transition: all 0.8s ease-in-out;
}
.viewPoint .viewpoint-list li .view-title {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.2;
  margin-top: 1.25rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.viewPoint .viewpoint-list li .view-con {
  font-size: 1rem;
  line-height: 1.2;
  color: #666666;
  margin-top: 0.9375rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.viewPoint .viewpoint-list li .view-time {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #777777;
}
.viewPoint .viewpoint-list li .view-time .iconfont {
  position: relative;
  left: -2.5rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.viewPoint .viewpoint-list li:not(:nth-child(3n)) {
  margin-right: 4.1%;
}
.viewPoint .viewpoint-list li:hover .img-box img {
  transform: scale(1.1);
}
.viewPoint .viewpoint-list li:hover .view-title {
  font-weight: bold;
}
.viewPoint .viewpoint-list li:hover .view-time .time {
  color: #e21a2f;
}
.viewPoint .viewpoint-list li:hover .view-time .iconfont {
  left: 0;
  opacity: 1;
}
.viewPoint .pagination {
  margin-top: 3.75rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.viewPoint .pagination li {
  width: 3.75rem;
  height: 3.75rem;
  background: #eeeeee;
  border-radius: 5px;
}
.viewPoint .pagination li a,
.viewPoint .pagination li span {
  display: block;
  font-size: 1rem;
  line-height: 3.75rem;
  text-align: center;
  color: #474747;
}
.viewPoint .pagination li.active {
  background: #e11a2f;
}
.viewPoint .pagination li.active span {
  color: #fff;
}
.viewPoint .pagination li:not(:last-child) {
  margin-right: 1.875rem;
}
.viewPointXq {
  padding: 3.125rem 0 4.375rem;
}
.viewPointXq .viewPointXq-box {
  margin-top: 4.6875rem;
}
.viewPointXq .r-box {
  width: 32.5rem;
}
.viewPointXq .r-box .serachBox {
  background: #eeeeee;
  border-radius: 0.375rem;
  height: 3.75rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.5rem 0 1.875rem;
}
.viewPointXq .r-box .serachBox input {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #9f9f9f;
  width: 80%;
  box-sizing: border-box;
  padding-right: 1.875rem;
}
.viewPointXq .r-box .serachBox .right {
  position: relative;
  padding-left: 1.875rem;
}
.viewPointXq .r-box .serachBox .right::after {
  content: "";
  width: 1px;
  height: 1.625rem;
  background: #9f9f9f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.2;
}
.viewPointXq .r-box .serachBox button {
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1.125rem;
  color: #474747;
  width: 80px;
}
.viewPointXq .r-box .serachBox button .iconfont {
  margin-right: 6px;
}
.viewPointXq .r-box .r-box-tip {
  font-size: 1.875rem;
  color: #474747;
  line-height: 1.2;
  margin-top: 3.125rem;
}
.viewPointXq .r-box .viewpoint-list {
  margin-top: 1.25rem;
}
.viewPointXq .r-box .viewpoint-list li {
  width: 100%;
  margin-right: 0 !important;
  margin-bottom: 1.875rem;
}
.viewPointXq .l-box {
  width: 58.82%;
}
.viewPointXq .l-box .title {
  font-size: 1.875rem;
  line-height: 1.2;
}
.viewPointXq .l-box .tool {
  font-size: 1rem;
  color: #777777;
  letter-spacing: 1px;
  margin-top: 2.1875rem;
}
.viewPointXq .l-box .tool .iconfont {
  margin-right: 0.3125rem;
}
.viewPointXq .l-box .tool > div:first-child {
  margin-right: 2.5rem;
}
.viewPointXq .l-box .line {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin: 1.875rem 0;
}
.viewPointXq .l-box .con {
  width: 100%;
  font-size: 1.125rem;
  line-height: 2.2;
  color: #333;
}
.viewPointXq .l-box .con img {
  max-width: 100%;
}
.viewPointXq .l-box .updownPageBox {
  margin-top: 4.375rem;
}
.about {
  padding-top: 6.5625rem;
}
.about .about-us {
  padding-bottom: 4.0625rem;
}
.about .about-us .tip {
  display: block;
  width: 66.6875rem;
  margin: 1.875rem auto 2.8125rem;
}
.about .about-us .numberList li span {
  font-size: 4.75rem;
  line-height: 1;
  font-family: BarlowSemiCondensed-Bold;
}
.about .about-us .numberList li:not(:last-child) {
  margin-right: 12.5rem;
}
.about .about-us .tip2 {
  text-align: center;
  font-size: 1.875rem;
  color: #474747;
  width: 37.5rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #f4f4f4;
  border-radius: 1.875rem;
  margin: 4.0625rem auto 0;
}
.about .about-us .con {
  margin-top: 3.125rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.3;
}
.about .about-us .advList {
  margin-top: 2.8125rem;
}
.about .about-us .advList li {
  width: 10.58%;
  height: 6.25rem;
  background: #f4f4f4;
  position: relative;
  margin-bottom: 0.625rem;
}
.about .about-us .advList li img {
  max-width: 80%;
  max-height: 90%;
}
.about .about-us .advList li:not(:nth-child(9n)) {
  margin-right: 0.625rem;
}
.about .about-culture {
  background: url(../images/about-culture-bg.jpg) no-repeat;
  background-size: cover;
  padding: 6.75rem 0 8.75rem;
}
.about .about-culture ul {
  margin-top: 7.8125rem;
}
.about .about-culture ul li {
  width: 31.17%;
  height: 16.875rem;
  background: #fff;
}
.about .about-culture ul li .title {
  font-size: 1.875rem;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 3.75rem;
}
.about .about-culture ul li .con {
  margin: 2.5rem auto 0;
  width: 84.9%;
  text-align: center;
  line-height: 2;
}
.about .about-history {
  overflow: hidden;
}
.about .about-history .box {
  width: 100%;
  height: 59.4375rem;
  position: relative;
  overflow-x: scroll;
}
.about .about-history .box .title-box {
  position: absolute;
  top: 9.5rem;
  left: 6.875rem;
  z-index: 2;
}
.about .about-history .box .title-box .i-title {
  text-align: left;
  margin-right: 2.5rem;
}
.about .about-history .box .content {
  width: 3840px;
  height: 100%;
  background: url(../images/about-history.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding-left: 6.875rem;
}
.about .about-history .box .content .item {
  width: 17.5rem;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.about .about-history .box .content .item .itemBox {
  display: flex;
}
.about .about-history .box .content .item .l-box {
  margin-right: 0.8125rem;
}
.about .about-history .box .content .item .l-box .cir {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e21a2f;
}
.about .about-history .box .content .item .l-box .line {
  width: 1px;
  background: #000;
  opacity: 0.3;
  margin: 0 auto;
  height: 15.625rem;
}
.about .about-history .box .content .item .l-box .line2 {
  width: 7px;
  height: 1px;
  background: #000;
  opacity: 0.5;
  margin: 0 auto;
}
.about .about-history .box .content .item .r-box .year {
  font-family: D-DIN-Bold;
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
}
.about .about-history .box .content .item .r-box .title {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #474747;
  margin: 1.25rem 0;
}
.about .about-history .box .content .item .r-box .con {
  font-size: 1.125rem;
  color: #474747;
  line-height: 1.4;
}
.about .about-history .box .content .item:nth-child(odd) .itemBox {
  align-items: flex-end;
}
.about .about-history .box .content .item:nth-child(even) .l-box {
  display: flex;
  flex-direction: column-reverse;
}
.about .about-history .box .content .item1 {
  padding-top: 35.3125rem;
}
.about .about-history .box .content .item1 .l-box .line {
  height: 18.125rem;
}
.about .about-history .box .content .item2 {
  width: 15.625rem;
  padding-top: 25.625rem;
}
.about .about-history .box .content .item2 .l-box .line {
  height: 12.9375rem;
}
.about .about-history .box .content .item3 {
  width: 20.625rem;
  padding-top: 43.75rem;
}
.about .about-history .box .content .item3 .l-box .line {
  height: 11.0625rem;
}
.about .about-history .box .content .item4 {
  padding-top: 185px;
  left: -1.5rem;
}
.about .about-history .box .content .item5 {
  padding-top: 25.8125rem;
}
.about .about-history .box .content .item6 {
  padding-top: 5.5rem;
  width: 20.625rem;
}
.about .about-history .box .content .item6 .l-box .line {
  height: 17.5rem;
}
.about .about-history .box .content .item7 {
  padding-top: 12.9375rem;
}
.about .about-history .box .content .item7 .l-box .line {
  height: 23.75rem;
}
.about .about-history .box .content .item8 {
  padding-top: 5.75rem;
}
.about .about-history .box .content .item9 {
  padding-top: 17.5rem;
}
.about .about-history .box .content .item9 .l-box .line {
  height: 23.75rem;
}
.about .about-history .box .content .item10 {
  padding-top: 2.8125rem;
}
.about .about-history .box .content .item10 .l-box .line {
  height: 18.75rem;
}
.about .about-history .box2 {
  padding: 2.5rem 0;
  display: none;
}
.about .about-history .box2 .title-box .i-title {
  text-align: left;
  margin-right: 2.5rem;
}
.about .about-history .box2 .title-box .licheng {
  width: 30%;
}
.about .about-history .box2 .historySwiperBox {
  position: relative;
}
.about .about-history .box2 .historySwiperBox .swiperBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
}
.about .about-history .box2 .historySwiperBox .swiper-button-prev {
  left: -2%;
}
.about .about-history .box2 .historySwiperBox .swiper-button-next {
  right: -2%;
}
.about .about-history .box2 .historySwiper {
  width: 85%;
  margin: 0 auto;
}
.about .about-history .box2 .year {
  font-family: D-DIN-Bold;
  font-size: 22px;
  color: #000;
  line-height: 1;
}
.about .about-history .box2 .title {
  font-size: 20px;
  line-height: 1.2;
  color: #474747;
  margin: 1.25rem 0;
}
.about .about-history .box2 .con {
  font-size: 16px;
  color: #474747;
  line-height: 1.4;
}
.about .about-layout {
  background: url(../images/about-layout-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 6.25rem 0 10.9375rem;
}
.about .about-layout .box {
  background: #f8f8ff;
  width: 100%;
  box-sizing: border-box;
  padding-top: 4.6875rem;
  padding-bottom: 3.125rem;
  margin-top: 2.8125rem;
}
.about .about-layout .box .img-box {
  position: relative;
  width: 7.5rem;
}
.about .about-layout .box .img-box img {
  width: 100%;
}
.about .about-layout .box .title {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  margin-bottom: 2.625rem;
  margin-top: 50px;
}
.about .about-layout .box p {
  font-size: 1rem;
  color: #000;
  line-height: 1.9;
}
.about .about-advantage {
  background: url(../images/about-advantage.jpg) no-repeat center;
  background-size: cover;
  padding: 12.5rem 0 7.5rem;
}
.about .about-advantage .box .l-box .i-title {
  text-align: left;
}
.about .about-advantage .box .l-box .i-title .e-title {
  color: #fff;
}
.about .about-advantage .box .l-box .i-title .c-title {
  color: #fff;
  opacity: 0.7;
}
.about .about-advantage .box .l-box p {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  margin-top: 6.25rem;
}
.about .about-advantage .box .r-box {
  width: 50%;
}
.about .about-advantage .box .r-box .item {
  display: none;
  text-align: right;
  box-sizing: border-box;
  padding-top: 4.6875rem;
}
.about .about-advantage .box .r-box .item .title {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.6;
}
.about .about-advantage .box .r-box .item .con {
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 5rem;
}
.about .about-advantage .adv-btn {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.25rem;
  height: 8.75rem;
  margin-top: 9.375rem;
}
.about .about-advantage .adv-btn li {
  width: 20%;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  cursor: pointer;
}
.about .about-advantage .adv-btn li .iconfont {
  font-size: 1.5rem;
}
.about .about-advantage .adv-btn li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 3.75rem;
  border-radius: 1px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about .about-advantage .adv-btn li:hover {
  color: #fff;
}
.about .about-advantage .adv-btn li.active {
  color: #fff;
}
.about .about-contact {
  background: #eeeeee;
  padding: 6.25rem 0 7.5rem;
}
.about .about-contact .l-box .i-title {
  text-align: left;
}
.about .about-contact .l-box .tel {
  font-family: Montserrat-Bold;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #000;
  margin-top: 3.125rem;
}
.about .about-contact .l-box .pos,
.about .about-contact .l-box .email {
  font-size: 1.25rem;
  color: #000;
  line-height: 1;
  margin-top: 1.25rem;
}
.about .about-contact .l-box .code {
  margin-top: 1.875rem;
  width: 8.4375rem;
  display: block;
}
.about .about-contact .r-box .tip {
  font-size: 2.25rem;
  color: #333;
  line-height: 1.2;
  margin-top: 0.9375rem;
}
.about .about-contact .r-box .formBox {
  margin-top: 5rem;
}
.about .about-contact .r-box .rowBox input:first-child {
  margin-right: 1.875rem;
}
.about .about-contact .r-box .rowBox:not(:last-child) {
  margin-bottom: 1.25rem;
}
.about .about-contact .r-box input {
  width: 25.625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.375rem;
  font-size: 1rem;
  color: #666666;
  box-sizing: border-box;
  padding: 0 1.875rem;
  border: 0;
  outline: 0;
}
.about .about-contact .r-box input:focus {
  border: 0;
  outline: 0;
}
.about .about-contact .r-box input::placeholder {
  color: #666666;
  opacity: 0.7;
}
.about .about-contact .r-box select {
  width: 25.625rem;
  border: 0;
  height: 3.125rem;
  color: #666666;
  box-sizing: border-box;
  padding: 0 1.875rem;
  outline: 0;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  border-radius: 0.375rem;
  color: rgba(102, 102, 102, 0.7);
  margin-right: 1.875rem;
}
.about .about-contact .r-box select:focus {
  border: 0;
  outline: 0;
}
.about .about-contact .r-box textarea {
  width: 100%;
  height: 6.25rem;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.4;
  color: #666666;
  padding: 0.9375rem 1.875rem;
  border: 0;
  outline: 0;
}
.about .about-contact .r-box textarea::placeholder {
  color: #666666;
  opacity: 0.7;
}
.about .about-contact .r-box .submit {
  width: 14.375rem;
  height: 3.75rem;
  background: #fff;
  border-radius: 0.375rem;
  line-height: 3.75rem;
  text-align: center;
  font-size: 1.125rem;
  color: #000;
  margin-top: 2.25rem;
  cursor: pointer;
  position: relative;
}
.about .about-contact .r-box .submit span {
  position: relative;
  z-index: 2;
}
.about .about-contact .r-box .submit::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #e21a2f;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  border-radius: 0.375rem;
}
.about .about-contact .r-box .submit:hover {
  color: #fff;
}
.about .about-contact .r-box .submit:hover::after {
  width: 100%;
}
.sitemap {
  padding: 5rem 0;
}
.sitemap h1 {
  text-align: center;
  font-size: 2.125rem;
  font-weight: bold;
}
.sitemap .siteMapItem {
  margin-top: 2rem;
}
.sitemap .item {
  width: 25%;
  margin-bottom: 20px;
}
.sitemap .itemBox {
  padding-top: 2.5rem;
}
.sitemap h2 {
  height: 6.25rem;
  background: #036;
  font-size: 1.5625rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sitemap h2 a {
  color: #fff;
}
.sitemap h3 {
  margin-bottom: 15px;
}
.sitemap h3 a {
  color: #000;
  font-size: 1.25rem;
}
.sitemap h4 a {
  line-height: 1.6;
  display: block;
  color: #c33;
  font-size: 1rem;
  text-decoration: underline;
}
