@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(/Public/home/style/K88pR3goAWT7BTt32Z01m1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* reset */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,
th {
	text-align: left;
	font-weight: normal;
}
html,
body,
fieldset,
iframe,
abbr {
	border: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;
}
cite,
var,
address,
dfn {
	font-style: normal;
}
[hidefocus],
summary {
	outline: 0;
}
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}
sup,
sub {
	font-size: 83%;
}
pre,
code,
kbd,
samp {
	font-family: inherit;
}
q:before,
q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label,
summary {
	cursor: default;
}
a,
button {
	cursor: pointer;
}
strong,
b {
	font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
	font: 12px/1.14 arial, \5b8b\4f53;
	color: #333;
	outline: 0;
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	src: url(../font/OpenSans.ttf);
}
body {
	font-family: 'Open Sans';
	letter-spacing: 0.1px;
}
a,
a:hover {
	color: #333;
}
.clear {
	clear: both;
}
/*header*/

.hd {
	background: #c5e6f2;
	width: 100%;
	position: relative;
	height: 106px;
}
.hd_box {
	width: 1000px;
	margin: 0 auto;
}
.logo_box {
	width: 46%;
	float: left;
	height: 87px;
}
.logo_box .logo {
	display: inline-block;
	float: left;
	margin-top: 20px;
}
.logo_box .logo_box_text {
	float: left;
	margin-left: 14px;
	margin-top: 32px;
}
.logo_box .logo_box_text p {
	margin-top: 7px;
	color: #646464;
	font-size: 13px;
}
.nav {
	float: left;
	width: 360px;
	margin-top: 56px;
	font-size: 16px;
}
.nav ul li {
	float: left;
	padding: 0 16px;
}
.nav ul li a {
	color: #3c3c3c;
}
.nav ul li a:hover {
	color: #34960e
}
.search {
	float: left;
	margin-top: 54px;
}
.search_icon {
	background: url('../img/search.png');
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 10px;
}
.search-btn {
	display: none;
}
.text {
	display: none;
	background: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 18px;
	height: 18px;
	width: 0px;
	text-indent: 10px;
	margin-top: 2px;
}
.search_input {
	float: left;
}
.list {
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 63px;
}
.list .horn {
	top: 16px;
	left: 55%;
	background: url("../img/horn.png");
	width: 18px;
	height: 9px;
	position: absolute;
	z-index: 1000;
}
.list .list_ul {
	width: 100%;
	;
	background: url('../img/list_bg.png');
	position: absolute;
	top: 24px;
}
.list ul {
	position: relative;
	left: 30%;
}
.list ul .last {
	border-right: 1px solid #000;
}
.list ul li {
	border-left: 1px solid #000;
	float: left;
	line-height: 36px;
	padding: 0 20px;
	height: 64px;
}
.list ul li:hover {
	border-bottom: 2px solid #adfb9d;
	height: 62px;
}
.list ul li a {
	color: #fff;
	display: inline-block;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
}
.list ul li a:hover {
	color: #adfb9d;
}
/*foot*/

.foot {
	height: 134px;
	background: #c5e6f2;
}
.foot .foot_middle {
	width: 1000px;
	margin: 0 auto;
}
.foot .foot_middle .email_box {
	width: 30%;
	float: left;
	height: 134px;
}
.email_box .box {
	margin: 30px 20px;
	color: #fff;
}
.box p {
	margin-bottom: 20px;
	font-size: 1.2em;
	color: #1b1b1b;
}
.foot .foot_middle .message_box {
	width: 70%;
	float: left;
	background: #c5e6f2;
}
.email_input {
	border: 1px solid #8a8a8a;
	background: #fff;
	height: 32px;
	border-radius: 3px;
	text-align: center;
	width: 260px;
}
#form-email{
	position: relative;
}
.email_input input {
	border: 0;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 1px;
	width: 150px;
}
.email_input .btn {
	background-color: #96d63a;
	padding: 8px 18px;
	color: #fff;
	border: 1px solid #999;
	position: absolute;
	right: 0px;
	top: 0px;
}
.message_box_conten {
	font-size: 14px;
	margin: 0 auto;
	width: 90%;
	height: 134px;
	line-height: 20px;
}
.message_box_conten .page_box {
	height: 47px;
	float: left;
	width: 45%;
	margin-top: 50px;
	margin-left: 20px;
	border-right: 1px solid #a0a0a0
}
.message_box_conten a:hover{
	text-decoration: underline;
	color: #9F4BFF;
}
.message_box_conten .copyright_box {
	height: 47px;
	float: left;
	width: 45%;
	margin-top: 50px;
	margin-left: 5%;
}