



.home-banner {
    position: relative;
    width: 100%;
    height: 27em;
    overflow: hidden;
}

.home-banner .imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.home-banner .bgk-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-banner .bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes updown01 {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
    75% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes updown04 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes updown02 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes updown03 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.home-banner .bgk1 {
    animation: updown01 5s linear infinite;
    -webkit-animation: updown01 5s linear infinite;
}

.home-banner .bgk2 {
    animation: updown02 5s 2.5s linear infinite;
    -webkit-animation: updown02 5s 2.5s linear infinite;
}

.home-banner .bgk3 {
    animation: updown04 5s linear infinite;
    -webkit-animation: updown04 5s linear infinite;
}

.home-banner .bd {
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
}

.home-banner .tit {
    font-size: 2.2em;
    line-height: 1.27;
    color: #333;
    font-weight: bold;
    margin-bottom: .4em;
    transform: translateY(-40%);
    opacity: 0;
    transition: .4s;
}

.home-banner .doc {
    font-size: 1.1em;
    line-height: 1.54;
    color: #666;
    transform: translateY(-40%);
    opacity: 0;
    transition: .4s;
    margin-bottom: 2em;
}

.home-banner .doc span {
    color: #ff8040;
    font-weight: bold;
}

.home-banner .scheme {
    width: max-content;
    font-size: .9em;
    line-height: 1;
    padding: 1em 1.66em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #2370db;
    transform: translateY(-40%);
    opacity: 0;
    transition: .4s;
}
.home-banner .scheme:hover{
  background: #fff;
}

.home-banner .scaleUpDown .tit,
.home-banner .scaleUpDown .doc {
    opacity: 1;
    transition: .4s;
    transform: translateY(-80%);
}
.home-banner .scaleUpDown .tit{
    position: relative;
    top: 40px;
    height: 98px;
}
.home-banner .scaleUpDown .doc{
    position: relative;
    top: 0;
}


.home-banner .scaleUpDown .scheme {
    opacity: 1;
    transition: .6s;
    transform: translateY(-80%);
}

.home-banner .home-banner-swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 1.6em;
    transform: translateX(-50%);
    z-index: 999;
}

.home-banner .swiper-pagination-bullet {
    position: relative;
    width: 3em;
    height: .2em;
    border-radius: 0;
    background-color: #dfe1e6;
    margin: 0 4px;
}

.home-banner .swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0%;
    height: .2em;
    background-color: #dfe1e6;
  
}
.home-banner .swiper-pagination-bullet{
  cursor: pointer;
}

.home-banner .swiper-pagination-bullet-active {
    position: relative;
}

.home-banner .swiper-pagination-bullet-active::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: .2em;
    background-color: #ff8040;
    transition: 1s;
    border-radius: 3px;
}
.screentWrap{
  width: 63%;
  overflow: hidden;
max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
   
}



.screentWrap .tranone{
  margin-bottom: 15px;
  clear: both;
  display: flex;
  float: left;
}

.screentWrap .tranone .item{
  width:184px;
  height:81px;
  border: solid 1px #e8eaf2;
  background-color: #fff;

  flex-shrink: 0;
  
  display: flex;
  margin-right: 19px;


}
.screentWrap .tranone .item img{
  width: 100%;
  height: auto;
  object-fit: cover;

}


@media (max-width: 991.98px) {
    
  .solution .sm-inner>img{
    margin-top: 0.4rem;
  }
  .home-banner .scaleUpDown .tit{
    top:1.2rem;
    line-height: 0.64rem;
    transform: translateY(0%);
  }
  .home-banner .scaleUpDown .doc{
    transform: translateY(0%);
  }
    .screentWrap .tranone .item{
        margin-right: 10px;
    }
    .home-banner .scaleUpDown .doc{
        margin-top: 0.36rem;
        margin-bottom: 1.1rem;
    }
    .screentWrap{
        width: 85.333%;
    }
    .screentWrap .tranone .item{
        width:2.02rem;
        height: 0.88rem;
    }
    .home-banner {
        min-height: 10rem;
    }
    .home-banner .bd {
        position: absolute;
        left: 0rem;
        top:1.32rem;
        padding: 0 .5rem;
        transform: translateY(0%);
    }
    .home-banner .tit {
        font-size: .56rem;
        line-height: .6rem;
        margin-bottom: .4em;
    }
    .home-banner .tit{
        font-family: "-apple-system,BlinkMacSystemFont,sans-serif";
        line-height: 0.64rem;
        height: auto !important;
        position: static !important;
        margin-bottom: 0;

    }
    .home-banner .doc {
        font-size: .3rem;
        line-height: .48rem;
        margin-bottom: .5rem;   
        margin-top: .61rem;
    }
    .home-banner .scheme {
        font-size: .28rem;
        padding: .28rem .3rem;
        margin-top:0rem;
        border-radius: 6px;
        transform: translateY(0%) !important;
    }
   
    .home-banner .home-banner-swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: 1.6em;
        transform: translateX(-50%);
        z-index: 999;
        bottom: 0.29rem;
    }
    .home-banner .home-banner-swiper-pagination span{
        border-radius: 3px;
    }

  
    .home-banner .swiper-pagination-bullet {
        width: .6rem;
        height: .06rem;
        margin: 0 .1rem;
        border-radius: 3px;
    }
    .home-banner .swiper-pagination-bullet-active {
        background-color: #ff8040;
        border-radius: 3px;
    }
}

.main-box {
    padding: 0;
}

.public-bd {
    width: 65.23%;
    margin: 0 auto;
    text-align: center;
}

.public-bd .title {
    font-size: 1.8em;
    line-height: 1.33;
    color: #333;
    font-weight: bold;
}

.public-bd .desc {
    font-size: .8em;
    line-height: 1.5;
    color: #666;
    margin-top: 0.75em;
    margin-bottom: 2.5em;
}

@media (max-width: 991.98px) {

    .public-bd {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .public-bd .title {
        font-size: .48rem;
        line-height: .56rem;
    }
    .public-bd .desc {
        font-size: .3rem;
        line-height: .5rem;
        margin-top: 0.15em;
    }
}

.gts-develop {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4.5em 0 5.5em;
}

.gts-develop::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 22.75em;
    background: no-repeat center;
    background-size: cover;
    background-image: url(/img/images/firm-demand-top.png);
    background-image: none;
    z-index: 2;
}

.gts-develop .gts-develop-bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.gts-develop .list {
    position: relative;
    padding: 0 5em;
    margin: 2.75em -.95em 0;
}

.gts-develop .list .item {
    position: relative;
    padding: 0 .95em;
}

.gts-develop .list .groud {
    position: absolute;
    bottom: -5%;
    right: 1%;
    width: 93%;
    height: 100%;
    background-color: #2960e1;
    border-radius: 12px;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/images/gts-develop-mask.png);
}

.gts-develop .list .box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3.65em 2.7em 3em;
    overflow: hidden;
    border-radius: 12px;
    border: 6px solid #e9effd;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.004);
    background: #fff;
    border-radius: 12px;
}

.gts-develop .list .bgk-img {
    position: absolute;
    right: -6%;
    bottom: -24%;
    width: 10em;
    height: 7.5em;
    object-fit: cover;
}

.gts-develop .list .bd {
    position: relative;
}

.gts-develop .list .num {
    position: absolute;
    top: -115%;
    left: -4%;
    font-family: Akrobat-ExtraBold;
    font-size: 4em;
    line-height: 100px;
    color: #e9ebf0;
    opacity: 0.6;
    z-index: 1;
}

.gts-develop .list .tit {
    position: relative;
    font-size: 1.4em;
    line-height: 1;
    font-weight: bold;
    z-index: 3;
}

