.swiper-container  {
    background: url("../img/voicePlatform/banner.jpg") no-repeat center 40px;
    background-size: cover;
}

.swiper-container>p {
    position: absolute;
    /*left: 165px;
    top: 148px;*/
    left: 65px;
    top: 118px;
    font-size: 38px;
    line-height: 38px;
    color: #fff;
}

.conception {
    margin: 58px auto 0 auto;
    padding-top: 71px;
    width: 1183px;
    height: 260px;
    background: url("../img/voicePlatform/conceptionBg.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.conception>.titleBg {
    position: absolute;
    width: 242px;
    height: 78px;
    left: 60px;
    top: -7px;
    background: url("../img/voicePlatform/conceptionTitle.png") no-repeat center;
}

.conception>.titleBg>.title {
    text-align: center;
    font-size: 20px;
    line-height: 78px;
    color: #333;
}

.conception>.introduction {
    width: 1044px;
    margin: 0 auto;
}

.conception>.introduction>.description {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.conception>.introduction>.description>p{
    margin-top: 18px;
}

.functions {

}

.functions>.title {
    text-align: center;
    font-size: 20px;
    line-height: 78px;
    color: #0e7196;
}

.functions>ul {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 600px;
    height: 120px;
    overflow: hidden;
}

.functions>ul>li {
    margin: 0 40px;
    text-align: center;
    height: 118px;
    width: 118px;
    line-height: 118px;
    border-radius: 118px;
    font-size: 24px;
    color: #bfbfbf;
    border: 1px solid #bfbfbf;
    float: left;
}

.functions>ul>li>p:first-child {
    line-height: 24px;
    margin-top: 32px;
}

.functions>ul>li>p:nth-child(2) {
    line-height: 24px;
    margin-top: 5px;
}

.functions>.description {
    margin: 65px auto 0 auto;
    display: flex;
    width: 1180px;
    overflow: hidden;
}

.functions>.description>.text {
    float: left;
    flex: 1;
}

.functions>.description>.text>.title {
    height: 100px;
    line-height: 100px;
    font-size: 32px;
    color: #333
}

.functions>.description>.text>.content {
    height: 100px;
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.functions>.description>.img {
    float: right;
    flex: 1;
    background: url("../img/voicePlatform/fun1.png") center no-repeat;
    background-size: contain;
}

.applications {
    padding: 50px 90px;
    background-color: #fff;
}

.applications>.title {
    font-size: 32px;
    text-align: center;
    color: #0e7196;
}

.applications>ul {
    width: 1186px;
    text-align: center;
    overflow: hidden;
}

.applications>.row1 {
    margin: 0 auto;
    padding: 40px 0 30px 0;
}

.applications>.row2 {
    margin: 0 auto;
    padding: 30px 0 120px 0;
    border-top: 1px solid #c8c8c8;
}

.applications>ul>li {
    width: 371px;
    height: 222px;
    margin-left: 35px;
    background-size: cover;
    float: left;
    position: relative;
}

.applications>.row1>li:nth-child(1) {
    margin-left: 0;
    background: url("../img/voicePlatform/app1.png") center no-repeat;
}

.applications>.row1>li:nth-child(2) {
    background: url("../img/voicePlatform/app2.png") center no-repeat;
}

.applications>.row1>li:nth-child(3) {
    background: url("../img/voicePlatform/app3.png") center no-repeat;
}

.applications>.row2>li:nth-child(1) {
    margin-left: 0;
    background: url("../img/voicePlatform/app4.png") center no-repeat;
}

.applications>.row2>li:nth-child(2) {
    background: url("../img/voicePlatform/app5.png") center no-repeat;
}

.applications>.row2>li:nth-child(3) {
    background: url("../img/voicePlatform/app6.png") center no-repeat;
}

.applications>ul>li>p {
    width: 371px;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 66, 112, 0.55);
}