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%;
}
body {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
a {
  color: #fff;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
.content {
  width: 1200px;
  height: 100%;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_jcenter {
  display: flex;
  justify-content: center;
}
.header {
  width: 100%;
  background: #cc9e67;
  position: fixed;
  z-index: 9999;
}
.header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_logo {
  width: 195px;
  height: 55px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.header .header_nav {
  color: #fff;
  font-size: 16px;
  position: relative;
  justify-content: space-between;
}
.header .header_nav .header_nav_a {
  padding: 35px 20px;
  position: relative;
  line-height: 1;
}
.header .header_nav .header_nav_a::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 35px;
}
.header .header_nav .header_nav_a:last-child::after {
  content: '';
  display: none;
}
.header .header_nav .header_nav_a .header_nav_ul {
  display: none;
  position: absolute;
  left: -25px;
  top: 85px;
  z-index: 999;
  border-top: 2px solid #9f6d32;
  background-image: url("../img/xiala.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #cc9e67;
}
.header .header_nav .header_nav_a .header_nav_ul .cpzx_li a {
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.header .header_nav .header_nav_a .header_nav_ul .cpzx_li a:hover {
  background: #b58751;
  color: #fff;
}
.header .header_nav .header_nav_a:hover .header_nav_ul {
  display: block;
}
.footer {
  width: 100%;
  background-image: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .contact_us_item {
  margin: 20px 55px 0 55px;
}
.footer .contact_us_item .contact_us_title {
  font-size: 20px;
  color: #ba905e;
  margin: 30px 0;
}
.footer .contact_us_item .contact_us_title a {
  font-size: 14px;
  position: relative;
}
.footer .contact_us_item .contact_us_title a:hover {
  color: #fff;
}
.footer .contact_us_item .contact_us_title a .contact_us_i {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/search_home.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: 2px;
}
.footer .contact_us_item .contact_us_box {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.footer .contact_us_item .contact_us_p1 {
  display: block;
  width: 40px;
  height: 22px;
  background-image: url("../img/address.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .contact_us_item .contact_us_p2 {
  display: block;
  width: 40px;
  height: 18px;
  background-image: url("../img/youxiang.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .contact_us_item .contact_us_p3 {
  display: block;
  width: 40px;
  height: 24px;
  background-image: url("../img/phone.png");
  background-repeat: no-repeat;
}
.footer .contact_us_item .contact_us_p4 {
  display: block;
  width: 40px;
  height: 21px;
  background-image: url("../img/time.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .contact_us_item .follow_us_p {
  text-align: center;
  margin-right: 46px;
  padding-top: 65px;
  width: 50px;
  font-size: 12px;
}
.footer .contact_us_item .follow_us_p:hover {
  color: #fff;
}
.footer .contact_us_item .follow_us_p:last-child {
  margin-right: 0;
}
.footer .contact_us_item .icon_wechat {
  position: relative;
}
.footer .contact_us_item .icon_wechat img {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.footer .contact_us_item .icon_wechat .qr {
  visibility: hidden;
}
.footer .contact_us_item .icon_tmall {
  background: url("../img/footer-tmall.png") center top no-repeat;
  background-size: 50px !important;
}
.footer .contact_us_item .icon_jd {
  background: url("../img/footer-jd.png") center top no-repeat;
  background-size: 50px !important;
}
.footer .contact_us_item .icon_wechat:hover .qr {
  visibility: visible;
}
.footer .contact_us_item .icon_wechat:hover .wechat {
  visibility: hidden;
}
.footer .copy {
  text-align: center;
  margin: 20px 0;
  color: #fff5df;
}
.footer .footer_link {
  display: flex;
  flex-wrap: wrap;
  padding: 21px 12px;
  width: 680px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,245,223,0.2);
  border-bottom: 1px solid rgba(255,245,223,0.2);
}
.footer .footer_link .footer_a {
  font-size: 14px;
  color: #fff5df;
  line-height: 24px;
  width: 16.6%;
  text-align: center;
  display: inline-block;
}
#wrapper {
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.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;
}
