@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	color:#000;
	line-height:200%;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
body {
	font: 12px 微软雅黑, tahoma, arial, 宋体, sans-serif;
}
p {
	text-indent:20px;
}
li {
	list-style:none;
}
#page {
	padding:auto;
	margin:auto;
	width:1000px;
	text-align:left;
	background:url(../images/left_back.png) repeat-y;
	background-color:#FFF;
}
#head {
	background: url(../images/logo.png) no-repeat;
	height:45px;
	padding-top:60px;
}
#mainMenu {
	z-index:2;
	position:relative;
	width:700px;
	margin-left:360px;
}
#mainMenu .main-li {
	float:left;
}
#mainMenu .main-li a {
	display:block;
	line-height:36px;
	padding:0px 15px;
}
#mainMenu .main-li a:hover {
	color:#FFF;
	background:url(../images/row_back.png) top repeat;
}
#mainMenu .dropdown-panel {
	display:none;
	width:200px;
	background: url(../images/submenu_back.png) bottom;
	-background: url(../images/submenu_back.gif) bottom;
	margin-left:-5px;
	-margin-left:0px;
	padding:5px 14px 10px 13px;
	-padding:5px 10px 10px 9px;
	position:absolute;
}
#mainMenu .on {
	border:1px #F00 solid；
}
#mainMenu .on .dropdown-panel {
	display:block;
}
#mainMenu .dropdown-panel ul li a {
	padding:0px;
	height:24px;
	line-height:24px;
	display:block;
	background:none;
}
#mainMenu .dropdown-panel ul li a:hover {
	text-decoration:underline;
	color: #009933;
	background:none;
}
.block {
	margin-bottom:10px;
}
.clear {
	clear:both;
}
#left {
	width:230px;
	padding:10px 5px 10px 15px;
}
#left .title {
	color:#FFF;
	font-size:14px;
	font-weight:bolder;
	line-height:30px;
	height:45px;
	background:url(../images/left_element.png) bottom no-repeat;
	padding:0px 10px 0px 40px;
	margin:0px -5px 0px -15px;
}
#left .block li {
	margin-bottom:5px;
}
#left .block a {
	text-align:right;
	line-height:30px;
	display:block;
	height:30px;
	margin-right:-5px;
	padding-right:10px;
	background:url(../images/left_element.png) right top no-repeat;
}
#left .block a:hover {
	color:#FFFFFF;
	background:url(../images/left_element.png) right -30px no-repeat;
}
#right {
	width:730px;
	float:right;
	padding-right:10px;
}
#right #bigPicContainer {
	height: 255px;
}
#right .contentContainer {
	margin:-10px -10px 0px -10px;
	padding:30px 10px 0px 10px;
	background:url(../images/right_contentBG.png) top no-repeat;
	-background:url(../images/right_contentBG.gif) top no-repeat;
	-padding:30px 11px 0px 11px;
}
#right #title {
	font-size:24px;
	line-height:60px;
	color:#336699;
	height:60px;
	padding:0px 20px;
	-width:688px;
	background:url(../images/row_back.png) left -40px repeat-x;
}
#right #content {
	padding:10px 20px;
}
#right #content h2 {
	font-size:16px;
	color:#336699;
	height:30px;
	line-height:30px;	
}
#right #content .h2c {
	border-top:1px dotted #333;
	padding:10px 10px 30px 20px;
}
#right #content ul li {
	list-style-type:disc;
	margin-left:30px;
}
#right #content table {
}
#right #content table td,#right #content  table th {
	padding:5px;
	border:1px #CCC solid;
}
#right #content thead td,#right #content  thead th {
	font-weight:bold;
	color:#FFF;
	background:#333;
	text-align:center;
}
#right #content tbody th {
	text-align:right;
}
#right #content table p{
	text-indent:0px;
}
#pdfBtn,#enBtn{
	display:block;
	width:176px;
	height:30px;
	left:40px;
	background-image:url(../images/linkBTN.png);
	position:relative;
	z-index:0;
	margin-bottom:0px;
}
#pdfBtn{	
	top:-100px;
	background-position:left top;
}
#pdfBtn:hover{
	background-position:left -30px;
}
#enBtn{
	top:-90px;
	background-position:left -60px;
}
#enBtn:hover{
	background-position:left -90px;
}
#foot {
	background:url(../images/row_back.png) bottom repeat-x;
	text-align:center;
	height:60px;
	padding-top:10px;
}
#foot p {
	color:#060;
}
.solution, .recommend, .newProductor {
	float:left;
}
.recommend, .newProductor {
	margin-left:10px;
}
/*===================login=====================*/
#login {
}
#un, #un_on, #psw, #psw_on {
	line-height:25px;
	background:url(../images/login_back.png) no-repeat;
	border:none;
	width:138px;
	height:25px;
	padding:0px 10px;
}
#un, #psw {
	background-position:bottom;
}
#un_on, #psw_on {
	background-position:top;
}
#loginBTN, #loginBTN_on, #regBTN, #regBTN_on {
	background:url(../images/login_btn.png) no-repeat;
	border:none;
	width:70px;
	height:25px;
}
#loginBTN {
	background-position:left top;
}
#loginBTN_on {
	background-position:left bottom;
}
#regBTN {
	background-position:right top;
}
#regBTN_on {
	background-position:right bottom;
}

