@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 {
  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 *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  background-color: #191d67;
}
.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;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #191d67 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span::before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #191d67;
  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/bl.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 7.55%;
}
.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/br.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 7.55%;
}
.about {
  overflow: hidden;
  padding: 100px 0;
}
.about .aboutBox {
  height: 478px;
}
.about .aboutBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  z-index: -1;
  width: 888px;
  height: 156px;
  left: -247px;
  background: url(../images/abouten.png) 0 0 no-repeat;
}
.about .aboutText {
  float: left;
  width: 585px;
  padding-top: 45px;
}
.about .aboutText h3 {
  width: 184px;
  height: 56px;
  background-color: #f68100;
  line-height: 56px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}
.about .aboutText .tit {
  line-height: 1;
  font-weight: bold;
  margin-top: 28px;
}
.about .aboutText .tit span {
  display: block;
  font-size: 26px;
  color: #1d202b;
}
.about .aboutText .tit i {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 20px;
  color: #b3bfcb;
}
.about .aboutText .tit i::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 7px;
  background-color: #ced8e1;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 28px;
  height: 140px;
  font-size: 15px;
  margin-top: 42px;
  color: #7b828a;
}
.about .aboutText .more {
  margin-top: 55px;
  height: 53px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 53px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::before {
  content: "";
  width: 66px;
  height: 1px;
  background-color: #c0c0c0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -2px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #f68100, #f68100);
  background-image: linear-gradient(to right, #f68100, #f68100);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.about .aboutText .more i {
  display: inline-block;
  vertical-align: top;
  width: 53px;
  height: 53px;
  background-color: #191d67;
  margin-left: 12px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/morear.png) center center no-repeat;
}
.about .aboutText .more i::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #f68100;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 2px;
  top: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  color: #f68100;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutText .more:hover::before {
  background-size: 100% 100%;
}
.about .aboutText .more:hover i {
  background-color: #f68100;
}
.about .aboutText .more:hover i::before {
  animation: zyfd 1.5s linear infinite;
}
.about .aboutText .more:hover i::after {
  background-color: #191d67;
}
.about .aboutPic {
  float: right;
  width: 622px;
  height: 478px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover {
  box-shadow: 0 10px 20px -5px rgba(25, 29, 103, 0.2);
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .number {
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(2, 2, 2, 0.03);
  border-radius: 90px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
  padding: 0 105px;
}
.about .number ul li {
  float: left;
}
.about .number ul li.line {
  width: 1px;
  height: 70px;
  background-color: #ececec;
  margin-top: 50px;
}
.about .number ul li .box {
  display: inline-block;
  vertical-align: top;
  height: 180px;
  padding-top: 47px;
}
.about .number ul li .box h4 {
  line-height: 1;
  font-size: 16px;
}
.about .number ul li .box p {
  margin-top: 28px;
}
.about .number ul li .box p i {
  font-family: Arial;
  font-size: 56px;
  line-height: 42px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  min-width: 80px;
}
.about .number ul li .box p em {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  border: dashed 1px #b91521;
  position: relative;
  top: -20px;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  margin-left: 8px;
}
.about .number ul li .box p em::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #b91521;
  border-radius: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.about .number ul li .box p em.em {
  font-family: SimSun;
}
.about .number ul li.on .box p i {
  color: #191d67;
}
.title {
  line-height: 1;
  text-align: center;
  background: url(../images/titbg.png) center 14px no-repeat;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title b {
  font-size: 34px;
  display: block;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 17px;
  line-height: 10px;
  text-transform: uppercase;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  width: 216px;
  height: 66px;
  background-color: #ffffff;
  border-radius: 33px;
  border: solid 1px #e9e9e9;
  margin-top: 6px;
  line-height: 64px;
  padding-right: 58px;
  padding-left: 38px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink i {
  min-width: 5px;
}
.titBox .moreLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/morear.png) center center no-repeat;
  background-color: #b91521;
  border-radius: 100%;
  right: 7px;
  top: 7px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink:hover {
  border-color: #191d67;
  color: #191d67;
  box-shadow: 0 10px 10px -5px rgba(25, 29, 103, 0.5);
}
.product {
  padding-bottom: 92px;
  background: url(../images/probg.jpg) center 80px no-repeat;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  background: url(../images/pronavbg.jpg) center 0 repeat-y;
  padding: 20px;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav h3 {
  float: left;
  width: 196px;
  height: 116px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 28px;
  line-height: 1;
}
.product .proNav h3 b {
  display: block;
  font-size: 36px;
}
.product .proNav h3 i {
  display: block;
  margin-top: 14px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 14px;
  color: #999999;
}
.product .proNav ul {
  float: right;
  display: flex;
  flex-wrap: wrap;
  width: 1025px;
  margin-right: -20px;
  padding-top: 6px;
}
.product .proNav ul li {
  float: left;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  padding-left: 40px;
  background: url(../images/pronavli.png) 0 center no-repeat;
  line-height: 52px;
  padding-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proNav ul li:nth-child(5n-4) {
  width: 195px;
}
.product .proNav ul li:nth-child(5n-3) {
  width: 190px;
}
.product .proNav ul li:nth-child(5n-2) {
  margin-left: 35px;
  width: 195px;
}
.product .proNav ul li:nth-child(5n-1) {
  width: 220px;
}
.product .proNav ul li:nth-child(5n) {
  width: 190px;
}
.product .proNav .tel {
  height: 26px;
  line-height: 26px;
  margin-top: 216px;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
}
.product .proNav .tel::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  vertical-align: bottom;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/protel.png) center center no-repeat;
}
.product .proNav .zxLink {
  display: block;
  margin: auto;
  margin-top: 26px;
  width: 160px;
  height: 50px;
  background-color: #ffc355;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 0 5px rgba(246, 129, 0, 0.2);
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .zxLink:hover {
  background-color: #191d67;
  box-shadow: 0 0 0 8px rgba(25, 29, 103, 0.2);
}
.product .proList {
  max-width: 1710px;
  width: 96%;
  min-width: 1280px;
  margin: auto;
  margin-top: 30px;
}
.product .proList ul {
  margin-right: -5px;
  margin-left: -5px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-top: 10px;
}
.product .proList ul li .item {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.product .proList ul li .item .pic i {
  display: block;
  padding-top: 80.95%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product .proList ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt {
  height: 140px;
  background-color: #ffffff;
  padding: 18px 20px 0;
  text-align: center;
  margin-top: 1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .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;
  background-image: -webkit-gradient(linear, right top, left top, from(#333), color-stop(49.99%, #333), color-stop(50%, #f68100), to(#f68100));
  background-image: linear-gradient(-90deg, #333 0%, #333 49.99%, #f68100 50%, #f68100 100%);
  background-size: 210%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt p {
  font-size: 15px;
  letter-spacing: 12px;
  color: #888888;
  padding-left: 12px;
  line-height: 1;
  margin-top: 2px;
}
.product .proList ul li .item .tt .more {
  display: block;
  margin: auto;
  background: url(../images/proli.png) center center no-repeat;
  width: 36px;
  height: 41px;
  margin-top: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  -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::before {
  content: ">";
  display: block;
  width: 100%;
  height: 100%;
  font-family: simsun;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .tt .bt {
  color: #f68100;
  background-position: 0;
}
.product .proList ul li .item:hover .tt .more::before {
  animation: zyfd 1.5s linear infinite;
}
.youshi {
  padding: 100px 0 80px;
}
.youshi .ysBox {
  margin-top: 50px;
}
.youshi .ysList::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysList .ysPic {
  float: left;
  display: block;
  width: 632px;
  height: 453px;
  position: relative;
}
.youshi .ysList .ysPic .pic {
  width: 952px;
  height: 453px;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList .ysPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList .ysPic .pic:hover {
  box-shadow: 0 10px 20px -5px rgba(25, 29, 103, 0.2);
}
.youshi .ysList .ysPic .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysList .cont {
  float: right;
  width: 565px;
  padding-top: 55px;
}
.youshi .ysList .cont > * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList .cont .num {
  font-family: 'Times New Roman', Times, serif;
  font-size: 160px;
  color: #eaeff4;
  line-height: 110px;
  height: 70px;
  overflow: hidden;
  font-weight: bold;
}
.youshi .ysList .cont .tit {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1;
}
.youshi .ysList .cont .tit::after {
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  background-color: #001d3e;
  margin-top: 25px;
}
.youshi .ysList .cont p {
  line-height: 28px;
  font-size: 16px;
  color: #757f8a;
  margin-top: 34px;
  height: 94px;
}
.youshi .ysList .cont .zxLink {
  display: block;
  width: 96px;
  height: 40px;
  background-color: #191d67;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList .cont .zxLink:hover {
  background-color: #f68100;
  box-shadow: 0 10px 10px -5px rgba(246, 129, 0, 0.5);
}
.youshi .ysList .cont:hover .num {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .ysList .cont:hover .tit {
  color: #191d67;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysList .cont:hover p {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysList2 .ysPic {
  float: right;
  width: 648px;
}
.youshi .ysList2 .ysPic::before {
  content: "";
  display: block;
  position: absolute;
  width: 320px;
  top: 0;
  right: -320px;
  height: 100%;
  background-color: #eaeff4;
}
.youshi .ysList2 .ysPic .pic {
  width: 648px;
  height: 453px;
  left: 0;
}
.youshi .ysList2 .cont {
  float: left;
  padding-top: 64px;
}
.youshi .ysList3 .ysPic::before {
  content: "";
  display: block;
  position: absolute;
  width: 320px;
  top: 0;
  left: -320px;
  height: 100%;
  background-color: #eaeff4;
}
.youshi .ysList3 .ysPic .pic {
  width: 632px;
  height: 453px;
  left: 0;
}
.youshi .ysList3 .cont {
  padding-top: 78px;
}
.youshi .ysList4 .ysPic {
  float: right;
  width: 648px;
}
.youshi .ysList4 .ysPic .pic {
  width: 968px;
  height: 453px;
  left: 0;
}
.youshi .ysList4 .cont {
  float: left;
  padding-top: 88px;
}
.case {
  padding: 90px 0 95px;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .caseBox {
  margin-top: 42px;
}
.case .caseL {
  float: left;
  width: 894px;
  height: 508px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseL .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseL .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 .caseL .tt {
  background-color: rgba(25, 29, 103, 0.9);
  height: 115px;
  padding: 25px 200px 0 35px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseL .tt .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;
  color: #ffffff;
}
.case .caseL .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseL .tt p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
}
.case .caseL .tt .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 115px;
  background-color: #f68100;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  padding: 33px 40px 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseL:hover {
  box-shadow: 0px 5px 20px rgba(246, 129, 0, 0.3);
}
.case .caseL:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseL:hover .tt {
  background-color: rgba(246, 129, 0, 0.9);
}
.case .caseL:hover .tt .more {
  background-color: #191d67;
}
.case .caseList {
  float: right;
  width: 342px;
}
.case .caseList ul li {
  position: relative;
  width: 342px;
  height: 236px;
  margin-top: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li:first-child {
  margin-top: 0;
}
.case .caseList ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.case .caseList 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 .caseList ul li .bt {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(25, 29, 103, 0.9);
  text-align: center;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li:hover {
  border-color: transparent;
  box-shadow: 0px 5px 20px rgba(246, 129, 0, 0.3);
}
.case .caseList 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 .caseList ul li:hover .bt {
  background-color: rgba(246, 129, 0, 0.9);
}
.material {
  padding: 98px 0 0;
  margin-bottom: 82px;
  background: url(../images/rzbg.png) center bottom no-repeat;
}
.material .rzBox {
  margin-top: 46px;
}
.material .rzBox .bd {
  margin: auto;
  width: 884px;
  height: 460px;
  overflow: hidden;
}
.material .rzBox .bd ul {
  margin-right: -91px;
}
.material .rzBox .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.material .rzBox .bd ul li {
  float: left;
  margin-right: 91px;
  text-align: center;
  padding-top: 94px;
  position: relative;
  width: 234px;
  height: 460px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.material .rzBox .bd ul li .item {
  position: relative;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.material .rzBox .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 328px;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.material .rzBox .bd ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/rzli.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}
.material .rzBox .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.material .rzBox .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.material .rzBox .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.material .rzBox .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);
}
.material .rzBox .bd ul li .item:hover .bt {
  color: #f68100;
}
.material .rzBox .bd ul li.on {
  padding-top: 0;
}
.material .rzBox .bd ul li.on .item {
  width: 296px;
}
.material .rzBox .bd ul li.on .item .pic {
  height: 416px;
}
.material .rzBox .bd ul li.on .item .bt {
  opacity: 1;
  filter: alpha(opacity=100);
}
.material .page .prev {
  position: absolute;
  top: 210px;
  left: 0;
  z-index: 2;
  width: 150px;
  height: 48px;
  background-color: #191d67;
  font-size: 18px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.material .page .prev::before {
  content: "";
  width: 23px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  background: url(../images/rzl.png) 0 center no-repeat;
}
.material .page .prev:hover,
.material .page .prev.on {
  background-color: #f68100;
}
.material .page .next {
  position: absolute;
  top: 210px;
  right: 0;
  z-index: 2;
  width: 150px;
  height: 48px;
  background-color: #191d67;
  font-size: 18px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.material .page .next::after {
  content: "";
  width: 23px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  background: url(../images/rzr.png) 0 center no-repeat;
}
.material .page .next:hover,
.material .page .next.on {
  background-color: #f68100;
}
.number {
  background: url(../images/numbg.jpg) center 0 no-repeat;
}
.number .numBox {
  height: 310px;
  padding-top: 93px;
}
.number .numBox ul {
  display: flex;
  justify-content: space-between;
}
.number .numBox ul li {
  color: #fff;
  padding-top: 25px;
}
.number .numBox ul li.line {
  width: 3px;
  height: 124px;
  background: url(../images/numli.png) center center no-repeat;
}
.number .numBox ul li h4 i {
  font-size: 60px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  line-height: 42px;
  display: inline-block;
  vertical-align: bottom;
}
.number .numBox ul li h4 em {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 8px;
}
.number .numBox ul li p {
  font-size: 16px;
  margin-top: 22px;
  line-height: 1;
}
.plant {
  margin-top: 68px;
}
.plant * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plant .cfSwiper {
  min-width: 1280px;
  width: 96%;
  max-width: 1840px;
  margin: auto;
  margin-top: 48px;
}
.plant .cfSwiper .swiper-container {
  margin: 0 -7px;
}
.plant .cfSwiper ul li {
  padding: 0 7px;
  width: 25%;
}
.plant .cfSwiper ul li .item {
  border: solid 1px #dbdbdb;
  padding: 10px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.plant .cfSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70.7%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.plant .cfSwiper 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;
}
.plant .cfSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #444444;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
.plant .cfSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.plant .cfSwiper ul li .item:hover {
  border-color: #f68100;
}
.plant .cfSwiper 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);
}
.plant .cfSwiper ul li .item:hover .bt {
  color: #f68100;
}
.news {
  padding: 90px 0 80px;
}
.news .newsTab {
  margin-top: 36px;
  height: 80px;
  background-color: #191d67;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul {
  float: left;
}
.news .newsTab ul li {
  float: left;
  margin-left: 1px;
  position: relative;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 226px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-right: 8px;
  overflow: hidden;
  -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/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:hover a,
.news .newsTab ul li.on a {
  background-color: #f68100;
}
.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 .newsTab .more {
  float: right;
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 80px;
  margin-right: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more i {
  min-width: 4px;
}
.news .newsTab .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  width: 40px;
  height: 9px;
  margin-left: 16px;
  background-image: url(../images/newsar.png);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTab .more:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.news .newsTabs {
  margin-top: 46px;
  position: relative;
  z-index: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
}
.news .newsList .one {
  float: left;
  width: 552px;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 326px;
  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;
  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 .one .cont {
  margin-top: 30px;
  height: 82px;
  position: relative;
  padding-left: 110px;
  padding-top: 8px;
}
.news .newsList .one .cont .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 82px;
  border: solid 1px #dbdbdb;
  text-align: center;
  padding-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .date i {
  display: block;
  font-size: 32px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .date span {
  display: block;
  font-size: 14px;
  margin-top: 16px;
  line-height: 12px;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #888888;
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
}
.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 .one:hover .cont .bt {
  color: #f68100;
}
.news .newsList .one:hover .cont .date {
  border-color: #f68100;
}
.news .newsList .one:hover .cont .date i {
  color: #f68100;
}
.news .newsList .one:hover .cont .date span {
  color: #f68100;
}
.news .newsList .list {
  float: right;
  width: 646px;
  margin-top: -20px;
}
.news .newsList .list ul li {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-bottom: 1px solid #e3e3e3;
  height: 84px;
  padding-top: 22px;
  position: relative;
}
.news .newsList .list ul li::after {
  content: "";
  position: absolute;
  background: #f68100;
  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 .list ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li .tt {
  position: relative;
  padding-right: 90px;
  height: 42px;
  line-height: 42px;
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .bt::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d7d7d7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  border-radius: 100%;
  position: relative;
  top: -2px;
}
.news .newsList .list ul li .bt:hover {
  color: #f68100;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .bt:hover::before {
  background-color: #f68100;
}
.news .newsList .list ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #888888;
}
.news .newsList .list ul li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
  margin-top: 2px;
  height: 24px;
  line-height: 24px;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.news .newsList .list ul li:hover .bt {
  color: #f68100;
}
.news .newsList .list ul li:hover .bt::before {
  background-color: #f68100;
}
.news .newsList .list ul li.on {
  height: 122px;
}
.news .newsList .list ul li.on p {
  visibility: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
