#yunchi_solution {
    background: #ffffff;
}
#yunchi_solution img{
    position: absolute;
    left: 50%;
    transform: translate(-50%,15%);
    width: 100%;
}

#yunchi_solution .yunchi_content {
    padding-top: 40px;
    margin-bottom: 100px;
    border-top:1px dashed #999999;
}
#yunchi_solution .yunchi_content_0 {
    border-top:1px dashed #ffffff; !important;
}
#yunchi_solution p {
    padding-bottom: 30px;
    font-size: 18px;
}
#yunchi_solution h3 {
    padding: 18px 0px 25px 0px;
    text-align: center;
    font-size: 35px;
}
#yunchi_solution button {
    height: 40px;
}
#yunchi_solution .container {
    background-color: #ffffff;
}

#yunchi_solution_banner .container {
    height: 400px;
}

#yunchi_solution_banner .container {
    height: 400px;
}

#yunchi_solution_banner .container .content{
    text-align: center;
    color: #ffffff;
    padding-top: 150px;
}
#yunchi_solution_banner .container h2{
    font-size: 35px;
}
#yunchi_solution_banner .container p{
    font-size: 18px;
}

@media screen and (max-width: 640px) {
    #yunchi_solution .product1-info {
        margin-left: 0px;
    }
    #yunchi_solution .product1-info h3{
        font-size: 30px;
    }

    #yunchi_solution .product1-info p{
        font-size: 16px;
    }

    #yunchi_solution .product1-info a{
        display: block;
    }
    #yunchi_solution .product1-info button{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #yunchi_solution .yunchi_content {
        margin-bottom: 50px;
    }

    #yunchi_solution .img {
        display: none;
    }

    #yunchi_solution_banner .container h2{
        font-size: 30px;
    }
    #yunchi_solution_banner .container p{
        font-size: 16px;
    }

    #yunchi_solution_banner .container {
        height: 360px;
    }

    #yunchi_solution_banner .container .content{
        text-align: center;
        color: #ffffff;
        padding-top: 130px;
    }

}