@charset "utf-8";
html {
    font-size: 16px;
}
body{
    font-size: 1rem;
    line-height: 1.7;
    background: #fff;
    color: #181818;
    font-family: Verdana, Tahoma,"Microsoft YaHei","Source Han Sans CN",sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

@media (max-width: 1360px) {
    html {
      font-size: 15px;
    }
    body {
      line-height: 1.65;
    }
}
@media (max-width: 1280px) {
    html {
      font-size: 14px;
    }    
}
@media (max-width: 992px) {
    html {
      font-size: 13px;
    }    
}
@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1530px;
    }
}
@media(min-width:992px){
    .container-fluid{
        padding-left: 45px;
        padding-right: 45px;
    }
}
*{
    margin: 0px;
    padding: 0px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
}
h1,h2,h3,h4,h5,h6{
   font-family: 'Times New Roman', Tahoma, "Source Han Sans CN",sans-serif;
}
a{
    text-decoration:none;
    color: inherit;
    transition: all 0.6s;
}
a:hover{
    text-decoration:none;
    color:#da251c;
}
a:focus{
    text-decoration:none !important;
}
img{
    max-width: 100%;
}
.big{
    overflow: hidden;
}
.big img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.big:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.banner .swiper-pagination-bullet{
    width: 3.0rem;
    height: 8px;
    border-radius: 1.0rem;
    background-color: #fff;
    border: 1px solid #fff;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 25px;
}
.banner .swiper-pagination-bullet-active{
    background-color: #da251c;
    border: 1px solid #da251c;
}
@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 0rem 0;
    background: url(../img/footer.jpg) no-repeat top center #252728;
    color: #fff;   
}
.footer .f-logo{
    width: 70%;
    font-size: 1.25rem;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 2.0rem;
}
.footer .f-logo img{
    margin-bottom: 2.0rem;
}
.footer .f-contact{    
    font-size: 1.125rem;
    margin-bottom: 2.0rem;
}
.footer .f-contact li.mail{
    margin-bottom: 1.0rem;
}
.footer .f-contact li.mail a{
    color: #da251c;
    line-height: 1.27;
    font-weight: 600;
    font-size: 2.25rem;
    border-bottom: 1px solid #da251c;
}
.footer .social-list li{
    margin-right: 10px;
}
.footer .social-list li i{ 
    font-size: 1.125rem;
}
.footer .social-list li a{
    background-color: #fff;
    color: #181818;
    padding: 4px 4px;
    border-radius: 3px;
} 
/*分类列表*/
.foot-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-nav ul li a{
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;    
}
.foot-nav ul li a span {  
    display: inline-block;
    height: 16px;   
    margin-left: 1.0rem;
    margin-right: 1.0rem;
    border-left: 1px solid #fff;
}
.foot-er {
  display: flex;
  justify-content: flex-end;
}
.foot-er .er-box {  
  width: 120px;
  text-align: center;
  padding: 10px;
  background: #fff;
  margin-left: 2%;
  margin: 0.5rem 0.5rem 1rem 0;
}
.foot-er .er-box p {
  color: #2b2b2b;
  font-size: .875rem;
  padding: 5px 0 0;
}
/* 版权 */
footer .foot-text{
    margin-top: 3.5rem;
    padding: 2.0rem 0px;
    border-top: 1px solid #404041;    
}
@media(max-width:767px){
    .footer{
        padding: 30px 0 0px 0;
    }
    .footer .f-logo img{
    	height: 45px;
    }
    .footer .f-contact li.mail span{
        font-size: 1.5rem;
    }
    .foot-nav ul li:first-child{
        width: 65%;
        margin-bottom: 10px;
    }    
    .foot-nav p.name{
        font-size: 1.25rem;
    }
    footer .foot-text{
        margin-top: 1.0rem;
        padding: 1.0rem 0px 0;
    }
}
/* 侧边悬浮框 */
.float-box{    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    margin-bottom: 2.0rem;
}
.float-box ul li{
    text-align: right;
    position: relative;
}
.float-box ul li a{
    color:#fff;
    line-height: 1.0;
    display: block;      
    border-radius: 50%;   
}
.float-box ul li a span{
    font-size: 2.75rem;
    display: inline-block;
}

/* 手机底部 */
.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){
    .float-box ul li a{
        padding: 8px 15px;
    }
    .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: 2px;
    background:#fff;
    line-height: 1;
    color: #666;
}
.page-box .pagination .page-num-current{
    background:#da251c !important;
    color:#fff;
    line-height: 1;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}