@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;
  padding-left: 4.166%;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 30px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #191a1b solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: transparent;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #191a1b;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.inTop {
  border-bottom: 1px solid #f8f8f8;
  padding: 30px 0;
  line-height: 30px;
}
.inTop .slogan {
  float: left;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 17px;
  padding-left: 38px;
  background: url(../images/slogan.png) 0 center no-repeat;
}
.inTop .tel {
  float: right;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}
.inTop .tel::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  width: 23px;
  height: 30px;
  margin-left: 24px;
  -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;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  font-family: Impact;
  font-size: 128px;
  line-height: 105px;
  color: #868686;
  opacity: 0.05;
  text-transform: uppercase;
}
.title b {
  font-size: 34px;
  display: block;
  margin-top: -34px;
  position: relative;
  z-index: 2;
}
.title b em {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
  padding: 9px 1px 0 3px;
  font-size: 24px;
  letter-spacing: 2px;
  margin-right: 8px;
}
.title span {
  display: block;
  font-size: 14px;
  margin-top: 19px;
  letter-spacing: 3px;
  padding-left: 3px;
}
.moreLink {
  display: block;
  height: 37px;
  line-height: 37px;
  font-family: Impact;
  font-size: 22px;
  z-index: 2;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i {
  min-width: 4px;
}
.moreLink::before {
  content: "+";
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-right: 16px;
  font-size: 26px;
  background-color: #191a1b;
  color: #fff;
  font-family: Arial;
}
.moreLink:hover {
  color: #191a1b;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product {
  padding: 38px 0 80px;
  overflow: hidden;
  position: relative;
}
.product .moreLink {
  position: absolute;
  right: 0;
  top: 78px;
}
.product .proNav {
  margin-top: 44px;
  background-color: #ffffff;
  box-shadow: 0px 0px 73px 0px rgba(194, 194, 194, 0.23);
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
}
.product .proNav ul li {
  width: 25%;
  flex: 1;
  position: relative;
  height: 150px;
}
.product .proNav ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 115px;
  border-left: dashed 1px #eeeeee;
}
.product .proNav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 196px;
  height: 150px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -98px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-top: 53px;
  text-align: center;
  overflow: hidden;
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 37px;
  width: 30px;
  height: 30px;
  background: url(../images/pronavico.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li a em {
  position: absolute;
  left: 0;
  font-family: Impact;
  font-size: 133px;
  line-height: 110px;
  width: 100%;
  text-align: center;
  top: -31px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 1px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  margin-top: 2px;
  line-height: 20px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  background-color: #191a1b;
  height: 172px;
  padding-top: 80px;
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav ul li:hover a em,
.product .proNav ul li.on a em {
  opacity: 0.02;
  filter: alpha(opacity=2);
}
.product .proNav ul li:hover a span,
.product .proNav ul li.on a span {
  color: #fff;
  font-weight: bold;
}
.product .proNav ul li:hover a i,
.product .proNav ul li.on a i {
  color: #3d4042;
}
.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: 33.333%;
  margin-top: 42px;
  padding: 0 27px;
}
.product .proList ul li .item {
  overflow: hidden;
  position: relative;
  padding: 22px 21px 0;
  height: 360px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 21px;
  right: 21px;
  width: 54px;
  height: 1px;
  background-color: #000000;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 248px;
  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 .cont {
  height: 90px;
  padding-left: 110px;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 90px;
  line-height: 90px;
  text-align: right;
  -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 .more {
  display: block;
  position: absolute;
  padding-left: 20px;
  z-index: 2;
  left: 0;
  bottom: 0;
  font-family: Impact;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  height: 46px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .more::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -50px;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  width: 180px;
  height: 46px;
  background-color: #333333;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.product .proList ul li .item:hover::before {
  width: 80px;
}
.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 {
  color: #191a1b;
}
.product .proList ul li .item:hover .bt::before {
  background-color: #191a1b;
}
.product .bgico {
  position: absolute;
  background: url(../images/icobg.png) 0 center no-repeat;
  width: 335px;
  height: 335px;
  left: -278px;
  bottom: -313px;
  z-index: -1;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.youshi .ysBox {
  height: 862px;
  padding-top: 80px;
}
.youshi .ysTabs .hd {
  float: right;
  width: 416px;
  height: 783px;
  position: relative;
  z-index: 2;
  padding-top: 57px;
}
.youshi .ysTabs .hd::before {
  content: "";
  display: block;
  position: absolute;
  top: -44px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 504px;
  height: 870px;
  z-index: -1;
  background: url(../images/yshdng.png) center 0 no-repeat;
}
.youshi .ysTabs .hd .ysTit {
  text-align: right;
  line-height: 1;
  padding-right: 35px;
}
.youshi .ysTabs .hd .ysTit i {
  height: 45px;
  display: block;
}
.youshi .ysTabs .hd .ysTit i img {
  display: inline-block;
  vertical-align: top;
}
.youshi .ysTabs .hd .ysTit b {
  display: block;
  font-size: 30px;
  margin-top: 28px;
}
.youshi .ysTabs .hd .ysTit em {
  display: block;
  font-size: 18px;
  letter-spacing: 5px;
  margin-top: 34px;
  margin-right: -5px;
}
.youshi .ysTabs .hd ul {
  margin-left: 66px;
  margin-top: 60px;
}
.youshi .ysTabs .hd ul li {
  cursor: pointer;
  position: relative;
  z-index: 3;
  height: 69px;
  background-color: #f3f3f3;
  border-radius: 34px 0px 0px 34px;
  line-height: 69px;
  font-size: 18px;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #191a1b, #191a1b);
  background-image: linear-gradient(to right, #191a1b, #191a1b);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  padding-left: 27px;
  overflow: hidden;
}
.youshi .ysTabs .hd ul li:first-child {
  margin-top: 0;
}
.youshi .ysTabs .hd ul li i {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 69px;
  overflow: hidden;
  margin-right: 62px;
}
.youshi .ysTabs .hd ul li i:before,
.youshi .ysTabs .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 .ysTabs .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li span {
  display: inline-block;
  vertical-align: top;
}
.youshi .ysTabs .hd ul li em {
  position: absolute;
  z-index: 2;
  font-family: Impact;
  font-size: 81px;
  right: -5px;
  top: 32px;
  line-height: 66px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li.on {
  background-size: 100% 100%;
  color: #fff;
}
.youshi .ysTabs .hd ul li.on i:before,
.youshi .ysTabs .hd ul li.on i:after {
  top: -100%;
}
.youshi .ysTabs .hd ul li.on em {
  opacity: 0.09;
}
.youshi .ysTabs .hd .tip {
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 11px;
  color: #999999;
  margin-top: 53px;
  line-height: 10px;
  padding-right: 27px;
  text-align: right;
}
.youshi .ysCont {
  float: left;
  width: 884px;
  padding-top: 62px;
}
.youshi .ysCont .tel {
  line-height: 32px;
  height: 32px;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.youshi .ysCont .tel::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin-right: 25px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysCont .bd {
  margin-top: 40px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li .item {
  overflow: hidden;
  width: 884px;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 416px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd 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;
}
.youshi .ysCont .bd ul li .item .cont {
  margin-top: 48px;
}
.youshi .ysCont .bd ul li .item .cont::after,
.youshi .ysCont .bd ul li .item .cont:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont .bd ul li .item .cont .tit {
  float: left;
  line-height: 1;
  padding-top: 10px;
  width: 248px;
  color: #fff;
}
.youshi .ysCont .bd ul li .item .cont .tit span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.youshi .ysCont .bd ul li .item .cont .tit i {
  display: block;
  margin-top: 7px;
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  color: #afafaf;
}
.youshi .ysCont .bd ul li .item .cont .text {
  float: left;
  width: 555px;
  font-size: 15px;
  line-height: 36px;
  color: #cacaca;
}
.youshi .ysCont .bd 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);
}
.youshi .ysimg {
  position: absolute;
  width: 325px;
  height: 555px;
  left: -383px;
  background: url(../images/ysimg.png) 0 center no-repeat;
  top: 279px;
  -webkit-animation: ysimg 15s linear infinite;
  animation: ysimg 15s linear infinite;
  -webkit-transform-origin: 30% 100%;
  -moz-transform-origin: 30% 100%;
  -o-transform-origin: 30% 100%;
  -ms-transform-origin: 30% 100%;
  transform-origin: 30% 100%;
}
@keyframes ysimg {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
.case {
  background: url(../images/casebg.jpg) center 0 no-repeat;
  padding-top: 72px;
  padding-bottom: 70px;
}
.case .caseTit {
  position: relative;
  top: 8px;
}
.case .caseTit .title {
  float: left;
}
.case .caseTit .tel {
  float: right;
  line-height: 50px;
  font-weight: bold;
  font-family: Arial;
  font-size: 22px;
  margin-top: 48px;
  margin-right: 10px;
}
.case .caseTit .tel::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  margin-left: 38px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
  background-color: #191a1b;
  border-radius: 100%;
  box-shadow: 0 0 0 10px rgba(25, 26, 27, 0.1);
}
.case .caseBox {
  z-index: 2;
}
.case .caseSwiper {
  float: left;
  height: 478px;
  width: 990px;
  margin-left: 0;
}
.case .caseSwiper ul::after,
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  height: 478px;
}
.case .caseSwiper ul li::after,
.case .caseSwiper ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li .pic {
  display: block;
  float: right;
  width: 630px;
  height: 478px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .pic::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/caseli.png) right bottom no-repeat;
}
.case .caseSwiper 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;
}
.case .caseSwiper ul li .cont {
  float: left;
  width: 322px;
  padding-top: 92px;
}
.case .caseSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .cont .line {
  width: 28px;
  height: 4px;
  background-color: #181818;
  border-radius: 2px;
  margin-top: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  font-size: 15px;
  color: #666666;
  margin-top: 14px;
}
.case .caseSwiper ul li .cont .moreLink {
  margin-top: 44px;
  display: inline-block;
  vertical-align: top;
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li:hover .cont .bt {
  color: #191a1b;
}
.case .caseSwiper ul li:hover .cont .line {
  width: 40px;
}
.case .caseAlbum {
  float: right;
  width: 258px;
}
.case .case-albumSwiper {
  height: 622px;
}
.case .case-albumSwiper ul li {
  height: 174px;
}
.case .case-albumSwiper ul li a {
  display: block;
  height: 174px;
  position: relative;
  overflow: hidden;
}
.case .case-albumSwiper ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-albumSwiper ul li:hover a img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.case .caseTip {
  position: relative;
  margin-top: 32px;
  padding-top: 16px;
  padding-right: 24px;
  background: url(../images/casetip.png) right 0 no-repeat;
  text-align: right;
}
.case .caseTip .t1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
.case .caseTip .t1 span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #181818;
  padding-bottom: 11px;
}
.case .caseTip .t2 {
  font-size: 12px;
  line-height: 18px;
  color: #dadada;
  margin-top: 18px;
}
.case .caseNum {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 40px;
  line-height: 16px;
  font-size: 20px;
  font-family: Impact;
  color: #999999;
}
.case .caseNum i {
  color: #191a1b;
  font-size: 74px;
  line-height: 61px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
}
.case .caseNum i::before {
  content: "0";
}
.case .caseNum span::before {
  content: "/0 ";
}
.case .caseEn {
  position: absolute;
  left: -142px;
  bottom: 0;
  font-family: Impact;
  font-size: 172px;
  line-height: 142px;
  color: #687faf;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
  text-transform: uppercase;
}
.about {
  background-color: #f8f8f8;
  padding: 95px 0 86px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox {
  z-index: 1;
}
.about .aboutBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 1613px;
  height: 283px;
  background-color: #ffffff;
  z-index: -1;
  left: -85px;
  top: 283px;
}
.about .aboutText {
  width: 652px;
}
.about .aboutText .tit {
  margin-top: 92px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  width: 47px;
  height: 3px;
  background-color: #181818;
  border: solid 1px #181818;
  margin-top: 32px;
}
.about .aboutText .text {
  margin-top: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  font-size: 15px;
  text-align: justify;
  color: #666666;
}
.about .aboutText .moreLink {
  margin-top: 100px;
}
.about .aboutPic {
  position: absolute;
  right: -310px;
  top: 0;
  width: 834px;
  height: 566px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .bgico {
  position: absolute;
  background: url(../images/icobg.png) 0 center no-repeat;
  width: 335px;
  height: 335px;
  right: -287px;
  bottom: -191px;
  z-index: -1;
}
.news {
  padding: 52px 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 .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 82px;
}
.news .newsTab ul li {
  position: relative;
  float: left;
  margin-left: 48px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  padding: 0 18px;
  border-radius: 25px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #191a1b, #191a1b);
  background-image: linear-gradient(to right, #191a1b, #191a1b);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 44px;
  overflow: hidden;
  margin-right: 12px;
  -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:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #191a1b;
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 48px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 470px;
}
.news .newsList {
  overflow: hidden;
  height: 470px;
}
.news .newsList::after,
.news .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 {
  float: left;
}
.news .newsList .list1 li {
  float: left;
  width: 350px;
  height: 470px;
  border: solid 1px #dedede;
  padding: 24px 24px 0;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li:first-child {
  margin-left: 0;
}
.news .newsList .list1 li .pic {
  display: block;
  width: 100%;
  height: 195px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li .cont {
  padding-top: 20px;
}
.news .newsList .list1 li .cont .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 15px;
}
.news .newsList .list1 li .cont .date {
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
  line-height: 20px;
}
.news .newsList .list1 li:hover {
  border-color: #191a1b;
}
.news .newsList .list1 li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list1 li:hover .cont .bt {
  color: #191a1b;
}
.news .newsList .list2 {
  float: right;
  width: 500px;
}
.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 {
  margin-top: 30px;
  border-bottom: 1px solid #dedede;
  height: 136px;
  padding-left: 180px;
  position: relative;
}
.news .newsList .list2 ul li::after {
  content: "";
  position: absolute;
  background: #191a1b;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list2 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list2 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list2 ul li .pic {
  display: block;
  width: 140px;
  height: 105px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  width: 90px;
  height: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  text-align: center;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  line-height: 25px;
  height: 25px;
  margin-top: 5px;
}
.news .newsList .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .list2 ul li:hover .bt {
  color: #191a1b;
}
