.service-support-main {
    height: 100%;
    overflow: auto;
    position: relative;

}

/**技术支持**/
.technical-support {
    background-color: #ffffff;
    padding-bottom: 36px;
}

.technical-support .technical-support-main .title {
    width: 100%;
    text-align: center;
    color:rgba(51,51,51,1);
    font-size: 29px;
    font-weight:400;
    padding-top: 65px;
    margin-bottom: 14px;
}

.technical-support .technical-support-main .sub-title {
    color: #888888;
    font-size: 12px;
    text-align: center;
    margin-bottom: 128px;
}

.technical-support .technical-support-main .content ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 40px;
}

.technical-support .technical-support-main .content ul li {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.technical-support .technical-support-main .content ul li img {
    width: 31px;
    margin-bottom: 35px;
}

.technical-support .technical-support-main .content ul li p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-bottom: 18px;
}

.technical-support .technical-support-main .content ul li p:last-child {
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    min-height: 70px;
}

/**技术支持END**/

/**售后服务**/
.after-sale-service {
    background:rgba(241,242,244,1);
    padding-bottom: 130px;
}

.after-sale-service .after-sale-service-main .title{
    width: 100%;
    text-align: center;
    color:rgba(51,51,51,1);
    font-size: 29px;
    font-weight:400;
    padding-top: 40px;
    margin-bottom: 100px;
}

.after-sale-service .after-sale-service-main .after-sale-service-content {
    display: flex;
    flex-direction: row;
}

.after-sale-service .after-sale-service-main .after-sale-service-content .img img {
    width: 280px;
}


.after-sale-service .after-sale-service-main .after-sale-service-content .content ul{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.after-sale-service .after-sale-service-main .after-sale-service-content .content ul li {
    width: 30%;
}

.after-sale-service .after-sale-service-main .after-sale-service-content .content ul li:first-child {
    width: 25%;
}

.after-sale-service .after-sale-service-main .after-sale-service-content .content ul li:last-child {
    width: 45%;
}

.after-sale-service .after-sale-service-main .after-sale-service-content .content ul li p {
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    font-family: "微软雅黑";
}

.after-sale-service .after-sale-service-main .after-sale-service-content .content ul li p.count {
    font-size: 29px;
    color: #333333;
}

.after-sale-service .after-sale-service-main .after-sale-service-content .content ul li p.count span {
    font-size: 12px;
    margin-left: 2px;
}

.after-sale-service .after-sale-service-main .after-sale-service-content .content .service-centre {
    font-size: 12px;
    color: #E9001D;
    font-weight: 500;
}

.after-sale-service .after-sale-service-main .after-sale-service-content .content .desc {
    color: #666666;
    font-weight:350;
    font-size: 14px;
    line-height: 2;
    padding-top: 6px;
    margin-right: 40px;
}

/**售后服务END**/


/**销售网络**/
.introduce {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 55px;
}

.introduce .introduce-main {
    padding-top:70px;
}

.introduce .introduce-main .title {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 40px;
    line-height: 40px;
    margin: 0px 0px 93px 0px;
}

.introduce .introduce-main .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.introduce .introduce-main .content img.left {
    width: 170px ;
    margin-right: 55px;
}



.introduce .introduce-main .content .content-text .head {
    color: #333333;
    font-weight:100;
    font-size:36px;
    line-height: 62px;
    margin-top:4px;
    margin-bottom: 20px;
}

.introduce .introduce-main .content .content-text .desc {
    color: #666666;
    font-weight:300;
    font-size: 14px;
    line-height: 2.3;
}
.introduce .introduce-main .content img.right {
    width: 430px ;
    margin-left: 55px;
}
/**销售网络 END**/

/**留言反馈**/
.message-feedback {
    background:rgba(241,242,244,1);
}

.message-feedback .message-feedback-main .title {
    width: 100%;
    text-align: center;
    color:rgba(51,51,51,1);
    font-size: 29px;
    font-weight:400;
    margin: 0px 0px 55px 0px;
    padding-top:50px;
}
.message-feedback .message-feedback-main .message-feedback-main-content {

}

.message-feedback .message-feedback-main .message-feedback-main-content .form-div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
}

.message-feedback .message-feedback-main .message-feedback-main-content .form-div .input {
    background:rgba(255,255,255,1);
    border:1px solid rgba(211, 213, 222, 1);
    border-radius:4px;
    width: calc(50% - 15px);
    height: 40px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.message-feedback .message-feedback-main .message-feedback-main-content .form-div .input span {
    font-size: 12px;
    margin: 0px 15px;
    color: #BDBDBD;
}

.message-feedback .message-feedback-main .message-feedback-main-content .form-div .input input {
    height: 80%;
    width: 73%;
    border: 0px;
    outline: none;
}

.message-feedback .message-feedback-main .message-feedback-main-content .form-div .input img {
    width: 16px;
    position: absolute;
    right: 10px;
}

.message-feedback .message-feedback-main .message-feedback-main-content .form-div .text {
    background:rgba(255,255,255,1);
    border:1px solid rgba(211, 213, 222, 1);
    border-radius:4px;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
}


.message-feedback .message-feedback-main .message-feedback-main-content .form-div .text span {
    font-size: 12px;
    margin: 10px 0px 0px 15px;
    color: #BDBDBD;
}

.message-feedback .message-feedback-main .message-feedback-main-content .form-div .text textarea {
    min-height: 86px;
    border: 0px;
    outline: none;
    resize:vertical;
    padding: 8px 0px 0px 15px;
}

.message-feedback .message-feedback-main .message-feedback-main-content .submit {
    width: 100%;
    text-align: center;
    padding: 5px 0px 50px 0px;
}

.message-feedback .message-feedback-main .message-feedback-main-content .submit input {
    background-color: #E9001D;
    font-size: 14px;
    padding: 7px 0px;
    width: 300px;
    color: #ffffff;
    margin: 0 auto;
    border-radius:4px;
    border: 0px;
}

/**留言反馈END**/