a{
	text-decoration: none; /* 去掉下划线 */
	color: inherit; /* 继承父元素的颜色 */
}

body {
    font-size: 12px;
    /*background-color: #f0f0f0;*/
    background: white;
}

html, body, ul, li, h3, p {
    padding: 0;
    margin: 0;
}

html {
    min-width: 1260px;
}

.top-nav{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 624px;
    background: url(../img/top_nav_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
}
.nav-bar-view{
    width: 100%;
    display: flex;
    align-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    richness: 0;
    justify-content: center;
}
.nav-bar{
    margin-bottom: 30px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: white;
    gap: 20px;
}
.nav-bar div{
    cursor: pointer;
}

.main{
    width: 1200px;
    margin: 0 auto;
}

.notice-view{
    width: 100%;
    height: 40px;
    background: rgb(247, 247, 247);
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 20px;
    color: rgb(97,97,97);
    margin-top: 10px;
}

.notice-view .red-tip{
    color: red;
    margin-left: 5px;
    margin-right: 5px;
}

.info-row-1{
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
    gap: 20px;
}

.banner-view{
    width: 580px;
    height: 380px;
}

.banner-view .swiper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.banner-view .swiper-wrapper{

}

.banner-view .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-view .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-view .swiper-title{
    width: 100%;
    height: 35px;
    background: #3A3F3B;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-view .swiper-title-text{
    flex: 1;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    color: white;
    font-size: 14px;
    margin-left: 10px;
}

.banner-view .swiper-pagination{
    width: auto;
    position: static !important;
    height: 35px;
    background: #3A3F3B;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    bottom: 0!important;
}
.banner-view .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto !important;
}

.banner-view .swiper-pagination-bullet {
    font-size: 12px;
    color: white !important;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
    background: #3A3F3B !important;
    opacity: 1 !important;
}

.banner-view .swiper-pagination-bullet-active {
    color: white;
    background: #BB0303 !important;
}

.info-row-1-right-news-view{
    flex: 1;
}
.info-row-1-right-title{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.info-row-1-right-desc{
    color: #555557;
    margin-top: 10px;
    line-height: 30px;
}

.info-row-1-right-div-line{
    margin-top: 10px;
    border: none;
    border-top: 1px dashed #CCCCCC;
}

.info-row-1-right-news-view ul li{
    list-style-position: inside;
    margin-left: 5px;
    font-size: 16px;
    color: #333331;
    line-height: 30px;
    cursor: pointer;
    max-width: 580px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-row-1-right-news-view ul li::marker{
    font-size: 12px;
}

.info-row-2{
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}

.info-row-2-left{
    width: 580px;
    height: 300px;
    border: solid 1px #E95845;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
}

.info-row-2-tab-view{
    width: 100%;
    height: 36px;
    background: #E95845;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.info-row-2-tab{
    flex: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    font-size: 14px;
    color: white;
    cursor: pointer;
}

.info-row-2-tab-active{
    background: #CA0F00;
}

.info-row-2-left-content{
    width: 100%;
    flex: 1;
    box-sizing: border-box;
    padding-left: 10px;
    color: #555555;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: visible
       
}
.info-row-2-left-content-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    user-select: none;
    flex-shrink: 0;
}
.info-row-2-left-content-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateZ(0);
    animation: scrollUp 15s linear infinite;
    box-sizing: border-box;
     height: 360px;
     right: 0;
     -webkit-font-smoothing: antialiased;
}

.info-row-2-left-content-item li {
    padding-right: 10px;
    box-sizing: border-box;
    white-space: normal;
    height: 30px;  
    display: flex;
    align-items: center;
}

/* .info-row-2-left-content-item:hover ul {
    animation-play-state: paused;
} */

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        
        transform: translateY(-180px);
    }
}
.info-row-2-left-content::-webkit-scrollbar {
    display: none;
}

.info-row-2-right{
    width: 580px;
}
.info-row-2-right-title-view{
    background: url(../img/title_bg.png) no-repeat;
    width: 588px;
    height: 53px;
    box-sizing: border-box;
    position: relative;
}
.info-row-2-right-title-text{
    position: absolute;
    left: 50px;
    bottom: 10px;
    font-size: 18px;
    color: white;
}
.info-row-2-right-title-more{
    position: absolute;
    right: 50px;
    bottom: 10px;
    font-size: 12px;
    color: white;
    cursor: pointer;
}

.info-row-2-right ul li{
    list-style-position: inside;
    margin-left: 5px;
    font-size: 14px;
    color: #333331;
    line-height: 30px;
    cursor: pointer;
    max-width: 580px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-row-2-right ul li::marker{
    font-size: 12px;
}

.info-row-3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 20px;
}

.info-row-3-title-view{
    width: 100%;
    height: 40px;
    background: #E95845;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    border-radius: 5px;
}

.info-row-3-grid-view{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,calc(100% / 5 - 8px));
    grid-gap: 10px;
    margin-top: 20px;
}

.info-row-3-grid-item{
    background: #F7F7F7;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}

.info-row-4{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.info-row-4-title{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    height: 40px;
    background: #AE2E2D;
    border-radius: 5px;
}

.info-row-4-title-text{
    margin-left: 20px;
    font-size: 16px;
    color: white;
}

.info-row-4-title-more{
    margin-right: 20px;
    font-size: 12px;
    color: white;
    cursor: pointer;
}

.info-row-4-content{
    width: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}

.info-row-4-content-item{
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.info-row-4-content-item-image{
    width: 100%;
    height: 100%;
}

.info-row-4-content-item-image-wrap{
    width: 260px;
    height: 203px;
    box-sizing: border-box;
    padding: 3px;
    border: solid 1px #CDCBCE;
}

.info-row-4-content-title{
    font-size: 14px;
    color: #333331;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.info-row-5{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 20px;
    justify-content: space-around;
}

.info-row-5-item{
    width: 588px;
    display: flex;
    flex-direction: column;
}

.info-row-5-title{
    width: 588px;
    height: 53px;
    background: url(../img/title_bg.png) no-repeat;
    position: relative;
    box-sizing: border-box;
}

.info-row-5-title-text{
    position: absolute;
    left: 50px;
    bottom: 10px;
    font-size: 18px;
    color: white;
}

.info-row-5-right-title-more{
    position: absolute;
    right: 50px;
    bottom: 10px;
    font-size: 12px;
    color: white;
    cursor: pointer;
}

.info-row-5-list{
    margin-top: 20px;
}

.info-row-5 ul li{
    list-style: none;
    margin-left: 20px;
    font-size: 16px;
    color: #333331;
    line-height: 30px;
    cursor: pointer;
    max-width: 580px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer {
    background-image: url(../img/footer2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 170px;
    padding-top: 25px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #AE2E2D;
    margin-top: 50px;
}

.footer p {
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}

.footer .aq {
    margin: 0px auto;
    width: 100px;
}

.hide {
    display: none;
}

