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

@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: 5vw 0;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cad/bg1.jpg) no-repeat;
    background-size: cover;
}

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

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

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

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

.ctn1 .con .left p {
    color: #0C1634;
}

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

.ctn1 .con .right ul {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.ctn1 .con .right ul li a {
    display: flex;
    align-items: center;
}

.ctn1 .con .right ul li a .tu {
    width: 70%;
    border-radius: 10px;
    overflow: hidden;
}

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

.ctn1 .con .right ul li a .text {
    margin-left: 20px;
}

.ctn1 .con .right ul li a .text h2 {
    font-weight: bold;
    color: #3682F7;
}

.ctn1 .con .right ul li a .text span {
    color: #3682F7;
    display: inline-block;
    margin-top: 6px;
}

.ctn1 .con .right ul li:not(:first-child) {
    margin-top: 30px;
}

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

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

.ctn1 .con .right .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 .txt a .iconfont {
    margin-left: 2px;
}

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

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

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

.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 h2 {
    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 h2: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;
}

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

.ctn2 .wrapper ul li:hover h2 {
    color: #3682F7;
}

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

.ctn2 .wrapper ul li.active h2 {
    color: #3682F7;
}

.ctn2 .wrapper ul li.active h2: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-cad/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-cad/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 {
    flex: 0 0 82.2%;
    width: 82.2%;
}

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

.ctn3 .ctn-list .top .right ul li {
    width: 33.333%;
    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;
}

.ctn3 .ctn-list .bottom .box {
    display: flex;
    justify-content: space-between;
}

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

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

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

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

.ctn3 .ctn-list .bottom .box .right ul li {
    width: 33.333%;
    padding: 3vw 2.5vw 1.5vw;
    position: relative;
}

.ctn3 .ctn-list .bottom .box .right ul li:before {
    content: '';
    width: 1px;
    height: 160px;
    background: #f4f4f4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

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

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

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

.ctn4 {
    padding: 3vw 0;
}

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

.ctn4 .ctn-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ctn4 .ctn-list ul li {
    width: 22%;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cad/bg3.png) no-repeat;
    background-size: cover;
    padding: 40px 0 70px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 2vw;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn4 .ctn-list ul li .top {
    text-align: center;
}

.ctn4 .ctn-list ul li .top h3 a {
    color: #3682F7;
}

.ctn4 .ctn-list ul li .top h3 a:hover {
    text-decoration: underline;
}

.ctn4 .ctn-list ul li .top h2 {
    color: #242424;
    margin: 6px 0 26px;
    padding: 0 10px;
}

.ctn4 .ctn-list ul li .top h4 a span {
    color: #3682F7;
}

.ctn4 .ctn-list ul li .top h4 a:hover span {
    text-decoration: underline;
}

.ctn4 .ctn-list ul li .top h4 svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-left: -4px;
}

.ctn4 .ctn-list ul li .top h4 svg path {
    fill: #3682F7;
}

.ctn4 .ctn-list ul li .tu {
    width: 73.5%;
    margin: 40px auto 0;
    position: relative;
    cursor: pointer;
}

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

.ctn4 .ctn-list ul li .tu .pic {
    position: absolute;
    width: 82.3%;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.ctn4 .ctn-list ul li .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%);
}

.ctn4 .ctn-list ul li .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;
}

.ctn4 .ctn-list ul li .tu .video-btn svg path {
    fill: #2a6bcc;
}

.ctn4 .ctn-list ul li .tu:hover .video-btn svg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.ctn4 .ctn-list ul li:not(:nth-child(4n)) {
    margin-right: 4%;
}

.ctn4 .ctn-list ul li:hover {
    transform: translateY(-10px);
}

.ctn4 .ctn-list .mores {
    margin-top: 60px;
}

.ctn5 {
    padding: 3vw 0 4vw;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cad/bg5.jpg) no-repeat;
    background-size: cover;
}

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

.ctn5 .ctn-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ctn5 .ctn-list ul li {
    margin-top: 2vw;
    width: 23.1%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 50px 0px rgba(54, 129, 247, 0.1);
    padding: 2vw 1vw 7vw;
    text-align: center;
    position: relative;
}

