/*
 * style.css: Admin CSS.
 * Copyright (C) 2006 Rsung.com.cn
 *
 * Authors:
 * seekfor@gmail.com
*/


BODY {
   font-family: Tahoma, Verdana, Arial, sans-serif,"宋体";
   font-color:#000000; 
   FONT-SIZE: 12px;
   margin-top: 0px; 
   margin-right: 0px; 
   margin-bottom: 0px; 
   margin-left: 0px;
   background-color:#F0F0EE;

   scrollbar-face-color: #F2F2F2;
   scrollbar-shadow-color: #999999;
   scrollbar-highlight-color: #999999;
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-darkshadow-color: #FFFFFF;
   scrollbar-track-color: #F2F2F2;
   scrollbar-arrow-color: #999999;
   BACKGROUND-POSITION: center 50%; BACKGROUND-IMAGE: url('../img/bg.jpg');
	
}

td,div,li{
	font-family: "宋体";
	font-size:12px;
	line-height:160%;
	color:#666666;
	}

img{ 
	border:0px;	
}

/** Link  */	
A:link {
	COLOR: #666666; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: none;
}
A:active {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #CC0000; TEXT-DECORATION: none; 
}
A.leftmenu:link {
	COLOR: #FFFFFF; TEXT-DECORATION: none;  font-size:12px;
}
A.leftmenu:visited {
	COLOR: #FFFFFF; TEXT-DECORATION: none;  font-size:12px;
}
A.leftmenu:active {
	COLOR: #FFFFFF; TEXT-DECORATION: none;  font-size:12px;
}
A.leftmenu:hover {
	COLOR: #ff0000; TEXT-DECORATION: none;  font-size:12px;
}

A.blue:link {
	COLOR: #244890; TEXT-DECORATION: none;  font-size:12px;
}
A.blue:visited {
	COLOR: #244890; TEXT-DECORATION: none;  font-size:12px;
}
A.blue:active {
	color: #FFFFFF;  text-decoration: none;  background: #FF6240;  font-size:12px;
}
A.blue:hover {
	color: #FFFFFF;    text-decoration: none;    background: #3366CC;  font-size:12px;
}

