* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  box-sizing: border-box;
}
body {
  font: 14px/1 "Microsoft Yahei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  color: #666;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em,
i,
u {
  font-style: normal;
}
a {
  text-decoration: none;
}
select,
input,
button,
button img,
label {
  vertical-align: middle;
  border: none;
}
img {
  vertical-align: bottom;
  border: 0;
  outline: 0;
}
a {
  -webkit-tap-highlight-color: transparent;
}
header,
footer,
section,
aside,
nav,
hgroup,
figure,
figcaption {
  display: block;
  border: none;
}
@font-face {
  font-family: "iconfont";
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot#iefix') format('embedded-opentype'), url('font/iconfont.woff') format('woff'), url('font/iconfont.ttf') format('truetype'), url('font/iconfont.svg#iconfont') format('svg');
}
.icon {
  font-family: "iconfont" !important;
  font-style: normal;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #222;
}
.box {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2em;
}
@media screen\0 {
  .box {
    padding: 0 1em 0;
  }
}
.tops {
  width: 100%;
  height: 35%;
}
.logo {
  height: 100%;
  background: url(../images/logo_dark.gif) no-repeat bottom center;
}
@media screen and (max-width: 640px) {
  .logo {
    background-size: 110% auto;
  }
}
@media screen and (max-width: 320px) {
  .logo {
    background-size: 100% auto;
  }
}
.so {
  max-width: 640px;
  margin: -1px auto 0;
  background: #333;
  border-top: 1px solid #9c0;
  border-bottom: 3px solid #9c0;
  border-radius: 0.5em;
  position: relative;
}
.so.fcu {
  border: 2px solid #9c0;
}
.so.fcu input {
  width: 92%;
  margin: 0 0 0 28px;
  padding: 1em 0;
  background: none;
  font-size: 1.3em;
  color: #09f;
  text-align: left;
  display: block;
}
.so.fcu button {
  color: #09f;
  text-shadow: 0 0 1px #09f, 0 0 6px #09f, 0 0 9px #09f;
}
.so.fcu button:hover {
  color: #fff;
}
.so.fcu p {
  display: none;
}
.so.fcu .btn {
  display: table-cell;
}
.so:hover {
  cursor: pointer;
}
.so:hover button,
.so:hover p i {
  color: #09f;
  text-shadow: 0 0 1px #09f, 0 0 6px #09f, 0 0 9px #09f;
}
.so ul {
  width: 100%;
  height: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.so li {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.so li p {
  padding: 1em;
  color: #666;
  font: normal 1.2em/1 Arial;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .so li p {
    font-size: 1em;
    line-height: 2;
  }
}
.so li p i {
  font-size: 1.8em;
  color: #09f;
  vertical-align: middle;
}
@media screen and (max-width: 420px) {
  .so li p i {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 350px) {
  .so li p i {
    display: block;
  }
}
.so input {
  display: none;
}
.so button {
  width: 2em;
  height: 100%;
  background: none;
  color: #9c0;
  font-size: 1.8em;
  display: block;
  cursor: pointer;
}
.so button:hover {
  color: #09f;
  text-shadow: 0 0 1px #09f, 0 0 6px #09f, 0 0 9px #09f;
}
@media screen\0 {
  .so button {
    margin-top: 0.2em;
  }
}
.so .btn {
  width: 3em;
  display: none;
}
.so .site {
  display: none;
}
.nav {
  width: 100%;
  height: 4.5em;
  margin: -11px 0 0;
}
.nav .box_2_0 {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.nav .box_2_1 {
  display: none;
}
.nav a {
  width: auto;
  min-width: 18%;
  height: 100%;
  padding: 2em 2em 1em;
  color: #9c0;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media screen\0 {
  .nav a {
    padding-right: 1em;
  }
}
@media screen and (max-width: 580px) {
  .nav a {
    padding: 4em 0.5em 1em;
  }
}
@media screen and (max-width: 320px) {
  .nav a {
    padding: 4em 0 1em;
  }
}
.nav a:hover {
  margin-top: -0.65em;
  padding: 1em 0 1em 1.8em;
  background: linear-gradient(0deg, #9c0, #5f7d00 90%, #9c0, #5f7d00);
  color: #fff;
  font-size: 1.2em;
  text-shadow: 0 1px 1px #000;
  border-top: 1px solid #9c0;
  border-bottom: 1px solid #666;
  border-radius: 0.2em;
  position: relative;
}
@media screen\0 {
  .nav a:hover {
    background: #9c0 url('../images/btn.png') repeat-x;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 580px) {
  .nav a:hover {
    margin: 0;
    padding: 4em 0.5em;
    background: none;
    color: #9c0;
    font-size: 1em;
    text-shadow: none;
    border: none;
  }
}
.nav a:hover i {
  margin: 0 0 0 -1.5em;
  font-size: 1.3em;
  color: #FF0;
  top: 0.75em;
}
@media screen and (max-width: 580px) {
  .nav a:hover i {
    margin: 0 0 0 -1em;
    font-size: 1.4em;
    color: #fff;
    top: 0.8em;
  }
}
.nav a i {
  margin: 0 0 0 -1.5em;
  color: #9c0;
  font-size: 1.2em;
  position: absolute;
}
@media screen\0  {
  .nav a i {
    margin: 0 0 0 -2em;
    left: 50%;
  }
  .nav a i.IEmg {
    margin-left: -2.5em;
  }
}
@media screen and (max-width: 580px) {
  .nav a i {
    width: 2em;
    margin: 0 0 0 -1em;
    padding: 0.4em 0.2em 0.2em;
    background: #9c0 url('../images/btn.png') repeat-x;
    background-size: auto 100%;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #FF0;
    border-top: 1px solid #9c0;
    border-bottom: 1px solid #666;
    border-radius: 5px;
    left: 50%;
    top: 0.8em;
  }
}
@media screen and (max-width: 580px \0) {
  .nav a i.IEmg {
    margin: 0 0 0 -1em;
  }
}
.foot {
  width: 100%;
  margin: 0.5em 0 0;
  font: normal 12px/2 Arial;
  color: #5f7d00;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .foot {
    margin: 1.5em 0 0;
  }
}
.foot a,
.foot .ICP {
  color: #5f7d00;
  display: inline-block;
  cursor: pointer;
}
.foot a:hover,
.foot .ICP:hover {
  color: #09f;
}
