.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: #1268ec;
    border: 1px solid #1268ec;
    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-3d/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%;
}

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

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

.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-3d/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: #3682f7;
}

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

.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: 2.5vw 0 3.5vw;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-3d/bg2.png) no-repeat;
    background-size: cover;
}

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

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

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

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

.ctn3 .ctn-list .bottom .box .right ul li {
    width: 33.3333%;
    padding: 3vw 2.5vw 2.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-top: 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-3d/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 {
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-3d/bg2.jpg) no-repeat center center;
    background-size: cover;
}

.ctn5 .con {
    position: relative;
    padding: 6vw 0 7vw;
}

.ctn5 .con .left h2 {
    color: #fff;
    font-weight: bold;
}

.ctn5 .con .left h3 {
    color: #fff;
    margin-top: 4px;
}

.ctn5 .con .left p {
    color: #fff;
    margin-top: 14px;
}

.ctn5 .con .left .views {
    margin-top: 2vw;
}

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

.ctn5 .con .left .views a:hover {
    background: #1268ec;
    color: #fff;
}

.ctn5 .con .right {
    position: absolute;
    width: 46.6%;
    right: 0;
    bottom: 0;
}

.ctn5 .con .right img {
    width: 100%;
}

.ctn5 .con .right .bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

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

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

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

.ctn6 .ctn-list .top {
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-3d/bg5.png) no-repeat right bottom;
    background-size: cover;
    padding: 2.8vw 0 3.5vw;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.ctn6 .ctn-list .top .left {
    width: 51.2%;
    display: flex;
    padding-left: 4.5vw;
}

.ctn6 .ctn-list .top .left .logos {
    width: 17.4%;
}

.ctn6 .ctn-list .top .left .logos img {
    width: 100%;
}

.ctn6 .ctn-list .top .left .text {
    margin-left: 3vw;
}

.ctn6 .ctn-list .top .left .text h2 {
    font-weight: bold;
    color: #0C1634;
}

.ctn6 .ctn-list .top .left .text h3 {
    margin: 4px 0 20px;
}

.ctn6 .ctn-list .top .left .text h3 a {
    color: #333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn6 .ctn-list .top .left .text h3 a .iconfont {
    margin-left: 4px;
}

.ctn6 .ctn-list .top .left .text h3 a:first-child {
    margin-right: 30px;
}

.ctn6 .ctn-list .top .left .text h3 a:hover {
    color: #3682f7;
}

.ctn6 .ctn-list .top .left .text h3 a:hover .tit {
    text-decoration: underline;
}

