﻿.page {
    padding-top:40px;
    box-sizing:border-box;
    margin: 0 auto;
    text-align: center;
    background: #FAFAFA;
    height:500px;
}
.page img{
    width:900px;
}
.pagep1 {
        height: 15px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: rgba(51,51,51,1);
        margin-top:10px;
    }
.pagep2 {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: rgba(153,153,153,1);
        line-height: 30px;
        margin-top:15px;
    }
.content{
    width:100%;
    padding:35px 0 55px;
}
.contentp {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(250,121,17,1);
    line-height: 30px;
    margin:0 auto 28px;
    text-align:center;
}
.s_con {
    width: 889px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.s_box {
    width: 196px;
    height: 218px;
    background: rgba(255,255,255,1);
    padding: 22px 0;
    text-align: center;
    box-sizing:border-box;
    border: 1px solid rgba(204,204,204,1);
}
    .s_box:hover {
        background: rgba(255,245,233,1);
        border: 1px solid rgba(250,121,17,1);
    }
    .s_title {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 600;
        color: rgba(65,65,65,1);
        margin: 20px 0;
    }

.s_tz {
    width: 152px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: rgba(250,121,17,1);
    border: none;
    outline: none;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,1);
    cursor: pointer;
}

.s_tz:hover {
        background: #fb861f;
    }