.h_footerBox{
  display:flex;
  justify-content:space-between;
  font-size:0px;
      width: 100%;
}
.footerListBox{
  font-size:0px;
  text-align:left;
}
.footerTit{
  font-size:22px;
  color:#181818;
  margin-bottom:30px;
}
.footerList{
  font-size:16px;
  color:#909090;
  margin: 12px 0;
}
.footerList a{
  font-size:14px;
  color:#666;
}
.footerList a:hover{
  color:#000;
}
.h_relative{
  position:relative;
}
.h_absolute{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.h_btMore{
  display: inline-block;
  width: 174px;
  height: 52px;
  background: #000000;
  color: #fff !important;
  font-size:16px;
  margin:0 auto;
  margin-right: 14px;
  text-align:center;
  line-height:52px;
}
.hTransition{
  transition:all 0.5s ease;
}

.p_categoryBox .p_linkBox.clickÃƒÂ¯Ã‚Â¼Ã…â€™.jpActive {
  background: #000000 !important;
}
.p_categoryBox .p_linkBox.click a,.jpActive a {
  color: #fff !important;
}
.p_page .pageNum.active,
.p_page .pageNum:hover,
.p_page .next:hover,
.p_page .pre:hover,
.p_pagebox .next,
.p_pagebox .pre {
  background-color: #000000 !important;
  color: #fff;
  border-color: #000000 !important;
  border-radius: 30px;
}
.p_page .pageNum,
.p_page .pre,
.p_page .next {
  border-radius: 30px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.p_page .next .iconfont:before {
  clear: both;
  float: none;
}
.p_page .pre .font {
  font-size: 14px;
}
.p_page .next .font {
  font-size: 14px;
}
.p_pagebox .js_pageBtnDisable,
.p_pagebox .js_pageBtnDisable:hover,
.p_pagebox .js_pageBtnDisable:active {
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  color: #bfbfbf !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
/* Grid Start */
.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 (min-width: 1024px) and (max-width: 1600px){
  .listCol_6 {
    width: 25% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
  li[class*="listCol_"]{
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px){
  li[class*="listCol_"]{
    width: 100% !important;
  }
  #w_grid-1597744140578{
    min-height:auto !important;
  }
}
/* Grid End */
.moveBtn {
  background: #000000 !important;
  border-color: #000000 !important;
  border-radius: 0 !important;
}
.header.on {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}