.gts-develop .list .doc {
    position: relative;
    font-size: .7em;
    line-height: 1.428;
    color: #666;
    margin-top: .571em;
    z-index: 3;
}
@media (min-width: 991.98px) {
    .add0913{
        width: 80% !important;
    }
    .add0913 .title{
        padding-bottom: 0.2em;
    }
}
@media (max-width: 991.98px) {
    .public-bd {
        width: 100%;
    }
    .firm .public-bd{
        margin-bottom: 0.62rem;
    }
    .public-bd .title {
        font-size: .48rem;
        line-height: .56rem;
    }
    .public-bd .desc {
        font-size: .3rem;
        line-height: .5rem;
        margin-top: 0.4rem;
    }
    .add0906 .public-bd .desc{
        margin-bottom: 0;
        margin-top: 0.16rem;
        padding-bottom: 0.2rem;
    }
    .add0906 .firm .public-bd .desc{
        width: 6.35rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.19rem;
    }
    .add0906 .add0907 .public-bd .desc{
        margin-top: 0.17rem;
    }
    .add0906 .gts-develop .list{
        padding-top: 0.61rem;
    }
    .gts-develop {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 1.3rem 0 1.7rem;
        padding-top: 1.15rem;
    }
    .gts-develop .public-bd .title{
        padding-bottom: 0.1rem;
    }
    .gts-develop::before {
        height: 100%;
        background-image: url(/img/images/mob-firm-demand-top.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
    }
    .gts-develop .list {
        position: relative;
        padding: .76rem 0 0;
        margin: -.2rem 0;
    }
    .add0906 .gts-develop .list .item{
        border-style: solid;
        border-width: 1px;
        border-color: rgb(233, 239, 253);
        border-radius: 12px;
        background-image: -moz-linear-gradient( 180deg, rgb(238,242,253) 0%, rgb(238,242,253) 6%, rgb(238,242,253) 16%, rgb(238,242,253) 27%, rgb(238,242,253) 54%, rgb(238,242,253) 78%, rgb(238,242,253) 84%, rgb(223,231,248) 92%, rgb(223,231,248) 100%);
        background-image: -webkit-linear-gradient( 180deg, rgb(238,242,253) 0%, rgb(238,242,253) 6%, rgb(238,242,253) 16%, rgb(238,242,253) 27%, rgb(238,242,253) 54%, rgb(238,242,253) 78%, rgb(238,242,253) 84%, rgb(223,231,248) 92%, rgb(223,231,248) 100%);
        background-image: -ms-linear-gradient( 180deg, rgb(238,242,253) 0%, rgb(238,242,253) 6%, rgb(238,242,253) 16%, rgb(238,242,253) 27%, rgb(238,242,253) 54%, rgb(238,242,253) 78%, rgb(238,242,253) 84%, rgb(223,231,248) 92%, rgb(223,231,248) 100%);
        box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.004);
                margin:0;
        padding:0;
    }
    .gts-develop .list .box {
        padding: .5rem .67rem .6rem;
    }
    .gts-develop .list .item {
        position: relative;
        padding: .2rem 0;
    }
    .add0906 .gts-develop .list .item {
        padding:0.07rem;
        margin-bottom: 0.37rem;
        position: relative;
    }
    .add0906  .gts-develop .list .groud{
        bottom: 0;
    }
    .add0906 .gts-develop .list .item::after{
        position: absolute;
        content: '';
        left: 50%;
        bottom: -0.50rem;
        z-index: 1;
        background: url(/img/static/addimg01.png) no-repeat center;
        background-size: contain;
        width: 84vw;
        transform: translateX(-50%);
        height: 2.42rem;
        z-index: -1;
    
    }
    .add0906  .gts-develop .list .box{
        border-radius: 6px;
        box-shadow: none;
        border:none;
    }
    .gts-develop .list .bgk-img {
        position: absolute;
        right: -0.12rem;
        bottom: -0.37rem;
        width: 2.1rem;
        object-fit: cover;
    }
    .gts-develop .list .bd {
        position: relative;
    }
    .gts-develop .list .num {
        position: absolute;
        top: -0.43rem;
        left: -0.43rem;
        font-size: 4em;
        line-height: 1rem;
        opacity: 0.6;
        z-index: 1;
    }
    .gts-develop .list .num img{
        width: 0.61rem;
    }
    .gts-develop .list .tit {
        position: relative;
        font-size: .4rem;
        line-height: .56rem;
        font-weight: bold;
        z-index: 3;
    }
    .gts-develop .list .doc {
        position: relative;
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .0rem;
        z-index: 3;
    }
}

.solution {
    position: relative;
    width: 100%;
    height: 100%;
    height: 47.25em;
    height: 48.25em;
    padding: 4.5em 0 2.75em;
    overflow: hidden;
}

.solution .solution-bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.solution-content-box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 5.5em;
    justify-content: center;
}

.solution-content-box .solu-content {
    position: relative;
    width: 42.1875%;
    width: 27em;
    height: 27em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 5px #1c69dd;
}

.solution-content-box .solu-content .item {
    position: absolute;
    z-index: 9;
}

.solution-content-box .solu-content .item.active .feature-box,
.solution-content-box .solu-content .item.active .pop {
    display: block;
}

.solution-content-box .solu-content .item.active .box::before {
    display: block;
    width: 3.5em;
}

.solution-content-box .solu-content .item.active .box::after {
    display: block;
    width: 2.6em;
}

