.xiangce {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.toutu {
    width: 100%;
    display: block;
}

.breadcrumbs {
    margin: 5px;
}

.breadcrumbs a,
.breadcrumbs span {
    text-decoration: none;
    color: #666;
    font-size: 12px;
}


/*.tabBar p{padding: 0;margin: 0;}*/

.tabBar {
    background-color: #55217B;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.tabBar li {
    list-style-type: none;
    float: left;
    color: #fff;
    width: 33.333333%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 宋体;
}

.active {
    color: #E49D23!important;
    font-weight: bold;
}

.tabs {
    margin-top: 25px;
    min-height: 40vh;
    display: none;
}

.tabs h2 {
    text-align: center;
    color: #434343;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    font-family: 宋体;
}

.tabs h3 {
    text-align: center;
    color: #707070;
    /*letter-spacing: 1px;*/
    font-size: 20px;
    font-weight: normal;
    margin: 5px auto 25px;
    font-family: 宋体;
}

.zhaopian {
    width: 97%;
    margin-left: 1.5%;
    overflow: hidden;
}

.zp_content {
    width: 48%;
    margin: 1%;
    float: left;
    overflow: hidden;
    position: relative;
}

.zp_content .zp_img {
    /*display: block;*/
}

.zp_img img {
    width: 100%;
    display: block;
    transition: 0.6s;
}

.zp_text {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 宋体;
}

.zp_content:hover .zp_img img {
    transform: scale(1.2);
}

.zp_content:hover .zp_text {
    color: #53a2ef;
}

.container:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}



body,
html,
footer,
div,
img,
a {
    margin: 0;
    padding: 0;
}

.footer {
    overflow: hidden;
    text-align: center;
    background-color: #55217B;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    z-index: 9;
}

.footer>div {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.footer>div>a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin: 15px 0;
    border-right: 1px solid rgb(255, 255, 255);
}

.footer>div:last-child a {
    border: none;
}

.footer>div>a>img {
    height: 30%;
    width: 30%;
}

.footer>div>a>div {
    letter-spacing: 2px;
    font-size: 13px;
}
