@media screen and (max-width: 768px) {
	.h_banner{
        height: 150px;
    }
    .h_banner p:nth-child(1){
        font-size: 26px;
        line-height: 150px;
    }
    .hbox{
        display: none !important;
    }
    .h_cont2{
        height: auto;
    }
    .h_cont2w{
        width: calc(100% - 40px);
        margin: 0 20px;
        padding-top: 40px;
        background: none;
    }
    .h_cont2l{
        float: none !important;
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .h_cont2l p{
        text-indent: 2em;
    }
    .h_cont2r{
        float: none !important;
        width: 100%;
        height: auto;
        margin-top: 40px
    }
    .h_cont2l a{
        margin-top: 20px;
    }
    .h_cont3{
        margin-top: 40px !important;
        margin:  0 20px;
    }
    .h_cont3w{
        width: 100%;
    }
    .h_cont3w .h_cont2l h1{
        text-align: left;
    }
    .h_cont3w .h_cont2l a{
        float: none;
    }
    .h_cont4{
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .h_cont4t img{
        float: none;
        width: 100%;
    }
    .h_cont4t{
        height: auto;
    }
    .h_cont4 .h_title h1{
        margin-top: 40px;
        text-align: left;
    }
    .h_title p{
        text-indent: 2em;
        text-align: left;
    }
    .h_cont4btn{
        margin-left: 0px;
    }

}
