.box1 {
    padding: 55px 225px;
    background-color: #7894B1;
    margin-top: 18px;
}

.box1 .box1_tit h2 {
    color: #F9F9F9;
    font-size: 30px;
    border-bottom: 4px solid #fff;
}

.box1 .box1_c ul li {
    width: 48%;
    /* display: inline-block; */
    /* display: inline; */
    float: left;
    padding: 25px 0;
    border-bottom: 1px dotted #f9f9f9;
    margin-right: 25px;
}

.box1 .box1_c ul li:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.box1 .box1_c h4 {
    font-size: 18px;
    color: #F9F9F9;
}

.box1 .box1_c h4 img {
    max-width: 20px;
    margin: 0 5px;
}

.box1 .box1_c p {
    font-size: 12px;
    color: #f9f9f9;
    line-height: 25px;
}


/* box12 */

.box12 {
    padding: 52px 106px;
    background: url(/static/skin/img/nx_lx_bg.png);
}

.box12 .box12_tit {
    text-align: center;
}

.box12 .box12_tit span {
    font-size: 60px;
    color: #fff;
    text-align: center;
}

.box12 .box12_c {
    margin-top: 38px;
}

.box12 .box12_c .box12_c_l {
    width: 50%;
}

.box12 .box12_c .box12_c_l form {
    padding-right: 20px;
}

.box12 .box12_c .box12_c_l form input {
    width: 100%;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px 10px;
    margin-top: 15px;
}

.box12 .box12_c .box12_c_l form input[type="button"] {
    background-color: #CA3140;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.box12 .box12_c .box12_c_r {
    padding-left: 30px;
}

.box12 .box12_c .box12_c_r p {
    font-size: 16px;
    color: #F5F7F8;
    margin-top: 24px;
}

.box12 .box12_c .box12_c_r p img {
    max-width: 45px;
    margin-right: 10px;
}

.box12 .box12_c .box12_c_r .ewm {
    margin-top: 24px;
}

.box12 .box12_c .box12_c_r .ewm img {
    max-width: 115px;
}

.box12 .box12_c .box12_c_r .ewm>div {
    float: left;
}

.box12 .box12_c .box12_c_r .ewm>div.ewm_txt {
    padding-left: 10px;
}