.body .head .head-box .top-title > ul > li:nth-of-type(3) {
  border-bottom: 5px solid #127bbf;
}
.body .page-con {
  margin: 0;
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}
.body .page-con .pro-level {
  margin-bottom: 35px;
}
.body .page-con .pro-level ul {
  width: 100%;
  display: flex;
  margin: 0;
}
.body .page-con .pro-level ul li {
  width: 112px;
  height: 30px;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-right: 10px;
  cursor: pointer;
}
.body .page-con .pro-level ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.body .page-con .pro-con ul {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body .page-con .pro-con ul li {
  position: relative;
  margin-bottom: 30px;
  width: 32%;
}
.body .page-con .pro-con ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.body .page-con .pro-con ul li div:nth-of-type(1) {
  overflow: hidden;
  position: relative;
}
.body .page-con .pro-con ul li div:nth-of-type(1) img {
  transition: all 1s;
  width: 100%;
  height: auto;
}
.body .page-con .pro-con ul li div:nth-of-type(1) span {
  bottom: 0;
  height: 4px;
  position: absolute;
  width: 100%;
  background-color: #0072bc;
  z-index: 10;
  opacity: 0;
  transition: all 1s;
}
.body .page-con .pro-con ul li div:nth-of-type(2) {
  text-align: center;
  margin-top: 20px;
}
.body .page-con .pro-con ul li div:nth-of-type(2) span {
  color: #666666;
}
.body .page-con .pro-con ul li:hover div:nth-of-type(1) img {
  transform: scale(1.1);
}
.body .page-con .pro-con ul li:hover div:nth-of-type(1) span {
  opacity: 1;
}
.body .page-con .pro-con ul li:hover div:nth-of-type(2) span {
  color: #0072bc;
}
.body .page-con .pro-introduce .pro-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.body .page-con .pro-introduce .pro-top .pro-img {
  width: 500px;
}
.body .page-con .pro-introduce .pro-top .pro-img img {
  width: 100%;
  height: auto;
}
.body .page-con .pro-introduce .pro-top .pro-img .smallp {
  width: 100%;
  margin-top: 20px;
}
.body .page-con .pro-introduce .pro-top .pro-img .smallp ul {
  border: 1px solid #D3D3D3;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.body .page-con .pro-introduce .pro-top .pro-img .smallp ul .fltr {
  display: block !important;
}
.body .page-con .pro-introduce .pro-top .pro-img .smallp ul li {
  cursor: pointer;
  margin: 10px 0px;
  width: 77px;
}
.body .page-con .pro-introduce .pro-top .pro-img .smallp ul li.active {
  border: 1px solid #0072bc;
}
.body .page-con .pro-introduce .pro-top .pros-con {
  padding-left: 50px;
  flex: 1;
}
.body .page-con .pro-introduce .pro-top .pros-con .chart {
  margin-top: 200px;
}
.body .page-con .pro-introduce .pro-top .pros-con .chart table {
  width: 100%;
}
.body .page-con .pro-introduce .pro-top .pros-con .pro-name {
  float: left;
}
.body .page-con .pro-introduce .pro-top .pros-con .pro-name .pro-name-con {
  width: 100%;
  text-align: center;
}
.body .page-con .pro-introduce .pro-top .pros-con .pro-name .pro-name-con div {
  font-size: 14px;
  color: #969696;
}
.body .page-con .pro-introduce .pro-top .pros-con .pro-name .pro-name-con div a {
  color: #969696;
}
.body .page-con .pro-introduce .pro-top .pros-con .pro-name .pro-name-con span {
  text-align: left;
  display: block;
  margin-top: 30px;
  color: #323232;
  font-size: 24px;
}
.body .page-con .pro-introduce .pro-top .pros-con .back-btn {
  float: right;
  position: relative;
  width: 140px;
  height: 35px;
  border: 1px solid #969696;
  line-height: 35px;
  text-align: center;
}
.body .page-con .pro-introduce .pro-top .pros-con .back-btn span:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #cacaca;
}
.body .page-con .pro-introduce .pro-top .pros-con .back-btn span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  bottom: 10%;
  height: 100%;
  transform: translateY(-50%);
  display: inline-block;
  color: #787878;
  font-size: 12px;
  line-height: 35px;
}
.body .page-con .pro-introduce .pro-top .pros-con .back-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.body .page-con .pro-introduce .pro-top .back-btn:hover {
  background-color: #127bbf;
  border: none;
}
.body .page-con .pro-introduce .pro-top .back-btn:hover span:nth-of-type(1) {
  background-color: #fff;
}
.body .page-con .pro-introduce .pro-top .back-btn:hover span:nth-of-type(2) {
  color: #fff;
}
.body .page-con2 {
  margin-bottom: 120px;
  background-color: #fff;
}
.body .page-con2 .pro-bottom {
  border-bottom: 1px solid #D3D3D3;
}
.body .page-con2 .pro-bottom .pro-btn {
  line-height: 80px;
  height: 80px;
}
.body .page-con2 .pro-bottom .pro-btn div {
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 125px;
  display: inline-block;
  height: 100%;
  font-size: 18px;
  color: #127bbf;
}
.body .page-con2 .pro-bottom .pro-btn div::after {
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  bottom: -2px;
  width: 100%;
  height: 2px;
  border-bottom: 3px solid #127bbf;
}
.body .page-con2 .pro-detailed {
  margin-top: 70px;
}
.body .page-con2 .pro-detailed table {
  width: 100%;
}
@media (max-width: 1400px) {
  .body .page-con .pro-introduce .pro-top .pro-img {
    width: 400px;
  }
}
@media (max-width: 1050px) {
  .body .page-con .pro-introduce .pro-top .back-btn {
    width: 190px;
  }
  .back-btn {
    display: none;
  }
  table {
    width: 50%;
  }
  .body .page-con .pro-introduce .pro-top .pro-img {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .body .page-con {
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .body .page-con .pro-introduce .pro-top .pro-name .pro-name-con {
    position: static;
    transform: translate(0, 0);
  }
  .body .page-con .pro-introduce .pro-top .pro-name .pro-name-con div {
    display: none;
  }
  .body .page-con .pro-introduce .pro-top .back-btn {
    display: none;
  }
  .body .page-con .pro-introduce .pro-top {
    flex-wrap: wrap;
  }
  .body .page-con .pro-introduce .pro-top .pro-img {
    width: 100%;
  }
  .body .page-con .pro-introduce .pro-top .pro-name {
    width: 100%;
  }
  .body .page-con .pro-introduce .pro-top .pro-img .smallp ul li {
    width: 50px;
  }
  .body .page-con .pro-con ul li {
    width: 48%;
  }
  .pages {
    margin-bottom: 50px;
  }
  .body .page-con .pro-introduce .pro-top .pros-con {
    padding-left: 0px;
  }
  .body .page-con .pro-introduce .pro-top .pros-con .chart {
    margin-top: 20px;
  }
}
