.banner_pic,
.banner_pic img {
    width: 100%;
}

.seht_tu {
    margin: 0 auto;
    width: 864px;
    padding-bottom: 70px;
}

.shefbac {
    background: #F5F5F5;
}

.shefour {
    text-align: center;
    padding-bottom: 70px;
}

.shefour a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(18, 187, 181, 1);
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
}

.shetwo .limk_one>ul>li {
    padding-top: 30px;
    width: 192px;
}

.shetwo .limk_one>ul>li p {
    font-size: 16px;
    color: #141820;
}

.shetwo .limk_one>ul {
    margin: 0 auto;
    width: 1088px;
}

.shetwo .limk_one>ul>li {
    margin-right: 106px;
}

.shetwo .limk_one>ul>li:last-child {
    margin-right: 0;
}
.shone_list{
    margin-bottom: 70px;
}
.shone_list>ul>li {
    float: left;
    width: 580px;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 4px;
    margin-right: 40px;
    box-sizing: border-box;
    padding: 20px 0px 20px 20px;
}
.shone_list>ul>li:nth-child(2n){
    margin-right: 0;
}
.sho_tus{
    margin-right: 19px;
    float: left;
    width: 76px;
    height: 76px;
    overflow: hidden;
}
.sho_tus img{
    max-width: 100%;
}
.shon_text{
    float: left;
    width: 448px;
}
.shon_text p{
    font-size: 14px;
    color: #62656A;
    line-height: 36px;
}
.shon_text p span{
    font-size: 18px;
    color: #141820;
    line-height: 36px;
    display: block;
}
.shon_text p em{
    font-style: normal;
}
.seht_tu img{
    max-width: 100%;
}

/* 手机端 */
@media (max-width: 768px) {
    .shone_list {
        margin-bottom: 25px;
    }
    .shone_list>ul>li {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
        padding: 15px 0px 15px 15px;
        margin-bottom: 15px;
    }
    .sho_tus {
        margin-right: 15px;
        width: 40px;
        height: auto;
    }
    .shon_text{
        width: calc(100% - 46px - 15px);
    }
    .shon_text p {
        font-size: 13px;
        line-height: 26px;
    }
    .shon_text p span {
        font-size: 16px;
        line-height: 26px;
    }
    .shetwo .limk_one>ul {
        width: 100%;
    }

    .shetwo .limk_one>ul>li{
        width: calc((100% - 4%)/2);
        margin-right: 4%;
        padding-top: 5px;
    }
    .shetwo .limk_one>ul>li:nth-child(2n){
        margin-right: 0;
    }
    .shetwo .limk_one>ul>li p{
        font-size: 12px;
    }
    .seht_tu {
        width: 100%;
        padding-bottom: 20px;
    }
    .shefour {
        padding-bottom: 20px;
    }
    .shefour a {
        width: 32%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }



}


