@charset "utf-8";  
/*head*/
.header{width:100% ;min-width: 1300px;background:#333;height:40px;max-width:1920px;margin: auto;}
.head,.logos,.container{width: 1300px;margin: 0 auto;}
.time span{color:#999;font-size: 14px;line-height: 40px;padding-right: 10px;}
.search-box{ position: relative; width: 275px; margin-top: 5px; background: url(../img/search.png) no-repeat center;height:30px;left:25%;}
.form-control{border:none; height: 30px;line-height: 30px;background: #4b4b4b;color:#999;margin-left:20px; }
.btn-search{ position: absolute; right: 10px; top: 0; height: 30px; width: 30px;border: none; background: none;}
.logo-box{width:100%;background: url(../img/bg.jpg) no-repeat center;height: 120px;}
.logo{line-height: 125px;}
.logo img{display: inline-block;max-width: 100%;    margin-top: -12px;}
.header-a a{ color: #999; font-size:14px;line-height: 40px;}
.header-a span{ color: #717171;}

/* nav */
.nav-list li{ float: left; }
.nav-list li a{display: block;font-size: 16px;color: #555;padding: 0 55px;line-height: 62px;}
.nav-list .navLi:hover>a{/* background: url(../img/hover.png) no-repeat center; */color:#9b0d14;}
.nav-list>li.active>a{/* background: url(../img/hover.png) no-repeat center; */color:#9b0d14;}
.nav-down{ position: absolute; left: 0; top: 100%; width: 100%; background: #9b0d14; display: none; }
.nav-down li{ float: none; width: 100%; border-bottom: 1px solid #dbdbdb;}
.nav-down li a{ line-height: 40px; padding:0 5px;  text-align: center; font-size: 16px; color: #fff; }
.nav-down li a:hover{color: #9b0d14;background: #fff; }
.nav-list li:hover .nav-down{ display: block; }
.nav-list li{ position: relative; }
.nav-box{ position: relative; z-index: 1000;}
.nav-click{ display: none; }

/*banner*/
.slider-img{width:100%;position: relative;}
.slider-img  img{width: 100%;display: block;max-width:1920px;margin: auto;}
.prev,.next{width: 80px;height: 40px;position: absolute;bottom: 0%;z-index: 99;}
.prev{left: 15.5%;background:url(../img/prev.png) no-repeat left center;}
.next{right: 15.5%;background:url(../img/next.png) no-repeat right center;}
/* foot */
.footer{width:100%;height: 150px;background: url(../img/fotbg.png) no-repeat center;}
.foot{width:1300px;margin:0 auto;padding-top: 45px; }
.fotL img{float: left;padding-top:8px;}
.fotL ul{width:650px;}
.fotL ul li{float: left;padding:0 30px;line-height: 28px;}
.fotL ul li a{font-size: 14px ;color:#fff;}
.fotR p{font-size:14px;color:#fff;text-align: left;line-height: 30px;}
