@charset "utf-8";
/* CSS Document */

body {
	font-family: "Microsoft YaHei", Helvetica, Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #4f4f4f;
	line-height: 1.5em;
	background: #951e06;
	
}
div, form, ul, ol, li, span, p {
	margin: 0;
	padding: 0;
	border: 0;
}
img, a img {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;

}
ul, ol, li {
	list-style: none;
}
table, td, input {

	margin: 0;
	padding: 0;
}
a {
	outline-style: none;
	color: #a08365;
	text-decoration: none;
}
a:hover {
 color: #f51c2f;
 text-decoration: none;
}
.content_box {
	width:1508px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
	overflow:hidden;
}
.content_box .top-box{
	display: flex;
	height: 548px;
	padding-top: 255px;
    padding-left: 34px;
	background: url(../images/video_bg1.png) no-repeat  center 0;
}
.content_box .info{
	color: #FFE1AD;
    width: 520px;
    height: 349px;
    font-size: 20px;
    line-height: 32px;
    padding-top: 30px;
    padding-left: 40px;
    text-indent: 2em;
}
.content_box .info a{
	color: #FFE1AD;
}
.div_bot {
	margin-bottom: 115px;
}

/*头图*/
.banner {
	width: 100%;
	height: 515px;
	overflow: hidden;
 	background: url(../images/banner.jpg) no-repeat  center 0;
}
.banner_content {
	width:1100px;
	margin: 0 auto;
	position: relative;
}

.news {
	width: 100%;
	overflow: hidden;
}

/*----楼盘展示----*/
.lpshow {
	width: 100%;
	overflow: hidden;
}

.lpshow .mktit {
	width: 1508px;
	height: 338px;
	background: url(../images/building_top_bg.png) no-repeat  center 0;
	margin:0 auto;
	overflow:hidden;
	position: relative;
}

.lpshow .mktit .mktit_rig {
 position: absolute;
 width: 300px;
 height: 327px;
 background: url(../images/mktit_rig02.png) 0 0 no-repeat;
 top: -10px;
 right: 20px;
}

.lpshow .mktit3 {
	width: 1508px;
	height: 338px;
	background: url(../images/house_top_bg.png) no-repeat  center 0;
	margin:0 auto;
	overflow:hidden;
	position: relative;
}

.lpshow .mktit3 .mktit_rig {
 position: absolute;
 width: 300px;
 height: 327px;
 background: url(../images/mktit_rig02.png) 0 0 no-repeat;
 top: -10px;
 right: 20px;
}

.lpshow .mktit2 {
	width: 1508px;
	height: 128px;
	background: url(../images/building_bottom_bg.png) no-repeat  center 0;
	margin:-70 auto 0;
}

.hdlpz_box{
	width: 1442px;
	padding: 0 30px;
	background: #7a1703;
    display: inline-block;
	border-left: 3px solid #a5270d;
	border-right: 3px solid #a5270d;
}
.hdlpz_box li {
	background-color: #fff;
	float: left;
	width: 453px;
	height: 570px;
	overflow: hidden;
	margin-right: 40px;
	text-align: center;
	margin-top: 40px;
	background: #FCF6EB;
	border-radius: 12px;
}
.hdlpz_box li:nth-child(3n){
	margin-right: 0px;
}

.hdlpz_box li img{
	width: 453px;
	height: 302px;
}

.hdlpz_box li h1 {
	font-size: 30px;
	padding-top: 40px;
	color: #951E06;
	text-align: center;
}
.hdlpz_box li h2 {
	font-size: 22px;
	color: #BF682E;
	margin-top: 30px;
	font-weight: normal;
	text-align: center;
}
.hdlpz_box li h2 p {
	margin-left:10px;
	margin-bottom:5px;
	line-height:1.5;
	height:35px;
}
.hdlpz_box li h2 p b {
	color:#ac7339;
}
.hdlpz_box li .lp_zk{
	margin-top: 30px;
}
.hdlpz_box li .lp_zk a{
	display:block;
	color: #FCF6EB;
	margin:0 auto;
	width: 320px;
	height: 68px;
	line-height: 68px;
	border-radius: 8px;
	font-size:24px;
	background:url(../images/rigico.png) no-repeat 250px center #A92409;
	transition:all 0.3s;
	-moz-transition:all 0.3s; /* Firefox 4 */
	-webkit-transition:all 0.3s; /* Safari and Chrome */
	-o-transition:all 0.3s; /* Opera */
}
.hdlpz_box li .lp_zk a:hover{
	background-color: #e7a957;
	text-decoration: none;
}
.hdlpz_box li:hover .lp_zk a{
	background-color: #e7a957;
	text-decoration: none;
}


