/*footerCate*/
.footerCateTit{
  font-size:22px;
  color:#fff;
  font-weight:700;
  margin-bottom:36px;
}
.footerCateLink {
  display: block;
  font-size: 16px;
  color: #ccc;
  line-height: 30px;
  transition: all 0.5s ease;
}
.footerCateLink  a{
  font-size: 16px;
  color: #ccc;
  transition: all 0.5s ease;
}
a.footerCateLink:hover {
  color: #00a2e9;
}
.footerCateLink a:hover{
  color: #00a2e9;
}
/*分类按钮*/
.btn-primary {
  background-color: #00a2e9 !important;
  border: #00a2e9 !important;
}
.btn-primary:hover {
  background-color: #00a2e9 !important;
  border: #00a2e9 !important;
}
.p_categoryBox .p_linkBox.click {
  background: #00a2e9 !important;
}
.p_categoryBox .p_linkBox.click a {
  color: #fff;
}
/*分类按钮结束*/
/*翻页开始*/
.p_page .pageNum.active,
.p_page .pageNum:hover,
.p_page .next:hover,
.p_page .pre:hover,
.p_pagebox .next,
.p_pagebox .pre {
  background-color: #00a2e9 !important;
  color: #fff;
  border-color: #00a2e9 !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;
}
/*翻页结束*/
/* 输入框开始 */
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: 10%;
}
.listCol_2 {
  display: inline-block;
  width: 20%;
}
.listCol_25 {
  display: inline-block;
  width: 25%;
}
.listCol_3 {
  display: inline-block;
  width: 30%;
}
.listCol_4 {
  display: inline-block;
  width: 40%;
}
.listCol_5 {
  display: inline-block;
  width: 50%;
}
.listCol_6 {
  display: inline-block;
  width: 60%;
}
.listCol_7 {
  display: inline-block;
  width: 70%;
}
.listCol_8 {
  display: inline-block;
  width: 80%;
}
.listCol_9 {
  display: inline-block;
  width: 90%;
}
@media only screen and (max-width: 768px){
  div[class*=" listCol_"]{
    width: 100%;
  }
  .w_sfbox-002  > .w_sfbox > .p_fbox > div > .p_bgBox{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
  }
}
/* Grid End */
#c_portalResEbizads_banner-15942712295968534{
  z-index:-1 !important;
}
/*按钮*/
.h_btMore{
  display:block !important;
  width:160px;
  height:44px;
  background:#515151;
  color:#fff;
  font-size:16px;
  margin:0 auto;
  text-align:center;
  line-height:44px;
}
.hvr-sweep-to-top:before{
  background: #00a2e9 !important;
}
/*首页标题*/
.homeTitBox{
  font-size:0px;
  margin:0 auto;
  padding:0px;
  text-align:center;
}
.homeTitEn{
  font-size: 40px !important;
  color: #515151;
  font-weight: 700 !important;
}
.homeTitMain{
  font-size: 24px !important;
  color: #00a2e9;
  position: relative;
  max-width: 270px;
  margin: 0 auto;
}
.homeTitMain:before{
  content:'';
  position:absolute;
  width:80px;
  height:1px;
  background:#515151;
  left:0px;
  top:16px;
}
.homeTitMain:after{
  content:'';
  position:absolute;
  width:80px;
  height:1px;
  background:#515151;
  right:0px;
  top:16px;
}


