article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.footer {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #F3F3F3;
}

.footer .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer h5 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: uppercase;
}



.foot-nav {}

.foot-nav ul {
    margin: 0;
    overflow: hidden;
}

.foot-nav ul li {
    color: #505050;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
}

.foot-nav ul li+li {
    margin-top: 8px;
}

.foot-nav ul li a:hover {
    color: var(--active-color);
    text-decoration: underline;
}



.foot-list {}

.foot-list ul {
    margin: 0;
    overflow: hidden;
}

.foot-list ul li {
    color: #505050;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}

.foot-list ul li+li {
    margin-top: 8px;
}

.foot-list ul li a:hover {
    color: var(--active-color);
    text-decoration: underline;
}



.foot-contact {
    width: 500px;
}

.foot-contact p {
    color: #505050;
    font-size: 18px;
    line-height: 25px;
}

.foot-contact p+p {
    margin-top: 8px;
}

.foot-contact p a:hover {
    color: var(--active-color);
}


.copyright {
    padding: 30px 0;
    background: #F3F3F3;
}

.copyright .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.copyright p {
    color: #141414;
    font-size: 18px;
    font-weight: 300;
    max-width: 70%;
}

.copyright .share {
    font-size: 0;
}

.copyright .share a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border-radius: 50%;
    background: var(--btn-bg);
    text-align: center;
}

.copyright .share a+a {
    margin-left: 10px;
}

.copyright .share a i {
    font-size: 20px;
}

.copyright .share a:hover {
    background: #000;
}

.foot-logo img {
    height: 76px;
}

/* footer toobar */
#huake-footerBar {
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

#huake-footerBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: var(--btn-bg);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
    z-index: 999;
}

#huake-footerBar li {
    width: 25%;
    height: 45px;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    padding: 6px 0 0 0;
    box-sizing: border-box;
}

#huake-footerBar li:first-child {
    border-left: none;
}

#huake-footerBar li a {
    display: block;
    height: 45px;
    line-height: 1;
    text-transform: uppercase;
}

#huake-footerBar li i {
    color: #fff;
    font-size: 20px;
}

#huake-footerBar li span {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 3px;
}


@media screen and (max-width:1441px) {
    .foot-list ul li {
        font-size: 17px;
        line-height: 24px;
    }

    .foot-contact {
        width: 400px;
    }

    .foot-contact p {
        font-size: 17px;
        line-height: 24px;
    }

}

@media screen and (max-width:1281px) {

    .foot-contact {
        width: 350px;
    }

    .foot-logo {
        width: 200px;
    }

    .copyright p {
        font-size: 17px;
    }
}

@media screen and (max-width:768px) {

    #gotop {
        display: none;
    }

    .footer {
        padding: 30px 0;
    }

    .footer .wp {
        display: block;
    }

    .footer h5 {
        font-size: 22px;
        text-align: center;
    }

    .foot-logo {
        width: 100%;
        text-align: center;
    }

    .foot-list {
        display: none;
    }

    .foot-contact {
        width: 100%;
        margin: 20px 0 0;
    }

    .foot-contact p {
        font-size: 16px;
    }

    .copyright {
        padding: 20px 0 60px;
        text-align: center;
    }

    .copyright .wp {
        display: block;
    }

    .copyright p {
        font-size: 16px;
        max-width: none;
    }

    .copyright .share {
        margin-top: 15px;
    }

    .copyright .share a+a {
        margin-left: 8px;
    }
}


@media screen and (max-width:480px) {

    .foot-contact p {
        font-size: 12px;
        line-height: 22px;
    }

    .copyright p {
        font-size: 12px;
    }

    .copyright p span {
        display: block;
    }
}


@media screen and (max-width:768px) {
    .visible-xs-block {
        display: block;
    }

    .wp,
    .wp2 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .huake-side-bar,
    .foot-nav {
        display: none;
    }

    #huake-footerBar {
        display: block;
    }

    #huake-footer {
        padding: 30px 0;
    }

    #huake-footer h5 {
        text-align: center;
    }

    #huake-footer hr {
        margin-bottom: 20px;
    }

    #huake-footer .wp {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    #huake-footer hr {
        background: #3D3F45;
    }

    .foot-logo {
        float: none;
        width: 100%;
        text-align: center;
    }

    .foot-logo p {
        font-size: 13px;
        margin: 15px 0 0;
    }

    .foot-logo .share {
        text-align: center;
    }

    .foot-logo ul {
        display: none;
    }

    .foot-list {
        display: none;
    }

    .huake-footer-right {
        margin: 20px 0 0;
        width: 100%;
        overflow: hidden;
    }

    .huake-foot-contact {
        width: 100%;
    }

    .huake-foot-contact p {
        line-height: 25px;
    }

    .huake-foot-contact p.p1 {
        line-height: 22px;
        margin: 0 0 15px;
    }

    .huake-copyright {
        line-height: 24px;
        height: auto;
        padding: 15px 0 60px;
    }

    .huake-copyright .wp {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .huake-copyright p {
        float: none;
        font-size: 13px;
    }

    .huake-copyright p:last-child {
        float: none;
        font-size: 13px;
    }

    .huake-copyright p:last-child a {
        margin: 0 5px;
    }
}


/*询盘*/
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 1000;
}

.cd-popup .div_info {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -15%;
    float: none;
    max-height: 80%;
    overflow: auto;
}

.cd-popup .div_info {
    width: 30%;
    padding: 55px;
    background: #fff;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-popup .div_info h3 {
    padding-bottom: 20px;
    font-size: 28px;
    color: #333;
    line-height: 24px;
    letter-spacing: 1px;
}

.cd-popup .div_info input,
.cd-popup .div_info textarea {
    display: block;
    width: 100%;
    height: 62px;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 16px;
    border: none;
    background: #fafafa;
    border: 1px solid #eee;
    outline: none;
}

.cd-popup .div_info button {
    width: 100%;
    height: 66px;
    font-size: 15px;
    color: #fff;
    background: #000;
    margin-top: 36px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Montserrat-Bold';
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
}

.cd-popup .div_info button:hover {
    background: #2054b5;
    cursor: pointer;
}

.cd-popup .div_info textarea {
    height: 197px;
    padding: 20px 30px 20px 30px;
    line-height: 30px;
}

.cd-popup .cd-popup-close {
    position: absolute;
    right: 7%;
    top: 41px;
    font-size: 42px;
    color: #999;
}

.cd-popup .cd-popup-close:hover {
    text-decoration: none;
}

.cd-popup .crmFormVali-error {
    color: #a94442;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
}

.cd-popup .input-position {
    position: relative;
}
@media screen and (max-width:1500px){
.cd-popup .div_info{
width:50%
}
}
@media screen and (max-width:768px){
.cd-popup .div_info{
width:90% !important;
left: 5% !important;
    margin-left: 0 !important;
}
  
}