.hTransition{
  transition:all 0.5s ease;
}
.hMaxwidth{
  max-width:1240px;
  margin:0 auto;
  padding:0 20px;
}
.h_flexBox{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
/*Ã©Â¦â€“Ã©Â¡ÂµÃ¦Â â€¡Ã©Â¢Ëœ*/
.homeTitBox {
  display: flex;
  font-size: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #d4d4d4;
}
.homeTitLine {
  display: inline-block;
  width: 7px;
  height: 25px;
  background: #005299;
  vertical-align: middle;
}
.homeTit {
  display: inline-block;
  font-size: 24px;
  color: #333333;
  vertical-align: middle;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  line-height: 24px;
}
.homeTitEn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  letter-spacing: 1px;
  padding-left: 3px;
}
@media only screen and (max-width: 1100px){
  .homeTit{
    font-size: 20px;
    white-space: nowrap;
  }
  .homeTitEn {
    font-size: 14px;
    padding-left: 0;
  }
}
.btn-primary {
  background-color: #005299 !important;
  border: #005299 !important;
}
.btn-primary:hover {
  background-color: #005299 !important;
  border: #005299 !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: #005299 !important;
  color: #fff;
  border-color: #005299 !important;
}
.p_page .pageNum,
.p_page .pre,
.p_page .next {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.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: #9a9a9a !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #9a9a9a !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9a9a9a !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9a9a9a !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 (max-width: 768px) and (min-width: 415px){
  div[class*="listCol_"]{
    width: 50% !important;
  }
}
@media only screen and (max-width: 414px){
  div[class*="listCol_"]{
    width: 100% !important;
  }
  #w_grid-1597744140578{
    min-height:auto !important;
  }
}
/* Grid End */
.moveBtn {
  background: #005299 !important;
  border-color: #005299 !important;
  border-radius: 0 !important;
}
