@charset "utf-8";
.fl {
    float: left
}
.fr {
    float: right
}
.clearfix:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
li{ list-style:none}
div, h1, h2, h3, h4, h5, h6, p, form, label, input, textarea, img, ul, li,dl,dt,dd {
    padding: 0;
    margin: 0
}

/* 公共部分 */
/* header start*/
.header-top {
    background: #00549d;
    height: 30px;
    line-height: 30px;
}
.header-top a {
    text-decoration: none;
    color: #62a8ea;
}
.header-top .container > a {
    margin-left: 15px;
}
.header-top a:hover{
    color: #89bceb;
}
.header-mid {
    height:100px;
    background: #0069c4;
}
.top-box a {
    display: inline-block;
    margin-top:15px;
}
/** 响应式导航 **/
.header-nav,.navbar {
    border-bottom: #ccc solid 1px;
    min-height: 40px;
}
.navbar-brand{
    height: auto;
}
nav.navbar.bootsnav{
    border: none;
}
.navbar-nav{
    width: 100%;
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
    padding: 10px 15px;
    color: #000;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.nav > li:hover{
    background: #0069c4;
    color: #fff;
}
nav.navbar.bootsnav ul.nav > li:hover a {
    color: #fff;
}
.nav > li {
    display: inline-block;
    float: none;
    width: 11.5%;
}
.nav > li:hover:after{
    width: 100%;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
.nav span {
    display: inline-block;
    height: 38px;
    line-height: 38px !important;
    font-weight: 100;
    color: #ccc;
}
.content {
    margin-top: 15px;
}
/* header end*/

/* footer start */
.footer-bg {
    padding: 25px;
    width: 100%;
    background: url("../img/bg-footer.png") no-repeat;
    background-size: 100% 100%;
}
.footer-l1 {
    height:135px;
    border-right: 1px solid #fff;
    display: flex;
    justify-content:center;
    align-items:center;
}
.footer-l1 .l1-wrap {
    width: 50%;
}
.footer-l1 .l1-wrap a {
    padding-bottom: 20px;
    text-align: center;
    width: 50%;
    display: block;
    color: #fff;
    float: left;
}
.footer-l1 .l1-wrap a:hover{
    color: #0069c4;
}
.footer-l2 {
    height:135px;
    border-right: 1px solid #fff;
    display: flex;
    justify-content:center;
    align-items:center;
}
.footer-l3{
    height:135px;
    display: flex;
    justify-content:center;
    align-items:center;
}
.footer-l3 ul li {
    color: #fff;
    line-height: 28px;
}
.l3-tm {
    position: relative;
    margin-top: 6px;
    display: block;
}
.l3-tm span{
    cursor: pointer;
    margin-left: 20px;
}
.footer-copyright {
    background: #000;
    padding: 20px 0;
    color: #aaa;
    text-align: center;
}
.qrcode-img img {
    display: none;
    width: 150px;
    height:150px;
}
.l3-tm .img-wx {
    position: absolute;
    left:-40px;
    top:-155px;
}
.l3-tm .img-tel {
    position: absolute;
    left:10px;
    top:-155px;
}
.l3-tm .img-wb {
    position: absolute;
    left:60px;
    top:-155px;
}
/* footer end*/