main {
  font-size: 16px;
}
main .cornerBox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  background: url(../images/cornerImg.jpg) no-repeat center;
  height: 200px;
}
main .cornerBox p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100px;
  align-items: center;
  color: white;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.8em;
  height: 100px;
}
main .cornerBox p:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: white;
}
main .content1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
main .content1 .conCenter {
  max-width: 1220px;
  width: 100%;
  font-size: 1.15em;
  line-height: 2.2em;
  padding: 0px 20px 0;
  box-sizing: border-box;
}
main .content1 .conCenter .titleArea {
  margin: 0 0 40px;
}
main .content1 .conCenter h1 {
  font-size: 2.8em;
  text-align: center;
  word-break: keep-all;
  width: 100%;
  line-height: 1.6em;
}
main .content1 .conCenter h2 {
  font-size: 1.4em;
  text-align: center;
  word-break: keep-all;
  width: 100%;
  line-height: 1.6em;
}
main .content1 .conCenter h3 {
  font-size: 1.5em;
  text-align: center;
  word-break: keep-all;
  width: 100%;
  line-height: 1.6em;
}
main .content1 .conCenter h4 {
  font-size: 1.8em;
  word-break: keep-all;
  width: 100%;
  margin: 1.875em 0 0.125em;
  line-height: 1.6em;
}
main .content1 .conCenter h5 {
  font-size: 1.4em;
  word-break: keep-all;
  width: 100%;
  margin: 1.875em 0 0.125em;
  line-height: 1.6em;
}
main .content1 .conCenter h6 {
  font-size: 1em;
  word-break: keep-all;
  width: 100%;
  line-height: 1.6em;
}
main .content1 .conCenter p {
  font-size: 1em;
  width: 100%;
}
main .content1 .conCenter strong {
  font-size: 1.5em;
}
main .content1 .conCenter b {
  font-weight: 700;
}
main .content1 .conCenter .headTxt {
  font-weight: 700;
  margin-bottom: 45px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 25px;
  margin-top: 25px;
}
main .content1 .conCenter .lineBox {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #aaa;
  margin: 10px 0;
}
main .content1 .conCenter .tableStyle {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: 20px 0;
}
main .content1 .conCenter .tableStyle table {
  width: 100%;
  min-width: 600px;
}
main .content1 .conCenter .tableStyle table tbody {
  width: 100%;
}
main .content1 .conCenter .tableStyle table tbody tr th,
main .content1 .conCenter .tableStyle table tbody tr td {
  border: 1px solid black;
  padding: 8px 12px;
}
main .content1 .conCenter .phoneNumber {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: right;
}
main .content1 .conCenter a {
  display: inline-block;
  color: #0d6efd;
  transition: all 0.1s;
}
main .content1 .conCenter a:link {
  color: #0d6efd;
}
main .content1 .conCenter a:visited {
  color: #aa17e8;
}
main .content1 .conCenter a:hover {
  color: #ffc107;
}
main .content1 .conCenter a:active {
  color: #dc3545;
}
main .content1 .conCenter ul {
  width: 100%;
  padding-left: 1.875em;
  box-sizing: border-box;
}
main .content1 .conCenter ul li {
  width: 100%;
  list-style: disc;
}
main .content1 .conCenter ol {
  width: 100%;
  padding-left: 1.875em;
  box-sizing: border-box;
}
main .content1 .conCenter ol li {
  width: 100%;
  list-style: decimal;
}
main .content1 .conCenter .txtrow {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
main .content1 .conCenter .txtrow p {
  width: calc(100% - 4.4em);
  text-align: left;
}
main .content1 .conCenter .txtrow p:nth-child(1) {
  display: flex;
  justify-content: space-between;
  width: 4em;
  font-weight: 700;
  padding-right: 0.4em;
  word-break: break-all;
}
main .content1 .conCenter .txtrow div {
  width: calc(100% - 4.4em);
  text-align: left;
}
main .content1 .conCenter .txtrow div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  width: 4em;
  font-weight: 700;
  padding-right: 0.4em;
  word-break: break-all;
}
main .content1 .conCenter .imgBox {
  margin: 20px 0;
  line-height: 0;
  width: 100%;
}
main .content1 .conCenter .imgBox img {
  display: block;
  width: 100%;
}
main .content1 .conCenter .imgBox p {
  line-height: 2.2em;
  text-align: center;
}
main .content1 .conCenter .maxw768 {
  max-width: 768px;
}
main .content1 .conCenter .maxw900 {
  max-width: 900px;
}
main .content1 .conCenter .maxw300 {
  max-width: 300px;
}
main .content1 .conCenter .maxw200 {
  max-width: 200px;
}
main .content1 .conCenter .QRImg {
  max-width: 240px;
  border: 1px solid #999;
  box-sizing: border-box;
  margin: 20px 0;
}
main .content1 .conCenter .QRImg img {
  width: 100%;
}
main .content1 .conCenter .QRImg p {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
main .content1 .conCenter .QRImg a {
  color: #333;
  padding: 20px;
}
main .content1 .conCenter .borderBox {
  border: 2px solid #333;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 30px;
  margin: 40px 0;
}
main .content1 .conCenter .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: row;
}
main .content1 .conCenter .row .col2 {
  width: calc((100% - 16px) / 2);
}
main .content1 .conCenter .row .col2 img {
  width: 100%;
}
main .content1 .conCenter .row .col2 p {
  width: 100%;
}
main .content1 .conCenter .m0 {
  margin: 0;
}
main .content1 .conCenter .m0a {
  margin: 0 auto;
}
main .content1 .conCenter .mb0 {
  margin-bottom: 0px;
}
main .content1 .conCenter .mb10 {
  margin-bottom: 10px;
}
main .content1 .conCenter .mt0 {
  margin-top: 0px;
}
main .content1 .conCenter .mt5 {
  margin-top: 5px;
}
main .content1 .conCenter .mt10 {
  margin-top: 10px;
}
main .content1 .conCenter .mt20 {
  margin-top: 20px;
}
main .content1 .conCenter .mt30 {
  margin-top: 30px;
}
main .content1 .conCenter .mt40 {
  margin-top: 40px;
}
main .content1 .conCenter .mt50 {
  margin-top: 50px;
}
main .content1 .conCenter .mt60 {
  margin-top: 60px;
}
main .content1 .conCenter .mt70 {
  margin-top: 70px;
}
main .content1 .conCenter .mt80 {
  margin-top: 80px;
}
main .content1 .conCenter .mt90 {
  margin-top: 90px;
}
main .content1 .conCenter .mt100 {
  margin-top: 100px;
}
main .content1 .conCenter .w0,
main .content1 .conCenter .maxW0,
main .content1 .conCenter .maxw0 {
  max-width: 0px;
}
main .content1 .conCenter .w100,
main .content1 .conCenter .maxW100,
main .content1 .conCenter .maxw100 {
  max-width: 100px;
}
main .content1 .conCenter .w200,
main .content1 .conCenter .maxW200,
main .content1 .conCenter .maxw200 {
  max-width: 200px;
}
main .content1 .conCenter .w300,
main .content1 .conCenter .maxW300,
main .content1 .conCenter .maxw300 {
  max-width: 300px;
}
main .content1 .conCenter .w400,
main .content1 .conCenter .maxW400,
main .content1 .conCenter .maxw400 {
  max-width: 400px;
}
main .content1 .conCenter .w500,
main .content1 .conCenter .maxW500,
main .content1 .conCenter .maxw500 {
  max-width: 500px;
}
main .content1 .conCenter .w600,
main .content1 .conCenter .maxW600,
main .content1 .conCenter .maxw600 {
  max-width: 600px;
}
main .content1 .conCenter .w700,
main .content1 .conCenter .maxW700,
main .content1 .conCenter .maxw700 {
  max-width: 700px;
}
main .content1 .conCenter .w800,
main .content1 .conCenter .maxW800,
main .content1 .conCenter .maxw800 {
  max-width: 800px;
}
main .content1 .conCenter .w900,
main .content1 .conCenter .maxW900,
main .content1 .conCenter .maxw900 {
  max-width: 900px;
}
main .content1 .conCenter .w1000,
main .content1 .conCenter .maxW1000,
main .content1 .conCenter .maxw1000 {
  max-width: 1000px;
}
main .content1 .conCenter .w1200,
main .content1 .conCenter .maxW1200,
main .content1 .conCenter .maxw1200 {
  max-width: 1200px;
}
main .content1 .conCenter .tc,
main .content1 .conCenter .ac {
  text-align: center;
}
main .content1 .conCenter .tr,
main .content1 .conCenter .ar {
  text-align: right;
}
main .content1 .conCenter .tl,
main .content1 .conCenter .al {
  text-align: left;
}

@media screen and (max-width: 768px) {
  main .content1 .conCenter h1 {
    font-size: 2.3em;
  }
  main .content1 .conCenter h2 {
    font-size: 1.4em;
  }
  main .content1 .conCenter h3 {
    font-size: 1.5em;
  }
  main .content1 .conCenter h4 {
    font-size: 1.5em;
  }
  main .content1 .conCenter h5 {
    font-size: 1.2em;
  }
  main .content1 .conCenter .row {
    flex-flow: column;
  }
  main .content1 .conCenter .row .col2 {
    width: 100%;
    margin-bottom: 25px;
  }
  main .content1 .conCenter .row .col2 p {
    margin-top: -10px;
  }
}
@media screen and (max-width: 375px) {
  main .content1 .conCenter .txtrow {
    flex-flow: column;
  }
  main .content1 .conCenter .txtrow p {
    width: calc(100%);
  }
  main .content1 .conCenter .txtrow p:nth-child(1) {
    width: calc(100%);
    padding-right: 0em;
    margin: 0.7em 0 -0.4em;
  }
}