@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
html, body {
	font-size: 16px;
	font-family: "Microsoft Yahei", Arial, sans-serif;
	color: #494949;
	background: #ffffff;
	width: 100%;
	min-width: 1140px;
 width:expression_r(document.body.clientWidth < 1140 ? "1140px": "auto" );
}
a {
	color: #494949;
	text-decoration: none;
}
a:hover {
	color: #0370c3;
	text-decoration: none;
}
img {
	border: 0 none;
}
ol, ul, li {
	list-style: none;
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="submit"] {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.overflow {
	overflow: hidden;
}
/*顶部颜色条*/
.one_left {
	width: 24%;
	height: 5px;
	overflow: hidden;
	float: left;
	background: #0370c3;
	display: block;
}
.one_right {
	width: 76%;
	height: 5px;
	overflow: hidden;
	float: right;
	background: #e4e4e4;
	display: block;
}
/*logo、导航*/
.header_conetent {
	width: 100%;
	height: 127px;
	position: relative;
}
.logo {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 18px;
	left: 41px;
}
.nav {
	width: auto;
	height: 121px;
	position: absolute;
	top: 0px;
	right: 140px;
}
.nav ul li {
	width: 105px;
	height: 121px;
	text-align: center;
	float: left;
	margin: 0 3px;
	position: relative;
}
.nav ul li a {
	font-size: 22px;
	padding-top: 42px;
	line-height: 76px;
	display: block;
	color: #ec093e;
}
.nav ul li a:hover {
	background: #0370c3;
	border-bottom: 3px solid #a8a4a1;
	color: #fff;
}
.nav ul li a.hover {
	background: #0370c3;
	border-bottom: 3px solid #a8a4a1;
	color: #fff;
}
#nav .subnav {
	display: none;
	position: absolute;
	top: 121px;
	width: auto!important;
	min-width: 110px;
	padding: 0 8px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	background-color: #0370c3;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index: 1000;
}
#nav .subnav a {
	font-size: 14px;
	line-height: 40px;
	display: inline;
	color: #fff;
	margin: 0 5px;
	padding: 0 2px;
}
#nav .subnav a:hover {
	text-decoration: underline;
	background: none;
	border: 0px;
	color: #fff;
}
/*搜索*/
.search {
	width: 100%;
	height: 33px;
	line-height: 33px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.search form {
	width: 378px;
	height: 28px;
	overflow: hidden;
	background: url(../images/bg_search.jpg) center no-repeat;
	position: absolute;
	top: 3px;
	left: 40px;
}
#keys {
	width: 298px;
	height: 28px;
	line-height: 28px;
	text-indent: 8px;
	border: 0px;
	background: none;
	outline: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.sub {
	width: 78px;
	height: 28px;
	overflow: hidden;
	border: 0px;
	background: none;
	outline: none;
	position: absolute;
	top: 0px;
	right: 0px;
}
.search_title {
	width: auto;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 425px;
	font-size: 14px;
	font-family: "宋体";
}
.search_title b {
	font-weight: normal;
	color: #ff0000;
}
.search_title a {
	color: #000;
}
.search_title a:hover {
	color: #0370c3;
}
.search_tel {
	width: auto;
	height: 33px;
	line-height: 33px;
	color: #0370c3;
	font-size: 14px;
	font-family: "宋体";
	position: absolute;
	right: 25px;
	top: 0px;
	padding-left: 18px;
	background: url(../images/bg_tel.jpg) left center no-repeat;
}
/*底部导航*/
.foot_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px 0px;
	background: #f9fafc;
}
.foot_nav dl {
	height: 270px;
	/*overflow: hidden;*/
	padding: 0 6%;
	line-height: 30px;
	font-size: 16px;
	float: left;
	border-right: 1px solid #dcdcdc;
}
.foot_nav dl dt {
	color: #0370c3;
}
/*底部*/
.footer {
	width: 98%;
	padding: 0 1%;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	color: #fff;
	background: #0370c3;
}
.footer span {
	float: right;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #FF0000;
}
/*漂浮*/
.side {
	position: fixed;
	width: 54px;
	height: auto;
	right: 0;
	bottom: 52px;
	z-index: 100;
}
.side ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #444;
}
.side ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}
.side ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}
.side ul li .sidetop:hover {
	background: #ae1c1c;
	opacity: 1;
	filter: Alpha(opacity=100);
}
.side ul li img {
	float: left;
}
