/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
  font-size: 14px;
  color: #595656;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
}
.inner {
  margin: 0 auto;
  max-width: 1190px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: block;
  clear: both;
  content: " ";
  visibility: hidden;
  height: 0;
}
/* 头部 */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header .h-top {
  height: 40px;
  background-color: #d7000f;
}
.header .h-top .inner {
  padding: 0 15px;
  color: #fff;
  line-height: 40px;
  text-align: right;
  font-size: 18px;
}
.header .h-nav {
  background-color: rgba(255, 255, 255, 0.95);
}
.header .h-nav .logo {
  float: left;
  margin: 1.5% 0 1.5% 15px;
  width: 25%;
  max-width: 207px;
}
.header .h-nav .logo img {
  display: block;
  width: 100%;
}
.header .h-nav .links {
  float: right;
  padding-top: 38px;
  padding-right: 20px;
}
.header .h-nav .links .link {
  display: inline-block;
  margin-left: 34px;
  color: #595757;
  cursor: pointer;
}
.header .h-nav .links .link strong {
  position: relative;
  z-index: 99;
  font-size: 24px;
  font-weight: normal;
  transform: scaleX(0);
}
.header .h-nav .links .link strong:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -48px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #d8010f, #f08200);
  opacity: 0;
  border-radius: 2px;
  transform: scaleX(0);
  transition: all 0.2s cubic-bezier(0.18, 0.89, 0.17, 0.88), opacity 0.15s ease;
}
.header .h-nav .links .link:first-child strong:after {
  margin-left: -24px;
}
.header .h-nav .links .link:hover strong:after {
  opacity: 1;
  transform: scaleX(1);
}
.header .h-nav .links .link:hover .nav-pop {
  display: block;
}
.header .h-nav .links .link.on strong:after {
  opacity: 1;
  transform: scaleX(1);
}
.header .h-nav .links .link .nav-pop {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 108px;
}
.header .h-nav .links .link .nav-pop ul {
  margin-top: 108px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 7px #ccc inset;
}
.header .h-nav .links .link .nav-pop ul li {
  margin: 0 auto;
  width: 1190px;
  padding-left: 318px;
}
.header .h-nav .links .link .nav-pop ul li:last-child a {
  margin-right: 0;
}
.header .h-nav .links .link .nav-pop ul li a {
  float: left;
  margin-right: 38px;
  line-height: 108px;
  font-size: 18px;
}
.header .h-nav .links .link .nav-pop ul li a.on {
  color: #d7000f;
  text-decoration: underline;
}
.header .h-nav .links .link .nav-pop ul li a:hover {
  color: #d7000f;
  text-decoration: underline;
}
.header .h-nav .links .link .nav-pop ul:after {
  display: block;
  clear: both;
  content: " ";
  visibility: hidden;
  height: 0;
}
.bread {
  height: 108px;
  line-height: 108px;
  font-size: 24px;
  color: #595757;
}
.bread span {
  color: #d7000f;
}
.footer {
  margin: auto;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #888;
  background-color: #e4e4e4;
}
.footer a {
  color: #666;
  margin-left: 15px;
}
.banner-sub {
  display: block;
  width: 100%;
  height: 225px;
  background: url(/dist/images/about/banner-m.jpg) no-repeat top center;
  background-size: 100%;
}
@media (min-width: 1200px) {
  .header .h-nav {
    height: 108px;
  }
  body .banner-sub {
    height: 400px;
    background: url(/dist/images/park/banner.jpg) no-repeat top center;
  }
}

