.banner-bar{
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(to right, #a074c4, #cfbae0);
}
.banner img{
	
}
.banner-content{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.banner-float-bar{
	width: 400px;
	height: 300px;
	background-color: transparent;
	margin-top:40px;
	margin-left: 160px;
	position: relative;
}
.floating-square{
	top:60px;
	animation: floating-square-animation 3s ease-in-out infinite;
	animation-direction:alternate;
}

.LG-Square{
	width: 3px;
	height: 130px;
	position: absolute;
	/* background-color: orange; */
	background-image: linear-gradient(180deg,#a074c4,#ffffff,rgba(0,0,0,0));
	animation: LG-Square-animation 3s 6s linear infinite;
	opacity: 0;
}
.LG-Circle{
	width: 20px;
	height: 20px;
	background-image: radial-gradient(farthest-corner at 10% 20%,#a074c4,#fdbb00);
	position: absolute;
	border-radius: 20px;
	animation:LG-Circle-animation 3s ease-in-out infinite alternate;
	opacity: 1;
}

/* 易兴堂介绍 */
.about-content{
	padding-top:130px;
	width: 100%;
	background-color: #f9fcfa;
	padding-bottom: 160px;
	flex-direction: column;
	position: relative;
}
.about-img-bar{
	width: 40%;
	height: 650px;
	background:url(../img/shouye_pic.png) center center no-repeat;
	border-radius: 9px;
	overflow: hidden;
}
.about-img-bar img{
	width: 100%;
	transform: scale(1);
}
.about-content-bar{
	width: 50%;
	background-color: #ffffff;
	margin-left: 50px;
}

.about-button-bar{
	width: 163px;
	height: 55px;
	background-color: #a074c4;
	text-align: center;
	line-height: 55px;
	border-radius: 3px;
	color: #FFFFFF;
	margin-top:73px;
	font-size: 19px;
}
.about-floating-bar{
	width: 525px;
	height: 315px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 10px rgba(50,157,119,.06);
	border-radius: 36px;
	position: absolute;
	left: 400px;
	top:534px;
}

/* 公司业务 */
.gsyw-cards-bar{
	width: 1190px;
	height: 480px;
	background-color: #ffffff;
	border-radius: 9px;
	box-shadow: 0px 0px 20px 10px rgba(50,157,119,.06);
}
.gsyw-card{
	width: 395px;
	height: 100%;
	float: left;
	background-color: #ffffff;
	position: relative;
	transition: all .3s;
	overflow: hidden;
}
.gsyw-card:hover{
	box-shadow: 0px 0px 20px 0px  rgba(50,157,119,.2);
	z-index: 999;
	border-radius: 9px;
}
.gsyw-card-button{
	width: 100%;
	height: 100px;
	background-color: #a074c4;
	position: absolute;
	bottom: -100px;
	text-align: center;
	color: #ffffff;
	line-height: 73px;
	font-size: 18px;
	transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);	
}
.gsyw-card:hover .gsyw-card-button{
	bottom:-27px;
}

.gsyw-icon-bar{
	width: 80px;
	height: 80px;
	margin-left: 70px;
	margin-bottom: 10px;
}
.xingqiu{
	background:url(../img/svg/星球.svg) no-repeat center center;
}
.fangzi{
	background:url(../img/svg/房子.svg) no-repeat center center;
	background-size: 110% 100%;
}
.liangzi{
	background:url(../img/svg/量子.svg) no-repeat center center;
	background-size: 110% 100%;
}
.gsyw-texts-bar{
	width:270px;
	line-height: 2.7;
}
.gsyw-texts-bar div{
	font-size: 16px;
}


/* 企业文化 */

.qywh-item{
	width: 383px;
	height: 201px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 10px rgba(50,157,119,.06);
	margin:15px;
	flex: none;
	border-radius: 12px;
	position: relative;
	line-height: 2.5;
}
.qywh-item-img{
	width: 93px;
	height: 93px;
	border-radius: 9px;
	background-color: #ffffff;
	margin:-46px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qywh-item-img img{
	width: 58px;
	height: 58px;
}
.qywh-item-text{
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
}

/* 创造价值 */
.czjz-item{
	width: 145px;
	height: 145px;
	border-radius: 9px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 10px rgba(50,157,119,.06);
	margin: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* backgroun: url(../img/svg/星球.svg) center center; */
}

.czjz-button{
	width: 278px;
	height: 76px;
	background-color: #a074c4;
	color: #ffffff;
	line-height: 76px;
	text-align: center;
	border-radius: 3px;
}


/* changed */
.about-three-item-bar{
	width: 90%;
	margin: 0 auto;
	border-top: solid 1px #f6f6f6;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.about-circle-item{
	width: 123px;
	height: 123px;
	border-radius: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0px  rgba(50,157,119,.2);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.about-circle-lables{
	padding-top: 35px;
	text-align: center;
	font-size: 1.625rem;

}
.about-circle-context{
	padding-top: 35px;
	text-align: center;
	color: #8f8f8f;
	padding-bottom: 40px;
	
}
.about-circle-item-bar{
	padding-top: 70px;
	width: 300px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
/* changed */