.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: #0f4399;
  border-top-color: #0f4399;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #0f4399;
  border-bottom-color: #0f4399;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1300px;
  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: 152px;
}
.pro .box {
  height: 176px;
  display: flex;
  justify-content: space-between;
}
.pro .box .list {
  width: 635px;
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro .box .list li {
  max-width: 125px;
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .box .list li::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  background: #bfbfbf;
  top: -26px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .box .list li .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 33px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .box .list li .zm {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.pro .box .list li:hover {
  transform: translateY(-4px);
}
.pro .box .list li:hover::before {
  background: #0f4399;
}
.pro .box .list li:hover .cond {
  color: #0f4399;
  font-weight: bold;
}
.pro .box .top {
  height: 176px;
  background: url(../images/t1.png) no-repeat center right;
}
.pro .box .top h3 a {
  color: #333;
  font-size: 18px;
  line-height: 50px;
  text-align: right;
  margin-right: 20px;
  display: block;
}
.pro .box .top .zm {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  letter-spacing: 13px;
  text-align: right;
  margin-top: 72px;
}
.pro .imglist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
}
.pro .imglist li {
  width: 380px;
  margin-bottom: 50px;
}
.pro .imglist li .tu {
  width: 380px;
  height: 230px;
  border: 5px solid #f0f4f9;
  box-sizing: border-box;
}
.pro .imglist li .tu .img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.pro .imglist li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .imglist li .tu .img img:hover {
  transform: scale(1.1);
}
.pro .imglist li .text {
  height: 55px;
  position: relative;
  padding: 0 60px 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.pro .imglist li .text::before {
  content: "";
  display: block;
  width: 292px;
  height: 1px;
  position: absolute;
  background: #eee;
  left: 0;
  bottom: 0;
}
.pro .imglist li .text::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #313131;
  border-radius: 2px;
  top: 31px;
  left: 0;
}
.pro .imglist li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  width: 292px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .imglist li .text .more {
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  position: relative;
}
.case .box .top::before {
  content: "";
  display: block;
  width: 57px;
  height: 4px;
  position: absolute;
  background: #0f4399;
  top: 95px;
  left: 0;
}
.case .box .top h3 {
  color: #333;
  font-size: 28px;
  line-height: 28px;
  display: block;
  font-weight: bold;
}
.case .box .top .zm {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  letter-spacing: 13px;
  margin-top: 17px;
}
.case .box .num span {
  font-size: 16px;
  color: #666;
  line-height: 15px;
  letter-spacing: 13px;
  text-align: right;
  display: block;
}
.case .box .num p {
  font-family: Impact;
  font-size: 24px;
  line-height: 20px;
  color: #333;
  margin-top: 17px;
  letter-spacing: 1px;
  text-align: right;
}
.case .list {
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
}
.case .list li {
  width: 402px;
  height: 485px;
  background: #f8f8f8;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.case .list li::before {
  content: "";
  display: block;
  width: 138px;
  height: 2px;
  position: absolute;
  background: #0f4399;
  bottom: 0;
  left: 50%;
  margin-left: -64px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .list li .img {
  display: block;
  width: 100%;
  height: 336px;
  overflow: hidden;
}
.case .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .list li .img img:hover {
  transform: scale(1.1);
}
.case .list li .cond {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .list li .more {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-family: Times, serif;
  margin-top: 28px;
}
.case .list li:hover::before {
  width: 402px;
  margin-left: -201px;
}
.adv {
  height: 1179px;
  background: url(../images/adv.jpg) no-repeat center top;
  margin: 30px 0 96px;
  padding: 90px 0 0;
  box-sizing: border-box;
}
.adv .contents {
  position: relative;
}
.adv .top {
  height: 176px;
  background: url(../images/t2.png) no-repeat center top;
}
.adv .top h3 {
  color: #333;
  font-size: 18px;
  line-height: 50px;
  text-align: right;
  margin-right: 20px;
  display: block;
}
.adv .top p {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  letter-spacing: 13px;
  text-align: right;
  margin-top: 72px;
}
.adv .sild10 {
  width: 912px;
  margin: 48px 0 0 389px;
  position: relative;
}
.adv .sild10 .bd li {
  width: 912px;
  display: flex;
  justify-content: space-between;
}
.adv .sild10 .bd li .aside {
  width: 433px;
  height: 391px;
}
.adv .sild10 .bd li .plaet {
  width: 381px;
  margin: 75px 40px 0 0;
}
.adv .sild10 .bd li .plaet .cond {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  text-align: right;
}
.adv .sild10 .bd li .plaet .zm {
  font-family: Arial;
  font-size: 14px;
  color: #ccc;
  line-height: 13px;
  text-align: right;
  margin: 17px 0 35px 0;
}
.adv .sild10 .bd li .plaet p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.adv .sild10 .arrow {
  width: 255px;
  position: absolute;
  bottom: 0;
  left: 490px;
  display: flex;
  justify-content: space-between;
}
.adv .sild10 .arrow::before {
  content: "";
  display: block;
  width: 149px;
  height: 1px;
  position: absolute;
  background: #7e8fa5;
  top: 30px;
  left: 271px;
}
.adv .sild10 .arrow .pageState {
  flex: 50%;
  font-size: 20px;
  font-family: Times,serif;
  line-height: 41px;
  color: #afb4bf;
  font-weight: bold;
}
.adv .sild10 .arrow .pageState span {
  font-size: 60px;
  font-family: Times, serif;
  line-height: 41px;
  color: #0f4399;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.adv .sild10 .arrow .prev {
  width: 41px;
  height: 41px;
  background: url(../images/arr-adv.png) no-repeat bottom left;
  cursor: pointer;
}
.adv .sild10 .arrow .next {
  width: 41px;
  height: 41px;
  background: url(../images/arr-adv.png) no-repeat bottom right;
  cursor: pointer;
}
.adv .sild20 {
  position: relative;
  margin-top: 83px;
}
.adv .sild20 .bd li {
  display: flex;
  justify-content: space-between;
}
.adv .sild20 .bd li .plaet {
  width: 573px;
  margin: 75px 40px 0 0;
}
.adv .sild20 .bd li .plaet .cond {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
}
.adv .sild20 .bd li .plaet .zm {
  font-family: Arial;
  font-size: 14px;
  color: #ccc;
  line-height: 13px;
  margin: 17px 0 35px 0;
}
.adv .sild20 .bd li .plaet p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.adv .sild20 .bd li .aside {
  width: 625px;
  height: 391px;
}
.adv .sild20 .arrow {
  width: 255px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.adv .sild20 .arrow::before {
  content: "";
  display: block;
  width: 149px;
  height: 1px;
  position: absolute;
  background: #7e8fa5;
  top: 30px;
  left: 271px;
}
.adv .sild20 .arrow .pageState {
  flex: 50%;
  font-size: 20px;
  font-family: Times,serif;
  line-height: 41px;
  color: #afb4bf;
  font-weight: bold;
}
.adv .sild20 .arrow .pageState span {
  font-size: 60px;
  font-family: Times, serif;
  line-height: 41px;
  color: #0f4399;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.adv .sild20 .arrow .prev {
  width: 41px;
  height: 41px;
  background: url(../images/arr-adv.png) no-repeat bottom left;
  cursor: pointer;
}
.adv .sild20 .arrow .next {
  width: 41px;
  height: 41px;
  background: url(../images/arr-adv.png) no-repeat bottom right;
  cursor: pointer;
}
.adv .dec {
  width: 355px;
  position: absolute;
  top: 343px;
  left: 0;
}
.adv .dec p {
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.adv .dec .zm {
  font-family: Arial;
  font-size: 12px;
  color: #aabbd5;
  line-height: 22px;
}
.adv .dec img {
  margin-left: -88px;
}
.abo {
  height: 647px;
  background: #0f4399;
  margin-top: 81px;
}
.abo .contents {
  position: relative;
}
.abo .about {
  display: block;
  width: 846px;
  height: 647px;
  margin-left: -167px;
}
.abo .about img {
  width: 100%;
  height: 100%;
}
.abo .top {
  width: 323px;
  height: 146px;
  background: url(../images/t3.png) no-repeat center right;
  position: absolute;
  top: 119px;
  right: 0;
}
.abo .top h3 {
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  margin-right: 21px;
  text-align: right;
}
.abo .text {
  width: 814px;
  height: 333px;
  background: #fff url(../images/jin.png) no-repeat left bottom;
  background-position-x: 40px;
  position: absolute;
  top: 314px;
  right: 0;
  padding: 61px 67px 0 51px;
  box-sizing: border-box;
}
.abo .text .cond {
  color: #333;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 5px;
  text-align: right;
  font-weight: bold;
}
.abo .text p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
  margin-top: 35px;
}
.abo .text .more {
  display: block;
  width: 150px;
  height: 50px;
  background: #0f4399;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 30px 0 0 546px;
}
.new {
  margin-top: 81px;
}
.new .top {
  height: 176px;
  background: url(../images/t4.png) no-repeat center left;
}
.new .top h3 a {
  color: #333;
  font-size: 18px;
  line-height: 50px;
  margin-left: 20px;
  display: block;
}
.new .top .zm {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  letter-spacing: 13px;
  margin-top: 72px;
}
.new .sild30 {
  margin-top: 54px;
  position: relative;
}
.new .sild30 .hd3 {
  width: 440px;
  margin: 80px 0 0;
  position: absolute;
  top: -200px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.new .sild30 .hd3 li {
  max-width: 125px;
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .hd3 li::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  background: #bfbfbf;
  top: -26px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .hd3 li .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 33px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .sild30 .hd3 li .zm {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.new .sild30 .hd3 .on {
  transform: translateY(-4px);
}
.new .sild30 .hd3 .on::before {
  background: #0f4399;
}
.new .sild30 .hd3 .on .cond {
  color: #0f4399;
  font-weight: bold;
}
.new .sild30 .bd3 li {
  width: 1300px;
  display: flex;
  justify-content: space-between;
}
.new .sild30 .bd3 li .newlist {
  width: 552px;
  height: 440px;
  background: #f8f8f8;
  padding: 20px 20px 0 43px;
  box-sizing: border-box;
  position: relative;
}
.new .sild30 .bd3 li .newlist .bde .list {
  position: relative;
}
.new .sild30 .bd3 li .newlist .bde .list .img {
  display: block;
  width: 414px;
  height: 274px;
  overflow: hidden;
  margin-left: 77px;
}
.new .sild30 .bd3 li .newlist .bde .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .bd3 li .newlist .bde .list .img img:hover {
  transform: scale(1.1);
}
.new .sild30 .bd3 li .newlist .bde .list .text {
  position: relative;
}
.new .sild30 .bd3 li .newlist .bde .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  width: 415px;
  margin: 41px 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .bd3 li .newlist .bde .list .text p {
  font-size: 14px;
  color: #666;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .sild30 .bd3 li .newlist .bde .list .text .more {
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  top: -4px;
  right: 32px;
}
.new .sild30 .bd3 li .newlist .bde .list .data {
  position: absolute;
  top: 32px;
  left: 0;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
}
.new .sild30 .bd3 li .newlist .bde .list .data::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  background: #333;
  top: 41px;
  left: 21px;
}
.new .sild30 .bd3 li .newlist .bde .list .data i {
  font-family: Arial;
  font-size: 38px;
  font-weight: bold;
  line-height: 27px;
  color: #0f4399;
  display: block;
  margin-bottom: 34px;
  text-align: right;
}
.new .sild30 .bd3 li .newlist .bde .list:hover .text .cond {
  color: #0f4399;
}
.new .sild30 .bd3 li .newlist .hde {
  height: 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: 171px;
  left: 73px;
}
.new .sild30 .bd3 li .newlist .hde .list {
  width: 6px;
  height: 6px;
  background: #e5e5e5;
  border-radius: 50%;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .bd3 li .newlist .hde .on {
  background: #0f4399;
}
.new .sild30 .bd3 li .region {
  width: 675px;
}
.new .sild30 .bd3 li .region .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
  position: relative;
}
.new .sild30 .bd3 li .region .list::before {
  content: "";
  display: block;
  width: 670px;
  height: 1px;
  position: absolute;
  border-bottom: 1px dashed #f3f3f3;
  top: 138px;
  left: 0;
}
.new .sild30 .bd3 li .region .list .data {
  position: relative;
  font-family: Arial;
  font-size: 24px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.new .sild30 .bd3 li .region .list .data::before {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  position: absolute;
  background: #bfbfbf;
  top: 31px;
  left: 5px;
}
.new .sild30 .bd3 li .region .list .data i {
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 10px;
  text-align: right;
  display: block;
  margin: 12px 0 22px 0;
}
.new .sild30 .bd3 li .region .list .img {
  display: block;
  width: 170px;
  height: 112px;
  overflow: hidden;
}
.new .sild30 .bd3 li .region .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .bd3 li .region .list .img img:hover {
  transform: scale(1.1);
}
.new .sild30 .bd3 li .region .list .text {
  width: 429px;
  position: relative;
}
.new .sild30 .bd3 li .region .list .text::before {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  position: absolute;
  background: #14419c;
  top: 31px;
  left: 0;
}
.new .sild30 .bd3 li .region .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 15px;
  margin-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .bd3 li .region .list .text p {
  font-size: 14px;
  color: #666;
  line-height: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .sild30 .bd3 li .region .list .text .more {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.new .sild30 .bd3 li .region .list:hover .text .cond {
  color: #0f4399;
}
.new .sild30 .bd3 li .region .list:last-child::before {
  display: none;
}
.link .contents {
  display: flex;
}
.link p {
  width: 208px;
  height: 39px;
  background: url(../images/link.png) no-repeat center;
  font-size: 20px;
  color: #3d424c;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 15px 0 0 30px;
  box-sizing: border-box;
}
.link .lj {
  margin-left: 33px;
}
.link .lj a {
  font-size: 14px;
  color: #666;
  line-height: 39px;
  margin-right: 15px;
}
