@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;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  z-index: 1;
  height: 550px;
  overflow: hidden;
}
.banner .mouse {
  display: block;
  width: 29px;
  height: 41px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 30px;
  background: url(../images/mouse.png) 0 center no-repeat;
  animation: arrow 2.4s linear infinite;
  z-index: 6;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.banner .slider {
  width: 100% !important;
  height: 550px;
  top: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-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;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-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;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 100px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 32px;
  margin: 0 10px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  border-color: #1454b5;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #1454b5;
}
.title {
  line-height: 1;
}
.title h4 {
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-size: 72px;
  color: #f5f5f5;
  line-height: 54px;
}
.title h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  padding-top: 80px;
  overflow: hidden;
}
.about .title {
  position: relative;
}
.about .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 450px;
  top: 0;
  width: 549px;
  height: 55px;
  background-color: #f5f5f5;
  border-radius: 27px 0px 0px 27px;
}
.about .aboutPic {
  float: left;
}
.about .aboutPic .pic {
  display: block;
  width: 500px;
  height: 520px;
  border-radius: 50px 0px 50px 0px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic img {
  width: 500px;
  height: 520px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 15px 15px -10px rgba(20, 84, 181, 0.4);
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.05) rotate(0);
  -moz-transform: scale(1.05) rotate(0);
  -o-transform: scale(1.05) rotate(0);
  transform: scale(1.05) rotate(0);
}
.about .aboutText {
  width: 640px;
  height: 520px;
  float: right;
}
.about .aboutText h5 {
  margin-left: -60px;
  margin-top: 60px;
  width: 380px;
}
.about .aboutText h5 a {
  display: block;
  width: 380px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  border-radius: 0px 23px 27px 0px;
  padding-left: 96px;
  background: #1454b5 url(../images/abouttitico.png) 60px center no-repeat;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #555555;
  font-size: 15px;
  text-align: justify;
  margin-top: 16px;
}
.about .aboutText .number {
  margin-top: 65px;
  overflow: hidden;
  padding-top: 10px;
}
.about .aboutText .number ul {
  text-align: center;
  margin-right: -100px;
}
.about .aboutText .number ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .number ul li {
  float: left;
  line-height: 1;
  color: #555555;
  text-align: center;
  background: url(../images/numadd.png) 0 42px no-repeat;
  padding-left: 105px;
  margin-right: 75px;
}
.about .aboutText .number ul li:first-child {
  background: none;
  padding-left: 0;
}
.about .aboutText .number ul li h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.about .aboutText .number ul li h4 i {
  font-weight: bold;
}
.about .aboutText .number ul li .line {
  width: 70px;
  height: 2px;
  background-color: #bbbbbb;
  margin: 20px auto 0;
}
.about .aboutText .number ul li p {
  font-size: 16px;
  margin-top: 16px;
}
.honor {
  margin-top: 50px;
  margin-bottom: 60px;
}
.honor .tit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.honor .tit h3 {
  float: left;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  padding-left: 33px;
  background: url(../images/honorico.png) 0 center no-repeat;
}
.honor .tit .more {
  float: right;
  line-height: 26px;
  color: #999999;
  text-transform: uppercase;
  position: relative;
}
.honor .tit .more:before {
  content: "";
  display: block;
  position: absolute;
  right: 90px;
  top: 50%;
  width: 1012px;
  height: 1px;
  background-color: #e5e5e5;
}
.honor .tit .more:hover {
  color: #1454b5;
}
.honor .honorTabs {
  margin-top: 20px;
}
.honor .honorTabs .bd {
  height: 362px;
  overflow: hidden;
}
.honor .honorTabs .bd ul {
  margin-right: -35px;
}
.honor .honorTabs .bd ul li {
  float: left;
  margin-right: 35px;
  width: 212px;
}
.honor .honorTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 310px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
}
.honor .honorTabs .bd ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.honor .honorTabs .bd ul li .bt {
  height: 52px;
  line-height: 52px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444444;
  position: relative;
  padding-right: 20px;
}
.honor .honorTabs .bd ul li .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.honor .honorTabs .bd ul li .bt:after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.honor .honorTabs .bd ul li:hover .pic {
  border-color: #1454b5;
}
.honor .honorTabs .bd ul li:hover .bt {
  color: #1454b5;
}
.honor .honorTabs .bd ul li:hover .bt:after {
  color: #1454b5;
}
.product {
  padding-top: 105px;
  background: url(../images/probg.jpg) center 0 no-repeat;
  height: 1166px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav .title h4 {
  color: #3873cb;
}
.product .proNav .title h3 {
  color: #fff;
}
.product .proNav .title h3 a {
  color: #fff;
}
.product .proNav ul {
  text-align: center;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 17px;
  float: right;
  font-size: 0;
}
.product .proNav ul li {
  display: inline-block;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #ffffff;
  padding: 0 23px;
  position: relative;
  line-height: 58px;
}
.product .proNav ul li a:first-child {
  margin-left: 0;
}
.product .proNav ul li a:before {
  content: "◇";
  display: inline-block;
  margin-right: 20px;
}
.product .proNav ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list {
  margin-top: 5px;
}
.product .list ul {
  text-align: center;
  margin-right: -36px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  float: left;
  position: relative;
  width: 376px;
  height: 396px;
  border-radius: 6px;
  border: solid 1px #dddddd;
  z-index: 1;
  padding: 9px 9px 0;
  margin: 40px 36px 0 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .pic {
  display: block;
  width: 355px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.product .list 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-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .cont {
  height: 104px;
  padding-top: 20px;
}
.product .list li .cont h4 {
  line-height: 36px;
  height: 36px;
}
.product .list li .cont h4:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li .cont h4 .bt {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.product .list li .cont h4 .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list li .cont h4 .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 15px;
}
.product .list li .cont h4 .more {
  float: right;
  font-size: 12px;
  color: #fff;
}
.product .list li .cont h4 .more:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.product .list li .cont h4 .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #bfbfbf;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .cont h4 .more:after {
  content: ">";
  margin-left: 5px;
}
.product .list li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777777;
  line-height: 26px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 22px;
}
.product .list li:hover {
  background-color: #ffffff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .list 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);
}
.product .list li:hover .cont .bt {
  color: #444444;
}
.product .list li:hover .cont .bt:hover {
  color: #1454b5;
}
.product .list li:hover .cont .more {
  color: #777777;
}
.product .list li:hover .cont .more:hover {
  color: #1454b5;
}
.product .list li:hover .cont .more:hover:before {
  background-color: #1454b5;
}
.product .list li:hover .cont p {
  color: #777777;
}
.case {
  margin-top: 80px;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox {
  height: 636px;
}
.case .caseBox .caseen {
  position: absolute;
  left: 0;
  bottom: 104px;
  font-size: 12px;
  color: #cccccc;
  line-height: 1;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.case .caseBox .caseen:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 201px;
  background-color: #e5e5e5;
  bottom: 100%;
  margin-bottom: 24px;
}
.case .caseBox:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -365px;
  bottom: 0;
  width: 825px;
  height: 399px;
  background-color: #f3f3f3;
  border-radius: 0px 0px 20px 0px;
}
.case .caseBox .caseL {
  float: left;
  width: 460px;
}
.case .caseBox .caseL .one {
  margin-left: 60px;
  width: 400px;
  margin-top: 76px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseL .one .pic {
  display: block;
  width: 400px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.case .caseBox .caseL .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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseL .one:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox .caseL .one .cont {
  padding: 20px 35px 0 15px;
}
.case .caseBox .caseL .one .cont .bt {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555555;
  position: relative;
  padding-right: 20px;
}
.case .caseBox .caseL .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .caseL .one .cont .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.case .caseBox .caseL .one .cont .bt:after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.case .caseBox .caseL .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 20px;
}
.case .caseBox .caseL .one:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseBox .caseL .one:hover .cont .bt {
  color: #1454b5;
}
.case .caseBox .list {
  float: right;
  width: 670px;
}
.case .caseBox .list ul {
  margin-right: -30px;
}
.case .caseBox .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .list ul li {
  float: left;
  width: 320px;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li .pic {
  display: block;
  width: 320px;
  height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.case .caseBox .list 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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox .list ul li .bt {
  margin-top: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555555;
  position: relative;
  padding-right: 25px;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .list ul li .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.case .caseBox .list ul li .bt:after {
  content: "+";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .list ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseBox .list ul li:hover .bt {
  color: #1454b5;
}
.case .caseBox .list ul li:hover .bt:after {
  color: #1454b5;
}
.titBox .more {
  display: block;
  float: right;
  line-height: 26px;
  color: #999999;
  text-transform: uppercase;
  position: absolute;
  top: 74px;
  right: 0;
}
.titBox .more:before {
  content: "";
  display: block;
  position: absolute;
  right: 90px;
  top: 50%;
  width: 956px;
  height: 1px;
  background-color: #e5e5e5;
}
.titBox .more:hover {
  color: #1454b5;
}
.equipment {
  margin-top: 80px;
}
.equipment .eqTabs {
  margin-top: 30px;
}
.equipment .eqTabs .bd {
  height: 252px;
  overflow: hidden;
}
.equipment .eqTabs .bd ul {
  margin-right: -32px;
}
.equipment .eqTabs .bd ul li {
  float: left;
  margin-right: 32px;
  width: 276px;
}
.equipment .eqTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.equipment .eqTabs .bd 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;
}
.equipment .eqTabs .bd ul li .bt {
  height: 52px;
  line-height: 52px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444444;
  position: relative;
  padding-right: 20px;
}
.equipment .eqTabs .bd ul li .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.equipment .eqTabs .bd ul li .bt:after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.equipment .eqTabs .bd 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);
}
.equipment .eqTabs .bd ul li:hover .bt {
  color: #1454b5;
}
.equipment .eqTabs .bd ul li:hover .bt:after {
  color: #1454b5;
}
.experimental {
  margin-top: 60px;
}
.experimental .exTabs {
  margin-top: 30px;
}
.experimental .exTabs .bd {
  height: 292px;
  overflow: hidden;
}
.experimental .exTabs .bd ul {
  margin-right: -32px;
}
.experimental .exTabs .bd ul li {
  float: left;
  margin-right: 32px;
  width: 276px;
}
.experimental .exTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.experimental .exTabs .bd 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;
}
.experimental .exTabs .bd ul li .bt {
  height: 52px;
  line-height: 52px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444444;
  position: relative;
  padding-right: 20px;
}
.experimental .exTabs .bd ul li .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.experimental .exTabs .bd ul li .bt:after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.experimental .exTabs .bd 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);
}
.experimental .exTabs .bd ul li:hover .bt {
  color: #1454b5;
}
.experimental .exTabs .bd ul li:hover .bt:after {
  color: #1454b5;
}
.news {
  padding: 60px 0 80px;
}
.news .newsBox {
  background: url(../images/newsbg.png) right 0 no-repeat;
}
.news .list {
  position: relative;
  margin-top: 5px;
}
.news .list ul {
  margin-right: -40px;
}
.news .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list ul li {
  float: left;
  width: 580px;
  height: 120px;
  margin-right: 40px;
  margin-top: 30px;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 32px 40px 0 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .date {
  position: absolute;
  width: 80px;
  height: 50px;
  right: 0;
  top: 0;
  text-align: right;
  letter-spacing: 1px;
  color: #777777;
  line-height: 1;
  padding: 6px 10px 0 0;
  background-color: #ffffff;
  border-radius: 0 0 0 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .date i {
  display: block;
  font-size: 18px;
}
.news .list ul li .date span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.news .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #444444;
  padding-right: 50px;
}
.news .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list ul li .bt:before {
  content: "-";
  display: inline-block;
  margin-right: 15px;
}
.news .list ul li p {
  margin-top: 3px;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  background: #fff;
}
.news .list ul li:hover .bt {
  color: #1454b5;
}
.news .list ul li:hover .date {
  color: #fff;
  background: #1454b5;
}
