.page-title-left {
  margin: 30px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
}
.page-title-left h2 {
  font-size: 0.32rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
}
.page-title-left h2 em {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: #d8d8d8;
  letter-spacing: 0;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
}
.page-title-left img {
  display: block;
  margin: 0 0.2rem;
}
.page-title-left span {
  display: block;
  background: #d8d8d8;
  width: 4.38rem;
  height: 1px;
}

.indexService {
  margin-top: 0.4rem;
}
.indexService .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-bottom: 0.35rem;
  border: 1px solid rgb(228, 228, 228);
  padding: 0.3rem 0;
}
.indexService .item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: 0.72rem;
}

.indexRoute {
  background: url(../images/bg2.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
}
.indexRoute .indexRoute_box {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 40px 40px 0 0;
}
.indexRoute .item {
  background: url(../images/bg3.png) top center no-repeat;
  background-size: 100%;
  text-align: center;
  max-width: 3.16rem;
  padding-bottom: 0.4rem;
  margin: 0 auto;
  margin-top: -0.47rem;
  width: calc(316 / 1920 * 100vw);
  height: calc(164 / 1920 * 100vw);
}
.indexRoute .item h2 {
  font-size: 0.16rem;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  height: 0.47rem;
  line-height: 0.47rem;
}
.indexRoute .item p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.3rem;
  font-weight: 400;
}

.indexAbout {
  background: #f3f3f3 url(../images/bj2_01.jpg) top center no-repeat;
}
.indexAbout .page-title-left {
  margin-top: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}
