@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	font-size:12px;
	color:#333;
	font-family:"microsoft yahei", Arial, Helvetica, sans-serif;
	background:#fff;
}
a {
	text-decoration:none;
	color:#666;
}
a .current {
	text-decoration:none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color:#dd1407;
}
img {
	margin: 0px;
	padding: 0px;
	border:0;
	vertical-align:bottom;
}
li {
	list-style:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
	overflow:hidden;
}
.content {
	width:1100px;
	margin:0 auto;
}
.index_first {
	position:relative;
	width:100%;
	padding-top:45px;
	height:793px; /*background:url(../Images/banner_bg.jpg) no-repeat center top;*/
}
.header {
	position:absolute;
	z-index:9999;
	width:100%;
	height:120px;
}
.header .logo {
	width:600px;
	margin:0 auto;
	height:37px;
	margin-bottom:20px;
	text-align:center;
}
.header .nav {
	width:500px;
	margin:20px auto;
}
.header .nav ul li {
	float:left;
	width:68px;
	height:24px;
	line-height:24px;
	background:url(../Images/nav_line.jpg) no-repeat top right;
	text-align:center;
}
.header .nav ul li.li_margin {
	padding:0 10px;
}
.header .nav ul li.no {
	background:none;
}
.header .nav ul li a {
	font-size:14px;
	color:#3F3F3F;
}
.header .nav ul li a.on, .header .nav ul li a:hover {
	color:#dd1407;
}
.pros {
	width:100%;
	padding:30px 0;
	background:#494949;
}
.pros .service_main {
	width:838px;
	margin:0 auto;
}
.pros .service_main ul li {
	position:relative;
	float:left;
	width:104px;
	height:132px;
	display:inline;
	margin:0 15px;
}
.pros .service_main ul li a {
	display:block;
	width:104px;
}
.pros .service_main ul li a:hover h2 {
	color:#dd1407;
}
.pros .service_main ul li .show {
	display:none;
	position:absolute;
	top:0;
	left:0;
}
.pros .service_main ul li a h2 {
	width:102px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:normal;
}
.footer {
	background:#f4f4f4;
	padding:30px 0;
	border-top:2px solid #DEDEDE;
	text-align:
center;
}
.footer .f_nav {
	width:490px;
	margin:0 auto;
	margin-bottom:20px;
}
.footer ul li {
	float:left;
	margin:0 10px;
	padding-right:15px;
	height:24px;
	line-height:24px;
	background:url(../Images/nav_line.jpg) no-repeat top right;
	text-align:center;
}
.footer ul li.no {
	background:none;
}
.footer ul li a {
	font-size:14px;
	color:#1F1F1F;
}
.footer ul li a:hover {
	color:#dd1407;
}
.footer p {
	line-height:30px;
	font-size:14px;
	color:#808080;
}
