hr{border:none;height:1px;background:#e4e4e4;margin: 0;}
.house-page {
	padding-bottom: 50px;
}

.house-page .house-content-box {
	width: 1200px;
	margin: 0 auto;
}

.house-page .house-content-box .house-select-box {
	margin-left: 0;
	text-align: center;
}

.house-page .house-content-box .house-select-box .house-screen {
	width: 100%;
	padding: 10px 20px;
	background: #fff;
	text-align: left;
	margin-bottom: 30px
}

.house-page .house-content-box .house-select-box .house-screen .item {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	-ms-touch-action: none
}

.house-page .house-content-box .house-select-box .house-screen .screen-title {
	float: left;
	width: 100px;
	line-height: 30px
}

.house-page .house-content-box .house-select-box .house-screen .option {
	margin-left: 100px
}

.house-page .house-content-box .house-select-box .house-screen .screen-list {
	width: 100%;
	font-size: 0;
	overflow: hidden
}

.house-page .house-content-box .house-select-box .house-screen .screen-list li {
	float: left;
	height: 30px;
	padding: 5px 0;
	margin-right: 10px
}

.house-page .house-content-box .house-select-box .house-screen .screen-list li a {
	display: block;
	line-height: 20px;
	font-size: 12px;
	padding: 0 15px;
	color: #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.house-page .house-content-box .house-select-box .house-screen .screen-list li a:hover {
	color: #fff;
	background: #eb0000
}

.house-page .house-content-box .house-select-box .house-screen .screen-list .curr a {
	background: #eb0000;
	color: #fff
}

.house-page .house-content-box .house-select-box .house-tell-box {
	width: 100%
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list {
	text-align: left
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li {
	padding: 20px;
	margin: 20px 0;
	background: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li:hover {
	-webkit-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05)
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li a {
	float: left;
	width: 280px;
	height: 160px
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li a .jqthumb {
	width: 280px;
	height: 160px
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .house-detalis {
	float: left;
	width: 250px;
	padding-left: 20px;
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .house-detalis h6 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #353535;
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .house-detalis .detalis-list {
	width: 200px;
	line-height: 26px
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .house-detalis .detalis-list em {
	font-style: normal;
	font-weight: bold;
	color: #eb0000
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .tell-box {
	margin-left: 570px;
	height: 160px;
	position: relative;
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .tell-box p {
	font-size: 12px;
	color: #b6b6b6;
	line-height: 20px;
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .tell-box .more-btn {
	display: block;
	width: 150px;
	height: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .tell-box .more-btn::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .tell-box .more-btn::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .tell-box .more-btn:hover {
	color: #fff
}

.house-page .house-content-box .house-select-box .house-tell-box .house-tell-list>li .tell-box .more-btn:hover::before {
	width: 100%
}



.contact-page {
	width: 100%;
	padding: 50px 0
}

.contact-page .contact-mode-box {
	width: 1170px;
	margin: 0 auto;
	background: #fff
}

.contact-page .contact-mode-box .contact-mode {
	margin-left: 200px
}

.contact-page .contact-mode-box .contact-mode .map {
	width: 100%;
	height: 200px
}

.contact-page .contact-mode-box .contact-mode .contact-tell {
	padding: 50px 30px 40px 30px;
	color: #bdbdbd;
	text-align: center;
	border-bottom: 1px solid #e4e4e4
}

.contact-page .contact-mode-box .contact-mode .contact-content {
	padding: 50px 0 40px 0;
	margin: 0 -15px;
	border-bottom: 1px solid #e4e4e4
}

.contact-page .contact-mode-box .contact-mode dl {
	float: left;
	width: 33.3333%;
	padding: 0 15px
}

.contact-page .contact-mode-box .contact-mode dl dt {
	font-size: 18px;
	position: relative
}

.contact-page .contact-mode-box .contact-mode dl dt span {
	display: inline-block;
	font-size: 12px;
	font-family: "futura";
	margin-left: 5px;
	text-transform: capitalize
}

.contact-page .contact-mode-box .contact-mode dl dd {
	margin-top: 15px;
	color: #666
}

.contact-page .contact-mode-box .contact-mode dl dd p {
	display: table;
	margin: 10px 0
}

.contact-page .contact-mode-box .contact-mode dl dd p span {
	display: table-cell;
	vertical-align: middle
}

.contact-page .contact-mode-box .contact-mode dl dd p .iconfont {
	width: 40px;
	font-size: 20px
}



.settle-page {
	padding: 50px 0;
	background: #f4f4f4
}

.settle-page .settle-list-box {
	width: 1170px;
	margin: 0 auto
}

.settle-page .settle-list-box .settle-list {
	margin: -10px 0;
	margin-left: 200px;
	text-align: center
}

.settle-page .settle-list-box .settle-list .settle-add {
	display: table;
	width: 100%;
	height: 210px;
	padding: 0 20px;
	margin: 10px 0;
	text-align: left;
	background: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.settle-page .settle-list-box .settle-list .settle-add:hover {
	-webkit-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05)
}

.settle-page .settle-list-box .settle-list .settle-add>div {
	display: table-cell;
	vertical-align: middle;
	position: relative
}

.settle-page .settle-list-box .settle-list .settle-add .add-img {
	width: 220px
}

.settle-page .settle-list-box .settle-list .settle-add .add-img .jqthumb {
	width: 100%;
	height: 120px
}

.settle-page .settle-list-box .settle-list .settle-add .add-img h6 {
	font-size: 18px;
	margin-top: 15px
}

.settle-page .settle-list-box .settle-list .settle-add .add-img h6 span {
	display: inline-block;
	color: #666;
	font-family: "futura";
	margin-left: 5px
}

.settle-page .settle-list-box .settle-list .settle-add .add-tell {
	width: 520px;
	padding: 0 15px;
	margin: 0 15px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4
}

.settle-page .settle-list-box .settle-list .settle-add .add-tell .add-advan li {
	float: left;
	height: 30px;
	padding: 0 20px;
	line-height: 28px;
	cursor: pointer;
	border: 1px solid #eb0000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-right: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.settle-page .settle-list-box .settle-list .settle-add .add-tell .add-advan li:hover {
	background: #eb0000;
	color: #fff
}

.settle-page .settle-list-box .settle-list .settle-add .add-tell p {
	height: 75px;
	font-size: 14px;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.settle-page .settle-list-box .settle-list .settle-add .add-tell .recom-number {
	padding: 15px 0
}

.settle-page .settle-list-box .settle-list .settle-add .add-tell .recom-number span {
	display: inline-block;
	margin-right: 15px;
	color: #bdbdbd
}

.settle-page .settle-list-box .settle-list .settle-add .add-tell .recom-number .iconfont {
	color: #eb0000;
	margin-right: 10px
}

.settle-page .settle-list-box .settle-list .settle-add .apply-box {
	width: 160px;
	height: 112px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0
}

.settle-page .settle-list-box .settle-list .settle-add .apply-box .apply-number {
	display: inline-block;
	font-size: 18px
}

.settle-page .settle-list-box .settle-list .settle-add .apply-box .apply-number em {
	display: block;
	margin-top: 5px;
	font-style: normal;
	color: #eb0000
}

.settle-page .settle-list-box .settle-list .settle-add .apply-box a {
	display: block;
	width: 160px;
	height: auto !important;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 10px 0
}

.settle-page .settle-list-box .settle-list .settle-add .apply-box a::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.settle-page .settle-list-box .settle-list .settle-add .apply-box a::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.settle-page .settle-list-box .settle-list .settle-add .apply-box a:hover {
	color: #fff
}

.settle-page .settle-list-box .settle-list .settle-add .apply-box a:hover::before {
	width: 100%
}



.activi-page {
	width: 100%;
	padding: 50px 0;
	background: #f4f4f4
}

.activi-page .activi-content-box {
	width: 1170px;
	margin: 0 auto
}

.activi-page .activi-content-box .activi-content {
	margin-left: 270px;
	text-align: center
}

.activi-page .activi-content-box .activi-content .activi-menu {
	text-align: left;
	width: 100%
}

.activi-page .activi-content-box .activi-content .activi-menu li {
	display: inline-block;
	margin-right: 20px
}

.activi-page .activi-content-box .activi-content .activi-menu li a {
	display: block;
	width: 150px;
	height: auto !important;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1
}

.activi-page .activi-content-box .activi-content .activi-menu li a::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.activi-page .activi-content-box .activi-content .activi-menu li a::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.activi-page .activi-content-box .activi-content .activi-menu li a:hover {
	color: #fff
}

.activi-page .activi-content-box .activi-content .activi-menu li a:hover::before {
	width: 100%
}

.activi-page .activi-content-box .activi-content .activi-menu .curr a {
	color: #fff
}

.activi-page .activi-content-box .activi-content .activi-menu .curr a::before {
	width: 100%
}

.activi-page .activi-content-box .activi-content .activi-list,.activi-page .activi-content-box .activi-content .reg-list {
	width: 100%;
	text-align: left;
	margin-top: 30px;
	overflow: hidden
}

.activi-page .activi-content-box .activi-content .activi-list li,.activi-page .activi-content-box .activi-content .reg-list li {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #e4e4e4
}

.activi-page .activi-content-box .activi-content .activi-list li:first-child,.activi-page .activi-content-box .activi-content .reg-list li:first-child {
	border-top: none
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time,.activi-page .activi-content-box .activi-content .reg-list li .activi-time,.activi-page .activi-content-box .activi-content .activi-list li .reg-name,.activi-page .activi-content-box .activi-content .reg-list li .reg-name {
	float: left;
	width: 230px
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time time,.activi-page .activi-content-box .activi-content .reg-list li .activi-time time,.activi-page .activi-content-box .activi-content .activi-list li .reg-name time,.activi-page .activi-content-box .activi-content .reg-list li .reg-name time {
	display: block;
	width: 100%;
	font-size: 0;
	border-bottom: 2px solid #e4e4e4
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time time span,.activi-page .activi-content-box .activi-content .reg-list li .activi-time time span,.activi-page .activi-content-box .activi-content .activi-list li .reg-name time span,.activi-page .activi-content-box .activi-content .reg-list li .reg-name time span {
	display: inline-block;
	font-size: 18px;
	color: #666;
	font-family: "futura"
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time time span:first-child,.activi-page .activi-content-box .activi-content .reg-list li .activi-time time span:first-child,.activi-page .activi-content-box .activi-content .activi-list li .reg-name time span:first-child,.activi-page .activi-content-box .activi-content .reg-list li .reg-name time span:first-child {
	font-size: 46px
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time time span:first-child .iconfont,.activi-page .activi-content-box .activi-content .reg-list li .activi-time time span:first-child .iconfont,.activi-page .activi-content-box .activi-content .activi-list li .reg-name time span:first-child .iconfont,.activi-page .activi-content-box .activi-content .reg-list li .reg-name time span:first-child .iconfont {
	color: #eb0000;
	font-size: 46px;
	margin-left: -15px
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .name,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .name,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .name,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .name {
	display: block;
	width: 100%;
	font-size: 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #e4e4e4
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .name span,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .name span,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .name span,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .name span {
	display: inline-block;
	font-size: 18px;
	color: #666;
	text-transform: capitalize;
	font-family: "futura"
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .name span:first-child,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .name span:first-child,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .name span:first-child,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .name span:first-child {
	font-size: 30px;
	font-family: "microsoft yahei"
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .name span:first-child .iconfont,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .name span:first-child .iconfont,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .name span:first-child .iconfont,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .name span:first-child .iconfont {
	color: #eb0000;
	font-size: 30px
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .more-btn,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .more-btn,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .more-btn,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .more-btn {
	display: block;
	width: 40px;
	height: auto !important;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	margin-top: 30px
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .more-btn::after,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .more-btn::after,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .more-btn::after,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .more-btn::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .more-btn::before,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .more-btn::before,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .more-btn::before,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .more-btn::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .more-btn:hover,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .more-btn:hover,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .more-btn:hover,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .more-btn:hover {
	color: #fff
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .more-btn:hover::before,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .more-btn:hover::before,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .more-btn:hover::before,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .more-btn:hover::before {
	width: 100%
}

.activi-page .activi-content-box .activi-content .activi-list li .activi-time .more-btn .iconfont,.activi-page .activi-content-box .activi-content .reg-list li .activi-time .more-btn .iconfont,.activi-page .activi-content-box .activi-content .activi-list li .reg-name .more-btn .iconfont,.activi-page .activi-content-box .activi-content .reg-list li .reg-name .more-btn .iconfont {
	font-size: 18px
}

.activi-page .activi-content-box .activi-content .activi-list li .tell,.activi-page .activi-content-box .activi-content .reg-list li .tell {
	float: left;
	width: 400px;
	height: 130px;
	padding: 0 30px
}

.activi-page .activi-content-box .activi-content .activi-list li .tell h6,.activi-page .activi-content-box .activi-content .reg-list li .tell h6 {
	font-size: 18px;
	color: #666;
	line-height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.activi-page .activi-content-box .activi-content .activi-list li .tell h6:hover,.activi-page .activi-content-box .activi-content .reg-list li .tell h6:hover {
	color: #eb0000
}

.activi-page .activi-content-box .activi-content .activi-list li .tell p,.activi-page .activi-content-box .activi-content .reg-list li .tell p {
	color: #bdbdbd;
	font-size: 14px;
	margin-top: 20px
}

.activi-page .activi-content-box .activi-content .activi-list li .jqthumb,.activi-page .activi-content-box .activi-content .reg-list li .jqthumb {
	float: left;
	display: block;
	width: 270px;
	height: 130px
}



#brand_banner {
	width: 100%;
	height: 615px
}

#brand_banner .am-slides>li {
	width: 100%;
	height: 615px
}

#brand_banner .am-slides>li .jqthumb {
	width: 100%;
	height: 615px
}

#brand_banner .am-direction-nav {
	display: none
}

#brand_banner .am-control-nav {
	display: none
}

#brand_banner .banner-content1 {
	display: table;
	width: 1000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	text-align: left
}

#brand_banner .banner-content1>div {
	display: table-cell;
	vertical-align: middle;
	color: #fff
}

#brand_banner .banner-content1>div h5 {
	font-size: 36px;
	line-height: 36px
}

#brand_banner .banner-content1>div span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	text-transform: uppercase;
	position: relative
}

#brand_banner .banner-content1>div span::before {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 0
}

#brand_banner .banner-content1>div a {
	display: block;
	width: 150px;
	height: auto !important;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	color: #fff;
	display: inline-block;
	margin-top: 60px
}

#brand_banner .banner-content1>div a::after {
	content: "";
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

#brand_banner .banner-content1>div a::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

#brand_banner .banner-content1>div a:hover {
	color: #fff
}

#brand_banner .banner-content1>div a:hover::before {
	width: 100%
}

#brand_banner .banner-content2 {
	display: table;
	width: 1000px;
	padding-left: 115px;
	padding-top: 150px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	text-align: left
}

#brand_banner .banner-content2>div {
	display: table-cell;
	vertical-align: middle;
	color: #fff
}

#brand_banner .banner-content2>div a {
	display: block;
	width: 150px;
	height: auto !important;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	color: #fff;
	display: inline-block;
	margin-top: 60px
}

#brand_banner .banner-content2>div a::after {
	content: "";
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

#brand_banner .banner-content2>div a::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

#brand_banner .banner-content2>div a:hover {
	color: #fff
}

#brand_banner .banner-content2>div a:hover::before {
	width: 100%
}

#brand_banner .banner-code {
	width: 160px;
	position: absolute;
	right: 20%;
	bottom: 30px
}

#brand_banner .banner-code span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 10px
}

.brand-summary-page {
	width: 100%;
	background: #f4f4f4;
	overflow: hidden
}

.brand-summary-page .brand-summary-content {
	width: 1170px;
	margin: 0 auto
}

.brand-summary-page .brand-summary-content>div {
	min-height: 300px;
	margin: 100px 0;
	position: relative;
	z-index: 1
}

.brand-summary-page .brand-summary-content>div .max-en {
	font-size: 72px;
	line-height: 72px;
	position: absolute;
	font-family: "futura";
	text-transform: capitalize;
	color: #e9e5e5;
	z-index: -1
}

.brand-summary-page .brand-summary-content .brand-item1 .max-en {
	left: 435px;
	top: -36px
}

.brand-summary-page .brand-summary-content .brand-item1 .brand-img {
	float: left;
	width: 40%;
	position: relative;
	z-index: 1
}

.brand-summary-page .brand-summary-content .brand-item1 .brand-img::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #bbf8f1;
	position: absolute;
	top: 80px;
	left: 80px;
	z-index: -1
}

.brand-summary-page .brand-summary-content .brand-item1 .brand-img>.jqthumb {
	width: 100%;
	height: 245px
}

.brand-summary-page .brand-summary-content .brand-item1 .brand-tell {
	margin-left: 540px;
	width: 380px;
	margin-top: 100px;
	position: relative;
	z-index: 1
}

.brand-summary-page .brand-summary-content .brand-item1 .brand-tell h6 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold
}

.brand-summary-page .brand-summary-content .brand-item1 .brand-tell small {
	display: block;
	font-size: 24px;
	color: #666
}

.brand-summary-page .brand-summary-content .brand-item1 .brand-tell p {
	color: #666;
	margin-top: 15px
}

.brand-summary-page .brand-summary-content .brand-item1 .more-box {
	width: 170px;
	height: 170px;
	background: #fff;
	-webkit-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	position: absolute;
	top: 70px;
	right: 0
}

.brand-summary-page .brand-summary-content .brand-item1 .more-box>div {
	position: absolute;
	right: 20px;
	bottom: 20px
}

.brand-summary-page .brand-summary-content .brand-item1 .more-box>div span {
	display: block;
	font-size: 14px;
	color: #666
}

.brand-summary-page .brand-summary-content .brand-item1 .more-box>div small {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
	font-family: "futura";
	text-transform: uppercase
}

.brand-summary-page .brand-summary-content .brand-item2 .max-en {
	font-size: 60px;
	right: 330px;
	top: 0
}

.brand-summary-page .brand-summary-content .brand-item2 .brand-img {
	float: right;
	width: 470px;
	height: 400px;
	position: relative;
	z-index: 1
}

.brand-summary-page .brand-summary-content .brand-item2 .brand-img::before {
	content: "";
	display: block;
	width: 300px;
	height: 100%;
	background: #bbedf8;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.brand-summary-page .brand-summary-content .brand-item2 .brand-img>.jqthumb {
	width: 300px;
	height: 180px;
	margin-top: 150px;
	margin-right: 170px;
	position: relative
}

.brand-summary-page .brand-summary-content .brand-item2 .brand-img>.jqthumb::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #57daf7;
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: -1
}

.brand-summary-page .brand-summary-content .brand-item2 .brand-tell {
	width: 380px;
	margin-top: 225px;
	position: relative;
	z-index: 1
}

.brand-summary-page .brand-summary-content .brand-item2 .brand-tell h6 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold
}

.brand-summary-page .brand-summary-content .brand-item2 .brand-tell small {
	display: block;
	font-size: 24px;
	color: #666
}

.brand-summary-page .brand-summary-content .brand-item2 .brand-tell p {
	color: #666;
	margin-top: 15px
}

.brand-summary-page .brand-summary-content .brand-item2 .more-box {
	width: 170px;
	height: 170px;
	background: #fff;
	-webkit-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	position: absolute;
	top: 0;
	left: 0
}

.brand-summary-page .brand-summary-content .brand-item2 .more-box>div {
	position: absolute;
	right: 20px;
	bottom: 20px
}

.brand-summary-page .brand-summary-content .brand-item2 .more-box>div span {
	display: block;
	font-size: 14px;
	color: #666
}

.brand-summary-page .brand-summary-content .brand-item2 .more-box>div small {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
	font-family: "futura";
	text-transform: uppercase
}

.brand-summary-page .brand-summary-content .brand-item3 .max-en {
	font-size: 60px;
	left: 250px;
	top: 0
}

.brand-summary-page .brand-summary-content .brand-item3 .brand-img {
	float: left;
	width: 520px;
	height: 400px;
	position: relative;
	z-index: 1
}

.brand-summary-page .brand-summary-content .brand-item3 .brand-img::before {
	content: "";
	display: block;
	width: 200px;
	height: 100%;
	background: #f8e5bb;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.brand-summary-page .brand-summary-content .brand-item3 .brand-img>.jqthumb {
	width: 420px;
	height: 200px;
	margin-top: 130px;
	margin-left: 100px;
	position: relative
}

.brand-summary-page .brand-summary-content .brand-item3 .brand-img>.jqthumb::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #f7cc6f;
	position: absolute;
	right: 30px;
	top: 40px;
	z-index: -1
}

.brand-summary-page .brand-summary-content .brand-item3 .brand-tell {
	float: right;
	width: 380px;
	text-align: right;
	margin-top: 225px;
	position: relative;
	z-index: 1
}

.brand-summary-page .brand-summary-content .brand-item3 .brand-tell h6 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold
}

