/*///////////////For All///////////////*/

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
img {
	border: none;
}
input {
	font: normal 11px Arial;
	color: #555;
}
select {
	font: normal 11px Arial;
	color: #333;
}
/*///////////////Body///////////////*/

body {
	background: #fff url(../images/bg.jpg) repeat-y top center;
	font: normal 12px Arial;
	color: #333;
}
.container {
	width: 950px;
	margin: 0 auto;
	padding: 0 auto;
	background-color: #ddd;
}
/*///////////////Header///////////////*/

.header {
	height: 100px;
	background-color: #fff;
	overflow: hidden;
}
/*///////////////Slide///////////////*/

.banner {
	height: 176px;
	overflow: hidden;
	background-color: #292929;
	background: #292929 url(../images/slide_bg_mid.jpg) repeat-x;
}
.banner_left {
	float: left;
	height: 176px;
	width: 15px;
	background: #292929 url(../images/slide_bg_left.jpg) no-repeat;
}
.banner_slide {
	float: left;
	padding-left: 2px;
	height: 176px;
	width: 400px;
}
.recharge {
	float: left;
	height: 176px;
	width: 157px;
}
.banner_link {
	float: left;
	height: 176px;
	width: 365px;
}
.banner_link p {
	font: normal 18px Arial;
	color: #fc0;
	margin: 30px 10px 0 10px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 3px;
	text-align:center;
	letter-spacing: -1px;
}
.desk {
	margin: 5px 0 0 10px;
	clear: both;
}
.desk_but {
	height: 36px;
	width: 200px;
	overflow: hidden;
}
.desk_but_l {
	float: left;
	height: 36px;
	width: 4px;
	background: url(../images/desk_but_l.jpg) no-repeat;
}
.desk_but_m {
	float: left;
	height: 36px;
	width: 162px;
	background: url(../images/desk_but_m.jpg) repeat-x;
	font: bold 13px Arial;
	color: #fff;
	line-height: 36px;
	text-align: center;
}
.desk_but_r {
	float: left;
	height: 36px;
	width: 4px;
	background: url(../images/desk_but_r.jpg) no-repeat;
}
.desk a {
	float: left;
	margin: 3px 6px 0 0;
	cursor: pointer;
}
.desk a:hover {
	border-right: 2px solid #cf0;
}
.banner_right {
	float: right;
	height: 176px;
	width: 15px;
	background: #292929 url(../images/slide_bg_right.jpg) no-repeat;
}
/*///////////////Buttons///////////////*/

.buttons {
	background: #666 url(../images/buttons.jpg) repeat-x;
	height: 30px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #cbcbcb;
}
/*///////////////Tricker///////////////*/

.trick_space {
	height: 10px;
	overflow: hidden;
}
.tricker {
	margin: 0 auto;
	padding: 0 auto;
	background-color: #fff;
	width: 930px;
	height: 25px;
	font: bold 11px Arial;
	color: #333;
	line-height: 23px;
}
/*///////////////Content///////////////*/

.content {
	background: #fff url(../images/con_bg.gif) repeat;
	overflow: hidden;
}
.con_side {
	float: left;
	width: 190px;
	margin: 10px 0;
	background-color: #fff;
}
.con_side table {
	font: normal 11px Arial;
	color: #555;
	line-height: 15px;
}
.con_side ul {
	font: normal 11px Arial;
	color: #666;
	margin: 0 15px 15px 15px;
	line-height: 14px;
}
.con_side li {
	padding: 3px 0;
}
.con_side a {
	color: #666;
}
.con_side a:hover {
	color: #047;
}
.box_mid {
	padding-top: 5px;
}
.box_mid p {
	font: bold 12px Arial;
	color: #047;
	padding: 5px 0 0 15px;
}
.login_link li {
	display: inline;
}
.login_link a {
	font: normal 10px arial;
	color: #000;
}
.login_link a:hover {
	color: red;
	text-decoration: underline;
}
.text {
	border: 1px solid #ccc;
	width: 155px;
	height: 18px;
	margin-left: 12px;
	background-image: url(../images/input.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 4px 0 0 5px;
}
.but_img {
	margin: 10px 0 3px 14px;
}
.con_mid {
	float: left;
	width: 530px;
	margin: 10px;
	background-color: #fff;
}
.con_mid p {
	font: bold 14px Arial;
	color: #048;
	margin: 20px 20px 5px 16px;
	text-align: center;
	border: 1px solid #ddd;
}
.con_mid ol {
	margin: 20px 0 20px 20px;
}
.con_mid li {
	list-style: disc inside;
	color: #047;
}
.con_mid li a {
	font: bold 12px Arial;
	color: #777;
	line-height: 18px;
}
.con_mid li a:hover {
	color: #333;
}
.con_mid table {
	font: normal 11px Arial;
	color: #047;
}
.con_mid a {
	font: bold 10px Arial;
	color: #555;
}
.con_mid a:hover {
	color: #047;
}
.con_space {
	float: left;
	width: 10px;
	height: 100px;
}
.head {
	font: bold 14px Arial;
	color: #fff;
	line-height: 35px;
	margin: 10px 0 5px 0;
	text-align: center;
	background-color: #565656;
	text-transform: uppercase;
}
.tag {
	font: bold 12px Arial;
	color: #047;
	line-height: 25px;
	margin: 7px 0 5px 15px;
}
.form_text {
	font: normal 11px Arial;
	color: #333;
	line-height: 18px;
	margin: 5px 0 2px 0;
}
.img_link {
	border-top: 3px solid #565656;
	width: 190px;
	text-align: center;
	padding: 12px 0;
	background-color: #fff;
}
.soft_down {
	text-align: center;
	padding-bottom: 5px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	line-height: 20px;
	margin: 10px 10px;
}
.soft_down img {
	margin-top: 15px;
}
.soft_down p {
	font: bold 11px Arial;
	color: #049;
}
.soft_down a:hover {
	color: #333;
	text-decoration: underline;
}
.soft_down .small {
	font: normal 10px Arial;
	color: #888;
}
.product {
	float: left;
	width: 494px;
	background-color: #f1f2f2;
	padding: 6px 0;
}
.product .box {
	float: left;
	width: 116px;
	height: 80px;
	overflow: hidden;
}
.product_space {
	float: left;
	width: 15px;
	height: 50px;
}
.card_space {
	float: left;
	width: 6px;
	height: 50px;
}
.color {
	padding: 5px 0;
	margin: 5px 10px;
	background-color: #9c6;
}
.choose {
	font: bold 12px Arial;
	color: #047;
	margin: 5px 0 3px 13px;
}
/*///////////////Footer Navigation///////////////*/

.nav {
	background-color: #000;
	height: 30px;
}
.nav ul {
	text-align: center;
	padding-top: 7px;
}
.nav li {
	display: inline;
}
.nav a {
	font: normal 11px Arial;
	color: #fc0;
	padding: 0 20px;
}
.nav a:hover {
	color: #fff;
}
/*///////////////Footer///////////////*/

.footer {
	height: 30px;
	font: normal 10px Arial;
	color: #777;
	text-align: center;
	line-height: 30px;
}
.footer span {
	font: bold 11px Arial;
	color: #555;
}
.statick {
	position: absolute;
	width: 190px;
	height: 10px;
	background-color: #fff;
	margin: 353px 0 0 10px;
	overflow: hidden;
}
