@charset "UTF-8";
.pro_top {
  position: relative;
  overflow: hidden;
}
.pro_top img {
  width: 100%;
}
.pro_top .pro_tit {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
  line-height: 1;
  color: white;
}
.pro_top .point_tit {
  padding: 16px 36px;
  background-size: 100% 100%;
  background-image: url(../img/product/bg.png);
  line-height: 1;
}
.pro_top .point_tit a{
    transition: all 0.5s;
}
.pro_top .point_tit a:hover{
    color: #13388d;
}
.pro_top .point_yuan {
  margin-top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro_top .point_yuan::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #13388d;
}
.pro_top .point_wz {
  position: absolute;
}
.pro_top .point_wz:nth-child(1) {
  left: 11%;
  top: 45%;
}
.pro_top .point_wz:nth-child(2) {
  left: 21.5%;
  top: 36%;
}
.pro_top .point_wz:nth-child(3) {
  left: 23%;
  top: 50%;
}
.pro_top .point_wz:nth-child(4) {
  left: 37%;
  top: 40%;
}
.pro_top .point_wz:nth-child(5) {
  left: 43%;
  top: 55%;
}
.pro_top .point_wz:nth-child(6) {
  left: 58%;
  top: 47%;
}
.pro_top .point_wz:nth-child(7) {
  left: 67%;
  top: 31%;
}
.pro_top .point_wz:nth-child(8) {
  left: 79%;
  top: 49%;
}


.sort2 .sort2_act {
  color: #13388d;
}
.sort2 .sort2_act::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  margin-top: 10px;
  background: #13388d;
}
.sort2 .swiper-wrapper {
  padding: 40px 0 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-wrap: wrap;
}
.sort2 .swiper-slide {
  width: auto;
  line-height: 1.5;
  height: auto;
  cursor: pointer;
  margin-right: 85px;
  margin-bottom: 40px;
  transition: all 0.5s;
}
.sort2 .swiper-slide:hover{
    color: #13388d;
}
.con {
  background: #f5f7fa;
  padding: 40px 0 90px;
}
.con .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con .ul .li {
  padding: 0 30px;
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  position: relative;
  background: white;
  height: 462px;
  text-align: center;
  padding-top: 56px;
}
.con .ul .li:nth-child(4n) {
  margin-right: 0;
}
.con .ul .li:nth-child(n+5) {
  margin-top: 40px;
}
.con .con_title {
  margin-bottom: 40px;
}
.con .img {
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.con .img:hover img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.con .tit {
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 30px;
}
.con .sub {
  color: #777777;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.con .con_flx {
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.con .con_flx span {
  width: 1px;
  height: 16px;
  background: #e5e5e5;
  margin: 0 30px;
}
.con .con_flx a {
  color: #13388d;
}
.sort2_con>div{
    display: none;
}
.sort2_con>.active{
    display: block;
}
@media only screen and (max-width: 1600px) {

  /*面包屑结束*/
  .sort2 .sort2_act::after {
    margin-top: 10px;
  }
  .sort2 .swiper-slide{
      margin-right: 45px;
  }
  .con .ul .li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    padding: 45px 20px 0;
    height: 370px;
  }
  .con .img {
    height: 180px;
  }
  .con .tit {
    margin-top: 20px;
  }
  .con .con_flx span {
    margin: 0 15px;
  }
  .con .ul .li:nth-child(n+5) {
    margin-top: 20px;
  }
  .con .con_flx {
    bottom: 40px;
  }
  .con .con_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {

  .con .ul .li {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
    height: 360px;
  }
  .con .ul .li:nth-child(n+3) {
    margin-top: 20px;
  }
  .con .ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pro_top .point_wz {
    position: relative;
    left: inherit !important;
    top: inherit !important;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }
  .pro_top .point_wz:nth-child(4n) {
    margin-right: 0;
  }
  .pro_top .point_wz:nth-child(n+5) {
    margin-top: 20px;
  }
  .pro_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
  .pro_top .point_yuan {
    display: none;
  }
  .pro_top .point_tit {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f6f6f6;
    border-radius: 5px;
  }
  .pro_top .point_tit a {
    padding: 10px 0;
  }
  .pro_top .pro_tit {
    /*position: relative;
    transform:inherit;
    left: inherit;
    color: inherit;
    margin-top: 40px;*/
    bottom: 200px;
  }
}
@media only screen and (max-width: 998px) {
    .pro_top{
    margin-top: 60px;
}
}
@media only screen and (max-width: 900px) {
  .crumb_nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  
  .crumb .crumb_column {
      
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  

  .sort2 .sort2_act::after {
    margin-top: 5px;
  }
  .con {
    padding: 35px 0 40px;
  }
  .con .con_title {
    margin-bottom: 20px;
  }
  .pro_top .point_wz {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  .pro_top .point_wz:nth-child(n+5) {
    margin-top: 10px;
  }
  .pro_point {
    padding: 20px 0;
  }
  .con .tit {
    margin-bottom: 6px;
  }
  .sort2 .swiper-slide{
      margin-right: 0;
      flex:0 0 33.33%;
      margin-bottom: 20px;
      font-size: 12px;
      text-align: center;
  }
  .sort2 .swiper-wrapper {
    padding: 20px 0 0px;
      
  }
  
 .crumb .crumb_column .system {
         height: 50px;
    /* white-space: nowrap; */
    width: 48%;
    margin-right: 1%;
    display: flex;
    justify-content: center;
     
 }
}
@media only screen and (max-width: 600px) {
  .con .ul .li {
    width: 100%;
  }
  .con .ul .li:nth-child(n+2) {
    margin-top: 20px;
  }
}
