body {
    background-color: #F8F8F8;
}

.banner_all {
    position: relative;
}

.banner_text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 18px;
}

.banner_all>a {
    font-weight: lighter;
    color: white;
}

.banner_title {
    font-size: 45px;
    line-height: 45px;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 12px;
}

.banner_text_list {
    display: flex;
}

.banner_text_list span:nth-child(2) {
    margin-left: 10px;
}

.banner_text_one {
    color: white;
    margin-right: 10px;
}

.nav_list_one {
    height: 93px;
    line-height: 93px;
    text-align: center;
    border-right: 1px solid #D4D4D4;
    font-size: 18px;
}

.nav_list_one:first-child {
    border-left: 1px solid #D4D4D4;
}

.nav_list {
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
}

.active_this {
    background-color: #C80917;
    color: white;
}

.active_this a {
    color: white;
}

.about2_tit {
    font-size: 36px;
    color: #2C2C2C;
}

@media(max-width:1024px) {
    .about2_tit {
        font-size: 20px;
    }
    .banner_text {
        top: 32%;
    }
    .banner_title {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 6px;
    }
    .banner_all>a {
        font-size: 14px;
    }
    .nav_list {
        box-shadow: none;
        padding: 0;
        background-color: #EDEDED;
    }
    .nav_list_one {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .banner_text_list {
        font-size: 15px;
    }
}
.nav_list_one a{width:100%;}
.pagination a{color:#A81416}
.pagination>.active>a{background-color: #A81416;}
.pagination>li>a, .pagination>li>span{color:#A81416}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{border-color:#A81416;background-color: #A81416;}