@charset "utf-8";
.container-fluid{
    padding-left: 5%;
    padding-right: 5%;
}
@media (max-width: 1600px){
/* @media (max-width: 1360px){ */
    .container-fluid{
        padding-left: 2%;
        padding-right: 2%;
    }
}
@media (max-width: 992px){
    .container-fluid{
        padding-right: 15px;
        padding-left: 15px;
    }
}
body{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.9;
    background: #fff;
    color: #303030;
    font-family: "Source Han Sans CN","Microsoft YaHei","noto sans";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
@media (max-width: 1360px){
    body{
       font-size: 16px;
    }
}
@media (max-width: 992px){
    body{
       font-size: 12px;
    }
}
*{
    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:#303030;
}
a:hover{
    text-decoration:none;
    color:#ff6800;
}
a:focus{
    text-decoration:none !important;
}
img{
    width: auto;
    max-width: 100%;
}
.swiper-button-next, .swiper-button-prev{
    width: 30px;
}
.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: #ff6800;
    border: 1px solid #ff6800;
}
.foot-nav ul li i{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-right: 5px;
}
@media (max-width:992px) {
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 10px;
    }
}
/* 底部 */
footer{
    padding: 90px 0px;
    background: url(../img/foot.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
}

.foot-text a{
    color: #fff;
}
@media(max-width:767px){
    footer .foot-text{
        font-size: 12px;
    }
    footer{
        padding:30px 0 40px 0;
    }
    .foot-nav {
        padding: 0;
    }
    .foot-nav p{
        font-size: 14px;
    }
}
footer .foot-logo{
    width: 100%;
    margin-bottom: 20px;
}
footer .foot-logo img{
   max-width:100%;
   width: auto;
}
footer .foot-er{
    /* text-align: right; */
    display: flex;
    justify-content: space-between;
}
footer .foot-er .er-box{
    display: inline-block;
    width: 30%;
    background: #fff;
    border:1px solid #f0f0f0;
    padding: 8px;
    /* margin-left: 10px; */
}
@media(max-width:767px){
    footer .foot-er{
        text-align: center;
    }
    footer .foot-er .er-box{
        display: inline-block;
        width: 31%;
        background: #fff;
        border:1px solid #f0f0f0;
        padding: 8px;
        margin-left: 0;
    }
}
footer .foot-er .er-box img{
    width:100%;
}
footer .foot-er .er-box p{
    text-align: center;
    opacity: 0.8;
    font-weight: 400;
    padding:5px 0;
    color: #2b2b2b;
    font-size: 14px;
}
/* 侧边悬浮框 */
.float-box{
    position: fixed;
    bottom:20%;
    right:-120px;
    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:0px;
}
.float-box ul li{
    width: 100px;
    text-align: center;
    position: relative;
}
.float-box ul li.item{
    height: 80px;
    border-radius: 0 0 0 12px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.float-box ul li.active{
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.float-box ul li img{
    width: 100%;
    height: auto;
}
.float-box ul li a{
    color:#fff;
    display: block;
    border-radius: 2px;
    margin-top: 20px;
}
.float-box ul li a span{
    font-size: 24px;
    font-weight: bold;
}
.float-box ul li:hover a{
    color: #fff;
}
@media (max-width:762px) {
    .float-box ul li{
        width: 60px;
        text-align: center;
        position: relative;
    }
    .float-box ul li.item {
        height: 50px;
        border-radius: 0 0 0 7px;
    }
    .float-box ul li a{
        margin-top: 10px;
    }
    .float-box ul li.active{
        height: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
}
/* 手机底部 */
.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:#ff6800 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}