.paging {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.paging a {
    color: #666;
    background-color: white;
    margin: 4px;
    border: 1px #ddd solid;
    padding: 4px 10px;
    font-size: 14px;
}

.paging a:hover,
.paging a.active {
    background-color: #15388A;
    border-color: #15388A;
    color: white;
}

.mycontent {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.mycontent img {
    max-width: 100%;
}

.mycontent p {
    margin-bottom: 0;
}
.mycontent h2{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.conimg {
    text-align: center;
}

.widget-area p,
.widget-area li,
.widget-area li a {
    margin-bottom: 0;
    line-height: 1.8;
}


/* label：方框没了 img：地图没了 div：图标没了 */
#map label,
#map img,
#map div {
    max-width: none !important;
}

/* 地图 */
#map {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    font-size: 12px;
}
.contactCon table{
    margin: 0 auto;
}
.contactCon table td{
    width: 180px !important;
}
.contactCon table img{
    max-width: 100%;
}

.copyright-menu{
    margin-left: 0;
    justify-content: flex-end;
}
.position-relative::before{
    content: none;
}
/* #D6B119 */

.honor .slick-slide {
    padding: 10px;
}
#textTitle{
    font-size: 18px !important;
}
.contitle{
    margin-bottom: 20px;
}
#textCreateTime{
    margin-bottom: 0;
}
.dark-black-bg{
    padding-top: 80px;
}
.copyright-area {
    padding: 30px 0;
}
.copyright-menu, .copyright-cart{
    margin-top: 0;
}
@media (max-width:768px){
    .copyright-area .copyright-menu, .copyright-area .copyright-cart{
        margin-top: 0;
    }
    .copyright-area{
        padding: 10px 0;
    }
    .footer-area {
        padding: 60px 0 0;
    }
    .footer-area .pb-35{
        padding-bottom: 0;
    }
    #map{
        height: 250px;
        margin-bottom: 30px;
    }
    .contactCon p{
        text-align: left !important;
    }
    .mycontent{
        padding: 0 10px;
    }
    .page-height3{
        min-height: 300px;
    }
    .slider-area .align-items-center{
        padding-top: 42px;
    }
    .slider-area-index .align-items-center{
        padding-top: 74px;
    }
    .header{
        background-color: #323130;
    }
    .header .d-block{
        margin-top: 4px;
    }
    .about-page{
        margin-top: 30px;
    }
    .logo img{
        max-height: 54px;
    }
}