.keep span {
  border: 1px solid #b1ccd9;
}
.keep span:hover {
  background: #ffffff;
  color: #548fac;
  border: 1px solid #ffffff;
}
.productClass dl dt span {
  background: #548fac url(../images/product/arrow.png) no-repeat center center;
}
.productClass dl dt {
  border: 1px solid #548fac;
}
.request li .show p:hover,
.productClass dl dd p:hover {
  color: #548fac;
}
.detail {
  overflow: hidden;
  padding:0px 0 100px 0;
}
.detail .left {
  padding-left:0%;
  width: 60%;
  max-width: 760px;
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}
.detail .left strong{ font-weight:bold;}
.detail .left h5 {
  font-size: 16px;
  color: #303030;
  font-weight: bold;
  line-height:38px;
  padding-bottom:15px;
}
.detail .left p {
  text-align: justify;
  font-family: "宋体";  
}
.detail .left p img {
  max-width: 100%;
}
.detail ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.detail ul li {
  width: 48%;
  float: left;
  background: #f4f4f4;
  padding: 50px 0 40px;
  margin-right: 2%;
}
.detail ul li:hover h5 {
  color: #548fac;
}
.detail ul li:hover .more {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  border: 1px solid #124191;
  color: #124191;
}
.detail ul .info {
  width: 86%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  color: #9b9b9b;
}
.detail ul .info h5 {
  font-size: 19px;
  color: #000;
  font-weight: bold;
  height: 54px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  padding-bottom: 0;
}
.detail ul .info span {
  font-size: 16px;
  color: #000;
  display: block;
  padding-bottom: 24px;
}
.detail ul .info p {
  height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-family: "宋体";
}
.detail .left h6 {
  font-family: '宋体';
  font-size: 16px;
  color:#777777;
  padding:20px 0 20px;
  text-align: left;
  font-weight: bold;
}
.detail .left .boxs {
  padding-top: 60px;
  overflow: hidden;
}
.detail .left .boxs p{ margin-bottom:0x;}
.detail ul .info .more {
  width: 33px;
  height: 33px;
  border: 1px solid #d0d7de;
  float: right;
  font-family: "iconfont";
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.detail ul .info .more:before {
  content: "\e644";
}
.detail .right {
  width: 20%;
  float: right;
}
.detail .m {
  display: none;
}
.detail .biaoqian {  
  font-family: "宋体";
}
.detail .biaoqian span {
  color: #333333;
  font-size: 16px;
  padding-bottom: 20px;
  display: block;
}
.detail .biaoqian p {
  font-size: 18px;
  padding-bottom: 26px;
}
.detail .biaoqian h6 {
  font-size: 14px;
  line-height: 32px;
  color: #333333;
}
.detail .biaoqian h6 em {
  font-size: 12px;
}
@media (max-width: 720px) {
  .detail .biaoqian.pc,
  .detail .right {
    display: none;
  }
  .detail .biaoqian.m {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
  }
  .detail .left {
    padding-left: 0;
    width: 100%;
    font-size: 0.85rem;
    color: #444444;
    line-height: 1.3rem;
  }
  .detail {
    padding: 1.75rem 0;
  }
  .detail .left h5 {
    font-size: 1.2rem;
    padding-bottom: 0.65rem;
    line-height: 1.4rem;
  }
  .detail .left p {
    font-family: '微软雅黑';
    margin-bottom: 0.85rem;
  }
  .detail .biaoqian.m {
    float: none;
    font-family: '微软雅黑';
  }
  .detail .biaoqian span {
    font-size: .8rem;
    color: #444444;
    padding-bottom: 0.5rem;
    line-height: .8rem;
  }
  .detail .biaoqian p,
  .detail .biaoqian h6 {
    font-size: .85rem;
    color: #333333;
    margin-bottom: 0;
    padding-bottom: 4px;
    line-height: 1.2rem;
  }
  .detail ul {
    width: 100%;
  }
  .detail ul li {
    width: 100%;
    margin-right: 0;
    padding: 1.5rem 0;
    margin-bottom: 0.5rem;
  }
  .detail ul .info {
    width: 96%;
  }
  .detail ul .info span {
    font-size: 0.8rem;
    color: #444444;
    padding-bottom: 0.5rem;
    line-height: 16px;
  }
  .detail ul .info h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 2.6rem;
  }
  .detail ul .info p {
    font-family: "微软雅黑";
    font-size: 0.85rem;
    color: #444444;
    line-height: 1.3rem;
    height: 5rem;
  }
  .detail ul .info .more {
    float: left;
  }
  .keep h5 {
    color: #ffffff;
  }
  .keep span {
    color: #ffffff;
  }
}
@media (min-width: 721px) and (max-width: 1023px) {
  .detail .left {
    padding-left: 0;
    width: 80%;
    font-size: 12px;
    line-height: 22px;
  }
  .detail {
    padding: 50px 0;
  }
  .detail .left h5 {
    font-size: 16px;
    line-height: 34px;
    padding-bottom: 14px;
  }
  .detail .left p {
    margin-bottom: 10px;
  }
  .detail ul .info span {
    font-size: 14px;
    padding-bottom: 6px;
    line-height: 18px;
  }
  .detail ul .info h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    height: 44px;
  }
  .detail ul li {
    padding: 20px 0;
  }
  .detail ul .info p {
    font-size: 12px;
    line-height: 20px;
    height: 100px;
  }
  .detail .biaoqian {
    width: 100%;
  }
  .detail .right {
    width: 18%;
  }
  .detail .biaoqian p {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .detail .biaoqian h6 {
    font-size: 14px;
  }
  .detail .biaoqian span {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .detail .biaoqian{width: 100%;}
}
@media (min-width: 1024px) and (max-width: 1335px) {
  .detail .left h5 {
    font-size: 36px;
    padding-bottom: 30px;
  }
  .detail .biaoqian{width: 100%;}
  .detail .left p {
    margin-bottom: 14px;
  }
  .detail ul .info span {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .detail ul .info h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .detail ul li {
    padding: 40px 0;
  }
  .detail .left {
    font-size: 14px;
    width: 74%;
  }
  .detail .right {
    width: 14%;
  }
  .detail .biaoqian h6 {
    font-size: 14px;
  }
  .detail .biaoqian p {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .detail .biaoqian span {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