A.nav:link {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A.nav:visited {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A.nav:active {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
A.nav:hover {
	COLOR: #eeeeee; TEXT-DECORATION: none;
}
.fk{
	background-color:#ff0000;
	border-left: 1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	width:60px;
	padding: 4px;
	cursor: hand;
	color:#FFFFFF;
}

/** Input  */	
form {
    margin: 0;   padding: 0;
}
input,textarea,select      { 
	font-family: Tahoma, Verdana; font-size: 12px;  color: #000000; font-weight: normal;PADDING-LEFT: 2px; background-color: #F7F7EF; border:1px solid #666666;
 }
.inputn     { 
	font-family: Tahoma, Verdana; font-size: 12px;  color: #000000; font-weight: normal;PADDING-LEFT: 2px; background-color: #F7F7EF; border:1px solid #666666; width:400px;
 }
 .textarean { 
	font-family: Tahoma, Verdana; font-size: 12px;  color: #000000; font-weight: normal;PADDING-LEFT: 2px; background-color: #F7F7EF; border:1px solid #666666; width:400px; height:80px;
 }
.input2 {
	BORDER-RIGHT: #797979 1px solid; BORDER-TOP: #797979 1px solid; PADDING-LEFT: 5px; FONT-SIZE: 9pt; BORDER-LEFT: #797979 1px solid;  COLOR: #797979; BORDER-BOTTOM: #797979 1px solid; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff
}
.input400   { font-family: Tahoma, Verdana; font-size: 12px;  color: #000000; font-weight: normal; background-color: #EFEFEF;width:400px }
.input300   { font-family: Tahoma, Verdana; font-size: 12px;  color: #000000; font-weight: normal; background-color: #ffffff;width:300px }
.input200   { font-family: Tahoma, Verdana; font-size: 12px;  color: #000000; font-weight: normal; background-color: #ffffff;width:200px }

.button{ 
	font-family: Tahoma, Verdana; font-size: 12px;  color: #000000; font-weight: normal; background-color: #F7F7EF; border:1px solid #666666; cursor: hand;
 }
.button1	{ 
font-family: Tahoma, Verdana; font-size: 12px;  color: #000000; font-weight: normal; background-color: #F7F7EF; cursor: hand; }

.redbtn {
    background: #CC0000;
    border: 1px solid;
    border-color: #FDD599 #B36D04 #B36D04 #FDD599;
    color: #FFF;
    font-size: 12px;
    padding: .1em .5em !important;
    padding: .1em .5em;
	cursor: hand;	
}


.yellowbtn {
    background: #FF6240;
    border: 1px solid;
    border-color: #FDD599 #B36D04 #B36D04 #FDD599;
    color: #FFF;
    font-size: 12px;
    padding: .1em .5em !important;
    padding: .1em .5em;
	cursor: hand;	
}

.bluebtn {
    background: #3366CC;
    border: 1px solid;
    border-color: #BBCDF0 #244890 #244890 #BBCDF0;
    color: #FFF;
    font-size: 12px;
    padding: .1em .5em;
	cursor: hand;	
}

.greenbtn {
    background: #35D283;
    border: 1px solid;
    border-color: #BBCDF0 #244890 #244890 #BBCDF0;
    color: #FFF;
    font-size: 12px;
    padding: .1em .5em !important;
    padding: .1em .5em;
	cursor: hand;	
}

.darkbtn {
    background: #999999;
    border: 1px solid;
    border-color: #CCC #666 #666 #CCC;
    color: #FFF;
    font-size: 12px;
    padding: .1em .5em !important;
    padding: .1em .5em;
	cursor: hand;	
}

.blackbtn {
    background: #000000;
    border: 1px solid;
    border-color: #CCC #666 #666 #CCC;
    color: #FFF;
    font-size: 12px;
    padding: .1em .5em !important;
    padding: .1em .5em;
	cursor: hand;	
}

.inputclass {
	font-size: 12px;
	color: #FF0000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}


.Utoolbutton{border:1 double;border-color:threedface threedface threedface threedface; background:threedface} 
.Dtoolbutton{border:1 double;border-color:#FFFFFF #999999 #999999 #FFFFFF; background:threedface} 
.Ctoolbutton{border:1 double;border-color:#999999 #FFFFFF #FFFFFF #999999; background:threedface} 

/** Title  */	
.title_red {
	color: #ff0000;
}
.title_green {
	color: #009933;
}
.title_gray{
	color: #999999;
}
.title_white{
	color: #ffffff;
}

.title_red_w {
	color: #cc0000;
	font-weight: bold;
}
.title_green_w {
	color: #009933;
	font-weight: bold;
}
.title_gray_w{
	color: #999999;
	font-weight: bold;
}
.content14 {
	font-size:14px;
	line-height:180%;
}

.content14_r {
	color: #cc0000;
	font-size:14px;
	line-height:180%;
}

.title14 {
	font-weight: bold;
	font-size:14px;
}

.title14_red_w {
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;
}

.TitleDate {
	font:10px Georgia, "Times New Roman", Times, serif;  clear:right;  color:#666666; 
}
.TitleDateRed {
	font:10px Georgia, "Times New Roman", Times, serif;  clear:right;  color:#CC0000; 
}
.TitleEN {
	font-family: Tahoma, Verdana; color: #cc0000;
}
.TitleNUM {
	font:11px Georgia, "Times New Roman", Times, serif;
}

.CopyRight {
	font-family: Tahoma, Verdana; font-size: 10px; 
}

/** BGcolor  */	
.bgF7 {	
    background-Color: #F7F7EF;
	}
	
.bgEF {	
    background-Color: #EFEFEF;
	}
.bgDE {	
    background-Color: #DEDFD6;
	}
		
.bgwhite {
    background-Color: #ffffff;
}

.bgBlue {
    background-Color: #EDF0FE;
}

.DoubleColorTable tr{background-color:expression("#FFFFFF,#F7F7EF".split(",")[rowIndex%2])} 

/** MENU  */
.3d {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #FFFFFF;
	background-color: #D4D0C8;
}


.line11 {
    border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
	}


.menu1 {	
    background-Color: #EAEAEA;
	border-Left: 1px solid #000000;
	border-Top: 1px solid #000000;
	border-Right: 1px solid #000000;
	border-Bottom: 1px solid #000000;
	}

/** Table  */
.table_line_lr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0CECE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D0CECE;
	cursor: hand;
	color: #ffffff;
	text-align:center;
}
.table_line_r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0CECE;
	cursor: hand;
	color: #ffffff;
	text-align:center;
}

.icon{
	position: relative;
	top:3px;
	margin-right:1px;
}

.warning {
    color:  #CC0000;
    background-color:   #FFFFCC;
	padding: 10px;
	border:     0.2em solid #CC0000;
	font-size:14px;
	line-height:180%;
	margin: 100px auto 0 auto;
	width: 80%;
}

#top{
	width:735px; height:68px; clear:both; margin-left:auto; margin-right:auto;
}
#top div{
	width:200px; height:63px; clear:left; float:left; margin-top:0px;
}
#top span{
	width:200px; height:33px; clear:right; float:right; margin-top:30px; text-align:right;
}
#menu{
	width:734px; height:30px; background-image:url(../img/menu_bg.jpg); margin-left:auto; margin-right:auto;
}
#menu div{
	width:73px; height:18px; float:left; margin-top:5px; text-align:center; color:#eeeeee;
}
#menu div a{
	color:#ddd; font-size:12px;
}
#menu div a:hover{
	color:#ffffff; font-size:12px;
}
#menu span{
	width:8px; height:30px; float:left; margin-top:0px; text-align:center; color:#eeeeee;
}

