@charset "utf-8";
* { margin: 0; padding: 0; }
body {
	text-align: center;
	font-family: "Arial";
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
#header {
	width: 950px;
	margin-bottom: 0px;
}
#logo {
	width: 350px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#topbox {
	width: 330px;
	float: right;
	font-size: 12px;
	margin-top: 12px;
	position: relative;
	margin-right: 5px;
	color: #999999;
}
#topbox a {
	color:#999999;
}
#toplink {
	text-align: right;
	margin-bottom: 12px;
}
#search {
	text-align: right;
}
#search form {
	text-align: right;
}
#search form table {
	float: right;
}
#keyword {
	border: 1px solid #CCCCCC;
}



#tel {
	text-align: right;
	float: right;
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	margin-top: 30px;
	font-family: "Times New Roman", Times, serif;
	left: 0px;
}
#tel span {
	color: #999999;
	font-size: 18px;
}


#language {
	text-align: right;
	margin-top: 8px;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#menuleft {
	background-attachment: scroll;
	background-image: url(/templets/v2/images/menuleft.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 35px;
	float: left;
	margin-top: 12px;
	margin-bottom: 10px;
}
#menuright {
	background-attachment: scroll;
	background-image: url(/templets/v2/images/menuright.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 35px;
	float: left;
	margin-top: 12px;
	margin-bottom: 10px;
}


#menu {
	line-height: 35px;
	height: 35px;
	background-attachment: scroll;
	background-image: url(/templets/v2/images/menubg.jpg);
	background-repeat: repeat-x;
	float: left;
	margin-top: 12px;
	width: 924px;
	margin-bottom: 10px;
}
#menu ul {
	list-style-type: none;
	margin-left: 5px;
}
#menu li {
	padding-right: 13px;
	padding-left: 13px;
	float: left;
}
#menu li:hover {
	background-color:#f8f8f8;
	border-top:0px solid #ccc;
}
#menu li a {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}
#slideshow {
	width: 950px;
}
#type p {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	margin-left: 28px;
	margin-right: 28px;
}




#footer {
	font-size: 12px;
	color: #333333;
}

#flink ul {
	list-style-type: none;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 30px;
	line-height: 30px;
}
#flink li {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}
.copyright {
	height: 30px;
	line-height: 30px;
	font-family: "Times New Roman";
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 5px;
	margin-left:0px;
	z-index:100;
	width: 120px;
	visibility: hidden;
	margin-top: -1px;
/*	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 0px solid #3CA2DC;*/
	background-color: #f8f8f8;
	padding-top:6px;
	padding-bottom:6px;
	text-align:left;
}

.dropMenu li {
	list-style:none;
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
}
.dropMenu a {
	width: auto;
	display: block;
	color: black;
	padding: 2px 0 2px 1.2em;
}
* html .dropMenu a {
	width: 100%;
}
.dropMenu a:hover {
	text-decoration: underline;
}