/*----年货----*/
.nhshow {
	width: 100%;
	overflow: hidden;
}
.boxs{
	width: 100%;
    height: 1265px;
    padding-top: 270px;
    background: url(../images/msgwall_bg.png) no-repeat center 0;
}
.boxs .input_box{
	width: 1276px;
	margin: 0 auto;
    display: block;
	padding-bottom:40px;
	border-bottom: 1px dotted #9E4230;
}
.boxs .input_box div{
	width: 270px;
    height: 68px;
    background: #FFD076;
    border-radius: 8px;
    color: #AE432E;
    font-size: 26px;
    text-align: center;
    line-height: 64px;
	margin-top: 40px;
	margin-left: 1000;
	cursor: pointer;
}
.boxs textarea{
	width: 100%;
	height: 180px;
	padding: 22px;
	background: #FCF6EB;
	box-shadow: 3px 3px 6px 0px rgba(196, 173, 143, 0.8);
	border-radius: 8px;
	color: #994F1D;
    font-size: 22px;
}

.nhshow_box{
	height: 880px;
    overflow-y: auto;
}
.nhshow_box li{
	display: flex;
	width: 1275px;
	padding-top: 40px;
	margin: 0 auto;
}
.nhshow_box li img{
	width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 16px;
}
.nhshow_box li .rbox{
	width: 100%;
	color: #FCF6EB;
    font-size: 26px;
}
.nhshow_box li .rbox div{
	justify-content: space-between;
    display: flex;
}
.nhshow_box li .rbox .comments{
	margin-top: 16px;
    padding: 26px;
    width: 1130px;
	background: #FCF6EB;
	border-radius: 8px;
	position: relative;
	color: #994F1D;
	font-size: 22px;
	line-height: 30px;
}
.nhshow_box li .rbox .comments::before{
	content: '';
	border-right: 10px solid #FFF;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 0;
	position: absolute;
	left: 0;
	top: 40%;
	margin-left: -10px;
	margin-top: -10px;
}


/*----导航----*/
.fix_dh {
	top: 150px;/*360*/
	left: 50%;
	right: 0;
	margin-left: 555px;
	position: fixed;
	text-align: left;
	_position: absolute;
_bottom: expression(eval(document.documentElement.scrollBottom+document. documentElement.clientHeight-this. offsetHeight-(parseInt(this.currentStyle.marginBottom, 10)||0)- (parseInt(this.currentStyle.marginBottom, 10)||350)));
	_top: 360px;
	outline:none;
	width:101px;
	display:none;
	_display:block;
}

.displayblock {
	display: block;
}

.fix_dh ul{
	background:#fccbb4;
 padding:0 5px;
 padding-bottom:5px;
 
}
.fix_dh li{
	height:32px;
	line-height:32px;
	text-align:center;
	border-bottom:#f51c2f solid 2px;
	font-size:14px;
	color:#f51c2f;
}
.fix_dh li a{
	
	color:#f51c2f;
}
.fix_dh li a:hover{
	font-size: 15px;
	color: #c10011;
	text-decoration: none;
}

/*----end 导航----*/

/*----摇摆吧----*/

.yb_style {
 animation: start 3s  linear 0s infinite;/*n|infinite;规定动画应该无限次播放*/
 -webkit-animation: start 3s  linear 0s infinite;
 -moz-animation: start 3s linear 0s infinite;
 -o-animation: start 3s linear 0s infinite;
 -ms-animation: start 3s linear 0s infinite;
 -moz-transform-origin:50% 0;/*设置旋转元素的基点位置 X轴的中心位置，y轴顶部*/
  -webkit-transform-origin:50% 0;
  -o-transform-origin:50% 0;
  transform-origin:50% 0;
}

