@charset "utf-8";
/* CSS Document */
/*banner*/
#focus-banner{
	position: relative;
	width: 100%;
}

#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list li img{
	width: 100%;
}
.focus-banner-img{
	display: block;
}

#focus-banner-list .focus-banner-text{
	position: absolute;
	left: 0;
	bottom: 0;
	height:50px;
	width: 100%;
}
#focus-banner-list .focus-banner-text h1{
	font-size:60px;
	font-weight: 500;
	width:700px;
	margin-bottom: 20px;
}
#focus-banner-list .focus-banner-text p{
	font-size:24px;
	line-height:40px;
}
#focus-banner-list .focus-banner-text a{
	background: rgba(0,0,0,0.5);
	color:#fff;
	text-align: center;
	line-height: 50px;
	display: block;
	text-decoration: none;
}
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 44px;
	height: 80px;
	background-image: url("../../img/focus_handle.png");
	
}
#next-img{
	left: 0;
}
#next-img{
	left: 0;
	background-position: 0 0;
}
#next-img:hover{
	background-position: 0 -80px;
}
#prev-img{
	right: 0;
}
#prev-img{
	right: 0;
	background-position: -44px 0;
}
#prev-img:hover{
	background-position: -44px -80px;
}

#focus-bubble{
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 999;
}
#focus-bubble li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #fff solid;
	cursor: pointer;
}
#focus-bubble li a{
	display: block;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	opacity: 0;
}
#focus-bubble li.current{
	background-color: #fff;
}

.search{
	width: 990px;
	margin: 0 auto;
	margin-top: 38px;
	overflow: hidden;
}
.search .item{
	float:left;
	margin: 0 15px;
}
.search .item .title{
	background: url(../../img/icon_order.png) left no-repeat;
	padding-left: 50px;
	color: #009141;
}
.search .item .loan{
	background: url(../../img/icon_loan.png) left no-repeat;
}
.search .item .map{
	background: url(../../img/icon_map.png) left no-repeat;
}
.search .item .title h3{
	font-size: 18px;
	font-weight: 600;
}
.search .item .title p{
	font-size: 12px;
}
.search .item .centent{
	width: 300px;
	background: #e5e5e5;
	border-radius: 4px;
	margin-top: 15px;
	min-height: 190px;
}
.search .item .centent h2{
	background: #009141;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
}
.search .item .centent .ipt-box{
	background: #fff;
	margin: 15px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.search .item .centent .ipt-box textarea{
	height: 60px;
	border: none;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
}
.btn{
	width: 60px;
	height: 26px;
	border:1px solid #009141;
	background: #fff;
	margin-top: 10px;
	float:right;
	margin-right: 10px;
	border-radius: 4px;
	cursor: pointer;
}
.search .item .centent p{
	font-size: 12px;
	color: #999;
	padding: 0 15px;
}
.search .item .centent .loan-box{
	background: #e5e5e5;
}
.search .item .centent .loan-box input[type="text"],
.search .item .centent .loan-box input[type="date"]{
	width: 125px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	box-sizing: border-box;
	border: none;
	outline: none;

}
.search .item .centent .loan-box input[type="text"]:first-child{
	margin-right: 15px;
}
.search .item .centent .loan-box span{
	padding: 0 1px;
}
.date-title{
	line-height: 30px;
	color: #333;
	margin-top: 5px;
}
.search .item .centent .loan-box  .btn{
	margin-right: 0;
}
.search .item .centent .search-map{
	position: relative;
}
.search .item .centent .search-map input[type="text"]{
	width: 100%;
}
.search .item .centent .search-map .btn{
	position: absolute;
	right: 0;
	top: -10px;
	z-index: 10;
}

.business{
	background: url(../../img/earth.png) no-repeat center;
	height: 700px;
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.business h1{
	width: 50px;
	height: 130px;
	background: #009141;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -65px;
	border-radius: 4px;
}
.business .left{
	left: 0;
} 
.business .right{
	right: 0;
} 
.business a{
	text-decoration: none;
	color: #333;
	font-size: 16px;
	position: absolute;
	line-height: 72px;
}
.business a:hover i{
	background-position-x: -72px;
}
.business .icon-left i{
	width: 72px;
	height: 72px;
	margin-left: 15px;
	display: block;
	float: right;
	background: url(../../img/earth_icon.png) no-repeat;
	
}
.business .icon1{
	top: 95px;
	left: 200px;
}
.business .icon1 i{
	background-position: 0 0;
}
.business .icon2{
	top: 235px;
	left:108px;
}
.business .icon2 i{
	background-position: 0 -72px;
}
.business .icon3{
	top: 400px;
	left:108px;
}
.business .icon3 i{
	background-position: 0 -144px;
}
.business .icon4{
	top: 536px;
	left:200px;
}
.business .icon4 i{
	background-position: 0 -216px;
}
.business .icon-right i{
	width: 72px;
	height: 72px;
	margin-right: 15px;
	display: block;
	float: left;
	background: url(../../img/earth_icon.png) no-repeat;
	
}
.business .icon5{
	top: 95px;
	right: 200px;
}
.business .icon5 i{
	background-position: 0 -288px;
}
.business .icon6{
	top: 235px;
	right:108px;
}
.business .icon6 i{
	background-position: 0 -360px;
}
.business .icon7{
	top: 400px;
	right:108px;
}
.business .icon7 i{
	background-position: 0 -432px;
}
.business .icon8{
	top: 536px;
	right:200px;
}
.business .icon8 i{
	background-position: 0 -504px;
}
.news{
	background: #ececec;
	padding-top: 60px;
	padding-bottom: 70px;
}
.news h1{
	text-align: center;
	font-size: 22px;
}
.news p{
	font-size: 12px;
	text-align: center;
	margin-bottom: 60px;
}
.news-centent{
	overflow: hidden;
	width:1200px;
	margin: 0 auto;
}
.news-centent .item{
	float: left;
	background: #fff;
	width: 290px;
	margin: 0 5px;
	overflow: hidden;
}
.news-centent .item h2{
	color: #333;
	font-size: 22px;
	margin:20px 0px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.btn-more{
	color: #333;
	float: right;
	margin: 10px 0px 20px 0;
	background: url(../../img/more.png) no-repeat right;
	padding-right: 25px;
}
.btn-more:hover{
	color:#009141;
}
.partners{
	background:#fff;
	padding-bottom: 0;
}
.partners p{
	margin-bottom: 0;
}
.partners .bg{
	position: relative;
}
.partners .bg .partners-logo{
	position: absolute;
	top:50px;
	left: 50%;
	margin-left: -360px;
}
.news-centent .item ul li{
	font-size: 14px;
	margin: 0 20px;
	overflow: hidden;
	margin-bottom: 5px;
}
.news-centent .item ul li:first-child{
	margin: 0;
}
.news-centent .item ul li:last-child{
    position:absolute;
    right: 0;
    bottom: 0;
}
.news-centent .item ul{
    height: 404px;
    position: relative;
}

.news-centent .item ul li .txt{
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	width: 172px;
	color: #333;
}
.news-centent .item ul li .time{
	float: right;
	color: #999;
}
.news-centent .item ul li a:hover span{
	color:#009141;
}