@charset "utf-8";
body{
    /*width:100rem;*/
    color:rgb(67,67,67);
}

.background_bar {
    font-family: '百度综艺简体';
}

.top_bar {
    width: 100%;

    background-color: whitesmoke;
}
.swiper-button-prev,.swiper-button-next
{
    color:white;
}

.logo {
    position:absolute;
    top: 0;
    left: 5%;
    z-index:999;
}
.info:hover{
    background-color:rgb(2, 105, 164);
}
.navigation:hover{
    background-color:rgb(2, 105, 164);
}

.navigation, .info {
    position: fixed;
    top: 0;
    width: 9.166%;
    height: 4.537%;
    right: 0px;
    background-color: rgb(0, 128, 201);
    z-index: 999;
    display: table;
}

.info {
    right: 9.971%;
}

.info img, .navigation img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 22px;
}

.info p, .navigation p {
    font-size: 13.94px;
    line-height: 0;
    height: 100%;
    color: white;
    padding-left: 47px;
    vertical-align: middle;
    display: table-cell;
}

.navigation_list a {
    color: white;

}


.navigation_list {

    position: absolute;
    display: none;
    top: 100%;
    background: rgba(0, 0, 0, 0.5);
    width: 146%;
    right: 0;
    z-index: 1;
    font-size: 13.3px;

}

.navigation_list .Copyright {

    margin-top: 9px;
    position: relative;
    color: #ffff;
    padding-bottom: 48px;
    display: block;
    text-align: center;
}

.navigation_list icon {

    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-225deg);
    transition: all .2s;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 10%;
}

.navigation_list li, .navigation_son_list li {

    height: 4.629vh;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 0 10%;
    box-sizing: border-box;

}

.navigation_son_list {
    padding: 0;
    overflow: hidden;
    height: 0;
    transition: all .2s;
}

.navigation_son_list li {
    padding: 0;
    overflow: hidden;

}

.navigation_son_list > li > a {

    margin-left: 15.5%;
    box-sizing: border-box;
    width: 74.40%;
    height: 100%;
    display: inline-block;
    overflow: hidden;

}

.navigation_list > li > a {
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    width: 79.76%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.navigation_son_list > li > .border-box {
    margin-left: 15.5%;
    width: 74.40%;
    height: 1px;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.navigation_list > li > a:hover, .navigation_list .active {
    background-color: rgb(0, 128, 201);
    height: 103%;
    width: 103.50%;
    margin-left: -13.5%;
    padding-left: 13.5%;
    padding-right: 10%;
    border: none;
}

.navigation_son_list > li > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 15.5%;
    margin-left: 0%;
    width: 100%;
    height: 100%;

}

.navigation_son_list > li > a::before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.navigation_list > li > a::before {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}






