@charset "UTF-8";

body, div, article, section, header, footer, figure, p, time, ul, li, form, input, button, select, table, tr, th, td, h1, h2, h3, h4, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-family: "MicrosoftYaHei", 'HelveticaNeue', sans-serif;
	/*font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;*/
    -webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased; 
	
}
/*::selection{background:#B48732; color:#ffffff;}
::-moz-selection{background:#B48732; color:#ffffff;}
::-webkit-selection{background:#B48732; color:#ffffff;}*/

article, section, header, footer, figure {
	display: block;
}

body {
    font-size: 100%;

}

img {
    -webkit-tap-highlight-color: transparent;
	border:none;
}
ul, li {
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}
button{
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
a, a:link, a:visited, a:hover, a:active {
	outline: none;
}
a:link, a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
input, button, iframe {
    border: 0 none;
}
input:focus, select:focus, input:active, textarea:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* 面包屑 */
#place {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	padding-top: 26px;
	padding-bottom: 18px;
	line-height: 20px;
}
#place a:link, #place a:visited {
	color: #B48732;
  font-size:14px;
}
#place a:hover {
	color: #D6AC6D;
  font-size:14px;
}
/* 二级导航 */
.page-main-title {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	background-color: #fff;
	border-left: 4px solid #B48732;
	margin-bottom: 30px;
	padding-left: 24px;
	box-sizing: border-box;
	color: #3E3A39;
}
.page-main-title em {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 0;
}

/* 按钮动画效果 */
@keyframes btn {
	0% {
		opacity: 1;
		-webkit-transform: translate(-13%,-190%) rotate(-30deg);
		transform: translate(-13%,-190%) rotate(-30deg);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);	
	}
}


.dajiadongtai{position: relative;
	top: -50px;
	z-index: 9;
	background: #fff;}