html {
    height: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body {
    background: #fff;
    font-family: "微软雅黑",Arial , Helvetica, Tahoma;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}

body, h1, h2, h3, h4, h5, h6,form,section,div,p,input,ul,li,span,form,img {
    margin: 0px;
    padding: 0px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

ul,li {
    list-style: none
}

a {
    color: #000
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

img {
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input, button {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}
.active_nav{
	color: #BF9F62!important;
}
.select_nav{
	color: #BF9F62!important;
	/* border-bottom: 1px solid #BF9F62; */
	padding-bottom: 18px;
}
.select_nav a{
	color: #BF9F62!important;
	border-bottom: 2px solid #BF9F62;
	padding-bottom: 18px;
}