.solution-content-box .solu-content .item .box {
    width: 5.5em;
    height: 5.5em;
    box-shadow: 0px 8px 8px 0px rgba(19, 77, 163, 0.25);
    background-image: -moz-linear-gradient(-15deg, #2e94fd 39%, #1a4cbd 87%, #2e94fd 98%);
    background-image: -webkit-linear-gradient(-15deg, #2e94fd 39%, #1a4cbd 87%, #2e94fd 98%);
    background-image: -ms-linear-gradient(-15deg, #2e94fd 39%, #1a4cbd 87%, #2e94fd 98%);
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0 .4em;
}

.solution-content-box .solu-content .item .box .tit {
    font-size: .9em;
    line-height: 1.25;
    color: #fff;
    text-align: center;
}

.solution-content-box .solu-content .pop {
    z-index: 12;
}

.solution-content-box .solu-content .item1 {
    top: -2em;
    right: 30%;
    transform: translateX(50%);
}

.solution-content-box .solu-content .item1 .pop {
    right: -162%;
    top: -85%;
    left: auto;
}

.solution-content-box .solu-content .item1 .pop .pop-list::before {
    left: -20%;
    top: 15%;
}

.solution-content-box .solu-content .item1 .pop .pop-list::after {
    left: -54%;
    top: 30%;
    transform: rotate(-60deg);
}

.solution-content-box .solu-content .item1 .box {
    position: relative;
}

.solution-content-box .solu-content .item1 .box::before {
    display: none;
    position: absolute;
    content: '';
    left: -29%;
    top: -14%;
    width: 4em;
    width: 3.5em;
    height: 2px;
    background: #1c69dd;
    left: 60%;
    top: -21%;
    transform: rotate(-60deg);
}

.solution-content-box .solu-content .item1 .box::after {
    display: none;
    position: absolute;
    content: '';
    left: 109%;
    top: -50%;
    width: 1.5em;
    height: 2px;
    background: #1c69dd;
}

.solution-content-box .solu-content .item1 .pop {
    left: 137% !important;
    top: -74% !important;
}

.solution-content-box .solu-content .item1 .pop .pop-list {
    border-left: 5px solid #1360d1;
    border-right: 0;
}

.solution-content-box .solu-content .item2 {
    right: -8%;
    top: 23.1%;
}

.solution-content-box .solu-content .item2 .pop {
    right: -162%;
    top: -85%;
    left: auto;
}

.solution-content-box .solu-content .item2 .pop .pop-list::before {
    left: -20%;
    top: 15%;
}

.solution-content-box .solu-content .item2 .pop .pop-list::after {
    left: -54%;
    top: 30%;
    transform: rotate(-60deg);
}

.solution-content-box .solu-content .item3 {
    right: -6%;
    top: 63%;
}

.solution-content-box .solu-content .item3 .pop {
    right: -170%;
    top: -85%;
    left: auto;
}

.solution-content-box .solu-content .item3 .pop .pop-list::before {
    left: -20%;
    top: 15%;
}

.solution-content-box .solu-content .item3 .pop .pop-list::after {
    left: -54%;
    top: 30%;
    transform: rotate(-60deg);
}

.solution-content-box .solu-content .item4 {
    bottom: -5%;
    right: 30%;
    transform: translateX(50%);
}

.solution-content-box .solu-content .item4 .pop {
  right: -232%;
  top: 25%;
  left: auto;
}

.solution-content-box .solu-content .item4 .pop .pop-list::before {
    left: -20%;
    top: 15%;
}

.solution-content-box .solu-content .item4 .pop .pop-list::after {
    left: -54%;
    top: 30%;
    transform: rotate(-60deg);
}

.solution-content-box .solu-content .item1 .box,
.solution-content-box .solu-content .item2 .box,
.solution-content-box .solu-content .item3 .box,
.solution-content-box .solu-content .item4 .box {
    position: relative;
}

.solution-content-box .solu-content .item1 .box::before,
.solution-content-box .solu-content .item2 .box::before,
.solution-content-box .solu-content .item3 .box::before,
.solution-content-box .solu-content .item4 .box::before {
    display: block;
    position: absolute;
    content: '';
    left: -29%;
    top: -14%;
  
    width: 0em;
    height: 2px;
    background: #1c69dd;
    left: 60%;
    top: -21%;
    transform: rotate(-60deg);
    transition: all .5s;
    transform-origin: 30px 2px;
}

.solution-content-box .solu-content .item1 .box::after,
.solution-content-box .solu-content .item2 .box::after,
.solution-content-box .solu-content .item3 .box::after,
.solution-content-box .solu-content .item4 .box::after {
    display: block;
    position: absolute;
    content: '';
    left: 105%;
    top: -53%;
    width:0;
    height: 2px;
    background: #1c69dd;
    transition: all .5s;
}
.solution-content-box .solu-content .item1 .box::after{
    top:-53%;
}

.solution-content-box .solu-content .item1 .pop,
.solution-content-box .solu-content .item2 .pop,
.solution-content-box .solu-content .item3 .pop{
    left: 137% !important;
    top: -74% !important;
}

.solution-content-box .solu-content .item1 .pop .pop-list,
.solution-content-box .solu-content .item2 .pop .pop-list,
.solution-content-box .solu-content .item3 .pop .pop-list,
.solution-content-box .solu-content .item4 .pop .pop-list {
    border-left: 5px solid #1360d1;
    border-right: 0;
}

.solution-content-box .solu-content .item5 {
    left: 15%;
    bottom: -5%;
    left: 30%;
    transform: translateX(-50%);
    z-index: 10;
}

.solution-content-box .solu-content .item5 .pop {
    left: -180%;
    top: -78%;
}

.solution-content-box .solu-content .item6 {
    left: -6%;
    top: 63%;
}

.solution-content-box .solu-content .item6 .pop {
    left: -173%;
    top: -85%;
}

.solution-content-box .solu-content .item7 {
    left: -8%;
    top: 23.1%;
    z-index: 2;
}

.solution-content-box .solu-content .item7 .pop {
    left: -164%;
    top: -85%;
}

.solution-content-box .solu-content .item8 {
    top: -2em;
    left: 30%;
    transform: translateX(-50%);
}

.solution-content-box .solu-content .item8 .pop {
    left: -162%;
    top: -85%;
}

.solution-content-box .solu-content .item5 .box,
.solution-content-box .solu-content .item6 .box,
.solution-content-box .solu-content .item7 .box,
.solution-content-box .solu-content .item8 .box {
    position: relative;
    cursor: pointer;
}


.solution-content-box .solu-content .item6 .box::before,
.solution-content-box .solu-content .item7 .box::before,
.solution-content-box .solu-content .item8 .box::before {
    display: block;
    position: absolute;
    content: '';
    left: -22%;
    top: -20%;
    width: 0%;
    height: 2px;
    background: #1c69dd;
    transform: rotate(240deg);
    transition: all .5s;
    transform-origin: 30px 2px;

}



.solution-content-box .solu-content .item7 .box::after,
.solution-content-box .solu-content .item8 .box::after {
    display: block;
    position: absolute;
    content: '';
    right: 113%;
    top: -51%;
    width: 0;
    height: 2px;
    background: #1c69dd;
    transition: all .5s;

}
.solution-content-box .solu-content .item6 .box::after{
    display: block;
    position: absolute;
    content: '';
    right: 113%;
    top: -51%;
    width: 0;
    height: 2px;
    background: #1c69dd;
    transition: all .5s;
}
.solution-content-box .solu-content .item5 .box::after{
  display: block;
  position: absolute;
  content: '';
  right: 111%;
  top: 148%;
  width: 0;
  height: 2px;
  background: #1c69dd;
  transition: all .5s;
}


.solution-content-box .solu-content .item6 .pop,
.solution-content-box .solu-content .item7 .pop,
.solution-content-box .solu-content .item8 .pop {
    left: -212% !important;
    top: -80% !important;
}
.solution-content-box .solu-content .item5 .pop{
  top: -7% !important;
  left: -238%;
}

.solution-content-box .solu-content .item5 .box::before{
  display: block;
  position: absolute;
  content: '';
  left: -22%;
  top: 114%;
  width: 0%;
  height: 2px;
  background: #1c69dd;
  transform: rotate(120deg);
  transition: all .5s;
  transform-origin: 30px 2px;
}

.solution-content-box .solu-content .box {
    position: relative;
}

.solution-content-box .solu-content .pop {
    position: absolute;
    left: -50%;
    top: 0;
}

.solution-content-box .solu-content .pop .pop-list {
    position: relative;
    width: 7.75em;
    width: 9.5em;
    padding: .8em .8em;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(41, 120, 239, 0.2);
    border-radius: 8px;
    border-right: 5px solid #1360d1;
}

.solution-content-box .solu-content .pop .pop-item {
    position: relative;
    padding-left: 1em;
    margin-bottom: 1.15em;
}

.solution-content-box .solu-content .pop .pop-item:last-child {
    margin-bottom: 0;
}

.solution-content-box .solu-content .pop .pop-item::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 1px #245cb3;
    transform: translateY(-50%);
}

.solution-content-box .solu-content .pop .pop-item .desc {
    font-size: .8em;
    line-height: 1.25;
    color: #333;
}

.solution-content-box .solu-content .more {
    position: absolute;
    bottom: -5em;
    bottom: -6.2em;
    width: 13em;
    height: 2.75em;
    background-image: linear-gradient(132deg, #ff6633 0%, #ff8800 100%);
    box-shadow: 0px -2px 0px 0px #ffe7cc, 0px 3px 0px 0px #fff3e4, 0px 6px 12px 0px rgba(255, 118, 27, 0.36);
    border-radius: 6px;
    overflow: hidden;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.solution-content-box .solu-content .more:hover{
    background-image: linear-gradient(132deg, #fff 0%, #fff 100%);
    color: #ff6633;
}

.solution-content-box .solu-content .more a {
    width: 100%;
    height: 100%;
   
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
    white-space: nowrap;
}

.solution-content-box .circle-center-outerring {
    width: 75.92%;
    height: 20.5em;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.85em solid #fff;
    background-image: linear-gradient(180deg, #d3e0fb 0%, #edf0fe 100%);
}

.solution-content-box .circle-center-outerring .circle-center-innerring {
    width: 88.322%;
    height: 14.5em;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: .9em solid #fff;
    background-image: linear-gradient(0deg, #2c59f9 0%, #518bfc 100%);
}

.solution-content-box .circle-center-outerring .title {
    font-size: 1.6em;
    line-height: 1.25;
    color: #fff;
    text-align: center;
}

.solution-content-box .solu-content-img {
    position: absolute;
    top: 0;
    display: block;
}

.solution-content-box .solu-content-img img {
    width: 100%;
    height: 100%;
    width: 15.5em;
    height: 21.5em;
    object-fit: contain;
}

.solution-content-box .solu-content-left {
    left: -3.14em;
    top: 3.2em;
    transition: all .5s;
}


.solution-content-box .solu-content-right {
    right: -3.12em;
    top: 3.2em;
}

.addgoDetailbutton {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #e5effd;
    padding-bottom: 50px;

}

.addgoDetailbutton .addbtn{
    width: 10em;
    text-align: center;
    font-size: .9em;
    padding: 1em 1.66em;
    border-radius: 8px;
  
    box-sizing: border-box;

}
.addgoDetailbutton.addneButton{
    background: none;
    margin-top: 1em;
}
.addgoDetailbutton.addneButton .addbtn{
    width: auto;


}

.feature-box {
    display: none;
    width: 5.5em;
    height: 5.5em;
    margin-top: -0%;
    position: absolute;
    z-index: -1;
}

.pop {
    display: none;
}

.pulse {
    width: 5.5em;
    height: 5.5em;
    background: #79a9f2;
    border-radius: 50%;
}

.pulse1,
.pulse2 {
    position: absolute;
    width: 6em;
    height: 6em;
    left: -5%;
    top: 0%;
    background: #4892FB;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    box-shadow: 1px 1px 15px #cce0ff;
}

.pulse1 {
    animation: warn1 1.5s linear;
    animation-iteration-count: infinite;
}

.pulse2 {
    animation: warn2 1.5s linear;
    animation-iteration-count: infinite;
}

@keyframes warn1 {
    0% {
        transform: scale(1);
        opacity: 0.01;
    }
    25% {
        transform: scale(1.2);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.07;
    }
    75% {
        transform: scale(1.6);
        opacity: 0.03;
    }
    100% {
        transform: scale(1.8);
        opacity: 0.01;
    }
}

@keyframes warn2 {
    0% {
        transform: scale(0.8);
        opacity: 0.01;
    }
    25% {
        transform: scale(0.8);
        opacity: 0.13;
    }
    50% {
        transform: scale(1);
        opacity: 0.1;
    }
    75% {
        transform: scale(1.2);
        opacity: 0.07;
    }
    100% {
        transform: scale(1.4);
        opacity: 0.01;
    }
}

@media (max-width: 991.98px) {
    .solution {
        height: 9.3rem;
        padding: 1.1rem 0 1.1rem;
    }
    .solution .mob-img {
        width: 100%;
        height: 100%;
        height: 78%;
        object-fit: contain;
        margin-top: 0.3rem;
    }
    .solution .public-bd {
        width: 87%;
    }
}

.core-product {
    padding: 4.5em 0 0em;
}

.product-choose-swiper {
    margin: -1em;
    margin-top: 1.5em;
}

.product-choose-swiper .swiper-wrapper {
    justify-content: space-between;
}

.product-choose-swiper .swiper-slide {
    /* width: max-content; */
    /* width: 8em; */
    padding: 1em;
}

.product-choose-swiper .swiper-slide-thumb-active .box {
    position: relative;
    border-radius: 10px;
    /* background-image: -moz-radial-gradient(50% 50%, circle closest-side, #f9fbff 0%, #f5f8ff 64%, #f0f5ff 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f9fbff 0%, #f5f8ff 64%, #f0f5ff 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, #f9fbff 0%, #f5f8ff 64%, #f0f5ff 100%); */
}

.product-choose-swiper .swiper-slide-thumb-active .box .tit {
    color: #3370cc;
    line-height: 18px;
}


/* .product-choose-swiper .active .box::after { */

.product-choose-swiper .swiper-slide-thumb-active .box::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    width: 7.15em;
    height: 7.15em;
    border-radius: 10px;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/static/product-active.png);
    transform: translate(-50%, -50%);
}

.product-choose-swiper .swiper-slide-thumb-active .box::before {
    position: absolute;
    content: '';
    bottom: -1em;
    bottom: -1em;
    left: 13%;
    left: 0%;
    width: 6.75em;
    height: 4.2em;
    border-radius: 10px;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/static/product-active.-bgk.png);
}

.productChooseSwiper-init .product-choose-swiper .swiper-slide-thumb-active .box::after {
    left: 50%;
}

.productChooseSwiper-init .product-choose-swiper .swiper-slide-thumb-active .box::before {
    bottom: -1em;
    left: 0%;
}

.product-choose-swiper .box {
    width: 100%;
    height: 100%;
    display: block;
    width: 6.85em;
    height: 6.85em;
    padding: 1.3em .75em 1em;
    text-align: center;
}

.product-choose-swiper .box .image {
    width: 3em;
    height: 2.8em;
    margin: 0 auto;
    margin-bottom: .4em;
    position: relative;
    z-index: 2;
}

.product-choose-swiper .box .image img {
    width: 86%;
    height: 86%;
    object-fit: scale-down;
}

.product-choose-swiper .box .tit {
    font-size: .8em;
    line-height: 1;
    color: #333;
    position: relative;
    z-index: 2;
    line-height: 18px;
}

.product-content-list {
    width: 100%;
    margin-top: 1.35em;
    overflow: hidden;
}

.product-content-list .product-content-item {
    position: relative;
  
    width: 100%;
    padding: .35em;
    border-radius: 18px;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/images/pro-content-bg-add.jpg);
  
}

.product-content-list .product-content-item:first-child {
    display: block;
}


/* .product-content-list .product-content-item::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 26.5em;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/images/add-yuan-index.png);
    transform: translateY(-50%);
    z-index: 1;
} */

.product-content-list .product-content-item:nth-child(2) .project-list .box,
.product-content-list .product-content-item:nth-child(3) .project-list .box,
.product-content-list .product-content-item:nth-child(4) .project-list .box,
.product-content-list .product-content-item:nth-child(5) .project-list .box,
.product-content-list .product-content-item:nth-child(6) .project-list .box,
.product-content-list .product-content-item:nth-child(7) .project-list .box,
.product-content-list .product-content-item:nth-child(8) .project-list .box {
    width: auto;
}

.product-content-list .product-content-item:nth-child(2) .project-list {
    width: 90%;
}

.product-content-list .product-content-item:nth-child(3) .project-list {
    width: 89.3%;
}

.product-content-list .product-content-item:nth-child(4) .project-list {
    width: 98.3%;
}

.product-content-list .product-content-item:nth-child(5) .project-list {
    width: 99.3%;
}

.product-content-list .product-content-item:nth-child(6) .project-list {
    width: 97.3%;
}

.product-content-list .product-content-item:nth-child(7) .project-list {
    width: 84%;
}

.product-content-list .product-content-item:nth-child(8) .project-list {
    width: 84.3%;
}

.product-content-list .product-content-item .product-content-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3.2em 0 4.1em 2.6em;
    border-radius: 15px;
    border: solid 1px rgba(255, 255, 255, 0.16);
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/images/pro-content-bgk.png);
    z-index: 3;
    min-height: 33.25em;
}

.product-content-list .product-content-item .product-content-box::before {
    position: absolute;
    content: '';
    right: 0;
    /* bottom: 0; */
    top: 10%;
    width: 100%;
    height: 100%;
    height: 26.65em;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/images/pro-content-bgk-yuan.png);
    animation: updown02 5s linear infinite;
    -webkit-animation: updown02 5s linear infinite;
    z-index: -1;
}

