
/*footer*/
.footer_bot{
	background: #333;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.footer_bot .footer_bot_banxin {
    width: 1240px;
    margin: 0 auto;
    height: 100%;
}
.footer_bot .footer_bot_banxin .bottom_top {
    padding-top: 40px;
    box-sizing: border-box;
}
.footer_bot .footer_bot_banxin .bottom_top ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.footer_bot .footer_bot_banxin .bottom_top ul li {
    list-style: none;
    box-sizing: border-box;
}
.footer_bot .footer_bot_banxin .bottom_top ul li h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 14px;
}
.footer_bot .footer_bot_banxin .bottom_top ul li h4 a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 24px;
}
.footer_bot .footer_bot_banxin .bottom_top ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #b2b2b2;
    line-height: 25px;
}
.footer_bot .footer_bot_banxin .bottom_top ul li div img{
    width:100px;
    height:100px;
}
.footer_bot .footer_bot_banxin .bottom_top ul li p a {
    color: #b2b2b2;
}
.footer_bot .footer_bot_banxin .bottom_top ul li:nth-of-type(2), .footer_bot .footer_bot_banxin .bottom_top ul li:nth-of-type(3), .footer_bot .footer_bot_banxin .bottom_top ul li:nth-of-type(4) {
    text-align: center;
}
.footer_bot .footer_bot_banxin .bottom_top ul li:nth-of-type(6) {
    display: flex;
    justify-content: flex-end;
}
.footer_bot .footer_bot_banxin .bottom_top ul li:nth-of-type(6) div {
    box-sizing: border-box;
    text-align: center;
    padding: 6px 0 6px 15px;
}
.footer_bot .footer_bot_banxin .bottom_top ul li p.btp {
    padding-top: 16px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
}

.footer_bot .footer_bot_banxin .bottom_bot {
    padding-top: 68px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.footer_bot .footer_bot_banxin .bottom_bot ul {
    display: flex;
    justify-content: space-between;
}
.footer_bot .footer_bot_banxin .bottom_bot ul li p {
    font-size: 13px;
    font-weight: 400;
    color: gray;
    line-height: 1;
    margin-bottom: 14px;
}
.footer_bot .footer_bot_banxin .bottom_bot ul li:nth-of-type(2) {
    display: flex;
}
.footer_bot .footer_bot_banxin .bottom_bot ul li:nth-of-type(2) img {
    padding-left: 7px;
    width: 110px;
    height: 40px;
}
