<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s 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: 780px;
  overflow: hidden;
  width: 100%;
}
.banner .slider {
  width: 100%;
  height: 780px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider .bd {
  height: 780px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  position: relative;
}
.banner .slider .slider-main {
  height: 780px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.banner .slider .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .slider .slider-btn .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;
  display: none;
}
.banner .slider .slider-btn .slider-btn-next {
  position: absolute;
  z-index: 30;
  bottom: 40px;
  right: 45px;
  height: 30px;
  padding-left: 80px;
  margin-top: -20px;
  transition: all 0.5s linear;
  cursor: pointer;
  font-family: Arial;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
}
.banner .slider .slider-btn .slider-btn-next:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: #f8c700;
}
.banner .slider .slider-btn .slider-btn-next:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/bl.png) 0 50% no-repeat;
  width: 45px;
  height: 11px;
  left: 14px;
  top: 11px;
}
.banner .slider .slider-btn .slider-btn-next:hover {
  color: #1e51a9;
}
.banner .slider .slider-btn .slider-btn-next:hover:after {
  animation: zyfd 1.5s linear infinite;
}
.banner .slider-nav {
  position: absolute;
  z-index: 23;
  width: 100%;
  left: 0;
  bottom: 35px;
  text-align: center;
  font-size: 0;
}
.banner .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  border: solid 1px #fff;
  border-radius: 50%;
  margin: 0 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: relative;
}
.banner .slider-nav li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1e51a9;
  left: 3px;
  top: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .slider-nav li.active:before {
  opacity: 1;
  background-color: #fff;
}
.banner .slider-nav .slider-all {
  display: none;
}
.title {
  text-align: center;
  line-height: 1;
}
.title img {
  max-height: 98px;
}
.moreLink {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #1e51a9;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 40px;
  background: url(../images/ar1.png) center center no-repeat;
  margin-left: 12px;
}
.moreLink:hover {
  box-shadow: 0 10px 10px -5px rgba(30, 81, 169, 0.5);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.moreLink:hover:after {
  animation: zyfd 1.5s linear infinite;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutBox {
  height: 760px;
  padding-top: 110px;
  z-index: 1;
}
.about .aboutPic {
  position: absolute;
  right: -310px;
  bottom: 0;
  z-index: -1;
  width: 790px;
  height: 728px;
  z-index: 1;
  overflow: hidden;
}
.about .aboutPic img {
  display: block;
  width: 790px;
  height: 728px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .number {
  float: left;
  width: 270px;
}
.about .number ul li {
  border-bottom: 1px solid #ddd;
  height: 134px;
  padding-right: 40px;
  margin-top: 102px;
}
.about .number ul li:first-child {
  margin-top: 0;
  height: 80px;
}
.about .number ul li .scrollnum {
  font-family: "MicrosoftYaHei Light";
  font-size: 36px;
  font-weight: 100;
  float: left;
  line-height: 36px;
}
.about .number ul li p {
  float: right;
  text-align: right;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  margin-top: -5px;
}
.about .aboutText {
  float: left;
  width: 540px;
  margin-left: 124px;
  position: relative;
  z-index: 2;
}
.about .aboutText .tit {
  line-height: 1;
}
.about .aboutText .tit img {
  vertical-align: top;
  max-height: 80px;
}
.about .aboutText .tip {
  font-weight: bold;
  font-size: 24px;
  margin-top: 62px;
  line-height: 1;
}
.about .aboutText .line {
  width: 2px;
  height: 35px;
  background-color: #dddddd;
  margin-left: 12px;
  margin-top: 15px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 38px;
  height: 152px;
  color: #555555;
  margin-top: 16px;
  text-align: justify;
}
.about .aboutText .moreLink {
  margin-top: 76px;
}
.product {
  padding: 50px 0;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav {
  margin-top: 55px;
}
.product .proNav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.product .proNav ul {
  text-align: center;
  font-size: 0;
}
.product .proNav ul li {
  display: inline-block;
  position: relative;
  width: 160px;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.product .proNav ul li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #bbbbbb;
  border-radius: 100%;
  margin: 7px auto 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:hover {
  font-weight: bold;
  color: #1e51a9;
}
.product .proNav ul li a:hover:after {
  background-color: #1e51a9;
}
.product .list {
  padding-top: 12px;
  min-width: 1300px;
  width: 88.55%;
  margin: auto;
}
.product .list ul {
  margin: 0 -16px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  float: left;
  position: relative;
  margin-top: 40px;
  padding: 0 16px;
  width: 25%;
}
.product .list ul li .pic {
  display: block;
  width: 100%;
  border: solid 1px #dddddd;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-top: 73.6%;
}
.product .list ul li .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .cont {
  text-align: center;
  height: 86px;
  padding-top: 25px;
}
.product .list ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
  color: #666666;
}
.product .list ul li .cont .bt {
  margin-top: 3px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list ul li:hover .pic {
  border-color: #1e51a9;
}
.product .list 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);
}
.product .list ul li:hover .cont .bt {
  color: #1e51a9;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  position: relative;
}
.youshi .ysBox {
  height: 792px;
}
.youshi .ysBox:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 100%;
  background: url(../images/ysline.png) center center no-repeat;
}
.youshi .ysBox .ysCont {
  position: relative;
  width: 1065px;
  float: right;
}
.youshi .ysBox .ysCont .bd {
  width: 1375px;
}
.youshi .ysBox .ysCont .bd ul li {
  width: 1375px;
  height: 792px;
}
.youshi .ysBox .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .ysCont .bd ul li .pic {
  width: 1375px;
  height: 572px;
  overflow: hidden;
  position: relative;
}
.youshi .ysBox .ysCont .bd ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysBox .ysCont .bd ul li .cont {
  width: 705px;
  margin-top: 52px;
  margin-left: 96px;
}
.youshi .ysBox .ysCont .bd ul li .cont h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
}
.youshi .ysBox .ysCont .bd ul li .cont p {
  line-height: 32px;
  color: #666666;
  margin-top: 24px;
}
.youshi .ysBox .ysCont .bd ul li:hover .pic 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);
}
.youshi .ysBox .ysCont .bd ul li:hover .cont h4 {
  color: #1e51a9;
}
.youshi .ysL {
  float: left;
  width: 235px;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 186px;
}
.youshi .ysL h6 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
}
.youshi .ysL h6 i {
  vertical-align: middle;
  font-size: 24px;
  line-height: 20px;
  vertical-align: top;
  margin-left: 5px;
}
.youshi .ysL h4 {
  font-size: 60px;
  line-height: 44px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 64px;
  white-space: nowrap;
}
.youshi .ysL h3 {
  font-size: 24px;
  letter-spacing: 5px;
  margin-top: 26px;
}
.youshi .ysL .bd {
  margin-top: 170px;
  overflow: hidden;
  height: 60px;
}
.youshi .ysL .bd ul li {
  font-family: Arial;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.youshi .ysL .hd {
  margin-top: 95px;
}
.youshi .ysL .hd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysL .hd ul li {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 100%;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysL .hd ul li.on {
  opacity: 1;
}
.youshi .prev {
  width: 80px;
  height: 42px;
  background: url(../images/ysl.png) center center no-repeat;
  background-color: #f5f5f5;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  position: absolute;
  right: 80px;
  bottom: 80px;
  cursor: pointer;
  z-index: 2;
}
.youshi .prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.youshi .next {
  width: 80px;
  height: 42px;
  background: #1e51a9 url(../images/ysr.png) center center no-repeat;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 80px;
  cursor: pointer;
}
.youshi .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case {
  overflow: hidden;
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .caseTit {
  height: 426px;
  padding-top: 106px;
}
.case .caseTit .title img {
  max-height: 83px;
}
.case .caseTit p {
  line-height: 30px;
  color: #666666;
  text-align: center;
  margin-top: 17px;
}
.case .caseTit .moreLink {
  margin: 44px auto 0;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseSwiper {
  min-width: 1300px;
  width: 94%;
  margin: auto;
  margin-top: 58px;
}
.case .caseSwiper .swiper-container {
  margin: 0 -15px;
}
.case .caseSwiper ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}
.case .caseSwiper ul li .item {
  position: relative;
  width: 100%;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 77.5%;
  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 .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 70px;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 70px 0 25px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 73%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .bt:before {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 0;
  width: 35px;
  height: 100%;
  background: url(../images/casear.png) center center no-repeat;
}
.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 .bt {
  background: rgba(30, 81, 169, 0.7);
}
.case .caseSwiper .case-prev {
  position: absolute;
  outline: none;
  left: 8px;
  top: 480px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #1e51a9 url(../images/casel.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .case-prev:hover {
  background: #1e51a9 url(../images/caselh.png) center center no-repeat;
}
.case .caseSwiper .case-next {
  position: absolute;
  outline: none;
  left: 56px;
  top: 480px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #1e51a9 url(../images/caser.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper .case-next:hover {
  background: #1e51a9 url(../images/caserh.png) center center no-repeat;
}
.news {
  padding: 88px 0 78px;
}
.news .newsTab {
  margin-top: 38px;
}
.news .newsTab ul {
  text-align: center;
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  margin: 0 25px;
  color: #666666;
}
.news .newsTab ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #1e51a9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #1e51a9;
  font-weight: bold;
}
.news .newsTab ul li:hover a:before,
.news .newsTab ul li.on a:before {
  width: 100%;
  left: 0;
}
.news .newsTabs {
  overflow: hidden;
  margin-top: 50px;
}
.news .newsList .one {
  height: 200px;
}
.news .newsList .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one .pic {
  display: block;
  overflow: hidden;
  width: 360px;
  height: 200px;
  position: relative;
  float: left;
}
.news .newsList .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList .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 .newsList .one .cont {
  height: 200px;
  float: right;
  width: 880px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 58px;
  height: 58px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont .line {
  width: 86px;
  height: 1px;
  background-color: #1e51a9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 8px;
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #7e7e7e;
  margin-top: 24px;
}
.news .newsList .one .cont .date {
  color: #bababa;
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}
.news .newsList .one:hover .cont .bt {
  color: #1e51a9;
}
.news .newsList .one:hover .cont .line {
  width: 120px;
}
.news .newsList .list ul {
  margin-right: -100px;
}
.news .newsList .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  float: left;
  margin-top: 50px;
  height: 108px;
  position: relative;
  padding-left: 132px;
  width: 600px;
  margin-right: 100px;
}
.news .newsList .list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
}
.news .newsList .list ul li .date {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  padding-top: 18px;
  color: #bababa;
  line-height: 1;
  font-family: Arial;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .date i {
  display: block;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #333333;
  font-size: 60px;
  line-height: 44px;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #979797;
  margin-top: 7px;
}
.news .newsList .list ul li:hover .bt {
  color: #1e51a9;
}
.links {
  background: #1e51a9;
  font-size: 16px;
  line-height: 34px;
  padding-top: 62px;
}
.links .linksBox {
  width: 1360px;
}
.links .tit {
  float: left;
  color: #ffffff;
}
.links .list {
  float: right;
  width: 1280px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 30px;
  font-size: 15px;
  color: #fff;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
</pre></body></html>