﻿/* 底部区域 */

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

footer {
    width: 100%;
    min-width: 1350px;
    height: 194px;
    background: url(../img/home_background.png) no-repeat;
    background-size: 100% 100%;
}

.footer-con {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    min-width: 1350px;
}

.footer-left {
    margin-top: 40px;
}

.footer-left .footer-logo {
    display: flex;
}

.footer-left .footer-logo>span {
    display: block;
    width: 6px;
    height: 30px;
    margin: 0 10px;
    background-color: #7c92c4;
    margin-top: 7px;
}

.footer-left .footer-logo .fot-lo-text span {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.footer-left .footer-logo .fot-lo-text p {
    font-family: '微软雅黑';
    font-weight: normal;
    font-size: 6px;
    color: #fff;
}

.footer-left .copyRight {
    margin-top: 14px;
}

.footer-left .copyRight p {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #cecece;
}

.footer-left .foot-par p:first-child {
    margin-top: 8px;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #cecece;
}

.footer-left .foot-par p:last-child {
    margin-top: 10px;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #cecece;
}

.footer-left .foot-par p:last-child a {
    color: #cecece;
    margin-left: 12px;
}

.footer-right {
    margin-top: 40px;
}