@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #53ad49;
  color: #fff;
}
::-moz-selection {
  background-color: #53ad49;
  color: #fff;
}
::-webkit-selection {
  background-color: #53ad49;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
html {
  font: 14px/1.5 'Microsoft YaHei';
}
body {
  color: #333;
  line-height: 1.5;
  margin: 0 auto !important;
  position: relative;
}
*:before,
*:after {
  box-sizing: content-box;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inContent {
  width: 96%;
  max-width: 1400px;
  min-width: 1260px;
  margin: auto;
  position: relative;
}
.inContent::after,
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
body {
  overflow-x: hidden;
}
.button {
  --duration: 0.5s;
  --move-hover: -5px;
  cursor: pointer;
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  display: inline-block;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  min-width: 4px;
}
.button span i:nth-child(1) {
  --d: 0.05s;
}
.button span i:nth-child(2) {
  --d: 0.1s;
}
.button span i:nth-child(3) {
  --d: 0.15s;
}
.button span i:nth-child(4) {
  --d: 0.2s;
}
.button span i:nth-child(5) {
  --d: 0.25s;
}
.button span i:nth-child(6) {
  --d: 0.3s;
}
.button span i:nth-child(7) {
  --d: 0.35s;
}
.button span i:nth-child(8) {
  --d: 0.4s;
}
.button span i:nth-child(9) {
  --d: 0.45s;
}
.button span i:nth-child(10) {
  --d: 0.5s;
}
.button span i:nth-child(11) {
  --d: 0.55s;
}
.button span i:nth-child(12) {
  --d: 0.6s;
}
.button span i:nth-child(13) {
  --d: 0.65s;
}
.button span i:nth-child(14) {
  --d: 0.7s;
}
.button span i:nth-child(15) {
  --d: 0.75s;
}
.button span i:nth-child(16) {
  --d: 0.8s;
}
.button span i:nth-child(17) {
  --d: 0.85s;
}
.button span i:nth-child(18) {
  --d: 0.9s;
}
.button span i:nth-child(19) {
  --d: 0.95s;
}
.button span i:nth-child(20) {
  --d: 1s;
}
.button:hover {
  --move: -5px;
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
.header {
  width: 100%;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.topNav {
  position: absolute;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: transparent;
  height: 100px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.topNav::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 1px;
  opacity: 0.1;
}
.topNav * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.topNav .menu {
  display: flex;
  justify-content: space-between;
  width: 96%;
  max-width: 1400px;
  min-width: 1260px;
  margin: auto;
}
.topNav .menu .logo {
  display: block;
  flex: 1;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  padding-top: 32px;
}
.topNav .menu .logo a {
  display: block;
  position: relative;
}
.topNav .menu .logo a img {
  display: block;
  height: 36px;
  object-fit: contain;
}
.topNav .menu .logo a i {
  display: block;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.topNav .menu .logo a em {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.topNav .menu > ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 57.9%;
}
.topNav .menu > ul > li {
  position: relative;
}
.topNav .menu > ul > li > a {
  display: block;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  height: 100px;
  padding-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.topNav .menu > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 0;
}
.topNav .menu > ul > li:hover > a,
.topNav .menu > ul > li.on > a {
  font-weight: bold;
}
.topNav .menu > ul > li:hover > a::before,
.topNav .menu > ul > li.on > a::before {
  width: 20px;
}
.topNav .menu .watch {
  height: 100px;
  margin-left: 40px;
  position: relative;
  line-height: 36px;
  padding-top: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.topNav .menu .watch span {
  display: block;
}
.topNav .menu .watch span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 36px;
  width: 16px;
  margin-right: 8px;
  background: url(../images/watchico1.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.topNav .menu .watch .watchBox {
  position: absolute;
  width: 164px;
  margin-left: -82px;
  left: 50%;
  top: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
  padding: 10px 10px 0;
  text-align: center;
}
.topNav .menu .watch .watchBox::before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.topNav .menu .watch .watchBox img {
  display: block;
  width: 144px;
  height: 144px;
}
.topNav .menu .watch .watchBox p {
  color: #955e43;
  line-height: 20px;
  font-size: 14px;
  padding: 7px 0 12px;
}
.topNav .menu .watch:hover .watchBox {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: initial;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dataBody .topNav,
.fixedNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.dataBody .topNav .menu .logo a i,
.fixedNav .menu .logo a i {
  opacity: 0;
}
.dataBody .topNav .menu .logo a em,
.fixedNav .menu .logo a em {
  opacity: 1;
}
.dataBody .topNav .menu > ul > li > a,
.fixedNav .menu > ul > li > a {
  color: #444;
}
.dataBody .topNav .menu > ul > li > a::before,
.fixedNav .menu > ul > li > a::before {
  height: 3px;
  bottom: 1px;
  background-color: #53ad49;
}
.dataBody .topNav .menu .watch,
.fixedNav .menu .watch {
  color: #444444;
}
.dataBody .topNav .menu .watch span::before,
.fixedNav .menu .watch span::before {
  background-image: url(../images/watchico2.png);
}
.banner {
  position: relative;
}
.banner img {
  display: block;
}
.banner ul li {
  position: relative;
}
.banner ul li a {
  display: block;
}
.banner .img img {
  width: 100%;
  height: 100%;
}
.banner .txt {
  display: block;
  position: absolute;
  width: 96%;
  max-width: 1400px;
  min-width: 1260px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: 30px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.banner .swiper-slide-active .txt {
  margin-top: -50px;
  opacity: 1;
}
.banner .arrow {
  position: absolute;
  z-index: 6;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  cursor: pointer;
  color: #fff;
}
.banner .arrow i {
  display: block;
  margin: auto;
  width: 24px;
  height: 32px;
  background: url(../images/arrow.png) center center no-repeat;
  animation: arrow 2.4s linear infinite;
}
.banner .arrow span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.banner .page {
  position: absolute;
  z-index: 3;
  width: 96%;
  max-width: 1400px;
  min-width: 1260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  bottom: 50px;
  height: 34px;
  line-height: 34px;
  font-family: SimSun;
}
.banner .page .banPrev {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-family: simsun;
  font-size: 20px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.banner .page .banPrev:before {
  content: "<";
}
.banner .page .banFraction {
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  left: auto;
  top: auto;
  font-size: 18px;
}
.banner .page .banFraction span::before {
  content: "0";
}
.banner .page .banFraction span:first-child {
  font-size: 24px;
}
.banner .page .banNext {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-family: simsun;
  font-size: 20px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.banner .page .banNext:before {
  content: ">";
}
.inTit {
  text-align: center;
}
.inTit h3 {
  font-weight: bold;
  padding: 0 ;
}
.inTit h3 span {
  display: block;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
.inTit h3 i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  margin-top: 18px;
  line-height: 13px;
  color: #999999;
}
.inTit h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 26px auto 0;
  background-color: #52ad48;
}
.inTit .txt {
  margin: auto;
  max-width: 850px;
  font-size: 16px;
  line-height: 26px;
  margin-top: 23px;
}
.inTit .img {
  margin-top: 24px;
}
.inTit .img img {
  display: inline-block;
  vertical-align: top;
}
.natural {
  padding-top: 75px;
  background-color: #f4f4f4;
  overflow: hidden;
}
.natural .zrList {
  margin: 40px -25px 0;
}
.natural .zrList ul::after,
.natural .zrList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.natural .zrList ul li {
  width: 25%;
  float: left;
  padding: 0 13px;
}
.natural .zrList ul li .item {
  padding: 12px 12px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.natural .zrList ul li .item .pic {
  display: block;
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
}
.natural .zrList ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.natural .zrList ul li .item .box {
  height: 246px;
  padding: 16px 4px 0;
  text-align: center;
}
.natural .zrList ul li .item .box .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  font-size: 20px;
}
.natural .zrList ul li .item .box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  color: #666666;
  font-size: 16px;
  margin-top: 8px;
  text-align: justify;
}
.natural .zrList ul li .item .box .more {
  display: block;
  margin: 24px auto 0;
  width: 128px;
  height: 40px;
  background-color: #987133;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.natural .zrList ul li .item .box .more:hover {
  box-shadow: 0 10px 10px -5px rgba(152, 113, 51, 0.5);
}
.natural .zrList ul li:hover .item,
.natural .zrList ul li.on .item {
  background-color: #eed7b3;
}
.natural .zrList ul li:hover .item .pic img,
.natural .zrList ul li.on .item .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.natural .zrList ul li:hover .item .box .more,
.natural .zrList ul li.on .item .box .more {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.business {
  background: url(../images/ywbg.jpg) center 0 no-repeat;
  background-color: #110d0b;
  padding-top: 80px;
  padding-bottom: 76px;
}
.business .inTit h3 span {
  color: #fff;
}
.business .inTit .txt {
  color: #cccccc;
}
.business .ywNav {
  margin-top: 54px;
}
.business .ywNav::after,
.business .ywNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.business .ywNav ul {
  margin: 0 -9px;
  display: flex;
  justify-content: space-between;
}
.business .ywNav ul li {
  float: left;
  width: 20%;
  flex: 1;
  padding: 0 9px;
}
.business .ywNav ul li a {
  display: block;
  height: 85px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  padding-top: 13px;
  color: #cccccc;
}
.business .ywNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
  font-size: 24px;
}
.business .ywNav ul li a i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  color: #999999;
  color: #cccccc;
}
.business .ywNav ul li:hover a,
.business .ywNav ul li.on a {
  background-color: #52ad48;
  color: #fff;
}
.business .ywNav ul li:hover a span,
.business .ywNav ul li.on a span {
  font-weight: bold;
}
.business .ywNav ul li:hover a i,
.business .ywNav ul li.on a i {
  color: #fff;
}
.business .ywList {
  margin: 20px -8px 0;
  position: relative;
}
.business .ywList .ywBd {
  overflow: hidden;
  height: 464px;
}
.business .ywList .ywBd ul::after,
.business .ywList .ywBd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.business .ywList .ywBd ul li {
  float: left;
  width: 50%;
}
.business .ywList .ywBd ul li .item {
  margin: 0 8px;
}
.business .ywList .ywBd ul li .item .pic {
  display: block;
  width: 100%;
  height: 390px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywList .ywBd ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywList .ywBd ul li .item .cont {
  position: relative;
  padding-right: 130px;
  margin-top: 14px;
}
.business .ywList .ywBd ul li .item .cont .bt {
  display: block;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywList .ywBd ul li .item .cont .more {
  position: absolute;
  width: 38px;
  height: 28px;
  top: 22px;
  background: url(../images/ywar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  right: 0;
}
.business .ywList .ywBd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.business .ywList .ywBd ul li .item:hover .cont .bt {
  color: #ffffff;
}
.business .ywList .ywBd ul li .item:hover .cont .more {
  right: 40px;
  opacity: 1;
}
.business .ywList .page .ywPrev {
  width: 75px;
  height: 140px;
  cursor: pointer;
  position: absolute;
  left: -126px;
  top: 125px;
  background: url(../images/ywl.png) center center no-repeat;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywList .page .ywPrev:hover {
  opacity: 0.5;
}
.business .ywList .page .ywNext {
  width: 75px;
  height: 140px;
  cursor: pointer;
  position: absolute;
  right: -126px;
  top: 125px;
  background: url(../images/ywr.png) center center no-repeat;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywList .page .ywNext:hover {
  opacity: 0.5;
}
.product {
  background: url(../images/probg.jpg) center bottom no-repeat;
  background-color: #eee;
  padding: 60px 0 90px;
  overflow: hidden;
}
.product .proList {
  margin-top: 30px;
}
.product .proList::after,
.product .proList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  padding: 10px;
  width: 34.5%;
}
.product .proList ul li .item {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 35px;
  height: 280px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  float: left;
  width: 44%;
  height: 210px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont {
  width: 53%;
  float: right;
  padding-top: 32px;
}
.product .proList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  font-size: 30px;
  color: #955e43;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont p {
  margin-top: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 16px;
  color: #666666;
}
.product .proList ul li .item .cont .more {
  display: block;
  width: 93px;
  height: 30px;
  background-color: #955e43;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.product .proList ul li .item .cont .more:hover {
  box-shadow: 0 10px 10px -5px rgba(152, 113, 51, 0.5);
}
.product .proList ul li .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.product .proList ul li .item:hover .pic {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.product .proList ul li .item:hover .cont .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.product .proList ul li:first-child {
  width: 31%;
}
.product .proList ul li:first-child .item {
  height: 646px;
  padding-top: 40px;
}
.product .proList ul li:first-child .pic {
  width: 100%;
  float: none;
  height: 400px;
}
.product .proList ul li:first-child .cont {
  float: none;
  width: 100%;
  padding: 20px 15px 0;
}
.product .proList ul li:nth-child(2) {
  width: 69%;
}
.product .proList ul li:nth-child(2) .item {
  height: 340px;
  padding-left: 50px;
  padding-right: 45px;
}
.product .proList ul li:nth-child(2) .item .pic {
  float: right;
  width: 48%;
  height: 270px;
}
.product .proList ul li:nth-child(2) .item .cont {
  float: left;
  width: 44%;
  padding-top: 65px;
}
.product .proList ul li:nth-child(3) .item .pic {
  width: 46%;
}
.product .proList ul li:nth-child(3) .item .cont {
  width: 50%;
}
.patents {
  background: url(../images/zlbg.jpg) center 0 no-repeat;
  padding-top: 80px;
  padding-bottom: 44px;
  overflow: hidden;
}
.patents .inTit h3 span {
  color: #fff;
}
.patents .inTit .txt {
  color: #cccccc;
}
.patents .zlTabs {
  padding-left: 190px;
  margin-top: 50px;
  position: relative;
}
.patents .zlTabs .zlNav {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  width: 140px;
}
.patents .zlTabs .zlNav ul li a {
  line-height: 60px;
  color: #955e43;
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.patents .zlTabs .zlNav ul li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 16px;
  height: 8px;
  margin-left: 16px;
  background: url(../images/zlar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.patents .zlTabs .zlNav ul li.on a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.patents .zlTabs .zlNav ul li.on a::after {
  opacity: 1;
}
.patents .zlTabs .zlTT {
  width: 1210px;
}
.patents .zlTabs .zlTT::after,
.patents .zlTabs .zlTT:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.patents .zlTabs .zlTT::before {
  content: "";
  display: block;
  position: absolute;
  width: 1447px;
  height: 1px;
  background-color: #987133;
}
.patents .zlTabs .zlTT .page {
  float: left;
  color: #955e43;
  bottom: 50px;
  height: 40px;
  line-height: 40px;
  font-family: SimSun;
  margin-top: 20px;
}
.patents .zlTabs .zlTT .page .inPrev {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  color: #666666;
  font-family: simsun;
  font-size: 20px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.patents .zlTabs .zlTT .page .inPrev:before {
  content: "<";
}
.patents .zlTabs .zlTT .page .inPrev:hover {
  color: #fff;
}
.patents .zlTabs .zlTT .page .inNext {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  color: #666666;
  font-family: simsun;
  font-size: 20px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.patents .zlTabs .zlTT .page .inNext:before {
  content: ">";
}
.patents .zlTabs .zlTT .page .inNext:hover {
  color: #fff;
}
.patents .zlTabs .zlTT .page .inFraction {
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  left: auto;
  top: auto;
  font-size: 18px;
}
.patents .zlTabs .zlTT .page .inFraction span::before {
  content: "0";
}
.patents .zlTabs .zlTT .page .inFraction span:first-child {
  font-size: 24px;
}
.patents .zlTabs .zlTT .more {
  float: right;
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  border: solid 1px #955e43;
  font-size: 16px;
  color: #955e43;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.patents .zlTabs .zlTT .more:hover {
  background-color: #987133;
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(152, 113, 51, 0.5);
}
.patents .zlTabs .zlBd {
  height: 526px;
  width: 1740px;
  overflow: hidden;
}
.patents .zlTabs .zlList {
  height: 526px;
}
.patents .zlTabs .zlList .swiper-container {
  width: 1680px;
  margin-left: 0;
}
.patents .zlTabs .zlList ul::after,
.patents .zlTabs .zlList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.patents .zlTabs .zlList ul li {
  margin-right: 18px;
  float: left;
  width: 265px;
  height: 466px;
}
.patents .zlTabs .zlList ul li .item .pic {
  display: block;
  width: 100%;
  height: 375px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.patents .zlTabs .zlList ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.patents .zlTabs .zlList ul li .item .bt {
  margin-top: 10px;
  display: block;
  line-height: 24px;
  color: #999999;
  font-size: 16px;
}
.patents .zlTabs .zlList ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.patents .zlTabs .zlList ul li .item .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.patents .zlTabs .zlList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.patents .zlTabs .zlList ul li .item:hover .bt {
  color: #fff;
}
.patents .zlTabs .zlList .jsSwiper .swiper-container,
.patents .zlTabs .zlList .sbSwiper .swiper-container,
.patents .zlTabs .zlList .cxSwiper .swiper-container {
  width: 1740px;
}
.patents .zlTabs .zlList .jsSwiper ul li,
.patents .zlTabs .zlList .sbSwiper ul li,
.patents .zlTabs .zlList .cxSwiper ul li {
  width: 564px;
  margin-right: 24px;
}
.patents .zlTabs .zlList .jsSwiper ul li .item .pic img,
.patents .zlTabs .zlList .sbSwiper ul li .item .pic img,
.patents .zlTabs .zlList .cxSwiper ul li .item .pic img {
  object-fit: cover;
}
.patents .zlTabs .zlList .jsSwiper ul li .item .bt span,
.patents .zlTabs .zlList .sbSwiper ul li .item .bt span,
.patents .zlTabs .zlList .cxSwiper ul li .item .bt span {
  font-size: 18px;
  color: #fff;
}
.patents .zlTabs .zlList .jsSwiper ul li .item .bt i,
.patents .zlTabs .zlList .sbSwiper ul li .item .bt i,
.patents .zlTabs .zlList .cxSwiper ul li .item .bt i {
  font-size: 14px;
  text-transform: uppercase;
}
.about {
  padding: 80px 0 100px;
}
.about .aboutCont {
  margin-top: 52px;
}
.about .aboutCont .aboutPic {
  float: left;
  width: 59%;
  height: 500px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutCont .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutCont .aboutPic:hover {
  box-shadow: 0 0 20px rgba(83, 173, 73, 0.2);
}
.about .aboutCont .aboutPic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about .aboutCont .aboutTxt {
  float: right;
  width: 37.3%;
  padding-top: 60px;
}
.about .aboutCont .aboutTxt .aboutLogo img {
  display: block;
}
.about .aboutCont .aboutTxt .tip {
  font-size: 18px;
  color: #52ad48;
  margin-top: 14px;
  line-height: 28px;
}
.about .aboutCont .aboutTxt .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  font-size: 18px;
  color: #444444;
  margin-top: 52px;
}
.about .aboutCont .aboutTxt .more {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #955e43;
  border-radius: 20px;
  margin-top: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutCont .aboutTxt .more:hover {
  background-color: #53ad49;
  box-shadow: 0 10px 10px -5px rgba(83, 173, 73, 0.5);
}
.footer {
  background-color: #00382f;
  color: #fff;
  position: relative;
  padding-top: 48px;
}
.footer .fooLogo {
  text-align: center;
}
.footer .fooLogo img {
  display: inline-block;
  vertical-align: top;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footNav {
  border-bottom: 1px solid #06473c;
  margin-top: 46px;
}
.footer .footNav .return {
  float: right;
  font-size: 16px;
  cursor: pointer;
  line-height: 60px;
  text-transform: uppercase;
}
.footer .footNav .return::before {
  content: "";
  width: 12px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/fhar.png) center 0 no-repeat;
  margin-right: 8px;
}
.footer .footNav .return:hover::before {
  animation: sxfd 1.5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer .footNav ul {
  float: left;
  display: flex;
  justify-content: space-between;
  width: 1024px;
}
.footer .footNav ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footNav ul li a {
  display: block;
  font-size: 18px;
  line-height: 60px;
}
.footer .fooBox {
  padding: 42px 0 42px;
}
.footer .fooBox .copy {
  line-height: 36px;
  float: left;
}
.footer .fooBox .imgList {
  float: right;
  padding-top: 8px;
}
.footer .fooBox .imgList .ewm {
  float: left;
  text-align: center;
  margin-left: 20px;
}
.footer .fooBox .imgList .ewm img {
  display: block;
  height: 90px;
  object-fit: contain;
  background-color: #fff;
}
.footer .fooBox .imgList .ewm span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1;
}
.footer .footTip {
  background-color: #000f0d;
  color: #00382f;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 0;
}
.nyBanner {
  position: relative;
}
.nyBanner > img {
  display: block;
  width: 100%;
}
.nyBanner .nyBanTxt {
  width: 100%;
  left: 0;
  bottom: 106px;
  position: absolute;
  z-index: 2;
  color: #eeeeee;
}
.nyBanner .nyBanTxt .t1 {
  font-size: 60px;
  line-height: 1;
}
.nyBanner .nyBanTxt .t1 img {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.nyBanner .nyBanTxt .t2 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
.subclass {
  border-bottom: 1px solid #eee;
}
.subclass ul {
  float: left;
}
.subclass ul li {
  float: left;
  margin-left: 10px;
}
.subclass ul li:first-child {
  margin-left: 0;
}
.subclass ul li a {
  display: block;
  height: 86px;
  line-height: 86px;
  padding: 0 30px;
  font-size: 16px;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.subclass ul li a:hover {
  background-color: #955e43;
  color: #fff;
}
.subclass ul li.on a {
  background-color: #955e43;
  color: #fff;
}
.subclass .position {
  float: right;
  background: url(../images/home.png) 0 center no-repeat;
  line-height: 26px;
  padding: 30px 0 30px 28px;
}
.subclass .position a {
  display: inline-block;
  vertical-align: top;
  color: #666666;
  position: relative;
  margin-right: 30px;
}
.subclass .position a::after {
  content: ">";
  pointer-events: none;
  position: absolute;
  color: #666666;
  width: 10px;
  text-align: center;
  right: -15px;
}
.subclass .position a:last-child {
  color: #52ad48;
}
.subclass .position a:last-child::after {
  display: none;
}
.subclass .position a:hover {
  color: #52ad48;
}
.textCont {
  font-size: 16px;
  line-height: 1.8;
}
.textCont > *:first-child {
  margin-top: 0 !important;
}
.textCont p {
  margin-top: 30px;
}
.nyimgList ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -3px;
  flex-wrap: wrap;
}
.nyimgList ul li {
  padding: 3px;
  width: 50%;
}
.nyimgList ul li img {
  display: block;
  width: 100%;
}
.nyRs {
  padding: 95px 0;
}
.nyRs .rsCont {
  display: flex;
}
.nyRs .rsCont .rsimg {
  margin-right: 120px;
}
.nyRs .rsCont .rsText {
  flex: 1;
  position: relative;
  padding-left: 78px;
  border-left: 1px solid #eee;
}
.nyRs .rsCont .rsText::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: #987133;
  left: -1px;
  top: 0;
}
.nyRs .rsCont .rsText .textCont {
  margin: -8px 0;
}
.nyRs .nyimgList {
  margin-top: 76px;
}
.nyGy {
  padding: 80px 0 95px;
}
.nyGy .tit {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}
.nyGy .tit::after {
  content: "";
  display: block;
  margin-top: 28px;
  width: 34px;
  height: 4px;
  background-color: #987133;
}
.nyGy .textCont {
  margin-top: 42px;
}
.nyGy .nyimgList {
  margin-top: 30px;
}
.nyTit {
  text-align: center;
}
.nyTit h3 {
  font-weight: bold;
  line-height: 1;
  font-size: 36px;
}
.nyTit h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  background-color: #987133;
  margin: 30px auto 0;
}
.nyTit .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 24px;
}
.nyBox {
  padding: 80px 0 95px;
}
.nyBox .tdList {
  margin-top: 36px;
}
.nyBox .tdList::after,
.nyBox .tdList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyBox .tdList ul {
  display: flex;
  flex-wrap: wrap;
}
.nyBox .tdList ul li {
  width: 25%;
  margin-top: 24px;
  padding: 0 12px;
}
.nyBox .tdList ul li .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyBox .tdList ul li .item .pic {
  display: block;
  height: 298px;
  position: relative;
  overflow: hidden;
}
.nyBox .tdList ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyBox .tdList ul li .item .box {
  padding: 30px 22px 20px;
}
.nyBox .tdList ul li .item .box .tt {
  position: relative;
  padding-bottom: 25px;
}
.nyBox .tdList ul li .item .box .tt::after,
.nyBox .tdList ul li .item .box .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyBox .tdList ul li .item .box .tt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33px;
  height: 2px;
  margin-top: 23px;
  background-color: #987133;
}
.nyBox .tdList ul li .item .box .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyBox .tdList ul li .item .box .tt span {
  float: right;
  line-height: 24px;
  font-size: 16px;
  margin-top: 10px;
}
.nyBox .tdList ul li .item .box p {
  line-height: 22px;
  color: #999999;
  min-width: 66px;
  margin-top: 28px;
}
.nyBox .tdList ul li .item:hover {
  box-shadow: 0 0 20px rgba(152, 113, 51, 0.2);
}
.nyBox .tdList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.nyBox .tdList ul li .item:hover .box .tt .bt {
  color: #987133;
}
.yearsSwiper {
  margin-top: 54px;
  position: relative;
}
.yearsSwiper .swiper-container {
  margin: 0 -9px;
}
.yearsSwiper .swiper-container ul li {
  float: left;
  width: 14.28%;
  padding: 0 9px;
  cursor: pointer;
  outline: none;
}
.yearsSwiper .swiper-container ul li span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 66px;
  border: solid 1px #e8e8e8;
  line-height: 64px;
  text-align: center;
  font-family: "Microsoft YaHei Light";
  font-size: 24px;
  color: #955e43;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.yearsSwiper .swiper-container ul li.swiper-slide-thumb-active span {
  background-color: #987133;
  border-color: #987133;
  color: #fff;
}
.yearsSwiper .years-prev {
  position: absolute;
  height: 66px;
  left: -50px;
  top: 0;
  line-height: 66px;
  cursor: pointer;
  color: #d0d0d0;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.yearsSwiper .years-prev:before {
  content: "<";
  display: block;
  font-weight: bold;
  font-family: SimSun;
  font-size: 36px;
}
.yearsSwiper .years-prev:hover {
  color: #955e43;
}
.yearsSwiper .years-next {
  position: absolute;
  height: 66px;
  right: -50px;
  top: 0;
  line-height: 66px;
  cursor: pointer;
  color: #d0d0d0;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.yearsSwiper .years-next:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: SimSun;
  font-size: 36px;
}
.yearsSwiper .years-next:hover {
  color: #955e43;
}
.lcSwiper {
  margin-top: 66px;
}
.lcSwiper ul li {
  position: relative;
}
.lcSwiper ul li::after,
.lcSwiper ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.lcSwiper ul li .years {
  left: 39.28%;
  top: 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 90px;
  font-weight: bold;
  line-height: 72px;
  letter-spacing: 1px;
  color: #ededed;
  position: absolute;
}
.lcSwiper ul li .pic {
  width: 39.28%;
  float: left;
}
.lcSwiper ul li .pic img {
  display: block;
  width: 100%;
}
.lcSwiper ul li .box {
  float: right;
  width: 50%;
  padding-left: 45px;
  border-left: 1px solid #eee;
  position: relative;
}
.lcSwiper ul li .box::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 80px;
}
.lcSwiper ul li .box dl {
  margin-top: 40px;
}
.lcSwiper ul li .box dl:first-child {
  margin-top: 0;
}
.lcSwiper ul li .box dl dt {
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lcSwiper ul li .box dl dd {
  line-height: 24px;
  color: #777777;
  font-size: 16px;
  margin-top: 6px;
}
.lcSwiper ul li .box dl:hover dt {
  color: #987133;
}
.nyzlList ul {
  margin: 0 -18px;
}
.nyzlList ul::after,
.nyzlList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyzlList ul li {
  padding: 0 15px;
  float: left;
  width: 20%;
  margin-top: 45px;
}
.nyzlList ul li .item .pic {
  display: block;
  width: 100%;
  background: url(../images/nyzlli.png) 0 center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 13px 12px 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyzlList ul li .item .pic i {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 142.174%;
}
.nyzlList ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyzlList ul li .item .bt {
  margin-top: 15px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}
.nyzlList ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyzlList ul li .item .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-family: "Microsoft YaHei Light";
}
.nyzlList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.nyzlList ul li .item:hover .bt {
  color: #53ad49;
}
.ycmyList {
  margin-top: 32px;
}
.ycmyList ul {
  margin: 0 -8px;
}
.ycmyList ul::after,
.ycmyList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.ycmyList ul li {
  padding: 0 8px;
  float: left;
  width: 50%;
  margin-top: 16px;
}
.ycmyList ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ycmyList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ycmyList ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.36%;
}
.ycmyList ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ycmyList ul li .item .bt {
  min-height: 90px;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #666666;
  padding: 18px 7%;
  font-family: "Microsoft YaHei Light";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ycmyList ul li .item .bt span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
}
.ycmyList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.ycmyList ul li .item:hover .bt {
  background-color: #987133;
  color: #fff;
}
.ywhbList {
  margin-top: 25px;
}
.ywhbList ul {
  margin: 0 -23px;
}
.ywhbList ul::after,
.ywhbList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.ywhbList ul li {
  padding: 0 23px;
  float: left;
  width: 33.33%;
  margin-top: 25px;
}
.ywhbList ul li .item {
  border: solid 1px #e8e8e8;
  padding: 11px 11px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ywhbList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ywhbList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 81.22%;
  position: relative;
  overflow: hidden;
}
.ywhbList ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ywhbList ul li .item .cont {
  padding: 30px 3px;
}
.ywhbList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Microsoft YaHei Light";
  font-size: 24px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #987133;
}
.ywhbList ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Microsoft YaHei Light";
  color: #777777;
  height: 24px;
  line-height: 24px;
}
.ywhbList ul li .item:hover {
  border-color: #987133;
}
.ywhbList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.proXlData {
  position: relative;
  border-left: 1px solid #e8e8e8;
}
.proXlData::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 81px;
  left: -1px;
  top: 0;
  background-color: #987133;
}
.proXlData::after,
.proXlData:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.proXlData .pic {
  float: right;
  display: block;
  width: 57.286%;
  height: 465px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXlData .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proXlData .box {
  float: left;
  margin-left: 4.3%;
  width: 34%;
  padding-top: 90px;
}
.proXlData .box .tit {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
}
.proXlData .box .tit::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-top: 30px;
  background-color: #987133;
}
.proXlData .box .text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
.proXlList {
  margin-top: 24px;
}
.proXlList ul {
  margin: 0 -8px;
}
.proXlList ul::after,
.proXlList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.proXlList ul li {
  padding: 0 8px;
  float: left;
  width: 25%;
  margin-top: 35px;
}
.proXlList ul li .item {
  border: solid 1px #e8e8e8;
  padding: 20px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXlList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXlList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.proXlList ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXlList ul li .item .box {
  padding: 28px 3px 32px;
  text-align: center;
}
.proXlList ul li .item .box .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXlList ul li .item .box p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  height: 24px;
  line-height: 24px;
}
.proXlList ul li .item:hover {
  border-color: #987133;
}
.proXlList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.proXlList ul li .item:hover .box .bt {
  color: #987133;
}
.proXq {
  background-color: #f5f5f5;
}
.proXq::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.proXq .details {
  display: flex;
  justify-content: space-between;
}
.proXq .details .xqSwiper {
  width: 800px;
  height: 800px;
  position: relative;
}
.proXq .details .xqSwiper ul li {
  width: 800px;
  height: 800px;
  overflow: hidden;
}
.proXq .details .xqSwiper ul li img {
  display: block;
  width: 800px;
  height: 800px;
  object-fit: cover;
}
.proXq .details .xqSwiper .xqPagination {
  position: absolute;
  bottom: 32px;
  left: 0;
  z-index: 2;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.proXq .details .xqSwiper .xqPagination span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 23px;
  height: 24px;
  background: url(../images/proxqli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  outline: none;
  opacity: 1;
}
.proXq .details .xqSwiper .xqPagination span.swiper-pagination-bullet-active {
  background-image: url(../images/proxqlih.png);
}
.proXq .details .xqCont {
  float: right;
  flex: 1;
  padding-top: 48px;
  margin-left: 3.4%;
  font-size: 16px;
}
.proXq .details .xqCont .returnLink {
  display: block;
  width: 60px;
  height: 60px;
  z-index: 4;
  background: url(../images/returnLink.png) center center no-repeat;
  border-radius: 100%;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXq .details .xqCont .returnLink:hover {
  background-image: url(../images/returnLinkh.png);
  background-color: #fff;
}
.proXq .details .xqCont .tit {
  margin-top: 48px;
}
.proXq .details .xqCont .tit .en {
  text-transform: uppercase;
  font-family: "Microsoft YaHei Light";
  font-size: 30px;
  color: #999999;
  line-height: 1;
}
.proXq .details .xqCont .tit .bt {
  font-size: 48px;
  line-height: 1.4;
  font-family: "Microsoft YaHei Light";
}
.proXq .details .xqCont .tit p {
  line-height: 1.5;
  color: #777777;
  margin-top: 18px;
}
.proXq .details .xqCont .spe {
  margin: 55px 0;
  border-top: 1px solid #e5ded7;
  border-bottom: 1px solid #e5ded7;
  padding: 38px 0;
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.proXq .details .xqCont .spe .dt {
  float: left;
  white-space: nowrap;
}
.proXq .details .xqCont .spe .dd {
  flex: 1;
  color: #999;
}
.proXq .details .xqCont .le {
  margin-top: 46px;
}
.proXq .details .xqCont .le li {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.proXq .details .xqCont .le li .dt {
  float: left;
  white-space: nowrap;
}
.proXq .details .xqCont .le li .dd {
  flex: 1;
  color: #999;
}
.proXqMs {
  padding: 50px 0 90px;
}
.proXqMs .proXqTit {
  font-size: 24px;
  line-height: 1;
  color: #987133;
}
.proXqMs .proXqTit::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 10px;
  margin-left: 10px;
  background: url(../images/xqmsar.png) 0 center no-repeat;
  position: relative;
  top: -1px;
}
.proXqMs .proXqMsCont .xqText {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
}
.proXqMs .proXqMsCont .xqText img {
  display: block;
  max-width: 100%;
}
.proXqMs .guess {
  margin-top: 50px;
}
.proXqMs .guess .xgSwiper {
  margin-top: 25px;
}
.proXqMs .guess .xgSwiper ul {
  margin: 0 -8px;
}
.proXqMs .guess .xgSwiper ul::after,
.proXqMs .guess .xgSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.proXqMs .guess .xgSwiper ul li {
  padding: 0 8px;
  float: left;
  width: 25%;
}
.proXqMs .guess .xgSwiper ul li .item {
  display: block;
  border: solid 1px #e8e8e8;
  padding: 20px 20px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXqMs .guess .xgSwiper ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXqMs .guess .xgSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.proXqMs .guess .xgSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXqMs .guess .xgSwiper ul li .item .box {
  padding: 28px 3px 32px;
  text-align: center;
}
.proXqMs .guess .xgSwiper ul li .item .box .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.proXqMs .guess .xgSwiper ul li .item .box p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  height: 24px;
  line-height: 24px;
}
.proXqMs .guess .xgSwiper ul li .item:hover {
  border-color: #987133;
}
.proXqMs .guess .xgSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.proXqMs .guess .xgSwiper ul li .item:hover .box .bt {
  color: #987133;
}
.nyHxList {
  margin-top: 55px;
}
.nyHxList ul li {
  margin-top: 60px;
  background-color: #f8f8f6;
}
.nyHxList ul li::after,
.nyHxList ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyHxList ul li:first-child {
  margin-top: 0;
}
.nyHxList ul li .pic {
  float: right;
  display: block;
  width: 50%;
}
.nyHxList ul li .pic i {
  display: block;
  width: 100%;
  height: 456px;
  position: relative;
  overflow: hidden;
}
.nyHxList ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyHxList ul li .cont {
  float: left;
  width: 50%;
  padding-left: 54px;
  padding-right: 100px;
  padding-top: 56px;
  min-width: 0;
}
.nyHxList ul li .cont .en {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  color: #999999;
}
.nyHxList ul li .cont .bt {
  font-size: 40px;
  font-weight: 100;
  line-height: 1.4;
  margin-top: 4px;
}
.nyHxList ul li .cont .bt::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  background-color: #987133;
  margin-top: 30px;
}
.nyHxList ul li .cont p {
  line-height: 24px;
  height: 96px;
  margin-top: 45px;
  overflow: hidden;
}
.nyHxList ul li .cont .more {
  display: block;
  margin-top: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 120px;
  height: 38px;
  background-color: #987133;
  border-radius: 25px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.nyHxList ul li .cont .more:hover {
  background-color: #53ad49;
  color: #fff;
}
.nyHxList ul li:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.nyHxList ul li:hover .cont .bt {
  color: #987133;
}
.nyHxList ul li:nth-child(2n) .pic {
  float: left;
}
.nyHxList ul li:nth-child(2n) .cont {
  float: right;
  padding-right: 100px;
  padding-left: 54px;
}
.nyHxData .hxDateTit {
  margin-top: -20px;
  padding-right: 100px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 36px;
}
.nyHxData .hxDateTit .hxReturnLink {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 85px;
  height: 85px;
  z-index: 4;
  background: url(../images/returnLink.png) center center no-repeat;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyHxData .hxDateTit .hxReturnLink:hover {
  background-image: url(../images/returnLinkh.png);
  border-color: #987133;
}
.nyHxData .hxDateTit::before {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background-color: #987133;
}
.nyHxData .hxDateTit h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #999999;
}
.nyHxData .hxDateTit h1 {
  font-weight: normal;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 100;
  color: #222222;
  margin-top: 4px;
}
.nyHxData .xqText {
  margin-top: 55px;
  font-size: 16px;
  line-height: 1.8;
}
.nyHxData .xqText img {
  display: block;
  max-width: 100%;
}
.nySbList ul {
  margin: 0 -8px;
}
.nySbList ul::after,
.nySbList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nySbList ul li {
  padding: 0 8px;
  float: left;
  width: 50%;
  margin-top: 50px;
}
.nySbList ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nySbList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nySbList ul li .item .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 390px;
}
.nySbList ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nySbList ul li .item .cont {
  padding-top: 12px;
}
.nySbList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nySbList ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  color: #666666;
}
.nySbList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.nySbList ul li .item:hover .cont .bt {
  color: #987133;
}
.jobList {
  margin-top: 10px;
}
.jobList::after,
.jobList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.jobList ul {
  margin: 0 -14px;
}
.jobList ul li {
  float: left;
  width: 33.33%;
  padding: 0 14px;
  margin-top: 40px;
}
.jobList ul li .item {
  height: 252px;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  padding: 46px 9.2% 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jobList ul li .item a {
  display: none;
}
.jobList ul li .item h4 {
  font-size: 24px;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jobList ul li .item h4 i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 26px;
  height: 26px;
  background-color: #955e43;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
  margin-right: 18px;
}
.jobList ul li .item p {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  position: relative;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jobList ul li .item p span {
  display: inline-block;
  vertical-align: top;
  min-width: 45%;
}
.jobList ul li .item::after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #d5d5d1;
  border-radius: 100%;
  background: url(../images/jobar.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jobList ul li .item:hover {
  background-color: #f8e6db;
}
.jobList ul li .item:hover::after {
  background-color: #987133;
  border-color: #987133;
}
.jobPopup {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 9999999999;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jobPopup.block {
  height: 100%;
}
.jobPopup .jobBg {
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.jobPopup * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jobPopup .jobdateCont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1254px;
  height: 84%;
  max-height: 730px;
  background: #fff;
  padding: 160px 40px 90px;
}
.jobPopup .jobdateCont .jobGb {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  right: -30px;
  top: -30px;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  filter: grayscale(100) brightness(2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.jobPopup .jobdateCont .jobGb:hover {
  filter: grayscale(0) brightness(1);
}
.jobPopup .jobdateCont .jobTit {
  background-color: #955e43;
  color: #fff;
  padding: 26px 30px 0;
  text-align: left;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 40px;
}
.jobPopup .jobdateCont .jobTit h4 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}
.jobPopup .jobdateCont .jobTit p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 10px;
}
.jobPopup .jobdateBox {
  height: 100%;
  padding: 25px 0;
}
.jobPopup .jobdateBox::after,
.jobPopup .jobdateBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.jobPopup .jobdateBox .jobdateText {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.jobPopup .jobdateBox .zpLi {
  width: 49%;
  float: left;
  line-height: 2;
  overflow: auto;
  padding: 0 30px;
  height: 100%;
}
.jobPopup .jobdateBox .zpLi::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.jobPopup .jobdateBox .zpLi .tit {
  font-size: 14px;
  font-weight: bold;
}
.jobPopup .jobdateBox .zpLi .text {
  color: #666666;
  margin-top: 10px;
}
.jobPopup .jobdateTel {
  border-top: 1px #987133 solid;
  padding: 18px 30px 8px;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 40px;
  color: #666666;
}
.jobPopup .jobdateTel span {
  display: inline-block;
  margin-right: 40px;
}
.jobPopup .jobdateTel span i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.jobPopup .jobdateTel span i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lxBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  border: solid 1px #f5f5f5;
}
.lxBox .lxList {
  float: left;
  padding-left: 50px;
  padding-top: 60px;
  width: 480px;
}
.lxBox .lxList .tit i {
  display: block;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.lxBox .lxList .tit span {
  font-weight: bold;
  font-size: 36px;
  margin-top: 12px;
  line-height: 1;
  display: block;
}
.lxBox .lxList ul {
  margin-top: 12px;
}
.lxBox .lxList ul li {
  border-top: 1px solid #eee;
  padding: 32px 0;
  line-height: 32px;
  font-size: 16px;
}
.lxBox .lxList ul li:first-child {
  border-top: 0;
}
.lxBox .lxList ul li i {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
}
.lxBox .lxList ul li i img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.lxBox .lxList ul li.lxewm {
  padding-top: 44px;
  display: flex;
  align-items: center;
}
.lxBox .lxList ul li.lxewm::after,
.lxBox .lxList ul li.lxewm:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.lxBox .lxList ul li.lxewm .ewm {
  width: 110px;
  height: 110px;
  margin-right: 16px;
}
.lxBox .lxList ul li.lxewm .ewm img {
  display: block;
  width: 100%;
  height: 100%;
}
.lxBox .lxList ul li.lxewm .txt {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #cb894d;
}
.lxBox .map {
  flex: 1;
  height: 550px;
}
.lxBox .map .baidumap {
  width: 100%;
  height: 100%;
}
.lxBox .map .baidumap img {
  max-width: none;
}
.follow {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.follow .gzList {
  margin-top: 54px;
}
.follow .gzList::after,
.follow .gzList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.follow .gzList ul {
  margin: 0 -24px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.follow .gzList ul li {
  width: 25%;
  float: left;
  padding: 0 24px;
}
.follow .gzList ul li .item {
  background-color: #fff;
  padding: 30px 46px 64px;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.follow .gzList ul li .item .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.8%;
  display: block;
  overflow: hidden;
}
.follow .gzList ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.follow .gzList ul li .item .ewm {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 22px;
}
.follow .gzList ul li .item .ewm img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.follow .gzList ul li .item p {
  font-size: 16px;
  font-weight: 100;
  color: #666;
  line-height: 1.5;
  margin-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.follow .gzList ul li .item:hover {
  background-color: #955e43;
}
.follow .gzList ul li .item:hover p {
  color: #fff;
}
.fkForm {
  margin: 0 -15px;
  margin-top: 20px;
}
.fkForm::after,
.fkForm:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.fkForm .item {
  margin-top: 30px;
  width: 25%;
  float: left;
  padding: 0 15px;
}
.fkForm label {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  position: relative;
}
.fkForm label span {
  background-color: #f4f8fd;
  display: block;
  width: 136px;
  font-weight: bold;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-right: 1px solid #ddd;
  height: 64px;
}
.fkForm label input {
  display: block;
  flex: 1;
  border: none;
  padding-left: 10px;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  outline: none;
  background: none;
  font-weight: normal;
}
.fkForm label input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.fkForm label input::-moz-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.fkForm label input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.fkForm label textarea {
  display: block;
  flex: 1;
  border: none;
  padding-left: 10px;
  width: 100%;
  height: 230px;
  padding: 16px 20px;
  line-height: 30px;
  outline: none;
  background: none;
  font-weight: normal;
  font-family: 'Microsoft YaHei';
}
.fkForm label textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.fkForm label textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.fkForm label textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  opacity: 1;
}
.fkForm label .yzm {
  position: absolute;
  width: 90px;
  height: 40px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fkForm .yjTxt {
  width: 100%;
}
.fkForm .yjTxt label span {
  height: 230px;
}
.fkForm .submitBtn {
  margin-left: 15px;
  background-color: #955e43;
  width: 136px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fkForm .submitBtn:hover {
  background-color: #987133;
}
