#yunchi_service_system .product1-page {
    background: url('../../images/yunchi/banner-iot2.0.jpg');
    background-size: cover;
    height: 400px;
}

#yunchi_service_system .yunchi_banner_content {
    padding-top: 150px;
    color: #ffffff;
    text-align: center;
}
#yunchi_service_system .yunchi_banner_content h2{
    font-size: 38px;
}
#yunchi_service_system .yunchi_banner_content p{
    font-size: 20px;
}

#yunchi_service_system .yunchi_service_system_introduce {
        background-color: #ffffff;
        text-align: center;
}
#yunchi_service_system .yunchi_service_system_introduce h2{
    font-size: 30px;
    padding: 60px 0px 0px;
}

#yunchi_service_system .yunchi_service_system_introduce h3{
    font-size: 16px;
    padding-bottom:20px;
}

#yunchi_service_system .yunchi_service_system_introduce .center-block{
    margin-bottom: 50px;
    width: 170px;
    height: 185px;
    border: 2px solid rgb(236,236,236);
    border-radius: 10px;
}
#yunchi_service_system .yunchi_service_system_introduce .center-block .title{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    font-size: 22px;
    font-weight: bold;
    background-color: #1296db;
    color: #ffffff;
}
#yunchi_service_system .yunchi_service_system_introduce .center-block p{
  margin: 0px 0px 15px 0px;
    font-size: 16px;
    color: #000000;
}

#yunchi_service_system .yunchi_service_system_content {
    text-align: center;
    padding: 100px 0px;
    background-color: rgb(236,236,236);
}

#yunchi_service_system .yunchi_service_system_content .title h2{
    font-size: 30px;
}
#yunchi_service_system .yunchi_service_system_content .content>div{
    padding-top: 30px ;
    font-size: 18px;
}

#yunchi_service_system .yunchi_service_system_content .content>div>div{
    height: 350px;
    border: 2px solid #ffffff;
}

#yunchi_service_system .yunchi_service_system_content .content>div h2{
    font-size: 16px;
    margin-top: 40px;
}

#yunchi_service_system .yunchi_service_system_content .content>div p{
    margin-top: 30px;
    font-size: 14px;
    padding: 0px 20px;
}

#yunchi_service_system .yunchi_service_system_content .content>div img{
    width: 64px;
    height: 64px;
    margin-top:40px;
}


#yunchi_service_system .yunchi_service_system_process {
    width: 100%;
}
#yunchi_service_system .yunchi_service_system_process h2{
    color: #000000;
    font-size: 30px;
    text-align: center;
    margin: 100px 0px;
}

#yunchi_service_system .yunchi_service_system_process img{
    width: 100%;
    padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
    #yunchi_service_system .yunchi_service_system_content {
        padding-top: 50px;
    }
    #yunchi_service_system .yunchi_service_system_content .content>div p{
        padding: 0px 10px;
        font-size: 14px;
    }

    #yunchi_service_system .yunchi_service_system_content .content>div img {
        margin-top: 20px;
    }
    #yunchi_service_system .yunchi_service_system_content .content>div h2{
        margin-top: 20px;
    }
    #yunchi_service_system .yunchi_service_system_process h2 {
        font-size: 25px;
        margin: 50px 0px;
    }
}