/*用地网优势*/
.top-wrap{
	display: block;
	background-image: url(../images/1.jpg) !important;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.system{
	margin-top: 65px;
}
.system .system-title{
	text-align: center;
	margin-bottom: 75px;
}
.system .system-title span{
	font-size: 24px;
	font-weight: bold;
	margin: 0 10px;
}
.system .system-li ul li{
	width: 310px;
	text-align: center;
	float: left;
	margin: 0px 75px 50px 75px;
	font-size: 14px;
}
.system .system-li ul li:first-child {
    margin-left: 60px;
    margin-right: 0px;
}
/*.system .system-li ul li:nth-child(3n){
	float: right !important;
    margin-right: 60px !important;
    margin-left: 0px !important;
}
.system .system-li ul li:nth-child(4n){
    margin-left: 60px;
    margin-right: 0px;
}
.system .system-li ul li:last-child {
	float: right;
    margin-right: 60px;
    margin-left: 0px;
}*/
.system .system-li ul li h4{
	font-size: 18px;
	margin: 10px 0px;
}
.system .system-li ul li p{
	line-height: 20px;
}

/*交易可靠*/
.main{
	width: 100%;
	background-color: #efeef3;
	height: 590px;
}
.trading{
	margin-top: 65px;
	text-align: center;
}
.trading .trading-title span{
	font-size: 24px;
	font-weight: bold;
	margin: 0px 10px;
}
.trading .trading-li ul li{
	margin-top: 70px;
}
.trading .trading-li ul li:first-child{
	float: left;
	margin-left: 95px;
}
.trading .trading-li ul li:last-child{
	float: right;
	margin-right: 95px;
}
.trading .trading-li ul li h4{
	font-size: 18px;
	margin: 20px 0px 10px 0px;
}
.trading .trading-li ul li p{
	display: block;
	text-align: center;
	width: 390px;
	margin: 0 auto;
	font-size: 14px;
}

/*售后服务*/
.after{
	margin-top: 60px;
	text-align: center;
}
.after .after-title span{
	font-size: 24px;
	font-weight: bold;
	margin: 0px 10px;
}
.after .after-li ul li{
	margin-top: 75px;
	float: left;
	position: relative;
	display: none;
}
.after .after-li ul li:first-child {
	margin-left: 60px;
}
.after .after-li ul li:nth-child(2n) {
	float: right;
	margin-right: 60px;
}
.after .after-li ul li:nth-child(3n) {
	margin-top: 16px;
	margin-left: 60px;
}
.after .after-li ul li:last-child {
	margin-top: 15px;
}
.after .after-li ul li:first-child h4{
	padding-left: 40px;
}
.after .after-li ul li:nth-child(2n) h4{
	padding-right: 40px;
}
.after .after-li ul li:nth-child(3n) h4{
	padding-left: 40px;
}
.after .after-li ul li span{
	display: block;
	width: 100%;
	height: 55px;
	background-color: rgba(0,0,0, 0.5);
	position: relative;
	z-index: 9;
	top: -59px;
	line-height: 55px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.text-l{
	text-align: left;
}
.text-r{
	text-align: right;
}
.after .after-li .center{
	width: 210px;
	height: 210px;
	border-radius: 100%;
	background-color: #3b85b2;
	position: relative;
	top: 250px;
	left: 41%;
	z-index: 99;
	box-shadow: 0 0px 25px 0 rgba(37, 34, 27, 0.5);
    -ms-box-shadow: 0 0px 25px 0 rgba(37, 34, 27, 0.5);
    -webkit-box-shadow: 0 0px 25px 0 rgba(37, 34, 27, 0.5);
    -moz-box-shadow: 0 0px 25px 0 rgba(37, 34, 27, 0.5);
}
.after .after-li .center span{
	position: absolute;
	left: 16%;
	z-index: 999;
	color: #FFFFFF;
	line-height: 210px;
	font-size: 24px;
	font-weight: bold;
}
/*投入*/
.cost{
	margin-top: 65px;
	text-align: center;
}
.cost .cost-title span{
	font-size: 24px;
	font-weight: bold;
	margin: 0px 10px;
}
.cost .cost-li ul li{
	float: left;
	margin: 60px 0px 0px 23px;
	position: relative;
}
.cost .cost-li ul li:first-child{
	float: left;
	margin-left: 15px;
	margin-right: 0px;
}
.cost .cost-li ul li:last-child{
	float: right;
	margin-right: 15px;
	margin-left: 0px;
}
.cost .cost-li ul li h4{
	text-align: center;
	color: #FFFFFF;
	position: relative;
	top: -200px;
	left: 0px;
	z-index: 999;
	font-size: 18px;
	font-weight: bold;
}