.breadcrumbs {
  padding-top: 80px;
}
.cont_top {
  background: #f1f3f7;
}
.page1 .txt_top .tit {
  width: 100%;
  text-align: center;
  color: #333333;
}
.page1 .txt_top .subtit {
  width: 100%;
  text-align: center;
  color: #666666;
  font-family: 'SourceHanSansCN-Normal';
}
.page1 .sw1 .swiper-pagination {
  bottom: 0%;
}
.page1 .sw1 .swiper-pagination-bullet {
  background: #110a6a;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  transition: all 0.3s;
}
.page1 .sw1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 29px;
}
.page1 .sw1 .img {
  width: 100%;
 
  margin: 0 auto;
  position: relative;
}
/*
.page1 .sw1 .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.page1 .sw1 .img:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
*/
.page1 ul {
  display: flex;
  justify-content: space-between;
}
.page1 ul li {
  width: 49%;
  border-radius: 5px;
  background: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0.4));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2% 5%;
}
.page1 ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #333;
}
.page1 ul li p {
  color: #333333;
  width: calc(100% - 17px);
  font-family: 'SourceHanSansCN-Normal';
}
.page1 .btn {
  margin-top: 20px;
}
.page1 .btn a {
  margin: 0 auto;
  color: #fff;
  background: #110b6b;
  border: 1px solid #110b6b;
  font-family: 'SourceHanSansCN-Normal';
}
.page1 .btn a svg {
  margin-top: 2px;
}
.page1 .btn a:hover {
  color: #110b6b;
  background: #fff !important;
}
.page1 .btn a:hover svg path {
  fill: #110b6b;
}
.page2 .w1440 {
  display: flex;
  justify-content: space-between;
}
.page2 .w1440 .item_l {
  width: calc(100% - 250px);
}
.page2 .w1440 .item_l .tit {
  color: #000000;
}
.page2 .w1440 .item_l .text {
  color: #666666;
  margin-top: 20px;
  line-height: 1.8;
  font-family: 'SourceHanSansCN-Normal';
  border-bottom: 1px solid rgba(17,11,107,.06);
}
.page2 .w1440 .item_l .text p{
    color: #666666;
    display: block;
    padding: 20px 0;
    border-top: 1px solid rgba(17,11,107,.06);
    font-family: 'SourceHanSansCN-Normal';
}
.page2 .w1440 .item_l .bg{
    background: url(/static/cn/img/product_des_0605.jpg) center center;
    background-size: cover;
   margin-top: 20px;
   padding-top: 15px;
}
.page2 .w1440 .item_l .bg .sw2{
    width: 100%;
}
.page2 .w1440 .item_l .bg .sw2 .swiper-button-prev{
    left: 30px;
}
.page2 .w1440 .item_l .bg .sw2 .swiper-button-next{
    right: 30px;
}
.page2 .w1440 .item_l .bg .sw2 .swiper-button-prev::after,.page2 .w1440 .item_l .bg .sw2 .swiper-button-next::after{
    font-size: 20px;
    color: #a9abae;
}
.page2 .w1440 .item_l .bg .sw2 .img{
    width: 76.5%;
    margin: 0 auto;
    position: relative;
    padding-top: 44.5%;
    overflow: hidden;
}
.page2 .w1440 .item_l .bg .sw2 .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    object-fit: cover;
}
.page2 .w1440 .item_l .bg .des{
    width: 80%;
    margin: 0px auto;
    border-top: 1px solid rgba(162,163,163,.2);
    padding: 30px 0 60px;
}
.page2 .w1440 .item_l .bg .des .txt{
    width: 100%;
    color: #666666;
    line-height: 1.77;
    font-family: 'SourceHanSansCN-Normal';
}
.page2 .w1440 .item_l .text .box{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f8f8f8;
        padding: 40px 20px;
        margin-bottom: 10px;
    }
    .page2 .w1440 .item_l .text .box:nth-child(even) .img{
        order: 3;
    }
    .page2 .w1440 .item_l .text .box .img{
        width: 50%;
    }
    .page2 .w1440 .item_l .text .box .txt{
        width: 50%;
        padding: 0 5%;
    }
    .page2 .w1440 .item_l .text .box .txt p{
        color: #333;
        display: block;
    }
    
    .page2 .w1440 .item_l .text .box .txt span{
        margin-top: 10px;
        color: #333;
        display: block;
        font-family: 'SourceHanSansCN-Normal';
    }
.page2 .w1440 .item_l table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.page2 .w1440 .item_l table tr:nth-child(1) td:nth-child(odd) {
  background: #5994b9;
  color: #fff;
}
.page2 .w1440 .item_l table tr:nth-child(1) td:nth-child(even) {
  background: #597db9;
  color: #fff;
}
.page2 .w1440 .item_l table td {
  width: 50%;
  border: 1px solid #fff;
  padding: 2% 25px;
  color: #333;
  font-size: 16px;
}
.page2 .w1440 .item_l table tr:nth-child(even) {
  background: #f3f9fd;
}
.page2 .w1440 .item_l table tr:nth-child(odd) {
  background: #fdfdfd;
}
.page2 .w1440 .item_l .item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.page2 .w1440 .item_l .item .video_pic{
    position: relative;
        margin-top: 20px;
}
.page2 .w1440 .item_l .item .video_pic video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page2 .w1440 .item_l .item .video_pic .ic{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
     width: 120px;
    height: 120px;
    cursor: pointer;
    display: none;
}
 .page2 .w1440 .item_l .item .video_pic .ic::after{
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%;
    background: #fff;
    border-radius: 100%;
  }
