/* 服务宫格-----开始 */
.gridBox .gridTitle {
  height: 50px;
  position: relative;
  background-color: #fff;
  font-size: 24px;
  line-height: 50px;
  width: 1200px;
  margin: 0 auto;
}

/* 宫格标题---开始 */
.gridBox .homePartTitleInfo {
  width: auto;
  height: 28px;
  margin-bottom: -7px;
  display: inline-block;
  background: url(//www.cpic.com.cn/images2/gwsy/index/arrowBg.jpg) left center no-repeat;
}

.gridBox .wordsBox {
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
  color: #e83344;
  margin-left: 15px;
  font-size: 14px;
  float: left;
  border-top: 1px solid #e83344;
  border-bottom: 1px solid #e83344;
}

.gridBox .arrowRightPic {
  width: 6px;
  height: 28px;
  display: block;
  float: left;
  background: url(//www.cpic.com.cn/images2/gwsy/index/arrowRight.jpg) right center no-repeat;
}

/* 宫格标题---结束 */

.gridBox .homePartCont {
  width: 100%;
  height: 397px;
}

.gridBox .menuPart {
  width: 290px;
  height: 396px;
  float: left;
  position: relative;
  background-position: left bottom;
  background-repeat: no-repeat;
}

/* .menuPart1 {
  background: url(../../images2/axnybx/morePic01.png)no-repeat;
  background-position: center bottom;
  background-color: #60b8f4;
} */

.gridBox .menuPart2 {
  background: url(../../images2/axnybx/morePic02.png)no-repeat;
  background-position: center bottom;
  background-color: #fd7580;
}

.gridBox .menuPartTitle {
  padding: 28px 0 0 32px;
  height: 66px;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

/* 服务宫格 ---------开始 */
.gridBox .gridContent {
  width: 910px;
  height: 396px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px #ebebeb solid;
}

.gridBox .homePartCont {
  display: flex;
  justify-content: center;
}

.gridBox .gridItem {
  text-decoration: none;
  border: 0;
  border-bottom: 1px #ebebeb solid;
  border-right: 1px #ebebeb solid;
  position: relative;
  overflow: hidden;
  width: 226.5px;
  height: 78px;
  padding: 59.5px 0;
  text-align: center;
  display: inline-block;
}

.gridBox .gridItem span {
  width: 52px;
  height: 38px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}

.gridBox .gridItem p {
  padding: 0 15px;
  line-height: 20px;
  margin-top: 16px;
  text-align: center;
  font-size: 18px;
}

.gridBox .gridItem:hover {
  background-color: #f9f9f9;
}

.gridBox .gridItem:hover p {
  color: #005bac;
}

.gridBox .gridItem span.activeimg {
  display: none;
}

.gridBox .gridItem:hover span.defaultimg {
  display: none;
}

.gridBox .gridItem:hover span.activeimg {
  display: block;
}

/* 服务宫格 ---------结束 */