
#header ul{
	margin: 0px;
    float: right;
    padding: 0px
}
#header ul li{
	display: inline-block;
	color: #FFFFFF;
	list-style: none;
	margin-top: 15px;
	margin-bottom: 8px;
	font: normal 16px "Verdana";
	margin-left: 5px;
    
}
#board{
    margin:180px 150px 150px 150px;
}
.table_tr{
	background-color:#DCDCDC;
}
#page_detail{
    padding:0px 50px 0px 50px;
}
@media screen and (max-width: 1200px){
	#header ul{
        float: left	
    }
    #board{
        margin:180px 50px 150px 50px;
    }
    #page_detail{
        padding:20px;
    }
}
.hr_little_title2{
	border: none;
	height: 0.8px;
	background-color: #2a9397;
	margin: 0;
}
#footer{
	margin: 0 auto;
	font: normal 1px "微软雅黑";
	height: 35px;
	text-align: center;
	color: #a1a3a6;
    background-color: rgb(62, 64, 101, 1);
}

nav_border3{
	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;
}

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