.wapper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner {
    height: 218px;
   background: linear-gradient(131deg,#14327c,#0b2358 64%);
    background-image: url(https://files.yuanian.com/yuanian/page_image/gyyn/banner.png);
    background-size: cover;
}

.banner h1 {
    font-size: 34px;
    color: #fff;
    line-height: 218px;
    text-align: center;
    letter-spacing: 10px;
}

.jj {
    background: #f3f5fb;
    padding-bottom: 44px;
    position: relative;
}

.jj p {
    text-align: center;
    font-size: 15px;
    color: #3d464d;
    line-height: 30px;
    padding-top: 20px;
}

.jj .line {
    width: 450px;
    margin: 0 auto;
    margin-top: -28px;
    border-bottom: 1px dashed #d7dae0;
}

.jj b {
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 35px solid #f3f6fb;
    position: absolute;
    bottom: -34px;
      left: 47.5%;
}

.lxwm_dh {
    margin-top: 36px;

}

.lxwm_dh h3 {
    text-align: center;
    color: #0f56ba;
    font-size: 22px;
    padding-top: 50px;
    margin-bottom: 60px;

}

.lxwm_dh_main {
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 3px 0px rgba(94, 112, 153, 0.32);
    width: 1045px;
    height: 210px;
}

.lxwm_dh_main .xt {
    border-right: 1px solid #f7f7f7;
    height: 147px;
    margin-top: 30px;
    float: left;
}

.lxwm_dh_main dl {
    float: left;
    padding-left: 34px;
    padding-right: 40px;
}

.lxwm_dh_main dl dt span {
    display: block;
    width: 102px;
    height: 5px;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.lxwm_dh_main dl dt h3 {
    text-align: left;
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    padding-top: 38px;
    margin-bottom: 14px;

}

.lxwm_dh_main dl dt p {
    color: #7b7b7b;
    font-size: 20px;
    border-bottom: 1px solid #f3f3f3;
    display: initial;
    padding-bottom: 10px;
    font-weight: 500;
}

.lxwm_dh_main dl dd p {
    color: #515252;
    font-size: 14px;
    padding-top: 20px;
}

.lxwm_dt {
    height: 510px;
    width: 100%;
    margin: 0 auto;
    background: #f9fafd;
    margin-top: 74px;
}
.lxwm_dt_main{
    width: 1045px;
    margin: 0 auto;
}
.lxwm_dt_left {
    background-image: url(https://files.yuanian.com/yuanian/page_image/gyyn/dt.png);
    background-size: cover;
    width: 500px;
    height: 447px;
    background-position: 20px 20px;
    position: relative;
    float: left;
}

.lxwm_dt_left ul li {
    text-align: center;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 44px;
    height: 18px;
    transform: translateX(-50%);
}

.lxwm_dt_left ul li.beijin {
    top: 165px;
    right: 111px
}

.cityWrapper {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
/*
.lxwm_dt_left ul li i {
    background: url(//img4.ifchange.com/static/prod/img/img/tob/about/addressIcon.5d41539.svg) 50%/contain no-repeat;
    transition: all .2s ease;
    display: inline-block;
    width: 14px;
    height: 14px;
} */

.lxwm_dt_left ul li.change i {
    /* width: 26px;
    height: 26px; */
}

.lxwm_dt_left ul li .branch-name {
    cursor: default;
    font-size: 12px;
    /* color: #0052ee; */
    color: #d0171b;
    white-space: nowrap;
    letter-spacing: 0;
    /* border: 1px solid #dbe8ff;
     */
    border: 1px solid #f3dadb;
    border-radius: 9px;
    /* padding: 0 9px; */
    width: 44px;
    background: #fff;
    height: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
}
.lxwm_dt_left ul li .branch-name:hover{
  background: #d0171b;
  border: 1px solid #d0171b;
  color: #fff;
}
.lxwm_dt_right {
    float: right;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 3px 0px rgba(94, 112, 153, 0.32);
    width: 322px;
    margin-top: 100px;
    padding-left: 28px;
    margin-right: 87px;
    padding-right: 48px;
    padding-top: 48px;
    padding-bottom: 32px;
}

.lxwm_dt_right .div {
    display: none;
}

.lxwm_dt_right .div:nth-child(1) {
    display: block;
}

.div p:nth-child(1) {
    color: #d0171b;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}

.div p:nth-child(2),
.div p:nth-child(4),
.div p:nth-child(6) {
    font-size: 14px;
    color: #3d464d;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 14px;
}

.div p:nth-child(3),
.div p:nth-child(5),
.div p:nth-child(7) {
    font-size: 14px;
    color: #515252;
}

@media screen and (max-width: 1024px) {
    .banner{
        margin-top: 50px;
    }
    .jj p {
        width: 90%;
        margin: 0 auto;
        padding-top: 0px;
    }

    .jj .line {
        width: 90%;
        border-bottom: none;
        display: contents;
    }

    .jj b {
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 25px solid #f3f6fb;
        position: absolute;
        bottom: -17px;
        left: 45%;
    }

    .lxwm_dh_main {
        width: 90%;
        height: auto;
        box-shadow: none
    }
.lxwm_dt_main{
    width: 100%;
}
    .lxwm_dh_main dl {
        width: 100% !important;
        padding-left: 0px;
        border-right: none !important;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
    .lxwm_dh_main .xt{
        display: none;
    }
    .lxwm_dh_main dl dt h3 {
        padding-top: 20px;
    }

    .lxwm_dt_left {
        display: none;
    }

    .lxwm_dt {
        width: 90%;
        margin-top: 0px;
       height: auto;
       background: transparent;
    }

    .lxwm_dt_right {
        float: inherit;
        padding-left: 0px;
        box-shadow: none;
        margin-top: 20px;
        padding-top: 0px;
            padding-right: 0px;
            width: 100%;

    }

    .lxwm_dt_right .div {
        display: block;
        margin-bottom: 30px;
    }
    .div p:nth-child(2), .div p:nth-child(4), .div p:nth-child(6){
        margin-top: 20px;
    }


}
