.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.mb40 {
    margin-bottom: 40px;
}

.pr {
    position: relative;
}

.solution-common-title {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    color: #262626;
}

.solution-common-desc {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #545B6F;
}

.solution-content .solution-banner {
    width: 100%;
    height: 726px;
    background: url("https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/banner.jpg") no-repeat center top;
}

.solution-content .solution-banner .banner-box {
    height: 726px;
}

.solution-content .solution-banner .box {
    position: absolute;
    top: 200px;
    left: 0;
}

.solution-content .solution-banner .tit {
    font-size: 54px;
    color: #1C1938;
    font-weight: bold;
    line-height: 74px;
    margin-bottom: 20px;
}

.solution-content .solution-banner .desc {
    font-size: 22px;
    color: #5C5A63;
    margin-bottom: 70px;
}

.solution-content .solution-banner .btn {
    width: 230px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0062FF;
    cursor: pointer;
}

.solution-content .solution-banner .data-box {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 1400px;
    height: 140px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(180deg, #E9F3FA 0%, #FFFFFF 100%);
    box-shadow: 0px 13px 20px 0px rgba(176, 208, 255, 0.3);
}

.solution-content .solution-banner .data-box .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.solution-content .solution-banner .data-box .item .num {
    font-size: 48px;
    font-weight: bold;
    color: #e2261b
}
.solution-content .solution-banner .data-box .item .symbol{
    font-size:30px;
}
.solution-content .solution-banner .data-box .item .num .unit {
    font-size: 20px
}

.solution-content .solution-banner .data-box .item .txt {
    font-size: 18px;
    font-weight: 500;
    color: #262626;
}

.solution-content .solution-banner .data-box .line {
    width: 1px;
    height: 77px;
    background: #d8d8d8;
}

.solution-box2 {
    padding-top: 163px;
    width: 100%;
    height: 1026px;
    box-sizing: border-box;
}

.solution-box2 .bd {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution-box2 .bd .bd-left {
    width: 748px;
    margin-right: 100px;
}

.solution-box2 .bd .bd-right {
    flex: 1;
}

.solution-box2 .bd .bd-right .item {
    display: flex;
    margin-bottom: 20px;
}

.solution-box2 .bd .bd-right .item .icon {
    width: 88px;
    height: 88px;
    margin-right: 30px;
}

.solution-box2 .bd .bd-right .item .info {
    flex: 1;
}

.solution-box2 .bd .bd-right .item .info .title {
    padding-top: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #262626;
}

.solution-box2 .bd .bd-right .item .info .desc {
    line-height: 26px;
    font-size: 16px;
    color: #545B6F;
}

.solution-box2 .bd .bd-right .item .info .btn {
    width: 230px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0062FF;
    cursor: pointer;
}

.solution-box3 {
    width: 100%;
    height: 917px;
    padding: 68px 0;
    box-sizing: border-box;
    background: url("https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/box3_bg.jpg") no-repeat center top;
}

.solution-box3 .tab-hd {
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ADB5CA;
}

.solution-box3 .tab-hd .item {
    position: relative;
    text-align: center;
    flex: 1;
    cursor: pointer;
}

.solution-box3 .tab-hd .item .icon {
    width: 64px;
    height: 64px;
}

.solution-box3 .tab-hd .item .tit {
    font-size: 20px;
    font-weight: 500;
    color: #545B6F;
}
.solution-box3 .tab-hd .active::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -27px;
    margin-left: -63px;
    width: 126px;
    height: 3px;
    background: #E2261B;
}
.solution-box3 .tab-bd {
    padding: 30px 0;
}

.solution-box3 .tab-bd .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-box3 .tab-bd .item .item-right {
    padding-left: 50px;
}

.solution-box3 .tab-bd .item .item-right .tit {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #262626;
}

.solution-box3 .tab-bd .item .item-right .sub-tit {
    font-size: 20px;
    color: #262626;
    margin-bottom: 20px;
}

.solution-box3 .tab-bd .item .item-right .desc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #545B6F;
}

.solution-box3 .tab-bd .item .item-right .btn {
    width: 230px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0062FF;
    cursor: pointer;
}
.solution-box4 {
    padding: 70px 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.solution-box4::before {
    content: "";
    width: 1246px;
    height: 1570px;
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/box4_bg.png) no-repeat;
    position: absolute;
    left: -15%;
    top: -10%;
    z-index: 1;
}

