html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
ul, ol { list-style: none; }
img { border: 0 none; vertical-align: top; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
em, i { font-style: normal; font-weight: normal; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
input::-ms-clear { display: none !important; }
body { font: 12px/1.5 'Microsoft YaHei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif; background: #fff; color: #333;}
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; }

*{
	box-sizing: border-box;
}
.main{
	padding-top: 96px;
	max-width: 1920px;
	min-width: 1260px;
}
.clear:after{
  	display: table; 
  	content: ""; 
  	width: 0; 
  	clear: both;
}
.max-width{
	width: 75%;
	max-width: 1200px;
	min-width: 1040px;
	margin: 0 auto;
}
.padding-content{
	padding: 50px 0;
}
.padding-box{
	padding: 50px 0 20px;
}
.color-red{
	color: #7bb62e;
}
.opacity-bg{
	background: url(../images/opacity_bg.png) center;
}
.text-box{
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.font-12{
	font-size: 12px;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-18{
	font-size: 18px;
}
.font-20{
	font-size: 20px;
}
.font-22{
	font-size: 22px;
}
.font-24{
	font-size: 24px;
}
.font-34{
	font-size: 34px;
}
/******************************顶部导航栏******************************/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	line-height: 96px;
	background: #fff;
}
.header-content{
	position: relative;
}
.header-content:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 8%;
}
.header-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.logo, .nav, .nav > li, .logo a, .nav-link{
	height: 100.5%;
}
.logo, .nav, .nav > li{
	float: left;
}
.logo{
	width: 20%;
}
.logo a{
	display: block;
	width: 100%;
}
.logo img{
	max-width: 100%;
	vertical-align: middle;
}
.nav{
	width: 62%;
	padding-left: 30px;
}
.nav-link{
	position: relative;
	width: 14%;
}
.nav-link > a{
	position: relative;
	display: block;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #0a0b0c;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.nav-link:hover a{
	background: #7bb62e;
	color: #fff;
}
.nav-link-active > a{
	background: #7bb62e;
	color: #fff;
}
.min-nav{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0 5px 5px;
	border-top: 2px solid #e79fa7;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	background: #7bb62e;
	opacity: 0;
	-webkit-transition: visibility .3s ease-in, opacity .3s ease-in;
	transition: visibility .3s ease-in, opacity .3s ease-in;
}
.nav-link:hover .min-nav{
	visibility: visible;
	opacity: 1;
}
.min-nav > li{
	border-top: 1px solid #e79fa7;
}
.min-nav > li:first-child{
	border-top: 0;
}
.min-nav > li > a{
	display: block;
	padding: 6px 0;
	color: #fff;
}
.header-right{
	float: right;
	display: table;
	width: 15%;
	height: 100%;
	line-height: 1;
	vertical-align: middle;
}
.header-right-content{
	vertical-align: middle;
	display: table-cell;
}
.tb-link, .phone-icon{
	display: block;
	margin: 5px 0;
}
.header-right-content img{
	max-width: 100%;
}
/******************************轮播图******************************/
.main-swiper-content{
	position: relative;
}
.main-swiper-content:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 31%;
}

.main-swiper-content1{
	position: relative;
}


.main-swiper-content1:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 55%;
}

