.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;
}

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

.w1480 {
    width: 1480px;
    max-width: 92%;
    margin: 0 auto;
}

@keyframes bounces {
    0%,
    15%,
    47%,
    73%,
    89%,
    100% {
        animation-timing-function: ease-out;
        transform: translate3d(0, 0, 0);
    }
    30%,
    32% {
        animation-timing-function: ease-in;
        transform: translate3d(0, -10px, 0);
    }
    60% {
        animation-timing-function: ease-in;
        transform: translate3d(0, -8px, 0);
    }
    82% {
        animation-timing-function: ease-in;
        transform: translate3d(0, -4px, 0);
    }
    94% {
        animation-timing-function: ease-in;
        transform: translate3d(0, -2px, 0);
    }
}

.mores {
    margin-top: 40px;
}

.mores a {
    display: block;
    width: 142px;
    height: 44px;
    border-radius: 44px;
    background: #3682F7;
    text-align: center;
    line-height: 44px;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.mores a:hover {
    background: #1268ec;
}

.mores a.center {
    margin: 0 auto;
}

.ctn-sub {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 70px;
    left: 0;
    top: 70px;
    z-index: 100;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn-sub .con .left {
    float: left;
    display: flex;
    align-items: center;
}

.ctn-sub .con .left img {
    width: 46px;
}

.ctn-sub .con .left h2 {
    margin-left: 12px;
    color: #0C1634;
    line-height: 70px;
}

.ctn-sub .con .middle {
    float: left;
    margin-left: 6%;
}

.ctn-sub .con .middle .app_nav_txt {
    display: none;
}

.ctn-sub .con .middle ul li {
    float: left;
    margin-right: 2vw;
    line-height: 70px;
    color: #0C1634;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn-sub .con .middle ul li:after {
    content: '';
    width: 0;
    height: 3px;
    background: #3682F7;
    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;
}

.ctn-sub .con .middle ul li.active {
    color: #3682F7;
}

.ctn-sub .con .middle ul li.active:after {
    width: 100%;
    left: 0;
}

.ctn-sub .con .middle ul li:hover {
    color: #3682F7;
}

.ctn-sub .con .middle ul li:hover:after {
    width: 100%;
    left: 0;
}

.ctn-sub .con .right {
    float: right;
}

.ctn-sub .con .right a {
    display: block;
    width: 160px;
    height: 44px;
    border: 1px solid #3682F7;
    border-radius: 44px;
    position: relative;
    top: 13px;
    text-align: center;
    line-height: 42px;
    color: #3681F7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn-sub .con .right a:hover {
    background: #3682F7;
    color: #fff;
}

.ctn-sub.fixed {
    top: 0;
}

.ctn1 {
    margin-top: 140px;
    padding: 3.5vw 0 6vw;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cae/bg1.jpg) no-repeat center center;
    background-size: cover;
}

.ctn1 .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
}

.ctn1 .con .left {
    width: 54%;
    position: relative;
}

.ctn1 .con .left .swiper-container .swiper-slide h2 {
    color: #0C1634;
    font-weight: bold;
}

.ctn1 .con .left .swiper-container .swiper-slide h3 {
    font-weight: bold;
    color: #3682F7;
    margin: 14px 0 20px;
}

.ctn1 .con .left .swiper-container .swiper-slide p {
    color: #0C1634;
}

.ctn1 .con .left .swiper-container .swiper-pagination {
    display: none;
}

.ctn1 .con .left .swiper-button-prev {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    left: -60px;
    top: 50%;
    margin-top: -17px;
    background: #3682F7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .con .left .swiper-button-prev:before {
    content: '\e602';
    font-family: iconfont;
    font-size: 20px;
    color: #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%);
}

.ctn1 .con .left .swiper-button-prev:after {
    display: none;
}

.ctn1 .con .left .swiper-button-prev:hover {
    background: #1268ec;
}

.ctn1 .con .left .swiper-button-next {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    right: -60px;
    top: 50%;
    margin-top: -17px;
    background: #3681F7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .con .left .swiper-button-next:before {
    content: '\e683';
    font-family: iconfont;
    font-size: 20px;
    color: #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%);
}

.ctn1 .con .left .swiper-button-next:after {
    display: none;
}

.ctn1 .con .left .swiper-button-next:hover {
    background: #1268ec;
}

