@charset "UTF-8";
html, body {
  max-width: 100%;
  box-sizing: border-box;
  font-family: "Jiao-Std-W4", sans-serif;
  font-size: 0.8vw;
}

.only-pc {
  display: none !important;
}

.indexNavMain {
  position: absolute;
  width: 100%;
  height: 1.2rem;
  z-index: 9;
}
.indexNavMain .logo {
  position: absolute;
  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.56rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background-color: #fff;
  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: #212121;
  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: 10%;
  top: 2rem;
  width: 80%;
}
.leftMenu_z #leftMenu ul li {
  display: block;
  padding-left: 0.5rem;
  margin-bottom: 0.3rem;
  background: url(../images/icon01.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: #fff;
}

.footer {
  position: relative;
  padding: 0.4rem 0.3rem 0.6rem;
  background-color: #212121;
  text-align: center;
}
.footer .bottomLogo {
  display: block;
  width: 3rem;
  margin: 0 auto 0.4rem;
}
.footer .bottomLogo img {
  display: block;
  width: 100%;
}
.footer .bottomNav li {
  position: relative;
  display: inline-block;
  margin: 0 0.3rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
  font-family: "Jiao-Std-W4";
  color: #929292;
}
.footer .bottomNav li a {
  display: block;
  color: #929292;
}
.footer .bottomNav li a:hover {
  color: #666;
}
.footer .bottomNav li::before {
  content: "/";
  position: absolute;
  left: -0.36rem;
  top: 0;
  font-family: "Jiao-Std-W4";
  font-size: 0.28rem;
}
.footer .bottomNav li:first-child::before, .footer .bottomNav li:nth-child(4)::before {
  content: none;
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 1.5rem;
  width: 0.8rem;
  z-index: 9;
}

@media (min-width: 850px) and (max-width: 999px) {
  .footer .bottomNav li:nth-child(4)::before {
    content: "/";
  }
  .footer .bottomNav li:nth-child(5)::before {
    content: none;
  }
}
.indexBannerMain {
  position: relative;
  width: 100%;
}
.indexBannerMain h1 {
  position: absolute;
  left: 0.3rem;
  top: 2.86rem;
  font: normal 0.28rem/0.6rem "Jiao-Std-W4";
  color: #fff;
}
.indexBannerMain h1 img {
  display: block;
  width: 3.48rem;
}
.indexBannerMain > img {
  display: block;
  width: 100%;
}

.indexPart01 {
  padding: 0 0.3rem;
}
.indexPart01 li {
  margin-top: 1rem;
}
.indexPart01 li h2 {
  position: relative;
  margin-bottom: 0.4rem;
  font: normal 0.36rem/0.6rem "Jiao-Std-W4";
  color: #333;
}
.indexPart01 li h2 strong {
  display: block;
  font: normal 0.6rem/1rem "Jiao-Std-W6";
  color: #e00020;
}
.indexPart01 li h2 span {
  display: block;
}
.indexPart01 li h2 span i {
  color: #e00020;
  font-style: normal;
}
.indexPart01 li h2 span:nth-child(3) {
  font-size: 0.24rem;
  color: #666;
}
.indexPart01 li img {
  display: block;
  width: 100%;
  border-radius: 0.3rem;
}
.indexPart01 li:nth-child(2n) h2 {
  text-align: right;
}

.indexPart02 {
  padding: 0 0.3rem;
}
.indexPart02 h2 {
  font-size: 0.6rem;
  line-height: 3rem;
  color: #20232b;
  text-align: center;
}
.indexPart02 h2 span {
  color: #ca041b;
}
.indexPart02 li {
  margin-bottom: 0.6rem;
}
.indexPart02 li img {
  display: block;
  width: 100%;
}
.indexPart02 li .txt {
  margin-bottom: 0.4rem;
}
.indexPart02 li .txt h3 {
  font-size: 0.48rem;
  line-height: 0.8rem;
  color: #20232b;
}
.indexPart02 li .txt h3 span {
  display: block;
  font-size: 0.26rem;
  color: #b9bdc1;
  text-transform: uppercase;
}
.indexPart02 li .txt p {
  font: normal 0.26rem/0.52rem "Jiao-Std-W4";
  color: #6a6d73;
}