.main-swiper-content .main-swiper{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-swiper-content1 .main-swiper1{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-link, .swiper-link > img{
	display: block;
	width: 100%;
}
.main-pagination{
	position: absolute;
	bottom: 20px;
	z-index: 20;
	width: 100%;
	text-align: center;
}
.swiper-pagination-switch{
	display: inline-block;
	width: 25px;
	height: 6px;
	margin: 0 5px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
.swiper-active-switch{
	background: #7bb62e;
}
.main-swiper-btn{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 60px;
	height: 92px;
	margin: auto;
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
} 

.main-swiper-btn1{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 29px;
	height: 45px;
	margin: auto;
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
} 

.main-swiper-content .main-swiper:hover .main-swiper-btn{
	opacity: 0.8;
}
.msb-prev{
	left: 0;
	background: url(../images/prev_icon.png) center no-repeat;
}
.msb-prev1{
	left: 0;
	background: url(../images/prev_icon1.png) center no-repeat;
}

.msb-next{
	right: 0;
	background: url(../images/next_icon.png) center no-repeat;
}
.msb-next1{
	right: 0;
	background: url(../images/next_icon1.png) center no-repeat;
}
/******************************内容标题******************************/
.box-title-content{
	text-align: center;
}
.box-title{
	position: relative;
}
.box-title-icon{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}
.box-title-icon > span{
	display: block;
	width: 100%;
	height: 100%;
}
.box-title-left{
	left: 0;
	padding-right: 100px;
}
.box-title-right{
	right: 0;
	padding-left: 100px;
}
.box-title-center{
	position: relative;
	width: 198px;
	margin: 0 auto;
	line-height: 52px;
	font-size: 30px;
	font-weight: bold;
}
.box-black{
	color: #333;
}
.box-white{
	color: #fff;
}
.box-black .box-title-icon span{
	background: url(../images/title_black_icon.png) center no-repeat;
}
.box-white .box-title-icon span{
	background: url(../images/title_white_icon.png) center no-repeat;
}
.box-title-msg{
	font-size: 16px;
}

.bg-blue{
	background: #78c3ea;
}
/********************************尾部********************************/
.footer{
	min-height: 170px;
	box-sizing: content-box;
	padding: 70px 0;
	background: #455861;
	font-size: 16px;
	color: #fff;
}
.footer-content{
	position: relative;
	padding-left: 190px;
	padding-right: 134px;
}
.footer-content-logo{
	position: absolute;
	top: 0;
	left: -115px;
}
.footer-content-logo a, .footer-content-logo img{
	display: block;
	width: 100%;
}
.footer-content-qr{
	position: absolute;
	top: 0;
	right: 0;
	width: 134px;
}
.footer-content-qr > img{
	display: block;
	width: 100%;
}
.footer-content-qr > p{
	padding-top: 8px;
	text-align: center;
	font-size: 12px;
}
.footer-title{
	font-size: 20px;
	padding-bottom: 25px;
}
.footer-content-link{
	float: left;
	width: 55%;
}
.fcl-main{
	padding-bottom: 25px;
}
.fcl-main > a{
	display: inline-block;
	margin: 5px 15px 5px 0;
	color: #fff;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease-in;
}
.fcl-main > a:hover{
	color: #7bb62e;
}
.footer-content-about{
	float: left;
	width: 45%;
	padding-left: 10px;
}
.fca-msg{
	line-height: 28px;
}
/********************************预约验房浮窗********************************/
.bottom-popup{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	-webkit-transition: visibility .3s ease-in, bottom .3s ease-in, opacity .3s ease-in;
	transition: visibility .3s ease-in, bottom .3s ease-in, opacity .3s ease-in;
}
.bottom-popup-content{
	position: relative;
	width: 80%;
	height: 100%;
	max-width: 1460px;
	min-width: 1040px;
	margin: 0 auto;
}
.bottom-popup-content:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 9%;
}
.bottom-popup-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    padding-left: 18%;
}
.bpc-icon{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 116%;
}
.bpc-icon > img{
	display: block;
	height: 100%;
}
.bpc-main{
	position: relative;
	height: 100%;
}
.bpc-main-input{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	margin: auto;
}
.bpc-main-input > .bpc-mi-text{
	display: block;
	float: left;
	width: 14%;
	height: 100%;
	margin-right: 2%;
	padding: 10px;
	font-size: 16px;
	border: 0;
	outline: none;
}
.bpc-mi-btn{
	display: block;
	float: right;
	width: 15%;
	height: 100%;
	border: 0;
	outline: none;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	background: #7bb62e;
	color: #fff;
	cursor: pointer;
}
.bottom-popup-hide{
	visibility: hidden;
	bottom: -150px;
	opacity: 0;
}
.bpc-hide{
	position: absolute;
	top: 10px;
	right: -80px;
	width: 32px;
	height: 32px;
	background: url(../images/hide.png) center no-repeat;
	cursor: pointer;
	    background-size: 100%;
}
/********************************浮窗********************************/
.right-popup{
	position: fixed;
	top: 25%;
	right: 5%;
	z-index: 999;
	font-size: 12px;
	color: #0a0b0c;
}
.right-popup-box{
	position: relative;
	width: 70px;
	height: 80px;
	border-bottom: 1px solid #dadada;
	background: #f0f0f0;
	-webkit-transition: background .3s ease-in;
	transition: background .3s ease-in;
}
.rpb-icon{
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.rpb-qq{
	display: block;
	background: url(../images/rpb_qq_icon.png) center no-repeat;
}
.rpb-phone{
	background: url(../images/rpb_phone_icon.png) center no-repeat;
}
.rpb-scan{
	background: url(../images/rpb_scan_icon.png) center no-repeat;
}
.rpb-top{
	background: url(../images/rpb_top_icon.png) center no-repeat;
}
.rpb-title{
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}
.rpb-phone-text{
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: -27px;
	width: 125px;
	padding: 3px 0;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	opacity: 0;
	text-align: center;
	font-size: 14px;
	background: #fffcdf;
	-webkit-transition: visibility .3s ease-in, opacity .3s ease-in;
	transition: visibility .3s ease-in, opacity .3s ease-in;
}
.rpb-scan-qr{
	visibility: hidden;
	position: absolute;
	top: -40px;
	right: 100%;
	opacity: 0;
	-webkit-transition: visibility .3s ease-in, opacity .3s ease-in;
	transition: visibility .3s ease-in, opacity .3s ease-in;
}
.rpb-scan-qr > p{
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	background: #5d5d5d;
	color: #fff;
}
.right-popup-box:hover{
	background: #fff;
}
.rpb-phone:hover .rpb-phone-text, .rpb-scan:hover .rpb-scan-qr{
	visibility: visible;
	opacity: 1;
}
.top-btn{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.top-btn-active{
	visibility: visible;
	opacity: 1;
}
/******************************分页器******************************/
.paging-content{
	padding: 60px 0;
	text-align: center;
}
.paging-content > div> span, .paging-content > div>a{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 2px;
	border: 1px solid #e5e5e5;
	line-height: 40px;
	vertical-align: middle;
}
.paging-content >div> span{
	background: #72706f;
	color: #fff;
}
.paging-content > div>a{
	color: #666;
	-webkit-transition: background .3s ease-in, color .3s ease-in;
	transition: background .3s ease-in, color .3s ease-in;
}
.paging-content > .paging-end{
	width: auto;
	padding: 0 10px;
}
.paging-content > a:hover{
	background: #72706f;
	color: #fff;
}
/****************************表单提示弹窗****************************/
.form-hint{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: visibility .3s ease-in, opacity .3s ease-in;
	transition: visibility .3s ease-in, opacity .3s ease-in;
}
.form-hint-show{
	visibility: visible;
	opacity: 1;
}
.form-hint-box{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 420px;
	height: 280px;
	margin: auto;
	background-image: url(../images/form_hint.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #fff;
}
.fhb-err{
	background-position: 0 -280px;
}
.form-hint-btn{
	position: absolute;
	top: -50px;
	right: -50px;
	width: 46px;
	height: 46px;
	background: url(../images/popup_hide.png) center no-repeat;
	cursor: pointer;
}
/******************************媒体查询******************************/
@media screen and (max-width: 1370px){
	.min-nav{
		font-size: 12px;
	}
}

/***************************联系我们--新***************************/
.new-content{
	padding: 40px 30px 50px;
	background-color: #fff;
}
.new-content-top{
	position: relative;
	height: 525px;
	padding-right: 350px;
}
.nct-left{
	width: 100%;
	height: 100%;
}
.nct-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	border: 1px solid #dcdcdc;
	overflow-y: auto;
}
.nct-right::-webkit-scrollbar{
    background: #e8e8e8;
    width: 5px;
}
.nct-right::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,0);
}
.nct-right::-webkit-scrollbar-button{
    display: block;
    height: 0px;
    background: rgba(0,0,0,0);
}
.nct-right::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}
.nct-right::-webkit-scrollbar-thumb{
    background-color:#c9c9c9;
}
.nct-right-box{
	position: relative;
	margin:20px 0 50px 0;
	padding: 0px 10px 0px 90px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	cursor: pointer;
}
.nct-rb-img{
	position: absolute;
	top: 0px;
	left: 10px;
	text-align: center;
}
.nct-rbi-portrait{
	width: 70px;
	height: 70px;
	border-radius: 5px;
	overflow: hidden;
}
.nct-rbi-portrait > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nct-rbm-box{
	position: relative;
	padding-left: 70px;
}
.nct-rbm-box-attr{
	position: absolute;
	top: 0;
	left: 0;
}
.new-content-bottom{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.new-content-bottom > h2{
	padding: 30px 0 10px;
	font-size: 14px;
	font-weight: bold;
}

.nct-rb-img > p{
	width: 70px;
}