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

.ab_top {
	width: 100%;
	height: 550px;
	background: url('../../images/attendancewy045/bg.png') no-repeat;
	position: relative;
}

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

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

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

.ab_top_left .ab_top_left_1 {
	width: 288px;
	height: 35px;
	margin: 120px 0 30px 0;
}

.ab_top_left .ab_top_left_1>img {
	width: 100%;
	height: 100%;
}

.ab_top_left .ab_top_left_2 {
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
	margin-bottom: 5px;
}

.ab_top_left .ab_top_left_3 {
	height: 48px;
	font-size: 36px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
	letter-spacing: 1px;
	margin-bottom: 38px;
	position: relative;
}

.ab_top_left_3_mask {
	position: absolute;
	left: 180px;
	top: -45px;
	width: 216px;
	height: 114px;
}

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



.ab_top_left .ab_top_left_4 {
	display: flex;
	flex-direction: row;
}

.ab_top_left .ab_top_left_4 .ab_top_item {
	display: flex;
	flex-direction: row;
	margin-right: 28px;
}

.ab_top_left .ab_top_left_4 .ab_top_item .ab_top_item_1 {
	width: 47px;
	height: 30px;
	margin-right: 7px;
}

.ab_top_left .ab_top_left_4 .ab_top_item .ab_top_item_1>img {
	width: 100%;
	height: 100%;
}

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


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

.ab_top_right .ab_top_right_1 {
	width: 475px;
	height: 408px;
	margin-top: 90px;
}

.ab_top_right .ab_top_right_1>img {
	width: 100%;
	height: 100%;
}

.ab_top_right .ab_top_right_2 {
	margin-top: 15px;
	height: 32px;
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	text-align: right;
	padding: 0 20px;
}

.ab_top_bottom {
	position: absolute;
	left: 0;
	bottom: -75px;
	width: 1094px;
	height: 153px;
	background: #0DCB86;
	border-radius: 0px 5px 5px 0px;
}


@media screen and (max-width: 1536px) {
	.ab_top_bottom {
		width: 900px;
		position: absolute;
		left: 0;
		bottom: -75px;
		height: 153px;
		background: #0DCB86;
		border-radius: 0px 5px 5px 0px;
	}
}

.ab_top_bottom_items {
	display: flex;
	flex-direction: row;
	margin-left: 341px;
	padding: 35px 0;
}

@media screen and (max-width: 1536px) {
	.ab_top_bottom_items {
		display: flex;
		flex-direction: row;
		margin-left: 100px;
		padding: 35px 0;
	}
}

.ab_top_bottom_items .ab_top_bottom_item {
	display: flex;
	flex-direction: row;
	margin-right: 100px;
	position: relative;
	width: 300px;
	cursor: pointer;
}

.ab_top_bottom_items .ab_top_bottom_item:hover .ab_top_bottom_item_title {
	width: 158px;
	background: #0DB076 !important;
	border-radius: 10px 10px 10px 10px;
}

.ab_top_bottom_items .ab_top_bottom_item:hover .ab_top_bottom_item_title_1 {
	font-weight: bold;
}



.ab_top_bottom_items .ab_top_bottom_item:nth-last-child(1) {
	margin-right: 0;
}



.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 200px;
}

.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_img>img {
	width: 100%;
	height: 100%;
}

.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_title {
	display: flex;
	flex-direction: column;
	margin-left: 110px;
	padding: 13px 45px 8px 17px;
}

.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_title .ab_top_bottom_item_title_1 {
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	color: #FFFFFF;
	line-height: 28px;
}

.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_title .ab_top_bottom_item_title_2 {
	font-size: 16px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	color: #FFFFFF;
	line-height: 28px;
}

.activeTitle {
	width: 158px;
	background: #0DB076 !important;
	border-radius: 10px 10px 10px 10px;
}

.activeTitle2 {
	font-weight: bold;
}

.ab_top_bottom_btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 153px;
	border-radius: 0px 5px 5px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0DB076;
}

