html, body {
  max-width: 100%;
  box-sizing: border-box;
}

.only-pc {
  display: none !important;
}

.indexNavMain .logo {
  position: fixed;
  left: 0.36rem;
  top: 0.18rem;
  height: 0.9rem;
  z-index: 999;
}
.indexNavMain .logo img {
  display: block;
  width: auto;
  height: 0.9rem;
}
.indexNavMain ul {
  display: none;
}

.phoneNavBtn {
  position: fixed;
  right: 0.3rem;
  top: 0.2rem;
  width: 0.76rem;
  height: 0.76rem;
  z-index: 999;
  cursor: pointer;
  z-index: 999;
}

.phoneNavBtn .line01,
.phoneNavBtn .line02,
.phoneNavBtn .line03 {
  position: absolute;
  left: 0;
  top: 0.18rem;
  width: 0.76rem;
  height: 0.06rem;
  background-color: #007aae;
  transition: all 0.3s;
}

.phoneNavBtn .line02 {
  top: 0.34rem;
  width: 0.56rem;
}

.phoneNavBtn .line03 {
  top: 0.5rem;
  width: 0.56rem;
}

.phoneNavBtn.openNav {
  position: fixed;
}

.phoneNavBtn.openNav .line01 {
  top: 0.34rem;
  width: 0.76rem;
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

.phoneNavBtn.openNav .line02 {
  display: none;
}

.phoneNavBtn.openNav .line03 {
  top: 0.34rem;
  width: 0.76rem;
  transform: rotateZ(-45deg);
  transform-origin: 50% 50%;
}

.leftMenu_z {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #e7ecef;
  z-index: 99;
  display: none;
}
.leftMenu_z > img {
  position: absolute;
  left: 30%;
  bottom: 8%;
  width: 40%;
  opacity: 0.4;
}
.leftMenu_z #leftMenu {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate3d(-50%, -50%, 0);
}
.leftMenu_z #leftMenu ul li {
  display: block;
  padding-left: 0.5rem;
  margin-bottom: 0.3rem;
  background: url(../images/icon03.png) no-repeat;
  background-position: 0 0.25rem;
  background-size: 0.22rem auto;
  box-sizing: border-box;
}
.leftMenu_z #leftMenu ul li a {
  display: block;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #333;
}

.footer {
  position: relative;
  padding: 0.6rem 0.3rem 0.3rem;
  background-color: #007aae;
}
.footer .bottomLogo {
  display: block;
  width: 4rem;
  margin: 0 auto 0.5rem;
}
.footer .bottomLogo img {
  width: 100%;
}
.footer > p {
  width: 6.2rem;
  margin: 0 auto;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #fff;
}
.footer .img {
  margin-bottom: 0.3rem;
  text-align: center;
}
.footer .img div {
  display: inline-block;
  width: 1.8rem;
  margin: 0 0.1rem;
}
.footer .img div img {
  display: block;
  width: 100%;
}
.footer .img div p {
  font-size: 0.24rem;
  line-height: 0.6rem;
  color: #fff;
}
.footer .img div p a {
  display: block;
  color: #fff;
}

.indexBannerMain {
  position: relative;
  width: 100%;
  margin-top: 1.2rem;
}
.indexBannerMain a, .indexBannerMain img {
  display: block;
  width: 100%;
}

.btn-contact {
  display: block;
  width: 5rem;
  margin: 0 auto;
  background-color: #007aae;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.8rem;
}

.btn-more {
  display: block;
  width: 3rem;
  margin: 0 auto;
  background-color: #addef8;
  border-radius: 5px;
  color: #333;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
}

.indexTitle {
  text-align: center;
  line-height: 0.6rem;
}
.indexTitle span {
  display: block;
  margin-bottom: -0.4rem;
  font-size: 0.6rem;
  line-height: 0.4rem;
  font-family: Arial;
  color: #fff;
}
.indexTitle strong {
  position: relative;
  display: inline-block;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #007aae;
}
.indexTitle strong::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #007aae;
  border-bottom: 1px solid #007aae;
}

