/********************************公司介绍********************************/
.introduce-box-text{
	float: left;
	width: 60%;
	font-size: 18px;
}
.introduce-box-img{
	float: right;
	width: 37%;
}
.introduce-box-img > img{
	display: block;
	width: 100%;
}
/********************************热门团购********************************/
.hot-left{
	float: left;
	width: 70%;
}
.hot-more{
	display: block;
	float: right;
	height: 29px;
	padding-bottom: 8px;
	padding-right: 2%;
	font-size: 14px;
	color: #fff;
}
.hot-left-main{
	
}
.hlm-container{
	float: left;
	width: 33.333%;
	padding-right: 2%;
}
.hlm-content{
	padding: 12px;
	background: #fff;
}
.hlm-content > p{
	margin-top: 8px;
	font-size: 14px;
}
.hlm-content-img{
	height: 200px;
}
.hlm-content-img > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hlm-content-title{
	height: 42px;
	overflow: hidden;
}
.hlm-content-time{
	float: left;
	height: 21px;
}
.hlm-content-num{
	float: right;
	height: 21px;
	text-align: right;
}
.hlm-content-btn{
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: #7bb62e;
}
.hot-right{
	float: right;
	width: 25%;
	padding-top: 29px;
}
.hot-right-main{
	height: 351px;
	padding: 0 25px;
	background: #fff;
}
.hrm-icon{
	height: 150px;
	background: url(../images/icon_1.png) center no-repeat;
}
.hot-right-main > p{
	margin-bottom: 16px;
}
.hrm-input input{
	width: 100%;
	height: 40px;
	padding: 8px;
	border: 1px solid #a1a1a1;
	outline: none;
}
.hrm-btn{
	display: block;
	width: 100%;
	height: 40px;
	border: 0;
	outline: none;
	line-height: 40px;
	color: #fff;
	background: #1a7db0;
	cursor: pointer;
}
/********************************服务介绍********************************/
.service-box{
	margin: 0 -2%;
}
.sb-container{
	float: left;
	width: 25%;
	padding: 0 2%;
}
.sb-content{
	position: relative;
	overflow: hidden;
}
.sb-content:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 136%;
}
.sb-content-img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sb-content-title{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	-webkit-transition: bottom .2s ease-out;
	transition: bottom .2s ease-out;
}
.sb-content-link{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: top .2s ease-in;
	transition: top .2s ease-in;
}
.sb-content-link > p{
	padding: 48% 0 5%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.sb-content-link > a{
	display: block;
	width: 120px;
	margin: 0 auto;
	line-height: 30px;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
}
.sb-content:hover .sb-content-title{
	bottom: -40px;
}
.sb-content:hover .sb-content-link{
	top: 0;
}


/********************************视频********************************/
.video-content{
	position: relative;
}
.video-content:after{
	content: '';
	display: block;
	height: 0;
	padding-top: 22.5%;
}
.video-box{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video-slide{
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	padding: 0 8px;
	font-size: 15px;
}
.video-link{
	cursor: pointer;
}
.video-img{
	position: relative;
}
.video-img > img{
	display: block;
	width: 100%;
}
.video-img:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: url(../images/opacity_bg.png) center;
}
.video-img > span{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
	padding: 0 5px;
	border-radius: 3px;
	background: #e85d2d;
	color: #fff;
}
.video-link > p{
	padding-top: 5%;
	text-align: center;
}
.video-btn{
	display: block;
	position: absolute;
	top: 0;
	width: 35px;
	height: 80.8%;
	cursor: pointer;
	opacity: 0;
}
.video-left{
	right: 95%;
	background: url(../images/video_left.png) center no-repeat;
	background-color: #e5e5e5;
		-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out, right .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out, right .3s ease-in-out;
}
.video-right{
	left: 95%;
	background: url(../images/video_right.png) center no-repeat;
	background-color: #e5e5e5;
		-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out, left .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out, left .3s ease-in-out;
}
.video-content:hover .video-left{
	visibility: visible;
	right: 100%;
	opacity: 1;
}
.video-content:hover .video-right{
	visibility: visible;
	left: 100%;
	opacity: 1;
}

.video-popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.video-popup-box{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 65%;
	height: 76%;
	margin: auto;
}
.video-popup-box > .video-js{
	width: 100% !important;
	height: 100% !important;
}
.video-hide{
	position: absolute;
	top: 0;
	left: 102%;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background: url(../images/video_hide.png) center no-repeat;
}


/********************************首页-下载验房报告********************************/
.hint_show {
  width: 100%;
  position: fixed;
  top: 30%;
  left: 0;
  z-index:999;
  display:none;
 
}

.hint_main {
  width: 60%;
  margin: 0 auto;
  position: relative;
  min-height:300px;
  background:#fff;
  border:1px solid #bfbfbf;
}

.hint_close_button {
  width: 30px;
  position: absolute;
  right: -30px;
  top: -28px;
}

.hint_main table {
  width: 100%;
  border-color: #bfbfbf;
 
}

.hint_main th {
  background: #7bb62e;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border:1px solid #bfbfbf;
  border-left:none;
  border-top:none;
}

.hint_main table th:nth-child(1) {
  width: 60%;
}

.hint_main table th:nth-child(2),
.hint_main table th:nth-child(3) {
  width: 20%;
  border-right:none;
}

.hint_tr td {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border:1px solid #bfbfbf;
  border-left:none;
}
.download_report_button{
  font: 14px;
  color: #1a7db0;
}