html, body{
	font-family: simhei;
	margin: 0;
	padding: 0;
	border: 0;
}
.nav_table{
	display: none;
}
hr{
	display: none;
}
.partner{
	display: none;
}
.message_first br{
	display: none;
}
.message_br{
	display: none;
}
.menu_icon{
	width: 4%;
	float: right;
	margin-right: 3%;
	margin-top: 1%;
}
@media screen and (min-width: 620px) and (max-width: 930px) {
	.menu_icon{
		width: 4%;
		float: right;
		margin-right: 3%;
		margin-top: -1%;
	}
}
.nav_menu{
	color: white;
	width: inherit;
	text-align: center;
	/* position: relative; */
	display: inline-block;
	background-color: black;
	padding-top: 5%;
	padding-bottom: 5%;
	position: fixed;
	top: 0;
	left: 0;
}
.nav_menu_list{
	display: none;
}
.nav_menu_list_show{
	overflow: hidden;
	/* height: 0px; */
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 100%;
	line-height: 45px;
	background-color: black;
	margin-top: 5%;
	transition-property: height;
	transition-duration: 1s;
}
.nav_menu_list_show span{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.menu_list_first{
	border-top: 1px solid rgba(255,255,255,0.3);
}
.nav_menu_list_show a{
	color: white;
	text-decoration: none;
}
.menu_title_up{
	display: block;
}
.menu_title_down{
	display: none;
}
.nav{
	background: url(../../images/nav1.png),
				url(../../images/nav2.png),
				url(../../images/nav3.png);
	animation:switchImage 7s infinite;
	animation-direction:alternate;
}
@keyframes switchImage{
	0% {
		width:100%;
		height: 550px;
		background: url(../../images/nav1.png);
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	50% {
		width:100%;
		height: 550px;
		background: url(../../images/nav2.png);
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	100%{
		width:100%;
		height: 550px;
		background: url(../../images/nav3.png);
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
}
.theme{
	width: 90%;
	height: inherit;
	display: -webkit-box;
	-webkit-box-align: center;
	margin-left: 6%;
	line-height: 25px;
}
.theme span{
	color: white;
}
.theme_title{
	font-size: 20px;
}
.theme_summuy{
	font-size: 13px;
}
.theme_detail{
	width: 30%;
	height: 40px;
	font-size: 15px;
	margin-top: 7%;
	background-color:transparent;
	border-style:none;
	color: #55e3ff;
	border: 1px solid #55e3ff;
	border-radius: 5px;
	padding: 1%;
}
.theme_detail a{
	color: #55e3ff;
}
.interview{
	color: white;
	width:100%;
	/* height: 250px; */
	background-color: #2f2f48;
	padding-bottom: 5%;
}
.cell{
	display: flex;
	flex-direction: row;
	margin-right: 6%;
}
.cell img{
	margin-top: 35%;
    margin-left: 70%;
}
.interview_summuy{
	margin-top: 7%;
	margin-left: 18%;
}
.message{
	background-color: white;
	width:100%;
	/* height: 85%; */
}
.message_content a{
	color: #6f6f6f;
}
.message_title{
	margin: 3% 0px 0px 1%;
}
.message_hr{
	display: block !important;
}
.message_first{
	background-color: #e8e8e8;
	margin-bottom: 5%;
}
.message_first_title{
	color: #6f6f6f;
	font-size: 20px;
}
.message_summuy{
	margin: 5% 5% 0px 5%;
}
.message_first img{
	width: 100%;
}
.message_other_image{
	background-color: #e8e8e8;
	margin-bottom: 1%;
	height: 22%;
	width: 100%;
	display: flex;
	flex-direction: row;
}
.message_other_image img{
	margin: 10% 15px 8% 10%;
}
.message_other_description{
	margin: 3% 5% 0px 4%;
}
.message_other_summmuy{
	font-size: 15px; 
	color: #a2a2a2;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-inline-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.message_other_title{
	font-size: 17px;
	color: #6f6f6f;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-inline-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
#footer{
	display: inline-block; 
	vertical-align: middle;
	text-align: center;
	line-height: 70px;
	font-size: 10px;
	color: white;
	width:100%;
	height: 80px;
	background-color: #2f2f48;
}
a{
	background-color: transparent;
	text-decoration: none;
}
