#caseList{
    max-width: 960px;
    width: 100%;
    margin:10px auto;
}


#caseList ul li{
    list-style: none;
    width: 45%;
    float: left;
    padding: 10px 2.5%
}

#caseList ul li img{
    width: 100%;
}


#caseList ul li p{
    width: 100%;
    text-align: center;
    line-height: 30px;
    color: #585858;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.clear{
    clear: both;
}

#tagnav{
    position: fixed;
    top: 55px;
}

.kingyon-main-two{
    padding: 0 5%;
    padding-top: 40px;
}
b{
    font-weight: normal;
}
i{
    font-style: normal;
}
.kingyon-two-p1{
    position: relative;
}
.kingyon-two-p1 b{
    font-size: 32px;
    color: #DA4435;
}
.kingyon-two-p1 i{
    position: absolute;
    top: 5px;
    right: -15px;
    color: #DA4435;
    font-size: 16px;
}
.kingyon-main-two ul{
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
    margin-top: 30px;
}
.kingyon-main-two ul li{
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}
.kingyon-two-p2{
    font-size: 10px;
    color: #BCC0C4;
    text-align: center;
}

.weui-grids:before{
    border: none;
}
.weui-grids:after{
    border: none;
}
.kingyon-main-two .weui-grid:nth-child(3)::before{
    border: none;
}
.kingyon-main-two .weui-grid:nth-child(6)::before{
    border: none;
}
.kingyon-main-two .weui-grid:nth-child(9)::before{
    border: none;
}
.kingyon-main-two .weui-grid:nth-child(10)::after{
    border: none;
}
.kingyon-main-two .weui-grid:nth-child(11)::after{
    border: none;
}


.kingyon-main-two .weui-grid:nth-child(12)::before{
    border: none;
}
.kingyon-main-two .weui-grid:nth-child(12)::after{
    border: none;
}


.kingyon-case-btns{
    padding: 30px  0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.kingyon-case-btns div{
    width: 160px;
    height: 46px;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kingyon-case-btn1{
    color: #DA4435;
    border: 1px solid #DA4435;
    margin-bottom: 30px;
}
.kingyon-case-btn2{
    color: #ffffff;
   background: #DA4435;
}
.kingyon-cases{
    padding: 30px 15px;
}
.kingyon-cases div{
    width: 100%;
    height: 160px;
    background: url(https://img.haomain.com/ind55.png) no-repeat;
    background-size: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kingyon-cases h5{
    font-weight: normal;
    font-size: 22px;
    color: #ffffff;
}
.kingyon-cases p{
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
}

.hotcase{
    padding: 20px 15px;
}

.hotcase h3{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    padding: 20px 0;
}

.hotcase .hotlist li{
    margin-bottom: 40px;
}

.hotcase .hotlist li,.hotcase .hotlist li img{
    width: 100%;
    list-style: none;
}


.hotcase h4{
    text-align: center;
    font-size: 15px;
    color: #383838;
    font-weight: normal;
    line-height: 40px;
}

.hotcase p {
    color: #bcc0c4;
    font-size: 13px;
    text-align: center;
}


