@import "base.css";

#app{
    position: relative;
    padding-top: 100px;
}

.app-baner{
    position: relative;
    z-index: 1;
}

.app-baner img{
    width: 100%;
    position: relative;
    z-index: 1;
}

.app-baner .baner-info{
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 2;
    color: #ffffff;
    animation: baner-move 1s;
}

.news-baner .baner-info{
    color: #C6010B;
}

.app-baner .baner-info .wrap{
    padding-left: 40px;
    position: relative;
}

.app-baner .baner-info .wrap::before{
    position: absolute;
    top: 2px;
    left: 20px;
    width: 3px;
    height: 36px;
    background-color: #C6010B;
    content: "";
    transform: rotate(30deg);
}

.app-baner .baner-info p{
    font-size: 20px;
}

.app-baner .baner-cate{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    color: #ffffff;
}

.app-baner .baner-cate ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.app-baner .baner-cate ul li{
    width: 20%;
    border-right: 1px solid #ffffff;
}

.app-baner .baner-cate ul li:last-child{
    border-right-color: transparent;
}

.app-baner .baner-cate ul li a{
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    font-size: 20px;
    border-radius: 10px 0 0 0;
}

.app-baner .baner-cate ul li:last-child a{
    border-radius: 0 10px 0 0;
}

.app-baner .baner-cate ul li a:hover{
    background-color: rgba(198,1,11,0.8);
}

.app-baner .baner-cate ul li.active a{
    background-color: #C6010B;
}

.app-body{
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.pro{
    display: flex;
}

.pro .cate{
    width: 240px;
    margin-right: 40px;
}

.pro .cate ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.pro .cate ul li{
    margin-top: 15px;
}

.pro .cate ul li:first-child{
    margin: 0;
}

.pro .cate ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: 2px solid #C6010B;
    color: #C6010B;
    border-radius: 0 20px 0 0;
    box-shadow: 2px 2px 2px #cccccc;
    font-size: 18px;
}

.pro .cate ul li.active a,
.pro .cate ul li a:hover{
    background-color: #C6010B;
    color: #ffffff;
}

.pro-list{
    flex: 1;
}

.pro-list .list{
    overflow: hidden;
}

