html,
body {
    background: #fff;
}

.banner {
    width: auto;
    height: auto;
}

.banner img {
    width: 100%;
    display: block;
}

.mainCont {
    text-align: center;
    margin-bottom: 50px;
}

.mainCont h3 {
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: #000000;
    text-align: center;
    font-weight: normal;
}

.mainCont p {
    font-size: 0.2rem;
    line-height: 0.28rem;
    text-align: center;
    color: #666666;
}

.mainMap {
    width: 14rem;
    text-align: center;
    margin: 0 auto 0.5rem;
}

.mainMap .mapForm {
    width: auto;
    margin-bottom: 0.3rem;
}

.mainMap .mapForm li {
    float: left;
    padding: 0 0.05rem;
}

.mainMap .mapForm input,
.mainMap .mapForm select {
    width: 100%;
    height: 0.36rem;
    background: #d50f10;
    border: 0;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: left;
    padding: 0 0.15rem;
    display: block;
}

.mainMap .mapForm select {
    background: url(../img/server/icon_sel.png) no-repeat right top #d50f10;
    background-size: auto 100%;
}

.mainMap .mapForm a {
    width: 100%;
    height: 0.36rem;
    background: #d50f10;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    padding: 0 0.15rem;
    display: block;
}

.mainMap .mapCont {
    width: auto;
    overflow: hidden;
}

.mainMap .mapCont .contLeft,
.mainMap .mapCont .contRight {
    height: 5rem;
    float: left;
    padding: 0 0.05rem;
}

.dealerBox {
    background: #f2f2f2;
    padding: 0.05rem;
}

.dealerBox .boxTit {
    width: auto;
    height: 0.45rem;
    font-size: 0.2rem;
    color: #000;
    text-align: center;
    line-height: 0.45rem;
}

.dealerBox .boxCont {
    width: auto;
    height: 4.45rem;
    overflow: auto;
}

.dealerBox .boxCont .contBox {
    margin: 0 0.05rem 0.1rem;
    position: relative;
    padding: 0.1rem 0.1rem 0.1rem 0.42rem;
    background: #fff;
    text-align: left;
}

.dealerBox .boxCont .contBox i {
    background: url(../img/server/icon_map.png);
    background-size: 100% 100%;
    width: 0.24rem;
    height: 0.32rem;
    font-size: 0.14rem;
    text-align: center;
    font-style: normal;
    line-height: 0.24rem;
    color: #fff;
    position: absolute;
    top: 0.2rem;
    left: 0.1rem;
}

.dealerBox .boxCont .contBox em {
    height: 0.24rem;
    background: #d50f10;
    padding: 0 0.1rem;
    font-size: 0.12rem;
    line-height: 0.24rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-style: normal;
    border-radius: 0.02rem;
    overflow: hidden;
}

.dealerBox .boxCont .contBox h3 {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #373737;
    padding: 0.05rem 0;
}

.dealerBox .boxCont .contBox p {
    font-size: 0.12rem;
    line-height: 0.24rem;
    color: #373737;
}

.mapBox {
    width: auto;
    height: auto;
}

.mapBox img {
    width: 100%;
    display: block;
}

.mainPj {
    min-width: 12rem;
    position: relative;
    text-align: center;
    background: #cbcfd5;
}

.mainPj img {
    width: 100%;
    display: inline-block;
}

