﻿footer {
    background: #191E2B;
    padding-top: 60px;
}
footer .block_box1 {
    display: flex;
    justify-content: space-between
}
footer .footer-title, 
footer .footer-title a {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
footer .block_box1 .product_way {
    margin-top:30px;
}
footer .block_box1 .product_way a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #AFB3BF;
    line-height: 20px;
    margin-bottom:20px;
}
/* 产品与服务 */
footer .block_box1 .product{
    display:inline-block;
    width:100px;
    margin-right:111px;
}
/* 政策与支持 */
footer .block_box1 .box_policy{
    display:inline-block;
    width:495px;
}
footer .block_box1 .box_policy .product_way a{
    float:left;
    width:85px;
    margin-right:80px;
}
/* 更多栏目 */
footer .block_box1 .more_columns{
    display:inline-block;
    margin-left:10px;
    margin-right:110px;
}
/* 关于壹人事 */
footer .block_box1 .about_ers{
    display:inline-block;
    width:240px;
}
footer .block_box1 .about_ers .footer-title{
    display:inline-block;
}
footer .block_box1 .about_ers .about_us {
    display:inline-block;
    width: 110px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #75C9BE;
    font-size: 14px;
    font-weight: 400;
    color: #69E8CE;
    line-height: 34px;
    text-align:center;
    margin-left:30px;
    position:absolute;
    margin-top:-8px;
}
footer .block_box1 .about_ers .follow_list{
    display:inline-block;
    margin-top:30px;
    margin-left:5px;
}
footer .block_box1 .about_ers .follow_list .follow_item {
    float:left;
}
footer .block_box1 .about_ers .follow_list .follow_item:nth-child(2n) {
    margin-left: 20px;
}
footer .block_box1 .about_ers .follow_list .follow_item img{
    width:100px;
    height:100px;
    background-size:cover;
    border-radius:5px;
}
footer .block_box1 .about_ers .follow_list .follow_item p {
    text-align: center;
    color: #AFB3BF;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin:6px 0;
}
footer .block_box1 .about_ers .follow_list .follow_item:nth-child(1) p{
    color:#fff;
}
/* 联系我们 */
footer .block_box2 {
    line-height: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666d8287;
}
footer .block_box2 .footer-title{
    display:inline-block;
}
footer .block_box2 .contact {
    display:inline-block;
    margin-left:40px;
}
footer .block_box2 .contact span {
    margin-right:55px;
}
footer .block_box2 .contact span img{
    margin-right:12px;
    vertical-align: middle;
}
footer .block_box2 .contact .tel{
    font-size:18px;
    font-weight:400;
    color:#fff;
}
footer .block_box2 .contact_info {
    font-size: 14px;
    font-weight: 400;
    color: #AFB3BF;
}
footer .block_box2 .contact_btn {
    display:inline-block;
    margin-left:10px;
}
footer .block_box2 .contact_btn a {
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px 17px 17px 17px;
    font-size: 14px;
    font-weight: 400;
    text-align:center;
}
footer .block_box2 .contact_btn .contact_us {
    color: #FFFFFF;
    background: #FE9000;
}
footer .block_box2 .contact_btn .contact_us h3 {
    font-size: 14px;
    font-weight: 400;
}
footer .block_box2 .contact_btn .proposal_btn {
    color: #FE9000;
    border: 1px solid #FE9000;
    margin-left: 15px;
}

footer .block_box3{
    margin-top:25px;
}
footer .block_box3 .jump_title {
    display:inline-block;
    width: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #AFB3BF;
    line-height: 20px;
}
footer .block_box3 .jump_box {
    margin-bottom:12px;
}
footer .block_box3 .last_box {
    margin-bottom: 20px;
    padding-bottom:20px;
    border-bottom: 1px solid #666d8287;
}
footer .block_box3 .jump_box .jump_list {
    display: inline-block;
    margin-left: 44px;
}
footer .block_box3 .jump_box .jump_list a {
    font-size: 14px;
    font-weight: 400;
    color: #AFB3BF;
    line-height: 20px;
    margin-right:43px;
}
footer .block_box3 .jump_box .more_list a{
    margin-right: 33px;
}
footer .block_box3 .jump_box .jump_list a:last-child {
    margin-right: 0;
}
/* 友情链接 */
footer .block_box3 .friendly_links {
    padding-bottom:20px;
    border-bottom: 1px solid #666d8287;
}
footer .block_box3 .friendly_links .jump_list a{
    margin-right:25px;
}
/* 最底部 */
footer .block_box4 {
    margin-top: 25px;
    padding-bottom: 30px;
    text-align: center;
}
footer .block_box4 p,
footer .block_box4 p a {
    font-size: 12px;
    font-weight: 400;
    color: #AFB3BF;
    line-height: 12px;
}
footer .block_box4 p{
    margin-bottom:12px;
}
footer .block_box4 p:last-child{
    margin-bottom:0;
}
footer .block_box4 p img{
    margin:0 10px;
}