@charset "utf-8";
.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 {
  -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;
  padding-right: 6.77%;
  background-color: #f7f7f7;
}
.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: auto;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  right: 0;
  z-index: 3;
  width: 6.77%;
  text-align: center;
  background: url(../images/banpage.png) center 0 no-repeat;
  padding-top: 282px;
}
.banner .banner-pagination span {
  display: block;
  width: 28px;
  height: 28px;
  border: solid 1px transparent;
  opacity: 1;
  border-radius: 100%;
  background: none;
  margin: 5px auto !important;
  cursor: pointer;
  outline: none;
  position: relative;
}
.banner .banner-pagination span::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #333333;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  border-color: #333;
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banBar {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 1360px;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0px 15px 111px 0px rgba(0, 0, 0, 0.07);
  left: 50%;
  margin-left: -680px;
  padding: 22px 40px;
  line-height: 46px;
}
.banner .banBar .tel {
  font-weight: bold;
  font-family: Arial;
  font-size: 22px;
  float: left;
  width: 446px;
}
.banner .banBar .tel::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 16px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.banner .banBar .slogan {
  float: right;
  font-size: 15px;
  background: url(../images/slogan.png) 0 center no-repeat;
  padding-left: 52px;
}
.banner .banBar .xunpan {
  float: left;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #666666;
  font-size: 15px;
  width: 378px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.banner .banBar .xunpan:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/xunpan.png) center center no-repeat;
  width: 26px;
  height: 24px;
  margin-right: 16px;
}
.banner .banBar .xunpan i {
  margin: 0 5px;
}
.banner .banBar .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 110%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #1f4391;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(31, 67, 145, 0.15);
}
.banner .banBar .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #1f4391;
}
.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;
  position: relative;
  z-index: 1;
  text-align: center;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  padding-right: 30px;
  background: url(../images/titline.png) right 0 no-repeat;
  font-family: Impact;
  font-size: 46px;
  line-height: 38px;
}
.title i span {
  color: #1f4391;
}
.title b {
  display: block;
  font-weight: normal;
  font-size: 24px;
  margin-top: 16px;
}
.title b::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  margin-right: 10px;
  background-color: #999;
}
.title b::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  background-color: #999;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .tt {
  float: right;
  width: 360px;
  height: 60px;
  background-color: #fbfbfb;
  border-radius: 31px;
  padding-right: 60px;
  position: relative;
}
.titBox .tt .tel {
  font-weight: bold;
  line-height: 60px;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
}
.titBox .tt .zxLink {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  background-color: #20ab39;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .tt .zxLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(http://www.turbohn.com/templates/pc_wjdh/images/qq.png) center center no-repeat;
}
.titBox .tt .zxLink:hover {
  animation: bowen 1.2s linear infinite;
}
@keyframes bowen {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 67, 145, 0.3), 0 0 0 10px rgba(31, 67, 145, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(31, 67, 145, 0.3), 0 0 0 20px rgba(31, 67, 145, 0);
  }
}
.titBox .tt .zxLink:hover::before {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.moreLink {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 43px;
  font-size: 19px;
  font-weight: bold;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.moreLink::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 43px;
  height: 43px;
  background: url(http://www.turbohn.com/templates/pc_wjdh/images/promore.png) center center no-repeat;
  background-color: #ff632b;
  margin-right: 20px;
}
.moreLink i {
  min-width: 4px;
  font-weight: bold;
}
.moreLink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #1f4391;
}
.product {
  padding: 70px 0;
}
.product .proBox {
  padding-top: 30px;
}
.product .proNav {
  position: absolute;
  z-index: 2;
  right: 0;
  top: -68px;
  width: 266px;
  height: 440px;
  border-radius: 140px 140px 0 0;
  background-color: #1f4391;
  border: 8px solid #d2d9e9;
  padding-top: 76px;
  overflow: hidden;
}
.product .proNav ul {
  overflow: auto;
  height: 307px;
}
.product .proNav ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product .proNav ul li {
  margin-top: 33px;
  overflow: hidden;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 42px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proNav ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  margin-right: 18px;
  color: #333333;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a i,
.product .proNav ul li.on a i {
  font-weight: bold;
  color: #1f4391;
}
.product .proTabs {
  position: relative;
  margin-right: 340px;
  margin-left: -20px;
}
.product .proTabs .bd {
  overflow: hidden;
  height: 392px;
}
.product .proTabs .bd ul li::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTabs .bd ul li .item {
  height: 392px;
  padding: 20px 0 20px 20px;
}
.product .proTabs .bd ul li .item::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proTabs .bd ul li .item .pic {
  float: left;
  display: block;
  width: 470px;
  height: 352px;
  background-color: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
  border: solid 10px #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .item .cont {
  float: right;
  width: 410px;
  padding-top: 54px;
}
.product .proTabs .bd ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  height: 43px;
  line-height: 42px;
  padding-left: 42px;
  background: url(../images/probt.png) 0 center no-repeat;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs .bd ul li .item .cont .line {
  height: 1px;
  background-color: rgba(221, 221, 221, 0.2);
  margin-top: 30px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1f4391, #1f4391);
  background-image: linear-gradient(to right, #1f4391, #1f4391);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proTabs .bd ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 42px;
  height: 84px;
  color: #666666;
  font-size: 16px;
  margin-top: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proTabs .bd ul li .item:hover .cont .bt {
  color: #1f4391;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proTabs .bd ul li .item:hover .cont .line {
  background-size: 100% 100%;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.product .proTabs .bd ul li .item:hover .cont p {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.product .proTabs .proNum {
  position: absolute;
  left: 554px;
  top: 300px;
  z-index: 3;
}
.product .proTabs .proNum .num1 {
  font-family: "Arial Black";
  font-size: 50px;
  color: #1f4391;
  line-height: 38px;
}
.product .proTabs .proNum .num2 {
  font-size: 18px;
  font-family: Arial;
  color: #666;
  line-height: 14px;
}
.product .proTabs .page {
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 60px;
  height: 24px;
}
.product .proTabs .page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 24px;
  background-color: #e7e7e7;
}
.product .proTabs .page .prev {
  float: left;
  text-align: center;
  color: #cccccc;
  text-shadow: 1px 0 #cccccc;
  line-height: 24px;
  padding: 0 4px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .proTabs .page .prev::before {
  content: "<";
  font-family: simsun;
  font-size: 32px;
}
.product .proTabs .page .prev:hover,
.product .proTabs .page .prev.on {
  color: #1f4391;
  text-shadow: 1px 0 #1f4391;
}
.product .proTabs .page .next {
  float: left;
  margin-left: 40px;
  text-align: center;
  color: #cccccc;
  text-shadow: 1px 0 #cccccc;
  line-height: 24px;
  padding: 0 4px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .proTabs .page .next::before {
  content: ">";
  font-family: simsun;
  font-size: 32px;
}
.product .proTabs .page .next:hover,
.product .proTabs .page .next.on {
  color: #1f4391;
  text-shadow: 1px 0 #1f4391;
}
.product .proList ul {
  margin-right: -26px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-right: 26px;
  margin-top: 18px;
  float: left;
  position: relative;
}
.product .proList ul li .item {
  position: relative;
  width: 300px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 270px;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 225px;
  background-color: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
  border: solid 10px #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.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 .tt {
  position: relative;
  margin-top: 13px;
  line-height: 32px;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  -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 .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: url(../images/proli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product .proList ul li .item p{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  margin: 10px 15px 0;
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li .item:hover .pic{
  -webkit-transform: rotateX(-30deg);
  -moz-transform: rotateX(-25px);
  -ms-transform: rotateX(-25px);
  -o-transform: rotateX(-25px);
  transform: rotateX(-25px);
}
.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 {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.product .proList ul li .item:hover .tt .bt {
  color: #1f4391;
}
.product .proList ul li .item:hover .tt .more {
  background-color: #1f4391;
  border-color: #1f4391;
}
.product .proList ul li .item:hover .tt .more::before {
  filter: grayscale(100) brightness(7);
}
.product .proList ul li .item:hover p {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: inherit;
}
.youshi {
  background: url(../images/ysbg.jpg) center bottom no-repeat;
  background-color: #f8f9fb;
  padding: 70px 0 80px;
}
.youshi .ysList {
  max-width: 1580px;
  width: 94%;
  margin: auto;
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.youshi .ysList ul {
  display: flex;
  justify-content: space-between;
}
.youshi .ysList ul li {
  width: 31.6455%;
  float: left;
  position: relative;
}
.youshi .ysList ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 0;
  bottom: -63px;
  height: 5px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.youshi .ysList ul li .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.youshi .ysList ul li .item .tit {
  position: absolute;
  top: 50px;
  left: 40px;
  font-size: 24px;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .tit::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 19px;
}
.youshi .ysList ul li .item i {
  position: absolute;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  top: 266px;
  z-index: 2;
  background: url(../images/ysicobg.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.youshi .ysList ul li .item i.ico1::before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysList ul li .item i.ico2::before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysList ul li .item i.ico3::before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysList ul li .item .en {
  position: absolute;
  left: 40px;
  font-family: Arial;
  font-size: 14px;
  bottom: 60px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  color: #ffffff;
  opacity: 0.5;
  line-height: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .item .text {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 246px;
  margin: 0 60px;
  line-height: 32px;
  color: #666666;
  text-align: center;
  padding: 36px 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  transform: scale(1.3) translateY(100px);
}
.youshi .ysList ul li:hover::before,
.youshi .ysList ul li.on::before {
  width: 60%;
  left: 20%;
}
.youshi .ysList ul li:hover .item img,
.youshi .ysList ul li.on .item img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.youshi .ysList ul li:hover .item .en,
.youshi .ysList ul li.on .item .en {
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  bottom: 0;
}
.youshi .ysList ul li:hover .item i,
.youshi .ysList ul li.on .item i {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.6) translateY(-220px);
}
.youshi .ysList ul li:hover .item .text,
.youshi .ysList ul li.on .item .text {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1) translateY(0);
}
.case {
  padding: 70px 0;
}
.case .caseSwiper {
  position: relative;
  margin-top: 20px;
}
.case .caseSwiper .swiper-container {
  height: 574px;
  margin-left: -20px;
  margin-right: -20px;
}
.case .caseSwiper ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  float: left;
  height: 574px;
  height: auto;
  padding-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item {
  position: relative;
  margin-left: 20px;
  width: 600px;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 450px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border: 10px solid #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont {
  position: absolute;
  z-index: 2;
  left: 660px;
  top: 60px;
  width: 585px;
  height: 178px;
  overflow: hidden;
  padding-left: 54px;
  border-left: 1px solid #1f4391;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  font-weight: bold;
  color: #1f4391;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  font-size: 15px;
  color: #999999;
  margin-top: 10px;
}
.case .caseSwiper ul li .item .cont .more {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #dddddd;
  color: #999999;
  margin-top: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .more i {
  min-width: 4px;
}
.case .caseSwiper ul li .item .cont .more:hover {
  border-bottom-color: #1f4391;
  color: #1f4391;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.case .caseSwiper ul li .item:hover .tt {
  color: #1f4391;
}
.case .caseSwiper ul li .item:hover .cont .bt {
  color: #1f4391;
}
.case .caseSwiper ul li.swiper-slide-active {
  z-index: 2;
}
.case .caseSwiper ul li.swiper-slide-active .cont {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseSwiper ul li.swiper-slide-active .tt {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.case .caseSwiper ul li.swiper-slide-next,
.case .caseSwiper ul li.swiper-slide-next + li,
.case .caseSwiper ul li.swiper-slide-next + li + li {
  padding-top: 302px;
}
.case .caseSwiper ul li.swiper-slide-next .item,
.case .caseSwiper ul li.swiper-slide-next + li .item,
.case .caseSwiper ul li.swiper-slide-next + li + li .item {
  width: 300px;
}
.case .caseSwiper ul li.swiper-slide-next .pic,
.case .caseSwiper ul li.swiper-slide-next + li .pic,
.case .caseSwiper ul li.swiper-slide-next + li + li .pic {
  width: 300px;
  height: 225px;
}
.case .caseSwiper ul li.swiper-slide-next .item {
  left: -10px;
}
.case .caseSwiper ul li.swiper-slide-next + li .item,
.case .caseSwiper ul li.swiper-slide-next + li + li .item {
  left: -340px;
}
.case .caseSwiper .en {
  position: absolute;
  left: 0;
  top: 512px;
  text-transform: uppercase;
  font-family: "AbrilFatface Regular", "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 22px;
  color: #1f4391;
  line-height: 14px;
}
.case .caseSwiper .en::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #1f4391;
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  position: relative;
  top: -2px;
}
.case .caseSwiper .case-pagination {
  position: absolute;
  right: 0;
  top: -52px;
  z-index: 2;
}
.case .caseSwiper .case-pagination::before {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #bbbbbb;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.case .caseSwiper .case-pagination::after {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #bbbbbb;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.case .caseSwiper .case-pagination span {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  position: relative;
  border-radius: 100%;
  background: none;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .case-pagination span::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: #bbbbbb;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .case-pagination span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/casepage.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper .case-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseSwiper .case-pagination span.swiper-pagination-bullet-active::before {
  background-color: #1f4391;
}
.case .caseSwiper .page {
  position: absolute;
  z-index: 3;
  left: 720px;
  top: 162px;
  padding-left: 210px;
}
.case .caseSwiper .page::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  width: 180px;
  height: 1px;
  background-color: #e6e6e6;
}
.case .caseSwiper .page .case-prev {
  float: left;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #3f4656;
  border-radius: 100%;
  text-shadow: 1px 0 0 #fff;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .page .case-prev::before {
  content: "<";
  font-family: simsun;
}
.case .caseSwiper .page .case-prev:hover,
.case .caseSwiper .page .case-prev.on {
  background-color: #1f4391;
}
.case .caseSwiper .page .case-next {
  margin-left: 22px;
  float: left;
  cursor: pointer;
  width: 45px;
  background-color: #3f4656;
  border-radius: 100%;
  text-shadow: 1px 0 0 #fff;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .page .case-next::before {
  content: ">";
  font-family: simsun;
}
.case .caseSwiper .page .case-next:hover,
.case .caseSwiper .page .case-next.on {
  background-color: #1f4391;
}
.about {
  overflow: hidden;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
}
.about .aboutBox {
  height: 870px;
  padding-top: 90px;
}
.about .aboutText {
  width: 640px;
}
.about .aboutText .title {
  text-align: left;
}
.about .aboutText .tip {
  line-height: 1;
  font-size: 15px;
  margin-top: 50px;
  letter-spacing: 8px;
  color: #666666;
}
.about .aboutText .line {
  margin-top: 54px;
  width: 554px;
  height: 1px;
  background-color: #dddddd;
  position: relative;
}
.about .aboutText .line::before {
  content: ">";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  top: -15px;
  right: -80px;
  font-family: simsun;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #cccccc;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  line-height: 42px;
  height: 294px;
  color: #666666;
  font-size: 16px;
  margin-top: 68px;
}
.about .aboutText .more {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 140px;
  z-index: 2;
  width: 640px;
  font-family: Arial;
  font-size: 16px;
  color: #ffffff;
  line-height: 140px;
  text-transform: uppercase;
}
.about .aboutText .more i {
  min-width: 4px;
}
.about .aboutText .more::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 960px;
  background-color: #1f4391;
}
.about .aboutText .more::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 19px;
  top: 61px;
  right: 70px;
  background: url(../images/aboutar.png) 0 center no-repeat;
}
.about .aboutText .more:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.about .honor {
  position: absolute;
  width: 299px;
  height: 199px;
  padding: 17px;
  background: url(../images/honorbg.jpg) center center no-repeat;
  z-index: 3;
  left: 736px;
  top: 87px;
}
.about .honor:hover {
  box-shadow: 0 10px 20px -5px rgba(31, 67, 145, 0.5);
}
.about .honor img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .tongbo {
  position: absolute;
  width: 692px;
  height: 119px;
  right: -50px;
  top: 98px;
  z-index: 2;
  background: url(../images/tongbo.png) 0 center no-repeat;
}
.about .aLink {
  height: 640px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 140px;
  padding-top: 30px;
  padding-left: 116px;
}
.about .aLink::before {
  content: "";
  display: block;
  position: absolute;
  right: -320px;
  top: 0;
  width: 960px;
  height: 1px;
  background-color: #e0e0e0;
}
.about .aLink ul {
  display: flex;
  justify-content: space-between;
  width: 522px;
}
.about .aLink ul li {
  float: left;
  height: 80px;
}
.about .aLink ul li a {
  display: block;
  padding-left: 106px;
  position: relative;
  height: 80px;
  padding-top: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #cccccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink ul li a i:before,
.about .aLink ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aLink ul li a i.ico1:before {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aLink ul li a i.ico1:after {
  background: url(../images/alinkico1h.png) center center no-repeat;
}
.about .aLink ul li a i.ico2:before {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aLink ul li a i.ico2:after {
  background: url(../images/alinkico2h.png) center center no-repeat;
}
.about .aLink ul li a span {
  display: block;
  line-height: 1;
  font-size: 18px;
}
.about .aLink ul li a em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 16px;
  line-height: 10px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
}
.about .aLink ul li:hover a,
.about .aLink ul li.on a {
  color: #1f4391;
}
.about .aLink ul li:hover a i,
.about .aLink ul li.on a i {
  border-color: #1f4391;
  background-color: #1f4391;
}
.about .aLink ul li:hover a i:before,
.about .aLink ul li.on a i:before,
.about .aLink ul li:hover a i:after,
.about .aLink ul li.on a i:after {
  top: -100%;
}
.about .aLink ul li:hover a em,
.about .aLink ul li.on a em {
  color: #1f4391;
}
.about .aboutPic {
  position: absolute;
  width: 805px;
  height: 606px;
  overflow: hidden;
  bottom: 140px;
  right: -320px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news {
  padding: 70px 0;
  overflow: hidden;
}
.news .newsNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsNav .title {
  float: left;
}
.news .newsNav ul {
  float: right;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 616px;
  border-bottom: 1px solid #dedede;
  height: 68px;
}
.news .newsNav ul li {
  float: left;
  position: relative;
}
.news .newsNav ul li a {
  display: block;
  position: relative;
  height: 67px;
  line-height: 44px;
  font-size: 16px;
  padding: 0 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  z-index: 2;
  left: 0;
  height: 2px;
  background-color: #1f4391;
}
.news .newsNav ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 44px;
  overflow: hidden;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav ul li a i:before,
.news .newsNav ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsNav ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsNav ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsNav ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsNav ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsNav ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsNav ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsNav ul li a span {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav ul li a span::before {
  content: "+";
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-weight: bold;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav ul li a span::after {
  content: "+";
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-weight: bold;
  text-align: right;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav ul li:hover a,
.news .newsNav ul li.on a {
  padding: 0 5px;
}
.news .newsNav ul li:hover a::before,
.news .newsNav ul li.on a::before {
  width: 100%;
}
.news .newsNav ul li:hover a i::before,
.news .newsNav ul li.on a i::before,
.news .newsNav ul li:hover a i::after,
.news .newsNav ul li.on a i::after {
  top: -100%;
}
.news .newsNav ul li:hover a span,
.news .newsNav ul li.on a span {
  font-size: 18px;
  font-weight: bold;
  color: #1f4391;
}
.news .newsNav ul li:hover a span::before,
.news .newsNav ul li.on a span::before,
.news .newsNav ul li:hover a span::after,
.news .newsNav ul li.on a span::after {
  width: 20px;
}
.news .newsTabs {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 478px;
}
.news .newsList {
  overflow: hidden;
  height: 478px;
}
.news .newsList .one {
  float: left;
  width: 410px;
  height: 478px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 8px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont {
  position: relative;
  margin-top: 36px;
  padding-top: 7px;
  padding-left: 114px;
}
.news .newsList .one .cont .date {
  position: absolute;
  left: 8px;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
  border-radius: 100%;
  text-align: center;
  padding-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .date i {
  display: block;
  font-weight: bold;
  line-height: 20px;
  font-family: Arial;
  font-size: 26px;
}
.news .newsList .one .cont .date span {
  display: block;
  width: 54px;
  margin: 5px auto;
  line-height: 26px;
  border-top: 1px solid #e9e9e9;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
}
.news .newsList .one:hover {
  border-color: #1f4391;
}
.news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .one:hover .cont .date {
  border-color: #1f4391;
  background-color: #1f4391;
  color: #fff;
}
.news .newsList .one:hover .cont .date span {
  border-color: #fff;
  color: #fff;
}
.news .newsList .one:hover .cont .bt {
  color: #1f4391;
}
.news .newsList .list {
  float: right;
  width: 826px;
}
.news .newsList .list ul {
  margin-right: -66px;
  margin-top: -53px;
}
.news .newsList .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  float: left;
  padding-left: 98px;
  position: relative;
  width: 380px;
  margin-right: 66px;
  height: 124px;
  margin-top: 54px;
}
.news .newsList .list ul li .date {
  position: absolute;
  left: 8px;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
  border-radius: 100%;
  text-align: center;
  padding-top: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .date i {
  display: block;
  font-weight: bold;
  line-height: 20px;
  font-family: Arial;
  font-size: 26px;
}
.news .newsList .list ul li .date span {
  display: block;
  width: 54px;
  margin: 5px auto;
  line-height: 26px;
  border-top: 1px solid #ccc;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list 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;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li .line {
  height: 1px;
  background-color: #eeeeee;
  margin-top: 8px;
  position: relative;
}
.news .newsList .list ul li .line::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 1px;
  background-color: #1f4391;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  color: #999999;
  margin-top: 13px;
}
.news .newsList .list ul li:hover .date {
  border-color: #1f4391;
  background-color: #1f4391;
  color: #fff;
}
.news .newsList .list ul li:hover .date span {
  border-color: #fff;
  color: #fff;
}
.news .newsList .list ul li:hover .bt {
  color: #1f4391;
}
.news .newsList .list ul li:hover .line::before {
  width: 50px;
}
.links {
  background-color: #fbfbfb;
  padding: 40px 0;
}
.links .linksBox {
  display: flex;
  z-index: 1;
}
.links .tit {
  width: 120px;
  height: 40px;
  float: left;
  font-size: 14px;
  line-height: 1;
  padding-top: 3px;
  padding-left: 48px;
  background: url(../images/linkstit.png) 0 center no-repeat;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  font-size: 0;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 50px;
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a::before {
  content: "- ";
}
.links .list a::after {
  content: " -";
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #1f4391;
}
