.nav_head{
	background-color: #17409c;
	background-image: none;
	cursor: pointer;
}
/* center */
.center {
	background-color: #F4F5F7;
	padding: 34px 0 40px;
}

.cen_list {
	width: 1000px;
	margin: 0 auto;
}

.cen_nav {
	background-color: #ffffff;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.nav_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* .nav_top img {
	width: 670px;
} */
a.smtp{
	padding: 8px 23px;
	font-size: 22px;
	color: #ffffff;
	background-color: #1C2278;
	border-radius: 10px;
	margin-right: 20px;
}

.nav_text {
	padding: 0 22px;
	font-size: 16px;
	line-height: 34px;
	color: #5F5F5F;
}

.sponsor {
	padding: 0px 22px 0;
	display: flex;
	justify-content: space-between;
}

.sponsor_title {
	font-size: 18px;
	color: #1C2278;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.title_le {
	/* width: 5px; */
	height: 20px;
	/* background-color: #000767; */
	margin-right: 8px;
}
.title_le img{
	height: 100%;
	width: auto;
}
.bluetext{
	color: #000767;
}

.sponsor_le {
	width: 49%;
	color: #5F5F5F;
	font-size: 12px;
	line-height: 18px;
}
.sponsor_le a{
	color: #5F5F5F;
	font-size: 12px;
	line-height: 18px;
}

.sponsor_img {
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sponsor_img img {
	width: 202px;
}

.sponsor_text span {
	color: #000767;
}


.awards_list>li {
	padding: 40px 22px;
	border-bottom: 1px solid #F4F5F7;
}

.awards_list>li:first-child {
	padding-top: 20px;
}

.awards_list>li:last-child {
	border-bottom: none;
}

.awaeds_cen {
	display: flex;
	align-items: center;
	color: #5F5F5F;
	font-size: 18px;
	font-weight: 500;
	flex-wrap: wrap;
}

.awaeds_cen li {
	margin-top: 18px;
	width: 33.3%;
}

.media,.media_hz,.mediagm,.media_hzmt{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.media img,.media_hz img ,.mediagm img,.media_hzmt img{
	width: 160px;
	height: 101px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}

.media li,.media_hz li,.mediagm li,.media_hzmt li{
	width: 20%;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}



.awaeds_condition {
	color: #5F5F5F;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	padding-top: 20px;
}

.time {
	position: absolute;
	bottom: -2px;
	left: 10px;
	font-size: 14px;
	color: #5F5F5F;
	font-weight: bold;
}
.cen_nav .media_text:first-child{
	padding-top: 20px;
}
.media_text{
color: #000767;
    font-size: 28px;
    padding: 0 22px;
}

.media_img1{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.media_img1 img {
    width: auto;
}
.media_img1 li {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin: 0 22px 30px;
}

.company_list {
    padding: 0 80px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.company_list li {
    width: 30%;
    padding-bottom: 50px;
}
.company_list li:nth-of-type(3n - 1){
	margin: 0 5%;
}
.company {
	font-size: 24px;
	color: #2E3192;
	font-weight: bold;
	padding: 8px 0 14px 80px;
	text-align: center;
	background-image: url(../image/zgex_list.png);
	background-size: 100% 100%;
	position: relative;
	cursor: pointer;
}
.company_num {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    font-family: "黑体";
}
.company:hover {
    background-image: url(../image/zgex_hover.png) !important;
    color: #003fde !important;
}

.photic_li{
	position: relative;
}
.activity{
	position: absolute;
	top: 88px;
	display: none;
	left: -200%;
}
.guard_activity{
	width: 1000px;
	display: flex;
	position: absolute;
	top: 0;
	left: 38%;
	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: #17409c;
    font-weight: 500;
    text-align: center;
    padding: 16px 29px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F1F1 !important;
}