.product1-page {
    background: url('../../images/yunchi/lonyobanner.png');
    background-size: cover;
    height: 400px;
}

.yunchi_banner_content {
    padding-top: 150px;
    color: #ffffff;
    text-align: center;
}
.yunchi_banner_content h2{
    font-size: 38px;
}
.yunchi_banner_content p{
    font-size: 20px;
}


.yunchi_service_plan {
    text-align: center;
    background-color:rgb(236,236,236);
}

.yunchi_service_plan .yunchi_service_plan_title{
    height: 200px;
}
.yunchi_service_plan .yunchi_service_plan_title h2{
    margin:65px 0px 20px 0px;
    font-size: 30px;
}
.yunchi_service_plan .yunchi_service_plan_title p{
    color: #000000;
    font-size: 16px;
}

.yunchi_service_plan .yunchi_service_plan_content>div{
    margin-bottom: 30px;
}
.yunchi_service_plan .yunchi_service_plan_content .img_div {
    margin: 0px auto;
    width: 128px;
    height: 128px;
    border: 2px solid #1296db;
    border-radius:100%

}

.yunchi_service_plan .yunchi_service_plan_content .img_div img{
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
}

.yunchi_service_plan .yunchi_service_plan_content p{
    color: #000000;
    font-size: 18px;
}


.yunchi_service_center_title{
    height: 100px;
    background-color:rgb(236,236,236);
}
.yunchi_service_center_title .container{
    text-align: center;
    height: 100px;
    padding: 60px 0px 0px 20px;
}
.yunchi_service_center_title .container h2{
    font-size: 30px;
}


.yunchi_service_center_content{
    text-align: center;
    background-color:rgb(236,236,236);
}

.yunchi_service_center_content .container>div{
    height: 380px;
    padding-top: 20px;
}

.yunchi_service_center_content .container h2{
    font-size: 14px;
}
.yunchi_service_center_content .container p{
    font-size: 12px;
    margin: 10px 0px;
}


.yunchi_service_scenario_title{
    height: 100px;
    background-color:#ffffff;
}
.yunchi_service_scenario_title .container{
    text-align: center;
    height: 100px;
    padding: 60px 0px 0px 20px;
}
.yunchi_service_scenario_title .container h2{
    font-size: 30px;
}


.yunchi_service_scenario_content{
    margin-top: 30px;
    text-align: center;
    background-color:#ffffff;
}

.yunchi_service_scenario_content .container>div{
    padding: 20px 0px 20px;
}

.yunchi_service_scenario_content .container h2{
    font-size: 18px;
}
.yunchi_service_scenario_content .container p{
    font-size: 14px;
    margin: 10px 50px;
}

.yunchi_service_scenario_content .container img{
    max-height: 300px;
}


.yunchi_service_product_title{
    height: 100px;
}
.yunchi_service_product_title .container{
    text-align: center;
    height: 100px;
    padding: 60px 0px 0px 20px;
}
.yunchi_service_product_title .container h2{
    font-size: 30px;
}


.yunchi_service_product_content{
    text-align: center;
}

.yunchi_service_product_content .container>div{
    padding: 20px 0px 20px;
}

.yunchi_service_product_content .container h2{
    font-size: 18px;
}
.yunchi_service_product_content .container p{
    font-size: 14px;
    margin: 10px 0px;
}

.yunchi_service_product_content .container img{
    max-height: 90px;
}
.yunchi_service_product{
    background: url("../../images/yunchi/iot2-product.jpg") center;
    color:#ffffff;
    width: 100%;
}


.yunchi_service_success {
    text-align: center;
    background-color:rgb(236,236,236);
}

.yunchi_service_success .yunchi_service_success_title{
    height: 200px;
}
.yunchi_service_success .yunchi_service_success_title h2{
    margin:65px 0px 20px 0px;
    font-size: 30px;
}
.yunchi_service_success .yunchi_service_success_title p{
    color: #000000;
    font-size: 16px;
}

.yunchi_service_success .yunchi_service_success_content>div{
    height: 200px;
    margin-bottom: 30px;
}
.yunchi_service_success .yunchi_service_success_content .img_div {
    margin: 0px auto;
    height: 115px;

}

.yunchi_service_success .yunchi_service_success_content .img_div img{
    width: 160px;
    height: 120px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
}


.yunchi_service_success .yunchi_service_success_content h2{
    color: #000000;
    font-size: 16px;
}

.yunchi_service_success .yunchi_service_success_content p{
    color: #000000;
    font-size: 14px;
}

.yunchi_service_yunchi  h2 {
    text-align: center;
    font-size: 30px;
    padding: 60px 0px 20px;
}
.yunchi_service_yunchi  table {
    margin-bottom: 40px;
}


.yunchi_service_yunchi  tr>td {
    border-color: #1296db;
}

.yunchi_service_yunchi thead>tr>td {
    border-top: 1px solid #1296db;
    border-bottom-width: 1px;
    height: 70px;
    background-color: rgba(18, 150, 219, 0.5);
    font-size: 18px;
    font-weight: 100;
}


@media screen and (max-width: 992px) {

    .yunchi_service_scenario_content .container p{
        font-size: 14px;
        margin: 10px 30px;
    }
    .yunchi_service_product_content .container p{
        font-size: 14px;
        margin: 10px 30px;
    }
}


@media screen and (max-width: 640px) {

    .yunchi_banner_content{
        padding-top: 100px;
    }
    .yunchi_service_plan .yunchi_service_plan_title {
        height: 280px;
    }
    .yunchi_service_success .yunchi_service_success_content>div{
        height: 200px;
        margin-bottom: 10px;
    }
    .yunchi_service_center_content .container>div {
        height: 328px;
    }

    .yunchi_service_center_content .container>div img{
        width: 100px;
    }
    .yunchi_service_center_content .container h2 {
        margin-top: 15px;
    }
    .yunchi_service_yunchi {
        display: none;
    }

    .yunchi_service_plan {
        background-color: #ffffff;
    }
    .yunchi_service_plan .yunchi_service_plan_content .img_div {
        width: 100px;
        height: 100px;
    }
    .yunchi_service_plan .yunchi_service_plan_content .img_div img {
        transform: translate(-50%,25%);
    }
    .yunchi_service_scenario_title {
        background-color: rgb(236,236,236);
    }
    .yunchi_service_scenario_title .container {
        text-align: center;
        height: 100px;
        padding: 30px 0px 0px 20px;
    }

    .yunchi_service_scenario_content {
        margin-top: 0px;
        text-align: center;
        background-color: rgb(236,236,236);
    }

    .yunchi_service_scenario_content .container img {
        max-height: 200px;
    }
    .yunchi_service_product_title .container {
        text-align: center;
        height: 100px;
        padding: 30px 0px 0px 20px;
    }
    .yunchi_service_product_content .container img {
        max-height: 60px;
    }
    .yunchi_service_success .yunchi_service_success_title h2 {
        margin: 30px 0px 20px 0px;
        font-size: 30px;
    }
    .yunchi_service_success .yunchi_service_success_content .img_div {
        margin: 0px auto;
    }
    .yunchi_service_success .yunchi_service_success_content .img_div img {
        width: 120px;
        height: 100px;
        border-radius: 10px;
    }
    .yunchi_service_success .yunchi_service_success_title p {
        font-size: 14px;
    }
}