a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
input,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
}
button,
input[type=button],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none !important;
}
a {
  text-decoration: none;
  display: block;
}
li {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
body {
  min-width: 1140px;
}
img {
  width: 100%;
  max-width: auto;
  display: block;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
input:focus {
  outline: 0;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.flex-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.wh-banner {
  position: relative;
  max-width: 1920px;
  padding-top: 455px;
  margin: 0 auto;
  overflow: hidden;
}
.wh-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
}
.wh-sec {
  padding: 36px 0 46px;
}
.wh-sec.hsbg.kc {
  background: url(/images/xdwhb/kc-bg.jpg) no-repeat center;
  background-size: 1919px 691px;
}
.wh-sec.hsbg.ms {
  background: url(/images/xdwhb/ms-bg.jpg) no-repeat center;
  background-size: 1919px 770px;
}
.wh-sec.hsbg.xdfys {
  background: url(/images/xdwhb/ys-bg.jpg) no-repeat center;
  background-size: 1920px 634px;
}
.wh-sec.hsbg .wh-tit h2 {
  color: #fff;
}
.wh-sec.hsbg .wh-tit h2:after {
  background: #fff;
}
.wh-sec.hsbg .wh-tit .subtit {
  color: #fff;
}
.wh-tit {
  text-align: center;
  padding-bottom: 40px;
}
.wh-tit h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 23px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.wh-tit h2::after,
.wh-tit h2::before {
  position: absolute;
  left: 50%;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wh-tit h2::before {
  top: 44px;
  width: 64px;
  height: 6px;
  background: #cc7833;
  z-index: 2;
}
.wh-tit h2:after {
  top: 46px;
  width: 260px;
  height: 3px;
  background: #999;
}
.wh-tit p {
  font-size: 20px;
  line-height: 20px;
}
.wh-rq .whrq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wh-rq .whrq-wrap .whrq-item {
  position: relative;
  top: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8.19px 0.81px rgba(156, 73, 0, 0.64);
  box-shadow: 0px 0px 8.19px 0.81px rgba(156, 73, 0, 0.64);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wh-rq .whrq-wrap .whrq-item:last-child {
  margin-right: 0;
}
.wh-rq .whrq-wrap .whrq-item a {
  display: block;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.wh-rq .whrq-wrap .whrq-item a .whrq-thumb {
  width: 150px;
  position: relative;
}
.wh-rq .whrq-wrap .whrq-item a .whrq-thumb img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 112px;
  height: 112px;
}
.wh-rq .whrq-wrap .whrq-item a .whrq-desc {
  width: calc(100% - 150px);
  text-align: center;
  padding: 28px 0;
}
.wh-rq .whrq-wrap .whrq-item a .whrq-desc .whrq-tit {
  position: relative;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 26px;
}
.wh-rq .whrq-wrap .whrq-item a .whrq-desc .whrq-tit h3 {
  color: #030303;
  font-weight: normal;
}
.wh-rq .whrq-wrap .whrq-item a .whrq-desc .whrq-tit::after {
  position: absolute;
  left: 50%;
  top: 37px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 36px;
  height: 4px;
  background: #cfa972;
}
.wh-rq .whrq-wrap .whrq-item a .whrq-desc .whrq-txt {
  color: #6c6c6c;
  line-height: 30px;
}
.wh-rq .whrq-wrap .whrq-item:hover {
  top: -5px;
}
.kcnr-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.kcnr-wrap .kcnr-item {
  position: relative;
  top: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 12px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.kcnr-wrap .kcnr-item:last-child {
  margin-right: 0;
}
.kcnr-wrap .kcnr-item:nth-child(2n) .kcitem-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.kcnr-wrap .kcnr-item:hover {
  top: -8px;
}
.kcitem-desc {
  padding-bottom: 26px;
}
.kcitem-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.kcitem-wrap .kcitem-tit {
  padding-top: 30px;
  margin-bottom: 15px;
}
.kcitem-wrap .kcitem-tit h4 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #cc7833;
  text-align: center;
}
.kcitem-wrap .kcitme-txt {
  padding: 0 10px;
}
.kcitem-wrap .kcitme-txt p {
  line-height: 30px;
  font-size: 16px;
  color: #0f0e0e;
}
.wh-btn {
  padding-top: 40px;
}
.wh-btn .whbtn-wrap {
  line-height: 48px;
  width: 284px;
  margin: 0 auto;
  background: #fefaf9;
  text-align: center;
}
.wh-btn .whbtn-wrap a {
  color: #cc7833;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wh-btn.hsbg .whbtn-wrap {
  background: #cc7833;
}
.wh-btn.hsbg .whbtn-wrap a {
  color: #fff;
}
.wh-btn:hover a {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wh-jxhj .jxhj .jxhj-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 23px;
}
.wh-jxhj .jxhj .jxhj-item .jxhj-thumb {
  margin-right: 23px;
}
.wh-jxhj .jxhj .jxhj-item .jxhj-thumb img {
  -webkit-transition: all 0.36s linear;
  transition: all 0.36s linear;
}
.wh-jxhj .jxhj .jxhj-item .jxhj-thumb:last-child {
  margin-right: 0;
}
.wh-jxhj .jxhj .jxhj-item .jxhj-thumb:hover img {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.wh-jxhj .jxhj .jxhj-item:nth-child(1) .jxhj-thumb:nth-child(1) {
  width: 538px;
}
.wh-jxhj .jxhj .jxhj-item:nth-child(1) .jxhj-thumb:nth-child(2) {
  width: 353px;
}
.wh-jxhj .jxhj .jxhj-item:nth-child(1) .jxhj-thumb:nth-child(3) {
  width: 202px;
}
.wh-jxhj .jxhj .jxhj-item:nth-child(1) .jxhj-thumb {
  width: 364px;
}
.wh-jxhj .jxhj .jxhj-item:last-child {
  margin-bottom: 0;
}
.whms-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.whms-wrap .whms-item {
  position: relative;
  top: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 4.09356725%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.whms-wrap .whms-item:hover {
  top: -8px;
}
.whms-wrap .whms-item:last-child {
  margin-right: 0;
}
.whms-wrap .whms-item .whms-thumb img {
  width: 100%;
}
.whms-wrap .whms-item .whms-desc {
  background: #fff;
  text-align: center;
}
.whms-wrap .whms-item .whms-desc .whms-tit {
  padding-top: 18px;
  margin-bottom: 14px;
}
.whms-wrap .whms-item .whms-desc .whms-tit h3 {
  font-size: 20px;
  font-weight: normal;
  color: #0f0e0e;
}
.whms-wrap .whms-item .whms-desc .whms-zs {
  padding-bottom: 22px;
}
.whms-wrap .whms-item .whms-desc .whms-zs p {
  font-size: 14px;
  color: #727271;
}
.whms-wrap .whms-item .whms-desc .whms-sc {
  line-height: 40px;
  border: 1px dashed #727271;
  border-left: 0;
  border-right: 0;
  margin-bottom: 16px;
}
.whms-wrap .whms-item .whms-desc .whms-sc p {
  font-size: 14px;
  color: #727271;
}
.whms-wrap .whms-item .whms-desc .whms-btn {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 32px;
  padding-bottom: 18px;
}
.whms-wrap .whms-item .whms-desc .whms-btn a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-right: 8px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  background: url(/images/xdwhb/msg-icon.png) #eaae32 no-repeat;
  background-position: 10px 7px;
  text-indent: 28px;
}
.whms-wrap .whms-item .whms-desc .whms-btn a:last-child {
  margin-right: 0;
  background: url(/images/xdwhb/bj-icon.png) #cc7833 no-repeat;
  background-position: 10px 7px;
}
.xszp-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.xszp-wrap .xszp-item {
  margin-right: 9px;
}
.xszp-wrap .xszp-item:nth-child(1) {
  width: 566px;
}
.xszp-wrap .xszp-item:nth-child(2) {
  width: 277px;
}
.xszp-wrap .xszp-item:nth-child(3) {
  width: 278px;
}
.xszp-wrap .xszp-item:last-child {
  margin-right: 0;
}
.wh-xdfys .xdfys-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wh-xdfys .xdfys-wrap .xdfys-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wh-xdfys .xdfys-wrap .xdfys-item:hover {
  -webkit-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.wh-xdfys .xdfys-wrap .xdfys-item .xdfys-thumb img {
  width: 100%;
}
.wh-xdfys .xdfys-wrap .xdfys-item .xdfys-desc {
  background: #fff;
  text-align: center;
  padding-bottom: 18px;
}
.wh-xdfys .xdfys-wrap .xdfys-item .xdfys-desc .xdfys-tit {
  color: #cc7833;
  font-weight: 700;
  font-size: 22px;
  padding-top: 16px;
  margin-bottom: 12px;
}
.wh-xdfys .xdfys-wrap .xdfys-item .xdfys-desc .xdfys-txt p {
  font-size: 16px;
  line-height: 24px;
  color: #0f0e0e;
}
.wh-xdfys .xdfys-wrap .xdfys-item:last-child {
  margin-right: 0;
}
.wh-rmzy .rmzy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wh-rmzy .rmzy-wrap .rmzy-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.wh-rmzy .rmzy-wrap .rmzy-item:last-child {
  margin-right: 0;
}
.wh-rmzy .rmzy-wrap .rmzy-item .rmzy-desc {
  position: relative;
  background: #fff;
  border: 1px solid #cc7833;
  border-top: 0;
  padding-left: 40px;
}
.wh-rmzy .rmzy-wrap .rmzy-item .rmzy-desc .rmzy-tit {
  padding-top: 16px;
  margin-bottom: 14px;
}
.wh-rmzy .rmzy-wrap .rmzy-item .rmzy-desc .rmzy-tit h4 {
  font-size: 22px;
  font-weight: normal;
  color: #030303;
}
.wh-rmzy .rmzy-wrap .rmzy-item .rmzy-desc .rmzy-ms {
  color: #6f6e6e;
  padding-bottom: 16px;
}
.wh-rmzy .rmzy-wrap .rmzy-item .rmzy-desc .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 32px;
  width: 20px;
  height: 50px;
  background: #cc7833 url(/images/xdwhb/jt.png) no-repeat center center;
}
.wh-rmzy .rmzy-wrap .rmzy-item:hover {
  -webkit-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.tjzybox {
  display: none;
}
