﻿.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: #004ba6;
  border-top-color: #004ba6;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #004ba6;
  border-bottom-color: #004ba6;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 75%;
  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 {
  width: 85%;
  margin: 70px auto 0;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  position: relative;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 106px;
  height: 12px;
  position: absolute;
  background:#fd822d;
  top: 68%;
  left: 0;
  z-index: -1;
}
.pro .box .top .zm {
  font-family: Arial;
  font-size: 68px;
  font-weight: 1000;
  line-height: 51px;
  color: #fff;
  -webkit-text-stroke: 1px #ececec;
}
.pro .box .top h3 {
  position: absolute;
  top: 37px;
  left: 6px;
}
.pro .box .top h3 a {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.pro .box .top p {
  font-size: 14px;
  color: #ccc;
  line-height: 11px;
  letter-spacing: 1px;
  margin: 32px 0 0;
}
.pro .box .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 94px;
  padding-right: 45px;
  background: url(../images/more1.png) no-repeat center right;
}
.pro .list {
  display: flex;
   justify-content: space-between; 
  flex-wrap: wrap;
  margin: 51px 0 0;
}
.pro .list li {
  width: 17%;
  margin: 0 1.5
  position: relative;
  flex: 0 0 17%;
  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;
}
.pro .list li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.pro .list li .img {
  display: block;
  width: 100%;
 
  overflow: hidden;
}
.pro .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li .text {
  width: 100%;
  height: 298px;
  border: 1px dashed #dedede;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 20px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li .text .logo {
  display: block;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li .text .logo img {
  width: auto;
  height: 103px;
  margin: 0 auto;
  display: block;
}
.pro .list li .text .cond {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  margin: 70px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li .text .zm {
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li .conds {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 69px;
  text-align: center;
  margin: 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .list li:hover .text {
  background: #fd822d;
}
.pro .list li:hover .text .logo {
  opacity: 1;
}
.pro .list li:hover .text .cond {
  opacity: 1;
}
.pro .list li:hover .text .zm {
  opacity: 1;
}
.abo {
  height: 755px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 65px 0 0;
  padding: 95px 0 0;
  box-sizing: border-box;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .z1 {
  width: 616px;
  margin: 14px 0 0;
}
.abo .warp .z1 .top .zm {
  font-family: 'Times New Roman', Times, serif;
  font-size: 75px;
  font-weight: bold;
  line-height: 58px;
  color: #fff;
}
.abo .warp .z1 .top h3 {
  font-size: 26px;
  color: #fff;
  line-height: 25px;
  margin: 31px 0 0;
}
.abo .warp .z1 .cond {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  margin: 64px 0 0;
}
.abo .warp .z1 .text {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  margin: 20px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
}
.abo .warp .z1 .more {
  display: block;
  width: 133px;
  height: 41px;
  background: #fff url(../images/more2.png) no-repeat center left;
  background-position-x: 21px;
  border-radius: 21px;
  font-family: Arial;
  font-size: 14px;
  color: #004ba6;
  line-height: 41px;
  padding: 0 0 0 50px;
  box-sizing: border-box;
  margin: 45px 0 0;
  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;
}
.abo .warp .z1 .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .warp .z1 .num {
  padding: 0 0 0 82px;
  background: url(../images/tel1.png) no-repeat center left;
  margin: 134px 0 0;
}
.abo .warp .z1 .num p {
  font-family: Arial;
  font-size: 20px;
  color: #333;
  line-height: 15px;
  font-weight: bold;
}
.abo .warp .z1 .num span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #989898;
  line-height: 10px;
  margin: 15px 0 0;
}
.abo .warp .y1 {
  width: 640px;
  position: relative;
}
.abo .warp .y1::before {
  content: "";
  display: block;
  width: 21px;
  height: 56px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center;
  top: -26px;
  right: 31px;
  z-index: 5;
}
.abo .warp .y1 .about {
  width: 640px;
  height: 636px;
  overflow: hidden;
}
.abo .warp .y1 .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .warp .y1 .about img:hover {
  transform: scale(1.1);
}
.abo .warp .y1 p {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  writing-mode: tb-rl;
  line-height: 12px;
  position: absolute;
  top: 97px;
  right: -35px;
}
.case {
  height: 775px;
  background: url(../images/case.jpg) no-repeat center top;
  padding: 70px 0 0;
  box-sizing: border-box;
}
.case .boxs {
  display: flex;
  justify-content: space-between;
}
.case .boxs .top {
  position: relative;
  width: 300px;
}
.case .boxs .top::before {
  content: "";
  display: block;
  width: 235px;
  height: 12px;
  position: absolute;
  background: #fb6326;
  top: 56px;
  left: 0;
  z-index: -1;
}
.case .boxs .top .zm {
  font-family: Arial;
  font-size: 68px;
  font-weight: 1000;
  line-height: 51px;
  color: #fff;
  -webkit-text-stroke: 1px #ececec;
}
.case .boxs .top h3 {
  position: absolute;
  top: 37px;
  left: 6px;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.case .boxs .top p {
  font-size: 14px;
  color: #ccc;
  line-height: 11px;
  letter-spacing: 1px;
  margin: 32px 0 0;
}
.case .boxs .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 94px;
  padding-right: 45px;
  background: url(../images/more1.png) no-repeat center right;
}
.case .case-list {
  margin: 13px 0 0;
  position: relative;
}
.case .case-list::before {
  content: "";
  display: block;
  width: 1280px;
  height: 1px;
  position: absolute;
  background: #dedede;
  top: 400px;
  left: 0;
}
.case .case-list .swiper-slide .box {
  width: 386px;
  height: 475px;
}
.case .case-list .swiper-slide .box .tu {
  width: 386px;
  height: 252px;
  border: 1px solid #f6f6f6;
  padding: 5px;
  box-sizing: border-box;
}
.case .case-list .swiper-slide .box .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .case-list .swiper-slide .box .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .case-list .swiper-slide .box .tu .img img:hover {
  transform: scale(1.1);
}
.case .case-list .swiper-slide .box .text {
  margin: 10px 0 0;
  position: relative;
}
.case .case-list .swiper-slide .box .text::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: url(../images/cire1.png) no-repeat center;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .case-list .swiper-slide .box .text::after {
  content: "";
  display: block;
  width: 303px;
  height: 74px;
  position: absolute;
  background: url(../images/cire2.png) no-repeat center;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .case-list .swiper-slide .box .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  height: 40px;
  width: 163px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.case .case-list .swiper-slide .box .text .cond i {
  width: 145px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .case-list .swiper-slide .box .text p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .case-list .swiper-slide .box .text .num {
  font-family: Arial;
  font-size: 80px;
  font-weight: 1000;
  line-height: 59px;
  text-align: center;
  color: #f6f6f6;
  margin: 35px 0 0;
}
.case .case-list .swiper-slide .box:hover .text::after {
  top: 130px;
  opacity: 1;
}
.case .case-list .swiper-slide-active .box .text::after {
  top: 130px;
  opacity: 1;
}
.case .case-list .swiper-slide-active .box .text .cond {
  color: #004ba6;
}
.case .case-list .swiper-slide-active .box .text .cond i {
  color: #004ba6;
}
.case .case-list .arr {
  width: 91px;
  height: 42px;
  background: url(../images/arr-case.png) no-repeat center;
  position: absolute;
  top: 490px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.case .case-list .arr .prev {
  width: 44px;
  height: 42px;
  cursor: pointer;
}
.case .case-list .arr .next {
  width: 44px;
  height: 42px;
  cursor: pointer;
}
.case .case-list .xun {
  display: block;
  width: 175px;
  height: 55px;
  background: #fb6326 url(../images/xun.png) no-repeat center left;
  background-position-x: 37px;
  border-radius: 28px;
  font-size: 14px;
  color: #fff;
  padding-left: 65px;
  line-height: 55px;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.region {
  height: 331px;
  background: url(../images/region.jpg) no-repeat center top;
}
.region .contents {
  display: flex;
  justify-content: space-between;
}
.region .warp {
  margin: 53px 0 0;
  width: 590px;
}
.region .warp h3 {
  width: 115px;
    height: 35px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #004ba6;
}
.region .warp p {
  font-size: 23px;
  color: #fff;
  line-height: 45px;
  margin: 15px 0 0;
}
.region .warp .list {
  width: 365px;
  margin: 44px 0 0;
  display: flex;
  justify-content: space-between;
}
.region .warp .list li {
  width: 80px;
}
.region .warp .list li i {
  display: block;
  width: 54px;
  height: 54px;
  margin: auto;
  font-size: 20px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  background: url(../images/cire3.png) no-repeat center;
}
.region .warp .list li p {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  margin: 17px 0 0;
}
.region .warp .qq {
  display: block;
  width: 64px;
  height: 64px;
  background: url(../images/qq.png) no-repeat center;
  margin: 36px 0 0;
  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;
}
.region .warp .qq:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.region .dec {
  margin-top: -105px;
  width: 520px;
  height: 506px;
}
.eac {
  margin: 96px 0 0;
}
.eac .box {
  display: flex;
  justify-content: space-between;
}
.eac .box .top {
  position: relative;
  width: 300px;
}
.eac .box .top::before {
  content: "";
  display: block;
  width: 235px;
  height: 12px;
  position: absolute;
  background: #fb6326;
  top: 56px;
  left: 0;
  z-index: -1;
}
.eac .box .top .zm {
  font-family: Arial;
  font-size: 68px;
  font-weight: 1000;
  line-height: 51px;
  color: #fff;
  -webkit-text-stroke: 1px #ececec;
}
.eac .box .top h3 {
  position: absolute;
  top: 37px;
  left: 6px;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.eac .box .top p {
  font-size: 14px;
  color: #ccc;
  line-height: 11px;
  letter-spacing: 1px;
  margin: 32px 0 0;
}
.eac .box .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 94px;
  padding-right: 45px;
  background: url(../images/more1.png) no-repeat center right;
}
.eac .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 52px 0 0;
}
.eac .list li {
  width:205px;
  margin: 0 0 15px 0;
}
.eac .list li .tu {
 /* width: 400px;
  height: 300px;*/
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.eac .list li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.eac .list li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.eac .list li .tu .img img:hover {
  transform: scale(1.1);
}
.eac .list li .text {
  height: 62px;
  position: relative;
  padding: 0 120px 0 0;
  box-sizing: border-box;
}
.eac .list li .text .cond {
  display: block;
  font-size: 18px;
  color: #004ba6;
  line-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.eac .list li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #777;
  line-height: 62px;
  position: absolute;
  top: 0;
  right: 0;
  height: 62px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.eac .list li .text .more::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  background: #777;
  top: 40px;
  right: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.eac .list li:hover .tu {
  border-color: #fb6326;
}
.eac .list li:hover .text .cond {
  color: #004ba6;
}
.eac .list li:hover .text .more {
  color: #004ba6;
}
.eac .list li:hover .text .more::before {
  background: #004ba6;
}
.new {
  height: 585px;
  background: #fbfbfb;
  margin: 35px 0 0;
  padding: 50px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.new .top {
  position: relative;
}
.new .top::before {
  content: "";
  display: block;
  width: 235px;
  height: 12px;
  position: absolute;
  background: #fb6326;
  top: 56px;
  left: 0;
  z-index: -1;
}
.new .top .zm {
  font-family: Arial;
  font-size: 68px;
  font-weight: 1000;
  line-height: 51px;
  color: #fbfbfb;
  -webkit-text-stroke: 1px #ececec;
}
.new .top h3 {
  position: absolute;
  top: 37px;
  left: 6px;
}
.new .top h3 a {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.new .top p {
  font-size: 14px;
  color: #ccc;
  line-height: 11px;
  letter-spacing: 1px;
  margin: 32px 0 0;
}
.new .newlist {
  margin: 62px 0 0;
  position: relative;
  z-index: 50;
}
.new .newlist::before {
  content: "";
  display: block;
  width: 1380px;
  height: 450px;
  position: absolute;
  background: #fff;
  top: 0;
  left: -36px;
  z-index: -1;
}
.new .newlist .bd li {
  display: flex;
  justify-content: space-between;
}
.new .newlist .bd li .samllbox {
  width: 90%;
  position: relative;
}
.new .newlist .bd li .samllbox .box .list {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.new .newlist .bd li .samllbox .box .list .img {
  width: 55%;
}

.new .newlist .bd li .samllbox .box .list .img img {
  width: 100%;
  height: 100%;
}
.new .newlist .bd li .samllbox .box .list .text {
  width: 70%;
  margin: 55px 30px 0 0;
  position: relative;
}
.new .newlist .bd li .samllbox .box .list .text::before {
  content: "";
  display: block;
  width: 39px;
  height: 7px;
  position: absolute;
  background: url(../images/title1.png) no-repeat center;
  top: 50px;
  left: 0;
}
.new .newlist .bd li .samllbox .box .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .newlist .bd li .samllbox .box .list .text p {
  font-size: 16px;
  color: #888;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
  margin: 55px 0 0;
}
.new .newlist .bd li .samllbox .box .list .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 58px;
  border-bottom: 1px solid #29b2b5;
  background: url(../images/more3.png) no-repeat center right;
}
.new .newlist .bd li .samllbox .box .list .text .data {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  color: #333;
  margin: 22px 0 0;
}
.new .newlist .bd li .samllbox .box .list:hover .text .cond {
  color: #004ba6;
}
.new .newlist .bd li .samllbox .arr {
  width: 140px;
  position: absolute;
  top: 345px;
  left: 650px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.new .newlist .bd li .samllbox .arr .prevs {
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: url(../images/prev.png) no-repeat center;
}
.new .newlist .bd li .samllbox .arr .nexts {
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: url(../images/next.png) no-repeat center;
}
.new .newlist .bd li .samllbox .arr .pageState {
  color: #29b2b5;
}
.new .newlist .bd li .plaet {
  width: 380px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.new .newlist .bd li .plaet .list {
  height: 65px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
}
.new .newlist .bd li .plaet .list .data {
  font-family: Arial;
  font-size: 14px;
  color: #67687c;
  line-height: 10px;
}
.new .newlist .bd li .plaet .list .cond {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 45px;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .newlist .bd li .plaet .list .more {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/more4.png) no-repeat center;
  position: absolute;
  top: 19px;
  right: 0;
}
.new .newlist .bd li .plaet .list:hover .cond {
  color: #004ba6;
  letter-spacing: 1px;
}
.new .newlist .hd {
  width: 640px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -139px;
  right: 0;
}
.new .newlist .hd li a {
  display: block;
  width: 180px;
  height: 60px;
  padding: 0 0 0 74px;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .newlist .hd li:nth-child(1) a {
  background: #f8f8f8 url(../images/nt1.png) no-repeat center left;
  background-position-x: 36px;
}
.new .newlist .hd li:nth-child(2) a {
  background: #f8f8f8 url(../images/nt2.png) no-repeat center left;
  background-position-x: 36px;
}
.new .newlist .hd li:nth-child(3) a {
  background: #f8f8f8 url(../images/nt3.png) no-repeat center left;
  background-position-x: 36px;
}
.new .newlist .hd .on:nth-child(1) a {
  background: #004ba6 url(../images/nt1s.png) no-repeat center left;
  background-position-x: 36px;
}
.new .newlist .hd .on:nth-child(2) a {
  background: #004ba6 url(../images/nt2s.png) no-repeat center left;
  background-position-x: 36px;
}
.new .newlist .hd .on:nth-child(3) a {
  background: #004ba6 url(../images/nt3s.png) no-repeat center left;
  background-position-x: 36px;
}
.new .newlist .hd .on a {
  color: #fff;
}
.link {
  padding: 60px 0 56px;
  background: #fbfbfb;
}
.link .contents {
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  width: 144px;
  height: 45px;
  background: url(../images/link.png) no-repeat top left;
  font-size: 16px;
  color: #333;
  padding-left: 38px;
  box-sizing: border-box;
  line-height: 15px;
  flex: 1;
}
.link .lj {
  flex: 0 0 83%;
  display: flex;
  flex-wrap: wrap;
}
.link .lj a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-right: 15px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.link .lj a:hover {
  color: #004ba6;
}
.link .lj a:last-child {
  margin-right: 0;
}


@media (max-width: 1260px) {
.contents {
    width: 98%;
    margin: 0 auto;
}

.header .warp .list {
   
    display: none;

}

}


@media (max-width: 1360px) {
.contents {
    width: 98%;
    margin: 0 auto;
}

.header .warp .list {
   
    display: none;

}

}


@media (max-width: 1460px) {
.contents {
    width: 98%;
    margin: 0 auto;
}

}

@media (max-width: 1560px) {
.contents {
    width: 98%;
    margin: 0 auto;
}

}

@media (max-width: 1660px) {
.contents {
    width: 98%;
    margin: 0 auto;
}

}

@media (max-width: 1760px) {
.contents {
    width: 98%;
    margin: 0 auto;
}

}
@media (max-width: 1860px) {
.contents {
    width: 98%;
    margin: 0 auto;
}

}