.ab_top_bottom_btn>div {
	width: 15px;
	height: 15px;
	opacity: 1;
	border: 3px solid #FFFFFF;
	transform: rotate(45deg);
	border-left: 0px;
	border-bottom: 0px;
}

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

.ab_main_part {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 22px 0;
}

.ab_main_part_items {
	display: flex;
	flex-direction: row;
	margin-right: 45px;
}

.ab_main_part_items>div {
	margin-right: 19px;
	width: 12px;
	height: 12px;
	opacity: 1;
	border: 1px solid #BFBFBF;
	transform: rotate(45deg);
	border-left: 0px;
	border-bottom: 0px;
}

.ab_main_part_title {
	height: 32px;
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #21273D;
	line-height: 32px;
}

.ab_main_title {
	display: flex;
	flex-direction: column;
	margin-top: 75px;
}

.ab_main_title_1 {
	display: flex;
	flex-direction: row;
	z-index: 2;
}

.ab_main_title_1>span {
	height: 42px;
	font-size: 32px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 38px;
	position: relative;
	margin-right: 20px;
	z-index: 2;
}

.ab_mask1 {
	position: absolute;
	right: -10px;
	bottom: 5px;
	width: 18px;
	height: 16px;
	background: #0DCB86;
	z-index: -1;
	transform: skew(-15deg);
	border-radius: 3px;
}

.ab_main_title_2 {
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #245DD4;
	line-height: 21px;
	margin-top: 16px;
	margin-bottom: 40px;
}

.ab_main_desc {
	width: 554px;
	height: 91px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 22px;
	margin-bottom: 20px;
}

.ab_main_gn {
	width: 100%;
	height: 252px;
	background: url("../../images/attendancewy045/bg2.png") no-repeat;
	position: relative;
}

.ab_main_gn .ab_main_gn_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
}

.ab_main_gn .ab_main_gn_item .ab_main_gn_logo {
	width: 74px;
	height: 74px;
}

.ab_main_gn .ab_main_gn_item .ab_main_gn_logo>img {
	width: 100%;
	height: 100%;
}

.ab_main_gn_item_title {
	margin-top: 10px;
	height: 22px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 22px;
	text-align: center;
}

.gn1 {
	left: 10px;
	top: 88px;
}

.gn2 {
	left: 126px;
	top: 31px;
}

.gn3 {
	left: 246px;
	top: 0;
}

.gn4 {
	left: 371px;
	top: 10px;
}

.gn5 {
	left: 492px;
	top: 18px;
}

.gn6 {
	left: 613px;
	top: 11px;
}

.gn7 {
	left: 734px;
	top: -47px;
}

.gn8 {
	left: 855px;
	top: -100px;
}

.gn9 {
	left: 976px;
	top: -160px;
}

.ab_main_gn_sample {
	position: absolute;
	right: 0;
	top: -265px;
	width: 150px;
	height: 354px;
}

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

.ab_main_gn_desc {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 111px;
	background: #F4F4F4;
	margin-bottom: 50px;
}

.ab_main_gn_desc .ab_main_gn_desc_left {
	width: 22px;
	height: 111px;
	background: #245DD4;
	margin-right: 25px;
}

.ab_main_gn_desc .ab_main_gn_desc_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 100px;
}

.ab_main_gn_desc .ab_main_gn_desc_item .ab_main_gn_desc_item_num {
	width: 60px;
	height: 30px;
	margin-right: 10px;
}

.ab_main_gn_desc .ab_main_gn_desc_item .ab_main_gn_desc_item_num>img {
	width: 100%;
	height: 100%;
}

.ab_main_gn_desc .ab_main_gn_desc_item .ab_main_gn_desc_item_title {
	height: 28px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
}


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

