@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
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;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fafbfc;
}
.banner .bannerSwiper {
  overflow: hidden;
  position: relative;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 72px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  vertical-align: top;
  border: none;
  opacity: 1;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 0 0 10px !important;
  cursor: pointer;
  outline: none;
  font-family: Arial;
  font-size: 16px;
  position: relative;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 0;
  height: 1px;
  background: #fec820;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fec820;
}
.banner .banner-pagination span.swiper-pagination-bullet-active i {
  font-weight: bold;
}
.banner .banner-pagination span.swiper-pagination-bullet-active:after {
  width: 44px;
}
.banner .banner-prev {
  position: absolute;
  z-index: 4;
  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: 4;
  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 .banBar {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.banner .banBar .inContent {
  height: 80px;
  background-color: #ffffff;
  border-radius: 40px;
  line-height: 80px;
  padding: 0 40px 0 30px;
}
.banner .banBar .slogan {
  float: left;
  font-size: 16px;
}
.banner .banBar .slogan::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fec820;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 100%;
  position: relative;
  top: -2px;
}
.banner .banBar .tel {
  float: right;
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
}
.banner .banBar .tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 20px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.title {
  line-height: 1;
  position: relative;
  padding-top: 42px;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #999999;
  line-height: 12px;
  margin-top: 18px;
}
.title span {
  display: block;
  font-size: 36px;
  font-weight: bold;
}
.title em {
  display: block;
  position: absolute;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 154px;
  line-height: 108px;
  letter-spacing: 15px;
  color: #333333;
  opacity: 0.1;
  left: -38px;
  top: 0;
  text-transform: uppercase;
}
.product {
  padding: 50px 0 70px;
  overflow: hidden;
  position: relative;
}
.product .proNav {
  position: relative;
}
.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;
  right: 0;
  bottom: 0;
  width: 1096px;
  height: 10px;
  background: url(../images/titline.png) 0 center no-repeat;
}
.product .proNav .title {
  float: left;
}
.product .proNav ul {
  float: right;
  margin-top: 28px;
}
.product .proNav ul li {
  float: left;
  margin-left: 145px;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 66px;
  line-height: 66px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin-right: 4px;
  z-index: 2;
}
.product .proNav ul li a i::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(135deg, #fec820 15%, rgba(254, 200, 32, 0) 90%);
  background-image: linear-gradient(135deg, #fec820 15%, rgba(254, 200, 32, 0) 90%);
}
.product .proNav ul li a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  font-weight: bold;
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  left: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proTabs {
  margin-top: 60px;
  padding-right: 170px;
  position: relative;
}
.product .proTabs .bd {
  overflow: hidden;
  height: 390px;
}
.product .proTabs .bd ul li {
  height: 390px;
}
.product .proTabs .bd ul li .pic {
  float: left;
  display: block;
  width: 600px;
  height: 390px;
  background-color: #fff;
  border: solid 5px #f8f8f8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
}
.product .proTabs .bd ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont {
  float: right;
  width: 440px;
  padding-top: 40px;
}
.product .proTabs .bd ul li .cont .en {
  font-family: "Arial Black";
  font-size: 70px;
  color: #ffffff;
  opacity: 0.03;
  text-shadow: 1px -1px 0 #000, -1px 1px 0 #000;
  line-height: 52px;
}
.product .proTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: -26px;
  line-height: 36px;
  height: 36px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs .bd ul li .cont .bt::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -1px;
}
.product .proTabs .bd ul li .cont .line {
  margin-top: 18px;
  border-top: 1px dotted #dedede;
  position: relative;
}
.product .proTabs .bd ul li .cont .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px dotted #fec820;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.product .proTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  font-size: 14px;
  color: #666666;
  margin-top: 25px;
}
.product .proTabs .bd ul li .cont .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 32px;
  height: 54px;
  line-height: 54px;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs .bd ul li .cont .more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 134px;
  height: 1px;
  background-color: #dddddd;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fec820, #fec820);
  background-image: linear-gradient(to right, #fec820, #fec820);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proTabs .bd ul li .cont .more::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 54px;
  border: solid 1px #fec820;
  background: url(../images/ywmore.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 50px;
  border-radius: 100%;
}
.product .proTabs .bd ul li:hover .pic {
  border-color: rgba(254, 200, 32, 0.4);
}
.product .proTabs .bd 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 .proTabs .bd ul li:hover .cont .bt::before {
  background-color: #fec820;
}
.product .proTabs .bd ul li:hover .cont .line::after {
  transform: scaleX(1);
  transform-origin: left;
}
.product .proTabs .bd ul li:hover .cont .more {
  color: #fec820;
}
.product .proTabs .bd ul li:hover .cont .more::before {
  background-size: 100% 100%;
}
.product .proTabs .bd ul li:hover .cont .more::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product .proTabs .hd {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  background-color: #fec820;
  height: 440px;
  width: 100px;
  padding: 22px 25px 0;
}
.product .proTabs .hd ul li {
  width: 50px;
  height: 50px;
  margin-bottom: 40px;
  border-radius: 100%;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .hd ul li.on,
.product .proTabs .hd ul li:hover {
  background-color: #333333;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.product .proList {
  margin-top: 20px;
}
.product .proList::after,
.product .proList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul {
  margin: 0 -27px;
}
.product .proList ul li {
  float: left;
  width: 25%;
  margin-top: 30px;
  padding: 0 27px;
}
.product .proList ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 210px;
  background-color: #fff;
  border: solid 5px #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 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt {
  margin-top: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  position: relative;
  padding-right: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .bt::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}
.product .proList ul li .item .bt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: url(../images/proli.png) right center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
  filter: grayscale(100) brightness(0.5);
}
.product .proList ul li .item:hover {
  border-color: #fec820;
}
.product .proList ul li .item:hover .pic {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.18);
}
.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 .bt::before {
  background-color: #fec820;
}
.product .proList ul li .item:hover .bt::after {
  filter: grayscale(0) brightness(1);
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  height: 920px;
  overflow: hidden;
}
.youshi .ysTit {
  padding-top: 80px;
  color: #fff;
  height: 230px;
}
.youshi .ysTit .tit {
  float: left;
  line-height: 1;
}
.youshi .ysTit .tit i {
  display: block;
  font-size: 70px;
  line-height: 50px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-style: italic;
}
.youshi .ysTit .tit i::first-letter {
  color: #fec820;
}
.youshi .ysTit .tit span {
  display: block;
  font-size: 32px;
  letter-spacing: 5px;
  color: #ffffff;
  margin-top: 25px;
}
.youshi .ysTit .ysTitR {
  float: right;
  text-align: right;
}
.youshi .ysTit .ysTitR .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  border-radius: 25px;
  border: solid 1px #ffffff;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTit .ysTitR .zxLink::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 48px;
  margin-right: 10px;
  background: url(../images/zxico.png) 0 center no-repeat;
}
.youshi .ysTit .ysTitR .zxLink:hover {
  background-color: #fec820;
  border-color: #fec820;
  box-shadow: 0 10px 20px -5px rgba(254, 200, 32, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .ysTit .ysTitR .tel {
  margin-top: 38px;
  line-height: 20px;
  font-size: 16px;
}
.youshi .ysTit .ysTitR .tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  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;
}
.youshi .ysTit .ysTitR .tel i {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
}
.youshi .ysBox {
  margin-top: 48px;
}
.youshi .hd {
  margin-top: 10px;
  height: 136px;
}
.youshi .hd::after,
.youshi .hd:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .hd ul {
  display: flex;
  justify-content: space-between;
}
.youshi .hd ul li {
  text-align: center;
  position: relative;
  width: 146px;
  height: 136px;
  float: left;
  cursor: pointer;
  padding-top: 32px;
  color: #fff;
}
.youshi .hd ul li:first-child {
  border-left: none;
}
.youshi .hd ul li:nth-child(1) {
  top: 138px;
}
.youshi .hd ul li:nth-child(4) {
  top: 138px;
}
.youshi .hd ul li i {
  display: block;
  width: 60px;
  height: 62px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 2;
}
.youshi .hd ul li i:before,
.youshi .hd ul li 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;
}
.youshi .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico1:after {
  background: url(../images/ysico1h.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.ico2:after {
  background: url(../images/ysico2h.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.ico3:after {
  background: url(../images/ysico3h.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 i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .hd ul li h4 {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1;
}
.youshi .hd ul li:hover,
.youshi .hd ul li.on {
  color: #fec820;
}
.youshi .hd ul li:hover i:before,
.youshi .hd ul li.on i:before,
.youshi .hd ul li:hover i:after,
.youshi .hd ul li.on i:after {
  top: -100%;
}
.youshi .hd ul li:hover h4,
.youshi .hd ul li.on h4 {
  font-weight: bold;
}
.youshi .bd {
  overflow: hidden;
  width: 600px;
  margin: 128px auto 0;
  height: 195px;
}
.youshi .bd ul li .item {
  height: 195px;
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.youshi .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .bd ul li .item .tit {
  position: relative;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
}
.youshi .bd ul li .item .text {
  margin-top: 34px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.youshi .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .bd ul li .item:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysPage {
  margin: auto;
  width: 228px;
  height: 228px;
  position: relative;
}
.youshi .ysPage .ysNum {
  width: 228px;
  height: 228px;
  border: solid 40px #fec820;
  border-radius: 100%;
  margin-top: 20px;
  line-height: 148px;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
}
.youshi .ysPage .ysNum i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  color: #fec820;
  position: relative;
  top: -3px;
}
.youshi .ysPage .prev {
  display: block;
  position: absolute;
  z-index: 3;
  left: -65px;
  top: 100px;
  width: 24px;
  height: 28px;
  background: url(../images/ysl.png) 0 center no-repeat;
  filter: grayscale(100) brightness(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.youshi .ysPage .prev:hover,
.youshi .ysPage .prev.on {
  filter: grayscale(0) brightness(1);
}
.youshi .ysPage .next {
  display: block;
  position: absolute;
  z-index: 3;
  right: -65px;
  top: 100px;
  width: 24px;
  height: 28px;
  background: url(../images/ysr.png) 0 center no-repeat;
  filter: grayscale(100) brightness(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.youshi .ysPage .next:hover,
.youshi .ysPage .next.on {
  filter: grayscale(0) brightness(1);
}
.case {
  padding: 88px 0 80px;
  background-color: #fafbfc;
}
.case .title {
  position: absolute;
  left: 0;
  top: -36px;
}
.case .caseHot {
  position: relative;
  z-index: 2;
}
.case .caseHot::after,
.case .caseHot:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseHot::before {
  content: "";
  display: block;
  position: absolute;
  width: 646px;
  height: 388px;
  background-color: #ffffff;
  z-index: -1;
  right: 10px;
  top: 10px;
}
.case .caseHot .pic {
  float: right;
  display: block;
  width: 646px;
  height: 388px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseHot .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 .caseHot .cont {
  float: left;
  width: 535px;
  padding-top: 170px;
}
.case .caseHot .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseHot .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseHot .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 12px;
}
.case .caseHot .cont .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 3px;
  position: relative;
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseHot .cont .more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 158px;
  height: 1px;
  background-color: #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fec820, #fec820);
  background-image: linear-gradient(to right, #fec820, #fec820);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.case .caseHot .cont .more:hover {
  padding-left: 30px;
}
.case .caseHot .cont .more:hover::before {
  background-size: 100% 100%;
}
.case .caseHot:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseHot:hover .cont .bt {
  color: #fec820;
}
.case .caseList {
  margin: 24px -10px 0;
}
.case .caseList ul::after,
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  margin-top: 30px;
  float: left;
  padding: 0 10px;
  width: 25%;
}
.case .caseList ul li .item {
  border-radius: 4px;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 9px 9px 0;
}
.case .caseList ul li .item .pic {
  display: block;
  width: 100%;
  height: 204px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-right: 35px;
}
.case .caseList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .item .bt::before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 100%;
  background: url(../images/caseadd.png) center center no-repeat;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(1);
}
.case .caseList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}
.case .caseList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseList ul li .item:hover .bt {
  color: #fec820;
}
.case .caseList ul li .item:hover .bt::before {
  filter: grayscale(0) brightness(1);
}
.about {
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  position: relative;
  padding-top: 160px;
  padding-bottom: 62px;
}
.about .aboutBox {
  height: 612px;
}
.about .aboutPic {
  float: left;
  position: relative;
  width: 612px;
  height: 612px;
  z-index: 1;
}
.about .aboutPic::before {
  content: "";
  display: block;
  position: absolute;
  width: 156px;
  height: 156px;
  background-color: #fec820;
  left: 42px;
  top: 44px;
  z-index: -1;
  border-radius: 100%;
}
.about .aboutPic .pic {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  box-shadow: 0 10px 25px rgba(254, 200, 32, 0.2);
}
.about .aboutPic .picbox {
  position: relative;
}
.about .aboutPic .picbox .aboutmouse {
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aboutPic .picbox .aboutmouse:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.about .aboutPic .picbox:hover .aboutmouse {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .aboutPic .picbox:active .aboutmouse {
  width: 340px;
  height: 340px;
  margin: -170px 0 0 -170px;
}
.about .aboutPic .aboutDot {
  position: absolute;
  width: 168px;
  height: 108px;
  left: 2px;
  bottom: 2px;
  background: url(../images/aboutdot.png) 0 center no-repeat;
}
.about .aboutText {
  float: right;
  width: 560px;
  padding-top: 40px;
  text-align: right;
}
.about .aboutText h3 {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 120px;
  line-height: 84px;
  font-style: italic;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.about .aboutText h3::first-letter {
  color: #fec820;
}
.about .aboutText h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 338px;
  height: 20px;
  background-color: #fec820;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.about .aboutText .tit {
  line-height: 1;
  margin-top: 55px;
}
.about .aboutText .tit span {
  display: block;
  font-size: 30px;
}
.about .aboutText .tit i {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  margin-top: 20px;
  letter-spacing: 2px;
  color: #999999;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  font-size: 14px;
  color: #666666;
  margin-top: 62px;
}
.about .alink {
  margin-left: -50px;
  margin-top: 75px;
  background-color: #333333;
  border-radius: 66px;
}
.about .alink::after,
.about .alink:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .alink ul {
  display: flex;
  justify-content: space-between;
}
.about .alink ul li {
  float: left;
  width: 50%;
  position: relative;
}
.about .alink ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 84px;
  background-color: #ffffff;
  opacity: 0.1;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about .alink ul li:first-child::before {
  display: none;
}
.about .alink ul li a {
  display: block;
  line-height: 1;
  position: relative;
  height: 130px;
  text-align: center;
  padding-top: 44px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .alink ul li a i {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  position: relative;
  filter: grayscale(100) brightness(5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s 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: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-top: 2px;
}
.about .alink ul li a span em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  line-height: 10px;
  color: #aaaaaa;
}
.about .alink ul li a:hover {
  color: #fec820;
}
.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 .alink ul li:hover a i,
.about .alink ul li.on a i {
  filter: grayscale(0) brightness(1);
}
.about .alink ul li:hover a span,
.about .alink ul li.on a span {
  font-weight: bold;
}
.about .alink .telTt {
  float: right;
  margin-top: 4px;
}
.news {
  padding: 50px 0 80px;
  overflow: hidden;
}
.news .newsTab {
  position: relative;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1096px;
  height: 10px;
  background: url(../images/titline.png) 0 center no-repeat;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 42px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 210px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  z-index: 2;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
  width: 0;
  height: 6px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(to right, #fec820 15%, rgba(254, 200, 32, 0));
  background-image: linear-gradient(to right, #fec820 15%, rgba(254, 200, 32, 0));
  -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: 26px;
  height: 34px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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 {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2 {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3 {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  width: 100px;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.news .newsTabs {
  position: relative;
  margin: 50px -10px -10px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 646px;
}
.news .newsList {
  height: 646px;
  overflow: hidden;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one {
  margin: 10px;
  float: left;
  width: 489px;
  height: 626px;
  background-color: #fafbfc;
  padding: 58px 54px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .date {
  font-family: Impact;
  font-size: 14px;
  line-height: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .date i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 48px;
  margin-right: 12px;
  line-height: 40px;
}
.news .newsList .one .pic {
  margin-top: 40px;
  display: block;
  width: 100%;
  height: 244px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  padding-top: 20px;
}
.news .newsList .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.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 8px;
}
.news .newsList .one .cont .more {
  display: block;
  text-align: center;
  width: 136px;
  height: 36px;
  background-color: #fec820;
  border-radius: 18px;
  margin-top: 34px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .more i {
  min-width: 4px;
}
.news .newsList .one .cont .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 14px;
  margin-left: 12px;
  position: relative;
  top: -2px;
  background: url(../images/newsar.png) 0 center no-repeat;
}
.news .newsList .one .cont .more:hover {
  box-shadow: 0 10px 10px -5px rgba(254, 200, 32, 0.5);
}
.news .newsList .one .cont .more:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.news .newsList .one:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.news .newsList .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 .list {
  float: right;
  width: 720px;
  margin: 10px;
}
.news .newsList .list ul li {
  height: 44px;
  position: relative;
  margin-top: 57px;
  padding-left: 118px;
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsList .list ul li .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  border: solid 1px #e8e8e8;
  padding: 10px 0;
  line-height: 22px;
  font-family: Impact;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
.news .newsList .list ul li .date span {
  display: inline-block;
  vertical-align: top;
}
.news .newsList .list ul li .date i {
  float: right;
}
.news .newsList .list ul li .date i::before {
  content: "/";
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
  position: relative;
  padding-right: 50px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .bt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/newsar.png) 0 center no-repeat;
}
.news .newsList .list ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: -4px;
}
.news .newsList .list ul li.on {
  height: 120px;
  padding-top: 8px;
}
.news .newsList .list ul li.on .date {
  background-color: #fec820;
  border-color: #fec820;
  padding-top: 24px;
  color: #333333;
}
.news .newsList .list ul li.on .date i {
  display: block;
  font-size: 48px;
  line-height: 50px;
  float: none;
}
.news .newsList .list ul li.on .date i::before {
  display: none;
}
.news .newsList .list ul li.on .bt {
  padding-right: 0;
}
.news .newsList .list ul li.on .bt::before {
  opacity: 0;
  filter: alpha(opacity=0);
  right: 30px;
}
