
html, body {
	font-family: "微软雅黑";
	overflow-x: hidden;
	background: #fff;
}
html *, html *:before, html *:after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a {
	color: #666;
}
ul {
	list-style: none;
}
.noborder_top {
	border-top: none !important;
}
.noborder_right {
	border-right: none !important;
}
.listsub li:last-child {
	border-right: none !important;
}
.clear {
	clear: both !important;
}

/* 导航开始 */
.menu {
	height: 50px;
	text-align: center;
	margin: 0;
/*  padding: 0 10%;*/
	vertical-align: middle;
	background: #900;
	width: 100%;
/*	border-top: 1px solid #e5e5e5;*/
}
.menu li {
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}
.menu li a {
	font-size: 16px;
	color: #FFF;
	padding: 0;
	margin: 0;
	line-height: 49px;
}
.menu li:hover a {
	color: #004796;
}
.menu li:hover .menu_child {
	display: block;
	z-index: 9999 !important;
	opacity: 0.95;
}
input::-webkit-input-placeholder {
    color: #900;
}

@media screen and (max-width:1280px) {
.menu {
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0 10px;
	vertical-align: middle;
	background: #900;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
}
.menu_child {
	width: 100%;
	height: auto;
	background: #f8f8f8;
	z-index: 999;
	display: none;
	position: absolute;
	top: 138px;
	left: 0;
	overflow: hidden;
	opacity: 0;
	text-align: left;
	border-bottom: 0px solid #eee !important;
	padding: 20px 10%;
}
.menu_child .child_img {
	width: 20%;
}
.menu_child .child_img img {
	width: 100%;
	height: auto;
	margin: 20px 20px 20px 0;
	border: 10px solid #fff;
	box-shadow: 1px 1px 1px #ccc;
}
.menu_child .child_img:hover img {
	width: 100%;
	height: auto;
	margin: 20px 20px 20px 0;
	border: 10px solid #fff;
	box-shadow: 6px 6px 15px #ccc;
}
.menu_child .child_list {
	padding: 10px 20px;
	width: 75%;
}
.menu_child li {
	margin: 0 0 20px 0 !important;
	padding: 0 20px 0 0 !important;
	overflow: hidden;
}
.menu_child b {
	font-size: 18px;
	color: #ef423f;
	display: block;
	padding: 0 8px !important;
	margin: 10px 0 20px 0 !important;
	font-weight: normal;
	text-align: left;
}
.menu_child a {
	background: none !important;
	font-size: 16px !important;
	line-height: 22px !important;
	height: 22px !important;
	font-style: normal;
	padding: 0 15px !important;
	text-align: left;
	color: #555 !important;
	margin: 5px 0 !important;
	float: left;
	border-right: 1px solid #ddd;
}
.menu_child a:hover {
	color: #fd4c02 !important;
}