.ctn1 .con .right {
    width: 34%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

.ctn1 .con .right .tu img {
    width: 100%;
}

.ctn1 .con .right .text {
    padding: 30px 20px;
}

.ctn1 .con .right .text .top {
    padding-bottom: 14px;
    border-bottom: 1px solid #f2f2f2;
}

.ctn1 .con .right .text .top a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3682F7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .con .right .text .top a h2 {
    font-weight: bold;
}

.ctn1 .con .right .text .top a:hover span {
    animation-name: bounces;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.ctn1 .con .right .text .txt {
    padding-top: 14px;
}

.ctn1 .con .right .text .txt a {
    color: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn1 .con .right .text .txt a .iconfont {
    margin-left: 2px;
}

.ctn1 .con .right .text .txt a:hover {
    color: #3682F7;
}

.ctn1 .con .right .text .txt a:hover .tit {
    text-decoration: underline;
}

.ctn1 .con .right .text .txt p {
    color: #636363;
    margin-top: 4px;
}

.f-box .f-content {
    display: none;
}

.f-box .f-content.active {
    display: block;
}

.ctn2 {
    background: #fff;
    padding: 3vw 0 4vw;
}

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

.ctn2 .title h2 {
    color: #242424;
}

.ctn2 .title p {
    color: #636363;
    margin-top: 10px;
}

.ctn2 .wrapper {
    border-bottom: 1px solid #ddd;
    margin: 36px 0 40px;
}

.ctn2 .wrapper ul {
    display: flex;
    justify-content: center;
}

.ctn2 .wrapper ul li a {
    display: inline-block;
    color: #222;
    cursor: pointer;
    padding-bottom: 14px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .wrapper ul li a:after {
    content: '';
    width: 0;
    height: 3px;
    background: #2A6BCC;
    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;
}

.ctn2 .wrapper ul li:not(:last-child) {
    margin-right: 100px;
}

.ctn2 .wrapper ul li:hover a {
    color: #2A6BCC;
}

.ctn2 .wrapper ul li:hover a:after {
    width: 110%;
    left: -5%;
}

.ctn2 .wrapper ul li.active a {
    color: #2A6BCC;
}

.ctn2 .wrapper ul li.active a:after {
    width: 110%;
    left: -5%;
}

.ctn2 .ctn-box .box {
    position: relative;
}

.ctn2 .ctn-box .box .swiper-container {
    padding: 0 30px 6px;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide {
    cursor: pointer;
    background: #fff;
    height: auto;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide .tu {
    border-radius: 5px;
    height: 164px;
    overflow: hidden;
    position: relative;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide .tu:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cae/bg4.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide .tu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide .tu .video-btn {
    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%);
    z-index: 3;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide .tu .video-btn svg {
    width: 38px;
    height: 38px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide .tu .video-btn svg path {
    fill: #fff;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide .text {
    padding: 20px 10px 10px;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide .text h2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    max-height: 3em;
    color: #242424;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide .text p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    max-height: 4.5em;
    color: #636363;
    margin-top: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide:hover .tu img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide:hover .tu .video-btn svg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide:hover .text h2 {
    color: #2A6BCC;
}

.ctn2 .ctn-box .box .swiper-container .swiper-slide:hover .text p {
    color: #2A6BCC;
}

.ctn2 .ctn-box .box .swiper-container .swiper-pagination {
    display: none;
}

.ctn2 .ctn-box .box .swiper-button-prev {
    width: 44px;
    height: 44px;
    left: -44px;
    top: 30%;
    margin-top: 0;
    background: none;
}

.ctn2 .ctn-box .box .swiper-button-prev:before {
    content: '\e602';
    font-family: iconfont;
    font-size: 20px;
    color: #222;
    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%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-box .box .swiper-button-prev:after {
    display: none;
}

.ctn2 .ctn-box .box .swiper-button-prev:hover:before {
    color: #2A6BCC;
}

.ctn2 .ctn-box .box .swiper-button-next {
    width: 44px;
    height: 44px;
    right: -44px;
    top: 30%;
    margin-top: 0;
    background: none;
}

.ctn2 .ctn-box .box .swiper-button-next:before {
    content: '\e683';
    font-family: iconfont;
    font-size: 20px;
    color: #222;
    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%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn2 .ctn-box .box .swiper-button-next:after {
    display: none;
}

.ctn2 .ctn-box .box .swiper-button-next:hover:before {
    color: #2A6BCC;
}

.ctn2 .ctn-box .box.center .swiper-container .swiper-wrapper {
    justify-content: center;
}

.ctn3 {
    padding: 3vw 0 3.5vw;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cae/bg2.png) no-repeat;
    background-size: cover;
}

.ctn3 .s-title h2 {
    text-align: center;
    color: #242424;
}

.ctn3 .ctn-list {
    margin-top: 35px;
}

.ctn3 .ctn-list .top {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
}

.ctn3 .ctn-list .top .right {
    width: 82.2%;
}

.ctn3 .ctn-list .top .right ul {
    display: flex;
}

.ctn3 .ctn-list .top .right ul li {
    width: 33.33%;
    padding: 0 2.5vw;
}

.ctn3 .ctn-list .top .right ul li h2 {
    line-height: 74px;
    color: #0C1634;
}

.ctn3 .ctn-list .bottom {
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    padding: 2vw 0;
}

.ctn3 .ctn-list .bottom .left {
    width: 17.8%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ctn3 .ctn-list .bottom .left:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    top: 0;
}

.ctn3 .ctn-list .bottom .left h2 {
    color: #0C1634;
    font-weight: bold;
    text-align: center;
}

.ctn3 .ctn-list .bottom .right {
    flex: 0 0 82.2%;
}

.ctn3 .ctn-list .bottom .right .box ul {
    display: flex;
}

.ctn3 .ctn-list .bottom .right .box ul li {
    width: 33.33%;
    padding: 10px 2.5vw;
    position: relative;
}

.ctn3 .ctn-list .bottom .right .box ul li:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    left: 0;
    top: 0;
}

.ctn3 .ctn-list .bottom .right .box ul li h2 {
    color: #0C1634;
    font-weight: bold;
}

.ctn3 .ctn-list .bottom .right .box ul li h2 span {
    display: none;
}

.ctn3 .ctn-list .bottom .right .box ul li .text {
    color: #636363;
    margin: 10px 0 20px;
}

.ctn3 .ctn-list .bottom .right .box ul li:first-child:before {
    display: none;
}

.ctn3 .ctn-list .bottom .right .box:not(:first-child) {
    margin-top: 2vw;
}

.ctn4 {
    padding: 3vw 0;
}

.ctn4 .s-title h2 {
    text-align: center;
    color: #242424;
}

.ctn4 .ctn-list {
    margin-top: 3vw;
    display: flex;
    justify-content: space-between;
}

.ctn4 .ctn-list .left {
    width: 43.7%;
    height: 356px;
    overflow: hidden;
}

.ctn4 .ctn-list .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list .left:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn4 .ctn-list .right {
    width: 53.3%;
}

.ctn4 .ctn-list .right ul {
    border-top: 1px solid #ededed;
}

.ctn4 .ctn-list .right ul li {
    border-bottom: 1px solid #ededed;
    padding: 0 20px;
}

.ctn4 .ctn-list .right ul li a {
    display: block;
    padding-left: 30px;
    position: relative;
}

.ctn4 .ctn-list .right ul li a:before {
    content: '\e693';
    font-family: iconfont;
    font-size: 20px;
    color: #3681F7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.ctn4 .ctn-list .right ul li a:after {
    content: '\e727';
    font-family: iconfont;
    font-size: 20px;
    color: #444;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list .right ul li a h2 {
    line-height: 70px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #242424;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list .right ul li:hover a:after {
    color: #3681F7;
}

.ctn4 .ctn-list .right ul li:hover a h2 {
    color: #3681F7;
}

.ctn5 {
    padding: 3vw 0 4vw;
    background: linear-gradient(180deg, rgba(241, 251, 243, 0.5) 15%, rgba(241, 251, 243, 0) 67%);
}

.ctn5 .s-title h2 {
    text-align: center;
    color: #242424;
}

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

.ctn5 .ctn-list .swiper-container {
    padding: 20px;
}

.ctn5 .ctn-list .swiper-container .swiper-slide {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 14px 0px rgba(54, 129, 247, 0.1);
    text-align: center;
    height: auto;
}

.ctn5 .ctn-list .swiper-container .swiper-slide a {
    display: block;
    padding: 2vw 1vw 7vw;
    position: relative;
    height: 100%;
}

.ctn5 .ctn-list .swiper-container .swiper-slide a .icons {
    width: 71px;
    height: 70px;
    margin: 0 auto;
}

.ctn5 .ctn-list .swiper-container .swiper-slide a .icons img {
    width: 100%;
}

.ctn5 .ctn-list .swiper-container .swiper-slide a h2 {
    font-weight: bold;
    color: #000000;
    margin-top: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn5 .ctn-list .swiper-container .swiper-slide a p {
    color: #222;
    margin-top: 8px;
}

.ctn5 .ctn-list .swiper-container .swiper-slide a h3 {
    width: 136px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #3681F7;
    text-align: center;
    line-height: 38px;
    color: #3681F7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 2vw;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn5 .ctn-list .swiper-container .swiper-slide:hover a h2 {
    color: #3681F7;
}

.ctn5 .ctn-list .swiper-container .swiper-slide:hover a h3 {
    background: #3681F7;
    color: #fff;
}

.ctn5 .ctn-list .swiper-container .swiper-pagination {
    display: none;
}

.ctn5 .ctn-list .swiper-button-prev {
    width: 44px;
    height: 44px;
    left: -30px;
    top: 50%;
    margin-top: -22px;
    background: none;
}

.ctn5 .ctn-list .swiper-button-prev:before {
    content: '\e602';
    font-family: iconfont;
    font-size: 20px;
    color: #222;
    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%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn5 .ctn-list .swiper-button-prev:after {
    display: none;
}

.ctn5 .ctn-list .swiper-button-prev:hover:before {
    color: #2A6BCC;
}

.ctn5 .ctn-list .swiper-button-next {
    width: 44px;
    height: 44px;
    right: -30px;
    top: 50%;
    margin-top: -22px;
    background: none;
}

.ctn5 .ctn-list .swiper-button-next:before {
    content: '\e683';
    font-family: iconfont;
    font-size: 20px;
    color: #222;
    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%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn5 .ctn-list .swiper-button-next:after {
    display: none;
}

.ctn5 .ctn-list .swiper-button-next:hover:before {
    color: #2A6BCC;
}

.ctn5 .bottom ul {
    display: flex;
    justify-content: space-between;
}

.ctn5 .bottom ul li {
    margin-top: 2.5%;
    width: 48.8%;
    padding: 56px 60px 50px;
    border-radius: 10px;
    overflow: hidden;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cae/bg6.jpg) no-repeat right bottom;
    background-size: cover;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn5 .bottom ul li:nth-child(2) {
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cae/bg7.jpg) no-repeat right bottom;
    background-size: cover;
}

.ctn5 .bottom 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;
}

.ctn5 .bottom ul li h3 {
    color: #0C1634;
    margin: 4px 0 3.5vw;
}

.ctn5 .bottom ul li h4 {
    color: #3681F7;
}

.ctn5 .bottom ul li h4 .iconfont {
    margin-left: 4px;
}

.ctn5 .bottom ul li:hover {
    top: -10px;
}

.ctn5 .bottom ul li:hover h2 {
    color: #3681F7;
}

.ctn5 .bottom ul li:hover h4 .tit {
    text-decoration: underline;
}

@media screen and (max-width: 1600px) {
    .fnt_16 {
        font-size: 16px;
    }
    .ctn5 .ctn-list .swiper-container .swiper-slide a h3 {
        width: 130px;
    }
}

@media screen and (max-width: 1500px) {
    .w1440 {
        width: 1200px;
    }
    .w1480 {
        width: 1240px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .tu {
        height: 130px;
    }
}

@media screen and (max-width: 1440px) {
    .ctn4 .ctn-list .left {
        height: 326px;
    }
    .ctn4 .ctn-list .right ul li a h2 {
        line-height: 64px;
    }
}

@media screen and (max-width: 1200px) {
    .ctn1 .con .right .text {
        padding: 20px 14px;
    }
    .ctn2 .ctn-box .box .swiper-container {
        padding: 0 20px 6px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .tu {
        height: 124px;
    }
    .ctn2 .ctn-box .box .swiper-button-prev {
        left: -30px;
    }
    .ctn2 .ctn-box .box .swiper-button-next {
        right: -30px;
    }
    .ctn5 .bottom ul li {
        padding: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .mores a {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .ctn-sub .con .middle {
        margin-left: 24px;
    }
    .ctn-sub .con .middle ul li {
        margin-right: 14px;
    }
    .ctn-sub .con .right a {
        font-size: 14px;
        width: 130px;
        height: 40px;
        line-height: 38px;
        top: 15px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .tu {
        height: 140px;
    }
    .ctn4 .ctn-list .left {
        height: 276px;
    }
    .ctn4 .ctn-list .right ul li a h2 {
        line-height: 54px;
    }
    .ctn5 .ctn-list .swiper-container .swiper-slide a {
        padding: 2vw 1vw 9vw;
    }
    .ctn5 .ctn-list .swiper-container .swiper-slide a .icons {
        width: 61px;
        height: 60px;
    }
}

@media screen and (max-width: 992px) {
    .fnt_16 {
        font-size: 14px;
    }
    .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;
    }
    .ctn-sub {
        height: 53px;
        top: 60px;
        box-shadow: 0 0 8px #e1eaf9;
    }
    .ctn-sub .con .left img {
        width: 32px;
    }
    .ctn-sub .con .left h2 {
        font-size: 14px;
        margin-left: 10px;
        line-height: 53px;
    }
    .ctn-sub .con .middle {
        position: relative;
    }
    .ctn-sub .con .middle .app_nav_txt {
        display: flex;
        align-items: center;
    }
    .ctn-sub .con .middle .app_nav_txt p {
        display: inline-block;
        font-size: 14px;
        line-height: 53px;
        white-space: nowrap;
        margin-right: 8px;
    }
    .ctn-sub .con .middle .app_nav_txt svg {
        width: 13px;
        height: 13px;
        vertical-align: middle;
    }
    .ctn-sub .con .middle ul {
        display: none;
        position: absolute;
        left: -10px;
        top: 100%;
        width: 160px;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0 7px 7px #e1eaf9;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-left: 0;
        overflow: hidden;
    }
    .ctn-sub .con .middle ul li {
        width: 100%;
        line-height: 38px;
        padding-left: 10px;
        margin-left: 0;
        font-size: 14px;
        margin-right: 0;
    }
    .ctn-sub .con .middle ul li:after {
        display: none!important;
    }
    .ctn-sub .con .right a {
        height: 36px;
        line-height: 34px;
        top: 9px;
    }
    .ctn1 {
        margin-top: 113px;
    }
    .ctn5 .bottom ul {
        flex-wrap: wrap;
    }
    .ctn5 .bottom ul li {
        width: 100%;
        padding: 11% 7%;
        margin-top: 20px;
    }
    .ctn5 .bottom ul li h3 {
        margin: 4px 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .mores {
        margin-top: 30px;
    }
    .mores a {
        margin: 0 auto;
    }
    .ctn-sub .con .left img {
        position: relative;
        top: 10px;
    }
    .ctn-sub .con .left h2 {
        display: none;
    }
    .ctn-sub .con .middle {
        margin-left: 14px;
    }
    .ctn1 {
        padding: 40px 0;
    }
    .ctn1 .con {
        flex-wrap: wrap;
    }
    .ctn1 .con .left {
        width: 100%;
        text-align: center;
    }
    .ctn1 .con .left .swiper-container .swiper-slide p {
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        height: 6em;
    }
    .ctn1 .con .left .swiper-container .swiper-pagination {
        display: block;
        position: relative;
        bottom: 0;
        margin-top: 16px;
    }
    .ctn1 .con .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }
    .ctn1 .con .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background: #3681F7;
    }
    .ctn1 .con .left .swiper-button-prev {
        display: none;
    }
    .ctn1 .con .left .swiper-button-next {
        display: none;
    }
    .ctn1 .con .right {
        width: 100%;
        margin-top: 30px;
    }
    .ctn1 .con .right .text .top a h2 {
        font-size: 16px;
    }
    .ctn1 .con .right .text .top a span {
        font-size: 22px;
    }
    .ctn2 {
        padding: 30px 0;
    }
    .ctn2 .title p {
        margin-top: 6px;
    }
    .ctn2 .wrapper {
        margin: 20px 0;
    }
    .ctn2 .wrapper ul li:not(:last-child) {
        margin-right: 30px;
    }
    .ctn2 .ctn-box .box .swiper-container {
        padding: 0;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide {
        box-shadow: none;
        padding: 0;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .tu {
        height: 200px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .text {
        padding: 20px 10px 0;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .text h2 {
        font-size: 16px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .text p {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        height: 3em;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-pagination {
        display: block;
        position: relative;
        bottom: 0;
        margin-top: 16px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background: #3681F7;
    }
    .ctn2 .ctn-box .box .mores {
        width: 126px;
        height: 40px;
        line-height: 40px;
        margin: 26px auto 0;
    }
    .ctn2 .ctn-box .box .swiper-button-prev {
        display: none;
    }
    .ctn2 .ctn-box .box .swiper-button-next {
        display: none;
    }
    .ctn3 {
        padding: 30px 0;
    }
    .ctn3 .ctn-list {
        margin-top: 20px;
    }
    .ctn3 .ctn-list .top {
        display: none;
    }
    .ctn3 .ctn-list .bottom {
        margin-top: 0;
        padding: 20px;
        flex-wrap: wrap;
    }
    .ctn3 .ctn-list .bottom .left {
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px solid #ededed;
    }
    .ctn3 .ctn-list .bottom .left:after {
        display: none;
    }
    .ctn3 .ctn-list .bottom .right {
        width: 100%;
    }
    .ctn3 .ctn-list .bottom .right .box ul {
        flex-wrap: wrap;
    }
    .ctn3 .ctn-list .bottom .right .box ul li {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #ededed;
    }
    .ctn3 .ctn-list .bottom .right .box ul li:before {
        display: none;
    }
    .ctn3 .ctn-list .bottom .right .box ul li h2 span {
        display: inline-block;
    }
    .ctn3 .ctn-list .bottom .right .box ul li .text {
        margin: 10px 0 0;
    }
    .ctn3 .ctn-list .bottom .right .box:not(:first-child) {
        margin-top: 0;
    }
    .ctn3 .ctn-list .bottom .right .box:last-child ul li:last-child {
        border: none;
    }
    .ctn4 {
        padding: 30px 0;
    }
    .ctn4 .ctn-list {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .ctn4 .ctn-list .left {
        width: 100%;
        height: auto;
    }
    .ctn4 .ctn-list .right {
        width: 100%;
        margin-top: 20px;
    }
    .ctn4 .ctn-list .right ul li {
        padding: 0 14px;
    }
    .ctn4 .ctn-list .right ul li a {
        padding-left: 24px;
    }
    .ctn4 .ctn-list .right ul li a:before {
        font-size: 16px;
    }
    .ctn4 .ctn-list .right ul li a:after {
        font-size: 16px;
    }
    .ctn4 .ctn-list .right ul li a h2 {
        line-height: 44px;
    }
    .ctn5 {
        padding: 30px 0 35px;
        overflow: hidden;
    }
    .ctn5 .ctn-list {
        margin-top: 20px;
    }
    .ctn5 .ctn-list .swiper-container {
        padding: 0;
        overflow: inherit;
    }
    .ctn5 .ctn-list .swiper-container .swiper-wrapper {
        flex-wrap: wrap;
    }
    .ctn5 .ctn-list .swiper-container .swiper-slide a {
        padding: 30px 20px;
    }
    .ctn5 .ctn-list .swiper-container .swiper-slide a h3 {
        position: relative;
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        bottom: 0;
        margin: 20px auto 0;
    }
    .ctn5 .ctn-list .swiper-container .swiper-slide:not(:first-child) {
        margin-top: 20px;
    }
    .ctn5 .ctn-list .swiper-button-prev {
        display: none;
    }
    .ctn5 .ctn-list .swiper-button-next {
        display: none;
    }
    .ctn5 .bottom ul li {
        padding: 20px;
    }
}

@media screen and (max-width: 360px) {
    .ctn-sub .con .middle {
        margin-left: 6px;
    }
    .ctn-sub .con .middle .app_nav_txt p {
        font-size: 12px;
    }
    .ctn-sub .con .middle .app_nav_txt svg {
        width: 10px;
        height: 10px;
    }
    .ctn-sub .con .right a {
        width: 110px;
        height: 34px;
        line-height: 32px;
        top: 10px;
        font-size: 12px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .tu {
        height: 150px;
    }
}


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