body,
button,
input,
select,
textarea {
  font-family: "微软雅黑";
}

.jryIndex {
  width: 100%;
  font-family:"微软雅黑" ;
  color: #fff;
}

.jryIndex .navAll{
  font-family:myFontRegular;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: "normal";
  font-family: "微软雅黑";
}

.nav{
  background-color: #02071a;
}

.errorCon{
  min-height: 640px;
  padding-top: 90px;
}
.errorNotice{
  width: 389px;
  margin: 0 auto;
  margin-top: 90px;
  text-align: center;
  color: #1E192F;

}
.errorNotice h2{
font-size: 70px;
}
.say h3{
  padding:33px 0 14px 0;
  font-size: 22px;
  border-bottom: 1px solid rgba(47,176,231,0.2);

}
.say p{
  margin: 14px 0 30px 0;
  font-size: 14px;

}
.say a{
  display: block;
  margin: 0 auto;
  width:210px;
height:36px;
background:rgba(47,176,231,1);
border-radius:18px;
text-align: center;
line-height: 36px;
color: #fff;
}