* {
  padding: 0;
  margin: 0;
  list-style: none;
}

body {
  min-width: 1340px;
  font-size: 12px;
  font-family: PingFang SC, Microsoft YaHei, Arial, sans-serif;
  line-height: 16px;
}

a {
  text-decoration: none;
}

.flex-jus {
  display: flex;
  justify-content: space-between;
}
.flex-ver {
  display: flex;
  align-items: center;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  margin: 0 180px;
}

.limit {
  padding: 0 118px;
}

.web-header {
  margin-bottom: 18px;
  height: 76px;
  background-color: #F0F0F0;
}
.web-header a.logo {
  font-size: 32px;
  color: #004098;
}
.web-header .contact {
  font-size: 22px;
  color: #4F4F4F;
}
.web-header .btns {
  display: flex; align-items: center;
}
.web-header .btns a {
  margin-left: 24px;
}

.blo01 {
  margin-bottom: 20px;
  border-radius: 10px;
  height: 370px;
  background-color: #F0F0F0;
}
.blo .b-body h2 {
  font-size: 26px;
  color: #4F4F4F;
  line-height: 40px;
  font-weight: 500;
}
.blo .b-body h2.blue {
  color: #004098;
}
.blo .b-body p.desc {
  margin: 20px 0 26px;
  font-size: 16px;
  color: #4F4F4F;
  line-height: 28px;
}
.blo .b-body .btn {
  display: inline-flex;
  border-radius: 6px;
  min-width: 214px;
  height: 62px;
  font-size: 20px;
}
.blo .b-body .btn.more {
  color: #fff;
  background-color: #004098;
}
.blo .b-body .btn.more:after {
  margin-left: 12px;
  content: "";
  width: 0;
  height: 0;
  line-height: 20px;
  border-top: 10px solid transparent;
  border-left: 14px solid #fff;
  border-bottom: 10px solid transparent;
}
.blo .b-body .btn.comming {
  color: #004098;
  background-color: #fff;
}

.blo2 {
  margin-bottom: 20px;
  height: 370px;
  border-radius: 10px;
  background-color: #4CC6C7;
}

.blo2 .b-body h2 {
  color: #fff;
}
.blo2 .b-body p.desc {
  color: #fff;
}

.web-footer {
  padding: 20px 0 16px;
  text-align: center;
  background-color: #F0F0F0;
}
.web-footer p {
  font-size: 14px;
  line-height: 20px;
  color: #4F4F4F;
}
.web-footer p a {
  color: #4F4F4F;
}

.blo3 {
	margin-bottom: 20px;
	height: 343px;
	background-color: #F0F0F0;
  background: url(../images/bg01.png) top center no-repeat;
}
.blo3 .words h2 {
  font-size: 32px;
  line-height: 54px;
  color: #4F4F4F;
  font-weight: 600;
  text-shadow: -2px 0 white,0 2px white, 2px 0 white, 0 -2px white;
}
.blo3 .words h2.blue {
  color: #004098;
}
.blo3 .qrcode {
  width: 180px; height: 180px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #a5a5a5;
}
.blo3 .qrcode img {
  width: 100%;
}

.blo4 {
  margin-bottom: 20px;
  display: flex;
}
.blo4 .sec {
  border-radius: 10px;
  box-sizing: border-box;
  padding: 38px 30px 30px 118px;
  width: calc(calc(100% - 12px) /2);
  
  background-color: #F0F0F0;
}
.blo4 .sec:nth-child(1) {
  background: url(../images/bg02.png) top center no-repeat;
  background-size: 100% auto;
}
.blo4 .sec:nth-child(2) {
  background: url(../images/bg03.png) top center no-repeat;
  background-size: 100% auto;
}
.blo4 .sec h3 {
  margin-bottom: 20px;
  font-size: 26px; line-height: 26px;
  font-weight: 600;
  color: #004098; text-align: center;
  text-shadow: -2px 0 white,0 2px white, 2px 0 white, 0 -2px white;
}
.blo4 .sec .contents .group {
  margin-bottom: 6px;
}
.blo4 .sec .contents .group p {
  font-size: 14px; color: #4F4F4F;
  line-height: 24px;
  text-shadow: -2px 0 white,0 2px white, 2px 0 white, 0 -2px white;
}
.blo4 .sec h3 {
  padding-right: 88px;
}

.blo5 {
  margin-bottom: 20px;
  display: flex;
}
.blo5 .sec {
  box-sizing: border-box;
  width: calc(calc(100% - 24px) / 3);
  border-radius: 10px;
  padding: 24px 20px 10px;
  text-align: center;
  background-color: #F0F0F0;
}
.blo5 .sec h3 {
  margin-bottom: 12px;
  font-size: 18px; line-height: 18px;
  color: #004098;
}
.blo5 .sec .contents {
  font-size: 14px; line-height: 24px;
  color: #4F4F4F;
}

.blo6, .blo7 {
  margin-bottom: 20px;
  padding: 112px 0 112px;
  border-radius: 10px;
  text-align: center;
  background-color: #F0F0F0;
}
.blo6 h3,
.blo7 h3{
  margin: 38px 0 20px;
  font-size: 24px; line-height: 34px;
  color: #004098; font-weight: 500;
}
.blo6 p.desc {
  margin-bottom: 6px;
  font-size: 14px; line-height: 24px;
  color: #4F4F4F;
}
.blo6 .link a {
  font-size: 14px; line-height: 24px;
  color: #004098;
}
.blo7 p {
  font-size: 14px; line-height: 24px;
  color: #4F4F4F;
}

.qr-alone {
  margin: 68px auto;
  width: 182px; height: 182px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #a5a5a5;
}

.blo11 {
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #F0F0F0;
  text-align: center;
}
.blo11 p.t {
  font-size: 16px; line-height: 16px;
  font-weight: 700;
  color: #5a524b;
  transform: translateY(12px);
}
.blo11 img {
  width: 100%;
}

.hmit {
  box-sizing: border-box;
  min-height: calc(100vh - 152px - 20px);
}
