/*导航的默认字体颜色*/
.nav_zoujin {
  color: #3179FF;
}
/*走进智博内容区域*/
.zoujin_box {
  /* min-height: 600px;
  max-height: 780px; */
  margin-top: 100px;
}
/*上面的*/
.zoujin_top {
  min-height: 200px;
  max-height: 260px;
}
/*标题块*/
.zoujin_tit {
  width: 400px;
  height: 100%;
}
.tit_y {
  margin-top: 40px;
}
.tit_y div {
  text-align: center;
}
/*关于智博*/
.guanyu,
.xinwen,
.lianxi {
  width: 800px;
  height: 100%;
  cursor: pointer;
}
.guanyu:hover .guanyu_tit,
.xinwen:hover .guanyu_tit,
.lianxi:hover .guanyu_tit,
.jiaru:hover .guanyu_tit {
  color: #fff;
  background-color: #2251ac;
}
.guanyu_tit {
  width: 400px;
  min-height: 200px;
  max-height: 260px;
  color: #2251ac;
  transition: 0.3s;
}
.guanyu_tit span {
  margin: -22px 5px 0 0;
}
.guanyu_img {
  width: 400px;
  min-height: 200px;
  max-height: 260px;
}
.guanyu_img img {
  width: 100%;
  height: 100%;
}
/*下面 的*/
.zoujin_bottom {
  max-height: 520px;
  min-height: 400px;
}
/*加入智博*/
.jiaru {
  width: 400px;
  height: 100%;
  cursor: pointer;
}

.zoujin_b_r {
  width: 800px;
}
