@charset "utf-8";
/* banner */
.banner-bar{
	width: 100%;
	min-width: 1200px;
	height: 420px;
	margin:0 auto;
}
.banner{
	width: 100%;
	height: 420px;
}
.notice-bar{
	width: 1200px;
	margin:0 auto;
}
.tzgg{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin:30px 0 35px 0;
	border-radius: 40px 0 0 40px;
	background-color: rgba(255, 207, 73, 0.15);;
}
.tzgg strong{
	float: left;
	width: 104px;
	line-height: 40px;
	background: url(../simages/notice-title.png) no-repeat;
	font-size: 16px;
	padding-left:50px;
	color: #fff;
}
.tzgg a:hover{
	text-decoration: underline;
}
.tzgg-list{
	margin-left:50px;
	margin-right:50px;
	height: 40px;	
}
.tzgg-list li{
	height: 40px;	
	line-height: 40px;
	float: left;
	width: 70px;
	margin-left:15px;
}

.tzgg-list li>a{
	display: block;
	color: #c22006;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.tzgg-list li>a:hover{
	text-decoration: underline;
}
.tzgg-list li>a::before{
	content: '•';
	color: #666;
	font-size: 13px;
	margin-right:5px;
	color: #c22006;
}
.jpgg{
	width: 720px;
	height: 340px;
}
.column-title{
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	border-left:4px solid #c22006;
	padding-left:10px;
}
.column-more{
	float: right;
	width: 64px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	border-radius: 3px;
	border: solid 1px #959595;
	color: #666;
	text-align: center;
	font-weight: 500;
}
.column-more:hover{
	border: solid 1px #c22006;
	color: #c22006;
	box-shadow: 0 0 3px rgba(194, 32, 6, 0.5);
}
.jpgg-list{
	margin-top:15px;
}
.jpgg-list li{
	height: 44px;
	font-size:15px;
	line-height: 44px;
}
.jpgg-list li>a{	
	color: #000;
	width:80%;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jpgg-list li>a:hover{
	color: #c22006;
}
.jpgg-list li>a::before{
	content: '•';
	color: #666;
	font-size: 13px;
	margin-right:10px;
}
.jpgg-list li>span{
	color: #888888;
	float: right;
	font-size:14px;
}
.enter-column{
	width: 430px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	padding:15px;
}
.enter-column a{
	display: block;
	width: 400px;
	height: 150px;
}
.enter-column a:hover{
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.price-bar{
	width: 100%;
    min-width: 1200px;
	margin:40px auto;
}
.price-nav-bg{
	width: 100%;
	height: 100px;
	background-color: #c22006;
}
.price-column{
	width: 1200px;
	margin:-100px auto 0 auto;
}
.price-nav{
	height: 100px;
}
.price-nav h5{
	float: left;
	width: 270px;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	padding-left:145px;
	color: #fff;
	background: url(../simages/icon-jing.png) no-repeat 80px center,url(../images/icon-arr.png) no-repeat right center,url(../simages/jing-bg.png) no-repeat left 40px;
}
.price-nav ul{
	margin-left:340px;
}
.price-nav ul li{
	display: inline-block;
	vertical-align: top;
	margin-left:30px;
	background: rgba(251, 143, 35,.2);
}
.price-nav ul li a{
	display: block;
	width: 220px;
	height: 100px;	
	text-align: center;
	line-height: 28px;
	padding-top:20px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
}
.price-nav .price-nav-active{
	background: url(../simages/jing-active.png) no-repeat;
	position: relative;
}
.price-nav .price-nav-active:before{
	content: '';
	width: 28px;
	height: 12px;
	position: absolute;
	bottom:-11px;
	left:96px;
	background: url(../simages/jing-active-2.png) no-repeat;
}
.price-list{
	width: 1200px;
	border-top:3px solid #fb8f23; 
	margin-top:30px;
}
.price-list-item{
	display: none;
	min-height: 200px;
	width: 100%;
}
.price-list-item table{
	width: 100%;
}
.price-list-item table th{
	height: 46px;
	color:#fb8f23 ;
	font-size:16px;
	font-weight: 600;
	text-align: center;
}
.price-list-item table td{
	line-height: 26px;
	padding:10px 5px;
	font-size:14px;
	text-align: center;
	border-top:1px solid #ddd;
}
.price-list-item .style-1,.price-list-item .style-1 a{
	color: #000;
}
.price-list-item .style-2,.price-list-item .style-2 a{
	color: #c22006;
}
.price-list-item .style-3,.price-list-item .style-3 a{
	color: #555;
}
.price-list-item table td a:hover{
	color: #c22006;
	text-decoration: underline;
}
.price-more{
	display: block;
	width:130px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 3px;
	border: solid 1px #959595;
	color: #666;
	text-align: center;
	font-weight: 500;
	margin:25px auto 0 auto;
}
.price-more:hover{
	border: solid 1px #c22006;
	color: #c22006;
	box-shadow: 0 0 3px rgba(194, 32, 6, 0.5);
}
.market-bar{
	width: 100%;
	height: 1750px;
	
}
.market{
	width: 1200px;
	margin:0 auto;
	padding:40px 0;
}
.market h4{
	width: 1200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.market h4 img{
	vertical-align: middle;
}
.market h4 b{
	vertical-align: middle;
	font-size: 24px;
	margin:0 20px;
	color: #c22006;
}

.no-data{
	display: block;
	font-size:24px;
	color: #999;
	text-align: center;
	margin:80px auto;
}











.market-list {
  width: 1216px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 40px;
  
}
.market-part{
	width: 284px;
	height: 370px;
	padding:10px;
	margin:0 10px;
	background: #fff;
}
.market-part:hover {
  -webkit-box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.1);
}

.market-list .land-square-item {
  height: 350px;
}

.market-list .land-square-item .land-square-archor {
  display: block;
  width: 100%;
  height: 180px;
}
.market-list .land-square-item .square-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.market-list .land-square-item.style-nf {
  height: 320px;
}
.market-list .land-square-content {
  padding-top: 10px;
}
.market-list .land-square-content .market-name {
  display: block;
  font-size: 16px;
  color: #262626;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.market-list .land-square-content .market-name:hover {
  color: #c22006;
}
.market-list .land-square-content .land-tags {
  margin-bottom: 12px;
}
.market-list .land-square-content .land-tags span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-right: 4px;
  border-radius: 3px;
  line-height: 20px;
  padding: 0 8px;
  height: 20px;
  vertical-align: middle;
}
.market-list .land-square-content .land-tags span.type-1 {
  color: #FFFFFF;
}
.market-list .land-square-content .land-tags span.type-1.style-1 {
  background: #FEF1DC;
  border-radius: 3px;
  font-size: 12px;
  color: #FF9F00;
}
.market-list .land-square-content .land-tags span.type-1.style-2 {
  background: #FFE9EC;
  border-radius: 3px;
  font-size: 12px;
  color: #FA1E39;
}
.market-list .land-square-content .land-tags span.type-1.style-3 {
  background: #E1FFF5;
  border-radius: 3px;
  font-size: 12px;
  color: #0EA27E;
}
.market-list .land-square-content .land-tags span.type-2.style-1 {
  border: 1px solid #48BD1C;
  color: #48BD1C;
}
.market-list .land-square-content .land-tags span.type-2.style-2 {
  border: 1px solid #4990E2;
  color: #4990E2;
}
.market-list .land-square-content .land-tags span.type-2.style-3 {
  border: 1px solid #FF9F00;
  color: #FF9F00;
}
.market-list .land-square-content .land-tags span.type-2.style-4 {
  background: #E1EFFF;
  border-radius: 3px;
  font-size: 12px;
  color: #498FE2;
}
.market-list .land-square-content .land-tags span.type-3.style-1 {
  background: #E9F8DD;
  border-radius: 3px;
  font-size: 12px;
  color: #2FAB00;
}
.market-list .land-square-content .text-2 {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #E2E2E2;
}
.market-list .land-square-content .text-2-1 {
  font-size: 14px;
  line-height: 14px;
}
.market-list .land-square-content .text-2-1 b {
  font-size: 24px;
  color: #c22006;
  line-height: 24px;
  margin-right: 3px;
}
.market-list .land-square-content .text-2-2 {
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  padding-top: 10px;
}
.market-list .land-square-content .text-2-2 i {
  font-size: 12px;
  margin-right: 5px;
}
.market-list .land-square-content .text-3 {
  font-size: 14px;
  color: #888;
  line-height: 18px;
  margin-bottom: 10px;
}
.market-list .land-square-content .text-4 {
  font-size: 12px;
  color: #888;
  line-height: 12px;
  overflow: hidden;
}
.market-list .land-square-content .text-4 i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/icon-mj.png) no-repeat;
}
.market-list .land-square-content .text-4 .text-4-1 {
  width: 44%;
}
.market-list .land-square-content .text-4 .text-4-2 {
  width: 56%;
  text-align: right;
}
.market-list .land-square-content .text-row {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}




