.sentry_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.center {
	width: 1240px;
	margin: 0 auto;
}

.sb_1 {
	width: 100%;
	height: 550px;
	display: flex;
	flex-direction: column;
	background: url('../../images/sentry/bg.png') no-repeat;
}

.sb_1_title {
	display: flex;
	flex-direction: column;
	margin-top: 173px;
}

.sb_1_title .sb_1_title_1 {
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

.sb_1_title .sb_1_title_2 {
	height: 48px;
	font-size: 36px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	line-height: 42px;
	letter-spacing: 1px;
	background: linear-gradient(180deg, #FFFFFF 0%, #AFAFAF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 33px;
}

.sb_1_desc {
	width: 432px;
	height: 46px;
	background: url('../../images/sentry/bg2.png') no-repeat;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
	margin-bottom: 25px;
}

.sb_1_funs {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sb_1_fun {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 58px;
}

.sb_1_fun .sb_1_fun_logo {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.sb_1_fun .sb_1_fun_logo>img {
	width: 100%;
	height: 100%;
}

.sb_1_fun .sb_1_fun_title {
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 19px;
}

.sb_2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.sb_2_top {
	width: 100%;
	height: 100px;
	background: #0C4AE7;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sb_top_title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sb_top_title_1 {
	height: 84px;
	font-size: 64px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 75px;
	letter-spacing: 3px;
}

.sb_top_title_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sb_top_title_2_1 {
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.sb_top_title_2_2 {
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
}

.sb_2_main {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 500px;
	background: #121011;
}

.sb_2_main_desc {
	width: 614px;
	height: 91px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	margin-top: 35px;
	margin-bottom: 30px;
}

.sb_2_main_line {
	width: 147px;
	height: 0px;
	opacity: 1;
	border: 1px solid #4A4A4A;
	margin-bottom: 43px;
}

.sb_2_main_unit {
	display: flex;
	flex-direction: column;
}

.sb_2_main_unit_title {
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #0C4AE7;
	line-height: 23px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.sb_2_main_unit_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 625px;
	min-height: 125px;
	margin-bottom: 30px;
}

.sb_2_main_unit_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 100px;
	margin-bottom: 18px;
}

.sb_2_main_unit_item_1 {
	width: 13px;
	height: 5px;
	background: #0C4AE7;
	margin-right: 10px;
}

.sb_2_main_unit_item_2 {
	height: 25px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}

.sb_2_main_page {
	display: flex;
	flex-direction: row;
}

.sb_2_main_page .sb_2_main_page_prev {
	width: 38px;
	height: 38px;
	margin-right: 40px;
	cursor: pointer;
}

.sb_2_main_page .sb_2_main_page_next {
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.sb_2_main_page .sb_2_main_page_prev>img,
.sb_2_main_page .sb_2_main_page_next>img {
	width: 100%;
	height: 100%;
}

.sb_2_character {
	position: absolute;
	/* right: 0; */
	top: 0;
	width: 904px;
	height: 512px;
	background: #21242B;
	border-radius: 50px 0px 0px 50px;
}

@media screen and (max-width: 1536px) {
	.sb_2_character {
		position: absolute;
		right: 0;
		top: 0;
		width: 704px;
		height: 512px;
		background: #21242B;
		border-radius: 50px 0px 0px 50px;
	}
}

.painMove {
	right: 0px;
	/* transform: translatex(); */
	animation-name: PainMove;
	animation-duration: .5s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	/* animation-direction: alternate; */
	animation-play-state: running;
}

@keyframes PainMove {
	0% {
		right: -904px;
	}

	100% {
		right: 0;
	}
}





.sb_2_character_main {
	width: 904px;
	height: 512px;
	position: relative;
}

.sb_2_character_img {
	width: 199px;
	height: 426px;
	margin-left: 156px;
	margin-top: 52px;
}

.sb_2_character_img>img {
	width: 100%;
	height: 100%;
}

.sb_2_character_mask_1 {
	width: 100px;
	height: 100px;
	background: #D9D9D9;
	opacity: 0.1;
	border-radius: 50%;
	position: absolute;
	left: 120px;
	top: 86px;
}

.sb_2_character_mask_2 {
	position: absolute;
	left: 156px;
	top: 289px;
	width: 51px;
	height: 51px;
	background: #D9D9D9;
	opacity: 0.1;
	border-radius: 50%;
}

.sb_2_character_mask_3 {
	position: absolute;
	width: 84px;
	height: 84px;
	background: #D9D9D9;
	opacity: 0.1;
	top: 298px;
	left: 401px;
}

.place1 {
	top: 86px !important;
	left: 374px !important;
}

.place2 {
	top: 186px !important;
	left: 94px !important;
}

.sb_2_character_mask_4 {
	position: absolute;
	left: 346px;
	top: 300px;
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-bottom: 70px solid rgba(217, 217, 217, 0.1);
}


.sb_3 {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 708px;
	background: #2E3657;
	position: relative;
}

.sb_3_left {
	width: 1050px;
	margin-top: 71px;
	z-index: 2;
}

@media screen and (max-width: 1536px) {
	.sb_3_left {
		width: 850px;
		margin-top: 71px;
		z-index: 2;
	}
}


.sb_3_mask {
	height: 548px;
	width: 1050px;
	background: #21242B;
	position: absolute;
	left: 0;
	top: 71px;
	z-index: 1;
	border-radius: 0px 50px 50px 0px;
}

@media screen and (max-width: 1536px) {
	.sb_3_mask {
		height: 548px;
		width: 850px;
		background: #21242B;
		position: absolute;
		left: 0;
		top: 71px;
		z-index: 1;
		border-radius: 0px 50px 50px 0px;
	}
}

.sb_3_left_in {
	margin-top: 37px;
	margin-left: 340px;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 1536px) {
	.sb_3_left_in {
		margin-top: 37px;
		margin-left: 140px;
		display: flex;
		flex-direction: column;
	}
}




.sb_3_desc {
	width: 641px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	margin-top: 36px;
}

.sb_3_right {
	position: absolute;
	top: 38px;
	left: 1131px;
	width: 383px;
	height: 357px;
}

@media screen and (max-width: 1536px) {
	.sb_3_right {
		position: absolute;
		top: 38px;
		left: 931px;
		width: 383px;
		height: 357px;
	}
}


.sb_3_right>img {
	width: 100%;
	height: 100%;
}

.sb_3_fea {
	margin-top: 43px;
	width: 100%;
	height: 117px;
	background: #0C4AE7;
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 2;
}

.sb_3_fea_items {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sb_3_fea_item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sb_3_fea_item_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px;
	width: 84px;
}

.sb_3_fea_item_left_img {
	width: 47px;
	height: 47px;
	margin-bottom: 5px;
}

.sb_3_fea_item_left_img>img {
	width: 100%;
	height: 100%;
}

.sb_3_fea_item_left_title {
	height: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}

.sb_3_fea_item_right {
	width: 180px;
	height: 0px;
	opacity: 1;
	border: 1px dashed #fff;
	margin-right: 20px;
}

.sb_3_fea_item:nth-last-child(1) .sb_3_fea_item_right {
	display: none;
}


.sb_4 {
	width: 100%;
	background: #EBEBEB;
	/* height: 760px; */
	display: flex;
	flex-direction: column;
	padding: 15px 0;
}

.titleColor {
	color: #323A41 !important;
}


.sb_4_main {
	width: 100%;
	margin-top: 20px;
	height: 590px;
	background: #FFFFFF;
	border-radius: 50px 50px 50px 50px;
	display: flex;
	flex-direction: column;
}

.sb_4_main_1 {
	margin: 0 auto;
	margin-top: 40px;
	width: 805px;
	height: 380px;
	background: url('../../images/sentry/bg4.png') no-repeat;
	display: flex;
	flex-direction: column;
}

.sb_4_main_1_title {
	width: 245px;
	height: 50px;
	background: #0C4AE7;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	margin: 0 auto;
	border-radius: 5px;
}

.sb_4_main_1_sanjiao {
	position: absolute;
	bottom: -37px;
	left: 96px;
	width: 0;
	height: 0;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 37px solid #0C4AE7;
}

.sb_4_main_1_items {
	/* 	display: flex;
	flex-direction: row; */
	width: 100%;
	height: 300px;
	position: relative;
	margin-top: 30px;
}

.sb_4_main_1_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sb_4_main_1_item_logo {
	width: 50px;
	height: 50px;
}

.sb_4_main_1_item_logo>img {
	width: 100%;
	height: 100%;
}

.sb_4_main_1_item_desc {
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
	margin: 15px 0;
}

.sb_4_main_1_item_bg1 {
	width: 64px;
	height: 167px;
}

.sb_4_main_1_item_bg1>img {
	width: 100%;
	height: 100%;
}

.sb_4_main_1_item_title {
	width: 81px;
	height: 35px;
	background: #1A47F2;
	border-radius: 5px 5px 5px 5px;
	line-height: 35px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.sb_4_main_1_item_top {
	display: flex;
	flex-direction: row;
}

.sb_4_main_1_item_top_item {
	display: flex;
	flex-direction: column;
	margin: 0 20px;
}

.sb_4_place1 {
	position: absolute;
	left: 17px;
	bottom: -12px;
	/* z-index: 2; */
}

.sb_4_place2 {
	position: absolute;
	left: 148px;
	bottom: 0px;
}

.sb_4_place3 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


.sb_4_main_2 {
	width: 100%;
	height: 83px;
	background: #EDF2F8;
	position: relative;
	z-index: 1;
}

.sb_4_main_2_item1 {
	width: 140px;
	height: 62px;
	background: url('../../images/sentry/come.png') no-repeat;
	line-height: 62px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: -122px;
	right: 45px;
}

.sb_4_main_2_item2 {
	position: absolute;
	top: -40px;
	right: 45px;
	width: 190px;
	height: 92px;
	z-index: 3;
}

.sb_4_main_2_item2>img {
	width: 100%;
	height: 100%;
}

.carMove {
	right: 45px;
	/* transform: translatex(); */
	animation-name: move;
	animation-duration: 15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	/* animation-direction: alternate; */
	animation-play-state: running;
}

@keyframes move {
	0% {
		right: 45px;
	}

	100% {
		right: 1050px;
	}
}


.sb_4_main_2_item3 {
	position: absolute;
	bottom: -60px;
	left: 600px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.sb_4_main_2_item3_img {
	width: 43px;
	height: 43px;
	margin-bottom: 7px;
}

.sb_4_main_2_item3_img>img {
	width: 100%;
	height: 100%;
}

.sb_4_main_2_item3_title {
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
}


.sb_5{
	width: 100%;
	background: #EBEBEB;
	display: flex;
	flex-direction: column;
	padding: 15px 0;
}

.sb_5_main{
	width: 100%;
	height: 720px;
	background: #5262A5;
	margin-top: 15px;
}

.sb_5_main_itemParts{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.sb_5_main_itemPart{
	display: flex;
	flex-direction: column;
}



.sb_5_main_items{
	width: 100%;
	position: absolute;
}
.sb_5_main_items{
	width: 100%;
	position: relative;
}

.sb_5_main_item_1{
	width: 615px;
	height: 720px;
	background: #333F73;
	position: absolute;
	left: 0;
	z-index: 3;
	border-radius: 0px 50px 50px 0px;
}
@media screen and (max-width: 1536px) {
	.sb_5_main_item_1{
		width: 425px;
		height: 720px;
		background: #333F73;
		position: absolute;
		left: 0;
		z-index: 3;
		border-radius: 0px 50px 50px 0px;
	}
}



.sb_5_main_item_2{
	width: 960px;
	height: 720px;
	border-radius: 0px 50px 50px 0px;
	background: #3B4984;
	z-index: 2;
	position: absolute;
	left: 0;
}
@media screen and (max-width: 1536px) {
	.sb_5_main_item_2{
		width: 770px;
		height: 720px;
		border-radius: 0px 50px 50px 0px;
		background: #3B4984;
		z-index: 2;
		position: absolute;
		left: 0;
	}
}



.sb_5_main_item_3{
	width: 1310px;
	height: 720px;
	border-radius: 0px 50px 50px 0px;
	background: #48589A;
	z-index: 1;
	position: absolute;
	left: 0;
}

@media screen and (max-width: 1536px) {
.sb_5_main_item_3{
	width: 1110px;
	height: 720px;
	border-radius: 0px 50px 50px 0px;
	background: #48589A;
	z-index: 1;
	position: absolute;
	left: 0;
}
}



.sb_5_place1{
	position: absolute;
	z-index: 4;
	background: #3B4984;
}
.sb_5_place2{
	position: absolute;
	left: 888px;
	z-index: 3;
	
}
.sb_5_place3{
	position: absolute;
	left: 1182px;
	z-index: 2;
	background: #5262A5;
}




.sb_5_main_item_top{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 75px;
	z-index: 4;
	position: relative;
}

.sb_5_main_item_top_desc{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	bottom: 20px;
}
.desc_place1{
	right: -59px;
}

.desc_place2{
	right: -96px;
}



.sb_5_main_item_top_desc_1{
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 19px;
}
.sb_5_main_item_top_desc_2{
	height: 30px;
	width: 0;
	border-right: 1px dashed #fff;
}
.sb_5_main_item_top_desc_3{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

.sb_5_main_item_top_title{
	width: 204px;
	height: 47px;
	line-height: 47px;
	background: url('../../images/sentry/title.png') no-repeat;
	color:#fff;
	text-align: center;
	margin: 0 10px;
}
.sb_5_main_item_top_line{
	width: 60px;
	opacity: 1;
	border: 1px dashed #fff;
}

.sb_5_main_item_top_car{
	width: 190px;
	height: 82px;
	margin-top: 326px;
	margin-left: 15px;
	z-index: 4;
}
.sb_5_main_item_top_car>img{
	width: 100%;
	height: 100%;
}




.sb_5_main_item_2_part{
	display: flex;
	flex-direction: column;
}


.sb_5_main_item_parts{
	display: flex;
	flex-direction: column;
	margin: 50px 0;
	margin-left: 37px;
	height: 310px;
	position: relative;
}
.sb_5_main_item_part{
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	z-index: 4;
}

.sb_5_main_item_part_head{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sb_5_main_item_part_head_1{
	width: 23px;
	height: 23px;
	background: #1A47F2;
	border-radius: 5px 5px 5px 5px;
	margin-right: 25px;
}
.sb_5_main_item_part_head_2{
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
}
.sb_5_main_item_part:nth-last-child(1) .sb_5_main_item_part_down{
	display: none;
}
.sb_5_main_item_part_down{
	display: flex;
	flex-direction: column;
	margin-top: 7px;
}
.sb_5_main_item_part_down_1{
	height: 75px;
	width: 0px;
	border-right: 1px solid #fff;
	margin-left: 10px;
}
	
.sb_5_main_item_part_down_2{
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #fff;
	margin-left: 7px;
}

.sb_5_main_item_bottom{
	display: flex;
	flex-direction: column;
	margin-left: 30px;
	z-index: 4;
}
.sb_5_main_item_bottom_title{
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
	margin-bottom: 20px;
}
.sb_5_main_item_bottom_title2{
	width: 24px;
	height: 4px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

.sb_5_main_item_bottom_desc{
	width: 258px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}

.kd_line1{
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 150px;
	height: 0px;
	border-top: 1px solid #fff;
	z-index: 4;
}

.kd_line2{
	z-index: 4;
	position: absolute;
	bottom: 40px;
	right: 0;
	height: 255px;
	width: 0px;
	border-right: 1px solid #fff;
}

.zxh_line{
	position: absolute;
	left: -37px;
	top: 11px;
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 4;
}
.zxh_line_1{
	width: 20px;
	height: 0;
	border-top: 1px solid #fff;
}
.zxh_line_2{
	width: 0;
	height: 0;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 8px solid #fff;
}

.sb_6{
	width: 100%;
	background: #EBEBEB;
	display: flex;
	flex-direction: column;
	padding: 15px 0 175px 0;
}

.sb_6_main{
	width: 100%;
	height: 466px;
	background: #FFFFFF;
	border-radius: 0px 50px 0px 50px;
	margin-top: 15px;
	position: relative;
}

.sb_6_main_items{
	display: flex;
	flex-direction: row;
	justify-content: center;
	z-index: 1;
}
.sb_6_main_item:nth-last-child(1){
	margin-right: 0;
}


.sb_6_main_item{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 50px;
}
.sb_6_main_item_img{
	width: 125px;
	height: 100px;
	margin-top: 100px;
	margin-bottom: 25px;
}
.sb_6_main_item_img>img{
	width: 100%;
	height: 100%;
}

.sb_6_main_item_title{
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #454545;
	line-height: 19px;
	margin-bottom: 35px;
}
.sb_6_main_item_desc{
	width: 282px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 25px;
}

.sb_6_main_prev{
	position: absolute;
	left: 39px;
	top: 224px;
	width: 55px;
	height: 25px;
	cursor: pointer;
	z-index: 2;
}
.sb_6_main_next{
	cursor: pointer;
	width: 55px;
	height: 25px;
	position: absolute;
	right: 39px;
	top: 224px;
	z-index: 2;
}

.sb_6_main_prev>img,
.sb_6_main_next>img{
	width: 100%;
	height: 100%;
}