.indexPart01 {
  width: 100%;
  padding-bottom: 0.8rem;
  background: #5fa1e5 url(../images/indexBg03.png) no-repeat left bottom;
  background-size: 30% auto;
  text-align: center;
  color: #fff;
}
.indexPart01 h2 {
  padding-top: 0.3rem;
  font-size: 0.6rem;
  line-height: 1rem;
  font-family: "NOTOSANSJP-MEDIUM";
}
.indexPart01 h2 span {
  font-size: 0.36rem;
}
.indexPart01 .p01 {
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.indexPart01 .p01 strong {
  border-bottom: 2px solid #fbd4fb;
}
.indexPart01 .p02 {
  width: 50%;
  margin: 0 auto;
  font-size: 0.26rem;
  line-height: 0.6rem;
  transform: rotateZ(6deg) translateX(0.2rem);
}
.indexPart01 .p03 {
  font-size: 0.32rem;
  line-height: 0.6rem;
  font-family: "NOTOSANSJP-MEDIUM";
}
.indexPart01 .p03 strong {
  font-size: 0.48rem;
}

.indexPart02 {
  width: 100%;
  text-align: center;
}
.indexPart02 h2 {
  font-size: 0.36rem;
  line-height: 1.2rem;
  color: #007aae;
}
.indexPart02 ul {
  width: 100%;
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.indexPart02 ul li {
  padding: 0.3rem 0;
  margin-bottom: 0.3rem;
  background-color: #e7ecef;
}
.indexPart02 ul li span {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.3rem auto;
  border: 2px solid #007aae;
  border-radius: 50%;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #007aae;
  font-style: italic;
  font-family: "yumindb";
}
.indexPart02 ul li p {
  font: normal 0.26rem/0.52rem "yumindb";
}
.indexPart02 .tips {
  padding: 0.3rem 0 0.5rem;
  font: normal 0.26rem/0.52rem "NOTOSANSJP-REGULAR";
  color: #007aae;
}

.indexPart03 {
  width: 100%;
  padding: 0.3rem;
  background: #e7ecef;
  box-sizing: border-box;
}
.indexPart03 .tips {
  padding: 0.3rem 0 0.5rem;
  font: normal 0.26rem/0.52rem "NOTOSANSJP-BOLD";
  text-align: center;
}
.indexPart03 ul {
  width: 100%;
}
.indexPart03 ul li {
  position: relative;
  margin-bottom: 0.4rem;
}
.indexPart03 ul li .img img {
  display: block;
  width: 100%;
}
.indexPart03 ul li .txt h3 {
  margin-bottom: 0.3rem;
}
.indexPart03 ul li .txt h3 span {
  position: relative;
  display: inline-block;
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.indexPart03 ul li .txt h3 span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.indexPart03 ul li .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: justify;
}
.indexPart03 ul li:nth-child(2n) .img {
  float: right;
}
.indexPart03 ul li:nth-child(2n) .txt {
  right: inherit;
  left: 0;
}

.indexPart04 {
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
  box-sizing: border-box;
}
.indexPart04 .indexTitle span {
  color: #fbd4fb;
}
.indexPart04 .indexTitle strong {
  color: #333;
  padding: 0 0.5em;
}
.indexPart04 .indexTitle strong::after {
  border-color: #333;
}
.indexPart04 ul {
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}
.indexPart04 ul li {
  margin-bottom: 0.3rem;
}
.indexPart04 ul li .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.indexPart04 ul li .img img {
  display: block;
  width: 100%;
}
.indexPart04 ul li h3 {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.indexPart04 ul li h3 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}

.indexPart05 {
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
  background-color: #e7ecef;
  box-sizing: border-box;
}
.indexPart05 .indexTitle strong {
  color: #333;
  padding: 0 0.5em;
}
.indexPart05 .indexTitle strong::after {
  border-color: #333;
}
.indexPart05 .indexNewsList {
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}
.indexPart05 .indexNewsList li {
  padding: 0 0 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.indexPart05 .indexNewsList li a {
  display: block;
  position: relative;
}
.indexPart05 .indexNewsList li a .time {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #bfbfbf;
}
.indexPart05 .indexNewsList li a .tag {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: #007aae;
  padding: 0 0.2rem;
  margin-left: 0.2rem;
  border-radius: 0.2rem;
}
.indexPart05 .indexNewsList li a p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #333;
  padding-top: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pd40 {
  padding-top: 0.4rem;
}

.subBannerMain {
  position: relative;
  margin-top: 1.2rem;
}
.subBannerMain img {
  width: 100%;
}

.subTitle {
  text-align: center;
  line-height: 0.6rem;
}
.subTitle span {
  display: block;
  margin-bottom: -0.4rem;
  font-size: 0.6rem;
  line-height: 0.4rem;
  font-family: Arial;
  color: #fbd4fb;
}
.subTitle strong {
  position: relative;
  display: inline-block;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #007aae;
}
.subTitle strong::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #007aae;
  border-bottom: 1px solid #007aae;
}

.subAbout01 {
  padding: 0.3rem;
}
.subAbout01 .intro {
  margin: 0.3rem auto 0.4rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: justify;
}
.subAbout01 .txt {
  padding: 0.3rem;
  background-color: #d6eefb;
  border-radius: 0.1rem;
}
.subAbout01 .txt img {
  display: block;
  width: 2.8rem;
  margin: 0 auto 0.3rem;
}
.subAbout01 .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: center;
}

.subAbout02 {
  padding: 0.3rem;
}
.subAbout02 ul {
  margin: 0.3rem auto 0.6rem;
}
.subAbout02 ul li {
  position: relative;
  margin-bottom: 0.4rem;
}
.subAbout02 ul li .img {
  width: 100%;
}
.subAbout02 ul li .img img {
  display: block;
  width: 100%;
}
.subAbout02 ul li .txt {
  width: 100%;
  margin-top: 0.3rem;
}
.subAbout02 ul li .txt h3 {
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.subAbout02 ul li .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: justify;
}

.subAbout03 {
  position: relative;
  padding: 0.6rem 0.3rem 0.6rem;
  background-color: #e7ecef;
}
.subAbout03 .subTitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: -0.2rem;
}
.subAbout03 table {
  width: 100%;
  margin: 0.4rem auto 0;
}
.subAbout03 table td {
  padding: 0.3rem 0.1rem 0.2rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  box-sizing: border-box;
}
.subAbout03 table td:nth-child(1) {
  width: 1.5rem;
  color: #000;
  border-bottom: 1px solid #000;
  border-right: 3px solid #e7ecef;
}
.subAbout03 table td:nth-child(2) {
  color: #333;
  border-bottom: 1px solid #333;
}

