a, .transition, :before, img, .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.borderBox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.flex {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.shadow {
  box-shadow: 0 0.1rem 0.27rem rgba(226, 51, 138, 0.12);
  -webkit-box-shadow: 0 0.1rem 0.27rem rgba(226, 51, 138, 0.12);
  -moz-box-shadow: 0 0.1rem 0.27rem rgba(226, 51, 138, 0.12); }

.shadow2 {
  box-shadow: 0 0.03rem 0.07rem rgba(226, 51, 138, 0.12);
  -webkit-box-shadow: 0 0.03rem 0.07rem rgba(226, 51, 138, 0.12);
  -moz-box-shadow: 0 0.03rem 0.07rem rgba(226, 51, 138, 0.12); }

@media screen and (max-width: 800px) {
  html {
    font-size: 50px; }

  body {
    font-size: .24rem; }

  .wal {
    max-width: 8rem; }

  body.navShow .navBg {
    display: block; }
  body.navShow .head .nav {
    right: 0; }

  .navBg {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none; }

  .headD {
    height: 1rem; }

  .head {
    position: fixed;
    border-bottom: #eee solid 1px; }
    .head .wal {
      height: 1rem; }
    .head a.tel {
      right: 1rem;
      line-height: 1rem; }
    .head .navA {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.3rem;
      top: 0;
      bottom: auto;
      width: 1rem;
      height: 1rem;
      background: url("../image/navA.png") center no-repeat;
      background-size: .4rem; }

  .nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    width: 4rem;
    background: #000;
    right: -4rem; }
    .nav .close {
      display: block;
      height: 1rem; }
      .nav .close i {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../image/close.png") center no-repeat;
        background-size: .4rem;
        width: 1rem;
        height: 1rem; }
    .nav li {
      float: none;
      border-top: rgba(255, 255, 255, 0.2) solid 1px; }
    .nav a.name {
      line-height: 1rem;
      height: 1rem;
      font-size: .26rem;
      text-align: center;
      color: #fff; }
      .nav a.name:before {
        display: none; }
    .nav .list {
      position: relative;
      top: 0;
      visibility: visible;
      opacity: 1;
      display: none; }
      .nav .list dl {
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
        padding: .1rem 0; }
      .nav .list a {
        height: .7rem;
        line-height: .7rem; }

  .foot .tel div {
    font-size: .2rem; }
    .foot .tel div b {
      font-size: .26rem; }
  .foot .list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: .2rem; }
    .foot .list li {
      padding: 0 0 .1rem .4rem;
      line-height: 1.6em; }
      .foot .list li img {
        top: .04rem;
        width: .26rem; }
  .foot .ewm {
    width: 2rem; }
    .foot .ewm p {
      font-size: .2rem;
      line-height: .32rem; }
  .foot .msg {
    font-size: .22rem;
    padding: .2rem 0; }
    .foot .msg span {
      padding-left: 0;
      display: block; }

  .sideBar {
    display: none; }

  /*index------------*/
  .indexFlash .swiper-slide .wal {
    height: 4rem; }
  .indexFlash .swiper-slide .img {
    padding-top: 1rem; }

  .pageTitle a.more {
    font-size: .22rem;
    background-size: .22rem;
    padding-right: .32rem; }

  .indexPart1 ul {
    justify-content: center;
    -webkit-justify-content: center; }
  .indexPart1 li {
    width: 33.333%; }
  .indexPart1 a {
    width: 2rem;
    min-height: 3rem;
    margin: 0 auto; }
    .indexPart1 a .name {
      font-size: .24rem; }
      .indexPart1 a .name:before, .indexPart1 a .name:after {
        height: 1px; }
    .indexPart1 a p {
      font-size: .18rem; }

  .indexPart2 {
    padding-bottom: .5rem; }
    .indexPart2 .container {
      padding: 0; }
      .indexPart2 .container .img {
        position: relative; }
      .indexPart2 .container .name {
        font-size: .32rem;
        padding-top: .6rem; }
      .indexPart2 .container .btn {
        top: 3.5rem;
        right: auto;
        left: 4.7rem;
        width: 2rem; }
        .indexPart2 .container .btn a {
          width: 2rem;
          height: .6rem;
          margin-left: 0;
          font-size: .24rem;
          margin-bottom: .3rem; }
          .indexPart2 .container .btn a.a1 img {
            width: .3rem;
            margin-right: .2rem; }
          .indexPart2 .container .btn a.a2 img {
            width: .24rem;
            margin-left: .2rem; }
      .indexPart2 .container .list {
        padding: .3rem 0;
        max-width: 100%; }
        .indexPart2 .container .list li {
          line-height: .44rem;
          padding: 0 0 .1rem 5em; }
    .indexPart2 .imgList {
      position: relative;
      top: 0;
      width: 100%; }

  .indexPart3 .fl {
    width: 100%; }
  .indexPart3 .fr {
    width: 100%;
    padding-top: .5rem; }
    .indexPart3 .fr h2 {
      font-size: .32rem; }
    .indexPart3 .fr li {
      padding: .1rem 0; }
      .indexPart3 .fr li .name {
        font-size: .26rem; }
      .indexPart3 .fr li p {
        font-size: .22rem;
        line-height: 1.6em; }

  .indexPart4 {
    padding: 0 .1rem; }
    .indexPart4 .arrow {
      height: 2rem; }
      .indexPart4 .arrow.prev {
        left: -.3rem; }
      .indexPart4 .arrow.next {
        right: -.3rem; }
    .indexPart4 .swiper-slide a {
      min-height: 1rem;
      padding-bottom: .2rem; }
      .indexPart4 .swiper-slide a .img {
        height: 2rem; }
      .indexPart4 .swiper-slide a .name {
        font-size: .24rem;
        height: .6rem;
        line-height: .6rem; }
      .indexPart4 .swiper-slide a p {
        display: none; }
      .indexPart4 .swiper-slide a .more {
        display: none; }

  .indexPart4-2 .swiper-slide a {
    min-height: 1rem;
    padding-bottom: .2rem; }
    .indexPart4-2 .swiper-slide a .name {
      height: .6rem; }

  .indexPart5 ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .indexPart5 li {
    width: 25%;
    padding-bottom: .2rem; }
    .indexPart5 li a {
      font-size: .22rem;
      width: 1.4rem;
      height: 1.4rem;
      margin: 0 auto; }

  .pageNum {
    font-size: .24rem; }
    .pageNum div a {
      width: .5rem;
      height: .5rem;
      line-height: .5rem; }

  .indexPart6 {
    padding: 0 .1rem; }
    .indexPart6 .arrow {
      height: 1.6rem; }
      .indexPart6 .arrow.prev {
        left: -.3rem; }
      .indexPart6 .arrow.next {
        right: -.3rem; }
    .indexPart6 .swiper-slide a {
      min-height: 1rem; }
      .indexPart6 .swiper-slide a .img {
        height: 1.6rem; }
      .indexPart6 .swiper-slide a h2 {
        font-size: .26rem;
        font-weight: 400; }
      .indexPart6 .swiper-slide a .scroll {
        display: none; }

  /*page----------*/
  .pageNow {
    font-size: .22rem; }

  .about_01 .fr {
    width: 100%; }
    .about_01 .fr h2 {
      font-size: .28rem; }
    .about_01 .fr .content {
      font-size: .24rem;
      line-height: .4rem; }

  .about_02 li {
    width: 33.333%; }
    .about_02 li .name {
      height: .7rem;
      line-height: .7rem;
      font-size: .24rem; }

  .about_03 .msg {
    font-size: .24rem;
    line-height: .4rem; }
  .about_03 .list ul {
    justify-content: center;
    -webkit-justify-content: center; }
  .about_03 .list li {
    width: 33.333%;
    padding-bottom: .2rem; }
    .about_03 .list li .img {
      width: 1.8rem;
      margin: 0 auto; }
    .about_03 .list li .name {
      line-height: .7rem; }

  .pageNav .wal {
    margin: 0; }
  .pageNav .list {
    width: 100%; }
    .pageNav .list li {
      padding-right: 0;
      width: 25%; }
    .pageNav .list a {
      padding: 0;
      font-size: .24rem;
      text-align: center; }
  .pageNav .pageNow {
    display: none; }

  .service_01 {
    padding-bottom: .3rem; }
    .service_01 ul {
      margin-left: -.2rem; }
    .service_01 li {
      padding: 0 0 .3rem .2rem; }
      .service_01 li .img {
        position: relative;
        left: 0;
        width: 100%; }
      .service_01 li h2 {
        font-size: .26rem;
        padding: .2rem 0 .15rem 0; }
      .service_01 li dd {
        line-height: .34rem;
        font-size: .22rem; }
        .service_01 li dd:before {
          height: .34rem; }
      .service_01 li .content {
        line-height: .34rem;
        font-size: .22rem; }
      .service_01 li a.more {
        display: none; }
      .service_01 li .btn a {
        width: 1.9rem;
        height: .7rem;
        line-height: .68rem;
        font-size: .24rem; }

  .service_03 .fl {
    width: 100%; }
  .service_03 .fr {
    width: 100%;
    padding-top: .3rem; }
    .service_03 .fr ul {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
    .service_03 .fr li {
      width: 48%; }
      .service_03 .fr li:nth-child(1) {
        margin-bottom: 0; }
    .service_03 .fr li.on:after {
      left: 50%;
      margin-left: -.07rem;
      height: .29rem;
      top: -.2rem;
      background-image: url("../image/img15.png");
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg); }

  .service_04 {
    background: none; }
    .service_04 .fl {
      width: 100%; }
      .service_04 .fl .box h2 {
        font-size: .32rem; }
      .service_04 .fl .box li {
        font-size: .24rem;
        line-height: .38rem; }
    .service_04 .fr {
      width: 100%; }

  .service_05 li {
    width: 50%; }
  .service_05 a {
    font-size: .22rem; }
    .service_05 a div {
      width: 2.5rem; }
    .service_05 a h2 {
      font-size: .22rem;
      line-height: .3rem; }

  .auntList li {
    width: 50%; }
    .auntList li .name a {
      font-size: .28rem; }
    .auntList li p {
      font-size: .22rem; }
    .auntList li a.more {
      width: 1.8rem;
      height: .6rem;
      line-height: .58rem;
      font-size: .24rem; }

  .auntShow {
    padding: .5rem 0; }
    .auntShow .img {
      position: relative;
      top: 0; }
    .auntShow .name {
      font-size: .32rem;
      padding-top: .6rem; }
    .auntShow .list {
      padding: .3rem 0; }
      .auntShow .list li {
        line-height: .4rem;
        padding: 0 0 .15rem 5em; }
    .auntShow .btn a {
      width: 2rem;
      height: .6rem;
      font-size: .24rem; }
      .auntShow .btn a img {
        width: .3rem; }

  .auntShow_02 li:before {
    display: none; }
  .auntShow_02 li .name {
    font-size: .26rem;
    width: 100%;
    border-bottom: #eee solid 1px;
    padding: .2rem .3rem;
    text-align: left; }
  .auntShow_02 li .content, .auntShow_02 li .content2 {
    width: 100%;
    line-height: .4rem;
    padding: .3rem; }
  .auntShow_02 li a.btn {
    font-size: .24rem;
    background-size: .2rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.3rem;
    top: 0.2rem;
    bottom: auto; }

  .comment .bigImg {
    width: 100%; }
  .comment .list {
    width: 100%;
    padding-bottom: .3rem; }
    .comment .list #comment {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .comment .list .swiper-slide {
      padding-top: .3rem; }
    .comment .list .img {
      margin: 0 .15rem; }
    .comment .list .swiper-slide-active .img:after {
      left: 50%;
      margin-left: -.07rem;
      height: .29rem;
      top: -.2rem;
      background-image: url("../image/img15.png");
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg); }
  .comment .name {
    font-size: .26rem; }
  .comment .content {
    font-size: .24rem;
    line-height: .4rem;
    padding-top: .2rem; }

  .contact .title {
    font-size: .3rem; }
  .contact .fl {
    width: 100%; }
    .contact .fl li .name {
      line-height: .58rem;
      font-size: .24rem; }
      .contact .fl li .name b {
        font-size: .26rem; }
    .contact .fl li p {
      font-size: .28rem; }
      .contact .fl li p img {
        width: .2rem; }
  .contact .fr {
    width: 100%;
    padding: .5rem 0 0 0; }
    .contact .fr li .input input {
      height: .7rem;
      line-height: .7rem;
      font-size: .24rem; }
    .contact .fr li .input textarea {
      line-height: .44rem;
      font-size: .24rem; }
    .contact .fr .submit div {
      width: 2rem; }
    .contact .fr .submit input {
      height: .7rem;
      font-size: .28rem; }

  .contactMap .layer {
    width: 3.5rem; }
    .contactMap .layer div {
      width: 2rem; }

  .sjys_01 .box h2 {
    font-size: .28rem;
    padding: .25rem 0; }
  .sjys_01 .box .list {
    padding: .25rem .28rem .02rem .28rem; }
  .sjys_01 .box li {
    line-height: 1.8em;
    padding: 0 0 .15rem .8rem; }
  .sjys_01 .box-1 {
    width: 100%; }
  .sjys_01 .box-2 {
    width: 100%; }
    .sjys_01 .box-2 .list:before {
      display: none; }
    .sjys_01 .box-2 .list ul {
      width: 100%; }

  .sjys_02 {
    padding-bottom: .5rem; }
    .sjys_02 .list ul {
      margin: 0; }
    .sjys_02 .list li {
      padding-bottom: .3rem; }
      .sjys_02 .list li .name {
        line-height: .6rem; }

  .jtzjs_01 .box .bg {
    padding: .25rem .22rem 0 .22rem; }
  .jtzjs_01 .box .msg {
    position: relative;
    width: 100%;
    height: auto;
    border: 0;
    font-size: .26rem;
    line-height: .5rem;
    padding: 0 0 .3rem 0; }
  .jtzjs_01 .box li {
    width: 33.333%;
    padding: 0 0 .2rem .2rem; }
    .jtzjs_01 .box li .name {
      font-size: .22rem;
      line-height: .55rem; }

  .jtzjs_02 .title {
    top: .5rem; }
  .jtzjs_02 .img {
    top: 3.8rem; }
  .jtzjs_02 .list {
    padding: 5.4rem 0 .4rem 0; }
    .jtzjs_02 .list ul {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -.3rem;
      margin-right: -.3rem; }
    .jtzjs_02 .list li {
      width: 50%;
      line-height: 1.6em;
      padding: 0 .15rem .15rem; }
      .jtzjs_02 .list li:nth-child(odd) {
        text-align: right; }

  .jwzl_01 .fl {
    width: 100%; }
  .jwzl_01 .fr {
    width: 100%;
    background: none;
    min-height: 1rem;
    padding: .3rem 0 0 0; }
    .jwzl_01 .fr li {
      font-size: .24rem; }

  .jwzl_02 .list li {
    width: 2rem; }
    .jwzl_02 .list li .img {
      padding: .15rem; }
    .jwzl_02 .list li p {
      font-size: .24rem; }

  .jwzl_03 {
    padding-top: .2rem; }
    .jwzl_03 .container {
      width: 100%; }
      .jwzl_03 .container .name {
        font-size: .26rem;
        line-height: .46rem;
        padding-top: .4rem; }
      .jwzl_03 .container li {
        font-size: .24rem; }

  .cgbm_01 a {
    width: 2rem;
    min-height: 2.7rem; }
    .cgbm_01 a .name {
      font-size: .24rem; }
      .cgbm_01 a .name:before, .cgbm_01 a .name:after {
        height: 1px; }
    .cgbm_01 a p {
      font-size: .18rem; }

  .cgbm_02 {
    padding-bottom: .3rem; }
    .cgbm_02 ul {
      justify-content: center;
      -webkit-justify-content: center; }
    .cgbm_02 li {
      padding-bottom: .3rem;
      width: 33.333%; }
      .cgbm_02 li .img {
        width: 1.8rem;
        left: 50%;
        margin-left: -.9rem; }

  .train_01 {
    padding-top: .3rem; }
    .train_01 .content {
      line-height: 1.8em; }

  .train_02 .fl {
    width: 6rem; }
  .train_02 .fr {
    width: 100%;
    padding-top: .7rem; }
    .train_02 .fr ul li {
      font-size: .24rem;
      height: .75rem;
      line-height: .75rem;
      padding-left: .3rem; }

  .train_03 li {
    width: 50%; }
    .train_03 li h2 {
      font-size: .28rem; }
    .train_03 li p {
      line-height: 1.7em; }

  .train_04 li {
    padding: .3rem 0; }
    .train_04 li .name {
      padding-bottom: .2rem; }
      .train_04 li .name h2 {
        font-size: .26rem; }
      .train_04 li .name span {
        font-size: .22rem; }
    .train_04 li .content {
      font-size: .22rem;
      line-height: 1.8em; }

  .pageBtn a {
    width: 2rem;
    height: .7rem;
    font-size: .24rem; }
    .pageBtn a img {
      width: .3rem; }

  .signUp_01 {
    padding-top: .3rem; }
    .signUp_01 .msg {
      line-height: 1.8em; }

  .signUp_03 a .name {
    font-size: .26rem;
    padding-bottom: .2rem; }
  .signUp_03 a .content {
    line-height: 1.8em; }
  .signUp_03 a:hover {
    margin-left: 0; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

/*# sourceMappingURL=phone.css.map */
