@charset "UTF-8";

.header {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0 0 8px 0;
}

.logo {
    margin-left: 30px;
    display: inline;
    float: left;
}

.header_right {
    width: 500px;
    font-family: 黑体;
    float: right;
    text-align: right;
    font-size: 15px;
    color: #231F20;
    position: relative;
    height: 58.59;
}

.header_menu {
    font-family: "Myriad Pro",PTSansCaptionRegular, arial, helvetica, sans-serif;
    float: right;
    width: 300px;
}

#oafa_img {
	position: absolute;
    bottom: 8px;
    left: 240px;
}

#main_menu {
    width: 100%;
    min-width: 906px;
    background-color: rgb(114, 36, 108);
    float: left;
    height: 40px;
    margin-top: 5px;
    font-size: 13px;
    margin: 0 auto 0 auto;
}

.wrapper {
    width: 1008px;
    margin: 0 auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}


/* General
=======================================*/
/* line 4, ../sass/section/_inner.scss */
main {
  float: left;
  width: 100%;	
  background-color: #ffffff;
}
/* line 7, ../sass/section/_inner.scss */
main > .container:last-child {
  padding-bottom: 2%;
}


