/*reset*/article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, section, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin: 0;
	padding: 0
}
body {
	font: 14px/1.4 "Microsoft Yahei", Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #424242;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ul, ol, dd, dt, dl {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
a, input, select, span {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0;
}
input, img {
	border: none;
	padding: 0;
	font-size: 14px;
}
i, em {
	font-style: normal;
}
:focus {
	outline: none
}

/*iphone6*/@media(min-device-width:375px)and(max-device-width:667px)and(-webkit-min-device-pixel-ratio:2) {
body {
font-size:14.5px;
}
}/*iphone6plus*/

@media(min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
body {
	font-size: 15.5px;
}
}
/*原子类*/.clear {
	clear: both;
}
.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}/*placeholder css*/
::-moz-placeholder {
font-family: "Microsoft YaHei"
}
::-webkit-input-placeholder {
font-family: "Microsoft YaHei"
}
::-ms-input-placeholder {
font-family: "Microsoft YaHei"
}
/*头条*/
.hot_news {
	height: 35px;
	background: url(../img/tt.jpg) no-repeat;
}
.hot_news a {
	line-height: 35px;
	float: left;
	margin-left: 60px;
	font-size: 14px;
	color: #333;
}
.hot_news a:hover {
	text-decoration: underline;
}
/*banner*/
.banner001 {
	width: 320px;
	margin: 15px auto;
}
#banner {
	position: relative;
	height: 200px;
	border: 1px solid #666;
	overflow: hidden;
}
#banner_list img {
	border: 0px; width:320px; height:200px;
	
}
#banner_bg {
	position: absolute;
	bottom: 0;
	background-color: #000;
	height: 40px;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	z-index: 1000;
	cursor: pointer;
	width: 320px;
}
#banner_info {
	position: absolute;
	bottom: 0;
	left: 5px;
	height: 28px;
	color: #fff;
	z-index: 1001;
	cursor: pointer;
	font-size: 10px;
}
#banner_text {
	position: absolute;
	width: 120px;
	z-index: 1002;
	right: 3px;
	bottom: 3px;
}
#banner ul {
	position: absolute;
	list-style-type: none;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	z-index: 1002;
	margin: 0;
	padding: 0;
	bottom: 3px;
	right: 5px;
}
#banner ul li {
	padding: 0px 8px;
	float: left;
	display: block;
	color: #FFF;
	background: #06F;
	cursor: pointer;
	border: 1px solid #333;
}
#banner ul li.on {
	background-color: #000;
}
#banner_list a {
	position: absolute;
}
/*新闻*/
.news {
	width: 100%;
	height: 285px;
	margin: 10px auto 0 auto;
	background: #e4e4e4;
}
.news h1 {
	width: 100%;
	height: 25px;
	background: url(../img/hl.jpg) no-repeat;
	line-height: 25px;
	font-size: 14px;
	margin: auto;
}
.news h1 p {
	color: #FFF;
	font-weight: bold;
	margin-left: 10px;
}
.news ul {
	width: 300px;
	height: 210px;
	margin: 10px auto 0 auto;
	list-style-type: square;
	color: #06F;
}
.news ul li {
	font-size: 12px;
	line-height: 35px;
}
.news ul li a:hover {
	text-decoration: underline;
}
.newsx {
	width: 320px;
	height: 285px;
	margin: 10px auto 0 auto;
}
.newsx .mxstop {
	width: 310px;
	height: 40px;
	line-height: 25px;
	font-size: 14px;
	margin: auto;
	background: #e4e4e4;
}
.newsx .mxstop h1 {
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	background: #0076cd;
	min-width: 75px;
	float: left;
	padding-right: 10px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.newsx ul {
	width: 320px;
	height: auto;
	_height: 210px;
	min-height: 210px;
	margin: 10px auto 0 auto;
	list-style-type: square;
}
.newsx ul li {
	font-size: 12px;
	line-height: 35px;
	border-bottom: 1px dotted #e0e0e0;
}
.newsx ul li a {
	text-decoration: underline;
	font-size: 12px;
	color: #333;
}
.newsx ul li a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #333;
}
.newsx ul p {
	font-size: 11px;
	line-height: 24px;
	color: #999;
}
.more {
	width: 300px;
	height: 22px;
	margin: 10px auto;
	background: #CCC;
	display: block;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
}
.more a {
	color: #015fa1;
	display: block;
}
.footer {
	width: 100%;
	height: 390px;
	background: url(../img/footer.jpg) center;
	margin-top: 30px;
}