.indexPart03 {
  position: relative;
  padding: 0.6rem 0 0.3rem;
  text-align: center;
  overflow: hidden;
}
.indexPart03 h2 {
  font-size: 0.6rem;
  line-height: 1rem;
  color: #e00020;
}
.indexPart03 p {
  margin-bottom: 1rem;
  font: normal 0.26rem/0.6rem "Jiao-Std-W4";
  color: #6a6d73;
}
.indexPart03 .img {
  width: 5.6rem;
  padding-bottom: 1rem;
  margin: 0 auto;
}
.indexPart03 .img a img {
  display: block;
  height: 6rem;
  margin: 0 auto;
}
.indexPart03 .swiper-pagination-bullet-active {
  background: #e00020;
}
.indexPart03 .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7.8rem;
  z-index: -1;
}

.indexPart04 {
  padding-top: 0.4rem;
  text-align: center;
}
.indexPart04 h2 {
  margin-bottom: 2.6vw;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #000;
}
.indexPart04 h2 i {
  color: #e00020;
  font-style: normal;
}
.indexPart04 h2 strong {
  font-size: 0.8rem;
  color: #e00020;
}
.indexPart04 p {
  display: inline-block;
  border-bottom: 2px solid #e00020;
  font: normal 0.36rem/0.36rem "Jiao-Std-W4";
  color: #000;
}
.indexPart04 ul {
  padding: 0.6rem 0.3rem 0.2rem;
}
.indexPart04 ul li {
  float: left;
  width: 48%;
  margin-bottom: 0.4rem;
}
.indexPart04 ul li a, .indexPart04 ul li img {
  position: relative;
  display: block;
  width: 100%;
}
.indexPart04 ul li h3 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -0.6rem;
  font: normal 0.6rem/0.6rem "Jiao-Std-W4";
  color: #fff;
}
.indexPart04 ul li h3 span {
  display: block;
  font-size: 0.26rem;
}
.indexPart04 ul li:nth-child(2n) {
  margin-left: 4%;
}

.indexPart05 {
  position: relative;
}
.indexPart05 .img01 {
  display: block;
  width: 100%;
}
.indexPart05 .img02 {
  position: absolute;
  left: 2%;
  bottom: 1rem;
  width: 96%;
}