#banner{
	width:735px; height:188px; clear:both; margin-left:auto; margin-right:auto;
}

#login{
	width:167px; height:188px; clear:left; float:left; border-left: 1px solid #ffffff; background-color:#7D7D7D;
}
#login div{
	width:140px; height:25px; clear:both; float:left; margin-left:10px; color:#FFFFFF;
}
#login div a{
	color:#ddd; font-size:12px;
}
#login div a:hover{
	color:#ffffff; font-size:12px;
}
#topflash{
	width:560px; height:188px; clear:right;float:right; background-image:url(../img/flash_bg.jpg); border-right: 1px solid #eee;
}
#location{
	width:730px; height:20px; margin-left:auto; margin-right:auto; background-color:#efefef; color:#333; padding:2px; border: 1px solid #dddddd;
}
#location div{
	width:98%; height:20px; margin-left:6px; color:#333; font-family:Times New Roman, Times, serif;
}
#location div a{
	color:#333; font-family:Times New Roman, Times, serif;
}
#location div a:hover{
	color:#cc0000; font-family:Times New Roman, Times, serif;
}

#product_line{
	width:735px; height:88px; clear:both; margin-left:auto; margin-right:auto;
}
#product_t_line{
	width:735px; height:23px; clear:both; margin-left:auto; margin-right:auto;
}

