/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* add */
body {
	font-size: 12px;
	font-family: "Arial,SimSun";
}

body,
html {
	height: 100%;
	font: 12px Arial, SimSun;
	min-width: 1200px;
}

img {
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

select,
input {
	vertical-align: middle
}

.clear {
	display: block !important;
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.spacer {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.roomnav ul li:last-child {
	background: none;
}

.navtop ul li:last-child {
	background: none;
}

.box2tit ul li:last-child {
	background: none;
}


.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.container {
	width: 1200px !important;
	margin: 0 auto;
}

.container-fluid {
	width: 100%;
}

.none {
	display: none;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.txthover:hover {
	color: #5aac03;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	/* Firefox 4 */
	-webkit-transition: all ease .3s;
	/* Safari 和 Chrome */
	-o-transition: all ease .3s;
	/* Opera */
}

.imghover:hover {
	transform: scale(1.1);
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	/* Firefox 4 */
	-webkit-transition: all ease .5s;
	/* Safari 和 Chrome */
	-o-transition: all ease .5s;
	/* Opera */
}

.borderGary {
	border: 1px solid #e6e6e6
}

/* 文本超宽显示省略号 */
.txtEllipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}