@charset "utf-8";
@media (min-width: 1400px){
    .container-fluid{
        width:1400px;
    }
}
@media (max-width: 1399px){
    .container-fluid{
        width:100%;
    }
}
*{
    margin:0;
    padding:0;
}
body{
    font:16px "microsoft yahei",Arial,Helvetica,sans-serif;
    color:#424242;
}
@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:#424242;
}
a:hover{
    text-decoration:none;
    color:#0064ba;
}
a:focus{
    text-decoration:none !important;
}

/* 底部 */
footer{
    padding:100px 0 50px 0;
    background:url(../img/foot-bg.jpg) no-repeat top center;
    border-bottom:20px solid #0064ba;
    color:#fff;
}
footer a{
    color:#fff;
}

footer .foot-part1 .foot-title{
    font-size: 24px;
    font-weight: bold;
}
footer .foot-part1 .foot-search {
    margin:30px 0;
}
footer .foot-part1 .foot-search .foot-search-box{
    width:350px;
    background:#383838;
    padding:10px;
}
footer .foot-part1 .foot-search .foot-search-box input{
    width:235px;
    height:30px;
    border:none;
    background:none;
}
footer .foot-part1 .foot-search .foot-search-box input:focus{
    outline:none;
}
footer .foot-part1 .foot-search .foot-search-box button{
    width:90px;
    height:30px;
    text-align: center;
    font-size: 14px;
    background:#fff;
    color:#424242;
    border:none;
}
footer .foot-part1 .foot-search .foot-search-box input:-moz-placeholder {
    color: #fff;
	opacity: 0.5;
	font-size: 14px;
	padding-left:10px;
}
footer .foot-part1 .foot-search .foot-search-box input:-ms-input-placeholder{
    color: #fff;
	opacity: 0.5;
	font-size: 14px;
	padding-left:10px;
}
footer .foot-part1 .foot-search .foot-search-box input::-webkit-input-placeholder{
    color: #fff;
	opacity: 0.5;
	font-size: 14px;
	padding-left:10px;
}
footer .foot-part1 .foot-part1-text{
    font-size: 14px;
    color:#d8d8d8;
}
footer .foot-part1 .icon {
    margin-top:30px;
}
footer .foot-part1 .icon li{
    display: inline-block;
    margin-right:10px;
    position: relative;
}
footer .foot-part1 .icon li a span.iconfont{
    font-size: 20px;
}
footer .foot-part1 .icon li p{
    position: absolute;
    padding:5px 10px;
    background:#fff;
    color:#424242;
    font-size: 14px;
    top:0;
    right:-200px;
    opacity: 0;
    display: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
footer .foot-part1 .icon li:hover p{
    right:-130px;
    opacity: 1;
    display: block;
}
footer .foot-part2{
    padding-left:30px;
}
footer .foot-part2 .foot-nav{
    float:left;
    width:20%;
}
footer .foot-part2 .foot-nav p{
    font-size: 20px;
    font-weight: bold;
}
footer .foot-part2 .foot-nav ul li{
    color:#d8d8d8;
    padding:5px 0;
    font-size: 15px;
}
footer .foot-part2 .foot-nav ul li a{
    color:#d8d8d8;
}
footer .foot-part2 .foot-er{
    text-align: right;
}
footer .foot-part2 .foot-er .er-box{
    display: inline-block;
    width:150px;
    padding:3px;
    background:#fff;
}
footer .foot-part2 .foot-er .er-box img{
    width:100%;
}
footer .foot-part2 .foot-er .er-box p{
    color:#424242;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin:0;
    padding:5px 0;
}
footer .foot-text{
    font-size: 14px;
    padding:50px 0 0 0;
    color:#d8d8d8;
}

@media (max-width:992px){
    footer{
        padding:40px 0 20px 0;
    }
    footer .foot-part1 .foot-search{
        width:100%;
    }
    footer .foot-part1 .foot-search .foot-search-box{
        width:100%;
    }
    footer .foot-part1 .foot-search .foot-search-box input{
        width:75%;
    }
    footer .foot-part1 .foot-search .foot-search-box button{
        width:22%;
    }
}

/* 侧边悬浮框 */
.float-box{
    position: fixed;
    top:30%;
    right:-80px;
    z-index:999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.float-box.active{
    right:10px;
}
.float-box ul li{
    background:#0064ba;
    width:70px;
    height:70px;
    text-align: center;
    padding:10px 0;
    margin:5px 0;
    border-radius: 5px;
    position: relative;
    text-align: center;
    line-height: 50px;
}
.float-box ul li a{
    color:#fff;
}
.float-box ul li a span{
    font-size: 30px;
}
.float-box ul li .tanchu-box{
    position: absolute;
    top:0;
    display: none;
}
.float-box ul li .tanchu-tel{
    height:100%;
    width:150px;
    background:#0064ba;
    border-radius: 5px;
    color:#fff;
    line-height: 22px;
    padding:12px 0 0 0;
    left:-155px;
}
.float-box ul li .tanchu-er{
    left:-135px;
}
.float-box ul li .tanchu-er img{
    width:130px;
}
.float-box ul li:hover .tanchu-box{
    display: block;
}
@media (max-width: 992px){
   .float-box{
       display:none;
   }
}

/* 手机底部 */
.m-footer{
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    display: none;
    z-index:999;
}
.m-footer ul{
    margin:0;
    overflow: hidden;
}
.m-footer ul li{
    width:25%;
    height:50px;
    float: left;
    background:#0064ba;
    border-left:1px solid rgba(255,255,255,0.7);
    text-align: center;
    line-height: 50px;
}
.m-footer ul li:first-child{
    border-left:none;
}
.m-footer ul li a{
    color:#fff;
}

@media(max-width:992px){
    footer{
        margin-bottom:30px;
    }
    .m-footer{
        display: block;
    }
}

/* 页码 */
.page-box{
    margin:30px 0;
    text-align: right;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:8px 20px;
    background:#F5F5F5;
    border-radius: 3px;
    text-align: center;
    margin:8px 3px;
}
.page-box .pagination .page-num{
    background:#eee;
}
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#0064ba !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}