.indexAbout .about_icon p {
  margin-top: 0.27rem;
  font-size: 0.2rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.indexAbout .about_title {
  font-size: 0.24rem;
  color: #3a4296;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 0.6rem;
}
.indexAbout .about_title::after {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.04rem;
  background: #3a4296;
  margin-top: 0.27rem;
  margin-bottom: 0.19rem;
}
.indexAbout .about_text {
  font-size: 0.18rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 0.3rem;
  font-weight: 400;
}
.indexAbout .about_btn {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  padding-bottom: 0.8rem;
}
.indexAbout .about_btn img {
  margin-right: 0.1rem;
}
.indexAbout .indexAProcess {
  background: #083353;
  text-align: center;
  padding-bottom: 0.8rem;
}
.indexAbout .indexAProcess h2 {
  font-size: 0.24rem;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.9rem;
}
.indexAbout .indexAProcess .about_icons p {
  margin-top: 0.27rem;
  font-size: 0.2rem;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 400;
}

.indexScope {
  background: url(../images/bj1.png) top center no-repeat;
  background-size: cover;
}
.indexScope .container {
  width: 85%;
}
@media (max-width: 1500px) {
  .indexScope .container {
    width: 96%;
  }
}
.indexScope .indexScopeBox {
  position: relative;
}
.indexScope .indexScopeBox .indexScopeSingle {
  background: #f4f9fa;
  border-radius: 8px;
  padding: 0.45rem 0;
  text-align: center;
}
.indexScope .indexScopeBox .indexScopeSingle span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  background: #2e318b;
  border-radius: 50%;
  margin: 0 auto;
}
.indexScope .indexScopeBox .indexScopeSingle span img {
  filter: brightness(0) invert(1);
}
.indexScope .indexScopeBox .indexScopeSingle p {
  font-size: 0.24rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 0.2rem;
}
.indexScope .indexScopeBox .indexScopeSingle_hover {
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  display: none;
  opacity: 0.8;
  background: #ffffff;
  border: 1px solid rgb(210, 210, 210);
  padding: 0.3rem 0.16rem;
  z-index: 1000;
}
.indexScope .indexScopeBox .indexScopeSingle_hover::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10%;
  transform: translateX(-10%);
  border: 10px solid transparent;
  border-bottom-color: white;
}
.indexScope .indexScopeBox .indexScopeSingle_hover ul li {
  padding: 5px 0;
  font-size: 0.22rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  line-height: normal;
}
.indexScope .indexScopeBox .indexScopeSingle_hover ul li:hover {
  background: #2e318b;
  color: #fff;
  padding-left: 0.16rem;
  transition: all 0.3s;
}
.indexScope .indexScopeBox:hover .indexScopeSingle {
  background: #2e318b;
}
.indexScope .indexScopeBox:hover .indexScopeSingle span {
  background: #fff;
}
.indexScope .indexScopeBox:hover .indexScopeSingle span img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0));
}
.indexScope .indexScopeBox:hover .indexScopeSingle p {
  color: #ffffff;
}
.indexScope .indexScopeBox:hover .indexScopeSingle_hover {
  display: block;
}
.indexScope .indexWeipin {
  padding-bottom: 1.6rem;
}
.indexScope .one-nine {
  margin-top: 1.5rem;
  font-size: 0.32rem;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.indexScope .one-nine::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.04rem;
  background: #ffffff;
  margin-top: 0.24rem;
}
.indexScope .about_icon {
  display: flex;
  align-items: center;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.27);
}
.indexScope .about_icon img {
  flex: 0 0 0.74rem;
  max-width: 0.74rem;
  height: 0.74rem;
}
.indexScope .about_icon div {
  margin-left: 0.18rem;
}
.indexScope .about_icon div h3 {
  font-size: 0.2rem;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.indexScope .about_icon div p {
  font-size: 0.16rem;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 400;
}
.indexScope .indexCase .page-title-right h2 {
  color: #fff;
}
.indexScope .indexCase .page-title-right h2 em {
  color: #fff;
}
.indexScope .indexCase .page-title-right img {
  transform: rotateY(0);
}
.indexScope .indexCase .swiperCase .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
.indexScope .indexCase .swiperCase .swiper-slide .swiperCaseBox {
  background: #fff;
  padding: 0.37rem 0.25rem;
}
.indexScope .indexCase .swiperCase .swiper-slide .swiperCaseBox .about_btn {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.indexScope .indexCase .swiperCase .swiper-slide .swiperCaseBox h2 {
  border-bottom: 1px #d8d8d8 solid;
  padding-bottom: 0.34rem;
  margin-bottom: 0.34rem;
}
.indexScope .indexCase .swiperCase .swiper-slide .swiperCaseBox h2 a {
  display: block;
  font-size: 0.22rem;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}
.indexScope .indexCase .swiperCase .swiper-slide .swiperCaseBox p {
  font-size: 0.18rem;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.indexScope .indexCase .swiperCase .swiper-slide .swiperCaseBox .img {
  display: block;
  width: 100%;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexScope .indexCase .swiperCase .swiper-slide-active,
.indexScope .indexCase .swiperCase .swiper-slide-duplicate-active {
  transform: scale(1);
}

.index-newsnav li {
  font-size: 0.18rem;
}
.index-newsnav li a:hover {
  color: #2e318b;
  border-bottom: #2e318b solid 2px;
}
.leftcode{
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
}
.leftcode .lefttel{
    font-size: 16px;
    color: #f00;
}
.leftcode .lefttel span{
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #2e318b;
}
.leftcode p{
    font-size: 14px;
    color: #666;
    text-align: center;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
    .leftcode{
        display: none;
    }
  /* 案例展示 */
  .caselist li .imgBox {
    height: 200px;
  }
  .indexRoute{
      padding-top: 1.2rem;
  }
  .indexRoute .indexRoute_box{
      border-radius: 10px 10px 0 0;
  }
  .indexRoute .item h2{
      height: 0.33rem;
      line-height: 0.33rem;
  }
  .indexRoute .item{
      background: url(../images/bg3.png) top center no-repeat;
        background-size: 100%;
        text-align: center;
        max-width: 3.16rem;
        padding-bottom: 0.4rem;
        margin: -20px auto 0;
         width: 100%;
    height: calc(164 / 768 * 100vw);
    }
  .indexAbout .about_icon img{
      width: 50px;
  }
  .indexAbout .indexAProcess .about_icons img{
      width: 60px;
  }
  .indexAbout .indexAProcess .about_icons{
      margin-bottom: 20px;
  }
  .indexScope .indexCase .swiperCase .swiper-slide .swiperCaseBox .img {
        display: block;
        height: 2rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .indexScope .indexScopeBox .indexScopeSingle span img{
        height: 25px;
    }
    .indexScope .indexScopeBox .indexScopeSingle_hover{
        min-width: 150px;
    }
    .indexScope .container .row .col-4:nth-of-type(3) .indexScopeBox .indexScopeSingle_hover,
    .indexScope .container .row .col-4:nth-of-type(6) .indexScopeBox .indexScopeSingle_hover{
        left: -35px;
    }
    .indexScope .container .row .col-4:nth-of-type(3) .indexScopeBox .indexScopeSingle_hover::before,
    .indexScope .container .row .col-4:nth-of-type(6) .indexScopeBox .indexScopeSingle_hover::before{
        left: 50%;
    }
    .procenTwo .listcon li .imgBox img{
        max-width: 100%;
    }
    .procenTwo .listcon li .imgBox{
        height: auto;
    }
}