@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;
}
.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;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 130px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #1659cd 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: #1659cd;
  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;
  bottom: 30px;
  left: 8.58%;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/bl.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner .banner-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  bottom: 30px;
  right: 8.58%;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/br.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner .banner-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 1720px) {
  .banner .banner-prev {
    left: 3%;
  }
  .banner .banner-next {
    right: 3%;
  }
}
.banner .banBar {
  border-top: 1px solid #d2d2d2;
  line-height: 100px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.banner .banBar .inContent {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  padding-left: 94px;
  padding-right: 170px;
}
.banner .banBar .slogan {
  float: left;
  font-size: 18px;
}
.banner .banBar .slogan span {
  font-weight: bold;
  margin-right: 15px;
}
.banner .banBar .tel {
  float: right;
  font-size: 18px;
  color: #777777;
}
.banner .banBar .tel i {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  color: #555555;
  font-weight: bold;
}
@media screen and (max-width: 1560px) {
  .banner .banner-prev {
    left: 1%;
  }
  .banner .banner-next {
    right: 1%;
  }
}
@media screen and (max-width: 1420px) {
  .banner .banner-prev {
    left: 50%;
    margin-left: -620px;
  }
  .banner .banner-next {
    right: 50%;
    margin-right: -620px;
  }
  .banner .banBar .inContent {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.title {
  line-height: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.title span::before {
  content: "";
  display: block;
  position: absolute;
  left: -49px;
  top: -1px;
  width: 38px;
  height: 39px;
  z-index: -1;
  background: url(../images/titico.png) 0 center no-repeat;
}
.title span i {
  margin-left: 8px;
  font-size: 16px;
  color: #888888;
  display: inline-block;
  vertical-align: bottom;
  line-height: 14px;
  position: relative;
}
.title span i::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border: solid 2px #134ca3;
  left: -5px;
  border-radius: 100%;
  top: -18px;
}
.title em {
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  color: #666666;
  margin-top: 14px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 12px;
  display: block;
  line-height: 58px;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink::before {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1659cd, #1659cd);
  background-image: linear-gradient(to right, #1659cd, #1659cd);
  background-size: 0% 100%;
  background-position: left center;
}
.titBox .moreLink::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  height: 59px;
  background-image: linear-gradient(90deg, #ffffff 0%, #1659cd 100%);
  border-radius: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink:hover {
  padding-right: 18px;
  color: #1659cd;
}
.titBox .moreLink:hover::before {
  background-size: 100% 100%;
}
.product {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.product .title span::before {
  left: -29px;
}
.product .title em {
  letter-spacing: 1px;
}
.product .proNav {
  float: left;
  margin-top: 38px;
  width: 210px;
  height: 720px;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 48px 20px 20px;
}
.product .proNav ul {
  height: 100%;
  overflow: auto;
}
.product .proNav ul li {
  position: relative;
  margin-top: 22px;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding-left: 16px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1659cd, #1659cd);
  background-image: linear-gradient(to right, #1659cd, #1659cd);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/pronavli.png) 0 center no-repeat;
  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:hover a,
.product .proNav ul li.on a {
  background-size: 100% 100%;
  color: #fff;
}
.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 {
  float: right;
  width: 1040px;
}
.product .proTabs .bd {
  overflow: hidden;
  height: 760px;
}
.product .proList {
  height: 760px;
}
.product .proList ul {
  margin-right: -40px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  margin-top: 40px;
  margin-right: 40px;
}
.product .proList ul li .item {
  width: 320px;
  background-color: #f9f9f9;
  padding: 10px 10px 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: 250px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.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: 80px;
  padding-top: 10px;
  position: relative;
  padding-right: 50px;
}
.product .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .bt::before {
  content: "- ";
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #999999;
}
.product .proList ul li .item .tt .bt:hover {
  color: #1659cd;
}
.product .proList ul li .item .tt .bt:hover::before {
  color: #1659cd;
}
.product .proList ul li .item .tt p {
  margin-top: -2px;
  margin-left: 17px;
  line-height: 10px;
  font-size: 12px;
  color: #bbbbbb;
}
.product .proList ul li .item .tt .more {
  position: absolute;
  top: 19px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: #f9f9f9;
  border: solid 4px #ffffff;
  display: block;
  border-radius: 100%;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #bbbbbb;
}
.product .proList ul li .item .tt .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .more::before {
  content: "+";
}
.product .proList ul li .item .tt .more:hover {
  color: #1659cd;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.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: #1659cd;
}
.product .proList ul li .item:hover .tt .bt::before {
  color: #1659cd;
}
.product .proList ul li .item:hover .tt .more {
  background-color: #1659cd;
  color: #fff;
  box-shadow: 0 0 10px rgba(22, 89, 205, 0.5);
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  overflow: hidden;
  position: relative;
}
.youshi .ysBox {
  height: 846px;
  color: #fff;
  padding-top: 48px;
}
.youshi .ysBox .title {
  position: absolute;
  left: 0;
  top: 50px;
  color: #fff;
}
.youshi .ysBox .title span::before {
  background: url(../images/titico2.png) 0 center no-repeat;
}
.youshi .ysBox .title span i {
  color: #ffffff;
}
.youshi .ysBox .title span i::before {
  border: solid 2px #f47117;
}
.youshi .ysBox .title em {
  color: #fff;
}
.youshi .ysList {
  height: 600px;
  background: url(../images/ysline.png) center 68px no-repeat;
}
.youshi .ysList ul {
  margin: 0 -82px;
}
.youshi .ysList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysList ul li {
  float: left;
  width: 168px;
  text-align: center;
  position: relative;
}
.youshi .ysList ul li.li1 {
  top: 431px;
}
.youshi .ysList ul li.li2 {
  top: 198px;
  margin-left: -48px;
}
.youshi .ysList ul li.li3 {
  top: 62px;
  margin-left: 78px;
}
.youshi .ysList ul li.li4 {
  margin-left: 120px;
}
.youshi .ysList ul li.li5 {
  top: 60px;
  margin-left: 124px;
}
.youshi .ysList ul li.li6 {
  top: 202px;
  margin-left: 77px;
}
.youshi .ysList ul li.li7 {
  top: 440px;
  margin-left: -63px;
}
.youshi .ysList ul li em {
  display: block;
  border-radius: 100%;
  width: 84px;
  height: 84px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1);
  margin: auto;
}
.youshi .ysList ul li em i {
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
}
.youshi .ysList ul li em i.ico1 {
  background-image: url(../images/ysico1.png);
}
.youshi .ysList ul li em i.ico2 {
  background-image: url(../images/ysico2.png);
}
.youshi .ysList ul li em i.ico3 {
  background-image: url(../images/ysico3.png);
}
.youshi .ysList ul li em i.ico4 {
  background-image: url(../images/ysico4.png);
}
.youshi .ysList ul li em i.ico5 {
  background-image: url(../images/ysico5.png);
}
.youshi .ysList ul li em i.ico6 {
  background-image: url(../images/ysico6.png);
}
.youshi .ysList ul li em i.ico7 {
  background-image: url(../images/ysico7.png);
}
.youshi .ysList ul li h4 {
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  margin-top: 22px;
}
.youshi .ysList ul li h5 {
  font-size: 14px;
  line-height: 12px;
  margin-top: 10px;
}
.youshi .ysList ul li:hover em,
.youshi .ysList ul li.on em {
  animation: bowen 1.2s linear infinite;
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 8px rgba(255, 255, 255, 0.15);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15), 0 0 0 16px rgba(255, 255, 255, 0);
  }
}
.youshi .ysList ul li:hover em i,
.youshi .ysList ul li.on em i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .ysimg {
  position: absolute;
  top: 223px;
  left: 50%;
  margin-left: -210px;
  width: 420px;
  height: 361px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysimg img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.youshi .tip {
  width: 100%;
  left: 0;
  font-size: 24px;
  bottom: 54px;
  line-height: 1;
  text-align: center;
  position: absolute;
}
.telTt {
  width: 388px;
  height: 60px;
  background-color: #e34f35;
  border-radius: 30px;
  line-height: 60px;
}
.telTt .tel {
  background-color: #ffffff;
  border-radius: 30px;
  float: left;
  border: 5px solid #1659cd;
  text-align: center;
  width: 268px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
}
.telTt .zxLink {
  margin-left: -5px;
  float: left;
  width: 125px;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 5px solid #1659cd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.telTt .zxLink i {
  font-weight: bold;
  min-width: 5px;
}
.telTt .zxLink:hover {
  background-color: #ffffff;
  color: #1659cd;
}
.case {
  padding: 80px 0;
}
.case .caseTit {
  text-align: center;
}
.case .caseTit .title {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.case .caseTit .title em {
  letter-spacing: 3.5px;
}
.case .caseList ul {
  margin-right: -50px;
}
.case .caseList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  margin-right: 50px;
  margin-top: 40px;
}
.case .caseList ul li .item {
  width: 400px;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  padding: 10px 10px 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: 300px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .bt {
  display: block;
  text-align: center;
  height: 80px;
  padding-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .bt span {
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.case .caseList ul li .item .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  margin-top: -5px;
  color: #bbbbbb;
}
.case .caseList ul li .item:hover {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(22, 89, 205, 0.1);
  -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: #1659cd;
}
.case .caseimg1 {
  position: absolute;
  width: 369px;
  height: 394px;
  top: 242px;
  left: -255px;
  pointer-events: none;
  background: url(../images/caseimg1.png) 0 center no-repeat;
  animation: xz 60s linear infinite;
}
.case .caseimg2 {
  position: absolute;
  width: 369px;
  height: 394px;
  top: 434px;
  right: -234px;
  pointer-events: none;
  background: url(../images/caseimg2.png) 0 center no-repeat;
  animation: fxz 50s linear infinite;
}
@keyframes fxz {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(-360deg);
    -moz-transform: scale(1) rotate(-360deg);
    -o-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
  }
}
.about {
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutBox {
  height: 715px;
  padding-top: 55px;
}
.about .pic {
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  border: solid 3px #ffffff;
  overflow: hidden;
}
.about .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText {
  float: left;
  width: 640px;
  padding-top: 5px;
}
.about .aboutText .tit {
  margin-top: 68px;
  font-size: 24px;
  line-height: 1;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  margin-top: 20px;
  font-size: 16px;
  text-align: justify;
  color: #666666;
}
.about .aboutText .number {
  margin-top: 53px;
}
.about .aboutText .number ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutText .number ul li {
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.about .aboutText .number ul li i {
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 60px;
  color: #fc8955;
  line-height: 44px;
  font-weight: bold;
}
.about .aboutText .number ul li span {
  margin-left: 7px;
}
.about .aLink {
  float: right;
  width: 580px;
  height: 580px;
  background: url(../images/alinkbg.jpg) center center no-repeat;
  background-color: #fff;
  border: solid 5px #ffffff;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
}
.about .aLink ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aLink ul li {
  float: left;
  width: 50%;
}
.about .aLink ul li a {
  display: block;
  text-align: center;
  color: #fff;
  height: 285px;
  padding-top: 110px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}
.about .aLink ul li a i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 22px;
}
.about .aLink ul li a:hover {
  color: #fc8955;
}
.about .aLink ul li:nth-child(1) a,
.about .aLink ul li:nth-child(3) a {
  padding-right: 20px;
}
.about .aLink ul li:nth-child(2) a,
.about .aLink ul li:nth-child(4) a {
  padding-left: 20px;
}
.about .aLink ul li:nth-child(3) a,
.about .aLink ul li:nth-child(4) a {
  padding-top: 122px;
}
.about .aLink .pic {
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  border: solid 3px #ffffff;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news {
  padding: 80px 0;
  overflow: hidden;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  position: relative;
  width: 552px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.news .newsTab ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #999999;
  border-radius: 100%;
  z-index: 2;
  right: 0;
  bottom: -3px;
}
.news .newsTab ul::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  bottom: -3px;
  background-color: #999999;
}
.news .newsTab ul li {
  float: left;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  line-height: 26px;
  font-size: 16px;
  height: 46px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fc8955;
  border-radius: 100%;
  z-index: 2;
  left: 0;
  bottom: -3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsTab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #fc8955;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 26px;
  margin-right: 14px;
  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:hover a::before,
.news .newsTab ul li.on a::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsTab ul li:hover a::after,
.news .newsTab ul li.on a::after {
  width: 100%;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.news .newsTabs {
  margin-top: 30px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 610px;
}
.news .newsList {
  overflow: hidden;
  height: 610px;
}
.news .list1 {
  float: left;
  width: 752px;
}
.news .list1 ul li {
  height: 290px;
  background-color: #f9f9f9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 30px;
  padding: 28px 30px 0 28px;
}
.news .list1 ul li:first-child {
  margin-top: 0;
}
.news .list1 ul li .pic {
  display: block;
  float: left;
  width: 310px;
  height: 232px;
  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 {
  float: right;
  width: 345px;
  padding-top: 22px;
}
.news .list1 ul li .cont .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;
}
.news .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li .cont .line {
  width: 6px;
  height: 17px;
  margin-top: 5px;
  background: url(../images/newsli.png) 0 0 no-repeat;
}
.news .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 14px;
  color: #888888;
  margin-top: 12px;
}
.news .list1 ul li .cont .inBan {
  margin-top: 32px;
}
.news .list1 ul li .cont .inBan::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 ul li .cont .more {
  display: block;
  float: left;
  width: 102px;
  height: 34px;
  background-color: #cdcdcd;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .cont .more:hover {
  background-color: #1659cd;
  box-shadow: 0 10px 10px -5px rgba(22, 89, 205, 0.5);
}
.news .list1 ul li .cont .date {
  float: right;
  font-family: Arial;
}
.news .list1 ul li .cont .date i {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 10px;
  color: #666666;
}
.news .list1 ul li .cont .date span {
  display: inline-block;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 40px;
  line-height: 30px;
  margin-left: 4px;
}
.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: #1659cd;
}
.news .list1 ul li:hover .cont .more {
  background-color: #1659cd;
}
.news .list2 {
  float: right;
  width: 490px;
}
.news .list2 ul li {
  height: 138px;
  margin-top: 19px;
  border-bottom: 1px dashed #ddd;
  padding-right: 148px;
  padding-top: 12px;
  position: relative;
}
.news .list2 ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #1659cd;
  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,
.news .list2 ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list2 ul li:first-child {
  margin-top: 0;
}
.news .list2 ul li .pic {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 116px;
  height: 116px;
  background-color: #ffffff;
  border: solid 8px #f8f8f8;
  overflow: hidden;
}
.news .list2 ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .date {
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  line-height: 10px;
}
.news .list2 ul li .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;
  margin-top: 8px;
}
.news .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .more {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
  color: #888888;
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .more i {
  font-weight: bold;
}
.news .list2 ul li .more:hover {
  color: #1659cd;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .list2 ul li:hover .cont .bt {
  color: #1659cd;
}
.links {
  padding: 45px 0 35px;
  background-color: #f7f7f7;
  display: none;
}
.links .linksBox {
  display: flex;
  line-height: 38px;
}
.links .tit {
  float: left;
  position: relative;
  width: 146px;
  height: 38px;
  background: url(../images/linkstit.png) 0 bottom no-repeat;
  padding-left: 36px;
  line-height: 10px;
  font-size: 16px;
  font-weight: bold;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  width: 1150px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #444444;
  font-size: 14px;
  line-height: 38px;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #1659cd;
}
