.product2-2 {
  height: 950px;
}

.product2-2 .wrap {
  padding-top: 359px;
}

.product2-2 .wrap .common-title h2 {
  font-size: 40px;
}

.product2-2 .wrap .content {
  margin-top: 53px;
}

.product2-2 .wrap .content p {
  line-height: 1.6;
  font-size: 20px;
  color: #323246;
  margin-bottom: 25px;
  max-width: 480px;
}

.product2-3 {
  height: 600px;
}

.product2-3 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.73);
}

.product2-3 .wrap {
  padding-top: 82px;
}

.product2-3 .common-title {
  line-height: 1.6;
  font-size: 40px;
  background-position: 0 15%;
  color: #fff;
  font-weight: bold;
}

.product2-3 .common-title b {
  display: block;
  width: 80px;
  height: 3px;
  background: #FFFFFF;
  margin-bottom: 38px;
}

.product2-3 .content {
  margin-top: 135px;
}

.product2-3 .content .num {
  text-align: center;
  color: #FFFFFF;
}

@font-face {
  font-family: 'num';
  src: url('/static/font/num.ttf') format('woff')
}

.product2-3 .content .num b {
  font-size: 80px;
  font-family: 'num';
  font-weight: 500;
}

.product2-3 .content .num p {
  font-size: 30px;
  margin-top: 37px;
}

.product2-4 {
  padding: 68px 0 55px
}

.product2-4 .top {
  margin-top: 70px;
}

.product2-4 .top .every {
  width: calc(100% / 3 - 18px);
}

.product2-4 .top .every .picbox {
  position: relative;
}

.product2-4 .top .every .picbox img {
  width: 100%;
  transition: all 0.4s linear;
}

.product2-4 .top .every .picbox .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  height: 81px;
  color: #fff;
}

.product2-4 .top .every .picbox .title b {
  margin: 0 26px;
  font-weight: normal;
  font-size: 20px;
}

.product2-4 .top .every .picbox .title span {
  width: 26px;
  height: 1px;
  background: #fff;
  transition: all 0.3s linear;
}

.product2-4 .top .every:hover .picbox img {
  opacity: 0.8;
}

.product2-4 .top .every:hover .picbox .title span {
  width: 76px;
}

.product2-4 .bottom .every {
  padding: 17px 30px 30px;
  box-shadow: 0px 8px 20px 0px rgba(237, 237, 237, 0.5);
  display: none;
  width: 100%;
}

.product2-4 .bottom .every.current {
  display: block;
}

.product2-4 .bottom .every .title {
  font-size: 18px;
  color: #666666;
  line-height: 1.4;
}

.product2-4 .bottom .every .title b {
  color: #060E16;
}

.product2-4 .bottom .every .point-title {
  font-size: 18px;
  color: #060E16;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 22px;
}

.product2-4 .bottom .every p {
  line-height: 1.4;
  font-size: 16px;
  color: #4D4D4D;
}

.product2-4 .bottom .every .content {
  margin-top: 15px;
}

.product2-4 .bottom .every .content b {
  color: #060E16;
}

.product2-4 .bottom .every .content p {
  display: block;
  width: 30%;
  margin-right: 3.3%;
  margin-bottom: 15px;
}

.product2-5 {}

.product2-5 .mask {
  width: 100%;
  height: 100%;
  padding: 66px 0 109px;
}

.product2 .intr {
  max-width: 981px;
}

.product2-5-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

.product2-5-title b {
  display: block;
  width: 80px;
  height: 3px;
  background: #FFFFFF;
  margin-bottom: 38px;
}

.product2-5 main {
  margin-top: 56px;
}

.product2-5 main .left {
  width: 48%;
}

.product2-5 main .left .left-title {
  margin: 14px 0 18px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 500;
}

.product2-5 main .left .left-title-bottom {
  width: 41px;
  height: 5px;
  /* background: #1C68FF; */
  margin-bottom: 6px;
}

.product2-5 main .left .content {
  max-width: 514px;
}

.product2-5 main .left .content p {
  line-height: 2;
  font-size: 20px;
  color: #FFFFFF;
}

.product2-5 main .right {
  width: 52%;
  background: rgba(255, 255, 255, 0.3);
  padding: 30px 39px;
}

.product2-5 main .right .right-title {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 30px;
}

