.banner {
    height: 430px;
    background: url(../images/business_intro_banner.png) center no-repeat;
    margin: 0 auto;
}

.trust_box, .inherent_box {
    padding: 40px 60px 50px 60px;
}

.financing_box {
    padding: 40px 60px 20px 60px;
}

.trust_box h1, .inherent_box h1 {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
}

.trust_box h2, .inherent_box h2 {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin-top: 26px;
    margin-bottom: 26px;
}

.trust_box p, .inherent_box p {
    font-size: 16px;
    color: #666666;
    text-indent: 36px;
    line-height: 26px;
    display: block;
}

.financing_box h1 {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
}

.financing_box h2 {

    font-size: 18px;
    color: #333333;
    line-height: 18px;
}

.financing_box p {
    font-size: 16px;
    color: #666666;
    text-indent: 36px;
    line-height: 26px;
    display: block;
    margin-top: 26px;
    margin-bottom: 26px;

}

#special_h1 {
    margin-bottom: 26px;
}

.profession_box {
    padding: 36px 60px 50px 60px;
}

.profession_box h1 {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    margin-top: 26px;
    margin-bottom: 26px;
}

.profession_box p {
    font-size: 16px;
    color: #666666;
    text-indent: 36px;
    line-height: 26px;
    display: block;

}

/*business_guide*/
.variety_box {
    padding: 40px 60px 20px 60px;

}

.variety_box h1 {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 26px;
}

.variety_box span {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 26px;
    display: block;
    text-indent:36px;

}

.variety_box h2 {

    font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin-bottom: 26px;
}

.variety_box p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 26px;
    display: block;
    /* text-indent: 36px; */
}
.variety_box.npti p{
    text-indent: 0;
    margin-bottom: 0;
    }

/*business_cooperation*/
.cooperation_box {
    padding: 40px 60px 50px 60px;
    position: relative;
}

.cooperation_box h1 {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 26px;
}

.cooperation_box span {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    display: block;
    margin-bottom: 26px;
}

.cooperation_box p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-indent: 26px;
    margin-bottom: 26px;
}

.cooperation_box h2 {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    text-align: right;
    margin-bottom: 30px;

}

/*skip_button*/
.skip_button {
    width: 160px;
    height: 30px;
    border: 1px solid #666666;
    bottom: 0;
    left: 0;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    color: #666666;
}

.skip_button:hover {
    color: white;
    border: none;
    background-color: #0077b3;
}