﻿
/** banner部分  **/

.banner {
    /* height: 625px; */
    /* background: url(../images/banner1.png) top center no-repeat #fff; */
    /* background-size: cover; */
    /* background-size: 100% 100%; */
}
.banner .active{
    border-bottom: 0;
    
}

/**********   Banner按钮部分   ***************/

.banner_download_btn {
    /* margin: 0px 0px 60px 600px; */
    width: 100%;
    text-shadow: none;
    position: absolute;
    top: 69%;
    left: 55%;
    text-align: center;
}
.banner_download_btn2 {
    /* margin: 0px 0px 134px 0px; */
    width: 100%;
    text-shadow: none;
    position: absolute;
    bottom: 26%;
    left: 20%;
    text-align: center;
}
.banner_download_btn3 {
    /* margin: 0px 0px 110px -9px; */
    width: 100%;
    text-shadow: none;
    position: absolute;
    bottom: 20%;
    left: 19.5%;
    text-align: center;
}

.banner_download_ico{
    display: inline-block;
    width: 15%;
    height: 100%;
    margin-left: 10%;
}

.banner_download_ico span{
    font-size: 3.6rem;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.banner_download_txt{
    display: inline-block; 
    width: 55%;
    vertical-align: middle;
    height: 100%;
    line-height: normal;
    padding-top: 3%;
    text-align: left;
}

.banner_download_txt span{
    font-size: 2.7rem;
    float: left;
    width: 100%;
}

.banner_download_txt i{
    font-size: 1rem;
    margin-top: 5px;
    float: left;
}

/* .downloadAddress span{
    font-size: 28px;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
} */

.downloadAddress:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 500%;
    left: 0%;
    top: 0%;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .03);
    animation: spread 1.5s infinite both;
    -webkit-animation: spread 1.5s infinite both;
    -moz-animation: spread 1.5s infinite both;
    -o-animation: spread 1.5s infinite both;
}

/* .downloadAddress .iconfont {
    font-size: 24px;
    margin: 0 20px 0 0px;
    vertical-align: middle;
} */