.yb_style2 {
 animation: start 4s  linear 0s infinite;/*n|infinite;规定动画应该无限次播放*/
 -webkit-animation: start 4s  linear 0s infinite;
 -moz-animation: start 4s linear 0s infinite;
 -o-animation: start 4s linear 0s infinite;
 -ms-animation: start 4s linear 0s infinite;
 -moz-transform-origin:50% 0;/*设置旋转元素的基点位置 X轴的中心位置，y轴顶部*/
  -webkit-transform-origin:center 0;
  -o-transform-origin:center 0;
  transform-origin:center 0;
}



 @-webkit-keyframes 
start {
 	0%   {-webkit-transform:rotate(3deg);}
	25%  {-webkit-transform:rotate(0deg);}
	50%  {-webkit-transform:rotate(-3deg);}
	75%  {-webkit-transform:rotate(0deg);}
	100% {-webkit-transform:rotate(3deg);}
}
 @-moz-keyframes 
start {
	0%   {-moz-transform:rotate(3deg);}
	25%  {-moz-transform:rotate(0deg);}
	50%  {-moz-transform:rotate(-3deg);}
	75%  {-moz-transform:rotate(0deg);}
	100% {-moz-transform:rotate(3deg);}
}
 @-o-keyframes 
start {
	0%   {-o-transform:rotate(3deg);}
	25%  {-o-transform:rotate(0deg);}
	50%  {-o-transform:rotate(-3deg);}
	75%  {-o-transform:rotate(0deg);}
	100% {-o-transform:rotate(3deg);}
}
 @-ms-keyframes 
start {

	0%   {-ms-transform:rotate(3deg);}
	25%  {-ms-transform:rotate(0deg);}
	50%  {-ms-transform:rotate(-3deg);}
	75%  {-ms-transform:rotate(0deg);}
	100% {-ms-transform:rotate(3deg);}
}
 @keyframes 
start {
	0%   {transform:rotate(3deg);}
	25%  {transform:rotate(0deg);}
	50%  {transform:rotate(-3deg);}
	75%  {transform:rotate(0deg);}
	100% {transform:rotate(3deg);}
}

/*----摇摆吧----*/

.bm-box {
	position: fixed;
	top: 260px;
	right: 10px;
	width: 160px;
	
	z-index: 9999;
	_position: absolute;
 _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight))
}
.bm-list {
	padding: 10px;
 padding-right:0px;
	overflow: hidden;
 background:#fccbb4;
}
.bmsm {
	padding: 10px;
 padding-top:0px;
	overflow: hidden;
 background:#fccbb4;
 font-size:16px;
 line-height:1.8;
 color:#f51c2f;
 text-align:center;
}
.bm-list input {
	border: none;
	outline: none;
	height:26px;
	line-height:26px;
	width:100px;
	font-size: 13px;font-weight: 700;
}
.bm-list p {
	text-indent: 0;
	font-size: 13px;
	color: #f51c2f;
	font-weight: 700;
	margin-bottom: 8px; line-height:26px;
}
.ipt-text {
	border: 1px solid #fff;
	width: 80px;
	height: 21px;
	line-height: 21px;
}
.bm-btn {
	padding-top: 5px;
	text-align: center;
}

.video_box{
	display: flex;
    overflow-x: auto;
	padding: 0 35px;
	background: url(../images/video_bg2.png) no-repeat center 0;
	margin-top: 34px;
	height: 353px;
    padding-top: 85px;
}
.video_box li{
	margin-left: 40px;
	position: relative;
    width: 453px;
    height: 302px;
}
.video_box li:first-child{
	margin-left: 0;
}
.video_box li img{
	width: 453px;
	height: 302px;
	border-radius: 12px;
}
.video_box li p{
	width: 413px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: rgb(22 22 22 / 70%);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
    color: #FEE8B1;
}

#signupForm p{
	margin-top: 10px;
	text-align: center;
}
#signupForm label{
	font-size: 18px;
}
#signupForm input{
	height: 30px;
	line-height: 30px;
}
#signupForm button{
    border: none;
    background: #D40207;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    margin-top: 10px;
}
#signupForm a{
	margin-right: 30px;
    border: none;
    background: #666;
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    margin-top: 10px;
}

/*----不显示滚动条----*/
::-webkit-scrollbar {
    display: none;
}
/*----链接显示鼠标手----*/
a {
    cursor: pointer;
}