.product-content-list .product-content-item .image {
    position: absolute;
    right: 6.25%;
    right: 2.25%;
    top: 50%;
    width: 51.5%;
    height: 23em;
    transform: translateY(-50%);
}

.product-content-list .product-content-item .image-box {
    position: absolute;
    right: 6.25%;
    right: 2.25%;
    top: 50%;
    width: 32.5em;
    height: 23em;
    transform: translateY(-50%);
}

.product-content-list .product-content-item .image-box .image-img {
    position: absolute;
    top: 0;
    left: 0;
}

.product-content-list .product-content-item .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content-list .product-content-item .image2 {
    animation: updown01 5s linear infinite;
    -webkit-animation: updown01 5s linear infinite;
}

.product-content-list .product-content-item .image3 {
    animation: updown02 5s 2.5s linear infinite;
    -webkit-animation: updown02 5s 2.5s linear infinite;
}

.product-content-list .product-content-item .image4 {
    animation: updown04 5s linear infinite;
    -webkit-animation: updown04 5s linear infinite;
}

.product-content-list .product-content-item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* animation: updown01 3s linear infinite;
    -webkit-animation: updown01 3s linear infinite; */
}

.product-content-list .product-content-item .product-content-desc {
    position: relative;
    width: 50%;
    z-index: 9;
}

.product-content-list .product-content-item .product-content-desc:nth-child(1){
    width: 45%;
}


.product-content-list .product-content-item .title {
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
    cursor: pointer;
}
.product-content-list .product-content-item .title:hover{
    color: #2370db;
}

.product-content-list .product-content-item .doc {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1.5em;
    color: #666;
}

.product-content-list .product-content-item .doc span {
    color: #ff8040;
    font-weight: bold;
}

.product-content-list .product-content-item .tit {
    font-size: 1.3em;
    line-height: 1;
    color: #333;
    cursor: pointer;
}
.product-content-list .product-content-item .tit:hover{
    color: #2370db;
}

.product-content-list .product-content-item .project-list {
    width: 65.30%;
    width: 82.3%;
    margin-top: 1.4em;
    display: flex;
    flex-wrap: wrap;
}

.product-content-list .product-content-item .project-list .project-item {

    position: relative;
    width: 50%;
    padding: 0 0 1.2em 1.75em;
    padding: 0 1.25em 0.8em 1.75em;
    margin: 0 0 0.8em;
    border-bottom: 1px dashed #dae1eb;

   
}



.product-content-list .product-content-item .project-list .project-item::before {
    position: absolute;
    content: '';
    top:0.06rem;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/static/prj-icon.svg);
    transition: all .5s;
    transform:translateY(0);
   

}

.product-content-list .product-content-item .project-list .project-item:hover::before {
    transform:translateY(-10px);
}

.product-content-list .product-content-item .project-list .project-item a{
    transition: all .5s;
    transform:translateY(0);
}
.product-content-list .product-content-item .project-list .project-item:hover  a{
    transform:translateY(-10px);
}


.product-content-list .product-content-item .project-list .box {
    font-size: 1em;
    line-height: 1.3em;
    color: #2370db;
    font-weight: bold;
    display: block;
    width: 6em;
}

.product-content-list .more-del {
    margin-top: 2.5em;
    display: flex;
    align-items: center;
}

.product-content-list .more-del .solu .box {
    font-size: .9em;
    line-height: 1;
    white-space: nowrap;
    padding: 1em 1.66em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2370db;
    border-radius: 5px;
    margin-right: 0.88em;
}

.product-content-list .more-del .more .box {
    width: 8.88em;
    height: 3em;
    font-size: .9em;
    line-height: 1;
    color: #2370db;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #2370db;
}
.solution-content-box .solu-content .item4 .box::after{
  top: 150%;
  left: 107%;
}
@media (max-width:1460px) {
    .product-content-item:nth-child(10n+5) .image-box{
        right: -1% !important;
    } 
    .product-content-item:nth-child(10n+6) .image-box{
        right: 0.25% !important;
    } 
}
@media (max-width: 1401px) {
    .product-content-item:nth-child(10n+6) .image-box{
    right: -1.75% !important;

}
    .solution-content-box .solu-content .item5 .box::before{
        left: -24%;
        top: 116%;
    }
    .solution-content-box .solu-content .item1 .box::after, .solution-content-box .solu-content .item2 .box::after, .solution-content-box .solu-content .item3 .box::after{
      top: -51.5%;
      left: 107%;
    }
    .solution-content-box .solu-content .item4 .box::after{
      left: 107%;
      top: 148%;
    }
    .solution-content-box .solu-content .item6 .box::after, .solution-content-box .solu-content .item7 .box::after, .solution-content-box .solu-content .item8 .box::after{
        right: 110%;
        top: -49.5%;
    }
    .solution-content-box .solu-content .item5 .box::after{
      right: 109%;
    top: 146.5%;
    }
}