.indexPart06 {
  padding: 0.5rem 0.3rem 0;
}
.indexPart06 h2 {
  margin-bottom: 2.6vw;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #000;
}
.indexPart06 h2 span {
  display: block;
  font: normal 0.26rem/0.6rem "Jiao-Std-W4";
  color: #6a6d73;
}
.indexPart06 h2::first-letter {
  color: #e00020;
}
.indexPart06 .leftNav {
  position: absolute;
  right: 0;
  top: 1rem;
}
.indexPart06 .leftNav a {
  position: relative;
  display: inline-block;
  padding: 0 0.2rem;
  font: normal 0.26rem/0.52rem "Jiao-Std-W4";
  color: #20232b;
  cursor: pointer;
}
.indexPart06 .leftNav .active {
  padding-left: 0.3rem;
  background-color: #e00020;
  border-radius: 0.52rem;
  color: #fff;
  font-family: "Jiao-Std-W4";
}
.indexPart06 .leftNav .active::after {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.21rem;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 50%;
}
.indexPart06 .rightCont {
  width: 100%;
  overflow: hidden;
}
.indexPart06 .itemList li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.indexPart06 .itemList .img {
  float: left;
  width: 31.25%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.indexPart06 .itemList .img img {
  display: block;
  width: 100%;
}
.indexPart06 .itemList .txt {
  float: right;
  width: 60.9%;
  margin-top: 0.2rem;
  font: normal 0.24rem/0.4rem "Jiao-Std-W4";
  color: #474a50;
}
.indexPart06 .itemList .txt p {
  color: #e00020;
}
.indexPart06 .itemList .txt p .time {
  display: inline-block;
  margin-right: 0.3rem;
  font-family: "Jiao-Std-W4";
  color: #474a50;
}
.indexPart06 .itemList .txt h3 {
  font: normal 0.28rem/0.6rem "Jiao-Std-W4";
  color: #474a50;
}
.indexPart06 .itemList .txt h3 a {
  display: block;
  color: #474a50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.indexPart06 .itemList .txt h3 a:hover {
  color: #e00020;
}
.indexPart06 .more {
  float: left;
  width: 100%;
  padding: 0.6rem 0;
  text-align: right;
}
.indexPart06 .more a {
  display: inline-block;
  padding-left: 0.7rem;
  background: url(../images/icon02.png) no-repeat left center;
  background-size: 0.63rem auto;
  font: normal 0.28rem/0.6rem "Jiao-Std-W4";
  color: #6a6d73;
}

.indexPart07 {
  position: relative;
}
.indexPart07 .bg {
  display: block;
  width: 100%;
}
.indexPart07 main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.indexPart07 .title {
  margin-bottom: 0.4rem;
}
.indexPart07 .title h2 {
  font-size: 0.6rem;
  line-height: 1.6rem;
  color: #fff;
}
.indexPart07 .title h2 span {
  font: normal 0.26rem/1.6rem "Jiao-Std-W4";
}
.indexPart07 .title .btn {
  display: block;
  width: 100%;
  background-color: #e00020;
  font: normal 0.28rem/0.9rem "Jiao-Std-W4";
  color: #fff;
  text-align: center;
}
.indexPart07 .title .btn:hover {
  background-color: #ca041b;
}
.indexPart07 .txt {
  width: 100%;
  padding-left: 0.2rem;
  font: normal 0.36rem/0.6rem "Jiao-Std-W4";
  color: #fff;
  box-sizing: border-box;
}
.indexPart07 .txt a {
  display: inline-block;
  width: 2.4rem;
  padding-left: 0.3rem;
  background: url(../images/icon03.png) no-repeat left center;
  background-size: 0.16rem auto;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #fff;
}

.subRecruit {
  color: #20232b;
}

.subTitle {
  position: relative;
  font-size: 0.48rem;
  line-height: 1rem;
  font-family: "Jiao-Std-W6";
}

.subTxt {
  position: relative;
  font: normal 0.26rem/0.6rem "Jiao-Std-W4";
  color: #333;
}

.recruitBannerMain {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recruitBannerMain h1 {
  position: absolute;
  left: 0.5rem;
  bottom: 1.5rem;
}
.recruitBannerMain h1 img {
  display: block;
  width: 76%;
}
.recruitBannerMain > img {
  display: block;
  width: 150%;
  margin-left: -25%;
}

.recruitPart01 {
  position: relative;
  overflow: hidden;
}
.recruitPart01 .bg {
  display: block;
  width: 150%;
  margin-left: -25%;
}
.recruitPart01 .bg:nth-child(2) {
  margin-top: -5vw;
}
.recruitPart01 h2 {
  position: absolute;
  left: 50%;
  top: 0.6rem;
  font: bold 0.28rem/0.6rem "Jiao-Std-W6";
  color: #fff;
}
.recruitPart01 h2 span {
  font-size: 0.32rem;
}
.recruitPart01 h2 strong {
  display: block;
  font-size: 0.36rem;
}
.recruitPart01 .txt {
  position: absolute;
  left: 22.8vw;
  bottom: 22.5vw;
  width: 25.26vw;
}

.recruitPart02 {
  padding: 0.6rem 0;
  text-align: center;
}
.recruitPart02 h2 {
  margin-bottom: 0.6rem;
}
.recruitPart02 h2 i {
  color: #e00020;
  font-style: normal;
}
.recruitPart02 h2 strong {
  display: block;
}
.recruitPart02 ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding-top: 8rem;
  background: url(../images/recruitImg03.png) no-repeat center top;
  background-size: 6rem auto;
}
.recruitPart02 ul li {
  position: relative;
  width: 40%;
  padding: 0.8rem 0 0.5rem;
  margin: 0 5% 0.8rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 2px 6px 5px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
}
.recruitPart02 ul li img {
  position: absolute;
  left: 50%;
  top: -0.5rem;
  margin-left: -0.5rem;
  width: 1rem;
  border-radius: 50%;
  box-shadow: 0 6px 8px 1px rgba(0, 0, 0, 0.1);
}
.recruitPart02 ul li p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  vertical-align: middle;
}
.recruitPart02 ul li p strong {
  color: #e00020;
}

