@charset "utf-8";

* {
	box-sizing: border-box;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	min-height: 100%;
	/* font-size: 12px; */
	font-family: "微软雅黑";
	color: #333;
	overflow-x: hidden;
	background: #ffffff;

	font-size: calc(var(--font-size-base) * 1px);
	font-family: var(--font-stack-body);
	font-style: var(--font-style-body);
	font-weight: var(--font-weight-body);
	color: var(--color-text);
	line-height: 1.5;
}

@font-face {
    font-family: 'DINCondensed'; 
    src: url('../image/size/D-DINCondensed.ttf');
}

:root {
	--color-text: #162950;
	--color-text-rgb: 22, 41, 80;
	--color-body-text: #6d6d6d;
	--color-sale-text: #da2f0c;
	--color-small-button-text-border: #162950;
	--color-text-field: #ffffff;
	--color-text-field-text: #162950;
	--color-text-field-text-rgb: 22, 41, 80;
	--color-btn-primary: #da2f0c;
	--color-btn-primary-darker: #aa2509;
	--color-btn-primary-text: #ffffff;
	--color-blankstate: rgba(109, 109, 109, 0.35);
	--color-blankstate-border: rgba(109, 109, 109, 0.2);
	--color-blankstate-background: rgba(109, 109, 109, 0.1);
	--color-text-focus: #27488c;
	--color-overlay-text-focus: #e6e6e6;
	--color-btn-primary-focus: #aa2509;
	--color-btn-social-focus: #404040;
	--color-small-button-text-border-focus: #27488c;
	--predictive-search-focus: #f2f2f2;
	--color-body: #ffffff;
	--color-bg: #ffffff;
	--color-bg-rgb: 255, 255, 255;
	--color-bg-alt: rgba(109, 109, 109, 0.05);
	--color-bg-currency-selector: rgba(109, 109, 109, 0.2);
	--color-overlay-title-text: #ffffff;
	--color-image-overlay: #3d3d3d;
	--color-image-overlay-rgb: 61, 61, 61;
	--opacity-image-overlay: 0.4;
	--hover-overlay-opacity: 0.8;
	--color-border: #000000;
	--color-border-form: #909090;
	--color-border-form-darker: #767676;
  
	--font-weight-body--bold: 700;
	--font-weight-body--bolder: 700;
	--font-stack-header: Muli, sans-serif;
	--font-style-header: normal;
	--font-weight-header: 600;
	--font-stack-body: Muli, sans-serif;
	--font-style-body: normal;
	--font-weight-body: 400;
	--font-size-header: 27;
	--font-size-base: 18;
	--font-h1-desktop: 36;
	--font-h1-mobile: 33;
	--font-h2-desktop: 21;
	--font-h2-mobile: 18;
	--font-h3-mobile: 21;
	--font-h4-desktop: 18;
	--font-h4-mobile: 16;
	--font-h5-desktop: 15;
	--font-h5-mobile: 14;
	--font-h6-desktop: 14;
	--font-h6-mobile: 13;
	--font-mega-title-large-desktop: 67;
	--font-rich-text-large: 20;
	--font-rich-text-small: 15;
	--color-video-bg: #f2f2f2;
	--global-color-image-loader-primary: rgba(22, 41, 80, 0.06);
	--global-color-image-loader-secondary: rgba(22, 41, 80, 0.12);
  }
  


/* @font-face {
	font-family: 'SourceHanSansSC-Light';
	src: url('../font/SourceHanSansSC-Light.eot'); 
	src: url('../font/SourceHanSansSC-Light.eot?#iefix') format('embedded-opentype'),
			 url('../font/SourceHanSansSC-Light.woff') format('woff'), 
			 url('../font/SourceHanSansSC-Light.ttf')  format('truetype'), 
			 url('../font/SourceHanSansSC-Light.svg#LiSu') format('svg');
}*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	/* -webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s; */
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

select,
input,
textarea {
	border: 0;
	font-family: "Arial";
	outline: none;
	resize: none;
	box-shadow: none;
}

