@charset "utf-8";
.container-fluid{
    width:100%;
    max-width:1200px;
}
body{
    font-size: 14px;
    line-height: 1.8;
    background: #fff;
    color: #262626;
    font-family: 'microsoft yahei',tahoma,verdana,'simsun';
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    max-width: 1920px;
   overflow-x: hidden;
    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: #237ed2;
}
a:focus{
    text-decoration:none !important;
}
img{
    max-width: 100%;
}
.lunbo .swiper-button-next, .lunbo .swiper-button-prev{
    width: 28px;
    height: 52px;
}
.lunbo .swiper-button-next{
    right: 5%;
    background: url(../img/p-next.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.lunbo .swiper-button-prev{
    left: 5%;
    background: url(../img/p-prev.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.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{
        top: 60%;
        width: 14px;
        height: 26px;
    }
}
/* 底部 */
footer{
    background: #f5f5f5;
}

footer .foot-contact{
    margin-top: 12px;
    font-size: 14px;
    width: 100%;
}
.foot-contact li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
footer .foot-text{
    font-size: 14px;
}
@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:0px 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: 10px;
}
.online a {
    color: #666;
}
.online a:hover {
    text-decoration: none;
}
.online dl {
    border-radius: 3px;
    background: #0079c3;
    padding: 10px 6px;
    margin-bottom: 5px;
    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: #0059c9;
}
.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:7px 15px;
    border-radius: 50%;
    text-align: center;
    margin:8px 3px;
    border: 1px solid #ddd;
}
.page-box .pagination .page-prev{
    background: #fff url(../img/prev.jpg) no-repeat center center;
}
.page-box .pagination .page-next{
    background: #fff url(../img/next.jpg) no-repeat center center;
}
.page-box .pagination .page-num-current{
    color:#fff;
    border-color: #0079c3;
    background:#0079c3 !important;
}
.page-num-current:hover{
    color:#fff;
    border-color: #0079c3;
}
span.page-num{
    display: none;
}