/* 上部分 */
.bot-first-box {
    width: 1200px;
    margin: 0 auto 40px;
    
}

.bot-first-box .bot-first {
    display: flex;
}

.bot-first-box .bot-first .f-single {
    width: 375px;
    height: 300px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 20px #ccc;
    font-size: 20px;
    transition:all 1s linear;
}

.bot-first-box .bot-first .f-single:hover {
    box-shadow: 0 0 20px #ff8d3e;
    transition:all 1s linear;
}

.bot-first-box .bot-first .f-single:nth-child(2) {
    margin: 0 40px;
}

.bot-first-box .bot-first .bot-f-line {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #ff874e;
    margin: 0 auto;
}

.bot-first-box .bot-first img {
    margin-top: 60px;
}

.bot-first-box .bot-first .f-title {
    font-weight: 700;
}

.bot-first-box .bot-first .f-title,
.bot-first-box .bot-first .f-explain {
    height: 50px;
    line-height: 50px;
    color: #ff8d3e;
}

.bot-first-box .bot-first .f-single a {
    display: block;
    width: 200px;
    height: 50px;
    background-color: #ff874e;
    border-radius: 30px;
    margin: 15px auto;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}

/* 下部分 */
.bot-second-box {
    width: 100%;
    height: 520px;
    /*background: url(/images/special-bgs.png);*/
    border-top: 1px solid #f7f7f8;
    
    margin: 0 auto;
}

.bot-second-box .bot-second {
    width: 1200px;
    margin: 40px auto;
    display: flex;
}

.bot-second-box .bot-second .s-single{
    width: 375px;
    height: 300px;
    text-align: center;
    border-radius: 20px;
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bot-second-box .bot-second .s-single:nth-child(1) {
    background:url("../images/bg_03.png") no-repeat;
}

.bot-second-box .bot-second .s-single:nth-child(2) {
    background:url("../images/bg_05.png") no-repeat;
}

.bot-second-box .bot-second .s-single:nth-child(3) {
    background:url("../images/bg_07.png") no-repeat;
}

.bot-second-box .bot-second .s-single:nth-child(2) {
    margin: 0 40px;
}

.bot-second-box .bot-second .s-title {
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
}

.bot-second-box .bot-second .s-explain {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

.bot-second-box .s-btn a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ff874e;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    margin: 0 auto;
    text-decoration: none;
}



.gjp-cpzx-end{
    margin-top: 80px;
}