.origin {
    background: #F0F1F5;
    padding-bottom: 60px;
    min-width: 1200px;
}

.banner {
    min-width: 1200px;
}

.origin .col-sm-9 {
    background: #fff;
}

.dingyi {
    background: url(../images/banner7.jpg);
    height: 500px;
    text-align: center;
    color: #fff;
}

.dingyi p {
    padding: 60px 0 30px;
    font-size: 24px;
}

.dingyi h4 {
    line-height: 34px;
    padding: 0 30px;
    font-size: 16px;
}

.yaoqiu {
    height: 290px;
    margin-top: 80px;
    text-align: center;
}

.yaoqiu .col-xs-4:nth-child(2) {
    border-right: 1px solid #a75b5b;
    border-left: 1px solid #a75b5b;
}

.yaoqiu .col-xs-4 h4 {
    font-weight: 600;
    padding: 50px 0 30px 0;
}

.yaoqiu .col-xs-4 span {
    font-size: 60px;
    color: rgb(43, 59, 110);
}

.origin .btn {
    margin-left: 25%;
    padding-bottom: 60px;
}

.origin .btn .number {
    width: 416px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    border: 1px solid #3f6699;
    float: left;
    font-size: 20px;
}

.origin .iphone {
    float: left;
    width: 100px;
    height: 60px;
    background: linear-gradient(90deg, #E83233 0%, #8321E4 100%);
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    margin-left: -2px;
}


/* 条件 */

.condition {
    min-width: 1200px;
}

.condition .tiaojian {
    width: 32%;
    float: left;
}

.condition .tiaojian {
    position: relative;
}

.condition .symbol {
    width: 1%;
    float: left;
}

.edicondition {
    position: absolute;
    top: 30px;
    padding: 50px 120px 20px 40px;
}

.edicondition h4 {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.edicondition p {
    font-size: 16px;
}

.condition .symbol {
    margin: 170px 0 0 -50px;
    font-size: 30px;
}


/* 呼叫中心条件 */

.condition ul li {
    background: url(../images/dhk2.png) no-repeat;
    width: 380px;
    padding: 30px 100px 50px 30px;
    font-size: 20px;
    background-size: 100% 85%;
}

.condition .you li {
    background: url(../images/dhk3.png) no-repeat;
    background-size: 100% 85%;
    padding: 30px 30px 50px 100px;
}


/* 呼叫中心材料 */

.materials {
    background: url(../images/cailiao.png);
    min-width: 1200px;
    padding-bottom: 60px;
}

.materials li {
    margin-top: 13px;
}

.materials li span {
    float: left;
    margin-top: 15px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-color: #829bf0;
    box-shadow: 6px 7px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    z-index: 5;
}

.materials li p {
    padding: 14px 18px 14px 40px;
    height: 70px;
    border: 2px solid #E5E5E5;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 42px;
}

.materials ul li:last-child p {
    line-height: 26px;
}

.materials ul li:hover {
    background-color: #adc4e2;
    color: #fff;
}

.materials ul li:hover p {
    color: #fff;
}