.downloadAddress {
    display: block;
    width:16.5%;
    max-width: 310px;
    height:84px;
    line-height:84px;
    background-image: linear-gradient(90deg, #DAF03E 0%, #67D078 100%);
    border-radius: 20px;
    color: #fdfdfd;
    font-size:30px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.banner  .downloadAddress:hover {
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateX(-0%) translateY(-0%) scale(1.14);
}

.banner img{
    width: 100%;
}

/***************** 内容部分 ******************/
.content-box{
    width: 100%;
    background: url(../images/content_bg.png) top center no-repeat #fff;
    background-size: cover;
}

.content{
    /* width: 62.5%; */
    width: 1202px;
    margin: 0px auto 45px;
    padding-top: 45px;
    /* background-color: #6e4b4b; */
}

/*************** 统计部分 ***************/
.count-box{
    background: url(../images/conten-box-bg.png) top center no-repeat;
    vertical-align: middle;
    /* aspect-ratio: 10.5263 / 1; */
    background-size: contain;
}

.count-box-left{
    display: inline-block;
    width: 43%;
    font-size: 18px;
    /* background-color:rgba(0, 0, 0, .2); */
    padding: 20px 0 28px 175px;
    vertical-align: middle;
}
.count-box-left span{
    margin-left: 50px;
    font-size: 36px;
    font-weight: bold;
}

.count-box-right{
    display: inline-block;
    width: 40%;
    font-size: 18px;
    /* background-color:rgba(0, 0, 0, .2); */
    padding: 20px 0 28px 140px;
    vertical-align: middle;
}
.count-box-right span{
    margin-left: 50px;
    font-size: 36px;
    font-weight: bold;
}

.count-box-btn{
    display: inline-block;
    /* width: 20%; */
    font-size: 18px;
    /* background-color:rgba(0, 0, 0, .2); */
    /* padding: 20px 0 28px 10px; */
    line-height: 114px;
    /* vertical-align: middle; */
    text-align: right;
}
.count-box-btn span{
    display: inline-block;
    width: 158px;
    height: 43px;
    background-color:#1AAA44;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    /* float: right; */
    /* margin-right: 35px; */
}
.count-box-btn span:hover{
    background-color:#2dc75b;
}

/**************** 产品介绍 *****************/
.product-box{
    /* text-align: center; */
    margin: 20px 0;
}

.product-box .title-intr{
    margin-bottom: 50px;
}

.title-intr h1{
    text-align: center;
    font-weight: bold;
}

.title-intr p{
    font-size: 16px;
    margin-top: 28px;
    line-height: 30px;
    text-align: center;
}

/**************** 产品介绍图文 ***************/
.introduce{
    margin: 50px auto;
}
.introduce-img{
    width: 50%;
    display: inline-block;
}
.introduce-text{
    width: 40%;
    display: inline-block;
}
.introduce-text h1{
    margin-bottom: 50px;
    color: #15B76A ;
}
.introduce-text p{
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
}

/**************** 产品亮点 **************/
.features-box{
    margin-bottom: 60px;
}

.features-box h3{
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.features-box p{
    width: 70%;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
}

/*************** 用户评论部分 ***************/
.comments-box{
    margin-top: 40px;
    height: 400px;
    background-image: url(../images/comments-bg.png);
    background-size: cover;  /* 图像将被缩放以完全覆盖元素，可能会被裁剪 */
    background-repeat: no-repeat;  /* 图像不会重复 */
}
.comments-box h1{
    text-align: center;
    font-weight: bold;
}
.comments-box h3{
    margin-top: 33px;
    text-align: center;
}
.comment-ico{
   display:inline-block;
   float: left;
}

.user-comments{
    width: 600px;
    margin: 60px auto;
    text-align: center;
}
.user-comments-text{
    font-size: 16px;
    display: inline-block;
    padding-top: 70px;
}
.user-info{
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 25px;
}

/***************** 下载内容 *****************/
.downloads-box{
    background-image: url(../images/downloads-bg.png);
    background-size: cover;  /* 图像将被缩放以完全覆盖元素，可能会被裁剪 */
    background-repeat: no-repeat;  /* 图像不会重复 */
}

.downloads-content{
    width: 1200px;
    margin: 0 auto;
}
.downloads-content h1{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding-top: 32px;
}
.downloads-content p{
    margin-top: 20px;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    color: #666666;
}
.illustration-box{
    margin-top: 50px;
    height: 280px;
}
.illustration-box p{
    color: #2bbe60;
    font-size: 16px;
    text-align: left;
    margin-top: 39%;
}
.illustration-btn{
    display: inline-block;
    text-align: center;
    width:250px;
    height:69px;
    line-height:69px;
    font-size:20px;
    text-decoration: none;
    background-image: linear-gradient(120deg,#656565, #343434);
    color:#fff !important;
    border-radius: 5px;
}
.illustration-btn span{
    line-height:69px;
    margin: auto 20px;
    vertical-align: middle;
}

.illustration-btn .icon-home_icon_nor_window{
    font-size: 36px;
}

.illustration-box a:hover{
    color: #fff !important;
    text-decoration: none;
}

.downloads-txt-2{
    color: #2BBE60 !important;
    font-size: 24px !important;
    margin: 90px auto 50px !important;
}

.downloads-ico-box{
    width: 160px;
    height: 160px;
    text-align: center;
    background-color: #E7E7E7;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 160px;
}
.downloads-info{
    width: 1200px;
    display: inline-block;
    height: auto;
    text-align: center;
    padding-bottom: 100px;
}
.downloads-info p{
    font-size: 16px;
}
.downloads-info h3{
    font-weight: bold;
    margin: 32px 0px 24px 0px;
}

/* 兼容手机端 */
@media only screen and (max-width: 1200px) {

    .downloadAddress{
        /* width: 10.4em; */
        height: 3em;
        line-height: 3em;
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 8px;
        border-radius: 0.7em;
    }
    
    .downloadAddress span{
        font-size: 1em;
        vertical-align: middle;
        margin: 0px 1rem 0px 0px;
    }
    .downloadAddress i{
        font-size: 0.5em;
    }
    .content{
        width: 100%;
    }
    .count-box{
        /* background-size: cover; */
        aspect-ratio: 9.5263 / 1;
        position: relative;
    }

    .count-box-left {
        display: inline-block;
        width: 39%;
        font-size: 2rem;
        /* background-color: rgba(0, 0, 0, .2); */
        padding: 0;
        vertical-align: middle;
        position: absolute;
        top: 13%;
        left: 16%;
    }
    .count-box-left span {
        margin-left: 0.5rem;
        font-size: 2rem;
        font-weight: bold;
    }
    .count-box-right {
        display: inline-block;
        width: 39%;
        font-size: 2rem;
        /* background-color: rgba(0, 0, 0, .2); */
        padding: 0;
        vertical-align: middle;
        position: absolute;
        top: 13%;
        left: 54%;
    }
    .count-box-right span {
        margin-left: 0.5rem;
        font-size: 2rem;
        font-weight: bold;
    }
    .count-box-btn {
        display: inline-block;
        width: 19%;
        line-height: 100%;
        vertical-align: middle;
        text-align: right;
        position: absolute;
        top: 10%;
        right: 3%;
    }
    .count-box-btn span {
        width: 80%;
        font-size: 1.2rem;
        height: 4rem;
        display: inline-block;
        background-color: #1AAA44;
        border-radius: 0.5rem;
        color: #fff;
        text-align: center;
        line-height: 4rem;
        margin-right: 10%;
        margin-top: 11%;
    }

    .introduce-img img{
        width: 100%;
    }

    .introduce-text h1 {
        margin-bottom: 1rem;
        color: #15B76A;
    }

    .introduce-text p {
        font-size: 1rem;
        line-height: 1.8rem;
        word-wrap: break-word;
    }

    .features-box img{
        width: 100%;
    }

    .features-box {
        margin-bottom: 1rem;
    }
    .features-box h3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-left: 1rem;
    }

    .features-box p {
        width: 100%;
        padding-left: 10px;
        font-size: 1.1rem;
        line-height: 2rem;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .user-comments {
        width: 100%;
        max-width: 40rem;
        margin: 2rem auto;
        text-align: center;
    }

    .user-comments-text {
        font-size: 1rem;
        display: inline-block;
        padding-top: 1rem;
    }
    .comments-box {
        height: 200px;
    }
    .comment-ico img{
        width: 50%;
    }

    .user-info{
        line-height: 1.5rem;
    }
    .user-info img{
        width: 50%;
    }

    .downloads-content {
        width: 100%;
        margin: 0 auto;
    }
    
    .illustration-box{
        width: 100%;
        height: 15rem;
    }

    .illustration-box img{
        width: 100%;
    }

    .illustration-btn{
        width: auto;
        height: 3rem;
        line-height: 3rem;
        font-size: 1rem;
        padding: 0 1rem;
    }
    .illustration-box p{
        font-size: 1.2rem;
        margin-top: 20%;
    }
    .illustration-btn span{
        line-height: 1.6rem;
        margin: auto 0.5rem;
    }

    .illustration-btn .icon-home_icon_nor_window{
        font-size: 1.6rem;
    }

    .downloads-txt-2{
        color: #2BBE60 !important;
        font-size: 2rem !important;
        margin: 5rem auto 2rem !important;
    }

    .downloads-info{
        width: 100%;
        padding-bottom: 2rem;
    }
    .downloads-ico-box{
        width: 80%;
        height: auto;
        line-height: normal;
    }
    .downloads-info img{
        width: 90%;
    }
    .downloads-info h3{
        margin: 1.5rem 0 1rem 0;
        font-size: 1.2rem;
    }

    .downloads-info p{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .banner{
        padding: 10% 0;
        background-image: linear-gradient(120deg, #96d3b3 0%,#e1eddf 30%,#d0e5d5 60%, #96d3b3 100%);
    }
    .downloadAddress{
        font-size: 0.6em;
        height: 2rem;
        line-height: 2rem;
    }
    .downloadAddress span{
        font-size: 0.6em;
    }
    .count-box{
        /* background-size: cover; */
        aspect-ratio: 8 / 1;
        position: relative;
    }

    .count-box-left {
        display: inline-block;
        width: 39%;
        font-size: 1rem;
        padding: 0;
        vertical-align: middle;
        position: absolute;
        top: 13%;
        left: 16%;
    }
    .count-box-left span {
        margin-left: 0.5rem;
        font-size: 1rem;
        font-weight: bold;
    }
    .count-box-right {
        display: inline-block;
        width: 39%;
        font-size: 1rem;
        padding: 0;
        vertical-align: middle;
        position: absolute;
        top: 13%;
        left: 54%;
    }
    .count-box-right span {
        margin-left: 0.5rem;
        font-size: 1rem;
        font-weight: bold;
    }
    .count-box-btn {
        display: inline-block;
        width: 19%;
        line-height: 100%;
        vertical-align: middle;
        text-align: right;
        position: absolute;
        top: 10%;
        right: 3%;
    }
    .count-box-btn span {
        width: 80%;
        font-size: 1rem;
        height: 2rem;
        display: inline-block;
        background-color: #1AAA44;
        border-radius: 0.5rem;
        color: #fff;
        text-align: center;
        line-height: 2rem;
        margin-right: 10%;
        margin-top: 11%;
    }

    .banner_download_ico span{
        font-size: 0.9rem;
        margin: 0 0.2rem 0px 0px;
    }
    
    
    .banner_download_txt span{
        font-size: 0.6rem;
    }
    .banner_download_txt {
        padding-top: 0.4rem;
    }
    .banner_download_txt i{
        font-size: 0.3rem;
        margin-top: 0rem;
    }

    .title-intr p{
        font-size: 1rem;
        line-height: 2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }

    .comment-ico{
        float: none;
        vertical-align: top;
    }
    .user-info{
        float: none;
        vertical-align: middle;
    }

}

@media only screen and (max-width: 500px) {
    .title-intr h1{
        font-size: 2rem;
    }
    .count-box-left {
        font-size: 0.8rem;
    }
    .count-box-left span {
        font-size: 0.8rem;
        margin-left: 1.5rem;
    }
    .count-box-right {
        font-size: 0.8rem;
    }
    .count-box-right span {
        font-size: 0.8rem;
        margin-left: 1.5rem;
    }

    .count-box-btn span {
        font-size: 0.8rem;
        height: 1.6rem;
        line-height: 1.6rem;
    }

    .features-box p:nth-of-type(2) {
        display: none;
      }
}
