@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background: none repeat scroll 0% 0% transparent;	
	text-align:left;
}
body{
	background:#002c5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(bg.gif);
}

a{
	text-decoration:none;
	color:#fff;
}

a img{
	border:none;
}
ul {
	list-style-type: none;
}

p{
	text-align:justify;
	
}
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}	
/* FF, Safari, Opera—p */

.clearfix {
	display:inline-block;
	}
/* IE7, MacIE5—p */

/* The Following Hidden From MacIE \*/
	* html .clearfix { height:1%; }
	.clearfix { display:block; height:inherit; }

.clear { 
	clear: both; 
	height: 0;
}
#sectionWrapper{
	width:980px;
	height:auto;
	margin:0 auto;
	padding: 0 0 6px 0;
}
#sectionWrapper .sectionHeader{
	width:980px;
	height:105px;
	margin:40px 0 0 0;
	position:relative;
}
#sectionWrapper .sectionHeader .lang, .time{
	position:absolute;	
	z-index:99;
}
#sectionWrapper .sectionHeader .lang {
	right:0px;
}
#sectionWrapper .sectionHeader .time{
	right:92px;
	top:1px;
}
#sectionWrapper .sectionHeader .logo{
	width:250px;
	height:105px;
	float:left;
}
#sectionWrapper .sectionHeader .sectionLogin{
	width:550px;
	height:105px;
	float:right;
	position:relative;
}
#sectionWrapper .sectionHeader .sectionLogin .login{
	width:250px;
	height:60px;
	margin:30px 0 0 0;
}
#sectionWrapper .sectionHeader .sectionLogin .login table td{
	vertical-align:middle;
	height:30px;
	text-align:left;
}

#sectionWrapper .sectionHeader .sectionLogin  .login img{
	float:left;
	height: 23px;
	width: 62px;
	border: 1px solid #1975A7;
}
#sectionWrapper .sectionHeader .sectionLogin img.register{
	position:absolute;
	right:0px;
	top:40px;
}
#sectionWrapper .sectionHeader .sectionLogin  .login input{
	width:140px;
	height:23px;
}
#sectionWrapper .sectionHeader .sectionLogin  .login input.code{
	width:60px;
}
#sectionWrapper .sectionHeader .sectionLogin .btnLogin{
	width:77px;
	height:27px;
	position:absolute;
	background:url(signin.png) no-repeat;
	border:none;
	cursor:pointer;
	top:45px;
	left:280px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}
#sectionWrapper .sectionMenu{
	width:980px;
	height:40px;
	background:url(menu.png) no-repeat;
	position:relative;
}
#sectionWrapper .sectionMenu ul{
	list-style:none;
	position:absolute;
	top:10px;
	left:30px;
}
#sectionWrapper .sectionMenu ul li{
	height:20px;
	padding:0 1px;
	font-family:Arial, sans-serif;
	font-size:17px;	
	font-weight:bold;
	border-right:1px solid #1c6080;
	text-transform:uppercase;
	display:inline;
}
#sectionWrapper .sectionMenu ul li.sectionMenu1{
	padding:0 2px;
	font-size:15px;
}
#sectionWrapper .sectionMenu ul li a{
	color:#2a2a2a;
	display:inline-block;
}
#sectionWrapper .sectionMenu ul li:last-child{
	border-right:0px;
}
#sectionWrapper  #sectionInfo{
	width:760px;
	height:23px;
	background:url(info.png) no-repeat;
	padding:0 135px 0 85px;
	margin:5px 0 0 0;
}
#sectionWrapper  #sectionInfo marquee{
	color:#fff;
	margin:3px 0 0 0;
}
#sectionWrapper #sectionContain1,
#sectionWrapper #sectionContain2,
#sectionWrapper #sectionContain3{
	width:980px;
	height:auto;
	margin:5px 0 0 0;
}
#sectionWrapper #sectionContain1 #slider{
	width:625px;
	height:240px;
	float:left;
}
#sectionWrapper #sectionContain1 #contact{
	width:350px;
	height:240px;
	float:right;
}
#sectionWrapper #sectionContain1 #contact img{
	float:left;
}

#sectionWrapper #sectionContain2 img,
#sectionWrapper #sectionContain3 img{
	float:left;
}
#sectionWrapper #sectionContain2 img.right{
	margin-left:10px;
}
#sectionWrapper #sectionContain2 img.top{
	margin-bottom:10px;
}
#sectionWrapper #sectionContain3 img.top{
	margin-bottom:5px;
}
#sectionWrapper #sectionFooter{
	width:980px;
	height:40px;
	margin-top:5px;
}