.recruitPart03 {
  position: relative;
  background-color: #f7f8fa;
  text-align: center;
  overflow: hidden;
}
.recruitPart03 .bg {
  position: absolute;
  left: -30vw;
  top: 0;
  height: 16.14vw;
  animation: xAxis 50s linear 0s infinite;
}
.recruitPart03 .bike {
  position: relative;
  display: block;
  width: 3rem;
  margin: 0 auto 0.5rem;
}
.recruitPart03 p {
  position: relative;
  margin-bottom: 2.5vw;
}
.recruitPart03 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem;
}
.recruitPart03 ul li {
  width: 100%;
  padding: 0.3rem;
  margin-bottom: 0.4rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.recruitPart03 ul li h3 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #e00020;
  font-family: "Jiao-Std-W8";
}
.recruitPart03 ul li span {
  position: relative;
  display: block;
  width: 100%;
  height: 1rem;
  padding-left: 0.6rem;
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.26rem;
  line-height: 1rem;
  font-weight: bold;
  font-family: "Jiao-Std-W6";
  text-align: left;
  box-sizing: border-box;
}
.recruitPart03 ul li span::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.32rem;
  width: 0.36rem;
  height: 0.36rem;
  border: 1px solid #e00020;
  border-radius: 50%;
  background: url(../images/recruitIcon05.png) no-repeat center center;
  background-size: auto 0.16rem;
  box-sizing: border-box;
}
.recruitPart03 ul li p {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #20232b;
}
.recruitPart03 ul li p strong {
  display: block;
  font-size: 0.32rem;
}
.recruitPart03 ul li:nth-child(3) h3 {
  padding: 0.5rem 0;
  margin-bottom: 0.3rem;
  background: url(../images/recruitIcon06.png) no-repeat center center;
  background-size: 2rem auto;
  line-height: 0.6rem;
  color: #20232b;
}
.recruitPart03 ul li:nth-child(3) span {
  padding-left: 0;
  height: auto;
  padding-top: 0.5rem;
  border: 1px solid #e00020;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 0.8rem;
  box-shadow: none;
}
.recruitPart03 ul li:nth-child(3) span::before {
  left: 50%;
  top: 0.2rem;
  border: none;
  margin-left: -0.18rem;
}
.recruitPart03 ul li:nth-child(3) strong {
  position: relative;
  display: inline-block;
  padding: 0 0.1rem 0 0.3rem;
  margin: 0.4rem auto 0.2rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
  border-bottom: 2px dashed #e00020;
}
.recruitPart03 ul li:nth-child(3) strong::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  bottom: 0;
  width: 0.8rem;
  height: 1rem;
  background: url(../images/recruitIcon07.png) no-repeat;
  background-size: 100% auto;
}

.recruitPart04 {
  padding: 0.3rem;
  text-align: center;
}
.recruitPart04 > p br {
  display: none;
}
.recruitPart04 .img {
  display: block;
  width: 100%;
  margin: 0.4rem auto;
}
.recruitPart04 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.2rem auto;
}
.recruitPart04 ul li {
  width: 48%;
  margin: 0 1% 0.4rem;
}
.recruitPart04 ul li img {
  display: block;
  width: 100%;
}
.recruitPart04 ul li p {
  font-size: 0.26rem;
  line-height: 0.8rem;
}

.recruitPart05 {
  padding: 0.3rem;
  text-align: center;
  background: #f7f8fa;
}
.recruitPart05 h2 {
  font-size: 0.44rem;
}
.recruitPart05 > p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #333;
}
.recruitPart05 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4rem auto 0;
}
.recruitPart05 ul li {
  width: 100%;
  margin-bottom: 0.4rem;
}
.recruitPart05 ul li > img {
  display: block;
  width: 100%;
}
.recruitPart05 ul li p {
  font-size: 0.26rem;
  line-height: 0.8rem;
}
.recruitPart05 ul li p span {
  color: #ce1b2f;
}
.recruitPart05 ul li p img {
  width: 0.2rem;
  margin-right: 0.1rem;
}

