body {
    background: #fff;
}

.lxwm-ban {
    width: 100%;
}

.lxwm-ban img {
    width: 100%;
}

.box {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.contus-nav {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.contus-nav p {
    line-height: 61px;
    font-size: 16px;
    color: #999999;
}

.contus-nav p span a {
    line-height: 61px;
    font-size: 16px;
    color: #999999;
}

.contus {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    margin-top: 60px;
}

.contus h3 {
    position: relative;
    font-size: 36px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #313131;
    font-weight: 600;
}

.contus h3::before {
    content: "";
    width: 104px;
    height: 12px;
    background-color: #3d7ad7;
    position: absolute;
    bottom: -54%;
    left: 2.5%;
}

.contus span {
    position: relative;
}

.contus h6 {
    margin-top: 19px;
    font-size: 18px;
    color: #898989;
}

.contus ul {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.contus ul li {
    width: 32%;
    max-width: 424px;
    background-color: #ffffff;
    border-radius: 16px;
    border: solid 2px #305695;
    padding: 39px 0 77px 0;
}

.contus ul li img {
    display: block;
    margin: auto;
    transition: .5s;
}
.contus ul li:hover img{
    transform: rotate(360deg);
}
.contus ul li h6 {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
}

.contus ul li p {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
}


/* 地图开始 */

.map-wrap {
    width: 100%;
    max-width: 1440px;
    height: 510px;
    margin: auto;
    margin-top: 51px;
}

#map {
    width: 100%;
    height: 510px;
}

footer {
    margin-top: 76px;
}

@media (max-width:1440px) {
    .contus-nav p {
        padding: 0 20px;
    }
    .contus {
        padding: 0 30px;
    }
    .map-wrap {
        padding: 0 30px;
    }
}

@media (max-width:1199px) {}

@media (max-width:990px) {
    .contus ul li {
        padding: 39px 0 39px 0;
    }
}

@media (max-width:767px) {
    .contus-nav p{
        font-size: 14px;
    }
    .contus-nav p span a{
        font-size: 14px;
    }
    .contus{
        margin-top: 0 !important;
        padding: 6.5%;
    }
    .contus ul {
        margin-top: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .contus ul li {
        width: 100%;
        margin-top: 30px;
    }
    .contus h3 {
        font-size: 26px;
        text-align: center;
    }
    .contus h6 {
        margin-top: 3%;
        font-size: 14px;
        text-align: center;
    }
    .contus h3::before {
        display: none;
    }
    .contus {
        margin-top: 30px;
    }
    .contus ul li {
        padding: 25px 0 25px 0;
    }
    .contus ul li h6 {
        text-align: center;
        font-size: 16px;
        line-height: 18px;
    }
    .contus ul li p {
        font-size: 14px;
        line-height: 35px;
    }
}