<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dx {
  text-transform: uppercase;
}
.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);
  }
}
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, .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;
  background-color: #333;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 105px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(/skin/images/banbar.png) center bottom 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;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
@-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: -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 .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #f3a880 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: #f3a880;
  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 .mouse {
  right: 6.51%;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  color: #fff;
  font-size: 14px;
  bottom: 86px;
}
.banner .mouse::before {
  content: "";
  display: block;
  margin: auto;
  width: 18px;
  height: 26px;
  margin-bottom: 20px;
  background: url(../images/mouseico.png) center center no-repeat;
  animation: arrow 2.4s linear infinite;
}
@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;
  }
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-size: 96px;
  font-weight: bold;
  line-height: 71px;
  font-family: "Arial Black";
  opacity: 0.05;
  margin-left: -2px;
  position: relative;
  top: -2px;
}
.title b {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: -28px;
  font-size: 26px;
}
.title b::before {
  content: "";
  position: absolute;
  top: -27px;
  left: -66px;
  border-radius: 100%;
  width: 43px;
  height: 43px;
  background-color: #f3a880;
}
.title b em {
  display: block;
  position: absolute;
  left: -48px;
  top: 0;
  font-size: 26px;
  z-index: 2;
}
.title b::after {
  content: "";
  display: block;
  position: relative;
  margin-left: -92px;
  margin-top: 5px;
  width: 189px;
  height: 1px;
  background-color: #000000;
}
.title span {
  display: block;
  letter-spacing: 21px;
  color: #666666;
  font-size: 15px;
  margin-top: 30px;
}
.moreLink {
  display: block;
  height: 28px;
  position: relative;
  font-size: 16px;
  letter-spacing: 2px;
  color: #999999;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  min-width: 4px;
}
.moreLink::before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #f97f38;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  height: 28px;
  width: 38px;
  background: url(/skin/images/morear.png) 0 center no-repeat;
}
.moreLink:hover {
  color: #f3a880;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.product {
  padding: 80px 0;
  position: relative;
}
.product .slogan {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 24px;
  text-align: right;
}
.product .slogan .t1 {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #cccccc;
}
.product .slogan .t2 {
  font-size: 18px;
  margin-top: 12px;
  line-height: 1;
  letter-spacing: 4px;
  margin-right: -4px;
  font-family: simsun;
  font-weight: bold;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  margin-top: 56px;
  position: relative;
  padding-left: 394px;
  z-index: 2;
}
.product .proNav::after, .product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 394px;
  top: 0;
  width: 1216px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 32px 6px rgba(102, 102, 102, 0.11);
}
.product .proNav .jiahe {
  position: absolute;
  width: 500px;
  height: 100%;
  background-color: rgba(13, 51, 92, 0.82);
  left: 0;
  top: 50px;
  color: #fff;
  padding-left: 58px;
  padding-top: 152px;
  font-family: Arial;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  z-index: -1;
}
.product .proNav .jiahe span::before {
  content: "*";
  display: block;
  font-family: Arial;
  height: 6px;
  font-size: 20px;
  line-height: 14px;
  margin-bottom: 16px;
}
.product .proNav .jiahe span::after {
  content: "";
  display: block;
  margin-top: 28px;
  width: 182px;
  height: 1px;
  background-color: #b3c1cf;
}
.product .proNav .jiahe::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 394px;
  border-left: 106px solid transparent;
  border-top: 50px solid #f3f3f3;
}
.product .proNav .proImg {
  position: absolute;
  width: 251px;
  height: 456px;
  top: -57px;
  right: 902px;
  background: url(../images/pronavimg.png) right 0 no-repeat;
  pointer-events: none;
  transform-origin: right 40%;
  animation: proImg 4s linear infinite;
}
@keyframes proImg {
  0% {
    transform: rotate(-3deg) scale(1);
  }
  50% {
    transform: rotate(3deg) scale(1);
  }
  100% {
    transform: rotate(-3deg) scale(1);
  }
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 34px;
  position: relative;
  z-index: 3;
}
.product .proNav ul li {
  float: left;
  flex: 1;
  position: relative;
  border-right: 1px solid #f8f8f8;
}
.product .proNav ul li::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #efefef;
  right: -3px;
  top: -3px;
}
.product .proNav ul li::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #efefef;
  right: -3px;
  bottom: -3px;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  height: 240px;
  text-align: center;
  padding-top: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  display: block;
  margin: auto;
  width: 36px;
  height: 58px;
  position: relative;
}
.product .proNav ul li a i::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/pronavico.png) center center no-repeat;
  position: relative;
  z-index: 2;
}
.product .proNav ul li a i::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background-color: #ed986a;
  opacity: 0;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  margin-top: 40px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav ul li a em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Arial Narrow";
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::after {
  content: "*";
  margin-top: 28px;
  display: block;
  line-height: 14px;
  height: 6px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav ul li:hover a i::before {
  -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 span {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product .proNav ul li:hover a em {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.product .proNav ul li:hover a::after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.product .proNav ul li:hover a i::after, .product .proNav ul li.on a i::after {
  opacity: 0.2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product .proNav ul li:hover a span, .product .proNav ul li.on a span {
  color: #f3a880;
  font-weight: bold;
}
.product .proNav ul li:hover a em, .product .proNav ul li.on a em {
  color: #f3a880;
}
.product .proList {
  margin-top: 62px;
}
.product .proList ul {
  margin-right: -86px;
}
.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;
  margin-right: 86px;
  margin-top: 40px;
}
.product .proList ul li .item {
  padding-right: 56px;
  position: relative;
}
.product .proList ul li .item .pic {
  display: block;
  width: 320px;
  height: 392px;
  background-color: #fff;
  border: solid 1px #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList 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;
}
.product .proList ul li .item .tt {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 344px;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #f3a880, #f3a880);
  background-image: linear-gradient(to right, #f3a880, #f3a880);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: left 0;
}
.product .proList ul li .item .tt .bt {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 56px;
  width: 56px;
  padding-top: 46px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  height: 200px;
  letter-spacing: 2px;
  font-size: 16px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt::before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #626262;
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more {
  display: block;
  position: absolute;
  bottom: 22px;
  right: 0;
  line-height: 56px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  padding-bottom: 60px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more::before {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background-color: #1e2434;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList 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);
}
.product .proList ul li .item:hover .tt {
  background-size: 100% 100%;
  color: #fff;
}
.product .proList ul li .item:hover .tt .bt {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #fff;
}
.product .proList ul li .item:hover .tt .bt::before {
  background-color: #fff;
}
.product .proList ul li .item:hover .tt .more {
  color: #fff;
  bottom: 16px;
}
.product .proList ul li .item:hover .tt .more::before {
  background-color: #fff;
}
.product .proR {
  float: right;
  width: 960px;
  margin-bottom: -10px;
}
.product .proR .proSwiper {
  position: relative;
  height: 405px;
}
.product .proR .proSwiper ul li {
  height: 405px;
}
.product .proR .proSwiper ul li::after, .product .proR .proSwiper ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proR .proSwiper ul li .pic {
  float: right;
  display: block;
  width: 540px;
  height: 405px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  position: relative;
  overflow: hidden;
  padding: 9px;
  left: 50px;
  opacity: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.product .proR .proSwiper ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proR .proSwiper 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;
}
.product .proR .proSwiper ul li .cont {
  float: left;
  width: 360px;
  padding-top: 30px;
  position: relative;
  left: -50px;
  opacity: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.product .proR .proSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  left: 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.product .proR .proSwiper ul li .cont .bt:hover {
  left: 6px;
}
.product .proR .proSwiper ul li .cont p {
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 15px;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .proSwiper ul li .cont .more {
  margin-top: 66px;
  display: block;
  position: relative;
  z-index: 2;
  width: 494px;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.03);
  padding-left: 30px;
  border-left: 5px solid #f3a880;
  font-family: Arial;
  font-size: 16px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #f3a880, #f3a880);
  background-image: linear-gradient(to right, #f3a880, #f3a880);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proR .proSwiper ul li .cont .more::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(/skin/images/proar.png) 0 center no-repeat;
  width: 14px;
  height: 60px;
  margin-left: 20px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .proSwiper ul li.swiper-slide-active .pic {
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.product .proR .proSwiper ul li.swiper-slide-active .cont {
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.product .proR .proSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proR .proSwiper ul li:hover .cont .bt {
  color: #f3a880;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proR .proSwiper ul li:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.product .proR .proSwiper ul li:hover .cont .more {
  border-color: #f3a880;
  background-size: 100% 100%;
  color: #fff;
  width: 240px;
}
.product .proR .proSwiper ul li:hover .cont .more::after {
  animation: zyfd 1.5s linear infinite;
  filter: grayscale(100) brightness(5);
  left: 90px;
}
.product .proR .proSwiper .pro-pagination {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 8px;
}
.product .proR .proSwiper .pro-pagination span {
  float: left;
  margin-right: 26px;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-radius: 100%;
  text-align: center;
  line-height: 43px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .proSwiper .pro-pagination span::before {
  content: "0";
}
.product .proR .proSwiper .pro-pagination span.swiper-pagination-bullet-active {
  background-color: #f3a880;
  border-color: #f3a880;
  color: #fff;
}
.product .proR .list {
  margin-top: 49px;
}
.product .proR .list ul {
  margin-right: -30px;
}
.product .proR .list ul::after, .product .proR .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proR .list ul li {
  float: left;
  width: 300px;
  margin-right: 30px;
}
.product .proR .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 240px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  position: relative;
  overflow: hidden;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .list ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proR .list 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;
}
.product .proR .list ul li .item .tt {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 36px;
  line-height: 36px;
  padding-right: 80px;
  margin: 0 10px;
}
.product .proR .list ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 0;
}
.product .proR .list ul li .item .tt .bt:hover {
  left: 5px;
}
.product .proR .list ul li .item .tt .more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .list ul li .item .tt .more::before {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .list ul li .item .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proR .list ul li .item:hover .pic {
  border-color: #f3a880;
}
.product .proR .list 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);
}
.product .proR .list ul li .item:hover .tt {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.product .proR .list ul li .item:hover .tt .bt {
  color: #f3a880;
}
.product .proR .list ul li .item:hover .tt .more {
  color: #f3a880;
}
.product .proR .list ul li .item:hover .tt .more::before {
  background-color: #f3a880;
}
.youshi {
  background-color: #fafafa;
  position: relative;
}
.youshi .ysBox {
  height: 1265px;
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  right: -310px;
  top: 0;
  width: 1258px;
  height: 754px;
  background-color: #304f70;
}
.youshi .ysEn {
  position: absolute;
  left: 0;
  top: 110px;
  width: 151px;
  height: 59px;
  background: url(../images/ysen.png) 0 center no-repeat;
}
.youshi .hd {
  margin-left: 352px;
  margin-right: -102px;
}
.youshi .hd ul::after, .youshi .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .hd ul li {
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
  height: 258px;
  position: relative;
  padding-top: 82px;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.youshi .hd ul li::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #496888;
  height: 754px;
  width: 1px;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #f3a880;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.youshi .hd ul li i {
  display: block;
  width: 44px;
  height: 45px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.youshi .hd ul li i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .hd ul li i:after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-color: #ed986a;
  border-radius: 100%;
  position: absolute;
  right: -6px;
  bottom: -5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.youshi .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li h4 {
  line-height: 1;
  margin-top: 22px;
  font-size: 16px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .hd ul li em {
  display: block;
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/yshdar.png) center center no-repeat;
}
.youshi .hd ul li:hover h4 {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.youshi .hd ul li:hover em {
  top: 188px;
}
.youshi .hd ul li:hover::before, .youshi .hd ul li.on::before {
  height: 754px;
}
.youshi .hd ul li:hover i:before, .youshi .hd ul li.on i:before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .hd ul li:hover i:after, .youshi .hd ul li.on i:after {
  opacity: 1;
}
.youshi .hd ul li:hover em, .youshi .hd ul li.on em {
  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);
  }
}
.youshi .ysPic {
  position: relative;
  z-index: 3;
  left: -173px;
  width: 1117px;
  height: 634px;
  background: url(../images/ysPicbg.png) center 0 no-repeat;
  padding: 8px 9px 9px 8px;
}
.youshi .ysPic::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  margin-top: -102px;
  background: url(../images/yspicty.png) center 0 no-repeat;
  width: 1178px;
  height: 260px;
}
.youshi .ysPic::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 300px;
  background: url(../images/yspicyy.png) center 0 no-repeat;
  width: 1421px;
  height: 498px;
}
.youshi .ysPic .bd {
  width: 1100px;
  height: 617px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.youshi .ysPic .bd ul li {
  width: 1100px;
  height: 617px;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -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 .ysCont {
  position: absolute;
  right: 0;
  top: 472px;
  z-index: 4;
}
.youshi .ysCont .bd {
  width: 308px;
  height: 420px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li {
  width: 308px;
  height: 420px;
  position: relative;
}
.youshi .ysCont .bd ul li .item {
  position: absolute;
  text-align: right;
  bottom: 7px;
  right: 0;
}
.youshi .ysCont .bd ul li .item .text {
  line-height: 36px;
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.youshi .ysCont .bd ul li .item .tit {
  margin-top: 84px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .ysCont .bd ul li .item .tit::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -41px;
  width: 37px;
  height: 1px;
  background-color: #ed986a;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .ysCont .bd ul li .item .tit span {
  font-weight: bold;
  font-size: 24px;
  display: block;
  line-height: 1;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.youshi .ysCont .bd ul li .item .tit i {
  font-family: Arial;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  line-height: 10px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.youshi .ysCont .bd ul li .item:hover .tit::before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysCont .bd ul li .item:hover .tit span {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #f3a880;
}
.youshi .ysCont .bd ul li .item:hover .tit i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .bd ul li .item:hover .text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysTip {
  margin-top: 92px;
}
.youshi .ysTip .t1 {
  font-family: "Arial Narrow";
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #cccccc;
}
.youshi .ysTip .t2 {
  font-weight: bold;
  position: relative;
  z-index: 2;
  font-size: 36px;
  margin-top: 14px;
  line-height: 1;
  letter-spacing: 2px;
}
.youshi .ysTip .t2::before {
  content: "";
  display: block;
  position: absolute;
  width: 342px;
  height: 8px;
  background-color: #ed986a;
  left: 168px;
  z-index: -1;
  bottom: -2px;
}
.youshi .ysTip .tel {
  margin-top: 27px;
  font-weight: bold;
  font-family: Arial;
  font-size: 20px;
  line-height: 24px;
}
.youshi .ysTip .tel::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 24px;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysRa {
  width: 1010px;
  height: 1010px;
  background-color: #304f70;
  border-radius: 100%;
  position: absolute;
  top: 230px;
  right: -310px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform-origin: center 0;
}
.youshi .ysRa2 {
  width: 674px;
  height: 674px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 400px;
  right: -142px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform-origin: center 0;
}
.case {
  padding: 80px 0;
  background: url(../images/casebg.jpg) center bottom no-repeat;
}
.case .title {
  position: absolute;
  left: 0;
  top: 0;
}
.case .caseSwiper {
  position: relative;
  height: 620px;
}
.case .caseSwiper::after, .case .caseSwiper:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  width: 316px;
  margin-right: 173px;
  padding-top: 174px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item {
  width: 316px;
  height: 284px;
  background-color: #fafafa;
  position: relative;
  left: 0;
  padding: 14px 14px 0;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 182px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper 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 .caseSwiper ul li .item .tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 88px;
  line-height: 88px;
  padding: 0 14px;
  font-size: 18px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.case .caseSwiper ul li .item .tt::before {
  content: "- ";
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.case .caseSwiper ul li .item .tt::after {
  content: "- ";
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.case .caseSwiper ul li .item .tt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 81%;
}
.case .caseSwiper ul li .item .tt:hover {
  left: 5px;
}
.case .caseSwiper ul li .cont {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  height: 250px;
  padding-top: 32px;
  padding-right: 114px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
}
.case .caseSwiper ul li .cont .num {
  position: absolute;
  font-family: Impact;
  font-size: 80px;
  color: #e2e2e2;
  line-height: 65px;
  top: 76px;
  right: 0;
}
.case .caseSwiper ul li .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;
  font-weight: bold;
  left: 0;
}
.case .caseSwiper ul li .cont .bt::before {
  content: "-";
  display: inline-block;
  vertical-align: top;
  width: 18px;
}
.case .caseSwiper ul li .cont .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .cont p {
  margin-left: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 34px;
  height: 68px;
  font-size: 15px;
  color: #666666;
  margin-top: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .more {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  padding-left: 10px;
  margin-left: 18px;
  margin-top: 30px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #ed986a;
  left: 0;
  top: 3px;
  border-radius: 100%;
  z-index: -1;
}
.case .caseSwiper ul li .cont .more::after {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #1e2434;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -1px;
}
.case .caseSwiper ul li .cont .more:hover {
  padding-left: 14px;
  color: #f3a880;
}
.case .caseSwiper ul li .cont .more:hover::after {
  background-color: #f3a880;
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li:hover .tt {
  color: #f3a880;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.case .caseSwiper ul li:hover .cont .bt {
  color: #f3a880;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case .caseSwiper ul li:hover .cont p {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.case .caseSwiper ul li.swiper-slide-next .item {
  left: -138px;
}
.case .caseSwiper ul li.swiper-slide-next + li {
  padding-top: 0;
}
.case .caseSwiper ul li.swiper-slide-next + li .item {
  width: 596px;
  height: 619px;
  background-color: #fafafa;
  left: -278px;
  padding: 26px 26px 0;
}
.case .caseSwiper ul li.swiper-slide-next + li .item .pic {
  height: 342px;
}
.case .caseSwiper ul li.swiper-slide-next + li .item .tt {
  opacity: 0;
}
.case .caseSwiper ul li.swiper-slide-next + li .item .cont {
  visibility: inherit;
  opacity: 1;
}
.case .page {
  position: absolute;
  bottom: 38px;
  left: 0;
  z-index: 3;
}
.case .page::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 49px;
  height: 49px;
  background: url(../images/casepage.png) center center no-repeat;
  background-color: #ed986a;
  border-radius: 100%;
}
.case .page .case-prev {
  float: left;
  height: 49px;
  line-height: 49px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .page .case-prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 1px;
  background-color: #1e2434;
  margin-right: 20px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .page .case-prev:hover {
  color: #f3a880;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.case .page .case-prev:hover::before {
  background-color: #f3a880;
}
.case .page .case-next {
  float: left;
  margin-left: 132px;
  height: 49px;
  line-height: 49px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .page .case-next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 1px;
  background-color: #1e2434;
  margin-left: 20px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.case .page .case-next:hover, .case .page .case-next.on {
  color: #f3a880;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .page .case-next:hover::after, .case .page .case-next.on::after {
  background-color: #f3a880;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox {
  height: 1035px;
  padding-top: 100px;
}
.about .aboutBox::before {
  content: "hongtaijiahe";
  display: block;
  position: absolute;
  top: 0;
  left: -310px;
  width: 155px;
  height: 100%;
  background-color: #203d5c;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
  font-family: Impact;
  overflow: hidden;
  padding-top: 326px;
  line-height: 30px;
  font-size: 187px;
  color: transparent;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  text-transform: uppercase;
}
.about .aboutBox .title {
  color: #fff;
}
.about .aboutBox .tit {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  margin-top: 92px;
  font-weight: bold;
}
.about .aboutText {
  margin-top: 40px;
  width: 840px;
  height: 395px;
  background-color: #ffffff;
  box-shadow: 14px 12px 54px 0px rgba(18, 40, 63, 0.25);
  border-radius: 0px 75px 0px 0px;
  padding-top: 42px;
  padding-left: 48px;
  padding-right: 70px;
  position: relative;
  margin-left: -48px;
  z-index: 2;
}
.about .aboutText::before {
  content: "";
  display: block;
  position: absolute;
  width: 194px;
  height: 2px;
  background-color: #ed986a;
  left: 0;
  bottom: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  right: 0;
  border-right: 64px solid transparent;
  border-top: 50px solid #f3f3f3;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 36px;
  height: 216px;
  font-size: 16px;
  text-align: justify;
  color: #666666;
}
.about .aboutText .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 37px;
  z-index: 3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  line-height: 32px;
  left: 0;
  text-transform: uppercase;
}
.about .aboutText .more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  background-color: #ed986a;
  left: -10px;
  top: 3px;
}
.about .aboutText .more::after {
  content: '';
  width: 38px;
  height: 1px;
  background-color: #1e2434;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  color: #f3a880;
  left: 6px;
}
.about .aboutText .more:hover::after {
  background-color: #f3a880;
}
.about .aboutText:hover::before {
  width: 400px;
}
.about .number {
  margin-top: 90px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
}
.about .number ul li {
  line-height: 1;
  padding-top: 24px;
  color: #ffffff;
}
.about .number ul li.line {
  height: 148px;
  background-color: #446485;
  width: 1px;
}
.about .number ul li h4 {
  line-height: 1;
}
.about .number ul li h4 i {
  display: inline-block;
  vertical-align: bottom;
  font-family: Impact;
  font-size: 46px;
  line-height: 38px;
}
.about .number ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  color: #d3dbe3;
  margin-left: 8px;
}
.about .number ul li p {
  display: block;
  margin-top: 32px;
  font-size: 16px;
  line-height: 1;
}
.about .aboutPic {
  position: absolute;
  right: -228px;
  top: 174px;
  width: 800px;
  height: 602px;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  object-fit: cover;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutEn {
  position: absolute;
  top: 124px;
  right: -228px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  letter-spacing: 34px;
  color: #ffffff;
  opacity: 0.51;
  margin-right: -34px;
  z-index: 2;
}
.about .aboutline {
  position: absolute;
  left: -310px;
  top: 0;
  width: 155px;
  height: 174px;
  background-color: #f3a881;
  padding-top: 72px;
  padding-left: 57px;
}
.about .aboutline i {
  display: block;
  width: 42px;
  height: 3px;
  background-color: #203d5c;
  margin-bottom: 9px;
  border-radius: 4px;
  -webkit-animation: lineW 1.5s linear infinite;
  animation: lineW 1.5s linear infinite;
  transform-origin: left center;
}
.about .aboutline i:nth-child(2) {
  animation-delay: -0.5s;
}
.about .aboutline i:nth-child(3) {
  animation-delay: -1s;
}
@keyframes lineW {
  0% {
    transform: scaleX(0.5);
  }
  30% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1);
  }
  80% {
    transform: scaleX(0.5);
  }
  100% {
    transform: scaleX(0.5);
  }
}
.news {
  overflow: hidden;
  padding: 80px 0;
}
.news .newsTab::after, .news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 24px;
  margin-right: -18px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 48px;
  position: relative;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  text-align: center;
  width: 160px;
  height: 44px;
  border-radius: 22px;
  font-size: 18px;
  line-height: 44px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #f3a880, #f3a880);
  background-image: linear-gradient(to right, #f3a880, #f3a880);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-right: 12px;
  width: 22px;
  height: 44px;
}
.news .newsTab ul li a i:before, .news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a, .news .newsTab ul li.on a {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul li:hover a i:before, .news .newsTab ul li.on a i:before, .news .newsTab ul li:hover a i:after, .news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 56px;
  position: relative;
}
.news .newsTabs .bd {
  height: 638px;
}
.news .newsList {
  width: 100%;
  height: 638px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .list1 {
  float: left;
  width: 512px;
  height: 638px;
  background-color: #ffffff;
  border: solid 1px #f5f5f5;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 38px;
  padding-right: 46px;
  padding-top: 46px;
}
.news .newsList .list1 .one {
  border-bottom: 1px solid #ededed;
  position: relative;
}
.news .newsList .list1 .one::after {
  content: "";
  position: absolute;
  background: #f3a880;
  width: 100%;
  height: 1px;
  z-index: 1;
  -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 .one:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list1 .one .date {
  font-family: Impact;
  font-size: 34px;
  line-height: 27px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .pic {
  display: block;
  margin-top: 32px;
  width: 100%;
  height: 245px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .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 .one .cont {
  height: 144px;
  padding-top: 18px;
}
.news .newsList .list1 .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 .one .cont .bt::before {
  content: "";
  width: 4px;
  height: 13px;
  background-color: #333333;
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one:hover .date {
  color: #f3a880;
}
.news .newsList .list1 .one: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 .one:hover .cont .bt {
  color: #f3a880;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list1 .one:hover .cont .bt::before {
  background-color: #f3a880;
}
.news .newsList .list1 .one:hover .cont p {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.news .newsList .list1 .two {
  height: 142px;
  padding-top: 28px;
  position: relative;
}
.news .newsList .list1 .two::after {
  content: "";
  position: absolute;
  background: #f3a880;
  width: 100%;
  height: 1px;
  z-index: 1;
  -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 .two:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list1 .two .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 .two .bt::before {
  content: "";
  width: 4px;
  height: 13px;
  background-color: #333333;
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .two .bt:hover {
  left: 5px;
}
.news .newsList .list1 .two p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  height: 24px;
  color: #666666;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .two:hover .bt {
  color: #f3a880;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.news .newsList .list1 .two:hover .bt::before {
  background-color: #f3a880;
}
.news .newsList .list1 .two:hover p {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.news .newsList .list2 {
  float: right;
  width: 710px;
  position: relative;
  opacity: 0;
  overflow: hidden;
  height: 638px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li {
  margin-top: 25px;
  height: 146px;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 292px;
  padding-top: 24px;
  position: relative;
}
.news .newsList .list2 ul li::after {
  content: "";
  position: absolute;
  background: #f3a880;
  width: 100%;
  height: 1px;
  z-index: 1;
  -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 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list2 ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 56px;
  background-color: #c8c8c8;
  top: 34px;
  left: 268px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #f3a880, #f3a880);
  background-image: linear-gradient(to right, #f3a880, #f3a880);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: left center;
}
.news .newsList .list2 ul li .pic {
  display: block;
  width: 165px;
  height: 120px;
  background-color: #fff;
  border: solid 1px #ededed;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 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 .list2 ul li .date {
  position: absolute;
  text-align: center;
  width: 100px;
  left: 168px;
  top: 31px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date i {
  display: block;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
}
.news .newsList .list2 ul li .date span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  margin-top: 20px;
  color: #666666;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  left: 0;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .bt:hover {
  left: 5px;
}
.news .newsList .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 8px;
  height: 24px;
  line-height: 24px;
  color: #666666;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.news .newsList .list2 ul li:hover::before {
  background-size: 100% 100%;
}
.news .newsList .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list2 ul li:hover .date {
  color: #f3a880;
}
.news .newsList .list2 ul li:hover .bt {
  color: #f3a880;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .list2 ul li:hover p {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .list1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.news .newsList.hide .list2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .list1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .list2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}</pre></body></html>