/*底部开始*/
.bottom1 {
    width: 100%;
    background: #252526;
    overflow: hidden;
}
.bottom1_box {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    height: auto;
    background: #252526;
}
.line_bottom1 {
    width: 100%;
    max-width: 1320px;
    margin: 125px auto 100px auto;
    height: auto;
    display: flex;
}
/*公司LOGO 二维码部分开始*/
.line_bottom1_concern{
    width:250px;
    height:auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.meishe-logo {
    width: 150px;
    height: 70px;
}
.meishe-logo img {
    width:100%;
    height:100%;
}
.footer-our-declaration {
    font-size:14px;
    font-weight:400;
    line-height:30px;
    color: #FFFFFF;
    margin: 15px auto 25px auto;
}
.QR_code{
    width:115px;
    height: 115px;
}
.QR_code img{
    width:100%;
    height:100%;
}
/*公司LOGO 二维码部分结束*/
/*我们的服务部分开始*/
.line-bottom-our-service {
    width: 190px;
    display: inline-block;
    text-align: center;
}
.line-bottom-our-service-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.line-bottom-our-service-line {
    margin-bottom: 20px;
}
.line-bottom-our-service-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
}
/*我们的服务部分结束*/
/*产品咨询部分开始*/
.line-bottom-consult {
    width: 460px;
    display: inline-block;
}
.consult-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 39px;
    color: #FFFFFF;
    padding-left: 20px;
    margin-bottom: 30px;
}
.line-bottom-consult-line {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    display: flex;
}
.line-bottom-consult-line>div {
    margin-bottom: 20px;
}
.line-bottom-consult-line>div:nth-of-type(1) {
    width: 20%;
}
.line-bottom-consult-line>div:nth-of-type(n+2) {
    width:40%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.line-bottom-consult-line>div:nth-of-type(n+2)>img {
    margin-right: 10px;
}
/*产品咨询部分结束*/
/*联系方式部分开始*/
.line-bottom-contact {
    flex: auto;
    max-width: 420px;
    display: inline-block;
}
.contact-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 39px;
    color: #FFFFFF;
    padding-left: 20px;
    margin-bottom: 30px;
}
.contact-line-1 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    display: flex;
}
.contact-us{
    width: 84px;
}
.location{
    width: 84px;
}
.email {
    width: 300px;
}
.email>div{
    display: flex;
    justify-content: left;
    align-items: center;
}
.email>div>img {
    margin-right: 10px;
}
.location-pic {
    width: 26px;
    height: 28px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.address {
    flex: 0 10 310px;
    word-break: break-all;
    word-wrap: break-word;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
/*联系方式部分结束*/
/*备案号部分开始*/
.record {
    background-color: #191919;
    width: 100%;
    height: 60px;
}
.record_box {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    color: #909090;
    font-size: 14px;
    line-height: 60px;
    background-color: #191919;
    display: flex;
    justify-content: center;
    align-items: center;
}
.record_box a {
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.record_box img {
    vertical-align: middle;
}
.record_box span {
    color:#b3b4b6;
    font-size:14px;
    line-height:60px;
    transition: all .5s;
}
.record_box span:hover {
    color: #e72427;
}
/*备案号部分结束*/
/*通用部分开始*/
.footer-fix-height-180 {
    height: 180px;
}
.footer-border-left {
    border-left: solid 1px rgba(162,162,162,0.5);
}
.footer-padding-left-20 {
    padding-left: 20px;
}
/*通用部分结束*/
/*底部结束*/

/* 以上样式过时 */
/* 新底部样式开始 */
.footer-container {
    width: 100%;
    min-width: 1200px;
}
.footer-bg {
    width: 100%;
    min-width: 1200px;
    background: #282b2d;
    overflow: hidden;
}
.footer-main {
    width: 1200px;
    margin: 40px auto 50px auto;
    display: flex;
    flex-direction: row;
}
.footer-consult {
    width: 450px;
    height: auto;
}
.footer-consult-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-consult-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
}
.footer-consult-info-row {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-consult-info-pre {
    width: 90px;
}
.footer-consult-info-mobile {
    margin-left: 20px;
    width: 120px;
}
.footer-consult-info-qq {
    margin-left: 20px;
}
.footer-consult-info-title {
    width: 120px;
}
.footer-contact {
    width: 500px;
    height: auto;
}
.footer-contact-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 50px;
}
.footer-contact-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    padding-left: 50px;
    border-left: solid 1px #FFFFFF;
}
.footer-contact-info-row {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-contact-info-row-pre {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-contact-info-pre {
    width: 100px;
}
.footer-contact-info-content {
    margin-left: 20px;
}
.footer-contact-info-a {
    text-decoration: none;
    transition-duration: .5s;
}
.footer-contact-info-a:hover {
    color: #2A7DFF;
}
.footer-follow {
    width: 150px;
    height: auto;
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-follow-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.footer-follow-logo {
    margin-bottom: 10px;
}
.footer-follow-logo img {
    width: 100px;
    height: auto;
}
.footer-follow-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
}
.footer-follow-info-qr-img {
    width: 80px;
    /*margin-bottom: 10px;*/
}