.wrapper {}

.area {
    background: url("../img/background.png") no-repeat top center;
    padding-top: 900px;
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
}

.menu {
    display: flex;
    align-items: center;
    height: 94px;
    margin: 0 auto;
    background: url("../img/nav.png") no-repeat center;
}

.menu-list {
    display: table;
    font-size: 26px;
    line-height: 30px;
    color: #fcfdfd;
    margin: 0 auto;
}

.menu-list li {
    display: inline-block;
    border-left: 2px solid;
    padding: 0 20px 0 20px;
}

.menu-list li:first-child {
    border: none;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.row {
    margin: 60px auto 0 auto;
    overflow: hidden;
}

.row .title {
    margin-bottom: 50px;
}

.row1 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    height: 327px;
}

.row1 .left {
    width: 775px;
    display: flex;
    justify-content: space-between;
}

.row1 .swiper-container {
    width: 582px;
    height: 327px;
    margin: 0 !important;
}

.row1 .swiper-wrapper {
    width: 582px;
    height: 327px;
}

.row1 .swiper-slide {
    width: 582px;
    height: 327px;
    position: relative;
}

.row1 .swiper-slide img {
    width: 100%;
}

.row1 .swiper-slide span {
    background: url("../img/wrap1.png") no-repeat center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    text-indent: 20px;
}

.pagination {
    position: absolute;
    right: 5px;
    text-align: center;
    bottom: 5px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fbfdfd;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #a70712;
}

.swiper-thumbs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.thumbs-slide {
    width: 184px;
    height: 103px;
    position: relative;
    overflow: hidden;
}

.thumbs-slide img {
    width: 100%;
    height: 100%;
}

.row1 .right {
    width: 410px;
    height: 100%;
    overflow: hidden;
}

.row1 .right .title {}

.row1 .right .news-list {}

.news-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
}

.row2 {}

.row2 .news-container {
    height: 220px;
    display: flex;
    justify-content: space-between;
}

.row2 img {
    width: 100%;
    height: 100%;
}

.row2 .news-container .left {
    width: 380px;
    height: 100%;
    position: relative;
}

.row2 .news-container .left span {
    background: url("../img/wrap1.png") no-repeat center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    text-indent: 20px;
    line-height: 40px;
}

.row2 .news-container .mid {
    width: 380px;
    height: 100%;
}

.row2 .news-container .mid .img-container {
    display: flex;
    justify-content: space-between;
}

.row2 .news-container .mid .img-container img {
    width: 185px;
    height: 105px;
}

.row2 .news-container .right {
    width: 380px;
    height: 100%;
    position: relative;
}

.row2 .news-container .right .play-btn {
    width: 54px;
    height: 54px;
    position: absolute;
    background: url("../img/play.png") no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.row2 .news-container .right span {
    background: url("../img/wrap1.png") no-repeat center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    text-indent: 20px;
    line-height: 40px;
}

.row3 .news-container {
    height: 318px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.row3 .news-container .left {
    width: 380px;
    height: 100%;
}

.row3 .news-container .left img {
    width: 100%;
    height: 240px;
    display: block;
}

.row3 .news-container .left .news-title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row3 .news-container .left .news-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
}

.row3 .news-container .mid {
    width: 380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row3 .news-container .mid .news-item {
    height: 86px;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.row3 .news-container .mid .news-item:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.row3 .news-container .mid .news-title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row3 .news-container .mid .news-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
}

.row3 .news-container .right {
    width: 380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row3 .news-container .right .top-video {
    width: 380px;
    height: 240px;
    position: relative;
}

.row3 .news-container .right .top-video img {
    width: 100%;
    height: 100%;
}

.row3 .news-container .right .top-video span {
    background: url("../img/wrap1.png") no-repeat center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    text-indent: 20px;
    line-height: 40px;
}

.row3 .news-container .right .top-video .play-btn {
    width: 54px;
    height: 54px;
    position: absolute;
    background: url("../img/play.png") no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.row3 .news-container .right .bottom-img {
    display: flex;
    justify-content: space-between;
}

.row3 .news-container .right .bottom-img .bottom-img-item {
    width: 122px;
    height: 68px;
    position: relative;
}

.row3 .news-container .right .bottom-img .bottom-img-item img {
    width: 100%;
    height: 100%;
}

.row3 .news-container .right .bottom-img .bottom-img-item .item-title {
    background: url("../img/wrap1.png") center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.row3 .news-container .right .bottom-img .bottom-img-item:hover .item-title {
    opacity: 1;
}

.row3 .news-container .right .bottom-img .bottom-img-item .item-title p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    margin: 7px;
}

.row4 {
    margin-top: 30px;
    width: 100%;
    background: url("../img/bg1.png") no-repeat center;
}

.row4 .title {
    padding: 20px 0 20px 0;
}

.row4 .swiper-container {
    overflow: visible;
    width: 662px;
    height: 516px;
    padding-bottom: 50px;
    margin: 0;
    position: relative;
}

.row4 .swiper-wrapper {}

.row4 .swiper-container .swiper-left {
    position: absolute;
    left: -75px;
    top: 150px;
    width: 72px;
    height: 100px;
    background: url("../img/left.png") no-repeat center;
    z-index: 2;
    cursor: pointer;
}

.row4 .swiper-container .swiper-right {
    position: absolute;
    right: -75px;
    top: 150px;
    width: 72px;
    height: 100px;
    background: url("../img/right.png") no-repeat center;
    z-index: 2;
    cursor: pointer;
}

.row4 .swiper-slide {
    color: #ffffff;
    opacity: 0.7;
    transform: scale(0.65);
    transition: transform 0.3s ease;
}

.row4 .swiper-slide .slide-container {
    width: 662px
}

.row4 .swiper-slide .slide-img {
    position: relative;
    height: 372px;
}

.row4 .swiper-slide .slide-img img {
    width: 100%;
}

.row4 .swiper-slide .slide-img .play-btn {
    width: 54px;
    height: 54px;
    position: absolute;
    background: url("../img/play.png") no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.row4 .swiper-slide .news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 15px 0;

}

.row4 .swiper-slide .news-content {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
}

.row4 .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.3s ease;
}

.row5{
    margin-bottom: 70px;
}

.row5 .slider {
    position: relative;
    overflow: hidden;
}

.row5 .slider .swiper-left3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 59px;
    margin-top: -29px;
    background: url("../img/left1.png") no-repeat center;
    cursor: pointer;
}

.row5 .slider .swiper-right3 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 59px;
    margin-top: -29px;
    background: url("../img/right1.png") no-repeat center;
    cursor: pointer;
}

.row5 .slider .swiper-container {
    width: 1062px;
    height: 303px;
    margin-top: 15px;
    display: block;
    position: relative;
}

.row5 .slider .swiper-slide {}

.row5 .slider .swiper-slide .slide-container {
    width: 172px;
    height: 303px;
    margin: 0 auto;
    position: relative;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
}

.row5 .slider .swiper-slide .slide-img {
    width: 100%;
    height: 100%;
}

.row5 .slider .swiper-slide .slide-img img {
    width: 100%;
    height: 100%;
}

.row5 .slider .swiper-slide .slide-img .play-btn {
    width: 54px;
    height: 54px;
    position: absolute;
    background: url("../img/play.png") no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.row5 .slider .swiper-slide .slide-text {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/wrap2.png") no-repeat center;
    width: 172px;
    height: 303px;
}

.row5 .slider .swiper-slide .slide-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    font-size: 14px;
    overflow: hidden;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
}
#footer0820 {
    margin-top: 0 !important; 
}