.pcvideo {
  padding: 146px 130px 0;
  background: #000001;
}
.pcvideo video {
  width: 100%;
  display: block;
}
.popub_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 80%;
  text-align: center;
}
.popub_video video {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.popub_video .next {
  position: relative;
  width: 100%;
  height: 100%;
}
.popub_video .next i {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  background: url(../images/lpage/icon_63s.png) center no-repeat;
  cursor: pointer;
}
.popub_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.traitBox .w1400 {
  display: block;
}
.traitBox .w1400 img {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.traitBox .titles {
  font-size: 34px;
  color: #333333;
  display: flex;
  font-weight: bold;
}
.traitBox .titles span {
  color: #d90c1c;
}
.traitBox .lines {
  padding: 100px 0 110px;
  background: url(../images/lpage/lines_bg.png) bottom left no-repeat;
  background-size: cover;
}
.traitBox .lines .newList {
  display: flex;
  flex-wrap: wrap;
}
.traitBox .lines .lists {
  width: 45.42%;
  display: flex;
  align-items: center;
  margin-right: 8.57%;
  margin-top: 66px;
}
.traitBox .lines .lists:nth-child(2n) {
  margin-right: 0;
}
.traitBox .lines .lists i {
  display: block;
  width: 119px;
  height: 119px;
}
.traitBox .lines .lists i img {
  width: 100%;
  border-radius: 50%;
}
.traitBox .lines .text {
  margin-left: 30px;
  width: 76%;
}
.traitBox .lines .text p {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.traitBox .lines .text b {
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
  font-weight: normal;
}
.traitBox .newvideo .videobox {
  position: relative;
}
.traitBox .newvideo .videobox .swiper-slide {
  height: 640px;
}
.traitBox .newvideo .videobox .swiper-pagination {
  font-size: 0;
  bottom: 40px;
}
.traitBox .newvideo .videobox .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  margin: 0 ;
  margin-right: 32px;
}
.traitBox .newvideo .videobox .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.traitBox .newvideo .videobox .swiper-pagination-bullet-active {
  position: relative;
}
.traitBox .newvideo .videobox .swiper-pagination-bullet-active::after {
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.traitBox .newvideo .videoimg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.traitBox .newvideo .videoimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.traitBox .newvideo .v_text {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
.traitBox .newvideo .v_text .txt {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}
.traitBox .newvideo .v_text .play {
  width: 112px;
  width: 100px;
  margin: 0 auto;
  margin-top: 120px;
  transition: all 0.5s;
  -webkit-animation: TopBot 1s ease-in-out infinite both;
  -moz-animation: TopBot 1s ease-in-out infinite both;
  -ms-animation: TopBot 1s ease-in-out infinite both;
  animation: TopBot 1s ease-in-out infinite both;
}
.traitBox .newvideo .v_text .play img {
  width: 100%;
}
.traitBox .newvideo .v_text .play:hover {
  margin-top: 110px;
  transition: all 0.5s;
}
.traitBox .tuwen{
     padding: 100px 0 120px;
}
.traitBox .framework {
 margin-bottom: 80px;
}
.traitBox .framework:last-child{
    margin-bottom: 0;
}
.traitBox .framework .frame_img {
  width: 100%;
  margin-top: 50px;
}
.traitBox .framework .frame_img img {
  width: 100%;
}
.pcvideo img{
    width: 100%;
}
.pcvideo .mvideo{
  display: none;
}
.traitBox .framework .frame_img .mimg{
  display: none;
}
@media (max-width:1200px) {
  .traitBox .w1400 img{
    margin-top: 0;
  }
  .popub_video .next i{
    width: 0.34rem;
    height: 0.34rem;
    background-size: 100% auto;
    right: 0.1rem;
    top: 0.1rem;
  }
  .pcvideo{
    padding: 1.93rem 0.44rem 0.62rem;
  }
  .pcvideo .pvideo{
    display: none;
  }
  .pcvideo .mvideo{
    display: block;
  }

  .traitBox .lines{
    padding: 1rem 0;
  }
  .traitBox .titles{
    font-size: 0.4rem;
  }
  .traitBox .lines .newList{
    display: block;
    margin-top: 0.4rem;
  }
  .traitBox .lines .lists{
    width: 100%;
    margin-top: 0.74rem;
    margin-right: 0;
  }
  .traitBox .lines .lists i{
    width: 1.19rem;
    height: 1.19rem;
  }
  .traitBox .lines .text p{
    font-size: 0.3rem;
  }
  .traitBox .lines .text b{
    font-size: 0.26rem;
    margin-top: 0.2rem;
  }
  .traitBox .lines .text{
    margin-left: 0.3rem;
  }
  .traitBox .newvideo .videobox .swiper-slide{
    height: 6.4rem;
  }
  .traitBox .newvideo .v_text{
    top: 0.99rem;
  }
  .traitBox .newvideo .v_text .txt{
    font-size: 0.4rem;
  }
  .traitBox .newvideo .v_text .play{
    width: 1.09rem;
    margin-top: 1.24rem;
  }

  .traitBox .newvideo .v_text .play:hover{
    margin-top: 1.24rem;
  }

  .traitBox .newvideo .videobox .swiper-pagination{
    bottom: 0.4rem;
  }
  .traitBox .newvideo .videobox .swiper-pagination-bullet{
    width: 0.06rem;
    height: 0.06rem;
    margin-right: 0.33rem;
  }
  .traitBox .newvideo .videobox .swiper-pagination-bullet-active::after{
    width: 0.24rem;
    height: 0.24rem;
  }
  
  .traitBox .tuwen{
       padding: 0.9rem 0 1.32rem
  }

  .traitBox .framework{
   margin-bottom: 0.8rem;
  }
  .traitBox .framework .frame_img{
    margin-top: 0.5rem;
  }

  /* .traitBox .framework .frame_img .pcimg{
    display: none;
  }
  .traitBox .framework .frame_img .mimg{
    display: block;
  } */
}
























/*上下动*/
@keyframes TopBot {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes TopBot {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@-moz-keyframes TopBot {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@-ms-keyframes TopBot {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
