.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: #274eb5;
  border-top-color: #274eb5;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #274eb5;
  border-bottom-color: #274eb5;
  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);
  }
}
.abo {
  height: 705px;
  background: url(../images/abo.png) no-repeat center top;
  padding: 75px 0 0;
  box-sizing: border-box;
}
.abo .top {
  position: relative;
}
.abo .top::before {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  position: absolute;
  background: #274eb5;
  top: 114px;
  left: 0;
}
.abo .top::after {
  content: "";
  display: block;
  width: 45px;
  height: 16px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 23px;
  left: -56px;
}
.abo .top .zm {
  font-size: 54px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 43px;
  height: 43px;
  color: #333;
}
.abo .top .zm i {
  color: #274eb5;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.abo .top h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
  margin: 20px 0 0;
}
.abo .top h3 i {
  color: #274eb5;
  font-weight: bold;
}
.abo .top p {
  font-size: 14px;
  color: #646464;
  line-height: 13px;
  letter-spacing: 11px;
  margin: 50px 0 0;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
  margin: 13px 0 0;
  position: relative;
}
.abo .warp .aside {
  width: 656px;
  height: 375px;
  background: rgba(255, 255, 255, 0.8) url(../images/asid.png) no-repeat top left;
  background-position: 19px 17px;
  border-radius: 10px;
  box-shadow: 3px 3px 21px 0px rgba(38, 75, 175, 0.06);
  margin: 30px 0 0;
  padding: 90px 36px 0 20px;
  box-sizing: border-box;
}
.abo .warp .aside p {
  font-size: 15px;
  color: #707070;
  line-height: 43px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   overflow: hidden;
   height: 172px;
}
.abo .warp .aside .art {
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside .art .tex i {
  font-size: 16px;
  color: #4f4d4d;
  line-height: 32px;
  display: block;
  font-weight: bold;
}
.abo .warp .aside .art .tex span {
  font-size: 16px;
  color: #4f4d4d;
  line-height: 32px;
  display: block;
  font-weight: bold;
}
.abo .warp .aside .art .more {
  display: block;
  width: 165px;
  height: 43px;
  border-radius: 21px;
  box-shadow: 6px 10px 16px 0px rgba(0, 0, 0, 0.14);
  font-size: 14px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  position: relative;
  background: #274eb5;
  z-index: 10;
  transition: 0.6s ease-out;
  margin: 15px 0 0;
}
.abo .warp .aside .art .more::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  background: #ffd73a;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  border-radius: 21px;
  transition: 0.4s ease-out;
}
.abo .warp .aside .art .more:hover {
  background: none;
  transform: translateY(-5px);
}
.abo .warp .aside .art .more:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.abo .warp .plaet {
  width: 591px;
  height: 418px;
  background: #fff;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.27);
  border-radius: 5px;
  position: relative;
  z-index: 100;
  padding: 13px;
  box-sizing: border-box;
}

.abo .warp .plaet iframe{
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
}

.abo .warp::before{
  content: "";
  width: 506px;
  height: 506px;
  background: #254bae;
  border-radius: 50%;
  position: absolute;
  top: -53px;
  right: 38px;
  z-index: 1;
}

