@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-size:12px;
	font-family:"微软雅黑",arial;
	margin:0 auto;
	padding:0;
	min-width:1400px;
}
/* 重置 */

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{
	width:100%;
	height:100px;
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	background-color:#fff8ee;
}
#header1{
	width:1200px;
	margin:0 auto;
}
#banner{
	text-align:center;
	padding-top:100px;
}
#banner img{
	vertical-align:top;
	width:100%;
}
.logo{
	width:auto;
	float:left;
	padding-top:9px;
}
.logo img{
	vertical-align:top;
}
.nav{
	width:889px;
	float:right;
	position:relative;
}
.nav ul li{
	float:left;
	position:relative;
}
.nav ul li .nav_01{
	width:127px;
	height:65px;
	display:block;
	padding-top:35px;
	text-align:center;
	font-size:16px;
	color:#ba1c22;
	font-weight:bold;
}
.nav ul li .nav_01 span{
	font-size:12px;
	color:#e4c19c;
	text-transform:uppercase;
	font-weight:normal;
}
.nav ul li .nav_01_line{	
	background-image:url(../images/nav_line.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.nav ul li .sub{
	position:absolute;
	z-index:999;
	top:100px;
	left:0;
	background-color:#fbefdd;
	display:none;
	width:125px;
}
.nav ul li:hover .sub{
	display:block;
}
.nav ul li:hover .sub li{
	float:none;
}
.nav ul li:hover .sub li a{
	display: block;
    border-bottom: 1px solid #E6E4E3;
    height: 35px;
    line-height: 35px;
    color: #555;
    font-size: 14px;
    font-weight: normal;
	text-align:center;
}
.nav ul li:hover .sub li a:hover{
	color:#ba1c22;
}
.move-bg{
	display:none;
	position:absolute;
	left:0;
	top:96px; 
	width:127px; 
	height:4px; 
	background:#ba1c22; 
	z-index:0
}

#foot{
	background-image:url(../images/foot_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:160px;
}
#foot1{
	width:1202px;
	margin:0 auto;
	padding-top:25px;
	overflow:hidden;
}
.foot_left{
	width:auto;
	float:left;
}
.foot_left img{
	vertical-align:top;
}
.foot_right{
	width:606px;
	float:right;
	padding-top:12px;
	text-align:right;
	font-size:14px;
	color:#ffffff;
	line-height:29px;
}
.foot_right a{
	color:#ffffff;
}
.animate{-webkit-transition-duration:.5s;transition-duration:.5s; -moz-transition-duration:.5s;}


















































































