.brand-summary-page .brand-summary-content .brand-item3 .brand-tell small {
	display: block;
	font-size: 24px;
	color: #666
}

.brand-summary-page .brand-summary-content .brand-item3 .brand-tell p {
	color: #666;
	margin-top: 15px
}

.brand-summary-page .brand-summary-content .brand-item3 .more-box {
	width: 170px;
	height: 170px;
	background: #fff;
	-webkit-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	position: absolute;
	top: 0;
	right: 0
}

.brand-summary-page .brand-summary-content .brand-item3 .more-box>div {
	position: absolute;
	right: 20px;
	bottom: 20px
}

.brand-summary-page .brand-summary-content .brand-item3 .more-box>div span {
	display: block;
	font-size: 14px;
	color: #666
}

.brand-summary-page .brand-summary-content .brand-item3 .more-box>div small {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
	font-family: "futura";
	text-transform: uppercase
}



.brand-wealth-secure {
	width: 100%;
	padding: 50px 0;
	background: #f4f4f4
}

.brand-wealth-secure .wealth-secure-box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px 0 15px
}

.brand-wealth-secure .wealth-secure-box .secure-list-box {
	margin-left: 200px
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list {
	margin: -10px -15px;
	overflow: hidden
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li {
	float: left;
	width: 50%;
	padding: 10px 15px
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li>div {
	background: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li>div:hover {
	-webkit-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05)
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li a {
	float: left;
	width: 200px;
	height: 200px;
	position: relative
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li a:hover .mask {
	opacity: 1
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li a .jqthumb {
	width: 100%;
	height: 200px
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li a .mask {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(212,177,85,0.89)
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li a .mask .iconfont {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li .tell {
	padding: 20px;
	margin-left: 200px
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li .tell h6 {
	font-size: 18px;
	line-height: 1;
	position: relative
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li .tell h6::before {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #eb0000;
	position: absolute;
	bottom: -10px;
	left: 0
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li .tell h6 span {
	font-family: "futura"
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li .tell small {
	display: block;
	font-family: "futura";
	color: #666;
	margin-top: 20px;
	line-height: 1
}

.brand-wealth-secure .wealth-secure-box .secure-list-box .secure-list li .tell p {
	margin-top: 15px;
	color: #bdbdbd;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.brand-wealth-problems {
	width: 100%;
	padding: 50px 0
}

.brand-wealth-problems .wealth-problems-box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px 0 15px
}

.brand-wealth-problems .wealth-problems-box .problems-list-box {
	margin-left: 200px
}

.brand-wealth-problems .wealth-problems-box .problems-list {
	margin: -10px -15px;
	overflow: hidden
}

.brand-wealth-problems .wealth-problems-box .problems-list li {
	float: left;
	width: 50%;
	padding: 10px 15px
}

.brand-wealth-problems .wealth-problems-box .problems-list li a {
	display: table;
	width: 100%;
	height: 100%;
	padding-right: 60px;
	background: #fff;
	position: relative;
	border: 1px solid #e4e4e4;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.brand-wealth-problems .wealth-problems-box .problems-list li a:hover {
	-webkit-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05)
}

.brand-wealth-problems .wealth-problems-box .problems-list li a:hover .more-box .iconfont {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #eb0000
}

.brand-wealth-problems .wealth-problems-box .problems-list li a .number {
	width: 100px;
	height: 125px;
	line-height: 125px;
	text-align: center;
	font-size: 48px;
	font-family: "futura";
	font-weight: bold;
	color: #666
}

.brand-wealth-problems .wealth-problems-box .problems-list li a .problems-box {
	display: table-cell;
	vertical-align: middle;
	width: 315px;
	margin-left: 100px
}

.brand-wealth-problems .wealth-problems-box .problems-list li a .problems-box h6 {
	font-size: 16px;
	line-height: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.brand-wealth-problems .wealth-problems-box .problems-list li a .problems-box p {
	font-size: 14px;
	color: #bdbdbd;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.brand-wealth-problems .wealth-problems-box .problems-list li a .more-box {
	width: 60px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #e4e4e4
}

.brand-wealth-problems .wealth-problems-box .problems-list li a .more-box .iconfont {
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.brand-wealth-house {
	width: 100%;
	padding: 50px 0;
	background: #f4f4f4
}

.brand-wealth-house .wealth-house-box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px 0 15px
}

.brand-wealth-house .wealth-house-box .house-list-box {
	margin-left: 200px
}

.brand-wealth-house .wealth-house-box .house-list {
	margin: -10px -15px;
	overflow: hidden
}

.brand-wealth-house .wealth-house-box .house-list li {
	float: left;
	width: 33.3333%;
	padding: 10px 15px
}

.brand-wealth-house .wealth-house-box .house-list li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #e4e4e4;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.brand-wealth-house .wealth-house-box .house-list li a:hover {
	-webkit-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05)
}

.brand-wealth-house .wealth-house-box .house-list li a:hover .house-img .tell-box {
	opacity: 1
}

.brand-wealth-house .wealth-house-box .house-list li a:hover .house-img .tell-box .tell {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.brand-wealth-house .wealth-house-box .house-list li a:hover .house-name .iconfont {
	color: #eb0000
}

.brand-wealth-house .wealth-house-box .house-list li .house-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative
}

.brand-wealth-house .wealth-house-box .house-list li .house-img .jqthumb {
	width: 100%;
	height: 200px
}

.brand-wealth-house .wealth-house-box .house-list li .house-img .tell-box {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.brand-wealth-house .wealth-house-box .house-list li .house-img .tell-box .tell {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	transform: translate(0, 200px)
}

.brand-wealth-house .wealth-house-box .house-list li .house-img .tell-box .tell h6 {
	font-size: 16px;
	line-height: 1;
	position: relative
}

.brand-wealth-house .wealth-house-box .house-list li .house-img .tell-box .tell h6::before {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px
}

.brand-wealth-house .wealth-house-box .house-list li .house-img .tell-box .tell p {
	margin-top: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.brand-wealth-house .wealth-house-box .house-list li .house-name {
	display: table;
	width: 100%;
	height: 80px;
	padding: 0 20px
}


.brand-wealth-house .wealth-house-box .house-list li .house-name>div {
	display: table-cell;
	vertical-align: middle
}

.brand-wealth-house .wealth-house-box .house-list li .house-name h6 {
	font-size: 16px;
	color: #666
}

.brand-wealth-house .wealth-house-box .house-list li .house-name span {
	display: block;
	color: #bdbdbd;
	margin-top: 5px
}

.brand-wealth-house .wealth-house-box .house-list li .house-name .iconfont {
	display: table-cell;
	vertical-align: middle;
	color: #666;
	width: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.brand-wealth-trust {
	width: 100%;
	padding: 50px 0
}

.brand-wealth-trust .wealth-trust-box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px 0 15px
}

.brand-wealth-trust .wealth-trust-box .trust-list-box {
	margin-left: 200px
}

.brand-wealth-trust .wealth-trust-box .trust-list-box small {
	font-size: 14px;
	line-height: 1
}

.brand-wealth-trust .wealth-trust-box .trust-list-box h6 {
	font-size: 24px
}

.brand-wealth-trust .wealth-trust-box .trust-list-box>p {
	margin-top: 20px;
	margin-bottom: 30px
}

.brand-wealth-trust .wealth-trust-box .trust-list {
	margin-top: 50px;
	overflow: hidden
}

.brand-wealth-trust .wealth-trust-box .trust-list li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 10px;
	cursor: pointer
}

.brand-wealth-trust .wealth-trust-box .trust-list li:nth-of-type(2) .iconfont {
	font-size: 44px
}

.brand-wealth-trust .wealth-trust-box .trust-list li:nth-of-type(3) .iconfont {
	font-size: 44px
}

.brand-wealth-trust .wealth-trust-box .trust-list li:nth-of-type(4) .iconfont {
	font-size: 44px
}

.brand-wealth-trust .wealth-trust-box .trust-list li:nth-of-type(5) .iconfont {
	font-size: 44px
}

.brand-wealth-trust .wealth-trust-box .trust-list li:hover .iconfont {
	color: #eb0000;
	border-color: #eb0000
}

.brand-wealth-trust .wealth-trust-box .trust-list li .iconfont {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 78px;
	font-size: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border: 1px solid #666
}

.brand-wealth-trust .wealth-trust-box .trust-list li h6 {
	font-size: 16px;
	line-height: 1;
	margin-top: 20px
}

.brand-wealth-trust .wealth-trust-box .trust-list li small {
	display: block;
	margin-top: 5px;
	color: #bdbdbd;
	text-transform: uppercase;
	font-family: "futura"
}

.brand-wealth-trust .wealth-trust-box .trust-list li p {
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.brand-wealth-company {
	width: 100%;
	padding: 50px 0;
	background: #f4f4f4
}

.brand-wealth-company .wealth-company-box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px 0 15px
}

.brand-wealth-company .wealth-company-box .company-content-box {
	margin-left: 200px
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-menu {
	float: left;
	width: 200px;
	height: 100%;
	background: #fff;
	border-left: 2px solid #eb0000
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-menu li {
	width: 100%;
	height: 61px;
	border-top: 1px solid #e4e4e4
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-menu li:first-child {
	border-top: 0
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-menu li a {
	border: none;
	display: block;
	width: 180px;
	height: auto !important;
	padding-top: 23px;
	padding-bottom: 23px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-right: 0
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-menu li a::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-menu li a::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-menu li a:hover {
	color: #fff
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-menu li a:hover::before {
	width: 100%
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-menu li a::after {
	display: none
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell {
	margin-left: 200px;
	padding: 40px;
	background: #fff
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .tag-content {
	display: none
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .tag-content:first-child {
	display: block
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-list {
	width: 360px;
	margin: -30px 0;
	overflow: hidden
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-list li {
	margin: 30px 0
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-list li a {
	display: block
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-list li a .number {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
	color: #eb0000;
	font-family: "futura";
	border: 2px solid #eb0000
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-list li a>div {
	margin-left: 50px
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-list li a>div span {
	display: block;
	font-size: 14px;
	color: #bdbdbd
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-list li a>div span:first-child {
	font-size: 18px;
	line-height: 1;
	color: #353535;
	margin-bottom: 5px
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell {
	margin-left: 360px;
	text-align: center
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell .jqthumb {
	width: 100%;
	height: 145px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell h6 {
	font-size: 18px;
	line-height: 1;
	margin: 20px 0;
	text-align: left
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell h6 span {
	display: inline-block;
	font-size: 14px;
	color: #bdbdbd;
	margin-left: 10px
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell p {
	text-align: left
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell a {
	display: block;
	width: 150px;
	height: auto !important;
	padding-top: 10.5px;
	padding-bottom: 10.5px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 20px
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell a::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell a::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell a:hover {
	color: #fff
}

.brand-wealth-company .wealth-company-box .company-content-box .company-add-tell .add-tell a:hover::before {
	width: 100%
}



.brand-abroad-process {
	width: 100%;
	padding: 50px 0
}

.brand-abroad-process .abroad-process-box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px
}

.brand-abroad-process .abroad-process-box .process-list-box {
	margin-left: 200px
}

.brand-abroad-process .abroad-process-box .process-list-box .process-list {
	margin: 0 -20px;
	overflow: hidden
}

.brand-abroad-process .abroad-process-box .process-list-box .process-list li {
	float: left;
	width: 20%;
	padding: 0 20px
}

.brand-abroad-process .abroad-process-box .process-list-box .process-list li>div {
	width: 100%;
	text-align: center
}

.brand-abroad-process .abroad-process-box .process-list-box .process-list li .btn {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f4f4f4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px
}

.brand-abroad-process .abroad-process-box .process-list-box .process-list li .btn i {
	font-style: normal;
	font-weight: bold;
	font-family: "futura"
}

.brand-abroad-process .abroad-process-box .process-list-box .process-list li .iconfont {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 76px;
	font-size: 44px;
	color: #eb0000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #eb0000;
	margin: 30px 0 15px 0
}

.brand-abroad-adver {
	width: 100%;
	height: 435px;
	background: #f4f4f4 url(../../images/yingjin/abroad_adver_img.png) center no-repeat;
	background-size: cover
}

.brand-abroad-adver .abroad-adver-box {
	width: 1100px;
	margin: 0 auto;
	padding-top: 330px
}

.brand-abroad-adver .abroad-adver-box a {
	display: block;
	width: 140px;
	height: auto !important;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1
}

.brand-abroad-adver .abroad-adver-box a::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.brand-abroad-adver .abroad-adver-box a::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.brand-abroad-adver .abroad-adver-box a:hover {
	color: #fff
}

.brand-abroad-adver .abroad-adver-box a:hover::before {
	width: 100%
}

.brand-abroad-study {
	width: 100%;
	padding: 50px 0
}

.brand-abroad-study .abroad-study-box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 15px
}

.brand-abroad-study .abroad-study-box .study-list-box {
	margin-left: 200px
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list {
	width: 100%;
	margin: -15px;
	overflow: hidden
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li {
	float: left;
	width: 33.3333%;
	padding: 15px;
	color: #fff
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li>div {
	overflow: hidden;
	position: relative
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li:hover .jqthumb {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .jqthumb {
	width: 100%;
	height: 300px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell-box {
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 40px;
	text-align: center
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell>div {
	display: table-cell;
	vertical-align: middle
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell h6 {
	font-size: 24px;
	line-height: 1
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell small {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-top: 5px;
	position: relative;
	text-transform: capitalize
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell small::before {
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -35px
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell p {
	margin-top: 35px
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell a {
	display: block;
	width: 150px;
	height: auto !important;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #fff;
	margin-top: 30px
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell a::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell a::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell a:hover {
	color: #fff
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell a:hover::before {
	width: 100%
}

.brand-abroad-study .abroad-study-box .study-list-box .study-list li .study-tell a::after {
	border-color: #fff
}


.visa-page {
	width: 100%;
	padding: 50px 0;
	background: #f4f4f4
}

.visa-page .visa-content-box {
	width: 1200px;
	margin: 0 auto;
	padding-left: 15px
}

.visa-page .visa-content-box .visa-list-box {
	margin-left: 200px;
	margin-right: -15px;
	text-align: center
}

.visa-page .visa-content-box .visa-list-box .visa-list {
	width: 100%;
	margin: -20px;
	overflow: hidden
}

.visa-page .visa-content-box .visa-list-box .visa-list li {
	float: left;
	width: 33.3333%;
	padding: 15px
}

.visa-page .visa-content-box .visa-list-box .visa-list li>div {
	padding: 20px;
	background: #fff;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.visa-page .visa-content-box .visa-list-box .visa-list li>div:hover {
	-webkit-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05);
	box-shadow: 1px 3px 20px 1px rgba(0,0,0,0.05),1px 3px 20px 1px rgba(0,0,0,0.05)
}

.visa-page .visa-content-box .visa-list-box .visa-list li .jqthumb {
	width: 100%;
	height: 125px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}

.visa-page .visa-content-box .visa-list-box .visa-list li .address {
	padding: 15px 0;
	position: relative;
	text-align: left
}

.visa-page .visa-content-box .visa-list-box .visa-list li .address h6 {
	font-size: 18px;
	line-height: 1
}

.visa-page .visa-content-box .visa-list-box .visa-list li .address small {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin-top: 5px;
	font-family: "futura"
}

.visa-page .visa-content-box .visa-list-box .visa-list li .address .price {
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	color: #eb0000;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px
}

.visa-page .visa-content-box .visa-list-box .visa-list li .address .price i {
	font-style: normal;
	font-weight: bold
}

.visa-page .visa-content-box .visa-list-box .visa-list li table {
	width: 100%;
	text-align: left
}

.visa-page .visa-content-box .visa-list-box .visa-list li table tr {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4
}

.visa-page .visa-content-box .visa-list-box .visa-list li table td {
	height: 40px;
	vertical-align: middle
}

.visa-page .visa-content-box .visa-list-box .visa-list li table td:last-child {
	width: 60%;
	text-align: center;
	color: #eb0000;
	font-weight: bold
}

.visa-page .visa-content-box .visa-list-box .visa-list li .contact-btn {
	display: block;
	width: 150px;
	height: auto !important;
	padding-top: 10.5px;
	padding-bottom: 10.5px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 20px
}

.visa-page .visa-content-box .visa-list-box .visa-list li .contact-btn::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.visa-page .visa-content-box .visa-list-box .visa-list li .contact-btn::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.visa-page .visa-content-box .visa-list-box .visa-list li .contact-btn:hover {
	color: #fff
}

.visa-page .visa-content-box .visa-list-box .visa-list li .contact-btn:hover::before {
	width: 100%
}


.news-dateils-page {
	width: 100%;
	padding: 50px 0
}

.news-dateils-page .dateils-content {
	width: 1170px;
	margin: 0 auto
}

.news-dateils-page .dateils-content .news-details {
	width: 100%;
	padding: 20px 60px
}

.news-dateils-page .dateils-content .news-details .title {
	padding-bottom: 10px;
	text-align: center
}

.news-dateils-page .dateils-content .news-details .title h1 {
	font-size: 28px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative
}

.news-dateils-page .dateils-content .news-details .title h1:before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #eb0000;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -20px
}

.news-dateils-page .dateils-content .news-details .title time {
	display: block;
	font-size: 16px;
	color: #999
}

.news-dateils-page .dateils-content .news-details .title time .iconfont {
	font-size: 14px;
	margin-right: 10px
}

.news-dateils-page .dateils-content .news-details .content {
	margin-top: 20px;
	font-size: 16px;
	color: #999;
	text-align: left;
	line-height: 26px
}

.news-dateils-page .dateils-content .news-details .content p {
	margin: 30px 0;
	color: #999
}

.news-dateils-page .dateils-content .news-details .content img {
	display: block;
	margin: 30px auto
}

.news-dateils-page .dateils-content .news-details .filp {
	font-size: 0;
	margin-top: 30px
}

.news-dateils-page .dateils-content .news-details .filp a {
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	padding: 0 60px;
	background: #f4f4f4;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-right: 50px
}

.news-dateils-page .dateils-content .news-details .filp a:hover {
	background: #eb0000;
	color: #fff
}



.house-dateils-page {
	width: 100%;
	padding: 50px 0;
	background: #f4f4f4
}

.house-dateils-page .dateils-content {
	width: 1200px;
	margin: 0 auto;
}

.house-dateils-page .dateils-content .house-tell-box {
	width: 100%
}

.house-dateils-page .dateils-content .house-tell-box .house-img {
	float: left;
	width: 500px
}

.house-dateils-page .dateils-content .house-tell-box .house-img>.jqthumb {
	width: 100%;
	height: 340px
}

.house-dateils-page .dateils-content .house-tell-box .house-img>.jqthumb img {
	display: block;
	width: 100%;
	height: 100%
}

.house-dateils-page .dateils-content .house-tell-box .item {
	height: 80px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none
}

.house-dateils-page .dateils-content .house-tell-box .option {
	width: 100%
}

.house-dateils-page .dateils-content .house-tell-box .option ul {
	height: 80px;
	margin-left: -10px;
	overflow: hidden
}

.house-dateils-page .dateils-content .house-tell-box .option ul li {
	float: left;
	width: 117px;
	cursor: pointer;
	height: 80px;
	opacity: .6;
	margin-left: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;

	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.house-dateils-page .dateils-content .house-tell-box .option ul li:hover {
	border-color: #eb0000;
	opacity: 1
}

.house-dateils-page .dateils-content .house-tell-box .option ul .active {
	border-color: #eb0000;
	opacity: 1
}

.house-dateils-page .dateils-content .house-tell {
	margin-left: 530px;
	height: 460px;
	background: #fff;
	padding: 20px;
	line-height: 1.44;
}

.house-dateils-page .dateils-content .house-tell h3 {
	font-size: 24px;
	padding-bottom: 10px;
	line-height: 1.2;
	font-weight: 400;
	color: #353535;
}

.house-dateils-page .dateils-content .house-tell h3 span {
	display: inline-block;
	color: #bdbdbd;
	margin-left: 10px;
	font-size: 14px;
	font-family: "futura"
}

.house-dateils-page .dateils-content .house-tell>div {
	padding: 20px 0;
}

.house-dateils-page .dateils-content .house-tell>div h5 {
	float: left;
	width: 110px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #353535;
}

.house-dateils-page .dateils-content .house-tell .advan-box .advan-list {
	margin-left: 110px;
	height: 30px;
	overflow: hidden;
	font-size: 0
}

.house-dateils-page .dateils-content .house-tell .advan-box .advan-list li {
	display: inline-block;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 12px;
	color: #fff;
	background: #eb0000;
	margin-right: 30px
}

.house-dateils-page .dateils-content .house-tell .data-box .data-list {
	margin: -10px 0;
	margin-left: 110px
}

.house-dateils-page .dateils-content .house-tell .data-box .data-list li {
	margin: 5px 0;
	font-size: 0;
	color: #afafaf;
}

.house-dateils-page .dateils-content .house-tell .data-box .data-list li span {
	display: inline-block;
	font-size: 14px;
	margin-right: 10px
}

.house-dateils-page .dateils-content .house-tell .data-box .data-list li span:first-child {
	text-align: right
}

.house-dateils-page .dateils-content .house-tell .data-box .data-list li em {
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	color: #eb0000
}

.house-dateils-page .dateils-content .house-tell .recom-number {
	padding: 15px 0;
	line-height: 30px
}

.house-dateils-page .dateils-content .house-tell .recom-number .iconfont {
	margin-right: 10px;
	color: #eb0000
}

.house-dateils-page .dateils-content .house-tell .tell p {
	line-height: 1.8;
	color: #707070;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.house-dateils-page .dateils-content .house-tell .apply-number {
	line-height: 35px
}

.house-dateils-page .dateils-content .house-tell .apply-number h5 {
	line-height: 35px
}

.house-dateils-page .dateils-content .house-tell .apply-number em {
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #eb0000
}

.house-dateils-page .dateils-content .house-tell .apply-number .consult-btn {
	display: block;
	width: 120px;
	height: auto !important;
	padding-top: 10.5px;
	padding-bottom: 10.5px;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #353535;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-left: 30px
}

.house-dateils-page .dateils-content .house-tell .apply-number .consult-btn::after {
	content: "";
	border: 2px solid #353535;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2
}

.house-dateils-page .dateils-content .house-tell .apply-number .consult-btn::before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #eb0000;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.house-dateils-page .dateils-content .house-tell .apply-number .consult-btn:hover {
	color: #fff
}

.house-dateils-page .dateils-content .house-tell .apply-number .consult-btn:hover::before {
	width: 100%
}

.house-dateils-page .dateils-content .house-tell .tel em {
	font-size: 24px;
	line-height: 30px
}

.house-dateils-page .dateils-content .settle-details-tell {
	width: 1140px;
	padding: 10px 30px;
	background: #fff;
	margin-top: 30px;
}

.house-dateils-page .dateils-content .settle-details-tell .tell-item {
	margin: 20px 0;
	line-height: 1.9;
}

.house-dateils-page .dateils-content .settle-details-tell .tell-item h5 {
	font-size: 24px;
	line-height: 1.4;
	padding-bottom: 10px;
	font-weight: 400;
	color: #353535;
}

.house-dateils-page .dateils-content .settle-details-tell .tell-item h5 span {
	display: inline-block;
	color: #bdbdbd;
	margin-left: 10px;
	font-size: 14px;
}

.house-dateils-page .dateils-content .settle-details-tell .tell-item p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #4a4a4a;
}