.solution-box4::after {
    content: "";
    width: 1246px;
    height: 1570px;
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/box5_bg.png) no-repeat;
    position: absolute;
    right: -15%;
    bottom: -10%;
    z-index: 1;
}
.solution-box4 .bd {
    position: relative;
        z-index: 2;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution-box4 .bd .bd-right .img01 {
    position: absolute;
    top: 0;
    right: -10px;
}

.solution-box4 .bd .bd-right .img02 {
    position: absolute;
    top: 0;
    left: -28px;
}

.solution-box4 .bd .bd-right {
    position: relative;
    z-index: 2;
    width: 828px;
    min-height: 577px;
}

.solution-box4 .bd .bd-right .right-img {}
.solution-box4 .bd2 {
    position: relative;
    z-index: 2;
}
.solution-box4 .bd .bd-left .tit {
    margin-bottom: 20px;
    font-size: 36px;
    color: #262626;
}

.solution-box4 .bd .bd-left .desc {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #545B6F;
}

.solution-box4 .bd .bd-left .cate-box {
    margin-bottom: 50px;
}

.solution-box4 .bd .bd-left .cate-box .cate-item {
    height: 38px;
    line-height: 38px;
    border-radius: 24px;
    padding: 8px 20px;
    background: #E5EDF9;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #0062FF;
}

.solution-box4 .bd .bd-left .btn {
    width: 230px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0062FF;
    cursor: pointer;
}

.solution-box6 {
    padding: 70px 0;
    width: 100%;
    height: 930px;
    box-sizing: border-box;
    background: url("https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/box6_bg.jpg") no-repeat center top;
}

.solution-box6 .mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-box6 .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-box6 .mySwiper {
    width: 100%;
    height: 688px;
    margin: 20px auto;
}
.solution-box6 .swiper-pagination-current {
    font-size: 18px;
    color: #07409A;

}
.solution-box6 .swiper-pagination-fraction{
    font-size:16px;
    bottom: 0;
}

.solution-box7 {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: #fff;
}

.solution-box7::before {
    content: "";
    width: 1246px;
    height: 1570px;
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/box4_bg.png) no-repeat;
    position: absolute;
    left: -10%;
    top: -40%;
}

.solution-box7::after {
    content: "";
    width: 1246px;
    height: 1570px;
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/box5_bg.png) no-repeat;
    position: absolute;
    right: -10%;
    top: -40%;
}

.solution-box7 .bd {
    display: flex;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.solution-box7 .bd .item {
    width: 350px;
    height: 558px;
    position: relative;
    overflow: hidden;
}

.solution-box7 .bd .item .item-top {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: .3s;
}

.solution-box7 .bd .item .item-top .icon {
    margin-bottom: 20px;
}

.solution-box7 .bd .item .item-top .tit {
    font-size: 24px;
    color: #fff;
}

.solution-box7 .bd .item .item-bottom {
    position: absolute;
    bottom: -558px;
    left: 0;
    padding: 360px 30px 0;
    width: 100%;
    height: 558px;
    text-align: center;
    transition: .3s;
    color: #fff;
    box-sizing: border-box;
    background: linear-gradient(0deg, #0062FF 0%, rgba(0, 98, 255, 0) 97%);
}

.solution-box7 .bd .item .item-bottom .tit {
    margin-bottom: 20px;
    font-size: 24px;
}

.solution-box7 .bd .item .item-bottom .desc {
    font-size: 18px;
}

.solution-box7 .bd .item01 {
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/team01.jpg) no-repeat;
}

.solution-box7 .bd .item02 {
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/team02.jpg) no-repeat;
}

.solution-box7 .bd .item03 {
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/team03.jpg) no-repeat;
}

.solution-box7 .bd .item04 {
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/team04.jpg) no-repeat;
}

.solution-box7 .bd .item:hover .item-top {
    top: -160px;
}

.solution-box7 .bd .item:hover .item-bottom {
    bottom: 0;
}
.solution-box7 .btn {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
    width: 356px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0062FF;
    cursor: pointer;
}

.solution-box8 {
    width: 100%;
    height: 900px;
    overflow: hidden;
    padding: 80px 0 0 0;
    box-sizing: border-box;
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/box7_bg.png) no-repeat center top;
}
.solution-box8 .bd{
    padding-top: 50px;
}
.solution-box8 .swiper-container {
    padding: 50px 0;
    width: 1920px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.solution-box8 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    transition: 300ms;
    transform: scale(0.8);
}

.solution-box8 .swiper-slide .img {
    display: block;
    margin-bottom: 20px;

}

.solution-box8 .swiper-slide .tit {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #262626;
    display: none;
}

.solution-box8 .swiper-slide-active,
.solution-box8 .swiper-slide-duplicate-active {
    transform: scale(1);
}

