@charset "UTF-8";
.clear::after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}

.clear-float::after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}

html body {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.header,
.footer {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}

.header .top {
  height: 130px;
}

.header .top .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .top .content .logo-wrap {
  width: 350px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .top .content .logo-wrap .logo {
  width: 100%;
}

.header .top .content .call-wrap .icon {
  margin-right: 15px;
}

.header .top .content .call-wrap .call {
  display: inline-block;
}

.header .top .content .call-wrap .call .label {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
}

.header .top .content .call-wrap .call .value {
  font-size: 26px;
  font-weight: bold;
  color: #C4A681;
  margin-top: 10px;
}

.header .top .content .call-wrap .call .value span {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
}

.header .nav-wrap {
  height: 85px;
  border-top: 2px solid #cbcbcb;
  border-bottom: 2px solid #cbcbcb;
}

.header .nav-wrap .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.header .nav-wrap .content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  font-size: 18px;
}

.header .nav-wrap .content .nav .a {
  width: 139px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C4A681;
  border-radius: 20px;
  color: #000;
  background-color: transparent;
}

.header .nav-wrap .content .nav .a:hover {
  color: #fff;
  background-color: #C4A681;
}

.header .nav-wrap .content .nav .active {
  color: #fff;
  background-color: #C4A681;
}

.header .banner-wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.header .banner-wrap .banner-swiper-container {
  width: 100%;
  height: 100%;
}

.header .banner-wrap .banner-swiper-container .swiper-slide {
  position: relative;
}

.header .banner-wrap .banner-swiper-container .swiper-slide .banner {
  width: 100%;
  height: 100%;
}

.header .banner-wrap .banner-swiper-container .swiper-pagination-bullet-active {
  background-color: #C4A681 !important;
  opacity: 1 !important;
}

.header .banner-wrap .banner-swiper-container .arrow-1 {
  width: 27px;
  height: 112px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.header .banner-wrap .banner-swiper-container .bswiper-btn-prev {
  left: 170px;
  background: url(../images/icon_a_l.png) center center no-repeat;
  background-size: contain;
}

.header .banner-wrap .banner-swiper-container .bswiper-btn-next {
  right: 170px;
  background: url(../images/icon_a_r.png) center center no-repeat;
  background-size: contain;
}

.footer {
  border-top: 18px solid #C4A681;
}

.footer .infor-wrap {
  background-color: #2e3034;
}

.footer .infor-wrap .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 50px;
}

.footer .infor-wrap .content .left {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .infor-wrap .content .left .block-1 {
  width: 30%;
  min-width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .infor-wrap .content .left .block-1 .text-1 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

.footer .infor-wrap .content .left .block-1 .footer-nav-wrap {
  margin-top: 26px;
}

.footer .infor-wrap .content .left .block-1 .footer-nav-wrap a {
  font-size: 14px;
  color: #B3B2B2;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.footer .infor-wrap .content .left .block-2 {
  width: 70%;
  min-width: 630px;
  font-size: 14px;
  color: #C4B9B9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 150px 0 70px;
  position: relative;
}

.footer .infor-wrap .content .left .block-2::before {
  content: '';
  width: 9px;
  height: 100%;
  background: url(../images/icon_4.png) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .infor-wrap .content .left .block-2::after {
  content: '';
  width: 9px;
  height: 100%;
  background: url(../images/icon_4.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 78px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .infor-wrap .content .left .block-2 .text-1 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22px;
}

.footer .infor-wrap .content .left .block-2 .item {
  line-height: 24px;
  font-size: 14px;
  color: #B3B2B2;
}

.footer .infor-wrap .content .right {
  width: 25%;
}

.footer .infor-wrap .content .right .block-1 {
  display: inline-block;
  text-align: right;
}

.footer .infor-wrap .content .right .block-1 .img-wrap {
  width: 125px;
  height: 125px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  display: inline-block;
}

.footer .infor-wrap .content .right .block-1 .img-wrap .img {
  max-width: 100%;
  max-height: 100%;
}

.footer .infor-wrap .content .right .block-1 .text {
  font-size: 14px;
  color: #B3B2B2;
  text-align: center;
  margin-top: 10px;
}

.footer .copyright {
  background-color: #000;
}

.footer .copyright .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 19px 0 20px;
  font-size: 14px;
  color: #B3B2B2;
  text-align: center;
}

.footer .copyright .content a {
  color: #B3B2B2;
}
/*# sourceMappingURL=common.css.map */