.ctn6 .ctn-list .top .left .text .downloads a {
    display: inline-block;
    width: 180px;
    height: 44px;
    border-radius: 44px;
    color: #fff;
    background: #272727;
    text-align: center;
    line-height: 44px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn6 .ctn-list .top .left .text .downloads a:last-child {
    margin-left: 8px;
    background: #3682f7;
}

.ctn6 .ctn-list .top .left .text .downloads a:hover {
    background: #1268ec;
}

.ctn6 .ctn-list .top .left .text .linux {
    margin-top: 3vw;
}

.ctn6 .ctn-list .top .left .text .linux .frees {
    margin-top: 20px;
}

.ctn6 .ctn-list .top .left .text .linux .frees a {
    display: inline-block;
    width: 142px;
    height: 44px;
    border-radius: 44px;
    text-align: center;
    line-height: 44px;
    background: #3682F7;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn6 .ctn-list .top .left .text .linux .frees a:last-child {
    background: none;
    margin-left: 8px;
    border: 1px solid #3682F7;
    color: #3682F7;
    line-height: 42px;
}

.ctn6 .ctn-list .top .left .text .linux .frees a:hover {
    background: #1268ec;
    color: #fff;
}

.ctn6 .ctn-list .top .left .text .linux .frees a:hover:last-child {
    border: 1px solid #1268ec;
}

.ctn6 .ctn-list .top .right {
    width: 48.8%;
    padding-left: 20px;
    position: relative;
}

.ctn6 .ctn-list .top .right h2 {
    font-weight: bold;
    color: #0C1634;
}

.ctn6 .ctn-list .top .right p {
    color: #333;
    margin: 4px 0 20px;
}

.ctn6 .ctn-list .top .right .downs a {
    display: inline-block;
    width: 142px;
    height: 44px;
    border-radius: 44px;
    text-align: center;
    border: 1px solid #3682f7;
    color: #3682f7;
    line-height: 42px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn6 .ctn-list .top .right .downs a:last-child {
    margin-left: 8px;
}

.ctn6 .ctn-list .top .right .downs a:hover {
    background: #1268ec;
    color: #fff;
}

.ctn6 .ctn-list .top .right .historys {
    position: absolute;
    left: 20px;
    bottom: 0;
}

.ctn6 .ctn-list .top .right .historys a {
    display: inline-block;
    width: 180px;
    height: 44px;
    border-radius: 44px;
    border: 1px solid #3682f7;
    color: #3682f7;
    text-align: center;
    line-height: 42px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.ctn6 .ctn-list .top .right .historys a:hover {
    border: 1px solid #1268ec;
    background: #1268ec;
    color: #fff;
}

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

.ctn6 .ctn-list .bottom ul li {
    margin-top: 25px;
    width: 48.8%;
    padding: 56px 60px 50px;
    border-radius: 10px;
    overflow: hidden;
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-3d/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 .ctn-list .bottom ul li:nth-child(2) {
    background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-3d/bg7.jpg) no-repeat right bottom;
    background-size: cover;
}

.ctn6 .ctn-list .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 .ctn-list .bottom ul li h3 {
    color: #333;
    margin: 4px 0 3.5vw;
}

.ctn6 .ctn-list .bottom ul li h4 {
    color: #3682f7;
}

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

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

.ctn6 .ctn-list .bottom ul li:hover h2 {
    color: #3682f7;
}

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

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

@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) {
    .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;
    }
    .ctn6 .ctn-list .top .left {
        padding-left: 24px;
    }
    .ctn6 .ctn-list .top .left .text {
        margin-left: 24px;
    }
    .ctn6 .ctn-list .top .left .text .downloads a {
        width: 170px;
    }
    .ctn6 .ctn-list .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 ul li {
        padding: 30px 0 40px;
    }
    .ctn5 .con .left .views a {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .ctn6 .ctn-list .top .left .text .downloads a {
        width: 160px;
        font-size: 14px;
    }
    .ctn6 .ctn-list .top .left .text .linux .frees a {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .ctn6 .ctn-list .top .left .text .linux .frees a:last-child {
        line-height: 38px;
    }
    .ctn6 .ctn-list .top .right .downs a {
        width: 130px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
    .ctn6 .ctn-list .top .right .historys a {
        width: 160px;
        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 {
        padding: 30px 0 35px;
    }
    .ctn6 .ctn-list {
        margin-top: 20px;
    }
    .ctn6 .ctn-list .top {
        padding: 30px 20px;
        display: block;
        background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/support-3d/bg5.png) no-repeat center center;
        background-size: cover;
    }
    .ctn6 .ctn-list .top .left {
        padding-left: 0;
        flex-wrap: wrap;
        text-align: center;
        width: 100%;
    }
    .ctn6 .ctn-list .top .left .logos {
        width: 100%;
        text-align: center;
    }
    .ctn6 .ctn-list .top .left .logos img {
        width: 60px;
    }
    .ctn6 .ctn-list .top .left .text {
        margin-left: 0;
        margin-top: 30px;
        flex: 1;
    }
    .ctn6 .ctn-list .top .left .text h3 a {
        font-size: 12px;
    }
    .ctn6 .ctn-list .top .left .text h3 a span {
        font-size: 12px;
    }
    .ctn6 .ctn-list .top .left .text h3 a:first-child {
        margin-right: 10px;
    }
    .ctn6 .ctn-list .top .left .text .downloads {
        display: flex;
        justify-content: center;
    }
    .ctn6 .ctn-list .top .left .text .downloads a {
        flex: 1;
        width: 100%;
        max-width: 160px;
    }
    .ctn6 .ctn-list .top .left .text .linux {
        margin-top: 30px;
    }
    .ctn6 .ctn-list .top .right {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
        width: 100%;
    }
    .ctn6 .ctn-list .top .right .historys {
        position: relative;
        left: 0;
        margin-top: 20px;
    }
    .ctn6 .ctn-list .bottom ul {
        flex-wrap: wrap;
    }
    .ctn6 .ctn-list .bottom ul li {
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }
    .ctn6 .ctn-list .bottom ul li h3 {
        margin: 4px 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .mores {
        margin-top: 30px;
    }
    .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 .mores a {
        margin: 0 auto;
    }
    .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: #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-top: 10px;
    }
    .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 .con {
        padding: 40px 0 50px;
    }
    .ctn5 .con .left p {
        margin-top: 10px;
    }
    .ctn5 .con .left .views {
        margin-top: 30px;
    }
}

@media screen and (max-width: 320px) {
    .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:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .ctn6 .ctn-list .top .right .downs a:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .ctn6 .ctn-list .top .right .historys {
        margin-top: 10px;
    }
}


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