body{
    background: white;
    margin: 0px;
    padding: 0px;
}

#steal_seal,#comprehensive_search{
	float: right;
	
}

#footer{
	margin: 0 auto;
	font: normal 1px "微软雅黑";
	text-align: center;
	color: #a1a3a6;
    background-color:#646D7E;
    height:35px;
}
#footer h4{
    font-size:12px;
}

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

.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%);
	}
}

chguo_border{
	background-color:white;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1), -3px 3px 3px 3px rgba(0,0,0,0.1);
	border-radius:15px 15px 15px 15px;
	position:relative;
}