.ctn5 .ctn-list ul li .icons {
    width: 71px;
    height: 70px;
    margin: 0 auto;
}

.ctn5 .ctn-list ul li .icons img {
    width: 100%;
}

.ctn5 .ctn-list ul li 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 ul li p {
    color: #222;
    margin-top: 4px;
}

.ctn5 .ctn-list ul li h3 {
    width: 136px;
    height: 40px;
    border-radius: 40px;
    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 ul li:hover h2 {
    color: #3681F7;
}

.ctn5 .ctn-list ul li:hover h3 {
    background: #1268ec;
    border: 1px solid #1268ec;
    color: #fff;
}

.ctn6 {
    padding: 3.5vw 0 5vw;
}

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

.ctn6 .btn .btn_solid {
    transition: all 0.3s;
}

.ctn6 .btn .btn_solid:hover {
    border: 1px solid #1268ec !important;
    background-color: #1268ec !important;
    color: #fff !important;
}

.ctn6 .btn .btn_hollow {
    transition: all 0.3s;
}

.ctn6 .btn .btn_hollow:hover {
    border: 1px solid #1268ec !important;
    color: #fff !important;
    background-color: #1268ec !important;
}

.ctn6 .btn .btn_gradient {
    transition: all 0.3s;
}

.ctn6 .btn .btn_gradient:hover {
    border: 1px solid #1268ec !important;
    color: #fff !important;
    background-color: #1268ec !important;
}

.ctn6 img {
    display: block;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.ctn6 .explore_more {
    position: relative;
    z-index: 3;
}

.ctn6 .explore_more .explore_box {
    background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cad/explore_bg2.jpg') center center no-repeat;
    background-size: cover;
    padding: 5% 7%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 2vw;
}

.ctn6 .explore_more .explore_box .explore_t {
    display: flex;
}

.ctn6 .explore_more .explore_box .explore_t li {
    display: flex;
}

.ctn6 .explore_more .explore_box .explore_t li .img {
    border-radius: 10px;
    overflow: hidden;
    width: 112px;
}

.ctn6 .explore_more .explore_box .explore_t li .txt {
    margin-left: 25px;
    width: calc(100% - 137px);
}

.ctn6 .explore_more .explore_box .explore_t li .txt p {
    white-space: nowrap;
    color: #0c1634;
    font-weight: bold;
    display: block;
    line-height: 1.3;
}

.ctn6 .explore_more .explore_box .explore_t li .txt span {
    color: #0c1634;
    margin-top: 1%;
    display: block;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_t {
    display: flex;
    margin-top: 1%;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_t a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #0c1634;
    transition: all 0.3s;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_t a svg {
    width: 20px;
    height: 20px;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_t a svg path {
    fill: #0c1634;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_t a:nth-child(1) {
    margin-right: 30px;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_t a:hover {
    color: #3682F7;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_t a:hover svg path {
    fill: #3682F7;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_b {
    margin-top: 7%;
    display: flex;
    justify-content: flex-start;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_b a {
    display: inline-block;
    border-radius: 44px;
    width: 142px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #3682F7;
    text-align: center;
    color: #3682F7;
    z-index: 1;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_b a:nth-child(1) {
    margin-right: 10px;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_c {
    margin-top: 7%;
    display: flex;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_c a {
    display: inline-block;
    border-radius: 44px;
    width: 142px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #3682F7;
    text-align: center;
    color: #3682F7;
}

.ctn6 .explore_more .explore_box .explore_t li .txt .btn_c a:nth-child(1) {
    margin-right: 10px;
}

.ctn6 .explore_more .explore_box .explore_t li:nth-child(2) {
    margin-left: 6%;
}

.ctn6 .explore_more .explore_box .explore_t li:nth-child(2) .txt {
    width: auto;
}

.ctn6 .explore_more .explore_box .explore_b {
    margin-top: 6%;
}

.ctn6 .explore_more .explore_box .explore_b p {
    font-weight: bold;
    color: #0c1634;
}

.ctn6 .explore_more .explore_box .explore_b div {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.ctn6 .explore_more .explore_box .explore_b div a {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3%;
    transition: all 0.3s;
}

.ctn6 .explore_more .explore_box .explore_b div a img {
    width: 36px;
    overflow: hidden;
}

.ctn6 .explore_more .explore_box .explore_b div a span {
    width: calc(100% - 50px);
    display: block;
}

.ctn6 .explore_more .explore_box .explore_b div a:hover span {
    color: #3682F7;
}

.ctn6 .explore_more .explore_box .explore_b div .apply_more {
    width: 23%;
    margin-top: 3%;
}

.ctn6 .explore_more .explore_box .explore_b div .apply_more a {
    margin-top: 0;
    width: 180px;
    display: inline-block;
    border-radius: 100px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #3682f7;
    color: #3682f7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn6 .explore_more .explore_box .explore_b div .apply_more a:hover {
    color: #fff;
    background: #1268ec;
}

.ctn6 .explore_more .explore_box .explore_b div .apply_more a.pager {
    width: 150px;
}

.ctn6 .explore_more .app_list_t {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5%;
}

.ctn6 .explore_more .app_list_t li {
    width: 32.33%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn6 .explore_more .app_list_t li:nth-child(1) {
    background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cad/explore_bg3.png') center center no-repeat;
    background-size: cover;
}

.ctn6 .explore_more .app_list_t li:nth-child(2) {
    background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cad/explore_bg4.jpg') center center no-repeat;
    background-size: cover;
}

.ctn6 .explore_more .app_list_t li:nth-child(3) {
    background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/support-cad/explore_bg5.jpg') center center no-repeat;
    background-size: cover;
}

.ctn6 .explore_more .app_list_t li:nth-child(3) .txt .btn a:nth-child(1) {
    border: 1px solid #3682F7;
    color: #3682F7;
    background-color: transparent;
}

.ctn6 .explore_more .app_list_t li .txt {
    padding: 11% 7%;
}

.ctn6 .explore_more .app_list_t li .txt p {
    color: #0c1634;
    display: block;
    font-weight: bold;
}

.ctn6 .explore_more .app_list_t li .txt .btn {
    display: flex;
    align-items: center;
    margin-top: 5%;
}

.ctn6 .explore_more .app_list_t li .txt .btn a {
    width: 142px;
    display: inline-block;
    border-radius: 100px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #3682f7;
    color: #3682f7;
}

.ctn6 .explore_more .app_list_t li .txt .btn a:nth-child(1) {
    margin-right: 10px;
    background-color: #3682f7;
    color: #fff;
}

.ctn6 .explore_more .app_list_t li .txt .btn a.svg_ic {
    width: 37px;
    height: 37px;
    border: 0;
    padding: 0;
    border: 1px solid transparent;
    transition: all 0.3s;
    cursor: auto;
}

.ctn6 .explore_more .app_list_t li .txt .btn a.svg_ic svg {
    width: 100%;
    height: 100%;
}

.ctn6 .explore_more .app_list_t li:hover {
    top: -10px;
}

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

.ctn6 .explore_more .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-cad/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;
}

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

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

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

.ctn6 .explore_more .bottom ul li h4 {
    color: #3682F7;
}

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

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

.ctn6 .explore_more .bottom ul li:hover h2 {
    color: #3682F7;
}

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

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

@media screen and (max-width: 1500px) {
    .w1440 {
        width: 1200px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .tu {
        height: 130px;
    }
    .ctn4 .ctn-list ul li {
        padding: 40px 0 60px;
    }
}

@media screen and (max-width: 1200px) {
    .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;
    }
    .ctn6 .explore_more .explore_box .explore_b div {
        width: 100%;
    }
    .ctn6 .explore_more .explore_box .explore_b div a {
        width: 25%;
    }
    .ctn6 .explore_more .explore_box .explore_b div .apply_more {
        width: 25%;
    }
    .ctn6 .explore_more .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;
    }
    .ctn1 .con .right {
        padding: 20px 14px;
    }
    .ctn1 .con .right ul li:not(:first-child) {
        margin-top: 20px;
    }
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .tu {
        height: 140px;
    }
    .ctn4 .ctn-list ul li {
        padding: 30px 0 40px;
    }
    .ctn5 .ctn-list ul li .icons {
        width: 61px;
        height: 60px;
    }
    .ctn6 .explore_more .explore_box .explore_t li .txt .btn_b a {
        width: 130px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
    .ctn6 .explore_more .explore_box .explore_t li .txt .btn_c a {
        width: 130px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
    .ctn6 .explore_more .explore_box .explore_b div .apply_more a {
        width: 160px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
    .ctn6 .explore_more .explore_box .explore_b div .apply_more a.pager {
        width: 140px;
    }
    .ctn6 .explore_more .app_list_t li .txt .btn a {
        width: 130px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
}

@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;
    }
    .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: 90px;
        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;
    }
    .ctn6 .explore_more .explore_box .explore_t {
        flex-wrap: wrap;
    }
    .ctn6 .explore_more .explore_box .explore_t li {
        width: 100%;
    }
    .ctn6 .explore_more .explore_box .explore_t li .txt .btn_b {
        display: none;
    }
    .ctn6 .explore_more .explore_box .explore_t li .img {
        width: 40px;
    }
    .ctn6 .explore_more .explore_box .explore_t li .txt {
        margin-left: 15px;
        width: calc(100% - 55px);
    }
    .ctn6 .explore_more .explore_box .explore_t li:nth-child(2) {
        display: none;
    }
    .ctn6 .explore_more .explore_box .explore_b div {
        width: 100%;
    }
    .ctn6 .explore_more .explore_box .explore_b div a {
        width: 50%;
        display: flex;
        margin-bottom: 5%;
    }
    .ctn6 .explore_more .explore_box .explore_b div a img {
        width: 40px;
        margin-right: 10px;
    }
    .ctn6 .explore_more .explore_box .explore_b div a span {
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .ctn6 .explore_more .explore_box .explore_b div .apply_more {
        width: 50%;
    }
    .ctn6 .explore_more .app_list_t {
        flex-wrap: wrap;
    }
    .ctn6 .explore_more .app_list_t li {
        width: 100%;
        margin-bottom: 2%;
    }
    .ctn6 .explore_more .bottom ul {
        flex-wrap: wrap;
    }
    .ctn6 .explore_more .bottom ul li {
        width: 100%;
        padding: 11% 7%;
        margin-top: 20px;
    }
    .ctn6 .explore_more .bottom ul li h3 {
        margin: 4px 0 30px;
    }
    .ctn6 .explore_more .explore_box .explore_t {
        display: none;
    }
    .ctn6 .explore_more .explore_box .explore_b {
        margin-top: 0;
    }
}

@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 .right {
        width: 100%;
        margin-top: 30px;
        padding: 20px;
    }
    .ctn1 .con .right ul {
        padding-bottom: 20px;
    }
    .ctn1 .con .right ul li a .text h2 {
        font-size: 16px;
    }
    .ctn1 .con .right ul li a .text span {
        font-size: 20px;
    }
    .ctn2 {
        padding: 0 0 30px;
    }
    .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: #3682F7;
    }
    .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;
    }
    .ctn3 .ctn-list .bottom .box {
        flex-wrap: wrap;
    }
    .ctn3 .ctn-list .bottom .box .left {
        width: 100%;
        padding-bottom: 14px;
        border-bottom: 1px solid #ededed;
    }
    .ctn3 .ctn-list .bottom .box .right {
        width: 100%;
    }
    .ctn3 .ctn-list .bottom .box .right ul {
        flex-wrap: wrap;
    }
    .ctn3 .ctn-list .bottom .box .right ul li {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #ededed;
    }
    .ctn3 .ctn-list .bottom .box .right ul li:before {
        display: none;
    }
    .ctn3 .ctn-list .bottom .box .right ul li h2 span {
        display: inline-block;
    }
    .ctn3 .ctn-list .bottom .box .right ul li .text {
        margin: 10px 0 0;
    }
    .ctn3 .ctn-list .bottom .box .right ul li:last-child {
        border-bottom: 2px solid #333;
    }
    .ctn3 .ctn-list .bottom .box:not(:first-child) {
        margin-top: 20px;
    }
    .ctn3 .ctn-list .bottom .box:last-child .right ul li:last-child {
        border: none;
    }
    .ctn4 {
        padding: 30px 0;
    }
    .ctn4 .ctn-list ul li {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding: 20px 0;
        margin-right: 0!important;
    }
    .ctn4 .ctn-list ul li .top h2 {
        margin: 4px 0 20px;
    }
    .ctn4 .ctn-list ul li .tu {
        margin: 20px auto 0;
    }
    .ctn4 .ctn-list ul li:hover {
        transform: translateY(0);
    }
    .ctn4 .ctn-list .mores {
        margin-top: 30px;
    }
    .ctn5 {
        padding: 30px 0;
    }
    .ctn5 .ctn-list ul {
        flex-wrap: wrap;
    }
    .ctn5 .ctn-list ul li {
        width: 100%;
        margin-top: 20px;
        padding: 30px 20px;
    }
    .ctn5 .ctn-list ul li 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;
    }
    .ctn6 {
        padding: 10px 0 35px;
    }
    .ctn6 .explore_more {
        padding-top: 20px;
    }
    .ctn6 .explore_more .explore_box {
        padding: 30px 20px;
        margin-top: 0;
    }
    .ctn6 .explore_more .explore_box .explore_b p {
        margin-bottom: 10px;
        text-align: center;
    }
    .ctn6 .explore_more .explore_box .explore_b div a span {
        padding-right: 10px;
    }
    .ctn6 .explore_more .app_list_t {
        margin-top: 20px;
    }
    .ctn6 .explore_more .app_list_t li {
        margin-bottom: 0;
    }
    .ctn6 .explore_more .app_list_t li:not(:last-child) {
        margin-bottom: 20px;
    }
    .ctn6 .explore_more .bottom ul li {
        padding: 20px;
    }
    .ctn6 .explore_more .app_list_t li:nth-child(1) .txt .btn a:nth-child(1) {
        display: none;
    }
    .ctn6 .explore_more .app_list_t li .txt {
        padding: 20px;
    }
    .ctn6 .explore_more .app_list_t li .txt .btn {
        margin-top: 30px;
    }
    .ctn6 .explore_more .explore_box .explore_b div a {
        margin: 14px 0;
    }
    .ctn6 .explore_more .explore_box .explore_b div .apply_more {
        margin-top: 14px;
        margin-bottom: 0;
        width: 100%;
    }
    .ctn6 .explore_more .explore_box .explore_b div .apply_more a {
        margin: 0 auto;
    }
    .ctn6 .explore_more .explore_box .explore_b div .apply_more a.pager {
        margin-top: 6px;
    }
}

@media screen and (max-width: 375px) {
    .cont .explore_more .app_list_b li {
        height: 160px;
    }
}

@media screen and (max-width: 360px) {
    .ctn2 .ctn-box .box .swiper-container .swiper-slide .tu {
        height: 150px;
    }
    .ctn6 .ctn-list .top .left .text h3 a {
        display: block;
        margin-left: 0!important;
    }
    .ctn6 .ctn-list .top .left .text .downloads {
        display: block;
    }
    .ctn6 .ctn-list .top .left .text .downloads a {
        width: 160px;
    }
    .ctn6 .ctn-list .top .left .text .downloads a:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .ctn6 .ctn-list .top .left .text .linux .frees a {
        display: block;
    }
    .ctn6 .ctn-list .top .left .text .linux .frees a:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .ctn6 .ctn-list .top .right .downs a {
        display: block;
    }
    .ctn6 .ctn-list .top .right .downs a:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .cont .explore_more .explore_box .explore_b div a img {
        width: 35px;
    }
    .cont .explore_more .explore_box .explore_b div a span {
        font-size: 12px;
    }
    .cont .explore_more .app_list_b li:nth-child(1) .txt span {
        height: auto;
    }
    .cont .explore_more .app_list_b li .txt span {
        line-height: 1.5;
        height: 4.5em;
    }
}


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