@charset "utf-8";
body, html {
	margin:0px;
	text-align:center;
	
}
hr{
	width:100%;
	size:1px;
	color:#E6E6E6;
	height: 1px;
	margin: 0px;
}

a {
	color: #333;
	text-decoration: none;
	}

a:hover{
    color: #000;
	text-decoration:none;	
	}


/*******************************************************/

#container {
	width:1000px;
	color:#636363;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font: normal 12px/1.5em Arial, Helvetica, sans-serif;
	}

input, select,textarea {
	font:normal 11px/1 Arial, Helvetica, sans-serif;
	background-image:url(images/input_bg.gif);
	border: 1px solid #CACACA;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
input{
	width:140px;
	height: 18px;
}
textarea {
    width:180px;
	height: 75px;
  }
	
/*******************************************************/
#nav{
	margin-left: 20px;
	vertical-align: top;
	height: 30px;
	
}

ul#navmenu {
	margin:0;
	padding:0;
	
	}

ul#navmenu li {
	list-style:none;
	float:left;
	display:inline;
	position:relative;
	}



/* Root Menu */	
ul#navmenu a {
	height:25px;
	width:80px;
	text-decoration:none;
	text-indent:-5000px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}
	
.m1 a { background:url(images/mainmenu_01.gif);}
.m2 a { background:url(images/mainmenu_02.gif);}
.m3 a { background:url(images/mainmenu_03.gif);}
.m4 a { background:url(images/mainmenu_04.gif);}
.m5 a { background:url(images/mainmenu_05.gif);}

.iehover a {background-position:left -32px}

.m1 a:hover,
.m1:hover a{ background:url(images/mainmenu_01ov.gif);}
.m2 a:hover,
.m2:hover a{ background:url(images/mainmenu_02ov.gif);}
.m3 a:hover,
.m3:hover a{ background:url(images/mainmenu_03ov.gif);}
.m4 a:hover,
.m4:hover a{background:url(images/mainmenu_04ov.gif); }
.m5 a:hover,
.m5:hover a{background:url(images/mainmenu_05ov.gif);}

#nav01_active{ background:url(images/mainmenu_01ov.gif) no-repeat left top;}
#nav02_active{ background:url(images/mainmenu_02ov.gif) no-repeat left top;}
#nav03_active{ background:url(images/mainmenu_03ov.gif) no-repeat left top;}
#nav04_active{ background:url(images/mainmenu_04ov.gif) no-repeat left top;}
#nav05_active{ background:url(images/mainmenu_05ov.gif) no-repeat left top;}


#header{
   width: 960px;
   margin-left: 20px;
   background-image: url(images/header_bg.gif);	
	background-repeat: no-repeat;
	background-position: right top;
}
#language {
	margin-top: 20px;
	margin-right: 20px;
}



#key {
	margin-left: 20px;
	
}
#center{
	width: 960px;
	margin-left: 20px;
	background: #E6E6E6 url(images/center_line.gif) no-repeat left top;
}



#youon{
	background: #FBFBF4;
	border-bottom: 1px solid #ECE9D8;
	margin: 17px 9px 0px 10px;
	height: 31px;
}
#youon a{
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}
#youon a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
#youon p{
	color: #333333;
	font-size: 12px;
	padding-left: 25px;
}
#ctn_table{
	background: #FFFFFF;
	border-bottom: 1px solid #ECE9D8;
	margin: 0px 9px 25px 10px;
	height: 31px;
}
#ctn_table p{
	color: #333333;
}

#footer{
	width: 960px;
	height: 85px;
	line-height: 3.3em;
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
}
#foot_sos{
	float: right;
	width: 65px;
}


