body{
    background: #000;
}
/* 导航 */
.top{
    width:100%;
    height:4.1vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #000;

}
.logo_home{
    /* width:4.27%; */
    height:3.5vw;   
}
.daoh{
    width:50%;
    display: flex;
    justify-content: space-between;
}
.navigation{
    /* display: block; */
    font-size: 0.9vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}
.navigation_dao{
    color:#F4B61B;
}
.chanpin_dao{
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 22;
    margin-top: 2.7vw;
    margin-left: -14vw;
    width: 60vw;
    height: 5vw;
    background: #FFFFFF;
    line-height: 5vw;
}

.dao_san{
    font-size: 0.8vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #262828;
    margin-left:3vw;
    padding:0 0.5vw;
}
.dao_san_xuan{
    background: #F4B61B;
    border-radius: 0.2vw;
    color:#fff !important;
}
.fangan_dao{
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 22;
    margin-top: 2.7vw;
    margin-left: -34.1vw;
    width: 78vw;
    /* min-height: 12.5vw; */
    background: #FFFFFF;
}
.erji_dao{
    float:left;
    width:17%;
    min-height: 12.5vw;
    margin-left:1.5vw;
}

.erji_title{
    font-size: 0.9vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F4B61B;
    margin-top:2vw;
    margin-bottom:2vw;
    /* margin-left:2.5vw; */
}
.erji_san_dao{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    /* margin-left:2.5vw; */
}
.san_dao{
    font-size: 0.8vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #262828;
    padding: 0 0.3vw;
    margin-bottom:0.5vw;
}
.pingtai_dao{
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 22;
    margin-top: 2.7vw;
    margin-left: -10vw;
    width: 25vw;
    min-height: 5vw;
    line-height: 5vw;
    background: #FFFFFF;
}
.dao_san_er{
    font-size: 0.8vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #262828;
    margin-left:3vw;
    padding:0 0.5vw;
}

/* 导航 */
/* 轮播 */
.luntu{
    width:100%;
    height:45vw;
}
.bottom{
    width:100%;
    min-height:19.75vw;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom_logo{
    /* width:10.41%; */
    height:10vw;
}
.bottom_right{
    margin-left:5%;
}
.bottom_right p{
    font-size: 0.9vw;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #F0F0F0;
    line-height: 2.3vw;
}
.heng3{
    width: 100%;
    height: 0.1vw;
    background: #666666;
    margin-top:6.7vw;
}
/* 编辑内容 */
.contents{
    width:62.5%;
    margin: 0 auto;
}
.tabs{
    width:80%;
    margin:0 auto;
    margin-top:3.5vw;
    margin-bottom:4.35vw;
    display: flex;
    justify-content: space-around;
}
.tabs_zi{
    font-size: 1.4vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.tab_huan{
    font-size: 1.5vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom:0.5vw;
    border-bottom:0.2vw solid #F4B61B;
}
.xunhuan{
    width: 100%;
    height: 10.5vw;
    border: 0.05vw solid #E6E6E6;
    margin-bottom:2vw;
    background: #000;
    color: #ffffff;
    display: flex;
}
.xun_tu{
    width:26.66%;
    height:100%;
}
.xun_you{
    width:68.86%;
    margin-left:2.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.you_title{
    font-size: 1vw;
    font-family: Microsoft YaHei;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.you_wen{
    height:3.5vw;
    
}
.you_wen_zi{
    font-size: 0.8vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1.2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.you_time{
    font-size: 0.8vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.fenye{
    width:100%;
    display: flex;
    justify-content: center;
}
.fen{
    width:1.8vw;
    height:1.8vw;
    background: #FFFFFF;
    border: 0.05vw solid #E6E6E6;
    text-align: center;
    line-height: 1.8vw;
    margin:0 0.25vw;
    font-size: 0.7vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    border-radius: 0.1vw 0.1vw 0.1vw 0.1vw;
}
.fenh{
    width:1.8vw;
    height:1.8vw;
    text-align: center;
    line-height: 1.8vw;
    margin:0 0.25vw;
    font-size: 0.7vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    border-radius: 0.1vw 0.1vw 0.1vw 0.1vw;
}
.fenc{
    width:3.6vw;
    height:1.8vw;
    background: #FFFFFF;
    border: 0.05vw solid #E6E6E6;
    text-align: center;
    margin:0 0.25vw;
    line-height: 1.8vw;
    font-size: 0.7vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    border-radius: 0.1vw 0.1vw 0.1vw 0.1vw;
}
.fens{
    background: #F4B61B;
    color:#fff;
    border: 0.05vw solid #F4B61B;
}