@charset "utf-8";
@media (min-width: 1200px){
    .container {
        width: 1200px !important;
    }
}
*{
    margin:0;
    padding:0;
}
body{
    font:15px "microsoft yahei",Arial,Helvetica,sans-serif;
    color:#2b2b2b;
}
@media (max-width: 767px){
    body{
        font-size:14px;
    }
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
}
a{
    text-decoration:none;
    color:#2b2b2b;
}
a:hover{
    text-decoration:none;
}
a:focus{
    text-decoration:none !important;
}
img{
    vertical-align:bottom;
}
.clear{clear:both}

/* 头部 */
.header-top{
    height:40px;
    line-height:40px;
    background:#f4f4f4;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.header-top .top-right .left-box{
    margin-right:10px;
}
/* 导航 */
.header-nav .navbar{
    margin:0;
}
.header-nav .nav1{
    padding:0;
}
.header-nav .nav1 li a{
    padding:35px 0 30px 30px;
    font-size: 18px;
}
.header-nav .nav1 li a:hover{
    background:none;
    color:#0857b3;
    font-weight: bold;
}
.header-nav .nav1 li.active a{
    background:none;
    color:#0857b3;
    font-weight: bold;
}
.header-nav .nav1 li a:focus{
    background:#fff;
}
.navbar .dropdown-menu {
    min-width: 128px;
    text-align: center;
    border: none;
    padding:0;
  }
 .nav1 .dropdown .dropdown-menu>li>a {
    padding: 10px 15px;
    font-size: 16px;
  }
 .navbar-nav li a:hover , .navbar-nav li a.active,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    font-size: 18px;
    color:#0857b3;
    font-weight: bold;
    background:none;
  }
.dropdown:hover .dropdown-menu{
    display:block;
}

/* 搜索框 */
.search{
    padding:20px 0;
    border-bottom:1px solid #ddd;
}
.search .keywords{
    line-height: 35px;
}
.search .keywords a{
    padding:0 5px;
}
.search .search-box{
    width:100%;
    height:35px;
    border:1px solid #0870be;
    border-radius: 20px;
    position: relative;
}
.search .search-box form{
    height:100%;
}
.search .search-box input{
    width:75%;
    height:100%;
    border:none;
    margin-left:20px;
}
.search .search-box input:focus{
    border:none !important;
    outline: none;
}
.search .search-box button{
    width:18%;
    height:100%;
    border:none;
    position: absolute;
    top:0;
    right:-1px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search .search-box button i{
    font-size: 17px;
    line-height: 21px;
}
/* 底部 */
footer{
    background:#003c7e;
    color:#fff;
}
footer .footer .pull-left{
    padding:60px 0;
    text-align: center;
    background:#023267;
}
footer .footer .pull-left .f-logo{
    margin-bottom:30px;
}
footer .footer .pull-left .weixin{
    margin-bottom: 20px;
}
footer .footer .pull-right{
    padding:20px 20px;
}
footer .footer .pull-right a{
    color:#fff;
}
footer .footer .pull-right .foot-nav{
    border-bottom: 1px solid #aaa;
}
footer .footer .pull-right .foot-nav ul{
    overflow: hidden;
}
footer .footer .pull-right .foot-nav ul li{
    float:left;
    padding:20px 50px 10px 0;
}
footer .footer .foot-contact{
    padding:30px 0 10px 0;
    border-bottom: 1px solid #aaa;
}
footer .footer .foot-contact ul li{
    padding:3px 0;
}
footer .footer .link h1{
    font-size: 16px;
    font-weight: bold;
}


@media (max-width: 767px){
    body{
        font-size: 14px;
    }
    /* 导航 */
    .navbar{
        margin:0;
        padding:10px 0 0 0;
    }
    .header-nav .navbar{
        margin-bottom:10px;
    }
    .navbar-nav{
        width:100%;
        margin:2px auto;
        box-shadow: 0 0 10px #ddd;
    }
    .header-nav .nav1 li a{
        padding:10px 0;
    }
    .navbar-brand{
        padding:5px 0 5px 10px;
    }
    .navbar-brand>img {
        width: 65%;
    }
   .navbar-toggle {
        background: #0870be;
        margin-right: 15px;
        margin-top:12px;
        padding:7px;
   }
   .navbar-toggle .icon-bar {
        background: #fff;
    }
    div#example-navbar-collapse{
        position: absolute;
        width: 100%;
        background: rgba(255,255,255,1);
        text-align: center;
        z-index: 99;
    }
    .navbar-nav>li{
        padding:8px 0;
        border-bottom: 1px solid #ccc;
    }
    .navbar-nav>li:last-child{
        border-bottom: none;
    }
    .nav>li>a:hover{
        border-bottom:none;
    }
    .nav>li.active>a{
        border-bottom: none;
    }


    /* 底部 */
    footer{
        margin-bottom:50px;
    }
    footer .footer .pull-left .f-logo{
        margin-bottom:0;
    }
    footer .footer .pull-left{
        padding:0;
    }
}

/* 页码 */
.source-pagination{
    text-align: center;
    margin-top:50px;
}

.pagination>li>a, .pagination>li>span{
    border:none;
}
.pagination>.active>span{
    background:#0870be;
}

/* 电脑侧边 */
.float-box{
    position: fixed;
    top:60%;
    right:0;
    z-index:999;
    color:#fff;
}
.float-box a{
    color:#fff;
}
.float-box ul li{
    width:80px;
    height:80px;
    text-align: center;
    line-height: 80px;
    position: relative;
}
.qq{
    background-color: #6da9de;
}
.wx{
    background-color: #8777ea;
}
.top{
    background-color: #666666;
}
.tel{
    background-color: #e86665;
}
.tc-box{
    position: absolute;
    display: none;
}
.tel-box{
    height:80px;
    background:#e86665;
    width:180px;
    top:0;
    left:-180px;
}
.wx-box{
    left:-129px;
    top:0;
}
.float-box ul li:hover .tc-box{
    display:block;
}




/* 手机底部 */
.float-box-xs{
    margin-top:40px;
    background:#003c7e;
    height:45px;
    width:100%;
    position: fixed;
    bottom:0;
    z-index:666;
}
.float-box-xs ul{
    overflow: hidden;
}
.float-box-xs ul li{
    float:left;
    width:25%;
    text-align: center;
    line-height: 45px;
    border-right:1px solid #fff;
    box-sizing: border-box;
}
.float-box-xs ul li:last-child{
    border-right:none;
}
.float-box-xs ul li a{
    color:#fff;
    font-weight: bold;

}