.subTeacher01 {
  padding: 0.4rem 0.3rem 0.6rem;
  background-color: #e7ecef;
}
.subTeacher01 .subTitle span {
  color: #fff;
}
.subTeacher01 .subTitle span::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -0.09rem;
  margin-bottom: -8px;
  margin-left: -0.1rem;
  width: 0.2rem;
  height: 0.18rem;
  background: url(../images/icon-arr06.png) no-repeat;
  background-size: 100% 100%;
}
.subTeacher01 ul {
  margin: 0.8rem auto 0;
}
.subTeacher01 ul li {
  position: relative;
  margin-bottom: 0.3rem;
}
.subTeacher01 ul li .img {
  width: 6.6rem;
  height: 7rem;
  margin: 0 auto 0.3rem;
  padding: 0.52rem 0 0 0.36rem;
  background: url(../images/teacherBg01.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.subTeacher01 ul li .img img {
  display: block;
  width: 5rem;
}
.subTeacher01 ul li .txt {
  width: 6.6rem;
  margin: 0 auto;
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.subTeacher01 ul li .txt .school {
  color: #007aae;
}
.subTeacher01 ul li .txt .name {
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #007aae;
}
.subTeacher01 ul li .txt .other {
  margin-bottom: 0.2rem;
  color: #333;
  font-family: "NOTOSANSJP-REGULAR";
}
.subTeacher01 ul li .txt p {
  font-family: "NOTOSANSJP-REGULAR";
  text-align: justify;
}
.subTeacher01 ul li:nth-child(2n) .img {
  padding: 0.52rem 0.36rem 0 1.24rem;
  background-image: url(../images/teacherBg02.png);
}

.subPrice01 {
  padding: 0.4rem 0.3rem 0.6rem;
}
.subPrice01 .subTitle span::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -0.09rem;
  margin-bottom: -8px;
  margin-left: -0.1rem;
  width: 0.2rem;
  height: 0.18rem;
  background: url(../images/icon-arr06.png) no-repeat;
  background-size: 100% 100%;
}
.subPrice01 main {
  padding: 0.4rem 0.3rem;
  margin-top: 0.4rem;
  background-color: #e7ecef;
  border-radius: 0.2rem;
  box-sizing: border-box;
}
.subPrice01 table {
  width: 100%;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.subPrice01 table caption {
  background-color: #007aae;
  border-radius: 0.2rem 0.2rem 0 0;
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #fff;
}
.subPrice01 table tr td {
  padding: 0.2rem 0.1rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #007aae;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.subPrice01 table tr td:nth-child(1) {
  border-left: 0.2rem solid #fff;
}
.subPrice01 table tr td:last-child {
  width: 27%;
  border-right: 0.2rem solid #fff;
  text-align: center;
}
.subPrice01 table tr td p {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #333;
}
.subPrice01 table tr:last-child td {
  border-bottom: none;
}
.subPrice01 .add {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #007aae;
  text-align: center;
}
.subPrice01 .table02 table tr td:nth-child(2) {
  width: 50%;
  text-align: center;
}
.subPrice01 .table02 .tips {
  font-size: 0.24rem;
  line-height: 0.6rem;
  text-align: center;
}
.subPrice01 .txt {
  margin-top: 0.3rem;
  text-align: center;
}
.subPrice01 .txt h3 {
  font-size: 0.36rem;
  line-height: 1rem;
  color: #007aae;
}
.subPrice01 .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: justify;
}
.subPrice01 .txt a {
  display: block;
  width: 4rem;
  margin: 0.3rem auto 0;
  background-color: #007aae;
  border-radius: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #fff;
}
.subPrice01 .txt a img {
  width: 0.4rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}

.subCampaign {
  position: relative;
  padding: 0.4rem 0.3rem;
}
.subCampaign main {
  position: relative;
  padding: 0.5rem 0 0.6rem;
  margin: 0.4rem auto 0;
  background: #5ea1e5 url(../images/campaignImg02.png) no-repeat right bottom;
  background-size: 26.8vw auto;
  border-radius: 0.2rem;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.subCampaign h3 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  font-family: "NOTOSANSJP-MEDIUM";
  color: #fff;
}
.subCampaign h3 span {
  font-size: 0.32rem;
}
.subCampaign .p01 {
  margin-bottom: 0.4rem;
  font-size: 0.4rem;
  line-height: 0.6rem;
  color: #fff;
}
.subCampaign .p01 strong {
  border-bottom: 2px solid #fbd4fb;
}
.subCampaign .p02 {
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  line-height: 0.6rem;
  font-family: "NOTOSANSJP-MEDIUM";
  color: #fff;
}
.subCampaign .p02 strong {
  font-size: 0.36rem;
}
.subCampaign dl {
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.8rem;
}
.subCampaign dl dt {
  display: inline-block;
  width: 2.4rem;
  height: 2.8rem;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  vertical-align: middle;
}
.subCampaign dl dt span {
  display: block;
  background-color: #fbd4fb;
}
.subCampaign dl dt strong {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #f4b3c8;
}
.subCampaign dl .dd01 {
  display: inline-block;
  width: 3.2rem;
  margin-left: 0.2rem;
  vertical-align: middle;
}
.subCampaign dl .dd01 p {
  margin-bottom: 0.2rem;
  font-size: 0.26rem;
  color: #fff;
  line-height: 0.6rem;
}
.subCampaign dl .dd01 p strong {
  display: block;
  width: 100%;
  background-color: #fbd4fb;
  border-radius: 0.8rem;
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #333;
}
.subCampaign dl .dd02 {
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
  line-height: 1rem;
  color: #f4b3c8;
  text-align: center;
  font-family: "NOTOSANSJP-REGULAR";
}
.subCampaign dl .dd03 {
  display: inline-block;
  width: 2.6rem;
  height: 1.8rem;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.subCampaign dl .dd03 span {
  display: block;
  background-color: #fbd4fb;
}
.subCampaign dl .dd03 strong {
  line-height: 1rem;
  color: #f4b3c8;
}
.subCampaign .img01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 21.7vw;
}
.subCampaign .img02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34.5vw;
}

.subContact01 {
  padding: 0.6rem 0.3rem 1rem;
  font-family: "NOTOSANSJP-REGULAR";
}
.subContact01 .subTitleLine {
  font-size: 0.3rem;
  line-height: 0.8rem;
  position: relative;
}
.subContact01 .subTitleLine span {
  display: inline-block;
  padding-right: 0.15rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.subContact01 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #007aae;
  z-index: 0;
}
.subContact01 h3 {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #007aae;
}
.subContact01 p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}
.subContact01 ul {
  width: 100%;
  margin: 0 auto;
}
.subContact01 ul li {
  padding: 0.28rem 0 0.4rem;
  border-top: 1px solid #e9e8e8;
}
.subContact01 ul li p {
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #000;
}
.subContact01 ul li p strong {
  display: inline-block;
  padding: 0 0.15rem;
  border: 1px solid #007aae;
  border-radius: 5px;
  font: normal 0.26rem/0.4rem "NOTOSANSJP-REGULAR";
  color: #007aae;
  vertical-align: middle;
}
.subContact01 ul li div {
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #222;
}
.subContact01 ul li div span {
  display: block;
}
.subContact01 ul li div .text, .subContact01 ul li div textarea {
  display: block;
  width: 100%;
  height: 0.6rem;
  padding-left: 0.2rem;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}
