/*初始化*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;} 
body{background:rgb(245,245,245);color:#333;font-size:12px; margin:0px;} 
ul{list-style: none;}
a:hover,a:active,a:focus{text-decoration:none;}
/*changes*/
#top_title{display:none;}#content{width:100%;margin:0;padding:0;}#top_menu_under{height:10px;}#globalWrapper{padding:0;height:0;}

#topN{
	position:relative;
	top:-9px;
}
#bodyBox{
	min-width:1200px !important; 
}
#bigBox{
	width:100%;
	position:relative;
	padding-bottom: 100px;
	margin-top: 15px;
}
#logoCenter{
	width:85px;
	position:absolute;
	top:120px;
	left:36%;
}
#formerBox{
	width:120%;
	margin-top: 250px;
	position:relative;
	left:-130px;
}
#bottomBox{
	width:120%;
	margin-top: 10px;
	position:relative;
	left:-130px;
}
.articleTitle{
	color:#e6a631;
	font-size: 25px !important;
	font-weight: bold !important;

}
#bottomTitle{
	color:#6f4f91;
}
.articleBox{
	display: flex;
	overflow: hidden;
}
.artical{
	font-size: 21px !important;
	line-height: 35px;
	color:white;
	margin-bottom:30px;
}
#contentBox{
	width:70%;
	margin:50px 0 0 220px;
	padding:40px 40px;
	position:relative;
	border-radius: 20px;
}
.contentTitle{
	color:rgb(142,90,242);
	text-align: center;
	font-weight: bold !important;
	font-size:36px !important;
	margin:0 !important;
}
.beginTitle{
	width:650px;
	position:absolute;
	left:0;
	right:0;
	top:160px;
	margin:0 auto;
	padding-left:25px;
	font-size:28px !important;
	color:#C04299;
}
.beginT{
	font-size:28px !important;
}
.innerP{
	display: inline-block;
}
.innerI{
	display: inline-block;
}
.innerO{
	display: inline-block;
	font-style:italic;
}

#backBox{
	width:100%;
	height:2000px;
	margin-top: 20px;
	position: relative;
	background-image:url("https://2019.igem.org/wiki/images/9/94/T--BUCT-China--Description_line.png");
	background-position: 51% 0;
}
.innerTitle{
	font-size: 25px !important;
	position: relative;
}
	#innerTitle1{
		color:#de692b;
	}
	#innerTitle2{
		color:#c42c87;
		/*top:895px;
		right:135px;*/
	}
	#innerTitle3{
		color:#714390;
		/*top:1205px;
		left:50px;*/
	}
	#innerTitle4{
		color:rgb(17,180,212);
		/*top:1530px;
		right:200px;*/
	}
	#innerTitle5{
		color:#4ba965;
		/*top:1840px;
		left:300px;*/
	}
.innerWord{
	width:54.9%;
	font-size: 18px !important;
	color:white;
	position: absolute;

}
.word{
	font-size: 20px !important;
}
	#word1{
		bottom: 77%;
		left:-11%;
	}
	#word2{
		top: 26.5%;
		right: -12%;
	}
	#word3{
		top:44%;
		left:-11%;
	}
	#word4{
		top:56%;
		right:-12%;
	}
	#word5{
		top:74%;
		left:-11%;
	}
.contentImg{
	width:43%;
	height:auto;
	position:absolute;
}
	#contentImg1{
		bottom: 75%;
		right: 0px;
		height: 15%;
	}
	#contentImg2{
		bottom: 60%;
		left: 0px;
	}
	#contentImg3{
		bottom: 46%;
		right:0px;
	}
	#contentImg4{
		bottom:28%;
		left:0px;
		height: 15%
	}
	#contentImg5{
		right:0px;
		bottom: 16%
	}
#menuBox{
	width:180px;
	height:440px;
	position:fixed;
	left:0;
	top:120px;
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.15); 
	border-radius: 15px;
	background-color: rgb(235,235,235);
	z-index:10086;
}
.menuUl{
	padding:8px 7px !important;
	margin:0 !important;
}
.menuLi{
	padding:5px 2px;
	margin:20px 0;
	color:#EE587B;
	font-size: 18px !important;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
}
#topButton{
	display: none;
	position: fixed;
	text-align: center;
	color:#EE587B;
	z-index: 2;
	opacity: 1;
	width: 11vh;
	height: 11vh;
	bottom: 300px;
	right: 30px;
	background-color: rgba(60,60,60,0.9);
	border: none;
	border-radius: 50%;
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	cursor: pointer;
}
#fot{
	top:0;
}