.jpPic{
  overflow: hidden;
}
.jpPic img{
  width: 100%;
  height: auto;
  transform: scale(1);
}
/* 高亮样式开始 */
.jpActive{
  color: #fff !important;
  background: #0465c3 !important;
}
/* 高亮样式结束 */
/* 分散对齐开始 */
.jpJustifyBox{
  font-size: 0;
  width: 100%;
  text-align-last: justify;
  /* 兼容firefox */
  -moz-text-align-last: justify;
  text-align: justify;
  /* 兼容ie */
  text-justify: distribute-all-lines;
  /* ie下需设为block */
  display: block;
}
.jpJustify{
  display:inline-block;
  vertical-align:middle;
}
.jpLastJustify{
  width:100%;
}
/* 分散对齐结束 */
/* 分类标题开始 */
.cateTitle{
  background:#0465c3;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  font-weight:  normal;
  margin-bottom: 1px;
  border-radius: 15px;
  text-align: center;
  text-align-last: center;
  margin-bottom: 20px;
}
.cateTitle p{
  font-family: ArialMT;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 3px;
  color: #ffffff;
  padding-top: 10px;
  font-weight: normal;
  display: none;
}
/* 分类标题结束 */
/* 表格开始 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fefefe !important;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fefefe !important;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fefefe !important;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fefefe !important;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}
/* 表格结束 */
.jpTransition{
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition:all 0.5s;
}
.jpRelative{
  position: relative;
  z-index: 1;
}
.jpAbsolute{
  position: absolute;
}
/* Grid Start */
.jpCol_1 {
  display: inline-block;
  width: 10%;
}
.jpCol_2 {
  display: inline-block;
  width: 20%;
}
.jpCol_25 {
  display: inline-block;
  width: 25%;
}
.jpCol_3 {
  display: inline-block;
  width: 30%;
}
.jpCol_4 {
  display: inline-block;
  width: 40%;
}
.jpCol_5 {
  display: inline-block;
  width: 50%;
}
.jpCol_6 {
  display: inline-block;
  width: 60%;
}
.jpCol_7 {
  display: inline-block;
  width: 70%;
}
.jpCol_8 {
  display: inline-block;
  width: 80%;
}
.jpCol_9 {
  display: inline-block;
  width: 90%;
}
@media only screen and (max-width: 768px){
  div[class*="jpCol_"]{
    width: 100%;
  }
}
/* Grid End */
