.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: #153d84;
  border-top-color: #153d84;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #153d84;
  border-bottom-color: #153d84;
  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;
  transition: 0.5s;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.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;
}
.pro {
  margin-top: 82px;
}
.pro .top {
  display: flex;
  justify-content: space-between;
}
.pro .top .text {
  position: relative;
}
.pro .top .text::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  background: #c6cee3;
  top: 42px;
  left: 0;
}
.pro .top .text .zm {
  font-family: Arial;
  font-size: 40px;
  color: #153d84;
  line-height: 30px;
}
.pro .top .text h3 {
  margin-top: 15px;
}
.pro .top .text h3 a {
  display: block;
  font-size: 24px;
  color: #405c9c;
}
.pro .top .list {
  width: 1010px;
  display: flex;
  justify-content: space-between;
  background: url(../images/linepro.png) no-repeat center top;
  background-position-y: 38px;
}
.pro .top .list a {
  display: block;
  width: 183px;
  height: 88px;
  font-size: 16px;
  line-height: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding-top: 49px;
  box-sizing: border-box;
  position: relative;
}
.pro .top .list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  background: url(../images/more1.png) no-repeat center;
  top: 80px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .top .list a:hover::before {
  background: url(../images/more2.png) no-repeat center;
}
.pro .top .list a:nth-child(1) {
  background: url(../images/c1.png) no-repeat center top;
}
.pro .top .list a:nth-child(2) {
  background: url(../images/c2.png) no-repeat center top;
}
.pro .top .list a:nth-child(3) {
  background: url(../images/c3.png) no-repeat center top;
}
.pro .top .list a:nth-child(4) {
  background: url(../images/c4.png) no-repeat center top;
}
.pro .top .list a:nth-child(5) {
  background: url(../images/c5.png) no-repeat center top;
}
.pro .top .list a:hover:nth-child(1) {
  background: url(../images/c6.png) no-repeat center top;
}
.pro .top .list a:hover:nth-child(2) {
  background: url(../images/c7.png) no-repeat center top;
}
.pro .top .list a:hover:nth-child(3) {
  background: url(../images/c8.png) no-repeat center top;
}
.pro .top .list a:hover:nth-child(4) {
  background: url(../images/c9.png) no-repeat center top;
}
.pro .top .list a:hover:nth-child(5) {
  background: url(../images/c10.png) no-repeat center top;
}
.pro ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pro ul li {
  width: 280px;
  margin-bottom: 13px;
}
.pro ul li .img {
  display: block;
  width: 280px;
  height: 185px;
  border: 2px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
}
.pro ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro ul li .img img:hover {
  transform: scale(1.1);
}
.pro ul li .text {
  height: 70px;
  width: 280px;
  padding: 0 33px 0 34px;
  box-sizing: border-box;
  position: relative;
}
.pro ul li .text::before {
  content: "";
  display: block;
  width: 2px;
  height: 65px;
  position: absolute;
  background: #ddd;
  top: -20px;
  left: 15px;
  z-index: 30;
}
.pro ul li .text .title {
  display: block;
  line-height: 70px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro ul li .text .more {
  display: block;
  width: 16px;
  height: 70px;
  background: url(../images/more3.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 17px;
}
.pro ul li:hover .text .more {
  background: url(../images/more4.png) no-repeat center;
}
.jin {
  height: 300px;
  background: url(../images/jin.jpg) no-repeat center;
  margin-top: 40px;
  padding-top: 51px;
  box-sizing: border-box;
}
.jin .contents {
  display: flex;
  justify-content: space-between;
}
.jin .plaet {
  width: 565px;
}
.jin .plaet p {
  font-size: 16px;
  color: #fff;
  opacity: 0.4;
  letter-spacing: 5px;
}
.jin .plaet .text {
  font-size: 26px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 3px;
  margin-top: 20px;
}
.jin .plaet .jnw {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 7px;
  margin-top: 45px;
}
.jin .plaet .dly {
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
  margin-top: 24px;
}
.jin .aside {
  width: 355px;
  margin: 33px 0 0 60px;
}
.jin .aside .text span {
  display: block;
  font-size: 20px;
  color: #fff;
}
.jin .aside .text p {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.jin .aside .list {
  width: 355px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.jin .aside .list a {
  width: 163px;
  height: 49px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: block;
  padding-left: 70px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  line-height: 49px;
}
.jin .aside .list a:nth-child(1) {
  background: url(../images/qq.png) no-repeat center left;
  background-position-x: 26px;
}
.jin .aside .list a:nth-child(2) {
  background: url(../images/liu.png) no-repeat center left;
  background-position-x: 26px;
}
.case {
  margin-top: 80px;
}
.case .top {
  display: flex;
  justify-content: space-between;
}
.case .top .text {
  position: relative;
}
.case .top .text::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  background: #c6cee3;
  top: 42px;
  left: 0;
}
.case .top .text .zm {
  font-family: Arial;
  font-size: 40px;
  color: #153d84;
  line-height: 30px;
}
.case .top .text h3 {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  color: #405c9c;
}
.case .top p {
  font-size: 14px;
  color: #999;
  line-height: 40px;
  letter-spacing: 3px;
  position: relative;
  top: -8px;
}
.case .top p::before {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  position: absolute;
  background: #ccc;
  top: 37px;
  right: 0;
}
.case .warp {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.case .warp .imglist {
  display: block;
  width: 650px;
  height: 443px;
  border-radius: 10px;
  border: 10px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
}
.case .warp .imglist img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .warp .imglist img:hover {
  transform: scale(1.1);
}
.case .warp .plaet {
  width: 548px;
}
.case .warp .plaet .texts {
  position: relative;
}
.case .warp .plaet .texts::before {
  content: "";
  display: block;
  width: 142px;
  height: 4px;
  position: absolute;
  background: url(../images/linecase.png) no-repeat center;
  top: 42px;
  left: 0;
}
.case .warp .plaet .texts .title {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .warp .plaet .texts p {
  font-size: 14px;
  color: #333;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
  margin-top: 45px;
  text-indent: 14px;
}
.case .warp .plaet .sild30 {
  margin-top: 130px;
  position: relative;
}
.case .warp .plaet .sild30 .bd li {
  width: 250px;
  height: 171px;
  border-radius: 4px;
  position: relative;
  margin-right: 61px;
  overflow: hidden;
}
.case .warp .plaet .sild30 .bd li .img {
  border: 4px solid #eee;
  display: block;
  width: 250px;
  height: 171px;
  overflow: hidden;
  box-sizing: border-box;
}
.case .warp .plaet .sild30 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .warp .plaet .sild30 .bd li .img img:hover {
  transform: scale(1.1);
}
.case .warp .plaet .sild30 .bd li .text {
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 241px;
  padding: 0 90px 0 10px;
  box-sizing: border-box;
}
.case .warp .plaet .sild30 .bd li .text a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .warp .plaet .sild30 .bd li .text .more {
  display: block;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
}
.case .warp .plaet .sild30 .arrow {
  width: 240px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -78px;
  left: 0;
}
.case .warp .plaet .sild30 .arrow .prev {
  width: 87px;
  height: 30px;
  background: url(../images/prev.png) no-repeat center;
  cursor: pointer;
  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;
}
.case .warp .plaet .sild30 .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  background: url(../images/prevers.png) no-repeat center;
}
.case .warp .plaet .sild30 .arrow .next {
  width: 87px;
  height: 30px;
  background: url(../images/next.png) no-repeat center;
  cursor: pointer;
  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;
}
.case .warp .plaet .sild30 .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  background: url(../images/nexters.png) no-repeat center;
}
.adv {
  margin-top: 80px;
  overflow: hidden;
}
.adv .contents {
  position: relative;
}
.adv .contents::before {
  content: "";
  display: block;
  width: 1075px;
  height: 435px;
  position: absolute;
  background: url(../images/adv.jpg) no-repeat top left;
  top: 0;
  left: -320px;
  z-index: -1;
}
.adv .contents .sild10 {
  position: relative;
}
.adv .contents .sild10 .bd li {
  display: flex;
  justify-content: space-between;
}
.adv .contents .sild10 .bd li .plaet {
  width: 670px;
  margin-top: 199px;
}
.adv .contents .sild10 .bd li .plaet p {
  font-size: 14px;
  color: #bfcded;
  line-height: 36px;
  height: 108px;
}
.adv .contents .sild10 .bd li .plaet .title {
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  font-weight: bold;
  margin-top: 35px;
}
.adv .contents .sild10 .bd li .aside {
  margin-right: -320px;
  border-radius: 0 0 0 20px;
  overflow: hidden;
}
.adv .contents .sild10 .hd {
  width: 677px;
  position: absolute;
  top: 485px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.adv .contents .sild10 .hd li {
  width: 115px;
  height: 115px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  padding-top: 76px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.adv .contents .sild10 .hd li::before {
  content: "";
  display: block;
  width: 37px;
  height: 32px;
  position: absolute;
  background: url(../images/sanji.png) no-repeat center;
  top: -74px;
  left: 37px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.adv .contents .sild10 .hd li:nth-child(1) {
  background: #666 url(../images/yb1.png) no-repeat center top;
  background-position-y: 32px;
}
.adv .contents .sild10 .hd li:nth-child(2) {
  background: #666 url(../images/yb2.png) no-repeat center top;
  background-position-y: 32px;
}
.adv .contents .sild10 .hd li:nth-child(3) {
  background: #666 url(../images/yb3.png) no-repeat center top;
  background-position-y: 32px;
}
.adv .contents .sild10 .hd li:nth-child(4) {
  background: #666 url(../images/yb4.png) no-repeat center top;
  background-position-y: 32px;
}
.adv .contents .sild10 .hd .on:nth-child(1) {
  background: #153d84 url(../images/yb1.png) no-repeat center top;
  background-position-y: 32px;
}
.adv .contents .sild10 .hd .on:nth-child(2) {
  background: #153d84 url(../images/yb2.png) no-repeat center top;
  background-position-y: 32px;
}
.adv .contents .sild10 .hd .on:nth-child(3) {
  background: #153d84 url(../images/yb3.png) no-repeat center top;
  background-position-y: 32px;
}
.adv .contents .sild10 .hd .on:nth-child(4) {
  background: #153d84 url(../images/yb4.png) no-repeat center top;
  background-position-y: 32px;
}
.adv .contents .sild10 .hd .on::before {
  opacity: 1;
}
.adv .contents .sild10 .arrow {
  width: 195px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 340px;
  left: 493px;
}
.adv .contents .sild10 .arrow .prev {
  width: 25px;
  height: 120x;
  background: url(../images/prev2.png) no-repeat center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.adv .contents .sild10 .arrow .prev:hover {
  width: 25px;
  height: 120x;
  background: url(../images/prevs2.png) no-repeat center;
  cursor: pointer;
}
.adv .contents .sild10 .arrow .pageState {
  width: 83px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #919ab5;
  line-height: 30px;
}
.adv .contents .sild10 .arrow .pageState span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
.adv .contents .sild10 .arrow .next {
  width: 25px;
  height: 20px;
  background: url(../images/next2.png) no-repeat top right;
  background-position-y: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.adv .contents .sild10 .arrow .next:hover{
  background: url(../images/nexts2.png) no-repeat top right;
}

.adv .contents .sild10 .top {
  position: absolute;
  top: 56px;
  left: 0;
}
.adv .contents .sild10 .top::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  background: #c6cee3;
  top: 48px;
  left: 0;
}
.adv .contents .sild10 .top .zm {
  font-family: Arial;
  font-size: 40px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
.adv .contents .sild10 .top h3 {
  margin-top: 30px;
  display: block;
  font-size: 24px;
  color: #fff;
}
.abo {
  margin-top: 81px;
  background: url(../images/abo.jpg) no-repeat center bottom;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .z1 {
  width: 610px;
  height: 510px;
  padding: 27px 0 0 28px;
  box-sizing: border-box;
  margin-left: -28px;
  background: url(../images/pivb.jpg) no-repeat top left;
}
.abo .warp .z1 img {
  width: 580px;
  height: 482px;
}
.abo .warp .y1 {
  width: 602px;
}
.abo .warp .y1 .top .zm {
  font-family: Arial;
  font-size: 40px;
  color: #153d84;
  line-height: 30px;
  font-weight: bold;
  text-align: right;
}
.abo .warp .y1 .top h3 {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  color: #405c9c;
  text-align: right;
}
.abo .warp .y1 .title {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 36px;
  text-align: right;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
}
.abo .warp .y1 .title::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  position: absolute;
  background: #0061bf;
  top: 55px;
  right: 0;
}
.abo .warp .y1 p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
  text-align: right;
  margin-top: 35px;
}
.abo .warp .y1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.abo .warp .y1 ul li {
  width: 50%;
  display: flex;
  height: 90px;
  margin-bottom: 35px;
  position: relative;
}
.abo .warp .y1 ul li::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  background: #405c9c;
  top: 65px;
  left: 67px;
}
.abo .warp .y1 ul li i {
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  color: #405c9c;
}
.abo .warp .y1 ul li em {
  font-family: Arial;
  font-size: 30px;
  font-weight: bold;
  color: #405c9c;
}
.abo .warp .y1 ul li span {
  font-size: 18px;
  color: #405c9c;
}
.abo .warp .y1 ul li .paratext {
  font-size: 16px;
  color: #666;
  line-height: 116px;
  margin-left: 31px;
}
.abo .warp .y1 ul li:nth-child(1) span {
  position: relative;
  top: -7px;
}
.abo .warp .y1 ul li:nth-child(1) i {
  width: 67px;
  display: inline-block;
}
.abo .warp .y1 ul li:nth-child(2)::before {
  left: 158px;
}
.abo .warp .y1 ul li:nth-child(2) span {
  position: relative;
  top: -7px;
  left: 8px;
}
.abo .warp .y1 ul li:nth-child(2) i {
  width: 134px;
  display: inline-block;
}
.abo .warp .y1 ul li:nth-child(3)::before {
  left: 73px;
}
.abo .warp .y1 ul li:nth-child(3) span {
  position: relative;
  top: -7px;
  left: 8px;
}
.abo .warp .y1 ul li:nth-child(3) i {
  width: 34px;
  display: inline-block;
}
.abo .warp .y1 ul li:nth-child(4)::before {
  left: 152px;
}
.abo .warp .y1 ul li:nth-child(4) span {
  position: relative;
  top: -7px;
  left: 8px;
}
.abo .warp .y1 ul li:nth-child(4) i {
  width: 134px;
  display: inline-block;
}
.abo .rong {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abo .rong li {
  width: 299px;
  height: 229px;
  position: relative;
}
.abo .rong li .img {
  display: block;
  width: 299px;
  height: 229px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 10px;
}
.abo .rong li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .rong li .img img:hover {
  transform: scale(1.1);
}
.abo .rong li .title {
  display: block;
  width: 199px;
  height: 43px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  position: absolute;
  top: 155px;
  left: 54px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .rong li:hover .title {
  color: #fff;
  background: #153d84;
}
.new {
  margin-top: 82px;
}
.new .top {
  width: 305px;
}
.new .top .zm {
  font-family: Arial;
  font-size: 40px;
  color: #153d84;
  line-height: 30px;
  font-weight: bold;
}
.new .top h3 a {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  color: #405c9c;
}
.new .sild20 {
  margin-top: 40px;
  position: relative;
}
.new .sild20 .bd li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new .sild20 .bd li .list {
  width: 400px;
  height: 85px;
  padding: 0 35px;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 32px;
}
.new .sild20 .bd li .list .title {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild20 .bd li .list .title::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  background: #405c9c;
  border-radius: 50%;
  top: 20px;
  left: 0;
}
.new .sild20 .bd li .list .plaet {
  display: flex;
  justify-content: space-between;
}
.new .sild20 .bd li .list .plaet i {
  font-size: 14px;
  color: #999;
  line-height: 25px;
}
.new .sild20 .bd li .list .plaet .more {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 25px;
}
.new .sild20 .bd li .list:hover .title {
  color: #405c9c;
}
.new .sild20 .hd {
  width: 450px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -96px;
  right: 0;
}
.new .sild20 .hd li {
  width: 100px;
  height: 55px;
  padding-left: 33px;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild20 .hd li a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new .sild20 .hd li:nth-child(1) {
  background: url(../images/new1.png) no-repeat center left;
}
.new .sild20 .hd li:nth-child(2) {
  background: url(../images/new2.png) no-repeat center left;
}
.new .sild20 .hd li:nth-child(3) {
  background: url(../images/new3.png) no-repeat center left;
}
.new .sild20 .hd .on:nth-child(1) {
  background: url(../images/new4.png) no-repeat center left;
}
.new .sild20 .hd .on:nth-child(2) {
  background: url(../images/new5.png) no-repeat center left;
}
.new .sild20 .hd .on:nth-child(3) {
  background: url(../images/new6.png) no-repeat center left;
}
.new .sild20 .hd .on {
  border: 1px solid #153d84;
  border-left: none;
  border-right: none;
}
.new .sild20 .hd .on a {
  color: #153d84;
}
.link {
  height: 39px;
  margin-top: 50px;
}
.link .contents {
  display: flex;
}
.link p {
  font-size: 24px;
  color: #405c9c;
  line-height: 39px;
  font-weight: bold;
}
.link .lj {
  margin-left: 85px;
}
.link .lj a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 39px;
  margin-right: 62px;
}
.link .lj a:last-child {
  margin: 0;
}

