﻿html, body, a, address, b, big, blockquote, body, center, cite, code, dd,
del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6,
html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span,
strong, u, ul, var {
	margin: 0;
	padding: 0;
}

input:focus, select:focus {
	outline: 0;
}

textarea {
	padding: 0 10px;
	outline: none;
	resize: none;
}

.hide {
	display: none
}

.fl {
	float: left
}

.fr {
	float: right
}

em, b, strong, i, label {
	font-style: normal;
	/*font-weight: 100;*/
}

ul, li, ol {
	list-style: none;
}

a, a:link {
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

html {
	height: 100%;
	overflow-x:hidden;
}

body {
	font-family: 'Microsoft YaHei';
	font-size: 18px;

}

/*瓒呭嚭鍑虹幇鐪佺暐鍙�*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*閫氱敤娓呴櫎娴姩*/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

/*閫氱敤娓呴櫎娴姩*/
img {
	border: none;
}

.marTop30 {
	margin-top: 30px;
}

.padTop30 {
	padding-top: 30px;
}

/*棣栭〉*/
body, html {
	height: 100%;
}

.container {
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	*zoom: 1;
}
.container:before, .container:after {
	content: "";
	display: table;
	clear: both;
}

.container:after {
	clear: both;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* 鍒楄〃椤靛叕鍏卞ご灏� */
.header {
	background: #fff;
}

.header_one {
	height: 36px;
	line-height: 36px;
	background: #ebecec;
	font-size: 14px;
	color: #4e4f4f;
}

.header_one_right {
	float: right;
}

.header_one_right a {
	color: #4e4f4f;
	font-size: 12px;
}

.header_one_right>i {
	margin: 0 15px;
	color: #ced1d6;
}

.header_one_right a .icon {
	display: inline-block;
	vertical-align: middle;
	background-image: url(img/sprite.png);
	background-repeat: no-repeat;
}

.wisdom {
	width: 22px;
	height: 13px;
	background-position: -50px -100px;
}

.official {
	width: 22px;
	height: 16px;
	background-position: -99px -100px;
}

.shop {
	width: 22px;
	height: 16px;
	background-position: -150px -100px;
}

.header_one_right a:hover {
	color: #ff6c00;
}

.header_one_right a:hover i {
	background-position-y: -150px;
}

.header_two {
	height: 94px;
}

.logo {
	float: left;
	line-height: 94px;
}

.logo img {
	vertical-align: middle;
	margin-top: 20px;
}

.header_two_right {
	float: right;
	padding-top: 28px;
}

.search_box {
	width: 470px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #0096db;
	position: relative;
	padding: 0 88px 0 80px;
	float: left;
}

.search_box select {
	position: absolute;
	left: 20px;
	top: 0;
	width: 60px;
	border: 0;
	line-height: 38px;
	height: 38px;
	text-align: center;
	color: #454545;
}

.search_input input {
	width: 100%;
	line-height: 38px;
	height: 38px;
	border: 0;
	padding-left: 15px;
}

.search_box button {
	width: 88px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #00afff;
	border: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.search_box button img {
	vertical-align: middle;
	margin-right: 7px;
}

.header_two_right>a {
	float: right;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00afff;
	line-height: 40px;
	margin-left: 15px;
}

.nav {
	height: 104px;
	background: url('img/nav_bg.jpg') no-repeat top center;
}

.nav_li {
	float: left;
	margin-right: 30px;
	padding-top: 12px;
	position: relative;
}

.nav_li::before {
	content: '';
	width: 1px;
	height: 57px;
	background-color: #ffffff;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 23.5px;
}

.nav_li:last-child {
	margin-right: 0;
}

.nav_li:last-child::before {
	display: none;
}

.nav_li a {
	margin-right: 40px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* .nav_li:last-child a {
	margin-right: 0;
}

.nav_li:first-child+div+div+div+div {
	margin-right: 0;
}

.nav_li:first-child+div+div+div+div a {
	margin-right: 0;
} */
.crumbs{
	color: #0a0a0a;
	padding: 0 30px;
	height: 47px;
	line-height: 47px;
	background: #fafafa;
}
.crumbs a {
    color: #0a0a0a;
}
.crumbs a:hover {
    text-decoration: underline;
}
/* .crumbs a:hover{ color:#ff0000;} */

/*footer*/

.thumb_up {
	position: fixed;
	z-index: 100;
	right: 0;
	top: 60%;
}
