html, body, div, span,h1, h2, h3, h4, h5, h6, p,
a, em, img, q, s, small, strong,b, u, i,dl, dt, 
dd, ol, ul, li,form, label,table, caption, tbody,
tfoot, thead, tr, th, td,article,footer, header, 
menu, nav,section, time, audio, video,button ,input,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "arialbd","微软雅黑";
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	line-height: 1.2
}

a{ 
	display: block;
	text-decoration: none;
	cursor:pointer;
}
/*a:hover,a:active{
	color: #000;
}*/
img{
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.textCenter{
	text-align: center;
}
.textLeft{
	text-align: left;
}
.textRight{
	text-align: right;
}
.clearfloat{zoom:1;}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	overflow:hidden;
	height:0;
}
input {
	-webkit-appearance:none; /*去掉iPhone、iPad的默认按钮、输入框样式*/
}
textarea{ 
	-webkit-appearance: none;
}   
input:focus{
	outline:none;
}
select:focus{
	outline:none;
}
textarea:focus{
	outline:none;
}
button:focus{
	outline:none;
}
body{
	width: 100%;
	height: 100%;
	background: url(../../images/images/bg.jpg) no-repeat;
	background-size: cover;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='file:///D:/WWW/C20/themes/simplebootx/Public/images/images/bg.jpg',sizingMethod='scale');*/
}
.zhuxi{
	background: #D0D7F0;
	filter:none;
	/*background: url(../../images/images/huanying.jpg) no-repeat;
	background-size: cover;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='__TMPL__Public/images/images/bg.jpg',sizingMethod='scale');*/
}
@media screen and (min-width: 1000px) {
    .wrapper{
		max-width: 1000px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1200px) {
    .wrapper{
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1400px) {
    .wrapper{
		max-width: 1400px;
		margin: 0 auto;
	}
}

@font-face {
	font-family: 'FZDBSJW';
	src:url('../../fonts/FZDBSJW.ttf');
}
@font-face {
	font-family: 'arialbd';
	src:url('../../fonts/arialbd.ttf');
}
@font-face {
	font-family: 'Deng';
	src:url('../../fonts/Deng.ttf');
}
@font-face {
	font-family: 'Dengb';
	src:url('../../fonts/Dengb.ttf');
}
@font-face {
	font-family: 'seguibl';
	src:url('../../fonts/seguibl.ttf');
}
@font-face {
	font-family: 'segoeuib';
	src:url('../../fonts/segoeuib.ttf');
}
@font-face {
	font-family: 'msyh';
	src:url('../../fonts/msyh.ttc');
}
.spill{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.transparent{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#20000000",endColorstr = "#20000000");
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}
.screenLine{
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 100%;
}
.white{
	color: #fff;
}