* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #F4F5F7;
}
li {
	list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	display: block;
}

img {
	width: 100%;
	display: block;
}
input {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #6C6C6C;
	font-size: 0.28rem;
	box-shadow: 0 0 0 0.32rem #ffffff inset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type='number'] {
	-moz-appearance: textfield;
}

.hsmfund{
	height: 100%;
	overflow: auto;
}
.hnav_table {
	display: flex;
	align-items: center;
	background-color: #17409c;
}

.hnav_table a {
	color: #ffffff;
}

.hnav_table div {
	flex: 1;
	font-size: 0.3rem;
	color: #ffffff;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
}

.hfund_list {
	background-color: #ffffff;
	margin: 0.4rem 0.3rem 0.5rem;
}
.hlist_img{
	padding: 0.3rem 0 0 0;
}
.hlist_img img,.nav_top img{
	width: auto;
	height: 0.84rem;
	margin: 0 auto;
}
.hlist_text {
	padding: 0.3rem 0.22rem;
	line-height: 0.55rem;
	font-size: 0.28rem;
	color: #5F5F5F;
}

.sponsor {
	padding: 0.2rem 0.3rem 0;
}

.sponsor_title {
	font-size: 0.3rem;
	color: #1C2278;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.title_le {
	/* width: 0.06rem; */
	height: 0.4rem;
	/* background-color: #000767; */
	margin-right: 0.08rem;
}
.title_le img{
	height: 100%;
	width: auto;
}

.sponsor_le {
	color: #5F5F5F;
	line-height: 0.55rem;
	font-size: 0.32rem;
	padding-bottom: 0.3rem;
}
.sponsor_le a{
	color: #5F5F5F;
	line-height: 0.55rem;
	font-size: 0.32rem;
}
.bluetext{
	color: #000767;
}

.sponsor_img {
	height: 1.44rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sponsor_img img {
	width: 2.02rem;
}

.sponsor_text span {
	color: #000767;
}

.time {
	font-size: 0.3rem;
	padding-top: 0.2rem;
	color: #5F5F5F;
	/* font-size: 0.34rem;
	color: #000767;
	position: absolute;
	bottom: 0;
	left: 0.5rem; */
}

.awards_list {
	padding: 0 0.22rem;
}

.awards_list>li {
	padding: 0.25rem 0;
	border-bottom: 1px solid #F4F5F7;
}

.awards_list>li:last-child {
	border-bottom: none;
}

.awaeds_cen {
	font-size: 0.32rem;
	color: #5F5F5F;
	display: flex;
	flex-wrap: wrap;
}

.awaeds_cen li {
	padding-top: 0.4rem;
	padding-right: 0.2rem;
	width: 50%;
	box-sizing: border-box;
}

.awaeds_condition {
	font-size: 0.27rem;
	line-height: 0.42rem;
	color: #5F5F5F;
}

.awaeds_condition li {
	padding-top: 0.1rem;
}

.media_ul,.media_hz,.mediagm,.media_hzmt{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.2rem;
	justify-content: space-between;
	padding: 0.3rem 0.22rem;
}

.media_ul li,.media_hz li,.mediagm li,.media_hzmt li{
	margin: 0 0 0.2rem 0;
	width: 48%;
	border: 1px solid #e0e0e0;
}
.footer h2{
	font-size: 0.3rem;
	color: #ffffff;
	margin-bottom: 0.3rem;
}
.submit_le {
	font-size: 0.36rem;
	color: #ffffff;
	flex: 1;
}

.submit_le li {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}

.submit_le li:last-child {
	margin-bottom: 0;
}

.submit_le p {
	margin-right: 0.16rem;
	width: 1.8rem;
}

.tel_name {
	/* width: 4rem; */
	flex: 1;
	height: 0.48rem;
	border-radius: 0.08rem;
	padding: 0 0.1rem;
	overflow: hidden;
	background-color: #ffffff;
}

.footer{
	position: relative;
	padding: 0.5rem 0.3rem 0.4rem;
	background-color: #17409c;
}
.submit_tj {font-size: 0.36rem;color: #121b52;padding: 0.1rem 0.2rem;background-color: #ffffff;border-radius: 0.08rem;font-weight: 500;margin: 0.3rem 0 0.3rem 0.3rem;width: 0.8rem;text-align: center;}

.tips {
	font-size: 0.4rem;
	padding: 0.2rem;
	background: rgba(255, 255, 255, 0);
	color: #ffffff;
	width: 100%;
	height: 100%;
	line-height: 0.6rem;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: none;
}

.dis {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dis p {
	background-color: rgba(0, 0, 0.5);
	padding: 0.2rem;
}
.tel_le {
    color: #ffffff;
    font-size: 0.3rem;
    line-height: 0.55rem;
    margin-bottom: 0.2rem;
}
.fotime{
	font-size: 0.24rem;
	color: #ffffff;
	text-align: center;
	padding: 0.2rem 0;
}

.media_text {
    color: #08114e;
    font-size: 0.43rem;
    padding: 0 0.22rem;
}
.media_ul1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.3rem 0.22rem;
}
.media_ul1 li {
    margin: 0 0 0.2rem 0;
    border: 1px solid #e0e0e0;
    width: 48%;
}

.icon_top {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    position: fixed;
    bottom: 1rem;
    right: 0.4rem;
    z-index: 99;
}
.canping{
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.sponsor_le .sponsor_title{
	font-size: 0.38rem;
}

.smtp_button{
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	position: fixed;
	bottom: 2.3rem;
	right: 0.4rem;
	z-index: 99;
	border-radius: 50%;
	background-color: #1C2278;
	overflow: hidden;
}
/* 行业分类 */
.company_list {
    padding: 0.3rem 0.1rem;
    display: flex;
    flex-wrap: wrap;
}
.company_list li {
    width: 46%;
    padding-bottom: 0.5rem;
    margin: 0 2%;
}
.company {
    font-size: 0.3rem;
    color: #2E3192;
    font-weight: bold;
    padding: 0.2rem 0 0.18rem 0.9rem;
    text-align: center;
    background-image: url(../image/zgex_list.png);
    background-size: 100% 100%;
    position: relative;
}
.company_num {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.6rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.36rem;
    font-family: "黑体";
}
a.bm_ewm{
	color: #151f5b;
	background-color: rgb(255 207 136);
	font-size: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.36rem;
	border-radius: 0.7rem;
	padding: 0.15rem 0;
	margin: 0rem auto 0.2rem;
	letter-spacing: 2px;
}
.vote_ssgs{
	padding: 0.08rem 0.1rem;
	border-radius: 1rem;
	background-color: #17409c;
	color: #ffffff;
	margin-top: 0.3rem;
	text-align: center;
}

.pxbm{
	position: absolute;
	right: 0.3rem;
	top: 0.52rem;
}
.pxbm a.bm_ewm {
    color: #151f5b;
    background-color: rgb(255 207 136);
    font-size: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    border-radius: 0.7rem;
    padding: 0.15rem 0;
    letter-spacing: 2px;
}