/*全局样式开始*/
body
{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}
#all
{
	width:100%;
	margin:0px;
	padding:0px;
}
ul,ol
{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:normal;
}
a
{
	text-decoration:none;
}
img
{
	margin:0px;
	padding:0px;
	border:0px;
}
h1,h2,h3
{
	margin:0px;
	padding:0px;
	font-weight:normal;
	line-height:normal;
}
div
{
	margin:0px;
	padding:0px;
}
/*全局样式结束*/



/*头部样式开始*/
#top_all
{
	width:100%;
	height:80px;
	background-color:#FFFFFF;
	position:absolute;
	top:0px;
	z-index:99;
}
#top_middle
{
	width:1100px;
	height:80px;
	margin:0px auto;
}
#top_middle #logo
{
	width:200px;
	height:60px;
	padding-bottom:0px;
	padding-top:20px;
	float:left;
}
#top_middle #menu
{
	width:700px;
	height:80px;
	float:right;
}
#top_middle #menu ul li
{
	width:100px;
	height:50px;
	padding-bottom:0px;
	padding-top:30px;
	float:left;
	text-align:center;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
#top_middle #menu ul li:hover
{
	background-color:#C7B15E;
}
#top_middle #menu ul li a
{
	font-family:"微软雅黑";
	font-size:15px;
	color:#666666;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
#top_middle #menu ul li:hover a
{
	color:#FFFFFF;
}
#top_middle #menu ul li ul
{
	width:100px;
	margin-bottom:0px;
	margin-top:22px;
	margin-left:0px;
	margin-right:0px;
	display:none;
	z-index:999;
}
#top_middle #menu ul li:hover ul
{
	display:block;
}
#top_middle #menu ul li ul li
{
	width:100px;
	height:30px;
	background-color:#C7B15E;
	background-image:none;
	padding-bottom:0px;
	padding-top:5px;
	border-bottom:#CCCCCC 1px solid;
	float:left;
}
#top_middle #menu ul li ul li a
{
	font-size:14px;
}
/*头部样式结束*/







/*BANNER样式开始*/
#banner_cap
{
	width:100%;
	height:45px;
	position:absolute;
	top:80;
	left:0;
	z-index:2;
}
#banner_cap img
{
	width:100%;
}
#banner
{
	width:100%;
	overflow:hidden;
	margin:0px auto;
}
.main_image {
	width:100%;
	height:575px;
	overflow:hidden;
	margin:0px auto;
	position:relative;
}
.main_image ul {
	width:9999px;
	height:575px;
	overflow:hidden;
	position:absolute;
	top:25;
	left:0
}
.main_image li {
	float:left;
	width:100%;
	height:575px;
}
.main_image li span {
	display:block;
	width:100%;
	height:575px;
}
.main_image li a {
	display:block;
	width:100%;
	height:575px;
}
div.flicking_con {
	width:990px;
	margin:0 auto;
	position:relative
}
div.flicking_con .flicking_inner {
	position:absolute;
	top:530px;
	left:460px;
	z-index:999;
	width:300px;
	height:21px
} /* 121126 */
div.flicking_con a {
	float:left;
	width:21px;
	height:21px;
	margin:0;
	padding:0;
	background:url(/templets/default/images/btn_main_img.png) 0 0 no-repeat;
	display:block;
	text-indent:-1000px
}
div.flicking_con a.on {
	background-position:0 -21px
}
#btn_prev, #btn_next {
	z-index:11111;
	position:absolute;
	display:block;
	width:73px!important;
	height:74px!important;
	top:50%;
	margin-top:-37px;
	display:none;
}
#btn_prev {
	background:url(/templets/default/images/hover_left.png) no-repeat left top;
	left:100px;
}
#btn_next {
	background:url(/templets/default/images/hover_right.png) no-repeat right top;
	right:100px;
}
/*BANNER样式结束*/



