@charset "utf-8";
/* CSS Document */
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: black;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
button,
input,
textarea {
  color: #333;
}
body,
html {
  width: 100%;
  height: auto;
  font-family: "PingFang SC", "Microsoft YaHei";
  background: #ffffff;
}
.hide {
  display: none;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input {
  border: none;
  background: none;
}
.flex_cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.fade-in-up {
  animation: fade-in-up 1.5s ease 1;
  -webkit-animation: fade-in-up 1.5s ease 1;
}
.fade-in-up-two {
  animation: fade-in-up 2.5s ease 1;
  -webkit-animation: fade-in-up 2.5s ease 1;
}
html,
body {
  min-width: 1400px;
}
header {
  height: 80px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
header > a {
  width: 273px;
  font-size: 0;
}
header > a img {
  width: 100%;
}
header nav {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 24px 0 12px;
}
header nav .nav {
  width: 120px;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #6d5b55;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
header nav .nav::after {
  content: "";
  width: 0;
  height: 4px;
  background: #ffa400;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header nav .nav.cur,
header nav .nav:hover {
  font-weight: bold;
  color: #ffa400;
}
header nav .nav.cur::after,
header nav .nav:hover::after {
  width: 100%;
}
header nav .nav.cur > a,
header nav .nav:hover > a {
  font-weight: bold;
  color: #ffa400;
}
header nav .nav:hover ul {
  height: auto;
}
header nav .nav > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #6d5b55;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .nav ul {
  width: 100%;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header nav .nav ul li {
  height: 40px;
}
header nav .nav ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #6d5b55;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal !important;
}
header nav .nav ul li a:hover {
  color: #ffa400;
}
header .search_box {
  width: 240px;
  height: 40px;
  font-size: 0;
  position: relative;
}
header .search_box input::-webkit-input-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box :-moz-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box ::-moz-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box :-ms-input-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box ::-ms-input-placeholder {
  color: rgba(109, 91, 85, 0.6);
}
header .search_box input {
  width: 100%;
  height: 100%;
  padding: 9px 48px 9px 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  color: rgba(109, 91, 85, 0.6);
  background-color: rgba(25, 46, 66, 0.04);
  border-radius: 20px;
}
header .search_box .search {
  width: 20px;
  height: 20px;
  background: url("../images/icon/ico_search.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
aside {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 5;
}
aside .to_top {
  width: 48px;
  height: 48px;
  background: url("../images/icon/ico_totop.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
aside .follow_wx {
  width: 48px;
  height: 48px;
  background: url("../images/icon/ico_wx.png") center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
aside .follow_wx:hover {
  background: url("../images/icon/ico_wx_a.png") center center no-repeat;
  background-size: 100% 100%;
}
aside .follow_wx:hover .follow_box {
  display: block;
}
aside .follow_wx .follow_box {
  width: 240px;
  height: 255px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 24px 30px 32px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 58px;
  display: none;
}
aside .follow_wx .follow_box h4 {
  font-size: 16px;
  line-height: 22px;
  color: #433834;
  text-align: center;
  font-weight: normal;
}
aside .follow_wx .follow_box p {
  font-size: 12px;
  line-height: 17px;
  color: #433834;
  margin-top: 2px;
  text-align: center;
}
aside .follow_wx .follow_box .qr {
  width: 140px;
  height: 140px;
  margin: 16px auto 0;
}
aside .follow_wx .follow_box .qr img {
  width: 100%;
}
footer {
  background: #383838;
}
footer .w1200 {
  padding: 50px 0;
  box-sizing: border-box;
}
footer .w1200 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .w1200 ul li:nth-child(1) {
  width: 274px;
}
footer .w1200 ul li:nth-child(2) {
  width: 320px;
}
footer .w1200 ul li:nth-child(3) {
  width: 260px;
}
footer .w1200 ul li h4 {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border-bottom: 1px solid #6d5b55;
  padding-bottom: 10px;
  position: relative;
}
footer .w1200 ul li h4::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #f9b334;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .w1200 ul li .phone {
  font-size: 24px;
  line-height: 32px;
  color: #f9b334;
  margin-top: 24px;
}
footer .w1200 ul li .phone i {
  width: 32px;
  height: 32px;
  background: url("../images/icon/ico_phone.png") center center no-repeat;
  background-size: 100% 100%;
  float: left;
}
footer .w1200 ul li .mail {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  margin-top: 8px;
}
footer .w1200 ul li .mail span {
  color: rgba(255, 255, 255, 0.6);
}
footer .w1200 ul li .mail i {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico_mail.png") center center no-repeat;
  background-size: 100% 100%;
  float: left;
  margin-right: 8px;
}
footer .w1200 ul li .addr {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 8px;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
  float: left;
  text-align: justify;
}
footer .w1200 ul li .addr span {
  color: rgba(255, 255, 255, 0.6);
}
footer .w1200 ul li .addr i {
  width: 24px;
  height: 24px;
  background: url("../images/icon/ico_mail.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer .w1200 ul li .links {
  margin-top: 24px;
}
footer .w1200 ul li .links a {
  width: 120px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  float: left;
  margin-top: 8px;
}
footer .w1200 ul li .links a:nth-child(odd) {
  margin-right: 80px;
}
footer .w1200 ul li .gzh {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .w1200 ul li .gzh .gzh_wx {
  width: 106px;
}
footer .w1200 ul li .gzh .gzh_wx .img {
  width: 106px;
  height: 106px;
  background: url("../images/bg_gzh.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 11px;
  box-sizing: border-box;
}
footer .w1200 ul li .gzh .gzh_wx .img img {
  width: 100%;
  border-radius: 4px;
}
footer .w1200 ul li .gzh .gzh_zfb {
  width: 106px;
}
footer .w1200 ul li .gzh .gzh_zfb .img {
  width: 106px;
  height: 106px;
  background: url("../images/bg_gzh.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 11px;
  box-sizing: border-box;
}
footer .w1200 ul li .gzh .gzh_zfb .img img {
  width: 100%;
  border-radius: 4px;
}
footer .w1200 ul li .gzh p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
footer .w1200 ul li .gzh p i.wx {
  width: 20px;
  height: 17px;
  background: url("../images/icon/ico_wx2.png") center center no-repeat;
  background-size: 100% 100%;
}
footer .w1200 ul li .gzh p i.zfb {
  width: 20px;
  height: 17px;
  background: url("../images/icon/ico_zfb.png") center center no-repeat;
  background-size: 100% 100%;
}
footer .copyright {
  background-color: #323232;
  padding: 19px 0;
}
footer .copyright .tishi {
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
footer .copyright .banquan {
  text-align: center;
}
footer .copyright .banquan span,
footer .copyright .banquan a {
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 12px;
}
footer .copyright .banquan span i.ga,
footer .copyright .banquan a i.ga {
  width: 16px;
  height: 17px;
  background: url("../images/icon/ico_ga.png") center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  margin-right: 4px;
}
.news-content p {
  color: #333;
}
.bj-f {
  color: #736766 !important;
}
.banner_gscp {
  height: 320px;
  background: url("../images/banner_qxjj.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_zhlc {
  height: 320px;
  background: url("../images/banner_zhlc.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_fxq {
  height: 320px;
  background: url("../images/banner_fxq.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_xxpl {
  height: 320px;
  background: url("../images/banner_xxpl.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_qxjj {
  height: 320px;
  background: url("../images/banner_qxjj.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_hrydzc {
  height: 320px;
  background: url("../images/banner_hrydzc.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.banner_gywm {
  height: 320px;
  background: url("../images/banner_gywm.jpg") center center no-repeat;
  background-size: 1920px 320px;
  position: relative;
}
.banner_normal {
  height: 240px;
  background: url("../images/banner_normal.jpg") center center no-repeat;
  background-size: 1920px 240px;
}
.banner_khfw {
  height: 320px;
  background: url("../images/banner_khfw.jpg") center center no-repeat;
  background-size: 1920px 320px;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.pop.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 81;
}
.jobPop .jobBox {
  width: 1000px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px 40px;
  box-sizing: border-box;
}
.jobPop .jobBox h4 {
  font-size: 20px;
  color: #4c4948;
  border-bottom: 2px solid #e69723;
  line-height: 30px;
}
.jobPop .jobBox .job {
  font-size: 20px;
  color: #e69723;
  line-height: 30px;
  margin-top: 20px;
  font-weight: bold;
}
.jobPop .jobBox .baseMess {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: #f7b334;
  margin-top: 20px;
}
.jobPop .jobBox .job_table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 20px auto 0;
}
.jobPop .jobBox .job_table td {
  font-size: 16px;
  line-height: 30px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  text-align: center;
}
.jobPop .jobBox .job_table td:nth-child(1) {
  width: 20%;
  background-color: #f7b334;
  color: #fff;
}
.jobPop .jobBox .job_table td:nth-child(2) {
  color: #736766;
  text-align: left;
}
.jobPop .jobBox .close {
  width: 30px;
  height: 30px;
  background: url("../images/close.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.qrcodePop .qrcodeBox {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qrcodePop .qrcodeBox .title {
  background-color: #ffb403;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  padding-left: 10px;
}
.qrcodePop .qrcodeBox .qr {
  height: 265px;
  background-color: #fff;
}
.qrcodePop .qrcodeBox .qr p {
  font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 40px;
  font-weight: bold;
}
.qrcodePop .qrcodeBox .qr .img {
  width: 200px;
  margin: 0 auto;
}
.qrcodePop .qrcodeBox .qr .img img {
  width: 100%;
}
.qrcodePop .qrcodeBox .close {
  width: 20px;
  height: 20px;
  background: url('../images/close.svg') center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
* {
  font-family: "PingFang SC";
}
.wrap .w1200 {
  *zoom: 1;
  padding: 10px 0 20px;
}
.wrap .w1200:after,
.wrap .w1200:before {
  content: " ";
  display: table;
}
.wrap .w1200:after {
  clear: both;
}
.wrap .content-address {
  margin: 10px 0;
  height: 30px;
  line-height: 30px;
  color: #999;
}
.wrap .content-address a {
  color: #999;
}
.wrap .content-address .current-address {
  color: #ffa400;
}
.wrap .title-link {
  margin: 5px 0 15px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 14px;
}
.wrap .title-link a {
  color: #000;
}
.wrap .title-link .current-address {
  color: #ffa400;
}
.wrap .article {
  width: 1200px;
  border: 1px solid #ccc;
  padding: 1px 30px 30px;
  box-sizing: border-box;
}
.wrap .article .article-mess {
  border-bottom: 1px solid #bbbbbb;
}
.wrap .article .article-mess h1 {
  color: #000;
  text-align: center;
  font-size: 24px;
  padding: 24px 0;
  box-sizing: border-box;
}
.wrap .article .article-mess .date {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-align: center;
  padding-bottom: 30px;
}
.wrap .article .content {
  padding: 30px 0 65px;
  box-sizing: border-box;
}
.wrap .article .content h4 {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
}
.wrap .article .content h4.need_ident {
  text-indent: 2em;
}
.wrap .article .content h4.sign {
  text-align: right;
}
.wrap .article .content .editorcontent {
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.wrap .article .content p {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
  text-align: justify;
}
.wrap .article .content p.need_ident {
  text-indent: 2em;
}
.wrap .article .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.wrap .article .content table {
  margin: 20px auto;
}
.wrap .article .content table tr:nth-child(1) td {
  color: #fff;
  background-color: #ebac4f;
  text-align: center;
}
.wrap .article .content table td {
  padding: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.wrap .article .shareline {
  padding-top: 20px;
  text-align: right;
}
.wrap .article .shareline a {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #333;
}
.wrap .article2 {
  width: 1200px;
  padding: 30px;
  box-sizing: border-box;
}
.wrap .article2 h1 {
  color: #000;
  text-align: center;
  font-size: 24px;
  padding: 24px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #bbbbbb;
}
.wrap .article2 .content {
  padding: 30px 0 65px;
  box-sizing: border-box;
}
.wrap .article2 .content h4 {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
}
.wrap .article2 .content h4.need_ident {
  text-indent: 2em;
}
.wrap .article2 .content h4.sign {
  text-align: right;
}
.wrap .article2 .content p {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  margin-bottom: 10px;
  text-align: justify;
}
.wrap .article2 .content p.need_ident {
  text-indent: 2em;
}
.wrap .article2 .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.wrap .article2 .content table {
  margin: 20px auto;
}
.wrap .article2 .content table tr:nth-child(1) td {
  color: #fff;
  background-color: #ebac4f;
  text-align: center;
}
.wrap .article2 .content table td {
  padding: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.wrap .article2 .shareline {
  padding-top: 20px;
  text-align: right;
}
.wrap .article2 .shareline a {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #333;
}
