@charset "utf-8";
.container-fluid{    
    width:100%;
    max-width:1630px;   
}
body{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    background: #ffffff;
    color: #2b2b2b;
    font-family: "Source Han Sans CN","noto sans";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;    
    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:#2b2b2b;
    transition: all 0.6s;
}
a:hover{
    text-decoration:none;
    color:#ff1b1b;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: 100%;   
}
.lunbo .swiper-button-next, .lunbo .swiper-button-prev{
    background-size: 18px 44px;
}
.lunbo .swiper-button-next{
    right: 10px;
}
.lunbo .swiper-button-prev{
    left: 10px;
}
.lunbo .swiper-pagination-bullet{
    width: 25px;
    height: 3px;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
}
.lunbo .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 100px;
}
.lunbo .swiper-pagination-bullet-active{
    background-color: #ff0000;
    border: 1px solid #ff0000;
}
/* 底部 */
footer{
    padding: 50px 0 0px 0;
    background: #2b2b2b;    
    color:#fff;
}
footer a{
    color: #fff;
}
.foot-nav ul{    
    color: #fff; 
    display: flex;
    justify-content: space-between;     
}
.foot-nav p.name{
    font-size: 16px;
    font-weight: 600;  
    line-height: 2;    
}
.foot-nav ul li ul{
    display: block;
}
.foot-nav ul li ul li{ 
    display: block;
    width: 100%; 
    font-size: 14px;    
    line-height: 2;   
}
.foot-nav ul li a{   
    display: block;    
    opacity: 0.9;
    color: #fff; 
}
.foot-nav ul li a:hover{
    color: #feff00;
}
footer .foot-contact ul{
    border-bottom: 1px solid #353535;
    margin: 50px 0px 10px;
    padding-bottom: 10px;
}
footer .foot-contact ul li{
    display: inline-block;     
    font-size: 14px; 
}
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:116px;
    background: #fff;
    border:1px solid #f0f0f0;
    padding: 8px;
}
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;
}
footer .foot-text{    
    font-size: 14px;
    background: #252525;   
    padding: 15px 0px;
    margin-top: 50px;
}
@media(max-width:767px){ 
    footer{
        padding:40px 0 20px 0;
    }    
    footer .foot-contact ul li,.foot-nav ul li { 
        font-size: 14px;
    }
    .foot-nav ul.other li {
        padding-right: 7px;
    }
    .foot-nav ul.other li:after{        
        right: 0px;
        top: 5px;
        height: 10px;
    }
}
/* 侧边悬浮框 */
/*在线客服*/
.online { 
    position: fixed;
    padding: 10px 0px;
    background: #000;
    bottom:20%;
    border-radius: 8px;
    right:-180px;
    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 dl.dl-title dd img{
    width: auto;
    max-width: 100%;
    padding: 0px;
    background: transparent;
}
.online dl {
    padding: 5px 15px;
    position: relative;
}
.online dl dd {
    text-align: center;
    color: #feff00;    
    font-size: 16px;
    cursor: pointer;
}
.online dl.dl-title dd{
    font-size: 18px;
    font-weight: 600;
}
.online dl:nth-child(2) dd{
    background: #fff;
    color: #2b2b2b;
    font-size: 12px;
    padding-bottom: 10px;
}
.online dl dd.tel {
    text-align: center;
    background: #feff00;
    color: #2b2b2b;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.online dl dd span {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.online dl:hover {
    opacity: 0.85;
}
.online dl dd img { 
    width: 120px;
    background: #fff;
    padding: 10px 10px;
}
.online dl dd.tel img{
    width: auto;
    max-width: 100%;
    padding: 0px;
    background: transparent;
}
.online dl.online-bot{
    font-weight: 600;
    padding: 10px 15px;    
}
.online dl.online-bot dd{
    font-size: 12px;
}
.online dl dt h3 i {
    margin-right: 5px;
}
.online dl dt h3 span {
    float: right;
    cursor: pointer;
}
.online dl.scroll-top{
    font-weight: 600;
}

/* 手机底部 */
.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;
    }
    .online{
        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;
}
.page-box .pagination .page-num-current{
    background:#ff1c1c !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}