@charset "utf-8";

/*正文开始*/

#solve-advice ul{
    margin: 0;
    padding: 0;
}
 .solve-advice-hy{
    height: 510px;
    overflow: hidden;
    background: url(../images/5.jpg) no-repeat center top;
}

.hy01 {
    width: 1003px;
    height: 393px;
    margin: 65px auto 0;
}

.solve-advice-hy li {
    width: 140px;
    height: 189px;
    margin: 0 4px 4px 0;
    float: left;
    font: 14px "Microsoft Yahei";
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.solve-advice-hy .zn,
.solve-advice-hy .cur.zn {
    width: 424px;
    height: 189px;
    padding: 40px 25px 0 25px;
    text-align: left;
    font: 20px "Microsoft Yahei";
    color: #333;
    background: #fff !important;
}

.solve-advice-hy .cur .zn a {
    color: #333 !important;
}

.solve-advice-hy .zn p,
.solve-advice-hy .cur .zn p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 12px;
}

.solve-advice-hy .zn b,
.solve-advice-hy .cur .zn b {
    color: #e51604;
}

.solve-advice-hy .zxlx,
.solve-advice-hy .cur .zxlx {
    width: 424px;
    height: 189px;
    background: url(../images/6.jpg) no-repeat center top !important;
}

.solve-advice-hy .zxlx p,
.solve-advice-hy .cur .zxlx p {
    width: 394px;
    text-align: right;
    padding-right: 30px;
    font: 20px "Microsoft Yahei";
    font-weight: bold;
    color: #333333;
    padding-top: 24px;
    position: relative;
}

.solve-advice-hy .zxlx p span,
.solve-advice-hy .cur .zxlx p span {
    display: block;
    text-align: right;
    width: 394px;
    font: 14px "Microsoft Yahei";
    color: #39435e;
    line-height: 20px;
    margin: 5px 0 0 0;
    height: 57px;
}

.solve-advice-hy .zxlx p em,
.solve-advice-hy .cur .zxlx p em {
    display: block;
    width: 178px;
    height: 32px;
    background: url(../images/7.png) no-repeat center top;
    font: 14px "宋体";
    text-align: center;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 114px;
    right: 30px;
}

.solve-advice-hy .nones {
    margin-right: 0;
}

.solve-advice-hy li a {
    color: #333;
}

.solve-advice-hy li span {
    display: block;
    width: 86px;
    height: 100px;
    position: relative;
    margin: 35px auto 16px;
    overflow: hidden;
}

.solve-advice-hy li span img {
    width: 60px;
    height: 80px;
}

.solve-advice-hy li span em {
    display: none;
    width: 86px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.solve-advice-hy .cur {
    background: #e71f19;
}

.solve-advice-hy .cur span em {
    display: block;
}

.solve-advice-hy .cur a {
    color: #fff;
}



/* 媒体响应 */
@media screen and (max-width: 1024px) {
    .solve-advice-hy{
        width: 100%;
        height: 100%;
        background: url(../images/5.jpg) no-repeat center;
        background-size: 100% 100%;
        position: relative;
    }
    .zn,.zxlx{
        display: none;
    }


    .hy01{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin:10% auto;
    }
    .hy-ul{
        
        display: block;
        margin: 0 auto;
    }


    .hy-ul>li{
        width: auto;
        height: auto;
    }
    

    .solve-advice-hy li span img{
        width: 100%;
        height: 100%;
    }







    .li-up{
        clear: both;
    }
 }