@charset "utf-8";
@media (min-width: 1200px){
    .container-fluid{
        width:1230px;
    }
}
@media (max-width: 992px){
    .container-fluid{
        width:100%;
    }
}
body{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    background: #fff;
    color: #2b2b2b;
    font-family: "Source Han Sans CN","Microsoft YaHei","noto sans";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
*{
    margin: 0px;
    padding: 0px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
}
a{
    text-decoration:none;
    color:#2b2b2b;
}
a:hover{
    text-decoration:none;
    color:#0c74eb;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: 100%;
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1.0;
    border: 1px solid #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 5%;
}
.swiper-pagination-bullet-active{
    background-color: #ff484f;
    border: 1px solid #ff484f;
}

/* 底部 */
footer{
    padding:60px 0 10px;
    color: #fff;
    background: url(../img/foot.jpg) no-repeat #2b2b2b;
}
footer .foot-logo img{
    height: 46px;
    width: auto;
    margin-bottom: 15px;  
}
footer .foot-nav ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .foot-nav ul li a{   
    display: block;
    line-height: 1; 
    margin: 5px 10px 5px 0px;
    padding-right: 10px;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #fff;    
}
footer .foot-er .er-box{
    display: inline-block;   
    background: #fff;
    padding: 10px;
    text-align: center;
}
footer .foot-er .er-box img{
    width:100%;
}
footer .foot-er .er-box p{
    opacity: 0.8;
    color: #2b2b2b;  
    font-weight: 400;
    padding:2px 0;
}
footer .foot-text{
    margin-top: 30px;
    padding: 15px 0px;
    color: #fff;  
    border-top: 1px solid #3e3e3e;
}
footer .foot-text a{
    color: #fff;
}
@media(max-width:767px){
    footer .foot-text{
        margin-top: 0px;
        border-top: 0px solid #3e3e3e;
    }
    footer .foot-logo img{        
        height: 45px;
    }
    footer{
        padding:0px 0 0px 0;
    } 
}
/* 侧边悬浮框 */
.float-box{
    position: fixed;
    top:25%;
    right:0px;
    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:#467ee5; 
    margin: 1px auto; 
    padding: 8px 10px; 
    text-align: center; 
    position: relative; 
    border-radius: 5px;
    color: #fff;
}
.float-box ul li.hover { background:#1e61dc; text-align: center; position: relative; }
.float-box ul li a {color: #fff; text-decoration: none; display: block; }
.float-box ul li span { margin: 2px auto; width: 26px; height: 24px; display: block; cursor: pointer; }
.float-box ul li span i{ 
    font-size: 24px;
    color: #fff;
}
.float-box ul li strong { height: 22px; color: #fff; line-height: 22px; font-weight: normal; cursor: pointer; font-size:12px;}
li.Home{ position:relative;}
.wechat{ width:160px; padding: 15px; background: #467ee5; position:absolute; visibility:hidden; left:-166px; top:0px;
            opacity:0;transform-origin:top right;
            transform:scale(0.1);transition:all 0.5s linear;}
.wechat img{ border:10px solid #fff;}
li.Home:hover .wechat{ visibility:visible;opacity:1;transform:scale(1); z-index:1;}

/* 手机底部 */
.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:#3b3b3b;
    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:40px;
    }
    .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 15px;
    background:#F5F5F5;
    border-radius: 3px;
    text-align: center;
    margin:8px 3px;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#0c74eb !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}