@charset "utf-8";
a:hover,
button:hover {
  opacity: 0.8;
  cursor: pointer;
}
#header,
#body,
#footer {
  min-width: 1200px;
  font-size: 14px;
}
#header {
  height: 100px;
  padding: 15px 60px 5px;
}
#header .logo {
  float: left;
}
#header .nav {
  float: right;
  height: 44px;
  margin-top: 14px;
}
#header .nav a {
  display: inline-block;

  height: 44px;
  padding: 0 38px;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
}
#header .nav a.is-active {
  color: #022ea8;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ffffff;
}
#header .user-box {
  float: right;
  margin-top: 24px;
  color: #fff;
}
#header .user-box a {
  margin: 0 25px;
  color: #fff;
}
#header .user-box a img {
  margin-right: 10px;
}

#body {
  position: relative;
  height: calc(100% - 200px);
}
.intro {
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -223px;

  width: 37.3%;
  height: 426px;
  color: #fff;
}
.intro h1,
.intro h2 {
  font-size: 47px;
  line-height: 78px;
}
.intro h2 {
  margin-bottom: 40px;
}
.intro p {
  height: 160px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 40px;
}
.intro button {
  width: 240px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}
.intro button img {
  margin-right: 13px;
  vertical-align: -7px;
}

.cards {
  position: absolute;
  top: 50%;
  right: 6%;
  width: 650px;
  margin-top: -192px;
  text-align: center;
}
.card {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 384px;
  padding: 45px 22px 0;
  background: #ffffff;
  border-radius: 11px;
  vertical-align: top;
}
.card:first-child:last-child {
  width: 600px;
}

.card + .card {
  margin-left: 40px;
}
.card_title h2 {
  overflow: hidden;
  height: 82px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  line-height: 82px;
}
.card_title h2 img {
  margin-left: -15px;
  vertical-align: top;
}
.card_content {
  text-align: left;
}
.card_content p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.card_content .link {
  position: absolute;
  right: 22px;
  bottom: 33px;
}
.card_content .link a {
  font-size: 16px;
  color: #022ea8;
}

#footer {
  height: 100px;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  background: #022ea8;
}
#footer p {
  line-height: 20px;
}
#footer p + p {
  margin-top: 10px;
}