@media (max-width: 991.98px) {
    .home-banner .bgk-box{
        display: none;
    }
  .product-content-list .product-content-item .project-list .project-item {

    margin-bottom: 0.16rem;
   
}

    .core-product {
        padding: 1.15rem 0 1.2rem;
    }
    .core-product .sm-inner {
        padding: 0 !important;
    }
    .product-choose {
        margin-top: .54rem;
    }
    .product-choose-swiper {
        padding-left: .3rem;
        margin: -.2rem;
    }
    .product-choose-swiper .swiper-wrapper {
        justify-content: initial;
    }
    .product-choose-swiper .swiper-slide {
        width: max-content;
        width: auto;
        padding: .2rem;
    }
    .product-choose-swiper .box {
        width: 100%;
        height: 100%;
        display: block;
        padding: .3rem;
        text-align: center;
        background-color: #f7f8fb;
        border-radius: 10px;
    }
    .add0907 .product-choose-swiper .box{
        padding:0;
        display: flex;
        align-items: center;
    }
    .product-choose-swiper .box .image {
        width: .64rem;
        height: auto;
        margin-bottom: 0em;
    }
    .product-choose-swiper .box .image img {
        width: 100%;
        height: 100%;
        object-fit:contain;
    }
    .product-choose-swiper .box .tit {
        display: none;
        font-size: .8em;
        line-height: 1;
        white-space: nowrap;
        color: #333;
    }
    .product-choose-swiper .active .box::before {
        position: absolute;
        content: '';
        bottom: -16%;
        left: 0;
        width: 100%;
        height: 4.2em;
        border-radius: 10px;
        background: no-repeat center center;
        background-size: cover;
        background-image: url(/img/static/product-active.-bgk.png);
    }
    .product-content-list {
        width: 100%;
        height: 32.5em;
        height: auto;
        margin-top: 1.35em;
        padding: 0 .3rem;
    }
    .product-content-list .product-content-item {
      
        width: 100%;
        height:auto;
        border-radius: 18px;
        background-image: url(/img/images/public-finance-bgk3.png);
        background-size: 100% 100%;
        min-height: auto;
        padding:0.06rem;
    }
    /* .product-content-list .product-content-item:nth-child(1) .project-item:nth-last-of-type(1){
         border:8px solid red;
    } */
    .product-content-list .product-content-item:nth-child(8n) .project-item:nth-last-of-type(1),.product-content-list .product-content-item:nth-child(8n) .project-item:nth-last-of-type(2){
       border-bottom: 0px solid red;
    }

    .product-content-list .product-content-item:nth-child(8n+7) .project-item:nth-last-of-type(1),.product-content-list .product-content-item:nth-child(8n+7) .project-item:nth-last-of-type(2){
        border-bottom: 0px solid red;
     }
 

    .product-content-list .product-content-item:nth-child(8n+1){
      
    }

    .product-content-list .product-content-item:nth-child(8n+2){
      
    }

    .product-content-list .product-content-item:nth-child(8n+3){
      
    }

    .product-content-list .product-content-item:nth-child(8n+4){
      
    }

    .product-content-list .product-content-item:nth-child(8n+5){
      
    }
    .product-content-list .product-content-item:nth-child(8n+6){
      
    }

 
    .product-content-list .product-content-item .product-content-box,.product-content-list .product-content-item .product-content-box{
        background-image:none;
    }
    .product-content-list .product-content-item:first-child {
        display: block;
    }

    .add0907 .product-content-list .product-content-item .product-content-box{
        padding-top: 0.69rem;
        border:none;
        padding-bottom: 0.52rem;
    
      
        min-height: auto;
    }
    .product-content-list .product-content-item .product-content-box{
        padding-left:0.3rem;
        padding-right: 0.3rem;
    }
    .product-content-list .product-content-item .product-content-box::before {
        position: absolute;
        content: '';
        right: 0;
        top:auto;
        bottom: 13%;
        width: 100%;
        height: 6.12rem;
        background: no-repeat center center;
        background-size: cover;
        background-image: url(/img/images/addindexyuan.png);
    }
    .add0907 .product-content-list .product-content-item .product-content-desc:nth-child(1){
        width: 100%;
    }
    .product-content-list .product-content-item .image-box {
        position: absolute;
        right: 0px;
        bottom: 0;
        width: 100%;
        height: auto;
        margin-top: .9rem;
        transform: translateY(19%);
    }
    .product-content-list .product-content-item .image {
        position: relative;
        right: 21px;
        top: 0;
        width: 110%;
        height: 95%;
        margin-top: .9rem;
        transform: inherit;
    }
    .product-content-list .product-content-item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-content-list .product-content-item .product-content-desc {
        width: 100%;
    }
    .product-content-list .product-content-item .title {
        font-size: .4rem;
        line-height: .58rem;
        margin-bottom: .1rem;
    }
    .product-content-list .product-content-item .title a{
        font-size: .4rem;
    }
    
    .product-content-list .product-content-item .doc {
        font-size: .3rem;
        line-height: .5rem;
        margin-bottom: .5rem;
    }
    .add0907 .product-content-list .product-content-item .doc{
        font-size: 0.28rem;
        line-height: 0.48rem;
        width: 5.40rem;
        margin-bottom: 0.47rem;
    }
    .product-content-list .product-content-item .tit {
        font-size: .34rem;
        line-height: 1;
       .product-content-list .product-content-item .project-list
    }

    .addmyisSwiper{
        overflow: hidden;
    }
    .add0907 .product-content-list .product-content-item .project-list .box{
        font-size: 0.28rem;
        font-weight: normal;
        line-height: 0.40rem;
        width: 92%;
        text-align: justify;
    }
    .product-content-list .product-content-item .project-list {
        width: 100% !important;
        margin-top: 0.3rem;
    }
    .product-content-list .product-content-item .project-list .project-item {
        padding: 0 0 .3rem .48rem;
        margin: 0 0 .3rem;
        margin-bottom: 0.14rem;
        padding-bottom: 0.16rem;
    }
    /* .product-content-list .product-content-item .project-list .project-item:nth-last-of-type(2){
        border-bottom: none;
    } */
    .product-content-list .product-content-item .project-list .project-item::before {
        width: .36rem;
        height: .36rem;
    }
    .add0907 .product-content-list .product-content-item .doc span{
        font-weight: normal;
    }
 
    .add0907 .product-content-list{
        padding:0 0.5rem;
        height: auto;
    }
    .product-content-list .product-content-item .project-list .box {
        font-size: .3rem;
    }
    .product-content-list .more-del {
        margin-top: .5rem;
        margin-left: 0.15rem;
        margin-bottom: 0.5rem;
    }
    .product-content-list .more-del .solu .box {
        font-size: .28rem;
        margin-right: 0.2rem;
        width: 3.4rem;
        padding-left: 0;
        padding-right: 0;
    }
    
    .product-content-list .more-del .solu .box span,.product-content-list .more-del .more .box span{
        font-size: 0.26rem;
    }
    .product-content-list .more-del .more .box {
        width: 1.8rem;
        height: 0.86rem;
        font-size: .26rem;
    }

    .product-content-list .product-content-item .image.addimage{
        width: 100%;
        right: 0;
        margin-top: 0;
    }
}

.typical-case {
    position: relative;
    width: 100%;
    height: 100%;
    /* height: 47.5em; */
    margin-top: 4em;

    padding-top: 4.5em;
    padding-bottom: 0;
    background: #e5effd;
    /* overflow: hidden; */
}

.case-content-list{
    padding-bottom: 2em;
   
}

.typical-case::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40em;
    /* height: 47.5em; */
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/static/case-bgk.png);
}

.case-choose {
    margin-top: 2.25em;
}

.case-choose .case-choose-swiper-box {
    position: relative;
}

.case-choose .case-choose-swiper-box .case-choose-next::after,
.case-choose .case-choose-swiper-box .case-choose-prev::after {
    content: '';
}

.case-choose .case-choose-swiper-box .case-choose-next,
.case-choose .case-choose-swiper-box .case-choose-prev {
    width: 3em;
    height: 3em;
    border-radius: 100%;
    
    background: #eaf1ff;
    color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-choose .case-choose-swiper-box .case-choose-next .bi,
.case-choose .case-choose-swiper-box .case-choose-prev .bi {
    width: 20px;
    height: 20px;
    display: block;
    color: #2370db;
}
.case-choose .case-choose-swiper-box .case-choose-next .bi{
    transform: rotate(-90deg);
}
.case-choose .case-choose-swiper-box .case-choose-prev .bi{
    transform: rotate(90deg);
}

.case-choose .case-choose-swiper-box .case-choose-next {
    right: -3.6em;
    position: absolute;
    top:.7em;
}
.case-choose .case-choose-swiper-box .case-choose-next:hover{
    background: rgba(0, 123, 255, 1);
}
.case-choose .case-choose-swiper-box .case-choose-next:hover .bi{
    color: #fff;
}
.case-choose .case-choose-swiper-box .case-choose-prev {
    left: -3.6em;
    position: absolute;
    top:.7em;
}
.case-choose .case-choose-swiper-box .case-choose-prev:hover {
    background: rgba(0, 123, 255, 1);
}
.case-choose .case-choose-swiper-box .case-choose-prev:hover .bi{
    color: #fff;
}

.case-choose .case-choose-swiper {
    height: auto;
    padding-bottom: 1.1em;
    overflow-x: hidden;
}

.case-choose .case-choose-swiper .box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    height: 4.5em;
    padding: 1.25em 0;
    border-radius: 12px;
    background: no-repeat center center;
    background-size: contain;
    background-image: url(/img/images/case-choose-mr.png);
    cursor: auto;
}

.case-choose .case-choose-swiper .active .box {
    position: relative;
    overflow: inherit;
    background-image: url(/img/images/case-choose-xz.png);
}

.case-choose .case-choose-swiper .active .box::before {
    position: absolute;
    bottom: 0%;
    bottom: calc(-1.1em - 4px + 3px);
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    opacity: 1;
    border-radius: 2px;
    border-left: .7em solid transparent;
    border-right: .7em solid transparent;
    border-bottom: .6em solid #dfe7f8;
    border-bottom: .7em solid #dfe7f8;
    transform: translateX(-50%);
    z-index: 9;
}

