.footerNavBox {
  font-size: 0px;
  display: flex;
  justify-content: space-between;
}
.footerUl{
  font-size:0px;
}
.footerList{
  padding-right:46px;
  vertical-align:top;
}
.footerCateTit{
  font-size: 16px;
  color: #fffefe;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
  border-bottom: 1px solid #6c6f75;
  display: block;
}
.footerCateTit:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 3px;
  background: #21a59a;
  left: 0;
  bottom: -2px;
}
.footerCateLink{
  display:block;
  font-size: 14px;
  color: #fffefe;
  line-height: 30px;
  transition:all 0.5s ease;
}
.footerCateLink  a{
  font-size:16px;
  color:#ccc;
  transition:all 0.5s ease;
}
a.footerCateLink:hover{
  color:#21a59a;
}
.h_btMore{
  display: inline-block;
  width: 174px;
  height: 52px;
  background: #21a59a;
  color: #fff !important;
  font-size:16px;
  margin:0 auto;
  margin-right: 14px;
  text-align:center;
  line-height:52px;
}
.hTransition{
  transition:all 0.5s ease;
}
.btn-primary {
  background-color: #21a59a !important;
  border: #21a59a !important;
}
.btn-primary:hover {
  background-color: #21a59a !important;
  border: #21a59a !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: #21a59a !important;
  color: #fff;
  border-color: #21a59a !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){
  div[class*="listCol_"]{
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px){
  div[class*="listCol_"]{
    width: 100% !important;
  }
  #w_grid-1597744140578{
    min-height:auto !important;
  }
}
/* Grid End */
.moveBtn {
  background: #21a59a !important;
  border-color: #21a59a !important;
  border-radius: 0 !important;
}
