.contact_us{
    height: 3.88rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.contact_us .contact_us_title{
    font-size: 0.44rem;
    font-weight: 600;
    color: #181818;
    letter-spacing: 1px;
}
.contact_us .contact_us_text{
    font-size: 0.24rem;
    font-weight: 600;
    color: #D5D5D5;
    margin-top: 0.1rem;
}
.contact_us a{
    width: 2.2rem;
    height: 0.6rem;
    background: #2E415D;
    border-radius: 2px;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.21rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-top: 0.4rem;
    margin-bottom: 0.79rem;
}
.contact_us a,
.contact_us a:link,
.contact_us a:visited,
.contact_us a:hover
{
    text-decoration: none;
}


.footer_body{
    height: 530px;
    background: #090B0F;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_body .footer_body_top{
    width: 1240px;
    margin: 0 auto;
}
.footer_body_top ul{
    display: flex;
    padding-top: 80px;
    justify-content: space-between;
}
.footer_body_top ul li{
    display: flex;
    flex-direction: column;
}
.footer_body_top ul li a,
.footer_body_top ul li a:link,
.footer_body_top ul li a:visited,
.footer_body_top ul li a:hover
{
    text-decoration: none;
    color: #969697;
}
.footer_body_top ul li span{
    font-size: 16px;
    font-weight: 400;
    color: #B0B0B0;
    padding-bottom: 16px;
}
.footer_body_top ul li span a{
    color: #969697;
}
.footer_body_top ul li span:first-child{
    color: #ffffff;
}
.footer_body_top ul li span:last-child{
    padding-bottom: 0;
}


.footer_body_bottom {
    display: flex;
    flex-direction: column;
    width: 1240px;
    margin: 0 auto;
}
.footer_body_bottom .contact_way{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 21px;
}

.footer_body_bottom .contact_way .contact_way_left .online_consulting{
    display: flex;
    width: 160px;
    height: 40px;
    border: 1px solid rgba(225,225,225,0.3);
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.footer_body_bottom .contact_way .contact_way_left div{
    display: flex;
    align-items: flex-end;
}
.footer_body_bottom .contact_way .contact_way_left div span:first-child{
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
}
.footer_body_bottom .contact_way .contact_way_left div span:last-child{
    font-size: 14px;
    font-weight: 400;
    color: #969697;
    line-height: 1;
    padding-left: 17px;
}
.footer_body_bottom .contact_way .contact_way_left a span{
    line-height: 1;
    padding-left: 5px;
}
.footer_body_bottom .contact_way .contact_way_left a img{
    width: 0.2rem;
}

.footer_body_bottom .contact_way .contact_way_right{
    width: 90px;
}
.footer_body_bottom .for_reference{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.6;
    padding: 20px 0 14px 0;
    border-top: 1px solid rgba(238,238,238,0.3);
}
.footer_body_bottom .for_reference span:last-child {
    color: #adadad;
}


/*右侧导航栏开始*/
.toolbar{
    position: fixed;
    right: 0;
    bottom: 160px;
    background: #13151A;
    z-index: 99;
}
.toolbar ul {
    margin-bottom: 0;
}
.toolbar ul li{
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* transition: all 0.9s; */
}
.toolbar ul li img{
    width: 28px;
    height: 28px;
}
.toolbar ul .toolbar_border{
    height: 1px;
    width: 40px;
    margin: auto;
    background: #FFFFFF;
    opacity: 0.1;
}


.toolbar ul .kf a{
    position: absolute;
    right: -70px;
    display: block;
    width: 60px;
    z-index: 999999;
    text-align: center;
    background: #2E415D;
    color: #ffff;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
}
.toolbar ul .kf:hover a{
    right: 50px;
    transition: all 0.9s;
}
.toolbar ul .phone span{
    position: absolute;
    right: -140px;
    display: block;
    width: 140px;
    z-index: 999999;
    text-align: center;
    background: #2E415D;
    color: #ffff;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2px;
}
.toolbar ul .phone:hover span{
    right: 50px;
    transition: all 0.9s;
}
.toolbar ul .wx .qr_code{
    position: absolute;
    display: block;
    z-index: 999999;
    text-align: center;
    background: #2E415D;
    color: #ffff;
    padding: 10px;
    letter-spacing: 2px;
    right: -110px;
    top: 70px;
}
.toolbar ul .wx:hover .qr_code{
    right: 50px;
    transition: all 0.9s;
}
.toolbar ul .wx .qr_code div:first-child{
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/www/xgwy/img/common/qrcode.png');
    margin-bottom: 8px;
}
/* .toolbar ul .kf:hover{
    background: #2E415D;
    opacity: 1;
} */
/*右侧导航栏结束*/

.footer_body_bottom .contact_way .contact_way_left .chinese_english a,
.footer_body_bottom .contact_way .contact_way_left .online_consulting_date{
    color: #FFFFFF;
    opacity: 0.6;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 400;
}
.footer_body_bottom .contact_way .contact_way_left .online_consulting_date{
    display: inline-block;
    margin: 0 30px;
}
.footer_body_bottom .contact_way .contact_way_left .chinese_english .a_border{
    display: inline-block;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.6;
    width: 2px;
    margin-bottom: 2px;
}
.footer_body_bottom .contact_way .contact_way_left .chinese_english a:first-child{
    padding-right: 10px;
}
.footer_body_bottom .contact_way .contact_way_left .chinese_english a:last-child{
    padding-left: 10px;
}
