footer .footer-middle .main-area {
    padding: 90px 0px 70px;
}
footer .main_logo {
    max-width: 180px;
}
footer .main_logo .image-16by9 {
    padding-bottom: 40%;
}
footer p.logo-text {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
footer h6 {
    margin-bottom: 30px;
}
footer ul.footer.menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer ul.footer.menu li {
    line-height: 26px;
    margin-bottom: 8px;
}
footer ul.footer.menu li a {
    text-decoration: none;
    color: var(--black);
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
footer .padding-right-footer-menu {
    padding-right: 30px;
}
footer .footer-bottom {
    padding: 0px 0px 80px;
}
footer .footer-bottom * {
    color: var(--dark-grey);
    font-size: 14px;
}
footer .footer-bottom a {
    color: var(--dark-grey);
    text-decoration: none;
    padding-right: 30px;
    font-size: 14px;
}
footer .sub-footer-links p:last-of-type {
    padding-right: 0px;
}
footer a.button.link-button.social {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0px;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
footer a.button.link-button.social:last-of-type {
    margin-right: 0px;
}
footer a.button.link-button.social > img {
    max-width: 20px;
    max-height: 20px;
}
footer .social-icons {
    text-align: right;
}
footer .footer-bottom .align-row {
    align-items: center;
}
footer p.accent-text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}
footer .sub-footer-links p {
    display: inline-block;
    padding-right: 30px;
}
footer .credit_cards img:last-of-type {
    margin-right: 0px;
}
footer .credit_cards img {
    margin-right: 15px;
}
footer .socials_footer {
    display: flex;
    justify-content: end;
}
@media (min-width: 1199.98px) and (max-width: 1599.98px){
    footer .credit_cards, footer .socials_footer {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: end;
    }
    footer .credit_cards {
        margin-bottom: 10px;
    }
    footer .sub-footer-links p:last-of-type {
        padding-top: 5px;
    }
}
@media(max-width: 1199.98px){
    footer .sub-footer-links {
        padding-top: 15px;
        order: 2;
    }
}
@media(max-width: 991.98px){
    footer p.logo-text {
        position: relative;
        margin: 15px 0px 30px;
    }
    footer .padding-right-ipad {
        padding-right: 30px;
    }
    footer a.button.link-button.social > img {
        max-height: 20px;
        max-width: 20px;
    }
    footer .sub-footer-links {
        padding-right: 0px;
    }
    footer .main-area .col-12.col-lg-2 {
        text-align: center;
    }
    footer .main_logo {
        margin: 0 auto 30px;
    }
    footer .footer-bottom a,
    footer .sub-footer-links p {
        padding-right: 10px;
    }
}
@media(max-width: 767.98px){
    footer .footer-middle .main-area {
        padding: 45px 0px 0px;
    }
    .footer-bottom .col-12.offset-lg-1.col-lg-10 {
        margin-bottom: 0px;
    }
    footer .menu-example-footer-menu-container {
        display: none;
        padding-top: 15px
    }
    footer .padding-right-footer-menu {
        padding: 20px 0px;
        border-top: 1px solid var(--grey);
        position: relative;
    }
    footer .padding-right-footer-menu:after {
        content: '';
        background-image: url(../assets/menu-arrow.svg);
        position: absolute;
        right: 0px;
        top: 20px;
        width: 17px;
        height: 10px;
        background-position: center;
        background-size: cover;
        transition: 0.3s ease-in-out;
    }
    footer .padding-right-footer-menu.show-footer-menu:after {
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
    }
    footer h6 {
        margin-bottom: 0px;
    }
    footer .footer-bottom {
        padding: 15px 0px 45px;
    }
    footer p.logo-text {
        margin: 15px auto 30px;
        max-width: 75%;
    }
    footer .footer-bottom .align-row {
        align-items: start;
    }
    footer p.accent-text {
        margin-bottom: 0px;
    }
    footer ul.footer.menu {
        padding-top: 15px;
    }
}
@media(max-width: 575.98px){
    footer .credit_cards {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    footer .socials_footer {
        justify-content: center;
    }
    footer .sub-footer-links {
        padding-top: 40px;
        text-align: center;
    }
    footer .footer-bottom {
        padding: 25px 0px 45px;
    }
    footer .sub-footer-links p {
        display: block;
    }
    footer .footer-bottom .sub-footer-links a:first-of-type:after {
        content: '|';
        padding-left: 10px;
    }
    footer .footer-bottom .sub-footer-links p a:first-of-type:after {
        display: none;
    }
}
/*新闻分页*/
.page-wrap .page {
    float:left;
    padding:15px 30px;
    background:#fff;
    border-radius:30px;
}
.page-wrap .page a {
    display:inline-block;
    width:30px;
    height:30px;
    margin:0 5px;
    font:14px/30px 'Gotham-Book';
    color:#666;
    text-align:center;
    border-radius:15px;
    transition:all .4s ease-in-out;
}
.page-wrap .page a.on,.page-wrap .page a:hover {color:#fff;background:#339ec1;}
.page-wrap .prev-next {float:right;}
.page-wrap .prev-next a {
    position:relative;
    display:inline-block;
    width:50px;
    height:50px;
    margin-left:20px;
    background:#fff;
    border-radius:25px;
}
.page-wrap .prev-next a:before,
.page-wrap .prev-next a:after,
.ourwork-prev-next-inner a i:before,
.ourwork-prev-next-inner a i:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    border-radius:100%;
    transition:all .4s ease-in-out;
}
.page-wrap .prev-next a:before,
.ourwork-prev-next-inner a i:before{z-index:1;}
.page-wrap .prev-next a.prev:before {background:#fff url(../images/more-icon3a.png) no-repeat center center;}
.page-wrap .prev-next a.next:before {background:#fff url(../images/more-icon.png) no-repeat center center;}
.page-wrap .prev-next a.prev:hover:before {background:transparent url(../images/more-icon3.png) no-repeat center center;}
.page-wrap .prev-next a.next:hover:before {background:transparent url(../images/more-icon1.png) no-repeat center center;}
.ourwork-prev-next-inner a i:after,
.page-wrap .prev-next a:after {transform:scale(0);}
.page-wrap .prev-next a:after {  background:#333;  }
.page-wrap .prev-next a:hover:after,
.ourwork-prev-next-inner a i:hover:after{
    transform:scale(1);
}