
/**信用平台首页***/
img{
	border: 0 none;
}
.CreditSearchBg{
	background: url(../images/bannerBg.png) no-repeat top center;
	width:100%;
	height: 460px;
}
.CreditSearch{
	width:820px;
	margin:0 auto;
}
.CreditSearch .msg{
	font-size:36px;
	color:#fff;
	padding-top:60px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}
.CreditSearch .msg-dec{
	color: #c6d8ec;
	font-size: 18px;
	text-align: center;
	padding-top:20px;
	line-height: 20px;
}
.SearchBox .SearchContainer{
	width:820px;
	height: 60px;
	margin-top:80px;
	position: relative;
}
.SearchBox .SearchContainer input[type=text]{
	width:720px;
	text-indent: 25px;
	line-height: 60px;
	border:0 none;
	height: 60px;
}
.SearchBox .SearchContainer input[type=submit]{
	width:100px;
	background: url(../images/search-icon.png) no-repeat center center #04C9B3;
	height: 60px;
	position: absolute;
	top:0;
	right:0;
    border:0 none;
    cursor:pointer;
}
.SearchBox .tags{
	color:#fff;
	height: 20px;
	padding-top:20px;
}
.SearchBox .tags a{
	color:#fff;
}
.SearchBox .tags a:hover{
	text-decoration:underline;
}
.CreditServices{
	width:1040px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.CreditColumnName{
	font-size: 20px;
	text-align: center;
	padding:40px 0;
	color:#373737;
	font-weight: bold;
}
.CreditServices ul{
	overflow: hidden;
}
.CreditServices ul li{
	width:240px;
	float: left;
	height: 260px;
	padding:0 20px;
	margin-right: 20px;
}
.CreditServices ul li span{
	display:block;
	text-align: center;
	font-size: 18px;
	color: #3588ca;
	padding-top:100px;
}
.CreditServices ul li span.quanmian{
	background: url(../images/quanmian.png) no-repeat top center;
}
.CreditServices ul li span.gaoxiao{
	background: url(../images/gaoxiao.png) no-repeat top center;
}
.CreditServices ul li span.shiyong{
	background: url(../images/shiyong.png) no-repeat top center;
}
.CreditServices ul li span.zengzhi{
	background: url(../images/zengzhi.png) no-repeat top center;
}
.CreditServices ul li p{
	padding-top:40px;
	text-align: center;
	font-size: 12px;
	line-height: 1.833;
	width:200px;
}
.grayBg{
	background: #f2f4f5;
	width:100%;
	padding-bottom: 100px;
}
.full-star{
	background: url(../images/star-icon.png) no-repeat;
	width:20px;
	height: 18px;
}
.half-star {
    background: url(../images/star-icon.png) no-repeat -24px 0;
    width: 20px;
    height: 18px;
}
.null-star {
    background: url(../images/star-icon.png) no-repeat -48px 0;
    width: 20px;
    height: 18px;
}
.CreditCompany{
	width:1040px;
	margin:0 auto;
	overflow:hidden;
}
.CreditCompany ul {
	width:1060px;
}
.CreditCompany ul li{
	width:243px;
	background: #fff;
	border:1px solid #ddeaf1;
	padding:0 12px 20px 12px;
	float: left;
	margin-right:20px;
    overflow-x:hidden;
}
.CreditCompany ul li:hover {
    cursor:pointer;
}
.CreditCompany i{
	display: inline-block;
	margin-right: 3px;
}
.CreditCompany ul li .companyLogo{
	padding-top:20px;
    height: 80px;
    text-align: center;
    width:217px;
    position: relative;
    margin:0 auto;
}
.CreditCompany ul li .companyLogo a{
	display: block;
	position: absolute;
	bottom: 0;
}
.CreditCompany ul li .companyLogo a img{	
	max-height: 60px;
	width: 217px;
    _width: expression(this.width > 217 ? "217px" : this.width);
}
.CreditCompany ul li h3,.CreditCompany ul li p,.CreditCompany ul li .star{
	padding-left:12px;
}
.CreditCompany ul li h3{
	font-size: 16px;
	padding-top:20px;
	border-top:1px solid #DDEAF1;
	margin-top:20px;
}
.CreditCompany ul li .star{
	padding-top:10px;
}
.Guidance{
	width:1040px;
	border:1px solid #DDEAF1;
	border-right:22px solid #DDEAF1;
	height: 120px;
	margin:40px auto;
	position: relative;
	overflow: hidden;
}
.Guidance ul{
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.Guidance ul li{
	float: left;
	width:170px;
	text-align: center;
	height: 120px;
	padding-top:20px;
}
.Guidance ul li.small-link {
    width:150px;
}
.Guidance ul li.big-link {
    width:220px;
}
.Guidance ul li a{
	display: block;
	height: 70px;
}
.Guidance .name{
	width:100px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	background: #DDEAF1;
	float: left;
}
