@charset "utf-8";
/* css初始化 */
*{
    margin:0;
    padding:0;
}
body{
    font:16px "microsoft yahei",Arial,Helvetica,sans-serif;
    color:#474a4f;
    background:#f7f8fa;
}
@media (min-width: 1200px){
    .container {
        width: 1200px !important;
    }
}

@media (max-width: 767px){
    body{
        font-size:14px;
    }
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
}
a{
    text-decoration:none;
    color:#584a4a;
}
a:hover{
    text-decoration:none;
    color:#d12132;
}
a:focus{
    text-decoration:none !important;
}
.clear{clear:both}

/* 头部 */
header{
    background:rgba(0,0,0,0.5);
    width:100%;
    position: fixed;
    top:0;
    left:0;
    z-index:999;
}
header .header-top{
    padding:10px 0;
    color:#fff;
}
header .nav {
    padding:5px 0 10px 0;
}
header .nav .nav-list>ul>li{
    display: inline-block;
    padding:15px 0 5px 15px;
}
header .nav .nav-list>ul>li a{
    color:#fff;
    font-size: 17px;
    font-weight: bold;
}
header .nav .nav-list ul li.active>a{
    color:#ec3838;
}
header .nav .nav-list>ul>li>a:hover{
    color:#ec3838;
}
header .nav .nav-list ul .drow-nav{
    position: relative;
}
header .nav .nav-list ul li:hover .drow-menu{
    opacity: 1;
    visibility: visible;
}
header .nav .nav-list ul li:hover .drow-menu li{
    padding:15px 0;
}
header .nav .nav-list ul li:hover .drow-menu li a:hover{
    color:#ec3838;
}
header .nav .nav-list ul .drow-nav .drow-menu{
    position: absolute;
    top:66px;
    left:-10px;
    background:rgba(0,0,0,0.8);
    min-width:160px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
header .nav .nav-list ul li .drow-menu li{
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
}
header .nav .nav-list ul .drow-nav .drow-menu li a{
    font-size: 15px;
    font-weight: 300;
    padding:0 !important;
}
/* 手机头部 */
header .m-nav{
    padding:10px 0;
    position: relative;
    display: none;
}
header .m-nav .m-logo{
    padding-left:15px;
}
header .m-nav .m-logo img{
    width:70%;
}
header .m-nav .m-btn{
    margin-top:5px;
    padding-right:15px;
}
header .m-nav .m-btn i{
    font-size: 22px;
    color:#fff;
}
header .m-nav .m-nav-list{
    position: absolute;
    background:rgba(0,0,0,0.7);
    width:100%;
    top:59px;
    left:0;
    display: none;
}
header .m-nav .m-nav-list ul li{
    line-height: 30px;
    text-align: center;
    /* border-bottom:1px solid #999; */
}
header .m-nav .m-nav-list ul li:last-child{
    border-bottom:none;
}
header .m-nav .m-nav-list ul li a{
    color:#fff;
}
header .m-nav .m-nav-list ul li.m-drow-nav ul.m-drow-menu{
    display: none;
    margin-top:5px;
}
header .m-nav .m-nav-list ul li.m-drow-nav ul.m-drow-menu li{
    background:#d12132;
    border:none;
}

@media (max-width: 992px){
    header .nav{
        display: none;
    }
    header .m-nav{
        display: block;
    }
}

/* banner */
.carousel-indicators li{
    width:20px;
    height:20px;
    background:rgba(255,255,255,0.7);
    border:none;
}
.carousel-indicators .active{
    width:20px;
    height:20px;
    background:#ec3838;
}


@media (max-width: 992px){
    header{
        background: rgba(0,0,0,0.8);
    }
    .banner{
        margin-top:59px;
    }
}


/* 底部 */
footer{
    background:url(../img/footer-bg.jpg) no-repeat top center;
}
footer .footer{
    padding:80px 0;
    color:#fff;
}
footer .footer a{
    color:#fff;
}
footer .footer .foot-nav .foot-big{
    padding-right:0;
}
footer .footer .foot-nav h1{
    font-size: 18px;
    font-weight: bold;
    margin:0 0 15px 0
}
footer .footer .foot-nav ul li{
    padding:5px 0;
}
footer .footer .foot-nav ul li a{
    font-size: 14px;
}
footer .footer .foot-nav ul li a:hover{
    color:#ec3838;
}
footer .footer .foot-nav ul h2{
    font-size: 16px;
    font-weight: bold;
    margin:10px 0 10px 0;
}
footer .footer .foot-nav ul h2:hover{
    color:#ec3838;
}
footer .footer .foot-wx{
    width:85%;
    float: right;
    padding:5px;
    background:#fff;
    text-align: center;
}
footer .footer .foot-wx img{
    width:100%;
}
footer .footer .foot-wx p{
    color:#474a4f;
    font-size: 14px;
    margin:5px 0;
}
footer .footer-bottom{
    background:#3d3f42;
    padding:20px 0;
    color:#fff;
    font-size: 14px;
}
footer .footer-bottom a{
    color:#fff;
}

@media (max-width: 992px){
    footer .footer{
        padding:30px 0;
    }
}

/* 侧边悬浮框 */
.float-box{
    position: fixed;
    top:30%;
    right:10px;
    width:80px;
    text-align: center;
    z-index:999;
}
.float-box ul li{
    background:#d12132;
    padding:10px 0;
    border-radius: 5px;
    margin-bottom:2px;
    position: relative;
}
.float-box ul li.active{
    background:#474a4f;
}
.float-box ul li p{
    margin:5px 0 0 0;
    color:#fff;
    font-size: 14px;
}
.tc-box{
    min-width:120px;
    min-height:73px;
    position: absolute;
    top:0;
    right:82px;
    background:#d12132;
    color:#fff;
    display: none;
}
.tc-box p{
    padding:20px 10px;
    font-size: 16px !important;
}
.tc-tel{
    width:150px ;
    border-radius: 5px;
}
.float-box ul li:hover .tc-box{
    display: block;
}

@media (max-width: 992px){
    .float-box{
        display: none;
    }
}

/* 手机底部 */
.m-footer{
    position: fixed;
    bottom:0;
    width:100%;
    height:50px;
    background:#d12132;
    display: none;
    z-index:999;
}
.m-footer ul{
    overflow: hidden;
}
.m-footer ul li{
    float: left;
    width:25%;
    line-height: 50px;
    text-align: center;
    border-right:1px solid #fff;
}
.m-footer ul li:last-child{
    border:none;
}
.m-footer ul li a{
    color:#fff;
}
@media (max-width: 992px){
    footer{
        margin-bottom:50px;
    }
    .m-footer{
        display: block;
    }
}