@charset "utf-8";
html {
    font-size: 16px;
    line-height: 1.8;
    scroll-behavior: smooth;
}
body{
    font-size: 1rem;
    line-height: 1.8;
    background: #fff;
    color: #181818;
    font-family: "Microsoft YaHei","Source Han Sans CN", "KaiTi", sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}
@media (max-width: 1360px) {
    html {
      font-size: 15px;
    }
    body {
      line-height: 1.7;
    }
}
@media (max-width: 1280px) {
    html {
      font-size: 14px;
    }    
}
@media (max-width: 992px) {
    html {
      font-size: 13px;
    }    
}
@media(min-width:992px){
    .container-fluid{
        width:95%;
        max-width:1630px;
    }
}
*{
    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:#181818;
    transition: all 0.6s;
}
a:hover{
    text-decoration:none;
    color:#c2ab8b;
}
a:focus{
    text-decoration:none !important;
}
img{
    max-width: 100%;
}
.banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #fff;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 50px;
}
.banner .swiper-pagination-bullet-active{
    background-color: #c2ab8b;
    border: 1px solid #c2ab8b;
}
@media(max-width:992px){
    .banner .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .banner.swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 10px;
    }
}
/* 底部 */
footer{
    padding: 5rem 0 3rem 0;
    color: #fff;
    background: #181818;
}
.footer .f-logo{
    display: block;
    line-height: 1.4;
    font-size: 1.5rem;
}
.footer .f-logo img{
    margin-bottom: 1.0rem;
}
.footer .f-contact{
    margin: 1.0rem 0;
}
.footer .f-contact li{
    padding-left: 1.8rem;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 0.8rem;
}
.footer .f-contact li a{
    color: #fff;
}
.footer .f-contact li.tel{
    background-image: url(../img/t.png);
}
.footer .f-contact li.mail{
    background-image: url(../img/e.png);
}
.footer .f-contact li.add{
    background-image: url(../img/a.png);
    display: inline;
}
/* 分享 */
.share-icon li {
    position: relative;
}
.share-icon li a{
    border: 12px solid #303030;
    display: inline-block;
    background-color: #303030;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.6s;
}
.share-icon li a:hover{
    border: 12px solid #c2ab8b;
    background-color: #c2ab8b;
}
.share-icon li .er-box {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 10px;
    height: 10px;
    opacity: 0.0;
    transition: all 0.3s;
    z-index: 9;
    border: 1px solid #d9d9d9;
}
.share-icon li:hover .er-box{
    opacity: 1.0;
    background: #fff;
    padding: 5px;
    width: 100px;
    height: 100px;
}
/*分类列表*/
.foot-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-nav p.name{
    font-size: 1.125rem;
    font-weight: 600;
}
.foot-nav ul li p a{
    display: block;
    line-height: 2.0;
    opacity: 0.9;
    color: #fff;
}
.foot-nav ul li p a:hover,.footer .f-contact li a:hover{
    opacity: 1;
    color: #c2ab8b;
}
/* 版权 */
footer .foot-text{
    margin-top: 2.5rem;
    padding: 2.5rem 0px 0;
    border-top: 1px solid #303030;
}

@media(max-width:767px){
    .footer{
        padding: 30px 0 10px 0;
    }
    .footer .foot-contact {
        padding: 20px 0px 0px;
        margin-top: 20px;
    }
    .footer .f-logo img{
    	height: 45px;
    }
    .foot-nav ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .footer .f-logo{
        font-size: 1.25rem;
    }
}
/* 侧边悬浮框 */
.float-box{
    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;
}
.float-box.active{
    right:10px;
}
.float-box ul li{
    text-align: center;
    position: relative;
}
.float-box ul li a{
    color:#fff;
    display: block;
    padding: 6px 12px 12px;
    line-height: 0.8;
    font-size: 0.875rem;
    border-radius: 50%;
    background: #c2ab8b;
}
.float-box ul li a span{
    font-size: 22px;
    display: inline-block;
    line-height: 1.0;
}
.float-box ul li a p{
    margin-top: -2px;
}
.float-box ul li:hover a{
    color: #fff;
}
/* 手机底部 */
.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){
    .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:5px 15px;
    background:#F5F5F5;
    border-radius: 2px;
    text-align: center;
    margin:8px 3px;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item{
    padding: 10px 15px;
    border-radius: 20px;
    background:#fff;
    line-height: 1;
    color: #666;
}
.page-box .pagination .page-num-current{
    background:#c2ab8b !important;
    color:#fff;
    line-height: 1;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}