.cont .page_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cont .page_banner .banner-video {
  height: 100%;
}
.cont .page_banner .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont .pic {
  width: 100%;
  height: 100%;
}
.cont .pic .img{
    height: 100%;
}
.cont .pic img {
  object-fit: cover;
  height: 100%;
}
.cont .page1 {
  padding: 60px 0 120px;
  position: relative;
  background: #fff;
  z-index: 10;
}
.cont .page1 .w1440 {
  position: relative;
      overflow: inherit;
}
.cont .page1 .w1440 .tag {
  position: absolute;
  top: 70px;
  left: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cont .page1 .w1440 .tag p {
  display: flex;
  align-items: center;
  white-space: nowrap;
  border: 1px solid #b3b3b3;
  border-radius: 100px;
  padding: 3px;
  color: #171717;
  margin-bottom: 20px;
  line-height: 1;
  overflow: hidden;
}
.cont .page1 .w1440 .tag p i{
    max-width: 0;
    overflow: hidden;
    transition:max-width 3s ease, padding 1s ease; 

}
.cont .page1 .w1440 .tag p i.animated{
    max-width: 300px;
    padding: 0 6px;
}
.cont .page1 .w1440 .tag p img {
  width: 20px;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.cont .page1 .w1440 .item_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cont .page1 .w1440 .item_top .imgs_l {
  width: 33%;
  margin-left: 10%;
  margin-bottom: 2%;
}
.cont .page1 .w1440 .item_top .imgs_l svg{
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.cont .page1 .w1440 .item_top .imgs_l .threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding-top: 164%;
}
.cont .page1 .w1440 .item_top .imgs_l .threesixty .spinner {
  width: 60px;
  display: block;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -30px;
  z-index: 9;
}
.cont .page1 .w1440 .item_top .imgs_l .threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
}
.cont .page1 .w1440 .item_top .imgs_l .threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0;
}
.cont .page1 .w1440 .item_top .imgs_l .threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  transition: all 0s;
}
.cont .page1 .w1440 .item_top .imgs_l .threesixty .spinner span {
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.cont .page1 .w1440 .item_top .imgs_l .threesixty .nav_bar {
  display: none;
}
.cont .page1 .w1440 .item_top .imgs_l .text {
  width: 100%;
  text-align: center;
  display: none;
}
.cont .page1 .w1440 .item_top .imgs_l .text p {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  display: inline-block;
}
.cont .page1 .w1440 .item_top .imgs_l .container-fluid {
  width: 100%;
  position: relative;
}
.cont .page1 .w1440 .item_top .imgs_l .threesixty_images {
  width: 100%;
}
.cont .page1 .w1440 .item_top .imgs_l .threesixty_images li {
  width: 100%;
}
.cont .page1 .w1440 .item_top .text_r {
  width: 50%;
}
.cont .page1 .w1440 .item_top .text_r .tit {
  color: #171717;
  font-family: "SourceHanSansCN-Bold";
}
.cont .page1 .w1440 .item_top .text_r .t1 {
  color: #171717;
  margin-top: 0.5vw;
}
.cont .page1 .w1440 .item_top .text_r .t2 {
  color: #171717;
  margin-top: 1vw;
}
.cont .page1 .w1440 .item_top .text_r .more {
  display: inline-block;
  background: #0047ba;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  margin-top: 0.5vw;
  border: 1px solid #0047ba;
  transition: all 0.3s;
}
.cont .page1 .w1440 .item_top .text_r .more:hover {
  background: #fff;
  color: #0047ba;
}
.cont .page1 .w1440 .item_top .text_r .t3 {
  color: #171717;
  font-family: "SourceHanSansCN-Bold";
  margin-top: 1vw;
}
.cont .page1 .w1440 .item_top .text_r .t4 {
  color: #171717;
  margin-top: .5vw;
}
.cont .page1 .w1440 .item_top .text_r .t5 {
  color: #171717;
  margin-top: 0.5vw;
}
.cont .page1 .w1440 .item_top .text_r .pic {
  width: 100%;
  margin-top: 1vw;
}
.cont .page1 .w1440 .item_top .text_r .pic video {
  width: 100%;
  object-fit: cover;
}
.cont .page1 .w1440 .item_top .text_r .pic .img {
  width: 100%;
}
.cont .page1 .w1440 ul {
  width: 100%;
}
.cont .page1 .w1440 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.cont .page1 .w1440 ul li:nth-child(2n) .pic {
  order: 3;
}
.cont .page1 .w1440 ul li .pic {
  width: 50%;
}
.cont .page1 .w1440 ul li .pic video {
  width: 100%;
  object-fit: cover;
}
.cont .page1 .w1440 ul li .pic .img {
  width: 100%;
}
.cont .page1 .w1440 ul li .txt {
  width: 50%;
  padding: 0 5%;
}
.cont .page1 .w1440 ul li .txt p {
  display: block;
  color: #171717;
}
.cont .page1 .w1440 ul li .txt span {
  display: block;
  color: #171717;
  margin-top: 0.5vw;
}
.cont .page2 {
  background: #f3f3f3;
  padding: 60px 0;
  position: relative;
  z-index: 10;
}
.cont .page2 .tit {
  color: #171717;
  text-align: center;
  font-family: "SourceHanSansCN-Bold";
}
.cont .page2 .subtit {
  color: #171717;
  text-align: center;
  margin-top: 1.5vw;
}
.cont .page2 .pic {
  width: 100%;
  margin: 1vw auto;
}
.cont .page3 {
  padding: 90px 0;
  position: relative;
  background: #fff;
  z-index: 10;
}
.cont .page3 .tit {
  color: #171717;
  text-align: center;
  font-family: "SourceHanSansCN-Bold";
}
.cont .page3 .subtit {
  color: #171717;
  text-align: center;
  margin-top: 1.5vw;
}
.cont .page3 .pic {
  width: 100%;
  margin-top: 1vw;
}
.cont .section1 {
  padding: 90px 0;
  position: relative;
  background: #fff;
  z-index: 10;
}
.cont .section1 .tit {
  color: #171717;
  text-align: center;
  font-family: "SourceHanSansCN-Bold";
}
.cont .section1 ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 3vw;
}
.cont .section1 ul li {
  background: #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
  padding: 3vw 10px;
}
.cont .section1 ul li .img {
  width: 20%;
  margin: 0 auto;
}
.cont .section1 ul li .txt p,
.cont .section1 ul li .txt span {
  display: block;
  text-align: center;
  color: #171717;
  margin-top: 10px;
  transition: all 0.3s;
}
.cont .section1 ul li:hover .img img {
  transform: translateY(-8px);
}
.cont .section1 ul li:hover .txt p,
.cont .section1 ul li:hover .txt span {
  color: #0047ba;
}
.cont .section5{
    padding: 40px 0;
}
.cont .section2 {
  padding: 90px 0;
  position: relative;
  background: #f3f3f3;
  z-index: 10;
}
.cont .section2 .tit {
  color: #171717;
  text-align: center;
  font-family: "SourceHanSansCN-Bold";
}
.cont .section2 ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 3vw;
}
.cont .section2 ul li {
  background: #f3f3f3;
  overflow: hidden;
  padding: 20px 10px;
}
.cont .section2 ul li .img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s;
}
.cont .section2 ul li .txt p,
.cont .section2 ul li .txt span {
  display: block;
  text-align: center;
  color: #171717;
  transition: all 0.3s;
}
.cont .section2 ul li .txt p {
  margin-top: 10px;
}
.cont .section2 ul li .txt span {
  margin-top: 5px;
}
.cont .section2 ul li:hover .img {
  transform: translateY(-8px);
}
.cont .section2 ul li:hover .txt p,
.cont .section2 ul li:hover .txt span {
  color: #0047ba;
}

