* {
	padding: 0;
	margin: 0;
	border: none;
}
ul, ol, li {
	list-style: none;
}

h1,h2,h3{
	margin-top: 30px;
	margin-bottom: 30px;
}
img:hove{
	display: none;
	border-top: 10 solid;
	margin-top: 500px;
}
em, i {
	font-style: normal;
}
a {
	text-decoration: none;
	color: blue;
}

a.dh{
	color: white
   
}
a.dh:hover{
	color:yellow
}

img {
	display: inline-block;
	border: 0 none;
	margin-top: 30px;
	margin-bottom: 30px;
}
img.hd_qr{
	
		margin-top: 10px;
		margin-bottom: 0px;
	}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#E0E0E0;
 
}
.clear:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #ff4a00 url(../img/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #ff4a00 url(../img/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #ff4a00 url(../img/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #ff4a00 url(../img/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

	p.p1 {
		line-height: 30px;
		text-indent: 40px;
	}
	img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;	
}
div.content{
	    display: block;
		width: 900px;
	    margin-top: 50px;
	    padding-left: 20px;
	    padding-right: 20px;
		background-color: white;
	text-align: left;
	overflow: hidden;
		
	}
table.gridtable {
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

