@charset "utf-8";
 .container-fluid{
    max-width:1430px;
}

@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;
}
@media (max-width: 992px){
    body{
       font-size: 14px;
    }
}
*{
    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:#0179c5;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: auto;
    max-width: 100%;
}
.swiper-button-next, .swiper-button-prev{
    width: 27px;
    height: 27px;
}
.swiper-button-next{
    right: 10px;
}
.swiper-button-prev{
    left: 10px;
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1.0;
    border: 1px solid #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 40px;
}
.swiper-pagination-bullet-active{
    background-color: #e93404;
    border: 1px solid #e93404;
}
.foot-nav{    
    color: #fff;   
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.foot-nav p.name{
    font-size: 16px;
    font-weight: 600;  
    line-height: 2;    
}
.foot-nav p.name span{
    display: block;
    font-size: 40px;
}
.foot-nav ul{
    display: flex;
    justify-content: space-between;    
}
.foot-nav ul li{ 
    display: block;
    width: 25%; 
    font-size: 14px;    
    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:last-child ul li{     
    width: 50%;       
}
.foot-nav ul li a{   
    display: block;    
    opacity: 0.9;
    color: #fff; 
}
footer .foot-er{
    display: flex;
    justify-content: flex-end;
}
@media(max-width:767px){
    footer .foot-er{
       justify-content: center;
    }
}
footer .foot-er .er-box{
    display: inline-block;
    width: 130px;
    text-align: center;
    padding: 10px;
    background: #fff;
    margin-left: 10px;
}
footer .foot-er .er-box img{
    width:100%;
}
footer .foot-er .er-box p{
    font-size: 12px;
    opacity: 0.8; 
    color: #2b2b2b;
    padding:5px 0;
    font-weight: normal;
}
/* 底部 */
footer{
    padding: 100px 0 60px;
    background:url(../img/foot.jpg) no-repeat top center #2b2b2b;
    color: #fff;     
}
footer .foot-contact{
    font-size: 14px;
    padding: 15px 0px;
    display: block;
    border-top: 1px solid #ffffff1a; 
    border-bottom: 1px solid #ffffff1a;
    display: flex;
    justify-content: space-between; 
}
footer .foot-contact ul{
    display: inline-block;
}
footer .foot-contact li{
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
footer .foot-contact li .er-box{
    display: none;
    position: absolute;
    top: 30px;
    width: 120px;
    background: #fff;
    padding: 5px;
}
footer .foot-contact li:hover .er-box{
    display: block;
}
footer .foot-contact li a{
    color: #fff;
}
footer .foot-text{     
    color: #fff;
    font-size: 14px;
    padding: 15px 0px;
    
}
footer .foot-text a{
    color: #fff;
}
@media(max-width:767px){
    footer .foot-er{
        text-align: center;
    }
    footer .foot-er .er-box{        
        width:105px;       
    }
    footer .foot-er .er-box p{
        font-size: 12px;
    }
    footer .foot-contact li {
        display: block;
    }
    footer .foot-logo img{        
        height: 30px;
    }    
    footer .foot-text{         
        font-size: 12px;
    }
    footer{
        padding:40px 0 20px 0;
    } 
}
/* 侧边悬浮框 */
.online { 
    position: fixed;
    bottom:20%;
    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: #1354a5;
    padding: 10px 15px;
    margin-bottom: 1px;
    position: relative;
}
.online dl dd {
    color: #fff;
    text-align: center;
    font-size: 14px;
    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:30px 0;
    text-align: center;
    font-size: 14px;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:8px 20px;
    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:#0179c5 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}