/*common style*/
body,
p,
ul,
h2,
h3,
h4 {
	margin: 0;
}
ul,
tr,
td {
	padding: 0;
}
body {
	background: #fff;
	font-family: "微软雅黑", "\5FAE\8F6F\96C5\9ED1";
	font-size: 14px;
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border: none;
}
.clearfix:before,
.clearfix:after {
	display: table;
    content: " ";
}
.clearfix:after {
	clear: both;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	/*规定段落中的文本不会换行*/
	white-space: nowrap; 
}

.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-17 {
	font-size: 17px;
}
.fs-20 {
	font-size: 20px;
}
.fs-22 {
	font-size: 22px;
}
.fs-24 {
	font-size: 24px;
}
.fs-50 {
	font-size: 50px;
}
.fs-54 {
	font-size: 54px;
}
.fs-25 {
	font-size: 25px;
}
.fs-26 {
	font-size: 26px;
}
.fs-30 {
	font-size: 30px;
}
.fs-32 {
	font-size: 32px;
}
.fw-bold {
	font-weight: bold;
}
.dark-red-color {
	color: #6b0600;
}
.blue-color {
	color: #3399aa;
}
.main-wrap {
	width: 1000px;
	margin: 0 auto;
}


.f_c_fff {
    color: #fff !important;
}

/*top nav style*/
.top-nav {
	position: relative;
	height: 70px;
}
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.top-nav-list {
	float: left;
	margin-left: 220px;
	border-right: 1px solid #999999;
}
.top-nav-list li {
	float: left;
	border-left: 1px solid #999999;
	height: 70px;
	line-height: 70px;
}
.top-nav-list li a {
	display: block;
	color: #545454;
	font-size: 16px;
	padding: 0px 20px;
}
.catelog {
	display: none;
	float: right;
	width: 30px;
}
.vip-line {
	float: right;
	width: 216px;
	padding-top: 13px;
	height: 57px;
	border-right: 1px solid #999999;
	padding-left: 20px;
}
.vip-line .text {
	font-size: 12px;
	color: #545454;
}
.vip-line .num {
	font-size: 28px;
	color: #6a0800;
	font-weight: bold;
}
/*swiper part style 20161130 删除的部分*/
/*
.swiper-box {
	position: relative;
    width: 100%;
    margin: 0 auto;
}
.swiper-box .swiper-container {
	height: 500px;
	width: 100%;
}
.swiper-in-mobile {
	display: none;
}
.swiper-box .swiper-slide {
	position: relative;
}

.swiper-container .pagination {
	height: 24px;
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -43px;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
	border-radius: 100%;
	margin-right: 10px;
}
.swiper-active-switch {
	background: #fff;
}
.swiper-slide-inner {
	display: block;
}
.swiper-box .swiper-slide-inner img {
	width: 100%;
	max-height: 500px;
}
.swiper-box .swiper-slide-active {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
*/
/*swiper part style 20161130新增部分*/
.swiper-pc .swiper-pagination-bullet {
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
}
.swiper-pc img {
	width: 100%;
}
.swiper-pc .swiper-pagination-bullet-active,
.swiper-mobile .swiper-pagination-bullet-active {
	background-color: #fff;
}
.swiper-mobile .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
}
.swiper-button-prev,
.swiper-button-next {
	width: 36px;
	height: 52px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
}
.swiper-pc .swiper-button-prev,
.swiper-mobile .swiper-button-prev {
	background-image: url(../images/leftarrow.png);
}
.swiper-pc .swiper-button-prev {
	left: 10%;
}
.swiper-pc .swiper-button-next {
	right: 10%;
}
.swiper-pc .swiper-button-next,
.swiper-mobile .swiper-button-next {
	background-image: url(../images/rightarrow.png);
}
.swiper-down {
	padding-top: 150px;
}
.swiper-mobile {
	position: relative;
}
/*新增结束*/
/*这个样式往后的不用动*/
.swiper-mobile {
	display: none;
}
.banner-txt-box {
	position: absolute;
	left: 20%;
	top: 25%;
	color: #fff;
}
.price-box {
	background: rgba(0, 0, 0, 0.3);
	filter:alpha(opacity=50);
	width: 442px;
	height: 88px;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
}
.price-box span {
	font-weight: bold;
	margin-left: 10px;
}


