body {
    background-image: url("../image/bg.gif");
    background-size: 100% auto;
    background-position: top;
}
.menu-right input {
    display: none;
    padding: 9px 20px;
    font-size: 14px;
    width: 300px;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    z-index: 111;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid transparent;
}
.menu-right:hover input {
    display: inline-block;
}

.s7-video-box {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.s7-video-box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    z-index: 1;
    background: url(../image/head-bg.png) center repeat-x;
    background-size: auto 100%;
}
.s7-video-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
    background: url(../image/foot-bg.png) center repeat-x;
    background-size: auto 100%;
    z-index: 1;
}
.s7-video-box .header {
    background: none;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.s7-video-box .header .navigation li a,
.s7-video-box .header .navigation li a i {
    color: #fff;
}
.s7-video-box .header::before {
    display: none;
}
.s7-video-box video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.s7-video-box .s7-in {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -50px;
    z-index: 10;
    text-align: center;
    width: 100px;
}
.s7-video-box .s7-in .s7-in-icon {
    animation: bounces1 0.8s ease-in-out infinite;
}
.s7-video-box .s7-in .s7-in-icon i {
    font-size: 40px;
    color: #fff;
}
.s7-video-box .s7-in p {
    margin-top: 10px;
    color: #fff;
}
@keyframes bounces1 {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(4px);
    }
    50% {
        transform: translateY(10px);
    }
    75% {
        transform: translateY(4px);
    }
    100% {
        transform: translateY(0px);
    }
}


.blog-area .section-title {
    margin-bottom: 0;
}
.blog-area .section-title h3 {
    margin-top: 0;
}
.blog-area .s7-tags {
    display: flex;
    align-items: center;
    height: 100%;
}
.blog-area .s7-tags .s7-tags-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
    width: 140px;
    height: 40px;
    /* background-color: #28B463; */
    border-radius: 10px;
    cursor: pointer;
}
.blog-area .s7-tags .s7-tags-item p {
    font-size: 17px;
    position: relative;
}
.blog-area .s7-tags .s7-tags-item.active::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../image/bg6.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.blog-area .s7-tags .s7-tags-item.active p {
    color: #fff;
}
.blog-area .s7-tags .s7-tags-more {
    position: relative;
    margin-left: auto;
    font-size: 15px;
}
.blog-area .s7-tags .s7-tags-more a {
    color: #555;
}
.blog-area .s7-tags .s7-tags-more a:hover {
    color: #28B463;
}
.blog-area .s7-tags .s7-tags-more::before {
    content: "";
    position: absolute;
    left: -50px;
    width: 40px;
    height: 28px;
    background-image: url("../image/bg5.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.single-blog .s7-img-empty {
    width: 100%;
    height: 50px;
    background-color: #f5ead9;
    background-image: url("../image/bg3.png");
    background-repeat: no-repeat;
    background-size: 200% auto;
    background-position: bottom;
}
.single-blog .blog-body .s7-time {
    position: absolute;
    top: -40px;
    left: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #e4c28b;
    background-image: url("../image/bg4.png");
    background-repeat: no-repeat;
    background-size: 200% auto;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 2px;
}
.single-blog .blog-body .s7-time .s7-time-1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.single-blog .blog-body .s7-time .s7-time-2 {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.single-blog:hover .s7-time {
    background-color: #28B463;
}
.single-blog .blog-body {
    display: flex;
    flex-direction: column;
    height: 220px;
}
.single-blog .blog-body .s7-title {
    font-size: 16px;
    color: #333;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}
.single-blog:hover .blog-body .s7-title {
    color: #28B463;
}
.single-blog .blog-body .s7-des {
    color: #999;
    margin-top: auto;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}

.blog-area .s7-list {
    margin-top: 30px;
}
.blog-area .s7-list .s7-list-item {
    display: flex;
    margin: 15px 0;
}
.blog-area .s7-list .s7-list-item .s7-time {
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #e4c28b;
    background-image: url("../image/bg4.png");
    background-repeat: no-repeat;
    background-size: 200% auto;
    background-position: center;
    border-radius: 2px;
}
.blog-area .s7-list .s7-list-item .s7-time .s7-time-1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.blog-area .s7-list .s7-list-item .s7-time .s7-time-2 {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.blog-area .s7-list .s7-list-item .s7-title {
    flex: 1;
    margin-left: 20px;
    font-size: 16px;
    color: #333;
}
.blog-area .s7-list .s7-list-item:hover .s7-title {
    color: #28B463;
}
.blog-area .s7-list .s7-list-item:hover .s7-time {
    background-color: #28B463;
}
.blog-area .s7-keshi {
    margin-top: 20px;
}
.blog-area .s7-keshi .s7-keshi-item {
    margin: 10px 0;
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    background-image: url("../image/bg7.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    border-radius: 2px;
    font-size: 17px;
    color: #333;
}
.blog-area .s7-keshi .s7-keshi-item:hover {
    background-image: url("../image/bg6.png");
}
.blog-area .team-slider {
    margin-top: 30px;
}
.blog-area .s7-news-list,
.blog-area .s7-xueshu-list,
.blog-area .s7-dang-list {
    position: relative;
    height: 300px;
}
.blog-area .s7-news-list>div,
.blog-area .s7-xueshu-list>div,
.blog-area .s7-dang-list>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.s7-footer {
    background-image: url("../image/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.s7-footer .s7-contact {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 20px 0;
    color: #fff;
}
.s7-footer .s7-contact .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s7-footer .s7-contact .s7-contact-item {

}
.s7-footer .s7-logo {
    padding: 30px 0;
}
.s7-footer .s7-logo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s7-footer .s7-logo a img {
    width: 130px;
}
.s7-footer .s7-logo .s7-code {
    display: flex;
}
.s7-footer .s7-logo .s7-code .s7-code-item {
    padding: 0 15px;
}
.s7-footer .s7-logo .s7-code img {
    width: 100px;
    margin-bottom: 10px;
}
.s7-footer .s7-logo .s7-code p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.s7-footer .s7-copyright {
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: 20px 0;
    color: #fff;
}
.s7-footer .s7-copyright a {
    color: #fff;
}
.s7-footer .s7-copyright .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.s7-footer .s7-copyright .s7-copyright-text {
    margin: 0 10px;
}


.s7-article-list {

}
.s7-article-list li {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}
.s7-article-list li img {
    width: 260px;
    height: 150px;
    object-fit: cover;
}
.s7-article-list li .s7-article-list-text {
    flex: 1;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
}
.s7-article-list li .s7-article-list-text .s7-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
    margin-bottom: 15px;
}
.s7-article-list li .s7-article-list-text .s7-title:hover {
    color: #28B463;
}
.s7-article-list li .s7-article-list-text .s7-description {
    color: #797979;
    margin-top: auto;
    line-height: 20px;
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.s7-article-list li .s7-article-list-text .s7-time {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.s7-article-list li>.s7-time {
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #e4c28b;
    background-image: url("../image/bg4.png");
    background-repeat: no-repeat;
    background-size: 200% auto;
    background-position: center;
    border-radius: 2px;
}
.s7-article-list li>.s7-time .s7-time-1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}
.s7-article-list li>.s7-time .s7-time-2 {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.single-blog:hover .s7-time {
    background-color: #28B463;
}