.mainPj .pjCont {
    width: 7.8rem;
    height: auto;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.mainPj .pjCont h3 {
    font-size: 0.28rem;
    line-height: 0.36rem;
    text-align: center;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0.3rem;
}

.mainPj .pjCont dl {
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.mainPj .pjCont dt {
    width: 80%;
    float: left;
    padding: 0 0.05rem;
}

.mainPj .pjCont dd {
    width: 20%;
    float: left;
    padding: 0 0.05rem;
}

.mainPj .pjCont input {
    width: 100%;
    height: 0.36rem;
    background: #d50f10;
    border: 0;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: left;
    padding: 0 0.15rem;
    display: block;
}

.mainPj .pjCont input::-webkit-input-placeholder {
    color: #f2f2f2;
}

.mainPj .pjCont dt input {
    background: #eaeaea;
    color: #333;
}

.mainPj .pjCont dt input::-webkit-input-placeholder {
    color: #999;
}

.mainPj .pjCont a {
    width: 100%;
    height: 0.36rem;
    background: #d50f10;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    padding: 0 0.15rem;
    display: block;
}

.mainPj .pjCont p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666666;
    text-align: left;
}

.pBox {
    display: none;
    margin-bottom: 0.3rem
}

.pBox table {
    width: 100%;
    border-top: 0.01rem solid #999;
    border-left: 0.01rem solid #999;
}

.pBox table td {
    background: #eaeaea;
    color: #333;
    font-size: 0.14rem;
    line-height: 0.24rem;
    padding: 0.05rem;
    text-align: center;
    border-bottom: 0.01rem solid #999;
    border-right: 0.01rem solid #999;
}


/* 服务理念 */

.centerCont {
    width: 12rem;
    text-align: center;
    margin: 0 auto;
}

.mainLn {
    background: #f5f5f5;
    padding: 1rem 0;
}

.mainLn .lnPic {
    width: 6.4rem;
    height: 3.46rem;
    float: right;
    margin-bottom: 0.5rem;
    padding-top: 0.7rem;
}

.mainLn .lnPic img {
    width: 100%;
    float: left;
}

.mainLn .lnTxt {
    width: 5rem;
    height: auto;
    float: left;
    text-align: justify;
    margin-bottom: 0.5rem;
}

.mainLn .lnTxt h3 {
    font-size: 0.3rem;
    color: #222222;
    line-height: 0.6rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.mainLn .lnTxt h3::after {
    content: "";
    width: 0.58rem;
    height: 0.02rem;
    background: #d50f10;
    display: block;
}

.mainLn .lnTxt p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #444444;
}

.mainLn .lnGroup {
    width: auto;
    height: 2.2rem;
    background: #fff;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.2);
    clear: both;
}

.mainLn .lnGroup li {
    width: 33.3%;
    float: left;
    padding: 0.15rem 0.5rem;
    text-align: left;
}

.mainLn .lnGroup h3 {
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #222222;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.mainLn .lnGroup h3:after {
    content: "";
    width: 0.24rem;
    height: 0.02rem;
    background: #d50f10;
    display: block;
}

.mainLn .lnGroup p {
    font-size: 0.14rem;
    line-height: 0.32rem;
    color: #444444;
}

.mainLc {
    background: url(../img/server/lc_bg.jpg) no-repeat right center #fefdfd;
    background-size: auto 100%;
    width: auto;
    height: 5.17rem;
    padding: 0.6rem 0;
}

.mainLc .lcTxt {
    width: 5.4rem;
    height: auto;
    float: left;
    text-align: left;
    padding-top: 0.5rem;
}

.mainLc .lcTxt h3 {
    font-size: 0.3rem;
    color: #222222;
    line-height: 0.6rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.mainLc .lcTxt h3::after {
    content: "";
    width: 0.58rem;
    height: 0.02rem;
    background: #d50f10;
    display: block;
}

.mainLc .lcTxt p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #444444;
}

.mainLc .lcPic {
    width: 4.46rem;
    height: 3.81rem;
    float: right;
}

.mainLc .lcPic img {
    width: 100%;
    display: block;
}

.mainCn{
    width: 12rem;
    height: auto;
    margin: 0 auto 0.5rem;
    text-align: left;
    padding-top: 0.5rem;
}
.mainCn .cnTit{
    font-size: 0.3rem;
    color: #222222;
    line-height: 0.6rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}
.mainCn .cnTit::after {
    content: "";
    width: 0.58rem;
    height: 0.02rem;
    background: #d50f10;
    display: block;
}
.mainCn .cnCont{
    text-align: left;
    overflow: hidden;
}
.mainCn .cnCont .contLeft{
    width: 5.55rem;
    float: left;
}
.mainCn .cnCont .contLeft::after{
    content: "";
    width: auto;
    height: 0.06rem;
    background: #d10c12;
    display: block;
    margin-top: 0.6rem;
}
.mainCn .cnCont .contRight{
    width: 5.55rem;
    float: right;
}
.mainCn .cnCont .contRight::before{
    content: "";
    width: 0.06rem;
    height: 0.7rem;
    background: #d10c12;
    display: block;
    margin-bottom: 0.2rem;
}
.mainCn .cnCont h3{
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #222222;
    margin-bottom: 0.1rem;
}
.mainCn .cnCont p{
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #555555;
    margin-bottom: 0.2rem;
}


.mainMap #main .form-box {
    margin-left: -1% !important;
}

.mainMap #main .form-box .select-box {
    width: 49% !important;
    margin-left: 1% !important;
    margin-right: 0 !important;
}

.mainMap #main .form-box .select-box:last-child {
    display: none;
}
