@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-wrap: break-word
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	outline: none;
}

li {
	list-style: none;
}

input,
textarea,
select,
button {
	outline: none;
	vertical-align: top;
	border: 0;
	background: none;
}


/**清除浮动**/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.container{
	padding-top:2rem;
}

/*页面头部*/

.header {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}

.logo-box {
	height: 1rem;
	box-sizing: border-box;
	padding: 0 15%;
}

.logo-box .logo {
	float: left;
	width: 1.5rem;
}

.logo-box .tel {
	font-size: 0.3rem;
	display: inline-block;
	line-height: 1rem;
	float: right;
	padding-left: 0.3rem;
	background: url(../img/tel.png) no-repeat left center;
	background-size: 0.26rem auto;
}

.head {
	width: 70%;
	margin: 0 auto;
	margin-top: 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.head .ul {
	width: -webkit-calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: calc(100% - 250px);
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.head .ul li {
	height: 0.6rem;
	line-height: 0.6rem;
	position: relative;
}
.head .ul li.tx{
	border-bottom: 2px solid #305dc3;
}
.head .ul li.tx>a {
	color: #305dc3;
}

.head .ul li a {
	color: #000;
	font-size: 0.16rem;
}
.head .ul li:hover{
	border-bottom: 2px solid #305dc3;
}
.head .ul li:hover>a {
	color: #305dc3;
}

.head .ul li:hover .arrow {
	display: block;
}

.head .ul li:hover .nav {
	display: block;
}

.arrow {
	display: none;
	position: absolute;
	top: 0.34rem;
	left: 30%;
	z-index: 100;
}

.nav {
	display: none;
	width: 100%;
	border-top: 1px solid #cbcbcb;
	position: fixed;
	left: 0;
	top: 1.56rem;
	z-index: 99;
	background-color: #FFFFFF;
}

.nav dl {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	overflow: hidden;
}

.nav dl dd {
	margin-right: 0.5rem;
	float: left;
}

.nav dl dd span {
	color: #9F7A46;
}

.nav dl dd>a {
	margin-left: 0.1rem;
	color: #000000;
}

.nav dl dd:hover a {
	color: #9F7A46;
}

.head .search {
	width:1.8rem;
	border: 1px solid #d1d1d1;
	border-radius: 0.08rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.head .search .input {
	padding-left: 0.1rem;
	width: 1.3rem;
	outline: none;
	border: none;
}

.head .search .search-box {
	width: 0.45rem;
	background: #305dc3 url(../img/search.png) no-repeat center center;
	background-size:0.3rem auto;
	cursor: pointer;
	position: relative;
	border-radius: 0 0.05rem 0.08rem 0;
}

.head .search .search-box .btn {
	border: none;
	background:#305dc3;
	padding: 0.08rem 0;
	opacity: 0;
}

.head .kj {
	width: 65%;
	margin: 0 auto;
}
.head .search{
	border: 1px solid #ccc;
}
/*页面底部*/
.footer{
	background: #305dc3;
	padding: 0.3rem 0;
	text-align: center;
}
.footer p{
	color: #fff;
	font-size: 0.14rem;
	margin-bottom: 0.1rem;
}
