@charset "utf-8";
@media (min-width: 1360px){
    .container-fluid{
        width:1330px;
       
    }
}
@media (max-width: 1329px){
    .container-fluid{
        width:100%;
    }
}
*{
    margin:0;
    padding:0;
    
}

body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
}
a{
    text-decoration:none;
    color:#363f3f;
}
a:hover{
    text-decoration:none;
    color:#cd2009;
}
a:focus{
    text-decoration:none !important;
}

.swiper-container2{
    overflow: hidden;
}
.header_top{
    line-height: 35px;
    background-color: #2b2b2b;
}
@media(max-width:767px){
    .header_top{
        display: none;
    }
}
.header_top .right{
    float: right;
}
.header_top .right {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
}
.header_top .right i{
   color: #fff;
   display: inline-block;
   margin-left: 20px;
   font-size: 14px !important;
}
.header_top .right span{
    color: #ff4a32;
    font-weight: bold;
}
/* 底部 */
footer{
    padding:80px 0 ;
    background:#272d33;   
    color:#fff;
}
footer a , footer a:visited{
    color:#fff;
}
footer a:hover  {
    color: #cd2009;
}
footer .foot-logo{
    margin-bottom: 20px;
    margin-right: 55px;
}

footer .foot-contact .companyname,
footer .foot-nav p,
footer .messsage p{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
footer .foot-contact,
footer .foot-nav ul li{
    display: inline-block;
    color:#a6a6a6;   
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 2;
}
@media(max-width:767px){
    footer .foot-contact,
footer .foot-nav ul li{
    margin-left: 4px;
    margin-right: 4px;
}
}
footer .foot-nav ul li a, footer .foot-nav ul li a:visited{
    color:#a6a6a6;
    display: block;
    
}
footer .foot-nav ul li a:hover {
    color: #cd2009;
}



footer .foot-er .er-box{
    padding:8px;
    float: right;
    background:#fff;
}

footer .foot-er .left img{
    height: 20px;
    width: 20px;
}
footer .foot-er .er-box p{
    color:#424242;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin:0;
    
}
footer .foot-er .left{
    margin-left: 0px;
   
} 
@media(max-width:767px){
    footer .foot-er .er-box{
        float: none;
    }footer .foot-er .left{
        float: none;
    }
    footer .foot-er .er-box{
        width: 118px;
        margin: 0 auto;
    }
}

footer .foot-er .left span{
    font-weight: bold;
    color: #d4d4d4;
    font-size: 20px;
}

footer .foot-er .left p{
    font-size: 16px;
}
footer .fmenu ul{
    margin-top: 100px;   
    padding: 10px 0px;
}
footer .fmenu ul li{
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;  
}
footer .foot-text{
    font-size: 14px;
  
    
}

@media(max-width:991px){
    footer .foot-text{      
        margin-top: 20px;
        margin-bottom: 20px;
        padding:0;
    }
}
@media (max-width:991px){
    footer{
        padding:40px 0 20px 0;
    }
    footer .foot-part1 .foot-search{
        width:100%;
    }
    footer .foot-part1 .foot-search .foot-search-box{
        width:100%;
    }
    footer .foot-part1 .foot-search .foot-search-box input{
        width:75%;
    }
    footer .foot-part1 .foot-search .foot-search-box button{
        width:22%;
    }
}
.erweima_img{
    width: 100px;
}

.footer_title{
    font-size: 16px;
    color: #fff;
   font-weight: normal;
}
.footer_title:hover{
    color:#ec2828 ;
}
.footer_p:hover{
    color: #fff;
}

footer ul li{
    font-size: 14px;
    line-height: 28px;
    font-weight: lighter;
    
}
footer .hr{
    border-top: 1px solid #20272e;
    border-bottom: 1px solid #30363d;
    margin-top: 42px;
    margin-bottom: 42px;
}
@media(max-width:991px){
    footer .hr{
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
.foot-er  .li{
    overflow: hidden;
}
.foot-er  .li .left{
    float: left;
}
.foot-er  .li .right{
    float: left;
}
/* 侧边悬浮框 */
.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{
    border: 2px solid #cd2009;
    width:50px;
    height:50px;
    text-align: center;    
    margin:5px 0;
    border-radius: 100%;
    position: relative;
    text-align: center;    
}
.float-box ul li a{
    color:#cd2009;
    display: block;
    line-height: 50px;
}
.float-box ul li a span{
    font-size: 30px;
    font-weight: bold;
}
.float-box ul li:hover{
    background: #cd2009;
}
.float-box ul li:hover a{
    color: #fff;
}
@media (max-width: 991px){
   .float-box{
       display:none;
   }
   footer .footer_list ul{
       display: none;
   }
   
   .footer_title:after{
       display: none;
   }
}
@media (max-width: 767px){    
    footer .col-xs-6{
        margin-top: 6px;
    }
}
.footer_list .right li:nth-child(1){
    display: none;
}
.footer_list .right li:nth-child(2){
    display: none;
}
.footer_list .right li:nth-child(3){
    display: none;
}
.footer_list .right li:nth-child(4){
    display: none;
}
.footer_list .right li:nth-child(5){
    display: none;
}
/* 手机底部 */
.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:#2b2b2b;
    border-left:1px solid rgba(255,255,255,0.7);
    border-top: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 0 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{
    background:#eee;
}
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#cd2009 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}

.carousel-control img{
    display: inline-block;
    margin-top: 150%;
}
.carousel-indicators{
    z-index: 3 !important;
    
}
.carousel-indicators .active{
    background: #fff;
}
@media(min-width:768px){
    .carousel-indicators{
        bottom: 80px;

    }
}