.case-choose .case-choose-swiper .image {
    width: 7.5em;
    height: 1.75em;
    height: 4.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-content-list{
    overflow: hidden;
}
.anlbWrap01{
    position: relative;
}
.anlbWrap01 .swiper-button-prev01,.anlbWrap01 .swiper-button-next01{
    width: 3em;
    height: 3em;
    border-radius: 100%;
    background: #eaf1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    position: absolute;
}
.anlbWrap01  .swiper-button-next01:after{
    display: none;
}
.anlbWrap01 .swiper-button-prev01{
    top: -4.96em;
    left: -3.6em;
}
.anlbWrap01 .swiper-button-next01{
    top: -4.96em;
    right: -3.6em;
}
.anlbWrap01 .swiper-button-prev01 .bi,.anlbWrap01 .swiper-button-next01 .bi{
    width: 20px;
    height: 20px;
    color: #2370db;
}
.anlbWrap01 .swiper-button-prev01:hover,.anlbWrap01 .swiper-button-next01:hover{
    background: rgba(0, 123, 255, 1);   
    
}
.anlbWrap01 .swiper-button-prev01{
    transform: rotate(90deg);
  
}
.anlbWrap01 .swiper-button-prev01:hover .bi,.anlbWrap01 .swiper-button-next01:hover .bi{
    color: #fff;
}


.case-choose .case-choose-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-content-list .case-content-item {

    padding: 5px;
    border-radius: 16px;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.004);
    border: solid 1px #dce3f8;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/images/case-content-item-add.jpg);
}

.anlbWrap.case-content-list .case-content-item{
  display: none;
}


.anlbWrap.case-content-list .case-content-item:nth-child(1){
    display: block;
}





.case-content-list .case-content-item .case-content-box {
    position: relative;
    padding: 3.1em 2.25em;
    border-radius: 16px;
    background-color: #fff;
    height: 26em;
    box-sizing: border-box;
    /* transition: all .5s;
    opacity: 1; */
    display:block;
}
.case-content-list .case-content-item .case-content-box{
    /* display: block; */
}

.case-content-list .case-content-item.actives .case-content-box{
    /* transform: translateY(0px);
    opacity: 1; */
} 


.case-content-list .case-content-item .case-content-box::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom:0;
    width: 96%;
    transform: translateX(-50%);
    height: 2.6em;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/images/case-choose-xz03.png);
    z-index: -1;
}

.case-content-list .case-content-item .case-content-box .case-content-desc {
    width: 59%;
    width: 64%;
    position: relative;
    z-index: 99;
    transition: all .5s;
    transform: translateY(50px);
    opacity: 0;
    display: block;
}


.case-content-list .case-content-item .case-content-box .case-content-desc.cur{
  transform: translateY(0px);
  opacity: 1;
}


.case-content-list .case-content-item .case-content-box .case-content-desc .logo-img {
    max-width: 5em;
    max-height: 3em;
    overflow: hidden;
}
.anlbWrap.case-content-list .case-content-item.oop{
  display: block !important;
}
.anlbWrap.case-content-list .case-content-item .case-content-desc{
  transition: all .5s !important;
  opacity: 0;
  transform: translateY(-50px);
}
.anlbWrap.case-content-list .case-content-item.oop .case-content-desc{
  opacity: 1;
  transform: translateY(0px);
}

.case-content-list .case-content-item .case-content-box .case-content-desc .logo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-content-list .case-content-item .case-content-box .case-content-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 39.0625%;
    height: 100%;
}

.case-content-list .case-content-item .case-content-box .case-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.case-content-list .case-content-item .case-content-box .type {
    position: absolute;
    top: 0;
    left: 0;
    padding: .5em .6em .5em .6428em;
    font-size: .7em;
    color: #fff;
    background-image: linear-gradient(132deg, #ff6633 0%, #ff8800 100%);
    border-radius: 16px 0px 8px 0px;
}


.case-content-list .case-content-item .case-content-box .type img {
    width: .71em;
    height: 1em;
    margin-right: .3em;
    margin-bottom: 0;
}

.case-content-list .case-content-item .case-content-box .logo img {
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: .8em;
}

.case-content-list .case-content-item .case-content-box .tit {
    font-size: 1.2em;
    line-height: 1.25;
    font-weight: bold;
    color: #333;
    margin-top: 0.58em;

}

.case-content-list .case-content-item .case-content-box .doc {
    font-size: .8em;
    line-height: 1.5;
}

.case-content-list .case-content-item .case-content-box .case-more {
    width: 8em;
    height: 2.25em;
    margin-top:0rem;
    margin-top: 2.4em;
 
}

.case-content-list .case-content-item .case-content-box .case-more a {
    width: 100%;
    height: 100%;
    font-size: .9em;
    line-height: 1;
    white-space: nowrap;
    padding: 1em 1.66em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2370db;
    border-radius: 5px;
    margin-right: 0.88em;
}


.case-content-list .case-content-item .list {
    margin-top: 2.4em;
}

.case-content-list .case-content-item .item {
    position: relative;
    padding-left: .65em;
    margin-bottom: .8em;
}

.case-content-list .case-content-item .item:last-child {
    margin-bottom: 0;
}

.case-content-list .case-content-item .item::before {
    position: absolute;
    content: '';
    top: .45em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
}
.solution-content-box .leftarrow{
    position: absolute;
    left: 10.8em;
    top: 8.6rem;
}
.solution-content-box  .leftarrow .isleft{
    display: flex;
    flex-direction: column;
}
.solution-content-box  .leftarrow .addleftimg{
    margin-top: 4em;
}

.solution-content-box  .rightarrow{
    position: absolute;
    right: 10.8em;
    top: 8.6rem;
}


.solution-content-box  .rightarrow .isleft{
    display: flex;
    flex-direction: column;
}

.solution-content-box  .rightarrow .addrightimg{
    margin-top: 4em;
}

@media (max-width: 1401px) {
    .solution-content-box .leftarrow{
        left: 9.2em;
    }
    .solution-content-box .rightarrow{
        right: 9.2em;
    }
}


@media (max-width: 991.98px) {
    .anlbWrap.case-content-list .case-content-item{
        display: block;
    }
  .case-content-list .case-content-item .case-content-box .case-more a.addbtn{
    padding:0;
    width: 2rem;
    height: 0.72rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:0.26rem;
    
    
}
.case-content-list .case-content-item .case-content-box::before{
  position: absolute;
  content: '';
  left: 50%;
  bottom: -0.91rem;
  width: 6.82rem;
  transform: translateX(-50%);
  height: 2.28rem;
  background: no-repeat center center;
  background-size: contain;
  background-image: url(/img/images/case-choose-xz03.png);
  z-index: -1;
}
.addgoDetailbutton.hidden-lg-up{
  margin-top: 0.26rem;
  background: none;
}
    .typical-case {
        padding: 1.2rem 0 1.6rem;
    }
    .typical-case::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 102%;
        background: no-repeat center center;
        background-size: cover;
        background-image: url(/img/static/mob-case-bgk.jpg);
    }
    .typical-case .sm-inner {
        padding: 0 !important;
    }
    .case-choose {
        margin-top: 2.25em;
        padding-left: .3rem;
    }
    .case-choose .case-choose-swiper-box {
        position: relative;
    }
    .case-choose .case-choose-swiper-box .case-choose-next::after,
    .case-choose .case-choose-swiper-box .case-choose-prev::after {
        content: '';
    }
    .case-choose .case-choose-swiper-box .case-choose-next,
    .case-choose .case-choose-swiper-box .case-choose-prev {
        display: none;
    }
    .case-choose .case-choose-swiper {
        height: 4.5em;
        overflow-x: hidden;
    }
    .case-choose .case-choose-swiper .box {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 1.25em 0;
        display: block;
        opacity: 1;
        border-radius: 12px;
        height: 1.1rem;
        background-size: cover;
        padding: 0;
    }
    .case-choose .case-choose-swiper .box::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center center;
        background-size: cover;
        background-image: url(/img/images/case-choose-mr.png);
    }
    .case-choose .case-choose-swiper .image {
        width: 100%;
        height: 100%;
    }
    .case-choose .case-choose-swiper img {
        width: 74%;
        height: 90%;
        object-fit: cover;
    }
    .case-choose .case-choose-swiper .active .box::before {
        display: none;
        position: absolute;
        bottom: 0%;
        bottom: calc(-1.1em - 4px + 0px);
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        opacity: 1;
        border-radius: 2px;
        border-left: .7em solid transparent;
        border-right: .7em solid transparent;
        border-bottom: .6em solid #dfe7f8;
        border-bottom: .7em solid #dfe7f8;
        transform: translateX(-50%);
        z-index: 9;
    }
    .case-choose .case-choose-swiper .box{
        background-image: url(/img/images/case-choose-xz01.png); 
    }
    .case-choose .case-choose-swiper .active .box{
        background-image: url(/img/images/case-choose-xz02.png);
     
        background-size: contain;

    }
    .case-choose .case-choose-swiper .active .image {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .case-content-list {
        margin-top:0em;
        margin: 0 .3rem;
        padding-bottom: 0.44rem;
    }
    .case-content-list .case-content-item {
        display: block;
        padding: 4px;
        border-radius: 16px;
        background-blend-mode: normal, normal;
        box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.004);
        border: solid 1px #dce3f8;
    }


    .anlbWrap.case-content-list .case-content-item.active{
   
        display: block;
    }
    
    .case-content-item{
        position: relative;
    }
    .case-content-item::after{
        background: url(/img/images/bool12.png) no-repeat;
        background-size: contain;
        position: absolute;
        left: -0.24rem;
        top: 0.35rem;
        content: '';
        height: 2.72rem;
        width: 2.59rem;
        opacity: 0.2;
        z-index: 99;
    }
    .case-content-list .case-content-item:first-child::after{

    }
    .case-content-list .case-content-item .case-content-box {
        position: relative;
        padding: 1.2rem .4rem 0;
        padding: .8rem .4rem .8rem;
        height: auto;
        padding-left: 0.42rem;
        padding-right: 0.38rem;
    }
    .case-choose-swiper .swiper-wrapper .swiper-slide{
        width: 2.66rem;
    }
    .add0907 .case-content-list .case-content-item .case-content-box{
        height: auto;
    }
    .case-content-list .case-content-item .case-content-box .logo-img {
        display: none;
    }
    .case-content-list .case-content-item .case-content-box .case-content-desc {
        width: 100%;
        opacity: 1;
        transform: translateY(0px);
    }
    .case-content-list .case-content-item .case-content-box .case-content-img {
        position: relative;
        top: inherit;
        bottom: inherit;
        height: 5.42rem;
        right: inherit;
        left: inherit;
        width: 107%;
        height: 100%;
        display: flex;
        justify-content: center;

    }
    .case-content-list .case-content-item .case-content-box .type {
        position: absolute;
        padding: 0.13rem 0.18rem 0.13rem 0.15rem;
        font-size: .24rem;
    }
    .case-content-list .case-content-item .case-content-box .type img {
        width: .71em;
        height: 1em;
        margin-right: .3em;
        margin-bottom: 0;
    }
    .case-content-list .case-content-item .case-content-box .logo img {
        width: auto;
        height: auto;
        object-fit: contain;
        margin-bottom: .8em;
    }
    .case-content-list .case-content-item .case-content-box .tit {
        font-size: .4rem;
        text-align: center;
        margin-bottom: 0.48rem;
    }
    .case-content-list .case-content-item .case-content-box .doc {
        font-size: .3rem;
        line-height: .5rem;
    }
    .case-content-list .case-content-item .case-content-box .case-more {
        width: 2.3rem;
        height: .8rem;
        margin-top: .44rem;
        margin-bottom: 0.1rem;
    }
    .case-content-list .case-content-item .case-content-box .case-more a {
        font-size: .28rem;
        padding: .28rem .36rem;
        margin-right: 0;
        margin-bottom: 0.18rem;
    }
    .case-content-list .case-content-item .list {
        margin-top: .4rem;
    }
    .case-content-list .case-content-item .item {
        position: relative;
        padding-left: .17rem;
        margin-bottom: .45rem;
        list-style: none;

    }
    .case-content-list .case-content-item .case-content-box .doc{
        font-size: 0.28rem;
        line-height: 0.48rem;
        color: #666;
    }
    .case-content-list .case-content-item .item{
        padding-left: 0.1rem;
        margin-bottom: 0.18rem;
    }
    .case-content-list .case-content-item .item::before {
        top: .2rem;
        left: -0.05rem;
        color: #999;
        background: #999;
        width: 0.06rem;
        height: 0.06rem;
    }
    .case-content-list .case-content-item .case-content-box .case-content-img img{
        /* width: 5.4rem; */
        width: 72vw;
        margin-left: auto;
        margin-right: auto;
    }
}

