﻿html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "黑体";
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
}
body {
  font-size: 16px;
  background: #f9f4f0;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.flood_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.flood_top img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.flood_content {
  background: #fff;
  margin-top: 550px;
  margin-bottom: 50px;
}
.flood_content_body {
  padding: 15px;
}
.flood_nav {
  background: #4d4e62;
  overflow: hidden;
  margin-bottom: 10px;
}
.flood_nav li {
  float: left;
  width: 10%;
  text-align: center;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.flood_nav li:hover {
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.95em;
}
.flood_nav a {
  padding: 15px 0;
  color: #fff;
  font-size: 1.1em;
}
.footer {
  background: rgba(0, 0, 0, 0.7);
  color: #c8c8c8;
  text-align: center;
  /*position:absolute;*/
  width: 100%;
  padding: 2% 0;
  /*left:0;
        bottom:0;*/
  margin-top: 100px;
  font-size: 0.9em;
}
.footer_relevant {
  margin-bottom: 2%;
  color: #65ffdd;
}
.footer_relevant ul {
  overflow: hidden;
}
.footer_relevant ul li {
  float: left;
  width: 14.28571429%;
}
.footer_relevant ul li a {
  color: #65ffdd;
  height: 25px;
  line-height: 25px;
}
.footer_tittle {
  margin-bottom: 2%;
}
.inpage_top {
  overflow: hidden;
  position: relative;
}
.inpage_top img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
@media screen and (max-width: 414px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 14px;
  }
  .content {
    width: 96%;
    margin: 0 auto;
  }
  .footer {
    padding: 4% 0;
  }
  .footer_relevant ul li {
    width: 50%;
  }
  .footer_relevant ul li:nth-child(2n+1) {
    text-align: left;
  }
  .footer_relevant ul li:nth-child(2n) {
    text-align: right;
  }
  .footer_intro {
    font-size: 0.85em;
    line-height: 20px;
  }
  .inpage_top {
    /*height: 300px;*/
    overflow: hidden;
    position: relative;
  }
  .inpage_top_img img {
    width: 100%;
  }
}
