﻿
.foot {
    background-color: #303030;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#989898;
    min-width:1200px;
}
.footContent {
    background-color: #f1f1f1;
    box-shadow: 0 0 30px rgba(0,0,0,0.08);
    min-width:1200px;
}
.f_cen {
    overflow: hidden;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}
#title {
    overflow: hidden;
    margin: 0 auto;
}
    #title li {
        float: left;
        margin-right: 89px;
        font-size: 15px;
        color: #000;
        margin-bottom: 12px;
    }
#f_one {
    padding: 20px 0;
    text-align: center;
}
#f_one .list {
    float: left;
    margin-right: 89px;
}
    #f_one .list li {
        margin-top: 12px;
    }
    #f_one .list li a {

        color: #7a7a7a;
    }
        #f_one .list li a:hover {
            text-decoration:none;
            opacity:0.8;
        }
        #line {
            border: 1px solid #c1c1c1;
        }
.f_focus {
    float: right;
    width: 178px;
    height: 124px;
    background-color: #0067bc;
    margin-top: -16px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height:1.8em;
}
    .f_focus::before {
        display: block;
        content: "";
        border-width: 0px 8px 16px 0px;
        border-color: #00285a transparent;
        border-style: solid;
        width: 0;
        height: 0;
        margin-left: 178px;
    }
    .f_focus strong {
        display:block;
        padding-top:10px;
        padding-bottom:15px;
    }
.f_ewm {
    /*position:absolute;*/
    text-align:center;
    /*margin-top:100%;*/
}
    .f_ewm img {
        width: 90px;
        margin: 15px;
    }