@charset "utf-8";  
/*head*/
.header{width:100% ;min-width: 1200px;background:#9b0d14;height: 85px;max-width:1920px;margin: auto;}
.head,.container{width: 1200px;margin: 0 auto;}
.logo{padding-top:15px;}
.logo img{display: inline-block;max-width: 100%;}
.header-a{text-align: right;margin-top: 30px;margin-right: 50px;}
.header-a a{ font-size: 14px;color:#fff;padding-right:30px;}
.search-box{ position: relative; width: 310px; margin-top: 25px; background: none;height:35px;border:1px solid #e68a8e;}
.form-control{width:250px;border-right:1px solid #cbcbcb; height: 35px;line-height: 35px;padding-left:10px;color:#d9a5a7;font-size: 14px;border-top: 0;border-bottom: 0;border-left: 0;background: none;}
.btn-search{ position: absolute; right: 0; top: 0; height: 35px; width: 50px;border:0;background: url(../img/search.png) no-repeat center#e68a8e;}
/* nav */
.nav-box {position: relative;z-index: 1000;}
.Nav{position: absolute;height: 50px;background: url(../img/bg1.png) no-repeat center;width: 100%;}
.nav-list li{ float: left; position: relative;}
.nav-list li a{ display: block; font-size: 16px; color: #fff; padding:0 41px; line-height: 50px; }
.nav-list .navLi:hover>a{color:#fff;background: #971c27; }
.nav-list li.active a{color:#fff;background: #971c27; }
.nav-down{ position: absolute; left: 0;top: 100%; width: 100%; background: #fff; display: none;z-index: 999; }
.nav-down li{ float: none; width: 100%;}
.nav-down li a{ line-height: 40px; padding:0 5px;  text-align: center; font-size: 16px; color: #555; }
.nav-down li a:hover{color: #fff;background: #971c27; }
.nav-list li:hover .nav-down{ display: block; }
.nav-list li{ position: relative; }
.nav-click{ display: none; }



/*banner*/
.slider-img{width:100%;position: relative;z-index: 10;}
.slider-img  img{width: 100%;display: block;max-width:1920px;margin: auto;}
.slider2{position: absolute;bottom:10%;right:50%;}
.slider-img-circle{margin-top:60px;}
.slider-img-circle li {width: 13px;height:13px;background:url(../img/cir1.png) no-repeat center;color: transparent;cursor: pointer;float: left;padding: 0 5px;}
.slider-img-circle li.on {background: url(../img/cir2.png) no-repeat center;width:13px;}
.prev,.next{width: 26px;height: 40px;position: absolute;bottom: 50%;z-index: 99;}
.prev{left: 19%;background:url(../img/prev.png) no-repeat left center;}
.next{right: 19%;background:url(../img/next.png) no-repeat right center;}
/* foot */
.footer{width:100%;height: 135px;background: #333;border-bottom:1px solid #fff}
.foot{width:1200px;margin:0 auto;padding-top:30px;}
.foot .bot{padding-top:25px ;}
.footer p{font-size:14px;color:#ccc;text-align: center;line-height: 26px;}