html {
	font-size: 10px;
}

p,
div,
body,iframe {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.box750{
	/*width: 120rem;*/
	width: 90%;
	height: 50rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.box-width-all{
	width: 100%;
}
.box-width-750{
	/*width: 120rem;*/
	/*max-width: 120rem;*/
	width: 90%;
}

/* 五种联动 */
.services-all-box{

	display: flex;
	flex-direction: row;
}


.services-item-box{
	max-width: 22.75rem;
	min-height:36rem;
	align-items: center;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	background: #F1F1F1;
	border-radius: 0.8rem;
	padding: 5rem 3.6rem 4.4rem;
	box-sizing: border-box;
	margin: 0.75rem;
	flex: 1;
	opacity: 0;
}

.services-item-box:hover{
	background: #1048A0;
}

.services-item-box:hover .service-no{
	color: #FFFFFF;
}
.service-no{
	font-size: 3.8rem;
	font-family: Helvetica Neue;
	font-weight: normal;
	color: #CCCCCC;

}
.services-item-box:hover .service-name{
	color: #FFFFFF;
}
.service-name{
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 2.07rem;
	margin-top: 1.5rem;
	text-align: center;
}
.services-item-box:hover .service-content{
	color: #FFFFFF;
}
.service-content{
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color:#666666;
	margin-top: 3rem;
	flex-grow: 1;
	line-height: 2.69rem;
}
.services-item-box:hover .service-icon{
	background: #FFFFFF;
}
.service-icon{
	width: 4.7rem;
	height: 4.7rem;
	background: #1048A0;

	border-radius: 50%;
}

/* 五种联动 end */


.service-group-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;

	padding-bottom: 7.5rem;

}



.service-content-box{
	display: flex;
	flex-direction: row;
}
.service-group-title{
	font-size: 4.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	margin-top:6rem;
	margin-bottom: 5rem;
}
.service-group-title-white{
	font-size: 4.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	margin-top:6rem;
	margin-bottom: 5rem;
}


.ps-all-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: #F7F8FC;
}

.ps-item-box{
	display: flex;
	flex-direction: column;
	height: 41.6rem;
	padding-top: 6rem;
	box-sizing: border-box;
}
.ps-center-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: #1048A0;
}
.ps-item-no{
	font-size: 6rem;
	font-family: Helvetica Neue;
	font-weight: normal;
	color: #DADCE5;
	line-height: 4.2rem;
	margin-left: 3.9rem;
	margin-bottom: 3.8rem;
}
.ps-item-title{
	font-size: 3rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #111531;
	line-height: 4.2rem;
	max-width: 17.9rem;
	min-width: 11rem;
	margin-left: 3.9rem;
	margin-bottom: 2rem;
}
.ps-item-content{
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9B9EB2;
	line-height: 3rem;
	max-width: 17.9rem;
	min-width: 11rem;
	margin-left: 3.9rem;
}
.ps-item-title-select{
	font-size: 3rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 4.2rem;
	width: 23.4rem;
	margin-left: 3.9rem;
	margin-bottom: 2rem;
}
.ps-item-content-select{
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 3rem;
	width: 23.4rem;
	margin-left: 3.9rem;
}
.ps-item-img{
	width: 31.6rem;
	height: 42.8rem;
	position: relative;
	top: -3.3rem;
}
.ps-item-arrow-left{
	width: 4.4rem;
	height: 4.4rem;
	position: relative;
	left: -2.2rem;
	top:-4.4rem;
	cursor: pointer;
}
.ps-item-arrow-right{
	width: 4.4rem;
	height: 4.4rem;
	position: relative;
	right: -2.2rem;
	top:-4.4rem;
	cursor: pointer;
}
.ps-point-box{
	display: flex;
	flex-direction: row;
	margin-bottom: 2rem;
	margin-left: 3.9rem;
}
.ps-point{
	width: 0.6rem;
	height: 0.6rem;
	background: #FFE644;
	margin-right: 0.3rem;
}

.disease-box{
	width: 100rem;
	display: flex;
	flex-direction: column;
}
.disease-box-bg1{
	background-image: url("../img/ic_disease_bg1.png");
	background-repeat: no-repeat;
	background-size: 100% calc(100vw * (600/1920));
}
.disease-box-bg2{
	background-image: url("../img/id_disease_bg2.png");
	background-repeat: no-repeat;
	background-size: 100% calc(100vw * (810/1920));
}
.disease-content{
	width: 61.8rem;
	height: 18.5rem;
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 5.5rem;
}
.yiyi-items-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 30rem;

}
.yiyi-item-box{
	width: 56.8rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: calc(100vw * (108/1920));
	border-bottom: 0.1rem solid #C1CAD7;

}
.yiyi-itempoint{
	width: 2rem;
	height: 2rem;
	background: #1048A0;
	border-radius: 50%;
}
.yiyi-item-content{
	font-size: 3rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	margin-left: 2.3rem;
}
/*动画*/
.fade-in-bottom{animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1.000) both}

@keyframes fade-in-bottom{0%{transform:translateY(100px);opacity:0}100%{transform:translateY(0);opacity:1}}
