.after-sale-banner{
    width: 100%;
    height: auto;
}
.after-sale-banner img{
    width: 100%;
    min-width: 1200px;
    height: auto;
    display: block;
}
.middle {
    width: 100%;
    background: #fff;
}

.middle img {
  width: 100%;
  min-width: 1200px;
}


/* 
.middle .middle-out:nth-child(1) {
    width: 100%;
    background: #fff;
    text-align: center;
}

.middle .middle-out:nth-child(2) {
    width: 100%;
    background: #ececec;
    text-align: center;
}

.middle .middle-out:nth-child(3) {
    width: 100%;
    background: #fff;
} */

/* 合作厂商 */
.factory-title{
    font: bold 40px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #2c2b2b;
    padding-top: 130px;
    letter-spacing: 3px;
}

.factory-title span{
    margin-left: 20px;
    font: 40px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #2c2b2b;
    letter-spacing: 3px;
}

.factory-sub-title{
    display: inline-block;
    padding: 40px 0 8px 0;
    font: 30px/30px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #3c3c3c;
    border-bottom: solid 2px #ee3143;
    letter-spacing: 3px;
}

.factory-third-title{
    padding-top: 16px;
    font: 14px/14px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #2c2b2b;
}

.factory-third-title span{
    color: #c0c0c0;
    margin: 0 7px;
}

/* 智能设备 */
.equipment-title{
    font: bold 40px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #2c2b2b;
    padding-top: 120px;
    letter-spacing: 3px;
}
.equipment-title span{
    margin-left: 20px;
    font: 40px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #2c2b2b;
    letter-spacing: 3px;
}
.equipment-fourth-title{
    font: 22px/22px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #6c6969;
    padding-top: 24px;
}
.equipment-sub-title{
    display: inline-block;
    padding: 50px 0 8px 0;
    font: 30px/30px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #3c3c3c;
    border-bottom: solid 2px #ee3143;
    letter-spacing: 3px;
}
.equipment-third-title{
    padding-top: 16px;
    font: 14px/14px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #2c2b2b;
}
.equipment-third-title span{
    color: #c0c0c0;
    margin: 0 7px;
}

/* 智能穿戴 */
.wear-title{
    font: bold 40px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #2c2b2b;
    padding-top: 200px;
    letter-spacing: 3px;
}
.wear-stitle div{
    font: 40px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #2c2b2b;
    margin-top: 20px;
    letter-spacing: 3px;
}
.wear-fourth-title{
    font: 22px/22px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #6c6969;
    padding-top: 24px;
}

.wear-third-title{
    font: 18px/44px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ee3143;
    width: 380px;
    margin-top: 30px;
    box-sizing: border-box;
}
.wear-third-title .left{
    color: #fff;
    float: left;
    background: #ee3143;
    padding: 0 25px;
}
.wear-third-title .right{
    box-sizing: border-box;
    color: #2c2b2b;
    float: left;
    text-align: center;
    background: #fff;
    width: calc( 100% - 170px);
}

.wear-third-title .right span{
    font: 16px/41px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    margin: 0 6px;
    display: inline-block;
    height: 18px;
    vertical-align: top;
    box-sizing: border-box;

}

.middle .afterSale-desc {
    width: 1200px;
    margin: 0 auto;
    cursor: pointer;
}

.middle .afterSale_factory {
    height: 754px;
    background: url("/static/mainland_pc/newWebsite/images/after_sale/afterSale_factory.jpg") no-repeat;
}

.middle .afterSale_equipment {
    height: 686px;
    background: url("/static/mainland_pc/newWebsite/images/after_sale/afterSale_equipment.jpg") no-repeat;
}

.middle .afterSale_wear {
    height: 637px;
    background: url("/static/mainland_pc/newWebsite/images/after_sale/afterSale_wear.jpg") no-repeat;
}

.bottom {
    background: #f7f7f7;
    padding: 20px 0 60px 0;
}

.cp-information {
    width: 1200px;
    height: 640px;
    margin: 0 auto;
    padding: 1px 0;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}


.cp-information .title{
    width: 1200px;
    margin: 30px auto;
    font: bold 28px/68px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #232121;
    text-align: center;
    letter-spacing: 4px;
    position: relative;
}

.cp-information .underline {
    width: 60px;
    height: 0;
    position: absolute;
    border-top: solid 2px #eb0028;
    top: 60px;
    left: 567px;
}


.bottom .row {
    margin-bottom: 20px;
}

.bottom .row.row-phone {
    margin-bottom: 10px;
}

.bottom .row .entyInfo {
    width: 410px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    color: #999;
    font: 16px/50px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    border: 1px solid #ccc;
    outline: 0;
}

.bottom .row  input::-webkit-input-placeholder {
    color: #999;
}

.bottom .row>span {
    display: inline-block;
    width: 85px;
    box-sizing: border-box;
    margin: 0 20px 0 330px;
    vertical-align: middle;
    font: 18px/50px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #212121;
    text-align-last: justify;
}

.bottom .row .form-data {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.bottom .tips{
    padding-left: 440px;
    color: #eb0028;
    margin-bottom: 20px;
}


.bottom .sub-btn{
    width: 250px;
    height: 50px;
    background: #ee3143;
    box-shadow: 3px 3px 15px -2px #eb0028;
    text-align: center;
    margin: 40px auto;
    font: 18px/50px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}