@charset "UTF-8";
/* CSS Document */
body{background-color: #fff;}
.trans:hover{
	webkit-transition: all 0.4s ease-in,all 0.3s ease-out;
	-moz-transition: all 0.4s ease-in,all 0.3s ease-out;
    -o-transition: all 0.4s ease-in,all 0.3s ease-out;
    transition: all  0.4s ease-in,all 0.3s ease-out;
}
/*头部和导航*/
.head{width: 960px;height: 240px;position: relative;background-image:url(common_res/headbg.jpg);background-repeat: no-repeat;background-position: top;margin: 0 auto;}
#headlogo{width: 489px;height: 98px;background-image:url(common_res/headlogo.png);position:absolute;left:30px;top:40px;}
/*导航*/
.head .nav{width:775px;height:50px;position: relative;left:182px;top:190px;}
.head .nav .navbox1{
	width:55px;
	height:33px;
	position:relative;
	float:left;
	margin-left:18px;
	
	color:#474444;
	line-height:16px;
	font-size:16px;
	letter-spacing:1px;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","Simsun","宋体";
	text-align:center;
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:17px;
	cursor:pointer;
}
.head .nav .navbox2{width:92px; background-position:bottom;}
.head .nav .navbox1:hover,.head .nav .navbox2:hover{ 
    background-image:url(common_res/menuhover.png);
	color:#924a4e;
	text-shadow:#924a4e 0px 0px 1px;
	webkit-transition: all 0.4s ease-in,all 0.3s ease-out;
	-moz-transition: all 0.4s ease-in,all 0.3s ease-out;
    -o-transition: all 0.4s ease-in,all 0.3s ease-out;
    transition: all  0.4s ease-in,all 0.3s ease-out;
}
/*板块标题*/
.titlebox1{
	width:100%px;
	height:39px;
	position:relative;
}
.titlebox1 .atitle1{
	font-size:25px;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","Simsun","宋体";
	letter-spacing:2px;
	color:#FFF;
	line-height:25px;
	position:absolute;
	height:25px;
	width:185px;
	left:45px;
	top:6px;
}
.titlebox1:hover .atitle1{text-shadow:#fff 0px 0px 4px}
.titlebox1 .aui{
	width:39px;
	height:39px;
	display:block;
	position:absolute;
	background-image:url(common_res/galleryui.png);
	background-position:0px top;
	left:0px;
	top:0px;
}
/*通用列表*/
.ulstyle{
	width:100%;
	padding-top:15px;
	position:relative;
} 
.ulstyle li{
	display: block;
	height:29px;
	color:#e2e2e2;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","宋体";
	margin:6px 0;
	padding-top:0px;
	position:relative;
}
.ulstyle li a{
	line-height:14px;
	font-size:14px;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","宋体";
	color:#e2e2e2;
	letter-spacing:1px;
}
.ulstyle li a:hover{
	color:#fff; 
}
.ulstyle li span{
	float: right;
	font-size:12px;
	font-family: "Microsoft YaHei UI","Microsoft YaHei","微软雅黑","宋体";
	color:#b18888;
	position: relative;
	padding-top: 4px;
	font-style: italic;
}
/*通用列表2*/
.ulstyle1{
	width:100%;
	padding-top:15px;
	position:relative;
} 
.ulstyle1 li{
	display: block;
	height:29px;
	color:#504f4f;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","宋体";
	margin:18px 0;
	padding-top:0px;
	position:relative;
}
.ulstyle1 li a{
	line-height:14px;
	font-size:14px;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","宋体";
	color:#504f4f;
	letter-spacing:1px;
}
.ulstyle1 li a:hover{
	color:#924a4e; 
}
.ulstyle1 li span{
	float: right;
	font-size:12px;
	font-family: "Microsoft YaHei UI","Microsoft YaHei","微软雅黑","宋体";
	color:#b18888;
	position: relative;
	padding-top: 4px;
	font-style: italic;
}
/*面包屑*/
#mianbao { 
    width:100%;
    height:25px; 
	margin:0 auto; 
	position:relative; 
	margin-top:0px;
	padding-top:5px;
	border-bottom:dashed #a97a7c 1px;
}
#mianbao .amore2{
	font-size:14px;
	letter-spacing:1px;
	color:#a97a7c;
	float:left;
	position:relative;
	display:block;
	margin:0 0px 0 0;
	font-family:"Microsoft YaHei UI","Microsoft YaHei","微软雅黑","宋体";
	line-height:14px;
}
#mianbao .amore2:hover{
	color:#333;
}
#mianbao .cut{
	float:left;
	position:relative;
	margin:0 4px 0px 4px;
	color:#a97a7c;
	font-size:14px;
	letter-spacing:1px;
	line-height:17px;

}

/*footer*/
#footer{
	width:960px;
	position:relative;
	background-image:url(common_res/footerbg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	height:80px;
	padding-bottom:45px;
	clear:both;
	/*display: none;*/
}
#footer p {color:#616262;font:14px "微软雅黑",arial;width:100%;text-align:center;margin:0px 0px;padding:0;position:relative;top:0px; line-height:22px;}
#footer p a {text-decoration:none;color:#616262;}
#footer p a:hover {text-decoration:underline;}
/*footer1*/
#footer1{
	width:960px;
	position:relative;
	background-image:url(common_res/footerbg2.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin:10px auto 0px auto;
	height:84px;
	padding-top:175px;
	clear:both;
}
#footer1 p {color:#fff;font:14px "微软雅黑",arial;width:100%;text-align:center;margin:0px 0px;padding:0;position:relative;top:0px; line-height:22px;}
#footer1 p a {text-decoration:none;color:#fff;}
#footer1 p a:hover {text-decoration:underline;}
