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: 100rem;
	/*max-width: 120rem;*/
}
.line-blue{
	width: 5.4rem;
	height: 0.5rem;
	background: #1048A0;
	margin-top: -0.5rem;
}
.company-box{
	display: flex;
	flex-direction: row;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.company-left-box{
	display: flex;
	flex-direction: column;
	margin-right: 1rem;
}

.company-title{
	font-size: 3.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	margin-top: 8.4rem;

	
}
.company-contnet{
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #4F4F4F;
	line-height: 4.0rem;
}
.company-img{
	width: 53.4rem;
	height: 51.6rem;
	min-width: 53.4rem;
	min-height: 51.6rem;
}
.service-parent-box{
	width: 100%;
	margin-top: 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFFFFF;

	padding-bottom: 5rem;
}
.service-big-title{
	font-size: 4.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
}
.service-sub-title{
	font-size: 2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #4F4F4F;
	line-height: 5.5rem;
}
.service-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.service-item-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0.6rem;
	
	box-shadow: 0rem 0rem 2rem 0rem rgba(8, 1, 6, 0.07);
	
	width: 16rem;
	height: 21rem;
	background: #FFFFFF;
	border-radius: 2rem;
	opacity: 0;
}

.service-img{
	width: 5.6rem;
	height: 5.6rem;
	
}

.service-title{
	font-size: 2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	margin-top: 2rem;
	line-height: 5.5rem;
}


.depart-box{
	display: flex;
	flex-direction: column;
	padding-top: 5rem;
}

.depart-title{
	width: 40rem;
	font-size: 4.8rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #000000;
	line-height: 9.49rem;
	background: linear-gradient(90deg, #DBE8FD 0%, #FFFFFF 100%);
	background-repeat: no-repeat;
	background-position:0rem 3.5rem;
	
}
.depart-sub-title{
	font-size: 2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	line-height: 5.5rem;
}

.depart-content{
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #4F4F4F;
	line-height: 5.5rem;
}

.depart-items-box{
	width: 129.6rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.depart-item-box{
	width: 12rem;
	margin: 2rem 4.8rem 4.8rem 4.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.depart-img{
	width: 12rem;
	height: 12rem;
}




.home-poster{
	width: 100%;
	height: calc(100vw * (282/1920));	
	margin-bottom: 7.2rem;
}

/*动画*/
.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}}
