		/*头部公共样式*/
		header{
			position: fixed;
			top: 0;
			height: 65px;
			width: 100%;
			background: #272e3e;
			z-index: 500;
		}
		.h_box{
			height: 65px;
		}
		.h_logo{
			float: left;
			height: 65px;
		}
		.h_logo img{
			margin-top: 13px;
			margin-left: 10px;
		}
		.h_nav{
			color: #fff;
			float: right;
		}
		.h_nav a{
			display: inline-block;
			width: 100px;
			height: 65px;
			text-align: center;
			color:  #fff;
		}
		.h_nav a:hover span{
			color: #77b4ff;
		}
		.h_nav a ul{
			display: none;
		}
		.h_nav a:hover ul{
			display: block;
		}
		.h_nav a span{
			line-height: 65px;
		}
		.h_nav .BanyoProduction{
			position: relative;
		}
		.h_nav .BanyoProduction{
			position: relative;
		}
		.h_nav .BanyoProduction ul{
			position: absolute;
			top: 60px;
			left: -100px;
			width: 300px;
			background: #FFFFFF;
			height: 100px;
			border-radius: 10px;
			color:  #000000;
		}
		.h_nav .BanyoProduction ul li:nth-child(1){
			border-right: 1px solid #ECECEC;
		}
		.h_nav .BanyoProduction ul li{
			float: left;
			margin-top: 8px;
			padding: 0 14.5px;
		}
		.go_btn{
			margin-top: 10px;
			width: 120px;
			height: 30px;
			line-height: 30px;
			background: #eee;
			border-radius: 15px;
			color: #565656;
			font-size: 12px;
		}
		/*尾部*/
		footer{
			/*position: fixed;*/
			/*bottom: 0;*/
			height: 50px;
			width: 100%;
			background: #272e3e;
			text-align: center;
			color:  #fff;
		}
		footer span{
			
			line-height: 50px;
			margin: 0 15px;
		}