.subContact01 ul li div textarea {
  height: 3rem;
  padding: 0.2rem;
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #222;
}
.subContact01 ul .li-short div {
  float: left;
  width: 48%;
}
.subContact01 ul .li-short div:last-child {
  margin-left: 3%;
}
.subContact01 ul .li-long div {
  width: 100%;
  margin-top: 0.2rem;
}
.subContact01 ul .li-max div {
  width: 100%;
}
.subContact01 ul .li-max div span {
  float: left;
  margin-right: 0.4rem;
}
.subContact01 ul .li-max div span label {
  margin-left: 0.1rem;
}
.subContact01 ul .li-select {
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #222;
}
.subContact01 ul .li-select p {
  line-height: 0.6rem;
}
.subContact01 ul .li-select .select-wrap {
  float: left;
  width: 70%;
  position: relative;
}
.subContact01 ul .li-select .select-wrap .kind {
  display: block;
  line-height: 0.6rem;
}
.subContact01 ul .li-select .select-wrap .select {
  width: 100%;
  height: 0.6rem;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.subContact01 ul .li-select .select-wrap .select span {
  display: block;
  line-height: 0.6rem;
  padding-left: 0.2rem;
}
.subContact01 ul .li-select .select-wrap .list {
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 100%;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  z-index: 3;
  display: none;
}
.subContact01 ul .li-select .select-wrap .list li {
  padding: 0 0 0 0.2rem;
  cursor: pointer;
}
.subContact01 ul .li-select .select-wrap .list li:hover {
  background-color: #f5f5f5;
}
.subContact01 ul .li-select .count {
  float: left;
  width: 27%;
  margin-left: 3%;
}
.subContact01 ul .li-select .count input {
  display: block;
  width: 100%;
  height: 0.6rem;
  padding-left: 0.2rem;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}
.subContact01 ul .li-select .clearfix {
  margin-top: 0.2rem;
}
.subContact01 ul .li-check {
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #222;
}
.subContact01 ul .li-check .kind {
  line-height: 0.8rem;
  color: #000;
  font-weight: bold;
}
.subContact01 ul .li-check .checkBoxs {
  display: flex;
  flex-wrap: wrap;
}
.subContact01 ul .li-check .checkBoxs li {
  width: 50%;
  position: relative;
  border-top: none;
  padding: 0;
  margin-bottom: 0.2rem;
}
.subContact01 ul .li-check .checkBoxs li label {
  margin-left: 5px;
  cursor: pointer;
}
.subContact01 ul .li-check .checkBoxs li .counts {
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  display: none;
}
.subContact01 ul .li-check .checkBoxs li .counts input {
  display: inline-block;
  width: 0.4rem;
  padding: 0 8px;
  border: 1px solid #f2f2f2;
  line-height: 0.4rem;
  text-align: center;
  vertical-align: middle;
}
.subContact01 ul .li-check .checkBoxs li .counts em {
  display: inline-block;
  padding: 0 8px;
  cursor: pointer;
  font-weight: bold;
}
.subContact01 ul .li-check .checkBoxs .choose {
  padding-bottom: 0.6rem;
}
.subContact01 .submit {
  display: block;
  margin: 0.54rem auto 0.4rem;
  width: 4rem;
  height: 0.6rem;
  background-color: #007aae;
  border: none;
  border-radius: 0.3rem;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #fff;
  cursor: pointer;
}
.subContact01 .txt {
  width: 94%;
  margin: 0 auto;
}
.subContact01 .txt p {
  font: normal 0.26rem/0.6rem "NOTOSANSJP-REGULAR";
  color: #333;
}

.pagebox {
  margin: 0.6rem auto;
  text-align: center;
}
.pagebox .pagelist {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #333;
}
.pagebox .pagelist .prev, .pagebox .pagelist .next {
  float: left;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #efefef;
  margin: 0 0.1rem;
  border-radius: 50%;
  background: url(../images/icon-arr08.png) no-repeat center center;
  background-size: 0.3rem auto;
  opacity: 0.5;
}
.pagebox .pagelist .next {
  background-image: url(../images/icon-arr07.png);
}
.pagebox .pagelist ul {
  float: left;
  overflow: hidden;
}
.pagebox .pagelist ul li {
  float: left;
  margin: 0 0.1rem;
}
.pagebox .pagelist ul li a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #efefef;
  border-radius: 50%;
  color: #333;
  box-sizing: border-box;
}
.pagebox .pagelist ul li a.active {
  background-color: #007aae;
  color: #fff;
}
.pagebox .pagelist ul li a.pagemore {
  border: none;
}

