.cebian .cebian_slide{
  background: #DC000C;
}
.cebian .cebian_slide:hover{
  background: #E94848;
}
.banner{
  width: 100%;
}
.banner video{
  width: 100%;
  height: auto;
}
.banner_font{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.banner_font .index_wrap{
  position: relative;
}
.font_slide{
  transition: 0.2s;
  opacity: 0;
  filter:alpha(opacity=0);
}
#banner_canvas{
  width: 1200px;
  height: 450px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -250px;
  background: url(../images/dj/banner_font.png);
}
#banner_canvas>div{
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
#banner_canvas>div>div{
  background: url(../images/dj/banner_font1.png);
  position: absolute;
  transform:perspective(800px);
}
.banner_zx{
  display: block;
  width: 152px;
  height: 52px;
  position: absolute;
  left: 330px;
  top: 50%;
  margin-top: 170px;
  font-size: 18px;
  color: #FDFFBB;
  line-height: 52px;
  background: url(../images/dj/nimg02.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner_zx img,.banner_yy img{
  margin-right: 8px;
}
.banner_yy{
  display: block;
  width: 152px;
  height: 52px;
  position: absolute;
  right: 330px;
  top: 50%;
  margin-top: 170px;
  font-size: 18px;
  color: #FDFFBB;
  line-height: 52px;
  background: url(../images/dj/nimg02.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dj_wrap{
  width: 1340px;
  height: 100%;
  margin:auto;
}

.more{
  width: 110px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 20px;
  display: block;
  float: left;
  margin-top: 41px;
  margin-left: 70px;
}
.more span{
  font-size: 14px;
  color: #EB000A;
  line-height: 36px;
  float: left;
  margin-left: 19px;
}
.more img{
  float: left;
  margin-top: 16px;
  margin-left: 6px;
}
.dj_part1{
  width: 100%;
  height: 1180px;
  background: url(../images/dj/nbg01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.p1_left{
  float: left;
  width: 430px;
  margin-left: 20px;
}
.p1_tit{
  float: left;
  margin-top: 40px;
  margin-left: 58px;
}
.blue_more {
  width: 110px;
  height: 36px;
  background: #BE0200;
  border-radius: 20px;
  float: left;
  margin-top: 60px;
  display: block;
}
.blue_more span{
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  color: #fff;
  display: block;
  width: 62px;
  float: left;
  margin-left: 18px;
}
.blue_more img {
  float: left;
  margin-top: 15px;
}
.p1_left p{
  width: 100%;
  font-size: 18px;
  color: #191919;
  line-height: 40px;
  text-align: justify;
  text-indent: 2em;
  float: left;
  margin-top: 51px;
}

.p1_right{
  display: block;
  float: right;
  margin-top: 80px;
  margin-right: -30px;
  width: 915px;
  height: 593px;
}
.p1_right img{
  width: 100%;
  height: 100%;
}

.dj_part2{
  width: 100%;
  height: 728px;
  background: url(../images/dj/bg02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.p2_content{
  width: 1320px;
  height: 420px;
  float: left;
  margin-left: 10px;
  margin-top: 50px;
}

.p2_cols{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}

.p2_col{
  width: 328px;
  height: 208px;
  cursor: pointer;
}

.p2_container{
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.p2_front,
.p2_back{
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
}

.p2_back{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dj/np2_back1.png) no-repeat;
}

.p2_container:hover .p2_front,
.p2_container:hover .p2_back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.p2_inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 32px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.p2_inner2{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 32px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.p2_container .p2_back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.p2_container .p2_front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.p2_container:hover .p2_back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.p2_container:hover .p2_front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.p2_front .p2_inner img{
  margin: 5px 0px;
}
.p2_inner2 p{
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
  text-shadow: 2px 2px 2px #000000;
}


.dj_part3{
  width: 100%;
  height: 900px;
  background: url(../images/dj/np3_bg1.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.dj_part3_wrap{
  width: 100%;
  height: 100%;
  background: url(../images/dj/np3_bg2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.dj_tit3{
  float: left;
  margin-top: 40px;
  margin-left: 510px;
}
.dj_part3_left{
  width: 250px;
  height: 600px;
  float: left;
  margin-left: 50px;
  margin-top: 53px;
}
.dj_gundong1{
  width: 100%;
  height: 100%;
}
.dj_gundong1 ul{
  width: 230px;
  height: 600px;
}
.dj_gundong1 ul li{
  float: right;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 24px;
  margin-right: 25px;
  background: #FFF5F5;
  border-radius: 20px;
  font-size: 16px;
  color: #666666;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  overflow: hidden;
}
.dj_gundong1 ul .selected{
  color: #FFFDEC;
  background: #BE0200;
}
.dj_gundong1 ul li:hover{
  color: #FFFDEC;
  background: #BE0200;
}
.zUIpanelScrollBox{
  background:#E3EAF5;
  width:1px;
  top:4px;
  right:6px;
}
.zUIpanelScrollBar{
  top:4px;
  right:2px;
  border-radius:5px;
  width: 8px;
  background: #DCBDBD;
  opacity: .8;
  filter: alpha(opacity=80);
}
.dj_part3_right{
  width: 980px;
  height: 600px;
  float: right;
  margin-top: 53px;
}
.dj_part3_right li{
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.dj_part3_right .selected{
  display: block;
}
.dj_cp_img{
  width: 800px;
  height: 450px;
  display: block;
  position: absolute;
  left: 0;
  top:0;
  z-index: 1;
  text-align: center;
}
.dj_cp_img:hover{
  z-index: 3;
}
.dj_cp_img img{
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.dj_cp_content{
  width: 620px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/xcbg004.png);
  z-index: 2;
}
.dj_cp_content span{
  display: block;
  float: left;
  width: 450px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 31px;
  margin-left: 85px;
  margin-top: 80px;
}
.dj_cp_content p{
  float: left;
  width: 450px;
  height: 182px;
  margin-left: 85px;
  margin-top: 17px;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  text-align: justify;
}
.dj_cp_content a{
  width: 110px;
  height: 36px;
  background: #BE0200;
  border-radius: 20px;
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 85px;
}
.dj_cp_content a h1{
  color: #fff;
  font-weight: normal;
  width: 60px;
  font-size: 14px;
  color: #FFFFFF;
  height: 36px;
  line-height: 36px;
  display: block;
  float: left;
  margin-left: 18px;
}
.dj_cp_content a img{
  float: left;
  margin-top: 15px;
  margin-left: 3px;
}


.dj_part4{
  width: 100%;
  height: 1988px;
  background: url(../images/dj/np4_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.p4_tit{
  width: 100%;
  height: 134px;
  float: left;
  margin-top: 44px;
  text-align: center;
}
.p4_slide{
  width: 100%;
  border: 8px solid #DC000C;
  background: #fff;
  border-radius: 20px;
  float: left;
  margin-top: 30px;
  padding-bottom: 20px;
}
.p4_slide span{
  display: block;
  float: left;
  width: 100%;
  height: 38px;
  line-height: 30px;
  text-align: center;
  color: #FFFDEC;
  font-size: 18px;
  background: url(../images/dj/p4_tit.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.p4_P{
  width: 100%;
  float: left;
  margin-top: 20px;
  padding: 0 35px;
}
.p4_slide p{
  background: #FEF1F1;
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
  padding: 10px 28px;
}
.p4_img{
  width: 100%;
  float: left;
  margin-top: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 18px;
}
.p4_img img{
  width: 620px;
  height: 330px;
}
.p4_slide3{
  height: 610px;
  background: url(../images/dj/p4_img5.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #fff;
  margin-bottom:50px;
}

.dj_part5{
  width: 100%;
  height: 960px;
  background: url(../images/dj/np5_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.p5_tit{
  width: 100%;
  height: 134px;
  float: left;
  margin-top: 25px;
  text-align: center;
}
.dj_part5 .dj_wrap{
  position: relative;
  width: 1200px;
}
.superli{
  width: 100%;
  height: 780px;
  position: absolute;
  left: 0;
  top:180px;
  z-index: 2;
}
.quan{ 
  position: absolute;
}
.quan1{
  width: 180px;
  height: 180px;
  top: 0;
  left: 337px;
}
.quan2{
  width: 110px;
  height: 110px;
  top: 190px;
  left: 295px;
}
.quan3{
  width: 130px;
  height: 130px;
  top: 400px;
  left: 290px;
}
.quan4{
  width: 100px;
  height: 100px;
  top: 555px;
  left: 667px;
}
.quan5{
  width: 130px;
  height: 130px;
  top: 229px;
  left: 930px;
}
.quan6{
  width: 130px;
  height: 130px;
  top: 10px;
  left: 590px;
}
.quan7{
  width: 180px;
  height: 180px;
  top: 52px;
  left: 780px;
}
.quan8{
  width: 165px;
  height: 165px;
  top: 366px;
  left: 765px;
}
.quan9{
  width: 165px;
  height: 165px;
  top: 519px;
  left: 407px;
}
.quan10{
  width: 165px;
  height: 165px;
  top: 231px;
  left: 106px;
}
.quan_wrap{
  width: 100%;
  height: 100%;
  position: relative;
}
.qipao{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor:pointer;
}
.qipao_font1{
  display: block;
  width: 100%;
  height: 26px;
  font-weight: bold;
  color: #B80009;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
}
.qipao_font2{
  display: block;
  width: 100%;
  height: 44px;
  font-weight: bold;
  color: #B80009;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.quan1 .qipao_font1{
  font-size: 20px;
}
.quan2 .qipao_font1{
  font-size: 16px;
}
.quan3 .qipao_font2{
  font-size: 17px;
}
.quan4 .qipao_font1{
  font-size: 15px;
}
.quan5 .qipao_font1{
  font-size: 17px;
}
.quan6 .qipao_font2{
  font-size: 17px;
}
.quan7 .qipao_font2{
  font-size: 19px;
}
.quan8 .qipao_font1{
  font-size: 19px;
}
.quan9 .qipao_font1{
  font-size: 19px;
}
.quan10 .qipao_font1{
  font-size: 19px;
}
.qipao1{
  background:url(../images/dj/qipao3.png) no-repeat center; 
  background-size:cover;
  animation:myfirst linear infinite 2.5s;
}
.qipao2{
  background:url(../images/dj/qipao4.png) no-repeat center; 
  background-size:cover;
  animation:myfirst linear infinite 2.5s;
    -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
      animation-delay: 1.2s;

}
.qipao{}
@keyframes myfirst {0% {top:0;} 50% {top:8px;} 100% {top:0;}}
.quan:hover .qipao{transform: scale(1.3);transition: all 0.3s;}
.quan:hover .alert{
  display: block;
}
.alert{
  padding: 30px;
  background: rgba(255,255,255,.7);
  display: none;
  position: absolute;
  z-index: 3;
}
.quan1 .alert,.quan2 .alert,.quan10 .alert{
  top: 50%;
  left: 90%;
}
.quan9 .alert,.quan3 .alert{
  bottom: 50%;
  left: 90%;
}
.quan4 .alert,.quan8 .alert{
  bottom: 50%;
  right: 90%;
}
.quan5 .alert,.quan6 .alert,.quan7 .alert{
  top: 50%;
  right: 90%;
}
.alert span{
  display: block;
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height:24px;
}
.alert p{
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.alert img{
  margin-top: 15px;
}
.dj_title2{
  text-align: center;
  width: 100%;
  float: left;
  height: 45px;
  font-size: 34px;
  font-weight: bold;
  color: #010101;
  line-height: 45px;
  margin-top: 70px;
}
.dj_title2 b{
  color: #2357CE;
}
.imgWrap_k{
  float:left;
  width: 100%;
  height: 750px;
  margin-top: 21px;
}
.imgWrap {
  width: 700px;
  height: 700px;
  margin: 0 auto;
  position: relative;
}

.outer, .inner, .small {
	position: relative;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-animation: ballScale 6s 0s linear infinite;
    -moz-animation: ballScale 6s 0s linear infinite;
    -ms-animation: ballScale 6s 0s linear infinite;
    animation: ballScale 6s 0s linear infinite;
}
.imgWrap img{
  position: absolute;
  top: 105px;
  left: 105px;
}
.imgWrap span{
  position: absolute;
  width: 200px;
  height: 35px;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 35px;
  display: block;
  text-align: center;
  top: 332px;
  left: 250px;
}
.inner{
	position: relative;
	margin-top: -700px;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
      animation-delay: 2s;
}
.small{
		position: relative;
	margin-top: -700px;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -ms-animation-delay: 4s;
      animation-delay: 4s;
}
@-webkit-keyframes ballScale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 0; } }
@-moz-keyframes ballScale {
  0% {
    -moz-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -moz-transform: scale(1);
            transform: scale(1);

    opacity: 0; } }
@-ms-keyframes ballScale {
  0% {
    -ms-transform: scale(0);
            transform: scale(0);
    opacity: 1; }

  100% {
    -ms-transform: scale(1);
            transform: scale(1);

    opacity: 0; } }
@keyframes ballScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
}

.dj_part6{
  width: 100%;
  height: 660px;
  background: url(../images/dj/np6_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.dj_part6 .dj_wrap{
  position: relative;
}
.dj_part6_left{
  width: 300px;
  height: 740px;
  background: url(../images/dj/np6_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0;
  top: -80px;
}
.dj_part6_title{
  width: 150px;
  height: 31px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 31px;
  float: left;
  margin-top: 35px;
  margin-left: 40px;
}
.dj_part6_left ul{
  float: left;
  width: 100%;
  height: 400px;
  margin-top: 60px;
}
.dj_part6_left ul li{
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}
.dj_part6_left ul li:hover{
  background: #E94848;
}
.dj_part6_left ul li:hover .img1{
  display: none;
}
.dj_part6_left ul li:hover .img2{
  display: block;
}
.dj_part6_left ul li h1{
  width: 40px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  float: left;
  margin-left: 40px;
}
.dj_part6_left ul li span{
  width: 120px;
  height: 50px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  display: block;
  float: left;
}
.dj_part6_left ul li .img1{
  float: right;
  margin-top: 20px;
  margin-right: 46px;
}
.dj_part6_left ul li .img2{
  float: right;
  margin-top: 16px;
  margin-right: 41px;
  display: none;
}
.dj_part6_left ul .selected{
  background: #E94848;
}
.dj_part6_left ul .selected .img1{
  display: none;
}
.dj_part6_left ul .selected .img2{
  display: block;
}
.dj_part6_right{
  float: right;
  margin-right: 40px;
  width: 850px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.dj_part6_right .selected{
  opacity: 1;
  filter: alpha(opacity=100);
}
.dj_part6_slide{
  width: 1000px;
  height: 100%;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dj_part6_slide .swiper{
  width: 100%;
  height: 100%;
}
.dj_part6_slide .swiper-slide {
  width: 600px;
  height: 440px;
  float: left;
  margin-top: 100px;
  position: relative;
}
.dj_part6_slide .swiper-slide .dj_slide1{
  display: block;
  width: 100%;
  height: 370px;
  position: absolute;
  bottom: 0;
  transition: 0.2s;
  overflow: hidden;
}
.dj_part6_slide .swiper .swiper-slide-active .dj_slide1{
  height: 440px;
}
.swiper-slide-active .dj_slide1_img{
  height: 370px;
  line-height: 370px;
}
.dj_slide1_img{
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: center;
}
.dj_slide1_img img{
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.dj_slide1 span{
  display: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.dj_part6_slide .swiper .swiper-slide-active span{
  display: block;
}
.dj_slide1_black{
  width: 120px;
  height: 301px;
  background: linear-gradient(90deg, rgba(41,50,70,0) 0%, #283246 100%);
  position: absolute;
  right: 0;
  top: 170px;
  z-index: 2;
}
#yangshi .swiper-pagination{
  width: 525px;
  bottom: 60px;
}
#yangshi .dj_part6_slide .swiper-pagination-bullet{
  width: 28px;
  height: 6px;
  background: #FFFFFF;
  margin-right: 10px;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#yangshi .dj_part6_slide .swiper-pagination-bullet-active{
  width: 28px;
  height: 6px;
  background: #DC000C;
  margin-right: 10px;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}