@charset "utf-8";  
/*head*/
.header{width:100%;height: 100px;background: url(../img/bg1.png) no-repeat center;}
.logo{line-height: 100px;}
.logo img{display: inline-block;max-width: 100%;}
.logo-r{padding-top:10px;width:320px;}
.logo-t{text-align: right;}
.logo-t a{color:#ffe3e4;line-height: 30px;font-size: 14px;}
.logo-t span{padding:0 10px;display: inline-block;color:rgba(255,255,255,0.3)}
.search-box{width:300px;height:30px;line-height: 28px;background: url(../img/ss.png) no-repeat center;position: relative;margin-top: 10px;float: right;}
.txt{padding-left: 20px;font-size: 14px;color:#ffe3e4;width:230px;background: none;border:none;line-height: 30px;height:30px;}
.btn{width:50px;height: 30px;position: absolute;top: 0;right: 0;border: none;cursor: pointer;background: none;}
/* nav */
.nav-box {position: relative;z-index: 1000;background: #fff;height: 50px;}
.nav-list li{ float: left; position: relative;text-align: center;padding:0 45px;}
.nav-list li a{ display: block; font-size: 16px; color: #555; line-height: 50px; }
.nav-list .navLi:hover,.nav-list>li.active{background: #870c12;}
.nav-list .navLi:hover>a,.nav-list>li.active>a{color: #fff;}
.nav-down{ position: absolute; left: 0; top: 100%; width:100%; background: #fff; display: none;z-index: 999; }
.nav-down li{ float: none; width: 100%;padding:0 10px;}
.nav-down li:hover{background: #9b0d14d1}
.nav-down li:hover a{color:#fff;}
.nav-down li a{line-height: 40px;font-size: 16px; color: #555;}
.nav-list li:hover .nav-down{ display: block; }
/* footer */
.footer{width:100%;height:105px;background: #9b0d14;padding-top:20px;border-bottom: 1px solid #fff;}
.footer  p{font-size: 16px;color:#ffdbdd;line-height: 30px;text-align: center;}