@charset "utf-8";
/* CSS Document */



	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, nav, button, section, header, footer, title{
		margin: 0;
		padding: 0;
		border: 0;
	}
	html, body{
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		height: 100%;
	}
	a{text-decoration: none; color: a8a8a8;}
	header{
		top:0px;
		position: absolute;
		width: 100%;
		height: 150px;
	}
	nav{
		/*top:105px;*/
		position: absolute;
		height: 40px;
		width: 100%;
		z-index: 99;
	}
	ul{
		display: inline-block;
		width: 100%;
		text-align: right;
	}
	li{
		list-style: none;
		display: inline-block;
		/*border-left: 1px solid rgba(179,158,130,1.00);*/
		font-size: 16px;
		width: 13%;
		text-align: center;
		line-height: 40px;
		transition: color 0.4s ease 0s;
		color: #342109;
	}
	nav ul li a {
		color: #a8a8a8;
		transition: color 0.4s ease 0s;
	}
	nav ul li a:hover {
		color: #EABD07;
	}
	.Logo1{
		display: flex;
		left: 5%;
	}
	.Logo1 img {
		height: 100px;
	}
	.Logo2{
		display: none;
	}
	.MBDiv{
		display: none;
	}
	.MenuDiv1{
		width: 100%;
		display: inline-block;
	}
	.MenuDiv2{
		display: none;
	}
	.main{
		margin: 0 auto;
		position: relative;
		width: 100%;
		min-height: 100%;
	}
	.header{
		width: 100%;
		margin: auto;
	}
	.Logo{
		text-align: center;
	}
	.SContent{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.Content{
		width: 980px;
		margin: auto;
	}

	footer{
		height: 100px;
		width: 100%;
		bottom: 0px;
		position: absolute;
		background-color: #FFFFFF;
		text-align: center;
	}

	@media (max-width: 1024px) {
		.header{
			width: 100%;
		}
		.Content{
			width: 100%;
		}
		.SFooter{
			width: 98%;
		}
	}
	@media (max-width: 768px) {
		nav ul{
			border: 1px solid rgba(52, 33, 9, 1);
		}
		nav ul li {
			border-bottom: 1px solid rgba(52, 33, 9, 1);
			width: 100%;
			display: inline-block;
		}
		.MBDiv{
			display: flex;
		}
		.MenuButton{
			left: 83%;
			top: 10px;
		}
		.MenuDiv1{
			display: none;
		}
		.MenuDiv2{
			z-index: 3;
			display: none;
			width: 95%;
			margin: 0 auto;
		    background-color: rgba(255, 255, 255, 0.9);
		}
		.Logo1{
			display: none;
			left: 5%;
		}
		.Logo2{
			z-index: 2;
			display: flex;
			position: relative;
		}
		.Content{
			width: 100%;
		}
	}
	@media (max-width: 375px) {
		
	}




