/* 轮播 */

body {
    height: 100%;
}

.slider {
    width: 100%;
    height: 569px;
    position: relative;
    overflow: hidden;
}

.slider img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slider img.active {
    opacity: 1;
}

.lb {
    position: relative;
}

.indicators {
    position: absolute;
    z-index: 999;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 60%;
    padding: 0;
    list-style: none;
}

.indicator {
    margin: 0 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.indicator.active {
    background-color: #007bff;
}

.list {
    border-top-color: #528b44;
    border-right-color: #528b44;
    border-bottom-color: #528b44;
    border-left-color: #528b44;
    background-color: #63ac52;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-img {
    width: 38px;
    height: 33px;
}

.carousel-list {
    padding: 0 16%;
    box-sizing: border-box;
    position: relative;
    /* display: flex; */
    /*justify-content: space-between; */
}

.carousel-left {
    position: absolute;
    top: 50%;
    left: 13%;
    z-index: 999;
    transform: translateY(-50%);
    width: 22px;
    aspect-ratio: auto 22 / 38;
    height: 38px;
}

.carousel-right {
    position: absolute;
    top: 50%;
    right: 13%;
    z-index: 999;
    transform: translateY(-50%);
    width: 22px;
    height: 38px;
}

.item1 {
    padding-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    margin: 0 3%;
    border-bottom: solid 5px #bdbdbd;
    cursor: pointer;
}

.aboutus {
    width: 100%;
    height: 469px;
    background-color: #1e94de;
    float: left;
    padding: 0 20%;
    box-sizing: border-box;
    display: flex;
}

.aboutleft {
    width: 400px;
}

.aboutright {
    flex: 1;
}

.aboutleft-text {
    width: 980px;
    font-family: Arial;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 90px;
    margin-top: 19px;
}

.aboutleft-text1 {
    width: auto;
    height: 24px;
    float: left;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #fff;
}

.aboutvideo {
    width: 340px;
    height: 230px;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 60px;
}

.video {
    width: 340px;
    height: 230px;
}

.more {
    margin-top: 100px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 40px;
    cursor: pointer;
}

.more-text {
    width: 592px;
    height: 230px;
    font-family: "宋体";
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-indent: 24px;
}

.news {
    padding: 0 20%;
    box-sizing: border-box;
}

.news-title {
    font-family: Arial;
    font-size: 50px;
    font-weight: bold;
    color: #58b530;
    line-height: 90px;
    margin-top: 20px;
}

.news-title1 {
    height: 24px;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #333333;
}

.news-list {
    display: flex;
}

.news-list1 {
    margin-top: 40px;
    display: flex;
    margin-right: 10px;
}

.newslist1-title {
    margin-left: 10px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}

.newslist1-text {
    margin-left: 10px;
    font-family: "宋体";
    font-size: 12px;
    color: #666;
    line-height: 27px;
}

.showcase {
    margin-top: 50px;
    width: 100%;
    height: 469px;
    background-color: #1e94de;
    padding: 0 20%;
    box-sizing: border-box;
}

.showcase-title {
    font-family: Arial;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 90px;
    margin-top: 20px;
}

.s-title1 {
    display: flex;
    justify-content: space-between;
}

.s-left {
    width: auto;
    height: 24px;
    float: left;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #fff;
}

.s-right {
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #fff;
    text-align: right;
    cursor: pointer;
}
/* 走马灯 */
.marquee {
    margin-top: 40px;
    width: 100%;
    height: 242px;
    display: flex;
    white-space: nowrap;
    box-sizing: border-box;
}
@keyframes marquee {
    /* 0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-900%);
    } */
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-900%);
    }
}

.image {
    width: 300px;
    height: 180px;
}

.mar {
    cursor: pointer;
    width: 320px;
    height: 100%;
    background: #fafafa;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    margin: 0 6px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #222222;
    text-align: center;
    animation: marquee 100s linear infinite;
}

.partner {
    padding: 30px 20% 0;
    box-sizing: border-box;
    position: relative;
    height: 225px;
}

.ptitle {
    height: 58px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #00357e;
    font-weight: bold;
    line-height: 58px;
}

.carousels-left {
    position: absolute;
    top: 50%;
    left: 18%;
    z-index: 999;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
}

.carousels-right {
    position: absolute;
    top: 50%;
    right: 18%;
    z-index: 999;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
}