.pro-list .list ul{
    list-style: none;
    margin: -20px -10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pro-list .list ul li{
    width: 33.3333%;
    padding: 0 10px;
    margin-top: 20px;
}

.pro-list .list ul li .block{
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.pro-list .list ul li .block .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}

.pro-list .list ul li .block:hover .img.ani{
    left: 120px;
}

.pro-list .list ul li .block .img img{
    width: 100%;
}

.pro-list .list ul li .block .title{
    position: absolute;
    top: 40px;
    left: 0;
    height: 50px;
    padding: 0 20px;
    font-size: 20px;
    color: #ffffff;
    background-color: rgba(198,1,11,0.75);
    border-radius: 0 25px 25px 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

.pro-list .list ul li .block .guige{
    position: absolute;
    top: 0;
    left: -230px;
    bottom: 0;
    width: 230px;
    background-color: #C6010B;
    color: #FFFFFF;
    z-index: 2;
    padding: 100px 0 0 20px;
    line-height: 2;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    border-radius: 0 20px 0 0;
}

.pro-list .list ul li .block:hover .guige{
    left: 0;
}

/*文章列表*/
.news-list{
    padding: 40px;
    background-color: #FFFFFF;
}
.news-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list ul li{
    padding: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.news-list ul li:first-child{
    /*border-top: 1px solid #f2f2f2;*/
}

.news-list ul li:hover{
    background-color: #f8f8f8;
}

.news-list ul li:last-child{
    margin-bottom: 0;
}

.news-list ul li a{
    display: flex;
    align-items: center;
}

.news-list ul li a .text{
    flex: 1;
}

.news-list ul li a .text-meta{
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 1em;
    font-size: 14px;
    color: #6b7280;
}

.news-list ul li a .text-meta span{
    margin-right: 10px;
}

.news-list ul li a .text .title{
    font-size: 20px;
    color:#000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}

.news-list ul li a:hover .text .title{
    color:#3366CC;
}

.news-list ul li a .text .detail{
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    margin-top: 10px;
}

.news-list ul li a .img{
    width: 200px;
    height: 140px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}

.news-list ul li a .img img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition: 0.2s ease-in-out;
}

.news-list ul li a:hover .img img{
    transform: scale(1.1);
}

/*文章展示*/
.wenzhang {
    padding: 40px 60px;
    background: #ffffff;
    position: relative;
}

.wenzhang .title {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
    color:#333333;
}

.wenzhang .info {
    line-height: 30px;
    color: #a0a6c0;
    font-size: 15px;
    padding: 15px 0 15px;
    text-align: center;
    border-top: 1px dashed #f2f2f2;
    border-bottom: 1px dashed #f2f2f2;
    overflow: hidden;
    background-color: #fafafa;
}

.wenzhang .info span {
    margin-right: 1em;
}

.wenzhang .info span.size {
    margin-right: 0;
}

.wenzhang .info span.size em {
    font-style: normal;
    padding: 0 5px;
    cursor: pointer;
}

.wenzhang .info span.size em.active,
.wenzhang .info span.size em:hover {
    color: #4990e2;
}


.wenzhang .content {
    padding: 25px 0 0;
    line-height: 2;
    color:#333333;
}

.wenzhang .content.big {
    font-size: 18px !important;;
}

.wenzhang .content.default {
    font-size: 16px !important;;
}

.wenzhang .content.small {
    font-size: 14px !important;;
}

.wenzhang .content p:first-child {
    margin-top: 0;
}

.wenzhang .content p:last-child {
    margin-bottom: 0;
}

.wenzhang .content img {
    max-width: 800px;
    /*max-height: 600px;*/
    margin: 0 auto;
    display: block;
}

.wenzhang .content table {
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

.wenzhang .content table td,
.wenzhang .content table th {
    border: 1px solid #e8e8e8;
}

.wenzhang .author {
    margin-top: 20px;
    text-align: right;
    color: #999;
}

.wenzhang .attach {
    margin-top: 20px;
}

.wenzhang .attach ul {
    list-style: none;
    margin: 0;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

.wenzhang .attach ul ol {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 18px;
    color: #4b8fe2;
    line-height: 1;
}

.wenzhang .attach ul li {
    padding-left: 14px;
    line-height: 38px;
    overflow: hidden;
}

.wenzhang .attach ul li span {
    color: #999;
}

.wenzhang .attach ul li a {
    color: #4b8fe2;
}

.wenzhang .url {
    margin-top: 20px;
    padding: 1em 0 1em 1em;
    border-top: 1px dashed #e0e1dc;
    border-bottom: 1px dashed #e0e1dc;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wenzhang .adjoin {
    border-bottom: 1px dashed #e0e1dc;
    padding: 0.5em 0;
}

.wenzhang .adjoin ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wenzhang .adjoin ul li {
    padding-left: 1em;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 14px;
}

.wenzhang .adjoin ul li a {
    color: #4b8fe2;
}

.wenzhang .btn-back{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.wenzhang .btn-back a{
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
    transition: .1s;
    transition-duration: .3s;
    transition-property: border-color,background-color;
    white-space: nowrap;
    background-color: #C6010B;
    border-color: #C6010B;
    color: #fff;
    border-radius: 50em;
}

.wenzhang .btn-back a:hover{
    background-color: #D90000;
    border-color: #D90000;
    color: #ffffff;
}

/*图片列表*/
.img-list{
    overflow: hidden;
}

.img-list ul{
    list-style: none;
    margin: 0 -15px -30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.img-list ul.col2{
    margin-left: 0;
    margin-right: 0;
}

.img-list ul.col3 li{
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.img-list ul.col2 li{
    width: 50%;
    padding: 0;
    margin-bottom: 30px;
}

.img-list ul li a{
    display: block;
}

.img-list ul.col2 li a{
    width: 600px;
    margin:0 auto;
}

.img-list ul li a .img{
    position: relative;
}

.img-list ul li a .img-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
}

.img-list ul li a .img-block img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.img-list ul.honor li a .img{
    padding-bottom: 66.6%;
    overflow: hidden;
}

.img-list ul.col2 li a .img{
    padding-bottom: 340px;
    overflow: hidden;
}

.img-list ul.honor li a .img img{
    transition: all 0.2s ease-in-out;
}


.img-list ul.honor li a:hover .img img{
    transform: scale(1.1);
}

.img-list ul.honor li a .title{
    display: block;
    height: 30px;
    font-size: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 30px;
    text-align: center;
}

.contact .l{
    width: 800px;
    margin-right: 40px;
}

.contact .r{
    flex: 1;
}

.contact .l,
.contact .r{
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px #e1e1e1;
}

.contact .r{
    background-color: #FBFDFF;
}

.contact .l #qqMap{
    height: 340px;
}

.contact .r ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.contact .r ul ol{
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.contact .r ul li{
    width: 100%;
    padding: 20px 0 20px 100px;
    border-bottom: 1px dashed #f1f1f1;
}

.contact .r ul li:nth-of-type(1){
    background: url(../img/contact-1.png) 0 center no-repeat;
    background-size: 80px auto;
}

.contact .r ul li:nth-of-type(2){
    background: url(../img/contact-2.png) 10px center no-repeat;
    background-size: 60px auto;
}

.contact .r ul li:nth-of-type(3){
    background: url(../img/contact-3.png) 10px center no-repeat;
    background-size: 60px auto;
}

.contact .r ul li .name{
    margin-bottom: 10px;
    color:#999999;
}

.about1{
    background: url(../img/abount_1.jpg) center 0 no-repeat;
    background-size: 100% auto;
    padding: 80px 0;
}

.about1 .widget-header{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
}

.about1 .widget-header .l{
    color: #000000;
}

.about1 .widget-header .c{
    color: #000000;
    font-size: 20px;
    margin: 0 10px;
}

.about1 .widget-header .r{
    color: #C6010B;
}

.about1 .widget-body{
    display: flex;
    padding-top: 40px;
}

.about1 .widget-body .l{
    width: 600px;
    padding: 0 50px;
}

.about1 .widget-body .l .title{
    position: relative;
}

.about1 .widget-body .l .title::before{
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 40px;
    background-color: #C6010B;
    content: '';
    z-index: 1;
}

.about1 .widget-body .l .title::after{
    position: absolute;
    top: 20px;
    right: 0;
    width: 20px;
    height: 40px;
    background-color: #C6010B;
    content: '';
    z-index: 1;
}

.about1 .widget-body .l .title h1{
    margin: 0;
    font-size: 40px;
    height: 50px;
    line-height: 1;
    color: #C6010B;
    text-align: center;
    font-style: italic;
    transform: scale(1,1.18);
    letter-spacing: 4px;
}

.about1 .widget-body .l .title p::before{
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    height: 10px;
    background-color: #C6010B;
    content: '';
    z-index: 1;
}

.about1 .widget-body .l .title p::after{
    position: absolute;
    left: 0;
    top: 60px;
    width: 160px;
    height: 20px;
    background-color: #C6010B;
    content: '';
    z-index: 1;
}

.about1 .widget-body .l .title p{
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #FF8000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about1 .widget-body .l .title p img{
    margin-left: 8px;
}

.about1 .widget-body .l .info{
    padding: 0 0 0;
}

.about1 .widget-body .l .info p{
    font-size: 18px;
    line-height: 1.8;
    color: #787878;
}

.about1 .widget-body .r{
    flex: 1;
    position: relative;
}

.about1 .widget-body .r .img{
    border: 10px solid #C6010B;
    position: relative;
    z-index: 1;
}

.about1 .widget-body .r .title{
    position: absolute;
    left: 10px;
    bottom: 0;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    color: #FFDC73;
    padding: 0 40px 10px;
    border-radius: 0 35px 35px 0;
    z-index: 2;
    background-color: #C6010B;
}

.abount2{
    background: url(../img/abount_4.jpg) center 0 no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 20px;
}

.abount2 .widget-header{
    display: flex;
    justify-content: center;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bold;
}

.abount2 .widget-body{
    font-size: 20px;
    padding: 40px 200px 0;
    color:#FFFFFF;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
}

.abount3{
    background-color: #f5f5f5;
    padding: 60px 0 100px;
}

.abount3 .widget-header{
    display: flex;
    justify-content: center;
}

.abount3 .widget-header .title{
    position: relative;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
}

.abount3 .widget-header .title:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 5px;
    background-color: #C6010B;
    content: "";
}

.abount3 .widget-body{
    padding-top: 40px;
    overflow: hidden;
}


.abount4{
    padding: 60px 0;
}

.abount4 .wrap{
    background: url("../img/abount_8.jpg") right center no-repeat;
}

.abount4 .widget-header .title{
    font-size: 30px;
    color: #000000;
    line-height: 1;
    padding-bottom: 30px;
    position: relative;
}

.abount4 .widget-header .title::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 5px;
    content: '';
    background-color: #C6010B;
}

.abount4 .widget-header ul{
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0 620px 0 0;
}

.abount4 .widget-header ul li{
    position: relative;
    font-size: 16px;
    color:#565656;
    line-height: 1.6;
    padding: 10px 0 10px 40px;
}

.abount4 .widget-header ul li::before{
    position: absolute;
    top: 22px;
    left: 0;
    width: 10px;
    height: 2px;
    content: '';
    background-color: #C6010B;
}

.abount5{
    padding: 60px 0 20px;
    background-color: #F1E1C9;
}

.abount5 .widget-header{
    display: flex;
    justify-content: center;
}

.abount5 .widget-header .title{
    position: relative;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
}

.abount5 .widget-header .title:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 5px;
    background-color: #C6010B;
    content: "";
}

.abount5 .widget-body{
    overflow: hidden;
}

.wenhua{
    padding: 60px 0 20px;
}

.wenhua .widget-header{
    display: flex;
    justify-content: center;
}

.wenhua .widget-header .title{
    position: relative;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
}

.wenhua .widget-header .title:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 5px;
    background-color: #C6010B;
    content: "";
}

.wenhua .widget-body{
    overflow: hidden;
    padding-bottom: 60px;
}

.wenhua .widget-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.wenhua .widget-body ul li{
    width: 50%;
    padding: 0 50px;
    margin-top: 40px;
}

.wenhua .widget-body ul li a{
    display: block;
}

.wenhua .widget-body ul li a .title{
    line-height: 40px;
    background-color: #f2f2f2;
    padding-left: 10px;
}

.wenhua .widget-body ul li a:hover .title{
    background-color: #000000;
    color: #FFFFFF;
}

.pinpai1 {
    background-color: #f2f2f2;
    padding: 80px 0;
}

.pinpai1 .wrap{
    background: url(../img/pinpai1.jpg) right center no-repeat;

}

.pinpai1 .widget-header{
    width: 424px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    min-height: 490px;
}

.pinpai1 .widget-header .title{
    display: flex;
    position: relative;
    font-size: 30px;
    color:#1f1f1f;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.pinpai1 .widget-header .title::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 5px;
    content: '';
    background-color: #EC3030;
}

.pinpai1 .widget-header ul{
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}

.pinpai1 .widget-header ul li{
    position: relative;
    font-size: 22px;
    color:#565656;
    line-height: 2;
    padding: 10px 0 10px 35px;
}

.pinpai1 .widget-header ul li::before{
    position: absolute;
    top: 28px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: rotate(40deg);
    content: '';
    background-color: #EC3030;
}

.pinpai2 img{
    width: 100%;
}

.pinpai3{
    padding: 80px 0;
}

.pinpai3 .widget-header
{
    display: flex;
    justify-content: center;

}

.pinpai3 .widget-header .title{
    font-size: 40px;
    letter-spacing: 2px;
    color: #FF0000;
    position: relative;
    padding-bottom: 20px;
}

.pinpai3 .widget-header .title::after{
    position: absolute;
    left: 40px;
    bottom: 0;
    right: 40px;
    height: 8px;
    background-color: #C6010B;
    content: '';
    transform: skewX(-50deg);
}

.pinpai3 .widget-body{
    padding-top: 30px;
}

.pinpai3 .widget-body ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -5px;
    padding: 0;
}

.pinpai3 .widget-body ul li{
    width: 16.66%;
    padding: 0 10px;
    margin-top: 10px;
}

.pinpai3 .widget-body ul li .block{
    width: 120px;
    margin: 0 auto;
}

.pinpai3 .widget-body ul li .block .title{
    border: 4px solid #FF4000;
    color:#FF4000;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}

.pinpai3 .widget-body ul li .block .en{
    text-align: center;
    background-color: #FF4000;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}

.app-footer{
    position: relative;
    z-index: 3;
    background-color: #221F20;
}

.app-footer .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 100px;
    position: relative;
    z-index: 2;
}

.app-footer .wrap-l .menu-b{
    margin-top: 40px;
}

.app-footer .wrap-l .menu-b ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;
}

.app-footer .wrap-l .menu-b ul ol{
    margin: 0;
    padding: 0 12px 0 0;
}

.app-footer .wrap-l .menu-b ul a:hover{
    color: #ffffff;
}

.app-footer .wrap-l .menu-b ul ol a{
    font-size: 16px;
    color:#c7c6c7;
}

.app-footer .wrap-l .menu-b ul li {
    padding: 0 12px;
}

.app-footer .wrap-l .menu-b ul li a{
    color: #9f9f9f;
}

.app-footer .wrap-r{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-footer .wrap-r .qrcode{
    display: flex;
    margin-bottom: 20px;
}

.app-footer .wrap-r .qrcode .img{
    width: 120px;
    height: 120px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.app-footer .wrap-r .qrcode .img:last-child{
    background-color: #000000;
}

.app-footer .wrap-r .qrcode .img img{
    max-width: 100%;
    max-height: 100%;
}

.app-footer .wrap-r .text1{
    color: #c7c6c7;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

.app-footer .wrap-r .tel{
    display: flex;
    align-items: center;
    height: 50px;
}

.app-footer .wrap-r .tel span{
    color: #c7c6c7;
    line-height: 1;
}

.app-footer .wrap-r .tel strong{
    font-size: 30px;
    font-weight: bolder;
    color: #c7c6c7;
    line-height: 1;
    font-family: "Arial Black";
}

.app-footer .wrap-b{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #949292;
}

.app-footer .wrap-b a{
    color: #949292;
}

.app-footer .wrap-b a:hover{
    color: #ffffff;
}

.app-footer .wrap-b .l a{
    margin-left: 20px;
}

/*分页*/
.page {
    padding: 20px 0;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    margin: 0 5px;
    font-size: 16px;
}

.pagination li.more {
    width: 24px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li.more::before {
    line-height: 1;
    content: '...'
}

.pagination li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    min-width: 40px;
    line-height: 1;
}

.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #f4f4f5;
    color: #666;
    min-width: 40px;
    line-height: 1;
}

.pagination li a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #C6010B;
}

.pagination li.disabled span {
    background-color: #f4f4f5;
    color: #c0c4cc;
    cursor: not-allowed;
}

.pagination li.active span {
    background-color: #C6010B;
    color: #FFF;
    cursor: default;
}

.honor{
    padding: 60px 0 20px;
}

.honor .widget-header{
    display: flex;
    justify-content: center;
}

.honor .widget-header .title{
    position: relative;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
}

.honor .widget-header .title:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 5px;
    background-color: #C6010B;
    content: "";
}

.honor .widget-body{
    overflow: hidden;
    padding-bottom: 60px;
}