@charset "utf-8";

/* 图片悬浮 */
.img-active {
  width: 500px;
  height: 210px;
  position: relative;
  margin: 0 0 15px auto;
  background: url(../images/active_bg.png) no-repeat 100% 100%;
}

.dh1, .dh2, .dh3,
.dh4, .dh5, .dh6 {
  width: 60px;
  position: absolute;
}

.dh1 {
  right: 110px;
  top: 30px;
  -webkit-animation: up02 8s ease infinite;
  animation: up02 8s ease infinite;
}

.dh2 {
  left: 105px;
  top: 90px;
  -webkit-animation: up03 8s ease infinite;
  animation: up03 8s ease infinite;
}

.dh3 {
  right: 105px;
  top: 100px;
  -webkit-animation: up04 5s ease infinite;
  animation: up04 5s ease infinite;
}

.dh4 {
  right: 10px;
  top: 95px;
  -webkit-animation: up03 5s ease infinite;
  animation: up03 5s ease infinite;
}

.dh5 {
  left: 125px;
  bottom: 20px;
  -webkit-animation: up02 5s ease infinite;
  animation: up02 5s ease infinite;
}

.dh6 {
  left: 300px;
  bottom: 20px;
  -webkit-animation: up04 8s ease infinite;
  animation: up04 8s ease infinite;
}

@keyframes up02 {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.4;
    transform: translate3d(0, 40px, 0);
    -webkit-transform: scale(.8);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

}

@keyframes up03 {
  0% {
    opacity: 0.5;
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(.8);
  }

  50% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0.4;
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(.8);
  }

}

@keyframes up04 {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
    -webkit-transform: scale(.8);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

}

/* 场景选择 */
.new-cate-tab {
  border-bottom: 2px solid #DDDDDD;
  margin-top: 45px;
  margin-bottom: 10px;
  text-align: center;
}

.new-cate-tab>ul {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 auto;
  border-bottom: 2px solid #1B55DA;
  overflow: hidden;
  padding: 0 60px;
}

.new-cate-tab>ul>li {
  width: 193px;
  height: 52px;
  float: left;
  line-height: 52px;
  text-align: center;
  color: #000;
  cursor: pointer;
  transition: .5s;
  font-size: 26px;
  list-style: none;
}

.new-cate-tab>ul>li.current {
  color: #fff;
  background: url(../images/tab_current.png) center no-repeat;
}

.new-catalog-content .info-content .scene {
  height: 580px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}

.new-catalog-content .info-content .scene .center-circle {
  width: 339px;
  height: 292px;
  position: absolute;
  left: 50%;
  top: 173px;
  transform: translate(-50%);
  background: url(../images/center_circle.png) center no-repeat;
}

