*{
    margin: 0;
    padding: 0;
}
body {
    font-size: 13px;
    color: #636E7B;
}

a {
    outline: none !important;
    color: #be9e66;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

body{
	width:100%;
    height:100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrap_head{
	height:200px;
	border-bottom: 3px solid #BF9E62;
    position: relative;
    text-align: center;
}
.wrap_head img{
    margin-top: 100px;
}
.wrap{
    margin-top: 150px;
    text-align: center;
    color: #BF9E62;
}
.wrap h1{
    font-size: 2em;
}
.wrap h2{
	clear: both;
    font-size: 1.5em;
    margin-top: 1em;
}
.wrap .copyright{
	font-size: 1.3em;
    color: #737373;
    margin-top: 100px;
}
.wrap .beian{
	font-size: 1.5em;
}