@charset "UTF-8";

.lxwm-banner {
    height: 280px;
    background: url(/static/img/contact/../lxwm_banner.png) no-repeat center
}

.lxwm-banner h1 {
    text-align: center;
    line-height: 280px;
    font-size: 50px;
    color: #FFF;
    font-weight: normal;
    margin: 0
}

.lxwm {
    padding: 60px 15px
}

.lxwm p {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    height: auto;
    min-height: 47px;
    padding-left: 55px;
}
.lxwm p a{
    color: #666666;
}

.lxwm p span {
    color: #213047;
    font-weight: bold
}

.gywm-banner {
    height: 280px;
    background: url(/static/img/contact/../gywm_banner.png) no-repeat center
}

.gywm-banner h1 {
    text-align: center;
    line-height: 280px;
    font-size: 50px;
    color: #FFF;
    font-weight: normal;
    margin: 0
}

.lxwm p.lxwm-p{
    line-height: 47px;
    background: url(/static/img/contact/2.png) no-repeat top left;
}

.lxwm p.lxwm-p1{
    line-height: 47px;
    background: url(/static/img/contact/3.png) no-repeat top left;
}

.lxwm p.lxwm-p2{
    margin: 40px 0;
    padding-top: 10px;
    background: url(/static/img/contact/4.png) no-repeat top left;
}

.lxwm p.lxwm-p3{
    line-height: 47px;
    background: url(/static/img/contact/5.png) no-repeat top left;
}

@media (max-width:767px) {
    .lxwm p {
        font-size: 18px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .lxwm p {
        font-size: 18px
    }
}

/*# sourceMappingURL=./style.css.map */