﻿@charset "utf-8";
*{ margin:0px; padding:0px;}
body{ font-size:12px; font-family:"Microsoft YaHei",SimSun,Arial,Helvetica,sans-serif; color:#333; background:#FFF; }
ul li{ margin:0px; padding:0px; list-style-type:none;}
form,ul,li,table,td,p,span,h1,h2,h3,h4,h5,img,dl,dt,dd{ margin:0px; padding:0px;}
img{ border:none;}
a{ color:#000000; text-decoration:none;}
a:hover,a:active{ color:#000000; text-decoration:none;}
.show{ display:block;}
.hidden{ display:none;}
.float_l{ float:left}
.float_r{ float:right}
.clear_both{clear:both;}
.pointer{ cursor:pointer;}
.f12{ font-size:12px;}
.en_ft{ font-family:Arial;}
.word_break{ word-break:break-all; overflow:hidden; TABLE-LAYOUT:fixed; WORD-WRAP:break-word;}
.fixedHeader{ position:fixed; left:0; top:0; z-index:100;}
.ellipsis {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


body,html{width: 100%;height: 100%;overflow: hidden;}
.error{
	width: 600px;
	height: 400px;
	position: relative;
	top:50%;
	left: 50%;
	margin: -200px auto auto -300px;
	background: url(../images/error.png) center center no-repeat;
}
.container{
	position: absolute;
	top: 220px;
	left: 60px;
	overflow: hidden;
}
.container p{
	color:#41ad76;
	font-size: 18px;
	font-weight: bold;
}
.container a{width: 100px;height: 25px; line-height:25px;color: #d88906;font-size: 16px;text-align: center;  border: 2px solid #d88906;border-radius: 10px;margin-top: 15px;display:inline-block;}