@charset "utf-8";
a{
	color: #333;
}
.pagewarp{
	width: 100%;
	height: 362px;
	padding: 24px 0 20px 0;
}
.resource-list {
	margin-left:-20px;
	margin-top:-20px;
}
/* 最近浏览历史*/
.broHistory{
	overflow:hidden;
}
.broHistory div div{
	float: left;
}
.broHistory .broHistory-another{
	float: right;
}
.broHistory .broHistory-another a{
	position: relative;
	top: -2px;
	color: #e6282a;
	font-size: 12px;
}
.broHistory .broHistory-another a i{
	position: absolute;
	top: 1px;
	left:-22px;
	width: 16px;
	height: 16px;
}
.broHistory .broHistory-title{
	border-left:3px solid #e3282a;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	padding: 0px 36px 0px 18px;
}
.broHistory .broHistory-example ul li{
	list-style-position: inside;
	list-style-type: disc;
	float: left;
	margin-right: 46px;
	line-height: 20px;
}

.broHistory .broHistory-example ul li a{
	font-size:14px;
	color: #262626;
	display: inline-block;
	margin-left: -5px;
}
.broHistory .broHistory-example ul li a em{
	color: #8E8E8E;
	margin-left: 11px;
	font-style: normal;
}
.broHistory  .broHistory-example ul li:hover{
	list-style-type: disc;
	color: #e3282a;
}
.broHistory .broHistory-example ul li:hover a{
	color: #e3282a;
}
.broHistory .broHistory-example ul li:hover a em{
	color: #e3282a;
}
/* 一级市场 */
.priMarket{
	margin-top: 41px;
}
.priMarket .priMarket-title  .notice-title {
    display: block;
    width: 260px;
    margin: 0 auto;
    background: url(./imgs/title-logo.png) no-repeat 0 15px;
    text-align: center;
}
.priMarket .priMarket-title .module-title {
    color: #333;
    font-size: 30px;
    font-weight: normal;
}
.priMarket .priMarket-content{
	margin-top: 20px;
	border-top: solid 3px #e3282a;
	height: 810px;
	overflow: hidden;
	position: relative;
}
.priMarket .priMarket-content.minerals{
	height:839px;
}
.priMarket .resource-img-small-icons {
    height: 50px;
    line-height: 50px;
}
.priMarket .priMarket-content .priMarket-content-left{	
	width: 895px;
}
/* 一级市场的导航开始*/
.priMarket .img-nav .preference{
	max-height:439px;
}
.priMarket .img-nav, .priMarket .info-top-nav, .priMarket .info-bottom-nav{
	margin: 25px 0;
}
.priMarket .img-nav span a, .priMarket .info-top-nav span a{
	font-size: 14px;
	color: #333;
}
.priMarket .img-nav .img-nav-title, .priMarket .info-top-nav .info-nav-title {
	font-size:18px;
	font-weight: bold;
	color: #333;
	padding:0 49px 0 7px;
	border-left:solid 3px #e3282a;	
	float: left;
}
.priMarket .priMarket-content .priMarket-content-left .img-nav ul{
	display: inline-block;
	float: left;
}
.priMarket .info-top-nav  ul li, .priMarket .priMarket-content .img-nav ul li{
	float: left;
	font-size: 14px;
	text-align: center;
	margin-left: 23px;
	line-height: 25px;
}
.priMarket .img-nav li.active a, .priMarket .info-top-nav  ul li.active a{
	color:  #e6282a;
	border-bottom:solid 2px #e6282a;
}
.priMarket .img-nav li a:hover, .priMarket .info-top-nav  ul li a:hover{
	color:  #e6282a;
	border-bottom:solid 2px #e6282a;
}
.priMarket .img-nav > a{
	line-height: 24px;
	float: right;
	font-size: 12px;
}
.priMarket .img-nav > a:hover{
	color: #E3282A;
}
.priMarket .img-nav > a > em{
	font-style: normal;
	color: #f8990b;
	padding: 0 5px;
}
.priMarket .img-nav-more:hover em{
	color: #e6282a;
}
.priMarket .info-top-nav .info-nav-title {
	padding:0 45px 0 7px;
}
.priMarket .info-nav-auction a {
	float: right;
	line-height: 27px;
}
.priMarket .info-nav-title{
	font-size:18px;
	font-weight: bold;
	color: #323942;
	padding-left: 18px;
	border-left:solid 3px #39AC69;	
}
.priMarket-content-right {
    background: #f9f9f9;
    max-height: 780px;
    overflow:hidden;
}
.priMarket-content-right .preference{
	max-height: 470px;
    overflow: hidden;
}
/* 一级市场的土地左侧*/
.img-details ul{
	margin:-26px 0 0 -29px;
}
.img-details ul li{
	margin:26px 0 0 29px;
	float: left;
	width:278px;
	height:329px;
	background:rgba(255,255,255,1);
	box-shadow:2px 4px 5px rgba(25,25,25,0.2);
	position: relative;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
   	-o-transition: All 0.4s ease-in-out;
}
/* 盒子的边框效果--start */
.img-details ul li:hover{
	transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}