/*new house part style*/
.new-house {
	margin-top: 45px;
}
.new-house .name,
.video-box .name {
	font-size: 20px;
	color: #6a0800;
	margin-bottom: 15px;
	font-weight: bold;
}
.new-house-list li {
	position: relative;
	float: left;
	height: 240px;
	margin-right: 12px;
	margin-bottom: 23px;
	padding-bottom: 5px;/*新增样式值，调整这个值来调整项目最新房产项目之间的间距*/
}
.new-house-list li.nomgr {
	margin-right: 0px;
}
.new-house-list li a {
	display: block;
}
.new-house-list li a img {
	display: block;
}
.new-house-text {
	position: absolute;
	top: 30px;
	left: 25px;
	color: #fff;
}
.new-house-text.normal {
	top: 170px;
	left: 15px;
}
.hot-pic-mobile {
	display: none !important;
}
.text-in-mobile {
	display: none;
}
.badge-box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 109px;
}
.badge {
	margin-bottom: 3px;
}
.badge-text {
	color: #fff;
	font-size: 20px;
	width: 85px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.dark-red-badge .badge-text{
	background: #690a05;
}
.red-badge .badge-text{
	background: #da251c;
}
.blue-badge .badge-text{
	background: #003772;
}
.badge-arrow{
	display: inline-block;
	width: 0px;
	height: 0px;
	border-width: 18px 12px;
	border-style: solid;
}
.dark-red-badge .badge-arrow {
	border-color: transparent #690a05 transparent transparent;
}
.red-badge .badge-arrow {
	border-color: transparent #da251c transparent transparent;
}
.blue-badge .badge-arrow {
	border-color: transparent #003772 transparent transparent;
}
.new-house .more,
.video-box .more {
	display: block;
	background: #6a0800;
	color: #fff;
	width: 218px;
	height: 46px;
	line-height: 46px;
	margin: 10px auto 80px auto;
}
.video-box .more {
	width: 185px;
}
.new-house .more span,
.video-box .more span {
	float: left;
}
.new-house .more span.text,
.video-box .more span.text {
	height: 46px;
	margin-left: 25px;
	padding-right: 22px;
	border-right: 2px solid #fff;
}
.new-house .more span.arrow,
.video-box .more span.arrow {
	width: 10px;
	height: 22px;
	background: url(../images/morearrow.png);
	margin-top: 13px;
	margin-left: 15px;
}

/*ad part style*/
.ad-box {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ad-box .pic {
	display: block;
	width: 100%;
}
.ad-box .pic-mobile {
	display: none;
}
.ad-text-box {
	position: absolute;
	color: #fff;
	top: 110px;
	left: 25%;
}
.ad-text-box p {
	margin-bottom: 10px;
}
.ad-number {
	background: #fff;
	width: 400px;
	height: 48px;
	line-height: 48px;
	font-size: 22px;
	padding-left: 20px;
	margin-top: 50px;
}
/*video part style*/
.video-part {
	padding-top: 50px;
	background-color: #ddd;
}
.video-box {
	width: 700px;
	margin: 0 auto;
}
.video-text {
	width: 600px;
	margin: 30px auto 0 auto;
	text-align: center;
	color: #555;
}
.video-text p {
	margin-bottom: 15px;
}
/*footer part style*/
.footer {
	background-color: #3d3938;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
/*about part style*/
.add1,
.add3 {
	width: 51%;
}
.web-nav ul li {
	float: left;
}
.web-nav ul li a,
.aboutbqhw {
	font-size: 16px;
	font-weight: bold;
}
.web-nav span {
	float: left;
	padding: 0 15px;
}
.address p {
	line-height: 20px;
	width: 81%;
}
.address p.company-name,
.abouttitle {
	padding-top: 25px;
	padding-bottom: 5px;
}
.about p.hotline {
	font-size: 16px;
	font-weight: bold;
	color: #6b0600;
	padding-top: 25px;
	padding-bottom: 30px;
}
.about p.abouttitle {
	color: #6b0600;
}
.add2 {
	width: 49%;
}
.add2 p {
	line-height: 20px;
}
.add3 p.byprotitle {
	font-size: 16px;
}
.bypro {
	margin-left: 10px;
	background-color: #3d3938;
	padding: 2px 2px 3px 2px;
}
.add3 img {
	width: 80%;
}
.about {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about p {
	color: #333;
}
#hhh{
	position: relative;
    float: left;
    width: 100%;
    height: 140px;
    margin: 0px auto;
    padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
	.main-wrap {
		width: 94%;
		padding: 0px 3%;
	}	
	.fs-16 {
		font-size: 15px;
	}
	.fs-20 {
		font-size: 16px;
	}
	.fs-22 {
		font-size: 15px;
	}
	.fs-26 {
		font-size: 16px;
	}
	.fs-25 {
		font-size: 16px;
	}
	.fs-30 {
		font-size: 16px;
	}
	.fs-32 {
		font-size: 19px;
	}
	.fs-50 {
		font-size: 16px;
	}
	.fs-54 {
		font-size: 26px;
	}
	/*top-nav*/
	.top-nav {
		height: 71px;
		/*修改这个值为71px*/

	}
	.top-nav-list {
		display: none;
		margin-left: 0px;
		margin-top: 58px;
		width: 100%;
		background: #fff;
		border: none;
	}
	.top-nav-list li {
		position: relative;
		float: none;
		height: 30px;
		line-height: 30px;
		border: none;
		text-align: center;
	}
	.top-nav-list li a {
		font-size: 14px;
		padding: 0px 5px;
	}
	.logo {
		left: 3%;
		width: 20%;
		z-index: 100;
	}
	.logo img {
		width: 100%;
	}
	.catelog {
		display: block;
		position: absolute;
		margin-top: 10px;
		z-index: 99;
		top: 0;
		left: 88%;
	}
	.catelog .line {
		height: 5px;
		background: #a8a8b7;
		margin-top: 6px;
		z-index: 99;
	}
	.vip-line {
		width: 65%;
		border-right: none;
		padding-top: 8px;
		height: 50px;
		z-index: 99;
		position: absolute;
		top: 0;
		left: 18%;
		background: #fff;
	}
	.vip-line p {
		padding-left: 10px;
	}
	/*swiper*/
	/*20161130 删除部分
	.swiper-container {
		min-width: 0px !important;
	}
	.swiper-container .pagination {
		height: 10px;
		bottom: 15px;
	}
	.swiper-pagination-switch {
		width: 8px;
		height: 8px;
		margin-right: 5px;
	}
	*/
	/*swiper 20161130 新增这部分*/
	.swiper-mobile img {
		width: 100%;
	}
	.swiper-mobile .swiper-button-prev {
		left: 1%;
	}
	.swiper-mobile .swiper-button-next {
		right: 1%;
	}
	/*swiper 新增结束*/


	.swiper-pc {
		display: none;
	}
	.swiper-mobile {
		display: block;
	}
	.banner-txt-box {
		width: 80%;
		left: 5%;
		top: 10%;
	}
	.price-box {
		width: 95%;
		text-align: left;
		margin-top: 10px;
		height: 60px;
		padding-left: 5%;
	}
	.price-box p {
		margin-bottom: 5px;
	}
	/*new-house style*/
	.new-house {
		margin-top: 17px;
	}
	.hot-pic {
		display: none !important;
	}
	.hot-pic-mobile {
		display: block !important;
	}
	.hot-pic-mobile img,
	.new-house-list li a img {
		width: 100%;
	}
	.new-house-list li {
		margin-right: 0px;
		height: auto;
		width: 100%;
		margin-bottom: 12px;
	}
	.new-house-text {
		position: static;
		color: #444;
	}
	.text-in-pc {
		display: none;
	}
	.text-in-mobile {
		display: inline;
		font-weight: normal;
	}
	.hot .new-house-text .fs-50 {
		font-size: 20px;
	}
	.hot .new-house-text .fs-25.fw-bold {
		font-size: 18px;
	}
	.hot .new-house-text .fs-25.fw-bold .text-in-mobile {
		font-size: 18px;
		font-weight: bold;
	}
	.new-house .more,
	.video-box .more {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	/*ad part style*/
	.ad-box .pic {
		display: none;
	}
	.ad-box .pic-mobile {
		display: block;
		width: 100%;
	}
	.ad-text-box {
		top: 10%;
		left: 5%;
	}
	.ad-number {
		width: 80%;
		font-size: 14px;
		margin-top: 3%;
		height: 30px;
		line-height: 30px;
	}
	/*video-part style*/
	.video-box {
		width: 94%;
		padding: 0 3%;
	}
	.video-text {
		width: 100%;
		margin-top: 15px;
	}
	.video-text p {
		margin-bottom: 5px;
	}
	/*footer-part style*/
	.footer {
		font-size: 11px;
	}
	/*about-part style*/
	.add1,
	.add2,
	.add3 {
		width: 100%;
	}
	.web-nav ul li a,
	.aboutbqhw {
		font-size: 14px;
	}
	.web-nav span {
		padding: 0 10px;
	}
	.address p,
	.add2 p {
		font-size: 14px;
	}
	.add2 {
		padding-bottom: 50px;
	}
	.add3 img {
		width: 100%;
	}
	.about {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.about p.hotline {
		font-size: 14px;
	}
	#hhh{
	margin-right: 0px;
    height: auto;
    width: 100%;
    margin-bottom: 12px;
	}
}