* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: block;
  width: 100%;
  height: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  padding: 0 0.6667rem;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-top: 0.08rem solid #e49c0a;
  box-shadow: 0rem 0.1733rem 0.2667rem 0.0133rem rgba(0, 0, 0, 0.1);
  z-index: 90;
  height: 1.2533rem;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2667rem 0;
}
header .inner .logo a {
  display: block;
  width: 2.88rem;
  height: 0.7467rem;
}
header .inner .menu-icon {
  width: 1rem;
  height: 0.5333rem;
  background: url(../images/menu_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
header .inner .menu-icon.active {
  background: url(../images/close_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
nav {
  position: fixed;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  transform: translateY(-100vh);
  top: 1.2533rem;
  left: 0;
  background: #ffffff;
  transition: transform 0.3s ease-in-out;
  opacity: 0;
}
nav .menu-list {
  padding-top: 0.6933rem;
  margin-bottom: 1.3333rem;
}
nav .menu-list li {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
nav .menu-list li a {
  display: block;
  font-weight: 400;
  font-size: 0.4267rem;
  color: #333333;
  text-align: center;
}
nav .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2667rem;
}
nav .tel img {
  width: 0.5867rem;
  height: 0.5867rem;
}
nav .tel p {
  font-weight: normal;
  font-size: 0.6667rem;
  color: #333333;
  line-height: 0.9467rem;
}
nav.active {
  z-index: 80;
  opacity: 1;
  transform: translateY(0);
}
.banner {
  position: relative;
  width: 100%;
  height: 8rem;
  background-color: #e49c0a;
}
.banner .banner-text {
  position: relative;
  top: 2.8rem;
  color: #ffffff;
}
.banner .banner-text h1 {
  font-weight: bold;
  font-size: 0.5867rem;
  line-height: 0.4rem;
  margin-bottom: 0.4267rem;
  letter-spacing: 3px;
}
.banner .banner-text h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.2667rem;
  color: #ffffff;
  margin-bottom: 0.8rem;
}
.banner .banner-text p {
  font-weight: 400;
  font-size: 0.2667rem;
  color: #ffffff;
  line-height: 0.4rem;
  letter-spacing: 2px;
}
.banner.about-banner {
  background: url(../images/about/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.news-banner {
  background: url(../images/news/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.contact-banner {
  background: url(../images/contact/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.core-banner {
  background: url(../images/core/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.plant-banner {
  background: url(../images/plant/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.plant-banner .banner-text h1 {
  line-height: 0.6133rem;
}
.banner.infra-banner {
  background: url(../images/jichu_m.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.car-banner {
  background: url(../images/qiche_m.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.jixie-banner {
  background: url(../images/jixie_m.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.cangchu-banner {
  background: url(../images/cangchu_m.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.xinnengyuan-banner {
  background: url(../images/xinnengyuan_m.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.infra-banner .banner-text h1 {
  letter-spacing: 0.9975px;
}
.banner.build-banner {
  background: url(../images/gaoceng_m.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.build-banner .banner-text h1 {
  line-height: 0.6133rem;
  letter-spacing: 0.9975px;
}
.banner.foundation-banner {
  background: url(../images/djjg/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.ground-banner {
  background: url(../images/dmtp/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.ground-banner .banner-text h1 {
  line-height: 0.6133rem;
}
.banner.building-banner {
  background: url(../images/jzjp/banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.jinggong-banner {
  background: url(../images/gongye_m.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.jinggong-banner .banner-text {
  top: 4.1333rem;
}
.banner.jinggong-banner .banner-text p {
  letter-spacing: 0.9px;
}
.pub-title {
  margin-bottom: 0.8rem;
}
.pub-title h2 {
  font-weight: bold;
  font-size: 0.5867rem;
  color: #145eb9;
  line-height: 0.4rem;
  margin-bottom: 0.24rem;
  letter-spacing: 2px;
}
.pub-title h3 {
  font-weight: 400;
  font-size: 0.4rem;
  color: #333333;
  letter-spacing: 1px;
}
.about-intro {
  padding: 1.3333rem 0;
}
.about-intro .inner .text-content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}
.about-intro .inner .text-content p {
  font-weight: 400;
  text-align: justify;
  font-size: 0.2667rem;
  color: #666666;
  line-height: 0.3733rem;
}
.about-intro .inner .video-box {
  width: 100%;
  height: 6rem;
  background-color: #666666;
}
.strength-box .strength-list .item {
  position: relative;
  width: 100%;
  height: 7.28rem;
  padding: 1.3333rem 0.6667rem 0 0.6667rem;
}
.strength-box .strength-list .item .tit {
  margin-bottom: 0.8rem;
}
.strength-box .strength-list .item .tit h3 {
  font-weight: bold;
  font-size: 0.4533rem;
  color: #ffffff;
  line-height: 0.4rem;
  margin-bottom: 0.2667rem;
}
.strength-box .strength-list .item .tit h4 {
  font-weight: normal;
  font-size: 0.2667rem;
  color: #ffffff;
  text-transform: uppercase;
}
.strength-box .strength-list .item p {
  font-weight: 400;
  font-size: 0.2667rem;
  color: #ffffff;
  line-height: 0.3733rem;
}
.strength-box .strength-list .item:nth-of-type(1) {
  background: url(../images/about/1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.strength-box .strength-list .item:nth-of-type(2) {
  background: url(../images/about/2.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.strength-box .strength-list .item:nth-of-type(3) {
  background: url(../images/about/3.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.about-culture {
  padding: 1.3333rem 0;
  background: url(../images/about/culture_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 10.6933rem;
}
.about-culture .inner {
  position: relative;
}
.about-culture .inner .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-culture .inner .circle div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #145eb9;
}
.about-culture .inner .circle h1 {
  font-weight: bold;
  font-size: 0.5867rem;
  color: #145eb9;
  line-height: 0.7733rem;
}
.about-culture .inner .circle .c3 {
  width: 2.5333rem;
  height: 2.5333rem;
  border: 2px solid #145eb9;
}
.about-culture .inner .circle .c2 {
  width: 2.6667rem;
  height: 2.6667rem;
}
.about-culture .inner .circle .c1 {
  width: 3.3867rem;
  height: 3.3867rem;
}
.about-culture .inner .m2jsc2ul {
  display: flex;
  flex-wrap: wrap;
}
.about-culture .inner .m2jsc2ul li {
  background: #ffffff;
  width: 4.32rem;
  border: 1px solid #eeeeee;
  box-shadow: 0px 0.0267rem 0.0533rem 0px rgba(0, 0, 0, 0.07);
}
.about-culture .inner .m2jsc2ul li:nth-of-type(2n) .m2jsc2Txt {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.about-culture .inner .m2jsc2ul li:nth-of-type(2n) .m2jsc2Txt .icon img {
  display: inline-block;
}
.about-culture .inner .m2jsc2ul li:nth-of-type(2n) .m2jsc2Txt p {
  float: right;
}
.about-culture .inner .m2jsc2ul li .icon {
  margin-bottom: 0.16rem;
}
.about-culture .inner .m2jsc2ul li:nth-of-type(1) img {
  width: 0.6267rem;
}
.about-culture .inner .m2jsc2ul li:nth-of-type(2) img {
  width: 0.8667rem;
}
.about-culture .inner .m2jsc2ul li:nth-of-type(3) img {
  width: 0.7333rem;
}
.about-culture .inner .m2jsc2ul li:nth-of-type(4) img {
  width: 0.8267rem;
}
.about-culture .inner .m2jsc2_aBox {
  display: block;
  padding: 0.6667rem 0.4rem;
}
.about-culture .inner .m2jsc2ulWpr {
  position: relative;
}
.about-culture .inner .m2jsc2Txt {
  width: 100%;
}
.about-culture .inner .m2jsc2Txt h3 {
  font-weight: 400;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.4rem;
  margin-bottom: 0.2667rem;
}
.about-culture .inner .m2jsc2Txt p {
  width: 2.6667rem;
  font-weight: 400;
  font-size: 0.2667rem;
  color: #999999;
  line-height: 0.32rem;
}
.about-culture .inner .m2jsCtxt {
  border: 2px solid #1752a6;
  width: 2.5333rem;
  height: 2.5333rem;
  background: #fff;
  text-align: center;
  font-size: 0.5867rem;
  color: #1752a6;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.about-culture .inner .m2jsCtxt strong {
  position: relative;
  top: 0.2933rem;
}
.about-culture .inner .m2jsCtxt:before,
.about-culture .inner .m2jsCtxt:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  animation: rangeScale 3s linear infinite;
  opacity: 0;
  z-index: 2;
  border: 1px solid #7fa5cd;
  z-index: -1;
}
.about-culture .inner .m2jsCtxt:after {
  animation-delay: 1.5s;
}
.about-culture .inner .m2jsCtxt p {
  display: block;
  position: relative;
  z-index: 2;
}
@keyframes rangeScale {
  from {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes rangeScale2 {
  from {
    opacity: 1;
    transform: scale(0.8);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
.contact-us {
  padding: 1.3333rem 0;
  background: url(../images/contact_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-us .pub-title {
  margin-bottom: 0;
}
.contact-us .pub-title h2 {
  margin-bottom: 0.1333rem;
}
.contact-us .pub-title h3 {
  margin-bottom: 0.5067rem;
}
.contact-us .pub-title h5 {
  font-weight: 400;
  font-size: 0.32rem;
  color: #666666;
  line-height: 0.4rem;
}
.contact-us .form-box {
  padding-top: 0.7333rem;
}
.contact-us .form-box .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.4rem;
}
.contact-us .form-box .form-item label {
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.24rem;
  display: block;
  margin-bottom: 0.1333rem;
}
.contact-us .form-box .form-item input {
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.24rem;
  width: 100%;
  height: 0.8rem;
  background: #ffffff;
  border: 0.9975px solid #e5e5e5;
  outline: none;
  padding: 0.2667rem;
}
.contact-us .form-box .form-item textarea {
  width: 4.56rem;
  height: 2.9067rem;
  background: #ffffff;
  border: 0.9975px solid #e5e5e5;
  outline: none;
  padding: 0.2667rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.24rem;
}
.contact-us .form-box .form-item .box {
  display: flex;
  gap: 0.1333rem;
}
.contact-us .form-box .form-item .box .ewm-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  width: 3.9733rem;
  height: 2.9067rem;
  background: #ffffff;
  box-shadow: 0rem 0.04rem 0.1333rem 0.0133rem rgba(20, 94, 185, 0.26);
}
.contact-us .form-box .form-item .box .ewm-box .ewm img {
  width: 1.6667rem;
  height: 1.6667rem;
  margin-bottom: 0.04rem;
}
.contact-us .form-box .form-item .box .ewm-box .ewm p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.24rem;
}
.contact-us .form-box .submit-btn {
  width: 2.6667rem;
  height: 0.6667rem;
  border-radius: 0.3333rem;
  border: 0.9975px solid #e49c0a;
  text-align: center;
  line-height: 0.6667rem;
  font-weight: 400;
  font-size: 0.2667rem;
  color: #e49c0a;
  margin-top: 0.8rem;
}
footer {
  background: #2f3843;
  padding-top: 0.5333rem;
}
footer .inner .foot-nav {
  display: flex;
  gap: 0.5333rem;
  align-items: center;
  padding-bottom: 0.4933rem;
  border-bottom: 2.0025px solid rgba(255, 255, 255, 0.2);
}
footer .inner .foot-nav .logo {
  display: block;
  width: 1.56rem;
  height: 1.7867rem;
}
footer .inner .foot-nav ul {
  display: flex;
  width: 6.6rem;
  gap: 0.3733rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .inner .foot-nav ul li a {
  display: block;
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
}
footer .inner .foot-con {
  padding-top: 0.64rem;
  padding-bottom: 0.8rem;
}
footer .inner .foot-con h2 {
  font-weight: bold;
  font-size: 0.3733rem;
  color: #ffffff;
  line-height: 0.5067rem;
  text-align: center;
  margin-bottom: 0.7733rem;
}
footer .inner .foot-con .tel,
footer .inner .foot-con .email {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .inner .foot-con .tel img,
footer .inner .foot-con .email img {
  width: 0.3733rem;
  height: 0.3067rem;
  margin-right: 0.1333rem;
}
footer .inner .foot-con .tel p,
footer .inner .foot-con .email p {
  font-weight: 400;
  font-size: 0.4rem;
  color: #ffffff;
}
footer .inner .foot-con .tel p span,
footer .inner .foot-con .email p span {
  font-size: 0.32rem;
}
footer .inner .ewm-box {
  display: flex;
  gap: 0.6667rem;
  justify-content: center;
  margin-bottom: 0.8rem;
}
footer .inner .ewm-box .ewm {
  text-align: center;
}
footer .inner .ewm-box .ewm img {
  width: 1.6667rem;
  height: 1.6667rem;
  margin: 0 auto;
  margin-bottom: 0.1333rem;
}
footer .inner .ewm-box .ewm p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.24rem;
}
footer .copyright {
  background: #1d242c;
  padding: 0.2667rem 0;
}
footer .copyright p {
  font-weight: 400;
  font-size: 0.2667rem;
  color: #ffffff;
  line-height: 0.3733rem;
  text-align: center;
}
.tabs-btn {
  display: flex;
  align-items: center;
}
.tabs-btn li {
  position: relative;
  width: 3.3333rem;
  height: 0.96rem;
  background: #0072be;
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.96rem;
  text-align: center;
}
.tabs-btn li:nth-of-type(2)::before {
  content: '';
  position: absolute;
  border-left: 0.9975px solid rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
}
.tabs-btn li:nth-of-type(2)::after {
  content: '';
  position: absolute;
  border-left: 0.9975px solid rgba(0, 0, 0, 0.2);
  height: 100%;
  right: 0;
}
.tabs-btn li.active {
  background: #ffffff;
  color: #e49c0a;
}
.tabs-container {
  background: #f8f8f8;
  padding-bottom: 1.3333rem;
}
.tabs-container .tabs-box {
  padding: 0.5333rem 0;
}
.tabs-container .tabs-box .news-line {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.9975px solid rgba(0, 0, 0, 0.2);
}
.tabs-container .tabs-box .news-line:last-child {
  border-bottom: 0;
}
.tabs-container .tabs-box .news-line .news-list {
  display: flex;
  justify-content: space-between;
}
.tabs-container .tabs-box .news-line .news-list .news-item {
  width: 4rem;
  display: flex;
  flex-direction: column;
  gap: 0.2667rem;
}
.tabs-container .tabs-box .news-line .news-list .news-item .image {
  width: 4rem;
  height: 2.4rem;
}
.tabs-container .tabs-box .news-line .news-list .news-item .tag {
  width: 1.8667rem;
  height: 0.48rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.24rem;
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.48rem;
  opacity: 0.5;
  text-align: center;
}
.tabs-container .tabs-box .news-line .news-list .news-item .text h4 {
  font-weight: 500;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.4667rem;
  margin-bottom: 0.2267rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tabs-container .tabs-box .news-line .news-list .news-item .text h4:hover {
  color: #e49c0a;
}
.tabs-container .tabs-box .news-line .news-list .news-item .text p {
  font-weight: 400;
  font-size: 0.2667rem;
  color: #999999;
  line-height: 0.3867rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pageNum ul {
  display: flex;
  gap: 0.1333rem;
}
.pageNum ul li {
  width: 0.84rem;
  height: 0.76rem;
  border-radius: 0.08rem;
  border: 0.9975px solid #dcdcdc;
  text-align: center;
}
.pageNum ul li a {
  display: block;
  font-weight: normal;
  font-size: 0.3467rem;
  color: #999999;
  line-height: 0.76rem;
}
.pageNum ul li.active {
  background: #e49c0a;
}
.pageNum ul li.active a {
  color: #ffffff;
}
.pageNum ul li:last-child {
  border: 0.9975px solid #e49c0a;
}
.pageNum ul li:last-child a {
  font-size: 0.2667rem;
}
.contact-box {
  padding-top: 1.3333rem;
}
.contact-box .title {
  margin-bottom: 0.8rem;
}
.contact-box .title h1 {
  font-weight: bold;
  font-size: 0.5867rem;
  color: #145eb9;
  line-height: 0.4rem;
  margin-bottom: 0.2667rem;
  letter-spacing: 2px;
}
.contact-box .title h3 {
  font-weight: 400;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.4667rem;
  letter-spacing: 1px;
}
.contact-box .content {
  width: 100%;
  height: 10.6133rem;
  background: url(../images/contact/bg1.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0.9333rem;
}
.contact-box .content .type-box {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.6667rem;
}
.contact-box .content .type-box .type-line {
  display: flex;
  align-items: center;
}
.contact-box .content .type-box .type-line .icon {
  width: 0.5333rem;
}
.contact-box .content .type-box .type-line .txt {
  margin-left: 0.2667rem;
  padding-left: 0.24rem;
  border-left: 0.9975px solid;
}
.contact-box .content .type-box .type-line .txt span {
  display: block;
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.4rem;
  margin-bottom: 0.08rem;
}
.contact-box .content .type-box .type-line .txt p {
  font-weight: normal;
  font-size: 0.4667rem;
  color: #333333;
  line-height: 0.4rem;
}
.contact-box .content .ewm-box {
  display: flex;
  gap: 0.5867rem;
}
.contact-box .content .ewm-box .ewm {
  text-align: center;
}
.contact-box .content .ewm-box .ewm img {
  width: 2.1333rem;
  height: 2.1333rem;
  margin: 0 auto;
  margin-bottom: 0.1333rem;
}
.contact-box .content .ewm-box .ewm p {
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.24rem;
}
.technology-intro {
  padding: 1.3333rem 0;
}
.technology-intro .content p {
  font-weight: 400;
  font-size: 0.2667rem;
  color: #666666;
  line-height: 0.4667rem;
  letter-spacing: -0.5px;
}
.technology-intro .content .video-box {
  width: 8.6667rem;
  height: 5.3333rem;
  background: #145eb9;
  margin-top: 0.8rem;
}
.technology-adv {
  padding: 1.3333rem 0;
  background: #f4f9ff;
  padding-bottom: 2rem;
}
.technology-adv .content {
  position: relative;
}
.technology-adv .content .swiper-container {
  width: 8.6667rem;
  height: 5.6667rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 3px 12.9975px 0px rgba(7, 74, 151, 0.11);
}
.technology-adv .content .swiper-container .slide-item .text {
  display: flex;
  align-items: center;
  gap: 0.2667rem;
  padding-left: 0.8rem;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.technology-adv .content .swiper-container .slide-item .text img {
  width: 1.0133rem;
  height: 1.0133rem;
}
.technology-adv .content .swiper-container .slide-item .text p {
  font-weight: 400;
  font-size: 0.3733rem;
  color: #333333;
  line-height: 0.32rem;
}
.technology-adv .content .swiper-container .swiper-pagination {
  bottom: -1.2rem;
}
.technology-adv .content .swiper-container .swiper-pagination-bullet-active {
  background-color: #e49c0a;
}
.technology-service {
  padding: 1.3333rem 0;
  position: relative;
}
.technology-service .content {
  overflow: hidden;
}
.technology-service .content .slide-item {
  width: 8.6667rem;
  height: 6.6667rem;
  background: #145EB9;
  padding: 1.7067rem 1.0667rem 0 1.0667rem;
}
.technology-service .content .slide-item .icon {
  width: 1.0667rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.technology-service .content .slide-item h4 {
  font-weight: 400;
  font-size: 0.3733rem;
  color: #FFFFFF;
  line-height: 0.36rem;
  text-align: center;
  margin-bottom: 0.4933rem;
}
.technology-service .content .slide-item p {
  font-weight: 400;
  font-size: 0.2667rem;
  color: #FFFFFF;
  line-height: 0.4133rem;
  text-align: center;
}
.technology-service .content .slide-item.slide-item1 {
  background: url(../images/core/s1_bg.png) no-repeat;
  background-size: cover;
}
.technology-service .content .slide-item.slide-item2 {
  background: url(../images/core/s2_bg.png) no-repeat;
  background-size: cover;
}
.technology-service .content .slide-item.slide-item3 {
  background: url(../images/core/s3_bg.png) no-repeat;
  background-size: cover;
}
.technology-service .content .swiper-pagination {
  bottom: 15px;
}
.technology-service .content .swiper-pagination-bullet-active {
  background-color: #e49c0a;
}
.segment {
  background: url(../images/core/adv_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 4rem;
}
.segment .inner {
  text-align: center;
  padding-top: 0.7467rem;
}
.segment .inner h1 {
  font-weight: 500;
  font-size: 0.4533rem;
  color: #ffffff;
  line-height: 0.4rem;
  margin-bottom: 0.2667rem;
}
.segment .inner p {
  font-weight: 400;
  font-size: 0.2667rem;
  color: #ffffff;
  line-height: 0.4rem;
  margin-bottom: 0.7067rem;
}
.segment .inner .zx-btn {
  display: block;
  width: 2.6667rem;
  height: 0.6667rem;
  line-height: 0.6667rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0.3333rem;
  font-weight: 400;
  font-size: 0.2667rem;
  color: #e5a118;
}
.case-box {
  padding: 1.3333rem 0;
  background: #f4f9ff;
}
.case-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.case-list .item .image {
  width: 8.6667rem;
  height: 6.16rem;
  margin-bottom: 0.4rem;
}
.case-list .item .text h4 {
  font-weight: 400;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.5067rem;
}
.case-list .item:hover h4 {
  color: #e49c0a;
}
.case-list .more-btn {
  display: block;
  width: 2.6667rem;
  height: 0.6667rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.6667rem;
  border-radius: 0.3333rem;
  border: 0.9975px solid #e49c0a;
  font-weight: 400;
  font-size: 0.2667rem;
  color: #e49c0a;
}
.article-box {
  padding: 1.3333rem 0;
}
.article-box .inner .title {
  font-weight: 500;
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.6133rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 0.9975px solid rgba(0, 0, 0, 0.2);
}
.article-box .inner .content {
  margin-bottom: 1.3333rem;
}
.article-box .inner .content .image {
  margin-bottom: 0.64rem;
}
.article-box .inner .content .intro {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.article-box .inner .content .intro p {
  font-weight: normal;
  font-size: 0.32rem;
  color: #666666;
  line-height: 0.4533rem;
}
.article-box .inner .content .intro p span {
  display: block;
  font-weight: bold;
}
.article-box .inner .paging {
  display: flex;
  justify-content: space-between;
}
.article-box .inner .paging a {
  display: block;
  width: 3.4667rem;
  height: 0.8667rem;
  text-align: center;
  line-height: 0.8667rem;
  border-radius: 0.44rem;
  font-weight: 400;
  font-size: 0.32rem;
}
.article-box .inner .paging .prev {
  color: #999999;
  border: 0.9975px solid #999999;
}
.article-box .inner .paging .next {
  color: #e49c0a;
  border: 0.9975px solid #e49c0a;
}
.trends {
  background: #f4f9ff;
  padding: 1.3333rem 0;
}
.trends .case-list .item .text .date {
  font-weight: normal;
  font-size: 0.2667rem;
  color: #333333;
  margin-top: 0.2667rem;
}
.service-process {
  height: 13.3333rem;
}
.performance-box {
  padding: 1.3333rem 0;
}
.performance-box .content .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2667rem 0.1333rem;
}
.performance-box .content .list .item {
  position: relative;
  width: 4.2667rem;
  height: 2.56rem;
}
.performance-box .content .list .item p {
  position: absolute;
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.32rem;
  left: 50%;
  bottom: 0.1333rem;
  transform: translate(-50%, 0);
  width: max-content;
}
.jg-tabContainer .jg-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5025px;
  background: #5d5b53;
}
.jg-tabContainer .jg-btns li {
  width: 24.9%;
  height: 0.7467rem;
  background: #0072be;
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.7467rem;
  text-align: center;
}
.jg-tabContainer .jg-btns li.active {
  background: #ffffff;
  color: #e49c0a;
}
.jg-tabContainer .jg-tabContent .con {
  display: none;
  padding: 0.8rem 0.5333rem;
  background: #ffffff;
}
.jg-tabContainer .jg-tabContent .con.active {
  display: block;
}
.jg-tabContainer .jg-tabContent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2667rem 0;
}
.jg-tabContainer .jg-tabContent ul li {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.jg-tabContainer .jg-tabContent ul li img {
  width: 0.9333rem;
  height: 0.9333rem;
}
.jg-tabContainer .jg-tabContent ul li span {
  font-weight: 400;
  font-size: 0.32rem;
  color: #666666;
  letter-spacing: -0.5px;
}
.jg-case {
  background: #f8f8f8;
}
.jg-case .case-list {
  margin-bottom: 1.3333rem;
  display: none;
}
.jg-case .case-list.active {
  display: flex;
}
.jg-case .case-list .item .text h4 {
  margin-bottom: 0.3733rem;
}
.jg-case .case-list .item .text .tags {
  display: flex;
  gap: 0.4rem;
}
.jg-case .case-list .item .text .tags span {
  display: block;
  font-weight: 400;
  font-size: 0.2667rem;
  color: #145eb9;
  line-height: 0.36rem;
}
.index-banner .mySwiper .swiper-btn {
  position: absolute;
  bottom: 1.0667rem;
  width: 2.5467rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
.index-banner .mySwiper .swiper-btn .swiper-button-next::after,
.index-banner .mySwiper .swiper-btn .swiper-button-prev::after {
  font-size: 0.8rem;
  color: #ffffff;
}
.index-iconList ul {
  height: 2.2933rem;
  padding: 0.2667rem 0.6667rem;
  background: #0072be;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1333rem 0;
}
.index-iconList ul li {
  display: flex;
  align-items: center;
  gap: 0.2533rem;
  width: 50%;
}
.index-iconList ul li img {
  width: 0.8133rem;
  height: 0.8133rem;
}
.index-iconList ul li p {
  font-weight: 400;
  font-size: 0.32rem;
  color: #f6f6f6;
}
.index-iconList ul li p span {
  font-size: 0.4rem;
  color: #f6f6f6;
  margin-right: 0.1333rem;
}
.tech-service {
  width: 100%;
  height: 13.3333rem;
  padding-top: 1.3333rem;
  position: relative;
  background: url(../images/index/dp_bg.png) no-repeat;
  background-size: cover;
}
.tech-service .inner .content {
  position: absolute;
  right: 0;
  bottom: 1.8rem;
  width: 9.3333rem;
}
.tech-service .inner .content ul li {
  background: rgba(255, 255, 255, 0.7);
  height: 1.8667rem;
  padding: 0.7333rem 0.6667rem 0.7333rem 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.tech-service .inner .content ul li .line .line-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tech-service .inner .content ul li .line .line-header .left h4 {
  font-weight: 500;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.4rem;
}
.tech-service .inner .content ul li .line .line-header .left .tb {
  display: none;
  width: 0.9067rem;
  height: 0.88rem;
  margin-bottom: 0.4rem;
}
.tech-service .inner .content ul li .line .line-header .icon {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/index/icon9.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.tech-service .inner .content ul li .line .line-content {
  width: 7.7333rem;
  display: none;
  font-weight: 400;
  font-size: 0.2667rem;
  color: #999999;
  line-height: 0.3733rem;
  text-align: justify;
}
.tech-service .inner .content ul li.active {
  background: #ffffff;
  height: 4rem;
}
.tech-service .inner .content ul li.active .line .line-header {
  margin-bottom: 0.24rem;
}
.tech-service .inner .content ul li.active .line .line-header .left .tb {
  display: block;
}
.tech-service .inner .content ul li.active .line .line-header .icon {
  background: url(../images/index/icon8.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.tech-service .inner .content ul li.active .line .line-content {
  display: block;
}
.index-case .pub-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-case .pub-title .tabs-btn {
  gap: 0.3467rem;
}
.index-case .pub-title .tabs-btn li {
  width: 1.2933rem;
  background: none;
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.4rem;
  height: auto;
  padding-bottom: 0.16rem;
}
.index-case .pub-title .tabs-btn li.active {
  color: #e49c0a;
  background: none;
  border-bottom: 1px solid #e49c0a;
}
.index-case .pub-title .tabs-btn li::before {
  display: none;
}
.index-case .pub-title .tabs-btn li::after {
  display: none;
}
.index-case .case-list {
  display: none;
}
.index-case .case-list.active {
  display: flex;
}
.index-intro {
  padding: 1.3333rem 0;
  background: url(../images/index/tcrj_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.index-intro .pub-title {
  margin-bottom: 0.6rem;
}
.index-intro .pub-title h2 {
  padding-top: 12px;
  background: url(../images/index/icon10.png) no-repeat;
  background-size: 0.6533rem 0.5067rem;
  background-position: 2.7067rem 0;
}
.index-intro .content {
  margin-bottom: 0.8rem;
}
.index-intro .content h3 {
  font-weight: 400;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.4rem;
  margin-bottom: 0.36rem;
}
.index-intro .content p {
  font-weight: 400;
  font-size: 0.2667rem;
  color: #666666;
  line-height: 0.4267rem;
  text-align: justify;
  margin-bottom: 0.4rem;
}
.index-intro .content p:nth-of-type(3) {
  margin-bottom: 0.8rem;
}
.index-intro .more-btn {
  display: block;
  width: 2.6667rem;
  height: 0.6667rem;
  text-align: center;
  line-height: 0.6667rem;
  border-radius: 0.3333rem;
  border: 0.9975px solid #e49c0a;
  font-weight: 400;
  font-size: 0.2667rem;
  color: #e49c0a;
}
.index-intro .more-btn span {
  position: relative;
  top: -1px;
}
.index-intro .icon-list {
  display: flex;
  justify-content: space-between;
}
.index-intro .icon-list .item img {
  width: 1.3333rem;
  height: 1.3333rem;
  margin-bottom: 0.2667rem;
}
.index-intro .icon-list .item p {
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.9467rem;
}
.index-kp {
  background: url(../images/index/tech_pop_bg.png) no-repeat;
  background-size: 100% 8.4rem;
  background-position: top;
  padding: 1.3333rem 0;
}
.index-kp .inner .pub-title h2 {
  color: #ffffff;
}
.index-kp .inner .pub-title h3 {
  color: #ffffff;
}
.index-kp .inner ul {
  margin-bottom: 0.6667rem;
}
.index-kp .inner ul li {
  margin-bottom: 0.4rem;
}
.index-kp .inner ul li a {
  display: block;
  font-weight: 400;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 0.4rem;
}
.index-kp .inner ul li:nth-of-type(2) a {
  opacity: 0.5;
}
.index-kp .inner .content .list {
  display: flex;
  flex-direction: column;
  gap: 0.5333rem;
}
.index-kp .inner .content .list .item {
  height: 5.2rem;
  padding: 1.2667rem 1.3067rem 0.7867rem 0.76rem;
}
.index-kp .inner .content .list .item:nth-of-type(1) {
  background: url(../images/index/kp_bg1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.index-kp .inner .content .list .item:nth-of-type(1) .date h3 {
  color: #e49c0a;
}
.index-kp .inner .content .list .item:nth-of-type(1) .date p {
  color: #e49c0a;
}
.index-kp .inner .content .list .item:nth-of-type(1) .text h4 {
  color: #333333;
}
.index-kp .inner .content .list .item:nth-of-type(1) .text p {
  color: #999999;
}
.index-kp .inner .content .list .item:nth-of-type(2) {
  background: #0072be;
}
.index-kp .inner .content .list .item:nth-of-type(3) {
  background: url(../images/index/kp_bg3.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.index-kp .inner .content .list .item:nth-of-type(4) {
  background: url(../images/index/kp_bg4.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.index-kp .inner .content .list .item .date {
  margin-bottom: 0.5333rem;
}
.index-kp .inner .content .list .item .date h3 {
  font-weight: normal;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 0.4rem;
  margin-bottom: 0.12rem;
}
.index-kp .inner .content .list .item .date p {
  font-weight: normal;
  font-size: 0.2667rem;
  color: #ffffff;
  line-height: 0.4rem;
}
.index-kp .inner .content .list .item .text h4 {
  font-weight: 400;
  font-size: 0.3733rem;
  color: #ffffff;
  line-height: 0.4933rem;
  margin-bottom: 0.2267rem;
}
.index-kp .inner .content .list .item .text p {
  font-weight: 400;
  font-size: 0.2667rem;
  color: #ffffff;
  line-height: 0.3733rem;
}
.technical-comparison {
  padding-bottom: 1.3333rem;
}
.technical-comparison .content {
  background: #ffffff;
}
.index-contact {
  background: #f2f5f7;
}
.index-contact .form-box {
  background: url(../images/index/form_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
