@charset "utf-8";

.sub_ban{
	position: relative;
	overflow: hidden;
}
.sub_ban img{
	min-height:200px;
	object-fit: cover;
}
.s_banhv{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 3.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 9;
	color: #fff;
	text-align: center;
}
.s_banhv .h3 span{
	display: inline-block;
	position: relative;
	padding: 0 32px;
}
.s_banhv .h3 span::after,.s_banhv .h3 span::before{
	position: absolute;
	width: 20px;
	height: 1px;
	content: '';
	background: rgba(255,255,255,0.7);
	top: 50%;
}
.s_banhv .h3 span::before{
	left: 0;
}
.s_banhv .h3 span::after{
	right: 0;
}
.s_banhv .p{
	padding-top: 10px;
	line-height: 1.3;
}
.sub_wz{
	border-bottom: 1px solid #efefef;
	line-height:44px;
	background: #fff;
}
.sub_wz .wz{
	padding-left: 35px;
	background: url(../images/wz_ico.png) no-repeat left center;
}
.sub_wz .s_nav a{
	display: block;
	line-height: 44px;
	padding: 0 35px;
	color: #666666;
}
.sub_wz .s_nav a:hover,.sub_wz .s_nav a.a_hv{
	background: #1c3271;
	color: #fff;
}


