@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 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);
  }
}
body {
  background: url(../images/bg.jpg) center 0 no-repeat;
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
  padding-left: 54px;
  padding-top: 10px;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 44px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banline.png) 0 0 no-repeat;
  pointer-events: none;
}
.banner::after {
  content: "";
  display: block;
  width: 334px;
  height: 313px;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 3;
  pointer-events: none;
  background: url(../images/banbar.png) 0 0 no-repeat;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
  background-color: #ffffff;
  box-shadow: 11px 11px 68px 0px rgba(87, 56, 31, 0.2);
  border-radius: 80px 0 0 80px;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #8f5e06 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer !important;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #8f5e06;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  position: relative;
}
.title i img {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  margin-top: -77px;
  font-size: 38px;
  letter-spacing: 2px;
  padding-bottom: 39px;
  position: relative;
  z-index: 2;
}
.title em {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #9f7844;
  margin-top: 23px;
  position: relative;
}
.title em::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 25px;
  height: 1px;
  width: 550px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, rgba(236, 231, 222, 0) 0%, #ece7de 50%);
  background-image: linear-gradient(to right, rgba(236, 231, 222, 0) 0%, #ece7de 50%);
}
.title em::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 25px;
  height: 1px;
  width: 550px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(right, rgba(236, 231, 222, 0) 0%, #ece7de 50%);
  background-image: linear-gradient(to left, rgba(236, 231, 222, 0) 0%, #ece7de 50%);
}
.moreLink {
  display: block;
  text-align: center;
  width: 208px;
  height: 42px;
  line-height: 42px;
  background-color: #5f4129;
  box-shadow: 5px 7px 21px 0px rgba(87, 56, 31, 0.53);
  border-radius: 25px;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #5f4129 10%, #a6967f);
  background-image: linear-gradient(to right, #5f4129 10%, #a6967f);
  background-position: left center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #8f5e06;
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.moreLink::after {
  content: "→";
  margin-left: 30px;
}
.moreLink:hover {
  background: none;
  color: #8f5e06;
  box-shadow: 0 10px 10px -5px rgba(143, 94, 6, 0.5);
}
.moreLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  margin-top: 15px;
  display: block;
  font-family: Arial;
  font-size: 18px;
  line-height: 44px;
  position: relative;
  padding-left: 58px;
  padding-right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.titBox .more:hover {
  padding-left: 29px;
  padding-right: 29px;
}
.titBox .more:hover::before {
  background-color: #8f5e06;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@keyframes line {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  40% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  60% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.service {
  overflow: hidden;
  position: relative;
  padding: 104px 0 60px;
  background: url(../images/fwbg.jpg) center bottom no-repeat;
}
.service .title {
  text-align: center;
}
.service .fwNav {
  margin: 0 -30px;
  margin-top: 26px;
}
.service .fwNav::after,
.service .fwNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.service .fwNav ul li {
  float: left;
  width: 25%;
  padding: 20px 30px 40px;
}
.service .fwNav ul li .item {
  position: relative;
  z-index: 2;
  height: 420px;
}
.service .fwNav ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 322px;
  background-color: #ffffff;
  border-radius: 0px 0px 140px 140px;
  border: solid 1px #ffffff;
  z-index: -2;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, #5e4027, #ded9c2);
  background-image: linear-gradient(to bottom, #5e4027, #ded9c2);
  background-size: 100% 0%;
  background-position: center 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  width: 215px;
  height: 215px;
  background-color: #ece7de;
  box-shadow: 0px 0px 21px 0px rgba(87, 56, 31, 0.26);
  border: solid 1px #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
}
.service .fwNav ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .cont {
  text-align: center;
  padding: 32px 15px 0;
}
.service .fwNav ul li .item .cont .bt {
  display: block;
}
.service .fwNav ul li .item .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 28px;
  height: 48px;
  line-height: 48px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.service .fwNav ul li .item .cont .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-family: Arial;
  font-size: 12px;
  color: #706f6f;
  line-height: 20px;
  margin-top: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .cont .bt i::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 35px;
  height: 1px;
  background-color: rgba(79, 79, 79, 0.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .cont .bt i::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 35px;
  height: 1px;
  background-color: rgba(79, 79, 79, 0.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .cont .more {
  display: block;
  margin: 30px auto 0;
  width: 40px;
  height: 40px;
  border: solid 1px rgba(79, 79, 79, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #606060;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service .fwNav ul li .item .cont .more::before {
  content: ">";
  display: block;
  font-family: simsun;
}
.service .fwNav ul li .item .cont .more:hover {
  background-color: #fff !important;
  color: #8f5e06 !important;
}
.service .fwNav ul li .item:hover::before {
  background-color: #ded9c2;
  box-shadow: 0px 16px 21px 0px rgba(87, 56, 31, 0.2);
  border-radius: 0px 0px 137px 137px;
  background-size: 100% 100%;
}
.service .fwNav ul li .item:hover .pic {
  box-shadow: 14px 20px 21px 0px rgba(87, 56, 31, 0.53);
}
.service .fwNav 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);
}
.service .fwNav ul li .item:hover .cont .bt span {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #fff;
}
.service .fwNav ul li .item:hover .cont .bt i {
  color: #fff;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.service .fwNav ul li .item:hover .cont .bt i::before,
.service .fwNav ul li .item:hover .cont .bt i::after {
  background-color: #ded9c2;
}
.service .fwNav ul li .item:hover .cont .more {
  border: solid 2px #ffffff;
  color: #fff;
  line-height: 36px;
}
.service .moreLink {
  margin: 50px auto 0;
}
.team {
  background: url(../images/teambg.jpg) center 0 no-repeat;
}
.team .teamBox {
  height: 623px;
  padding-top: 20px;
}
.team .title {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  z-index: 2;
}
.team .title em {
  margin-right: 46px;
}
.team .title em::after {
  width: 120px;
}
.team .teamCont {
  height: 538px;
  position: relative;
  padding-left: 572px;
}
.team .teamCont .ribbon {
  width: 797px;
  height: 413px;
  position: absolute;
  z-index: 2;
  left: -320px;
  top: 250px;
  background: url(../images/teamsd.png) 0 0 no-repeat;
}
.team .teamCont .pic {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 508px;
  height: 508px;
  overflow: hidden;
  background-color: rgba(220, 214, 191, 0.2);
  border: solid 1px rgba(98, 69, 45, 0.2);
  border-radius: 50%;
  padding: 23px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamCont .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.team .teamCont .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamCont .cont {
  padding-top: 176px;
  text-align: right;
}
.team .teamCont .cont .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 50px;
  height: 150px;
  color: #464645;
  font-size: 17px;
}
@media screen and (max-width: 1320px) {
  .team .teamCont .cont .text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 46px;
    height: 138px;
  }
}
.team .teamCont .cont .text span {
  font-weight: bold;
}
.team .teamCont .cont .text span::after {
  content: "，";
  font-weight: normal;
}
.team .teamCont .cont .en {
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  color: #a5a5a4;
  margin-top: 30px;
}
.team .teamCont .cont .more {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  background-color: #a5957e;
  border-radius: 50%;
  margin-top: 30px;
  text-align: center;
  font-family: Arial;
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-image: linear-gradient(-30deg, #5f4129, #a6967f);
  background-position: left center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 5px 7px 9px 0px rgba(87, 56, 31, 0.39);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .teamCont .cont .more::after {
  content: "+";
}
.team .teamCont .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #8f5e06;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.team .teamCont .cont .more:hover {
  background: none;
  color: #8f5e06;
}
.team .teamCont .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.team .teamCont:hover .pic {
  border-color: #8f5e06;
}
.team .teamCont:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.choose {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
}
.choose .chBox {
  height: 563px;
  padding-top: 88px;
}
.choose .chL {
  float: left;
}
.choose .chL .title {
  color: #fff;
}
.choose .chL .title em {
  margin-top: 36px;
  margin-left: 25px;
  background-color: #9f7844;
}
.choose .chL .title em::before {
  width: 150px;
  background-image: -webkit-linear-gradient(left, rgba(236, 231, 222, 0) 0%, rgba(236, 231, 222, 0.1) 50%);
  background-image: linear-gradient(to right, rgba(236, 231, 222, 0) 0%, rgba(236, 231, 222, 0.1) 50%);
}
.choose .chL .title em::after {
  background-image: -webkit-linear-gradient(right, rgba(236, 231, 222, 0) 0%, rgba(236, 231, 222, 0.1) 50%);
  background-image: linear-gradient(to left, rgba(236, 231, 222, 0) 0%, rgba(236, 231, 222, 0.1) 50%);
}
.choose .chL .tel {
  margin-top: 47px;
  width: 238px;
  height: 88px;
  background: url(../images/chtelbg.jpg) -1px 0 no-repeat;
  background-color: #5f4129;
  box-shadow: 5px 7px 21px 0px rgba(87, 56, 31, 0.53);
  border-radius: 45px;
  border: solid 1px rgba(255, 255, 255, 0.19);
  position: relative;
  padding-left: 75px;
  line-height: 30px;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding-top: 14px;
}
.choose .chL .tel::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 8px 8px 21px 0px rgba(87, 56, 31, 0.66);
  left: 26px;
  top: 25px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/chtel.png) center center no-repeat;
}
.choose .chL .tel i {
  display: block;
  font-weight: bold;
}
.choose .text {
  float: right;
  margin-top: 97px;
  width: 640px;
  text-align: right;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 36px;
  padding-top: 38px;
  position: relative;
}
.choose .text::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 18px;
  top: 0;
  right: 4px;
  background: url(../images/chbar.png) right 0 no-repeat;
}
@media screen and (max-width: 1320px) {
  .choose .text {
    width: 600px;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  overflow: hidden;
}
.about .aboutText {
  margin-right: 518px;
  padding-bottom: 70px;
}
.about .aboutText .title em {
  margin-left: 72px;
}
.about .aboutText .title em::before {
  width: 120px;
}
.about .aboutText .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.about .aboutText .tit::before {
  content: "...";
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 16px;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 40px;
  height: 3px;
  background-color: #facc04;
}
.about .aboutText .text {
  margin-top: 70px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 40px;
  height: 200px;
  color: #4d4d4d;
  text-align: justify;
}
.about .aboutText .tt {
  margin-top: 50px;
}
.about .aboutText .tt::after,
.about .aboutText .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .tt .moreLink {
  float: left;
}
.about .aboutText .tt .xpBox {
  float: left;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  box-shadow: 5px 7px 21px 0px rgba(87, 56, 31, 0.53);
  border: dashed 1px #ffffff;
  display: block;
  background: url(../images/xunpan.png) center center no-repeat;
  background-color: #5f422a;
  position: relative;
  border-radius: 50%;
}
.about .aboutText .tt .xpBox .xunpan {
  position: absolute;
  z-index: 99999;
  left: 100%;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-size: 14px;
  width: 200px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aboutText .tt .xpBox .xunpan i {
  font-weight: bold;
}
.about .aboutText .tt .xpBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #8f5e06;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(143, 94, 6, 0.15);
}
.about .aboutText .tt .xpBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #8f5e06;
}
.about .aboutText .tt .xpBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.about .aboutText .tt .xpBox:hover .xunpan {
  visibility: inherit;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .aboutPic {
  position: absolute;
  width: 444px;
  height: 444px;
  right: -10px;
  top: 94px;
}
.about .aboutPic img {
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .environment {
  margin: 0 -37px;
  position: relative;
}
.about .environment ul li {
  float: left;
  width: 33.333%;
  padding: 20px 37px 30px;
}
.about .environment ul li .item {
  background-color: #ffffff;
  box-shadow: 8px 8px 13px 0px rgba(87, 56, 31, 0.17);
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px 10px 0;
}
.about .environment ul li .item .pic {
  display: block;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding-top: 75.07%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .environment ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .environment ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 76px;
  line-height: 76px;
  padding-left: 5px;
  position: relative;
  padding-right: 55px;
  margin-right: -10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .environment ul li .item .bt::before {
  content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background-color: #f2f2f2;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #61432b;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .environment ul li .item:hover {
  box-shadow: 8px 8px 21px 0px rgba(87, 56, 31, 0.29);
}
.about .environment 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);
}
.about .environment ul li .item:hover .bt {
  color: #8f5e06;
}
.about .environment ul li .item:hover .bt::before {
  background-color: #61442c;
  box-shadow: 7px 7px 9px 0px rgba(160, 142, 119, 0.68);
  color: #fff;
}
.about .environment .page .hj-prev {
  width: 40px;
  height: 40px;
  border: solid 1px rgba(79, 79, 79, 0.2);
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 38px;
  color: #606060;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  top: 202px;
  left: -55px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .environment .page .hj-prev::before {
  content: "<";
  font-family: simsun;
  font-weight: bold;
}
.about .environment .page .hj-prev::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(-30deg, #5f4129, #a6967f);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .environment .page .hj-prev:hover {
  background-color: #8f5e06;
  color: #fff;
  box-shadow: 6px 8px 21px 0px rgba(87, 56, 31, 0.53);
}
.about .environment .page .hj-prev:hover::after {
  opacity: 1;
}
.about .environment .page .hj-next {
  width: 40px;
  height: 40px;
  border: solid 1px rgba(79, 79, 79, 0.2);
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 38px;
  color: #606060;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  top: 202px;
  right: -55px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .environment .page .hj-next::before {
  content: ">";
  font-family: simsun;
  font-weight: bold;
}
.about .environment .page .hj-next::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(-30deg, #5f4129, #a6967f);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .environment .page .hj-next:hover {
  background-color: #8f5e06;
  color: #fff;
  box-shadow: 6px 8px 21px 0px rgba(87, 56, 31, 0.53);
}
.about .environment .page .hj-next:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .about .environment {
    margin: 0 -20px;
  }
  .about .environment ul li {
    padding: 20px 20px 30px;
  }
}
.news {
  position: relative;
  overflow: hidden;
  padding: 92px 0 170px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .title {
  text-align: center;
}
.news .title span {
  margin-top: -30px;
  padding-bottom: 0;
}
.news .newsTab {
  margin-top: 30px;
  text-align: center;
}
.news .newsTab ul {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.news .newsTab ul::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 1px;
  width: 400px;
  margin-right: -20px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, rgba(236, 231, 222, 0) 0%, #ece7de 50%);
  background-image: linear-gradient(to right, rgba(236, 231, 222, 0) 0%, #ece7de 50%);
}
.news .newsTab ul::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  width: 400px;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(right, rgba(236, 231, 222, 0) 0%, #ece7de 50%);
  background-image: linear-gradient(to left, rgba(236, 231, 222, 0) 0%, #ece7de 50%);
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  position: relative;
}
.news .newsTab ul li::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #ece7de;
  top: 50%;
  width: 40px;
  left: -40px;
}
.news .newsTab ul li:first-child::before {
  display: none;
}
.news .newsTab ul li a {
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #8d8d8d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li.on a,
.news .newsTab ul li:hover a {
  color: #646464;
  font-weight: bold;
}
.news .newsTabs {
  margin-top: 76px;
  position: relative;
}
.news .newsTabs .bd {
  height: 506px;
}
.news .newsList {
  height: 506px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .list1 {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul {
  margin: 0 -20px;
}
.news .newsList .list1 ul::after,
.news .newsList .list1 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  float: left;
  width: 33.333%;
  padding: 0 20px;
}
.news .newsList .list1 ul li .item {
  position: relative;
}
.news .newsList .list1 ul li .item::before {
  content: "";
  position: absolute;
  border-bottom: 1px dotted #8f5e06;
  width: 100%;
  height: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list1 ul li .item .pic {
  display: block;
  width: 100%;
  height: 286px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  position: relative;
  overflow: hidden;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news .newsList .list1 ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont {
  height: 112px;
  position: relative;
  border-bottom: 1px dotted #d0d0d0;
  padding: 20px 10px 0;
}
.news .newsList .list1 ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 ul li .item .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .item .cont .tt {
  margin-top: 5px;
  line-height: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .tt .date {
  float: left;
  background: url(../images/date.png) 0 center no-repeat;
  padding-left: 22px;
  color: #8f8f8f;
}
.news .newsList .list1 ul li .item .cont .tt .more {
  float: right;
  display: block;
  color: #8f8f8f;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .item .cont .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .item .cont .tt .more::before {
  content: "";
  width: 124px;
  height: 1px;
  background-color: #d0d0d0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #8f5e06, #8f5e06);
  background-image: linear-gradient(to right, #8f5e06, #8f5e06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
  top: -1px;
}
.news .newsList .list1 ul li .item:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list1 ul li .item:hover .pic {
  border-color: #8f5e06;
}
.news .newsList .list1 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);
}
.news .newsList .list1 ul li .item:hover .cont .bt {
  color: #8f5e06;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list1 ul li .item:hover .cont .tt {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list1 ul li .item:hover .cont .tt .more {
  color: #8f5e06;
}
.news .newsList .list1 ul li .item:hover .cont .tt .more::before {
  background-size: 100% 100%;
}
.news .newsList .list2 {
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 -20px;
}
.news .newsList .list2::after,
.news .newsList .list2:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 li {
  float: left;
  width: 33.333%;
  padding: 0 20px;
}
.news .newsList .list2 li .item {
  height: 112px;
  padding-top: 25px;
  position: relative;
  border-bottom: 1px dotted #d0d0d0;
}
.news .newsList .list2 li .item::before {
  content: "";
  position: absolute;
  border-bottom: 1px dotted #8f5e06;
  width: 100%;
  height: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list2 li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  position: relative;
  color: #6a6a6a;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  left: 0;
}
.news .newsList .list2 li .item .bt::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #889ce1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 8px;
  border-radius: 100%;
}
.news .newsList .list2 li .item .bt:hover {
  left: 5px;
}
.news .newsList .list2 li .item .tt {
  margin-top: 7px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 li .item .tt::after,
.news .newsList .list2 li .item .tt:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 li .item .tt .date {
  float: left;
  color: #8f8f8f;
  font-size: 12px;
}
.news .newsList .list2 li .item .tt .more {
  display: block;
  float: right;
  font-size: 12px;
  position: relative;
  color: #8f8f8f;
  left: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 li .item .tt .more::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #d0d0d0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #8f5e06, #8f5e06);
  background-image: linear-gradient(to right, #8f5e06, #8f5e06);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .list2 li .item .tt .more i {
  min-width: 4px;
}
.news .newsList .list2 li .item .tt .more:hover {
  color: #8f5e06;
  left: 5px;
}
.news .newsList .list2 li .item:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 li .item:hover .bt {
  color: #8f5e06;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list2 li .item:hover .bt::before {
  background-color: #8f5e06;
}
.news .newsList .list2 li .item:hover .tt {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list2 li .item:hover .tt .more {
  color: #8f5e06;
}
.news .newsList .list2 li .item:hover .tt .more::before {
  background-size: 100% 100%;
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list1 {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.news .newsList.on {
  visibility: initial;
  z-index: 3;
}
.news .newsList.on .list1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.footer {
  margin-top: -98px;
}
