﻿@charset "UTF-8";
/* 本css文件用于当前网站自定义样色 */
/* 字体图标 */
@font-face {
    font-family: "iconfont";
    src: url("../../base/fonts/iconfont.eot?t=1466761399"); /* IE9*/
    src: url("../../base/fonts/iconfont.eot?t=1466761399#iefix") format("embedded-opentype"), url("../../base/fonts/iconfont.woff?t=1466761399") format("woff"), url("../../base/fonts/iconfont.ttf?t=1466761399") format("truetype"), url("../../base/fonts/iconfont.svg?t=1466761399#iconfont") format("svg"); /* iOS 4.1- */
}
/* fixedNav */
.fixedNav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 22px;
    overflow: hidden;
    background: #0068B7;
}
.fixedNav li {
    float: left;
    width: 20%;
    text-align: center;
    color: #fff;
}
.fixedNav a {
    display: block;
    color: #fff !important;
    height: 55px;
    font-size: 12px;
}
.fixedNav a:before {
    font-family: "iconfont";
    content: "\e620";
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 40px;
}
.fixedNav .li2 a:before {
    content: "\e60a"
}
.fixedNav .li3 a:before {
    content: "\e60e"
}
.fixedNav .li4 a:before {
    content: "\e60b"
}
.fixedNav .li5 a:before {
    content: "\e622"
}
/* footer */
#footer {
    background: #0068B7;
    padding: 5% 3%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 100px;
}
#footer a {
    color: #fff;
}
#footer .footNav {
    margin-bottom: 3%;
}
#footer .footNav a {
    margin: 0 5px;
    word-break: keep-all;
    white-space: nowrap;
}
#footer .btns a {
    display: inline-block;
    padding: 2px 15px;
    background: #fff;
    border-radius: 4px;
    color: #0068B7;
    margin: 10px 5px 0 5px;
}