/* 关于我们 */
.sub_aba .img{
	width: 48.125%;
	padding:1% 0;
}
.sub_aba .img img{
	display: block;
	width: 100%;
}
.sub_abb{
	padding-top: 2%;
}
.sub_abb .h4{
	padding-top: 30px;
	line-height: 1.4;
}
.sub_abb .h4 strong{
	display: block;
}
.sub_abb .abpcm{
	padding-top: 10px;
}
.sub_abb .ab_pd{
	padding-top: 20px;
}
.sub_abcda .sub_abcdal{
	width: 51.875%;
}
.sub_abcda .sub_abcdal .p{
	line-height: 2.4;
}
.sub_abcda .sub_abcdar{
	width: 43.125%;
}
.abcdb_list li{
	width: 48.25%;
	padding-bottom: 2.5%;
}
.abcdb_list li .bord{
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
}
.abcdb_list li .img{
	width: 27.2%;
}
.abcdb_list li .img img{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.abcdb_list li .imgs{
	padding-bottom: 149.523%;
}
.abcdb_list li .ab_ryc{
	width:46.63%;
}
.abcdb_list li .ab_ryc .p{
	padding-top: 4%;
	font-size: 15px;
} 
.abcdb_list li .wximg{
	width:16.83%;
	padding-right: 3.1%;
}
.abcdb_list li .wximg img{
	max-width: 100%;
}

/* 团队 */
.td_nav{
	padding: 6px 0;
}
.td_nav a{
	color: #666666;
	margin: 0 20px;
	padding: 5px 5px 8px;
	position: relative;
}
.td_nav a::after{
	position: absolute;
	width: 0%;
	height: 1px;
	content: '';
	background: #1c3271;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.td_nav a:hover,.td_nav a.a_hv{
	color: #1c3271;
}
.td_nav a:hover::after,.td_nav a.a_hv::after{
	width: 100%;
	left: 0;
}
.td_nav a.a_hv{
	font-weight: bold;
}
.td_list{
	overflow: hidden;
}
.td_list ul{
	margin-left: -1.6%;
	margin-right: -1.6%;
}
.td_list li{
	float: left;
	width: calc(100% / 4);
	/* width: 25%; */
	padding:1% 1.6%;
	box-sizing: border-box;
}
.td_list li .imgs{
	padding-bottom: 105.55%;
}
.td_list li .h3{
	padding-top: 5%;
}
.art_td .img{
	float: left;
	width: 31.6666%;
	overflow: hidden;
}
.art_td .art_tdr{
	float: right;
	width: 65%;
	overflow: hidden;
	line-height: 1.8;
}
.art_td .art_tdr img{
	max-width: 100% !important;
	height: auto !important;
}

/* 合作开发商 */
.hezuo_list ul{
	margin-left: -1%;
	margin-right: -1%;
}
.hezuo_list li{
	float: left;
	width: 16.6666%;
	box-sizing: border-box;
	padding:1% ;
}
.hezuo_list li .img{
	position: relative;
	padding-bottom: 46.36%;
	overflow: hidden;
	display: block;
	border: 1px solid #e5e5e5;
}
.hezuo_list li .img img{
	position: absolute;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.hezuo_list li .img:hover{
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	transform: translateY(-4px);
}
.hezuo_list li .img:hover img{
	transform: scale(1.2);
}

/* 热门项目 */
.rmxm_list ul{
	margin-left: -1%;
	margin-right: -1%;
}
.rmxm_list li{
	float: left;
	width: 20%;
	padding: 1%;
	box-sizing: border-box;
}
.rmxm_list li a:hover{
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.art_rmxm{
	padding: 3.5% 0 5%;
	overflow: hidden;
	line-height: 1.9;
}
.art_rmxm img{
	max-width: 100% !important;
	/*height: auto !important;*/
	height: 341px;
    object-fit: cover;
}

/* 出售房源 */
.fylist{
	padding-bottom: 1.5%;
}
.art_fyimg{
	overflow: hidden;
	position: relative;
}
.art_fyimg .swiper-slide img{
	display: block;
	width: 100%;
}
.art_fyimg .fy-pagination{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	z-index: 10;
	text-align: center;
}
.art_fyimg .fy-pagination .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	position: relative;
	border-radius: 50%;
	background:rgba(255,255,255,0.42);
	opacity: 1;
	margin:0 8px !important;
	vertical-align: top;
	overflow: hidden;
}
.art_fyimg .fy-pagination .swiper-pagination-bullet-active{
	background: #fff;
}
.art_fycom .art_fyhd{
	border-bottom: 1px solid #c8c8c8;
	padding-top: 10px;
}
.art_fycom .art_fyhd li{
	padding: 0 10px;
}
.art_fycom .art_fyhd li a{
	display: block;
	padding: 10px;
	position: relative;
}
.art_fycom .art_fyhd li a::after{
	position: absolute;
	bottom: -2px;
	height: 3px;
	background: #1c3271;
	content: '';
	width: 0;
	left: 50%;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.art_fycom .art_fyhd li.on a{
	font-weight: bold;
}
.art_fycom .art_fyhd li.on a::after{
	width: 100%;
	left: 0;
}
.art_fycom .art_fybd{
	padding-top: 2%;
	padding-bottom: 6%;
	overflow: hidden;
}
.art_fycom .art_fybd .con{
	line-height: 1.9;
	overflow: hidden;
	display: none;
}
.art_fycom .art_fybd .con img{
	max-width: 100% !important;
	height: auto !important;
}

/* 新闻 */
.new_list{
	padding-bottom: 3%;
	overflow: hidden;
}
.new_list ul{
	margin-left: -0.825%;
	margin-right: -0.825%;
}
.new_list ul li{
	width: 25%;
	padding: 0.825%;
	float: left;
	box-sizing: border-box;
}
.new_list ul li .imgs{
	display: block;
	padding-bottom: 64.736%;
}
.new_list ul li .padd{
	background: #f9f9f9;
}
.new_list ul li .pad{
	padding: 4.5% 5.26% 6%;
}
.new_list ul li .p{
	height:3.6em;
	padding-top: 3%;
	line-height: 1.8;
}
.new_list ul li .m{
	padding-top: 8%;
}
.new_list ul li .m a{
	display: block;
	width: 50px;
	height: 24px;
	background: url(../images/n_ico1.png) no-repeat center center #d9d9d9;
	border-radius: 50px;
}
.new_list ul li:hover .padd{
	transform: translateY(-8px);
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
.new_list ul li:hover .m a{
	background-image: url(../images/n_ico2.png);
	background-color: #1c3271;
}

.art_ntt{
	line-height: 1.4;
	padding: 10px 0;
}
.art_nbd{
	padding-top: 2%;
	border-top: 1px solid #eeeeee;
	margin-top: 2%;
	line-height: 1.9;
	overflow: hidden;
	padding-bottom: 4%;
}
.art_nbd img{
	max-width: 100% !important;
	height: auto !important;
}
.art_npn{
	padding: 15px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.art_npn .art_npnl p{
	padding: 6px 0;
}
.art_nfh a{
	display: flex;
	line-height: 40px;
	background: #1c3271;
	border-radius: 50px;
	padding: 0 20px;
	color: #fff;
} 
.art_nfh a p{
	padding-right: 10px;
}
.art_nfh a i{
	width: 18px;
	height: 18px;
	background: url(../images/art_fh.png) no-repeat right center;
}
.art_nfh a:hover p{
	padding-right: 15px;
}

.cont_com{
	padding: 3% 0;
}
.cont_com .cont_l{
	float: left;
	width: 39%;
}
.cont_com .cont_l .p{
	padding: 5% 0;
	line-height: 1.8;
}
.cont_com .lx_ewm li{
	flex: 1;
}
.cont_com .lx_ewm li p{
	padding-top: 5px;
}
.cont_com .cont_r{
	float: right;
	width: 53%;
}
.cont_com .map_com{
	padding-bottom: 62.26%;
	position: relative;
}
.cont_com .map{
	position: absolute;
	left: 0;
	top: 0;
}



/* 分页 */
.pages{
	text-align: center;
	padding: 15px 0;
}
.pages ul{
	font-size: 0;
}
.pages ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	font-size: 13px;
}
.pages ul li a{
	display: inline-block;
	vertical-align: middle;
	color: #353535;
	line-height: 24px;
	border: 1px solid #d4d4d4;
	padding: 0 8px;
	border-radius: 3px;
}
.pages ul li a:hover{
	border-color: #1c3271;
	color: #1c3271;
}
.pages ul li a.thisclass{
	background: #1c3271;
	border-color: #1c3271;
	color: #fff;
}


/* 点击查看大图 */
.am-pureview {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .95);
	display: none;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}
.am-pureview-slider li.am-active,
.am-pureview.am-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0)
}
.am-pureview.am-active {
	transform: translate(0, 0)
}
.am-pureview ol,
.am-pureview ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%
}
.am-pureview-slider {
	overflow: hidden;
	height: 100%
}
.am-pureview-slider li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 100;
	visibility: hidden
}
.am-pureview-slider li.am-pureview-slide-prev {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	z-index: 109
}
.am-pureview-slider li.am-pureview-slide-next {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	z-index: 109
}
.am-pureview-slider li.am-active {
	position: relative;
	z-index: 110;
	transform: translate(0, 0);
	visibility: visible
}
.am-pureview-slider .pinch-zoom-container {
	width: 100%;
	z-index: 1121
}
.am-pureview-slider .am-pinch-zoom {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.am-pureview-slider .am-pinch-zoom:after {
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	content: "\f110";
	-webkit-animation: icon-spin 2s infinite linear;
	animation: icon-spin 2s infinite linear;
	font-size: 24px;
	line-height: 24px;
	color: #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 1
}
.am-pureview-slider .am-pinch-zoom.am-pureview-loaded:after {
	display: none
}
.am-pureview-slider img {
	position: relative;
	display: block;
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
	z-index: 200;
	-webkit-user-drag: none;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in
}
.am-pureview-slider img.am-img-loaded {
	opacity: 1
}
.am-pureview-direction {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -18px !important;
	z-index: 1122
}
.am-pureview-only .am-pureview-direction,
.am-touch .am-pureview-direction {
	display: none
}
.am-pureview-direction li {
	position: absolute;
	width: 36px;
	height: 36px
}
.am-pureview-direction a {
	display: block;
	height: 36px;
	border: none;
	color: #ccc;
	opacity: .5;
	cursor: pointer;
	text-align: center;
	z-index: 1125;
	font-family: "宋体";
}
.am-pureview-actions,
.am-pureview-bar {
	height: 45px;
	background-color: rgba(0, 0, 0, .35);
	position: absolute
}
.am-pureview-direction a:before {
	content: "<";
	line-height: 36px;
	font-size: 24px
}
.am-pureview-direction a:hover {
	opacity: 1
}
.am-pureview-direction .am-pureview-prev {
	left: 15px
}
.am-pureview-direction .am-pureview-next {
	right: 15px
}
.am-pureview-direction .am-pureview-next a:before {
	content: ">"
}
.am-pureview-bar {
	bottom: 0;
	width: 100%;
	color: #eee;
	line-height: 45px;
	padding: 0 10px;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}
.am-pureview-bar .am-pureview-title {
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 6px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.am-pureview-bar .am-pureview-total {
	font-size: 10px;
	line-height: 48px
}
.am-pureview-actions {
	left: 0;
	right: 0;
	top: 0
}
.am-pureview-actions a {
	position: absolute;
	left: 10px;
	color: #ccc;
	display: block;
	width: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	z-index: 999;
}
.am-pureview-actions a:hover {
	color: #fff
}
.am-icon-chevron-left:before {
	content: "\2716"
}

@media screen and (max-width:1600px ) {
	
	
}
@media screen and (max-width:1400px ) {
	.sub_wz .wz{
		background-size: 20px;
		padding-left: 32px;
	}
	.abcdb_list li .ab_ryc .p{
		font-size: 14px;
	} 
}
@media screen and (max-width:1280px ) {
	.sub_wz .wz{
		background-size: 18px;
		padding-left: 28px;
	}
	.abcdb_list li .ab_ryc .p{
		font-size: 13px;
	} 
	.rmxm_list li{
		width: 25%;
	}
	.art_fyimg .fy-pagination{
		bottom:25px;
	}
	.art_fyimg .fy-pagination .swiper-pagination-bullet{
		width: 14px;
		height: 14px;
	}
	.art_nfh a{
		line-height: 38px;
	}
}

@media screen and (max-width:1024px ) {
	.sub_wz{
		line-height:40px;
	}
	.sub_wz .wz{
		background-size: 16px;
		padding-left: 26px;
	}
	.sub_wz .s_nav a{
		line-height: 40px;
		padding: 0 30px;
	}
	.abcdb_list li{
		width: 100%;
	}
	.rmxm_list li{
		width:33.333333%;
	}
	.art_fyimg .fy-pagination{
		bottom:20px;
	}
	.new_list ul li{
		width: 33.33333%;
	}
	.art_nfh a{
		line-height: 36px;
	}
	.art_nfh a i{
		background-size: 16px;
	}
}
@media screen and (max-width:800px ) {
	.sub_wz{
		line-height:38px;
	}
	.sub_wz .s_nav a{
		line-height:38px;
		padding: 0 25px;
	}
	.sub_abb .h4{
		padding-top: 20px;
	}
	.sub_abb .ab_pd {
	    padding-top: 12px;
	}
	.sub_abcda .sub_abcdal,.sub_abcda .sub_abcdar{
		width: 100%;
	}
	.sub_abcda .sub_abcdal{
		padding-top: 4%;
	}
	.art_td{
		padding: 4% 0 6%;
	}
	.hezuo_list li {
	    width: 25%;
	}
	.art_fyimg .fy-pagination{
		bottom:12px;
	}
	.art_fyimg .fy-pagination .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.art_fycom .art_fybd{
		padding-top: 3.5%;
	}
	.new_list ul li .m a{
		width: 42px;
		height: 20px;
		background-size: 18px;
	}
	.art_nfh a{
		line-height: 34px;
	}
	.art_nfh a i{
		background-size: 14px;
	}
	.cont_com .cont_l,.cont_com .cont_r{
		width: 100%;
	}
	.cont_com .cont_l{
		padding: 2% 0 5%;
	}
	.cont_com .cont_r{
		padding-bottom: 2%;
	}
	.cont_com .lx_ewm li{
		flex: none;
		padding-right: 10px;
	}
}
@media screen and (max-width:600px ) {
	.sub_wz .s_nav a{
		line-height: 32px;
		padding: 0 18px;
	}
	.sub_abb{
		padding-bottom: 30px;
	}
	.sub_abcdb{
		padding-top: 5px;
	}
	.sub_abcdb .tit{
		padding-bottom: 5px;
	}
	.abcdb_list li{
		padding-bottom: 3%;
	}
	.abcdb_list li .img{
		display: none;
	}
	.abcdb_list li .ab_ryc{
		width: 70%;
		padding: 3% 0 3% 3%;
	}
	.td_nav{
		padding: 10px 0;
	}
	.td_nav a{
		margin: 0 12px;
	}
	.td_list li{
		/* width:50%; */
		width:calc(100% / 2);
		padding: 2%;
	}
	
	.hezuo_list{
		padding: 3.5% 0 8%;
	}
	.hezuo_list li {
	    width: 33.3333%;
		padding: 1.6%;
	}
	.rmxm_list{
		padding-top: 2%;
	}
	.rmxm_list ul{
		margin-left: -1.5%;
		margin-right:-1.5%;
	}
	.rmxm_list li{
		width:50%;
		padding: 1.5%;
	}
	.art_fytit{
		padding: 20px 0 12px;
	}
	.art_fyimg .fy-pagination{
		bottom:5px;
	}
	.art_fyimg .fy-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
	}
	.art_fycom .art_fybd{
		padding-top: 4%;
	}
	.new_list ul{
		margin-left: -1.8%;
		margin-right: -1.8%;
	}
	.new_list ul li{
		width: 50%;
		padding:1.8%;
	}
	
	.pages ul li{
		font-size: 12px;
		padding: 0 3px;
	}
	.pages ul li a{
		line-height: 22px;
		padding: 0 7px;
	}
	.art_npn .art_npnl{
		width: 100%;
		padding-bottom: 12px;
	}
	.art_npn .art_npnl p{
		font-size: 13px;
		padding: 3px 0;
	}
	.art_nfh a{
		line-height: 30px;
		padding: 0 15px;
	}
	
	.art_nfh a p{
		padding-right: 6px;
	}
	.cont_com .lx_ewm li{
		flex: 1;
	}
}

.art_fyimg .pic{ position: relative; height: 0; padding-bottom: 75%;}
.art_fyimg img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.w-flex {
	overflow: hidden;
	padding-top: 2%;
}

.w-flex ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}

.w-flex li {
	min-width: calc(25% - 30px);
	margin: 10px 0 0 30px;
	color: #999;
}

.w-flex span {
	color: #000;
}