.gx_center{
  width: 1360px;
  margin: 0 auto;
}
.header_p{
  text-align: justify;
  text-indent: 2em;
  font-size: 16px;
  line-height: 32px;
  margin: 40px;
}
.gx_blue{
  color: #0577ce;
}
.gx_tit_wrap{
  margin: 60px 0 40px;
}
.gx_tit{
  font-size: 20px;
  border-bottom: 1px solid #0577ce;
  padding: 0 5px;
  display: inline-block;
  line-height: 32px;
  margin: 0 auto;
  letter-spacing: 6px;
}
.gx_item{
  flex: 1;
  margin-right: 25px;
  padding: 15px;
  border: 1px solid #239ffd;
  -webkit-box-shadow:0 0 4px 1px  #239ffd;
  -moz-box-shadow:0 0 4px 1px  #239ffd;
  box-shadow:0 0 4px 1px #239ffd;
  min-height: 366px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.gx_top_ul .gx_item:last-child{
  margin-right: 0;
}
.gx_item_img{
  width: 133px;
  height: 120px;
  margin: 0 auto;
  display: block;
}
.gx_item_tit{
  font-size: 22px;
  font-weight: 600;
  margin: 22px 0;
  text-align: center;
}
.gx_item_txt{
  text-align: justify;
  line-height: 28px;
  font-size: 16px;
}
.gx_info{
  width: 1140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 10px;
  margin: 0 auto;
  padding: 45px;
}
.gx_info_item{
  width: 1130px;
  margin: 0 auto;
}
.gx_itit{
  position: relative;
}
.gx_ititl{
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  border: 1px solid #0577ce;
  color: #0577ce;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  background: #fff;
  font-size: 26px;
}
.gx_ititr{
  position: absolute;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 15px;
  background: #0577ce;
  top: 4px;
  left: 34px;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 4px;
}
.gx_i_itx{
  font-size: 18px;
  margin: 20px 0;
}
.gx_i_itx_l{
  margin-left: 40px;
  min-width: 80px;
  text-align: left;
  font-weight: 600;
}
.gx_i_itx_r{
  color: #292929;
}
.gx_info_item{
  margin-bottom: 40px;
}
.last_tip{
  color: #292929;
}