a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

img{
	border: none;
}

body{
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

#wrapper{
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

#wrapper #header{
	position: relative;
	width: 1020px;
	height: 270px;
	z-index: 5000;
}

#wrapper #header #head_bg{
	position: absolute;
	width: 1020px;
	height: 105px;
}

#wrapper #header #head_bg #head_left{
	width: 140px;
	height: 105px;
	background: url(../images/left_head.png) left top no-repeat;
	float: left;
}

#wrapper #header #head_bg #head_main{
	width: 740px;
	height: 7px;
	background: url(../images/head_main.png) left top repeat-x;
	float: left;
}

#wrapper #header #head_bg #head_right{
	width: 140px;
	height: 105px;
	background: url(../images/right_head.png) left top no-repeat;
	float: left;
}

#wrapper #header #logo_bg{
	position: absolute;
	left: 90px;
	top: 27px;
	width: 330px;
	height: 190px;
	background: url(../images/logo_bg.png) left top no-repeat;
	z-index: 100;
}

#wrapper #header #logo_bg #logo{
	position: relative;
	left: 71px;
	top: 75px;
}

#wrapper #header #head_bd{
	position: absolute;
	left: 363px;
	top: 17px;
	width: 520px;
	height: 200px;
	background: url(../images/head_bd.png) left top no-repeat;
}

#wrapper #header #man_main{
	position: absolute;
	left: 533px;
	top: 48px;
	z-index: 100
}

#wrapper #header #man_main #man_reg{
	position: absolute;
	left: 0;
	top: 0;
	width: 380px;
	height: 238px;
	background: url(../images/man_reg.png) left top no-repeat;
}

#wrapper #header #man_main #man_rec{
	position: absolute;
	left: 0;
	top: 0;
	width: 380px;
	height: 238px;
	background: url(../images/man_rec.png) left top no-repeat;
}

#wrapper #header #man_main #man_pom{
	position: absolute;
	left: -18px;
	top: 163px;
	width: 360px;
	height: 75px;
	background: url(../images/man_pom.png) left top no-repeat;
}

#wrapper #header #head_btm_m{
	position: absolute;
	left: 140px;
	bottom: 0;
}

#wrapper #header #head_btm_m #head_btm_l{
	width: 30px;
	height: 53px;
	background: url(../images/head_btm_l.png) left top no-repeat;
	float: left;
}

#wrapper #header #head_btm_m #head_btm{
	width: 620px;
	height: 53px;
	background: url(../images/head_btm.png) left top repeat-x;
	float: left;
}

#wrapper #header #head_btm_m #head_btm_r{
	width: 30px;
	height: 53px;
	background: url(../images/head_btm_r.png) left top no-repeat;
	float: left;
}

#wrapper #content{
	position: relative;
	left: 151px;
	top: -29px;
}

#wrapper #content #mainMenu{
	float: left;
	width: 206px;
	height: 337px;
	background: url(../images/menu_bg.png) left top repeat-x;
}

#wrapper #content #mainMenu ul{
	list-style: none;
	margin: 0;
	margin-top: 15px;
	padding: 0;
}

#wrapper #content #mainMenu ul li a{
	position: relative;
	display: block;
	width: 176px;
	height: 35px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 17px;
}

#wrapper #content #mainMenu ul li a:hover, #wrapper #content #mainMenu ul li a.active{
	background: #0e162a;
}

#wrapper #content #mainMenu ul li a .menuArr{
	position: absolute;
	left: 175px;
	top: 21px;
	display: block;
	width: 3px;
	height: 5px;
	background: url(../images/menu_arr.png) left top no-repeat;
}

#wrapper #content #mainMenu ul li .menuSmall{
	display: none;
	font-size: 9px;
	color: #55cdff;
}

#wrapper #content #mainMenu ul li .menuDiv{
	display:block;
	margin-left: 17px;
	width:172px;
	height:2px;
	background:url(../images/menu_div.png) left top no-repeat
}

#wrapper #content #mainMenuBtm{
	position: absolute;
	top: 337px;
	left: -85px;
	width: 369px;
	height: 31px;
	background: url(../images/menu_btm.png) left top no-repeat;
}












#wrapper #content #mainRight{
	position: relative;
	margin-left: 28px;
	margin-top: 53px;
	float: left;
	width: 466px;
	text-align: justify;
}

#wrapper #content #mainRight #mainH{
	font-size: 30px;
	color: #29406a;
	font-weight: 700;
}

#wrapper #content #mainRight #conMain{
	width: 466px;
	min-height: 245px;
	margin-top: 10px;
	color: #999b9b;
	font-size: 14px;
	border-bottom: 3px solid #2e3033;
}

#wrapper #content #mainRight #conMain a{
	color: #999b9b;
	text-decoration: none;
}

#wrapper #content #mainRight #conMain a:hover{
	text-decoration: underline;
}

#wrapper #content #mainRight #conMain .test_sig{
	float: right;
}

#wrapper #content #mainRight #conMain #supErr{
	display: block;
	text-align: center;
	color: #F00;
}

#wrapper #content #mainRight #conMain .input{
	width: 210px;
	height: 15px;
	border: 3px solid #c9d6f8;
}

#wrapper #content #mainRight #conMain #submit{
	width: 76px;
	height: 21px;
	border: none;
	background: url(../images/sup_send.png) left top no-repeat;
	margin-top: 3px;
	margin-left: 185px;
	color: #616161;
	cursor: pointer;
}

#wrapper #content #mainRight #conMain #submit:hover{
	background: url(../images/sup_send_h.png) left top no-repeat;
}

#wrapper #content #mainRight #conMain #homeImgs #homeLeft{
	display: block;
	width: 240px;
	height: 120px;
	background: url(../images/home_left.png) left top no-repeat;
	margin-top: 18px;
	float: left;
}

#wrapper #content #mainRight #conMain #homeImgs #homeLeft:hover{
	background: url(../images/home_left.png) -240px top no-repeat;
	text-decoration: none;
}

#wrapper #content #mainRight #conMain #homeImgs #homeRight{
	display: block;
	width: 270px;
	height: 140px;
	background: url(../images/home_right.png) left top no-repeat;
	float: left;
}

#wrapper #content #mainRight #conMain #homeImgs #homeRight:hover{
	background: url(../images/home_right.png) -270px top no-repeat;
	text-decoration: none;
}





#servMain{
	position: relative;
	margin: 0 auto;
	width: 1020px;
	height: 35px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#servMain #twitter{
	position: absolute;
	left: 135px;
	top: -50px;
	display: block;
	width: 100px;
	height: 70px;
	background: url(../images/twitter.png) left top no-repeat;
	text-decoration: none;
}

#servMain #servImg{
	display: block;
	margin: 0 auto;
}

#footer{
	position: relative;
	margin: 0 auto;
	width: 1020px;
	height: 108px;
	font-size: 11px;
	color: #555;
	background: url(../images/footer_bg.png) left top no-repeat;
}

#footer a{
	color: #555;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer #footLeft{
	margin-top: 15px;
	margin-left: 151px;
	width: 206px;
	float: left;
}

#footer #footRight{
	margin-top: 20px;
	float: left;
}

#footer #footRight ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #footRight ul li{
	padding: 0 23px;
	border-right: 1px solid #555;
	float: left;
}






























