.nav_head {
    background-color: #17409c;
    background-image: none;
    cursor: pointer;
}
.awards{
	/* width: 840px; */
	margin: 0 auto;
	padding: 18px 22px 0;
}
.smvote{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* width: 840px; */
	margin: 0 auto;
}
.smvote li{
	width: 33.33%;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
}
.namelist h2 {
    font-size: 18px;
    color: #2B3961;
    margin-top: 10px;
    margin-bottom: 20px;
}
.namedetail input{
	box-shadow: none;
	width: 16px;
	display: none;
}
.namedetail{
	display: flex;
	flex-wrap: wrap;
}
.namedetail li{
	width: 33.3%;
	display: flex;
	margin-bottom: 20px;
}
.checklabel {
    background: url(../image/checked.png) no-repeat;
    background-size: 16px;
    background-position: left;
    height: 16px;
    display: flex;
		padding-left: 20px;
		align-items: center;
		line-height: 0;
}
.smvote_blue{
	color: #000767;
}

.sele_label{
	background-image:url(../image/true.png);
}

.vote{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.vote_le, .vote_re {
     width: 96px;
     height: 35px;
     border: 3px solid #000767;
     color: #525c7b;
     text-align: center;
     line-height: 30px;
     margin: 0 20px;
		 cursor: pointer;
}
.vote_le:hover, .vote_re:hover{
	background-color: #000767;
	color: #ffffff;
}

.award_gz{
	display: flex;
	justify-content: center;
	background-color: rgba(0,7,103,0.05);
	padding: 24px 70px;
	margin-top: 40px;
}
.footer_left h3,.footer_right h3{
	font-size: 18px;
	margin-bottom: 5px;
}
.footer_left,.footer_right{
	font-size: 14px;
	line-height: 24px;
}
.footer_left{
	flex:1;
}
.footer_right{
	width: 27%;
}
.footer_right li {
    list-style: disc;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1000px;
    height: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
    background-color: #000000;
    display: none;
}
.popup_cen{
position: fixed;
    width: 640px;
    height: 620px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    right: 0;
    margin-top: -345px;
    margin-left: -346px;
    display: none;
    z-index: 9999;
    background-color: #ffffff;
    border-radius: 20px;
}
.popup_img{
    width: 335px;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    background-size: 100% 100%;
    line-height: 65px;
    text-align: center;
    margin: 20px auto;
    }
.popup_cen h2{
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #2B3961;
}
.popup_ul{
	width: 500px;
	margin: 0 auto;
	height: 420px;
	overflow-y: auto;
}
.popup_cen li{
height: 60px;
    padding: 0 22px 0 10px;
    background-color: #E1F4FA;
    line-height: 60px;
    color: #2B3961;
    margin-top: 22px;
    position: relative;
    display:flex;
}
.popup_ul span{
	position: absolute;
	right: 22px;
	top: 0;
}
.popup_ul img{
	width: auto;
    position: absolute;
    left: -43px;
    top: 0;
}
.popup_imp{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
}

#Footer{
	padding: 0;
}
.jxsz_title {
    font-size: 22px;
    color: #0343a2;
    font-weight: bold;
    padding: 0 0 14px 22px;
}
.nav_top img {
    /* width: 670px; */
	width: auto;
	height:auto;
	padding: 0 10px;
}

.sponsor {
	padding: 20px 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;
}
.sponsor_le {
	width: 49%;
	color: #5F5F5F;
	font-size: 12px;
	line-height: 18px;
}
.sponsor_img {
	height: 144px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sponsor_img img {
	width: 202px;
}
.sponsor_text span {
	color: #000767;
}
.awards_list>li {
	padding: 16px 0;
	border-bottom: 1px solid #F4F5F7;
}
.awards_list>li:first-child {padding-top: 0;}
.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%;
}
ul#prizedesc {
    padding-right: 20px;
}
.popup_ul strong{
font-size: 38px;
	color: #1546c5;
	margin-right: 10px;
	height: 60px;
	width: 65px;
	display: flex;
	justify-content: center;
}
.popup_ul p{
	flex:1;
}
    