@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
}
body
{
	background-color:#000;
}
#mainwrapper
{
	width:980px;

background-color:#fff;
margin:0 auto;
	
}
#wrapper
{
	width:960px;
	margin:0 auto;
}

#header
{
	background:url(../img/header_bg.jpg) repeat-x;
	width:940px;
	height:120px;
	padding:0 10px;

	}
.logo
{
	padding-top:27px;
	width:350px;
	float:left;
}
.menu
{
	width:400px;
	float:right;
}
.navL
{
	display:block;
	float:left;
	
	
}
.navM
{
	background-color:#000;
	width:384px;
	float:left;
	height:69px;
}
.navM ul
{
	width:384px;
}
.navM ul li
{
	float:left;
	width:128px;
	text-align:center;
	
}

.navM ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b4b4b4;
	text-decoration:none;
	line-height:69px;
	text-align:center;
	display:block;
}

.navM ul li.active , .navM ul li a:hover
{
	background-image:url(../img/hover.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	

}
.navR
{
	display:block;
	float:left;
}
#content
{
	overflow:hidden;
}
.subcontent
{
	width:940px;
	padding:30px 10px 10px 10px;
	overflow:hidden;
}
h1 
{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#12c4c2;
	padding:0 0 15px 0 ;
	font-weight:bolder;
}
h2
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
	padding:20px 0;
	font-weight:bold;
}
.mainbanner
{
	width:960px;
	height:315px;
}
#myslides {
	width: 960px;
	height: 315px;
    padding: 0;  
    margin:  0 auto;  
} 
 
#myslides img {  


    width: 960px;
    height: 315px;
   
}
.welcome
{ width:615px;
float:left;
overflow:hidden;
}
.welcome p
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	width:615px;
	color:#525252;
}

p
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;

	color:#525252;
}
.image
{
	float:right;
	margin-top:43px;
	overflow:hidden;
	
}
.cc ul
{
	padding:30px 0;
}

.cc ul li
{
	float:left;
	padding:0 50px 0 0;
	color:#cc9900;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#footer
{
	background-image:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	height:69px;
}
.footer_left p
{
	width:380px;
	height:69px; 
	line-height:69px;
	text-align:left;
	float:left;
	padding-left:10px;

	font-size:10px;
	
}
.footer_right
{
	float:right;
	width:355px;
	padding:16px 10px 0 0;
	
}

.footer_right p
{
	
	text-align:right;
	line-height:15px;
	font-size:10px;
}

.footer_right p span
{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration:none;
}
	
table , table tr, table tr td
{
	border:none;
	background-color:#fff;
	
}
table tr td
{
	
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

form
{
	padding-top:50px;
}

.contact_detail
{
	padding:30px 0 0 0;
}

.contact_detail p
{ line-height:24px;
padding-top:20px;
}

.contact_detail table tr td
{
	height:20px;
}
