﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 14px;

  letter-spacing: 1.5px;
  font-family: "微软雅黑";
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
body {
  min-width: 1200px;
  width: 100%;
}
img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
@font-face {
  font-family: "FZQTJW";
  src: url("../font/FZQTJW.TTF") format('truetype');
}
@font-face {
  font-family: "FZXH1JW";
  src: url("../font/FZXH1JW.TTF") format('truetype');
}
.header {
  width: 100%;
  height: 52px;
  background-image: url(../img/headerbg.png);
  background-attachment: fixed;
  background-repeat:repeat-x;
  position: fixed;
  z-index: 9;
}
.header .center {
  width: 1248px;
  height: 52px;
  margin: 0 auto;
}
.header .center h1 {
  float: left;
  overflow: hidden;
}
.header .center h1 img {
  display: block;
  height: 52px;
}
.header .center .r-nav {
  float: right;
}
.header .center .r-nav ul {
  height: 52px;
  float: left;
}
.header .center .r-nav ul li {
  float: left;
  margin: 0 15px;
}
.header .center .r-nav ul li.act .b-a {
  color: #16bb94;
}
.header .center .r-nav ul li.act .b-a i {
  display: block;
}
.header .center .r-nav ul li.act .nav-dts {
  display: block;
}
.header .center .r-nav ul li.on .b-a {
  color: #16bb94;
}
.header .center .r-nav ul li .b-a {
  color: #414141;
  line-height: 52px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  letter-spacing: 2px;
  position: relative;
}
.header .center .r-nav ul li .b-a:hover {
  color: #16bb94;
}
.header .center .r-nav ul li .b-a i {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
  width: 21px;
  height: 12px;
  margin: 0 auto;
  margin-left: -10px;
  background: url("../img/nav-act.png");
}
.header .center .r-nav ul li .nav-dts {
  width: 100%;
  position: absolute;
  height: 54px;
  top: 100%;
  left: 0;
  display: none;
  background: rgba(92, 120, 99, 0.38);
}
.header .center .r-nav ul li .nav-dts .center {
  width: 1248px;
  margin: 0 auto;
  height: 54px;
  text-align: center;
}
.header .center .r-nav ul li .nav-dts .center a {
  display: inline-block;
  width: 140px;
  height: 18px;
  margin-top: 18px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px;
  border-right: 1px solid #fff;
}
.header .center .r-nav ul li .nav-dts .center a:last-child {
  border-right: 0;
}
.header .center .r-nav ul li .nav-dts .center a:hover {
  color: #191919;
}
.header .center .qh {
  float: left;
  width: 60px;
  height: 33px;
  cursor: pointer;
  border-left: 1px solid #d0d0d0;
  margin-top: 10px;
  margin-left: 30px;
  background: url("../img/r-qh-icon.png") no-repeat right center;
}
.header .center .qh img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -5px;
}
.header .xl-nr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: url("../img/nav-bg.jpg");
  background-size: 100% 100%;
  text-align: center;
  padding-top: 128px;
}
.header .xl-nr .close-ct {
  position: absolute;
  width: 1220px;
  top: 0;
  left: 50%;
  margin-left: -610px;
}
.header .xl-nr .close-ct .close-btn {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
  display: block;
  width: 66px;
  height: 38px;
  background: url("../img/close.png");
}
.header .xl-nr .list {
  min-width: 1075px;
  display: inline-block;
}
.header .xl-nr .list dl {
  width: 215px;
  float: left;
  text-align: center;
}
.header .xl-nr .list dl dt {
  color: #000000;
  font-size: 29px;
  margin-bottom: 70px;
  letter-spacing: 2.5px;
}
.header .xl-nr .list dl dd {
  text-align: center;
  line-height: 40px;
  letter-spacing: 2.5px;
}
.header .xl-nr .list dl dd a {
  color: #000000;
  font-size: 16.6px;
  letter-spacing: 2.5px;
}
.header .txt {
  min-width: 1075px;
  margin-top: 120px;
  position: absolute;
  bottom: 100px;
  width: 100%;
}
.header .txt h2 {
  text-align: center;
}
.header .txt h2 strong {
  font-size: 45px;
  color: #313131;
  font-family: "FZQTJW";
  margin: 0 26px;
  font-weight: 500;
}
.header .txt p {
  font-family: "FZXH1JW";
  color: #717171;
  font-size: 25px;
  text-align: center;
  line-height: 26px;
  height: 26px;
  margin-top: 40px;
}
.header .txt p i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1px;
  height: 26px;
  background: #c4c4c4;
  margin: 0 12px;
}
@media (max-height: 800px) {
  .header .xl-nr {
    padding-top: 80px;
  }
  .header .txt {
    bottom: 60px;
  }
}
@media (max-height: 700px) {
  .header .xl-nr {
    padding-top: 60px;
  }
  .header .xl-nr dt {
    margin-bottom: 40px !important;
  }
  .header .txt {
    bottom: 40px;
  }
}
@media (max-height: 600px) {
  .header .xl-nr {
    padding-top: 40px;
  }
  .header .xl-nr dt {
    margin-bottom: 20px !important;
  }
  .header .txt {
    bottom: 20px;
  }
}
.foot-txt {
  margin-top: 120px;
}
.foot-txt h2 {
  text-align: center;
}
.foot-txt h2 strong {
  font-size: 45px;
  color: #313131;
  font-family: "FZQTJW";
  margin: 0 26px;
  font-weight: 500;
}
.foot-txt p {
  font-family: "FZXH1JW";
  color: #717171;
  font-size: 25px;
  text-align: center;
  line-height: 26px;
  height: 26px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.foot-txt p i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1px;
  height: 26px;
  background: #c4c4c4;
  margin: 0 12px;
}
.footer {
  width: 100%;
  height: 317px;
  background: #5f5f5f;
}
.footer .f-logo {
  display: block;
  margin: 0 auto;
}
.footer p {
  text-align: center;
  margin-top: 15px;
  color: #8d8c8c;
  font-size: 15px;
  letter-spacing: 2px;
}
.footer p a {
  margin: 0 10px;
  color: #8d8c8c;
  font-size: 15px;
}
