/** 
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) 
* http://cssreset.com 
*/
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;
  font-family: Arial, Helvetica, sans-serif, "Microsoft Yahei";
  font-size: 14px;
  color: #161616;
}
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;
}

a {
  text-decoration: none;
  color: #161616;
}

input,
button {
  outline: none;
  border: none;
}

.bg_decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 178px;
  background: url(../imgs/bg_decoration01.png) no-repeat center/cover;
}

.main-content {
  width: 1300px;
  min-height: 470px;
  margin: 6.5% auto 0;
}

.main-content .head {
  display: block;
  width: 547px;
  height: 89px;
  margin: 0 auto;
  background: url(../imgs/bg_title.png) no-repeat center / cover;
}

.main-content .nav {
  text-align: center;
  padding-top:15px;
}

.main-content .nav li {
  display: inline-block;
}

.main-content .nav li.active a {
  color: #d9534f;
  font-weight: bold;
}

.main-content .nav li a {
  display: inline-block;
  padding: 1em 1em;
  font-size: 18px;
  color: #333;
}

.main-content .nav li a::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  content: "";
  vertical-align: middle;
  background-image: url(../imgs/sprite.png);
}

.main-content .nav li:nth-child(1) a::before {
  background-position: -84px 0;
}

.main-content .nav li:nth-child(2) a::before {
  background-position: -59px 0;
}

.main-content .nav li:nth-child(3) a::before {
  background-position: -32px 0;
}

.main-content .nav li:nth-child(4) a::before {
  background-position: -163px 0;
}

.main-content .nav li:nth-child(5) a::before {
  background-position: -138px 0;
}

.main-content .nav li:nth-child(6) a::before {
  background-position: -4px 0;
}
.main-content .nav li:nth-child(7) a::before {
  background-position: -110px 0;
}

.main-content .nav li.active:nth-child(1) a::before {
  background-position: -272px 0;
}

.main-content .nav li.active:nth-child(2) a::before {
  background-position: -247px 0;
}

.main-content .nav li.active:nth-child(3) a::before {
  background-position: -221px 0;
}

.main-content .nav li.active:nth-child(4) a::before {
  background-position: -347px 0;
}

.main-content .nav li.active:nth-child(5) a::before {
  background-position: -260px 0;
}

.main-content .nav li.active:nth-child(6) a::before {
  background-position: -193px 0;
}
.main-content .nav li.active:nth-child(7) a::before {
  background-position: -297px 0;
}

.main-content .foot {
  display: block;
  width: 260px;
  height: 118px;
  margin: 0 auto;
  background: url(../imgs/bg_seal.png) no-repeat center / 100%;
}

.copyrights {
  position: relative;
  height: 104px;
  background: url(../imgs/bg_foot.png) no-repeat center / cover;
}

.copyrights .content {
  position: absolute;
  left: 50%;
  top: 41%;
  width: 1300px;
  margin-left: -650px;
}

.copyrights .content p {
  color: #fff;
  text-align: center;
  line-height: 22px;
}

.audiocss{
  position: fixed;
  right: 1%;
  bottom: 2%;
  border:0px;
}

audio a{
  border:0px;
}