body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
optgroup,
p,
blockquote,
figure,
hr,
menu,
dir,
thead,
tbody,
tfoot,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
  list-style-image: none;
}
a {
  text-decoration: none;
  outline: 0 none;
}
a:active,
a:hover {
  outline: 0 none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
em {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background-color: #d2e5ff;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: consolas, 'MicroSoft YaHei';
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0 none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  outline: none;
  background: none;
  border: none;
}
textarea {
  resize: none;
}
input,
button {
  *overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input {
    line-height: normal !important;
  }
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: darkGray;
  opacity: 1;
}
label {
  cursor: pointer;
}
svg:not(:root) {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "microsoft YaHei";
}
html {
  text-size-adjust: 100%;
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 331px;
  background-color: #f7f7f7;
}
body {
  font-size: 14px;
  line-height: 2;
  padding: 0;
  margin: 0;
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
}
.header .nav {
  position: relative;
  width: 1200px;
  height: 100px;
  margin: auto;
}
.header .nav .nav_logo {
  width: 100px;
  height: 100px;
  background: url("../img/logo.png") no-repeat left center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .nav .nav_search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 192px;
  height: 34px;
}
.header .nav .nav_search .cover {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
}
.header .nav .nav_search input {
  width: 100%;
  height: 100%;
  padding-left: 5%;
  position: absolute;
}
.header .nav .nav_search input::placeholder {
  color: #fff;
  font-size: 12px;
}
.header .nav .nav_search .sea {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url("../img/search.png") no-repeat center;
}
.header .nav .nav_list {
  display: table;
  margin: auto;
  position: relative;
  left: -55px;
}
.header .nav .nav_list .item {
  display: table-cell;
  height: 100px;
  line-height: 95px;
  padding: 0 30px;
  position: relative;
}
.header .nav .nav_list .item a {
  font-size: 16px;
  color: #fff;
}
.header .nav .nav_list .item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  background-color: transparent;
}
.header .nav .nav_list .item:hover a::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #fff;
}
.header .nav::after {
  content: "";
  display: block;
  width: 1200px;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
.footer {
  background-color: #2b2b2b;
  padding-top: 50px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.footer .footOne {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.footer .footOne:after {
  clear: both;
  display: block;
  content: "";
}
.footer .footerLogo {
  float: left;
  width: 373px;
  position: relative;
}
.footer .footerLogo:after {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  background-color: #4b4b4b;
  position: absolute;
  right: 0;
  top: 27px;
}
.footer .footerName {
  padding-left: 57px;
  line-height: 70px;
  color: #0057ab;
  font-size: 18px;
  background: url("../img/logo.png") no-repeat left center;
  background-size: 42px 46px;
}
.footer .footerName span {
  font-size: 22px;
  color: #f2ffff;
}
.footer .weChat {
  width: 85px;
  height: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 60px;
  margin-bottom: 13px;
}
.footer .weChat_name {
  color: #999;
  font-size: 12px;
  padding-left: 59px;
}
.footer .footerCon {
  float: right;
}
.footer .footerCon dl {
  float: left;
  margin-right: 165px;
}
.footer .footerCon .footercontact {
  margin-right: 0;
}
.footer .navName {
  color: #cecece;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.footer .navItem {
  font-size: 12px;
  line-height: 24px;
  color: #999;
}
.footer .navItem a {
  color: #999;
}
.footer .footerTwo {
  border-top: 1px solid #4b4b4b;
}
.footer .footerTwo_con {
  width: 1200px;
  margin: 0 auto;
  line-height: 22px;
  padding: 9px 0;
  font-size: 14px;
}
.footer .footerTwo_con:after {
  clear: both;
  display: block;
  content: "";
}
.footer .footerTwo_con .ItemOne {
  float: left;
  color: #fff;
}
.footer .footerTwo_con .ItemTwo {
  float: right;
  color: #999;
}
#wrapper {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
.dividing_line {
  position: relative;
}
.dividing_line::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #181517;
}
.dividing_line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #2c292b;
}
.dividing_line_nolast {
  position: relative;
}
.dividing_line_nolast::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #181517;
}
.dividing_line_nolast::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #2c292b;
}
.dividing_line_nolast:last-child::before {
  content: '';
  position: absolute;
  width: 0;
}
.dividing_line_nolast:last-child::after {
  content: '';
  position: absolute;
  width: 0;
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
