.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #082b59;
  border-top-color: #082b59;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #082b59;
  border-bottom-color: #082b59;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.je {
  animation: jello 2s 1s infinite;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.pro {
  margin-top: 69px;
}
.pro .top {
  display: flex;
  justify-content: space-between;
}
.pro .top h3 {
  width: 540px;
  height: 60px;
  background: url(../images/t1.png) no-repeat center;
}
.pro .top h3 a {
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 95px;
}
.pro .top .list {
  width: 640px;
  display: flex;
  justify-content: space-between;
}
.pro .top .list a {
  display: block;
  line-height: 72px;
  padding-left: 22px;
  width: 110px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  background: url(../images/title1.png) no-repeat center bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .top .list a:hover {
  background: url(../images/title2.png) no-repeat center bottom;
  color: #082b59;
  font-weight: bold;
}
.pro .listimg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pro .listimg li {
  width: 300px;
  margin-bottom: 25px;
}
.pro .listimg li .tu {
  width: 300px;
  height: 225px;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #eee;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.pro .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .listimg li .tu .img img:hover {
  transform: scale(1.1);
}
.pro .listimg li .text {
  height: 48px;
  padding-right: 80px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .listimg li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.pro .listimg li:hover .tu {
  border-color: #082b59;
}
.pro .listimg li:hover .text .cond {
  color: #082b59;
}
.adv {
  height: 715px;
  background: url(../images/adv.jpg) no-repeat center top;
  margin-top: 30px;
  overflow: hidden;
}
.adv .sild10 {
  position: relative;
}
.adv .sild10 .bd li {
  width: 1280px;
  height: 656px;
  position: relative;
}
.adv .sild10 .bd li .plaet {
  width: 768px;
  height: 500px;
  background: #fff;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  margin-top: 150px;
  padding: 256px 0 0 56px;
  box-sizing: border-box;
  position: relative;
  z-index: 30;
}
.adv .sild10 .bd li .plaet .cond {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
}
.adv .sild10 .bd li .plaet .cond i {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  margin-left: 7px;
}
.adv .sild10 .bd li .plaet p {
  width: 601px;
  font-size: 14px;
  color: #666;
  line-height: 36px;
  margin-top: 15px;
}
.adv .sild10 .bd li .aside {
  width: 774px;
  height: 656px;
  border: 5px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -5px;
}
.adv .sild10 .bd li .aside img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild10 .bd li .aside img:hover {
  transform: scale(1.1);
}
.adv .sild10 .arrow {
  width: 185px;
  position: absolute;
  bottom: 76px;
  left: 56px;
  z-index: 60;
  display: flex;
  justify-content: space-between;
}
.adv .sild10 .arrow .pageState {
  width: 75px;
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.adv .sild10 .arrow .pageState span {
  font-weight: bold;
  font-size: 24px;
  color: #082b59;
  display: inline-block;
  margin-right: 15px;
}
.adv .sild10 .arrow .prev {
  width: 25px;
  height: 20px;
  cursor: pointer;
  background: url(../images/arr-adv.jpg) no-repeat center left;
}
.adv .sild10 .arrow .next {
  width: 25px;
  height: 20px;
  cursor: pointer;
  background: url(../images/arr-adv.jpg) no-repeat center right;
}
.adv .sild10 .top {
  position: absolute;
  top: 211px;
  left: 57px;
  z-index: 60;
}
.adv .sild10 .top::before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  background: #ddd;
  top: 107px;
  left: 0;
}
.adv .sild10 .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 18px;
}
.adv .sild10 .top h3 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
}
.adv .sild10 .num {
  width: 470px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 63px;
  left: 0;
}
.adv .sild10 .num p {
  font-size: 24px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  padding-left: 49px;
  background: url(../images/tel1.png) no-repeat center left;
}
.adv .sild10 .num .xun {
  display: block;
  width: 124px;
  height: 32px;
  background: #082b59;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  font-size: 14px;
  color: #fff;
}
.adv .sild10 .fou {
  font-family: Arial;
  font-size: 68px;
  font-weight: bold;
  color: #eee;
  line-height: 51px;
  writing-mode: tb-rl;
  position: absolute;
  top: 35px;
  left: -244px;
  height: 700px;
}
.adv .sild10 .har {
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 13px;
  writing-mode: tb-rl;
  letter-spacing: 11px;
  position: absolute;
  top: 159px;
  right: -60px;
}
.case {
  margin-top: 86px;
  background: url(../images/case.jpg) no-repeat center top;
  background-position-y: 183px;
}
.case .top {
  display: flex;
  justify-content: space-between;
}
.case .top h3 {
  width: 540px;
  height: 60px;
  background: url(../images/t2.png) no-repeat center;
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 95px;
}
.case .top .list {
  width: 640px;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.case .top .list a {
  display: block;
  width: 120px;
  height: 36px;
  background: #f4f4f4;
  border-radius: 6px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .top .list a:hover {
  background: #082b59;
  color: #fff;
}
.case .sild20 {
  margin-top: 60px;
  position: relative;
}
.case .sild20 .bd li {
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
.case .sild20 .bd li .img {
  display: block;
  width: 496px;
  height: 410px;
  overflow: hidden;
  border-radius: 5px;
}
.case .sild20 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .sild20 .bd li .img img:hover {
  transform: scale(1.1);
}
.case .sild20 .bd li .text {
  width: 615px;
  margin: 114px 122px 0 0;
  padding: 55px 0 0;
  box-sizing: border-box;
  position: relative;
}
.case .sild20 .bd li .text::before {
  content: "CASE";
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
.case .sild20 .bd li .text::after {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  position: absolute;
  background: #ddd;
  top: 19px;
  left: 4px;
}
.case .sild20 .bd li .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .sild20 .bd li .text p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
  margin-top: 10px;
}
.case .sild20 .bd li .text .more {
  display: block;
  width: 126px;
  height: 32px;
  background: #082b59;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
}
.case .sild20 .arrow {
  width: 60px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 100px;
  right: 0;
}
.case .sild20 .arrow .prev {
  width: 40px;
  height: 40px;
  background: url(../images/arr-case.png) no-repeat center left;
  cursor: pointer;
}
.case .sild20 .arrow .next {
  width: 40px;
  height: 40px;
  background: url(../images/arr-case.png) no-repeat center right;
  cursor: pointer;
}
.case .sild20 .bec {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  position: absolute;
  top: 7px;
  left: 536px;
  letter-spacing: 7px;
}
.case .sild20 .bec i {
  font-size: 12px;
  color: #999;
  line-height: 30px;
  letter-spacing: 0px;
}
.case .listimg {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
.case .listimg li {
  width: 285px;
}
.case .listimg li .tu {
  width: 285px;
  height: 237px;
  padding: 5px 5px 0 0;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
}
.case .listimg li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.case .listimg li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .listimg li .tu .img img:hover {
  transform: scale(1.1);
}
.case .listimg li .text {
  height: 54px;
  padding-right: 70px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .listimg li .text::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background: #082b59;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .listimg li .text .cond {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .listimg li .text .more {
  font-size: 20px;
  color: #666;
  line-height: 54px;
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
}
.case .listimg li:hover .text::before {
  width: 100%;
}
.case .listimg li:hover .text .cond {
  color: #082b59;
}
.abo {
  margin-top: 76px;
  overflow: hidden;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .plaet {
  width: 620px;
  position: relative;
}
.abo .plaet h3 {
  width: 540px;
  height: 60px;
  background: url(../images/t2.png) no-repeat center;
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 95px;
}
.abo .plaet .conds {
  font-size: 24px;
  color: #333;
  line-height: 46px;
  width: 343px;
  background: url(../images/title3.png) no-repeat center left;
  background-position-x: 66px;
  margin-top: 50px;
}
.abo .plaet p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
  margin-top: 40px;
}
.abo .plaet .box {
  width: 415px;
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
.abo .plaet .box a {
  display: block;
  width: 176px;
  height: 46px;
  font-size: 16px;
  color: #333;
  line-height: 46px;
  padding-left: 75px;
  box-sizing: border-box;
}
.abo .plaet .box a:nth-child(1) {
  background: url(../images/more1.png) no-repeat center;
}
.abo .plaet .box a:nth-child(2) {
  background: url(../images/more2.png) no-repeat center;
}
.abo .plaet .sild30 {
  width: 1397px;
  height: 293px;
  background: #fbfbfb;
  border-radius: 0 10px 0 0;
  padding: 36px 0 0 500px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: -320px;
}
.abo .plaet .sild30 .bd{
  display: flex;
}
.abo .plaet .sild30 .bd li {
  width: 185px;
  position: relative;
  height: 245px;
  margin-right: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.abo .plaet .sild30 .bd li .img {
  display: block;
  width: 185px;
  height: 245px;
  overflow: hidden;
}
.abo .plaet .sild30 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .plaet .sild30 .bd li .img img:hover {
  transform: scale(1.1);
}
.abo .plaet .sild30 .bd li .cond {
  width: 185px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .plaet .sild30 .arrow {
  width: 95px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 194px;
  left: 320px;
}
.abo .plaet .sild30 .arrow .prev {
  width: 48px;
  height: 48px;
  background: url(../images/arr-abo.jpg) no-repeat center left;
  cursor: pointer;
}
.abo .plaet .sild30 .arrow .next {
  width: 48px;
  height: 48px;
  background: url(../images/arr-abo.jpg) no-repeat center right;
  cursor: pointer;
}
.abo .plaet .sild30 .reg {
  width: 100px;
  position: absolute;
  top: 80px;
  left: 320px;
}
.abo .plaet .sild30 .reg::before {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  position: absolute;
  background: #082b59;
  top: 35px;
  left: 37px;
}
.abo .plaet .sild30 .reg h4 {
  font-size: 24px;
  color: #333;
  line-height: 23px;
  text-align: center;
}
.abo .plaet .sild30 .reg .zm {
  font-size: 14px;
  color: #999;
  line-height: 14px;
  text-align: center;
  margin-top: 28px;
}
.abo .about {
  width: 912px;
  height: 820px;
  overflow: hidden;
  border-radius: 100px 0 0 0;
  margin-right: -324px;
}
.abo .about img {
  width: 100%;
  height: 100%;
}
.new {
  margin-top: 80px;
  background: url(../images/new.jpg) no-repeat center top;
  background-position-y: 100px;
}
.new .top {
  height: 60px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.new .top h3 {
  width: 540px;
  height: 60px;
  background: url(../images/t4.png) no-repeat center;
}
.new .top h3 a {
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 95px;
}
.new .top p {
  font-size: 18px;
  color: #333;
  letter-spacing: 9px;
  line-height: 80px;
}
.new .sild40 {
  padding-left: 351px;
  box-sizing: border-box;
  margin: 60px 0 0;
  position: relative;
}
.new .sild40 .bd4 li .newlist {
  margin-top: 27px;
  height: 231px;
  position: relative;
}
.new .sild40 .bd4 li .newlist::before {
  content: "";
  display: block;
  width: 612px;
  height: 1px;
  position: absolute;
  background: #eee;
  bottom: 0;
  right: 0;
}
.new .sild40 .bd4 li .newlist .bde li {
  width: 927px;
  height: 231px;
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd4 li .newlist .bde li .img {
  display: block;
  width: 355px;
  height: 231px;
  overflow: hidden;
  border-radius: 5px;
}
.new .sild40 .bd4 li .newlist .bde li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd4 li .newlist .bde li .img img:hover {
  transform: scale(1.1);
}
.new .sild40 .bd4 li .newlist .bde li .plaet {
  width: 379px;
}
.new .sild40 .bd4 li .newlist .bde li .plaet .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 25px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd4 li .newlist .bde li .plaet p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.new .sild40 .bd4 li .newlist .bde li .plaet .more {
  width: 120px;
  height: 38px;
  background: #082b59;
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 38px;
  padding-left: 28px;
  box-sizing: border-box;
  margin-top: 30px;
  position: relative;
}
.new .sild40 .bd4 li .newlist .bde li .plaet .more::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 19px;
  left: 74px;
}
.new .sild40 .bd4 li .newlist .bde li .data {
  font-size: 20px;
  color: #343434;
  line-height: 45px;
  text-align: right;
  margin-top: 13px;
  width: 130px;
}
.new .sild40 .bd4 li .newlist .bde li .data i {
  font-size: 34px;
  color: #343434;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  display: block;
}
.new .sild40 .bd4 li .newlist .bde li:hover .plaet .cond {
  color: #082b59;
}
.new .sild40 .bd4 li .newlist .hde {
  width: 54px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 62px;
  right: 0;
}
.new .sild40 .bd4 li .newlist .hde li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #a4a6ba;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd4 li .newlist .hde .on {
  background: #082b59;
  border: none;
}
.new .sild40 .bd4 li .warp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}
.new .sild40 .bd4 li .warp .list {
  width: 286px;
  height: 94px;
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 10px 11px 0;
  box-sizing: border-box;
  margin-bottom: 36px;
}
.new .sild40 .bd4 li .warp .list .cond {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 44px;
  border-bottom: 1px solid #faf8f2;
  padding-left: 25px;
  background: url(../images/title4.png) no-repeat center left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd4 li .warp .list .data {
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd4 li .warp .list .data i {
  font-size: 12px;
  color: #999;
  line-height: 44px;
}
.new .sild40 .bd4 li .warp .list .data .more {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/more3.png) no-repeat center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd4 li .warp .list:hover .cond {
  background: url(../images/title5.png) no-repeat center left;
  color: #082b59;
}
.new .sild40 .bd4 li .warp .list:hover .data .more {
  background: url(../images/more4.png) no-repeat center;
}
.new .sild40 .hd4 {
  position: absolute;
  top: 0;
  left: 0;
}
.new .sild40 .hd4 li {
  width: 250px;
  padding-left: 71px;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .hd4 li a {
  display: block;
  width: 250px;
  height: 84px;
  padding-left: 38px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 84px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .hd4 .on {
  background: #082b59;
}
.new .sild40 .hd4 .on a {
  color: #fff;
}
.new .sild40 .hd4 li:nth-child(1) a {
  background: url(../images/new1.png) no-repeat center left;
}
.new .sild40 .hd4 li:nth-child(2) a {
  background: url(../images/new2.png) no-repeat center left;
}
.new .sild40 .hd4 li:nth-child(3) a {
  background: url(../images/new3.png) no-repeat center left;
}
.new .sild40 .hd4 .on:nth-child(1) a {
  background: url(../images/new1s.png) no-repeat center left;
}
.new .sild40 .hd4 .on:nth-child(2) a {
  background: url(../images/new2s.png) no-repeat center left;
}
.new .sild40 .hd4 .on:nth-child(3) a {
  background: url(../images/new3s.png) no-repeat center left;
}
.new .sild40 .rong {
  display: block;
  width: 167px;
  height: 220px;
  position: absolute;
  top: 306px;
  left: 49px;
}
.new .sild40 .rong::before {
  content: "";
  display: block;
  width: 167px;
  height: 220px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
}
.new .sild40 .rong img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link {
  height: 51px;
  margin: 109px 0 0;
}
.link .contents {
  display: flex;
}
.link p {
  width: 105px;
  font-size: 18px;
  color: #082b59;
}
.link p i {
  font-size: 24px;
  font-weight: bold;
  color: #082b59;
  line-height: 20px;
  display: block;
}
.link .lj {
  margin-left: 62px;
}
.link .lj a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 15px;
  width: 118px;
  border-left: 1px solid #666;
  text-align: center;
}
.link .lj a:last-child {
  border-right: 1px solid #666;
}
