.container {
    padding: 0 15%;
}

.header-top {
    height: 32px;
    line-height: 32px;
    color: #747474;
}

.header-top p a {
    color: #747474;
    padding: 0 5px;
}

.header-top p a:hover {
    color: #1bba9e;
}

.top {
    background: #f4f4f4;
    padding: 8px 0 20px 0;
    overflow: hidden;
}

.top .logo {
    margin-top: 6px;
}

.top-img {
    margin: 1% 4% 0 0;
}

.index-title {
    height: 63px;
    background: url(../images/titleBg.png) no-repeat top center;
    text-align: center;
    /* background-size: 100% 100%; */
}

.index-title h3 {
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
}

footer {
    background: #242424;
}

.footerT {
    border-bottom: 1px solid #3a3a3a;
    padding: 30px 0 40px 0;
    overflow: hidden;
}

.footerB {
    text-align: center;
    color: #adabab;
    line-height: 30px;
    padding: 20px 0;
}

.footerT-l {
    width: 30%;
}

.footerT-r {
    width: 65%;
}

.footerT-r ul li {
    float: left;
    margin-left: 6%;
}

.footerT-r ul li span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.footerT-r ul li a {
    color: #c5c5c5;
    display: block;
    line-height: 30px;
}

.footerT-r ul li a:hover {
    color: #12ae93;
}

@media (max-width:1440px) {
    .container {
        padding: 0 13%;
    }
    .footerT-r ul li {
        margin-left: 3%;
    }
}

@media (max-width:1366px) {
    .container {
        padding: 0 8%;
    }
}

@media (max-width:1024px) {
    .top {
        padding: 8px 0 15px 0;
    }
    .logo {
        width: 50%;
    }
    .top-img {
        width: 26%;
        margin-right: 0;
    }
    .footerT-r {
        width: 67%;
    }
    .footerT-r ul li span {
        font-size: 15px;
    }
    .footerT-r ul li {
        margin-left: 2%;
    }
    .footerT-l img {
        width: 274px;
    }
}

.z_ban {
    width: 100%;
    overflow: hidden;
}

.z_ban img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.z_ban img:hover {
    transform: scale(1.1);
}

.location {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #c7c7c7;
    margin-top: 12px;
    font-size: 16px;
    margin-bottom: 10px;
}

.location i.icon-shouye1 {
    font-size: 24px;
    color: #1bba9e;
}

.location p {
    float: left;
}

.location p a {
    display: inline-block;
    margin: 0 5px;
}

.location p a:hover {
    color: #1bba9e;
}

.location p span {
    color: #1bba9e;
}


/* 页码 */


/* .page {
    height: 38px;
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.page a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    color: #333;
    margin: 0 0.4%;
}

.page a:hover {
    background: #1bba9e;
    border: 1px solid #1bba9e;
    color: #fff;
}

.page a.pageCur {
    background: #1bba9e;
    color: #fff;
    border: 1px solid #1bba9e;
}

.page a.page_slh {
    border: 0;
    padding: 0;
}

.page a.page_slh:hover {
    color: #333;
}

.page input {
    text-align: center;
    display: inline-block;
    width: 50px;
    background: #f3f5f7;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 3px;
}

.page span {
    display: inline-block;
} */