@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: #fde8d3;
	
}
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:1000px;
	margin: 0 auto;
	position: relative;
 background:#fff2e5;
 padding:25px 0;
 overflow:hidden;
}
.div_bot {
 margin-bottom: 60px;
 box-shadow: 0px 5px rgba(0,0,0,.1);
 
}

/*头图*/
.banner {
	width: 100%;
	height: 515px;
	overflow: hidden;
 	background: url(../images/banner2.jpg) no-repeat  center 0;
}
.banner_content {
	width:1100px;
	margin: 0 auto;
	position: relative;
}
.banner_content .dl01 {
 position: absolute;
 width: 103px;
 height: 305px;
 background: url(../images/dl01.png) 0 0 no-repeat;
 top: 0px;
 left: 40px;
}
.banner_content .dl02 {
 position: absolute;
 width: 82px;
 height: 227px;
 background: url(../images/dl02.png) 0 0 no-repeat;
 top: 0px;
 left: 170px;
}
.banner_content .dl03 {
 position: absolute;
 width: 103px;
 height: 282px;
 background: url(../images/dl03.png) 0 0 no-repeat;
 top: 0px;
 right: 135px;
}
.banner_content .dl04 {
 position: absolute;
 width: 77px;
 height: 291px;
 background: url(../images/dl04.png) 0 0 no-repeat;
 top: 0px;
 right: 15px;
}

/*新闻开始*/
.news {
	width: 100%;
	overflow: hidden;
 background:#f51c2f;
}
.news .newstop {
	width: 100%;
 height:201px;
 background: url(../images/mktit01.jpg) no-repeat  center 0;
}
.news .newstop .mktit {
	width: 1000px;
 height:201px;
 margin:0 auto;
 overflow:hidden;
 position: relative;
}
.news .newstop .mktit .mktit_rig {
 position: absolute;
 width: 350px;
 height: 350px;
 background: url(../images/mktit_rig01.png) 0 0 no-repeat;
 top: -20px;
 right: 20px;
}

.box {
 overflow:hidden; 
}
.news_left {
 width: 470px;
 float:left;
 margin-left:15px;
 
}
/*小幻灯片*/
.news_left .pic_box {
	width: 450px;
	height: 325px;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 5px solid #fdd5ae;
}
.news_left .pic_box .pic_list li {
	width: 450px;
	height: 325px;
 overflow:hidden;
  text-align:center;
 position: relative;
}
.news_left .pic_box .pic_list li img {
	width: 450px;
	height: 325px;
}
.news_left .pic_box .pic_list li span {
 display: inline-block;
 width: 100%;
 height: 60px;
 line-height:40px;
 font-size:15px;
 color: #fcdcbd;
 background-color: rgba(0,0,0,.2);
/* opacity: .5;
 filter: alpha(opacity=50); */
 position: absolute;
 left: 0px;
 bottom: 0px;
 
}
.news_left .pic_box .pic_num {
	overflow: hidden;
 	width:100%;
	height: 10px;
	position: absolute;
	bottom: 10px;
	zoom: 1;
	z-index: 3;
 	text-align:center;
}

.news_left .pic_box .pic_num li {
 	display:inline-block;
	width: 8px;
	height: 8px;
 	border-radius:50px;
	color: #fcdcbd;
	margin-right: 8px;
	cursor: pointer;
	font-size: 0px;
	background: #fcdcbd;
}
.news_left .pic_box .pic_num li.on {
 	width: 30px;
	background: #f51c2f;
}
.news_left .pic_box .prev, .news_left .pic_box .next {
	width: 35px;
	height: 78px;
	background: url(../images/fdbtn.png) no-repeat #000;
	position: absolute;
	top: 100px;
 	opacity:.2;
  	filter:alpha(opacity=20);
   
}
.news_left .pic_box .prev {
 left: 0px;
 background-position: 0 center;
}
.news_left .pic_box .next {
 right: 0px;
 background-position: right center
}

.news_left .pic_box .prev:hover, .news_left .pic_box .next:hover {
 	background-color:#f51c2f;
 	opacity:.8;
  	filter:alpha(opacity=80);
}
/*=========end=slide===========*/

