.base-main{
	background: #f5faff;
}
.bottom-info{
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 194px;
	background: url("../img/index/bottom_info.png") no-repeat bottom center;
}
.bottom-info span{
	font-size: 26px;
	color: #fff;
}
.bottom-info a {
	text-decoration: none;
}
.bottom-info button{
	margin-top: 30px;
	width: 160px;
	height: 40px;
	background:rgba(255,255,255,1);
	border-radius:3px;
}

.bottom-info .ns-btn:hover {
	background-color: #FFFFFF;
	color: #2A7EFB;
}

.label-warp{
	height: 680px;
	display: flex;
	align-items: center;
}
.label-warp .label-item{
	background: #ffffff;
	display: flex;
	box-shadow: 0px 6px 18px 0px rgba(82,129,187,0.1);
	width: 260px;
	height: 105px;
	margin-bottom: 18px;
	box-sizing: border-box;
	padding: 20px;
}
.label-warp .label-item img{
	width: 64px;
	height: 64px;
}
.label-warp .label-content{
	margin-left: 25px;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}
.label-warp .label-content>div:first-child>span{
	font-size: 30px;
	font-weight: bold;
}
.label-warp .label-content>div:last-child{
	font-size: 14px;
	color: #6D7278;
}
.label-warp .charts-content{
	width: 920px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-box{
	display: flex;
	width: 1200px;
	height: 90px;
	margin: -28px auto;
	background: #FFFFFF;
	padding: 5px 20px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow:1px 1px 7px rgba(0,0,0,0.1);
	align-items: center;
	margin-bottom: 28px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.search-box .search-type{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
	border-right: 1px solid #f3f3f3;
	font-size: 20px;
	cursor: pointer;
}
.search-box .search-type img{
	width: 39px;
	height: 39px;
	margin-right: 20px;
}

.search-box .btn-box{
	display: flex;
}
.search-box .search-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0070F5;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	border-radius: 0;
	height: 44px;
	margin-left: 18px;
	padding: 0 0px;
	border: 1px solid #0070F5;
	width: 116px;
}
.search-box .search-btn:last-child{
	color: #0070F5;
	background: 0;
}

.index-main{

}
.index-main .main-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-main .main-title div{
	font-size: 24px;

	font-weight: 600;
	color: #333333;
}
.index-main .main-title span{
	font-size: 14px;

	font-weight: 500;
	color: #0070F5;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.index-main .main-title span img{
	width: 16px;
	height: 16px;
	margin-left: 0px;
	justify-content: center;
}
.map-box{
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.case-box{
	padding: 20px 0;
}
.case-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.case-list .case-item{
	margin-right: 15px;
	width: calc((100% - 60px) / 5);
	border-radius: 1px;
	overflow: hidden;
	height: 312px;
	/*box-shadow:1px 1px 7px rgba(0,0,0,0.05);*/
	margin-bottom: 15px;
	cursor: pointer;
	background: #ffffff;
	padding: 15px;
}
.case-list .case-item:nth-child(5n){
	margin-right: 0;
}
.case-list .case-item .case-img{
	width: 195px;
	height: 195px;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.case-list .case-item .case-headimg{
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin-top: -25px;
	margin-left: 155px;
}
.case-list .case-item .case-title{
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	margin: 14px 10px 0 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}
.case-list .case-item .case-desc{
	font-size: 12px;

	font-weight: 500;
	color: #666666;
	line-height: 18px;
	margin: 10px 10px 0 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	height: 18px;
}
.case-list .case-item  .case-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5px 10px 0 8px;
}
.case-list .case-item  .case-bottom>div{
	font-size: 12px;

	font-weight: 500;
	color: #666666;
	line-height: 16px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}
.case-list .case-item  .case-bottom>div>img{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-bottom: 3px;
}

.partners-box{
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	padding: 20px 0;
	padding-bottom: 40px;
}
.partners-box .main-content{
	height: 470px;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

.partner-box{
	padding: 20px 0;
}

.partner-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.partner-list .partner-item{
	margin-right: 24px;
	width: calc((100% - 96px) / 5);
	border-radius: 6px;
	overflow: hidden;
	height: 175px;
	margin-bottom: 20px;
	cursor: pointer;
	background-color: #fff;
}
.partner-list .partner-item:nth-child(5n){
	margin-right: 0;
}
.partner-list .partner-item .partner-img{
	width: 100%;
	height: 100px;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.partner-list .partner-item .partner-headimg{
	width: 50px;
	height: 50px;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	border-radius: 50%;
	border: 2px solid #ffffff;

}
.partner-list .partner-item .partner-title{
	display: flex;
	align-items: flex-end;
}
.partner-list .partner-item .partner-title>div:first-child{
	font-size: 18px;

	font-weight: 600;
	color: #093983;
	line-height: 25px;
}

.partner-list .partner-item .partner-desc{
	font-size: 12px;

	font-weight: 500;
	color: #333333;
	line-height: 17px;
	margin-top: 10px;
	max-width: 125px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
}
.partner-list .partner-item .partner-company{
	font-size: 16px;

	font-weight: 500;
	color: #333333;
	line-height: 24px;
	margin: 15px 15px 0 15px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}
.partner-list .partner-item .partner-company-desc{
	font-size: 12px;

	font-weight: 500;
	color: #888888;
	line-height: 16px;
	margin: 6px 15px 0 15px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
}

.xl-icon,.xl-iconNext{position: absolute;width: 20px;height: 20px;
	background-image: url("../img/agent/xl-icon_03.png");
	background-position: 4px 0px;
	background-repeat: no-repeat;
	right: 0;
	top:14px;
}
.sq-icon{background-position: 4px -33px;}
/*--ä¸‹æ‹‰é€‰æ‹©åˆ—è¡¨æ ·å¼--*/
.selectList,.selectListNext{z-index:999;display:none;width: 175px;box-shadow: 0px 6px 18px 0px rgba(82,129,187,0.3);border-radius: 6px;position: absolute;top:45px;left: -38px;}
.listA,.listANext{width: 100%;height: 40px;line-height: 40px;font-size: 14px;color: #545454;text-align: center;display: block;background-color: #FFFFFF;cursor: pointer}
.listA:hover,.listANext:hover{background-color: #f7f7f7;color: #0070F5;}
.listA:first-child,.listANext:first-child{border-radius: 6px 6px 0 0;}
.listA:last-child,.listANext:last-child{border-radius: 0 0 6px 6px;}
/*-------------------------------------------------------------------------------------------------*/
.frameTriangle{

}
.dropDown{position: relative;}
.selectListNext{top:53px;}
.footer-top{
	margin-top: 0;
}