@charset "utf-8";
body, a, abbr, acronym, address, applet, area, article, aside, audio, b, base, basefont, bdi, bdo, big, blockquote, br, button, canvas, caption, center, cite, code, col, colgroup, command, datalist, dd, del, details, dir, dfn, div, dialog, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, i, iframe, img, input, ins, isindex, kbd, keygen, label, legend, li, link, map, mark, menu, menuitem, meta, meter, nav, noframes, object, ol, optgroup, option, output, p, param, pre, progress, q, rp, rt, ruby, s, samp, script, section, select, small, source, span, strike, strong, style, sub, summary, sup, table, tt, tbody, td, textarea, tfoot, th, thead, time, title, tr, track, tt, u, ul, var, video, wbr {
	margin: 0;
	padding: 0;
	border: none;
	color: #333;
	font-size: 1.0em;
	line-height: 1.618122977346278em;
	font-weight: 300;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	-khtml-text-size-adjust: 100%;
	-rim-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-rim-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;/*使文字变得更清晰*/
	-moz-osx-font-smoothing: grayscale;
	-khtml-font-smoothing: antialiased;
	-rim-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;/*上下快速滚动和触摸回弹*/
	-khtml-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-rim-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	overflow-scrolling: touch;
	font-family: "Microsoft YaHei", "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
b, strong {
	font-weight: bold;
}
@font-face {
	font-family: 'Conv_crls';
	src: url('fonts/crls.eot');
	src: url('fonts/crls.eot?#iefix') format('embedded-opentype'), url('fonts/crls.woff') format('woff'), url('fonts/crls.ttf') format('truetype'), url('fonts/crls.svg') format('svg');
	font-style: normal;
}
.largest {
	font-size: 2.0em;
}
.larger {
	font-size: 1.8em;
}
.large {
	font-size: 1.65em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.375em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.125em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.875em;
}
ul, li, dl, dt, dd, ol {
	list-style: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 visibility: hidden; /*去除数字框右边上下小箭头*/
}
button, input, select, textarea, label {
	-webkit-appearance: none;
	-khtml-appearance: none;
	-rim-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: none;
}
button:focus, input:focus, select:focus, textarea:focus, label:focus, a:focus {
	outline: none;
}
select::-ms-expand {
 display: none; /*清除IE下拉小箭头*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: center;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
/* 图片自适应调整，并解决图片缩放的失真问题*/
img, object, video, embed {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
	interpolation-mode: bicubic;
}
img {
	vertical-align: middle;
}
a img {
	-webkit-transition: all 0.5s ease;
	-khtml-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-rim-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*a:hover img {
	-webkit-transform: scale(1.2);
	-khtml-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-rim-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}*/
/* 禁止webkit横屏改变字体大小 */
html {
	-webkit-text-size-adjust: 100%;
	-khtml-text-size-adjust: 100%;
	-rim-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/* 点击去除阴影 */
a, button, input, i {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-khtml-tap-highlight-color: rgba(0, 0, 0, 0);
	-rim-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333;
}
*html, *html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.titleover {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
a {
	border: none;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/* 去掉链接触摸高亮 */
	-khtml-tap-highlight-color: rgba(0, 0, 0, 0);
	-rim-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
a, a:link, a:visited {
	color: #333;
}
a:active, a:hover {
	color: #f00;
}
/*=====/global=====*/
.home {
	width: 100%;
}
.house {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1200px) and (min-width:450px) {
.pdwall, .house {
	padding: 0 15px;
}
}
@media (max-width:450px) {
.pdwall, .house {
	padding: 0 3.125%;
}
}
/*灰色背景及上下内边距*/
.bge {
	background: #eee;
}
.bge20 {
	background: #eee;
	padding: 20px 0;
}
.bge40 {
	background: #eee;
	padding: 40px 0;
}
.bge60 {
	background: #eee;
	padding: 60px 0;
}
.bge80 {
	background: #eee;
	padding: 80px 0;
}
.bge100 {
	background: #eee;
	padding: 100px 0;
}
/*白色背景及上下内边距*/
.bgf {
	background: #fff;
}
.bgf20 {
	background: #fff;
	padding: 20px 0;
}
.bgf40 {
	background: #fff;
	padding: 40px 0;
}
.bgf60 {
	background: #fff;
	padding: 60px 0;
}
.bgf80 {
	background: #fff;
	padding: 80px 0;
}
.bgf100 {
	background: #fff;
	padding: 100px 0;
}
/*响应式列*/
.room {
	width: 100%;
}
.rooms2 li {
	width: 50%;
	float: left;
}
.rooms3 li {
	width: 33.33333333%;
	float: left;
}
.rooms4 li {
	width: 25%;
	float: left;
}
.rooms5 li {
	width: 20%;
	float: left;
}
.rooms6 li {
	width: 16.66666666666667%;
	float: left;
}
.rooms7 li {
	width: 14.28571428571429%;
	float: left;
}
.rooms8 li {
	width: 12.5%;
	float: left;
}
.rooms9 li {
	width: 11.11111111111111%;
	float: left;
}
.rooms10 li {
	width: 10%;
	float: left;
}
.rooms11 li {
	width: 9.090909090909091%;
	float: left;
}
.rooms12 li {
	width: 8.333333333333333%;
	float: left;
}
.rooms13 li {
	width: 7.692307692307692%;
	float: left;
}
.rooms14 li {
	width: 7.142857142857143%;
	float: left;
}
.rooms15 li {
	width: 6.25%;
	float: left;
}
.rooms16 li {
	width: 6.666666666666667%;
	float: left;
}
@media (max-width:1050px) {
.rooms5 li，.rooms6 li {
	width: 33.33333333%;
}
.rooms7 li，.rooms8 li {
	width: 16.66666666666667%;
}
.rooms9 li，.rooms10 li {
	width: 12.5%;
}
}
@media (max-width:800px) {
.rooms3 li, .rooms4 li, .rooms5 li, .rooms6 li {
	width: 50%;
}
.rooms7 li，.rooms8 li {
	width: 25%;
}
.rooms9 li，.rooms10 li {
	width: 16.66666666666667%;
}
}
@media (max-width:500px) {
.rooms2 li, .rooms3 li, .rooms4 li {
	width: 100%;
}
.rooms7 li，.rooms8 li {
	width: 50%;
}
.rooms9 li，.rooms10 li {
	width: 33.33333333%;
}
}
/*所有显示设备固定列数*/
.share2 li {
	width: 50%;
	float: left;
}
.share3 li {
	width: 33.33333333%;
	float: left;
}
.share4 li {
	width: 25%;
	float: left;
}
.share5 li {
	width: 20%;
	float: left;
}
.share6 li {
	width: 16.66666666666667%;
	float: left;
}
.share7 li {
	width: 14.28571428571429%;
	float: left;
}
.share8 li {
	width: 12.5%;
	float: left;
}
.share9 li {
	width: 11.11111111111111%;
	float: left;
}
.share10 li {
	width: 10%;
	float: left;
}
/*设置负外边距*/
.inwall5 {
	margin: 0 -5px;
}
.inwall5 li {
	padding: 0 5px;
}
.inwall {
	margin: 0 -10px;
}
.inwall li {
	padding: 0 10px;
}
.inwall20 {
	margin: 0 -20px;
}/*请在inwall20的父元素标签加入class="oh"，防止屏幕小于1200px时产生滚动条*/
.inwall20 li {
	padding: 0 20px;
}
/*设置文字字号，fs14表示传统屏幕14px字号文字*/
.fs14 {
	font-size: 0.875em;
}
.fs18 {
	font-size: 1.125em;
}
.fs20 {
	font-size: 1.25em;
}
.fs22 {
	font-size: 1.375em;
}
.fs24 {
	font-size: 1.5em;
}
.fs26 {
	font-size: 1.625em;
}
.fs28 {
	font-size: 1.75em;
}
.fs30 {
	font-size: 1.875em;
}
.fs32 {
	font-size: 2.0em;
}
/*常用样式及属性*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.oa {
	overflow: auto;
}
.oh {
	overflow: hidden;
}
.pr {
	position: relative;
}
.po {
	position: absolute;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.none {
	display: none;
}
.transition {
	-webkit-transition: all 0.5s ease;
	-khtml-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-rim-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.opacity {
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-khtml-opacity: 0.8;
	-rim-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}
.bg0a {
	background: rgba(0, 0, 0, 0.8);
}
.tac {
	text-align: center;
}
.m0a {
	margin: 0 auto;
}
big {
	display: block;
	width: 100%;
	font-size: 1.8em;
	line-height: 1.0em;
	padding: 60px 0;
	text-align: center;
}
.br4px {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-rim-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
hr.ddd {
	width: 100%;
	height: 0;
	border: none;
	border-top: solid #ddd 1px;
	border-bottom: solid #fff 1px;
}
/*按钮行样式属性*/
.btnbox {
	line-height: 1.0em;
	text-align: center;
	padding: 40px 0;
}
.btnbox a {
	display: inline-block;
	line-height: 1.0em;
}
a.btn {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	color: #fff;
	background: #00dcff;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-rim-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-khtml-transition: all 0.5s ease;
	-rim-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.btn:hover {
	background: #00eea8;
}
.btnhover {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-rim-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.5s ease;
	-khtml-transition: all 0.5s ease;
	-rim-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	-khtml-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-rim-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-khtml-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-rim-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-osx-font-smoothing: grayscale;
	-khtml-osx-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
	-rim-osx-font-smoothing: grayscale;
	-ms-osx-font-smoothing: grayscale;
	-o-osx-font-smoothing: grayscale;
	osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	-khtml-transition-property: color;
	-moz-transition-property: color;
	-rim-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-khtml-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-rim-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btnhover:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00eea8;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-rim-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	-moz-transform: scale(0);
	-rim-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0.3s;
	-khtml-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-rim-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-khtml-transition-property: transform;
	-moz-transition-property: transform;
	-rim-transition-property: transform;
	-ms-transition-property: transform;
	-o-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	-khtml-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-rim-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btnhover:hover, .btnhover:focus, .btnhover:active {
	color: #fff;
}
.btnhover:hover:before, .btnhover:focus:before, .btnhover:active:before {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-rim-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*表单样式属性*/
input.words, select.words {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 17px;
	border: solid #ddd 1px;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
}
input.words:hover, select.words:hover {
	border: solid #00dcff 1px;
}
input.words:focus, select.words:focus {
	background: #ffffdc;
	border: solid #00eea8 1px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #aaa;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input:-o-input-placeholder, textarea:-o-input-placeholder {
color: #aaa;
}
input:input-placeholder, textarea:input-placeholder {
color: #aaa;
}
textarea {
	display: block;
	width: 100%;
	min-height: 150px;
	padding: 12px 17px;
	border: solid #ddd 1px;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
}
textarea:hover {
	border: solid #00dcff 1px;
}
textarea:focus {
	background: #ffffdc;
	border: solid #00eea8 1px;
}
input.btn {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	color: #fff;
	background: #00dcff;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-rim-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s linear;
	-khtml-transition: all 0.5s linear;
	-rim-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
input.btn:hover {
	background: #00eea8;
}
/*缩放出场动画样式属性*/
 @-khtml-keyframes showscale {
0% {
 -khtml-transform: scale(0);
 transform: scale(0);
}
100% {
 -khtml-transform: scale(1);
 transform: scale(1);
}
}
@-moz-keyframes showscale {
0% {
 -moz-transform: scale(0);
 transform: scale(0);
}
100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes showscale {
0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-o-keyframes showscale {
0% {
 -o-transform: scale(0);
 transform: scale(0);
}
100% {
 -o-transform: scale(1);
 transform: scale(1);
}
}
 @-ms-keyframes showscale {
0% {
 -ms-transform: scale(0);
 transform: scale(0);
}
100% {
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes showscale {
0% {
 -webkit-transform: scale(0);
 -khtml-transform: scale(0);
 -moz-transform: scale(0);
 -rim-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
}
100% {
 -webkit-transform: scale(1);
 -khtml-transform: scale(1);
 -moz-transform: scale(1);
 -rim-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.showscale {
	-webkit-animation: showscale 1s linear 1;
	-khtml-animation: showscale 1s linear 1;
	-rim-animation: showscale 1s linear 1;
	-moz-animation: showscale 1s linear 1;
	-ms-animation: showscale 1s linear 1;
	-o-animation: showscale 1s linear 1;
	animation: showscale 1s linear 1;
}
.showscale2 {
	-webkit-animation: showscale 0.5s linear 1;
	-khtml-animation: showscale 0.5s linear 1;
	-rim-animation: showscale 0.5s linear 1;
	-moz-animation: showscale 0.5s linear 1;
	-ms-animation: showscale 0.5s linear 1;
	-o-animation: showscale 0.5s linear 1;
	animation: showscale 0.5s linear 1;
}
/*延迟1秒缩放出场动画*/
@-khtml-keyframes showscale1s {
0% {
 -khtml-transform: scale(0);
 transform: scale(0);
}
50% {
 -khtml-transform: scale(0);
 transform: scale(0);
}
100% {
 -khtml-transform: scale(1);
 transform: scale(1);
}
}
@-moz-keyframes showscale1s {
0% {
 -moz-transform: scale(0);
 transform: scale(0);
}
50% {
 -moz-transform: scale(0);
 transform: scale(0);
}
100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
 @-webkit-keyframes showscale1s {
0% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
50% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-o-keyframes showscale1s {
0% {
 -o-transform: scale(0);
 transform: scale(0);
}
50% {
 -o-transform: scale(0);
 transform: scale(0);
}
100% {
 -o-transform: scale(1);
 transform: scale(1);
}
}
 @-ms-keyframes showscale1s {
0% {
 -ms-transform: scale(0);
 transform: scale(0);
}
50% {
 -ms-transform: scale(0);
 transform: scale(0);
}
100% {
 -ms-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes showscale1s {
0% {
 -webkit-transform: scale(0);
 -khtml-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
}
50% {
 -webkit-transform: scale(0);
 -khtml-transform: scale(0);
 -moz-transform: scale(0);
 -rim-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
}
100% {
 -webkit-transform: scale(1);
 -khtml-transform: scale(1);
 -moz-transform: scale(1);
 -rim-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.showscale2s {
	-webkit-animation: showscale1s 2s linear 1;
	-khtml-animation: showscale1s 2s linear 1;
	-rim-animation: showscale1s 2s linear 1;
	-moz-animation: showscale1s 2s linear 1;
	-ms-animation: showscale1s 2s linear 1;
	-o-animation: showscale1s 2s linear 1;
	animation: showscale1s 2s linear 1;
}
/*上升出场动画*/
@-khtml-keyframes showup {
0% {
 -khtml-transform: translateY(600px);
 transform: translateY(600px);
}
100% {
 -khtml-transform: translateY(0);
 transform: translateY(0);
}
}
@-moz-keyframes showup {
0% {
 -moz-transform: translateY(600px);
 transform: translateY(600px);
}
100% {
 -moz-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes showup {
0% {
 -webkit-transform: translateY(600px);
 transform: translateY(600px);
}
100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-o-keyframes showup {
0% {
 -o-transform: translateY(600px);
 transform: translateY(600px);
}
100% {
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
 @-ms-keyframes showup {
0% {
 -ms-transform: translateY(600px);
 transform: translateY(600px);
}
100% {
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes showup {
0% {
 -webkit-transform: translateY(600px);
 -khtml-transform: translateY(600px);
 -moz-transform: translateY(600px);
 -rim-transform: translateY(600px);
 -ms-transform: translateY(600px);
 -o-transform: translateY(600px);
 transform: translateY(600px);
}
100% {
 -webkit-transform: translateY(0);
 -khtml-transform: translateY(0);
 -moz-transform: translateY(0);
 -rim-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
}
.showup {
	-webkit-animation: showup 1s linear 1;
	-khtml-animation: showup 1s linear 1;
	-rim-animation: showup 1s linear 1;
	-moz-animation: showup 1s linear 1;
	-ms-animation: showup 1s linear 1;
	-o-animation: showup 1s linear 1;
	animation: showup 1s linear 1;
}
/*Baidu Bridge Start*/
#newBridge .nb-icon-base:hover {
	background: #00dcff;
}
#newBridge .nb-icon-skin-9 .nb-icon-inner-wrap {
	background-size: 100% auto !important;
}
#newBridge .nb-invite-skin-9 {
	background-size: 100% auto !important;
}
#newBridge .customer-invite-style .nb-invite-tool {
	background: url(../images/skin/close3.png) center center no-repeat !important;
	background-size: 100% auto !important;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-rim-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
#newBridge .nb-invite-wrap-base .nb-invite-tool-base {
	background-color: rgba(0, 0, 0, 0.2) !important;
}
#newBridge .nb-invite-wrap-base .nb-invite-tool-base:hover {
	background-color: #ffbb3c !important;
}
#newBridge .customer-invite-style .nb-invite-cancel:hover {
	background-color: #ffbb3c !important;
	color: #fff !important;
}
#newBridge .nb-invite-skin-9 .nb-invite-ok:hover {
	background-color: #32b3ff !important;
	color: #fff !important;
}
/*Baidu Bridge End*/