*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-style: normal;
}
h3{
    text-shadow: 0 0 black !important;
}
footer{
    width: 100%;
    min-width: 1200px;
    background:url(../img/footerbg.png)no-repeat right center #e4e4e4;
    background-size: 14rem 100%;
    font-size: 0.18rem;
    padding: 70px 0 0 0 ;
}
footer .dibu{
    width: 90%;
    margin: 0 auto;
    min-width: 1200px;
}
footer .dibu img{
    display: block;
}
footer .dibu .footer-top{
    width: 100%;
    border-bottom: 1px solid #bababa;
    /*padding: 0.5rem 0;*/
    height: 3.24rem;
}
footer .dibu .footer-top .logo{
    width: 4.14rem;
}
footer .dibu .footer-top .ewm{
    display: flex;
    align-items: center;
    margin: 0.4rem 0 0.1rem 0;
}
footer .dibu .footer-top .ewm img{
    width: 0.8rem;
    margin-right: 0.26rem;
    margin-left: 0.3rem;
}
footer .dibu .footer-top .ewm p{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.24rem;
    height: 0.6rem;
}
footer .dibu .footer-top .ewm p span:last-child{
    font-size: 0.26rem;
}
footer .dibu .footer-top h5{
    display: flex;
    align-items: center;
    padding-left: 1.4rem;
}
footer .dibu .footer-top h5 span{
    font-size: 0.26rem;
    padding-right: 0.4rem;
    font-weight: 500;
}
footer .dibu .footer-top h5 i{
    font-weight: 500;
    padding-right: 0.1rem;
    font-size: 0.3rem;
}
footer .dibu .footer-top h5 i:last-child{
    font-size: 0.34rem;
}
footer .dibu .footer-top .ewm-box{
    float: left;
    margin-right: 2.5rem;
}
footer .dibu .footer-top ul{
    float: left;
    margin-right: 1rem;
}
footer .dibu .footer-top ul li{
    line-height: 0.3rem;
    text-align: right;
    font-size: 0.18rem;
}
footer .dibu .footer-top ul li:first-child{
    font-size: 0.2rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
}
footer .dibu .footer-top ul li a{
    color: #6c6a6d;
}
footer .dibu .foot-nav2{
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .dibu .foot-nav2 a{
    margin: 0 0.15rem;
    color: #413f42;
}
footer .copyright{
    width: 100%;
    background: #acacac;
    text-align: center;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
footer .copyright p{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .copyright a{
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 0.4rem; */
}
footer .copyright a img{
    width: 0.18rem;
    padding-right: 0.08rem;
}
.pagination{
    display: flex;
}
.pagination li {
    padding: 0.1rem 0.24rem;
    position: relative;
}
.pagination .active::before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #a93428;
    left: 0;
    top: 0;
    transform: skew(-10deg);
}
.pagination .current{
    color: #fff;
}
.pagination .current::before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #a93428;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-10deg);
}

.pagination li a{
    color: #000;
    position: relative;
    z-index: 2;
}
.pagination .active a{
    color: #fff;
}