@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 16.15%;
  height: 820px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
  width: 1610px;
  position: absolute;
  left: 16.15%;
}
.banner .bannerSwiper img {
  display: block;
  width: 1610px;
  height: 820px;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 16.15%;
  left: 0;
  bottom: 0;
  z-index: 5;
  text-align: center;
  background-color: rgba(234, 239, 247, 0.74);
  height: 100px;
  line-height: 100px;
  font-size: 16px;
}
.banner .banner-pagination span {
  opacity: 1;
  cursor: pointer;
  font-family: Arial;
  outline: none;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination span:before {
  content: "0";
}
.banner .banner-pagination span.swiper-pagination-current {
  font-size: 24px;
}
.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: 4;
  left: 0;
  top: 0;
  width: 16.15%;
  height: 100%;
  background: #365eae url(../images/banbarbg.jpg) center 0 repeat;
  padding-top: 200px;
}
.banner .banBar .cont {
  width: 90%;
  max-width: 210px;
  margin: auto;
}
.banner .banBar .cont .t1 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.banner .banBar .cont .t2 {
  font-size: 14px;
  line-height: 30px;
  color: #abc0eb;
  margin-top: 10px;
}
.banner .banBar .cont .line {
  width: 52px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 22px;
}
.banner .banBar .cont .tel {
  margin-top: 115px;
  color: #ffffff;
}
.banner .banBar .cont .tel span {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #abc0eb;
}
.banner .banBar .cont .tel span:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: top;
  margin-right: 10px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.banner .banBar .cont .tel i {
  display: block;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 16px;
}
.banner .banBar .cont .xunpan {
  margin-top: 30px;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  background-color: #5e8be3;
  border-radius: 4px;
}
.banner .banBar .cont .xunpan:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/xunpan.png) center center no-repeat;
  width: 20px;
  height: 16px;
  margin-right: 8px;
}
.banner .banBar .cont .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: #2668c8;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(38, 104, 200, 0.15);
}
.banner .banBar .cont .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: #2668c8;
}
.banner .banBar .cont .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;
}
.banner .slogan1 {
  width: 1036px;
  height: 100px;
  background-color: rgba(242, 245, 250, 0.74);
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
  text-align: right;
  padding-right: 36px;
  letter-spacing: 6.4px;
  font-size: 16px;
  padding-top: 6px;
  line-height: 94px;
}
.banner .slogan1 span {
  display: inline-block;
  padding-left: 12px;
  background: url(../images/slogan1.png) 0 32px no-repeat;
}
.banner .slogan2 {
  background-color: #fff;
  height: 100px;
  width: 884px;
  line-height: 100px;
  padding-left: 75px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 50%;
  margin-right: -960px;
}
.banner .slogan2 .s1 {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
.banner .slogan2 .s1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 21px;
  height: 22px;
  background: url(../images/s1.png) center center no-repeat;
  position: relative;
  top: -2px;
}
.banner .slogan2 .s1 i {
  font-family: Arial;
  font-size: 12px;
}
.banner .slogan2 .s2 {
  font-size: 18px;
  margin-left: 30px;
  display: inline-block;
  vertical-align: top;
}
.banner .slogan2 .s2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  background: url(../images/s2.png) center center no-repeat;
  position: relative;
  top: -2px;
}
.banner .slogan2 .s2 i {
  font-family: Arial;
  font-size: 12px;
}
@media screen and (max-width: 1600px) {
  .banner {
    height: 680px;
  }
  .banner .banBar {
    padding-top: 100px;
  }
  .banner .bannerSwiper img {
    width: 1335px;
    height: 680px;
  }
}
.title {
  line-height: 1;
}
.title i {
  display: block;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 2.8px;
  color: #666666;
}
.title b {
  display: block;
  font-size: 24px;
  margin-top: 16px;
  letter-spacing: 4.8px;
  position: relative;
}
.title b:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #4879dd;
  left: -108px;
  top: 50%;
  margin-top: -1px;
}
.moreLink {
  display: block;
  width: 156px;
  height: 48px;
  line-height: 48px;
  background-color: #2668c8;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:after {
  content: ">";
  margin-left: 8px;
}
.moreLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #2668c8;
  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;
}
.moreLink:hover {
  background: none;
  color: #2668c8;
  box-shadow: 0 10px 10px -5px rgba(38, 104, 200, 0.5);
}
.moreLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.about {
  background: url(../images/aboutbg.png) center 0 repeat-y;
  padding-bottom: 174px;
}
.about .aboutBox {
  padding-top: 106px;
  z-index: 1;
}
.about .aboutBox:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 574px;
  height: 310px;
  background-color: #eaeff7;
  z-index: -1;
}
.about .aboutL {
  float: left;
  width: 360px;
  padding-top: 10px;
}
.about .aboutL .tip {
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #666666;
  font-size: 14px;
  margin-top: 28px;
}
.about .aboutL .moreLink {
  margin-top: 42px;
}
.about .aboutL .line {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 8.4px;
  color: #c0d0f0;
  margin-top: 98px;
}
.about .aboutL .years {
  margin-top: 40px;
}
.about .aboutL .years i {
  display: block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 70px;
  line-height: 48px;
  font-weight: bold;
  color: #003399;
  font-style: italic;
}
.about .aboutL .years em {
  display: block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  line-height: 20px;
  margin-top: 38px;
  font-weight: bold;
}
.about .aboutL .years span {
  display: block;
  width: 70px;
  height: 22px;
  background-color: #333333;
  margin-top: 15px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
}
.about .aboutText {
  float: right;
  width: 880px;
}
.about .aboutText .en {
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  text-align: right;
  letter-spacing: 28px;
  margin-right: 42px;
}
.about .aboutText .pic {
  width: 880px;
  height: 292px;
  overflow: hidden;
  margin-top: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .pic img {
  display: block;
  width: 880px;
  height: 292px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .pic:hover {
  box-shadow: 0 10px 15px -5px rgba(38, 104, 200, 0.5);
}
.about .aboutText .pic:hover img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.about .aboutText .text {
  margin-top: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 36px;
  height: 180px;
  font-size: 15px;
  color: #666666;
}
.about .aboutimg {
  width: 744px;
  height: 295px;
  position: absolute;
  background: url(../images/aboutimg.png) 0 center no-repeat;
  top: 490px;
  z-index: -1;
  left: -228px;
}
.product {
  background: url(../images/probg.jpg) center 0 no-repeat;
  height: 960px;
}
.product .proNav {
  height: 180px;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav h3 {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: 180px;
}
.product .proNav h3 a {
  color: #fff;
}
.product .proNav h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 38px;
  position: relative;
  top: -2px;
  background: url(../images/protit.png) center center no-repeat;
}
.product .proNav .swiper-container {
  height: 280px;
  width: 1080px;
  position: absolute;
  top: -80px;
  right: -21px;
}
.product .proNav .swiper-container ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .swiper-container ul li {
  float: left;
  padding: 20px 0;
  width: 270px;
}
.product .proNav .swiper-container ul li a {
  display: block;
  width: 228px;
  height: 240px;
  margin: auto;
  color: #fff;
  padding-top: 75px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .swiper-container ul li a i {
  display: block;
  margin: auto;
  width: 94px;
  height: 94px;
  position: relative;
  z-index: 1;
}
.product .proNav .swiper-container ul li a i:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/pronavli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav .swiper-container ul li a i img {
  max-width: 38px;
  max-height: 38px;
  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;
  -webkit-filter: brightness(3);
  filter: brightness(3);
}
.product .proNav .swiper-container ul li a span {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  margin-top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .swiper-container ul li.swiper-slide-thumb-active a {
  background-color: #4185e6;
  padding-top: 65px;
  box-shadow: 0px -4px 16.8px 3.2px rgba(59, 109, 205, 0.3);
  border-radius: 10px 10px 0px 0px;
}
.product .proNav .swiper-container ul li.swiper-slide-thumb-active a i:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav .swiper-container ul li.swiper-slide-thumb-active a i img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product .proNav .swiper-container ul li.swiper-slide-thumb-active a span {
  margin-top: 0;
  margin-top: 30px;
}
.product .proNav .proNext {
  position: absolute;
  z-index: 2;
  top: 62px;
  right: -118px;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  color: #2668c8;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .proNext:before {
  content: ">";
  font-size: 32px;
  font-family: simsun;
  font-weight: bold;
}
.product .proNav .proNext:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}
.product .proBd {
  margin-top: 80px;
  position: relative;
  height: 624px;
}
.product .proBd .swiper-container ul li {
  height: 624px;
}
.product .proBd .swiper-container ul li::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proBd .swiper-container ul li .txt {
  float: left;
  width: 310px;
  padding-top: 66px;
}
.product .proBd .swiper-container ul li .txt .num {
  font-family: Arial;
  font-size: 270px;
  font-weight: bold;
  color: #ebebeb;
  line-height: 200px;
}
.product .proBd .swiper-container ul li .txt .bt {
  display: block;
  margin-top: -135px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBd .swiper-container ul li .txt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proBd .swiper-container ul li .txt .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 50px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}
.product .proBd .swiper-container ul li .txt .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial;
  height: 30px;
  line-height: 30px;
}
.product .proBd .swiper-container ul li .txt .tip {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 126px;
  width: 300px;
}
.product .proBd .swiper-container ul li .pic {
  float: left;
  width: 543px;
  height: 538px;
  margin-left: 75px;
  margin-top: 85px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBd .swiper-container ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-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 .proBd .swiper-container ul li .cont {
  float: right;
  width: 320px;
  padding-top: 162px;
}
.product .proBd .swiper-container ul li .cont .tip {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  text-align: right;
}
.product .proBd .swiper-container ul li .cont .tip span {
  color: #2668c8;
}
.product .proBd .swiper-container ul li .cont .tip:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -36px;
  width: 63px;
  height: 4px;
  background-color: #4879dd;
  border-radius: 2px;
}
.product .proBd .swiper-container ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  color: #999999;
  margin-top: 120px;
  text-align: right;
}
.product .proBd .swiper-container ul li:hover .txt .bt {
  color: #2668c8;
}
.product .proBd .swiper-container ul li:hover .pic {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proBd .pro-pagination {
  position: absolute;
  top: 370px;
  left: auto;
  width: auto;
  right: -210px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  line-height: 1;
  font-family: Arial;
  font-size: 18px;
  color: #666666;
}
.product .proBd .pro-pagination span {
  margin: 5px 0;
}
.product .proBd .pro-pagination span:before {
  content: "0";
}
.product .proBd .pro-pagination span.swiper-pagination-current {
  font-size: 44px;
  font-weight: bold;
  color: #2668c8;
}
.product .proBd .proNext {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 485px;
  width: 156px;
  height: 48px;
  background-color: #2668c8;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}
.product .proBd .proNext:after {
  content: ">";
  margin-left: 6px;
}
.product .proBd .proNext:hover {
  box-shadow: 0 10px 10px -5px rgba(38, 104, 200, 0.5);
}
.customized {
  padding: 94px 0 80px;
}
.customized .dzL {
  float: left;
  width: 305px;
}
.customized .dzL .tip {
  line-height: 26px;
  letter-spacing: 0.7px;
  color: #666666;
  font-size: 14px;
  margin-top: 30px;
}
.customized .dzL .moreLink {
  margin-top: 42px;
}
.customized .dzL .en {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 70px;
  height: 36px;
  background: url(../images/dzline.png) 0 bottom no-repeat;
}
.customized .dxTabs {
  float: right;
  margin-right: 86px;
  width: 690px;
  margin-top: 5px;
}
.customized .dxTabs .hd::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.customized .dxTabs .hd ul {
  display: flex;
  justify-content: space-between;
}
.customized .dxTabs .hd ul li {
  float: left;
  width: 192px;
  height: 192px;
  border: solid 1px rgba(178, 198, 239, 0.3);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100%;
  cursor: pointer;
  padding-top: 45px;
  text-align: center;
}
.customized .dxTabs .hd ul li i {
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  position: relative;
}
.customized .dxTabs .hd ul li i:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #4879dd;
  opacity: 0.2;
  left: 0;
  top: 0;
  border-radius: 100%;
}
.customized .dxTabs .hd ul li i.ico1 {
  background: url(../images/dzico1.png) center center no-repeat;
}
.customized .dxTabs .hd ul li i.ico2 {
  background: url(../images/dzico2.png) center center no-repeat;
}
.customized .dxTabs .hd ul li i.ico2:before {
  top: 22px;
}
.customized .dxTabs .hd ul li i.ico3 {
  background: url(../images/dzico3.png) center center no-repeat;
}
.customized .dxTabs .hd ul li i.ico3:before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.customized .dxTabs .hd ul li span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-top: 17px;
}
.customized .dxTabs .hd ul li.on {
  border-color: transparent;
  background-color: rgba(178, 198, 239, 0.3);
}
.customized .dxTabs .hd ul li.on i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.customized .dxTabs .bd {
  margin-left: 90px;
  margin-top: 52px;
  width: 554px;
  overflow: hidden;
}
.customized .dxTabs .bd ul li .item {
  text-align: center;
}
.customized .dxTabs .bd ul li .item .txt {
  font-size: 16px;
  letter-spacing: 4.8px;
  padding-left: 5px;
}
.customized .dxTabs .bd ul li .item p {
  font-family: Arial;
  font-size: 12px;
  line-height: 24px;
  color: #cccccc;
  margin-top: 8px;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
}
.youshi .ysBox {
  padding-top: 72px;
  height: 822px;
}
.youshi .ysBox:before {
  content: "";
  width: 936px;
  height: 309px;
  background-color: #2061c3;
  position: absolute;
  right: -310px;
  top: 350px;
}
.youshi .ysCont {
  width: 460px;
  float: left;
  padding-top: 70px;
}
.youshi .ysCont .ysTit h4 {
  font-family: "Arial Black";
  font-size: 60px;
  line-height: 48px;
  position: relative;
}
.youshi .ysCont .ysTit h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #4879dd;
  left: -108px;
  top: 50%;
  margin-top: -1px;
}
.youshi .ysCont .ysTit h3 {
  margin-top: 22px;
  width: 185px;
  height: 32px;
  background-color: #2668c8;
  border-radius: 5px;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 14.4px;
  padding-left: 14px;
}
.youshi .ysCont .bd {
  margin-top: 132px;
  overflow: hidden;
  height: 228px;
}
.youshi .ysCont .bd ul li {
  height: 228px;
  padding-top: 10px;
}
.youshi .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  color: #003399;
}
.youshi .ysCont .bd ul li h4 i {
  color: #768298;
  vertical-align: bottom;
  font-family: Arial;
  font-size: 14px;
  margin-left: 16px;
}
.youshi .ysCont .bd ul li .text {
  font-size: 15px;
  line-height: 36px;
  color: #666666;
  margin-top: 28px;
}
.youshi .ysCont .bd ul li:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysCont .next {
  width: 156px;
  height: 48px;
  background-color: #2668c8;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}
.youshi .ysCont .next:after {
  content: ">";
  margin-left: 6px;
}
.youshi .ysCont .next:hover {
  box-shadow: 0 10px 10px -5px rgba(38, 104, 200, 0.5);
}
.youshi .ysPic {
  float: right;
  margin-right: 15px;
  width: 704px;
  height: 704px;
  position: relative;
  z-index: 2;
}
.youshi .ysPic .bd {
  overflow: hidden;
  width: 704px;
  height: 704px;
  border-radius: 100%;
}
.youshi .ysPic .bd ul li {
  width: 704px;
  height: 704px;
  position: relative;
}
.youshi .ysPic .bd ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.youshi .ysTip {
  right: -196px;
  top: 104px;
  position: absolute;
  z-index: 2;
  padding-top: 16px;
  text-align: right;
  width: 280px;
}
.youshi .ysTip:before {
  content: "";
  width: 27px;
  height: 3px;
  background-color: #4879dd;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.youshi .ysTip .t1 {
  font-family: Arial;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  text-transform: uppercase;
}
.youshi .ysTip .t2 {
  font-size: 18px;
  margin-top: 42px;
  font-weight: bold;
  line-height: 1;
}
.case {
  padding: 80px 0;
}
.case .titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .titBox .title {
  float: left;
}
.case .titBox .tel {
  margin-top: -8px;
  text-align: right;
  float: right;
  margin-bottom: -10px;
}
.case .titBox .tel .t1 {
  font-size: 14px;
  line-height: 21px;
}
.case .titBox .tel .t1:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 21px;
  vertical-align: top;
  margin-right: 8px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
}
.case .titBox .tel .t2 {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 20px;
}
.case .caseSwiper {
  margin: 24px -20px 0;
  position: relative;
}
.case .caseSwiper ul li {
  float: left;
  padding-top: 40px;
  height: 450px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item {
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 240px;
  border: solid 5px #f8f8f8;
  position: relative;
  overflow: hidden;
  -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 {
  height: 170px;
  text-align: right;
  position: relative;
  padding-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .num {
  position: absolute;
  left: 0;
  top: 24px;
  font-family: Impact;
  font-size: 28px;
  line-height: 22px;
}
.case .caseSwiper ul li .item .tt .num:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  width: 62px;
  height: 2px;
  background-color: #313131;
}
.case .caseSwiper ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  margin-left: 120px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .tt p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  margin-top: 2px;
  color: #666666;
  margin-left: 50px;
}
.case .caseSwiper ul li .item .tt .line {
  line-height: 30px;
  color: #666666;
}
.case .caseSwiper ul li .item .cont {
  visibility: hidden;
  width: 100%;
  height: 190px;
  text-align: center;
  padding: 18px 20px 0;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper ul li .item .cont .num {
  font-family: Impact;
  font-size: 71px;
  line-height: 58px;
  color: #f0f0f0;
  position: relative;
}
.case .caseSwiper ul li .item .cont .num:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: #5e8be3;
  left: 50%;
  bottom: 0;
  margin-left: -16px;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  height: 38px;
  line-height: 42px;
  margin-top: -42px;
  position: relative;
  z-index: 2;
  -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: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  margin-top: 12px;
  color: #666666;
}
.case .caseSwiper ul li .item .cont .line {
  line-height: 30px;
  color: #666666;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseSwiper ul li .item:hover .tt .bt {
  color: #2668c8;
}
.case .caseSwiper ul li .item:hover .cont .bt {
  color: #2668c8;
}
.case .caseSwiper ul li.swiper-slide-next {
  padding-top: 0;
}
.case .caseSwiper ul li.swiper-slide-next .item {
  padding-top: 20px;
  background-color: #f3f3f3;
  height: 450px;
}
.case .caseSwiper ul li.swiper-slide-next .item .tt {
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper ul li.swiper-slide-next .item .cont {
  visibility: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .case-prev {
  position: absolute;
  left: -84px;
  top: 156px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0px 7px 32px 0px rgba(88, 88, 88, 0.2);
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  color: #000;
  text-shadow: 1px 0 0 #000, 2px 0 0 #000;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-prev:before {
  content: "<";
  font-size: 30px;
  font-family: simsun;
  font-weight: bold;
}
.case .case-prev:hover {
  background: #2668c8;
  color: #fff;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
}
.case .case-next {
  position: absolute;
  right: -84px;
  top: 156px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0px 7px 32px 0px rgba(88, 88, 88, 0.2);
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  color: #000;
  text-shadow: 1px 0 0 #000, 2px 0 0 #000;
  text-align: center;
  line-height: 48px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .case-next:before {
  content: ">";
  font-size: 30px;
  font-family: simsun;
  font-weight: bold;
}
.case .case-next:hover {
  background: #2668c8;
  color: #fff;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
}
.honor {
  background: url(../images/zzbg.jpg) center 0 no-repeat;
}
.honor .honorBox {
  height: 960px;
  padding-top: 70px;
}
.honor .honorTit {
  position: absolute;
  z-index: 2;
  top: 110px;
  left: 0;
  width: 350px;
}
.honor .honorTit .tip {
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #666666;
  font-size: 14px;
  margin-top: 28px;
}
.honor .honorTit .moreLink {
  margin-top: 42px;
}
.honor .honorList {
  margin-left: 482px;
}
.honor .honorList ul::after,
.honor .honorTabs ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.honor .honorList ul li,
.honor .honorTabs ul li {
  position: relative;
  padding-top: 133px;
  width: 272px;
  float: left;
}
.honor .honorList ul li .pic,
.honor .honorTabs ul li .pic {
  margin: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 198px;
  position: relative;
  padding: 20px 22px 30px 28px;
}
.honor .honorList ul li .pic:before,
.honor .honorTabs ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/honorli1.png) center 0 no-repeat;
  z-index: 2;
}
.honor .honorList ul li .pic img,
.honor .honorTabs ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honor .honorList ul li .pic:hover img,
.honor .honorTabs ul li .pic:hover 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);
}
.honor .honorList ul li:nth-child(2n),
.honor .honorTabs ul li:nth-child(2n) {
  padding-top: 0;
}
.honor .honorList ul li:nth-child(2n) .pic,
.honor .honorTabs ul li:nth-child(2n) .pic {
  width: 243px;
  height: 331px;
  padding: 25px 25px 36px 36px;
}
.honor .honorList ul li:nth-child(2n) .pic:before,
.honor .honorTabs ul li:nth-child(2n) .pic:before {
  background-image: url(../images/honorli2.png);
}
.honor .honorTabs {
  margin-top: 92px;
  position: relative;
}
.honor .honorTabs::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.honor .honorTabs .bd {
  width: 1088px;
  margin-left: -20px;
  overflow: hidden;
  height: 331px;
}
.honor .honorTabs .page {
  position: absolute;
  right: 0;
  top: 80px;
}
.honor .honorTabs .page .prev {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0px 7px 32px 0px rgba(88, 88, 88, 0.2);
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  color: #000;
  text-shadow: 1px 0 0 #000, 2px 0 0 #000;
  text-align: center;
  line-height: 48px;
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honor .honorTabs .page .prev:before {
  content: "<";
  font-size: 30px;
  font-family: simsun;
  font-weight: bold;
}
.honor .honorTabs .page .prev:hover {
  background: #2668c8;
  color: #fff;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
}
.honor .honorTabs .page .next {
  margin-top: 42px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0px 7px 32px 0px rgba(88, 88, 88, 0.2);
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  color: #000;
  text-shadow: 1px 0 0 #000, 2px 0 0 #000;
  text-align: center;
  line-height: 48px;
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honor .honorTabs .page .next:before {
  content: ">";
  font-size: 30px;
  font-family: simsun;
  font-weight: bold;
}
.honor .honorTabs .page .next:hover {
  background: #2668c8;
  color: #fff;
  text-shadow: 1px 0 0 #fff, 2px 0 0 #fff;
}
.news {
  padding: 80px 0 90px;
}
.news .newsTab {
  position: relative;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  width: 840px;
  height: 1px;
  background-color: #b5b5b5;
  opacity: 0.2;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  position: relative;
  margin-top: -20px;
  margin-bottom: -30px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 135px;
  cursor: pointer;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: block;
  width: 40px;
  height: 30px;
  margin: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #4879dd;
  opacity: 0.2;
  border-radius: 100%;
  position: absolute;
  left: -4px;
  bottom: -5px;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a span {
  display: block;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #2668c8;
}
.news .newsTab ul li:hover a span,
.news .newsTab ul li.on a span {
  font-weight: bold;
}
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.news .newsBox .newsTabs {
  margin-top: 62px;
}
.news .newsBox .newsTabs .bd {
  overflow: hidden;
}
.news .newsBox .newsList {
  overflow: hidden;
  height: 562px;
}
.news .newsBox .newsTop {
  position: relative;
  height: 402px;
}
.news .newsBox .newsTop::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsTop .one {
  float: left;
  position: relative;
  width: 652px;
}
.news .newsBox .newsTop .one::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsTop .one .pic {
  width: 304px;
  height: 402px;
  display: block;
  overflow: hidden;
  float: left;
}
.news .newsBox .newsTop .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsBox .newsTop .one:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsBox .newsTop .one .date {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 30px;
  color: #fff;
  font-family: Arial;
}
.news .newsBox .newsTop .one .date i {
  font-size: 14px;
  line-height: 10px;
  display: block;
}
.news .newsBox .newsTop .one .date span {
  font-weight: bold;
  font-size: 28px;
  line-height: 20px;
  margin-top: 14px;
  display: block;
}
.news .newsBox .newsTop .one .cont {
  padding: 48px 0 0;
  width: 320px;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsTop .one .cont .line {
  width: 60px;
  height: 1px;
  background-color: #b2c6ef;
  position: relative;
}
.news .newsBox .newsTop .one .cont .line:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #2668c8;
  top: -1px;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .newsTop .one .cont .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 16px;
  margin-top: 42px;
}
.news .newsBox .newsTop .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsTop .one .cont p {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  margin-top: 20px;
}
.news .newsBox .newsTop .one .cont .en {
  text-transform: uppercase;
  font-family: "Arial Black";
  font-size: 80px;
  line-height: 60px;
  color: #e8ebf1;
  opacity: 0.26;
  margin-top: 48px;
}
.news .newsBox .newsTop .one .cont .more {
  display: block;
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  box-shadow: 0px 10px 21px 9px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  background: #2668c8 url(../images/newsar.png) center center no-repeat;
  margin-top: -58px;
}
.news .newsBox .newsTop .one .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  box-shadow: 0px 10px 21px 9px rgba(38, 104, 200, 0.15);
}
.news .newsBox .newsTop .one:hover .cont .line:before {
  width: 100%;
}
.news .newsBox .newsTop .one:hover .cont .bt {
  color: #2668c8;
}
.news .newsBox .newsTop .list1 {
  float: right;
  width: 586px;
}
.news .newsBox .newsTop .list1 ul li {
  padding-left: 86px;
  padding-top: 7px;
  height: 110px;
  margin-top: 36px;
  border-bottom: 1px solid rgba(181, 181, 181, 0.15);
  position: relative;
}
.news .newsBox .newsTop .list1 ul li::after {
  content: "";
  position: absolute;
  background: #2668c8;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsBox .newsTop .list1 ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsBox .newsTop .list1 ul li:first-child {
  margin-top: 0;
}
.news .newsBox .newsTop .list1 ul li .pic {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.news .newsBox .newsTop .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 .newsBox .newsTop .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsBox .newsTop .list1 ul li .cont {
  width: 500px;
}
.news .newsBox .newsTop .list1 ul li .cont .tt {
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-right: 95px;
}
.news .newsBox .newsTop .list1 ul li .cont .tt::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsBox .newsTop .list1 ul li .cont .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.news .newsBox .newsTop .list1 ul li .cont .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsTop .list1 ul li .cont .tt .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #c2c2c2;
}
.news .newsBox .newsTop .list1 ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  line-height: 24px;
  margin-top: 7px;
}
.news .newsBox .newsTop .list1 ul li:hover .cont .bt {
  color: #2668c8;
}
.news .newsBox .newsTop .list1 ul li:hover .cont .more {
  background-color: #2668c8;
}
.news .newsBox .list2 {
  width: 1300px;
  height: 130px;
  border: solid 1px #f8f8f8;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.news .newsBox .list2:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  left: 39px;
  width: 1220px;
  height: 1px;
  background-color: #f8f8f8;
}
.news .newsBox .list2 ul li {
  float: left;
  width: 380px;
  height: 64px;
  line-height: 64px;
  margin-left: 40px;
  position: relative;
}
.news .newsBox .list2 ul li::after {
  content: "";
  position: absolute;
  background: #2668c8;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsBox .list2 ul li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsBox .list2 ul li .date {
  float: right;
  font-size: 12px;
  color: #bababa;
}
.news .newsBox .list2 ul li .bt {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  width: 300px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .list2 ul li .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 6px;
  height: 6px;
  background-color: #c8c8c8;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsBox .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .list2 ul li:hover .bt {
  color: #2668c8;
}
.news .newsBox .list2 ul li:hover .bt:before {
  background-color: #2668c8;
}
.news .newsBox .list2 ul li:hover .date {
  color: #2668c8;
}
.links {
  background-color: #f3f3f3;
  padding: 42px 0;
}
.links .linksBox {
  display: flex;
  z-index: 1;
}
.links .linksBox .tit {
  float: left;
  font-size: 16px;
  background: url(../images/linktit.png) 0 0 no-repeat;
  padding-top: 14px;
  padding-left: 42px;
  line-height: 1;
  height: 46px;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  overflow: hidden;
  line-height: 34px;
  margin-top: 6px;
  width: 1180px;
  margin-right: -20px;
}
.links .linksBox .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
  margin-left: 20px;
  margin-right: 20px;
}
.links .linksBox .list a:hover {
  color: #2668c8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
