.ft-menu {
    background: #efefef;
    padding: 30px 0;
}
.ft-menu .links {
    width: 560px;
    float: left;
}
.ft-menu .links h1 {
    font-size: 18px;
    color: #333;
}
.ft-menu .links .list {
    margin-top: 10px;
}
.ft-menu .links .list a {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 25px;
}
.ft-menu .ewm {
    float: left;
}
.ft-menu .ewm .list {
    float: left;
    width: 100px;
    text-align: center;
    line-height: 30px;
    color: #888;
    font-size: 12px;
}
.ft-menu .ewm .list img {
    width: 100px;
    height: 100px;
}
.ft-menu .fttel {
    float: right;
    background: url(../images/tel.png) 0 10px no-repeat;
    padding-left: 80px;
    line-height: 24px;
}
.ft-menu .fttel h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
.clearfix {
    clear: both;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
}

/* 底部导航 */
.bottom_nav{
    background-color: #333333;
    width: 100%;
    min-width: 1200px;
    background: #333;
    padding: 25px 0;
    overflow: hidden;
}
.bottom_nav .center{
    text-align: center;
}
.bottom_nav .grid-demo{
    height: 140px;
}

.footer_left a:hover {
    color: #2c6ebb;
    border: none;
    text-decoration: underline;
}

.footer_left div{
    margin-bottom: 15px;
}
.footer_left div a{
    font-size: 14px;
    color: #e0e0e0;
    padding-right: 15px;
}

.footer_left p {
    font-size: 14px;
    color: #e0e0e0;
    margin-bottom: 10px;
}

.footer_right h4 {
    font-size: 14px;
    margin-top: 15px;
    color: #ccc;
    font-weight: normal;
}

#nav_right ul {
    width: 70px;
    height: 350px;
    position: fixed;
    top: 30%;
    right: 10px;
    z-index: 9999;
}
#nav_right ul li {
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border: 1px solid #eee;
}
#nav_right ul li .item {
    width: 100%;
    height: 55px;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
}
#nav_right ul li .item p {
    font-size: 12px;
    line-height: 25px;
}
#nav_right ul li .erweima_phone {
    background: #fff;
    position: absolute;
    right: 75px;
    top: 0px;
    display: none;
}