@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-size:12px;
	font-family:"微软雅黑",arial;
	margin:0 auto;
	padding:0;
	min-width:1200px;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#root{
	width:100%;
	margin:0px auto;
	padding:0px;
}
#header{
	height:98px;
	border-bottom:#0cc42e 4px solid;
	background: #ffffff;
}
#header1{
	width:1200px;
	margin:0 auto;
}
.logo{
	width:420px;
	float:left;
	padding-top:14px;
}
.logo img{
	vertical-align:top;
}
.nav{
	width:693px;
	float:left;
}
.nav ul li{
	float:left;
}
.nav ul li a{
	width:99px;
	height:98px;
	display:block;
	text-align:center;
	line-height:98px;
	font-size:15px;
	color:#434343;
}
.nav ul li:hover a{
	background-image:url(/skins/demo/images/nav_1.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#0cc42e;
}
.nav ul li .nav_on{
	background-image:url(/skins/demo/images/nav_1.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#0cc42e;
}
.top{
	width:auto;
	float:right;
	padding-top:34px;
	text-align:center;
}
.top img{
	vertical-align:top;
	margin:0 6px;
	cursor:pointer;
}
#banner{
	text-align:center;
}
#banner img{
	vertical-align:top;
}

#foot{
	height:348px;
	background-image:url(/skins/demo/images/foot_bj.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
#foot1{
	width:1202px;
	margin:0 auto;
}
.foot_up{
	height:295px;
}
.foot_up_01{
	width:312px;
	float:left;
	padding-top:33px;
}
.foot_up_01_1{
	height:110px;
}
.foot_up_01_2{
	font-size:14px;
	color:#747474;
}
.foot_up_01_2 span{
	font-size:26px;
	color:#0cc42e;
	font-weight:bold;
	line-height:45px;
}
.foot_up_01_2 a{
	color:#ff6c00;
}
.foot_up_02{
	width:252px;
	float:left;
	padding-left:30px;
	padding-top:69px;
}
.foot_up_02_up{
	height:40px;
	font-size:16px;
	color:#393939;
}
.foot_up_02_down{
	width:100%;
}
.foot_up_02_down img{
	vertical-align:top;
	margin-right:20px;
}
.foot_up_03{
	width:605px;
	float:right;
	padding-top:63px;
}
.foot_up_03 ul li{
	width:131px;
	float:left;
	padding-left:20px;
}
.foot_up_03_1{
	height:32px;
}
.foot_up_03_1 a{
	font-size:16px;
	color:#5f5f5f;
}
.foot_up_03_2{
	line-height:25px;
}
.foot_up_03_2 a{
	font-size:13px;
	color:#919191;
}
.foot_down{
	text-align:center;
	line-height:58px;
	font-size:12px;
	color:#858585;
}
.foot_down a{
	color:#858585;
}
#foot a:hover{
	color:#705b9c;
}


#sjewm, #wxewm{
	position: absolute;
	display: none;
	right: 0;
	z-index: 999;
}
















































































































































