.safe_box{
	width: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.center {
	width: 1240px;
	margin: 0 auto;
}
.rb_top {
	width: 100%;
	height: 606px;
	/* background: #1845C8; */
}

.rb_top_bg_0 {
	background: url('../images/bg1.png') no-repeat right #1845C8;
	object-fit: contain;
}

.rb_top_bg_1 {
	background: url('../images/bg2.png') no-repeat right #1845C8;
	object-fit: contain;
}

/* .rb_top_bg_2 {
	background: url('../images/bg3.png') no-repeat right #1845C8;
	object-fit: contain;
} */

.rb_top_box {
	width: 100%;
	height: 606px;
	display: flex;
	flex-direction: column;
}

.rb_top_box .rb_top_titlebox {
	display: flex;
	flex-direction: column;
	margin-top: 60px;
	margin-bottom: 45px;
}

.rb_top_box .rb_top_titlebox .rb_top_titlebox_1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 8px;
}

.rb_top_box .rb_top_titlebox .rb_top_titlebox_1 .rb_top_titlelogo {
	width: 39px;
	height: 39px;
	background: #FBCA2D;
	line-height: 39px;
	font-size: 35px;
	color: #002679;
	text-align: center;
	margin-left: 22px;
}

.rb_top_box .rb_top_titlebox .rb_top_titlebox_1 .rb_top_titleLine {
	width: 141px;
	height: 5px;
	background: #FBCA2D;
	margin-top: 30px;
	margin-left: 22px;
}


.rb_top_title {
	height: 42px;
	line-height: 42px;
	font-size: 32px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.rb_top_box .rb_top_desc {
	width: 529px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	margin-bottom: 148px;
}

.rb_top_box .rb_top_part {
	width: 637px;
	height: 98px;
	background: #FBCA2D;
	position: relative;
}

.rb_top_box .rb_top_part .rb_top_part_leftImg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 269px;
	height: 188px;
	display: flex;
	align-items: center;
}

.rb_top_box .rb_top_part .rb_top_part_leftImg>img {
	width: 100%;
	height: 100%;
}

.rb_top_box .rb_top_part .rb_top_part_num {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	margin-left: 400px;
}

.rb_top_box .rb_top_part .rb_top_part_num .rb_top_part_num_1 {
	height: 84px;
	font-size: 64px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 84px;
	letter-spacing: 3px;
}

.rb_top_box .rb_top_part .rb_top_part_num .rb_top_part_num_2 {
	width: 140px;
	/* height: 46px; */
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
	letter-spacing: 1px;
}

.rb_top_box .rb_top_options {
	display: flex;
	flex-direction: row;
	margin-top: 16px;
	margin-left: 260px;
}

@media screen and (max-width: 1536px) {

	.rb_top_box .rb_top_options {
		display: flex;
		flex-direction: row;
		margin-top: 16px;
		margin-left: 80px;
	}

}


.rb_top_box .rb_top_options .rb_top_option {
	padding: 15px 0;
	margin-right: 35px;
	text-align: center;
	/* height: 25px; */
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	/* line-height: 25px; */
	opacity: 50%;
	cursor: pointer;
}




.rb_top_box .rb_top_options .rb_top_option:nth-last-child(1) {
	margin-right: 5px;
}

.activeOption {
	border-bottom: 4px solid #FBCA2D;
	opacity: 1 !important;
}


.rb_main {
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.rb_main_top {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.rb_main_top .re_main_top_1 {
	width: 11px;
	height: 130px;
	background: #FBCA2D;
}

.rb_main_top .re_main_top_2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* align-items: center; */
	background: #2B303B;
	width: 1208px;
	padding: 20px;

}

.rb_main_top .re_main_top_2 .re_main_top_2_left {
	display: flex;
	flex-direction: column;
	margin-right: 65px;
}

.rb_main_top .re_main_top_2 .re_main_top_2_left .re_main_top_2_left_1 {
	height: 25px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 16px;
}

.rb_main_top .re_main_top_2 .re_main_top_2_left .re_main_top_2_left_2 {
	width: 415px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}

.re_main_top_2_left_items{
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}
.re_main_top_2_left_items .re_main_top_2_left_item{
	width: 145px;
	height: 52px;
	border: 1px solid #FBCA2D;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 52px;
	text-align: center;
	margin-right: 25px;
}



.rb_main_top .re_main_top_2 .re_main_top_2_img1 {
	width: 245px;
	height: 46px;
	margin: auto 0;
	margin-right: 80px;
}

.re_main_top_2_img1_2{
	width: 210px;
	height: 50px;
	margin: auto 0;
	margin-right: 95px;
}


.rb_main_top .re_main_top_2 .re_main_top_2_img2 {
	width: 361px;
	height: 129px;
}

.rb_main_top .re_main_top_2 .re_main_top_2_img1>img,
.rb_main_top .re_main_top_2 .re_main_top_2_img2>img {
	width: 100%;
	height: 100%;
}


.sb_main{
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	
}
.rb_main_top {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 80px;
}

.rb_main_top .re_main_top_1 {
	width: 11px;
	height: 130px;
	background: #FBCA2D;
}

.rb_main_top .re_main_top_2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* align-items: center; */
	background: #2B303B;
	width: 1208px;
	padding: 20px;

}

