@charset "utf-8";
.container-fluid{
    width:100%;
    max-width:1230px;    
}
body{
    font-size: 14px;    
    line-height: 1.8;
    background: #ffffff;
    color: #262626;
    font-family: 'microsoft yahei',tahoma,verdana,'simsun';
    -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:#262626;
    transition: all 0.6s;
}
a:hover{
    text-decoration:none;
    color:#0059c9;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: 100%;   
}
.lunbo .swiper-button-next, .lunbo .swiper-button-prev{
    background-size: 27px 44px;
}
.lunbo .swiper-button-next{
    right: 10px;
}
.lunbo .swiper-button-prev{
    left: 10px;
}
.lunbo .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border: 1px solid #f5f5f5;
}
.lunbo .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 60px;
}
.lunbo .swiper-pagination-bullet-active{
    background-color: #0059c9;
    border: 1px solid #0059c9;
}
@media (max-width:991px){
    .lunbo .swiper-button-next, .lunbo .swiper-button-prev {
        background-size: 15px 44px;
    }
}
/* 底部 */
footer{
    padding: 60px 0 25px 0;
    background:url(../img/foot.jpg) no-repeat center #252525;   
    color:#fff;
}
.foot-nav{    
    color: #fff;     
}
.foot-nav ul li {
    display: inline-block;
    padding-right: 25px;
    font-size: 16px;
    position: relative;
}
.foot-nav ul li a,.foot-contact a,.foot-text a{
    color: #fff;
}
.foot-nav ul li:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 1px;
    height: 12px;
    background: #fff;
}
.foot-nav ul li:last-child:after{
    width: 0px;
}
footer .foot-contact{
    margin-top: 12px;    
    font-size: 14px;
    width: 100%;
}
footer .foot-contact i{
    opacity: 1.0;
    font-size: 18px;
}
footer .foot-text{        
    font-size: 14px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #3f3f3f;
}
footer .foot-er{
    /*text-align: right;*/
}
@media(max-width:767px){
    footer .foot-er{
        text-align: center;
    }
}
footer .foot-er .er-box{
    display: inline-block;
    width:128px;
    background: #fff;
    border:1px solid #f0f0f0;
    padding: 10px;
}
footer .foot-er .er-box img{
    width:100%;
}
footer .foot-er .er-box p{
    font-size: 12px;
    text-align: center;
    opacity: 0.8;  
    font-weight: 400;
    padding:5px 0;
    color: #2b2b2b;
}
@media(max-width:767px){ 
    footer{
        padding:40px 0 20px 0;
    }
    footer .foot-er .er-box{
        width: 90px;
        padding: 5px;
    }
    footer .foot-contact{
        margin-top: 0px;
        padding-top: 0px;
        border-top: 0px solid #3f3f3f;
        font-size: 14px;
        width: 100%;
    }   
    footer .foot-contact ul li {    
        white-space: pre-wrap;
    }
}
/* 侧边悬浮框 */
/*在线客服*/
.online { 
    position: fixed;
    bottom:41.4%;
    right:-80px;
    z-index:999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.online.active{
    right: 0px;
}
.online a {
    color: #666;
}
.online a:hover {
    text-decoration: none;
}
.online dl {
    border-radius: 0px;
    background: #0e62c2;
    padding: 10px 6px;
    margin-bottom: 1px;
    position: relative;
}
.online dl dd {
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.online dl dd i {
    font-size: 25px;
}
.online dl:hover {
    background: #0a448d;
}
.online dl dt {
    position: absolute;
    top: 0px;
    right: 60px;
    background: #fff;
    border: 1px solid #efefef;
    z-index: 9999;
    display: none;
    padding: 10px 15px;
    font-weight: normal;
}
.online dl dt img{
    width: auto;
    max-width: 120px;
}
.online dl dt h3 {
    display: block;
    font-size: 14px;    
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.online dl dt h3 i {
    margin-right: 5px;
}
.online dl dt h3 span {
    float: right;
    cursor: pointer;
}
/* 手机底部 */
.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:30px;
    }
    .m-footer{
        display: block;
    }
}
.pre-next{
    font-size: 14px;
}
/* 页码 */
.page-box{
    margin: 0px 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;
}
.page-box .pagination .page-num-current{
    background:#e60012 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}