@charset "gb2312";
a:link {
	font-size: 12px;
	text-decoration: none;
	color: #3074A3;
}
a:visited {
	font-size: 12px;
	color: #3074A3;
	text-decoration: none;
}




a:hover {
	font-size: 12px;
	color: #FF6633;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	
}
a.q:link {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 14px;}
	
a.q:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 14px;}
a.q:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	line-height: 14px;
}
a.q:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	line-height: 14px;	
}
.to {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
body {
	margin: 0px;
	background-position: center;	
	background-color: #000;
	
}
.content {
	width: 691px;
	background-color: #FFFFFF;
}

.body {
	width: 900px;
	background-repeat: repeat;
	background-color: #000;
}


.editbox{
    background: #ffffff;
    border: 1px solid #b7b7b7;
    color: #003366;
    cursor: text;
    font-family: "arial";
    font-size: 9pt;
    height: 18px;
    padding: 1px; /*www.52css.com*/
}
.buttoncss {
    font-family: "tahoma", "宋体"; /*www.52css.com*/
    font-size:9pt; color: #003399;
    border: 1px #003399 solid;
    color:#006699;
    border-bottom: #93bee2 1px solid;
    border-left: #93bee2 1px solid;
    border-right: #93bee2 1px solid;
    border-top: #93bee2 1px solid;
    background-image:url(../images/bluebuttonbg.gif);
    background-color: #e8f4ff;
    cursor: hand;
    font-style: normal ;
    width:60px;
    height:22px;
}
/*
二、蓝色按钮*/

.bluebuttoncss {
    font-family: "tahoma", "宋体"; /*www.52css.com*/
    font-size: 9pt; color: #003366;
    border: 0px #93bee2 solid;
    border-bottom: #93bee2 1px solid;
    border-left: #93bee2 1px solid;
    border-right: #93bee2 1px solid;
    border-top: #93bee2 1px solid;*/
    background-image:url(../images/blue_button_bg.gif);
    background-color: #ffffff;
    cursor: hand;
    font-style: normal ;
}

/*三、红色按钮*/

.redbuttoncss {
    font-family: "tahoma", "宋体"; /*www.52css.com*/
    font-size: 9pt; color: #0066cc;
    border: 1px #93bee2 solid;
    border-bottom: #93bee2 1px solid;
    border-left: #93bee2 1px solid;
    border-right: #93bee2 1px solid;
    border-top: #93bee2 1px solid;
    background-image:url(../images/redbuttonbg.gif);
    background-color: #ffffff;
    cursor: hand;
    font-style: normal ;
}

/*四、选择按钮*/

.selectbuttoncss{
    font-family: "tahoma", "宋体"; /*www.52css.com*/
    font-size: 9pt; color: #0066cc;
    border: 1px #93bee2 solid;
    border-bottom: #93bee2 1px solid;
    border-left: #93bee2 1px solid;
    border-right: #93bee2 1px solid;
    border-top: #93bee2 1px solid;
    background-image:url(../images/blue_button_bg.gif);
    background-color: #ffffff;
    cursor: hand;
    font-style: normal ;
} 
  
/*五、绿色按钮*/

.greenbuttoncss {
    font-family: "tahoma", "宋体"; /*www.52css.com*/
    font-size: 9pt; color: #0066cc;
    border: 1px #93bee2 solid;
    border-bottom: #93bee2 1px solid;
    border-left: #93bee2 1px solid;
    border-right: #93bee2 1px solid;
    border-top: #93bee2 1px solid;
    background-image:url(../images/greenbuttonbg.gif);
    background-color: #ffffff;
    cursor: hand;
    font-style: normal ;
}

/*六、图像按钮*/

.imagebutton{
    cursor: hand;    /*改变鼠标形状 www.52css.com*/
}

/*七、页面正文*/


td { font-size: 12px }
th {
    font-size: 12px;
}

/*八、下拉选择框*/

select{
    border-right: #000000 1px solid;
    border-top: #ffffff 1px solid;
    font-size: 12px; /*www.52css.com*/
    border-left: #ffffff 1px solid;
    color:#003366;
    border-bottom: #000000 1px solid;
    background-color: #f4f4f4;
}

/*九、线条文本编辑框*/

.editbox{
    background: #ffffff;
    border: 1px solid #b7b7b7;
    color: #003366;
    cursor: text;
    font-family: "arial";
    font-size: 9pt;
    height: 18px;
    padding: 1px; /*www.52css.com*/
}

/*十、多行文本框*/

.multieditbox{
    background: #f8f8f8;
    border-bottom: #b7b7b7 1px solid;
    border-left: #b7b7b7 1px solid;
    border-right: #b7b7b7 1px solid;
    border-top: #b7b7b7 1px solid;
    color: #000000;
    cursor: text;
    font-family: "arial";
    font-size: 9pt;
    padding: 1px; /*www.52css.com*/
}

/*十一、阴影风格的表单*/

.shadow {
    position:absolute;
    z-index:1000;
    top:0px;
    left:0px; /*www.52css.com*/
    background:gray;
    background-color:#ffcc00;
    filter : progidximagetransform.microsoft.dropshadow

(color=#ff404040,offx=2,offy=2,positives=true);
}

/*十二、只显一条横线的输入框*/

.logintxt{
    border-right: #ffffff 0px solid;
    border-top: #ffffff 0px solid;
    font-size: 9pt; /*www.52css.com*/
    border-left: #ffffff 0px solid;
    border-bottom: #c0c0c0 1px solid;
    background-color: #ffffff
}

/*没有边框的输入框*/

.noneinput{
    text-align:center;
    width:99%;height:99%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: #f6f6f6;
    border-bottom-style: none;
	height: 1px; font-size: 1px; overflow: hidden; display: block; background: #FAAC00; border-right: 1px solid #FAAC00; border-left: 1px solid #FAAC00; margin: 0 2px;
}
.spiffy{ 
display:block; 
} 
.spiffy *{ 
display:block; 
height:1px; 
overflow:hidden; 
background:#ffffff; 
} 
.spiffy1{
	border-right:1px solid #ffffff;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #ffffff;
	padding-left:1px;
	margin-left:3px;
	background-color: #FFFFFF;
} 
.spiffy2{
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:0px 1px;
	margin:0px 1px;
	background-color: #FFFFFF;
} 
.spiffy3{ 
border-right:1px solid #ffffff; 
border-left:1px solid #ffffff; 
margin:0px 1px; 
} 
.spiffy4{ 
border-right:1px solid #ffffff; 
border-left:1px solid #ffffff; 
} 
.spiffy5{ 
border-right:1px solid #ffffff; 
border-left:1px solid #ffffff; 
} 
.spiffy_content{
	padding:0px 5px;
	background-color: #FFFFFF;
} 
.tgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #50b848;
	text-decoration: none;
}

.t1 {
	font-family: "宋体",Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #3074A3;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal;
}
.et1 {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #3074A3;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal;
}
.t2 {
	font-family: "宋体";
	font-size: 14px;
	color: #3074A3;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	
}
.t3 {
	font-family: "宋体";
	font-size: 14px;
	color: #008000;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	
}
.T4 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #3074A3;
	text-decoration: none;
}

.t5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-weight: bold;
}

.Productsort {
	width: 165px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 45px;

}

.Table {
	background:url(../images/index_17q.gif) repeat-x #fff;
	width: 1004px;
}
.Table0 {

	width: 1004px;
}

.Title {
font-family: "宋体";
	font-size: 14px;
	color: #3074A3;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
	height: 30px;
}
.enT1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
.ul_lang{ width:150px}
.ul_lang li{float:left; list-style-type:none; width:56px; padding-left:15px;}
.ul_lang .active{ background:url(../images/public/article_img.gif) no-repeat left center;}
.ul_lang .normal{ background:url(../images/public/article_normal.gif) no-repeat left center;}
.index_nav{ width:1024px; height:690px; margin:auto; color:#fff; position:relative;}
.nav {position:absolute; top:10px; left:407px;}
.nav a{ background: #eee; width:100px; height:28px; padding-top:5px;}
.lang { font-size:14px;}