/*主体样式开始*/
#main_all
{
	width:100%;
	height:1300px;
	margin-bottom:0px;
	margin-top:55px;
	z-index:1;
}
#main_newsANDabout
{
	width:1100px;
	height:320px;
	margin:50px auto;
}
#main_news
{
	width:650px;
	height:320px;
	float:left;
}
#main_news .bt
{
	width:650px;
	height:40px;
}
#main_news .bt .title
{
	width:500px;
	height:30px;
	font-size:17px;
	color:#000000;
	text-align:left;
	float:left;
}
#main_news .bt .more
{
	width:150px;
	height:30px;
	text-align:right;
	line-height:150%;
	float:right;
}
#main_news .bt a
{
	font-size:13px;
	color:#999999;
}
#main_news .hot
{
	width:650px;
	height:120px;
}
#main_news .hot .pic
{
	width:180px;
	height:120px;
	float:left;
}
#main_news .hot .pic img
{
	width:100%;
	height:100%;
}
#main_news .hot .nr
{
	width:450px;
	height:120px;
	float:right;
}
#main_news .hot .nr .title
{
	width:450px;
	height:30px;
}
#main_news .hot .nr .title a
{
	font-size:16px;
	color:#000000;
	text-align:left;
}
#main_news .hot .nr .title a:hover
{
	color:#C7B15E;
}
#main_news .hot .nr .info
{
	width:450px;
	height:90px;
	overflow:hidden;
	font-size:13px;
	color:#999999;
	line-height:180%;
}
#main_news .normal
{
	width:650px;
	height:140px;
	margin-top:20px;
	margin-bottom:0px;
}
#main_news .normal ul li
{
	width:650px;
	height:30px;
	margin-bottom:0px;
	padding-top:15px;
	font-size:13px;
	color:#999999;
	text-align:left;
	border-bottom:#CCCCCC dashed 1px;
}
#main_news .normal ul li a
{
	color:#333333;
}
#main_news .normal ul li a:hover
{
	color:#C7B15E;
}
#main_about
{
	width:400px;
	height:320px;
	float:right;
}
#main_about .bt
{
	width:400px;
	height:40px;
}
#main_about .bt .title
{
	width:300px;
	height:30px;
	font-size:17px;
	color:#000000;
	text-align:left;
	float:left;
}
#main_about .bt .more
{
	width:100px;
	height:30px;
	text-align:right;
	line-height:150%;
	float:right;
}
#main_about .bt a
{
	font-size:13px;
	color:#999999;
}
#main_about .pic
{
	width:400px;
	height:250px;
}
#main_about .pic img
{
	width:100%;
}
#main_about .account
{
	width:400px;
	height:20px;
	padding-bottom:0px;
	padding-top:10px;
	font-size:14px;
	color:#666666;
	text-align:left;
}
#main_special
{
	width:1100px;
	height:230px;
	margin:30px auto;
}
#main_special .bt
{
	width:1100px;
	height:40px;
}
#main_special .bt .title
{
	width:300px;
	height:30px;
	font-size:17px;
	color:#000000;
	text-align:left;
	float:left;
}
#main_special .bt .more
{
	width:100px;
	height:30px;
	text-align:right;
	line-height:150%;
	float:right;
}
#main_special .bt a
{
	font-size:13px;
	color:#999999;
}
#main_special .nr
{
	width:1100px;
	height:190px;
}
#main_special .nr .last
{
	width:260px;
	height:190px;
	margin:0px;
}
#main_special .nr ul li
{
	width:260px;
	height:190px;
	margin-left:0px;
	margin-right:20px;
	float:left;
}
#main_special .nr ul li .pic
{
	width:260px;
	height:160px;
}
#main_special .nr ul li .pic img
{
	width:100%;
	height:100%;
}
#main_special .nr ul li .zi
{
	width:260px;
	height:22px;
	padding-bottom:0px;
	padding-top:8px;
	font-size:15px;
	color:#666666;
	text-align:center;
}
#main_special .nr ul li a
{
	color:#666666;
}
#main_special .nr ul li:hover a
{
	color:#C7B15E;
}
/*主体样式结束*/



/*脚部样式开始*/
#foot_outside
{
	width:100%;
	height:80px;
	background-color:#F0F0F0;
}
#footer
{
	width:1100px;
	height:80px;
	margin:0px auto;
	font-family:"微软雅黑";
	font-size:13px;
	color:#999999;
}
#footer span
{
	color:#C7B15E;
	font-size:13px;
	font-family:"微软雅黑";
}
#footer a
{
	color:#999999;
}
#footer #banquan
{
	width:800px;
	height:50px;
	padding-bottom:0px;
	padding-top:30px;
	line-height:180%;
	float:left;
}
#footer #flink
{
	width:300px;
	height:50px;
	padding-bottom:0px;
	padding-top:30px;
	text-align:right;
	float:right;
}
#footer #flink .sel_flink
{
	width:200px;
	height:20px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:0px;
	font-size:13px;
	color:#999999;
	border:none;
}
/*脚部样式开始*/