#center{
	width:735px; height:auto; clear:both; margin-left:auto; margin-right:auto; margin-top:4px; 
}
#left{
	width:158px; height:auto; clear:left; float:left; margin-left:2px;
}
.solution{
	border: 1px solid #dddddd; width:100%; height:auto;  padding:2px; margin-bottom:4px;
}
.solution div{
	width:98%; height:auto; padding-left:4px;
}
.solution div ul{
	margin-left:2px; 
}
.solution div ul li{
	margin:0px; height:22px; width:96%; padding-top:2px; clear:both;  border-bottom: 1px dotted #dddddd;
}
.solution_div_title{
	width:100%; height:50px; background-color:#E4E4E4; text-align:center; padding-top:4px; padding-bottom:4px;
}
#right{
	width:540px; height:auto; clear:right; float:right; margin-right:2px;
}
.right_div_t{
	width:100%; height:auto; clear:both; float:right;
}
.right_div_title{
	width:100%; height:auto; clear:both; float:right; font-size:14px; font-family:"幼圆"; font-weight:bold; color:#CC0000; padding:4px;
}
.right_div_c{
	width:100%; height:auto; clear:both; float:right; padding:4px;
}
.right_div_c ul{
	margin-left:2px; 
}
.right_div_c ul li{
	margin:0px; height:20px; width:96%; padding-top:2px; clear:both;  border-bottom: 1px dotted #dddddd;
}
.right_div_content{
	width:100%; height:auto; clear:both; float:right; padding:4px; font-size:14px;
}
.right_div_c_text{
	width:400px; height:auto; clear:left; float:left;
}
.right_div_c_span{
	float:right; margin-right:6px; color:#666666;
}
.right_div_c_text ul{
	margin-left:2px; 
}
.right_div_c_text ul li{
	margin:0px; height:22px; width:96%; padding-top:2px; clear:both;  border-bottom: 1px dotted #dddddd;
}
.right_div_c_pic{
	width:100px; height:auto; clear:right; float:right; margin-right:10px;
}

#bottom{
	width:735px; height:78px; clear:both; margin-left:auto; margin-right:auto; background-image:url(../img/bottom_bg.jpg); text-align:center; padding-top:18px; font-size:10px;
}
#bottom div{
	width:90%; clear:both; margin-left:auto; margin-right:auto; text-align:center; font-size:10px; font-family:Tahoma; color:#666666;
}


.comment_link{
	 width:96%; height:24px; margin:auto; clear:both; padding:4px; text-align:right; float:right;  
}
.np{
   width:96%; line-height:24px; border: 1px solid #ddd; background-color:#efefef; padding:8px; margin: 6px 0px 0px 0px; font-family:Georgia, "Times New Roman", Times, serif;
}
.content_author{
	font: 12px Georgia, "Times New Roman", Times, serif;  text-align:left; padding:4px 4px 0px 12px; height:20px; background-color:#FCF8F5;  clear:both; margin:6px 0px 4px 0px;
}
.content_picture{
	padding:4px;  clear:both; margin:auto; text-align:center; overflow:hidden; z-index:99;
}
.content_content{
	font: 14px Georgia, "Times New Roman", Times, serif, "宋体";  text-align:left; padding:4px; height:auto;  clear:both; margin:2px 0px 4px 0px; line-height:160%
}
.link{
   width:96%; line-height:24px; border: 1px solid #ddd; background-color:#E5EEF5; padding:8px; margin: 6px 0px 0px 0px; font-family:Georgia, "Times New Roman", Times, serif;
}
.content_bgt{
	height:4px; width:60px;  margin:2px 4px 2px 4px; background-color:#E50066; line-height:10px; color:#FF0000;
}

.notetitle{
	height:24px; width:200px; font-weight:bold; font-size:12px; padding-top:2px;
}
.guang45{
	width:40%; height:auto; float:left; margin-left:4px;  clear:left;
}
.guang40{
	width:50%; height:auto; float:right; margin-right:4px; clear:right;
}

.caseline{
	width:510px; margin:4px; padding:4px; clear:both; float:left; border-bottom:#CCCCCC dashed 1px; height:auto;
}
.casepic{ width:200px; height:120px; overflow:hidden; margin:8px; float:left;}
.casetext{ width: 300px; margin:8px; height:120px; overflow:hidden; float:left; clear:right; line-height:24px;}