.img-details ul li:before,.img-details ul li:after{
	content:"";
	display:block;
	width: 0;
	height:0;
	border:1px solid transparent;
	box-sizing: border-box;
	position: absolute;
	cursor: pointer;
}
.img-details ul li:before{
	top:0;
	left:0;
	transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
}
.img-details ul li:after{
	right:0;
	bottom:0;
	transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in ;
}
.img-details ul li:hover:before{
	width:100%;height:100%;
	transition:width 0.2s ease-in ,height 0.2s ease-in 0.2s;
	border-top-color:#39AC69;
	border-right-color:#39AC69;
}
.img-details ul li:hover:after{
	width:100%;
	height:100%;
	transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.4s,height 0.3s ease-in 0.6s;
	border-bottom-color:#39AC69;
	border-left-color:#39AC69;
}
.img-details ul li:hover .title a{
	color: #39AC69;
	/*display: inline-block;*/
}
/* 盒子的边框效果--end */
.img-details ul li .img-details-dec{
	width: 262px;
	margin: 0 auto;
}
.img-details ul li .img-details-dec .dec-pto{
	width:262px;
	height:180px;
	margin-top: 10px;
	position: relative;
}
.img-details ul li .img-details-dec .dec-pto img{
	width: 100%;
	height: 100%;
}
.img-details ul li .img-details-dec .dec-pto .sliding{
	width:262px;
	position:absolute;
	bottom: 0px;
	background:rgba(255,255,255,0.86);
	color: #333333;
	font-size: 14px;
	line-height: 25px;
	text-indent: 4px; 
	transform-origin: 0% 100%;
	transition: all 0.5s ease 0.3s;
	-webkit-transform: all 0.5s ease 0.3s;
	overflow: hidden;
	height: 0;
	z-index: 4000;
}
.img-details ul li:hover .img-details-dec .dec-pto .sliding{
	height:25px;
	transform-origin: 0% 100%;
	transition: all 0.5s ease 0.3s;
	-webkit-transform: all 0.5s ease 0.3s;
}
.img-details ul li .img-details-dec .dec-char {
    margin-top: 12px;
}
.img-details ul li .img-details-dec .dec-char .quality span{
	display: inline-block;
	width:62px;
	height:21px;
	background:rgba(249,243,231,1);
	border-radius:1px;
	text-align: center;
	color: #FFA100;
	font-size:12px;
	margin-right: 4px;
	line-height: 21px;
}
.img-details ul li .img-details-dec .dec-char .title{
	font-weight: bold;
	font-size:16px;
	color: #333333;
	margin: 10px 0;
}
.img-details ul li .img-details-dec .dec-char .title a{
	display: inline-block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	width: 250px;
	text-indent: 4px;
}
.img-details ul li .img-details-dec .dec-char .price{
	font-size:14px;
	color: #999999;
	text-indent: 4px;
}
.img-details ul li .img-details-dec .dec-char .price span{
	font-size: 16px;
	color: #FF6C00;
}
.img-details ul li .img-details-dec .dec-char .time{
	margin-top: 8px;
	font-size:14px;
	color: #999999;
	text-indent: 4px;
}
.img-details ul li .img-details-dec .dec-char .time span{
	color: #333333;
}
.img-details ul li .img-details-finance{
	position: absolute;
	background-image:url(./imgs/1317@2x.png);
	background-repeat: no-repeat;
	background-size: 37px 46px;
	display: block;
	top: 0px;
	right:6px;
	font-size:12px;
	width: 37px;
	height:46px;
	color: white;
	text-align: center;
	line-height: 13px;
	padding-top:3px;
	/*box-shadow:1px 0px 0px 0px rgba(25,25,25,0.3);*/
}
.img-details ul li .img-details-dec .dec-char .real span:first-child{
	border: 1px solid #0F98FF;
	border-radius:1px;
	background: white;
	color: #0F98FF;
}
.img-details ul li .img-details-dec .dec-char .real span:last-child{
	border: 1px solid #01B067;
	border-radius:1px;
	background: white;
	color: #01B067;
}
.img-details ul li .img-details-dec .dec-char .mu span:last-child{
	font-size: 14px;
	color: #999999;
	width:50px;
	text-align: left;
}
.img-details ul li .img-details-dec .dec-char .land span, .img-details ul li .img-details-dec .dec-char .area span{
	color: #999999;
}
.img-details ul li .img-details-dec .dec-char .land span:nth-of-type(2){
	margin-left: 33px;
}
.img-details ul li .img-details-dec .dec-char .land span:last-child{
	width:50px;
	text-align: left;
}
.img-details ul li .img-details-dec .dec-char .notpro span{
	background:rgba(255,255,255,1);
	border-radius:1px;
	border: solid 1px #FF6C00;
	color: #FF6C00;
}
.img-details ul li .img-details-dec .dec-char .area span:last-child{
	width: 90px;
	text-align: left;
}

/* 广告 */
.ad{
	margin-top: 30px;
}
.ad ul li{
	float: left;
}
.ad ul li a{
	width:380px;
	height:100px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 380px 170px;
	position: relative;
}
.ad ul li.ad-first a{
	background-image: url(./imgs/banner-2.jpg);
	background-position: 0px -17px;
}
.ad ul li.ad-second a{
	background-image: url(./imgs/banner-1.jpg);
	background-position: 0px -8px;	
	margin: 0px 29px;
}
.ad ul li.ad-last a{
	background-image: url(./imgs/banner-3.jpg);
	background-size: 380px 150px;
	background-position: 0px -33px;	
}
.ad  a span{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width:32px;
	height:18px;
	background:rgba(0,0,0,1);
	opacity:0.2;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright:3px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.priMarket .info-ad a{
	position: relative;
	display: inline-block;
	width:285px;
	height: 300px;
    margin-top: 15px;
}
.priMarket .info-ad a img{
	width:100%;
	height:100%;
}
.priMarket .info-ad a > span{
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 32px;
    height: 18px;
    background: rgba(0,0,0,1);
    opacity: 0.2;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
/* 批而未供 */
.provide .provide-hot-img{
	width: 1200px !important;
}
/* 侧边固定导航栏 */
.nav-right ul {
    height: 250px;
    top: 20%;
   position: absolute;
   	margin-top: 0px;
}
.nav-right ul li.gotop {
	position: absolute;
	top: 400px;
	
}
