.clearfix {
    *zoom: 1;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}


/*清除浮动兼容*/

* {
    box-sizing: border-box;
}

.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.footer {
    position: relative;
}

.w1440 {
    width: 1440px;
    max-width: 92%;
    margin: 0 auto;
}

@keyframes scale {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.s-title {
    text-align: center;
}

.s-title h2 {
    color: #0c1634;
    font-weight: bold;
    line-height: 1.4;
}

.s-title span {
    color: #3681f7;
    font-weight: bold;
}

.s-title p {
    line-height: 1.8;
    color: #333;
    width: 76%;
    margin: 1vw auto 0;
}

.ctn1 {
    margin-top: 70px;
    position: relative;
    padding-top: 5vw;
}

.ctn1 .bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.ctn1 .bg img {
    width: 100%;
}

.ctn1 .top {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.ctn1 .top .text {
    width: 76%;
    margin: 4vw auto 0;
}

.ctn1 .top .text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ctn1 .top .text ul li {
    width: 29.5%;
    height: 154px;
    border-radius: 18px;
    position: relative;
    box-shadow: 0px 13px 27px 0px rgba(38, 42, 56, 0.06);
    overflow: hidden;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), transparent);
    padding: 1px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .top .text ul li .center {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/t1.png) no-repeat;
    background-size: cover;
}

.ctn1 .top .text ul li .center .num {
    display: flex;
    font-weight: bold;
}

.ctn1 .top .text ul li .center .num h2 {
    letter-spacing: -2px;
    color: #3c84f7;
    font-weight: bold;
}

.ctn1 .top .text ul li .center .num span {
    letter-spacing: -1px;
    color: #999;
    position: relative;
    top: 6px;
    margin-left: 6px;
}

.ctn1 .top .text ul li .center p {
    color: #999;
    margin-top: -4px;
}

.ctn1 .top .text ul li:first-child {
    margin-right: 5.75%;
    z-index: 1;
}

.ctn1 .top .text ul li:first-child:hover {
    z-index: 6!important;
    top: -10px;
}

.ctn1 .top .text ul li:nth-child(2) {
    margin-right: 5.75%;
    z-index: 3;
    top: -16px;
}

.ctn1 .top .text ul li:nth-child(2) .center {
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/t2.png) no-repeat;
    background-size: cover;
}

.ctn1 .top .text ul li:nth-child(2):hover {
    z-index: 6!important;
    top: -26px;
}

.ctn1 .top .text ul li:nth-child(3) {
    z-index: 5;
    top: -22px;
}

.ctn1 .top .text ul li:nth-child(3) .center {
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/t3.png) no-repeat;
    background-size: cover;
}

.ctn1 .top .text ul li:nth-child(3):hover {
    z-index: 6!important;
    top: -32px;
}

.ctn1 .top .text ul li:nth-child(4) {
    margin-right: 5.75%;
    z-index: 2;
    top: -30px;
}

.ctn1 .top .text ul li:nth-child(4) .center {
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/t4.png) no-repeat;
    background-size: cover;
}

.ctn1 .top .text ul li:nth-child(4):hover {
    z-index: 6!important;
    top: -40px;
}

.ctn1 .top .text ul li:nth-child(5) {
    z-index: 4;
    top: -40px;
}

.ctn1 .top .text ul li:nth-child(5) .center {
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/t5.png) no-repeat;
    background-size: cover;
}

.ctn1 .top .text ul li:nth-child(5):hover {
    z-index: 6!important;
    top: -50px;
}

.ctn1 .top .service-top .s-title {
    margin-top: 4vw;
}

.ctn1 .top .service-top .s-title p {
    width: 100%;
}

.ctn1 .top .service-top .s-wrapper {
    margin-top: 3vw;
    position: relative;
}

.ctn1 .top .service-top .s-wrapper .swiper-slide {
    cursor: pointer;
    padding-bottom: 1vw;
}

.ctn1 .top .service-top .s-wrapper .swiper-slide:before {
    content: '';
    width: 0;
    height: 3px;
    background: #3681f7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .top .service-top .s-wrapper .swiper-slide .icons {
    width: 78px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.ctn1 .top .service-top .s-wrapper .swiper-slide .icons img {
    max-width: 100%;
}

.ctn1 .top .service-top .s-wrapper .swiper-slide h2 {
    margin-top: 1vw;
    text-align: center;
    color: #333;
    transition: all 0.3;
    -webkit-transition: all 0.3;
    -moz-transition: all 0.3;
    -ms-transition: all 0.3;
}

.ctn1 .top .service-top .s-wrapper .swiper-slide:hover:before {
    width: 100%;
    left: 0;
}

.ctn1 .top .service-top .s-wrapper .swiper-slide:hover h2 {
    color: #3681f7;
}

.ctn1 .top .service-top .s-wrapper .swiper-slide.active:before {
    width: 100%;
    left: 0;
}

.ctn1 .top .service-top .s-wrapper .swiper-slide.active h2 {
    color: #3681f7;
}

.ctn1 .top .service-top .s-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: none;
    left: -10px;
    top: 50%;
    margin-top: -20px;
}

.ctn1 .top .service-top .s-wrapper .swiper-button-prev:before {
    content: '\e662';
    font-family: iconfont;
    color: #0c1634;
    width: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.ctn1 .top .service-top .s-wrapper .swiper-button-prev:hover:before {
    color: #3681f7;
}

.ctn1 .top .service-top .s-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: none;
    right: -10px;
    top: 50%;
    margin-top: -20px;
}

.ctn1 .top .service-top .s-wrapper .swiper-button-next:before {
    content: '\e662';
    font-family: iconfont;
    color: #0c1634;
    width: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    position: absolute;
}

.ctn1 .top .service-top .s-wrapper .swiper-button-next:hover:before {
    color: #3681f7;
}

