/* 广告图 */
.banner {
    width: 100%;
}

/* 售前服务满意为止 */
.ps_service {
    padding: 68px 0;
    box-sizing: border-box;
}

.title {
    font-size: 45px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 56px;
}

.sc_service {
    width: 100%;
    height: 1031px;
    background-repeat: no-repeat;
    background-size: cover;
}

.txt1,
.txt2,
.txt3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 232px;
    width: 100%;
    height: 353px;
    padding-left: 820px;
}

.txt2 {
    align-items: flex-start;
    padding-left: 120px;
    color: #FFE1C5;
}

.txt3 {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 120px;

}

.txt2>.txt1_tit3 {
    color: #FFE1C5;
}

.txt1_tit {
    font-size: 45px;
    font-weight: 800;
    line-height: 20px;
}

.txt1_tit2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 48px;
}

.txt1_tit3 {
    color: #999999;
    font-weight: 500;
    margin-bottom: 32px;
}

.txt1_tit4 {
    width: 348px;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
}

/* 尚层服务团队 */
.team {
    width: 100%;
    height: 858px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 88px 0;
    box-sizing: border-box;
}

.team_list {
    display: flex;
    justify-content: space-between;
}

.item {
    width: 23%;
    background-color: #fff;
}

.item_img {
    width: 100%;
}

.item_info {
    height: 169px;
    padding: 0 16px;
    box-sizing: border-box;
}

.position_tit {
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EEEEEE;
}

.item_info>p {
    color: #666666;
    font-weight: 500;
    font-size: 15px;
    padding-top: 12px;
}

/* 微信群全程监管 */
.regu {
    padding: 88px 0;
    box-sizing: border-box;
}

.title3 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 24px;
    font-weight: 800;
}

.title4 {

    color: #666666;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center;
}

.iphonex {
    width: 100%;
    margin-top: 64px;
}
.staff{
    padding: 68px 0;
    box-sizing: border-box;
    background: #F8F8F8;
}
.title3 {
    text-align: center;
}
.staff_img{
    margin-top: 52px;
}

/* “客服专员全程服务” */
.mission{
    padding: 88px 0;
    box-sizing: border-box;
}
.mission_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
    justify-content: center;

}
.mission_item{
    width: 248px;
    height: 248px;
    border: 1px solid #C9000E;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-right: 92px;
    cursor: pointer;
}
.mission_item:hover{
    background-color: #C9000E;
    color: #fff;
}
.mission_item:nth-child(-n+4){
    margin-top: 0;
}
.mission_item:nth-child(4n){
    margin-right: 0;
}
.mission_item_year>span{
    font-size: 60px;
    font-weight: bold;
}
.mission_item_year{
    font-size: 30px;
    font-weight: bold;
}
.mission_item_tit{
    font-size: 17px;
    font-weight: 500;
}
.upup{
    width: 100%;
    position: relative;
}
.upup_info{
    position: absolute;
    left: 50%;
    top: 134px;
    transform: translateX(-50%);
}
.upup_info_tit{
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 16px;
}
.upup_info_tit2{
    font-size: 50px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 32px;
}
.upup_info_tit3>p{
    text-align: center;
    line-height: 35px;
    font-weight: 500;
}
/* 宽度1200px-1440px */
@media (min-width: 1200px) and (max-width: 1440px) {}

@media (min-width: 1026px) and (max-width: 1200px) {}