.rb_main_top .re_main_top_2 .re_main_top_2_left {
	display: flex;
	flex-direction: column;
	margin-right: 65px;
}

.rb_main_top .re_main_top_2 .re_main_top_2_left .re_main_top_2_left_1 {
	height: 25px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 16px;
}

.rb_main_top .re_main_top_2 .re_main_top_2_left .re_main_top_2_left_2 {
	width: 415px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}

.rb_main_top .re_main_top_2 .re_main_top_2_img1 {
	width: 245px;
	height: 46px;
	margin: auto 0;
	margin-right: 80px;
}

.re_main_top_2_img1_2{
	width: 210px;
	height: 50px;
	margin: auto 0;
	margin-right: 95px;
}


.rb_main_top .re_main_top_2 .re_main_top_2_img2 {
	width: 361px;
	height: 129px;
}

.rb_main_top .re_main_top_2 .re_main_top_2_img1>img,
.rb_main_top .re_main_top_2 .re_main_top_2_img2>img {
	width: 100%;
	height: 100%;
}

.rb_main_ys {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

.rb_main_ys .rb_main_ysbox {
	width: 100%;
	display: flex;
	flex-direction: row;
	position: relative;
}

.rb_main_ys .rb_main_ysbox .rb_main_ysdesc {
	width: 826px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
	margin-right: 110px;
	padding-top: 18px;
}

.rb_main_ys .rb_main_ysbox .rb_main_ysdesc2{
	width: 809px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
	margin-right: 52px;
	padding-top: 18px;
	padding-bottom: 16px;
}


.rb_main_ys .rb_main_ysbox .rb_main_ysimg {
	width: 269px;
	height: 203px;
}

.rb_main_ys .rb_main_ysbox .rb_main_ysimg2 {
	width:337px;
	height: 219px;
}

.rb_main_ys .rb_main_ysbox .rb_main_ysimg3 {
	width:378px;
	height: 225px;
}

.ysbottomImg{
	position: absolute;
	bottom: 15px;
	right: 16px;
}

.ysbottomImg2{
	position: absolute;
	bottom: 2px;
	right: 19px;
}

.rb_main_ys .rb_main_ysbox .rb_main_ysimg3>img,
.rb_main_ys .rb_main_ysbox .rb_main_ysimg2>img,
.rb_main_ys .rb_main_ysbox .rb_main_ysimg>img {
	width: 100%;
	height: 100%;
}

.rb_main_ys .rb_main_ysbox .rb_main_ysmask {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 535px;
	height: 5px;
	background: #FBCA2D;
}

.rb_main_title {
	position: relative;
	height: 33px;
	margin-bottom: 22px;
}

.rb_main_title .rb_main_titlevalue {
	padding: 0 5px;
	height: 33px;
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #1845C8;
	line-height: 33px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.rb_main_title .rb_main_mask {
	width: 33px;
	height: 33px;
	background: #FBCA2D;
}

.sb_main_mk_items{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 85px 0;
}
.sb_main_mk_items .sb_main_mk_item{
	display: flex;
	flex-direction: column;
	width: 135px;
	align-items: center;
	margin-right: 90px;
}
.sb_main_mk_items .sb_main_mk_item:nth-last-child(1){
	margin-right: 0;
}

.sb_main_mk_items .sb_main_mk_item  .sb_main_mk_img{
	width: 112px;
	height: 112px;	
}
.sb_main_mk_items .sb_main_mk_item  .sb_main_mk_img2{
	width: 100px;
	height: 100px;
}

.sb_main_mk_items .sb_main_mk_item  .sb_main_mk_img2>img,
.sb_main_mk_items .sb_main_mk_item .sb_main_mk_img>img{
	width: 100%;
	height: 100%;
}
.sb_main_mk_items .sb_main_mk_item .sb_main_mk_title{
	margin-top: 30px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 25px;
	text-align: center;
}