/* 广告图 */
.banner {
    width: 100%;
}
/* 全程实时管控 */
.service{
    padding: 88px 0;
    box-sizing: border-box;
    background: #F8F8F8;
}
.title{
    font-size: 45px;
    margin-bottom: 24px;
    font-weight: 800;
    text-align: center;
}
.title2{
    color: #666666;
    font-weight: 500;
    text-align: center;
    margin-bottom: 56px;
}
.ppfwe{
    margin-bottom: 32px;
}
.ppfwe:last-child{
    margin-bottom: 0;
}
/* 售后使命必达 */
.ppfwe_info{
    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;
}

/* 手机样式 */
.hk_title {
    width: 100%;
    height: 14.2rem;
}

    .hk_title > img {
        width: 100%;
        height: 14.2rem;
        object-fit: cover;
    }

.hk_server {
    background: #F8F8F8;
    padding-top: 1.04rem;
    box-sizing: border-box;
}

    .hk_server > h2 {
        color: #000;
        font-size: .84rem;
        font-weight: 700;
        height: 0.82rem;
        line-height: .82rem;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

.hks_img {
    margin-top: 0.84rem;
}

.hks_img2 {
    margin-top: 0.78rem;
}

/* 输入信息 */
.hk_form {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.28rem;
    width: 100%;
}

.hk_f_form {
    background: #856a57;
    border-radius: 1rem;
    margin-top: 0.9rem;
    padding: 1.04rem 1rem;
    width: 12.98rem;
}

.hk_ff_city {
    align-items: center;
    background: #fff;
    border: 0 solid #e4e4e4;
    border-radius: 0.1rem;
    display: flex;
    height: 1.5rem;
    justify-content: space-between;
    margin-top: 0;
    padding: 0 0.4rem;
    position: relative;
    width: 10.94rem;
}

    .hk_ff_city > p {
        color: #000;
        font-size: .5rem;
        font-weight: 700;
        line-height: .4rem;
    }

    .hk_ff_city > img {
        height: 0.22rem;
        width: 0.38rem;
    }

.hk_ffc_select {
    background: #fff;
    border: 0.02rem solid #dfdfdf;
    border-radius: 0 0 0.1rem 0.1rem;
    box-shadow: 0 0 0.15rem 0.001rem #7d7d7d;
    box-sizing: border-box;
    height: 3.8rem;
    left: 0;
    margin-top: 1.4rem;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hk_f_div {
    align-items: center;
    background: #fff;
    border: 0 solid #e4e4e4;
    border-radius: 0.1rem;
    display: flex;
    height: 1.5rem;
    justify-content: space-between;
    margin-top: 0.48rem;
    padding: 0 0.48rem;
    width: 10.94rem;
}

.hk_ffc_s_list {
    border-bottom: 0.03rem solid #dfdfdf;
    color: #000;
    font-size: .5rem;
    height: 1.2rem;
    line-height: 1.3rem;
    padding-left: 0.35rem;
    width: 100%;
}

.hk_f_div > p {
    color: #000;
    flex-shrink: 0;
    font-size: .5rem;
    font-weight: 700;
}

.hk_f_div > input {
    border: 0 solid;
    height: 100%;
    line-height: 1.13rem;
    padding-left: 0.3rem;
    width: 100%;
}

.hk_ff_button {
    align-items: center;
    background: #000;
    border-radius: 0.1rem;
    display: flex;
    height: 1.5rem;
    justify-content: center;
    margin-top: 0.76rem;
    width: 10.94rem;
}

    .hk_ff_button > p {
        color: #fff;
        font-size: .65rem;
        font-weight: 700;
        line-height: .54rem;
    }

    .hk_ff_button > img {
        height: 0.54rem;
        margin-left: 0.3rem;
        width: 0.54rem;
    }

.planning_contrast_inside {
    width: 100%;
    margin-top: 0.84rem;
    padding-bottom: 1.04rem;
    box-sizing: border-box;
}
/* 宽度1200px-1440px */
@media (min-width: 1200px) and (max-width: 1440px) {
  
}

@media (min-width: 1026px) and (max-width: 1200px) {
  
}