.ab_cs_title {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

.ab_cs_title .ab_cs_title_2 {
	height: 42px;
	font-size: 32px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #245DD4;
	line-height: 38px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}


.ab_cs_main {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}

.ab_cs_main .ab_cs_main_left {
	width: 640px;
	height: 637px;
	background: #F3F7FF;
	display: flex;
	align-items: center;
	margin-top: 23px;
}

.ab_cs_main .ab_cs_main_left .ab_cs_main_left_img {
	width: 260px;
	height: 370px;
	margin-left: 340px;
	position: relative;
}

.ab_cs_main .ab_cs_main_left .ab_cs_main_left_img>img {
	width: 100%;
	height: 100%;
}

.ab_cs_main_left_img_desc{
	position: absolute;
	left: 45px;
	bottom: 5px;
	width: 152px;
	height: 28px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
}



.ab_cs_main .ab_cs_main_middle {
	width: 26px;
	height: 660px;
	background: #CFD8E9;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ab_cs_main .ab_cs_main_middle .ab_cs_part_1 {
	width: 0;
	height: 0;
	border-color: transparent white;
	/*上下颜色 左右颜色*/
	border-width: 0 0 26px 26px;
	border-style: solid;

}

.ab_cs_main .ab_cs_main_middle .ab_cs_part_2 {
	width: 0;
	height: 0;
	border-color: white transparent;
	/*上下颜色 左右颜色*/
	border-width: 0 0 26px 26px;
	border-style: solid;
}

.ab_cs_main .ab_cs_main_right {
	padding: 32px 25px;
	display: flex;
	flex-direction: column;
	background: #EBF0FB;
	flex: 1;
	height: 637px;
}

.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item {
	display: flex;
	flex-direction: row;
}

.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item .ab_cs_main_right_item_title {
	width: 115px;
	height: 45px;
	border-right: 1px solid #B7B7B7;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
	margin-right: 32px;
}

.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item:nth-last-child(1) .ab_cs_main_right_item_title{
	height: 20px;
}


.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item .ab_cs_main_right_item_value {
	height: 45px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 19px;
}

.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item:nth-last-child(1) .ab_cs_main_right_item_value{
	height: 20px;
}

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

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

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

.ab_jst_title .ab_jst_title_2 {
	height: 42px;
	font-size: 32px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #245DD4;
	line-height: 38px;
	letter-spacing: 1px;
	margin-bottom: 56px;
}

.ab_jst_main {
	width: 100%;
	height: 643px;
	background: #245DD4;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: relative;
}

.ab_jst_main .ab_jst_main_img {
	width: 985px;
	height: 495px;
	margin: auto auto;
	z-index: 2;
}

.ab_jst_main .ab_jst_main_img>img {
	width: 100%;
	height: 100%;
}


.ab_jst_main .ab_jst_main_mask_1 {
	width: 1920px;	
	height: 222px;
	background: #0141C6;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.ab_article{
	width: 100%;
	display: flex;
	flex-direction: column;
	/* background: #fff; */
}
.ab_article_title{
	width: 100%;
	height: 120px;
	line-height: 120px;
	text-align: center;
	background: #F8F8F8;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #0C1125;
}
.ab_article_main{
	width: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 30px 0px rgba(86,133,254,0.2);
}
.ab_article_items{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 0 25px 0;
}
.ab_article_item{
	padding: 30px 0;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #888888;
	cursor: pointer;
}

.ab_article_item:nth-last-child(1){
	border-bottom: none;
}


.ab_article_img{
	width: 250px;
	height: 190px;
	/* background: #D9D9D9; */
	border-radius: 5px 5px 5px 5px;
	margin-right: 30px;
}


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


.ab_article_right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ab_article_right_1{
	width: 752px;
	height: 74px;
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #0C1125;
	line-height: 37px;
	word-wrap: break-word;
	margin-bottom: 14px;
}
.ab_article_right_2{
	width: 754px;
	height: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	word-wrap: break-word;
	margin-bottom: 3px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ab_article_right_3{
	height: 25px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	/* margin-top: 25px; */
}

.ab_article_item:hover .ab_article_right_2,
.ab_article_item:hover .ab_article_right_3{
	color: #245dd4;
}
.pg{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}