body{
    background: white;
    margin: 0px;
    padding: 0px;
}
#header,#header1{
    background-color:#6F73BC;
}
#header2 ul{
	margin: 0px;	
}
#header2 ul li{
	display: inline-block;
	color: #A6CDD4;
	list-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
	font: normal 17px "Verdana";
	margin-left: 5px;
}
#header2 ul li a{
	color: #A6CDD4;
	text-decoration: none;
}
#steal_seal,#comprehensive_search{
	float: right;
	
}
#gene_detail{
	padding:0px 50px 0px 50px;
}
#project_detail,#dataset_detail,#tissue_detail,#cell_type_detail{
	padding:0px 100px 0px 100px;
}
#dataset_detail{
	padding:0px 60px 0px 60px;
}
@media screen and (max-width: 1200px){
	#comprehensive_search{
		float: left;
	}
	#gene_detail,#project_detail,#dataset_detail,#tissue_detail,#cell_type_detail,#advanced_search,#multi_gene_search{
		padding:0px;
	}
}
#footer{
	margin: 0 auto;
	font: normal 1px "微软雅黑";
	text-align: center;
	color: #a1a3a6;
    background-color:#6F73BC;
    height:35px;
}
#footer h4{
    font-size:12px;
}

.hr_little_title{
	border: none;
	height: 0.8px;
	background-color: #A6CDD4;
	margin: 0;
}
.hr_little_title2{
	border: none;
	height: 0.8px;
	background-color: #6F73BC;
	margin: 0;
}
.big_title{
	text-align: center;
	display: block;
}
.table_tr{
	background-color:#DCDCDC;
}
.nav_chguo{
	border-style:double;
	border-radius: 13px;
	border-color: #6F73BC; 
	font-family: sans-serif;
	color:#6F73BC
}
.nav_h4{
	color:#6F73BC
}

.hero-waves {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
}
  
.wave1 use {
	-webkit-animation: move-forever1 10s linear infinite;
	animation: move-forever1 10s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}
  
.wave2 use {
	-webkit-animation: move-forever2 8s linear infinite;
	animation: move-forever2 8s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}
  
.wave3 use {
	-webkit-animation: move-forever3 6s linear infinite;
	animation: move-forever3 6s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}
  
@-webkit-keyframes move-forever1 {
	0% {
	  	transform: translate(85px, 0%);
	}
	100% {
	  	transform: translate(-90px, 0%);
	}
}
  
@keyframes move-forever1 {
	0% {
	  	transform: translate(85px, 0%);
	}
	100% {
	  	transform: translate(-90px, 0%);
	}
}
  
@-webkit-keyframes move-forever2 {
	0% {
	  	transform: translate(-90px, 0%);
	}
	100% {
	  	transform: translate(85px, 0%);
	}
}
  
@keyframes move-forever2 {
	0% {
	  	transform: translate(-90px, 0%);
	}
	100% {
	  	transform: translate(85px, 0%);
	}
}
  
@-webkit-keyframes move-forever3 {
	0% {
	  	transform: translate(-90px, 0%);
	}
	100% {
	  	transform: translate(85px, 0%);
	}
}
  
@keyframes move-forever3 {
	0% {
	  	transform: translate(-90px, 0%);
	}
	100% {
	  	transform: translate(85px, 0%);
	}
}
