.internet{
    display: none;
    position: absolute;
    top: 100%;
    left: -900%;
    z-index: 999;
    width: 1200px;
    background: #fff;
    border-radius: 4px;
}
.inter-up{
    padding: 20px 0 0 20px;
}
.inter-ul{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.inter-li{
    width: 20%;
}
.inter-box{
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.inter-img1{ height: 26px; width: 26px; background: url(../images/internet/internet1-1.png) no-repeat;}
.inter-img1:hover{ height: 26px; width: 26px; background: url(../images/internet/internet1.png) no-repeat;}
.inter-img2{ height: 26px; width: 22px; background: url(../images/internet/internet2-1.png) no-repeat;}
.inter-img2:hover{ height: 26px; width: 22px; background: url(../images/internet/internet2.png) no-repeat;}
.inter-img3{ height: 26px; width: 26px; background: url(../images/internet/internet3-1.png) no-repeat;}
.inter-img3:hover{ height: 26px; width: 26px; background: url(../images/internet/internet3.png) no-repeat;}
.inter-img4{ height: 27px; width: 28px; background: url(../images/internet/internet4-1.png) no-repeat;}
.inter-img4:hover{ height: 27px; width: 28px; background: url(../images/internet/internet4.png) no-repeat;}
.inter-right{width: 20px;height: 20px;}
.inter-fz{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(102,102,102,1);
    margin: 0 20px;
}
.inter-pa{
    margin-bottom: 20px;
}
.inter-boxs{
    /* width:270px; */
    height:104px;
    background:rgba(247,247,247,1);
    border-radius:4px;
    padding: 10px 17px;
    margin-right: 20px;
    cursor:pointer;
}
.inter-fz18{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(102,102,102,1);
    line-height:36px;
}
.inter-fz14{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.inter-hot{
    display: flex;
    text-align: center;
    align-items: center;
}
.HOT{
    width:40px;
    height:18px;
    background:linear-gradient(0deg,rgba(240,86,0,1),rgba(255,122,24,1));
    border-radius:2px;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:18px;
    margin-left: 10px;
}
.NEW{
    width:40px;
    height:18px;
    background:rgba(78,165,253,1);
    border-radius:2px;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:18px;
    margin-left: 10px;
}









