@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;	
	background-attachment: fixed;
}
/* 重置 */

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:#444444;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	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;
}
#content{
	width:1200px;
	margin:0 auto;
}
/*---------header--------------*/
#header{
	width:100%;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}
.header1{
	width:100%;
	height:40px;
	margin:0 auto;
}
.header1_left{
	float:left;
	padding-left:18px;
	color:#666e7a;
	font:12px/40px "宋体";
}
.header1_right{
	width:159px;
	float:right;
}
.header1_right a{
	font:12px/40px "宋体";
	color:#000;
}
.header1_right a:hover{
	color:#f6862f;
}
.wap{
	float:left;
	padding-left:18px;
	width:55px;
	height:40px;
	background-image:url(../images/wap.jpg);
}
.shoucang{
	float:left;
	margin-left:13px;
	padding-left:24px;
	width:49px;
	height:40px;
	background-image:url(../images/shoucang.jpg);
}

.header2{
	height:114px;
}
.logo{
	float:left;
}
.tell{
	float:right;
}
.nav{
	width:100%;
	height:49px;
	background-image:url(../images/nav_bg.jpg);
}
.nav ul{
		padding-top:4px;
	}
	
.nav ul li{
	float:left;
	width:171px;
	background-image:url(../images/nav_line.png);
	background-repeat:no-repeat;
	background-position:right;
}
.nav ul li a{
	display:block;
	width:171px;
	height:45px;
	font:14px "微软雅黑"，"宋体";
	text-align:center;
	color:#fff;
	line-height:45px;
}
.nav ul li a:hover{
	background-image:url(../images/nav_hover.png);
	background-position:center;
	background-repeat:no-repeat;
}

/*foot*/
.foot{
	width:100%;
	margin-top:70px;
	height:202px;
	background-image:url(../images/foot1.jpg);
	background-repeat:repeat;
}
.foot1{
	padding:24px 0 0 110px;
	width:1090px;
	height:34px;
	border-bottom:1px #fff dashed;
	background-image:url(../images/foot2.png);
	background-repeat:no-repeat;
	background-position:24px;
	font:12px "微软雅黑"，"宋体";
	color:#fff;
}
.foot1 a{
	font:12px "微软雅黑"，"宋体";
	color:#fff;
}
.foot1 a:hover{
	color:#faa21c;
}
.foot2{
	padding-top:17px;
}
.foot_logo{
	float:left;
	padding:4px 0 0 32px;
}
.foot_tt{
	float:left;
	padding:16px 0 0 55px;
	font:12px/30px "微软雅黑","宋体";
	color:#fff;
}
.foot_tt span{
	color:#fff100;
}
.foot_tt a{
	font:12px/30px "微软雅黑","宋体";
	color:#fff;
}
.foot_tt a:hover{
	color:#fff100;
}
.ma{
	float:right;
	width:86px;
	padding-right:32px;
}
.ma_tu{
	float:left;
}
	
.ma_tt{	
	width:85px;
	float:right;
	font:12px/34px "微软雅黑","宋体";
	color:#fff;
	text-align:center;
}
#sj {
    display: none;
    position: absolute;
    top: 40px;
	right: 0px;
}
	
	
	
	


