/*banner*/
.main-banner .down-icon {
    text-align: center;
    position: absolute;
    margin-top: -100px;
    width: 100%;
    transition: all 1s;
    animation: jump .6s ease-in-out infinite alternate;
}
/*.main-banner .banner-pic {*/
/*    height: 100vh;*/
/*}*/
@keyframes jump {
    from { margin-top: -100px; }
    to { margin-top: -90px }
}
/*我们的产品*/
.product-category .category-title {
    height: 200px;
    text-align: center;
}
.product-category .category-title span {
    font-size: 38px;
    font-weight: bold;
    display: block;
    padding-top: 62px;
}
.product-category .category-title .title-bottom {
    background: #10953E;
    width: 80px;
    text-align: center;
    height: 4px;
    display: inline-block;
    margin-top: 18px;
}
.category-content .item-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.category-content .item-row .category-item {
    height: 350px;
    width: 33.3%;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.category-item .item-content {
    transition: all .5s ease-in-out;
    padding-left: 40px;
    height: 350px;
}
.category-item img {
    margin-left: -40px;
    position: absolute;
    height: 350px;
    width: 33.3%;
    transition: all .5s ease-in-out;
}
.category-item .title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 81px;
    color: #3C4759;
}
.category-item .detail {
    margin-top: 16px;
    font-size: 18px;
    width: 300px;
    color: #3C4759;
}
.category-item button {
    margin-top: 30px;
    border: 1px solid rgba(16,149,62,1);
    border-radius: 2px;
    width: 120px;
    height: 40px;
    color: #10953E;
    background-color: transparent;
    transition: all .3s ease-in-out;
}
.category-item button:hover {
    color: white;
    background-color: #10953E;
}

/*应用领域*/
.application-area .area-title {
    height: 200px;
    text-align: center;
}
.application-area .area-title span {
    font-size: 38px;
    font-weight: bold;
    display: block;
    padding-top: 62px;
}
.application-area .area-title .title-bottom {
    background: #10953E;
    width: 80px;
    text-align: center;
    height: 4px;
    display: inline-block;
    margin-top: 18px;
}
.application-area .area-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.area-content .animate-item {
    width: 19%;
    height: 350px;
}
.area-content .area-item {
    width: 100%;
    height: 350px;
    transition: all .3s ease-in-out;
    background-repeat: round;
}
.area-content .area-item:hover {
    cursor: pointer;
}
.area-content .area-item .mask {
    position: absolute;
    width: 100%;
    height: 350px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
    opacity: 0.2;
    display: none;
}
.area-content .area-item span {
    font-size: 28px;
    color: #FFFFFF;
    padding-top: 40px;
    margin-left: 40px;
    display: block;
}
.area-content .area-item p {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-left: 40px;
    height: 170px;
    padding-right: 40px;
    visibility: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
.area-content .area-item img {
    float: right;
    margin-right: 40px;
}

/*关于我们*/
.about-us {
    margin-top: 100px;
    height: 500px;
    padding-top: 30px;
    width: 100%;
}
.about-us .aboutUs-content {
    width: 1320px;
    margin: 0 auto;
}
.aboutUs-content .title span {
    font-size: 38px;
    color: white;
    font-weight: bold;
}
.aboutUs-content .title .title-bottom {
    height: 4px;
    background-color: white;
    width: 48px;
    display: block;
    margin-top: 14px;
}
.aboutUs-content .description {
    color: white;
    margin-top: 55px;
    font-size: 16px;
    line-height: 32px;
}
.aboutUs-content .statistic {
    color: white;
    margin-top: 57px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.aboutUs-content .statistic .statistic-item {
    text-align: center;
    color: white;
}
.aboutUs-content .statistic .statistic-item img {
    transition: all .3s ease-in-out;
}
.aboutUs-content .statistic .statistic-item .plus {
    color: white;
    position: absolute;
    margin-top: -10px;
    font-size: 30px;
    margin-left: 2px;
}
.aboutUs-content .detail-btn {
    width: 160px;
    height: 50px;
    color: white;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 2px;
    background-color: transparent;
    margin-top: 55px;
    font-size: 16px;
}

/*新闻资讯*/
.news .news-title {
    height: 200px;
    text-align: center;
}
.news-title span {
    font-size: 38px;
    font-weight: bold;
    display: block;
    padding-top: 62px;
}
.news-title .title-bottom {
    background: #10953E;
    width: 80px;
    text-align: center;
    height: 4px;
    display: inline-block;
    margin-top: 18px;
}
.news .news-content {
    width: 1320px;
    margin: 0 auto;
}
.news-content .content-left {
    width: 628px;
    float: left;
}
.news-content .content-left img {
    width: 628px;
    height: 400px;
}
.news-content .content-left .detail {
    padding: 31px 26px;
    border: 1px solid rgba(218,218,218,1);
    height: 201px;
}
.news-content .content-left .detail .title {
    font-size: 20px;
    font-weight: bold;
}
.news-content .content-left .detail .title:hover {
    color: #00992F;
    cursor: pointer;
}
.news-content .content-left .detail .description {
    color: #8A8A8A;
    margin-top: 9px;
    line-height: 26px;
}
.news-content .content-left .detail .detail-btn {
    float: right;
    color: #00992F;
}
.news-content .content-right {
    float: left;
    margin-left: 65px;
}
.news-content .content-right .animate-item {
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid rgba(218,218,218,1);
}
.news-content .content-right .animate-item:first-child {
    margin-top: 0;
}
.news-content .content-right .animate-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.news-content .content-right .news-item {
    margin-top: 60px;
    transition: all .3s ease-in-out;
    height: 160px;
}
.news-content .content-right .news-item:hover {
    cursor: pointer;
}
.news-content .content-right .news-item:first-child {
    margin-top: 0;
}
.news-item img {
    float: left;
    width: 240px;
    height: 160px;
}
.news-item .detail {
    padding-top: 10px;
    padding-left: 24px;
    float: left;
    width: 363px;
}
.news-item .detail .title {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-item .detail .description {
    color: #8A8A8A;
    margin-top: 9px;
    line-height: 26px;
    height: 73px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news-item .detail .time {
    margin-top: 24px;
}
.news-content .more-news {
    border: 1px solid rgba(0,153,47,1);
    border-radius: 2px;
    width: 160px;
    height: 50px;
    background-color: transparent;
    color: #00992F;
    margin-top: 70px;
    margin-left: 580px;
    transition: all .3s ease-in-out;
    font-weight: bold;
}
.news-content .more-news:hover {
    background-color: #00992F;
    color: white;
}

/*合作伙伴*/
.partner {
    margin-bottom: 120px;
}
.partner .partner-title {
    height: 200px;
    text-align: center;
}
.partner-title span {
    font-size: 38px;
    font-weight: bold;
    display: block;
    padding-top: 62px;
}
.partner-title .title-bottom {
    background: #10953E;
    width: 80px;
    text-align: center;
    height: 4px;
    display: inline-block;
    margin-top: 18px;
}
.partner .partner-content {
    width: 1320px;
    margin: 0 auto;
}
.partner-content .row {
    margin: 0;
}
.partner-content .partner-item {
    width: 225px;
    height: 80px;
    margin-left: 48px;
    float: left;
    padding: 9px 17px;
    transition: all .3s;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    line-height: 62px;
    vertical-align: middle;
}
.partner-content .partner-item:first-child {
    margin-left: 0;
}
.partner-content .partner-item:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