.news_right {
 width: 480px;
 float:left;
 margin-left:15px;
 background:#fff;
}
.news_box {
 height:318px;
 border-top:#fdd5ae solid 3px;
 padding:0 15px;
 padding-top:15px;
}
.hdjs {
 font-size:17px;
 color:#666;
 line-height:35px;
 padding-left:10px;
overflow: hidden;
}
.news_right li {
 font-size:15px;
 color:#666;
 line-height:34px;
 padding-left:25px;
 background: url(../images/ind_06.jpg) no-repeat  0 center;
 text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.news_right li a{
 color:#ac7339;
}
.news_right li a:hover{
 color: #f51c2f;
 text-decoration: none;
}

.box_more {
 clear:both;
 line-height:32px;
 border:#f1e0cf solid 1px;
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 background:#fff;
 text-align:center;
 font-size:12px;
 margin:0 20px;
 margin-top:10px;
 overflow:hidden;

}

.box_more  a{
 color:#a08365;
}




/*----楼盘展示----*/
.lpshow {
	width: 100%;
	overflow: hidden;
 background:#f2b76a;
}

.lpshow .mktit {
	width: 1000px;
 height:185px;
 background: url(../images/mktit02.jpg) 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;
}

.hdlpz_box li {
	background-color: #fff;
	float: left;
	width: 300px;
	_height: 396px;
	border: #ffe4c0 1px  solid;
	border-bottom-width: 3px;
	overflow: hidden;
	margin-left: 22px;
	 _margin-left: 15px;
	text-align: center;
	padding-top: 5px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.hdlpz_box li h1 {
	font-size: 18px;
	color: #f51c2f;
	border-bottom: #efefef 1px solid;
	line-height: 35px;
	margin: 0 5px;
	
}
.hdlpz_box li h2 {
	font-size: 13px;
	color: #ac7339;
	border-bottom: #efefef 1px solid;
	line-height: 30px;
	margin: 0 5px;
	font-weight: normal;
	text-align: left;
	padding: 10px 0;	
}
.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:15px;
	line-height:40px;
}
.hdlpz_box li .lp_zk a{
	display:block;
	width:175px;
	height:40px;
 margin:0 auto;
	border-radius:4px;
	-moz-border-radius:4px;
	color:#FFFFFF;
	font-size:16px;
	background:url(../images/rigico.png) no-repeat 150px center #f51c2f;
	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{
 	width:200px;
	background-color: #e7a957;
	text-decoration: none;
}
.hdlpz_box li:hover .lp_zk a{
 	width:200px;
	background-color: #e7a957;
	text-decoration: none;
}


/*----年货----*/
.nhshow {
	width: 100%;
	overflow: hidden;
 background:#f51c2f;
}

.nhshow .mktit {
	width: 1000px;
 height:185px;
 background: url(../images/mktit03.jpg) no-repeat  center 0;
 margin:0 auto;
 overflow:hidden;
 position: relative;
}
.nhshow .mktit .mktit_rig {
 position: absolute;
 width: 300px;
 height: 327px;
 background: url(../images/mktit_rig03.png) 0 0 no-repeat;
 top: -5px;
 right: 20px;
}

.nhshow_box li {
	background-color: #fff;
	float: left;
	width: 300px;
	border: #ffe4c0 1px  solid;
	border-bottom-width: 3px;
	overflow: hidden;
	margin-left: 22px;
	 _margin-left: 15px;
	text-align: center;
	padding-top: 5px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-bottom: 15px;
 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 */
}

.nhshow_box li .nh_name {
	font-size: 15px;
 font-weight:700;
 	height:22px;
	color: #ac7339;
	line-height: 25px;
	margin: 10px;
 margin-bottom:0px;
}
.nhshow_box li a {
	color: #ac7339;
}
.nhshow_box li:hover {
 background:#f8dcb8;
}
.nhshow_box li:hover a .nh_name {
color: #f51c2f;
}


/*----导航----*/
.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;
}
