@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;
		font-family: Times New Roman, 微軟正黑體, 標楷體;
		
	}
	html, body{
		font-size: 22px;
		font-family: Arial, Helvetica, sans-serif;
		height: 100%;
		line-height: 1.6;
		background-color: white;
	}
	a{text-decoration: none; color: inherit;}
	body {
	}
/*background:#fff url(背景圖片網址) center center fixed no-repeat;　//設定背景圖片的呈現方式
background-size: cover;　//設定背景圖片的填滿方式*/
	header{
		top:0px;
		position: fixed;
		width: 100%;
		height: 100px;
		background-color: white;
		border-bottom: 2px solid #0A4;
		z-index: 99;
		background: url(/images/heard.jpg);
		background-position: center;
	}
	nav{
		position: fixed;
		height: 40px;
		width: 100%;
		z-index: 99;
	}
	ul{
		display: inline-block;
		width: 100%;
	}
	
	.SliderDiv{
		padding-top: 100px;
	}
	.SliderDiv2iframe{
		width: 100%;
		height: 500px;
		overflow: hidden;
		position: relative;
	}
	.SliderDiv3iframe{
		width: 100%;
		height: 500px;
		overflow: hidden;
		position: relative;
	}
	
	.SliderDiv3{
		padding-bottom: 300px;
	}

	.MenuButton {
		 border-radius: 4px;
		 position: relative;
		 min-width: 40px;
		 min-height: 40px;
		 background-color: rgba(255, 255, 255, 1);
		 /*
		 border: solid 1px rgba(52, 33, 9, 1);
		 */
		 border: solid 2px #2A4;
		 cursor: pointer;
		 box-sizing: border-box;
		 justify-content: center;
		 align-items: center;
		 display: flex;
		 width: 50px;
		 height: 50px;
	}
	
	.MenuDiv1 li{
		list-style: none;
		display: inline-block;
		/*
		border-left: 1px solid rgba(179,158,130,1.00);
		*/
		font-size: 16px;
		width: 18%;
		text-align: center;
		line-height: 40px;
		transition: color 0.4s ease 0s;
		color: #342109;
	}
	
	.MenuDiv2 li{
		list-style: none;
		display: inline-block;
		/*
		border-left: 1px solid rgba(179,158,130,1.00);
		*/
		font-size: 16px;
		width: 100%;
		text-align: center;
		line-height: 40px;
		transition: color 0.4s ease 0s;
		color: #342109;
	}

	
	Logo{
		width: 360;
	}
	nav ul li a {
		transition: color 0.3s ease 0s;
	}
	nav ul li a:hover {
		color: #EABD07;
	}
	nav .MenuDiv2 ul li:hover {
		background-color: #284;
	}
	
	.Logo1{
		/*
		display: none;
		*/
		width: 30%;
		display: inline-block;
		left: 5%;
	}
	.Logo2{
	}
	.MBDiv{
		display: none;
		position: fixed;
		right: 10px;
		top: 10px;
	}
	.MBDiv2{
		display: none;
	}
	.MenuDiv1{
		width: 63%;
		display: inline-block;
		text-align: right;
	}
	.MenuDiv2{
		display: none;
	}
	.main{
		margin: 0 auto;
		position: relative;
		width: 100%;
		min-height: 100%;
		background: url(/images/body.jpg);
		background-position: center;
		background-size: cover;
	}
	.header{
		width: 100%;
		margin: auto;
	}
	.Logo{
		text-align: center;
	}
	
	.SContent{
		padding-top: 100px;
		width: 980px;
		margin: auto;
		color: white;
	}
	
	footer{
		height: 270px;
		width: 100%;
		bottom: 0px;
		position: absolute;
		color: #FFFFFF;
		background: url(/images/footer.jpg);
		text-align: center;
	}
	
	.SFooter{
		width: 980px;
		margin: auto;
		padding: 2px;
	}
	.SFooter1{
		width: 49%;
		text-align: left;
		display: inline-block;
	}

	.SFooter2{
		width: 49%;
		text-align: right;
		display: inline-block;
	}


	.h1{
		font-size: 22px;
		line-height: 40px;
		font-weight: bold;
	}
	
	.h2{
		
	}
	
	.h3{
		font-size: 18px;
		line-height: 40px;
	}
	
	.h4 {
		font-size: 16px;
		line-height: 40px;
	}
	
	.h5 {
		
	}
	
	.h6 {
		
	}
	
/*聯絡我們*/
	.ConverseDiv1 {
		display: inline-block;
		width: 65%;
		vertical-align: top;
		padding-bottom: 10px;
		line-height: 40px;
		font-size: 22px;
	}
	.ConverseDiv2 {
		display: inline-block;
		width: 4%;
	}
	.ConverseDiv3 {
		display: inline-block;
		width: 30%;
		vertical-align: top;
		line-height: 40px;
		font-size: 22px;
	}
	.ConverseDiv3 input{
		width: 100%;
		margin-bottom: 5px;
		padding: 5px 0px;
		border: 0px;
		background-color: rgba(184, 187, 193, 0.2);
	}
	.ConverseDiv3 textarea{
		width: 100%;
		min-height: 130px;
		margin-bottom: 5px;
		padding: 5px 0px;
		border: 0px;
		background-color: rgba(184, 187, 193, 0.2);
		resize: none;
	}



