.header {
    height: 126px;
    display: flex;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.banner {
    height: 793px;
    background:  no-repeat top center;
    background-size: cover;
	position: relative;
}


.main {
    margin: 20px auto auto auto;
}


.banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.shape {
    margin-top: 10px;
    background: #cb0a00;
    width: 124px;
    height: 6px;
    transform: scaley(1.3) perspective(0.5em) rotatex(2deg);
    transform-origin: left;
}

.left-box {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center
}

.dhimg {
    text-align: center;
    display: inline
}

.title {
    flex: 1;
    color: #c92b25;
    font-size: 26px;
    font-family: stxingkai;
    height: 49px;
    line-height: 49px;
    display: inline;
    width: 332px;
    flex: none
}

.left-box, .right-box {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
}

.logo {
    width: 43px;
    padding-right: 10px;
}


.line-r {
    margin-top: 12px;
    background: #cb0a00;
    width: 432px;
    height: 3px;
}

.more {
    margin-top: 14px;
    font-size: 16px;
}

.tinew {
    color: #cb0a00;
    font-size: 30px;
}

.menu_list {
    clear: both;
    padding-top: 28px;
    height: 186px;
    line-height: 76px;
    padding-left: 19px
}


.swiper-container {
    display: block;
    overflow: hidden;
    /*width: 586px;*/
    /*height: 391px;*/
    --swiper-navigation-color: white; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 28px; /* 设置按钮大小 */
}

.swiper-wrapper, .swiper-wrapper img {
    width: 562px;
    height: 391px;
}

.sideborder {
    width: 50px;
    height: 80px;
    background: rgba(0, 0, 1, 0.2);

}
.swerpde{
    position: relative;
    padding: 0px 10px;
    display: table-cell;
    vertical-align: middle;
    top: -101px;
    z-index: 999;
    width: 62%;
    height: 95px;
   /* line-height: 87px;*/
    color: white;
    text-align: center;
    font-size: 24px;
    background: rgba(0, 0, 1, 0.2);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 2px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 1px;
    left: auto;
}

.footer {
    color: white;
    padding: 60px 0;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    background: #235693;
    height: 265px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 97px;
    left: 224px;
    width: 100%;
}
