@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,
.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;
  cursor: grab;
}
.banner .bannerSwiper ul li {
  width: 100%;
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 650px;
  -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);
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  border-radius: 100%;
  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: -80px;
  width: 78px;
  height: 78px;
  margin-top: -39px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  border-radius: 100%;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  width: auto;
}
.banner .banner-pagination::before {
  content: "";
  display: block;
  margin: auto;
  width: 1px;
  height: 145px;
  background-color: #ffffff;
  opacity: 0.3;
}
.banner .banner-pagination::after {
  content: "";
  display: block;
  margin: auto;
  width: 1px;
  height: 145px;
  background-color: #ffffff;
  opacity: 0.3;
}
.banner .banner-pagination span {
  display: block;
  border: 1px transparent dashed;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: none;
  width: 35px;
  height: 35px;
  margin: 56px 0 0 !important;
  cursor: pointer !important;
  outline: none;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.34);
  position: relative;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span::before {
  content: "";
  display: block;
  margin: auto;
  width: 1px;
  height: 56px;
  background-color: #ffffff;
  opacity: 0.3;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.banner .banner-pagination span:first-child {
  margin: 0 0 0 !important;
}
.banner .banner-pagination span:first-child::before {
  display: none;
}
.banner .banner-pagination span.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
.title {
  line-height: 1;
}
.title i {
  display: block;
  height: 46px;
  position: relative;
}
.title i::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 14px;
  top: 0;
  left: -44px;
  background: url(../images/titico.png) 0 0 no-repeat;
}
.title i img {
  display: inline-block;
  vertical-align: top;
}
.title span {
  display: block;
  margin-top: 24px;
  font-size: 36px;
}
.moreLink {
  display: block;
  position: relative;
  width: 186px;
  height: 57px;
  line-height: 55px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 7px;
  border: solid 1px #535353;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #034ba0, #034ba0);
  background-image: linear-gradient(to right, #034ba0, #034ba0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink::after {
  content: ">";
  margin-left: 12px;
  font-family: simsun;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink i::after {
  color: #fff;
}
.moreLink:hover {
  background-size: 100% 100%;
  box-shadow: 0 10px 10px -5px rgba(3, 75, 160, 0.5);
}
.moreLink:hover::after {
  color: #fff;
}
.moreLink:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  margin-top: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.titBox .more:hover {
  color: #034ba0;
}
.titBox .more i {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #234598;
  box-shadow: 3px 5px 13px 0px rgba(193, 100, 0, 0.43), 0 0 0 12px rgba(35, 69, 152, 0.1);
  position: relative;
}
.titBox .more i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.titBox .more span {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  color: #848484;
  border-bottom: 1px solid #d2d2d2;
  height: 28px;
  line-height: 20px;
}
.titBox .more:hover i::after {
  animation: zyfd 1.5s linear infinite;
}
.titBox .more:hover span {
  color: #034ba0;
  border-bottom-color: #034ba0;
}
@keyframes line {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  40% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  60% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
.product {
  overflow: hidden;
  position: relative;
  padding: 80px 0 50px;
  background: url(../images/probg.jpg) center bottom no-repeat;
}
.product .proNav::after,
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav ul {
  position: relative;
  float: right;
  margin-top: 16px;
}
.product .proNav ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #e3e3e3;
  min-width: 1030px;
  width: 100%;
  height: 1px;
  right: 0;
}
.product .proNav ul::before {
  content: "";
  width: 7px;
  height: 7px;
  border: solid 1px #dfdfdf;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  bottom: -3px;
}
.product .proNav ul li {
  float: left;
  margin-left: 54px;
}
.product .proNav ul li:first-child {
  margin-left: 0;
}
.product .proNav ul li a {
  display: block;
  position: relative;
  height: 92px;
  padding-top: 22px;
  padding-left: 52px;
}
.product .proNav ul li a i {
  display: block;
  width: 43px;
  height: 43px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  border-radius: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 3;
  left: 0;
  top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/pronavico.png) center center no-repeat;
}
.product .proNav ul li a .cn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 12px;
  line-height: 14px;
  color: #9d9d9d;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.product .proNav ul li a em {
  display: block;
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: -3px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a em::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 1px;
  left: 2px;
  height: 14px;
  background-color: #dfdfdf;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0;
}
.product .proNav ul li a em::after {
  content: "";
  display: block;
  margin: -4px;
  border-radius: 50%;
  border: 1px solid #034ba0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li.on a,
.product .proNav ul li:hover a {
  padding-top: 2px;
}
.product .proNav ul li.on a i,
.product .proNav ul li:hover a i {
  top: 0;
  background-color: #034ba0;
  border-color: #034ba0;
}
.product .proNav ul li.on a i::before,
.product .proNav ul li:hover a i::before {
  filter: grayscale(100) brightness(5);
}
.product .proNav ul li.on a .cn,
.product .proNav ul li:hover a .cn {
  font-weight: bold;
}
.product .proNav ul li.on a .en,
.product .proNav ul li:hover a .en {
  opacity: 1;
}
.product .proNav ul li.on a em,
.product .proNav ul li:hover a em {
  background-color: #034ba0;
}
.product .proNav ul li.on a em::before,
.product .proNav ul li:hover a em::before {
  width: 1px;
  height: 47px;
  background-color: #b7b7b7;
  margin-bottom: 4px;
}
.product .proNav ul li.on a em::after,
.product .proNav ul li:hover a em::after {
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .product .proNav ul::after {
    min-width: 930px;
  }
  .product .proNav ul li {
    margin-left: 40px;
  }
  .product .proNav ul li:first-child {
    margin-left: 0;
  }
}
.product .proList {
  margin-top: 36px;
}
.product .proList ul {
  margin: 0 -7px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-top: 20px;
  width: 25%;
  float: left;
  padding: 0 7px;
}
.product .proList ul li .item {
  padding: 10px 10px 0;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -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: 75.862%;
  position: relative;
  overflow: hidden;
}
.product .proList ul li .item .pic img {
  width: 100%;
  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;
  object-fit: contain;
}
.product .proList ul li .item .tt {
  position: relative;
  padding-right: 30px;
  height: 66px;
  line-height: 66px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt {
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #545353;
  -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 span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding-right: 78px;
}
.product .proList ul li .item .tt .bt i {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-left: -78px;
  width: 78px;
  font-size: 12px;
  color: #bebebe;
  text-transform: uppercase;
}
.product .proList ul li .item .tt .more {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 66px;
  width: 21px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/proli.png) center center no-repeat;
}
.product .proList ul li .item .tt .more:hover {
  color: #034ba0;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .more:hover::after {
  color: #034ba0;
}
.product .proList ul li .item .tt p {
  display: none;
}
.product .proList ul li .item:hover {
  box-shadow: 3px 4px 18px 0px rgba(62, 61, 68, 0.16);
}
.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: #034ba0;
}
.product .proList ul li:nth-child(1),
.product .proList ul li:nth-child(2) {
  width: 50%;
}
.product .proList ul li:nth-child(1) .item .tt,
.product .proList ul li:nth-child(2) .item .tt {
  height: 102px;
  padding-left: 170px;
  position: relative;
  padding-top: 25px;
  line-height: 76px;
  padding-right: 0;
}
.product .proList ul li:nth-child(1) .item .tt .bt,
.product .proList ul li:nth-child(2) .item .tt .bt {
  width: 160px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 18px;
}
.product .proList ul li:nth-child(1) .item .tt .bt span,
.product .proList ul li:nth-child(2) .item .tt .bt span {
  padding-right: 0;
}
.product .proList ul li:nth-child(1) .item .tt .bt i,
.product .proList ul li:nth-child(2) .item .tt .bt i {
  display: none;
}
.product .proList ul li:nth-child(1) .item .tt p,
.product .proList ul li:nth-child(2) .item .tt p {
  font-size: 15px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6c6c6c;
}
.product .proList ul li:nth-child(1) .item .tt .more,
.product .proList ul li:nth-child(2) .item .tt .more {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -32px;
  line-height: 52px;
  width: 206px;
  height: 52px;
  background-color: #b7b7b7;
  z-index: 4;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #034ba0, #034ba0);
  background-image: linear-gradient(to right, #034ba0, #034ba0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.product .proList ul li:nth-child(1) .item .tt .more::before,
.product .proList ul li:nth-child(2) .item .tt .more::before {
  background-image: url(../images/proadd.png);
}
.product .proList ul li:nth-child(1) .item .tt .more:hover::before,
.product .proList ul li:nth-child(2) .item .tt .more:hover::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product .proList ul li:nth-child(1) .item:hover .tt .more,
.product .proList ul li:nth-child(2) .item:hover .tt .more {
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 2px 9px 24px 0px rgba(3, 75, 160, 0.35);
}
.youshi {
  position: relative;
  overflow: hidden;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 290px;
}
.youshi .ysBox {
  height: 808px;
  position: relative;
  z-index: 2;
}
.youshi .tel {
  height: 27px;
  line-height: 27px;
  z-index: 3;
  right: 0;
  top: -187px;
  font-size: 20px;
  color: #e2e2e2;
  font-weight: bold;
  position: absolute;
}
.youshi .tel::before {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysen {
  position: absolute;
  z-index: 3;
  left: -250px;
  top: 203px;
  padding-bottom: 393px;
  background: url(../images/ysen.png) 0 bottom no-repeat;
}
.youshi .ysen i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  line-height: 9px;
  color: #282828;
  opacity: 0.5;
  margin-top: 13px;
  text-transform: uppercase;
}
.youshi .ysen i:first-child {
  margin-top: 0;
}
.youshi .ysImg {
  position: absolute;
  top: 123px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  height: 520px;
  background-color: #234598;
  box-shadow: -8px 10px 32px 0px rgba(219, 219, 219, 0.16), 0 0 0 49px rgba(236, 244, 255, 0.8);
  border-radius: 50%;
}
.youshi .ysImg .img {
  width: 665px;
  height: 798px;
  position: absolute;
  top: -154px;
  left: -54px;
  animation: sxfd 5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.youshi .ysImg .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysImg .tt {
  position: absolute;
  width: 520px;
  height: 520px;
  left: 0;
  top: 0;
  border-radius: 50%;
  font-size: 129px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.03;
  line-height: 90px;
  padding-top: 339px;
  text-indent: -171px;
}
.youshi .ysTabs {
  margin-top: 162px;
  position: relative;
}
.youshi .ysTabs::before {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #234598;
  display: block;
  position: absolute;
  top: 170px;
  left: -62px;
}
.youshi .ysTabs .bd {
  overflow: hidden;
  width: 295px;
  height: 370px;
}
.youshi .ysTabs .bd ul li .item {
  height: 370px;
  padding-top: 10px;
}
.youshi .ysTabs .bd ul li .item .num {
  font-family: PangMenZhengDao;
  font-size: 47px;
  line-height: 32px;
  color: #234598;
  font-weight: bold;
}
.youshi .ysTabs .bd ul li .item .tit {
  margin-top: 36px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysTabs .bd ul li .item .tit span {
  font-size: 24px;
  display: block;
}
.youshi .ysTabs .bd ul li .item .tit i {
  font-size: 19px;
  display: block;
  margin-top: 25px;
  line-height: 14px;
  color: #234598;
  text-transform: uppercase;
}
.youshi .ysTabs .bd ul li .item .text {
  font-size: 15px;
  line-height: 36px;
  color: #858484;
  margin-top: 52px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .bd ul li .item:hover .tit {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  color: #034ba0;
}
.youshi .ysTabs .bd ul li .item:hover .text {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .hd {
  position: absolute;
  top: -130px;
  right: 0;
}
.youshi .hd ul li {
  cursor: pointer;
  position: relative;
  width: 316px;
  height: 97px;
  border-radius: 49px;
  margin-top: 55px;
  padding-right: 94px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #034ba0, #034ba0);
  background-image: linear-gradient(to right, #034ba0, #034ba0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right center;
  padding-top: 26px;
  text-align: right;
}
.youshi .hd ul li::before {
  content: "";
  display: block;
  background: url(../images/ysar.png) 0 center no-repeat;
  width: 15px;
  height: 13px;
  position: absolute;
  left: 20px;
  top: 39px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li:first-child {
  margin-top: 0;
}
.youshi .hd ul li:nth-child(1) {
  right: 50px;
}
.youshi .hd ul li:nth-child(2) {
  right: 0;
}
.youshi .hd ul li:nth-child(3) {
  right: -5px;
}
.youshi .hd ul li:nth-child(4) {
  right: 50px;
}
.youshi .hd ul li i {
  display: block;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  border: solid 1px #afc8cb;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li i:before,
.youshi .hd ul li 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;
}
.youshi .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico1:after {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico2:after {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico3:after {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li i.ico4:after {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd ul li h4 {
  line-height: 1;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li h5 {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 12px;
  color: #979797;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li.on {
  background-size: 100% 100%;
  box-shadow: 7px 5px 16px 0px rgba(33, 66, 149, 0.25);
  color: #fff;
}
.youshi .hd ul li.on::before {
  background-image: url(../images/ysarh.png);
}
.youshi .hd ul li.on i:before,
.youshi .hd ul li.on i:after {
  top: -100%;
}
.youshi .hd ul li.on h4 {
  font-weight: bold;
  color: #ffffff;
}
.youshi .hd ul li.on h5 {
  color: #ffffff;
  opacity: 0.5;
}
@media screen and (max-width: 1320px) {
  .youshi .hd {
    right: -50px;
  }
}
.case {
  margin-top: -40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.case .caseBox {
  z-index: 2;
}
.case .caseBox::before {
  content: "";
  display: block;
  width: calc(100% - 64px);
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  left: 32px;
  bottom: 11px;
  z-index: -1;
}
.case .caseSwiper {
  margin-top: 40px;
  margin-left: -25px;
  margin-right: -25px;
}
.case .caseSwiper .swiper-wrapper {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper .swiper-wrapper img {
  cursor: url(../images/gesture.png) 32 13, grab;
}
.case .caseSwiper ul li {
  width: 33.333%;
  padding: 0 25px 66px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.case .caseSwiper ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  border: solid 1px #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.case .caseSwiper ul li .item {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #eaeaea;
  padding: 9px 9px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  padding-top: 73.53%;
  position: relative;
  overflow: hidden;
}
.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 {
  position: relative;
  padding-top: 15px;
  padding-right: 110px;
  padding-left: 6px;
  height: 82px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  color: #575757;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .tt p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #c5c5c5;
  font-family: "Microsoft YaHei Light";
}
.case .caseSwiper ul li .item .tt .more {
  display: block;
  position: absolute;
  right: 4px;
  top: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 29px;
  height: 29px;
  background-color: #e8e8e8;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  border-radius: 50%;
  font-weight: bold;
}
.case .caseSwiper ul li .item .tt .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 1px;
  background-color: #e8e8e8;
  top: 50%;
  right: 42px;
}
.case .caseSwiper ul li .item .tt .more::after {
  content: ">";
  font-family: simsun;
}
.case .caseSwiper ul li .item .tt .more:hover {
  color: #034ba0;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .tt .more:hover::after {
  color: #034ba0;
}
.case .caseSwiper ul li:hover::before {
  background-color: #034ba0;
  box-shadow: 0 0 0 6px rgba(3, 75, 160, 0.2);
  border-color: #034ba0;
}
.case .caseSwiper ul li:hover .item {
  box-shadow: 3px 5px 13px 0px rgba(175, 175, 175, 0.43);
}
.case .caseSwiper ul li:hover .item .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li:hover .item .tt .bt {
  color: #034ba0;
}
.case .caseSwiper ul li:hover .item .tt .more {
  background-color: #034ba0;
}
.case .page .case-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  height: 26px;
  background: url(../images/casel.png) center center no-repeat;
  width: 16px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-prev:hover,
.case .page .case-prev.on {
  opacity: 0.7;
}
.case .page .case-next {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 26px;
  background: url(../images/caser.png) center center no-repeat;
  width: 16px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .page .case-next:hover,
.case .page .case-next.on {
  opacity: 0.7;
}
.case .tel {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.case .tel i {
  font-size: 20px;
  display: block;
  line-height: 21px;
  font-weight: bold;
  position: relative;
}
.case .tel i::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 19px;
  height: 21px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
}
.case .tel span {
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
  font-size: 12px;
  margin-top: 8px;
  color: #767676;
  line-height: 9px;
  position: relative;
  text-transform: uppercase;
}
.case .tel span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  margin-right: 5px;
  height: 1px;
  background-color: #ececec;
}
.case .tel span::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  margin-right: 5px;
  width: 400px;
  height: 1px;
  background-color: #ececec;
}
.about {
  position: relative;
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  overflow: hidden;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about .aboutBox {
  height: 608px;
  padding-left: 672px;
}
.about .wei {
  position: absolute;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 12px;
  color: #bababa;
  line-height: 9px;
}
.about .wei::after {
  content: "";
  width: 128px;
  height: 1px;
  background-color: #6b6b6b;
  opacity: 0.2;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.about .aboutPic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 635px;
  height: 590px;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutText .title {
  text-align: right;
}
.about .aboutText .title i::before {
  left: auto;
  right: -46px;
}
.about .aboutText .tit {
  font-weight: bold;
  line-height: 1;
  font-size: 26px;
  margin-top: 50px;
}
.about .aboutText .tit::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  background-color: #245dd0;
  border-radius: 2px;
  margin-top: 25px;
}
.about .aboutText .text {
  margin-top: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  font-size: 15px;
  color: #797979;
  text-align: justify;
}
.about .aboutText .aboutTt {
  margin-top: 32px;
  height: 42px;
}
.about .aboutText .aboutTt .more {
  float: left;
  width: 140px;
  height: 42px;
  line-height: 42px;
  background-color: #034ba0;
  border-radius: 30px;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aboutTt .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #034ba0;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.about .aboutText .aboutTt .more:hover {
  background: none;
  color: #034ba0;
  box-shadow: 0 10px 10px -5px rgba(3, 75, 160, 0.5);
}
.about .aboutText .aboutTt .more:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about .aboutText .aboutTt .xpBox {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 18px;
}
.about .aboutText .aboutTt .xpBox .ico {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 100%;
  background: url(../images/xunpan.png) center center no-repeat;
  background-color: #fabc0a;
}
.about .aboutText .aboutTt .xpBox .xunpan {
  position: absolute;
  z-index: 99999;
  left: 100%;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-size: 14px;
  width: 200px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aboutText .aboutTt .xpBox .xunpan i {
  font-weight: bold;
}
.about .aboutText .aboutTt .xpBox .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: #034ba0;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(3, 75, 160, 0.15);
}
.about .aboutText .aboutTt .xpBox .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: #034ba0;
}
.about .aboutText .aboutTt .xpBox .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;
}
.about .aboutText .aboutTt .xpBox:hover .xunpan {
  visibility: inherit;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .aboutText .tel {
  position: relative;
  margin-top: 74px;
  padding-left: 66px;
  padding-top: 2px;
}
.about .aboutText .tel::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 47px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/abouttel.png) center center no-repeat;
}
.about .aboutText .tel span {
  font-size: 15px;
  display: block;
  line-height: 1;
}
.about .aboutText .tel i {
  display: block;
  font-family: Arial;
  font-size: 20px;
  margin-top: 14px;
  line-height: 15px;
}
.about .aboutText .honor {
  display: block;
  position: absolute;
  left: 944px;
  bottom: 10px;
  z-index: 3;
  width: 135px;
  height: 180px;
  background: url(../images/honorbg.jpg) 0 center no-repeat;
  padding: 11px 9px 11px 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .honor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .honor:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 76px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsTab::after,
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 52px;
  position: relative;
  margin-bottom: -10px;
}
.news .newsTab ul::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #b6b6b6;
}
.news .newsTab ul li {
  position: relative;
  float: left;
}
.news .newsTab ul li::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #b6b6b6;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 33px;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border: solid 2px #084280;
  border-radius: 100%;
  right: 26px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #034ba0;
  font-weight: bold;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  top: -11px;
  opacity: 1;
}
.news .newsTabs {
  margin-top: 48px;
  position: relative;
}
.news .newsTabs .bd {
  height: 555px;
}
.news .newsList {
  height: 555px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.news .newsList .one {
  float: left;
  width: 572px;
  height: 555px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 7px 7px 0;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .pic {
  display: block;
  width: 100%;
  height: 374px;
  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 {
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 90px;
  position: relative;
}
.news .newsList .one .cont .date {
  position: absolute;
  right: 10px;
  top: 35px;
  width: 55px;
  height: 70px;
  background-color: #f6f6f6;
  line-height: 35px;
  color: #7f7f7f;
  text-align: center;
}
.news .newsList .one .cont .date i {
  display: block;
}
.news .newsList .one .cont .date span {
  display: block;
  background-color: #034ba0;
  color: #fff;
}
.news .newsList .one .cont .bt {
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont .bt:hover {
  left: 5px;
}
.news .newsList .one .cont .line {
  margin-left: -15px;
  width: 156px;
  height: 1px;
  background-color: #c8c8c8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #034ba0, #034ba0);
  background-image: linear-gradient(to right, #034ba0, #034ba0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 14px;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.news .newsList .one:hover {
  border-color: transparent;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.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 .bt {
  color: #034ba0;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news .newsList .one:hover .cont .line {
  background-size: 100% 100%;
  width: 200px;
}
.news .newsList .one:hover .cont p {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.news .newsList .newsR {
  float: right;
  margin-right: 5px;
  width: 692px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1320px) {
  .news .newsList .one {
    width: 522px;
  }
  .news .newsList .newsR {
    width: 642px;
  }
}
.news .newsList .list1 ul li {
  margin-top: 13px;
  position: relative;
  overflow: hidden;
  height: 196px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 28px 15px 0 250px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list1 ul li .pic {
  float: left;
  display: block;
  width: 205px;
  height: 170px;
  position: absolute;
  left: 12px;
  top: 13px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .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 .newsList .list1 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  height: 38px;
  line-height: 38px;
  padding-right: 55px;
  -webkit-transition: all 0.36s ease-out;
  transition: all 0.36s ease-out;
  position: relative;
  left: 0;
}
.news .newsList .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .cont .bt:hover {
  left: 5px;
}
.news .newsList .list1 ul li .cont .date {
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  margin-top: 12px;
  color: #999999;
}
.news .newsList .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: 13px;
  color: #999999;
  margin-top: 12px;
  -webkit-transition: all 0.56s ease-out;
  transition: all 0.56s ease-out;
}
.news .newsList .list1 ul li .more {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #efefef;
  position: absolute;
  right: 16px;
  top: 38px;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  color: #a1a1a1;
  padding-left: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 24px;
}
.news .newsList .list1 ul li .more::before {
  content: "+";
}
.news .newsList .list1 ul li .more:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .newsList .list1 ul li:hover {
  border-color: #034ba0;
}
.news .newsList .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 .newsList .list1 ul li:hover .cont .bt {
  color: #034ba0;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.news .newsList .list1 ul li:hover .cont p {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.news .newsList .list1 ul li:hover .cont .more {
  background-color: #034ba0;
  color: #fff;
}
.news .newsList .list2 {
  margin-top: 16px;
}
.news .newsList .list2 ul li {
  position: relative;
  overflow: hidden;
  height: 62px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 100px;
  line-height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li:first-child {
  margin-top: 0;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 11px;
  height: 2px;
  background-color: #cccccc;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date {
  position: absolute;
  font-family: Arial;
  font-size: 14px;
  right: 64px;
  top: 1px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .more {
  color: #999999;
  display: block;
  position: absolute;
  font-size: 24px;
  right: 30px;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .more::before {
  content: "+";
}
.news .newsList .list2 ul li .more:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .newsList .list2 ul li:hover {
  border-color: #034ba0;
}
.news .newsList .list2 ul li:hover .bt {
  color: #034ba0;
}
.news .newsList .list2 ul li:hover .bt::before {
  background-color: #034ba0;
}
.news .newsList .list2 ul li:hover .date {
  color: #034ba0;
}
.news .newsList .list2 ul li:hover .more {
  color: #034ba0;
}
.news .newsList:first-child {
  visibility: initial;
}
.news .newsList:first-child .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList:first-child .newsR {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.news .newsList.hide {
  visibility: hidden;
}
.news .newsList.hide .one {
  opacity: 0;
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.news .newsList.hide .newsR {
  opacity: 0;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}
.news .newsList.on {
  visibility: initial;
}
.news .newsList.on .one {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news .newsList.on .newsR {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
