@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;
}
body {
  background: url(../images/bg.jpg) center 0 repeat;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #333570 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span::before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #333570;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title b {
  font-size: 36px;
  display: block;
}
.title i {
  display: block;
  color: #999999;
  margin-top: 20px;
  line-height: 12px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  width: 138px;
  display: block;
  border-bottom: 1px solid #333570;
  height: 48px;
  line-height: 42px;
  padding-right: 6px;
  text-align: right;
  position: relative;
  z-index: 1;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #fbe5e6;
  top: 7px;
  right: 0;
  border-radius: 100%;
  z-index: -1;
}
.titBox .moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  width: 24px;
  height: 18px;
  background: url(../images/morear.png) 0 center no-repeat;
  position: relative;
  top: -2px;
}
.titBox .moreLink:hover {
  padding-right: 25px;
  color: #333570;
}
.titBox .moreLink:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.product {
  padding-bottom: 90px;
}
.product .proNav {
  background-color: #333570;
  padding-top: 18px;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
}
.product .proNav ul li {
  float: left;
  flex: 1;
}
.product .proNav ul li > a {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 30px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #686ab5, #686ab5);
  background-image: linear-gradient(to right, #686ab5, #686ab5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: center 0;
  padding-top: 24px;
  text-align: center;
  height: 300px;
}
.product .proNav ul li > a * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a i {
  display: block;
  margin: auto;
  width: 104px;
  height: 84px;
  position: relative;
  overflow: hidden;
}
.product .proNav ul li > a i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.product .proNav ul li > a .cn {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 30px;
  height: 28px;
  line-height: 28px;
  color: #fefefe;
}
.product .proNav ul li > a .en {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  margin-top: 2px;
  color: #999ab7;
}
.product .proNav ul li > a em {
  display: block;
  position: absolute;
  font-size: 100px;
  line-height: 74px;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 2px;
  bottom: 30px;
  color: #fbe5e6;
  font-weight: bold;
  font-family: Arial;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product .proNav ul li:hover > a,
.product .proNav ul li.on > a {
  background-size: 100% 100%;
}
.product .proNav ul li:hover > a i,
.product .proNav ul li.on > a i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.product .proNav ul li:hover > a .en,
.product .proNav ul li.on > a .en {
  color: #bdbedc;
}
.product .proNav ul li:hover > a em,
.product .proNav ul li.on > a em {
  bottom: -20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav .tel {
  height: 26px;
  line-height: 26px;
  margin-top: 216px;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
}
.product .proNav .tel::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  vertical-align: bottom;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/protel.png) center center no-repeat;
}
.product .proNav .zxLink {
  display: block;
  margin: auto;
  margin-top: 26px;
  width: 160px;
  height: 50px;
  background-color: #ffc355;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 0 5px rgba(104, 106, 181, 0.2);
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .zxLink:hover {
  background-color: #333570;
  box-shadow: 0 0 0 8px rgba(51, 53, 112, 0.2);
}
.product .proBox {
  margin-top: 100px;
}
.product .proBox .proTabs {
  margin: 0 -20px;
}
.product .proBox .proTabs .proBd {
  overflow: hidden;
}
.product .proList ul {
  margin-right: -27px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 33.33%;
}
.product .proList ul li .item {
  width: 400px;
  height: 360px;
  background-color: #ffffff;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding: 10px 10px 0;
  margin: 10px 20px 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 280px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt {
  /* padding-right: 70px; */
  height: 70px;
  line-height: 70px;
  position: relative;
}
.product .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
.product .proList ul li .item .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .tt .bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 8px;
  height: 8px;
  border: solid 2px #333570;
  margin-right: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .more {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}
.product .proList ul li .item .tt .more:hover {
  color: #333570;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product .proList ul li .item:hover .bt {
  color: #333570;
}
.product .proList ul li .item:hover .bt::before {
  border-color: #333570;
}
.product .proList ul li .item:hover .more {
  color: #333570;
}
.product .proimg {
  position: absolute;
  right: -320px;
  top: 156px;
  background: url(../images/proimg.png) 0 center no-repeat;
  width: 258px;
  height: 377px;
}
.about {
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox {
  max-width: 1720px;
  position: relative;
  width: 96%;
  min-width: 1280px;
  height: 800px;
  top: -40px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .about .aboutBox {
    width: 100%;
  }
}
.about .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about .video::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #333570;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about .video video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.about .aboutText {
  padding-top: 120px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.about .aboutText .title {
  line-height: 1;
}
.about .aboutText .title b {
  font-size: 42px;
  display: block;
  color: #fff;
}
.about .aboutText .title i {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  padding-left: 3px;
}
.about .aboutText .text {
  margin: auto;
  margin-top: 50px;
  width: 940px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #ffffff;
  font-size: 14px;
}
.about .aboutText .more {
  display: block;
  width: 200px;
  height: 58px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: Impact;
  color: #ffffff;
  font-size: 18px;
  line-height: 56px;
  margin: 100px auto 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #686ab5, #686ab5);
  background-image: linear-gradient(to right, #686ab5, #686ab5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
  top: 0;
}
.about .aboutText .more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  width: 24px;
  height: 18px;
  background: url(../images/aboutar.png) 0 center no-repeat;
}
.about .aboutText .more:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #686ab5;
  box-shadow: 0 10px 10px -5px rgba(104, 106, 181, 0.5);
  top: -4px;
}
.about .aboutText .more:hover::after {
  animation: zyfd 1.5s linear infinite;
}
.about .number {
  margin-top: 68px;
  color: #fff;
}
.about .number::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.about .number ul li {
  float: left;
  flex: 1;
  width: 25%;
  text-align: center;
  height: 110px;
  padding-top: 8px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.about .number ul li h4 i {
  font-weight: bold;
  font-family: Arial;
  font-size: 80px;
  line-height: 60px;
  display: inline-block;
  vertical-align: bottom;
}
.about .number ul li h4 em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  padding-bottom: 4px;
  margin-left: 18px;
}
.about .number ul li p {
  font-size: 18px;
  margin-top: 20px;
}
.brands {
  background-color: #fff;
  padding-top: 34px;
  padding-bottom: 60px;
}
.brands .ppSwiper {
  margin-top: 60px;
}
.brands .ppSwiper ul {
  margin-right: -20px;
}
.brands .ppSwiper ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.brands .ppSwiper ul li {
  width: 240px;
  margin-right: 20px;
}
.brands .ppSwiper ul li .item {
  position: relative;
  overflow: hidden;
}
.brands .ppSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 156px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.brands .ppSwiper ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.brands .ppSwiper ul li .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.brands .ppSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  line-height: 54px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.brands .ppSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.brands .ppSwiper ul li .item:hover .pic {
  border-color: #333570;
}
.brands .ppSwiper ul li .item:hover .bt {
  color: #333570;
}
.news {
  padding: 80px 0;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  margin-top: 6px;
  float: right;
}
.news .newsTab ul li {
  float: left;
  position: relative;
  margin-left: 92px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  border-bottom: 1px solid #ddd;
  height: 41px;
  line-height: 26px;
  padding: 0 6px;
  text-align: right;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: solid 2px #333570;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #fbe5e6;
  top: 0;
  right: -10px;
  border-radius: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsTab ul li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  width: 24px;
  height: 18px;
  background: url(../images/morear.png) 0 center no-repeat;
  position: relative;
  top: -2px;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  border-color: #333570;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}
.news .newsTabs {
  margin-top: 60px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
  height: 450px;
}
.news .newsList ul {
  margin-right: -40px;
}
.news .newsList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList ul li {
  float: left;
  margin-right: 40px;
}
.news .newsList ul li .item {
  width: 400px;
  height: 450px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList ul li .item .pic {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList 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;
}
.news .newsList ul li .item .cont {
  padding-top: 30px;
}
.news .newsList ul li .item .cont * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  margin: 0 20px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList ul li .item .cont .bt:hover {
  color: #333570;
}
.news .newsList ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #888888;
  margin: 6px 20px 0;
}
.news .newsList ul li .item .cont .line {
  height: 1px;
  background-color: #dddddd;
  margin-top: 22px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #333570, #333570);
  background-image: linear-gradient(to right, #333570, #333570);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsList ul li .item .cont .date {
  font-family: Arial;
  color: #999999;
  font-size: 30px;
  line-height: 26px;
  margin: 30px 20px 0;
  font-weight: bold;
}
.news .newsList 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);
}
.news .newsList ul li .item:hover .cont .bt {
  color: #333570;
}
.news .newsList ul li .item:hover .cont .line {
  background-size: 100% 100%;
}
.news .newsList ul li .item:hover .cont .date {
  color: #333570;
}
.news .newsImg {
  position: absolute;
  left: -320px;
  top: 232px;
  background: url(../images/newsimg.png) 0 center no-repeat;
  width: 228px;
  height: 368px;
}
