@charset "utf-8";
@media (min-width: 1200px){
    .container {
        width: 1200px !important;
    }
}
*{
    margin:0;
    padding:0;
}
body{
    font:14px "microsoft yahei",Arial,Helvetica,sans-serif;
    color:#3b3b3b;
}
@media (max-width: 992px){
    body{
        font-size:14px;
    }
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0 0 0px;
}
a{
    text-decoration:none;
    color:#3b3b3b;
}
a:hover{
    text-decoration:none;
    color:#d50002;
}
a:focus{
    text-decoration:none !important;
}

/* 头部 */
header.on .nav{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    z-index:999;
    box-shadow:0 0 10px #eee;
}
.head-top{
    padding:8px 0;  
    font-size: 14px;
    background: #f5f5f5;
}
.head-top .top-right span{
   font-size: 16px;
   color: #0577be;
   font-weight: bold;
}
.head-top .top-right i{
    color:#5a5a5a;
    font-size: 20px;
    position: relative;
    top:2px;
    left:-2px;
}

/* 导航 */
.header{
    position: relative;
}
.nav .nav-tel{
    margin-left:20px;
    line-height: 88px;
    margin-top: 5px;
}
.nav .nav-tel i{
    color:#5a5a5a;
    font-size: 20px;
    position: relative;
}
.nav .nav-tel span{
    color:#d50002;  
    font-size: 20px;
    position: relative;
}
.nav .nav-box ul{
    margin:0;
}
.nav .nav-box ul li{
    display: inline-block;
    padding-left:20px;
}
.nav .nav-box ul li a{
    display: block;   
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    font-size: 16px;
    line-height: 96px;
    position: relative;
}
.nav .nav-box ul li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #d50002;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s;
}
.nav .nav-box ul li a:hover:after,.nav .nav-box ul li.active a:after{
    width: 100%;
}
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:35px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#424242;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#424242;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}

@media (max-width:992px){
    header .head-top{
        display: none;
    }
    .m-btn{
        display: block;
    }
    header .logo img{
        height:35px;
    }
    header .nav{
        height:60px;
        line-height: 60px;
    }
    header .header .nav-box{
        position: absolute;
        left:-100vw;
        top:60px;
        width:70%;
        height:calc(100vh - 110px);
        background:#fff;
        box-shadow: 0 0 10px #eee;
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
        overflow: auto;
    }
    header .header .nav-box li{
        width:100%;
        display: block !important;
        line-height: 40px !important;
        padding:0 30px;
    }
    header .header .nav-box li a{
        font-size: 14px;
    }
    header .header .nav-box ul li.active a{
        border:none;
    }
    header .header .nav-box.show{
        left:-15px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
}

/* 底部 */
footer{
    background:url(../img/foot.jpg) no-repeat center #262626;
    background-size: 100% 100%;
    border-bottom:10px solid #d50002;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
footer .fot-nav{
    border-bottom:1px solid #3e3e3e;
    padding-top: 100px;
    padding-bottom: 20px;
}
footer .fot-nav ul li{
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
footer .fot-nav ul li a{
    color: #b2b2b2; 
    font-size: 16px;   
}
footer .fot-nav ul li:after{
    content: "";
    width: 1px;
    height: 10px;
    background-color: #3e3e3e;
    position: absolute;
    right: 8px;
    top: 8px;
}
.foot-icon i {   
    margin-left: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    transition: all 1s;
}
.foot-icon .copy_btn{
    position: relative;
}
.foot-icon .copy_btn .weChat{
    display: none;  
    position: absolute;
    width: 120px;
    padding: 2px;
    line-height: 2;
    text-align: center;
    color: #fff;
    top: 40px;
    right: 0px;
    background: #0577be;
    z-index: 999;
}
.foot-icon .copy_btn .weChat img{
    max-width: 100%;
}
.foot-icon .copy_btn:hover .weChat.dsnone{   
    display: none;
}
.foot-icon .copy_btn:hover .weChat{
    display: block;
}
footer .footer{   
    color:#b2b2b2;
}
.foot-left{
    padding: 70px 0px;    
    font-size: 14px;
}
.code-img{
    width: 32%;
    margin-right: 15px;
}
.foot-left span{
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #d50002;
}
footer .footer .foot-contact{    
    padding-top: 70px;
    font-size: 14px;    
    line-height: 1.6;
}
footer .footer .message {
   padding-top: 80px;
}
footer .footer .message .form-control{   
    height:50px;
    border:none;
    background:#404040;   
    padding: 0 10px; 
}
footer .footer .message .btn-primary{   
    height:50px;
    border:none;
    background:#d50002;
    font-size: 16px;   
    padding: 0 20px; 
}
footer .footer .message form input:focus{
    outline: none;
}
footer .footer .message .help-block{
    font-size: 14px;
    color: #b3b3b3;
}

/*版权所有*/
footer .foot-bottom{
    padding:35px 0 35px 0;
    color:#bdbdbd;
    font-size: 14px;
}
footer .foot-bottom a{
    color:#bdbdbd;
}
/* 侧边悬浮框 */
.float-box{
    position: fixed;
    top:30%;
    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{
    background:#f4f4f4;
    width:50px;
    height:50px;
    text-align: center;
    padding:10px 0;
    margin:5px 0;
    border-radius: 1px;
    position: relative;
    text-align: center;
    line-height: 30px;
}
.float-box ul li a{
    color:#696969;
}
.float-box ul li a span{
    font-size: 26px;
}
.float-box ul li:hover{
    background: #d50002;
}
.float-box ul li:hover a{
    color: #fff;
}
.float-box ul li .tanchu-box{
    position: absolute;
    top:0;
    display: none;
}
.float-box ul li .tanchu-tel{
    height:100%;
    width:150px;
    background:#d50002;
    border-radius: 1px;
    color:#fff;
    line-height: 22px;
    padding:12px 0 0 0;
    left:-155px;
}
.float-box ul li .tanchu-er{
    left:-135px;
}
.float-box ul li .tanchu-er img{
    width:130px;
}
.float-box ul li:hover .tanchu-box{
    display: block;
}
@media (max-width: 992px){
   .float-box{
       display:none;
   }
}
/* 手机底部 */
.m-foot{
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#0577be;
    display: none;
}
.m-foot ul{
    margin:0;
}
.m-foot ul li{
    float: left;
    width:25%;
    height:50px;
    text-align: center;
    line-height: 50px;
    border-left:1px solid #eee;
}
.m-foot ul li:first-child{
    border-left:none;
}
.m-foot ul li a{
    color:#fff;
}

@media (max-width:992px){
    footer{
        margin-bottom:35px;
    }
    .m-foot{
        display: block;
    }
}
/* 页码 */
.page-box{
    margin:50px 0;
    text-align: center;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:8px 15px;
    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:#d50002 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}