﻿@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 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,
.topWow,
.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;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner .bannerSwiper .swiper-slide-active {
  -webkit-animation: clipSectorIn 0.7s linear;
  animation: clipSectorIn 0.7s linear;
}
.banner .bannerSwiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 35px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #1a52a5 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: #1a52a5;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #1a52a5;
}
.title i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  margin-top: 25px;
  line-height: 12px;
  color: #1a52a5;
}
.moreLink {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 32px;
  line-height: 32px;
  font-family: "BodoniBT", 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 18px;
}
.moreLink i {
  min-width: 4px;
  font-weight: bold;
}
.moreLink::before {
  content: '';
  width: 92px;
  height: 1px;
  background-color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1a52a5, #1a52a5);
  background-image: linear-gradient(to right, #1a52a5, #1a52a5);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 97px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  width: 29px;
  height: 29px;
  background-color: #003d89;
  opacity: 0.12;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  color: #1a52a5;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.moreLink:hover::before {
  background-size: 100% 100%;
}
.moreLink:hover::after {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 50px;
}
.titBox .moreLink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.proLink {
  margin-top: -13px;
  padding-top: 70px;
}
.proLink ul li {
  border-bottom: 1px dashed #bbbbbb;
  padding-bottom: 17px;
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
        display: table;
}
.proLink ul li:first-child {
  padding-top: 0;
}
.proLink ul li .tit {
  position: relative;
  top: 13px;
}
.proLink ul li .tit span {
  display: block;
  width: 90px;
  height: 54px;
  background-color: #004c97;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
}
.proLink ul li .tit span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 10px;
  top: -2px;
}
.proLink ul li .tit:nth-child(1) span::before {
  background: url(../images/linkico1.png) center center no-repeat;
}
.proLink ul li .tit:nth-child(2) span::before {
  background: url(../images/linkico2.png) center center no-repeat;
}
.proLink ul li .txt {
  flex: 1;
  font-size: 0;
  margin-left: 10px;
        display: table-cell;
        vertical-align: top;
}
.proLink ul li .txt dl {
  display: inline;
  vertical-align: top;
}
.proLink ul li .txt dl a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 15px;
  line-height: 40px;
}
@media screen and (max-width: 1320px) {
  .proLink ul li .txt dl a {
    margin: 0 13px;
  }
}
.proLink ul li .txt dl a:hover {
  color: #1a52a5;
  text-decoration: underline;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.proLink ul li .txt dl dt {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.proLink ul li .txt dl dd {
  display: inline;
  vertical-align: top;
}
.product {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}
.product .proNav {
  margin-top: 50px;
}
.product .proNav ul {
  display: table;
width: 100%;
  // justify-content: space-between;
}
.product .proNav ul li {
display: table-cell;
  position: relative;
  border: none;

}
// .product .proNav ul li.line {
//   width: 10px;
//   height: 1px;
//   background-color: #dddddd;
//   margin-top: 35px;
// }
.product .proNav ul li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i {
  display: block;
  margin: auto;
  width: 68px;
  height: 58px;
  position: relative;
  overflow: hidden;
}
.product .proNav ul li a i::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/proicobg.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/proicobgh.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.product .proNav ul li a i img {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0.6);
}
.product .proNav ul li a span {
  display: block;
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  color: #1a52a5;
}
.product .proNav ul li:hover a i::before,
.product .proNav ul li.on a i::before {
  opacity: 0;
}
.product .proNav ul li:hover a i::after,
.product .proNav ul li.on a i::after {
  opacity: 1;
}
.product .proNav ul li:hover a i img,
.product .proNav ul li.on a i img {
  filter: grayscale(0) brightness(1);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product .proList {
  margin-top: 6px;
}
.product .proList ul {
  margin: 0 -26px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 25%;
  padding: 0 26px;
  margin-top: 38px;
}
.product .proList ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  border: solid 8px #f8f8f8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  padding-top: 73.485%;
  position: relative;
  overflow: hidden;
}
.product .proList 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;
}
.product .proList ul li .item .bt {
  margin-top: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  position: relative;
  padding-right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #000000;
  margin-right: 12px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: url(../images/proli.png) center center no-repeat;
  filter: grayscale(100) brightness(2.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item:hover .pic {
  border-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.18);
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .bt {
  color: #1a52a5;
}
.product .proList ul li .item:hover .bt::before {
  background-color: #1a52a5;
}
.product .proList ul li .item:hover .bt::after {
  filter: grayscale(0) brightness(1);
}
@media screen and (max-width: 1320px) {
  .product .proList ul {
    margin: 0 -12px;
  }
  .product .proList ul li {
    padding: 0 12px;
  }
}
.mbanBox ul {
  margin: 0 -5px;
}
.mbanBox ul li {
  padding: 0 5px;
  float: left;
  width: 33.333%;
}
.mbanBox ul li a {
  display: block;
  height: 130px;
  width: 100%;
  overflow: hidden;
}
.mbanBox ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mbanBox ul li a:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutBox {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  padding: 80px 80px 114px;
}
.about .aboutText {
  width: 688px;
  margin-top: 52px;
}
.about .aboutText .tit span {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 15px;
  line-height: 12px;
  letter-spacing: 2px;
  color: #999999;
}
.about .aboutText .text {
  margin-top: 30px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  color: #888888;
  text-align: justify;
}
.about .aboutText .honor {
  position: relative;
  margin-top: 42px;
  width: 231px;
  height: 174px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .honor .pic {
  display: block;
  padding: 18px 17px 17px 18px;
  width: 231px;
  height: 174px;
  position: relative;
  z-index: 2;
  background: url(../images/honorbg.png) center center no-repeat;
}
.about .aboutText .honor .pic i {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.about .aboutText .honor .pic i img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .honor .bt {
  position: absolute;
  background: url(../images/honoren.png) 0 0 no-repeat;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  width: 155px;
  left: 100%;
  top: 42px;
  padding-top: 42px;
  padding-left: 4px;
  margin-left: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .honor .bt::before {
  content: "";
  display: block;
  position: absolute;
  width: 158px;
  height: 1px;
  background-color: #333333;
  left: -74px;
  top: 84px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1a52a5, #1a52a5);
  background-image: linear-gradient(to right, #1a52a5, #1a52a5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.about .aboutText .honor:hover .bt {
  color: #1a52a5;
}
.about .aboutText .honor:hover .bt::before {
  background-size: 100% 100%;
}
.about .hengyu {
  position: absolute;
  width: 11px;
  height: 203px;
  right: 74px;
  bottom: 176px;
  background: url(../images/li.png) 0 center no-repeat;
}
.case {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}
.case .caseList {
  margin-top: 10px;
}
.case .caseList ul {
  margin: 0 -26px;
}
.case .caseList ul::after,
.case .caseList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  width: 25%;
  padding: 0 26px;
  margin-top: 38px;
}
.case .caseList ul li .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  border: solid 8px #f8f8f8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .pic i {
  display: block;
  width: 100%;
  padding-top: 73.485%;
  position: relative;
  overflow: hidden;
}
.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 {
  margin-top: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  position: relative;
  padding-right: 30px;
  -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 .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #000000;
  margin-right: 12px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item .bt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: url(../images/proli.png) center center no-repeat;
  filter: grayscale(100) brightness(2.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .item:hover .pic {
  border-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.18);
}
.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: #1a52a5;
}
.case .caseList ul li .item:hover .bt::before {
  background-color: #1a52a5;
}
.case .caseList ul li .item:hover .bt::after {
  filter: grayscale(0) brightness(1);
}
@media screen and (max-width: 1320px) {
  .case .caseList ul {
    margin: 0 -12px;
  }
  .case .caseList ul li {
    padding: 0 12px;
  }
}
.youshi {
  position: relative;
}
.youshi .ysBox {
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  padding: 70px 0 60px;
}
.youshi .ysList {
  margin-top: 58px;
}
.youshi .ysList ul::after,
.youshi .ysList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysList ul li {
  float: left;
  width: 33.333%;
  position: relative;
}
.youshi .ysList ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100px;
  width: 1px;
  height: 275px;
  background-color: #fff;
  opacity: 0.27;
}
.youshi .ysList ul li .item {
  padding: 10px 80px 0;
}
@media screen and (max-width: 1320px) {
  .youshi .ysList ul li .item {
    padding: 10px 60px 0;
  }
}
.youshi .ysList ul li .item h4 {
  background: url(../images/ysicobg.png) 0 center no-repeat;
  width: 85px;
  height: 98px;
}
.youshi .ysList ul li .item h4 i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysList ul li .item h4 i.ico1 {
  background-image: url(../images/ysico1.png);
}
.youshi .ysList ul li .item h4 i.ico2 {
  background-image: url(../images/ysico2.png);
}
.youshi .ysList ul li .item h4 i.ico3 {
  background-image: url(../images/ysico3.png);
}
.youshi .ysList ul li .item h4 i.ico4 {
  background-image: url(../images/ysico4.png);
}
.youshi .ysList ul li .item .tit {
  color: #ffffff;
  margin-top: 52px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.youshi .ysList ul li .item .tit span {
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
}
.youshi .ysList ul li .item .tit em {
  display: block;
  line-height: 12px;
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
}
.youshi .ysList ul li .item .text {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
  line-height: 36px;
  margin-top: 28px;
  height: 158px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .num {
  font-size: 30px;
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  line-height: 24px;
  color: #ffffff;
}
.youshi .ysList ul li .item:hover h4 i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.youshi .ysList ul li .item:hover .tit {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .ysList ul li .item:hover .text {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news {
  position: relative;
  overflow: hidden;
  padding: 70px 0 30px;
}
.news .newsCont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px -32px 0;
}
.news .newsList {
  width: 33.333%;
  float: left;
  padding: 0 32px 14px;
}
.news .newsList .tit {
  background: url(../images/newstit.jpg) center center no-repeat;
  background-size: cover;
  height: 46px;
  line-height: 46px;
  color: #fff;
  padding: 0 25px 0 40px;
  position: relative;
}
.news .newsList .tit > span {
  font-weight: bold;
  font-size: 18px;
}
.news .newsList .tit .more {
  position: absolute;
  right: 25px;
  top: 0;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
}
.news .newsList .tit .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .tit .more:hover i {
  text-decoration: underline;
}
.news .newsList .list ul li {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.news .newsList .list ul li::after {
  content: "";
  position: absolute;
  background: #1a52a5;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsList .list ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsList .list ul li:last-child {
  border-bottom: none;
}
.news .newsList .list ul li .item {
  position: relative;
  line-height: 68px;
  height: 68px;
  padding-right: 65px;
}
.news .newsList .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  -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 .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #999999;
  margin-left: 2px;
  margin-right: 15px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #808080;
  font-family: Arial;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .item:hover .bt {
  color: #1a52a5;
}
.news .newsList .list ul li .item:hover .bt::before {
  background-color: #1a52a5;
}
.news .newsList .list ul li .item:hover .bt .date {
  color: #1a52a5;
}
@media screen and (max-width: 1320px) {
  .news .newsCont {
    margin: 50px -20px 0;
  }
  .news .newsList {
    padding: 0 20px 14px;
  }
}


.links .linksBox {
  display: flex;
  z-index: 1;
  background-color: #f5f5f5;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
        display: table;
}
.links .linksBox .tit {
  float: left;
}
.links .linksBox .tit i {
  display: block;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 2px;
}
.links .linksBox .tit span {
  display: block;
  line-height: 1;
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}

.links .linksBox .tit span:after {
  content: "";
  display: inline-block;
  background: url(../images/linkstit.png) center 0 no-repeat;
  vertical-align: middle;
  width: 25px;
  height: 5px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.links .linksBox .list {
  flex: 1;
  overflow: hidden;
  line-height: 32px;
  margin-bottom: -9px;
        display: table-cell;
        vertical-align: top;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #999999;
  letter-spacing: 1px;
  margin-left: 40px;
}
.links .linksBox .list a:hover {
  color: #1a52a5;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
