/* banner */
.banner-bar{
	width:100%;
	height: 550px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0 auto;
	background-image: linear-gradient(to right,#a074c4,#b59cc9);
}
.banner{
	width: 1200px;
	margin: auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner img{
	
}
.banner-content{
	position: absolute;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	
}
.banner-text-1,.banner-text-2{
	color: #ffffff;
}
.banner-text-1{
	margin-top: 240px;
	font-size: 70px;
	letter-spacing: 16px;
}
.banner-text-2{
	margin-top: 73px;
	animation-delay: 1s;
}
.banner-text-2 span{
	font-size: 36px;
	letter-spacing: 3px;
}
.content-context-bar{
	width: 100%;
	padding: 50px 0;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}



/* 易兴堂服务优势 */
.message-item{
	width: 260px;
	height: 100px;
	background-color: #FFFFFF;
	margin-top:40px;
	box-shadow: 0px 0px 30px 0px #f0f0f0;
}
.message-item .font-md{
	font-size: 18px;
	margin-top:15px;
	margin-bottom: 15px;
}
.great-icon{
	width: 19px;
	height: 19px;
	background-image: url(../img/svg/正确.svg);
	float: left;
	margin-right: 10px;
}
.great-item{
	margin-top:35px;
}



/* 六边形界面 */
.circle-content{
	width: 100%;
	height: 490px;
	opacity: 1;
/* 	animation: circle-content-animation 1s paused forwards; */
}
.more-circle-bar{
	width: 980px;
	height: 100%;
	margin: 0 auto;
	background-color: transparent;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding-top:100px;
}
.sixsquare{
	width: 130px;
	height: 130px;
	background: url(../img/sixsquare.png) no-repeat center center;
	position: absolute;
}
.sixsquare-logo{
	width: 130px;
	height: 130px;
	background: url(../img/whiteLogo.png) no-repeat center center;
	position: absolute;
}
.xs-1-3{
	transform: scale(1);
	opacity: .8;
	animation: yi 1.5s linear infinite;
}
.xs-1-6{
	transform: scale(1.3);
	opacity: .6;
	animation: er 1.5s .3s linear infinite;
}
.xs-1-9{
	transform: scale(1.6);
	opacity: .4;
	animation: san 1.5s .6s linear infinite;
}
.xs-2-1{
	transform: scale(1.9);
	opacity: .4;
	animation: si 1.5s 1s linear infinite;
}
.circle-bar{
	width: 60px;
	height: 710px;
	/* background-color: orange; */
	position: absolute;
	top:70px;
	transform: rotate(180deg);
}
.circle-bar span{
	position: absolute;
	top:-30px;
	white-space: nowrap;
}
.big-circle{
	width: 670px;
	height: 335px;
	position: absolute;
	top:100px;
	overflow: hidden;
	/* border:1px dashed #1bda96; */
	transform: rotate(180deg);
	transform-origin: center bottom;
	opacity: 0;
}
.circle-huge-animation{
	animation: big-circle-animation 1.5s forwards;
}
.big-circle::after{
	content: '';
	height: 670px;
	height: 670px;
	display: block;
	border-radius: 670px;
	border:2px dashed #a074c4;
}


.cyi{
	/* animation: cyi 1s forwards; */
	transform: rotate(85deg);
}
.cer{
	/* animation: cer 1s forwards; */
	transform: rotate(60deg);
}
.csan{
	/* animation: csan 1s forwards; */
	transform: rotate(35deg);
}
.csi{
	/* animation: csi 1s forwards; */
	transform: rotate(0deg);
}
.cwu{
	/* animation: cwu 1s forwards; */
	transform: rotate(-35deg);
}
.cliu{
	/* animation: cliu 1s forwards; */
	transform: rotate(-60deg);
}
.cqi{
	/* animation: cqi 1s  forwards; */
	transform: rotate(-85deg);
}
.circle{
	width: 60px;
	height: 60px;
	float: right;
	border-radius: 60px;
	background: #a074c4 url(../img/svg/统计.svg) no-repeat center center ;
}
.circle_ico1{background: #a074c4 url(../img/qtkj_icon_anquanzengjia.png) no-repeat center center ;}
.circle_ico2{background: #a074c4 url(../img/qtkj_icon_yiliaoxiang.png) no-repeat center center ;}
.circle_ico3{background: #a074c4 url(../img/qtkj_icon_zhishi.png) no-repeat center center ;}
.circle_ico4{background: #a074c4 url(../img/qtkj_icon_ERP.png) no-repeat center center ;}
.circle_ico5{background: #a074c4 url(../img/qtkj_icon_yisheng.png) no-repeat center center ;}
.circle_ico6{background: #a074c4 url(../img/qtkj_icon_shujubiao.png) no-repeat center center ;}
.circle_ico7{background: #a074c4 url(../img/qtkj_icon_kaifa.png) no-repeat center center ;}

.more-circle-bar-texts{
	width: 100%;
	height: 100%;
	position: absolute;
	top:-10px;
	opacity: 0;
	animation: texts-context 2s .3s forwards;
}
.more-circle-bar-texts span{
	position: absolute;
}

.our-service{
	width: 1220px;
	height: 220px;
	margin-top:80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.our-service-item{
	transition: all .3s;
	width: 124px;
	height: 197px;
	text-align: center;
	margin: 10px;
}
.our-service-img{
	transition: all .3s;
}
.our-service-img:hover{
	box-shadow: 0 0 20px 0px #c0c0c0;
}

/* .our-infomation-bar{
	width: 100%;
	height: 320px;
	background-color: #01d589;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.our-infomation-bar .info-bar{
	text-align: center;
	font-size:60px;
	margin: 130px;
	color: #ffffff;
}
.info-bar p{
	font-size:60px;
}
.our-infomation-bar .info-bar::after{
	content: '+';
	font-size: 50px;
	position: absolute;
	top:60px;
	margin-left: 50px;
	font-weight: 600;
}
.our-info{
	position: relative;
	width: 190px;
	height: 30px;
	left: 10px;
	text-align: center;
	font-size: 23px;
	margin-top:35px;
} */