.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);
  }
}
.main {
  height: 0 !important;
}
.app {
  height: 819px !important;
  background: url(../images/app.jpg) no-repeat center top;
  padding: 107px 0 0;
  box-sizing: border-box;
}
.app .contents {
  position: relative;
}
.app .applist {
  height: 635px;
  position: relative;
}
.app .applist .swiper-slide {
  margin: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.app .applist .swiper-slide .list {
  width: 270px;
  height: 501px;
  position: relative;
}
.app .applist .swiper-slide .list::before {
  content: "";
  display: block;
  width: 270px;
  height: 501px;
  position: absolute;
  background: url(../images/list1.png) no-repeat top left;
  left: -1px;
  top: 0;
  z-index: 5;
}
.app .applist .swiper-slide .list .img {
  display: block;
  width: 267px;
  height: 501px;
  overflow: hidden;
}
.app .applist .swiper-slide .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.app .applist .swiper-slide .list .img img:hover {
  transform: scale(1.1);
}
.app .applist .swiper-slide .list .cond {
  opacity: 0;
}
.app .applist .swiper-slide .list .num {
  display: none;
}
.app .applist .swiper-slide-active {
  margin-top: 130px;
}
.app .applist .swiper-slide-next {
  margin-top: 110px;
}
.app .applist .swiper-slide-next + div {
  margin-top: 90px;
}
.app .applist .swiper-slide-next + div .cond {
  opacity: 1 !important;
  height: 50px;
  background: #ffa70d;
  transform: rotate(22.5deg) skewX(22deg);
  transform-origin: right bottom;
  display: block;
  width: 288px;
  position: absolute;
  bottom: 0;
  right: 4px;
  z-index: 50;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app .applist .swiper-slide-next + div .num {
  font-family: Impact;
  font-size: 100px;
  line-height: 81px;
  color: #ffa70c;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block !important;
  z-index: 60;
}
.app .applist .swiper-button-next {
  width: 68px;
  height: 68px;
  background: url(../images/arr-pro.png) no-repeat center right;
  top: 88%;
  z-index: 50;
}
.app .applist .swiper-button-prev {
  width: 68px;
  height: 68px;
  background: url(../images/arr-pro.png) no-repeat center left;
  left: 88%;
  top: 88%;
  z-index: 50;
}
.app .box {
  position: absolute;
  top: -44px;
  left: 0;
  z-index: 90;
  width: 690px;
  display: flex;
  justify-content: space-between;
}
.pro .contents{
  position: relative;
}

.pro .top{
  position: absolute;
  top: 0;
  left: 0;
}
.app .box .top .zm {
  font-family: Impact;
  font-size: 50px;
  line-height: 42px;
}
.app .box .top .zm i {
  color: #ffa70d;
  font-family: Impact;
}
.pro .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin: 23px 0 0;
}
.pro .top .zm {
  font-family: Impact;
  font-size: 50px;
  line-height: 42px;
}
.pro .top .zm i {
  color: #ffa70d;
  font-family: Impact;
}
.app .box .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin: 23px 0 0;
}
.app .box .text {
  margin: 44px 0 0;
}
.app .box .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  font-weight: bold;
}
.app .box .text p {
  font-size: 14px;
  color: #666;
  line-height: 13px;
  margin-top: 15px;
}
.pro {
  height: 1127px !important;
  background: url(../images/pro.jpg) no-repeat center top;
  padding: 119px 0 0;
  box-sizing: border-box;
}
.pro .sild10 {
  display: flex;
  justify-content: space-between;
}
.pro .sild10 .hd {
  width: 185px;
  margin: 200px 0 0;
}
.pro .sild10 .hd li {
  padding: 0 30px 0 20px;
  width: 185px;
  position: relative;
  box-sizing: border-box;
  z-index: 50;
  margin: 0 0 20px 0;
}
.pro .sild10 .hd li::before {
  content: "";
  display: block;
  width: 325px;
  height: 0;
  position: absolute;
  background: #ffa70d;
  top: 0;
  left: -234px;
  z-index: -1;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .sild10 .hd li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #bfbfbf;
  top: 25px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .sild10 .hd li a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 55px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .sild10 .hd .on::before {
  height: 55px;
}
.pro .sild10 .hd .on::after {
  background: #000;
}
.pro .sild10 .hd .on a {
  font-weight: bold;
}
.pro .sild10 .bd li {
  width: 960px;
  display: flex;
  justify-content: space-between;
}
.pro .sild10 .bd li .img {
  display: block;
  width: 372px;
  height: 455px;
  overflow: hidden;
}
.pro .sild10 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .sild10 .bd li .img img:hover {
  transform: scale(1.1);
}
.pro .sild10 .bd li .plaet {
  width: 514px;
  margin: 180px 0 0;
  position: relative;
}
.pro .sild10 .bd li .plaet .num {
  font-size: 90px;
  font-family: Impact;
  line-height: 73px;
  color: #ffa70d;
  position: absolute;
  top: -180px;
  right: 0;
}
.pro .sild10 .bd li .plaet .cond {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.pro .sild10 .bd li .plaet p {
  font-size: 15px;
  color: #666;
  line-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 126px;
  margin: 25px 0 0;
  text-align: right;
}
.pro .sild10 .bd li .plaet .more {
  display: block;
  width: 136px;
  height: 44px;
  background: url(../images/more1.png) no-repeat center;
  font-family: Arial;
  font-size: 18px;
  padding: 0 0 0 18px;
  box-sizing: border-box;
  line-height: 38px;
  margin: 40px 0 0 376px;
}
.pro .list {
  display: flex;
  justify-content: space-between;
  margin: 93px 0 0;
}
.pro .list li {
  width: 271px;
}
.pro .list li .img {
  display: block;
  width: 271px;
  height: 331px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.pro .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li .img img:hover {
  transform: scale(1.1);
}
.pro .list li .text {
  height: 57px;
  position: relative;
  padding-right: 100px;
  width: 100%;
  box-sizing: border-box;
}
.pro .list li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 57px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li .text .more::before {
  content: "";
  display: block;
  width: 128px;
  height: 1px;
  position: absolute;
  background: #1b1b1b;
  top: 44px;
  right: 0;
}
.pro .list li:hover .text .cond {
  color: #ffa70d;
}
.adv {
  height: 854px !important;
  background: url(../images/adv.jpg) no-repeat center top;
  padding: 169px 0 0;
  box-sizing: border-box;
}
.adv .contents {
  position: relative;
}
.adv .top .zm {
  font-family: Impact;
  font-size: 50px;
  line-height: 42px;
  color: #ffa70c;
}
.adv .top h3 {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  margin: 23px 0 0;
}
.adv .sild20 {
  width: 570px;
  margin: 122px 0 0;
}
.adv .sild20 .bd li {
  width: 580px;
}
.adv .sild20 .bd li .cond {
  width: 180px;
  height: 49px;
  background: url(../images/title1.png) no-repeat center;
  font-size: 22px;
  color: #2b2210;
  line-height: 49px;
  padding-left: 43px;
  box-sizing: border-box;
  letter-spacing: 2px;
}
.adv .sild20 .bd li p {
  font-size: 16px;
  color: #ccc;
  line-height: 42px;
  margin: 45px 0 0;
}
.adv .sild20 .hd {
  width: 277px;
  margin: 90px 0 0 -22px;
  display: flex;
  justify-content: space-between;
}
.adv .sild20 .hd li {
  width: 72px;
  height: 27px;
  font-size: 20px;
  color: #c1c1c1;
  line-height: 27px;
  position: relative;
  text-align: center;
}
.adv .sild20 .hd li::before {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  position: absolute;
  background: #4a422b;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .hd .on {
  font-family: Impact;
  font-size: 34px;
  color: #ffa70d;
}
.adv .sild20 .hd .on::before {
  background: #ffa70d;
  height: 87px;
}
.adv .tel {
  width: 290px;
  position: absolute;
  top: 525px;
  right: 0;
}
.adv .tel h3 {
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: right;
  background: url(../images/tel1.png) no-repeat center left;
  background-position-x: 145px;
}
.adv .tel p {
  font-family: Arial;
  font-size: 20px;
  color: #fff;
  line-height: 15px;
  margin: 25px 0 0;
  text-align: right;
}
.abo {
  height: 1057px !important;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 120px 0 0;
  box-sizing: border-box;
}
.abo .top .zm {
  font-family: Impact;
  font-size: 50px;
  line-height: 42px;
}
.abo .top .zm i {
  color: #ffa70d;
  font-family: Impact;
}
.abo .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin: 23px 0 0;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .z1 {
  width: 775px;
}
.abo .warp .z1 .cond {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  margin: 78px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .warp .z1 p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 180px;
}
.abo .warp .bus {
  width: 375px;
  margin: -42px 0 0;
}
.abo .warp .bus p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding-left: 21px;
  position: relative;
}
.abo .warp .bus p::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #a0a0a0;
  top: 13px;
  left: 0;
}
.abo .warp .bus p i {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 30px;
  margin-left: 10px;
}
.abo .warp .bus .rong {
  display: block;
  width: 375px;
  height: 262px;
  position: relative;
  margin: 35px 0 0;
}
.abo .warp .bus .rong::before {
  content: "";
  display: block;
  width: 375px;
  height: 262px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 1;
}
.abo .warp .bus .rong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abo .reg {
  margin: 70px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .reg .about {
  width: 888px;
  height: 361px;
  overflow: hidden;
  margin: 0 0 0 -118px;
}
.abo .reg .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .reg .about img:hover {
  transform: scale(1.1);
}
.abo .reg .plaet {
  width: 482px;
  position: relative;
}
.abo .reg .plaet .est {
  position: absolute;
  top: -57px;
  left: -92px;
  width: 575px;
  height: 101px;
  display: flex;
  justify-content: space-between;
}
.abo .reg .plaet .est::before {
  content: "";
  display: block;
  width: 415px;
  height: 1px;
  position: absolute;
  background: #ffa70d;
  top: 80px;
  left: 0;
}
.abo .reg .plaet .est .num {
  line-height: 73px;
  font-size: 20px;
  color: #333;
}
.abo .reg .plaet .est .num i {
  font-size: 90px;
  font-family: Impact;
  font-style: italic;
  letter-spacing: 5px;
  color: #333;
}
.abo .reg .plaet .est .hed {
  font-size: 18px;
  color: #333;
  line-height: 126px;
  letter-spacing: 2px;
  width: 295px;
  text-align: center;
}
.abo .reg .plaet .est .hed i {
  font-family: Arial;
  font-size: 18px;
  color: #333;
}
.abo .reg .plaet .xis {
  margin: 155px 0 0;
}
.abo .reg .plaet .xis p {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  text-align: right;
}
.abo .reg .plaet .xis .z {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  text-align: right;
  letter-spacing: 1px;
  margin: 15px 0 0;
}
.abo .reg .plaet .qq {
  display: block;
  width: 65px;
  height: 65px;
  background: url(../images/qq.png) no-repeat center;
  margin: 57px 0 0 408px;
}
.new {
  height: 1039px !important;
  background: url(../images/new.jpg) no-repeat center top;
  padding: 106px 0 0;
  box-sizing: border-box;
}
.new .contents {
  position: relative;
}
.new .top {
  position: absolute;
  top: 0;
  left: 0;
}
.new .top .zm {
  font-family: Impact;
  font-size: 50px;
  line-height: 42px;
}
.new .top .zm i {
  color: #ffa70d;
  font-family: Impact;
}
.new .top h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin: 23px 0 0;
}
.new .sild30 {
  position: relative;
}
.new .sild30 .bd li .warp {
  margin: 0 0 0 370px;
}
.new .sild30 .bd li .warp .list {
  width: 931px;
  height: 184px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  padding: 44px 56px 0 60px;
  position: relative;
  background: #fafafa;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  display: flex;
  justify-content: space-between;
}
.new .sild30 .bd li .warp .list::before {
  content: "";
  display: block;
  width: 12px;
  height: 19px;
  background: url(../images/line.png) no-repeat center;
  position: absolute;
  top: 114px;
  right: 73px;
}
.new .sild30 .bd li .warp .list .text {
  width: 699px;
}
.new .sild30 .bd li .warp .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: right;
  width: 700px;
  position: absolute;
  top: 46px;
  right: 171px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .bd li .warp .list .text p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 47px 0 0;
}
.new .sild30 .bd li .warp .list .data {
  width: 75px;
  font-family: Impact;
  font-size: 50px;
  line-height: 42px;
  color: #333;
  position: relative;
}
.new .sild30 .bd li .warp .list .data i {
  display: block;
  width: 40px;
  height: 13px;
  background: #ededed;
  border-radius: 4px;
  font-family: Arial;
  font-size: 12px;
  color: #333;
  line-height: 13px;
  text-align: center;
  position: absolute;
  top: -2px;
  right: -25px;
}
.new .sild30 .bd li .warp .list .data span {
  font-family: Impact;
  font-size: 30px;
  display: block;
  line-height: 24px;
  color: #333;
  position: absolute;
  top: 17px;
  left: 70px;
}
.new .sild30 .bd li .warp .list:hover {
  background: url(../images/list2.jpg) no-repeat center top;
  transform: translateY(-4px);
}
.new .sild30 .bd li .warp .list:hover::before {
  display: none;
}
.new .sild30 .bd li .warp .list:hover .text .cond {
  top: 127px;
  right: 60px;
  font-size: 18px;
  color: #fff;
}
.new .sild30 .bd li .warp .list:hover .text p {
  display: none;
}
.new .sild30 .bd li .warp .list:hover .data {
  color: #ffa70d;
}
.new .sild30 .bd li .warp .list:hover .data span {
  color: #fff;
}
.new .sild30 .bd li .warp .list:nth-child(2) {
  background: url(../images/list2.jpg) no-repeat center top;
  transform: translateY(-4px);
}
.new .sild30 .bd li .warp .list:nth-child(2)::before {
  display: none;
}
.new .sild30 .bd li .warp .list:nth-child(2) .text .cond {
  top: 127px;
  right: 60px;
  font-size: 18px;
  color: #fff;
}
.new .sild30 .bd li .warp .list:nth-child(2) .text p {
  display: none;
}
.new .sild30 .bd li .warp .list:nth-child(2) .data {
  color: #ffa70d;
}
.new .sild30 .bd li .warp .list:nth-child(2) .data span {
  color: #fff;
}
.new .sild30 .bd .region {
  width: 1300px;
  height: 129px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 39px 0 0;
}
.new .sild30 .bd .region::before {
  content: "";
  display: block;
  width: 1220px;
  height: 1px;
  position: absolute;
  background: #edeef2;
  top: 64px;
  left: 40px;
}
.new .sild30 .bd .region .list {
  width: 370px;
  padding: 0 100px 0 16px;
  box-sizing: border-box;
  position: relative;
}
.new .sild30 .bd .region .list::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #12245f;
  border-radius: 50%;
  top: 30px;
  left: 0;
}
.new .sild30 .bd .region .list .cond {
  display: block;
  font-size: 14px;
  color: #131a32;
  line-height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
}
.new .sild30 .bd .region .list i {
  font-size: 12px;
  color: #131a32;
  line-height: 64px;
  position: absolute;
  top: 0;
  right: 0;
}
.new .sild30 .bd .region .list:hover .cond {
  color: #ffa70d;
}
.new .sild30 .hd {
  width: 200px;
  position: absolute;
  top: 180px;
  left: 85px;
}
.new .sild30 .hd li {
  margin-bottom: 40px;
}
.new .sild30 .hd li .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .hd li .cond::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #d9a24b;
  border-radius: 50%;
  top: 13px;
  left: -18px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .hd li .cond i {
  font-family: Arial;
  font-size: 12px;
  color: #666;
  line-height: 30px;
  margin-left: 10px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .hd li .more {
  display: block;
  width: 73px;
  height: 73px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 290px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .hd .on .cond {
  font-weight: bold;
  color: #ffa70d;
}
.new .sild30 .hd .on .cond::before {
  opacity: 1;
}
.new .sild30 .hd .on .cond i {
  color: #ffa70d;
}
.new .sild30 .hd .on .more {
  opacity: 1;
}
.new .link {
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 0;
}
.new .link p {
  font-size: 28px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  flex: 1;
}
.new .link p i {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.new .link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 80%;
}
.new .link .lj a {
  display: block;
  font-size: 14px;
  color: #a9a9a9;
  line-height: 30px;
  margin-right: 15px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .link .lj a:hover {
  color: #ffa70d;
  transform: translateX(4px);
}
.navst {
  padding: 18px 30px 18px 18px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 55px;
  width: auto;
  z-index: 999;
  box-sizing: border-box;
}
.navst .wrapper {
  padding: 0;
  width: auto;
}
.navst .wrapper,
.navst svg {
  height: 100%;
}
.navst svg {
  margin-right: 15px;
  cursor: pointer;
  height: 20px;
  width: 30px;
  float: left;
}
.navst svg path,
.navst svg rect {
  fill: #fff;
}
.navst .nodes {
  position: relative;
}
.navst .line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 14px;
  width: 600px;
}
.line .red,
.line .blue {
  width: 100%;
  height: 1px;
}
.line .red-container {
  overflow: hidden;
  height: 1px;
  width: 58px;
}
.line .red {
  background-color: #4b1202;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF4B1202', endColorstr='#FFFD8107');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkODEwNyIvPjxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmQ4MTA3Ii8+PHN0b3Agb2Zmc2V0PSI1OCUiIHN0b3AtY29sb3I9IiNlMDNhMGQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZDgxMDciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fd8107), color-stop(16%, #fd8107), color-stop(58%, #e03a0d), color-stop(100%, #fd8107));
  background-image: -moz-linear-gradient(left, #fd8107 0%, #fd8107 16%, #e03a0d 58%, #fd8107 100%);
  background-image: -webkit-linear-gradient(left, #fd8107 0%, #fd8107 16%, #e03a0d 58%, #fd8107 100%);
  background-image: linear-gradient(to right, #fd8107 0%, #fd8107 16%, #e03a0d 58%, #fd8107 100%);
}
.line .blue {
  background-color: #232e3a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF232E3A', endColorstr='#FF446B95');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMmUzYSIvPjxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjNWM3ZDlmIi8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMxODM3NTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDZiOTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #232e3a), color-stop(29%, #5c7d9f), color-stop(55%, #183757), color-stop(100%, #446b95));
  background-image: -moz-linear-gradient(left, #232e3a 0%, #5c7d9f 29%, #183757 55%, #446b95 100%);
  background-image: -webkit-linear-gradient(left, #232e3a 0%, #5c7d9f 29%, #183757 55%, #446b95 100%);
  background-image: linear-gradient(to right, #232e3a 0%, #5c7d9f 29%, #183757 55%, #446b95 100%);
}
.node {
  margin-left: 90px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  float: left;
  margin-right: -10px;
  position: relative;
}
.node .splash {
  box-shadow: 0px 0px 8px 2px rgba(69, 174, 233, 0.53);
  transform: translateZ(0px) scale(1);
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  pointer-events: none;
  opacity: 1;
}
.node.active .active-circle {
  transform: scale(1);
  opacity: 1;
}
.node.active .splash {
  transition: transform 1200ms, opacity 1500ms;
  transform: translateZ(0px) scale(2.5);
  opacity: 0 !important;
}
.node.active .inactive-circle {
  transition: opacity 200ms;
  opacity: 0;
}
.node .active-circle {
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transform: scale(0.7);
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #4b1202;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF4B1202', endColorstr='#FFFD8107');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiMTIwMiIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZTAzYTBkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmQ4MTA3Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #4b1202), color-stop(60%, #e03a0d), color-stop(100%, #fd8107));
  background-image: -moz-linear-gradient(left bottom, #4b1202 0%, #e03a0d 60%, #fd8107 100%);
  background-image: -webkit-linear-gradient(left bottom, #4b1202 0%, #e03a0d 60%, #fd8107 100%);
  background-image: linear-gradient(to right top, #4b1202 0%, #e03a0d 60%, #fd8107 100%);
}
.node .active-circle .cover {
  transform: translateZ(0px);
  width: 16px;
  height: 16px;
  background: black;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.node .active-circle .white {
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  transform: translateX(5px) translateY(5px) scale(1);
}
.node .inactive-circle {
  transition: all 300ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  width: 14px;
  height: 14px;
  display: block;
  background: #000;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #5489b1;
  top: 1px;
  left: 3px;
}
.node:hover {
  cursor: pointer;
}
.node:hover .active-circle {
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transform: scale(0.84);
}
.node:hover .active-circle .white {
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transform: translateX(4.7px) translateY(5px) scale(1.42);
}
.node:hover .inactive-circle {
  transition: all 200ms cubic-bezier(0.63, 0.62, 0.48, 1.84);
  transform: scale(0.85);
}
.items {
  position: relative;
}
.items .item {
  position: relative;
  width: 100%;
  height: 100%;
}


.navst{
  display: none !important;
}