.newsList {
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}
.newsList li {
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.newsList li a {
  display: block;
  position: relative;
}
.newsList li a .time {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #bfbfbf;
}
.newsList li a .tag {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: #007aae;
  padding: 0 0.2rem;
  margin-left: 0.2rem;
  border-radius: 0.2rem;
}
.newsList li a p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #333;
  padding-top: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blogList {
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}
.blogList li {
  margin-bottom: 0.3rem;
}
.blogList li .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.blogList li .img img {
  display: block;
  width: 100%;
}
.blogList li h3 {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.blogList li h3 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}

.newsMain {
  width: 100%;
  padding: 1rem 0.3rem 0.3rem;
  box-sizing: border-box;
}
.newsMain article h1 {
  padding: 0.3rem 0;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #333;
  text-align: center;
}
.newsMain article p {
  margin-bottom: 0.3rem;
  font: normal 0.26rem/0.52rem "NOTOSANSJP-REGULAR";
  color: #000;
}
.newsMain article img {
  display: block;
  margin: 0.3rem auto;
  max-width: 100%;
}
.newsMain .pageNav {
  margin: 0.3rem 0 0.6rem;
  text-align: center;
}
.newsMain .pageNav a {
  display: inline-block;
  padding: 0 0.4rem;
  background: url(../images/icon-arr09.png) no-repeat;
  background-position: right center;
  background-size: 0.3rem auto;
  font-size: 0.26rem;
  line-height: 0.8rem;
  color: #007aae;
  text-align: center;
  box-sizing: border-box;
}
.newsMain .pageNav a:nth-child(1) {
  background-image: url(../images/icon-arr10.png);
  background-position: left center;
}/*# sourceMappingURL=index-phone.css.map */