.ctn1 .service-bottom {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ctn1 .service-bottom .box {
    position: relative;
    z-index: 4;
    padding: 4vw 0 5vw;
    display: none;
}

.ctn1 .service-bottom .box .title {
    text-align: center;
}

.ctn1 .service-bottom .box .title h2 {
    font-weight: bold;
    color: #0c1634;
}

.ctn1 .service-bottom .box .title p {
    color: #333;
    margin-top: 0.8vw;
}

.ctn1 .service-bottom .box.active {
    display: block;
}

.ctn1 .service-bottom .box.on .ctn-list ul li {
    transform: translateY(0);
    opacity: 1;
}

.ctn1 .service-bottom .box.on .ctn-list ul li:nth-child(1) {
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -ms-transition: all 0.5s ease 0.1s;
}

.ctn1 .service-bottom .box.on .ctn-list ul li:nth-child(2) {
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
}

.ctn1 .service-bottom .box.on .ctn-list ul li:nth-child(3) {
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.ctn1 .service-bottom .box.on .ctn-list ul li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
    -webkit-transition: all 0.5s ease 0.7s;
    -moz-transition: all 0.5s ease 0.7s;
    -ms-transition: all 0.5s ease 0.7s;
}

.ctn1 .service-bottom .box.on .ctn-list ul li:nth-child(5) {
    transition: all 0.5s ease 0.9s;
    -webkit-transition: all 0.5s ease 0.9s;
    -moz-transition: all 0.5s ease 0.9s;
    -ms-transition: all 0.5s ease 0.9s;
}

.ctn1 .service-bottom .box1 .ctn-list {
    margin-top: 6vw;
}

.ctn1 .service-bottom .box1 .ctn-list ul {
    display: flex;
    justify-content: space-between;
}

.ctn1 .service-bottom .box1 .ctn-list ul li {
    width: 17.5%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    padding: 0 1vw 3vw;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.ctn1 .service-bottom .box1 .ctn-list ul li:before {
    content: "\e627";
    font-family: iconfont;
    font-size: 22px;
    color: #3681f7;
    opacity: 0.3;
    position: absolute;
    right: -13.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ctn1 .service-bottom .box1 .ctn-list ul li:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #77a9f7;
    background: transparent;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .service-bottom .box1 .ctn-list ul li .icons {
    position: relative;
    width: 146px;
    height: 146px;
    margin: -52px auto 0;
    z-index: 2;
}

.ctn1 .service-bottom .box1 .ctn-list ul li .icons:before {
    content: '';
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background: rgba(187, 202, 224, 0.25);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ctn1 .service-bottom .box1 .ctn-list ul li .icons .tu {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .service-bottom .box1 .ctn-list ul li .icons .tu img {
    width: 100%;
}

.ctn1 .service-bottom .box1 .ctn-list ul li h3 {
    font-weight: bold;
    text-align: center;
    margin-top: 1vw;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 70%);
    color: transparent;
    -webkit-background-clip: text;
    position: relative;
    padding-bottom: 10px;
    z-index: 2;
}

.ctn1 .service-bottom .box1 .ctn-list ul li h3:before {
    content: '';
    width: 44px;
    height: 1px;
    background: #535353;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22px;
}

.ctn1 .service-bottom .box1 .ctn-list ul li h2 {
    text-align: center;
    font-weight: bold;
    color: #0c1634;
    margin-top: 0.8vw;
    position: relative;
    z-index: 3;
}

.ctn1 .service-bottom .box1 .ctn-list ul li:last-child:before {
    display: none;
}

.ctn1 .service-bottom .box1 .ctn-list ul li:hover .icons .tu {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.ctn1 .service-bottom .box1 .ctn-list ul li:hover:after {
    opacity: 1;
}

.ctn1 .service-bottom .box2 .ctn-list {
    margin-top: 3.5vw;
}

.ctn1 .service-bottom .box2 .ctn-list ul {
    display: flex;
    justify-content: space-between;
}

.ctn1 .service-bottom .box2 .ctn-list ul li {
    flex: 0 0 31.6%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    overflow: hidden;
    padding: 18px 0 3vw;
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.ctn1 .service-bottom .box2 .ctn-list ul li .icons {
    width: 43.6%;
    margin: 0 auto;
}

.ctn1 .service-bottom .box2 .ctn-list ul li .icons img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .service-bottom .box2 .ctn-list ul li h2 {
    font-weight: bold;
    color: #0c1634;
}

.ctn1 .service-bottom .box2 .ctn-list ul li p {
    color: #333;
    margin-top: 10px;
    padding: 0 14px;
}

.ctn1 .service-bottom .box2 .ctn-list ul li:not(:nth-child(3n)) {
    margin-right: 2.6%;
}

.ctn1 .service-bottom .box2 .ctn-list ul li:hover .icons img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn1 .service-bottom .box3 .ctn-list {
    margin-top: 3.5vw;
}

.ctn1 .service-bottom .box3 .ctn-list ul li {
    float: left;
    width: 31.6%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding: 2.7vw 0;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.ctn1 .service-bottom .box3 .ctn-list ul li .icons {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.ctn1 .service-bottom .box3 .ctn-list ul li .icons img {
    width: 100%;
}

.ctn1 .service-bottom .box3 .ctn-list ul li .icons .dui {
    width: 44px;
    height: 44px;
    background: #75b4fa;
    border-radius: 50%;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
}

.ctn1 .service-bottom .box3 .ctn-list ul li .icons .dui span {
    color: #fff;
    font-weight: bold;
}

.ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan1 {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    border: 1px solid #cde8ee;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan2 {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid rgba(205, 232, 238, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -95px;
    margin-top: -95px;
}

.ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan2:before {
    content: '';
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 1px solid rgba(205, 232, 238, 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -105px;
    margin-top: -105px;
}

.ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan2:after {
    content: '';
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 1px solid rgba(205, 232, 238, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -115px;
    margin-top: -115px;
}

.ctn1 .service-bottom .box3 .ctn-list ul li h2 {
    font-weight: bold;
    color: #0c1634;
    margin-top: 2.5vw;
}

.ctn1 .service-bottom .box3 .ctn-list ul li p {
    color: #333;
    margin-top: 10px;
}

.ctn1 .service-bottom .box3 .ctn-list ul li:not(:nth-child(3n)) {
    margin-right: 2.6%;
}

.ctn1 .service-bottom .box3 .ctn-list ul li:nth-child(2) .icons .dui {
    background: #4e9af7;
}

.ctn1 .service-bottom .box3 .ctn-list ul li:nth-child(3) .icons .dui {
    background: #477bef;
}

.ctn1 .service-bottom .box3 .ctn-list ul li:hover .icons .yuan2 {
    animation: scale 2s infinite;
}

.ctn1 .service-bottom .box3 .ctn-list ul li:hover .icons .yuan2:before {
    animation: scale 2s infinite;
}

.ctn1 .service-bottom .box3 .ctn-list ul li:hover .icons .yuan2:after {
    animation: scale 2s infinite;
}

.ctn1 .service-bottom .box4 .title {
    width: 52%;
    margin: 0 auto;
}

.ctn1 .service-bottom .box4 .tu {
    position: relative;
}

.ctn1 .service-bottom .box4 .tu img {
    width: 100%;
}

.ctn1 .service-bottom .box4 .tu h2 {
    font-weight: bold;
    color: #fff;
    width: 150px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ctn1 .service-bottom .box4 .tu ul li {
    position: absolute;
    display: flex;
    align-items: center;
    opacity: 0;
}

.ctn1 .service-bottom .box4 .tu ul li .icons {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
}

.ctn1 .service-bottom .box4 .tu ul li .icons img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .service-bottom .box4 .tu ul li:hover .icons img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn1 .service-bottom .box4 .tu ul li h3 {
    font-weight: bold;
    color: #0c1634;
}

.ctn1 .service-bottom .box4 .tu ul li:nth-child(odd) .icons {
    order: 2;
}

.ctn1 .service-bottom .box4 .tu ul li:nth-child(odd) h3 {
    margin-right: 30px;
}

.ctn1 .service-bottom .box4 .tu ul li:nth-child(even) h3 {
    margin-left: 30px;
}

.ctn1 .service-bottom .box4 .tu ul li:nth-child(1) {
    left: 16.6%;
    top: 6%;
}

.ctn1 .service-bottom .box4 .tu ul li:nth-child(2) {
    right: 16.6%;
    top: 6%;
}

.ctn1 .service-bottom .box4 .tu ul li:nth-child(3) {
    left: 8.5%;
    top: 40%;
}

.ctn1 .service-bottom .box4 .tu ul li:nth-child(4) {
    right: 8.5%;
    top: 40%;
}

.ctn1 .service-bottom .box4 .tu ul li:nth-child(5) {
    left: 16.6%;
    bottom: 6%;
}

.ctn1 .service-bottom .box4 .tu ul li:nth-child(6) {
    right: 20%;
    bottom: 6%;
}

.ctn1 .service-bottom .box4.on .tu ul li {
    opacity: 1;
}

.ctn1 .service-bottom .box4.on .tu ul li:nth-child(1) {
    left: 20.6%;
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -ms-transition: all 0.5s ease 0.1s;
}

.ctn1 .service-bottom .box4.on .tu ul li:nth-child(2) {
    right: 20.6%;
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
}

.ctn1 .service-bottom .box4.on .tu ul li:nth-child(3) {
    left: 12.5%;
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
}

.ctn1 .service-bottom .box4.on .tu ul li:nth-child(4) {
    right: 12.5%;
    transition: all 0.5s ease 0.4s;
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
}

.ctn1 .service-bottom .box4.on .tu ul li:nth-child(5) {
    left: 20.6%;
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.ctn1 .service-bottom .box4.on .tu ul li:nth-child(6) {
    right: 24%;
    transition: all 0.5s ease 0.6s;
    -webkit-transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    -ms-transition: all 0.5s ease 0.6s;
}

.ctn1 .service-bottom .box5 .ctn-list {
    margin-top: 3.5vw;
}

.ctn1 .service-bottom .box5 .ctn-list ul li {
    float: left;
    width: 48.9%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.ctn1 .service-bottom .box5 .ctn-list ul li .text {
    position: absolute;
    left: 3vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ctn1 .service-bottom .box5 .ctn-list ul li .text h2 {
    font-weight: bold;
    color: #0c1634;
}

.ctn1 .service-bottom .box5 .ctn-list ul li .text p {
    color: #333;
    margin-top: 10px;
}

.ctn1 .service-bottom .box5 .ctn-list ul li:nth-child(even) {
    float: right;
}

.ctn1 .service-bottom .box5 .ctn-list ul li img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .service-bottom .box5 .ctn-list ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn1 .service-bottom .box6 {
    padding-bottom: 0;
}

.ctn1 .service-bottom .box6 .ctn-list {
    margin-top: 4vw;
    position: relative;
    padding-bottom: 3.5vw;
}

.ctn1 .service-bottom .box6 .ctn-list ul {
    padding: 0 2vw;
    position: relative;
    z-index: 2;
}

.ctn1 .service-bottom .box6 .ctn-list ul li {
    float: left;
    width: 24%;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.ctn1 .service-bottom .box6 .ctn-list ul li img {
    width: 39%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .service-bottom .box6 .ctn-list ul li .text {
    position: absolute;
    color: #0c1634;
    left: 29%;
    top: 42%;
    white-space: nowrap;
}

.ctn1 .service-bottom .box6 .ctn-list ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn1 .service-bottom .box6 .ctn-list .tu {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.ctn1 .service-bottom .box6 .ctn-list .tu img {
    width: 100%;
}

.ctn1 .service-bottom .box7 .list {
    margin-top: 5vw;
    position: relative;
}

.ctn1 .service-bottom .box7 .list ul {
    padding: 0 4vw;
}

.ctn1 .service-bottom .box7 .list ul li {
    float: left;
    width: 40%;
    position: relative;
    opacity: 0;
}

.ctn1 .service-bottom .box7 .list ul li img {
    width: 100%;
}

.ctn1 .service-bottom .box7 .list ul li .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.ctn1 .service-bottom .box7 .list ul li .text h3 {
    width: 28%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctn1 .service-bottom .box7 .list ul li .text h3 span {
    font-weight: bold;
    color: #fff;
}

.ctn1 .service-bottom .box7 .list ul li .text h2 {
    font-weight: bold;
    color: #0c1634;
    position: relative;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .service-bottom .box7 .list ul li:hover .text h2 {
    left: 1vw;
}

.ctn1 .service-bottom .box7 .list ul li:hover:nth-child(even) .text h2 {
    left: -1vw;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(even) {
    float: right;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(odd) .text h2 {
    margin-left: 14px;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(even) .text {
    justify-content: flex-end;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(even) .text h2 {
    margin-right: 14px;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(even) .text h3 {
    order: 2;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(n+3) {
    margin-top: 20px;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(1) {
    left: 0px;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(2) {
    right: 0px;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(3) {
    left: -70px;
}

.ctn1 .service-bottom .box7 .list ul li:nth-child(4) {
    right: -70px;
}

.ctn1 .service-bottom .box7 .list .tu {
    width: 19%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ctn1 .service-bottom .box7 .list .tu img {
    width: 100%;
}

.ctn1 .service-bottom .box7.on .list ul li {
    opacity: 1;
}

.ctn1 .service-bottom .box7.on .list ul li:nth-child(1) {
    left: 70px;
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -ms-transition: all 0.5s ease 0.1s;
}

.ctn1 .service-bottom .box7.on .list ul li:nth-child(2) {
    right: 70px;
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
}

.ctn1 .service-bottom .box7.on .list ul li:nth-child(3) {
    left: 0;
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
}

.ctn1 .service-bottom .box7.on .list ul li:nth-child(4) {
    right: 0;
    transition: all 0.5s ease 0.4s;
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
}

.ctn1 .service-bottom .bg-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.ctn1 .service-bottom .bg-mask img {
    width: 100%;
}

.ctn1 .service-bottom .bg-mask img.mobile {
    display: none;
}

.ctn2 {
    padding: 5vw 0 2vw;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/bg2.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.ctn2 .s-title p {
    width: 71%;
}

.ctn2 .ctn-list {
    margin-top: 3vw;
}

.ctn2 .ctn-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ctn2 .ctn-list ul li {
    flex: 0 0 48.9%;
    height: 398px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-list ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/bg3.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 13px 27px 0px rgba(38, 42, 56, 0.06);
    border-radius: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 3vw 3vw 0;
}

.ctn2 .ctn-list ul li h2 {
    font-weight: bold;
    color: #0c1634;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-list ul li p {
    color: #333;
    margin-top: 10px;
}

.ctn2 .ctn-list ul li h3 {
    width: 158px;
    height: 46px;
    border-radius: 24px;
    border: 1px solid #4466f7;
    text-align: center;
    line-height: 44px;
    color: #4466f7;
    position: absolute;
    left: 3vw;
    bottom: 3vw;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-list ul li .tu {
    position: absolute;
    width: 33.33%;
    right: 26px;
    bottom: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-list ul li .tu img {
    width: 100%;
}

.ctn2 .ctn-list ul li:nth-child(2):before {
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/bg4.png) no-repeat;
    background-size: cover;
}

.ctn2 .ctn-list ul li:nth-child(2) .tu {
    width: 40%;
}

.ctn2 .ctn-list ul li:hover {
    background: none;
}

.ctn2 .ctn-list ul li:hover:before {
    height: 454px;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/bg4.png) no-repeat;
    background-size: cover;
    top: -28px;
}

.ctn2 .ctn-list ul li:hover h2 {
    color: #4466f7;
}

.ctn2 .ctn-list ul li:hover h3 {
    background: #4466f7;
    color: #fff;
}

.ctn2 .ctn-list ul li:hover .tu {
    width: 36%;
    bottom: 0;
}

.ctn2 .ctn-list ul li:hover:nth-child(2) .tu {
    width: 44.4%;
}

.ctn2 .ladder {
    margin-top: 30px;
    position: relative;
}

.ctn2 .ladder img {
    width: 100%;
}

.ctn2 .ladder img.mobile {
    display: none;
}

.ctn2 .ladder ul {
    padding-bottom: 60px;
}

.ctn2 .ladder ul li {
    position: absolute;
    font-weight: bold;
    color: #3681f7;
    padding-top: 40px;
    left: 3.67%;
    top: 61%;
    white-space: nowrap;
}

.ctn2 .ladder ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #8ae3e8;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.ctn2 .ladder ul li:nth-child(2) {
    left: 26.5%;
    top: 44.8%;
}

.ctn2 .ladder ul li:nth-child(2):before {
    border: 3px solid #82c5d5;
}

.ctn2 .ladder ul li:nth-child(3) {
    left: 47.63%;
    top: 27.2%;
}

.ctn2 .ladder ul li:nth-child(3):before {
    border: 3px solid #a8c9e9;
}

.ctn2 .ladder ul li:nth-child(4) {
    left: 69.75%;
    top: 17.2%;
}

.ctn2 .ladder ul li:nth-child(4):before {
    border: 3px solid #86b0e4;
}

.ctn2 .ladder ul li:nth-child(5) {
    left: 91%;
    top: 10.2%;
}

.ctn2 .ladder ul li:nth-child(5):before {
    border: 3px solid #6596d2;
}

.ctn3 {
    padding: 5vw 0 3vw;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/bg3.jpg) no-repeat center bottom;
    background-size: contain;
}

.ctn3 .ctn-list {
    margin-top: 2vw;
}

.ctn3 .ctn-list ul li {
    float: left;
    width: 31.9%;
    border-radius: 30px;
    box-shadow: 0px 3px 51px 0px rgba(37, 51, 111, 0.1);
    overflow: hidden;
}

.ctn3 .ctn-list ul li .tu {
    overflow: hidden;
    height: 0;
    padding-bottom: 56%;
    position: relative;
    cursor: pointer;
}

.ctn3 .ctn-list ul li .tu img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn3 .ctn-list ul li .tu .video-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn3 .ctn-list ul li .tu .video-btn span {
    font-size: 20px;
    color: #fff;
}

.ctn3 .ctn-list ul li .tu:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn3 .ctn-list ul li .tu:hover .video-btn {
    background: #3980f7;
}

.ctn3 .ctn-list ul li .text {
    padding: 1vw 1vw 2vw;
}

.ctn3 .ctn-list ul li .text .title {
    display: flex;
    align-items: center;
}

.ctn3 .ctn-list ul li .text .title .logos {
    width: 86px;
    height: 86px;
    background: #eff2f4;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctn3 .ctn-list ul li .text .title .logos img {
    max-width: 80%;
    max-height: 80%;
}

.ctn3 .ctn-list ul li .text .title h2 {
    font-weight: bold;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    max-height: 3em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn3 .ctn-list ul li .text h3 {
    text-align: right;
    margin-top: 1.5vw;
    color: #4466f7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn3 .ctn-list ul li .text h3 span {
    margin-left: 4px;
}

.ctn3 .ctn-list ul li .text:hover h2 {
    color: #3980f7;
}

.ctn3 .ctn-list ul li .text:hover h3 {
    color: #3980f7;
}

.ctn3 .ctn-list ul li:not(:nth-child(3n)) {
    margin-right: 2.15%;
}

.ctn3 .ctn-list .mores {
    margin-top: 2.4vw;
}

.ctn3 .ctn-list .mores a {
    display: block;
    margin: 0 auto;
    width: 188px;
    height: 46px;
    border-radius: 24px;
    border: 1px solid #4466f7;
    text-align: center;
    line-height: 44px;
    color: #4466f7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn3 .ctn-list .mores a:hover {
    background: #4466f7;
    color: #fff;
}

.pg6 {
    margin-top: 4vw;
}

.pg6 .pg6b {
    direction: rtl;
}

.pg6 .swiper-slide {
    border-radius: 10px;
    background: white;
    height: 100px;
    width: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pg6 .swiper-slide img {
    max-height: 80%;
    max-width: 80%;
    width: auto;
}

.pg6 .swiper-wrapper {
    transition-timing-function: linear !important;
}

.pg6b {
    margin: 40px 0;
}

.pg6_phone {
    display: none;
}

.ctn4 {
    padding: 5vw 0 6vw;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/bg5.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.ctn4 .ctn-list {
    margin-top: 2vw;
    position: relative;
}

.ctn4 .ctn-list .left {
    float: left;
    width: 65.9%;
}

.ctn4 .ctn-list .left ul li {
    float: left;
    width: 48.4%;
    border-radius: 20px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
    padding: 1px;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list .left ul li .center {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/d1.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.ctn4 .ctn-list .left ul li .center .tu img {
    width: 100%;
}

.ctn4 .ctn-list .left ul li .center .erweima {
    width: 30.8%;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    border: 8px solid #fff;
}

.ctn4 .ctn-list .left ul li .center .erweima img {
    width: 100%;
}

.ctn4 .ctn-list .left ul li .center .text {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ctn4 .ctn-list .left ul li .center .text h2 {
    font-weight: bold;
    color: #0c1634;
}

.ctn4 .ctn-list .left ul li .center .text h3 {
    font-weight: bold;
    color: #3681f7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list .left ul li .center .text h3 sup {
    color: #999;
}

.ctn4 .ctn-list .left ul li .center .text p {
    font-weight: bold;
    color: #999;
}

.ctn4 .ctn-list .left ul li .center .text h4 {
    font-weight: bold;
    color: #3681f7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list .left ul li .center .text a {
    display: block;
    color: #3681f7;
    margin-top: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list .left ul li:nth-child(1):hover .center .text h3 {
    color: #1268ec;
}

.ctn4 .ctn-list .left ul li:nth-child(1):hover .center .text h4 {
    color: #1268ec;
}

.ctn4 .ctn-list .left ul li:nth-child(2) .center .text {
    left: 42%;
}

.ctn4 .ctn-list .left ul li:nth-child(4) .center .text {
    left: 42%;
}

.ctn4 .ctn-list .left ul li:nth-child(even) {
    float: right;
}

.ctn4 .ctn-list .left ul li:nth-child(n+3) {
    margin-top: 24px;
}

.ctn4 .ctn-list .left ul li:hover {
    top: -10px;
}

.ctn4 .ctn-list .left ul li:hover .center .text a {
    color: #1268ec;
}

.ctn4 .ctn-list .right {
    float: right;
    position: absolute;
    width: 31.9%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 20px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
    padding: 1px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list .right .center {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/d5.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.ctn4 .ctn-list .right .center a {
    display: block;
    width: 100%;
    height: 100%;
}

.ctn4 .ctn-list .right .center .tu {
    display: none;
}

.ctn4 .ctn-list .right .center .text {
    position: absolute;
    top: 2.5vw;
    left: 2.5vw;
}

.ctn4 .ctn-list .right .center .text h2 {
    font-weight: bold;
    color: #0c1634;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list .right .center .text p {
    font-weight: bold;
    color: #999;
    margin-top: 6px;
}

.ctn4 .ctn-list .right .center:hover .text h2 {
    color: #1268ec;
}

.ctn4 .ctn-list .right:hover {
    top: -10px;
}

@media screen and (max-width: 1600px) {
    .fnt_16 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1500px) {
    .w1440 {
        width: 1200px;
    }
}

@media screen and (max-width: 1440px) {
    .ctn1 .top .text ul li {
        height: 134px;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li:before {
        right: -14.5%;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li .icons {
        width: 126px;
        height: 126px;
        margin: -32px auto 0;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li .icons:before {
        width: 136px;
        height: 136px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons {
        width: 140px;
        height: 140px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan1 {
        width: 154px;
        height: 154px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan2 {
        width: 170px;
        height: 170px;
        margin-left: -85px;
        margin-top: -85px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan2:before {
        width: 184px;
        height: 184px;
        margin-left: -92px;
        margin-top: -92px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan2:after {
        width: 200px;
        height: 200px;
        margin-left: -100px;
        margin-top: -100px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .dui {
        width: 38px;
        height: 38px;
        bottom: -20px;
    }
    .ctn1 .service-bottom .box4 .title {
        width: 63%;
    }
    .ctn1 .service-bottom .box4 .tu ul li .icons {
        width: 74px;
        height: 74px;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(1) {
        left: 19.6%;
        top: 5%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(2) {
        right: 19.8%;
        top: 5%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(3) {
        left: 11.5%;
        top: 39%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(4) {
        right: 11.5%;
        top: 39%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(5) {
        left: 19.6%;
        bottom: 7%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(6) {
        right: 23%;
        bottom: 7%;
    }
    .ctn2 .ctn-list ul li {
        height: 348px;
    }
    .ctn2 .ctn-list ul li:hover:before {
        height: 388px;
        top: -20px;
    }
    .ctn2 .ladder ul li {
        left: 3.4%;
        top: 57%;
    }
    .ctn2 .ladder ul li:before {
        width: 8px;
        height: 8px;
    }
    .ctn2 .ladder ul li:nth-child(2) {
        left: 26.2%;
        top: 42.2%;
    }
    .ctn2 .ladder ul li:nth-child(3) {
        left: 47.3%;
        top: 25%;
    }
    .ctn2 .ladder ul li:nth-child(4) {
        left: 69.5%;
        top: 16.2%;
    }
    .ctn2 .ladder ul li:nth-child(5) {
        left: 90.7%;
        top: 9.6%;
    }
    .ctn3 .ctn-list ul li .text .title .logos {
        width: 78px;
        height: 78px;
    }
}

@media screen and (max-width: 1200px) {
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons {
        width: 120px;
        height: 120px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan1 {
        width: 132px;
        height: 132px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan2 {
        width: 146px;
        height: 146px;
        margin-left: -73px;
        margin-top: -73px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan2:before {
        width: 158px;
        height: 158px;
        margin-left: -79px;
        margin-top: -79px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .yuan2:after {
        width: 172px;
        height: 172px;
        margin-left: -86px;
        margin-top: -86px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li .icons .dui {
        width: 38px;
        height: 38px;
        bottom: -20px;
    }
    .ctn1 .service-bottom .box4 .tu h2 {
        width: 120px;
    }
    .ctn1 .service-bottom .box4 .tu ul li:nth-child(odd) h3 {
        margin-right: 24px;
    }
    .ctn1 .service-bottom .box4 .tu ul li:nth-child(even) h3 {
        margin-left: 24px;
    }
    .ctn4 .ctn-list .left ul li .center .erweima {
        left: 8%;
    }
    .ctn4 .ctn-list .left ul li .center .text {
        left: 43%;
    }
    .ctn4 .ctn-list .left ul li .center .text a {
        margin-top: 2px;
    }
    .ctn4 .ctn-list .left ul li .center .text h4 {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .ctn1 .top .text ul li {
        height: 120px;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li:before {
        font-size: 20px;
        right: -15.2%;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li .icons {
        width: 100px;
        height: 100px;
        margin: -30px auto 0;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li .icons:before {
        width: 110px;
        height: 110px;
    }
    .ctn1 .service-bottom .box4 .title {
        width: 80%;
    }
    .ctn1 .service-bottom .box4 .tu ul li .icons {
        width: 64px;
        height: 64px;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(1) {
        left: 17.8%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(2) {
        right: 17.9%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(3) {
        left: 10%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(4) {
        right: 10%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(5) {
        left: 17.8%;
    }
    .ctn1 .service-bottom .box4.on .tu ul li:nth-child(6) {
        right: 21.8%;
    }
    .ctn1 .service-bottom .box6 .ctn-list ul {
        padding: 0;
    }
    .ctn1 .service-bottom .box6 .ctn-list ul li {
        width: 25%;
    }
    .ctn1 .service-bottom .box7 .list ul {
        padding: 0;
    }
    .ctn1 .service-bottom .box7 .list ul li:nth-child(n+3) {
        margin-top: 10px;
    }
    .ctn2 .ctn-list ul li {
        height: 300px;
    }
    .ctn2 .ctn-list ul li:hover:before {
        height: 340px;
        top: -20px;
    }
    .ctn2 .ladder ul li {
        left: 2.3%;
        top: 53%;
    }
    .ctn2 .ladder ul li:before {
        width: 6px;
        height: 6px;
    }
    .ctn2 .ladder ul li:nth-child(2) {
        left: 25.2%;
        top: 40%;
    }
    .ctn2 .ladder ul li:nth-child(3) {
        left: 46.1%;
        top: 24.4%;
    }
    .ctn2 .ladder ul li:nth-child(4) {
        left: 68.5%;
        top: 15%;
    }
    .ctn2 .ladder ul li:nth-child(5) {
        left: 89.6%;
        top: 8.6%;
    }
    .ctn3 .ctn-list ul li {
        border-radius: 20px;
    }
}

@media screen and (max-width: 992px) {
    .logo .img1 {
        opacity: 0!important;
    }
    .logo .img2 {
        opacity: 1!important;
    }
    .menu-handler .burger {
        background: #006bd3 !important;
    }
    .search-btn span {
        color: #242424 !important;
    }
    .language .i1 span {
        color: #242424 !important;
    }
    .language .i2 {
        color: #242424 !important;
    }
    .header-style .download {
        background: #006bd3;
        color: #fff;
    }
    .search-btn span {
        color: #242424 !important;
    }
    .language .i1 span {
        color: #242424 !important;
    }
    .language .i2 {
        color: #242424 !important;
    }
    .header-style .download {
        background: #006bd3;
        color: #fff;
    }
    .ctn1 {
        margin-top: 60px;
    }
    .ctn2 .ladder ul li {
        top: 52%;
    }
    .ctn2 .ladder ul li:nth-child(2) {
        top: 38%;
    }
    .ctn2 .ladder ul li:nth-child(4) {
        top: 14%;
    }
    .ctn3 .ctn-list .mores {
        margin-top: 30px;
    }
    .pg6_phone {
        display: block;
        width: 90%;
        margin: auto;
    }
    .pg6_phone>div {
        padding: 6px;
    }
    .pg6_phone .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 5px;
        height: 60px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    .pg6 .pg6_phone img {
        max-width: 80%;
        max-height: 60%;
        width: auto;
    }
    .pg6a {
        display: none;
    }
    .pg6b {
        display: none;
    }
    .pg6c {
        display: none;
    }
    .pg6_point {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .pg6_point span {
        margin: 0 3px;
    }
    .pg6 .swiper-pagination-bullet-active {
        background: #4466f7;
    }
}

@media screen and (max-width: 768px) {
    .fnt_16 {
        font-size: 14px;
    }
    .pg6 {
        margin-top: 30px;
    }
    .pg6 .pg6_phone img {
        max-width: 100%;
        max-height: 100%;
    }
    .s-title p {
        width: 100%;
        margin: 10px auto 0;
        line-height: 1.6;
    }
    .ctn1 {
        padding-top: 50px;
    }
    .ctn1 .top .text {
        width: 100%;
        margin: 6px auto 0;
    }
    .ctn1 .top .text ul {
        display: flex;
        justify-content: center;
    }
    .ctn1 .top .text ul li {
        width: 48.5% !important;
        margin-right: 0!important;
        position: relative;
        left: 0!important;
        top: 0!important;
        margin-top: 14px;
        height: 100px;
    }
    .ctn1 .top .text ul li .center .num h2 {
        letter-spacing: 0;
    }
    .ctn1 .top .text ul li .center .num span {
        letter-spacing: 0;
        margin-left: 2px;
        top: 0;
    }
    .ctn1 .top .text ul li .center p {
        margin-top: 0;
    }
    .ctn1 .top .text ul li:nth-child(even) {
        margin-left: 3%;
    }
    .ctn1 .top .service-top .s-title {
        margin-top: 40px;
    }
    .ctn1 .top .service-top .s-wrapper {
        margin-top: 30px;
    }
    .ctn1 .top .service-top .s-wrapper .swiper-slide {
        padding-bottom: 14px;
    }
    .ctn1 .top .service-top .s-wrapper .swiper-slide .icons {
        width: 50px;
        height: 50px;
    }
    .ctn1 .top .service-top .s-wrapper .swiper-slide h2 {
        margin-top: 14px;
    }
    .ctn1 .service-bottom .box {
        padding: 30px 0;
    }
    .ctn1 .service-bottom .box .title p {
        margin-top: 10px;
        line-height: 1.6;
    }
    .ctn1 .service-bottom .box1 .ctn-list {
        margin-top: 56px;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li {
        width: 48.5%;
        padding: 0 10px 20px;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li:before {
        display: none;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li .icons {
        width: 80px;
        height: 80px;
        margin: -30px auto 0;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li .icons:before {
        width: 90px;
        height: 90px;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li h3 {
        margin-top: 10px;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li h2 {
        margin-top: 14px;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li:nth-child(even) {
        margin-left: 3%;
    }
    .ctn1 .service-bottom .box1 .ctn-list ul li:nth-child(n+3) {
        margin-top: 50px;
    }
    .ctn1 .service-bottom .box2 .ctn-list {
        margin-top: 0;
    }
    .ctn1 .service-bottom .box2 .ctn-list ul {
        flex-wrap: wrap;
    }
    .ctn1 .service-bottom .box2 .ctn-list ul li {
        flex: 0 0 100%;
        margin-top: 20px;
        padding: 0 0 30px;
    }
    .ctn1 .service-bottom .box2 .ctn-list ul li p {
        margin-top: 6px;
    }
    .ctn1 .service-bottom .box3 .ctn-list {
        margin-top: 0;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li {
        width: 100%;
        margin-top: 20px;
        margin-right: 0!important;
        padding: 30px 0 20px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li h2 {
        margin-top: 30px;
    }
    .ctn1 .service-bottom .box3 .ctn-list ul li p {
        margin-top: 6px;
    }
    .ctn1 .service-bottom .box4 {
        padding: 30px 0 40px;
    }
    .ctn1 .service-bottom .box4 .title {
        width: 100%;
    }
    .ctn1 .service-bottom .box4 .tu>img {
        display: none;
    }
    .ctn1 .service-bottom .box4 .tu h2 {
        width: 100%;
        text-align: center;
        color: #0c1634;
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        margin-top: 30px;
    }
    .ctn1 .service-bottom .box4 .tu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ctn1 .service-bottom .box4 .tu ul li {
        flex: 0 0 50%;
        position: relative;
        left: 0!important;
        top: 20px!important;
        margin-top: 40px;
    }
    .ctn1 .service-bottom .box4 .tu ul li:nth-child(odd) h3 {
        order: 3;
        margin-right: 0;
        margin-left: 14px;
    }
    .ctn1 .service-bottom .box4 .tu ul li:nth-child(even) h3 {
        margin-left: 14px;
    }
    .ctn1 .service-bottom .box4.on .tu ul li {
        top: 0!important;
    }
    .ctn1 .service-bottom .box5 .ctn-list {
        margin-top: 0;
    }
    .ctn1 .service-bottom .box5 .ctn-list ul li {
        width: 100%;
        margin-top: 20px;
    }
    .ctn1 .service-bottom .box5 .ctn-list ul li .text {
        left: 20px;
    }
    .ctn1 .service-bottom .box5 .ctn-list ul li .text p {
        margin-top: 6px;
    }
    .ctn1 .service-bottom .box6 {
        padding-bottom: 0;
    }
    .ctn1 .service-bottom .box6 .ctn-list {
        margin-top: 0;
        padding-bottom: 0;
    }
    .ctn1 .service-bottom .box6 .ctn-list ul li {
        width: 50%;
        margin-top: 20px;
    }
    .ctn1 .service-bottom .box6 .ctn-list ul li:nth-child(even) {
        left: -10px;
    }
    .ctn1 .service-bottom .box7 .list .tu {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        margin: 20px auto 0;
        width: 40%;
    }
    .ctn1 .service-bottom .box7 .list ul li {
        width: 100%;
        margin-top: 20px!important;
    }
    .ctn1 .service-bottom .box7.on .list ul li:nth-child(1) {
        left: 0;
    }
    .ctn1 .service-bottom .box7.on .list ul li:nth-child(2) {
        right: 0;
    }
    .ctn1 .service-bottom .bg-mask img.pc {
        display: none;
    }
    .ctn1 .service-bottom .bg-mask img.mobile {
        display: block;
    }
    .ctn2 {
        padding: 30px 0;
    }
    .ctn2 .s-title p {
        width: 100%;
    }
    .ctn2 .ctn-list {
        margin-top: 0;
    }
    .ctn2 .ctn-list ul {
        flex-wrap: wrap;
    }
    .ctn2 .ctn-list ul li {
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .ctn2 .ctn-list ul li a {
        padding: 20px;
    }
    .ctn2 .ctn-list ul li h3 {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 30px;
        width: 128px;
        height: 40px;
        line-height: 38px;
    }
    .ctn2 .ctn-list ul li .tu {
        width: 40%;
    }
    .ctn2 .ctn-list ul li:nth-child(2) .tu {
        width: 48%;
    }
    .ctn2 .ctn-list ul li:before {
        background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/bg4.png) no-repeat;
        background-size: cover;
    }
    .ctn2 .ctn-list ul li:hover:before {
        height: 100%;
        top: 0;
    }
    .ctn2 .ctn-list ul li:hover .tu {
        width: 40%;
        bottom: 20px;
    }
    .ctn2 .ctn-list ul li:hover:nth-child(2) .tu {
        width: 48%;
    }
    .ctn2 .ladder {
        margin-top: 55px;
        display: flex;
        justify-content: center;
    }
    .ctn2 .ladder img.pc {
        display: none;
    }
    .ctn2 .ladder ul {
        padding-bottom: 0;
        position: relative;
        padding-left: 40px;
        width: 156px;
    }
    .ctn2 .ladder ul:before {
        content: '';
        width: 10px;
        height: 238px;
        background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/service-plan/jie.png) left top;
        background-size: contain;
        position: absolute;
        left: 0;
        top: -30px;
    }
    .ctn2 .ladder ul li {
        height: 42px;
        flex: 0 0 100%;
        position: relative;
        left: 0!important;
        top: 0!important;
        padding-top: 0;
        padding-left: 0;
        font-size: 16px!important;
    }
    .ctn2 .ladder ul li:before {
        display: none;
    }
    .ctn2 .ladder ul li:nth-child(5) {
        top: 4px!important;
    }
    .ctn3 {
        padding: 30px 0;
        background-size: cover;
    }
    .ctn3 .ctn-list {
        margin-top: 0;
    }
    .ctn3 .ctn-list ul li {
        width: 100%;
        margin-top: 20px;
    }
    .ctn3 .ctn-list ul li .text {
        padding: 14px 14px 24px;
    }
    .ctn3 .ctn-list ul li .text .logos {
        width: 50px;
        height: 50px;
    }
    .ctn3 .ctn-list ul li .text h3 {
        margin-top: 10px;
    }
    .ctn3 .ctn-list ul li .text h3 span {
        margin-left: 2px;
    }
    .ctn3 .ctn-list ul li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .ctn3 .ctn-list .mores a {
        width: 160px;
        height: 40px;
        line-height: 38px;
    }
    .ctn4 {
        padding: 30px 0 50px;
    }
    .ctn4 .ctn-list {
        margin-top: 0;
    }
    .ctn4 .ctn-list .left {
        width: 100%;
    }
    .ctn4 .ctn-list .left ul li {
        width: 100%;
        margin-top: 20px!important;
    }
    .ctn4 .ctn-list .left ul li .center .erweima {
        border: 6px solid #fff;
    }
    .ctn4 .ctn-list .left ul li .center .text h4 {
        padding-right: 0;
    }
    .ctn4 .ctn-list .left ul li:nth-child(2) .center .text {
        left: 43%;
    }
    .ctn4 .ctn-list .left ul li:nth-child(4) .center .text {
        left: 43%;
    }
    .ctn4 .ctn-list .right {
        width: 100%;
        height: 150px;
        position: relative;
        margin-top: 20px;
    }
    .ctn4 .ctn-list .right .center .tu {
        display: block;
        width: 100px;
        position: absolute;
        left: 7%;
        top: 45%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .ctn4 .ctn-list .right .center .tu img {
        width: 100%;
    }
    .ctn4 .ctn-list .right .center .text {
        left: 43%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}

@media screen and (max-width: 320px) {
    .ctn4 .ctn-list .right .center .tu {
        width: 90px;
    }
}


/*# sourceMappingURL=index.css.map */