/* active */
.jpActive{
  background: #004c9d !important;
}
.jpActive a{
  color:#fff !important;
}
.jpActive .iconfont1{
  color:#fff !important;
}
/*@media only screen and (max-width:768px) {
.categrayBox .content{
white-space: nowrap;
overflow-x: auto;
}
}*/
/*page*/
.p_page .pageNum.active,
.p_page .pageNum:hover,
.p_page .next:hover,
.p_page .pre:hover,
.p_pagebox .next,
.p_pagebox .pre {
  background-color: #004c9d !important;
  color: #fff;
  border-color: #004c9d !important;
  border-radius: 0px;
}
.p_page .pageNum,
.p_page .pre,
.p_page .next {
  border-radius: 0px;
}
.p_pagebox .js_pageBtnDisable,
.p_pagebox .js_pageBtnDisable:hover,
.p_pagebox .js_pageBtnDisable:active {
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  color: #bfbfbf !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%;
}
/* 分散对齐结束 */
/* 表格开始 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #929090 !important;
  font-size:14px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #929090 !important;
  font-size:14px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #929090 !important;
  font-size:14px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #929090 !important;
  font-size:14px;
}
/* 表格结束 */
.jpTransition{
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition:all 0.5s;
}
.jpRelative{
  position: relative;
}
.jpAbsolute{
  position: absolute;
}
/* listCol */
.listCol_1 {
  display: inline-block;
  width: 100%;
}
.listCol_2 {
  display: inline-block;
  width: 50%;
}
.listCol_3 {
  display: inline-block;
  width: 33.333%;
}
.listCol_4 {
  display: inline-block;
  width: 25%;
}
.listCol_5 {
  display: inline-block;
  width: 20%;
}
.listCol_6 {
  display: inline-block;
  width: 16.667%;
}
.listCol_7 {
  display: inline-block;
  width: 14.29%;
}
.listCol_8 {
  display: inline-block;
  width: 12.5%;
}
.listCol_9 {
  display: inline-block;
  width: 11.111%;
}
@media only screen and (max-width: 768px) {
  div[class*="listCol_"] {
    width: 50%;
  }
}
/* Grid End */
/*加载动效   topshow（从上往下）h_LeftShow （从左往右）  */
.delighter {
  overflow: hidden;
  position: relative;
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_UpShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_UpShow.started.delighter:before {
  transform: translateY(100%);
}
.h_LeftShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_LeftShow.started.delighter:before {
  transform: translateX(100%);
}
.h_RightShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_RightShow.started.delighter:before {
  transform: translateX(-100%);
}
.h_DownShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.h_DownShow.started.delighter:before {
  transform: translateY(-100%);
}
