body {
	width: 100%;
	height:100%;
	font-size: 12px;
	font-family: Tahoma, Helvetica, Arial, Simsun;
	margin: 0;
}

html{
	height:100%; 
	overflow-y:scroll;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.fnone {
	float:none;
}

.fc-red {
	color:#ff0000;
}

.fc-green {
	color:#00ff00;
}

.fc-blue {
	color:#0000ff;
}

.ml2{
	margin-left:2px;
}

.ml4{
	margin-left:4px;
}

.ml5{
	margin-left:5px;
}

.ml10{
	margin-left:10px;
}

.ml15{
	margin-left:15px;
}

.ml20{
	margin-left:20px;
}

.ml30{
	margin-left:30px;
}

.ml40{
	margin-left:40px;
}

.ml50{
	margin-left:50px;
}

.ml100{
	margin-left:100px;
}

.mr5{
	margin-right:5px;
}

.mr10{
	margin-right:10px;
}

.mb10{
	margin-bottom:10px;
}

.mt2{
	margin-top:2px;
}

.mt5 {
	margin-top: 5px;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mb5 {
	margin-bottom:5px;
}

.mb10 {
	margin-bottom:10px;
}

.f14 {
	font-size: 14px;
}

.pt5 {
	padding-top:5px;
}

.pt10 {
	padding-top:10px;
}

.pl5 {
	padding-left:5px;
}

.pb5 {
	padding-bottom:5px;
}

.tl {
	text-align:left;
}

.tc {
	text-align:center;
}

sup {
	color: #f00;
	font-weight: bold;
}

.w20 {
	width:20px;
}

.w30 {
	width:30px;
}

.w40 {
	width:40px;
}

.w50 {
	width:50px;
}

.w60 {
	width:60px;
}

.w70 {
	width:70px;
}

.w75 {
	width:75px;
}

.w80 {
	width:80px;
}

.w85 {
	width:85px;
}

.w90 {
	width:90px;
}

.w100 {
	width:100px;
}

.w110 {
	width:110px;
}

.w120 {
	width:120px;
}

.w140 {
	width:140px;
}

.w160 {
	width:160px;
}

.w180 {
	width:180px;
}

.w200 {
	width:200px;
}

.w240 {
	width:240px;
}

.w300 {
	width:300px;
}

* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

a,a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ul {
	list-style: none;
}

.logo {
	margin: 10px 0;
}

.left {
	width: 160px;
	float: left;
}

h4 {
	color: #1763c1;
	font-size: 14px;
	font-weight: bold;
}

.hot {
	font-weight: bold;
	font-size: 13px;
	color: #ff0000;
}

select,input,button,textarea {
	-x-system-font: none;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.fc_orange {
	color: #E37E22;
}

.fc_red {
	color: #FF0000;
}

.fc_green {
	color: #007A00;
}

.fc_blue {
	color: #0000EE;
}

.fc_gray {
	color: #818181;
}

.fc_white {
	color: #FFFFFF;
}

.fc_black {
	color: #000000;
}

.fc_sku {
	color: #9e9e9e;	
}

input[type="checkbox"] {
	width: 13px;
	height: 13px;
	line-height: 13px;
	margin-right: 2px;
	vertical-align: -2px;
	*vertical-align: middle;
	_vertical-align: 3px;
}

input[type="radio"] {
	vertical-align:-3px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.cursor {
	cursor: pointer;
}

.desc {
	margin: 8px;
	height: 26px;
	height:auto !important;
	background-color: #f2f9fd;
	border: #cde6ff 1px solid;
}

.desc_content{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.left {
	text-align: left;
}

.tabbox {
	padding-left: 8px;
	padding-right: 8px;
}

.button1 {
	border-bottom: #dcdcdc 1px solid;
	min-width: 46px;
	text-align: center;
	border-left: #dcdcdc 1px solid;
	padding-bottom: 0px;
	line-height: 24px;
	height: 24px;
	background-color: #f5f5f5;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	color: #444;
	font-size: 13px;
	border-top: #dcdcdc 1px solid;
	cursor: default;
	font-weight: bold;
	border-right: #dcdcdc 1px solid;
	padding-top: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
}

*+html .button1 {
	min-width: 70px;
}

button.button1,input.button1[type="submit"] {
	height: 24px;
	line-height: 24px;
	margin: 0;
}

*+html button.button1,*+html input.button1[type="submit"] {
	overflow: visible;
}

.button1:hover {
	-moz-transition: all 0s ease 0s;
	background-color: #F8F8F8;
	background-image: -moz-linear-gradient(center top, #F8F8F8, #F1F1F1);
	border: 1px solid #C6C6C6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #333333;
	text-decoration: none;
}

.button1:active {
	background-color: #F6F6F6;
	background-image: -moz-linear-gradient(center top, #F6F6F6, #F1F1F1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.button1:visited {
	color: #666666;
}

.button_submit {
	min-width: 46px;
	padding: 0 8px;
	background-color: #4D90FE;
	background-image: -moz-linear-gradient(center top, #4D90FE, #4787ED);
	border: 1px solid #3079ED;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.button_submit:hover {
	background-color: #357AE8;
	background-image: -moz-linear-gradient(center top, #4D90FE, #357AE8);
	border: 1px solid #2F5BB7;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.button_submit:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

*+html .button1 {
	min-width: 70px;
}

.button_red {
	background-color: #D14836;
	background-image: -moz-linear-gradient(center top, #DD4B39, #D14836);
	border: 1px solid transparent;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}

.button_red:hover {
	background-color: #C53727;
	background-image: -moz-linear-gradient(center top, #DD4B39, #C53727);
	border: 1px solid #B0281A;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.button_red:active {
	background-color: #B0281A;
	background-image: -moz-linear-gradient(center top, #DD4B39, #B0281A);
	border: 1px solid #992A1B;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.span16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  margin-right: 2px;
  color: #ffffff;
  cursor: pointer;
}

.span18 {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  margin-right: 2px;
  color: #ffffff;
  cursor: pointer;
}

.span20 {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  margin-right: 2px;
  color: #ffffff;
  cursor: pointer;
}

.spanEdit {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  margin-right: 2px;
  margin-left: 2px;
  color: #ffffff;
  cursor: pointer;
  background-image:url(../images/edit2.png);
}

.bc_gray {
	background: #818181;
}

.bc_blue {
	background: #1b6fd7;
}

.bc_red {
	background: #FF0000;
}

.bc_green {
	background: #007A00
}

.bc_red {
	background: #FF0000
}

.login_top
{
	width: 990px;
	margin: 0 auto;
	height:80px;
	line-height:80px;
}

.login_top span
{
	margin-top:20px;
}

.login_kf
{
	float:right;
	height:80px;
	line-height:80px;
}
.login_kf .contact{
	float:left;
	font-size:16px;
	color:#666;
	padding-left:15px
} 
.login_kf i{
	font-size:16px;
	color:#e53a26;
	font-weight:bold;
	float:left;
}

.login_main
{
	background:#1e90ff;
	width:100%;
}

.login_wrap
{
	width: 990px;
	margin: 0 auto;
	height:475px;
}

.login_content{
	margin-top: 2px;
	border-radius: 3px;
	zoom: 1
}

.loginbg
{
	float: left;
}

.loginbg img{
	width:450px;
	height:350px;
	padding:45px 0;
}

.login_box
{
	width: 350px;
	border-top: 3px solid #007a00;
	border-left: 1px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	background: #FFFFFF;
	border-radius: 5px;
	min-height: 314px;
	float: right;
	margin:45px 0;
}

.login_tab
{
	width:100%;
	float:left;
	height:50px;
	font-size:14px;
	cursor: pointer;
	padding-bottom:30px;
}

.login_tab_menu
{
	height:50px;
	line-height:50px;
	width:50%;
	float:left;
	margin:0 auto;
	text-align:center;
	background-color:#efefef;
}

.login_tab_sel
{
	background-color:#fff;
}

.login_inner_box
{
	width: 236px;
	margin: 0 auto;
}

.login_inner_box ul li
{
	position: relative;
	margin-top: 15px;
	width: 236px;
}

.login_inner_box ul li em
{
	position:absolute;
	top: 10px;
	right: -10px;
	display: block;
	width: 14px;
	height: 14px;
}

.login_box input
{
	width: 206px;
	height: 36px;
	padding-left: 14px;
	border: 1px solid #dedede;
	line-height: 36px;
	color: #999999; 
	font-size:14px;
	font-family: 'Microsoft Yahei';
}

.login_martop
{
	padding:12px 0px 6px 0px;
	height:22px;
}

.login_error
{
	width:188px;
	border: 1px solid #ff0000;
	padding-left: 32px;
	height:20px;
	line-height:20px;
	color: #cc0000;
}

.login_bottom
{
	height: 46px;
	background: #f3f3f3;
	line-height: 46px;
	border-radius: 6px;
}

.login_bottom p
{
	text-align: center;
	color: #777777;
}

.login_bottom p a
{
	color: #2965b1;
	text-decoration: none;
}

.login_bottom p a:hover,.login_inner_box li a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.login_footer
{
	text-align: center;
	color: #555;
	padding: 10px 0;
}

.login_plat_list
{
	cursor: pointer;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 1px;
	width:65px;
	color: #000;
}

.login_plat_list .item
{
	display: inline-block;
	width: 20px;
	height:20px;
}

.login_plat_list .label
{
	float:left;
	height:20px;
	line-height:20px;
}

.plat_tb
{
	background: url(../images/plat/tb_s.png)
}

.plat_ks
{
	background: url(../images/plat/ks_s.png)
}

.plat_sn
{
	background: url(../images/plat/sn_s.png)
}

.plat_wd
{
	background: url(../images/plat/wd_s.png)
}

.plat_z8
{
	background: url(../images/plat/z8_s.png)
}

.plat_jd
{
	background: url(../images/plat/jd_s.png)
}

.plat_dd
{
	background: url(../images/plat/dd_s.png)
}

.plat_yz
{
	background: url(../images/plat/yz_s.png)
}

.plat_fx
{
	background: url(../images/plat/fx_s.png)
}

.plat_bb
{
	background: url(../images/plat/bb_s.png)
}

.plat_jp
{
	background: url(../images/plat/jp_s.png)
}

.plat_wm
{
	background: url(../images/plat/wm_s.png)
}

.plat_ws
{
	background: url(../images/plat/wm_s.png)
}

.plat_md
{
	background: url(../images/plat/md_s.png)
}

.plat_vp
{
	background: url(../images/plat/vp_s.png)
}

.plat_my
{
	background: url(../images/plat/my_s.png)
}

.plat_fn
{
	background: url(../images/plat/fn_s.png)
}

.plat_gm
{
	background: url(../images/plat/gm_s.png)
}

.plat_pd
{
	background: url(../images/plat/pdd_s.png)
}

.plat_jd
{
	background: url(../images/plat/jd_s.png)
}

.plat_mgj
{
	background: url(../images/plat/mgj_s.png)
}

.plat_mls
{
	background: url(../images/plat/mls_s.png)
}

.plat_tt
{
	background: url(../images/plat/tt_s.png)
}

.plat_sp
{
	background: url(../images/plat/sp_s.png)
}