.new-catalog-content .info-content .scene .center-circle-border {
  width: 560px;
  height: 510px;
  position: absolute;
  left: 30%;
  top: 65px;
  background: url(../images/center_circle_border.png) center no-repeat;
  animation: circle 10s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.new-catalog-content .info-content .scene .ball {
  position: absolute;
}

.new-catalog-content .info-content .scene .ball.b1 {
  width: 19px;
  height: 19px;
  background: url(../images/b1.png) center no-repeat;
  background-size: 100% 100%;
  left: 200px;
  top: 280px;
  animation: b1 linear infinite 4s;
}

.new-catalog-content .info-content .scene .ball.b2 {
  width: 14px;
  height: 14px;
  background: url(../images/b2.png) center no-repeat;
  background-size: 100% 100%;
  right: 120px;
  top: 280px;
  animation: b2 linear infinite 4s;
}

.new-catalog-content .info-content .scene .ball.b3 {
  width: 19px;
  height: 19px;
  background: url(../images/b3.png) center no-repeat;
  background-size: 100% 100%;
  right: 470px;
  top: 200px;
  animation: b3 linear infinite 4s;
  animation-delay: 1s;
}

.new-catalog-content .info-content .scene .ball.b4 {
  width: 14px;
  height: 14px;
  background: url(../images/b1.png) center no-repeat;
  background-size: 100% 100%;
  right: 300px;
  bottom: 220px;
  animation: b4 linear infinite 4s;
  animation-delay: 2s;
}

.new-catalog-content .info-content .scene .ball.b5 {
  width: 19px;
  height: 19px;
  background: url(../images/b2.png) center no-repeat;
  background-size: 100% 100%;
  left: 300px;
  bottom: 120px;
  animation: b5 linear infinite 4s;
  animation-delay: 3s;
}

.new-catalog-content .info-content .scene .ball.b6 {
  width: 14px;
  height: 14px;
  background: url(../images/b3.png) center no-repeat;
  background-size: 100% 100%;
  left: 700px;
  bottom: 100px;
  animation: b6 linear infinite 4s;
}

.new-catalog-content .info-content .scene .ball.b7 {
  width: 14px;
  height: 14px;
  background: url(../images/b2.png) center no-repeat;
  background-size: 100% 100%;
  left: 540px;
  top: 80px;
  animation: b7 linear infinite 4s;
  animation-delay: 1s;
}


@keyframes b1 {
  0%, 100% ,50% {
    left: 200px;
    top: 280px;
  }

  25% {
    left: 200px;
    top: 300px;
  }

  75% {
    left: 200px;
    top: 260px;
  }
}

@keyframes b2 {
  0%, 100% ,50% {
    right: 120px;
    top: 280px;
  }

  25% {
    right: 120px;
    top: 300px;
  }

  75% {
    right: 120px;
    top: 260px;
  }
}

@keyframes b3 {
  0%, 100% ,50% {
    right: 470px;
    top: 200px;
  }

  25% {
    right: 470px;
    top: 220px;
  }

  75% {
    right: 470px;
    top: 180px;
  }
}

@keyframes b4 {
  0%, 100% ,50% {
    right: 300px;
    bottom: 220px;
  }

  25% {
    right: 300px;
    bottom: 240px;
  }

  75% {
    right: 300px;
    bottom: 200px;
  }
}

@keyframes b5 {
  0%, 100% ,50% {
    left: 300px;
    bottom: 120px;
  }

  25% {
    left: 300px;
    bottom: 140px;
  }

  75% {
    left: 300px;
    bottom: 100px;
  }
}

@keyframes b6 {
  0%, 100% ,50% {
    left: 700px;
    bottom: 100px;
  }

  25% {
    left: 700px;
    bottom: 120px;
  }

  75% {
    left: 700px;
    bottom: 80px;
  }
}

@keyframes b7 {
  0%, 100% ,50% {
    left: 540px;
    top: 80px;
  }

  25% {
    left: 540px;
    top: 100px;
  }

  75% {
    left: 540px;
    top: 60px;
  }
}

.new-catalog-content .info-content .scene .scene-type-content {
  position: absolute;
  text-align: center;
}

.new-catalog-content .info-content .scene .scene-type-content:after {
  opacity: 0;
  position: absolute;
  content: '';
  display: block;
  background-image: url(../images/after_circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: .5s;
  left: -16px;
  top: -14px;
}

/*.new-catalog-content .info-content .scene .scene-type-content:hover:after {*/
/*    opacity:1;*/
/*    transform:rotate(90deg)*/
/*}*/

.new-catalog-content .info-content .scene .scene-type-content .scene-name {
  padding-top: 8px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.new-catalog-content .info-content .scene .scene-type-content.p1 {
  right: 100px;
  top: 360px;
}

.new-catalog-content .info-content .scene .scene-type-content.p1:after {
  width: 132px;
  height: 132px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic1 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  background: url(../images/icon_ic1.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p2 {
  right: 316px;
  top: 250px;
}

.new-catalog-content .info-content .scene .scene-type-content.p2:after {
  width: 132px;
  height: 132px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic2 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  background: url(../images/icon_ic2.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p3 {
  right: 260px;
  top: 200px;
}

.new-catalog-content .info-content .scene .scene-type-content.p3:after {
  width: 126px;
  height: 126px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic3 {
  width: 98px;
  height: 98px;
  margin: 0 auto;
  background: url(../images/icon_ic3.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p4 {
  right: 100px;
  top: 60px;
}

.new-catalog-content .info-content .scene .scene-type-content.p4:after {
  width: 127px;
  height: 127px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic4 {
  width: 99px;
  height: 99px;
  margin: 0 auto;
  background: url(../images/icon_ic4.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p5 {
  top: 30px;
  right: 500px;
}

.new-catalog-content .info-content .scene .scene-type-content.p5:after {
  width: 121px;
  height: 121px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic5 {
  width: 93px;
  height: 93px;
  margin: 0 auto;
  background: url(../images/icon_ic8.png) center no-repeat;
  background-size: 97%;
}

.new-catalog-content .info-content .scene .scene-type-content.p6 {
  top: 60px;
  left: 400px;
}

.new-catalog-content .info-content .scene .scene-type-content.p6:after {
  width: 132px;
  height: 132px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic6 {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  background: url(../images/icon_ic6.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p7 {
  top: 350px;
  left: 250px;
}

.new-catalog-content .info-content .scene .scene-type-content.p7:after {
  width: 123px;
  height: 123px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic7 {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  background: url(../images/icon_ic7.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p8 {
  top: 180px;
  left: 15px;
}

.new-catalog-content .info-content .scene .scene-type-content.p8:after {
  width: 154px;
  height: 154px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic8 {
  width: 126px;
  height: 126px;
  margin: 0 auto;
  background: url(../images/icon_ic8.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p9 {
  top: 425px;
  left: 360px;
}

.new-catalog-content .info-content .scene .scene-type-content.p9:after {
  width: 153px;
  height: 153px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic9 {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  background: url(../images/icon_ic9.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p10 {
  top: 40px;
  left: 295px;
}

.new-catalog-content .info-content .scene .scene-type-content.p10:after {
  width: 120px;
  height: 120px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic10 {
  width: 95px;
  height: 92px;
  margin: 0 auto;
  background: url(../images/icon_ic10.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p11 {
  bottom: 60px;
  right: 280px;
}

.new-catalog-content .info-content .scene .scene-type-content.p11:after {
  width: 121px;
  height: 121px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic11 {
  width: 93px;
  height: 93px;
  margin: 0 auto;
  background: url(../images/icon_ic11.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p12 {
  left: 95px;
  top: 140px;
}

.new-catalog-content .info-content .scene .scene-type-content.p12:after {
  width: 120px;
  height: 120px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic12 {
  width: 92px;
  height: 92px;
  margin: 0 auto;
  background: url(../images/icon_ic12.png) center no-repeat;
}

.new-catalog-content .info-content .scene .scene-type-content.p13 {
  top: 360px;
  right: 380px;
}

.new-catalog-content .info-content .scene .scene-type-content.p13:after {
  width: 114px;
  height: 114px;
}

.new-catalog-content .info-content .scene .scene-type-content .icon.ic13 {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  background: url(../images/icon_ic13.png) center no-repeat;
}

/* 公用部分 */
.sjkf-header {
  width: 100%;
  padding-top: 30px;
  background-image: url(../images/sjkf_header_bg.png), url(../images/sjkf_bottom_bg.png);
  background-position: center top, center bottom -24px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
}

.sjkf-content,
.sjkf-bottom,
.sjyx,
.tjsj {
  width: 1400px;
  margin: 0 auto;
}

.sjfb {
  width: 1340px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  background: #FFFFFF;
  border: 1px solid #ABCCFF;
  box-shadow: 0px 3px 10px 0px rgba(70, 138, 237, 0.1);
  border-radius: 12px;
}

.sjfb-count {
  width: 16.6%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.sjfb-count a {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #112851;
  text-decoration: none;
  margin-bottom: 15px;
}

.sjfb-count span {
  font-size: 20px;
  color: #112851;
}

@media (max-width: 1400px) {
  .sjkf-header {
    background: none;
  }

  .img-active {
    display: none;
  }

  .sjkf-content,
  .sjkf-bottom,
  .sjyx,
  .tjsj {
    width: 100%;
  }

  .sjfb {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sjfb {
    display: block;
    height: auto;
    border: none;
    box-shadow: none;
  }

  .sjfb-count {
    width: 30%;
    height: 140px;
    float: left;
    margin: calc( 10% / 6);
    border: 1px solid #ABCCFF;
    box-shadow: 0px 3px 10px 0px rgba(70, 138, 237, 0.1);
    border-radius: 12px;
  }
}

@media (max-width: 425px) {
  .sjfb-count {
    width: 40%;
    height: 140px;
    float: left;
    margin: calc( 20% / 4 );
  }
}

.panel-more {
  display: none!important;
}
.sjyx .tab-pane h3 a.current {
    cursor:pointer;
}

table th,table td {
  border: 1px solid #BBDEFF !important;
}

.scene .scene-type-content  .icon {
  transition: all .6s;
}
.scene .scene-type-content:hover .icon {
  transform: rotatey(180deg);
}

@media (max-width: 768px) {
  .new-catalog-content .info-content .scene .center-circle-border,.new-catalog-content .info-content .scene .center-circle {
    display: none;
  }
  .new-cate-tab>ul {
padding: 0 10px;
}
.new-catalog-content .info-content .scene .scene-type-content .scene-name {
width: 164px;
font-size: 15px;
padding-top: 0px;
}
.new-cate-tab>ul>li {
  width: 171px;
}
.new-catalog-content .info-content .scene .scene-type-content.p8 {
  top: 12px;
  left: 15px;
}
.new-catalog-content .info-content .scene .scene-type-content.p12 {
  left: 18px;
  top: 325px;
}
.icon.ic1, .icon.ic2, .icon.ic3, .icon.ic4, .icon.ic5, .icon.ic6, .icon.ic7, .icon.ic8, .icon.ic9, .icon.ic10, .icon.ic11, .icon.ic12, .icon.ic13{
  background-size: 75% !important;
}
.new-catalog-content .info-content .scene .scene-type-content.p9 {
  top: 456px;
  left: 43px;
  right: auto;
}
.new-catalog-content .info-content .scene .scene-type-content.p3 {
  left: 20px;
  top: 200px;
  right:auto;
}
.new-catalog-content .info-content .scene .scene-type-content.p4 {
  left: 228px;
  top: 33px;
  right:auto;
}
.new-catalog-content .info-content .scene .scene-type-content.p7 {
  top: 205px;
  left: 151px;
}

.new-catalog-content .info-content .scene .scene-type-content.p1 {
  left: 212px;
  top: 360px;
  right:auto;
}
.new-catalog-content .info-content .scene .scene-type-content.p6 {
  top: 51px;
  left: 61px;
}
.new-catalog-content .info-content .scene .ball.b7,.new-catalog-content .info-content .scene .ball.b2 {
  display: none;
}
.new-catalog-content .info-content .scene .scene-type-content.p10 {
  top: 170px;
  left: 241px;
}
.new-catalog-content .info-content .scene .scene-type-content.p10 {
  top: 143px;
  left: 246px;
}

.new-catalog-content .info-content .scene .scene-type-content.p2 {
  right: auto !important;
  top: 500px !important;
  left: 8px !important;
}
.new-catalog-content .info-content .scene .scene-type-content.p11 {
  right: auto !important;
  top: 500px !important;
  left: 182px !important;
}
.new-catalog-content .info-content .scene .scene-type-content.p13 {
  top: 183px !important;
  left: 29px !important;
  right: auto !important;
}
.data .p13 {
  display: none;
}
} 