.recruitPart06 {
  padding: 0.3rem;
  text-align: center;
}
.recruitPart06 ul {
  display: flex;
  flex-wrap: wrap;
}
.recruitPart06 ul li {
  width: 48%;
  padding-bottom: 0.3rem;
  margin-right: 4%;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.recruitPart06 ul li > img {
  display: block;
  height: 1rem;
  margin: 0 auto 0.3rem;
}
.recruitPart06 ul li .tag {
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #ce1b2f;
}
.recruitPart06 ul li p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.recruitPart06 ul li:nth-child(2n) {
  margin-right: 0;
}
.recruitPart06 ul li:last-child {
  width: 100%;
  margin-right: 0;
}

.productBannerMain {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.productBannerMain h1 {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
}
.productBannerMain h1 img {
  display: block;
  width: 40vw;
}
.productBannerMain > img {
  display: block;
  width: 150%;
  margin-left: -25%;
}

.productMain {
  padding: 0.3rem;
  color: #20232b;
}
.productMain h2 {
  position: relative;
  padding: 0.5rem 0 0 1.2rem;
  margin-bottom: 0.4rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #e00020;
  border-bottom: 2px dashed #e00020;
}
.productMain h2 span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.26rem;
  color: #20232b;
}
.productMain h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 1.3rem;
  background: url(../images/recruitIcon07.png) no-repeat;
  background-size: 100% auto;
}
.productMain h3 {
  border: 2px solid #e00020;
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  line-height: 1rem;
  color: #e00020;
  text-align: center;
}
.productMain ul li {
  margin-bottom: 0.6rem;
}
.productMain ul li .imgBox {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.productMain ul li .imgBox .swiper-slide {
  padding-bottom: 0.3rem;
}
.productMain ul li .imgBox img {
  display: block;
  width: 100%;
}
.productMain ul li .imgBox .swiper-pagination span {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 0.1rem;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}
.productMain ul li .imgBox .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.08);
}
.productMain ul li .txtBox {
  float: right;
  width: 100%;
}
.productMain ul li .txtBox h4 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  border-bottom: 2px solid #e00020;
  font-family: "Jiao-Std-W6";
}
.productMain ul li .txtBox h4 span {
  display: block;
  font-size: 0.32rem;
  line-height: 0.6rem;
}
.productMain ul li .txtBox p {
  position: relative;
  padding-left: 0.3rem;
  background: url(../images/icon03.png) no-repeat;
  background-size: 0.16rem auto;
  background-position: 0.08rem center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.28rem;
  line-height: 0.8rem;
}
.productMain ul li .txtBox p span {
  position: absolute;
  right: 0;
  top: 0;
  color: #e00020;
}
.productMain .txt {
  padding: 0.3rem 0;
}
.productMain .txt h4 {
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #000;
}
.productMain .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #222;
}

.subBanner {
  padding-top: 1rem;
  background-color: #ccc;
  font-size: 0.48rem;
  line-height: 2.6rem;
  text-align: center;
  text-transform: uppercase;
}

