/* 浮窗 */
.floating{
    position: fixed;
    right:180px;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 8px;
    z-index: 99;
    top:300px;
}

.floating ul{
    width: 90px;
}

.floating ul li{
    height: 60px;
    position: relative;
    padding: 0;
    transition: all .1s linear;
    text-align: center;
    padding-top: 10px;
}

.floating ul li span{
    display: block;
    position: relative;

}
.floating ul li i{
    font-size: 22px;
    text-align: center;
    left: 10px;
    top: 0;
}

.floating ul li span p{
    font-size:16px;
    color:#ffffff;

}
.floating>ul>li.tel>span>i{
    color: #fff;
}

.floating ul li.tel{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: linear-gradient(137deg, rgb(241, 78, 78) 0%, rgb(242, 13, 13) 100%);
}
.floating ul li.tel:hover .tel_item,
.floating ul li.wechat:hover .wechat_item{
    display:block;
}

.floating>ul>li.tel .tel_item{
    position: absolute;
    right: 95px;
    width: 220px;
    height: 70px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    top: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 15px;
    display:none;
}
.floating>ul>li.wechat .wechat_item{
    position: absolute;
    right: 95px;
    width: 100px;
    height: 110px;

    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    top: 0;
    background-color: #fff;
    border-radius: 5px;
    padding:10px 10px 20px 10px;
    display:none;
}
.floating>ul>li.wechat .wechat_item img{
    width: 100%;
}
.floating>ul>li.wechat .wechat_item p{
    font-size: 16px;
    color: #F01414;
    text-align: center;
    font-weight:900;
}
.tel_item ,.wechar_item {
    font-size: 20px;
    color: #F01414;
    text-align: center;
}


.tel_item  span,
.wechar_item span{
    font-weight: 900;

}


.tel_item p,
.wechar_item p {
    font-size: 16px;
    color: #000000;
}

.floating ul li i{
    color: rgb(241 78 78);
}


.floating ul .make_an_appointment p,
.floating ul .jigouruzhu p,
.floating ul .wechat p{
    font-size: 16px;
    color: #000;
}



.floating ul .make_an_appointment:hover,
.floating ul .back_top:hover,
.floating ul .jigouruzhu:hover,
.floating ul .wechat:hover{
    background:rgb(241 78 78);
}

.floating ul .make_an_appointment:hover i,
.floating ul .make_an_appointment:hover p,

.floating ul .jigouruzhu:hover i,
.floating ul .jigouruzhu:hover p,


.floating ul .back_top:hover i,
.floating ul .back_top:hover p,

.floating ul .wechat:hover i,
.floating ul .wechat:hover p
{
    color: #fff;
}


.floating ul .back_top{
    height:40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top:5px;
}
.floating ul .back_top a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.floating ul .back_top i{
    font-size: 30px;
}
/* 浮窗 结束*/

.sidebar{
    position: fixed;
    z-index: 5555;
    right: 100px;
    top: 50%;
    margin-top: -150px;
}

.sidebar ul li{
    width: 50px;
    height: 80px;
    margin-top: 5px;
    padding:10px;
    position: relative;
    line-height: 16px;
    cursor: pointer;
    text-align: center;
    text-align: center;
    border: 1px solid #e8e8e8;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:  #3361ad;
    color:#ffffff;
    transition: all 0.5s;
}
.sidebar ul li:hover{
    background:#ecf3ff;
    border:1px solid #3361ad;


}

.sidebar ul li:hover a{
    color:#3361ad;

}
.sidebar ul li:last-child{
     height: 50px;
}
.sidebar ul li:last-child i{
    font-size:40px;
}
.sidebar ul li a{
    color:#ffffff;
    font-size:16px;
    display: flex;
    flex-direction: column;
}

.sidebar ul li a i{
    font-size:28px;
    margin-bottom:10px;
}

.audition .make_an_appointment{
    float: none;
    width:auto;
    height:auto;
    background:none;
    font-weight:500;
}






.footer{
    background:#272727;
    min-height:140px;
    padding:20px  0px  40px  0;
}

.footer .footerCon{
    width:1152px;
    margin:0 auto;
}
.footer .footerCon:after{
    content: "";
    display: block;
    clear: both;
}
.footer .footerCon .footerNav_r{
    width:900px;
    float: left;
}

.footer .footerCon .footerNav_r .url{
    margin-bottom:10px !important;
    height:20px;
    width:900px;
}
.footer .footerCon .footerNav_r .friendly_links {
    margin-bottom:20px !important;
    height:;
    padding-bottom:20px;
}

.footer .footerCon .footerNav_r .friendly_links a{
    margin-bottom:10px;
}

.footer .footerCon .footerNav_r  a{
    color:#ffffff;
     float:left;
    margin-right:24px;
    font-size:14px;
    font-weight: 800;

}

.footer .footerCon .footerNav_r span{
    color:#ffffff;
    font-size:14px;
    font-weight:800;
    margin-bottom:10px;
    float:left;
    width:900px;
    height:20px;
}
.footer .footerCon .footerNav_r span .qe_icp{
    color:#ffffff;
    font-size:14px;
    float: none;
    margin-left: 14px;
}
.footer .footerCon .footerNav_r p{
    color:#ffffff;
    font-size:14px;
    font-weight:800;
    margin-bottom:10px;
    float:left;

}



.footer .footerCon .footer_l{
    float:right;
}

.footer .footerCon .footer_l img{
    width:150px;
    height:150px;
    float:left;
}



/*尾部结束*/
