﻿* {
	margin: 0;
	padding: 0;
	border: 0
}
html {
	overflow-y: scroll
}
html, body {
	width: 100%;
	height: 100%
}
body {
	font:14px/1.8em Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
	color: #333;
	background-color: #FFF
}
a:focus, input, textarea {
	outline: none
}
area, a, a img, input, textarea {
	blr:expression_r(this.onFocus=this.blur())
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height:1em;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
ol, ul {
	list-style: none
}
a {
	color: #333;
	text-decoration: none
}
a, a:focus, a:active, a:hover {
	outline: 0 none !important;
}
img {
	border: none
}
a img {
	border: none
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
.clear {
	clear: both
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl {
	float: left
}
.fr {
	float: right
}
.ma {
	margin: auto;
}
.fz12px {
	font-size: 12px
}
.fz16px {
	font-size: 16px
}
.w1000 {
	width: 1000px;
}
.w100100 {
	width: 100%;
}
.date{
	font-size: 12px;
	font-style: italic;
}
.but{
	cursor: pointer;
	font-size: 13px;
	display: inline-block;
	color: #fff;
	background: #c00 url(data:image/gif;base64,R0lGODlhBAAGAJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAAEAAYAAAIITCSGqGnnUAEAOw==) no-repeat 20px center;
	padding: 3px 20px 3px 35px;
	border-radius: 25px;
	box-shadow: 0 0 5px rgba(0,0,0,.5)
}
.but:hover{
	background-color: #000;
	box-shadow: 0 0 5px rgba(0,0,0,.5)
}
/* 分页条 TOP */
.listpage{
	margin: 30px 0;
	text-align: center;
}
.listpage a, .listpage span {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #999;
	margin: 0 2px;
}
.listpage a:hover {
	background: #333;
	color: #fff;
}
.listpage span{
	font-weight: bold;
	background: #ccc;
}
/* 分页条 END */
.content {
	margin-bottom: 3em;
}
.content p {
	margin-bottom: 1em;
}
.content p>img {
	clear: both;
	display: block;
	margin: auto;
	text-indent: 0 !important;
	max-width: 100% !important;
}
.news-content p>img {
	width: 80%;
}
.products-content p>img {
	width: 100%;
}
/*----------------------------------------------*/
/* Index */
/*----------------------------------------------*/
body>section {
	width: 100%;
}
body>.index {
	padding: 80px 0;
}
body>section:nth-of-type(2n) {
	background: #eee;
}
body>section>div {
	margin: auto;
}
/*----------------------------------------------*/
/*  内 页 */
/*----------------------------------------------*/
.tit {
	text-align: center;
	margin-bottom: 5em;
	padding-bottom: 2em;
	border-bottom: 1px solid #eee;
} 
.em {
	display: block;
	font-size: 12px;
	opacity: .8;
	line-height: 3em;
	text-indent: 0 !important;
} 
.next-page{
	font-size: 12px;
	margin-top: 3vw;
	opacity: .8;
	line-height: 1em;
	padding-top: 2vw;
	border-top: 1px solid #eee;
	padding-bottom: 5em;
}

/*----------------------------------------------*/
/*  Other */
/*----------------------------------------------*/

