@charset "utf-8";
a:active {
star:expression(this.onFocus=this.blur());
}
a:focus, button:focus {
	outline: none;
	-moz-outline: none;
}
:focus {
	outline: none;
}
/*Reset Css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, area, param {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-text-size-adjust: none;/*Google Chrome*/
}
input, button, select, textarea {
	font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
select {
*behavior: url("select.htc");
}/*IE6,IE7select*/
ol, ul {
	padding-left: 0;
	list-style: none;
}
img {
	border: none;
	display: inline-block;
	vertical-align: middle;
}
th {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input {
	display: inline-block;
	vertical-align: middle;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
/*Clear Css*/
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	content: '\20';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearb {
	clear: both;
}
.clearfix {
	display: block;
	zoom: 1;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/*Common Css*/
body {
	font-size: 12px;
}
a {
	text-decoration: none;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
::-ms-clear, ::-ms-reveal {
display: none;
}
input[type=button], input[type=submit], input[type=reset], select {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
a:focus, a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.swiper-button-next, .swiper-button-prev {
	z-index: 6 !important;
}
textarea {
	resize: none;
}
a:link {
	text-decoration: none;
}   /* 指正常的未被访问过的链接*/
a:visited {
	text-decoration: none;
}  /*指已经访问过的链接*/
a:hover {
	text-decoration: none;
}/*指鼠标在链接*/
a:active {
	text-decoration: none;
}/* 指正在点的链接*/
.table {
	height: 100%;
	display: table;
	width: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.textover {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
button:focus {
	outline: 0;
}
a, input[type=reset], input[type=submit], input[type=button] {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
img {
	max-width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#dituContent img {
	max-width: inherit;
	width: auto;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