.honor {
  height: 456px;
  background: url(../images/abo.png) no-repeat center bottom;
  padding: 60px 0 0;
  box-sizing: border-box;
}
.honor .top h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  color: #393939;
  padding-left: 30px;
  background: url(../images/t2.png) no-repeat center left;
}
.honor .top p {
  font-size: 16px;
  color: #232323;
  line-height: 15px;
  opacity: 0.5;
  margin: 11px 0 0;
}
.honor .list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.honor .list li {
  width: 235px;
}
.honor .list li .tu {
  width: 235px;
  height: 170px;
  border: 1px solid #dfe2e6;
  box-sizing: border-box;
  overflow: hidden;
}
.honor .list li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor .list li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.honor .list li .tu .img img:hover {
  transform: scale(1.1);
}
.honor .list li .cond {
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.honor .list li:hover .cond {
  color: #274eb5;
  letter-spacing: 1px;
}
.pro {
  height: 840px;
  background: url(../images/pro.jpg) no-repeat center top;
}
.pro .contents {
  position: relative;
}
.pro .contents .dec {
  width: 291px;
  height: 432px;
  position: absolute;
  top: 217px;
  left: -290px;
}
.pro .warp {
  margin: 0 -3px 0 -3px;
  padding: 1px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.pro .warp .aside {
  width: 303px;
  height: 692px;
  background: url(../images/proaside.png) no-repeat center top;
  padding: 92px 0 0 25px;
  box-sizing: border-box;
}
.pro .warp .aside .top {
  position: relative;
}
.pro .warp .aside .top::before {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  position: absolute;
  background: #fff;
  top: 167px;
  left: 0;
}
.pro .warp .aside .top::after {
  content: "";
  display: block;
  width: 45px;
  height: 16px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 23px;
  left: -80px;
}
.pro .warp .aside .top .zm {
  font-size: 54px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 43px;
  height: 43px;
  color: #fff;
}
.pro .warp .aside .top .zm i {
  color: #274eb5;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.pro .warp .aside .top h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0 0;
}
.pro .warp .aside .top p {
  font-size: 14px;
  color: #fff;
  line-height: 13px;
  letter-spacing: 8px;
  margin: 35px 0 0;
}
.pro .warp .aside .top .tel {
  font-size: 16px;
  color: #fff;
  line-height: 15px;
  font-weight: bold;
  margin: 65px 0 0;
}
.pro .warp .proswpier {
  width: 985px;
  position: relative;
}
.pro .warp .proswpier .swiper-slide .art {
  width: 329px;
  height: 231px;
  background: #fff;
  padding: 55px 0 0 37px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .proswpier .swiper-slide .art .cond {
  display: block;
  font-size: 18px;
  color: #323232;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .proswpier .swiper-slide .art P {
  width: 205px;
  font-size: 12px;
  color: #5a5b5d;
  line-height: 18px;
  font-weight: 100;
  margin: 10px 0 0;
}
.pro .warp .proswpier .swiper-slide .art .more {
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/more1.png) no-repeat center;
  margin: 30px 0 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .proswpier .swiper-slide .art .tu {
  width: 107px;
  height: 107px;
  border: 2px solid #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 8px 0px rgba(38, 75, 175, 0.19);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.pro .warp .proswpier .swiper-slide .art .tu .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .proswpier .swiper-slide .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .proswpier .swiper-slide .art .tu .img img:hover {
  transform: scale(1.1);
}
.pro .warp .proswpier .swiper-slide .art:hover {
  background: #ffd73a !important;
}
.pro .warp .proswpier .swiper-slide .art:hover .cond {
  letter-spacing: 1px !important;
}
.pro .warp .proswpier .swiper-slide .art:hover .more {
  background: url(../images/more2.png) no-repeat center !important;
}
.pro .warp .proswpier .swiper-slide-prev .art:nth-child(2) {
  background: #f7f7f7;
}
.pro .warp .proswpier .swiper-slide-active .art:nth-child(1) {
  background: #f7f7f7;
}
.pro .warp .proswpier .swiper-slide-active .art:nth-child(3) {
  background: #f7f7f7;
}
.pro .warp .proswpier .swiper-slide-next .art:nth-child(2) {
  background: #f7f7f7;
}
.pro .warp .proswpier .box {
  position: absolute;
  bottom: 27px;
  left: -278px;
  display: flex;
}
.pro .warp .proswpier .box .arr {
  width: 190px;
  height: 40px;
  background: #fff;
  padding: 0 20px 0 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.pro .warp .proswpier .box .arr .Pprev {
  font-size: 12px;
  color: #676767;
  line-height: 40px;
  cursor: pointer;
}
.pro .warp .proswpier .box .arr .Pprev i {
  margin-right: 5px;
}
.pro .warp .proswpier .box .arr .Pnext {
  font-size: 12px;
  color: #676767;
  line-height: 40px;
  cursor: pointer;
}
.pro .warp .proswpier .box .more {
  display: block;
  width: 26px;
  height: 40px;
  background: url(../images/more3.jpg) no-repeat center;
  margin-left: 8px;
}
.equi {
  overflow: hidden;
  height: 595px;
}
.equi .contents {
  position: relative;
}
.equi .contents::before {
  content: "";
  display: block;
  width: 1677px;
  height: 323px;
  position: absolute;
  background: #f7f7f7;
  border-radius: 0 10px 10px 0;
  top: 245px;
  left: -320px;
  z-index: -1;
}
.equi .top {
  position: relative;
}

.equi .moreers{
  display: block;
  width: 52px;
  height: 52px;
  background: #274eb5;
  border-radius: 50%;
  position: absolute;
  top: 217px;
  right: -100px;
}

.equi .moreers::before{
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -1px;
}

.equi .moreers::after{
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -11px;
}

.equi .top::before {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  position: absolute;
  background: #274eb5;
  top: 104px;
  left: 0;
}
.equi .top::after {
  content: "";
  display: block;
  width: 45px;
  height: 16px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 23px;
  left: -56px;
}
.equi .top .zm {
  font-size: 54px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 43px;
  height: 43px;
  color: #333;
}
.equi .top .zm i {
  color: #274eb5;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.equi .top .zm span {
  font-size: 22px;
  color: #3e3e3e;
  line-height: 48px;
  font-weight: bold;
  display: inline-block;
  margin-left: 13px;
}
.equi .top p {
  font-size: 14px;
  color: #646464;
  line-height: 13px;
  letter-spacing: 11px;
  margin: 22px 0 0;
}
.equi .list {
  display: flex;
  justify-content: space-between;
}

.equi .equislide {
  margin: 75px 0 0;
  position: relative;
}

.equi .equislide .prev{
  width: 31px;
  height: 31px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  top: 130px;
  left: -70px;
  cursor: pointer;
  transform: rotateY(180deg);
}

.equi .equislide .next{
  width: 31px;
  height: 31px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  top: 130px;
  right: -70px;
  cursor: pointer;
}

.equi .list li {
  width: 379px;
  margin: 0 70px 0 0;
}
.equi .list li .img {
  display: block;
  width: 379px;
  height: 283px;
  overflow: hidden;
}
.equi .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.equi .list li .img img:hover {
  transform: scale(1.1);
}
.equi .list li .text {
  height: 62px;
  position: relative;
  padding: 0 60px 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
  background: url(../images/title1.png) no-repeat top left;
  background-position-y: 30px;
}
.equi .list li .text .cond {
  display: block;
  font-size: 16px;
  color: #424242;
  line-height: 70px;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.equi .list li .text .more {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 70px;
  height: 62px;
  position: absolute;
  top: 0;
  right: 0;
}
.equi .list li:hover .text .cond {
  color: #274eb5;
  letter-spacing: 1px;
}
.equi .tel {
  width: 253px;
  height: 42px;
  background: #274eb5 url(../images/tel1.png) no-repeat center left;
  background-position-x: 12px;
  border-radius: 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  padding: 0 0 0 59px;
  box-sizing: border-box;
  margin: 45px auto 0;
  color: #fff;
  text-align: center;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.case {
  margin: 75px 0 0;
}
.case .top {
  position: relative;
}
.case .top::before {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  position: absolute;
  background: #274eb5;
  top: 104px;
  left: 0;
}
.case .top::after {
  content: "";
  display: block;
  width: 45px;
  height: 16px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 23px;
  left: -56px;
}
.case .top .zm {
  font-size: 54px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 43px;
  height: 43px;
  color: #333;
}
.case .top .zm i {
  color: #274eb5;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.case .top .zm span {
  font-size: 22px;
  color: #3e3e3e;
  line-height: 48px;
  font-weight: bold;
  display: inline-block;
  margin-left: 13px;
}
.case .top p {
  font-size: 14px;
  color: #646464;
  line-height: 13px;
  letter-spacing: 11px;
  margin: 22px 0 0;
}
.case .warp {
  display: flex;
  justify-content: space-between;
}
.case .warp .aside {
  margin: 55px 0 0;
  width: 523px;
  height: 582px;
  padding: 14px;
  box-sizing: border-box;
  border: solid 1px #e1e1e1;
}
.case .warp .aside .img {
  display: block;
  width: 100%;
  height: 397px;
  overflow: hidden;
}
.case .warp .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .aside .img img:hover {
  transform: scale(1.1);
}
.case .warp .aside .text {
  position: relative;
}
.case .warp .aside .text::before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  background: #274eb5;
  top: 73px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .aside .text .cond {
  display: block;
  height: 74px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 50px 0 0;
  font-size: 18px;
  color: #525252;
  line-height: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .warp .aside .text p {
  font-size: 15px;
  color: #9c9c9c;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 12px 0 0;
}
.case .warp .aside .text .more {
  display: block;
  font-size: 12px;
  color: #c1c1c1;
  line-height: 74px;
  position: absolute;
  top: 0;
  right: 0;
}
.case .warp .aside:hover .text::before {
  width: 100%;
}
.case .warp .list {
  margin: -35px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 720px;
}
.case .warp .list li {
  width: 339px;
  height: 324px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 25px;
}
.case .warp .list li .img {
  display: block;
  width: 100%;
  height: 257px;
  overflow: hidden;
}
.case .warp .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .list li .img img:hover {
  transform: scale(1.1);
}
.case .warp .list li .cond {
  display: block;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 58px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .list li:hover .cond {
  color: #274eb5;
  letter-spacing: 1px;
}
.region {
  overflow: hidden;
  margin: 20px 0 0;
}
.region .contents {
  display: flex;
  justify-content: space-between;
}
.region .aside {
  width: 800px;
  height: 205px;
  position: relative;
  z-index: 50;
  padding: 40px 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.region .aside::before {
  content: "";
  display: block;
  width: 1214px;
  height: 205px;
  position: absolute;
  background: #274eb5;
  border-radius: 0 103px 103px 0;
  top: 0;
  left: -320px;
  z-index: -1;
}
.region .aside .top h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  padding-left: 30px;
  background: url(../images/t3.png) no-repeat center left;
}
.region .aside .top p {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  margin: 12px 0 0;
}
.region .aside .FOM {
  width: 620px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.region .aside .FOM .n {
  height: 50px;
  border-radius: 4px;
  position: relative;
  padding: 0 0 0 26px;
  box-sizing: border-box;
  margin-bottom: 24px;
  border-top: solid 1px #4364b9;
  border-bottom: solid 1px #4364b9;
}
.region .aside .FOM .n img {
  width: 80px;
  height: 32px;
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}
.region .aside .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 14px;
  background: none;
  color: #bdbdbd;
}
.region .aside .FOM .n input::placeholder {
  color: #bdbdbd;
}
.region .aside .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 47px;
  font-size: 14px;
  background: none;
  color: #bdbdbd;
}
.region .aside .FOM .n textarea::placeholder {
  color: #bdbdbd;
}
.region .aside .FOM .n:nth-child(1) {
  background: url(../images/f1.png) no-repeat center left;
  background-position-x: 2px;
  width: 302px;
}
.region .aside .FOM .n:nth-child(2) {
  background: url(../images/f2.png) no-repeat center left;
  background-position-x: 2px;
  width: 302px;
}
.region .aside .FOM .n:nth-child(3) {
  background: url(../images/f3.png) no-repeat center left;
  background-position-x: 2px;
  width: 302px;
}
.region .aside .FOM .n:nth-child(4) {
  background: url(../images/f4.png) no-repeat center left;
  background-position-x: 2px;
  width: 302px;
}
.region .aside .FOM #btn {
  width: 140px;
  height: 40px;
  background: #ffd015 url(../images/btn.png) no-repeat center left;
  background-position-x: 40px;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  font-size: 15px;
  color: #464646;
  cursor: pointer;
  border-radius: 21px;
  line-height: 40px;
  position: absolute;
  top: 125px;
  left: 0;
  z-index: 100;
}
.region .plaet {
  height: 149px;
  position: relative;
  z-index: 50;
  margin: 68px 0 0;
  padding: 51px 0 0;
  box-sizing: border-box;
}
.region .plaet::before {
  content: "";
  display: block;
  width: 792px;
  height: 148px;
  position: absolute;
  background: url(../images/regiom.png) no-repeat center;
  top: 0;
  right: -320px;
  z-index: -1;
}
.region .plaet::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  background: #274eb5;
  top: 111px;
  right: 0;
}
.region .plaet h3 {
  font-size: 22px;
  color: #3e3e3e;
  line-height: 21px;
  text-align: right;
  margin-bottom: 13px;
}
.region .plaet p {
  font-size: 12px;
  color: #828794;
  line-height: 11px;
  letter-spacing: 1px;
  text-align: right;
}
.capital {
  margin: 60px 0 0;
}
.capital .top {
  position: relative;
}
.capital .top::before {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  position: absolute;
  background: #274eb5;
  top: 104px;
  left: 0;
}
.capital .top::after {
  content: "";
  display: block;
  width: 45px;
  height: 16px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 23px;
  left: -56px;
}
.capital .top .zm {
  font-size: 54px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 43px;
  height: 43px;
  color: #333;
}
.capital .top .zm i {
  color: #274eb5;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.capital .top .zm span {
  font-size: 22px;
  color: #3e3e3e;
  line-height: 48px;
  font-weight: bold;
  display: inline-block;
  margin-left: 13px;
}
.capital .top p {
  font-size: 14px;
  color: #646464;
  line-height: 13px;
  letter-spacing: 11px;
  margin: 22px 0 0;
}
.capital .capitalslide {
  margin: 68px 0 0;
  position: relative;
}
.capital .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
  width: 1280px;
}
.capital .capitalslide .bd li .aside {
  width: 410px;
}
.capital .capitalslide .bd li .aside .art {
  width: 410px;
  height: 512px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 30px 20px 20px 20px;
  position: relative;
}
.capital .capitalslide .bd li .aside .art::before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  background: url(../images/title2.png) no-repeat center;
  top: 95px;
  left: 23px;
}
.capital .capitalslide .bd li .aside .art .data i {
  display: block;
  font-size: 24px;
  color: #274eb5;
  line-height: 20px;
  font-weight: bold;
}
.capital .capitalslide .bd li .aside .art .data span {
  display: block;
  font-size: 12px;
  color: #929292;
  line-height: 10px;
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .aside .art .cond {
  display: block;
  font-size: 16px;
  color: #595959;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  margin: 40px 0 10px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .art .img {
  display: block;
  width: 100%;
  height: 307px;
  overflow: hidden;
}
.capital .capitalslide .bd li .aside .art .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .art .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .aside .art:hover .cond {
  color: #274eb5;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .aside .list {
  display: flex;
  justify-content: space-between;
  width: 410px;
  height: 105px;
  margin: 35px 0 0;
  border-bottom: 1px solid #d5dde8;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .aside .list .more {
  display: block;
  width: 60px;
  background: url(../images/more4.png) no-repeat top left;
  background-position-x: 7px;
  padding: 40px 0 0 7px;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  color: #959595;
  height: 105px;
}
.capital .capitalslide .bd li .aside .list .more::before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  background: #d8d8d8;
  top: 0;
  right: 0;
}
.capital .capitalslide .bd li .aside .list .text {
  width: 315px;
}
.capital .capitalslide .bd li .aside .list .text .cond {
  display: block;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .list .text .data {
  width: 96px;
  height: 25px;
  background: #f0f0f0;
  font-size: 12px;
  color: #4e4e4e;
  line-height: 25px;
  text-align: center;
  margin: 10px 0 0;
}
.capital .capitalslide .bd li .aside .list:hover .text .cond {
  color: #274eb5;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .plaet {
  width: 860px;
  height: 706px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capital .capitalslide .bd li .plaet .list {
  width: 286px;
  height: 352px;
  padding: 25px 15px 0;
  box-sizing: border-box;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.capital .capitalslide .bd li .plaet .list .img {
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.capital .capitalslide .bd li .plaet .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .plaet .list .text {
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .plaet .list .text .cond {
  display: block;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .text .data {
  display: flex;
  margin: 20px 0 0;
  font-size: 12px;
  color: #767676;
  line-height: 16px;
}
.capital .capitalslide .bd li .plaet .list .text .data i {
  display: block;
  width: 56px;
  height: 16px;
  background: #d5dde8;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  margin-right: 10px;
}
.capital .capitalslide .bd li .plaet .list:hover .text .cond {
  letter-spacing: 1px;
  color: #274eb5;
}
.capital .capitalslide .bd li .plaet .list:nth-child(3) {
  border-right: none;
}
.capital .capitalslide .bd li .plaet .list:nth-child(4) {
  border-bottom: none;
}
.capital .capitalslide .bd li .plaet .list:nth-child(5) {
  border-bottom: none;
}
.capital .capitalslide .bd li .plaet .list:nth-child(6) {
  border-right: none;
  border-bottom: none;
}
.capital .capitalslide .hd {
  width: 513px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -118px;
  right: 0;
}
.capital .capitalslide .hd li {
  position: relative;
  height: 47px;
  padding: 7px 0 0 56px;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
}
.capital .capitalslide .hd li a i {
  display: block;
  font-size: 18px;
  color: #4b4b4b;
  line-height: 17px;
}
.capital .capitalslide .hd li a span {
  display: block;
  font-size: 12px;
  color: #9a9a9a;
  line-height: 10px;
  margin: 7px 0 0;
}
.capital .capitalslide .hd li:nth-child(1) {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(2) {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(3) {
  background: url(../images/nt3.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(1) {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(2) {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(3) {
  background: url(../images/nt4.png) no-repeat center left;
}
.link {
  margin: 40px 0 20px;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link .art {
  flex: 0 0 1;
}
.link .art h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #393939;
  padding-left: 30px;
  background: url(../images/t4.png) no-repeat center left;
}
.link .art p {
  font-size: 16px;
  color: #232323;
  opacity: 0.5;
  margin: 12px 0 0;
  padding-left: 30px;
}
.link .lj {
  flex: 0 0 85%;
  display: flex;
  flex-wrap: wrap;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 26px;
}
.link .lj a i {
  margin: 0 15px;
}
.link .lj a:hover {
  color: #274eb5;
}
