.hdjl {
    position: relative;
    margin-top: 110px;
}
.hdjl .bg {
    position: absolute;
}
.hdjl .bg img{
    width: 100%;
}
.hdjl .bg1{
    top:-30px;
    left: 0;
    width: 240px;
}
.hdjl .bg2{
    width: 220px;
     top:-50px;
     right: 0;
 }
.hdjl .hdjlIcon {
    background: linear-gradient(to right, #6ad2f8, #00cbbf);
    width: 70%;
    margin: 70px auto;
    display: flex;
    border-radius: 20px;
    justify-content: space-around;    
    padding: 30px 80px;
}
.hdjl .hdjlIcon .icon{
    border-radius: 20px;
    width: 150px;
    position: relative;
    background: #ffffff;
    height: 150px;
    text-align: center;
    overflow: hidden;
}
.hdjl .hdjlIcon .icon a{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #666;
    padding: 1px;
}
.hdjl .hdjlIcon .icon span{
    top: 0;
    background: #00e672;
    height: 5px;
    transition: .3s ease, opacity .3s ease, transform .3s ease;
    width: 100%;
    position: absolute;
    display: none;
}
.hdjl .hdjlIcon .wycx span{
    background: #28acff;
}
.hdjl .hdjlIcon .cjwt span{
    background: #ffa545;
}
.hdjl .hdjlIcon .icon a:hover span{
    display: block;
}
.hdjl .hdjlIcon .icon a:hover{
    color: #00e672;
}
.hdjl .hdjlIcon .wycx a:hover{
    color: #28acff;
}
.hdjl .hdjlIcon .cjwt a:hover{
    color: #ffa545;
}
.hdjl .hdjlIcon .icon img{
    margin: 32px auto 10px;
    display: block;
}
.app-divider.style-1.negativeMT {
    margin-top: -250px;
}
@media screen and (max-width: 1000px) {
    .hdjl .hdjlIcon {
        width: 80%;
    }
    .hdjl .hdjlIcon .icon{
        width: 132px;
        height: 134px;
    }
    .hdjl .hdjlIcon .icon img{
        margin-top: 18px;
    }
    .hdjl .bg1{
        width: 160px;
        top: 10px;
    }
    .hdjl .bg2{
        width: 160px;
        top: -20px;
    }
}
@media screen and (max-width: 780px) {
    .hdjl{
        margin-top: 30px;
    }
    .hdjl .hdjlIcon {
        width: 96%;
        padding: 30px;
        margin: 30px auto;
    }
    .hdjl .bg1{
        display: none;
    }
    .hdjl .bg2{
        display: none;
    }
    .app-divider.style-1.negativeMT {
        margin-top: -180px;
    }
}
@media screen and (max-width: 580px) {
    .hdjl .hdjlIcon{
        padding: 20px 10px;
    }
    .hdjl .hdjlIcon .icon{
        width: 30%;
        height: 116px;
    }
    .hdjl .hdjlIcon .icon img {
        width: 50%;
    }
}
.app-wrapper.style-1 {
    z-index: 6;
}
@media screen and (min-width: 1440px) {
    .app-divider.style-1.negativeMT {
        margin-top: -350px;
    }
}
@media (max-width: 630px) {
    html:not(.ie9):not(.ie10) .app-divider.style-1 {
        padding-top: 5%;
        margin-top: -32vw;
    }
}