.product2-5 main .right .every {
  width: calc(90% / 2);
  color: #FFFFFF;
  margin-bottom: 40px;
}

.product2-5 main .right .every.lang {}

.product2-5 main .right .every h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.product2-5 main .right .every p {
  font-size: 18px;
  line-height: 1.4;
}

.product2-4-mob {
  display: none;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

/* 
*---------------------------------------------1519
*/
@media screen and (max-width:1519px) {
  .product2-2 {
    height: 650px;
  }

  .product2-2 .wrap {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .product2-2 .wrap .content p {
    font-size: 16px;
  }

  .product2-2 .wrap .common-title h2 {
    font-size: 34px;
  }

  .product2-3 .content .num b {
    font-size: 60px;
  }

  .product2-3 .content .num p {
    font-size: 24px;
    margin-top: 28px;
  }

  .product2-3 .common-title {
    font-size: 36px;
  }

  .product2-3 .wrap {
    padding-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }

  .product2-4 .bottom .every p {
    font-size: 14px;
  }

  .product2-5 main .right .every p {
    font-size: 16px;
  }

  .product2-5 main .right .every h2 {
    font-size: 18px;
  }

  .product2-5 main .left .content p {
    font-size: 18px;
  }

  .product2-5-title {
    font-size: 30px;
  }
}

/* 
*---------------------------------------------1280
*/
@media screen and (max-width:1280px) {
  .product2-3 {
    height: 500px;
  }

  .product2-3 .content .num b {
    font-size: 50px;
  }

  .product2-3 .common-title {
    font-size: 32px;
  }

  .product2-3 .content {
    margin-top: 88px;
  }

  .product2-5 main .left,
  .product2-5 main .right {
    width: 100%;
    margin-bottom: 40px;
  }

  .product2-5 .mask {
    padding: 81px 0 88px;
  }

  .product2-4 .bottom .every .content p {
    width: 46%;
  }

  .product2-4 .top .every:hover .picbox .title span {
    width: 30px;
  }

  .product2-4 .top .every:hover .picbox .title b {
    font-size: 18px;
  }

  .product2-5-title b {
    font-size: 70px;
  }
.product2-2 .wrap{
  position: relative;
  z-index: 2;
}
  .product2-2 .wrap .content p {
    color: #fff;
  }

  .product2-2 .wrap .common-title h2 {
    color: #fff;
  }

  .product2-2 .common-title b {
    background: #fff;
  }

  .product2-2 {
    position: relative;
  }

  .product2-2::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}

/* 
*---------------------------------------------991
*/
@media screen and (max-width:991px) {}

/* 
*---------------------------------------------768
*/
@media screen and (max-width:768px) {
  .product2-2 .wrap .content p {
    font-size: 14px;
  }

  .product2-2 .wrap .common-title h2 {
    font-size: 24px;
  }

  .product2-2,
  .product2-3 {
    height: 100vh;
  }

  .product2-3 .content .num b {
    font-size: 30px;
  }

  .product2-3 .content .num p {
    font-size: 14px;
    margin-top: 10px;
  }

  .product2-3 .common-title {
    font-size: 22px;
  }

  .product2-5 main .right .every h2 {
    font-size: 16px;
  }

  .product2-5 main .right .every p {
    font-size: 14px;
  }

  .product2-5 main .right {
    padding: 20px;
  }

  .product2-5 main .right .right-title {
    font-size: 20px;
  }

  .product2-5 main .left .content p {
    font-size: 16px;
  }


  .product2-5 main .left .left-title {
    font-size: 20px;
  }

  .product2-5-title {
    font-size: 26px;
  }

  .product2-5 main .right .every {
    width: calc(100% / 2);
  }

  .product2-5 main .right .every.lang {
    width: calc(100%);
  }

  .product2-4-pc {
    display: none;
  }

  .product2-4-mob {
    display: block;
  }

  .product2-4 .top .every {
    width: 100%;
  }

  .product2-4 .bottom .every {
    display: block;
  }

  .product2-5-title b {
    font-size: 50px;
  }
}

/* 
*---------------------------------------------480
*/
@media screen and (max-width:480px) {
  .product2-3 .content .num {
    width: 50%;
    margin-bottom: 40px;
  }

  .product2-4 .bottom .every .content p {
    width: 100%;
    margin-right: 0;
  }

  .product2-5 main {
    margin-top: 10px;
  }
}