html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu,a{margin:0;padding:0;box-sizing: border-box;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
small{font-size:100%;font-weight: normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/24px "Microsoft YaHei","微软雅黑",arial;color:#333;outline:0;}
body {
    background-color: #FFF;
		position: relative;
		width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    overflow-x: hidden;
    max-width: 1920px;
    left: 0;
}
#luxy {
	width: 100%;
	margin: 0 auto;
	min-width: 1200px;
	overflow-x: hidden;
	max-width: 1920px;
}
body.body_ie {
	height: auto !important;
}
body.skrollr {
	/* overflow: hidden; */
}

img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}
p{
	color: #7c7977;
	line-height: 24px;
	text-align: justify;
}

html{
     overflow-x: hidden;
}
strong{
    display: block;
}
a{
    display: block;
    color: inherit;
    text-decoration: none;
    /*display: inline-block;*/
}
div,li{box-sizing: border-box;}

.content {
    width: 1200px;
    margin: 0 auto;
}
.fl{float: left;}
.fr{float: right;}

input,button{
    border: none;
    background-color: transparent;
		outline: none;
		-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"]{vertical-align: -2px;margin-right: 4px;}

canvas {
    display: block;
    vertical-align: bottom
}
 #particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

input::-webkit-input-placeholder {color: #9b9b9b;color: rgba(155,155,155,.8); }
input:-moz-placeholder {color: #9b9b9b;color: rgba(155,155,155,.8); }
input::-moz-placeholder {color: #9b9b9b;color: rgba(155,155,155,.8); }
input:-ms-input-placeholder {color: #9b9b9b;color: rgba(155,155,155,.8); }

textarea::-webkit-input-placeholder {color: #9b9b9b;color: rgba(155,155,155,.8); }
textarea:-moz-placeholder {color: #9b9b9b;color: rgba(155,155,155,.8); }
textarea::-moz-placeholder {color: #9b9b9b;color: rgba(155,155,155,.8); }
textarea:-ms-input-placeholder {color: #9b9b9b;color: rgba(155,155,155,.8); }

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #eee;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #eee;
}
::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background-color:#f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
}
::-webkit-scrollbar-thumb{
    background-color: #68b92e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

@font-face {
	font-family: 'Rajdhani';
	src: url('../eot/rajdhani.eot');
	src: url('../rajdhani.html')format('otf'),
	url('../eot/rajdhanid41d.eot#iefix') format('embedded-opentype'),
	url('../woff/rajdhani.woff') format('woff'),
	url('../ttf/rajdhani.ttf') format('truetype'),
	url('../svg/rajdhani.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINCond';
	src: url('../eot/dincond.eot');
	src: url('../dincond.html')format('otf'),
	url('../eot/dincondd41d.eot#iefix') format('embedded-opentype'),
	url('../woff/dincond.woff') format('woff'),
	url('../ttf/dincond.ttf') format('truetype'),
	url('../svg/dincond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.mySelect {
	position: relative;
	width: 256px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #c9c9c9;
	z-index: 100;
}
.mySelect .show {
	 z-index: 1;
	 position: relative;
	 padding: 0 22px 0 15px;
	 width: 100%;
	 height: 54px;
	 line-height: 54px;
	 border: 2px solid #e5e5e5;
	 cursor: pointer;
	 transition-duration: .4s;
	 background-color: #fff;
}
.mySelect .show:after {
	content: '';
	position: absolute;
	top: 0;
	right: 16px;
	width: 17px;
  height: 54px;
	background: url(../png/ico20.png) no-repeat center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.mySelect .show.on:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.mySelect .drapList {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	overflow: auto;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
}
.mySelect .drapList ul {
	overflow: hidden;
	overflow-y: auto;
	height: 160px;
}
.mySelect .drapList li{
	padding: 0 20px;
	line-height: 40px;
	color: #000;
	color: rgba(0,0,0,.4);
	cursor: pointer;
}
.mySelect .drapList li:hover {
	background-color: #f1f1f1;
	color: #68b92e;
}
.mySelect .drapList::-webkit-scrollbar{
	display: none;
}

.find_room .pagination,
.news .pagination {
	width: 100%;
	height: 110px;
	background-color: #fdfaf5;
	padding: 33px 0;
	margin-top: 45px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.news .pagination {
	background-color: transparent;
}
.find_room .pagination .fr,
.news .pagination .fr {
	float: none;
	display: inline-block;
}
.find_room .pagingUl,
.news .pagingUl {
	display: inline-block;
	margin: 0 30px;
}
.find_room .pagingUl li,
.news .pagingUl li {
	display: inline-block;
	text-align: center;
	margin: 0 2px;
}
.find_room .pagingUl li a,
.news .pagingUl li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: 'Gilroy';
	font-size: 14px;
	color: #999999;
	border: 1px solid #dcd9d4;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.find_room .prv,
.find_room .next,
.news .prv,
.news .next {
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcd9d4;
	text-indent: -9999px;
}
.find_room .prv,
.news .prv {
	background: url(../ico4.html) no-repeat center;
}
.find_room .next,
.news .next {
	background: url(../ico5.html) no-repeat center;
}
.find_room .first,
.find_room .last,
.news .first,
.news .last {
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	padding: 0 5px;
	margin-right: 10px;
	display: none !important;
}
.find_room .prv:hover,
.find_room .next:hover,
.find_room .first:hover,
.find_room .last:hover,
.find_room .pagingUl li a:hover,
.find_room .activP,
.news .prv:hover,
.news .next:hover,
.news .first:hover,
.news .last:hover,
.news .pagingUl li a:hover,
.news .activP {
	border: 1px solid #ff8400 !important;
	background-color: #ff8400;
	color: #fff !important;
}
.find_room .prv:hover,
.news .prv:hover {
	background: url(../ico6.html) no-repeat center #ff8400;
}
.find_room .next:hover,
.news .next:hover {
	background: url(../ico7.html) no-repeat center #ff8400;
}

/* pop */
.pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.pop .bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.pop .popBody {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -250px;
	width: 1200px;
	height: 500px;
	background-color: #fff;
	padding: 30px;
	animation: popBody 1s;
	-webkit-animation: popBody 1s;
}
.pop .close {
	position: absolute;
	top: -60px;
	right: 20px;
	width: 45px;
	height: 45px;
	background: url(../png/close.png) no-repeat center;
	background-size: 18px 18px;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
	z-index: 1;
}
.pop .popBody .title {
	padding-bottom: 20px;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
}
.pop .popBody .title h3 {
	font-size: 24px;
	color: #ff8400;
	line-height: 24px;
	margin-bottom: 16px;
}

.search_pop .popBody {
	background: transparent;
	height: 86px;
	margin-top: -43px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: bigToLittle;
	animation-name: bigToLittle;
}
.pop.search_pop .bg {
	background: rgba(0,0,0,.9);
}
.search_input {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: rgba(255,255,255,.5);
	border-bottom: 3px solid #fff;
	padding-bottom: 26px;
}
.search_pop .popBody p {
	font-size: 18px;
	color: #fff;
	text-align: right;
	margin-top: 20px;
}
.search_pop .ico {
	width: 24px;
	height: 26px;
	background: url(../png/search.png) no-repeat center;
	position: absolute;
	right: 30px;
	top: 30px;
}

/* IE低版本升级提示 */
.browserupgrade{display:block;position:fixed;margin:0;width:100%;max-width: 1920px;height:60px;font-size:15px;line-height:60px;z-index:1000;color:#fff;text-align:center;bottom:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); /*IE8支持*/}
.browserupgrade strong {display: inline-block;}
.browserupgrade a{color:#eee;text-decoration:underline;font-size:18px; display: inline-block;}
.browserupgrade a:hover{color:#eee}

.bd_weixin_popup{
	height: 320px!important;
}
.bd_weixin_popup .bd_weixin_popup_foot{
	line-height:16px!important;
}
