@charset "utf-8";

/* 主容器 — 匹配目标站 1200px */
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
/* 兼容旧模板 1230px */
.container-fluid {
    width: 1230px;
    margin: 0 auto;
}
@media(max-width:1200px){
    .wrapper,
    .container-fluid{
        width: 100%;
    }
}
body{
    font: 14px 'Microsoft YaHei',Arial,Helvetica,sans-serif;
    line-height: 1.6;
    background: #fff;
    color: #666;
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
a{
    text-decoration:none;
    color:#333;
    transition: all 300ms ease-in-out;
}
a:hover{
    text-decoration:none;
    color:#0085ce;
}
a:focus{
    text-decoration:none !important;
}

img{
    max-width: 100%;
}

/*======================= Footer 底部 =======================*/
/* 底部容器内边距（配合 BS5 row 负 margin） */
.footer-ul .container-fluid,
.footer .container-fluid,
.footer-last .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
/* 底部导航链接 */
.footer-ul{
    width:100%;
    padding: 25px 0;
    background: url(../img/footer-menu.jpg) no-repeat center #f5f5f5;
    background-size: cover;
}
.footer-ul .col > a{
    display: block;
    text-align: center;
    font-size: 16px;
    color:#666;
    font-weight: 700;
}
.footer-ul .col:first-child > a{
    text-align: left;
}
.footer-ul .col:last-child > a{
    text-align: right;
}
.footer-ul .col .e{
    padding-top: 5px;
}
.footer-ul .col .e a{
    display: block;
    font-size: 14px;
    color:#999;
    text-align: center;    
}
.footer-ul .col .e a:hover{
    color:#0086cf;
}
/* 联系方式 */
.footer{
    width:100%;
    background: url(../img/footer-bg.png) no-repeat center center #999;
    padding:50px 0;
}
.footer p{
    font-size: 16px;
    color:#fff;
    padding:3px 0;
    line-height: 1.8;
    margin: 0;
}
.footer p.lianxi-us{
    font-size: 30px;
    margin-bottom: 20px;
    padding:0;
}
.footer .boxfir{
    width:160px;
    height: 160px;
    border:1px solid #fff;
    text-align: center;
    padding-top: 27px;
}
.footer .boxfir p{
    font-size: 22px;
    color:#fff;
}
.footer .boxfir img{
    margin:0 auto;
    margin-top: 10px;
    max-width: 40px;
}
.footer .boxsec{
    width:160px;
    height: 160px;
}
.footer .boxsec img{
    width:100%;
    height: 100%;
    display: block;
}
/* 版权 */
.footer-last{
    width:100%;
    background: #666;
    line-height: 40px;
    padding: 5px 0;
}
.footer-last p{
    font-size: 12px;
    color:#ccc;
    line-height: 40px;
    margin: 0;
}
.footer-last p a{
    color:#ccc;
}
.footer-last-links{
    text-align: right;
}
.footer-last-links a{
    font-size: 12px;
    color:#ccc;
    line-height: 40px;
}
/* 移动端适配 */
@media(max-width:767px){
    .footer-ul{
        display: none;
    }
    .footer{
        padding:25px 15px;
    }
    .footer p{
        font-size: 13px;
        line-height: 1.6;
    }
    .footer p.lianxi-us{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .footer .col-md-5{
        display: none;
    }
    .footer-last{
        text-align: center;
        padding: 3px 10px;
    }
    .footer-last p{
        font-size: 11px;
        line-height: 1.8;
    }
    .footer-last-links{
        text-align: center;
    }
    .footer-last-links a{
        font-size: 11px;
        line-height: 1.8;
        display: inline-block;
    }
}
/* 手机底部固定导航 */
.m-footer{
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    display: none;
    z-index:999;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
}
.m-footer ul{
    margin:0;
    overflow: hidden;
    display: flex;
}
.m-footer ul li{
    flex:1;
    height:50px;
    text-align: center;
    border-left:1px solid #f0f0f0;
}
.m-footer ul li:first-child{
    border-left:none;
}
.m-footer ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
    color:#666;
    font-size: 12px;
}
.m-footer ul li a i{
    font-size: 20px;
    margin-bottom: 2px;
    color:#0084ce;
}
.m-footer ul li a span{
    display: block;
    line-height: 1;
}
@media(max-width:991px){
    .m-footer{
        display: block;
    }
}
/* 侧边悬浮框 */
.float-box{
    position: fixed;
    right: 10px;
    bottom: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 998;
}
.float-box ul{
    margin: 0;
}
.float-box ul li{
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    background: #0084ce;
    border-radius: 1px;
    text-align: center;
    transition: background 0.3s;
    cursor: pointer;
}
.float-box ul li:hover{
    background: #017dc2;
}
.float-box ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
}
.float-box ul li a i{
    font-size: 20px;
    line-height: 1;
    display: block;
}
.float-box ul li a span{
    display: block;
    font-size: 12px;
    margin-top: 2px;
    line-height: 1;
}
.float-box ul li .float-tip{
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #fff;   
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.float-box ul li .float-tip:after{
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
}
.float-box ul li .float-tip.erweima{
    width: 130px;
    height: 130px;
    padding: 5px;
    white-space: normal;
}
.float-box ul li .float-tip.erweima img{
    width: 100%;
    height: 100%;
    display: block;
}
.float-box ul li:hover .float-tip{
    opacity: 1;
    visibility: visible;
}
/* 侧边悬浮框移动端调整 */
@media(max-width:767px){
    .float-box{       
        display: none;
    }
}
.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:5px 15px;
    background:#F5F5F5;
    border-radius: 2px;
    text-align: center;
    margin:8px 3px;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item{
    background:#eee;
    color: #666;
}
.page-box .pagination .page-num-current{
    background:#0084ce !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}