/* banner */
.banner {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.banner-container {
    height: 420px;
    display: flex;
    transition: transform 0.6s ease-in-out;
    -ms-transition: -ms-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}

.banner-item {
    flex: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

.banner-item.active {
    opacity: 1;
    filter: none;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 74px;
    height: 74px;
    background-color: rgba(31, 45, 61, .11);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: rgba(31, 45, 61, .23)
}

.prev-btn i {
    left: 16px;
    transform: rotate(180deg);
}

.next-btn {
    right: 16px;
}


.banner .indicator-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
}

.banner .indicator {
    width: 10px;
    height: 10px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 50%;
    border: 1px solid #fff;
}

.banner .indicator.active {
    background: #fff;
}


.title_icon {
    width: 24px;
    margin-right: 8px;
}

.more_icon {
    width: 14px;
}

.iconNav_box {
    padding: 20px 0;
}

.iconNav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.iconNav>li {
    background-color: #e1672a;
    height: 104px;
    flex: 1;
    transition: all .3s;
}

.iconNav>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    height: 100%;
}

.iconNav>li>a>img {
    height: 58px;
    margin-left: 10px;
}

.iconNav_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iconNav_text>div:first-child {
    font-size: 18px;
    font-weight: 700;
}

.iconNav_text>div:last-child {
    font-size: 12px;
}

.iconNav>li:hover {
    transform: translateY(-10px) scale(1.1);
}

.iconNav>li:hover img {
    animation: iconNav 1s ease-out;
}

@keyframes iconNav {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}



.new_box {
    margin-bottom: 40px;
}

.new_box>div {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.new_box_contnet {
    flex: 1;
    overflow: hidden;
}

.new_box_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.new_box_title>div:first-child {
    font-size: 24px;
    display: flex;
    align-items: center;
}

.new_box_title>a {
    font-size: 16px;
    color: #999;
}

.new_box_img {
    display: flex;
    height: 210px;
}

.new_box_img>img {
    width: 50%;
    height: 100%;
}

.new_box_img>div {
    padding: 20px;
    background-color: #f19f76;
    color: #fff;
}

.new_box_img>div>div:first-child {
    font-size: 14px;
}

.new_box_img>div>div:nth-last-child(2) {
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
}

.new_box_img>div>div:last-child {
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news_list>li {
    border-bottom: 1px dashed #cecece;
}

.news_list>li>a {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list>li>a>div:first-child {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list>li>a>div:last-child {
    color: #999;
    font-size: 14px;
    margin-left: 20px;
}

.news_list>li>a:hover {
    color: #f19f76;
}

.video_box {
    width: 1200px;
    margin: auto;
}

.iconKJ {
    width: 1200px;
    margin: 30px auto;

}

.iconKJ_kjimg {

    display: flex;
    gap: 20px;
}

.iconKJ_img {
    flex: 1;
    height: 160px;
    cursor: pointer;
    overflow: hidden;
    font-size: 0;
}

.iconKJ_img>img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.iconKJ_img>img:hover {
    transform: scale(1.05);
}

.news7_content {
    width: 1200px;
}

.news7_content_ul {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
}

.news7_content_box {
    width: 239px;
    box-sizing: border-box;
    width: 182px;
    margin-right: 30px;
    font-size: 14px;
    flex-shrink: 0;
}

.news7_content_box_name {
    padding-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    font-size: var(--fontSize);
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--fontColor);
    font-weight: 700;
    font-size: 16px;
}

.news7_content_box .cover {
    -webkit-transition: 1s;
    transition: 1s;
}

.news7_content_box .cover:hover {
    transform: scale(1.2);
}

.news7_content_ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e5e5e5;
    border-radius: 10px;
}

.news7_content_ul::-webkit-scrollbar-thumb {
    background-color: #2a50aa !important;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.imgStyle9 {
    display: flex;
    height: 362px;
    gap: 15px;
    margin-bottom: 30PX;
}

.imgStyle9>div:first-child {
    -webkit-box-flex: 4;
    flex: 4;
}

.imgStyle9>div:last-child {
    -webkit-box-flex: 6;
    flex: 6;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    height: 100%;
}

.imgBox {
    height: 100%;
    position: relative;
    font-size: 0;
    cursor: pointer;
    overflow: hidden;
}

.imgBox .image {
    height: 100%;
}

.imgBox .image img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.imgBox .image img:hover {
    transform: scale(1.2);
}

.imgStyle9>div:last-child>div {
    height: calc(50% - 15px / 2);
    width: calc(33.33333% - 15px * 2 / 3);
}