.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: .14rem;
    background-color: #367BF0;
    color: #FFFFFF;
}
.footer .footer_bottom_img {
    padding: 84px 0px 96px;
}
.footer .footer_bottom_img .footer_img {
    max-width: 1170px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0;
}
.footer .footer_bottom_img .footer_img .img {
    width:194px;
    height:280px;
    box-shadow:0px 10px 10px 0px rgba(54,123,240,0.17);
    display: none;
}
.footer .footer_bottom_img .footer_img .img:nth-child(1) {
    display: block;
}
.footer .footer_bottom_img .footer_img .img:nth-child(2) {
    display: block;
}
.footer .footer_bottom_img .footer_img .img:nth-child(3) {
    display: block;
}
.footer .footer_bottom_img .footer_img .img:nth-child(4) {
    display: block;
}
.footer .footer_bottom_img .footer_img .img:nth-child(5) {
    display: block;
}
.footer .footer_a {
    width: 100%;
    padding-bottom: 36px;
}
.footer .footer_a .footer_inner {
    width: 1170px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
}
.footer .footer_a .footer_inner .footer_left {
    display: flex;
}
.footer .footer_a .footer_inner .footer_right {
    display: flex;
}
.footer .footer_a .footer_aa {
    position: relative;
    margin-top: 0.79rem;
    line-height: 0.28rem;
}
.footer .footer_a .footer_aa p {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.footer .footer_a .footer_aa p.footer_name {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.footer .footer_a .footer_aa .xiushi {
    width:20px;
    height:2px;
    background:rgba(255,255,255,1);
    margin: 2px 0 10px;
}
.footer .footer_a .footer_left div:nth-child(1)  {
    margin-right: 0.5rem;
}

.footer .footer_a .footer_left div:nth-child(2) {
    margin-right: 0.88rem;
}

.footer .footer_a .footer_left div:nth-child(3) {
    margin-right: 0.47rem;
}

.footer .footer_a .footer_left div:nth-child(4) {
    /*margin-right: 1.08rem;*/
    margin-right: 0.08rem;
}

.footer .footer_a .footer_right div:nth-child(1) {
    text-align: left;
    margin-right: 0.29rem;
}

.footer .footer_a .footer_right div:nth-child(1) button {
    margin-bottom: 0.11rem;
    width: 1.10rem;
    height: .32rem;
    line-height: 1;
    background: #f67605 !important;
    color: #FFFFFF;
    border: none;
}
.footer .footer_a .footer_right .footer_aa.ask p {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.footer .footer_a .footer_right .footer_aa.ask p.phone_dianhua,.footer .footer_a .footer_right .footer_aa.ask p.phone_shouji {
    text-align: left;
}
.footer .footer_a .footer_right .footer_aa.ask p.hotline {
    font-size:16px;
}
.footer .footer_a .footer_right div:nth-child(2) {
    display: block;
    text-align: center;
}

.footer .footer_a .footer_right div:nth-child(2) span {
    display: inline-block;
    width: 1.18rem;
    height: 1.18rem;
    background: url(./assets/images/erweima.png) no-repeat;
    background-size: contain;
}
.footer .footer_a .footer_right div:nth-child(2) a {
    display: block;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.footer .footer_b {
    height: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer .footer_b.footer_bottom_friend {
    border-top: 2px solid #FFFFFF;
}
.footer .footer_b.friend {
    height: auto;
}
.footer .footer_b .d_footer_main_pages {
    width: 1170px;
    margin: 0 auto 0;
    text-align: left;
}
.footer .footer_b .d_footer_main_pages section {
    display: flex;
    width: 1170px;
    margin: 0 auto;
        padding: 5px 0;
}
.footer .footer_b .d_footer_main_pages section span {
    color: white;
    min-width: 70px;
    font-size: 14px;
}
.footer .footer_b .d_footer_main_pages section div {
    display: flex;
    flex-flow: wrap;
    padding: 5px 0px 0px 0px;
}
.footer .footer_b .d_footer_main_pages section div a {
    color: #ffffff;
    font-size: 14px;
    padding: 0 5px 5px 0;
}
.footer .footer_b .copyright p {
    text-align: center;
}
.footer .footer_b .copyright p img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.footer .footer_b .copyright p span {
    vertical-align: middle;
}
.footer .footer_b .copyright p,.footer .footer_b .copyright a,.footer .footer_b .copyright span {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.footer .footer_b .copyright a {
    margin-left: 10px;
}