.cont .section4 {
  padding: 90px 0;
  position: relative;
  background: #fff;
  z-index: 10;
}
.cont .section4 .tit {
  color: #171717;
  text-align: center;
  font-family: "SourceHanSansCN-Bold";
}
.cont .section4 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3vw;
}
.cont .section4 ul li {
  width: 32%;
  margin: 0 1%;
  background: #fff;
  overflow: hidden;
}
.cont .section4 ul li .img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s;
}
.cont .section4 ul li .txt p,
.cont .section4 ul li .txt span {
  display: block;
  text-align: center;
  color: #171717;
  transition: all 0.3s;
}
.cont .section4 ul li .txt p {
  margin-top: 10px;
}
.cont .section4 ul li .txt span {
  margin-top: 5px;
}
.cont .section4 ul li:hover .img {
  transform: translateY(-8px);
}
.cont .section4 ul li:hover .txt p,
.cont .section4 ul li:hover .txt span {
  color: #0047ba;
}


.cont .section3 {
  padding: 90px 0;
  position: relative;
  background: #fff;
  z-index: 10;
}
.cont .section3 .w1440 {
  overflow: initial;
}
.cont .section3 .tit {
  color: #171717;
  text-align: center;
  font-family: "SourceHanSansCN-Bold";
}
.cont .section3 ul {
  width: 70%;
  margin: 3vw auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.cont .section3 ul li {
  background: #fff;
  overflow: hidden;
  padding: 40px 10px;
  border-radius: 15px;
  box-shadow: 5px 5px 20px rgba(111, 110, 110, 0.05);
}
.cont .section3 ul li .img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s;
}
.cont .section3 ul li .txt p {
  display: block;
  text-align: center;
  color: #171717;
  transition: all 0.3s;
  margin-top: 10px;
}
.cont .section3 ul li .txt .ic {
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
.cont .section3 ul li .txt .ic i {
  display: inline-block;
  padding: 3px 10px;
  background: #0047ba;
  border-radius: 5px;
  color: #fff;
}
.cont .section3 ul li .txt .des {
  padding: 10px 20px;
  color: #171717;
}
.cont .section3 ul li:hover .img {
  transform: translateY(-8px);
}
.cont .section3 ul li:hover .txt p,
.cont .section3 ul li:hover .txt span {
  color: #0047ba;
}
.cont .video_box {
  width: 100%;
  height: 100vh;
  position: relative;
  /* .video_top{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 65%;
            background: rgba(0, 0, 0, .3);
            border-bottom: 1px solid rgba(255, 255, 255, .4);
        } */
}
.cont .video_box .title {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "SourceHanSansCN-Bold";
  z-index: 10;
}
.cont .video_box .videos {
  width: 100%;
  height: 100%;
}
.cont .video_box .videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont .video_box .videos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont .video_box .video_bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.cont .video_box .video_bottom .item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 33.33%;
  height: 35%;
  padding: 2.5vw 0 0 4vw;
  cursor: pointer;
  position: absolute;
}
.cont .video_box .video_bottom .item video {
  display: none;
}
.cont .video_box .video_bottom .item .pic {
  display: none;
}
.cont .video_box .video_bottom .item .tit {
  color: rgba(255, 255, 255, 0.5);
  transition: all 1s;
}
.cont .video_box .video_bottom .item .txt {
  margin-top: 3vw;
}
.cont .video_box .video_bottom .item .txt p {
  display: block;
  font-family: "SourceHanSansCN-Bold";
  color: rgba(255, 255, 255, 0.5);
  transition: all 1s;
}
.cont .video_box .video_bottom .item .txt span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  transition: all 1s;
  margin-top: 0.1vw;
}
.cont .video_box .video_bottom .item:hover .tit {
  color: #fff;
}
.cont .video_box .video_bottom .item:hover .txt p {
  color: #fff;
}
.cont .video_box .video_bottom .item:hover .txt span {
  color: #fff;
}
.cont .video_box .video_bottom .item:nth-child(1) {
  bottom: 0;
  left: 0;
}
.cont .video_box .video_bottom .item:nth-child(2) {
  bottom: 0;
  left: 33.33%;
}
.cont .video_box .video_bottom .item:nth-child(3) {
  bottom: 0;
  left: 66.66%;
}
.cont .video_box .video_bottom .item:nth-child(4) {
  bottom: 35%;
  left: 0%;
}
.cont .video_box .video_bottom .item:nth-child(5) {
  bottom: 35%;
  left: 33.33%;
}
.cont .video_box .video_bottom .item:nth-child(6) {
  bottom: 35%;
  left: 66.66%;
}
.cont .page4 {
  padding: 160px 0;
  background: #f3f3f3;
  position: relative;
  z-index: 10;
}
.cont .page4 .tit {
  color: #0047ba;
}
.cont .page4 ul {
  margin-top: 3vw;
  border-top: 1px solid #d5d5d5;
}
.cont .page4 ul li {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0;
}
.cont .page4 ul li .top {
  display: block;
  color: #171717;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.cont .page4 ul li .top svg {

  transition: all 0.3s;
}
.cont .page4 ul li .des {
  padding: 10px 0px 0;
  color: #696969;
  display: none;
}
.cont .page4 ul li.on .top svg {
  transform: rotate(180deg);
}
.cont .page4 ul li:hover .top {
  color: #0047ba;
}
.popup_video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1101;
}
.popup_video .pop_layer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup_video .pop_ctn {
  width: 75%;
  height: 80%;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.5s;
  position: relative;
  background: #000;
}
.popup_video .pop_ctn .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  padding: 7px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 10;
  transition: all 0.5s;
}
.popup_video .pop_ctn .close svg {
  transition: all 0.5s;
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
}
.popup_video .pop_ctn .close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.popup_video .pop_ctn .close:hover svg {
  transform: rotate(180deg);
}
.popup_video .pop_ctn video {
  width: 100%;
  height: 100%;
  display: block;
}
.popup_video.on .pop_ctn {
  transform: translateY(0);
  opacity: 1;
}
/* 125% */
@media screen and (max-width: 1200px) {
  .cont .video_box {
    height: 65vh;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
    .cont .page4 ul li .top svg{
                width: 15px;
        height: 15px;
    }
  .popup_video .pop_ctn {
    width: 90%;
    height: auto;
  }
  .popup_video .pop_ctn .close {
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    padding: 6px;
  }
  .popup_video .pop_ctn .close svg {
    width: 13px;
    height: 13px;
  }
  .cont .page1,
  .cont .page2,
  .cont .page3,
  .cont .page4,
  .cont .section1,
  .cont .section2,
  .cont .section3,
  .cont .section4 {
    padding: 40px 0;
  }
  .cont .video_box {
    height: 42vh;
  }
  .cont .section3 ul {
    width: 100%;
  }
  .cont .section2 ul li .txt span br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
    
    .cont .page_banner{
        margin-top: 44px;
    }
  .cont .page3 .subtit br {
    display: none;
  }
  .cont .page1 .w1440 .tag p img {
    width: 16px;
  }
  .cont .page1 .w1440 .tag p {
    margin-bottom: 10px;
  }
  .cont .page1 .w1440 .item_top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cont .page1 .w1440 .tag {
    top: 0;
  }
  .cont .page1 .w1440 .item_top .imgs_l {
    width: 80%;
    margin: 0;
    padding-top: 80px;
  }
  .cont .page1 .w1440 .item_top .text_r {
    width: 100%;
  }
  .cont .page1 .w1440 .item_top .imgs_l svg{
      display: none;
  }
  .cont .page1 .w1440 .item_top .text_r .t1,
  .cont .page1 .w1440 .item_top .text_r .more,
  .cont .page1 .w1440 .item_top .text_r .t4,
  .cont .page1 .w1440 .item_top .text_r .t5 {
    margin-top: 5px;
  }
  .cont .page1 .w1440 .item_top .text_r .t2,
  .cont .page1 .w1440 .item_top .text_r .t3 {
    margin-top: 10px;
  }
  .cont .page1 .w1440 ul li {
    margin-top: 0px;
    flex-wrap: wrap;
  }
  .cont .page1 .w1440 ul li .pic {
    width: 100%;
    order: 4;
  }
  .cont .page1 .w1440 ul li .txt {
    width: 100%;
    padding: 15px 0;
  }
  .cont .video_box {
    height: auto;
  }
  .cont .video_box .videos {
    display: none;
  }
  .cont .video_box .video_top {
    display: none;
  }
  .cont .video_box .video_bottom {
    flex-wrap: wrap;
    position: static;
    height: auto;
    background: transparent;
    display: flex;
  }
  .cont .video_box .video_bottom .item {
    width: 100%;
    padding: 5%;
    margin-bottom: 10px;
    position: static;
  }
  .cont .video_box .video_bottom .item video {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .cont .video_box .title {
    position: static;
    color: #171717;
  }
  .cont .video_box .video_bottom .item .tit {
    margin-top: 10px;
  }
  .cont .video_box .video_bottom .item .txt {
    margin-top: 10px;
  }
  .cont .video_box .video_bottom .item .tit,
  .cont .video_box .video_bottom .item .txt p,
  .cont .video_box .video_bottom .item .txt span {
    color: #171717 !important;
  }
  .cont .section1 ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .cont .section1 ul li {
    border-radius: 10px;
  }
  .cont .section2 ul {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
  .cont .section2 ul li {
    padding: 0;
  }
  .cont .section3 ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .cont .section3 ul li {
    border-radius: 10px;
  }
  .cont .section4 ul{
     flex-wrap: wrap;
  }
  .cont .section4 ul li{
      width: 100%;
  }
}
/*# sourceMappingURL=./product_1.css.map */