.firm {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4.5em 0 7.5em;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    padding-bottom: 0;
}

.firm::before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(/img/images/firm-bgk.jpg);
    z-index: -1;
}

.firm-logo-swiper-logolist {
    position: relative;
    width: 100%;
    height: 100%;
}

.firm-logo-swiper-box {
    position: relative;
    padding: 0 2em;
    margin-top: 2.25em;
}

.firm-logo-swiper-box .firm-logo-swiper {
    position: relative;
    overflow: hidden;
}

.firm-logo-swiper-box .firm-logo-swiper .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -.5em;
}

.firm-logo-swiper-box .firm-logo-swiper .item {
    width: 16.66%;
    padding: .5em;
}

.firm-logo-swiper-box .firm-logo-swiper .item .box {
    position: relative;
    width: 100%;
    height: 3.5em;
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
    border: solid 1px #e8eaf2;
}

.firm-logo-swiper-box .firm-logo-swiper .item img {
    width: auto;
    height: auto;
    object-fit: cover;
}

.firm-logo-swiper-box .firm-logo-swiper-pagination {
    bottom: -2.75em;
}

.firm-logo-swiper-box .swiper-pagination-bullet {
    position: relative;
    width: 3em;
    height: .2em;
    border-radius: 0;
    background-color: #dfe1e6;
    margin: 0 4px;
}

.firm-logo-swiper-box .swiper-pagination-bullet::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0%;
    height: .2em;
    background-color: #dfe1e6;
}

.firm-logo-swiper-box .swiper-pagination-bullet-active {
    position: relative;
}

.firm-logo-swiper-box .swiper-pagination-bullet-active::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: .2em;
    background-color: #ff8040;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .firm {
        padding: 1.2rem 0 1.65rem;
        padding-bottom: 1.2rem;
    }
    .firm::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center center;
        background-size: cover;
        background-image: url(/img/images/firm-bgk-mob.jpg);
    }
    .firm-logo-swiper-box {
        position: relative;
        padding: 0;
        margin-top: .58rem;
    }
    .firm-logo-swiper-box .firm-logo-swiper .list {
        margin: -.5em;
    }
    .firm-logo-swiper-box .firm-logo-swiper .item {
        width: 33.33%;
        padding: .5em;
        overflow: hidden;
    }
    .firm-logo-swiper-box .firm-logo-swiper .item .box {
        position: relative;
        width: 2rem;
        height: .77rem;
        padding: .22rem 0;
        overflow: hidden;
    }
    .firm-logo-swiper-box .firm-logo-swiper .item img {
        width: 60%;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .firm-logo-swiper-box .firm-logo-swiper-pagination {
        bottom: -.7rem;
    }
    .firm-logo-swiper-box .swiper-pagination-bullet {
        width: 3em;
        height: .2em;
    }
}

@media (min-width: 991.98px) and (max-width: 1450px) {
    .solution-content-box .solu-content-img img {
        width: 13.5em;
    }
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .solution-content-box .solu-content-img img {
        width: 13.5em;
    }
    .solution-content-box .solu-content {
        width: 25em;
        height: 25em;
    }
}

.solution-content-box .circle-center-outerring .circle-center-innerring {
    position: relative;
}

.solution-content-box .circle-center-outerring .feature-box {
    /* display: none; */
    display: block;
    opacity: 0;
    position: absolute;
    top: 55%;
    left: 55%;
    width: 15.5em;
    height: 15.5em;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: .3s;
}

.solution-content-box .circle-center-outerring .feature-box .pulse {
    width: 13em;
    height: 13em;
    display: none;
}

.solution-content-box .circle-center-outerring .feature-box .pulse1,
.solution-content-box .circle-center-outerring .feature-box .pulse2 {
    width: 13em;
    height: 13em;
    left: -2%;
    top: 0%;
}


/* .solution-content-box .circle-center-outerring .circle-center-innerring {
    z-index: 20;
} */


