@charset "utf-8";
/* CSS Document */
body, td, th {
    font-family: "宋体";
}
html{
	background-image: url(../images/htmlBg.png);
	background-position: center top;
	background-repeat:repeat-x;
}
body{
	background-image: url(../images/bodyBg.png);
	background-position: center bottom;
	background-repeat:repeat-x;
}
header{
	background-position:center top;
	background-repeat:no-repeat;
	width:100%
}
header .warp{
	width:1000px;
	margin:auto;
	position:relative;
	height:130px;
	background-image: url(../images/headerBg.png);
	background-position:center top;
	background-repeat:no-repeat;
	z-index:1200;
}
header .logo{
	top:0px;
	left:0px;
	height:95px;
	width:500px;
	background:none;
}



header #addFavorite,header #setHome{
	display:none;
}
header .searchForm{
	top:50px;
	right:20px;
}
header .languageLink{
	z-index:100;
	right:25px;
	top:22px;
}
.searchForm .keyword{
	width:155px;
	height:25px;
	left:4px;
	top:5px;
	background: none;
    border: 0 none;
    padding: 0 5px;
    vertical-align: middle;
}
.searchForm .searchBtn{
	width:24px;
	height:25px;
	right:0px;
	background: none;
    position: absolute;
	text-indent:-9999px;
    top: 5px;
}
header .languageLink a{
	display:block;
	width:50px;
	float:left;
	text-indent:-9999px;
}
header nav{
	left: 0px;
	top: 95px;
	width: 1000px;
	height: 35px;
	background-image: url(../images/navBg.png);
}
header nav .textList{
	padding-left:50px;
}

header nav .textList li{
	width:100px;
}
header nav .textList li a{
	font-size: 13px;
	color: #333;
	height: 35px;
	line-height: 35px;
	padding-top: 0px;
	background-image: url(../images/navListItemBg.gif);
	font-family: "宋体";
}
header nav .textList li a:hover{
	background-position:bottom center;
	color:#fff;
}
header nav .textList li.current a {
	background-position:bottom center;
	background-repeat:no-repeat;
	color:#fff;
}
header nav .textList li.focusOpen{
	background:none;
}
header nav li .textList {
	display:none;
}
header nav li.focusOpen .textList{
	display:none;
}
header nav li.current.textList {
	display:none;
}




header .banner{
	width:100%;
}

.pageBody{
	width:1000px;
	z-index:9999;
	overflow:visible;
}
footer{
	width: 930px;
	height: 225px;
	background-image: url(../images/footerBg.jpg);
}
footer a{
}
footer address {
    font-style: normal;
    position: absolute;
	left: 10px;
    top: 190px;
	/*font-weight:bold;*/
	color:#333;
}
footer .links{
	position: absolute;
	
}
footer .phone{
	position: absolute;
	top: 142px;
	font-weight:bold;
	font-size: 24px;
	color: #ff5a00;
	left: 10px;
	font-family: Arial;
}
footer .navigation{
	position: absolute;
	top: 145px;
	left:620px;
}
footer .colunmLink{
	position:absolute;
	top:15px;
	right:40px;
}
footer .miitbeian{
	top:210px;
	left:10px;	
	/*font-weight:bold;*/
	color:#333;
}
footer .copyRight {
    left: 760px;
    position: absolute;
    top: 190px;
}
footer .webDesign {
	top:210px;
	left:784px;
	bottom:auto;
	right:auto;
}

#cnzz_stat_icon_1260150531{
position: absolute;
top: 211px;
left: 450px;
}

