.banner-bar{
	width:100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(to right,#153f42,#40c0c9);
}
.banner{
    width: 1200px;
    margin: auto;
	display: flex;
	justify-content:center;
	align-items: center;
}
.banner_button{
	width: 100px;
	height: 40px;
	background:#3fa9af;
	border-radius: 6px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
}
.banner{
	height: 550px;
}
.content-bar{
	padding: 100px 0 50px 0;
	background-color: #ffffff;
	width: 100%;
	background-color:#ffffff;
}
/* 四大核心服务 */

.sdhx{
	width: 100%;
	height: 730px;
	background:url(../img/sidahexin_bg.jpg) center center;
	background-size: 100% 100%;
	flex-direction: column;
}

.hxfw-card{
	width: 560px;
	height: 220px;
	background-color: #FFFFFF;
	margin: 20px;
	border:solid 1px #d6d6d6;
	transition: all .3s;
	flex-direction: column;
}
.hxfw-card:hover{
	box-shadow: 0px 0px 20px 10px rgba(0,7,9,.05);
	border-color: #1bda96;
}
.sm-circle{
	width: 7px;
	height: 7px;
	background-color: #a074c4;
	border-radius: 7px;
	margin-top:7px;
	margin-right: 12px;
}
.tdys-items-bar{
	width: 1200px;
	height: 490px;
	background-color:#ffffff;
}
.tdys-items{
	width: 1200px;
	height: 220px;
	justify-content:space-between;
}
.tdys-item{
	width: 380px;
	height: 220px;
	box-shadow: 0px 0px 20px 10px rgba(0,7,9,.05);
	background-color: #ffffff;
	
}
.tdys-item-img-circle{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
	margin: 9px;
}
.tdys-item-img-circle img{
	width: 100%;
}
/* .hxfw-card-selected{
	border-color: #1bda96;
} */

.hzsj{
	width: 100%;
	height: 590px;
	background-color: #ffffff;
	flex-direction: column;
}
.hzsj_continue_1{
	width: 100%;
	height: 520px;
}

.floating-circle{
	transform: rotate(45deg);
	animation: c-1 60s linear infinite;
}
.floating-circle-2{
	transform: rotate(20deg);
	animation: c-2 60s linear infinite;
}
.textset{
	color: #ffffff;
	text-align: center;
	line-height: 107px;
	font-size: 20px;
	box-shadow: 0px 0px 20px 10px rgba(50,157,119,.3);
}
@keyframes c-1{
	from{transform: rotate(0deg);}
	to{transform: rotate(360deg);}
}
@keyframes c-2{
	from{transform: rotate(360deg);}
	to{transform: rotate(0deg);}
}
@keyframes c-3{
	from{transform: rotate(180deg);}
	to{transform: rotate(540deg);}
}


.bottom-circle-img{
	width: 86px;
	height: 86px;
	background-color: #ffffff;
	border-radius: 86px;
	overflow: hidden;
	box-shadow: 0px 10px 10px rgba(0,7,9,.05);
	margin: 8px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-circle-img img{
	width: 100%;
	margin: 0 auto;
}


.info-null-bar{
	background-color: #DDDDDD;
}