.cpwraps .swiper-button-next, .swiper-button-prev{
    margin:0;
}
.cpwraps .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.cpwraps .swiper-button-next,.cpwraps .swiper-button-prev{
    width: 3em;
    height:3em;
  
    background:#eaf1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}


.cpwraps .swiper-button-next .bi, .cpwraps .swiper-button-prev .bi{
    width: 2em;
    height: 2em;
    display: block;
    color: #2370db;
    font-size: 10px;
    opacity: 1;
  
}

.cpwraps .swiper-button-next, .cpwraps .swiper-button-prev{

    top: 50%;
    transform: translateY(-50%);
}

.cpwraps .swiper-button-next:hover,.cpwraps .swiper-button-prev:hover{
    background: rgba(0, 123, 255, 1);
    
}
.cpwraps .swiper-button-next:hover .bi,.cpwraps .swiper-button-prev:hover .bi{
    color: #fff;
}
.cpwraps .swiper-button-prev .bi{
    transform: rotate(90deg);
}
.cpwraps .swiper-button-next .bi{
    transform: rotate(-90deg);
}

.cpwraps{
    position: relative;
}

.cpwraps .swiper-button-prev,.cpwraps .swiper-rtl .swiper-button-next{
    left: -69px;
}
.cpwraps .swiper-button-next,.cpwraps .swiper-rtl .swiper-button-prev{
    right: -69px;
}

@media (max-width: 1441px) {
  
    .typical-case{
        padding-bottom: 0.6rem;
    }
    .wap-search {
        display: none;
    }

    .solution-content-box .solu-content .item1 .box::after, .solution-content-box .solu-content .item2 .box::after, .solution-content-box .solu-content .item3 .box::after{
        left: 107%;
        top: -52%;
    }
    .solution-content-box .solu-content .item4 .box::after{
        left: 109%;
        top: 148%;
    }
    .solution-content-box .solu-content .item1 .box::after{
        top: -52.5%;
        left: 107%;
    
    }
    .solution-content-box .solu-content .item5 .box::after{
        right: 110%;
        top: 146%;
    }
    .solution-content-box .solu-content .item6 .box::after{
        right: 111%;
        top: -50%;
    }
   .solution-content-box .solu-content .item7 .box::after, .solution-content-box .solu-content .item8 .box::after{
        right: 111%;
    }
    .cpwraps .swiper-button-prev,.cpwraps .swiper-rtl .swiper-button-next{
        left: -29px;
    }
    .cpwraps .swiper-button-next,.cpwraps .swiper-rtl .swiper-button-prev{
        right: -29px;
    }
    .product-content-list .product-content-item:nth-child(8) .project-list{
      width: 90%;
    }
    .product-content-list .product-content-item:nth-child(6) .project-list{
      width: 99.3%;
    }
   
   
    
}
.solution-content-box .solu-content .item4 .box::before{
  left: 60%;
  top: 117%;
  transform: rotate(60deg);
}
@media (max-width: 1440px) {

    .product-choose-swiper{
        overflow: inherit;
    }
    .solution-content-box .solu-content .item7 .box::after{
        top: -50.5%;
    }
    .solution-content-box .solu-content .item5 .box::after{
        top: 148%;
    }


    .product-content-list .product-content-item:nth-child(3) .project-list{
        width: 87.3%;
    }
    .product-content-list .product-content-item:nth-child(4) .project-list{
        width: 85.3%;
    }
    .product-content-list .product-content-item:nth-child(5) .project-list{
        width: 91.3%;
    }

    .product-content-list .product-content-item .image,.product-content-list .product-content-item .image{
        right: -1.75%;
      }
      .product-content-list .product-content-item:nth-child(4) .project-list{
        width: 98%;
      }
      .product-content-list .product-content-item:nth-child(6) .project-list{
        width: 101.3%;
      }
}

@media (max-width: 1361px) {
    .cpwraps .swiper-button-prev,.cpwraps .swiper-rtl .swiper-button-next{
        left: 10px;
    }
    .cpwraps .swiper-button-next,.cpwraps .swiper-rtl .swiper-button-prev{
        right: 10px;
    }
    .product-content-list .product-content-item:nth-child(6) .project-list {
      width: 96.3%;
  }
}
@media (max-width: 1290px) {
  .product-content-list .product-content-item .image{
    width: 45.5%;
  }
  .product-content-list .product-content-item:nth-child(6) .project-list{
    width: 93.3%;
  }
  .product-content-list .product-content-item .image-box .image-img{
    left: 142px;
  }

}
@media (max-width: 1100px) {
    .fixed-nav .fixed-nav-list{
       visibility: hidden;
    }
    .fixed-nav .top{
        display: none;
    }
    .cpwraps .swiper-button-next,.cpwraps .swiper-button-prev{
        display: none;
    }
    .gts-develop .list .groud{
        display: none;
    }
}

@media (max-width: 1301px) {
 
  .typical-case{
    margin-top: 2.2rem;
  }
}
@media (max-width:1460.99px) {
    .product-content-list .product-content-item:nth-child(6) .project-list{
        width: 100.3%;
    }
}
@media (max-width: 1201px) {
  .typical-case{
    margin-top: 2rem;
  }
    .solution-content-box .solu-content .item1 .box::after{
        top: -50.5%;
        left: 108%;
    }
    .solution-content-box .solu-content .item4 .box::after{
        left: 110%;
        top: 147%;
    }
    .solution-content-box .item2 .box::after{
        left: 108%;
        top: -52%;
    }
    .solution-content-box .solu-content .item3.box::after{
        left: 107%;
        top: -50%;
    }
    .solution-content-box .solu-content .item7 .box::after{
        right: 107%;
        top: -48.5%;
    }
    .solution-content-box .solu-content .item6 .box::after{
        right: 108%;
        top: -50%;
    }
    .solution-content-box .solu-content .item3 .box::after{
        top: -50%;
    }
    .solution-content-box .solu-content .item4 .box::after{
        left: 109%;
        top: 148%;
    }
    .solution-content-box .solu-content .item8 .box::after{
        right: 108%;
        top: -48.5%;
    }
    .solution-content-box .solu-content .item6 .box::after{
        right: 108%;
    top: -49%;
    }
}
@media (max-width: 1200.98px) {
    .product-content-list .product-content-item:nth-child(4) .project-list{
        width: 106%;
    }
    .product-content-list .product-content-item:nth-child(5) .project-list{
        width: 102%;
    }
    .product-content-list .product-content-item:nth-child(6) .project-list{
        width: 114%;
    }
    .product-content-list .product-content-item:nth-child(7) .project-list{
        width: 97% ;
    }
}
@media (max-width: 991.98px) {
  .typical-case{
    padding-bottom: 0.22rem;
  }
    .add0906 .typical-case{
        margin-top: 0;
    }
    .typical-case .case-choose{
        margin-top: 0.54rem;
    }
    .add0906  .core-product{
        padding-bottom: 0.73rem;
    }
}

@media (max-width: 991.98px) {
    .addgoDetailbutton.addneButton{
        background: none;
        margin-top: 0.39rem;
        padding:0;
    }
  .typical-case{
    margin-top: 0.5rem;
  }
    .invoice-content-list .item-img{
        overflow: initial;
    }
    .invoice-content-list .item-img .image-box .image-img{
        top: 1.16rem;
    }
    .invoice-content-list{
        margin-top: 0rem
    }
    .core-product{
        padding: 1.15rem 0 0rem;
    }
    .product-content-list .product-content-item .image-box .image-img{
        left: 0;
    }
    .product-content-list .product-content-item .image-box .image-img{
        top:0rem;
    }
    .product-choose-swiper .swiper-slide{
        padding: 0.6rem;
    }


    .product-choose-swiper{
        margin-left: 0.68rem;
        padding-left: 0;
        overflow: hidden;
    }
    .add0907 .product-choose-swiper{
        margin-left: 0.45rem;
    } 
    .product-choose-swiper .swiper-slide{
        width: 1.23rem;
        height: 1.23rem;
        border-radius: 12px;
        position: relative;
        padding: 0 !important;
        
    }
    .typical-case::before{
        height: 100%;
    }
    .product-choose-swiper .swiper-slide-thumb-active .box::after{
        display: none;
    }
    .product-choose-swiper .active .box::before{
        display: none;
    }
    .product-choose-swiper .swiper-slide.swiper-slide-thumb-active{
        background-image: url(/img/static/product-active.png);
        background-size: cover;
    }
    .product-choose-swiper .box{
        background: none;
    }
    .product-choose-swiper .swiper-slide.swiper-slide-thumb-active::after{
        position: absolute;
        content: '';
        left: 0.02px;
        bottom: -0.14rem;
        width: 99%;
        height: 0.24rem;
        transform: rotate(180deg);
        z-index: -1;
        background: url(/img/static/product-active.-bgk.png);
        background-size: cover;
    }
    .product-choose-swiper .swiper-slide-thumb-active .box::before{
        display: none;
    }
    .product-choose-swiper .swiper-wrapper{
        padding-bottom: 0.09rem;
    }

    .product-content-list .product-content-item .image{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }
    .cpwraps .swiper-button-prev,.cpwraps .swiper-button-next{
        display: none;
    }
    .tax-record-box .image{
        display: none;
    }
    .fixed-nav .top a{
        padding: 0 !important;
        height: 1.11rem;
        width: 1.11rem;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: none;
    }
    .fixed-nav .top{
        width: 1.11rem;
    }
    .fixed-nav .top .icon{
        position: relative;
        margin:0;
        margin-bottom: 0.1rem;
    }
    .fixed-nav{
        right: .1rem;
    }
  
}

.pdf-file-open .sm-inner{
    border-top: 1px solid #ddd;
}
@media (max-width: 991.98px) {
    .invoice-content-list .item-img .image-box .image-img{
        top: 1.16rem;
    }
    .invoice-content-list .item-img .image-box{
        top: -2.14rem;
    }
    .product-content-list .product-content-item .image-box img{
        display: none;
    }
}

.firm-logo-swiper-box .firm-logo-swiper .item img{
   width: 100%;  
}
.firm-logo-swiper-box .firm-logo-swiper .item:nth-child(27) img{
    width: 100%;
}




/* 特殊处理 */
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
    .add0906 .gts-develop .list .item::after,.case-content-list .case-content-item .case-content-box::before{
       display: none;
    }
    .case-choose .case-choose-swiper .box{
        background-image: url(/img/images/case-choose-mr.png);
        background-size: contain;
    }
    .case-choose .case-choose-swiper .active .box{
        background-image: url(/img/images/case-choose-xz.png);
    }
    .public-finance .public-finance-list .public-finance-item:nth-child(2n+1){
        width: 50%;
    }
    .public-finance .public-finance-list .public-finance-item{
        width: 37.57%;
    }
    .gts-develop .list .groud{
        background-size: contain;
    }
   

}
