html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
em,
i {
  font-style: normal;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  transition: background-color 600000s 0s, color 600000s 0s;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-tap-highlight-color: transparent;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body {
  background: #ffffff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222222;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.inner {
  width: 1024px;
  margin: 0 auto;
}
.title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.title::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  width: 8px;
  height: 20px;
  background-color: #01a9b5;
  vertical-align: text-top;
  margin-right: 10px;
}
.part_1 {
  background: #039ea9;
}
.part_2 {
  padding: 50px 40px;
  height: 480px;
}
.part_2 .about-us {
  float: left;
  width: 400px;
  margin-left: 30px;
  margin-top: 30px;
}
.part_2 .about-us .content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.part_2 .img {
  float: right;
  width: 435px;
}
.part_3 {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.part_3 .title {
  text-align: center;
}
.part_3 .title::before {
  display: none;
}
.part_3 .img {
  margin-top: 50px;
}
.part_3 .img img {
  display: block;
  margin: 0 auto;
}
.part_4 {
  padding: 50px 0;
}
.part_4 .title {
  margin-left: 30px;
}
.part_4 .img {
  margin-top: 50px;
}
.part_5 {
  padding: 50px 0;
  height: 585px;
}
.part_5 .left {
  float: left;
  width: 400px;
}
.part_5 .left .text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.part_5 .left .qcode {
  width: 182px;
  margin: 0 auto;
  margin-top: 60px;
}
.part_5 .left .qcode img {
  display: block;
}
.part_5 .right {
  float: right;
  width: 450px;
}
.footer {
  background-color: #282828;
  padding: 30px 0;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.footer a {
  text-decoration: none;
  color: #ffffff;
}
.footer-items {
  text-align: right;
}
.footer-items::before {
  content: '';
  display: block;
  clear: both;
}
.footer-items .item {
  display: inline-block;
  margin: 0 20px;
  vertical-align: text-top;
}
.footer-items .item .name {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.footer-items .item .content {
  text-align: left;
  line-height: 26px;
}
