﻿@charset "utf-8";
/* CSS Document */
/*common*/
#navWrap button{
	outline: none;
	border: none;
	background-color: transparent;
	float: right;
	margin-top: 7px;
}
ul#navBox, ul#navBox2{
	width: 100%;
	height: auto;
	list-style-type: none;	
	background-color: rgba(159, 50, 36, 0.9);
}
ul#navBox a, ul#navBox2 a {
	color: white;
	display: block;
	text-decoration: none;
}
ul#navBox a:hover,ul#navBox2 a:hover{
	color:#fc4c07;
}
ul#navBox li, ul#navBox2 li{
	float: left;
	line-height: 47px;
	display: block;
	font-size: 21px;
}

/*nav1*/
div#navWrap {
	height: 47px;
	background-color: rgba(159, 50, 36, 0.9);
	position: relative;
}
/*
ul#navBox {
	height: 47px;
}
*/
ul#navBox li {
	width: auto;
	height: 47px;
	text-align: center;
	position: relative;
}
ul#navBox li:not(:first-child) {
	margin-left: 40px;
}
ul#navBox li dl {
	position: absolute;
	width: 103px;
	z-index: 99;
	background-color: rgba(255,255,255,0.8);
	top: 50px;
	left: -10px;
}
ul#navBox li dl a{
	display: block;
	font-size: 18px;
	color: #010101;
	height: 25px;
	line-height: 25px;
	margin: 7px 0;
	box-sizing: border-box;
}
ul#navBox li dl a:hover{
	color: #9b1313;
	border-left: 2px solid #ce071a;
}

/*nav 2*/
ul#navBox2{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 47px;
	z-index: 99;
}
ul#navBox2 li{
	width: 100%;
	text-align: left;
	padding-left: 20px;
	border-bottom:1px solid rgba(188,110,101,0.6);;
}
ul#navBox2 dd{
	font-size: 18px;
	line-height: 30px;
}
/*searchBox*/
form {
	width: 148px;
	height: 24px;
	background-color: rgba(188,110,101,0.6);
	border-radius: 10px;
	color: white;
	padding-left: 16px;
	margin-top: 5px;
}
input[type="text"] {
	width: 108px;
	line-height: 24px;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
	display: block;
	float: left;
}
input[type="submit"] {
	background: url("../img/header/search-icon.png") no-repeat center;
	width: 15px;
	height: 24px;
	outline: none;
	border: none;
	cursor: pointer;
}
/* 搜索框 */
/* 谷歌 */
input::-webkit-input-placeholder {
	font-size: 12px;
	color: #fcfbf8;
	opacity: 0.7;
}
/* 火狐 */
input::-moz-placeholder {
	font-size: 12px;
	color: #fcfbf8;
	opacity: 0.7;
}
/* ie */
input:-ms-input-placeholder {
	font-size: 12px;
	color: #fcfbf8;
	opacity: 0.7;
}

