@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{
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.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: -640px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #397dd8 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: #397dd8;
  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 .page {
  position: absolute;
  z-index: 4;
  width: 35px;
  right: 6%;
  top: 0;
  height: 100%;
}
.banner .page::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 17px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.2;
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -60px;
  left: 0;
  background: url(../images/bt.png) 50% 50% no-repeat;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
}
.banner .banner-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: 20px;
  left: 0;
  background: url(../images/bb.png) 50% 50% no-repeat;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
}
.banner .banner-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 1600px) {
  .banner .page::before {
    display: none;
  }
}
.banner .banBar {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  margin-left: -305px;
  width: 1266px;
  height: 100px;
  background-color: #ffffff;
  padding-top: 25px;
  padding-left: 40px;
  line-height: 56px;
  border-bottom: 1px solid #e0e0e0;
}
.banner .banBar .slogan {
  float: right;
  width: 435px;
  line-height: 28px;
  font-size: 16px;
  margin-right: 320px;
}
.banner .banBar .tel {
  float: left;
  font-family: Impact;
  font-size: 28px;
  color: #397dd8;
}
.banner .banBar .tel::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 10px;
  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 .xunpan {
  float: left;
  margin-left: 12px;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 56px;
  height: 56px;
}
.banner .banBar .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  bottom: 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: #397dd8;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(57, 125, 216, 0.15);
}
.banner .banBar .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  bottom: -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-top-color: #397dd8;
}
.banner .banBar .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;
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  font-family: Impact;
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 23px;
}
.title span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 34px;
  width: 180px;
  position: relative;
}
.title span em {
  display: block;
  margin-top: 12px;
  height: 1px;
  background-color: #8f8f8f;
  position: relative;
}
.title span em::before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: -3px;
  width: 7px;
  height: 7px;
  border: solid 1px #676968;
  border-radius: 100%;
}
.title span::after {
  content: "-";
  display: block;
  margin-top: 13px;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  background-color: #397dd8;
  font-size: 20px;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-weight: normal;
}
.moreLink {
  display: block;
  line-height: 36px;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
  background: url(../images/morear.png) center center no-repeat;
  filter: grayscale(100) brightness(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}
.moreLink:hover {
  color: #397dd8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover::after {
  filter: grayscale(0) brightness(1);
  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: 20px;
}
.product {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.product .title span::before {
  left: -29px;
}
.product .title em {
  letter-spacing: 1px;
}
.product .proNav {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.product .proNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .proNav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: -50px;
}
.product .proNav ul li:nth-child(10) {
  z-index: 1;
}
.product .proNav ul li:nth-child(9) {
  z-index: 2;
}
.product .proNav ul li:nth-child(8) {
  z-index: 3;
}
.product .proNav ul li:nth-child(7) {
  z-index: 4;
}
.product .proNav ul li:nth-child(6) {
  z-index: 5;
}
.product .proNav ul li:nth-child(5) {
  z-index: 6;
}
.product .proNav ul li:nth-child(4) {
  z-index: 7;
}
.product .proNav ul li:nth-child(3) {
  z-index: 8;
}
.product .proNav ul li:nth-child(2) {
  z-index: 9;
}
.product .proNav ul li:nth-child(1) {
  z-index: 10;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 230px;
  height: 76px;
  background-color: #494949;
  border-radius: 40px;
  border: solid 4px #ffffff;
  position: relative;
  z-index: 2;
  line-height: 68px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #397dd8, #397dd8);
  background-image: linear-gradient(to right, #397dd8, #397dd8);
  background-size: 0% 100%;
  background-position: left center;
  padding-left: 58px;
  padding-right: 5px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -2px;
  background: url(../images/pronavli.png) 0 center no-repeat;
}
.product .proNav ul li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  right: -10px;
  -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 {
  max-width: 126px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  min-width: 115px;
  margin-right: 5px;
}
.product .proNav ul li:first-child {
  margin-left: 0;
}
.product .proNav ul li:first-child a {
  padding-left: 0;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  background-size: 100% 100%;
}
.product .proNav ul li:hover a span,
.product .proNav ul li.on a span {
  font-weight: bold;
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}
.product .proTabs .bd {
  overflow: hidden;
}
.product .proList {
  margin-top: -6px;
}
.product .proList ul {
  margin-right: -13px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 310px;
  margin-right: 13px;
  margin-top: 40px;
}
.product .proList ul li .item {
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  padding: 9px 9px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 240px;
  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 .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 62px;
  line-height: 62px;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .cont .bt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../images/proli.png) center center no-repeat;
  filter: grayscale(100) brightness(0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proList ul li .item .cont .bt:hover {
  color: #397dd8;
  padding-right: 35px;
}
.product .proList ul li .item .cont .bt:hover::after {
  filter: grayscale(0) brightness(1);
}
.product .proList ul li .item .cont p {
  padding: 0 10px;
  text-align: center;
  line-height: 56px;
  border-top: 1px solid #dcdcdc;
  font-size: 16px;
  color: #888888;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #397dd8, #397dd8);
  background-image: linear-gradient(to right, #397dd8, #397dd8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  margin: 0 -9px;
}
.product .proList ul li .item .cont p i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 15px;
  background-color: #dcdcdc;
  margin: 0 10px;
}
.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 .cont .bt {
  padding-right: 35px;
}
.product .proList ul li .item:hover .cont .bt::after {
  right: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proList ul li .item:hover .cont p {
  background-size: 100% 100%;
  color: #fff;
  border-color: #397dd8;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 66px;
  padding-bottom: 80px;
}
.youshi .ysBox {
  height: 684px;
  padding-top: 37px;
}
.youshi .ysBox .title {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 110px;
}
.youshi .ysBox .title span {
  display: block;
  margin-top: 22px;
}
.youshi .tip {
  position: absolute;
  z-index: 2;
  line-height: 1;
  right: 0;
  top: 110px;
  font-size: 18px;
}
.youshi .tip::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -22px;
  width: 18px;
  height: 3px;
  background-color: #141414;
}
.youshi .ysPic {
  width: 746px;
  height: 394px;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd {
  overflow: hidden;
  width: 746px;
  height: 394px;
}
.youshi .ysPic .bd ul li {
  position: relative;
  overflow: hidden;
  width: 746px;
  height: 394px;
}
.youshi .ysPic .bd ul li img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.youshi .ysCont {
  width: 670px;
  margin: 82px auto 0;
}
.youshi .ysCont .bd ul li {
  text-align: center;
}
.youshi .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .tit {
  padding-top: 10px;
}
.youshi .ysCont .bd ul li .tit i {
  background: url(../images/ysico.png) center 0 no-repeat;
  width: 85px;
  height: 85px;
  padding-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.youshi .ysCont .bd ul li .tit i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.youshi .ysCont .bd ul li .tit i.ico1::before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysCont .bd ul li .tit i.ico2::before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysCont .bd ul li .tit i.ico3::before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysCont .bd ul li .tit i.ico4::before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysCont .bd ul li .tit span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  line-height: 1;
  font-size: 28px;
  padding-top: 16px;
  margin-left: 23px;
}
.youshi .ysCont .bd ul li .tit span em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  color: #434343;
  line-height: 10px;
}
.youshi .ysCont .bd ul li .text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
}
.youshi .ysCont .bd ul li:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li:hover .tit i::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .ysCont .bd ul li:hover .tit span {
  color: #397dd8;
}
.youshi .ysCont .bd ul li:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .page {
  position: absolute;
  z-index: 3;
  top: 192px;
  right: 0;
  font-size: 0;
}
.youshi .page .prev {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  border: solid 1px #676968;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
.youshi .page .prev::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 9px solid #383838;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .prev:hover,
.youshi .page .prev.on {
  background-color: #397dd8;
  border-color: #397dd8;
}
.youshi .page .prev:hover::before,
.youshi .page .prev.on::before {
  border-right: 9px solid #fff;
}
.youshi .page .next {
  margin-left: 36px;
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  border: solid 1px #676968;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
.youshi .page .next::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #383838;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page .next:hover,
.youshi .page .next.on {
  background-color: #397dd8;
  border-color: #397dd8;
}
.youshi .page .next:hover::before,
.youshi .page .next.on::before {
  border-left: 9px solid #fff;
}
.about {
  overflow: hidden;
}
.about .aboutBox {
  height: 791px;
}
.about .aboutL {
  float: left;
  padding-top: 60px;
}
.about .aboutL .tip {
  line-height: 1;
  font-size: 18px;
  margin-top: 34px;
  letter-spacing: 3px;
}
.about .aboutL .tel {
  margin-top: 74px;
  line-height: 47px;
}
.about .aboutL .tel::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  vertical-align: top;
  margin-right: 6px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.about .aboutL .tel span {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.about .aboutL .tel i {
  display: inline-block;
  vertical-align: top;
  font-family: Impact;
  font-size: 28px;
  color: #397dd8;
}
.about .aboutText {
  float: right;
  width: 810px;
}
.about .aboutText .pic {
  height: 394px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .pic:hover {
  box-shadow: 0 10px 25px -5px rgba(57, 125, 216, 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 {
  margin-top: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 32px;
  height: 192px;
  font-size: 16px;
  text-align: justify;
  color: #666666;
}
.about .aboutText .more {
  display: block;
  text-align: center;
  width: 125px;
  height: 43px;
  background-color: #397dd8;
  margin-top: 44px;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more::after {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  background: url(../images/morear.png) center center no-repeat;
  filter: grayscale(100) brightness(5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}
.about .aboutText .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #397dd8;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .more:hover {
  background: none;
  color: #397dd8;
  box-shadow: 0 10px 10px -5px rgba(57, 125, 216, 0.5);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutText .more:hover::after {
  filter: grayscale(0) brightness(1);
  animation: zyfd 1.5s linear infinite;
}
.about .aboutText .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutimg {
  position: absolute;
  z-index: 2;
  left: -320px;
  bottom: 0;
  width: 700px;
  height: 394px;
  background: url(../images/aboutimg.jpg) center center no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutimg:hover {
  background-size: 108%;
}
.about .aboutTip {
  position: absolute;
  bottom: -48px;
  right: -320px;
  width: 608px;
  height: 117px;
}
.case {
  padding: 90px 0;
  background: url(../images/casebg.jpg) center 528px no-repeat;
}
.case .title {
  text-align: center;
}
.case .title span {
  text-align: left;
}
.case .caseimg {
  position: absolute;
  width: 327px;
  height: 269px;
  left: -142px;
  top: 11px;
  background: url(../images/caseico.png) 0 0 no-repeat;
  pointer-events: none;
}
.case .one {
  height: 430px;
  margin-top: 30px;
}
.case .one::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .one .pic {
  display: block;
  float: right;
  width: 580px;
  height: 430px;
  background-color: #fff;
  box-shadow: 0px 1px 34px 0px rgba(0, 0, 0, 0.06);
  border: solid 4px #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .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;
}
.case .one .cont {
  float: left;
  width: 610px;
  padding-top: 30px;
}
.case .one .cont .bt {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .one .cont .line {
  width: 27px;
  height: 4px;
  background-color: #434343;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 5px;
}
.case .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 16px;
  color: #888888;
  margin-top: 28px;
}
.case .one .cont .more {
  margin-top: 60px;
  display: block;
  text-align: center;
  width: 125px;
  height: 43px;
  background-color: #397dd8;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .one .cont .more::after {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  background: url(../images/morear.png) center center no-repeat;
  filter: grayscale(100) brightness(5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  top: -2px;
}
.case .one .cont .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #397dd8;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.case .one .cont .more:hover {
  background: none;
  color: #397dd8;
  box-shadow: 0 10px 10px -5px rgba(57, 125, 216, 0.5);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .one .cont .more:hover::after {
  filter: grayscale(0) brightness(1);
  animation: zyfd 1.5s linear infinite;
}
.case .one .cont .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .one:hover .cont .bt {
  color: #397dd8;
}
.case .one:hover .cont .line {
  width: 50px;
  background-color: #397dd8;
}
.case .caseList {
  margin-top: 102px;
  margin-left: -100px;
  margin-right: -100px;
}
.case .caseList ul {
  margin: 0 -20px;
}
.case .caseList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  padding: 0 20px;
  width: 25%;
}
.case .caseList ul li .item {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
  padding: 9px 9px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 78.125%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .tt {
  height: 78px;
  line-height: 78px;
  position: relative;
  padding-right: 60px;
}
.case .caseList ul li .item .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  display: block;
  height: 78px;
  line-height: 78px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .item .more {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: Arial;
  font-size: 12px;
}
.case .caseList ul li .item .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .item .more::before {
  content: "";
  width: 1px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  background-color: #676968;
  margin-right: 14px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item:hover {
  border-color: #397dd8;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseList ul li .item:hover .bt {
  color: #397dd8;
}
.case .caseList ul li .item:hover .more {
  color: #397dd8;
}
.case .caseList ul li .item:hover .more::before {
  background-color: #397dd8;
}
@media screen and (max-width: 1500px) {
  .case .caseList {
    margin-left: 0;
    margin-right: 0;
  }
  .case .caseList ul {
    margin: 0 -15px;
  }
  .case .caseList ul li {
    padding: 0 15px;
  }
}
.news {
  padding-bottom: 100px;
  overflow: hidden;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab .moreLink {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}
.news .newsTab ul {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: -52px;
}
.news .newsTab ul li:nth-child(3) {
  z-index: 1;
}
.news .newsTab ul li:nth-child(2) {
  z-index: 2;
}
.news .newsTab ul li:nth-child(1) {
  z-index: 3;
}
.news .newsTab ul li a {
  display: block;
  width: 232px;
  height: 76px;
  background-color: #494949;
  border-radius: 40px;
  border: solid 4px #ffffff;
  position: relative;
  z-index: 2;
  line-height: 68px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #397dd8, #397dd8);
  background-image: linear-gradient(to right, #397dd8, #397dd8);
  background-size: 0% 100%;
  background-position: left center;
  padding-left: 40px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 68px;
  margin-right: 13px;
  background: center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i.ico1 {
  background-image: url(../images/newsico1.png);
}
.news .newsTab ul li a i.ico2 {
  background-image: url(../images/newsico2.png);
}
.news .newsTab ul li a i.ico3 {
  background-image: url(../images/newsico3.png);
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li:first-child a {
  padding-left: 0;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-size: 100% 100%;
}
.news .newsTab ul li:hover a span,
.news .newsTab ul li.on a span {
  font-weight: bold;
}
.news .newsTab ul li:hover a::after,
.news .newsTab ul li.on a::after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}
.news .newsTabs {
  margin-top: 8px;
  margin-left: -30px;
  margin-right: -30px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
}
.news .list1 {
  padding: 30px 30px 0;
}
.news .list1 ul {
  margin-right: -40px;
}
.news .list1 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 ul li {
  float: left;
  margin-right: 40px;
  width: 400px;
  height: 452px;
  background-color: #ffffff;
  box-shadow: 0px 1px 34px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 40px;
}
.news .list1 ul li:first-child {
  margin-top: 0;
}
.news .list1 ul li .pic {
  display: block;
  width: 100%;
  height: 175px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 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 .list1 ul li .cont {
  height: 236px;
  padding-top: 44px;
}
.news .list1 ul li .cont .date {
  line-height: 22px;
  font-family: Arial;
}
.news .list1 ul li .cont .date i {
  float: right;
  font-size: 16px;
  color: #999999;
}
.news .list1 ul li .cont .date i::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 45px;
  height: 1px;
  background-color: #dedede;
}
.news .list1 ul li .cont .date span {
  font-weight: bold;
  font-size: 31px;
}
.news .list1 ul li .cont .bt {
  margin-top: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  font-size: 14px;
  color: #999999;
  margin-top: 13px;
}
.news .list1 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 .list1 ul li:hover .cont .bt {
  color: #397dd8;
}
.news .list2 {
  margin: 0 30px;
}
.news .list2 ul {
  margin-right: -40px;
}
.news .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  float: left;
  margin-top: 40px;
  margin-right: 40px;
  width: 400px;
  height: 84px;
  padding-right: 40px;
  border-bottom: 1px solid #dedede;
  padding-left: 3px;
  position: relative;
}
.news .list2 ul li::after {
  content: "";
  position: absolute;
  background: #535353;
  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 .list2 ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list2 ul li .date {
  font-family: Arial;
  font-size: 18px;
  line-height: 14px;
}
.news .list2 ul li .date i {
  font-size: 14px;
  color: #999999;
  line-height: 12px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: bottom;
}
.news .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 18px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .more {
  display: block;
  position: absolute;
  right: 0;
  top: 37px;
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .more::before {
  content: "+";
}
.news .list2 ul li .more:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  box-shadow: 0 0 10px rgba(57, 125, 216, 0.5);
  background-color: #397dd8;
  color: #fff;
}
.news .list2 ul li:hover .bt {
  color: #397dd8;
}
.news .list2 ul li:hover .more {
  top: 30px;
  right: 3px;
  background-color: #397dd8;
  color: #fff;
}
