/* Eric Meyer's CSS Reset */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;

}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */
body{
	font-family: "Open Sans", Arial, Helvetica, "Microsoft JhengHei", "Apple LiGothic Medium", sans-serif;
    width: 100%;
    height: 100%;
	color: #3A3533;
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.65em;
}

a{ 
	color: #3A3533;
	text-decoration: none;
}
a:hover{ 
	color: #fff;
	text-decoration: none;
}

.header{
	font-family: Microsoft JhengHei;
	background-color: #E2D2AA; 
	color: #3A3533;
	height: 85px;
	width: 100%;
	font-size: 22px;
	position: relative;
    padding: 30px;
}
@media screen and (min-width: 720px)
{
	.hnav{
	position: absolute;
    right: 20px;
	}
}
@media screen and (max-width: 720px)
{
	.hnav{
	position: absolute;
    right: 20px;
    top: 60px;
	}
}

.header a , .header ul li{
	float: left;
}
.header ul li{
	margin: 0 3px;
}
.banner{
	width: 100%;
	height: auto;
	position: relative;
}
.banner_img{
	margin: auto 0;
}
.items{
	margin-top: 45px;
}
.box p{
	font-family: Microsoft JhengHei;
	font-weight: 700;
}
.contect_header{
	position: relative;
}
.bottom{
	background-color: rgb(147,119,63); 
	color: #000000;
	height: 85px;
	width: 100%;
	position: relative;
	margin-top: 45px;
}
.center{
	width: 200px;
	margin: 0 auto;
}
.pro{
	background-image: url('../images/icon1.png');
	background-repeat: no-repeat;
	width: 86px;
	height: 53px;
	float: left;
    margin: 15px;
}
.ser{
	background-image: url('../images/icon2.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 48px;
	float: left;
    margin: 15px;
}
.tip{
	font-family: Microsoft JhengHei;
    width: 425px;
    color: #fff;
    position: relative;
    background-color: rgba(188,147,74,0.7); 
    margin-left: 75px;
    margin-top: 15px;
    display: none;
}
.footer{
	font-family: Microsoft JhengHei;
	text-align: center;
	color: #000;
	margin: 25px 0;
}
.contect{
	background-color: #F5F3F3;

}
.major{
    width: 200px;
    font-family: Microsoft JhengHei;
    font-size: 14pt;
	text-align: center;
	margin: 0 auto;
    margin-top: 35px;
}
.contactf{
	margin: 10px 0;
}