.solution-box8 .swiper-slide-active .tit {
    display: inline-block;
}

.solution-box8 .page-box {
    position: relative;
    width: 500px;
    height: 100px;
    margin: 0 auto;
}

.solution-box8 .page-box .swiper-pagination-fraction {
    bottom: 50%;
    margin-bottom: -10px;
    color: #696969;
}

.solution-box8 .page-box .swiper-button-next,
.solution-box8 .page-box .swiper-button-prev {
    z-index: 11;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #07409A;

}

.solution-box8 .page-box .swiper-button-next:after,
.solution-box8 .page-box .swiper-button-prev:after {
    font-size: 26px;
    color: #07409A;
}
.solution-box8 .page-box .swiper-button-next:hover,
.solution-box8 .page-box .swiper-button-prev:hover {
    color: #fff;
    background: #07409A;

}
.solution-box8 .page-box .swiper-button-next:hover:after,
.solution-box8 .page-box .swiper-button-prev:hover:after {
    color: #fff;

}

.solution-box8 .page-box .swiper-pagination-current {
    font-size: 18px;
    color: #07409A;

}

.solution-box9 {
    padding-top: 110px;
    width: 100%;
    height: 900px;
    box-sizing: border-box;
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/box8_bg.png) no-repeat center top;
}

.solution-box9 .bd {
    display: flex;
    background: #fff;
}

.solution-box9 .bd .bd-left {
    width: 700px;
    height: 670px;
    padding: 118px 0 0 80px;
    box-sizing: border-box;
    color: #fff;
    background: url(https://static.hepaiwang.cn/zhenghegw/public_pc/images/solution/form_bg.jpg) no-repeat center top;
}

.solution-box9 .bd .bd-left .tit {
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}

.solution-box9 .bd .bd-left .desc {
    margin-bottom: 130px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.solution-box9 .bd .bd-left .phone,
.solution-box9 .bd .bd-left .address {
    display: flex;
    align-items: center;
}

.solution-box9 .bd .bd-left .iconfont {
    font-size: 60px;
    margin-right: 20px;
}

.solution-box9 .bd .bd-left .phone .info .label {
    font-size: 24px;
    margin-bottom: 5px;
}

.solution-box9 .bd .bd-left .phone .info .phone {
    font-size: 20px;
}


.solution-box9 .bd .bd-left .address .info .label {
    font-size: 24px;
    margin-bottom: 5px;
}

.solution-box9 .bd .bd-left .address .info .phone {
    font-size: 16px;
}

.solution-box9 .bd .bd-right {
    background: #fff;
    padding: 70px 40px;
    box-sizing: border-box;
    flex: 1;
}

.solution-box9 .bd .bd-right .item-row {
    display: flex;
    justify-content: space-between;
}

.solution-box9 .bd .bd-right .item {
    margin-bottom: 30px;
}

.solution-box9 .bd .bd-right .item .name {
    margin-bottom: 15px;
    font-size: 18px;
    color: #262626;
}

.solution-box9 .bd .bd-right .item .val {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    box-sizing: border-box;
}

.solution-box9 .bd .bd-right .item .val .el-input__inner {
    height: 44px;
    line-height: 44px;
    background: #F7F8FB;
}

.el-input .el-input__count .el-input__count-inner,
.el-textarea .el-input__count {
    background: #F7F8FB;
}

.solution-box9 .bd .bd-right .item .val .el-textarea__inner {
    height: 150px;
    line-height: 44px;
    background: #F7F8FB;
}

.solution-box9 .bd .bd-right .item .val-hover {
    border: 1px solid #0062FF;
}

.solution-box9 .bd .bd-right .item .val .input-text {
    width: 100%;
    height: 44px;
    line-height: 44px;
    outline: none;
    border: 0;
    vertical-align: top;
    box-sizing: border-box;
    background: #F7F8FB;
}

.solution-box9 .bd .bd-right .item-row .item {
    width: 286px;
}

.solution-box9 .bd .bd-right .item .val2 {
    height: 150px;
}

.solution-box9 .bd .bd-right .item .val2 .textarea-text {
    width: 100%;
    height: 140px;
    padding: 10px;
    box-sizing: border-box;
    background: #F7F8FB;
    border: 0;

}

.solution-box9 .bd .bd-right .btn {
    display: block;
    margin: 0 auto;
    width: 356px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0062FF;
    cursor: pointer;
}

.btn {
    display: inline-block;
    position: relative;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(176, 208, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fixed-phone{
    z-index: 3;
    position: fixed;
    bottom:100px;
    right:-30px;
}
body .back-top{
    bottom: 50px;
}