.cen_list{
	margin-bottom: 40px;
}
.center{
	/* padding-bottom: 0; */
	position: relative;
}
.in_zt{
	width: 1000px;
	margin: 34px auto 0;
}
.nav_list li{
	position: relative;
	cursor:pointer;
}
.activity{
	position: absolute;
	top: 88px;
	display: none;
}
.guard_activity{
	display: flex;
	position: absolute;
	top: 0;
	left: -187px;
	background-color: #F1F1F1 !important;
	z-index: 9;
}
.guard_activity li{
	display: flex;
	align-items: center;
	width: 155px;
	height: 60px;
}
.guard_activity li::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #032289;
}
.guard_activity li:last-child::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
}
.guard_activity a {
    width: 100%;
    font-size: 22px;
    color: #2D0F84 !important;
    font-weight: 500;
    text-align: center;
    padding: 16px 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F1F1 !important;
}
.cen_list{
	background-color: #ffffff;
}
.scx_list{
	display: flex;
	justify-content: space-evenly;
	padding: 14px 0 60px;
}
.scx_list li a{
	width: 320px;
	font-size: 16px;
	color: #5F5F5F;
	text-align: center;
}
.scx_title{
	font-size: 18px;
	margin: 24px 0 16px;
}
.guard_hd{
	padding-bottom: 30px;
	overflow: hidden;
}
/* 轮播 */
#swi2{
    width: 800px;
    /* padding-bottom: 65px; */
    overflow: hidden;
    margin: 0 auto 30px;
    position: relative;
}
.my-bullet{
	display: block;
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	margin: 0 11px;
	transition: width 0.4s;
	border-radius: 5px;
	border: 1px solid #1A2A8A;
}
.my-bullet-active{
	width: 24px;
	height: 24px;
	background: #1A2A8A;
	color: #ffffff;
	border: 1px solid #1A2A8A;
}
.swiper-pagination{
	height: 23px;
	bottom: 16px!important;
	display: flex;
	justify-content: center;
}
.swi_img,.swi_img img{
	height: 100%;
}

/* 活动内容轮播 */
.guard_swiper{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.my-bulletsw{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background-color: transparent;
	margin: 0 6px;
}
.my-bullet-activesw{
	background-color: #ffffff;
}
/* #guard_sw{
	transform: translateX(calc(-400px));
}
#guard_sw .swiper-slide{
	width: 600px !important;
} */
/* #guard_sw .swiper-slide-visible{
	transform: scale3d(0 0.8 0);
} */

.tp_list{
	position: relative;
}
.tp_title{
	display: none;
	position: absolute;
	top: 88px;
	left: -34%;
	z-index: 3;
}
.tp_class{
	width: 405px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2538ac;
}
.tp_class a{
	flex: 1;
	color: #ffffff;
	font-size: 22px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
.nav_list>li.tp_list:hover .tp_title{
	display: block;
}
.nav_list>li.tp_list:hover a {
    background-color: #2538ac;
    color: #ffffff;
}

.hjmd_but{
	display: flex;
	align-items: center;
	justify-content: center;
}
a.smtp {
    padding: 8px 23px;
    font-size: 18px;
    color: #ffffff;
    background-color: #17409c;
    border-radius: 10px;
    margin: 20px 10px 0;
    text-align: center;
}