/*************************index******************************/
#idxctn{
	width: 960px;
	margin-left: 20px;
	background-color: #E6E6E6;
	background-image: url(images/index_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#idx_table{
	margin-top: 17px;
	margin-right: 9px;
	margin-bottom: 25px;
	margin-left: 10px;    
}
#idx_table p{
	padding: 9px 10px 10px;
	color: #333333;
}
#pro ul{
	margin: 15px 10px 10px 15px;
	padding: 0px;
	list-style: none;
}
#pro ul li{
	background: url(images/icon_bule.gif) no-repeat left 2px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	list-style: none;
}
#pro li a{
	font-weight: bold;
	color: #666;
	text-transform: capitalize;
	font-size: 11px;
}
#pro li a:hover{
	font-weight: bold;
	color: #2C7FB1;
	text-decoration: underline;
}


#new ul{
	margin: 15px 10px 10px 15px;
	padding: 0px;
	list-style: none;
}
#new ul li{
	background: url(images/icon_green.gif) no-repeat left 2px;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	list-style: none;
}
#new li a{
    font-weight: normal;color: #666;	
}
#new li a:hover{
	font-weight: normal;color: #81AD87;	
}
#idx_contact p{
	font-size: 11px;
	line-height: 1.3em;  
}
/*************************end index******************************/

.ctn_left{
	padding: 25px;
	background: #FFFFFF;
}
.ctn_right {
	background: url(images/about_contact.jpg) no-repeat left 30px;
	padding-top: 85px;
	padding-right: 10px;
	padding-left: 15px;
	color: #000000;
	line-height: 1.3em;
}
#ctn_map{ float: right; }

.pro_right {
	background: url(images/pro_bg.jpg) no-repeat left 30px;
	padding-top: 45px;
	padding-right: 10px;
	padding-left: 15px;
	color: #666;
	line-height: 1.3em;
	font-size: 12px;
}
.pro_right h1{
	font-size: 14px;
	font-weight: bold;
	color: #0089B7;	
}

.new_table{
	padding: 0px;
	color: #333333;
}
.new_table td{
	border-bottom: 1px solid #D8D8D8;
	padding: 8px;
}
.date{
	font: 11px Arial, Helvetica, sans-serif;
	color: #92AAC0;    
}
.blue_txt {
	font: 12px/normal Arial, Helvetica, sans-serif, PMingLiU;
	color: #009AFF;
	text-decoration: underline;
}
.newstitle{
	font: 12px Arial, Helvetica, sans-serif, PMingLiU;
	color: #BE3931;
	text-decoration: none;
}
.new_page{
	font: bold 12px Arial, Helvetica, sans-serif, PMingLiU;
	color: #009AFF;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 700px;
}
.new_page a{
	color: #BE3931;
}
.new_page a:hover{
	color: #BE3931;
	text-decoration: underline;
}

/******************************************************************/

.pro_table{
	padding: 0px;
	color: #333333;
}
.pro_table td{
	padding: 0px;
	font: bold 12px/1.5em Arial, Helvetica, sans-serif, PMingLiU;
	color: #3196DE;
	text-decoration: none;
}
.pro_table td a{
	color: #3196DE;
	text-decoration: none;
}
.pro_table td a:hove{
	color: #3196DE;
	text-decoration: none;
}

#pro-right ul{
	margin: 15px 0px 10px;
	padding: 0px;
	list-style: none;
}
#pro-right  li{
	background: url(images/line_pro.gif) no-repeat left -2px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	height: 25px;
}
#pro-right  li a{    
	font-weight: bold;
	color: #666;	
}
#pro-right li a:hover{
	font-weight: bold;
	color: #2C7FB1;
	text-decoration: underline;
}
#line_active{
	color: #CC0033;
	font-size: 12px;
	font-weight: bold;
}

#third_pro{
	margin-left: 20px;  
}
#third_pro h1{
	font-size: 14px;
	font-weight: bold;
	color: #0089B7;
	text-decoration: none;
	border-bottom: 1px solid #E1E1E1;
}
#third_table{
	background: #E6E6E6;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#third_table th{
	background: #0089B7;
	margin: 0px;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#third_table td{
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #333;
	padding-left: 10px;
}
.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.sitemap a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.sitemap a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.sitemap a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

