@charset "utf-8";
/* CSS Document */
/**::selection{background:none;}*/
/*behavior: url(../js/PIE.htc);*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ani, .ani * {
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
from, div, dl, dd, dt, ol, ul, li, a, img, input, h1, h2, h3, h4, h5, h6, table, a, p, form, em, i {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}
ul, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, form, em, i {
	list-style-type: none;
	font-style: normal;
}
body {
	margin: 0 auto;
	padding: 0;
	font: normal 14px/20px "Microsoft YaHei", Arial;
	color: #666;
	word-break: break-all;
	text-align: justify;
	background: #f1f1f1;
	width: 100%;
}

img, li {
	vertical-align: top;
}
.img {
	display: block;
}
.clear {
	clear: both;
	width: 0;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
*:focus {
	outline: none;
}
a {
	text-decoration: none;
	color: #787876;
}
a:hover {
	color: #009dbe; /*text-decoration:underline;*/
}
.left {
	float: left;
}
.green {
	color: #23ac20;/* font-weight: normal; */
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.pd25 {
	padding: 0 25px 25px;
}
.pd25-two {
	padding: 25px;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
img {
	max-width: 100%;
}
.scale img {
	opacity: 1;
	transform: scale(1, 1);
}
.scale:hover img {
	opacity: 0.95;
	transform: scale(1.1, 1.1);
}
.textindent {
	text-indent: 0 !important;
}
.border-none {
	border: none !important;
}
.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.map {
	width: 100%;
	height: 600px;
	overflow: hidden;
}

@media (max-width: 1200px){
	body{
			margin: 0 auto;
	padding: 0;
	font: normal 14px/20px "Microsoft YaHei", Arial;
	color: #666;
	word-break: break-all;
	text-align: justify;
	background: #f1f1f1;
		width: 1200px;
	}
}
