.main-text{
    color: #333;
    font-size: 24px;
    padding: 0 75px;
    line-height: 36px;
    text-align: center;
}
.question-list li{
    float: left;
}
.question-list-three li{
    width: 300px;
    margin-left: 140px;
}
.question-list-four li{
    width: 260px;
    margin-left: 46px;
}
.question-list li:first-child{
    margin-left: 0;
}
.question-list .icon-box{
    width: 80px;
    height: 102px;
    margin: 0 auto;
    background: url("../../../statics/images/hcr/market/mkt-issue-icon.png") center no-repeat;
}
.question-list .question-text{
    margin-top: 15px;
    font-size: 18px;
    color: #1db2f5;
    text-align: center;
}
.synopsis-text {
    display: table;
    width: 100%;
    padding: 81px 80px;
    margin-top: 70px;
    text-align: center;
    color: #333;
    font-size: 32px;
    line-height: 50px;
    background-color: #e8e8e8;
}

.offer-box-two .offer-item{
    width: 528px;
    height: 200px;
    background-color: #f5f5f5;
    border-bottom: 16px solid #21b4fe;
}
.offer-box-three .offer-item{
    width: 370px;
    height: 200px;
    background-color: #f5f5f5;
    border-bottom: 16px solid #21b4fe;
}
.offer-box-three .offer-item.center{
    float: left;
    margin-left: 35px;
}
.offer-box .offer-item .offer-text{
    width: 100%;
    height: 184px;
    text-align: center;
    padding: 0 40px;
    font-size: 16px;
    color: #333;
    display: table;
}
.offer-item .offer-text div{
    line-height: 26px;
    display: table-cell;
    vertical-align: middle;
}

.service-box{
    position: relative;
    width: 100%;
    padding: 10px 80px 50px;
    margin: 80px auto 20px;
    background: linear-gradient(to bottom right , #22b2f5, #155faa);
}
.service-box:after{
    content: "";
    position: absolute;
    width: 2px;
    top: 200px;
    bottom: 110px;
    left: 50%;
    background: linear-gradient(transparent, #68addd, transparent);
}
.service-box .headline{
    padding-top: 30px;
}
.service-box .headline h2{
    color: #fff;
}
.service-box .headline .headline-triangle{
    border: 10px solid #fff;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.service-box .headline .headline-triangle:before,
.service-box .headline .headline-triangle:after{
    border-top: 1px dashed #fff;
}

.service-box .service-item{
    width: 480px;
    bottom: 0;
    color: #fff;
}

.service-box .left-con{
    text-align: left;
}
.service-box .right-con{
    text-align: right;
}
.service-box .service-item .service-title{
    width: 100%;
    height: 62px;
    padding-top: 10px;
    font-size: 24px;
    margin-bottom: 25px;
}
.service-box .right-con .service-title p{
    float: right;
}
.service-item .service-title p{
    width: 370px;
    line-height: 50px;
    border-bottom: 2px solid #fff;
}
.service-item.service-right .service-title p{
    float: right;
}
.service-box .service-right .service-title{
    float: right;
}
.service-box .service-info{
    margin-bottom: 15px;
}
.service-box .service-item .title{
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.service-box .service-item .text{
    font-size: 18px;
    line-height: 30px;
}
.service-box .service-item .right-con .text{
    line-height: 22px;
}
.industry-box{
    width: 100%;
    height: 550px;
    background: url("../../../statics/images/hcr/market/industry-img.png") center no-repeat;
}

.scene-box .scene-item{
    float: left;
    width: 370px;
    height: 282px;
    margin-left: 35px;
    background: url("../../../statics/images/hcr/market/ellipse-bg.png") bottom center no-repeat;
}
.scene-box .scene-item:first-child{
    margin-left: 0;
}
.scene-box .title{
    height: 66px;
    width: 100%;
    line-height: 66px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background: url("../../../statics/images/hcr/market/title-bg.png") center no-repeat;
}
.scene-box .scene-text{
    display: table;
    height: 144px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
}
.scene-box .scene-text div{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.message-list li{
    float: left;
    width: 270px;
    margin-left: 33px;
}
.message-list li:first-child{
    margin-left: 0;
}
.message-list .icon-box{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    background: linear-gradient(#3bd7fe ,#1bacfe);
}
.message-list .iconfont{
    color: #fff;
    font-size: 36px;
}
.message-list p{
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #333;
}
