a{
	text-decoration: none;
}
a:link {color: black}		/* 未访问的链接 */
a:visited {color:black}	/* 已访问的链接 */
a:hover {color: #fede00}	/* 鼠标移动到链接上 */
a:active {color: #fede00}	/* 选定的链接 */
     
#top{
	position:relative;
    width: 70%;
    height: 250px;
    background: #a366ff;
    left: 15%;
    margin-top:5%;
}
#head{
	position: absolute;
	left: 3%;
	top:10%;
	z-index: 1;
	width: 150px;
    height: 150px;
    border: 6px solid rgba(0, 0, 0, 0.2);
    border-radius: 100px;
}
#head_middle{
	position: absolute;
	left: 25%;
	top:8%;
}
.name{
	position: relative;
	color: black;
}
#job{
	position: relative;
	margin-top: 10%;	
}
#workUnit{
	position: relative;
	margin-top: 10%;	
}
#mail{
	position: relative;
	margin-top: 5%;
}
#mail_text{
	position: absolute;
	top: 40%;
	left: 15%;
}
#head_right{
	position: absolute;
	top: 20%;
	left: 80%;
}
.tab{
	position: relative;
	width: 70%;
	margin-top: 2%;
	left: 15%;
}
.tab_nav{
	width: 100%;
	height: 51px;
	background-color: #a366ff;
    font-size: 20px;
}
.tab_button{
	position: relative;
    background: #a366ff;
    color: white;
    width: 100px;
    padding: 10px 15px 15px 15px;
    top: 10px;
    left: 20px;
	cursor: pointer;
}
.tab_button_hover{
	position: relative;
    background: #d699ff;
    color: white;
    width: 100px;
    padding: 10px 15px 15px 15px;
    top: 10px;
    left: 20px;
	cursor: pointer;
}
.active{
	position: relative;
	top: 10px;
	padding: 10px 15px 15px 15px;
	background: white;
	color: #a366ff;
	left: 20px;
	cursor: pointer
}
#tab_content{
	margin-top: 25px;
	background: white;
	padding-bottom: 100px;
}
.Introduction{
	position: relative;
	width: 80%;
	left: 10%;
	top:3%;
}
.in_h1{
	position: relative;
	color: #a366ff;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	line-height: normal;
	padding: 20px 0px 10px 0px;
	left: -7%;
}
.in_h2{
	position: relative;
	color: #a366ff;
	font-size: 19px;
	font-weight: bold;
	overflow: hidden;
	line-height: normal;
	padding: 0px 0px 0px 50px;
	left: -7.5%;
}
.in_h3{
	position: relative;
	color: #a366ff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	line-height: normal;
	padding: 0px 0px 0px 50px;
	left: -5%;
}
.in_text{
	position: relative;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
	text-align: justify;
	color: #000;
	margin-bottom: 20px;
}
.in_text2{
	position: relative;
	font-size: 16px;
	line-height: 35px;
	text-align: justify;
	color: #000;
	margin-bottom: 20px;
	left: -4%;
	width: auto;
	margin-top: 10px;
}
.Undergraduate{
	display: none;
	position: relative;
	width: 80%;
	left: 10%;
	top:3%;
}
.scoretable{
	border-width: 0 0 0 0;
	border-left: none;
	border-right: none;
	border-top: 2px solid #a366ff;
	border-bottom: 2px solid #a366ff;
	overflow: scroll;
}
th{
	border-left: 0;
	border-right: 0;
	border-bottom: 2px solid #a366ff;
	overflow: hidden;
}
td{
	border-left: 0;
	border-right: 0;
}
.AcademicEngineering{ 
	display: none;
	position: relative;
	width: 80%;
	left: 10%;
	top:3%;
}
.academicbar{
	position: relative;
	width: 125%;
	overflow: hidden;
	border-bottom: 1px solid gray;
	left: -12.5%;
	height: auto;
}
.academicul{
	position: relative;
	margin-left: none;
	width: auto;
	color: #a366ff;
	line-height: auto;
	height: auto;
}
.academicli{
	position: relative;
	float: left;
	border: none;
	width: auto;
	height: 28px;
	font-size: 19px;
	background: white;
	display: block;
	cursor: pointer;
}
.academicliselected{
	position: relative;
	float: left;
	border: none;
	width: auto;
	font-size: 19px;
	font-weight: bold;
	background: white;
	display: block;
	height: 28px;
	border-bottom: 3px solid #a366ff;
}
.academictoselectli{
	position: relative;
	float: left;
	border: none;
	width: auto;
	font-size: 19px;
	font-weight: bold;
	background: #f7f7f7;
	display: block;
	height: 28px;
	border-bottom: 3px solid #a366ff;
	cursor: pointer;
}
.demoitemorder{
	float: left;
	display: inline-block;
	width: 5px;
}
.footer{
	position: relative;
	width: auto;
	left: 19%;
	height: 100px;
	margin-top: 100px;
	/* background: #f6f6f6; */
	color: #ffcccc;
	display: block;
}
#footer_text{
	position: relative;
	left: 20%;
	width: 50%;
	top: 70%;
	font-size: 14px;
}
.sidebar{
	position: fixed;
	width: 12%;
	top: 50%;
	left: 83%;
}
.ul_sidebar{
}
li{
	line-height: 30px;
	font-size: 15px;
	margin: 10px 0px 10px 0px;
	background: #a366ff;
	list-style: none;
}
.li_a{
	position: relative;
	margin-left: 10px;
}
.goto_top{
	position: fixed;
	top: 90%;
	left: 95%;
}
.un_co{
	position: relative;
	left: 10%;
	top: 20px;
	margin-top: 20px;
}