body {
    background: #f7f7f5;
}
.main {
    margin-top: 45px;
    padding-bottom: 60px;
}
img {
    width: 100%;
}
/* 联系方式 */
.contancBox {
    width: 100%;
    padding-top: 30px;
}
/* .contancBox ul {width: 100%; } */
.contancBox li {
    float: left;
    width: 26.4%;
    background: #fff;
    position: relative;
    padding-top: 60px;
    margin-right: 150px;
    height: 380px;
    text-align: center;
}
.contancBox li:last-of-type {
    margin-right: 0;
}
.contancBox li i {
    display: block;
    margin: 0 auto 7px;
    width: 71px;
    height: 63px;
}
.contancBox li:nth-of-type(1) i {
    background: url('../images/contan_icon.png') no-repeat -10px -9px;
}
.contancBox li:nth-of-type(2) i {
    background: url('../images/contan_icon.png') no-repeat -111px -9px;
}
.contancBox li:nth-of-type(3) i {
    background: url('../images/contan_icon.png') no-repeat -10px -95px;
}
.contancBox li h4 {
    line-height: 50px;
    font-size: 18px;
    color: #6fbff5;
}
.contancBox li p {
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.contancBox li p:nth-of-type(1) {
    padding: 0 25%;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    margin-bottom: 27px;
}
.contancBox li p:nth-of-type(2) {
    padding: 0 10%;
}
/* 地图 */
.map {
    padding: 60px 0;
    width: 100%;
    background: #fff;
}
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}
.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}
#dituContent {
    margin: 0 auto;
    width: 1460px;
    height: 420px;
}
@media only screen and (min-width:1280px) {
    /* PC端效果 */
    .contancBox li {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }
    .contancBox li:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, .6)
    }
}
@media only screen and (min-width:0px) and (max-width:768px) {
    #dituContent {
        width: 100%;
        height: 360px;
    }
    .contancBox li {
        float: none;
        display: block;
        width: 90%;
        margin: 0 auto 40px;
        height: auto;
        padding-bottom: 30px;
    }
    .contancBox li:last-of-type {
        margin: 0 auto 20px;
    }
    .contancBox li p {
        padding: 0 20px !important;
    }
    .map {
        padding: 30px 0;
    }
    .pop {
        transform: scale(0.8);
    }
    .shadow {
        display: none !important;
    }
    .BMap_omOutFrame, .BMap_omCtrl {
        display: none !important;
    }
}
@media only screen and (min-width:769px) and (max-width:1280px) {
    #dituContent {
        width: 800px;
        height: 320px;
    }
    .contancBox li {
        float: none;
        display: block;
        width: 80%;
        margin: 0 auto 40px;
    }
    .contancBox li:last-of-type {
        margin: 0 auto 20px;
    }
}
@media only screen and (min-width:1281px) and (max-width: 1366px) {
    #dituContent {
        width: 1280px;
        height: 420px;
    }
    .contancBox li {
        width: 25.5%;
    }
}
@media only screen and (min-width:1367px) and (max-width: 1440px) {
    #dituContent {
        width: 1280px;
        height: 420px;
    }
    .contancBox li {
        width: 25.5%;
    }
}
.flex-direction-nav {
    display: none; }