/*banner*/

.financing_banner {
    background: url(../../images/tourbanner.jpg) no-repeat center center;
    background-size: cover;
    height: 600px;
    overflow: hidden;
    text-align: center;
}

.financing_banner h2 {
    margin-top: 14rem;
    margin-bottom: 10px;
    color: #fff;
}

.financing_banner h3 {
    color: #fff;
    margin: 2rem 0 1rem;
    font-size: 30px;
}

.financing_banner h5 {
    color: #fff;
    font-size: 22px;
}


/*客服*/

.inner .title {
    text-align: center;
    margin: 70px auto 40px;
}

.inner_box {
    display: flex;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    margin: 50px 0 70px;
}

.box_left {
    width: 100%;
    padding: 70px 0 50px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    text-align: center;
}

.box_left span {
    color: #000080;
    font-size: 24px;
    letter-spacing: 1.19px;
    font-weight: bold;
    margin: 24px 0 21px;
    display: inline-block;
}

.box_left p {
    color: #000080;
    font-size: 24px;
    letter-spacing: 1.19px;
    font-weight: bold;
    margin: 24px 0;
}

.box_right {
    width: 355px;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    background: url(../images/zixun.gif) no-repeat 122px 106px;
    background-size: contain;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    background-color: #152035;
    left: 16px;
    top: 40px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    font-size: 14px;
}

.btn::before {
    background-image: url(../images/product/ty_button.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: -16px;
    width: 1rem;
}

.btn::after {
    background-image: url(../images/product/ty_button.gif);
    background-position: -6px -6px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1rem;
    right: -1rem;
    transform: rotate(180deg);
}

.btn:hover {
    padding: 10px 40px;
}


/* 市场拓展 */

.market_banner h2 {
    margin-top: 120px;
    margin-bottom: 20px;
    color: #fff;
}

.market_banner p,
.market_banner h3 {
    color: #fff;
}

.box_left {
    padding: 80px 50px;
}

.box_left h3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}