@charset "utf-8";
@media (min-width: 1230px){
    .container-fluid{
        width:1230px;
    }
}
@media (max-width: 1200px){
    .container-fluid{
        width:100%;
    }
}
*{
    margin:0;
    padding:0;
}
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    background: #f2f2f2;
    color: #333333;
    font-family: "Microsoft YaHei", Helvetica, Arial, Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@media (max-width: 768px){
    body{
        font-size:14px;
    }
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
}
a{
    text-decoration:none;
    color:#363f3f;
}
a:hover{
    text-decoration:none;
    color:#07a2b6;
}
a:focus{
    text-decoration:none !important;
}

/* 底部 */
footer{
    padding:75px 0 30px 0;
    color: #fff;
    background: url(../img/footer.jpg) no-repeat center #2b2b2b;
}
.foot-nav ul li a{   
    display: block;    
    opacity: 0.9;
    font-size: 14px;
    color: #fff;    
}

footer .foot-contact{
    font-size: 14px;
}
footer .foot-contact i{
    font-size: 14px;
    margin-right: 5px;    
}
/*二维码*/
footer .foot-er{
    text-align: right;
}
footer .foot-er .er-box{
    display: inline-block;
    width:100px;
    padding:8px;   
    background:#fff;
}
footer .foot-er .er-box img{
    width:100%;
}
footer .foot-er .er-box p{
    color:#424242;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin:0;
    padding:5px 0;
}
@media(max-width:767px){
    footer .foot-er{
        text-align: center;
    }
}
/*版权*/
footer .foot-text{
    font-size: 14px;
    opacity: 0.9;
    padding:15px 0 0 0; 
    margin-top: 25px;   
    border-top: 1px solid #3a3a3a;
}
footer .foot-text a{
    color: #fff;
}
footer .footer-list{
    float: right;
    display: inline-block;    
}
footer .footer-list p {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1;    
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fefefe;
}
footer .footer-list p:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
@media (max-width:991px){
    footer{
        padding:40px 0 20px 0;
    }
}

/* 侧边悬浮框 */

.float-box{
    position: fixed;
    bottom:20%;
    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{
    border: 2px solid #07a2b6;
    background: #07a2b6;
    width:50px;
    height:50px;
    text-align: center;    
    margin:5px 0;
    border-radius: 10%;
    position: relative;
    text-align: center;
}
.float-box ul li a{
    color:#fff;
    display: block;
    line-height: 50px;
}
.float-box ul li a span{
    font-size: 30px;
    font-weight: bold;
}
.float-box ul li:hover{
    background: #00717f;
}
.float-box ul li:hover a{
    color: #fff;
}
@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:#07a2b6;
    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:991px){

    footer{
        margin-bottom:30px;
    }
    .m-footer{
        display: block;
    }
}
.pre-next{
    font-size: 14px;
}
/* 页码 */
.page-box{
    margin:30px 0;
    text-align: center;
    font-size: 14px;
}
.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:#07a2b6 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}