@charset "UTF-8";
/* CSS Document */
/*共公样式*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;}
a:focus{
	outline:0
}
a:active{
	outline:0;
	text-decoration: none;
	color: #FF0000;
}
ul,li{
	list-style:none;
	list-style-type:none;
}
a{
	outline:0
}
img{
	border:0px
}
p{
	display:block;
	-webkit-margin-before:1em;
	-webkit-margin-after:1em;
	-webkit-margin-start:0;
	-webkit-margin-end:0
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	border:0
}
.ellipsis{
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
body{
	background-color:#fff;
	background-size:100%;
	font-family:微软雅黑;
	max-width:640px;
	margin: 0 auto;
	height: 100%;
    font-size:18px;
}

.pagewidth{
	width:100%;
	margin:0 auto;
}
.img100 img{
	width:100%;
}
.floatleft,.floatli li{
	float:left;
}
.floatright{
	float:right;
}
.empty{
	margin:0;
	padding:0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* 淡黄色#dc7007 */
.indexbk{
	background-color:#CCE8CF;
	padding:20px;
	width: 100%
}

.endFixed{
	position: fixed;
	bottom: 0;
}
.picmargin img{
	margin-bottom: 13px
}
.indexyz{
    background:url(../img/yz.png) no-repeat right 100px center;
    padding:75px 0;
    background-size:auto 100%;

}


/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
.pagewidth{
	width:748px;
}
.hidden-sx{
	display:none;
}

}


/* 中等屏幕（桌面显示器，大于等于 1003px） */
@media (min-width: 1003px) {
.pagewidth{
	width:983px;
}

 }
@media (min-width: 1000px) {


 }
