/* 头部 */ header{width: 100%;} .head_ul{height: 40px;padding: 10px 0;} .head_ul li{float: left;margin-left: 15px;color: #ccc;line-height: 20px;} .head_ul li a{color: #666;} .head_red a{color: #e51717 !important;} .head_red span{color: #e51717 !important;} /* a链接改span */ .header{height: 110px;} .header h1{float: left;width: 230px;height: 110px;margin-left: -20px;} .header h1 img{width: 100%;height: 100%;} .header_l{width: 570px;height: 110px;margin-left: 80px;} .header_l .form{width: 570px;margin-top: 30px; position: relative; } .header_l .form input{width: 365px;height: 40px;border: 3px solid #e51717;outline: none;box-sizing: border-box;float: left;text-indent: 30px;background: url(../images/seek.png) no-repeat 5px 8px;} .header_l .form a{display: block;width: 100px;height: 40px;background: #e51717;line-height: 40px;text-align: center;color: #fff;font-size: 16px;float: left;} .header_l .form p{float: left;width: 90px; height: 40px;line-height: 20px;color: #666;margin-left: 10px;} /* 搜索下拉提示 */ .header_l .form .form_down{ position: absolute; top: 40px; left: 0; width: 363px; background: #fff; z-index: 9; border: 1px solid #eee; border-radius: 0 0 5px 5px; } .header_l .form .form_down span{ display: block; color: #666; line-height: 30px; cursor: pointer; text-indent: 15px; } .header_l .form .form_down span:hover{background: #eee;} /* 搜索下拉提示结束 */ .header_l p span{color: #e51717;} .header_l ul{height: 30px;} .header_l ul li{float: left;height: 30px;line-height: 30px;margin-right: 7px;color: #666;} .header_l ul li a{color: #666;} .header_l ul .red{color: #e51717;} .header_l ul li .orange{color: #f5681b;} .header_l ul li em{display: block;width: 10px;height: 30px;background: url(../images/down2.png) no-repeat;float: right;margin-left: 2px;} .header_r{width: 200px;height: 80px;margin-top: 22px;} .header_r a{ display: block; width: 50px; height: 60px; float: left; margin-right: 15px; color: #e51717; } .header_r a img{width: 50px;height: 30px;} .header_r a span{display: block;line-height: 30px;text-align: center;} /* 导航栏 */ nav{width: 100%;height: 40px;background: #db0f21;} nav ul li{width: 120px;height: 40px;line-height: 40px;float: left;text-align: center;cursor: pointer;} nav ul li a{display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;} nav ul li span{display: block;width: 100%;height: 100%;color: #fff;font-size: 16px;} nav ul .active{background: #99131a;} nav ul li:hover{background: #99131a;} nav ul li a:hover{color: #fff;}