.swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mySwiper {
    height: 430px;
    background: linear-gradient(183deg, #D1D5D9 0%, #E0E3E8 100%);
}

.swiper-nav-title {
    margin-top: 83px;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    margin-bottom: 11px;
}

.swiper-nav-text {
    font-size: 28px;
    color: #656565;
    line-height: 33px;
    margin-bottom: 25px;
}

.swiper-nav-btn {
    width: 156px;
    height: 46px;
    background: linear-gradient(180deg, #F89F00 0%, #F85900 100%);
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
}

.swiper-nav-btn:hover {
    box-shadow: 0px 4px 10px 1px rgba(244, 105, 50, 0.553);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 37px;
    height: 4px;
    background: #CACACA;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #F85D00 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 100px !important;
}

.nav {
    height: 143px;
    position: relative;
    top: -72px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.nav-img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
}

.nav-con {
    width: 328px;
    height: 143px;
    padding: 9px 32px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    transition: all .3s;
}

.nav-con:hover {
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.3);
}

.nav-con:hover .nav-title {
    color: #F85900;
}

.nav-title {
    transition: all .3s;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #333333;
    margin-bottom: 18px;
}

.nav-text {
    font-size: 12px;
    color: #888888;
    line-height: 18px;
}

.customer {
    padding-bottom: 66px;
}

.customer-title {
    text-align: center;
    font-size: 33px;
    color: #333333;
    line-height: 49px;
}

.customer-text {
    font-size: 16px;
    text-align: center;
    color: #888888;
    line-height: 24px;
    margin-top: 16px;
}

.customer-cons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.customer-img {
    width: 328px;
    height: 259px;
    border-radius: 8px 8px 0px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.customer-con {
    width: 328px;
    height: 324px;
    margin-top: 28px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    transition: all .3s;
}

.customer-con:hover {
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.3);
}

.customer-con-text {
    height: 69px;
    line-height: 69px;
    text-align: center;
    color: #333333;
    font-size: 18px;
}

.kua {
    background-image: url(../static/img/img-016.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 331px;
    text-align: center;
    padding-top: 82px;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.kua-title {
    font-size: 46px;
    font-weight: bold;
    color: #FFFFFF;
}

.kua-text {
    font-size: 46px;
    font-weight: 300;
    color: #FFFFFF;
}

.kua-btn {
    width: 166px;
    height: 36px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 36px;
    margin: 48px auto 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.text-orange {
    color: #F85900 !important;
}

.give-us-title {
    font-size: 33px;
    color: #333333;
    line-height: 49px;
    margin-top: 57px;
    margin-bottom: 16px;
    text-align: center;
}

.give-us {
    padding-bottom: 54px;
}

.give-us-text {
    text-align: center;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 72px;
}

.give-us-con {
    display: flex;
    justify-content: space-between;
}

.give-us-con li {
    width: 252px;
    text-align: center;
}

.give-us-img {
    width: 113px;
    height: 106px;
}

.give-us-con li:hover .give-us-con-title {
    color: #F85900;
}

.give-us-con-title {
    transition: all .3s;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 22px;
}

.give-us-con-text {
    font-size: 14px;
    color: #888888;
    line-height: 21px;
}

.high-weight {
    height: 646px;
    background: #F2F8F7;
    padding-top: 69px;
    padding-left: 100px;
    box-sizing: border-box;
}

.high-weight-title,
.full-scene-plan-title,
.our-team-title {
    font-size: 33px;
    color: #333333;
    line-height: 49px;
    text-align: center;
}

.high-weight-text,
.full-scene-plan-text {
    margin-top: 16px;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    text-align: center;
}

.high-weight-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.high-weight-img {
    width: 50%;
}

.high-weight-con-title {
    margin-top: 33px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 9px;
    line-height: 27px;
}

.high-weight-con-title span {
    margin-right: 10px;
    font-size: 33px;
}

.high-weight-con-text {
    font-size: 14px;
    color: #888888;
    line-height: 21px;
}

.nav-pic-con {
    width: 1400px;
    height: 230px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.11);
    border-radius: 8px 8px 8px 8px;
    position: relative;
    top: -75px;
    display: flex;
    align-items: center;
    padding: 0 33px;
    box-sizing: border-box;
    justify-content: space-between;
    border: 1px solid #FFFFFF;
}

.nav-pic {
    height: 147px;
}

.full-scene-plan-con {
    padding-bottom: 81px;
    display: flex;
    justify-content: space-between;
    margin-top: 62px !important;
}

.img-029 {
    width: 374px;
    height: 280px;
    position: relative;
    left: -40px;
    z-index: 2;
    top: 14px;
}

.full-scene-plan-right-top {
    display: flex;
    width: 562px;
    justify-content: space-between;
}

.full-scene-plan-left-text {
    position: relative;
    z-index: 9;
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 62px;
    color: #888888;
    line-height: 23px;
}

.full-scene-plan-con-left {
    width: 480px;
}

.full-scene-plan-tips img {
    width: 22px;
    margin-right: 5px;
}

.full-scene-plan-right-top li {
    width: 122px;
    height: 122px;
    background: linear-gradient(180deg, #F4F5F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333;
    margin-bottom: 32px;
    transition: all .3s;
    font-size: 12px;
}

.full-scene-plan-right-top li:hover {
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%), inset -8px -8px 20px 0 #fff
}

.full-scene-plan-right-top li:hover .img-035 {
    transform: scale(1.2);
}

.full-scene-plan-right-top:nth-of-type(2) li:nth-of-type(2):hover .img-035 {
    transform: rotateY(180deg) scale(1.2);

}

.full-scene-plan-right-top:nth-of-type(2) li:nth-of-type(4):hover .img-035 {
    transform: rotateZ(460deg) scale(1.2);

}

.full-scene-plan-right-top:nth-of-type(2) li:nth-of-type(3):hover .img-035 {
    transform: rotateZ(360deg) scale(1.2);

}

.img-035 {
    width: 60px;
    height: 60px;
    transition: all .3s;
    position: relative;
}

.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(1) .img-035,
.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(2) .img-035,
.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(3) .img-035,
.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(4) .img-035 {
    background-image: url(../static/img/img-184.png);
    background-size: 100% auto;
    background-position: top left;

}

.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(2) .img-035 {
    background-image: url(../static/img/img-187.png);
}
.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(3) .img-035 {
    background-image: url(../static/img/img-185.png);
}

.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(4) .img-035 {
    background-image: url(../static/img/img-187.png);
}


.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(1):hover .img-035,
.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(3):hover .img-035,
.full-scene-plan-right-top:nth-of-type(1) li:nth-of-type(4):hover .img-035 {
    animation: tpm-solution__nav-icon-leave .6s steps(16) forwards
}


@keyframes tpm-solution__nav-icon-leave {
    0% {
        background-position: 0 0
    }

    /* 50% { */
        /* background-position: 0 -960px */
    /* } */

    to {
        background-position: 0 -960px
    }
}

.full-scene-plan-right-top li p {
    margin-top: 12px;
}

.full-scene-plan-tips {
    display: flex;
    flex-wrap: wrap;
}

.full-scene-plan-tips p {
    width: 50%;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}

.img-036 {
    width: 428px;
    height: 285px;
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 17px;
}

.our-team {
    height: 589px;
    padding-top: 56px;
    background-image: url(../static/img/img-039.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.our-team-con {
    margin-top: 64px !important;
}

.our-team-con .our-team-con-list,
.our-team-con .swiper-slide {
    width: 428px !important;
    text-align: center;
    font-size: 14px;
    flex-shrink: 0;
    color: #333;
    line-height: 24px;
}

.news-center {
    height: 584px;
    padding-top: 74px;
    box-sizing: border-box;
    background: #FAFAFA;
}

.news-center-title {
    font-size: 33px;
    color: #333333;
    line-height: 49px;
    margin-bottom: 50px;
    text-align: center;
}

.news-center-cons {
    display: flex;
    justify-content: space-between;
}

.news-center-cons li {
    width: 452px;
    cursor: pointer;
}

.news-center-img {
    width: 452px;
    height: auto;
    /* height: 266px; */
    /* margin-top: 20px; */
    /* border-radius: 2px 2px 2px 2px; */
}

.news-center-img-con {
    width: 452px;
    height: 266px;
    margin-top: 20px;
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
}

.img-040 {
    width: 40px;
    height: 40px;
}

.news-center-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-center-time {
    font-size: 14px;
    color: #888888;
    line-height: 21px;
    margin-bottom: 5px;
}
.news-center-con{
    width: 412px;
}
.news-center-text {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ball {
    height: 871px;
    padding-top: 59px;
    box-sizing: border-box;
}

.ball-img-con {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.ball-img-con img {
    width: 222px;
    height: 82px;
    background: #FFFFFF;
    box-shadow: 0px 7px 14px 1px rgba(17, 45, 191, 0.09);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    transition: all .3s;
}

.ball-img-con img:hover {
    box-shadow: 0px 7px 14px 1px rgba(17, 45, 191, 0.3);
}

.ball-title {
    font-size: 33px;
    color: #333333;
    text-align: center;
    line-height: 49px;
}

.ball-text {
    margin-top: 16px;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 36px;
    text-align: center;
}

.ball-list-img {
    width: 153px;
    height: 50px;
}

.ball-list-text {
    font-size: 14px;
    color: #888888;
    margin-top: 15px;
    line-height: 21px;
}

.ball-list {
    width: 328px;
    height: 196px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FEFEFE 100%);
    box-shadow: 0px 3px 7px 1px rgba(17, 45, 191, 0.11);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    padding: 40px 32px 0;
    box-sizing: border-box;
}

.ball .swiper-slide {
    padding-bottom: 20px;

    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ball .swiper {
    height: 250px;
}

.ball-swiper {
    position: relative;
}

.ball-swiper .swiper-button-prevs {
    position: absolute;
    top: 85px;
    left: 53px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
}

.ball-swiper .swiper-button-nexts {
    position: absolute;
    top: 85px;
    right: 53px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
}

.give-us-img {
    position: relative;
    margin: 0 auto;
}

.give-us-img:hover .img-179 {
    top: -10px;
}

.img-179 {
    position: relative;
    width: 110px;
    top: 0;
    transition: all .3s;
    z-index: 2;
}

.give-us-img:hover .img-180 {
    bottom: -10px;
}

.img-180 {
    width: 110px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .3s;
    transform: translateX(-50%);
}


.index-nav{
    display: none;
}


.hover-hide {
    display: block;
}

.hover-show {
    display: none;
}