select {
	background: #FFF;
}

input::-webkit-input-placeholder {
	color: #898d90;
}

input::-moz-placeholder {
	color: #898d90;
}

input:-moz-placeholder {
	color: #898d90;
}

textarea::-webkit-input-placeholder {
	color: #898d90;
}

textarea::-moz-placeholder {
	color: #898d90;
}

textarea:-moz-placeholder {
	color: #898d90;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
	zoom: 1;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

input[type="button"],
input[type="submit"] {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

input,
textarea {
	box-sizing: border-box;
}

input[type="text"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}


/*合并表格边框，设置边框距为零*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.maxwh {
width:100%;
}
/*清除浮动*/

/*clearfix写在浮动元素的上层*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*文字对齐*/

.textL {
	text-align: left;
}

.textC {
	text-align: center;
}

.textR {
	text-align: right;
}

.fontWe {
	font-weight: 700;
}

/*强制换行   禁止换行*/

.break_word {
	word-wrap: break-word;
	word-break: break-all;
}

.keep_all {
	word-break: keep-all;
	white-space: nowrap;
}

/*超出省略号，仅限单行，并且需要设定一个宽度*/

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.ellipsis_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*me*/

.wrap {
	width: 1200px;
	margin: 0 auto;
}
.hide {
	display: none;
}

.show {
	display: block;
}

.bg_fff {
	background-color: #fff;
}
.bg_f5{
	background-color: #f5f5f5;
}
.bg-138{
	background-color: rgb( 138, 193, 39 );
}
.bg-134{
	background-color: rgb( 134, 27, 42 );
}
.bg-ec6{
	background-color: #ec6e08;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

/* 间距 */

.ptb20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt60{
	padding-top: 60px;
}
.pb60{
	padding-bottom: 60px;
}
.pb40{
	padding-bottom: 40px;
}
.pl20{
	padding-left: 20px;
}
.plr264{
	padding-left: 264px;
	padding-right: 264px;
}
.plr120{
	padding-left: 120px;
	padding-right: 120px;
}
.plr140{
	padding-left: 140px;
	padding-right: 140px;
}
.plr180{
	padding-left: 180px;
	padding-right: 180px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mtb60{
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.plr150{
    padding-left: 150px;
    padding-right: 150px;
}
/* 宽度 */
.w450{
	max-width: 450px;
}
.w860{
	width: 860px;
}
.w300{
	width: 300px;
}
.w1000{
	width: 1000px;
}
/* border */
.bor-t{
	border-top: 1px solid #ededed;
}
.bor-b{
	border-bottom: 1px solid #ededed;
}

/******* 状态 ******/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.none {
	display: none;
}

.hidden {
	overflow: hidden;
}

.cont_flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cont_flex_1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 鼠标划过图片样式 */

.trans_img img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}

/* .trans_img img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0.8;
} */

.trans_img2 img {
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}

.trans_img2 img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}
/* 居中 */
/* .abs-c {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* 标题 */
.inxt-tit{
	font-size: 32px;
	color: #212629;
	line-height: 24px;
}
/* more */
.more-box{
	text-align: center;
}
.more-box>a{
	display: inline-block;
	padding: 0px 42px;
	border-width: 1px;
	border-color: rgb( 19, 99, 151 );
	border-style: solid;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb( 19, 99, 151 );
	text-align: justifyLeft;
}
.more-box>a:hover,
.more-box>a.on{
	background-color: rgb( 19, 99, 151 );
	color: #fff;
}
/* 弹窗 */
.tan-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5f000000, endcolorstr=#5f000000);
	z-index: 20;
}
.fixed_c {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.fixed_r{
	
}
.abs_c {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.abs_r {
    position: absolute;
    top: 50%;
    right: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* 分页 */
.page{
	text-align: center;
	font-size: 0;
}
.page>a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
    color: #242424;
    text-align: center;
    min-width: 30px;
	padding: 0px 11px;
    height: 30px;
    line-height: 30px;
	border-width: 1px;
	border-color: rgb( 222, 222, 222 );
	border-style: solid;
	border-radius: 4px;
	background-color: rgb( 245, 245, 245 );
    margin-right: 12px;
	text-transform: capitalize;
}
.page>a:hover,
.page>a.on{
	background: #136396;
	color: #fff;
	border: 1px solid #136396;
	cursor: pointer;
}
.page .prev{
	background: rgb( 245, 245, 245 ) url(../images/prv.png) no-repeat center;
	background-size: 7px auto;
}
.page .next{
	background: rgb( 245, 245, 245 ) url(../images/nex.png) no-repeat center;
	background-size: 7px auto;
}
.page .prev:hover,
.page .prev.on{
	background: #136396 url(../images/prv2.png) no-repeat center;
	background-size: 7px auto;
}
.page .next:hover,
.page .next.on{
	background: #136396 url(../images/nex2.png) no-repeat center;
	background-size: 7px auto;
}

/* 侧边 */
.w-aside{
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 100;
}
.asid-ul{
	width: 42px;
	height: auto;
}
.asid-ul>li{
	width: 42px;
	height: 42px;
	border-width: 1px;
	border-color: rgb( 237, 237, 237 );
	border-style: solid;
	border-radius: 4px;
	background-color: rgb( 255, 255, 255 );
	box-shadow: 0px 0px 18px 0px rgba( 1, 1, 1 ,0.2);
	margin-bottom: 10px;
	position: relative;
}
.asid-ul>li:last-child{
	margin-bottom: 0px;
}
.asid-ul>li:hover,
.asid-ul>li.on{
	background-color: rgb( 19, 99, 151 );
	border-color: rgb( 19, 99, 151 );
}
.asid-ul>li:hover .asid-dow,
.asid-ul>li.on .asid-dow{
	display: block;
}
.asid-ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.asid-ul>li:nth-child(1)>a{
	background: url(../images/as1.png) no-repeat center;
	background-size: 22px auto;
}
.asid-ul>li:nth-child(2)>a{
	background: url(../images/as2.png) no-repeat center;
	background-size: 20px auto;
}
.asid-ul>li:nth-child(3)>a{
	background: url(../images/as3.png) no-repeat center;
	background-size: 22px auto;
}
.asid-ul>li:nth-child(4)>a{
	background: url(../images/as4.png) no-repeat center;
	background-size: 22px auto;
}
.asid-dow{
	position: absolute;
	right: 63px;
	bottom: 0;
	background-color: #fff;
	border-radius: 3px;
	display: none;
}
.asid-dow::before{
	content: "";
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 7px solid transparent;
	position: absolute;
	right: -10px;
	bottom: 12px;
}
.scbox{
	min-width: 200px;
	min-height: 40px;
}
.scbox>a{
	display: block;
	font-size: 14px;
	color: rgb( 84, 84, 84 );
	line-height: 40px;
	text-align: center;
}
.asid-email{
	padding: 16px 20px 26px;
	min-width: 320px;
}
.em-tit{
	font-size: 16px;
	color: rgb( 24, 27, 32 );
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
}
.emli{
	margin-bottom: 16px;
}
.emli>input,
.emli>textarea{
	width: 100%;
	border-radius: 4px;
	background-color: rgb( 245, 245, 245 );
	width: 100%;
	padding: 0px 10px;
	font-size: 14px;
	color: #878787;
	text-transform: capitalize;
}
.emli>input{
	height: 40px;
}
.emli>textarea{
	height: 120px;
	padding: 10px;
}
.em-bot{
	text-align: center;
}
.a-btn{
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px;
	height: 40px;
	border-width: 1px;
	border-color: rgb( 19, 99, 151 );
	border-style: solid;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: rgb( 19, 99, 151 );
	margin-right: 10px;
	text-transform: capitalize;
}
.a-btn:last-child{
	margin-right: 0;
}
.a-btn:hover,
.a-btn.on{
	color: #fff;
	background-color: rgb( 19, 99, 151 );
}

.phcon{
	padding: 16px 20px 26px;
	min-width: 292px;
}
.phtxt>p{
	font-size: 14px;
	font-family: "Arial";
	color: rgb( 84, 84, 84 );
	line-height: 36px;
	text-align: center;
}

.ercon{
	width: 172px;
	height: 172px;
	padding: 16px;
	overflow: hidden;
}
.ercon>img{
	width: 100%;
	height: 100%;
}

/* 路径 */
.path{
	height: 50px;
}
.path>a,
.path>span{
	font-size: 14px;
	color: rgb( 135, 135, 135 );
	line-height: 50px;
}
.path>a{
	padding-right: 17px;
	background: url(../images/kf.png) no-repeat right center;
	background-size: 9px auto;
	margin-right: 6px;
}
.path>a:hover{
	text-decoration: underline;
}
/* banner */
.ban-cent{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ban-ptit {
    font-size: 48px;
    font-family: "Arial";
    color: rgb( 255, 255, 255 );
    font-weight: bold;
	text-align: center;
}
.ban-psub{
	font-size: 22px;
	font-family: "Arial";
	color: #ffffff;
	line-height: 32px;
	text-align: center;
}
.ban-psub>span{
	display: block;
}


.ban-cent.acc{
	width: 1200px;
}
.ban-ptit.sho{
	font-size: 34px;
	color: #333333;
	text-align: left;
}
.ban-ptit.sho>span{
	display: block;
}
.ban-ore{
	max-width: 400px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}
.ban-otb>a{
	padding: 0px 24px 0px 46px;
	height: 41px;
	border-radius: 19px;
	line-height: 41px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background: rgba( 19, 99, 150, 0.502 ) url(../images/ser.png) no-repeat left 24px center;
	background-size: 17px auto;
}
/* banner 按钮 */
.nobgs>a{
	background-image: none !important;
	padding-left: 24px;
}

/* banner 内容 */
.ban-ztit{
	font-size: 34px;
	font-family: "Arial";
	color: rgb( 255, 255, 255 );
	line-height: 36px;
}
.ban-zsub{
	font-size: 16px;
	color: rgb( 255, 255, 255 );
	line-height: 24px;
}
/* 标题 */
.abo-tit{
	font-size: 28px;
	font-family: "Arial";
	color: rgb( 51, 51, 51 );
	line-height: 32px;
	text-align: center;
}
.aboyi-txt>p{
	font-size: 14px;
	color: rgb( 51, 51, 51 );
	line-height: 1.857;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: center;
}
.aboyi-txt>p:last-child{
	margin-bottom: 0;
}
.aboyi-txt>p span.ayi{
	display: block;
}
/* Unique_Apartments */
.ins-tit{
	font-size: 28px;
	font-family: "Arial";
	color: rgb( 33, 38, 41 );
	line-height: 26px;
	text-align: center;
}

/*  */
.fore-cont>ul{
	margin-right: -30px;
}
.fore-cont>ul>li{
	border-width: 1px;
	border-color: rgb( 237, 237, 237 );
	border-style: solid;
	border-radius: 2px;
	background-color: rgb( 255, 255, 255 );
	box-shadow: 0px 2px 4px 0px rgba( 1, 1, 1 ,0.3);
	width: 380px;
	height: 349px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.fore-tcbox{
	display: block;
	width: 100%;
	height: 100%;
}
.infoimg{
	display: block;
	width: 100%;
	height: 250px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.infoimg>img{
	width: 100%;
	height: 100%;
}
.fore-txtbox{
	padding: 0px 14px;
	height: calc(100% - 250px);
	overflow: hidden;
	position: relative;
}
.fore-top{
	padding: 10px 0px;
	border-bottom: 1px solid #f2f2f2;
}
.fore-tit{
	font-size: 20px;
	font-family: "Arial";
	color: rgb( 33, 38, 41 );
	line-height: 26px;
	text-align: left;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fore-mon{
	width: 30%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #212629;
}
.fore-mon>span{
	font-size: 14px;
	color: #212629;
}
.fore-cent{
	font-size: 0;
	padding-top: 12px;
}
.fore-cent>a{
	display: inline-block;
	font-size: 14px;
	color: #878787;
	line-height: 30px;
	padding-left: 30px;
	margin-right: 20px;
	max-width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.fore-cent>a:nth-child(1){
	background: url(../images/xu1.png) no-repeat left center;
	background-size: 15px auto;
}
.fore-cent>a:nth-child(2){
	background: url(../images/xu2.png) no-repeat left center;
	background-size: 19px auto;
}
.fore-cent>a:nth-child(3){
	background: url(../images/xu3.png) no-repeat left center;
	background-size: 15px auto;
}


.trans_img img{
	/* width: 100%;
	height: 100%; */
}
.fore-cont>ul>li.on .fore-tit,
.fore-cont>ul>li:hover .fore-tit{
	color: #136397;
}
.fore-cont>ul>li.on .trans_img>img,
.fore-cont>ul>li:hover .trans_img>img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}

/* Other service  */
.sor-sercon>ul>li,
.corp-sancont>ul>li{
	width: 33.333%;
	overflow: hidden;	
	float: left;
	text-align: center;
	padding: 0px 10px;
}
.servimg{
	width: 220px;
	height: 220px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 10px;
}
.servimg>img{
	width: 100%;
	height: 100%;
}
.serv-txt{
	font-size: 22px;
	color: #333333;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
}
.sor-sercon>ul>li:hover .trans_img>img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
/* 搜索 */
.he_serch{
	width: 900px;
	margin: 0 auto 30px;
	height: 50px;
	position: relative;
	overflow: hidden;
}
.serch-txt{
	/* border-width: 1px;
	border-color: rgb( 237, 237, 237 );
	border-style: solid; */
	border-radius: 6px;
	background-color: rgb( 255, 255, 255 );
	box-shadow: 0px 0px 18px 0px rgba( 1, 1, 1 ,0.1);
	width: 100%;
	height: 100%;
	padding: 0px 20px;
	font-size: 14px;
	color: #bdbdbd;
}
.serch-tbn{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 72px;
	height: 100%;
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
	 border-top-right-radius: 6px;
	 border-bottom-right-radius: 6px;
	 background: rgb( 19, 99, 151 ) url(../images/ss.png) no-repeat center;
	 background-size: 21px auto;
}

/* 

City Profile /
Latest News & Immigration Policy

*/
.cov-ercent>ul{
	margin-right: -25px;
}
.cov-ercent>ul>li{
	border-width: 1px;
	border-color: rgb( 237, 237, 237 );
	border-style: solid;
	border-radius: 2px;
	background-color: rgb( 255, 255, 255 );
	box-shadow: 0px 2px 4px 0px rgba( 1, 1, 1 ,0.1);
	width: 280px;
	/* height: 250px; */
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.covimg{
	width: 100%;
	height: 182px;
	overflow: hidden;
	display: block;
}
.covimg>img{
	display: block;
	width: 100%;
	height: 100%;
}
.cov-ertxt{
	height: 70px;
	padding: 10px;
}
.cov-ertxt>a{
	font-family: "Arial";
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	display: block;
	overflow: hidden;
	height: 100%;
}

/* Why Irealty */
.corp-lscent>ul>li{
	float: left;
	width: 33.333%;
	padding: 0px 40px;
	text-align: center;
}
.corp-lscimg{
	height: 46px;
	margin-bottom: 20px;
}
.corp-lscimg>img{
	max-height: 100%;
	transition: all .4s;
}
.lsctit{
	font-size: 18px;
	font-family: "Arial";
	color: rgb( 51, 51, 51 );
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 1%;
}
.lsc-ptxt>p{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: left;
	padding-left: 14px;
	position: relative;
}
.lsc-ptxt>p::before{
	content: "";
	width: 4px;
	height: 5px;
	border-radius: 50%;
	background-color: #666666;
	position: absolute;
	left: 0px;
	top: 11px;
}
.corp-lsctxt{
	height: 170px;
}
.corp-lscent>ul>li:hover .corp-lscimg>img{
	/* -webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px); */
		transform:rotate(360deg);
		-ms-transform:rotate(360deg); 
		-moz-transform:rotate(360deg); 
		-webkit-transform:rotate(360deg); 
		-o-transform:rotate(360deg); 
		transition: all .6s;
}
/* Bring your suitcase */
.shotxt,
.shorig{
	height: 100%;
	overflow: hidden;
}
.sho-item{
	width: 100%;
	font-size: 0;
	height: 415px;	
}
.shotxt{
	width: 440px;
	padding: 56px 30px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-flow: column;
	align-items: flex-start;
	transition: all .6s;
}
.shorig{
	width: 760px;
	transition: all .6s;
}
.shorig>a{
	overflow: hidden;
	display: block;
}
.shorig>a>img{
	height: 100%;
}
.sho-txt{
	/* height: 100%;
	width: 100%;
	overflow: hidden; */
}
.lre-txt>p,
.sho-txt>p{
	padding-left: 34px;
	background: url(../images/ut.png) no-repeat left top;
	background-size: 25px auto;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 10px;
}
.sho-btn>a{
	display: inline-block;
	padding: 0px 40px;
	border-radius: 19px;
	background-color: rgb( 19, 99, 150 );
	height: 41px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}


/* about-us */
.asi-item{
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
}
.asi-h3{
	font-size: 28px;
	font-family: "Arial";
	color: rgb( 51, 51, 51 );
	line-height: 32px;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	line-height: 43px;
}
.asi-txt{
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.asi-item:nth-child(odd){
	padding-right: 60px;
	padding-left: 70px;
}
.asi-item:nth-child(even){
	padding-left: 120px;
}
.bef-img{
	width: 41px;
	height:41px;
	position: absolute;
	left: 0px;
}
.bef-img>img{
	display: block;
	width: 100%;
}
.asi-item:nth-child(even) .bef-img{
	position: absolute;
	left: 50px;
}
.asi-mo{
	font-size: 14px;
	color: #136396;
	margin-top: 30px;
	padding-right: 13px;
	background: url(../images/dd.png) no-repeat right 0 center;
	background-size: 7px auto;
	transition: all .4s;
}
.asi-mo:hover{
	margin-left: 10px;
	transition: all .4s;
}

/* 内容侧边 */
.corp-sitop{
	display: block;
	width: 100%;
	max-height: 196px;	
	margin-bottom: 20px;
}
.corp-sitop>img{
	display: block;
	width: 100%;
	height: 100%;
}
.corp-sicont{
	width: 100%;
	/* height: 662px; */
	border-width: 1px;
	border-color: rgb( 216, 224, 230 );
	border-style: solid;
	border-radius: 2px;
	background-color: rgb( 255, 255, 255 );
}
.c-sictop{
	font-size: 22px;
	font-family: "Arial";
	color: rgb( 51, 51, 51 );
	line-height: 30px;
	padding: 0px 18px;
	margin-bottom: 20px;
	margin-top: 16px;
}
.c-sicent>ul>li{
	/* padding: 0px 18px */
	position: relative;
}
.c-sicent>ul>li>a{
	display: block;
	border-top: 1px dashed #d8e0e6;
	padding: 10px 0px;
	font-size: 14px;
	color: #333;
	padding: 10px 18px
}
.c-sicent>ul>li:hover>a,
.c-sicent>ul>li.on>a{
	background-color: #136396;
}
.c-sicent>ul>li:hover>a,
.c-sicent>ul>li.on a{
	border-color: #136396;
	color: #fff;
}
.csi-dow>a{
	padding: 10px 18px;
	display: block;
	font-size: 14px;
	color: #666666;
}
.csi-dow>a:hover{
	background-color: #7fbcdf;
	color: #fff;
}