@charset "utf-8";
html{
    font-size: 16px;
}
.container-fluid1,.container-fluid{
    width: 95%;
    max-width: 1630px;
}
@media(max-width:1360px){
    html{
        font-size: 15px;
    }
}
@media(max-width:992px){
    html{
        font-size: 14px;
    }
    .container-fluid,.container-fluid1{
        width: 98%;
    }
}
body{
    font-size: 1rem;
    line-height: 1.8;
    background: url(../img/bg-contect.jpg) repeat left top;
    color: #181818;
    font-family: "Microsoft YaHei","Source Han Sans CN", "KaiTi", sans-serif;
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media(max-width:992px){
    html{
        font-size: 14px;
    }
    body{
        line-height: 1.5;
    }
}
*{
    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:#db4c23;
}
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: #db4c23;
    border: 1px solid #db4c23;
}
@media(max-width:992px){
    .banner .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .banner.swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 10px;
    }
}
.line{
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    border-top: 1px solid #181818;
    margin-top: 50px;
    height: 3px;
}
.line::before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #181818;
    margin: 0px 0px 50px;
    margin-top: -5px;
}

/* 底部 */
footer{
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 0 4.5rem 0;
    background: url(../img/footer.png) no-repeat left top;
    background-size: 100%;
    z-index: 2;
    padding-top: 14rem;
    margin-top: -16rem;
}
.foot-text{
    z-index: 10;
    position: relative;
}
.foot-contact ul li {
    font-size: 1.0rem;
    display: inline-block;
    opacity: 0.9;
    margin: 0 0.5rem 1.5rem 0.5rem;
}
.foot-er {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.foot-er .er-box {
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 10px;
  background: #fff;
  margin-right: 2%;
  border: 1px solid #e2e2e2;
  margin: 1rem 0.5rem 0rem 0;
}
.foot-er .er-box p {
  font-size: 0.85rem;
  color: #2b2b2b;
  padding: 5px 0;
}
footer .foot-text{
    padding: 20px 0px;
}
footer .foot-text a,.foot-contact ul li a{
    color: #fff;
}
@media (max-width:1600px) {
   footer{
    padding-top: 10rem;
    margin-top: -12rem;
   }
}
@media (max-width:1400px) {
   footer{
    padding-top: 10rem;
    margin-top: -12rem;
   }
}
@media (max-width:1300px){
    footer{
    padding: 0 0 2.5rem 0;
    padding-top: 8rem;
    margin-top: -11rem;
   }
    .foot-logo {
        font-size: 1.25rem;
    }
    .foot-contact ul li.phone span{
        font-size: 2.65rem;
    }
}
@media (max-width:992px){
    .foot-contact ul li.phone span{
        font-size: 2.85rem;
    }
    footer{
        padding: 0 0 1.5rem 0;
        padding-top: 6rem;
    }
}
@media(max-width:767px){
    footer .foot-text {
        padding: 3rem 0 2rem;
    }
    footer{
        padding: 1rem 0;
    }    
    .foot-contact ul li {
        margin: 0 0.5rem 1rem 0.5rem;
    }
}
/* 侧边悬浮框 */
.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: 2.5%;
}
.float-box ul li{
    text-align: center;
    position: relative;
}
.float-box ul li a{
    color:#fff;
    display: block;
    padding: 6px 10px;
    border-radius: 8px;
    background: #db4c23;
}
.float-box ul li a span{
    font-size: 26px;
    display: inline-block;
    line-height: 1.0;
}
.float-box ul li a img{
    width: 25px;
}
.float-box ul li a p{
    margin-top: -15px;
}
.float-box ul li:hover a{
    color: #fff;
}
@media (max-width:992px){
    .float-box ul li a p{
        margin-top: -8px;
    }
}
/* 手机底部 */
.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: 0.875rem;
}
/* 页码 */
.page-box{
    text-align: center;
    font-size: 1.0rem;
}
.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: 0px 3px;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#db4c23 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}
@media(max-width:991px){
    .page-box{
        font-size: 0.85rem;
    }
}