 

body,
p {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
}

img {
    border: none;
}

.top-banner {
    width: 100%;
}

.top-banner img {
    width: 100%;
}

.main {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt-con {
    width: 1170px;
    margin-top: 30px;
    position: relative;
}

.txt-t-b {
    width: 450px;
    height: 40px;
    background: #146bd7;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    text-indent: 20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    z-index: 11;
}

.txt-box {
    width: 1130px;
    padding: 20px 20px;
    background: linear-gradient(0deg, #fff, #EFF9FF);
    box-shadow: 0px 3px 15px 0px rgba(104, 147, 200, 0.45), 0px -3px 0px 0px #fff;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    top: -10px;
}

.txt-box p {
    font-size: 14px;
    color: #222;
    line-height: 30px;
}

.txt-t-y {
    width: 450px;
    height: 40px;
    background: #fd7032;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    text-indent: 20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    z-index: 11;
}

.txt-t {
    width: 100%;
    height: 53px;
    text-align: center;
    line-height: 53px;
    margin-top: 10px;
}

.txt-t b {
    color: #146bd7;
    font-size: 28px;
    margin: 0 20px;
}

    .txt-t em:first-child {
        width: 97px;
        height: 53px;
        background: url(../images/JXKH/ico-left.png) no-repeat;
        display: inline-block;
    }

    .txt-t em:last-child {
        width: 97px;
        height: 53px;
        background: url(../images/JXKH/ico-right.png) no-repeat;
        display: inline-block;
    }

.txt-box-1 {
    width: 1130px;
    padding: 0px 20px 20px 20px;
    background: linear-gradient(0deg, #fff, #EFF9FF);
    box-shadow: 0px 3px 15px 0px rgba(104, 147, 200, 0.45), 0px -3px 0px 0px #fff;
    border-radius: 15px;
    margin-top: 30px;
}

    .txt-box-1 b {
        font-size: 16px;
        color: #222;
        line-height: 40px;
        height: 40px;
        display: inline-block;
        background: url(../images/JXKH/txt-bk.png) no-repeat 100%;
        margin-top: 15px;
    }

.txt-box-1 p {
    font-size: 14px;
    color: #222;
    line-height: 30px;
}

.process-img {
    width: 1170px;
    text-align: center;
    margin-top: 30px;
}

.point-list {
    width: 1170px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.point-box {
    width: 230px;
    background: linear-gradient(0deg, #fff, #EFF9FF);
    box-shadow: 0px 3px 15px 0px rgba(104, 147, 200, 0.45), 0px -3px 0px 0px #fff;
    border-radius: 15px;
    margin-top: 30px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}

.point-box em {
    width: 30px;
    height: 35px;
}

.point-box b {
    color: #222;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

.point-box b i {
    font-style: normal;
    color: #146bd7;
    display: block;
}

.point-box p {
    font-size: 14px;
    color: #444;
    line-height: 30px;
    margin-top: 30px;
}

.point-box ul {
    clear: both;
    line-height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #444;
    font-weight: bold;
}

    .point-box ul li {
        width: 230px;
        height: 30px;
        float: left;
        background: url(../images/JXKH/ico-d.png) no-repeat left center;
        text-indent: 20px;
    }

.contact-info {
    width: 1002px;
    height: 159px;
    background: url(../images/JXKH/lxfs-bk.png) no-repeat;
    margin: 30px 0 20px 0;
    text-align: center;
}

.contact-info p {
    font-size: 22px;
    color: #146bd7;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.contact-info b {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #146bd7;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

    .contact-info b em.em-1 {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/JXKH/ico-ry.png) no-repeat;
        background-size: 100%;
        margin-right: 10px;
        float: left;
    }

    .contact-info b em.em-2 {
        width: 20px;
        height: 20px;
        display: inline-block;
        background: url(../images/JXKH/ico-dh.png) no-repeat;
        background-size: 100%;
        margin: 0 10px 0 60px;
        float: left;
    }