.banner-bar{
	width:100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	/* background-image: linear-gradient(); */
	background: url(../img/keji_banner_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.banner{
	width: 1200px;
	margin: auto;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content:center;
	align-items: center;
}
.pagoda{
	width: 190px;
	height: 500px;
	position: absolute;
	bottom: 100px;
	left: 1006px;
	z-index: 10;
}
.bulids_company{
	width: 1019px;
	height: 419px;
	position: absolute;
	left:-50px;
	bottom: 0px;
	z-index: 9;
	//transition: all .1s;
}
.builds_bg{
	position: absolute;
	right: -100px;
	bottom: 0px;
	z-index: 0;
	opacity: .6;
	//transition: all .1s;
}
.pagoda,.bulids_company img{
	width: 100%;
}

.banner-content{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 999;
}
.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;
}


.content-context-bar{
	width: 100%;
	padding: 100px 0;
	
}
/* 技术创新 */
.jscx-items{
	width: 1200px;
	height: 225px;
	background-color: #FFFFFF;
	margin-top: 60px;
	box-shadow: 0px 0px 20px 10px rgba(50,157,119,.06);
	justify-content: center;
}
.jscx-item{
	height: 100%;
	width: 250px;
	flex-direction: column;
	margin: 10px;
}

.floating-phone{
	width: 220px;
	height: 320px;
	position: absolute;
	top:160px;
	left: 150px;
}

.download-erweima-bar{
	display: none;
	 position:absolute;
	 width: 222px;
	 height: 360px;
	 background-color: #00b71e;
	 left: 230px;
	 top:130px;
	 border-radius: 30px;
	 overflow: hidden;
	 box-shadow: 0px 0px 20px 10px rgba(50,157,119,.06);
	 overflow: hidden;
}
.download-erweima-bar::after{
	content: '';
	width: 120%;
	height: 120%;
	position: absolute;
	background-color: #ffffff;
	opacity: .2;
	transform: rotate(-30deg);
	left: -98px;
	top: -2px;
}
.pop-max-width{
	width: 160px;
}

/* 线上合规处方药销售解决方案 */

.fwjg-item-pop{
	width: 125px;
	height: 40px;
	margin: 0 auto;
	background-color: #a074c4;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	margin-top:10px;
	margin-bottom: 10px;
}

.fwjg-button{	
	width: 277px;
    height: 60px;
    line-height: 60px;
    margin: 48px auto;
    border: 1px #fff solid;
    color: #fff;
    border-radius: 10px;
}

/* 解决方案 */
.jjfa-content{
	height: 945px;
	flex-direction: column;
	background:url(../img/jiejuefangan_bg.png) center center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.jjfa-content::after{
	content: '';
	width: 1920px;
	min-height: 945px;
	max-height: 945px;
	background-color: #cfb3e6;
	position: absolute;
	opacity: .6;
	z-index: 12;
	flex: none;
}

.jjfa-card{
	width: 385px;
	height: 100%;
	background-color: #f0fcf8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.jjfa-card-transition{
	position: absolute;
	transform-style: preserve-3d;
}
.jjfa-card-transition-selected{
	transform-style: preserve-3d;
	position: absolute;
	display: none;
}

.jjfa-card:hover .jjfa-card-transition{/* 没被选中 */
	/* animation: flipOutX 1s forwards; */
}

.jjfa-card:hover .jjfa-card-transition-selected{/* 被选中 */
	display: block;
	animation: flipInX 1s forwards;
}
.jjfa-card:hover .jjfa-card-transition{
	display: none;
	animation: none;
}
.transition-selected{
	animation: flipInX 1s forwards;
}

.jjfa-button{
	width: 325px;
	height: 60px;
	border-radius: 6px;
	border:1px solid #a074c4;
	position: absolute;
	bottom: 20px;
	color: #a074c4;
	text-align: center;
	line-height: 60px;
}
.jjfa-card:hover{
	 box-shadow: 0px 0px 20px 10px rgba(255, 139, 239, 0.6);
}



/* 5G医生 */
.G-bar{
	height: 1370px;
	flex-direction: column;
}

.G-button{
	width: 320px;
	height: 64px;
	border-radius: 10px;
	background-color: #a074c4;
	color: #ffffff;
	text-align: center;
	line-height: 64px;
}
.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;
}