.subAbout {
  padding: 0 0.3rem 0.6rem;
}
.subAbout h2 {
  font-size: 0.36rem;
  line-height: 2rem;
  text-align: center;
}
.subAbout .subTable {
  width: 100%;
  font-size: 0.26rem;
  line-height: 0.52rem;
  font-family: "Jiao-Std-W4";
}
.subAbout .subTable td {
  padding: 0.2rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.subAbout .subTable td:nth-child(1) {
  width: 2rem;
}
.subAbout img {
  display: block;
  max-width: 100%;
  margin: 0.6rem auto 0;
}

.subNews {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0.3rem 0;
}
.subNews li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.subNews li > a {
  display: block;
  width: 100%;
}
.subNews li > a img {
  display: block;
  width: 100%;
}
.subNews li h3 a {
  display: block;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #20232b;
  text-align: center;
}

.subPage .indexNavMain {
  background-color: #ccc;
}

.articleTitle {
  padding: 0.3rem 0;
}
.articleTitle > div {
  margin-bottom: 0.3rem;
  text-align: right;
}
.articleTitle .time {
  margin-right: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #999;
}
.articleTitle .tag {
  display: inline-block;
  padding: 0 1em;
  background: #000;
  border-radius: 0.48rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #fff;
}
.articleTitle h1 {
  padding: 0.3rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #000;
  font-size: 0.36rem;
  line-height: 2em;
  text-align: center;
}

.articleMain {
  padding: 1.2rem 0.3rem 0.6rem;
}
.articleMain .txt p {
  font-size: 0.26rem;
  line-height: 2em;
  margin-bottom: 0.3rem;
}
.articleMain .txt img {
  display: block;
  margin: 0.3rem auto;
  max-width: 100%;
}

.subContact {
  padding: 0 0.42rem 0.6rem;
}
.subContact .subTitleLine {
  margin-top: 0.5rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
  position: relative;
}
.subContact .subTitleLine span {
  display: inline-block;
  padding-right: 0.15rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.subContact .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e00020;
  z-index: 0;
}
.subContact .contactForm {
  width: 100%;
}
.subContact .contactForm .tips {
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #666;
}
.subContact .contactForm .tips i {
  display: inline-block;
  color: #e00020;
}
.subContact .contactForm ul li {
  padding-top: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
}
.subContact .contactForm ul li p i {
  display: inline-block;
  color: #e00020;
}
.subContact .contactForm ul li span {
  display: block;
  cursor: pointer;
}
.subContact .contactForm ul li .text, .subContact .contactForm ul li textarea {
  display: block;
  width: 100%;
  height: 0.8rem;
  padding-left: 0.1rem;
  border: 1px solid #000;
  font-size: 0.26rem;
  box-sizing: border-box;
}
.subContact .contactForm ul li textarea {
  height: 1.6rem;
  padding: 0.1rem;
  margin-bottom: 0.3rem;
}
.subContact .contactForm ul li label {
  position: relative;
  display: block;
  font-size: 0.32rem;
  line-height: 0.8rem;
}
.subContact .contactForm ul li label input {
  position: relative;
  border: none;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.subContact .contactForm ul li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.14rem;
  background: url(../images/checkbg01.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.subContact .contactForm ul li label a {
  border-bottom: 1px solid #000;
}
.subContact .contactForm ul li label.checked::before {
  background-image: url(../images/checkbg02.jpg);
}
.subContact .txt h3 {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #000;
}
.subContact .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}
.subContact .privacybox {
  padding-top: 0.3rem;
  text-align: center;
}
.subContact .privacybox label {
  position: relative;
  display: inline-block;
  font-size: 0.32rem;
  line-height: 0.8rem;
}
.subContact .privacybox label input {
  position: relative;
  border: none;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.subContact .privacybox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.14rem;
  background: url(../images/checkbg01.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.subContact .privacybox label a {
  border-bottom: 1px solid #000;
}
.subContact .privacybox label.checked::before {
  background-image: url(../images/checkbg02.jpg);
}

.form-actions {
  text-align: center;
}
.form-actions button, .form-actions a {
  display: inline-block;
  margin: 0.3rem 0.1rem;
  padding: 0 0.3rem;
  background-color: #000;
  border: none;
  border-radius: 0.6rem;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #fff;
  cursor: pointer;
}
.form-actions .btn-edit {
  background-color: #969696;
  display: none;
}
.form-actions .btn-submit {
  display: none;
}

.display-text {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* 隐藏按钮 */
.hidden {
  display: none;
}

/* 显示按钮 */
.visible {
  display: inline-block;
}

.thank-you-message {
  padding-top: 2rem;
  background-color: #fff;
  text-align: center;
}

.thank-you-message h1 {
  font-size: 0.4rem;
  line-height: 0.8rem;
  color: #333;
}

.thank-you-message p {
  font-size: 0.28rem;
  color: #555;
  line-height: 0.52rem;
}/*# sourceMappingURL=index-phone.css.map */