@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 486px;
  height: 178px;
  background: url(../images/banpage.png) center bottom no-repeat;
  pointer-events: none;
}
.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 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 45px;
  bottom: 26px;
  z-index: 3;
  width: auto;
  text-align: center;
  line-height: 42px;
}
.banner .banner-pagination span {
  display: inline-block;
  vertical-align: top;
  border: none;
  background-color: transparent;
  opacity: 1;
  width: 50px;
  height: auto;
  line-height: 42px;
  margin: 0 12px !important;
  cursor: pointer !important;
  font-family: Arial;
  color: #666666;
  font-size: 14px;
  outline: none;
  position: relative;
  transition: all 0.5s linear;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  width: 3px;
  height: 0;
  background-color: #facc04;
  border-radius: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 50%;
  margin-bottom: 4px;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.5s linear;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  font-size: 30px;
  font-weight: bold;
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 80px;
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 35px;
  font-family: Impact;
  font-size: 44px;
}
.title i::before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #facc04;
  opacity: 0.15;
  left: -29px;
  top: -27px;
  z-index: -1;
}
.title i::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #facc04;
  left: -12px;
  top: -10px;
  z-index: -1;
}
.title span {
  display: block;
  margin-top: 18px;
  font-size: 24px;
}
.moreLink {
  display: block;
  position: relative;
  width: 136px;
  background-color: #facc04;
  border: 2px solid #facc04;
  padding: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink span {
  display: block;
  line-height: 36px;
  position: relative;
  overflow: hidden;
  font-family: Arial;
  font-size: 18px;
  padding-left: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink span::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 8px solid #333;
  border-bottom: 8px solid transparent;
}
.moreLink:hover {
  border-color: #2a313e;
}
.moreLink:hover span {
  padding-left: 20px;
}
.moreLink:hover span::before {
  width: 0;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  margin-top: 15px;
  display: block;
  font-family: Arial;
  font-size: 18px;
  line-height: 44px;
  position: relative;
  padding-left: 58px;
  padding-right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1b1b1b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.titBox .more:hover {
  padding-left: 29px;
  padding-right: 29px;
}
.titBox .more:hover::before {
  background-color: #facc04;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@keyframes line {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  40% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  60% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.product {
  overflow: hidden;
  position: relative;
  padding: 100px 0 80px;
}
.product .proBox {
  margin-top: 40px;
}
.product .proNav {
  position: absolute;
  left: 0;
  top: 0;
  width: 232px;
  height: 420px;
  background-color: #2a313e;
  box-shadow: 5px 3px 35px 0px rgba(167, 167, 167, 0.17);
  border-radius: 50px;
  overflow: hidden;
}
.product .proNav ul {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 32px;
}
.product .proNav ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.product .proNav ul::-webkit-scrollbar-thumb {
  background-color: #facc04;
}
.product .proNav ul li {
  margin-top: 23px;
  padding-left: 12px;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 52px;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
  padding-right: 5px;
  z-index: 2;
}
.product .proNav ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #eeeeee;
  position: relative;
  top: -2px;
  margin-right: 20px;
}
.product .proNav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  width: 0;
  border-radius: 26px 0 0 26px;
  background-color: #facc04;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  width: 100%;
}
.product .hotSwiper {
  margin-left: 296px;
  height: 420px;
}
.product .hotSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 31 13, default;
}
.product .hotSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 31 13, default;
}
.product .hotSwiper ul li {
  padding-right: 585px;
  position: relative;
  height: 420px;
}
.product .hotSwiper ul li .pic {
  display: block;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  width: 520px;
  height: 390px;
  background-color: #e5e5e5;
  border-radius: 20px;
  border: solid 10px #e5e5e5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .pic i {
  display: block;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.product .hotSwiper 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 .hotSwiper ul li .cont {
  padding-left: 30px;
  padding-top: 30px;
  position: relative;
}
.product .hotSwiper ul li .cont::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 110px;
  width: 638px;
  height: 183px;
  background-color: #f4f4f4;
  z-index: -1;
}
.product .hotSwiper ul li .cont .num {
  position: absolute;
  font-family: Impact;
  font-size: 85px;
  top: 15px;
  right: 0;
  line-height: 70px;
  color: #f4f4f4;
}
.product .hotSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 22px;
  height: 62px;
  line-height: 62px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.product .hotSwiper ul li .cont .line {
  width: 46px;
  height: 2px;
  background-color: #facc04;
  margin-top: 16px;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.product .hotSwiper ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  color: #666666;
  font-size: 15px;
  margin-top: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .hotSwiper ul li .cont .moreLink {
  float: right;
  margin-top: 108px;
}
.product .hotSwiper 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 .hotSwiper ul li:hover .cont .bt {
  letter-spacing: 0.5px;
  padding-left: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  color: #facc04;
}
.product .hotSwiper ul li:hover .cont .line {
  width: 100px;
}
@media screen and (max-width: 1320px) {
  .product .hotSwiper {
    margin-left: 270px;
  }
  .product .hotSwiper ul li {
    padding-right: 550px;
  }
}
.product .proList ul {
  margin: 0 -20px;
}
.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;
  width: 25%;
  margin-top: 38px;
  padding: 0 20px;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: solid 5px #e5e5e5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 73.57%;
}
.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 {
  padding-top: 10px;
  position: relative;
  line-height: 38px;
  height: 48px;
  padding-right: 70px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 128px;
  height: 1px;
  background-color: #1b1b1b;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #facc04, #facc04);
  background-image: linear-gradient(to right, #facc04, #facc04);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
}
.product .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .more {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-family: Arial;
  font-size: 14px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .more:hover {
  color: #facc04;
}
.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 {
  padding-top: 0;
  line-height: 48px;
}
.product .proList ul li .item:hover .tt::before {
  background-size: 100% 100%;
  width: 100%;
}
.product .proList ul li .item:hover .tt .bt {
  font-weight: bold;
  color: #facc04;
  line-height: 48px;
}
.product .proList ul li .item:hover .tt .more {
  line-height: 48px;
}
@media screen and (max-width: 1320px) {
  .product .proList ul {
    margin: 0 -15px;
  }
  .product .proList ul li {
    padding: 0 15px;
  }
}
.youshi {
  position: relative;
  overflow: hidden;
  background-color: #fbfbfb;
}
.youshi .ysBox {
  padding-top: 100px;
  height: 960px;
}
.youshi .ysBox::before {
  content: "";
  display: block;
  position: absolute;
  left: -320px;
  top: 0;
  width: 1000px;
  height: 415px;
  background-color: #2a313e;
}
.youshi .ysTit {
  text-align: right;
}
.youshi .ysTit i {
  display: block;
  font-family: Impact;
  font-size: 56px;
  line-height: 46px;
  position: relative;
  z-index: 2;
}
.youshi .ysTit i::before {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 58px;
  background-color: #facc04;
  opacity: 0.15;
  right: -36px;
  top: -34px;
  z-index: -1;
}
.youshi .ysTit i::after {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 37px;
  background-color: #facc04;
  right: -15px;
  top: -13px;
  z-index: -1;
}
.youshi .ysTit span {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1;
}
.youshi .zchy {
  position: absolute;
  font-size: 100px;
  line-height: 74px;
  text-shadow: 1px 1px 0 #505560, -1px -1px 0 #505560;
  font-weight: bold;
  color: #2a313e;
  left: 378px;
  top: 77px;
  font-family: Arial;
}
.youshi .ysTabs {
  margin-top: 55px;
  position: relative;
}
.youshi .ysPic {
  position: absolute;
  left: -320px;
  top: -154px;
  width: 806px;
  height: 806px;
  background-color: #facc04;
  border-radius: 50%;
  padding: 49px;
}
.youshi .ysPic .bd {
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  width: 708px;
  height: 708px;
}
.youshi .ysPic .bd ul li {
  width: 708px;
  height: 708px;
  position: relative;
  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 .ysTabsBox {
  margin-left: 280px;
  height: 540px;
  background-color: #ffffff;
  box-shadow: 0px 15px 46px 0px rgba(164, 96, 51, 0.08);
  border-radius: 30px;
  padding-right: 310px;
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
.youshi .ysCont {
  padding-top: 106px;
}
.youshi .ysCont .bd {
  height: 306px;
  overflow: hidden;
  background: url(../images/ystxttit.png) 430px 0 no-repeat;
}
.youshi .ysCont .bd ul li {
  height: 306px;
  padding-top: 7px;
}
.youshi .ysCont .bd ul li .tit {
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.youshi .ysCont .bd ul li .tit h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.youshi .ysCont .bd ul li .tit h5 {
  font-family: Arial;
  font-size: 14px;
  margin-top: 12px;
  line-height: 10px;
  color: #999999;
  text-transform: uppercase;
}
.youshi .ysCont .bd ul li .line {
  margin-top: 48px;
  height: 1px;
  background-color: #dddddd;
  position: relative;
}
.youshi .ysCont .bd ul li .line::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #facc04;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .text {
  margin-top: 26px;
  font-size: 16px;
  line-height: 42px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li:hover .tit {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.youshi .ysCont .bd ul li:hover .line::before {
  width: 100%;
}
.youshi .ysCont .bd ul li:hover .text {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .next {
  cursor: pointer;
  display: block;
  width: 220px;
  height: 45px;
  background-color: #facc04;
  text-align: center;
  line-height: 45px;
  font-family: Arial;
  font-size: 24px;
  font-style: italic;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #facc04;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.youshi .next::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 45px;
  width: 13px;
  margin-right: 15px;
  background: url(../images/ysnext.png) 0 center no-repeat;
}
.youshi .next:hover {
  background: none;
  box-shadow: 0 10px 10px -5px rgba(250, 204, 4, 0.5);
}
.youshi .next:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .ysR {
  position: absolute;
  width: 248px;
  right: 0;
  top: 0;
  height: 540px;
  border-left: 1px solid rgba(221, 221, 221, 0.5);
  padding-top: 86px;
  padding-left: 44px;
}
.youshi .ysR .ysNum {
  text-align: center;
  width: 170px;
}
.youshi .ysR .ysNum span {
  font-family: Impact;
  font-size: 36px;
  line-height: 30px;
  vertical-align: bottom;
}
.youshi .ysR .ysNum i {
  display: inline-block;
  vertical-align: bottom;
  color: #facc04;
  font-family: Impact;
  font-size: 72px;
  line-height: 60px;
  margin-right: 14px;
}
.youshi .ysPic2 {
  margin-top: 142px;
}
.youshi .ysPic2 .bd {
  width: 170px;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
}
.youshi .ysPic2 ul li {
  width: 170px;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.youshi .ysPic2 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic2 ul li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysTel {
  margin-right: 248px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}
.youshi .ysTel::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
@media screen and (max-width: 1320px) {
  .youshi .ysTabsBox {
    padding-right: 280px;
    padding-left: 60px;
  }
  .youshi .ysR {
    width: 228px;
    padding-left: 30px;
  }
}
.case {
  padding: 95px 0 70px;
}
.case .caseSwiper {
  position: relative;
  margin: 0 -20px;
  margin-top: 30px;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  float: left;
  width: 33.33%;
  padding: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item {
  position: relative;
  z-index: 1;
  border: solid 1px #efefef;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
  padding-top: 72.5%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 0;
}
.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 .cont {
  position: relative;
  text-align: center;
  padding: 0 30px;
}
.case .caseSwiper ul li .item .cont .num {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
  background-color: #757575;
  border-radius: 50%;
  border: 10px solid #fff;
  text-align: center;
  line-height: 66px;
  font-weight: bold;
  font-family: Arial;
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: -43px auto 0;
}
.case .caseSwiper ul li .item .cont .bt {
  margin-top: -3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  letter-spacing: 2px;
  left: 0;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  left: 5px;
}
.case .caseSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 10px;
}
.case .caseSwiper ul li .item .cont .more {
  display: block;
  border-top: 1px solid rgba(224, 224, 224, 0.4);
  line-height: 48px;
  padding: 0 30px;
  margin: 0 -30px;
  margin-top: 28px;
  color: #666666;
  font-family: Arial;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #facc04, #facc04);
  background-image: linear-gradient(to right, #facc04, #facc04);
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
  text-align: left;
}
.case .caseSwiper ul li .item .cont .more::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 18px;
  background: url(../images/caseli.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item:hover {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}
.case .caseSwiper 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 .caseSwiper ul li .item:hover .cont .num {
  background-color: #facc04;
}
.case .caseSwiper ul li .item:hover .cont .bt {
  color: #facc04;
}
.case .caseSwiper ul li .item:hover .cont .more {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseSwiper ul li .item:hover .cont .more::before {
  animation: zyfd 1.5s linear infinite;
  filter: grayscale(100) brightness(3);
}
.case .caseSwiper ul li.swiper-slide-next .item {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}
.case .caseSwiper ul li.swiper-slide-next .item .num {
  background-color: #facc04;
}
.case .caseSwiper ul li.swiper-slide-next .item .more {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseSwiper ul li.swiper-slide-next .item .more::before {
  animation: zyfd 1.5s linear infinite;
  filter: grayscale(100) brightness(3);
}
.case .casePage {
  position: absolute;
  right: 0;
  top: 28px;
  width: 240px;
  text-align: center;
}
.case .casePage .case-pagination {
  font-family: Arial;
  font-size: 16px;
  color: #999999;
}
.case .casePage .case-pagination span::before {
  content: "0";
}
.case .casePage .case-pagination span.swiper-pagination-current {
  font-family: Arial;
  font-size: 38px;
  font-weight: bold;
  vertical-align: bottom;
  color: #facc04;
}
.case .casePage .case-prev {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #dedede;
  background: url(../images/casel.png) center center no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .casePage .case-prev:hover,
.case .casePage .case-prev.on {
  background-color: #facc04;
  border-color: #facc04;
}
.case .casePage .case-next {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #dedede;
  background: url(../images/caser.png) center center no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .casePage .case-next:hover,
.case .casePage .case-next.on {
  background-color: #facc04;
  border-color: #facc04;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  overflow: hidden;
}
.about .aboutBox {
  height: 820px;
  padding-top: 110px;
}
.about .aLink {
  position: absolute;
  left: 0;
  top: 106px;
  z-index: 3;
}
.about .aLink ul {
  margin-top: 82px;
  width: 250px;
  margin-left: -30px;
}
.about .aLink ul li {
  border-bottom: 1px solid #e9e9e9;
  margin-top: 52px;
}
.about .aLink ul li:first-child {
  margin-top: 0;
}
.about .aLink ul li a {
  display: block;
  position: relative;
  padding-left: 105px;
  padding-top: 3px;
  height: 74px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  width: 44px;
  height: 38px;
  display: block;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  left: 30px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i:before,
.about .aLink 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;
}
.about .aLink ul li a i.ico1 {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aLink ul li a i.ico2 {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aLink ul li a i.ico3 {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .aLink ul li a span {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.about .aLink ul li a em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  margin-top: 8px;
}
.about .aLink ul li a:hover {
  color: #facc04;
}
.about .aLink 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;
}
.about .aboutText {
  margin-left: 350px;
}
.about .aboutText .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.about .aboutText .tit::before {
  content: "...";
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 16px;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 40px;
  height: 3px;
  background-color: #facc04;
}
.about .aboutText .text {
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
.about .aboutText .moreLink {
  margin-top: 46px;
}
@media screen and (max-width: 1320px) {
  .about .aboutText {
    margin-left: 280px;
  }
  .about .aLink ul {
    width: 230px;
  }
  .about .aLink ul li a {
    padding-left: 85px;
    padding-top: 2px;
  }
}
.news {
  position: relative;
  overflow: hidden;
  padding: 95px 0 70px;
}
.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;
  border-bottom: 1px solid #f4f4f4;
  margin-top: 16px;
  padding-left: 32px;
}
.news .newsTab ul li {
  margin-left: 62px;
  float: left;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  font-size: 16px;
  height: 55px;
  line-height: 29px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #facc04;
  -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;
  width: 37px;
  height: 29px;
  margin: auto;
  overflow: hidden;
  margin-right: 11px;
}
.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/newsico1.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/newsico2.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/newsico3.png) center center no-repeat;
}
.news .newsTab ul li.on a::before,
.news .newsTab ul li:hover a::before {
  width: 100%;
  left: 0;
}
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:after,
.news .newsTab ul li:hover a i:after {
  top: -100%;
}
.news .newsTabs {
  margin: 55px 0 0;
}
.news .newsTabs .bd {
  position: relative;
  height: 572px;
}
.news .newsList {
  width: 100%;
  height: 572px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .list1 {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1::after,
.news .newsList .list1:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 .one {
  float: left;
  width: 840px;
  position: relative;
  z-index: 2;
  background-color: #fbfbfb;
  padding-right: 435px;
  height: 372px;
}
.news .newsList .list1 .one .pic {
  display: block;
  width: 390px;
  height: 372px;
  position: absolute;
  right: 0;
  top: 0;
  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 {
  padding-top: 48px;
  padding-left: 40px;
}
.news .newsList .list1 .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 .one .cont .line {
  margin-top: 14px;
  margin-left: 16px;
}
.news .newsList .list1 .one .cont .line i {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  background-color: #facc04;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont .line i::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -16px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 50%;
  background-color: #facc04;
  -webkit-animation: loader9g 3s ease-in-out infinite;
  animation: loader9g 3s ease-in-out infinite;
}
.news .newsList .list1 .one .cont .line i::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -16px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 50%;
  background-color: #facc04;
  -webkit-animation: loader9d 3s ease-in-out infinite;
  animation: loader9d 3s ease-in-out infinite;
}
@-webkit-keyframes loader9g {
  0% {
    left: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes loader9g {
  0% {
    left: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    left: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    left: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes loader9d {
  0% {
    right: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    right: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    right: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes loader9d {
  0% {
    right: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    right: 0px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    right: -16px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.news .newsList .list1 .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin-top: 32px;
  color: #666666;
  font-size: 15px;
}
.news .newsList .list1 .one .cont .more {
  display: block;
  border-bottom: 2px solid #facc04;
  width: 273px;
  margin-top: 40px;
  line-height: 12px;
  position: relative;
  font-family: Arial;
  height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 .one .cont .more::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 26px;
  height: 10px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.news .newsList .list1 .one .cont .more i {
  min-width: 4px;
}
.news .newsList .list1 .one .cont .more:hover {
  color: #facc04;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 .one .cont .more:hover::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  animation: zyfd 1.5s linear infinite;
}
.news .newsList .list1 .one .cont .date {
  margin-top: 28px;
  font-family: Arial;
  font-size: 36px;
  line-height: 26px;
  font-weight: bold;
}
.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: #facc04;
}
.news .newsList .list1 .one:hover .cont .more::after {
  animation: zyfd 1.5s linear infinite;
}
.news .newsList .list1 ul {
  float: right;
  width: 380px;
  margin-top: -36px;
}
.news .newsList .list1 ul li {
  height: 102px;
  border-bottom: solid 1px #e9e9e9;
  padding-top: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsList .list1 ul li::after {
  content: "";
  position: absolute;
  background: #facc04;
  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 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list1 ul li .date {
  color: #999999;
  line-height: 12px;
  font-family: Arial;
  font-size: 14px;
}
.news .newsList .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
  position: relative;
  padding-right: 0;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .bt::after {
  content: "+";
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  font-family: Arial;
  font-size: 18px;
}
.news .newsList .list1 ul li .bt:hover {
  color: #facc04;
}
.news .newsList .list1 ul li:hover .bt,
.news .newsList .list1 ul li.on .bt {
  font-weight: bold;
  padding-right: 28px;
}
.news .newsList .list1 ul li:hover .bt::after,
.news .newsList .list1 ul li.on .bt::after {
  right: 0;
  color: #facc04;
}
.news .newsList .list2 {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 40px;
  border: solid 1px #dddddd;
  overflow: hidden;
}
.news .newsList .list2 ul::after,
.news .newsList .list2 ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  width: 33.33%;
  float: left;
  border-left: solid 1px #dddddd;
  height: 158px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 28px 30px 0;
  position: relative;
  overflow: hidden;
}
.news .newsList .list2 ul li:first-child {
  border-left: none;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list2 ul li .bt:hover {
  left: 5px;
}
.news .newsList .list2 ul li .date {
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  margin-top: 5px;
  color: #999999;
  -webkit-transition: all 0.46s ease-out;
  transition: all 0.46s ease-out;
}
.news .newsList .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 24px;
  color: #666666;
  line-height: 24px;
  height: 24px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .more {
  display: block;
  position: absolute;
  right: -92px;
  bottom: -92px;
  width: 92px;
  height: 92px;
  border-radius: 100%;
  background-color: #facc04;
  font-family: Arial;
  font-size: 30px;
  padding-top: 18px;
  padding-left: 24px;
  line-height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .more::before {
  content: "+";
}
.news .newsList .list2 ul li:hover .bt {
  color: #facc04;
  font-weight: bold;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list2 ul li:hover .bt::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news .newsList .list2 ul li:hover .date {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.news .newsList .list2 ul li:hover p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .newsList .list2 ul li:hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -35px;
  bottom: -35px;
}
.news .newsList .list2 ul li.on .bt {
  color: #facc04;
  font-weight: bold;
}
.news .newsList .list2 ul li.on .bt::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news .newsList .list2 ul li.on .more {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -35px;
  bottom: -35px;
}
@media screen and (max-width: 1320px) {
  .news .newsList .list1 .one {
    width: 790px;
    padding-right: 415px;
  }
  .news .newsList .list1 .one .cont {
    padding-left: 30px;
  }
  .news .newsList .list1 ul {
    width: 360px;
  }
}
.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;
}
