@charset "utf-8";
 
.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 {
  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,
.topWow,
.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;
}
.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;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  -webkit-transition: all 2.4s ease-out;
  transition: all 2.4s 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 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-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
  display: none;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #b98a5a solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #b98a5a;
  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);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  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: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  bottom: 76px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 31px;
  height: 118px;
  background: url(../images/mouseico.png) center center no-repeat;
  animation: arrow 3s linear infinite;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.features {
  background-color: #2c2a2d;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 31px -5px #adabab;
}
.features .tdBox ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.features .tdBox ul::before {
  content: "";
  display: block;
  position: absolute;
  left: -112px;
  width: 1px;
  height: 150px;
  background-image: linear-gradient(180deg, #424042 0%, #424042 100%);
  opacity: 0.4;
}
.features .tdBox ul::after {
  content: "";
  display: block;
  position: absolute;
  right: -112px;
  width: 1px;
  height: 150px;
  background-image: linear-gradient(180deg, #424042 0%, #424042 100%);
  opacity: 0.4;
}
.features .tdBox ul li {
  float: left;
  height: 150px;
  display: flex;
  align-items: center;
}
.features .tdBox ul li.line {
  width: 1px;
  height: 150px;
  background-image: linear-gradient(180deg, #424042 0%, #424042 100%);
  opacity: 0.4;
}
.features .tdBox ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 58px;
  background-image: linear-gradient(0deg, #d0a064 0%, #c5b07d 100%);
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 22px;
}
.features .tdBox ul li i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.features .tdBox ul li span {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
  color:#fff;
}
.features .tdBox ul li:_hover i img {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}


.dl-container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
 
.Section {
  background-image: url("../images/td5.jpg");
  background-size: cover;         /* 让背景图铺满容器 */
  background-position: center;    /* 居中显示 */
  background-repeat: no-repeat;   /* 不重复 */
  width: 100%;
 padding: 95px 0;
  /*! padding-bottom: 52px; */
  overflow: hidden;
  font-size:0;
}


.Section .title {
  width: 100%;
}
.Section .title a {
  font-size: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.Section .title a b {
  font-weight: bold;
  display: block;
  font-size: 36px;
  margin: 0 10px;
}
.Section .title a::before {
  content: "";
  width: 19px;
  height: 65px;
  background: url(../images/titlel.png) no-repeat center;
  display: block;
}
.Section .title a::after {
  content: "";
  width: 19px;
  height: 65px;
  background: url(../images/titler.png) no-repeat center;
  display: block;
}
.Section .title i {
  width: 235px;
  height: 1px;
  background: #c5b07d;
  display: block;
  margin: 14px auto 11px;
}
.Section .title em {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: #737373;
  letter-spacing: 4px;
}

.Section .SectionBox ul {
  margin-top: 34px;
}
.Section .SectionBox ul li {
  width: 270px;
  height: 343px; 
  background: #fff;
  border-radius: 30px;
  border: 1px solid #c5b07d;
  margin-top: 20px;
  margin-right: 50px;
  box-sizing: border-box;
  padding: 32px 22px;
  float: left;
  box-shadow:0 22px 31px -5px #adabab;
}
 
.Section .SectionBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.Section .SectionBox ul li a i {
  width: 98px;
  height: 98px;
  display: block;
  margin: 0 auto;
}
.Section .SectionBox ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Section .SectionBox ul li a em {
  width: 4px;
  height: 14px;
  background: url(../images/SectionBoxList.png) no-repeat center;
  display: block;
  margin: 16px auto 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Section .SectionBox ul li a span {
  font-size: 26px;
  display: block;
  text-align: center;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Section .SectionBox ul li a p {
  font-size: 16px;
  color: #969696;
  text-align: center;
  margin-top: 23px;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Section .SectionBox ul li:_hover {
  background: url(../images/SectionBoxBg.png) no-repeat center bottom;
  border: 1px solid #c5b07d;
}
.Section .SectionBox ul li:_hover a i img {
  transform: rotate(360deg);
}
.Section .SectionBox ul li:_hover a span {
  color: #fff;
  font-weight: bold;
}
.Section .SectionBox ul li:_hover a p {
  color: #fff;
}

.product {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background:#f0f1f5;
}
.product .proNav {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.product .proNav ul li {
  flex: 1;
}
.product .proNav ul li a {
  display: block;
  height: 160px;
  background-color: #2c2a2d;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #c5b07d, #c5b07d);
  background-image: linear-gradient(to right, #c5b07d, #c5b07d);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  padding: 42px 20px 0 40px;
  position: relative;
  color:#fff;
}
.product .proNav ul li a i {
  display: block;
  width: 54px;
  height: 47px;
  position: relative;
  overflow: hidden;
  background: url(../images/pronavico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  margin-top: 16px;
  line-height: 30px;
  font-weight: bold;
}
.product .proNav ul li a em {
  position: absolute;
  right: 27px;
  top: 45px;
  display: block;
  font-family: Impact;
  font-size: 36px;
  line-height: 28px;
  z-index: 3;
  -webkit-text-stroke: 0.5px #4c4c4c;
  letter-spacing: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:_hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product .proNav ul li:hover a {
  background-color: #c5b07d;
  background-size: 100% 100%;
  color: #fff;
}
.product .proNav ul li:hover a i {
  filter: grayscale(100) brightness(15);
}
.product .proNav ul li:hover a em {
  color: #fff;
}
.product .proSwiper {
  margin-top: 44px;
  position: relative;
}
.product .proSwiper .swiper-container {
  width: 2145px;
}
.product .proSwiper ul li {
  width: 1020px;
  margin-right: 105px;
}
.product .proSwiper ul li .item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.product .proSwiper ul li .item .pic {
  width: 686px;
  height: 440px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .pic img {
  position: absolute;
  max-width: 76%;
  height: auto;
  
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont {
  flex: 1;
  min-width: 0;
  margin-right: 30px;
  padding-top: 70px;
}
.product .proSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .proSwiper ul li .item .cont .bt:hover {
  letter-spacing: 0.5px;
}
.product .proSwiper ul li .item .cont p {
  margin-top: 10px;
  font-size: 15px;
  color: #8f8f8f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont .more {
  display: inline-block;
  margin-top: 38px;
  line-height: 30px;
  font-size: 15px;
  color: #646464;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proSwiper ul li .item .cont .more em {
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-family: simsun;
  width: 30px;
  height: 30px;
  background-color: #c5b07d;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}
.product .proSwiper ul li .item .cont .more em::before {
  content: ">";
}
.product .proSwiper ul li .item .cont .more:hover {
  color: #c5b07d;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proSwiper ul li .item .cont::after {
  content: "";
  display: block;
  position: relative;
  z-index: 3;
  width: 404px;
  height: 2px;
  background-color: #c5b07d;
  margin-top: 55px;
}
.product .proSwiper ul li .item:hover .pic {
  border-color: #c5b07d;
}
.product .proSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.product .proSwiper ul li .item:hover .cont .bt {
  color: #c5b07d;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.product .proSwiper ul li .item:hover .cont p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .page .pro-prev {
  cursor: pointer;
  outline: none;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 4;
  background: url(../images/prol.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.8);
  left: 162px;
  bottom: 28px;
}
.product .page .pro-prev:hover {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: grayscale(0) brightness(1);
}
.product .page .pro-next {
  cursor: pointer;
  outline: none;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 4;
  background: url(../images/pror.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.8);
  right: 148px;
  bottom: 28px;
}
.product .page .pro-next:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: grayscale(0) brightness(1);
}
@media screen and (max-width: 1320px) {
  .product {
    padding: 70px 0;
  }
  .product .proSwiper .swiper-container {
    width: 2100px;
  }
  .product .proSwiper ul li {
    width: 1020px;
    margin-right: 60px;
  }
  .product .proSwiper .page .pro-next {
    right: 70px;
  }
}
.title {
  line-height: 1;
}
.title span {
  display: block;
  font-size: 26px;
  letter-spacing: 2px;
  font-weight: bold;
}
.title span::before {
  content: "";
  width: 28px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  background-image: linear-gradient(90deg, #b98a5a 0%, #e0b384 100%);
}
.title i {
  display: block;
  font-size: 20px;
  margin-top: 16px;
  letter-spacing: 7px;
}
.moreLink {
  display: block;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  position: relative;
  top: -2px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #d0a064 0%, #c5b07d 100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/moreico.png) center center no-repeat;
  position: relative;
  z-index: 2;
}
.moreLink em::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #b98a5a 0%, #e0b384 100%);
  opacity: 0;
  margin: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 21px;
  margin-left: 5px;
  background: url(../images/morear.png) 0 center no-repeat;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  color: #b98a5a;
}
.moreLink:hover em::after {
  opacity: 1;
}
.moreLink:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.allLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 18px;
}
.custom {
  padding: 88px 0 100px;
  position: relative;
  overflow: hidden;
  background-color: #000;
  box-shadow:0 22px 31px -5px #adabab;
}
.custom .titBox,.custom .titBox span{ color:#fff;}
.custom .dzNav {
  margin-top: 36px;
  border-top: 3px solid #2f2e2e;
  padding-top: 18px;
}
.custom .dzNav ul {
  display: flex;
  justify-content: center;
}
.custom .dzNav ul li {
  margin: 20px 20px 0;
}
.custom .dzNav ul li a {
  display: block;
  min-width: 192px;
  height: 54px;
  line-height: 54px;
  background-color: #f5f5f5;
  border-radius: 27px;
  text-align: center;
  padding: 0 20px;
  font-size: 20px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(90deg, #d0a064 0%, #c5b07d 100%);
  background-image: linear-gradient(90deg, #d0a064 0%, #c5b07d 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.custom .dzNav ul li:hover a,
.custom .dzNav ul li.on a {
  background-size: 100% 100%;
  color: #fff;
}
.custom .dzSwiper {
  margin-top: 40px;
  position: relative;
}
.custom .dzSwiper .swiper-container {
  overflow: inherit;
}
.custom .dzSwiper ul li .item {
  position: relative;
  overflow: hidden;
}
.custom .dzSwiper ul li .item .pic {
  padding-top: 49.54%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom .dzSwiper ul li .item .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom .dzSwiper ul li .item .bt {
  position: absolute;
  left: 0;
  bottom: -135px;
  min-width: 384px;
  max-width: 80%;
  height: 132px;
  background-color: rgba(44, 42, 45, 0.9);
  border-radius: 0px 40px 0px 0px;
  padding-left: 40px;
  padding-top: 34px;
  padding-right: 110px;
   color:#d6d3d3;
}
.custom .dzSwiper ul li .item .bt em {
  position: absolute;
  display: block;
  right: 50px;
  top: 46px;
  width: 40px;
  height: 40px;
  background-color: #595959;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: linear-gradient(90deg, #b98a5a 0%, #e0b384 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left center;
}
.custom .dzSwiper ul li .item .bt em::before {
  content: ">";
  font-family: simsun;
}
.custom .dzSwiper ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom .dzSwiper ul li .item .bt::after {
  content: "";
  margin-top: 7px;
  display: block;
  border-left: 2px solid #c5b07d;
  border-right: 1px solid #c5b07d;
  width: 8px;
  height: 16px;
}
.custom .dzSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.custom .dzSwiper ul li .item:hover .bt {
  color: #b98a5a;
}
.custom .dzSwiper ul li .item:hover .bt em {
  background-size: 100% 100%;
}
.custom .dzSwiper ul li .item:hover .bt span {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.custom .dzSwiper ul li.swiper-slide-active .item .bt {
  bottom: 0;
  opacity: 1;
}
.custom .dzSwiper .page .dz-prev {
  cursor: pointer;
  outline: none;
  width: 40px;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -25px;
  left: -60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom .dzSwiper .page .dz-prev::before {
  content: "<";
  font-family: simsun;
}
.custom .dzSwiper .page .dz-prev:hover {
  background-color: #b98a5a;
  color: #fff;
}
.custom .dzSwiper .page .dz-next {
  cursor: pointer;
  outline: none;
  width: 40px;
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: -25px;
  right: -60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom .dzSwiper .page .dz-next::before {
  content: ">";
  font-family: simsun;
}
.custom .dzSwiper .page .dz-next:hover {
  background-color: #b98a5a;
  color: #fff;
}
.case {
  background: url(../images/casebg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 80px 0 84px;
}
.case .title {
  color: #fff;
}
.case .moreLink {
  color: #fff;
}
.case .caseNav {
  border: solid 1px rgba(255, 255, 255, 0.15);
  margin-top: 40px;
}
.case .caseNav ul {
  display: flex;
  justify-content: space-between;
}
.case .caseNav ul li {
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.case .caseNav ul li:first-child {
  border-left: none;
}
.case .caseNav ul li a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 66px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(90deg, #b98a5a 0%, #e0b384 100%);
  background-image: linear-gradient(90deg, #b98a5a 0%, #e0b384 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 52px);
  display: inline-block;
  vertical-align: top;
}
.case .caseNav ul li a em {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 66px;
  background: url(../images/casenavli.png) 0 center no-repeat;
  margin-left: 30px;
}
.case .caseNav ul li a:hover {
  background-size: 100% 100%;
  font-weight: bold;
  background-color: #e0b384;
}
.case .caseList {
  position: relative;
  width: 97%;
  max-width: 1850px;
  margin: 34px auto 0;
}
.case .caseList::after,
.case .caseList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  width: 33.333%;
}
.case .caseList ul li .item {
  margin: 0 4px;
  position: relative;
  overflow: hidden;
}
.case .caseList ul li .item .pic {
  display: block;
  width: 100%;
  padding-top: 67.868%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList 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;
}
.case .caseList ul li .item .bt {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.case .caseList ul li .item .bt em {
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  line-height: 70px;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.case .caseList ul li .item .bt em::before {
  content: "+";
}
.case .caseList ul li .item .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 40px;
  width: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  color:#f1ddb3;
  font-style: italic;
  text-decoration: underline #c5b07d 2px;
}
@media screen and (max-width: 1680px) {
  .case .caseList ul li .item .bt span {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1520px) {
  .case .caseList ul li .item .bt em {
    width: 64px;
    height: 64px;
    line-height: 62px;
  }
  .case .caseList ul li .item .bt span {
    margin-top: 20px;
    letter-spacing: 1px;
  }
}
.case .caseList ul li .item:hover {
  box-shadow: none;
}
.case .caseList 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);
}
.case .caseList ul li .item:hover .bt {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.case .caseList ul li .item:hover .bt em {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.case .caseList ul li .item:hover .bt em,
.case .caseList ul li .item:hover .bt span {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.case .caseList .caseTabs2 {
  margin-top: 16px;
}
.case .caseList .caseTabs2 ul li {
  width: 25%;
}

 
.youshi {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  padding: 100px 0 70px;
}
.youshi::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.7%;
  max-width: 50px;
  height: 278px;
  background-color: #a18b64;
}
.youshi .zhong {
  line-height: 134px;
  letter-spacing: 8px;
  color: #a39272;
  opacity: 0.05;
  font-size: 185px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  position: absolute;
  top: 212px;
  left: -315px;
  pointer-events: none;
}
.youshi .ysTit {
  line-height: 1;
}
.youshi .ysTit i {
  display: block;
}
.youshi .ysTit i img {
  display: inline-block;
  vertical-align: top;
  max-width: 50%;
}
.youshi .ysTit span {
  display: block;
  font-size: 46px;
  letter-spacing: 8px;
  margin-top: 8px;
  font-weight: bold;
}
.youshi .ysPic {
  float: right;
  width: 512px;
  height: 582px;
  background-color: #eeeeee;
  padding: 20px;
  position: relative;
}
.youshi .ysPic .bd {
  width: 472px;
  height: 542px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li {
  width: 472px;
  height: 542px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysPic .page {
  bottom: 20px;
  right: -66px;
  width: 176px;
  height: 60px;
  background-color: #a18b64;
  position: absolute;
  z-index: 3;
  display: flex;
}
.youshi .ysPic .page::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 38px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.youshi .ysPic .page .prev {
  width: 50%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.youshi .ysPic .page .prev::before {
  content: "<";
  font-family: "simsun";
}
.youshi .ysPic .page .next {
  width: 50%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.youshi .ysPic .page .next::before {
  content: ">";
  font-family: "simsun";
}
.youshi .ysCont {
  padding-top: 46px;
  width: 630px;
  float: left;
}
.youshi .ysCont .bd {
  margin-top: 60px;
  margin-right: 55px;
  height: 126px;
  position: relative;
  overflow: hidden;
}
.youshi .ysCont .bd ul li .item {
  padding-top: 10px;
  height: 126px;
}
.youshi .ysCont .bd ul li .item h4 {
  line-height: 1;
  font-size: 35px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysCont .bd ul li .item h4::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: solid 2px #666666;
  margin-right: 11px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .text {
  font-size: 15px;
  line-height: 30px;
  color: #787878;
  margin-top: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item:hover h4 {
  color: #c5b07d;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysCont .bd ul li .item:hover h4::before {
  border-color: #c5b07d;
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .en {
  margin-top: 10px;
  font-size: 12px;
  margin-right: 55px;
  line-height: 18px;
  font-family: Arial;
  color: #cec7c7;
}
.youshi .hd {
  margin-top: 20px;
}
.youshi .hd ul {
  display: flex;
  justify-content: space-between;
}
.youshi .hd ul li {
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 7px 6px 13px 0px rgba(161, 139, 100, 0.13);
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.youshi .hd ul li i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.youshi .hd ul li span {
  display: block;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1;
}
.youshi .hd ul li.on {
  color: #a18b64;
}
.youshi .hd ul li.on i {
  background-color: #a18b64;
}
.youshi .hd ul li.on i img {
  filter: grayscale(100) brightness(4);
}
.about {
  position: relative;
  overflow: hidden;
  background: #141414 url(../images/aboutbg2.jpg) center top no-repeat;
  padding: 156px 0 62px;
}
.about .aboutText {
  /* float: right; */
  /* width: 626px; */
  color: #fff;
}
.about .aboutText .text {
  margin-top: 52px;
  text-align: justify;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 32px;
  max-height: 160px;
}
.about .aboutText .tt {
  margin-top: 70px;
  height: 36px;
  line-height: 36px;
}
.about .aboutText .tt .moreLink {
  float: left;
  color: #fff;
}
.about .aboutText .tt .tip {
  float: right;
  font-size: 16px;
  letter-spacing: 12px;
  margin-right: -15px;
}
.about .video {
  display: block;
  /* float: left; */
  width: 100%;
  /* height: 572px; */
  background-color: #191919;
  margin-top: 314px;
  /* margin-bottom: 10px; */
}
.about .video img {
  display: block;
  width: 100%;
  /* height: 500px; */
  object-fit: cover;
}
.about .video iframe {
  width: 400px !important;
  height: 272px !important;
}
.news {
  padding: 90px 0 84px;
  position: relative;
  overflow: hidden;
}
.news::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 417px;
  background-color: #f7f7f7;
}
.news .newsBox {
  z-index: 1;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab .moreLink {
  float: right;
  margin-left: 65px;
  margin-top: 18px;
}
.news .newsTab ul {
  float: right;
  margin-top: 2px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 60px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #313131;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  font-weight: bold;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  width: 100%;
}
.news .newsTabs {
  position: relative;
  z-index: 1;
  margin-top: 52px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  padding: 52px 36px 50px 400px;
  overflow: hidden;
  margin-left: -84px;
  margin-right: -84px;
}
.news .newsImg {
  width: 346px;
  height: 654px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  left: -1px;
  top: -1px;
}
.news .newsImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsImg:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.news .newsList {
  height: 550px;
  position: relative;
}
.news .newsList::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: 416px;
  background-color: #e5e5e5;
}
.news .newsList .first {
  float: left;
  width: 362px;
}
.news .newsList .first .cont {
  height: 314px;
  padding-top: 24px;
  position: relative;
}
.news .newsList .first .cont .date {
  font-family: Arial;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .first .cont .date i {
  display: block;
  font-weight: bold;
  font-size: 49px;
  line-height: 35px;
}
.news .newsList .first .cont .date span {
  display: block;
  font-size: 16px;
  margin-top: 18px;
  line-height: 12px;
}
.news .newsList .first .cont .date::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #c5b07d;
  margin-top: 38px;
}
.news .newsList .first .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 24px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .first .cont .bt:_hover {
  letter-spacing: 0.5px;
}
.news .newsList .first .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 27px;
  height: 54px;
  font-size: 15px;
  color: #999999;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .first .pic {
  display: block;
  width: 100%;
  height: 224px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .first .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 .first:_hover .date {
  color: #b98a5a;
}
.news .newsList .first:_hover .bt {
  color: #b98a5a;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .first:_hover p {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .first:_hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsList .list {
  float: right;
  width: 560px;
  padding-top: 15px;
}
.news .newsList .list ul li {
  margin-top: 47px;
  height: 144px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-right: 190px;
  padding-top: 12px;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li .pic {
  display: block;
  width: 168px;
  height: 144px;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .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 .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  letter-spacing: 1px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.news .newsList .list ul li .bt:_hover {
  letter-spacing: 0.5px;
}
.news .newsList .list ul li .date {
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  margin-top: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .date::before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #c5b07d;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -5px;
}
.news .newsList .list ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  margin-top: 28px;
  height: 25px;
  line-height: 25px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li:_hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList .list ul li:_hover .bt {
  color: #b98a5a;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newsList .list ul li:_hover .date::before {
  background-color: #b98a5a;
}
@media screen and (max-width: 1480px) {
  .news .newsTabs {
    margin-left: 0;
    margin-right: 0;
    padding: 52px 30px 50px 360px;
  }
  .news .newsTabs .newsImg {
    width: 330px;
  }
  .news .newsList::before {
    left: 370px;
  }
  .news .newsList .first {
    width: 340px;
  }
  .news .newsList .list {
    width: 510px;
  }
}
@media screen and (max-width: 1320px) {
  .news .newsTabs {
    padding: 36px 20px 36px 295px;
  }
  .news .newsTabs .newsImg {
    width: 270px;
  }
  .news .newsList {
    height: 500px;
  }
  .news .newsList::before {
    left: 360px;
  }
  .news .newsList .first {
    width: 340px;
  }
  .news .newsList .first .cont {
    padding-top: 8px;
    height: 286px;
  }
  .news .newsList .first .pic {
    height: 208px;
  }
  .news .newsList .list {
    width: 480px;
    padding-top: 5px;
  }
  .news .newsList .list ul li {
    margin-top: 30px;
  }
  .news .newsList .list ul li:first-child {
    margin-top: 0;
  }
}
.service {
  padding: 0 0 78px;
}
.service .fwBox {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
}
.service .fwTit {
  width: 20%;
  height: 258px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: Arial;
  line-height: 1;
  padding-top: 95px;
  background-color: #363636;
}
.service .fwTit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fwtit.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.1;
}
.service .fwTit i {
  position: relative;
  display: block;
  font-weight: bold;
  z-index: 2;
  line-height: 24px;
  font-size: 33px;
  text-transform: uppercase;
}
.service .fwTit span {
  display: block;
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.service ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.service ul li {
  flex: 1;
  border-left: 1px solid #e1e1e1;
}
.service ul li a {
  display: block;
  padding-top: 72px;
  height: 258px;
  color: #5e5e5e;
  line-height: 1;
}
.service ul li a i {
  width: 54px;
  height: 54px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(1.2);
}
.service ul li a i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service ul li a span {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 40px;
}
.service ul li a:hover {
  color: #b98a5a;
}
.service ul li a:_hover i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
  filter: grayscale(0) brightness(1);
}
.gg{
margin:0 auto;
width:1300px;
	
}