@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  font: 14px/1.5 Microsoft YaHei, Arial, Helvetica, sans-serif;
  background-color: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
@media (min-width: 992px) {
  .fs-12 {
    font-size: 14px;
  }
  .fs-14 {
    font-size: 16px;
  }
  .fs-16 {
    font-size: 18px;
  }
  .fs-18 {
    font-size: 20px;
  }
  .fs-20 {
    font-size: 24px;
  }
  .fs-24 {
    font-size: 28px;
  }
  .fs-28 {
    font-size: 30px;
  }
  .fs-30 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .fs-12 {
    font-size: 12px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-16 {
    font-size: 16px;
  }
  .fs-18 {
    font-size: 18px;
  }
  .fs-20 {
    font-size: 20px;
  }
  .fs-24 {
    font-size: 24px;
  }
  .fs-28 {
    font-size: 28px;
  }
  .fs-30 {
    font-size: 30px;
  }
  .fs-36 {
    font-size: 36px;
  }
}
a,
a:hover {
  text-decoration: none;
}
.container {
  display: block;
  padding: 0 15px;
  margin: 0 auto;
  min-width: 992px;
  width: 992px;
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.img-responsive {
  display: block;
  border: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.fc-333 {
  color: #333;
}
.fw-normal {
  font-weight: 100;
}
.d-block {
  display: block;
}
.no-padding {
  padding: 0;
}
.inline-b {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.row-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.col-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_half {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  -moz-flex: 0.5;
  -webkit-flex: 0.5;
  flex: 0.5;
}
.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex_sesqui {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  -moz-flex: 1.5;
  -webkit-flex: 1.5;
  flex: 1.5;
}
.flex_2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.flex_auto {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  -moz-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.list-none {
  list-style: none;
}
.m-auto {
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pos-rel {
  position: relative;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.top-nav {
  background-color: #dad3cf;
  padding: 10px 15px;
  line-height: 38px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}
.top-nav .logo-wrap {
  width: 160px;
  margin-right: 50px;
}
.top-nav .nav-col {
  font-size: 16px;
  font-weight: 600;
}
.top-nav .nav-col a {
  color: black;
}
.top-nav .nav-col .active {
  color: #c58b5f;
}
.main-item > .container {
  padding: 80px 0;
}
.bg-opacity {
  background-color: rgba(0, 0, 0, 0.3);
}
.contcat-wrap {
  background: url('../images/contact.jpg') no-repeat center center;
  background-size: cover;
}
.contcat-wrap .mail-box {
  margin: 80px auto;
  font-size: 22px;
  color: #fff;
}
.contcat-wrap .mail-box a {
  color: #fff;
}
.contcat-wrap .form-wrap {
  padding: 10px 30px;
}
.contcat-wrap .form-wrap h3 {
  color: #fff;
}
.contcat-wrap label {
  display: block;
  margin-top: 20px;
  color: #999;
  font-size: 16px;
}
.contcat-wrap input,
.contcat-wrap textarea {
  width: 100%;
  margin-top: 10px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  padding: 8px 15px;
  color: #999;
  font-size: 16px;
}
.contcat-wrap .label_ {
  display: inline-block;
  width: 40%;
}
.contcat-wrap .label_:nth-child(odd) {
  margin-left: 16%;
}
.contcat-wrap textarea {
  width: 96%;
  resize: none;
}
.contcat-wrap button {
  outline: none;
  border: none;
  background-color: #d49e77;
  color: #fff;
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 4px;
}
.footer-wrap {
  padding: 30px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #999;
  line-height: 1.8;
  font-size: 14px;
}
.footer-wrap .container {
  padding: 0 15px!important;
}
.footer-wrap .qrcode {
  width: 30%;
  margin-right: 30px;
  vertical-align: middle;
}
.title_h {
  color: #fff;
  font-size: 36px;
}
.title_p {
  color: #fff;
  margin: 10px auto;
  font-size: 18px;
}
.row {
  margin: 0 -15px;
}
.row:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.col-xs-12,
.col-md-5,
.col-xs-6,
.col-md-3,
.col-md-4 {
  position: relative;
  min-height: 1px;
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-6 {
  width: 50%;
}
@media (min-width: 992px) {
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
[title='站长统计'] {
  display: none;
}
