/*多城市分站*/

.cpMain {
    background: #fff;
    margin-bottom: 50px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    zoom: 1
}


#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #f4f4f4;
}

.item {
    line-height: 24px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}
.item:hover {
    background-color: #f5f5f5;
}
.item dt {
    float: left;
    width: 70px;
    font-family: arial;
    font-size: 14px;
    padding: 5px 10px;
    color: #333;
}
.item dd {
    margin: 0 0 0 70px;
    padding-left: 15px;
    border-left: 1px solid #f4f4f4;
    padding: 5px 10px;
}
.item dd a {
    display: block;
    white-space: nowrap;
    float: left;
    margin: 4px 12px;
}
.item dd a:hover {
    text-decoration: none;
    color: #ff552e;
}

.m_text p {
    width: 100%;
    line-height: 60px;
    display: block;
    margin-top: 20px;
}
.m_text .p1 {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #ff552e;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}
.m_text a {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.m_text a:hover {
    color: #ff552e;
}
.m_text .p3 {
    color: #555;
    font-size: 16px;
    font-weight: 800;
}
.clearfix a{
    color: #333;
}

@media screen and (max-width: 1200px) {
    .mip-center {
        padding: 0 1%;
    }
    .mip-box2 .mip-box2-1 {
        width: 100%;
        height: auto;
    }
    .mip-box2 .mip-box2-2 {
        width: 100%;
        height: auto;
    }
    .mip-box2 .mip-box2-3 {
        width: 100%;
        height: auto;
    }
    .mip-box3 .mip-box3-3 {
        width: 100%;
        height: auto;
    }
    mip-nav-slidedown #bs-navbar .navbar-nav a {
        padding: 0 19px;
    }
    .mip-logo {
        height: auto;
    }
    .mip-tel {
        display: none;
    }
    #container {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        border: 1px solid #f4f4f4;
    }
}