@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;
}
.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-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banBar {
  background-color: #3c7ac7;
  position: relative;
}
.banner .banBar .inContent {
  height: 84px;
}
.banner .banBar .tel {
  float: right;
  color: #ffffff;
  padding-top: 9px;
  line-height: 65px;
}
.banner .banBar .tel::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  border: solid 1px #ffffff;
  border-radius: 100%;
  vertical-align: top;
  margin-right: 18px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.banner .banBar .tel i {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 34px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.banner .banBar .barL {
  float: left;
  bottom: 0;
  position: relative;
  z-index: 4;
  height: 84px;
}
.banner .banBar .barL::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -320px;
  width: 1164px;
  height: 125px;
  background-color: #ffffff;
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.18);
  z-index: -1;
  -webkit-transform: skewX(48deg);
  -moz-transform: skewX(48deg);
  -o-transform: skewX(48deg);
  transform: skewX(48deg);
  transform-origin: right bottom;
}
.banner .banBar .barL .slogan {
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: -2px;
}
.banner .banBar .barL .xunpan {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
  color: #3c7ac7;
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  height: 28px;
}
.banner .banBar .barL .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #3c7ac7;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(60, 122, 199, 0.15);
}
.banner .banBar .barL .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #3c7ac7;
}
.banner .banBar .barL .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.banner .banBar .barL .en {
  position: absolute;
  text-transform: uppercase;
  left: -115px;
  line-height: 26px;
  color: #666666;
  font-family: Arial;
  font-size: 15px;
  bottom: 37px;
}
.banner .banBar .banner-pagination {
  font-size: 0;
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 570px;
}
.banner .banBar .banner-pagination span {
  display: inline-block;
  opacity: 1;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 0 0 30px !important;
  cursor: pointer;
  outline: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: dashed 1px transparent;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banBar .banner-pagination span:first-child {
  margin: 0 0 0 0 !important;
}
.banner .banBar .banner-pagination span::before {
  content: "";
  display: block;
  border-radius: 100%;
  background-color: #545d66;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.banner .banBar .banner-pagination span.swiper-pagination-bullet-active {
  border-color: #545d66;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.title span {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: bold;
}
.title i {
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 54px;
  margin-top: -15px;
  color: #f5f5f5;
  line-height: 41px;
  text-transform: uppercase;
}
.title::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #19ad47;
  margin-top: 15px;
}
.moreLink {
  display: block;
  position: relative;
  text-align: center;
  width: 140px;
  height: 50px;
  line-height: 50px;
  font-family: Arial;
  font-size: 14px;
  color: #545d66;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 37px;
  border: solid 2px #545d66;
  border-bottom: none;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 64px;
  height: 2px;
  background-color: #545d66;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink span::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #545d66;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink span::after {
  content: "";
  width: 14px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 16px;
  background: url(../images/morear.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.moreLink span i {
  min-width: 4px;
}
.moreLink:hover {
  color: #3c7ac7;
  top: -4px;
}
.moreLink:hover::before {
  border-color: #3c7ac7;
}
.moreLink:hover::after {
  background-color: #3c7ac7;
  width: 80px;
}
.moreLink:hover span::before {
  background-color: #3c7ac7;
  width: 60px;
}
.moreLink:hover span::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  animation: zyfd 1.5s linear infinite;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 24px;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding: 100px 0 0;
  overflow: hidden;
}
.about .aboutBox {
  height: 724px;
}
.about .aboutText {
  float: left;
  width: 778px;
}
.about .aboutText .pic {
  height: 425px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .pic img,
.about .aboutText .pic iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  object-fit: cover;
}
.about .aboutText .pic:hover {
  box-shadow: 0 10px 20px -5px rgba(60, 122, 199, 0.5);
}
.about .aboutText .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText .text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #666666;
  margin-top: 32px;
  text-indent: 2em;
}
.about .aboutText .moreLink {
  margin-top: 52px;
}
.about .aboutR {
  float: right;
  padding-top: 50px;
  width: 460px;
}
.about .aboutR .tit {
  line-height: 1;
  text-align: right;
}
.about .aboutR .tit span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
.about .aboutR .tit span::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -80px;
  width: 54px;
  height: 3px;
  background-color: #19ad47;
}
.about .aboutR .tit i {
  display: block;
  font-size: 16px;
  color: #a3a3a3;
  margin-top: 20px;
}
.about .aboutR .number {
  float: right;
  margin-top: 62px;
}
.about .aboutR .number ul li {
  height: 76px;
  position: relative;
  padding-top: 6px;
  padding-left: 92px;
  margin-top: 70px;
}
.about .aboutR .number ul li:first-child {
  margin-top: 0;
}
.about .aboutR .number ul li i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 76px;
  height: 76px;
  background-color: #ffffff;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.06);
}
.about .aboutR .number ul li i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.about .aboutR .number ul li i.ico1:before {
  background: url(../images/numico1.png) center center no-repeat;
}
.about .aboutR .number ul li i.ico2:before {
  background: url(../images/numico2.png) center center no-repeat;
}
.about .aboutR .number ul li i.ico3:before {
  background: url(../images/numico3.png) center center no-repeat;
}
.about .aboutR .number ul li i.ico4:before {
  background: url(../images/numico4.png) center center no-repeat;
}
.about .aboutR .number ul li h4 span {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  color: #3c7ac7;
  font-size: 48px;
  line-height: 32px;
  display: inline-block;
  vertical-align: bottom;
  width: 112px;
}
.about .aboutR .number ul li h4 em {
  width: 44px;
  height: 20px;
  background-color: #545d66;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
.about .aboutR .number ul li p {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1;
}
.about .aboutR .number ul li:hover i::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.business {
  padding: 100px 0 80px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywNav {
  margin-top: 92px;
  background-color: #3c7ac7;
  height: 502px;
  position: relative;
}
.business .ywNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.business .ywNav::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -86px;
  width: 1920px;
  margin-left: -960px;
  height: 684px;
  background: url(../images/ywbg.png) center 0 no-repeat;
}
.business .ywNav .ywUl {
  display: flex;
  justify-content: space-between;
}
.business .ywNav .ywUl dl {
  width: 406px;
  background-color: #3c7ac7;
  height: 502px;
  padding-top: 65px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
}
.business .ywNav .ywUl dl dt a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: auto;
  width: 205px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  line-height: 43px;
  padding: 0 5px;
  font-size: 20px;
}
.business .ywNav .ywUl dl dd {
  margin-top: 32px;
  padding: 0 45px;
  height: 291px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywNav .ywUl dl dd::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.business .ywNav .ywUl dl dd ul li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  position: relative;
}
.business .ywNav .ywUl dl dd ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #fff;
  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;
}
.business .ywNav .ywUl dl dd ul li:hover::after,
.business .ywNav .ywUl dl dd ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.business .ywNav .ywUl dl dd ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 58px;
  padding-right: 40px;
  font-size: 18px;
  color: #ffffff;
  height: 96px;
  line-height: 96px;
  background: url(../images/ywnavli.png) 7px center no-repeat;
  position: relative;
}
.business .ywNav .ywUl dl dd ul li a::before {
  content: "+";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  right: 6px;
  top: 50%;
  margin-top: -10px;
  border-radius: 100%;
  font-size: 15px;
  color: #545d66;
  line-height: 18px;
  text-align: center;
}
.business .ywNav .ywUl dl:hover,
.business .ywNav .ywUl dl.on {
  background-color: #19ad47;
  width: 468px;
  height: 602px;
  top: -60px;
}
.business .ywNav .ywUl dl:hover dd,
.business .ywNav .ywUl dl.on dd {
  padding: 0 72px;
  height: 388px;
  overflow: auto;
}
.business .ywTabs {
  margin-top: 90px;
  position: relative;
}
.business .ywTabs .bd {
  height: 414px;
}
.business .ywTabs .bd ul {
  margin-right: -40px;
}
.business .ywTabs .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.business .ywTabs .bd ul li {
  float: left;
  width: 400px;
  height: 414px;
  margin-right: 40px;
}
.business .ywTabs .bd ul li .item {
  height: 394px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  position: relative;
  padding: 9px 9px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywTabs .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywTabs .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;
}
.business .ywTabs .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 76px;
  line-height: 76px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.business .ywTabs .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.business .ywTabs .bd ul li .item .bt::before {
  content: "";
  display: block;
  position: absolute;
  top: 61px;
  left: 50%;
  margin-left: -36px;
  width: 72px;
  height: 2px;
  background-color: #e6e7eb;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywTabs .bd ul li .item .more {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 44px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 50%;
  margin-left: -19px;
  bottom: -20px;
}
.business .ywTabs .bd ul li .item .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/ywli.png) 0 center no-repeat;
  filter: grayscale(100) brightness(1.7);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywTabs .bd ul li .item .more::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: url(../images/ywliar.png) center center no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.business .ywTabs .bd ul li .item:hover {
  border-color: #3c7ac7;
}
.business .ywTabs .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);
}
.business .ywTabs .bd ul li .item:hover .bt {
  color: #3c7ac7;
}
.business .ywTabs .bd ul li .item:hover .bt::before {
  background-color: #3c7ac7;
  width: 120px;
  margin-left: -60px;
}
.business .ywTabs .bd ul li .item:hover .more::before {
  filter: grayscale(0) brightness(1);
}
.business .ywTabs .bd ul li .item:hover .more::after {
  animation: sxfd 1.5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.business .ywTabs .page .prev {
  position: absolute;
  left: -164px;
  top: 170px;
  z-index: 2;
  width: 114px;
  height: 48px;
  background-color: #3c7ac7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.business .ywTabs .page .prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../images/ywl.png) center center no-repeat;
  margin-right: 15px;
  width: 21px;
  height: 9px;
}
.business .ywTabs .page .prev:hover,
.business .ywTabs .page .prev.on {
  background-color: #19ad47;
}
.business .ywTabs .page .next {
  position: absolute;
  right: -164px;
  top: 170px;
  z-index: 2;
  width: 114px;
  height: 48px;
  background-color: #3c7ac7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.business .ywTabs .page .next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(../images/ywr.png) center center no-repeat;
  margin-left: 15px;
  width: 21px;
  height: 9px;
}
.business .ywTabs .page .next:hover,
.business .ywTabs .page .next.on {
  background-color: #19ad47;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 80px;
}
.youshi .ysTit {
  width: 756px;
  height: 303px;
  margin: auto;
  text-align: center;
  background: url(../images/ystit.png) center 0 no-repeat;
  padding-top: 113px;
  font-size: 40px;
  color: #ffffff;
}
.youshi .ysTit b {
  display: block;
  line-height: 1;
}
.youshi .ysTit i {
  text-transform: uppercase;
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 118px;
  line-height: 10px;
  padding-left: 20px;
}
.youshi .ysTit i::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.youshi .ysTit i::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.youshi .ysBox {
  height: 1012px;
}
.youshi .ysBox .ysLine {
  position: absolute;
  width: 30px;
  height: 795px;
  background: url(../images/ysline.png) 0 center no-repeat;
  top: 72px;
  right: -206px;
}
.youshi .ysBox .tip {
  position: absolute;
  top: 64px;
  left: -185px;
  width: 35px;
  height: 821px;
  background: url(../images/ystip.png) 0 center no-repeat;
  padding-top: 114px;
  color: #ffffff;
}
.youshi .ysBox .tip span {
  display: block;
  line-height: 28px;
  letter-spacing: 8px;
  font-size: 18px;
  padding: 0 8px;
  height: 262px;
}
.youshi .ysCont {
  margin-top: 92px;
  position: relative;
  z-index: 1;
}
.youshi .ysCont::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysCont::before {
  content: "";
  display: block;
  position: absolute;
  width: 415px;
  height: 480px;
  background-color: #19ad47;
  z-index: -1;
  right: -40px;
  top: -43px;
}
.youshi .ysCont .hd {
  width: 770px;
  float: left;
}
.youshi .ysCont .hd ul {
  margin-right: -110px;
}
.youshi .ysCont .hd ul li {
  float: left;
  width: 330px;
  margin-right: 110px;
  cursor: pointer;
  height: 270px;
  padding-top: 14px;
}
.youshi .ysCont .hd ul li .item {
  position: relative;
  color: #ffffff;
}
.youshi .ysCont .hd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .hd ul li .item .num {
  font-size: 120px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  line-height: 82px;
  color: rgba(255, 255, 255, 0.04);
  font-weight: bold;
}
.youshi .ysCont .hd ul li .item .num::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .hd ul li .item .tit {
  line-height: 1;
  font-size: 22px;
  margin-top: -42px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.youshi .ysCont .hd ul li .item .text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.58);
  margin-top: 48px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-indent: 2em;
}
.youshi .ysCont .hd ul li:hover .item .num,
.youshi .ysCont .hd ul li.on .item .num {
  color: #19ad47;
}
.youshi .ysCont .hd ul li:hover .item .num::after,
.youshi .ysCont .hd ul li.on .item .num::after {
  background-color: #19ad47;
}
.youshi .ysCont .bd {
  float: right;
  width: 448px;
  height: 505px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li {
  width: 448px;
  height: 505px;
  overflow: hidden;
}
.youshi .ysCont .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.youshi .ysCont .en {
  position: absolute;
  z-index: 2;
  right: -15px;
  top: 146px;
  text-transform: uppercase;
  letter-spacing: 15px;
  color: #ffffff;
  font-family: Arial;
  font-size: 42px;
  line-height: 32px;
  font-weight: bold;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.youshi .ysPic {
  float: right;
}
.youshi .ysPic .bd {
  overflow: hidden;
  position: relative;
  width: 630px;
  height: 540px;
  border-radius: 8px;
}
.youshi .ysPic .bd ul li {
  width: 630px;
  height: 540px;
  position: relative;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case {
  padding: 100px 0 70px;
}
.case .caseSwiper {
  margin-top: 66px;
  position: relative;
  margin-right: -1px;
}
.case .caseSwiper ul li {
  float: left;
  width: 33.33%;
  height: 454px;
  margin: 30px 0;
  perspective: 500px;
}
.case .caseSwiper ul li .item {
  position: relative;
  height: 394px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .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 .caseSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .bt {
  position: absolute;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 58px;
  font-size: 18px;
  text-align: center;
  line-height: 58px;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 20px 18px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li .item:hover .bt {
  background-color: rgba(25, 173, 71, 0.8);
  color: #fff;
}
.case .caseSwiper ul li.swiper-slide-active .item {
  transform-origin: left center;
  transform: translateX(30px) scaleX(1.1) rotateY(30deg);
}
.case .caseSwiper ul li.swiper-slide-active + li .item {
  z-index: 3;
  border: solid 4px #ffffff;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.06);
  left: 50%;
  margin-left: -272px;
  width: 544px;
}
.case .caseSwiper ul li.swiper-slide-active + li .item .bt {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}
.case .caseSwiper ul li.swiper-slide-active + li + li .item {
  transform-origin: right center;
  transform: translateX(-30px) scaleX(1.1) rotateY(-30deg);
}
.case .page .case-prev {
  position: absolute;
  text-transform: uppercase;
  left: -40px;
  top: 50%;
  margin-top: -20px;
  width: 39px;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 0;
  text-align: center;
  line-height: 53px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  z-index: 4;
}
.case .page .case-prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/casel.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev:hover::before {
  background-image: url(../images/caselh.png);
}
.case .page .case-next {
  position: absolute;
  text-transform: uppercase;
  right: -40px;
  top: 50%;
  margin-top: -20px;
  width: 39px;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 0;
  text-align: center;
  line-height: 53px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  z-index: 4;
}
.case .page .case-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/casel.png) center center no-repeat;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next:hover::before {
  background-image: url(../images/caselh.png);
}
.news {
  background: url(../images/newsbg.jpg) center 0 no-repeat;
  padding-top: 45px;
  padding-bottom: 50px;
}
.news .newsBox {
  height: 515px;
}
.news .newsTab {
  float: left;
  position: relative;
  z-index: 2;
  padding-top: 58px;
  height: 515px;
}
.news .newsTab::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 303px;
  height: 100%;
  background-color: #19ad47;
  left: -93px;
  top: 0;
}
.news .newsTab .title a span {
  color: #fff;
}
.news .newsTab .title a i {
  color: #f5f5f5;
  opacity: 0.1;
  margin-left: -65px;
}
.news .newsTab .title a::after {
  background-color: #fff;
}
.news .newsTab ul {
  margin-top: 72px;
}
.news .newsTab ul li {
  position: relative;
  margin-top: 30px;
}
.news .newsTab ul li:first-child {
  margin-top: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 245px;
  height: 60px;
  background-color: #ffffff;
  line-height: 60px;
  font-size: 20px;
  padding-left: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 23px;
  top: 50%;
  margin-top: -5px;
  width: 20px;
  height: 10px;
  background: url(../images/newsar.png) 0 center no-repeat;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 21px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
  overflow: hidden;
}
.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 {
  color: #3c7ac7;
}
.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 ul li:hover a::after,
.news .newsTab ul li.on a::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news .newsTabs {
  float: right;
  position: relative;
  z-index: 1;
  width: 892px;
  margin-top: 18px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 480px;
}
.news .newsList .list {
  overflow: hidden;
  width: 892px;
  height: 480px;
}
.news .newsList .list ul {
  margin-right: -45px;
}
.news .newsList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  float: left;
  width: 462px;
  margin-top: 42px;
}
.news .newsList .list ul li .item {
  height: 128px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-left: 49px;
  padding-top: 6px;
  padding-right: 45px;
}
.news .newsList .list ul li .item::after {
  content: "";
  position: absolute;
  background: #fff;
  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 .item:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li .item .date {
  position: absolute;
  left: 5px;
  top: 0;
  color: #fff;
  width: 20px;
  height: 82px;
  background: url(../images/date.png) center 33px no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .date i {
  display: block;
  font-size: 14px;
  line-height: 12px;
}
.news .newsList .list ul li .item .date span {
  display: block;
  margin-top: 28px;
  font-size: 14px;
  line-height: 12px;
}
.news .newsList .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .item p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  margin-top: 5px;
}
.news .newsList .list ul li .item:hover .date {
  background-color: #19ad47;
  width: 30px;
}
.news .newsList .list2 {
  height: 149px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-top: 30px;
  position: relative;
  padding: 0 30px;
}
.news .newsList .list2::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  width: 1220px;
  height: 1px;
  background-color: #f0f2f6;
}
.news .newsList .list2 ul {
  margin-right: -45px;
}
.news .newsList .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  margin-right: 45px;
  width: 376px;
  height: 74px;
  line-height: 74px;
  position: relative;
  padding-right: 80px;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  -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 .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #d7d9db;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li:hover .bt {
  color: #3c7ac7;
}
.news .newsList .list2 ul li:hover .date {
  color: #3c7ac7;
}
