.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@-webkit-keyframes line {
  0% {
    background-position-x: 390px;
  }
}
@keyframes line {
  0% {
    background-position-x: 390px;
  }
}
.banner {
  width: 100%;
  height: 940px;
  position: relative;
  overflow: hidden;
}
.banner .slideBox {
  position: relative;
}
.banner .bd ul {
  width: 100%;
}
.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 940px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .prev {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat left center;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 150px;
  z-index: 999;
  transform: translateY(-25px);
}
.banner .next {
  width: 50px;
  height: 50px;
  display: block;
  background: url("../images/arrows.png") no-repeat right center;
  transition: 0.5s;
  transform: translateY(-25px);
  position: absolute;
  top: 50%;
  right: 150px;
  z-index: 999;
}
.banner .hd {
  width: 80px;
  height: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  border-left: 30px 50% solid;
  transform: translateX(-50%);
  z-index: 999;
}
.banner .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .hd ul li.on {
  background-color: #314369;
}
.banner .hd ul li {
  transition: 0.5s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1680px) {
  .banner {
    height: 825px;
  }
  .banner .bd ul li {
    height: 825px;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    height: 705px;
  }
  .banner .bd ul li {
    height: 705px;
  }
}
@media screen and (max-width: 1280px) {
  .banner {
    height: 626px;
  }
  .banner .bd ul li {
    height: 626px;
  }
}
.biaoti {
  width: 450px;
  height: 119px;
  float: left;
  position: relative;
  box-sizing: border-box;
  padding: 48px 0 0 44px;
}
.biaoti i {
  text-transform: uppercase;
  font-family: arial;
  font-size: 160px;
  line-height: 122px;
  color: #0245a3;
  opacity: 0.06;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
}
.biaoti h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.biaoti h3 a {
  color: #333;
}
.biaoti h3 span {
  color: #0245a3;
}
.biaoti p {
  letter-spacing: 3.6px;
  color: #999999;
  margin-top: 24px;
  font-size: 14px;
  line-height: 12px;
  box-sizing: border-box;
  padding-left: 79px;
  background: url("../images/bt.png") no-repeat left center;
}
.solution {
  width: 100%;
  height: 899px;
  padding-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
  background: url("../images/bg1.jpg") no-repeat center;
}
.solution .search {
  width: 300px;
  height: 49px;
  float: right;
  margin-top: 64px;
  border-bottom: 1px solid #333;
}
.solution .search input {
  float: left;
  background: transparent;
  width: 250px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 9px;
  color: #999999;
  font-size: 14px;
}
.solution .search .sss {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("../images/ss.png") no-repeat center;
}
.solution .classify {
  width: 100%;
  height: 170px;
  background: url(../images/xian.png) no-repeat center 90px;
  margin: 50px 0;
}
.solution .classify ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution .classify ul li.on {
  border-radius: 10px;
  background: url("../images/bg2.png") no-repeat center;
}
.solution .classify ul li.on a {
  background: url(../images/hd2.png) no-repeat center 55px;
}
.solution .classify ul li.on i {
  background: url("../images/fa11.png") no-repeat center;
  animation: 1.5s jello;
}
.solution .classify ul li.on em {
  width: 90px;
}
.solution .classify ul li.on p {
  color: #fff;
}
.solution .classify ul li:nth-child(2) i {
  background: url("../images/fa2.png") no-repeat center;
}
.solution .classify ul li:nth-child(2).on i {
  background: url("../images/fa21.png") no-repeat center;
}
.solution .classify ul li:nth-child(3) i {
  background: url("../images/fa3.png") no-repeat center;
}
.solution .classify ul li:nth-child(3).on i {
  background: url("../images/fa31.png") no-repeat center;
}
.solution .classify ul li:nth-child(4) i {
  background: url("../images/fa4.png") no-repeat center;
}
.solution .classify ul li:nth-child(4).on i {
  background: url("../images/fa41.png") no-repeat center;
}
.solution .classify ul li:nth-child(5) i {
  background: url("../images/fa5.png") no-repeat center;
}
.solution .classify ul li:nth-child(5).on i {
  background: url("../images/fa51.png") no-repeat center;
}
.solution .classify ul li:nth-child(6) i {
  background: url("../images/fa6.png") no-repeat center;
}
.solution .classify ul li:nth-child(6).on i {
  background: url("../images/fa61.png") no-repeat center;
}
.solution .classify ul li {
  width: 195px;
  height: 170px;
  transition: 0.5s;
  padding-top: 29px;
  box-sizing: border-box;
  text-align: center;
  background: url(../images/bg2.png) no-repeat center -200px;
}
.solution .classify ul li a {
  display: block;
  background: url(../images/hd1.png) no-repeat center 55px;
  transition: 0.3s;
}
.solution .classify ul li i {
  display: block;
  width: 100%;
  height: 28px;
  background: url("../images/fa1.png") no-repeat center;
  transition: 0.5s;
}
.solution .classify ul li em {
  width: 0;
  height: 1px;
  background-color: #ffffff;
  margin: 33px auto 32px;
  transition: 0.5s;
  display: block;
}
.solution .classify ul li p {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  transition: 0.5s;
}
.solution .picScroll-left {
  width: 100%;
  position: relative;
}
.solution .picScroll-left .prev:hover {
  background: url("../images/jt21.png") no-repeat center;
}
.solution .picScroll-left .prev {
  width: 45px;
  height: 45px;
  display: block;
  transition: 0.3s;
  background: url("../images/jt1.png") no-repeat center;
  position: absolute;
  top: 163px;
  left: -93px;
}
.solution .picScroll-left .next:hover {
  background: url("../images/jt2.png") no-repeat center;
}
.solution .picScroll-left .next {
  width: 45px;
  height: 45px;
  display: block;
  transition: 0.3s;
  background: url("../images/jt11.png") no-repeat center;
  position: absolute;
  top: 163px;
  right: -93px;
}
.solution .picScroll-left .bd {
  overflow: hidden;
}
.solution .picScroll-left .bd li:hover {
  border-bottom: 3px solid #0245a3;
}
.solution .picScroll-left .bd li:hover .tu img {
  transform: scale(1.2);
}
.solution .picScroll-left .bd li:hover .ti a {
  color: #0245a3;
}
.solution .picScroll-left .bd li {
  width: 400px !important;
  height: 370px;
  background-color: #ffffff;
  border-bottom: 3px solid transparent;
  margin-right: 40px;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 20px;
}
.solution .picScroll-left .bd li .tu {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.solution .picScroll-left .bd li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.solution .picScroll-left .bd li .ti {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.solution .picScroll-left .bd li .ti p {
  width: 100%;
  font-family: Impact;
  font-size: 30px;
  line-height: 24px;
  color: #f8f8f8;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.solution .picScroll-left .bd li .ti a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
  z-index: 99;
  position: relative;
}
.product {
  width: 100%;
  height: 658px;
  padding-top: 70px;
  box-sizing: border-box;
}
.product .hd {
  float: right;
  width: 656px;
  height: 83px;
  margin-top: 16px;
}
.product .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .hd ul li:hover p::after {
  background: url("../images/svg.svg");
  -webkit-animation: line 2s;
  animation: line 2s;
}
.product .hd ul li.on p {
  border-bottom: 1px solid #0245a3;
  color: #0245a3;
}
.product .hd ul li::after {
  width: 1px;
  height: 45px;
  background: #dedede;
  content: "";
  position: absolute;
  top: 18px;
  right: -60px;
}
.product .hd ul li:last-child::after {
  display: none;
}
.product .hd ul li {
  position: relative;
  min-width: 61px;
  text-align: center;
}
.product .hd ul li i {
  display: block;
  width: 100%;
  height: 46px;
  position: relative;
  margin-bottom: 16px;
}
.product .hd ul li i img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.product .hd ul li p {
  font-size: 14px;
  color: #333;
  height: 19px;
  line-height: 12px;
  transition: 0.3s;
  display: inline-block;
  z-index: 9999;
  position: relative;
  border-bottom: 1px solid transparent;
}
.product .hd ul li p::after {
  transition: background-position-x 0.9s linear;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0px;
  border-left: -3px 0px solid;
  content: "";
  height: 50px;
  pointer-events: none;
}
.product .bd {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.product .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .bd li:hover .tu img {
  transform: scale(1.2);
}
.product .bd li:hover .ti a {
  background: url("../images/ti2.png") no-repeat left center;
  color: #0245a3;
}
.product .bd li {
  width: 290px !important;
  height: 275px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 15px;
}
.product .bd li .tu {
  width: 100%;
  height: 195px;
  overflow: hidden;
}
.product .bd li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.product .bd li .ti {
  float: left;
  line-height: 65px;
  width: 200px;
}
.product .bd li .ti a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
  box-sizing: border-box;
  padding-left: 19px;
  background: url("../images/ti1.png") no-repeat left center;
}
.product .bd li .mo {
  float: right;
  line-height: 65px;
  font-family: arial;
  font-size: 12px;
  color: #333;
}
.product .pageState {
  float: left;
  width: 77px;
  height: 27px;
  margin-top: 50px;
  line-height: 27px;
  font-family: arial;
  font-size: 18px;
  color: #333;
  letter-spacing: 5px;
}
.product .pageState span {
  color: #0245a3;
  font-weight: bold;
  font-family: simsun;
  font-size: 40px;
}
.product .next {
  float: right;
  width: 215px;
  height: 20px;
  line-height: 20px;
  background: url("../images/next.png") no-repeat center;
  margin-top: 54px;
  box-sizing: border-box;
  padding-left: 51px;
  font-family: Impact;
  font-size: 18px;
  color: #333;
}
.reason {
  width: 100%;
  height: 1035px;
  background-color: #f7f9fc;
  padding-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.reason .pic {
  width: 532px;
  height: 482px;
  position: absolute;
  top: 620px;
  left: 92px;
  z-index: 999;
}
.reason .biao {
  float: left;
  width: 540px;
  height: 129px;
}
.reason .biao p {
  font-family: arial;
  font-size: 72px;
  font-weight: bold;
  line-height: 67px;
  color: #333;
}
.reason .biao p i {
  color: #0245a3;
  font-weight: bold;
}
.reason .biao h3 {
  margin-top: 35px;
  box-sizing: border-box;
  padding-left: 83px;
  letter-spacing: 3.6px;
  color: #333333;
  font-size: 26px;
  background: url("../images/bt.png") no-repeat left center;
}
.reason .biao h3 i {
  font-weight: bold;
  color: #0245a3;
}
.reason .qq {
  float: right;
  height: 45px;
  margin-top: 42px;
  box-sizing: border-box;
  padding-left: 70px;
  background: url("../images/qq.png") no-repeat left center;
  font-family: arial;
  font-size: 14px;
  color: #333;
  line-height: 11px;
}
.reason .qq p {
  font-family: arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 19px;
  color: #333;
  margin-top: 14px;
}
.reason .slideTxtBox1 {
  width: 100%;
  margin-top: 69px;
  position: relative;
}
.reason .slideTxtBox1 .next {
  text-transform: uppercase;
  width: 111px;
  height: 45px;
  background: url("../images/next2.png") no-repeat center;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 14px;
  font-family: Impact;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 100px;
  left: 540px;
  z-index: 99;
}
.reason .slideTxtBox1 .tis {
  width: 334px;
  height: 159px;
  box-sizing: border-box;
  padding: 24px 28px 0 0;
  position: absolute;
  top: 416px;
  left: 320px;
  background: url(../images/yin.png) no-repeat right top;
  z-index: 999;
}
.reason .slideTxtBox1 .tis p {
  letter-spacing: 10.6px;
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  margin-right: -8px;
  background: url("../images/tis.png") no-repeat left center;
}
.reason .slideTxtBox1 .tis span {
  margin-top: 7px;
  text-align: right;
  display: block;
  color: #333333;
  opacity: 0.5;
  font-family: arial;
  font-size: 12px;
  line-height: 11px;
}
.reason .slideTxtBox1 .tis .xian {
  width: 241px;
  height: 1px;
  background-color: #dedede;
  float: right;
  margin: 54px 0 32px;
}
.reason .slideTxtBox1 .tis em {
  display: block;
  text-align: right;
  letter-spacing: 3.6px;
  color: #333333;
  font-weight: bold;
  font-family: simsun;
  font-size: 14px;
  line-height: 14px;
}
.reason .slideTxtBox1 .zi {
  width: 730px;
  height: 690px;
  background-color: #ffffff;
  float: left;
  box-sizing: border-box;
  padding: 90px 75px 0 96px;
}
.reason .slideTxtBox1 .zi .ti {
  height: 63px;
  position: relative;
  padding-top: 12px;
  font-size: 24px;
  line-height: 23px;
  color: #333;
  box-sizing: border-box;
  padding-left: 103px;
}
.reason .slideTxtBox1 .zi .ti p {
  color: #999999;
  font-family: arial;
  font-size: 12px;
  margin-top: 5px;
  line-height: 11px;
}
.reason .slideTxtBox1 .zi .ti i {
  display: block;
  height: 63px;
  line-height: 63px;
  border-right: 1px solid #dedede;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
  font-family: simsun;
  font-size: 60px;
  color: #0245a3;
  width: 78px;
  margin-right: 24px;
}
.reason .slideTxtBox1 .zi .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 14px;
  margin-top: 38px;
}
.reason .slideTxtBox1 .tu {
  width: 870px;
  height: 690px;
  float: right;
  margin-right: -320px;
}
.reason .slideTxtBox1 .tu img {
  width: 100%;
  height: 100%;
}
.case {
  width: 100%;
  height: 923px;
  padding-top: 70px;
  box-sizing: border-box;
}
.case .hd {
  float: right;
  width: 675px;
  height: 55px;
  margin-top: 50px;
}
.case .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .hd ul li.on {
  background-color: #0245a3;
  color: #fff;
}
.case .hd ul li.on a {
  color: #fff;
}
.case .hd ul li {
  height: 55px;
  border: solid 1px #dedede;
  transition: 0.5s;
  line-height: 55px;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 16px;
  color: #333;
}
.case .hd ul li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 22px;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
}
.case .bd {
  width: 100%;
  margin-top: 44px;
  overflow: hidden;
}
.case .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.case .bd li:hover .tu img {
  transform: scale(1.2);
}
.case .bd li:hover .ti a {
  background: url("../images/ti5.png") no-repeat left center;
  color: #0245a3;
}
.case .bd li:nth-child(2) {
  width: 520px;
  height: 630px;
  position: absolute;
  top: 0px;
  left: 380px;
}
.case .bd li:nth-child(2) .tu {
  height: 390px;
}
.case .bd li:nth-child(2) .ti {
  height: 55px;
  line-height: 25px;
  margin-top: 49px;
  width: 420px;
}
.case .bd li:nth-child(2) .ti a {
  font-size: 18px;
  font-weight: bold;
  background: url("../images/ti6.png") no-repeat left center;
}
.case .bd li:nth-child(2) .mo {
  margin-top: 49px;
  width: 75px;
  height: 25px;
  background-color: #0245a3;
  border-radius: 12.5px;
  text-align: center;
  line-height: 25px;
  color: #fff;
}
.case .bd li:nth-child(2) .xian {
  width: 100%;
  height: 1px;
  background: #dedede;
}
.case .bd li:nth-child(2) .jie {
  margin-top: 17px;
  line-height: 36px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999;
}
.case .bd li:nth-child(3) {
  margin-left: 600px;
}
.case .bd li {
  width: 340px;
  height: 330px;
}
.case .bd li .tu {
  width: 100%;
  height: 255px;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 5px;
}
.case .bd li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .bd li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.case .bd li .ti {
  float: left;
  line-height: 55px;
  width: 260px;
}
.case .bd li .ti a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  transition: 0.3s;
  box-sizing: border-box;
  padding-left: 19px;
  background: url("../images/ti5.png") no-repeat left center;
}
.case .bd li .mo {
  float: right;
  line-height: 55px;
  font-family: arial;
  font-size: 16px;
  color: #333;
  margin-left: 0.859375rem;
}
.case .bd li .jie {
  display: none;
}
.news {
  width: 100%;
  height: 848px;
  background: url("../images/bg3.png") no-repeat center;
  padding-top: 70px;
  box-sizing: border-box;
}
.news .hd {
  float: right;
  margin: 45px 28px 0 0;
  width: 620px;
  height: 43px;
}
.news .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .hd ul li.on {
  background: url(../images/xwico.png) no-repeat center bottom;
}
.news .hd ul li.on a {
  font-weight: bold;
}
.news .hd ul li:nth-child(2) a {
  background: url(../images/xw2.png) no-repeat 13px center;
}
.news .hd ul li:nth-child(3) a {
  background: url(../images/xw3.png) no-repeat 13px center;
}
.news .hd ul li {
  width: 144px;
  transition: 0.5s;
  line-height: 25px;
  height: 42px;
  background: url(../images/xwico.png) no-repeat center 50px;
}
.news .hd ul li a {
  display: block;
  box-sizing: border-box;
  padding-left: 55px;
  background: url(../images/xw1.png) no-repeat 13px center;
  font-size: 16px;
  color: #333;
}
.news .bd {
  width: 100%;
  margin-top: 50px;
}
.news .bd .to {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news .bd .to li:hover .tu img {
  transform: scale(1.2);
}
.news .bd .to li:hover .mo {
  background: #0245a3;
  color: #fff;
}
.news .bd .to li {
  width: 400px;
}
.news .bd .to li .tu {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.news .bd .to li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .bd .to li .ti {
  margin: 28px 0 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
.news .bd .to li .ti a {
  color: #333;
  transition: 0.3s;
}
.news .bd .to li .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .bd .to li .xian {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin: 18px 0;
}
.news .bd .to li .shi {
  float: left;
  line-height: 25px;
  font-family: arial;
  font-size: 16px;
  color: #999;
}
.news .bd .to li .shi i {
  font-family: arial;
  font-size: 24px;
  color: #333;
}
.news .bd .to li .mo {
  display: block;
  float: right;
  line-height: 25px;
  text-align: center;
  width: 100px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 12.5px;
  font-family: arial;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}
.news .bd .to li .mo i:nth-child(5) {
  margin-left: 6px;
}
.news .bd .bo {
  width: 100%;
  border: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 0 12px;
}
.news .bd .bo li:hover .ti a {
  background: url("../images/ti4.png") no-repeat left center;
  color: #0245a3;
}
.news .bd .bo li:nth-child(1),
.news .bd .bo li:nth-child(2),
.news .bd .bo li:nth-child(3) {
  border-bottom: 1px dashed #dedede;
}
.news .bd .bo li {
  width: 380px;
  line-height: 50px;
}
.news .bd .bo li .ti {
  width: 100%;
}
.news .bd .bo li .ti a {
  box-sizing: border-box;
  padding-left: 21px;
  display: block;
  width: 280px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  background: url("../images/ti3.png") no-repeat left center;
  transition: 0.3s;
}
.news .bd .bo li .ti span {
  float: right;
  font-family: arial;
  font-size: 14px;
  color: #999999;
}
.yqlj {
  width: 100%;
  height: 128px;
  padding-top: 10px;
  box-sizing: border-box;
  background: url("../images/bg3.png") no-repeat center;
}
.yqlj .ti {
  width: 101px;
  height: 48px;
  float: left;
  background: url("../images/links.png") no-repeat center top;
  padding-top: 32px;
  box-sizing: border-box;
  letter-spacing: 1px;
  color: #666666;
  font-size: 16px;
}
.yqlj li:hover {
  transform: translateX(5px);
}
.yqlj li:hover a {
  color: #0245a3;
}
.yqlj li {
  float: left;
  margin-left: 40px;
  transition: 0.3s;
  line-height: 48px;
  color: #999999;
  font-size: 14px;
}
.yqlj li a {
  color: #999;
  transition: 0.3s;
}
