
body{
	min-width: 1366px;
	/* overflow-x: hidden; */
}
.banner{
	/* position: relative; */
	min-width: 1366px;
	width: 100%;
	height: 240px;
	background-image: url('/image/rhms/banner.png');
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.banner_text{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 170px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	color: #FEFEFE;
	z-index: 2;
}
.banner img{
	width: 1920px;
	display: block;
}
.rhms *{
	box-sizing: border-box;
}
.introduce{
	height: 600px;
	padding: 88px 0 ;
	display: flex;
	justify-content: center;
	align-items: center;

}
.introduce_text{
	width: 530px;
	height: 287px;
	margin-right: 130px;
	position: relative;
}
.introduce_text_title{
	font-size: 32px;
	height: 32px;
	line-height: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1C1C1C;
}
.introduce_text_text{
	margin-top: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606060;
	line-height: 30px;
}
.introduce_text_btn{
	/* margin-top: 40px; */
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #5AA451;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
}
.introduce_text_btn_text{
	margin-right: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;

}
.introduce_text_btn_img, .introduce_text_btn_img img{
	width: 24px;
	height: 16px;
}
.introduce_img, .introduce_img img{
	width: 486px;
	height: 287px;
}

.scene{
	height: 690px;
	width: 100%;
	/* background: #5AA451; */
	background-image: url(/image/rhms/bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	margin: 0 auto;
}
.sceneBg{
	/* position: absolute; */
	width: 100%;
	height: 690px;
}

.scene_con{
	position: absolute;
	z-index: 1;
	width: 530px;
	top: 167px;
	right: 10%;
}
.scene_con_title{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFEFE;
	margin-bottom: 20px;
}
.scene_con_title1{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;
	margin-bottom: 40px;
}
.scene_con_text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.8;
	margin-bottom: 60px;
}

.scene_text_btn{
	margin-top: 60px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scene_text_btn_text{
	margin-right: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5AA451;

}
.scene_text_btn_img, .scene_text_btn_img img{
	width: 24px;
	height: 16px;
}
.scene_img, .scene_img img{
	width: 666px;
	height: 394px;
}

.technology{
	width: 100%;
	height: 1176px;
	padding: 88px 0;
	text-align: center;
	background-image: url(/image/rhms/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:  1920px 1176px;
	background-image: url(/image/rhms/bottom.jpg);
}
.technology_title{
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1C1C1C;
	margin-bottom: 14px;
}
.technology_text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #00A934;
	margin-bottom: 59px;
}

.technology_list{
	position: relative;
	height: 755px;
	width: 1130px;
	margin: 0 auto;
}
.item{
	position: absolute;
	width: 350px;
	height: 210px;
}
.item_img {
	width: 155px;
	height: 155px;
	background: #FFFFFF;
	box-shadow: 3px 5px 9px 1px rgba(29, 42, 54, 0.12);
	border-radius: 8px;
	margin-bottom: 30px;
	margin: 0 auto;
	line-height: 155px;
	text-align: center;
	padding-top: 36px;
}
.item_img img{
	width: 84px;
	height: 84px;
	margin: 0 auto;
}
.item_text{
	margin-top: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #292929;
	text-align: center;
}

.technology_1{
	left: calc(50% - 175px);
	top: 0;
}
.technology_2{
	left: 0;
	top: calc(50% - 105px);
}
.technology_5{
	right: 0;
	top: calc(50% - 105px);
}
.technology_3{
	width: 185px;
	bottom: -50px;
	left: 282px;
}
.technology_4{
	width: 155px;
	bottom: -50px;
	right: 232px;
}
.center{
	position: absolute;
	left: calc(50% - 49px);
	top: calc(50% - 49px);
	width: 98px;
	height: 98px;
	line-height: 98px;
	text-align: center;
	background: #5AA451;
	box-shadow: 0px 16px 24px 6px rgba(58, 166, 69, 0.3);
	border-radius: 50%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

<!--0.00019383430480957-->