.page2 .w1440 .item_l .item .video_pic .ic svg{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.page2 .w1440 .item_r {
  width: 200px;
}
.page2 .w1440 .item_r ul {
  width: 100%;
}
.page2 .w1440 .item_r ul li {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.page2 .w1440 .item_r ul li p {
  color: #333333;
  width: 100%;
  padding: 16px 0 16px 20%;
  position: relative;
  z-index: 5;
}
.page2 .w1440 .item_r ul li::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #110b6b;
  z-index: 2;
  transition: all 0.3s;
}
.page2 .w1440 .item_r ul li::before {
  content: '';
  display: block;
  width: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f1f3f7;
  transition: all 0.5s;
}
.page2 .w1440 .item_r ul li:hover::after {
  opacity: 1;
}
.page2 .w1440 .item_r ul li:hover::before {
  width: 100%;
}
.page2 .w1440 .item_r ul li:hover p {
  color: #110b6b;
}
.page2 .w1440 .item_r .consult {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page2 .w1440 .item_r .consult .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page2 .w1440 .item_r .consult .txt img {
  width: 22px;
  margin-right: 10px;
}
.page2 .w1440 .item_r .consult .txt i {
  display: block;
  color: #fff;
}
.page2 .w1440 .item_r .consult:hover .img img {
  transform: scale(1.05);
}
.page3 .tit {
  color: #000000;
}
.page3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.page3 ul li {
  width: 100%;
}
.page3 ul li .img {
  width: 100%;
  padding-top: 62%;
  position: relative;
  overflow: hidden;
}
.page3 ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.page3 ul li .img:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.page3 ul li .txt {
  height: 95px;
  border: 2px solid #f0f0f0;
  border-top: 0;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.page3 ul li .txt p {
  display: block;
  color: #333333;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .page2 .w1440 .item_r {
    width: 270px;
  }
  .page2 .w1440 .item_l {
    width: calc(100% - 340px);
  }
}
/* 150 */
@media screen and (max-width: 998px) {
    .page2 .w1440 .item_l .item .video_pic .ic{
        width: 80px;
    height: 80px;
    z-index: 10;
    display: block;
    }
  .breadcrumbs {
    padding-top: 90px;
  }
  .page2 .w1440 .item_r {
    width: 200px;
  }
  .page2 .w1440 .item_l {
    width: calc(100% - 240px);
  }
  .page2 .w1440 .item_r .consult .txt img {
    width: 22px;
  }
  .page2 .w1440 .item_r .consult .txt i {
    font-size: 16px;
  }
  .page2 .w1440 .item_l .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
    .page2 .w1440 .item_l .bg .des{
        padding: 15px 0 20px;
        margin-top: 15px;
    }
    .page2 .w1440 .item_l .item .video_pic .ic{
        width: 60px;
    height: 60px;
    }
    .page2 .w1440 .item_l .text .box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .page2 .w1440 .item_l .text .box .img{
        width: 80%;
    }
     .page2 .w1440 .item_l .text .box:nth-child(even) .txt{
        order: 4;
    }
    .page2 .w1440 .item_l .text .box .txt{
        width: 100%;
        padding: 20px 0;
    }
    .page2 .w1440 .item_l .text .box .txt span{
        margin-top: 0;
    }
  .breadcrumbs {
    padding-top: 50px;
  }
  .page1 ul {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .page1 ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 20px;
  }
  .page1 .sw1 {
    margin-top: 10px;
  }
  /*
  .page1 .sw1 .img {
    padding-top: 40%;
  }
  */
  .page2 .w1440 {
    flex-wrap: wrap;
  }
  .page2 .w1440 .item_l {
    width: 100%;
  }
  .page2 .w1440 .item_r {
    width: 100%;
    margin-bottom: 40px;
  }
  .page2 .w1440 .item_l .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .page2 .w1440 .item_l .text {
    margin-top: 10px;
  }
  .page2 .w1440 .item_l table {
    margin-top: 10px;
  }
  .page2 .w1440 .item_r{
    display: none;
  }
  .page2 .w1440 .item_r .consult {
    margin-top: 0;
  }
  .page2 .w1440 .item_r .consult .txt img {
    width: 25px;
  }
  .page2 .w1440 .item_r .consult .txt i {
    font-size: 20px;
  }
  .page3 {
    margin-top: 30px;
  }
  .page3 ul {
    padding-top: 10px;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .page3 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .page3 ul li .txt {
    padding: 15px 30px;
    height: auto;
  }
}
/*# sourceMappingURL=./product_des.css.map */