.rule-bar{
	width: 1200px;
	height: 80px;
	margin:35px  auto;
}
.rule-bar a{
	float: left;
	width: 216px;
	height: 80px;
	line-height: 80px;
	background-color: #fffdf9;
	margin-left:30px;
	border-radius: 4px;
	border: solid 1px #ffa053;
	text-align: center;
	color: #555555;
	font-size: 16px;
}
.rule-bar a:hover{
	background: #fff9ee;
	box-shadow: 0 0 4px #ffcfa9;
}
.rule-bar a:nth-of-type(1){
	margin-left:0;
}
.rule-bar a>img{
	width: 40px;
	margin-right:15px;
	vertical-align: middle;
}



.project-bar{
	width: 1200px;
	margin:0 auto;
}
.gpxm-bar{
	width: 730px;
}
.gpxm-bar1{
	width: 590px;
}
.gpxm-nav{
	height: 40px;
	line-height: 40px;
}
.gpxm-nav li{
	display: inline-block;
	width: 130px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.gpxm-nav li:hover{
	background-color: rgba(194, 32, 6,0.1);
	color: #c22006;
}
.gpxm-nav li.price-nav-active{
	background-color: #c22006;
	color: #ffffff !important;
}
.gpxm-list-item{
	display: none;
}
.gpxm-part{
	padding:20px 5px 5px;
	border-bottom: 1px dashed #ddd;
}
.gpxm-part a{
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.gpxm-part a:hover{
	color: #c22006;
}
.gpxm-part a>strong{
	color: #c22006;
}
.gpxm-part ul{
	height: 40px;
}
.gpxm-part li{
	float: left;
	width: 38%;
	height: 40px;
	line-height: 40px;
	color: #888888;
	font-size: 14px;
}
.gpxm-part li:nth-of-type(3){
	float: right;
	text-align: right;
	width: 24%;
}
.gpxm-part li>span{
	color: #000000;
	margin-left:10px;
}
.gpxm-part li:nth-of-type(2)>span{
	color: #c22006;
}

.new-part{
	width: 540px;
	height: 290px;
	padding:15px;
	box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.2);
	margin-bottom:10px;
}
.xwzx{
	background: url(../images/xwzx-bg.jpg) no-repeat left bottom #ffffff;
}
.zcfg{
	background: url(../images/zcfg-bg.jpg) no-repeat left bottom #ffffff;
}
.new-part h5{
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-bottom:10px;
}
.new-list li{
	height: 34px;
	font-size:14px;
	line-height: 34px;
}
.new-list li>a{	
	color: #000;
	width:80%;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new-list li>a:hover{
	color: #c22006;
}
.new-list li>a::before{
	content: '•';
	color: #666;
	font-size: 13px;
	margin-right:10px;
}
.link-bar{
	width: 1200px;
	margin:10px auto 30px auto;
}
.link-bar h4{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.link-list{
	width: 1200px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255,255,255,.5);
	text-align: center;
	margin-top:20px;
}
.link-list a{
	margin:0 50px;
}
.link-list a:hover{
	color: #c22006;
}
.footer-bar{
	width: 100%;
	height: 70px;
	line-height: 60px;
	font-size:14px;
	color: #ffffff;
	background-color: #c22006;
	text-align: center;
}


}
