﻿
.bottom {
    width: 100%;
    background: #000;
    color: #FFF;
    text-align: center;
}

.s_code {
    color: #fa7a12;
    font-size: 18px;
    padding-top: 10px;
    letter-spacing: 2px;
}

/*.bottom > li:nth-child(1) {
    padding: 30px;
}*/

.bottom > li:nth-child(1) > img {
    width: 180px;
}

.bottom > li:nth-child(2) {
    font-size: 14px;
    padding-top: 20px; 
}
.bottom > li:nth-child(2) > a {
    color: #fff;
}
.bottom > li:nth-child(3) {
    font-size: 14px;
    padding-top: 20px;
    width:1200px;
    margin:auto;
    text-align:left;
}
.bottom > li:nth-child(3) > p {
    display: inline-block;
    width: 100%;
   display:flex;
   justify-content:center;
   flex-wrap:wrap;
}
.bottom > li:nth-child(3) > p>span{
	margin-right:15px;
}
.bottom > li:nth-child(3) > p > a {
	color: #fff;
	margin-right: 15px;
}
.bottom > li:last-child {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom > li:nth-child(2) > span, .bottom > li:nth-child(2) > a{
    margin-right: 20px;
}
.beianInquire{
    color:#fff;
}