.html,
.body {
  min-width: 320px;
  margin: 0 auto;
}

.subPageNav {
  position: fixed;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.subPageNav .NavBox {
  height: 1rem;
}
.subPageNav .NavBox > a {
  float: left;
  line-height: 1rem;
  margin-left: 0.1rem;
}
.subPageNav .NavBox > a img {
  display: inline-block;
  vertical-align: middle;
  height: 0.8rem;
}
.subPageNav .NavBox ul {
  display: none;
}
.subPageNav .NavBox .phoneNavBtn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  background: #15327e url("../images/navIcon.png") no-repeat center center;
  background-size: 0.54rem 0.4rem;
}

.footerBox {
  padding-top: 0.5rem;
  background: #111;
  font-family: "SourceHanSans";
}
.footerBox .footerLogo {
  padding-left: 0.15rem;
}
.footerBox .footerLogo img {
  display: inline-block;
  height: 0.8rem;
}
.footerBox .footerAddress {
  padding: 0.4rem 0 0.4rem 0.15rem;
}
.footerBox .footerAddress p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #fff;
}
.footerBox .footerAddress p span {
  display: inline-block;
  color: #fff;
}
.footerBox .footerNav {
  padding: 0 0.15rem 0.3rem;
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #dfdfdf;
}
.footerBox .footerNav a {
  float: left;
  width: 50%;
  color: #dfdfdf;
}
.footerBox .copyRight {
  background-color: #1f1f1f;
}
.footerBox .copyRight p {
  font-size: 0.16rem;
  line-height: 0.6rem;
  color: #555;
  text-align: center;
}

.leftMenu_z, #leftMenu {
  display: none;
}

.leftMenu_z {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

#leftMenu {
  position: fixed;
  left: 0;
  top: 1rem;
  bottom: 0;
  z-index: 1200;
  width: 4rem;
  background: #fff;
  overflow: auto;
}

#leftMenu img {
  width: 80%;
  margin: 0.5rem auto 0.3rem;
  display: block;
}

#leftMenu a {
  display: block;
  line-height: 0.5rem;
  font-size: 0.32rem;
  padding: 0.15rem 0.7rem 0.15rem 0.2rem;
  color: #666;
  position: relative;
  border-bottom: 0.02rem solid #f1f1f1;
}

#leftMenu a::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 0.02rem solid #666;
  border-bottom: 0.02rem solid #666;
  transform: rotate(-45deg);
  position: absolute;
  right: 0.3rem;
  top: 50%;
  margin-top: -0.07rem;
}

.w1200, .w1000 {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  box-sizing: border-box;
}

.subBannerMain {
  height: 1.6rem;
  margin-top: 1.4rem;
  background-color: #15327e;
  text-align: center;
}
.subBannerMain h1 {
  font-size: 0.36rem;
  line-height: 1.6rem;
  color: #fff;
}

.subTitle {
  padding: 0.4rem 0;
  text-align: center;
}
.subTitle span {
  display: inline-block;
  font-size: 0.34rem;
  line-height: 0.6rem;
  color: #222;
  border-bottom: 3px solid #15327e;
}

.subPart01 {
  width: 100%;
  padding: 0.1rem 0.3rem 0.6rem;
  margin: 0.4rem 0 0;
  background: url(../images/company.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}

.subTxt {
  padding: 0.5rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.7);
}
.subTxt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}

.subTable {
  margin-top: 0.5rem;
}
.subTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.subTable table td {
  border: 1px solid #ccc;
}
.subTable table td.firstTd {
  width: 30%;
  padding-left: 0.2rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #222;
  background-color: #f3f2ec;
}
.subTable table td.secondTd {
  width: 70%;
  padding: 0.14rem;
  font-size: 0.26rem;
  color: #222;
  line-height: 26px;
  text-align: justify;
  background-color: #f5f5f5;
}

.titleBox {
  text-align: center;
}
.titleBox h3 {
  padding-left: 0.15rem;
  font-size: 0.32rem;
  line-height: 0.32rem;
}
.titleBox p {
  margin-top: 0.15rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
}
.titleBox p span {
  display: block;
  font-weight: bold;
}

.subList01 {
  padding-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.subList01 li {
  margin-bottom: 0.3rem;
}
.subList01 li .img {
  float: left;
  width: 100%;
}
.subList01 li .img img {
  display: block;
  width: 100%;
}
.subList01 li .txt {
  float: right;
  width: 100%;
  padding-top: 0.2rem;
}
.subList01 li .txt h4 {
  padding-bottom: 0.15rem;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #15327e;
}
.subList01 li .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}

.mt50 {
  margin-top: 0.3rem;
  font-weight: bold;
}

.subList02 {
  padding-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.subList02 li {
  margin-bottom: 0.3rem;
}
.subList02 li .img {
  width: 100%;
  overflow: hidden;
}
.subList02 li .img img {
  display: block;
  width: 100%;
}
.subList02 li .txt {
  width: 100%;
}
.subList02 li .txt h3 {
  padding: 0.2rem 0;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #15327e;
}
.subList02 li .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}

.subPart03 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.subPart03 .subTitleLine {
  font-size: 0.3rem;
  line-height: 0.8rem;
  position: relative;
}
.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 0.15rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.subPart03 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #15327e;
  z-index: 0;
}
.subPart03 .txt h3 {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #15327e;
}
.subPart03 .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}
.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 0.2rem auto;
}
.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 0.3rem;
  background-color: #15327e;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
}/*# sourceMappingURL=style-phone.css.map */