@charset "UTF-8";
a, .transition, .nav li:hover .list, .indexPart1 a .img2, .indexPart1 a .name:before, .indexPart1 a .name:after, .indexPart1 a p, .indexPart1 a .btn, .indexPart4 .swiper-slide a .name, .indexPart4 .swiper-slide a .more, .indexPart6 .swiper-slide a h2, .auntList li .img, .auntShow_02 li, .cgbm_01 a .img2, .cgbm_01 a .name:before, .cgbm_01 a .name:after, .cgbm_01 a p, .cgbm_01 a .btn, :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, .nav .list a, .about_02 li .name, .train_02 .fr ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.borderBox, .indexPart2 .container .img:before, .indexPart2 .imgList .img:before, .service_03 .fr li:before, .service_04 .fr .imgList li .img:before, .auntShow .img:before, .comment .list .img:before, .train_02 .fl:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.flex, .foot .tel, .foot .ewm, .indexPart1 a .name, .indexPart2 .container .name, .indexPart2 .container .btn a, .indexPart3 .fr li, .indexPart4 .swiper-slide a .img, .pageNum, .pageNum div, .indexPart6 .swiper-slide a .img, .pageNow, .about_02 li .img, .pageNav .wal, .pageNav .list ul, .service_04 .fr .imgList ul, .service_05 a, .auntList li .img, .auntShow .name, .auntShow .btn a, .contact .fl li p, .jwzl_02 .list ul, .cgbm_01 a .name, .train_04 li .name, .pageBtn a {
  display: flex;
  display: -webkit-flex; }

.flexColumn, .indexPart5 li a, .contactMap .layer {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .foot .tel, .indexPart1 a .name, .indexPart2 .container .name, .indexPart2 .container .btn a, .indexPart3 .fr li, .indexPart4 .swiper-slide a .img, .indexPart5 li a, .pageNum, .indexPart6 .swiper-slide a .img, .pageNow, .about_02 li .img, .pageNav .wal, .service_05 a, .auntList li .img, .auntShow .name, .auntShow .btn a, .auntShow_02 li, .contact .fl li p, .contactMap .layer, .jwzl_03, .cgbm_01 a .name, .train_04 li .name, .pageBtn a {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexPart1 a .name, .indexPart2 .container .btn a, .indexPart4 .swiper-slide a .img, .indexPart5 li a, .pageNum, .indexPart6 .swiper-slide a .img, .about_02 li .img, .auntList li .img, .auntShow .btn a, .contactMap .layer, .cgbm_01 a .name, .pageBtn a {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .foot .ewm, .indexPart1 ul, .about_03 .list ul, .pageNav .wal, .sjys_01, .sjys_01 .box-2 .list, .sjys_02 .list ul, .jwzl_02 .list ul, .jwzl_03, .cgbm_01 ul, .cgbm_02 ul, .train_03 ul, .train_04 li .name {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .indexPart1 ul, .indexPart2 .container .btn, .about_02 ul, .about_03 .list ul, .service_01 ul, .service_05 ul, .auntList ul, .auntShow_02 li, .contact .fr ul, .sjys_01, .sjys_01 .box-2 .list, .sjys_02 .list ul, .jtzjs_01 .box ul, .jwzl_03, .cgbm_01 ul, .cgbm_02 ul, .train_02 .fr, .train_03 ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.shadow, .indexPart2 .container .btn a:hover, .indexPart4 .swiper-slide a:hover, .indexPart6 .swiper-slide a:hover, .auntList li:hover .img, .pageBtn a:hover {
  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, .auntShow_02 li.on, .signUp_03 a:hover {
  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); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 100px; }

body {
  font-size: .14rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #e2338a;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0px; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  width: 100%; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

.headD {
  height: 0.85rem; }

.head {
  position: absolute;
  z-index: 50;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  background: #fff; }
  .head .wal {
    height: 0.85rem;
    position: relative; }
  .head a.logo {
    display: block;
    width: 2.08rem;
    height: 100%;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }
  .head a.tel {
    display: block;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    line-height: 0.85rem;
    font-size: .24rem;
    font-weight: bold;
    color: #e2338a;
    padding-left: .4rem;
    background: url("../image/img29.png") left center no-repeat;
    background-size: .29rem; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 2.85rem;
  top: 0;
  bottom: auto; }
  .nav li {
    float: left;
    position: relative; }
  .nav a.name {
    display: block;
    padding: 0 .27rem;
    font-size: .16rem;
    height: 0.85rem;
    line-height: 0.85rem;
    position: relative; }
    .nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: 2px;
      background: #e2338a; }
    .nav a.name:hover, .nav a.name.on {
      color: #e2338a;
      background: #f8e6ef; }
      .nav a.name:hover:before, .nav a.name.on:before {
        left: 0;
        width: 100%; }
  .nav .list {
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 100%;
    bottom: auto;
    width: 100%;
    padding: .1rem 0;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: .1rem;
    -webkit-border-bottom-left-radius: .1rem;
    border-bottom-right-radius: .1rem;
    -webkit-border-bottom-right-radius: .1rem; }
    .nav .list a {
      display: block;
      height: .32rem;
      line-height: .32rem;
      text-align: center;
      color: #777; }
      .nav .list a:hover {
        color: #e2338a; }
  .nav li:hover a.name {
    color: #e2338a;
    background: #f8e6ef; }
    .nav li:hover a.name:before {
      left: 0;
      width: 100%; }
  .nav li:hover .list {
    opacity: 1;
    visibility: visible; }

.foot {
  background: #ef72b0;
  color: #fff; }
  .foot .wal {
    min-height: 1.64rem;
    position: relative; }
  .foot .tel {
    padding: .3rem 0; }
    .foot .tel img {
      width: .53rem; }
    .foot .tel div {
      padding-left: .18rem;
      font-weight: bold;
      font-size: .18rem; }
      .foot .tel div b {
        display: block;
        font-size: .24rem;
        padding-top: .04rem; }
  .foot .list {
    position: absolute;
    z-index: 10;
    left: 2.85rem;
    right: auto;
    top: 0.3rem;
    bottom: auto;
    width: 5.1rem; }
    .foot .list li {
      line-height: .3rem;
      position: relative;
      padding-left: .3rem; }
      .foot .list li img {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0.05rem;
        bottom: auto;
        width: .2rem; }
  .foot .ewm {
    width: 1.55rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.3rem;
    bottom: auto; }
    .foot .ewm img {
      width: .67rem;
      height: .67rem; }
    .foot .ewm p {
      font-size: .12rem;
      line-height: .21rem; }
  .foot .msg {
    font-size: .12rem;
    line-height: .45rem;
    opacity: .5;
    border-top: rgba(255, 255, 255, 0.5) solid 1px; }
    .foot .msg span {
      padding-left: 2em; }

/*index---------*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash .swiper-slide {
    background: center no-repeat;
    background-size: cover; }
    .indexFlash .swiper-slide .wal {
      height: 6rem; }
    .indexFlash .swiper-slide .img {
      max-width: 6.29rem;
      padding-top: 2.1rem; }
  .indexFlash .arrow {
    display: block;
    width: .28rem;
    height: 1.6rem;
    background: rgba(0, 0, 0, 0.3) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.8rem; }
    .indexFlash .arrow:hover {
      background-color: rgba(0, 0, 0, 0.6); }
    .indexFlash .arrow.prev {
      background-image: url("../image/prev28.png");
      left: 0;
      border-top-right-radius: .05rem;
      -webkit-border-top-right-radius: .05rem;
      border-bottom-right-radius: .05rem;
      -webkit-border-bottom-right-radius: .05rem; }
    .indexFlash .arrow.next {
      background-image: url("../image/next28.png");
      right: 0;
      border-top-left-radius: .05rem;
      -webkit-border-top-left-radius: .05rem;
      border-bottom-left-radius: .05rem;
      -webkit-border-bottom-left-radius: .05rem; }

.pageTitle {
  position: relative;
  padding: .6rem 0; }
  .pageTitle h2 {
    text-align: center;
    color: #e2338a;
    font-size: .34rem;
    background: url("../image/pageTitle.png") center bottom no-repeat;
    background-size: 2.27rem;
    padding-bottom: .35rem;
    letter-spacing: .02rem; }
  .pageTitle a.more {
    font-size: .14rem;
    color: #999;
    background: url("../image/img17on.png") right center no-repeat;
    background-size: .17rem;
    line-height: .38rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0.6rem;
    padding-right: .24rem; }
    .pageTitle a.more:hover {
      color: #e2338a;
      background-image: url("../image/img17.png"); }

.pageTitle-2 {
  padding: .6rem 0 .35rem 0; }

.indexPart1 ul {
  margin-left: -.3rem;
  margin-right: -.3rem; }
.indexPart1 a {
  display: block;
  width: 1.82rem;
  min-height: 2.9rem;
  position: relative;
  text-align: center;
  padding: .35rem 0 0 0;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem; }
  .indexPart1 a .img {
    width: 1.2rem;
    background: #ef72b0;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .indexPart1 a .img2 {
    width: 1.2rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 0.35rem;
    bottom: auto;
    margin-left: -.6rem;
    opacity: 0; }
    .indexPart1 a .img2:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1.45rem;
      height: 1.45rem;
      margin-left: -.72rem;
      margin-top: -.72rem;
      background: url("../image/img145.png") center no-repeat;
      background-size: 100% 100%; }
    .indexPart1 a .img2 img {
      position: relative; }
  .indexPart1 a .name {
    font-size: .16rem;
    padding: .15rem 0 .05rem 0; }
    .indexPart1 a .name:before, .indexPart1 a .name:after {
      content: "";
      display: block;
      position: absolute;
      position: relative;
      width: .2rem;
      height: 2px;
      background: #999;
      margin: 0 .1rem; }
  .indexPart1 a p {
    font-size: .12rem;
    color: #999;
    text-transform: uppercase; }
  .indexPart1 a .btn {
    background: url("../image/img24.png") center no-repeat;
    background-size: .24rem;
    height: .24rem;
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0.35rem; }
.indexPart1 a:hover {
  background: #e2338a;
  color: #fff; }
  .indexPart1 a:hover .img2 {
    opacity: 1; }
  .indexPart1 a:hover .name:before, .indexPart1 a:hover .name:after {
    background: #fff; }
  .indexPart1 a:hover p {
    opacity: 0; }
  .indexPart1 a:hover .btn {
    height: .5rem;
    background-size: .5rem;
    bottom: .22rem;
    background-image: url("../image/img50.png"); }

.indexPart2 {
  min-height: 6.5rem;
  position: relative; }
  .indexPart2 .container {
    min-height: 6.5rem;
    position: relative;
    padding: .33rem 0 0 4.95rem; }
    .indexPart2 .container .img {
      width: 4.05rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }
      .indexPart2 .container .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: #ef72b0 solid .1rem;
        -moz-border-radius: 0.2rem;
        -webkit-border-radius: 0.2rem;
        border-radius: 0.2rem; }
      .indexPart2 .container .img img {
        position: relative;
        left: .35rem;
        top: .35rem;
        -moz-border-radius: 0.2rem;
        -webkit-border-radius: 0.2rem;
        border-radius: 0.2rem; }
    .indexPart2 .container .name {
      color: #e2338a;
      font-size: .22rem; }
      .indexPart2 .container .name img {
        width: .35rem;
        margin-right: .15rem; }
    .indexPart2 .container .btn {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0.35rem;
      bottom: auto; }
      .indexPart2 .container .btn a {
        width: 1.64rem;
        height: .47rem;
        margin-left: .3rem;
        font-size: .18rem;
        color: #e2338a;
        border: #e2338a solid 1px;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem; }
        .indexPart2 .container .btn a.a1 {
          background: #e2338a;
          color: #fff; }
          .indexPart2 .container .btn a.a1 img {
            width: .24rem;
            margin-right: .1rem; }
        .indexPart2 .container .btn a.a2 img {
          width: .17rem;
          margin-left: .1rem; }
    .indexPart2 .container .list {
      padding: .2rem 0;
      max-width: 5.86rem; }
      .indexPart2 .container .list li {
        position: relative;
        line-height: .24rem;
        color: #666;
        padding: 0 0 .07rem .9rem; }
        .indexPart2 .container .list li em {
          color: #999;
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto; }
  .indexPart2 .imgList {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 3.93rem;
    bottom: auto;
    width: 7.4rem;
    min-height: 1rem;
    padding: 0 .36rem; }
    .indexPart2 .imgList .arrow {
      display: block;
      width: .28rem;
      height: 1.4rem;
      background: rgba(0, 0, 0, 0.2) center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-top: -.7rem;
      -moz-border-radius: 0.05rem;
      -webkit-border-radius: 0.05rem;
      border-radius: 0.05rem; }
      .indexPart2 .imgList .arrow:hover {
        background-color: rgba(0, 0, 0, 0.3); }
      .indexPart2 .imgList .arrow.prev {
        background-image: url("../image/prev28.png");
        left: 0; }
      .indexPart2 .imgList .arrow.next {
        background-image: url("../image/next28.png");
        right: 0; }
    .indexPart2 .imgList .swiper-slide {
      padding: .13rem 0; }
    .indexPart2 .imgList .img {
      margin: 0 .12rem;
      position: relative; }
      .indexPart2 .imgList .img img {
        -moz-border-radius: 0.08rem;
        -webkit-border-radius: 0.08rem;
        border-radius: 0.08rem; }
      .indexPart2 .imgList .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: #e2338a solid .04rem;
        -moz-border-radius: 0.08rem;
        -webkit-border-radius: 0.08rem;
        border-radius: 0.08rem;
        opacity: 0; }
      .indexPart2 .imgList .img:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        height: .13rem;
        background: url("../image/img22.png") center no-repeat;
        background-size: .22rem;
        opacity: 0; }
    .indexPart2 .imgList .swiper-slide-active .img:before, .indexPart2 .imgList .swiper-slide-active .img:after {
      opacity: 1; }
  .indexPart2 #indexPart2 {
    width: 100%;
    overflow: hidden;
    position: relative; }

.indexPart3 {
  background: url("../image/indexPart3.jpg") center no-repeat;
  background-size: cover;
  min-height: 7rem; }
  .indexPart3 .fl {
    width: 5.86rem; }
  .indexPart3 .fr {
    width: 5.86rem; }
    .indexPart3 .fr h2 {
      color: #e2338a;
      font-size: .3rem;
      letter-spacing: .03rem;
      padding-bottom: .15rem; }
      .indexPart3 .fr h2 span {
        display: inline-block;
        background: url("../image/img124.png") right bottom no-repeat;
        background-size: 1.24rem;
        line-height: 1em; }
    .indexPart3 .fr li {
      min-height: .85rem; }
      .indexPart3 .fr li .img {
        width: .68rem;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        position: relative;
        left: -.1rem; }
      .indexPart3 .fr li .name {
        font-size: .16rem; }
      .indexPart3 .fr li p {
        color: #999;
        line-height: .22rem;
        padding-top: .04rem; }

.pageBg {
  min-height: 5rem;
  background: #fafafa; }

.indexPart4 {
  padding: 0 .35rem;
  position: relative; }
  .indexPart4 .arrow {
    display: block;
    width: .3rem;
    height: 1.62rem;
    background: rgba(0, 0, 0, 0.2) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem; }
    .indexPart4 .arrow:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .indexPart4 .arrow.prev {
      background-image: url("../image/prev28.png");
      left: 0; }
    .indexPart4 .arrow.next {
      background-image: url("../image/next28.png");
      right: 0; }
  .indexPart4 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: -.1rem; }
  .indexPart4 .swiper-slide {
    padding: .1rem .14rem .3rem .14rem; }
    .indexPart4 .swiper-slide a {
      display: block;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      min-height: 3.62rem;
      position: relative; }
      .indexPart4 .swiper-slide a .img {
        height: 1.62rem;
        overflow: hidden;
        position: relative;
        -moz-border-radius: 0.08rem;
        -webkit-border-radius: 0.08rem;
        border-radius: 0.08rem; }
        .indexPart4 .swiper-slide a .img img {
          width: auto;
          max-height: 100%;
          max-width: 100%; }
      .indexPart4 .swiper-slide a .name {
        font-size: .16rem;
        height: .55rem;
        line-height: .5rem;
        padding-left: .57rem;
        background: url("../image/img39.png") 0.1rem top no-repeat;
        background-size: .39rem; }
      .indexPart4 .swiper-slide a p {
        font-size: .12rem;
        line-height: .22rem;
        color: #666;
        padding: 0 .1rem; }
      .indexPart4 .swiper-slide a .more {
        width: 100%;
        height: .43rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        background: url("../image/img43.png") center no-repeat;
        background-size: .43rem;
        opacity: 0; }
    .indexPart4 .swiper-slide a:hover {
      background: #fff; }
      .indexPart4 .swiper-slide a:hover .name {
        background-image: url("../image/img39on.png");
        color: #e2338a; }
      .indexPart4 .swiper-slide a:hover .more {
        opacity: 1;
        bottom: .1rem; }

.indexPart4-2 .swiper-slide a {
  min-height: 2.95rem; }
  .indexPart4-2 .swiper-slide a .name {
    padding: 0;
    text-align: center;
    background-size: 0;
    height: .5rem; }
  .indexPart4-2 .swiper-slide a .more {
    display: none; }

.indexPart5 .pageTitle {
  padding-top: 0; }
.indexPart5 li a {
  font-size: .16rem;
  color: #fff;
  font-weight: bold;
  width: 1.1rem;
  height: 1.1rem;
  background: #ef72b0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .indexPart5 li a img {
    width: .45rem; }
.indexPart5 li a:hover {
  background: #e2338a; }

@media screen and (min-width: 800px) {
  .indexPart5 {
    position: relative; }
    .indexPart5:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .1rem;
      width: 100%;
      height: 4.26rem;
      background: url("../image/img426.png") center no-repeat;
      background-size: auto 100%; }
    .indexPart5 .wal {
      min-height: 4.3rem;
      position: relative; }
    .indexPart5 li {
      position: absolute; }
    .indexPart5 .li_01 {
      left: 0;
      top: .9rem; }
    .indexPart5 .li_02 {
      left: 1.4rem;
      top: 2.28rem; }
    .indexPart5 .li_03 {
      left: 3.38rem;
      top: 2.25rem;
      width: 1.23rem;
      height: 1.23rem; }
    .indexPart5 .li_04 {
      left: 5.45rem;
      top: 2.35rem; }
    .indexPart5 .li_05 {
      left: 7.36rem;
      top: 2.5rem; }
    .indexPart5 .li_06 {
      left: 9.07rem;
      top: 1.66rem; }
    .indexPart5 .li_07 {
      right: 0;
      top: 2.58rem; } }
.pageNum {
  padding: .2rem 0 .6rem 0;
  font-size: .14rem; }
  .pageNum a {
    color: #666; }
  .pageNum div {
    padding: 0 .1rem; }
    .pageNum div a {
      width: .35rem;
      height: .35rem;
      line-height: .35rem;
      text-align: center;
      margin: 0 .06rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .pageNum div a:hover, .pageNum div a.on {
      color: #fff;
      background: #e2338a; }

.indexPart6 {
  padding: 0 .35rem;
  position: relative; }
  .indexPart6 .arrow {
    display: block;
    width: .3rem;
    height: 1.82rem;
    background: rgba(0, 0, 0, 0.2) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem; }
    .indexPart6 .arrow:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .indexPart6 .arrow.prev {
      background-image: url("../image/prev28.png");
      left: 0; }
    .indexPart6 .arrow.next {
      background-image: url("../image/next28.png");
      right: 0; }
  .indexPart6 .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: -.1rem; }
  .indexPart6 .swiper-slide {
    padding: .1rem .14rem .3rem .14rem; }
    .indexPart6 .swiper-slide a {
      display: block;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      min-height: 3.62rem;
      padding: 0 .22rem .2rem .22rem;
      position: relative;
      background: #fff; }
      .indexPart6 .swiper-slide a .img {
        height: 1.82rem;
        overflow: hidden;
        position: relative;
        -moz-border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        border-radius: 0.1rem;
        margin-left: -.22rem;
        margin-right: -.22rem; }
        .indexPart6 .swiper-slide a .img img {
          width: auto;
          max-height: 100%;
          max-width: 100%; }
      .indexPart6 .swiper-slide a h2 {
        font-size: .2rem;
        color: #666;
        text-align: center;
        padding: .22rem 0 .12rem 0; }
      .indexPart6 .swiper-slide a .scroll {
        height: 1.44rem;
        overflow: hidden;
        position: relative; }
      .indexPart6 .swiper-slide a p {
        line-height: .24rem;
        color: #666;
        padding-right: .24rem; }
    .indexPart6 .swiper-slide a:hover h2 {
      color: #e2338a; }

.sideBar {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: -.1rem;
  width: .9rem; }
  .sideBar li {
    padding-bottom: 1px; }
    .sideBar li a.name {
      display: block;
      height: .8rem;
      padding-right: .1rem;
      -moz-border-radius: 0.05rem;
      -webkit-border-radius: 0.05rem;
      border-radius: 0.05rem;
      background: #ef72b0; }
      .sideBar li a.name:hover {
        background: #FF8C00; }

/*page------------*/
.pageBanner {
  background: center no-repeat;
  background-size: cover; }
  .pageBanner .wal {
    min-height: 3.52rem; }
  .pageBanner .title h2 {
    color: #e2338a;
    position: relative;
    padding: .95rem 0 .6rem 0;
    font-size: .48rem; }
    .pageBanner .title h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: .3rem;
      width: 1.27rem;
      height: 1px;
      background: #ef72b0; }
  .pageBanner .title p {
    font-size: .22rem;
    color: #ef72b0; }

.pageNow {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  font-size: .14rem;
  color: #999;
  padding: .3rem 0; }
  .pageNow img {
    width: .25rem;
    margin-right: .06rem; }
  .pageNow a {
    color: #999; }
  .pageNow span {
    color: #e2338a; }

.about_01 .pageTitle {
  padding: 0 0 .7rem 0; }
.about_01 .fl {
  width: 5.4rem;
  padding: .2rem;
  position: relative;
  top: -.4rem;
  background: rgba(226, 51, 138, 0.1);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .about_01 .fl img {
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .about_01 .fl:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -.4rem;
    width: 1.48rem;
    height: 1.48rem;
    background: rgba(226, 51, 138, 0.1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .about_01 .fl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: .52rem;
    height: .52rem;
    background: rgba(226, 51, 138, 0.1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
.about_01 .fr {
  width: 6.14rem;
  min-height: 4.3rem;
  position: relative;
  border: #ee96c2 solid .02rem;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  padding: 0 .35rem;
  color: #666; }
  .about_01 .fr:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -.15rem;
    width: 1.2rem;
    height: .3rem;
    background: #fff url("../image/img65.png") center no-repeat;
    background-size: auto 100%;
    margin-left: -.6rem; }
  .about_01 .fr h2 {
    font-size: .18rem;
    display: inline-block;
    padding: .3rem 0 .24rem 0;
    border-bottom: #fceaf3 solid 1px; }
  .about_01 .fr .content {
    font-size: .14rem;
    line-height: .24rem;
    text-align: justify;
    padding: .24rem 0; }
.about_01 .list {
  position: relative;
  padding: 0 .36rem; }
  .about_01 .list #about_01 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .about_01 .list .arrow {
    display: block;
    width: .3rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem; }
    .about_01 .list .arrow:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .about_01 .list .arrow.prev {
      background-image: url("../image/prev28.png");
      left: 0; }
    .about_01 .list .arrow.next {
      background-image: url("../image/next28.png");
      right: 0; }
  .about_01 .list .swiper-slide {
    padding: 0 .14rem; }
    .about_01 .list .swiper-slide a {
      display: block;
      width: 100%;
      overflow: hidden;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem; }

.about_02 ul {
  margin-left: -.29rem; }
.about_02 li {
  width: 25%;
  padding: 0 0 .2rem .29rem; }
  .about_02 li .img {
    border: #e5e5e5 solid 1px;
    -moz-border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    border-radius: 0.04rem;
    height: 2.1rem;
    overflow: hidden;
    position: relative; }
    .about_02 li .img img {
      width: auto;
      max-height: 100%;
      max-width: 100%; }
  .about_02 li .name {
    height: .5rem;
    line-height: .5rem;
    font-size: .14rem;
    color: #999;
    text-align: center; }

.about_03 .pageTitle {
  padding: .2rem 0 .35rem 0; }
.about_03 .msg {
  padding-bottom: .3rem;
  font-size: .14rem;
  line-height: .22rem;
  color: #666; }
  .about_03 .msg span {
    color: #e2338a; }
.about_03 .list li {
  width: 1.8rem; }
  .about_03 .list li .img {
    background: #fceaf3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: .2rem; }
    .about_03 .list li .img img {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      box-shadow: 0 0 0.16rem rgba(233, 36, 134, 0.17);
      -webkit-box-shadow: 0 0 0.16rem rgba(233, 36, 134, 0.17);
      -moz-box-shadow: 0 0 0.16rem rgba(233, 36, 134, 0.17); }
  .about_03 .list li .name {
    line-height: .5rem;
    text-align: center;
    color: #666; }

.pageNav {
  border-bottom: #e2e2e2 solid 1px; }
  .pageNav .list li {
    padding-right: 1px; }
  .pageNav .list a {
    display: block;
    padding: 0 .3rem;
    font-size: .18rem;
    height: .85rem;
    line-height: .85rem;
    position: relative; }
    .pageNav .list a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background: #e2338a;
      opacity: 0; }
    .pageNav .list a:hover, .pageNav .list a.on {
      background: #fcdfed;
      color: #e2338a; }
      .pageNav .list a:hover:before, .pageNav .list a.on:before {
        opacity: 1; }

.service_01 ul {
  margin-left: -.4rem; }
.service_01 li {
  width: 50%;
  padding: 0 0 .4rem 3.2rem;
  min-height: 2.22rem;
  position: relative; }
  .service_01 li .img {
    position: absolute;
    z-index: 10;
    left: 0.4rem;
    right: auto;
    top: 0;
    bottom: auto;
    width: 2.54rem;
    overflow: hidden;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem; }
  .service_01 li h2 {
    font-size: .18rem;
    padding-bottom: .1rem; }
  .service_01 li dd {
    line-height: .24rem;
    color: #999;
    position: relative;
    padding-left: .12rem; }
    .service_01 li dd:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: .05rem;
      height: .24rem;
      background: url("../image/img5.png") center no-repeat;
      background-size: 100%; }
  .service_01 li .content {
    line-height: .22rem;
    color: #999;
    min-height: .66rem; }
  .service_01 li a.more {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    color: #ccc;
    display: block;
    line-height: .24rem;
    padding-right: .26rem;
    background: url("../image/img18_1.png") right center no-repeat;
    background-size: .18rem; }
  .service_01 li .btn {
    padding-top: .15rem; }
    .service_01 li .btn a {
      display: block;
      width: 1.64rem;
      height: .48rem;
      line-height: .46rem;
      color: #e2338a;
      border: #e2338a solid 1px;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      font-size: .18rem;
      padding-left: .62rem;
      background: url("../image/img24_4.png") 0.26rem center no-repeat;
      background-size: .24rem; }
.service_01 li:hover a.more {
  color: #e2338a;
  background-image: url("../image/img18_1on.png"); }
.service_01 li:hover .btn a {
  background-color: #e2338a;
  color: #fff;
  background-image: url("../image/img24_4on.png"); }

.service_02 .pageTitle {
  padding: 0 0 .35rem 0; }

.service_03 .fl {
  width: 8.04rem; }
.service_03 .fr {
  width: 3.61rem; }
  .service_03 .fr li {
    position: relative;
    cursor: pointer; }
    .service_03 .fr li:nth-child(1) {
      margin-bottom: .44rem; }
    .service_03 .fr li .img {
      width: 100%;
      overflow: hidden;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      background: #000; }
      .service_03 .fr li .img img {
        opacity: .7; }
    .service_03 .fr li .logo {
      width: .86rem;
      position: absolute;
      z-index: 10;
      left: 0.2rem;
      right: auto;
      top: 0.2rem;
      bottom: auto;
      opacity: 0; }
    .service_03 .fr li:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../image/btn70.png") center no-repeat;
      background-size: .7rem; }
    .service_03 .fr li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: #e2338a solid .06rem;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      opacity: 0;
      z-index: 2; }
  .service_03 .fr li.on .img img {
    opacity: 1; }
  .service_03 .fr li.on .logo {
    opacity: 1; }
  .service_03 .fr li.on:after {
    width: .15rem;
    left: -.12rem;
    background-image: url("../image/img15.png");
    background-size: 100%; }
  .service_03 .fr li.on:before {
    opacity: 1; }

.service_04 {
  min-height: 7rem;
  background: url("../image/service_04.jpg") center no-repeat;
  background-size: cover; }
  .service_04 .fl {
    width: 4.4rem; }
    .service_04 .fl .box {
      min-height: 4.66rem;
      border: #dcdcdc solid 1px;
      background: #fff;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      padding: 0 .3rem 0 .4rem;
      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); }
      .service_04 .fl .box h2 {
        font-size: .3rem;
        font-weight: 400;
        padding: .35rem 0 .3rem 0; }
        .service_04 .fl .box h2 span {
          display: inline-block;
          background: url("../image/img124.png") right bottom no-repeat;
          background-size: 1.24rem;
          line-height: 1em; }
      .service_04 .fl .box li {
        position: relative;
        font-size: .18rem;
        line-height: .28rem;
        color: #999;
        min-height: .66rem;
        padding: 0 0 .2rem .44rem; }
        .service_04 .fl .box li img {
          position: absolute;
          z-index: 10;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          width: .3rem; }
  .service_04 .fr {
    width: 5.84rem; }
    .service_04 .fr .bigImg {
      width: 100%;
      overflow: hidden;
      position: relative;
      border: #dcdcdc solid 1px;
      -moz-border-radius: 0.15rem;
      -webkit-border-radius: 0.15rem;
      border-radius: 0.15rem; }
    .service_04 .fr .arrow {
      display: block;
      width: .3rem;
      height: 1.68rem;
      background: rgba(0, 0, 0, 0.2) center no-repeat;
      background-size: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 50%;
      bottom: auto;
      -moz-border-radius: 0.05rem;
      -webkit-border-radius: 0.05rem;
      border-radius: 0.05rem;
      margin-top: -.84rem; }
      .service_04 .fr .arrow:hover {
        background-color: rgba(0, 0, 0, 0.3); }
      .service_04 .fr .arrow.prev {
        background-image: url("../image/prev28.png");
        left: 0; }
      .service_04 .fr .arrow.next {
        background-image: url("../image/next28.png");
        right: 0; }
    .service_04 .fr .imgList {
      padding-top: .4rem; }
      .service_04 .fr .imgList ul {
        margin-left: -.32rem; }
      .service_04 .fr .imgList li {
        padding-left: .32rem;
        width: 50%; }
        .service_04 .fr .imgList li .img {
          position: relative;
          cursor: pointer; }
          .service_04 .fr .imgList li .img img {
            -moz-border-radius: 0.1rem;
            -webkit-border-radius: 0.1rem;
            border-radius: 0.1rem; }
          .service_04 .fr .imgList li .img:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: #e2338a solid .04rem;
            -moz-border-radius: 0.08rem;
            -webkit-border-radius: 0.08rem;
            border-radius: 0.08rem;
            opacity: 0; }
          .service_04 .fr .imgList li .img:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: 100%;
            width: 100%;
            height: .13rem;
            background: url("../image/img22.png") center no-repeat;
            background-size: .22rem;
            opacity: 0; }
      .service_04 .fr .imgList li.on .img:before, .service_04 .fr .imgList li.on .img:after {
        opacity: 1; }

.service_05 {
  padding-bottom: .4rem; }
  .service_05 ul {
    margin-left: -.27rem; }
  .service_05 li {
    padding: 0 0 .27rem .27rem;
    width: 25%; }
  .service_05 a {
    background: url("../image/img280.png") center no-repeat;
    background-size: 102% 102%;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    border: #e5e5e5 solid 1px;
    padding-left: .25rem;
    height: 1.18rem; }
    .service_05 a img {
      width: .6rem; }
    .service_05 a div {
      width: 1.86rem;
      padding-left: .14rem; }
    .service_05 a p {
      color: #999; }
    .service_05 a h2 {
      font-weight: 400;
      font-size: .16rem;
      line-height: .24rem;
      color: #666;
      padding-top: .06rem; }
  .service_05 a:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); }

.auntList ul {
  margin-left: -.27rem; }
.auntList li {
  width: 25%;
  padding: 0 0 .27rem .27rem;
  text-align: center; }
  .auntList li .img {
    border: #e5e5e5 solid 1px;
    height: 3.5rem;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem; }
    .auntList li .img img {
      width: auto;
      max-height: 100%;
      max-width: 100%; }
  .auntList li .name a {
    display: block;
    font-size: .18rem;
    color: #666;
    padding-top: .2rem; }
  .auntList li p {
    color: #999;
    padding: .1rem 0 .2rem 0; }
  .auntList li a.more {
    display: block;
    width: 1.65rem;
    height: .47rem;
    line-height: .45rem;
    border: #e2338a solid 1px;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: .18rem;
    color: #e2338a;
    margin: 0 auto; }
    .auntList li a.more span {
      padding-right: .28rem;
      background: url("../image/img18.png") right center no-repeat;
      background-size: .18rem; }
.auntList li:hover .name a {
  color: #e2338a; }
.auntList li:hover a.more {
  background: #e2338a;
  color: #fff; }
  .auntList li:hover a.more span {
    background-image: url("../image/img18on.png"); }

.auntShow {
  min-height: 7.35rem;
  position: relative;
  padding: 1.1rem 0 .5rem 4.95rem; }
  .auntShow .img {
    width: 4.05rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.6rem;
    bottom: auto; }
    .auntShow .img:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: #ef72b0 solid .1rem;
      -moz-border-radius: 0.2rem;
      -webkit-border-radius: 0.2rem;
      border-radius: 0.2rem; }
    .auntShow .img img {
      position: relative;
      left: .35rem;
      top: .35rem;
      -moz-border-radius: 0.2rem;
      -webkit-border-radius: 0.2rem;
      border-radius: 0.2rem; }
  .auntShow .name {
    color: #e2338a;
    font-size: .22rem; }
    .auntShow .name img {
      width: .35rem;
      margin-right: .15rem; }
  .auntShow .list {
    padding: .2rem 0;
    min-height: 4rem; }
    .auntShow .list li {
      position: relative;
      line-height: .24rem;
      color: #666;
      padding: 0 0 .1rem .9rem; }
      .auntShow .list li em {
        color: #999;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto; }
  .auntShow .btn a {
    width: 1.64rem;
    height: .47rem;
    font-size: .18rem;
    color: #fff;
    border: #e2338a solid 1px;
    background: #e2338a;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    .auntShow .btn a img {
      width: .24rem;
      margin-right: .2rem; }

.auntShow_02 li {
  margin-bottom: .3rem;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
  min-height: 1.2rem;
  position: relative; }
  .auntShow_02 li:before {
    content: "";
    display: block;
    position: absolute;
    left: 2.08rem;
    top: 0;
    width: .04rem;
    height: 100%;
    background: #f9f8f8; }
  .auntShow_02 li .name {
    font-size: .2rem;
    width: 2.08rem;
    text-align: center; }
  .auntShow_02 li .content, .auntShow_02 li .content2 {
    width: 8.5rem;
    padding: .2rem 0 .2rem .24rem;
    line-height: .24rem;
    color: #999; }
    .auntShow_02 li .content dd, .auntShow_02 li .content2 dd {
      padding: .04rem 0; }
  .auntShow_02 li .content2 {
    display: none; }
  .auntShow_02 li a.btn {
    font-size: .14rem;
    line-height: .3rem;
    padding: 0 .28rem;
    background: url("../image/img17_1.png") right center no-repeat;
    background-size: .17rem; }
.auntShow_02 li.on .content {
  display: none; }
.auntShow_02 li.on .content2 {
  display: block; }
.auntShow_02 li.on a.btn {
  background-image: url("../image/img17_1on.png");
  color: #e2338a; }

.comment {
  padding-top: .6rem; }
  .comment .list .img {
    position: relative;
    margin-left: .12rem; }
    .comment .list .img:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      background: rgba(0, 0, 0, 0.1); }
    .comment .list .img:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: #e2338a solid .04rem;
      -moz-border-radius: 0.06rem;
      -webkit-border-radius: 0.06rem;
      border-radius: 0.06rem;
      opacity: 0;
      z-index: 2; }
  .comment .list .swiper-slide-active .img:before {
    opacity: 1; }
  .comment .list .swiper-slide-active .img:after {
    width: .15rem;
    left: -.12rem;
    background: url("../image/img15.png") center no-repeat;
    background-size: 100%; }
  .comment .name {
    font-size: .16rem;
    color: #e2338a;
    line-height: .55rem;
    padding-left: .6rem;
    background: url("../image/img39.png") 0.11rem top no-repeat;
    background-size: .39rem;
    clear: both;
    font-weight: bold; }
  .comment .content {
    font-size: .12rem;
    line-height: .22rem;
    color: #666; }

@media screen and (min-width: 800px) {
  .comment .bigImg {
    width: 9.3rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative; }
  .comment .list {
    width: 2.36rem;
    position: relative;
    padding-top: .44rem;
    min-height: 5.93rem; }
    .comment .list .arrow {
      display: block;
      width: 2.24rem;
      height: .3rem;
      background: rgba(0, 0, 0, 0.2) center no-repeat;
      background-size: .14rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: auto;
      bottom: auto;
      -moz-border-radius: 0.05rem;
      -webkit-border-radius: 0.05rem;
      border-radius: 0.05rem; }
      .comment .list .arrow:hover {
        background-color: rgba(0, 0, 0, 0.3); }
      .comment .list .arrow.prev {
        background-image: url("../image/prev14.png");
        top: 0; }
      .comment .list .arrow.next {
        background-image: url("../image/next14.png");
        bottom: 0; }
    .comment .list #comment {
      height: 5.2rem;
      overflow: hidden;
      position: relative; } }
.contact .title {
  position: relative;
  font-size: .22rem;
  padding-bottom: .24rem; }
.contact .fl {
  width: 50%; }
  .contact .fl .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: .88rem;
    height: 1px;
    background: #f3bed8; }
  .contact .fl li {
    color: #666;
    padding: .2rem 0 .1rem 0; }
    .contact .fl li .name {
      line-height: .38rem;
      font-size: .12rem; }
      .contact .fl li .name b {
        font-size: .16rem; }
    .contact .fl li p {
      font-size: .18rem; }
      .contact .fl li p img {
        width: .14rem;
        margin-right: .08rem; }
.contact .fr {
  width: 50%;
  padding-left: .18rem; }
  .contact .fr ul {
    margin-left: -.25rem; }
  .contact .fr li {
    padding: 0 0 .13rem .25rem;
    width: 50%; }
    .contact .fr li .input {
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      border: #e1e1e1 solid 1px; }
      .contact .fr li .input input {
        width: 100%;
        height: .54rem;
        line-height: .54rem;
        padding-left: .2rem;
        font-size: .14rem;
        color: #999; }
      .contact .fr li .input textarea {
        width: 100%;
        height: 1.2rem;
        line-height: .34rem;
        padding: .1rem .2rem;
        font-size: .14rem;
        color: #999; }
      .contact .fr li .input.on {
        border-color: #e2338a; }
        .contact .fr li .input.on input, .contact .fr li .input.on textarea {
          color: #333; }
  .contact .fr .li_01 {
    width: 100%; }
  .contact .fr .submit {
    padding: .15rem 0; }
    .contact .fr .submit div {
      background: #e2338a;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      width: 1.64rem;
      margin: 0 auto; }
    .contact .fr .submit input {
      height: .47rem;
      font-size: .18rem;
      color: #fff;
      cursor: pointer;
      width: 100%; }

.contactMap {
  position: relative;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden; }
  .contactMap .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 6.12rem;
    height: 100%;
    background: url("../image/img612.png") center no-repeat;
    background-size: 100% 100%; }
    .contactMap .layer div {
      width: 2.72rem; }
    .contactMap .layer p {
      font-size: .24rem;
      padding-top: .24rem; }
  .contactMap .map {
    height: 5.44rem; }

.sjys_01 .box {
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  border: #e5e5e5 solid 1px;
  background: #fdf3f8 center no-repeat;
  background-size: cover;
  min-height: 3.73rem; }
  .sjys_01 .box h2 {
    font-weight: 400;
    text-align: center;
    color: #e2338a;
    font-size: .2rem;
    padding: .25rem 0 .15rem 0;
    border-bottom: #fce0ee solid 1px; }
  .sjys_01 .box .list {
    padding: .2rem .28rem .02rem .28rem; }
  .sjys_01 .box li {
    position: relative;
    line-height: .18rem;
    color: #666;
    padding: 0 0 .18rem .5rem; }
    .sjys_01 .box li em {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      color: #e2338a; }
.sjys_01 .box-1 {
  margin-bottom: .4rem;
  width: 4.78rem;
  background-image: url("../image/img478.png"); }
.sjys_01 .box-2 {
  margin-bottom: .4rem;
  width: 6.82rem;
  background-image: url("../image/img682.png"); }
  .sjys_01 .box-2 .list {
    position: relative; }
    .sjys_01 .box-2 .list:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: .15rem;
      width: 1px;
      height: 2.55rem;
      background: #fce0ee; }
    .sjys_01 .box-2 .list ul {
      width: 45%; }
.sjys_01 .box-3 {
  width: 100%;
  min-height: 1.3rem;
  background-image: url("../image/img1200.png"); }

@media screen and (min-width: 800px) {
  .sjys_01 .box-3 {
    position: relative;
    padding-left: 1.1rem; }
    .sjys_01 .box-3 h2 {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      line-height: 1.31rem;
      width: 1rem;
      border: 0;
      border-right: #fce0ee solid 1px;
      padding: 0; } }
.sjys_02 {
  min-height: 5rem;
  background: url("../image/img290.png") center 1.2rem no-repeat;
  background-size: auto 2.9rem; }
  .sjys_02 .pageTitle {
    padding-bottom: .4rem; }
  .sjys_02 .list ul {
    margin-left: -.1rem;
    margin-right: -.1rem; }
  .sjys_02 .list li {
    width: 1.93rem;
    text-align: center; }
    .sjys_02 .list li .name {
      line-height: .45rem;
      color: #666; }

.jtzjs_01 {
  padding-bottom: .2rem; }
  .jtzjs_01 .box {
    margin-bottom: .4rem;
    background: #b5b5b5;
    padding-left: .1rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem; }
    .jtzjs_01 .box .bg {
      min-height: 1.9rem;
      background: #f8f8f8;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      position: relative;
      padding: .25rem .22rem 0 2.37rem; }
    .jtzjs_01 .box .msg {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 2.17rem;
      height: 100%;
      border-right: #d6d6d6 solid .02rem;
      font-size: .16rem;
      line-height: .31rem;
      padding: .3rem .2rem 0 .2rem; }
    .jtzjs_01 .box ul {
      margin-left: -.2rem; }
    .jtzjs_01 .box li {
      width: 20%;
      padding: 0 0 0 .2rem;
      text-align: center; }
      .jtzjs_01 .box li .img {
        -moz-border-radius: 0.06rem;
        -webkit-border-radius: 0.06rem;
        border-radius: 0.06rem;
        border: #e5e5e5 solid 1px;
        overflow: hidden;
        position: relative; }
      .jtzjs_01 .box li .name {
        font-size: .16rem;
        color: #666;
        line-height: .45rem; }
  .jtzjs_01 .box-1 {
    background: #e2338a; }
    .jtzjs_01 .box-1 .bg {
      background: #fdf1f7; }
    .jtzjs_01 .box-1 .msg {
      color: #e2338a;
      border-color: #ef92c0; }

.jtzjs_02 {
  background: url("../image/jtzjs_02.jpg") center no-repeat;
  background-size: cover; }
  .jtzjs_02 .wal {
    min-height: 6.78rem;
    position: relative; }
  .jtzjs_02 .title {
    background: url("../image/img363.png") center no-repeat;
    background-size: cover;
    width: 3.63rem;
    height: 3.63rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 1.32rem;
    bottom: auto;
    margin-left: -1.81rem;
    color: #fff;
    padding-top: 1.42rem;
    text-align: center; }
    .jtzjs_02 .title h2 {
      font-size: .34rem; }
  .jtzjs_02 .img {
    width: 2.92rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 5.08rem;
    bottom: auto;
    margin-left: -1.46rem; }

@media screen and (min-width: 800px) {
  .jtzjs_02 .bg {
    background: url("../image/img542.png") center no-repeat;
    background-size: cover;
    width: 5.42rem;
    height: 5.42rem;
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: 0.63rem;
    bottom: auto;
    margin-left: -2.71rem; }
  .jtzjs_02 .list li {
    position: absolute;
    font-size: .22rem;
    color: #666; }
  .jtzjs_02 .list .li_01 {
    top: 1rem;
    right: 50%;
    padding-right: 1.87rem; }
  .jtzjs_02 .list .li_02 {
    top: 1rem;
    left: 50%;
    padding-left: 1.87rem; }
  .jtzjs_02 .list .li_03 {
    top: 1.82rem;
    right: 50%;
    padding-right: 2.56rem; }
  .jtzjs_02 .list .li_04 {
    top: 1.82rem;
    left: 50%;
    padding-left: 2.56rem; }
  .jtzjs_02 .list .li_05 {
    top: 2.7rem;
    right: 50%;
    padding-right: 2.87rem; }
  .jtzjs_02 .list .li_06 {
    top: 2.7rem;
    left: 50%;
    padding-left: 2.87rem; }
  .jtzjs_02 .list .li_07 {
    top: 3.58rem;
    right: 50%;
    padding-right: 2.87rem; }
  .jtzjs_02 .list .li_08 {
    top: 3.58rem;
    left: 50%;
    padding-left: 2.87rem; }
  .jtzjs_02 .list .li_09 {
    top: 4.44rem;
    right: 50%;
    padding-right: 2.56rem; }
  .jtzjs_02 .list .li_10 {
    top: 4.44rem;
    left: 50%;
    padding-left: 2.56rem; } }
.jwzl_01 .fl {
  width: 5.84rem; }
.jwzl_01 .fr {
  width: 5.53rem;
  background: url("../image/img553.png") left top no-repeat;
  background-size: 100%;
  min-height: 4.01rem;
  padding: .75rem 0 0 .75rem; }
  .jwzl_01 .fr li {
    font-size: .16rem;
    line-height: .54rem;
    color: #666; }

.jwzl_02 {
  background: url("../image/jwzl_02.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 5.3rem; }
  .jwzl_02:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2.87rem;
    width: 100%;
    height: .1rem;
    background: url("../image/img1920.png") center no-repeat;
    background-size: auto .1rem; }
  .jwzl_02 .pageTitle {
    padding-bottom: .4rem; }
  .jwzl_02 .list li {
    width: 2.22rem; }
    .jwzl_02 .list li .img {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: rgba(226, 51, 138, 0.4);
      padding: .25rem; }
      .jwzl_02 .list li .img img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .jwzl_02 .list li p {
      text-align: center;
      font-size: .2rem;
      line-height: 1.5em;
      color: #666;
      padding-top: .12rem; }

.jwzl_03 {
  padding-bottom: .5rem; }
  .jwzl_03 .img {
    width: 3.78rem;
    position: relative; }
    .jwzl_03 .img dd {
      position: absolute;
      top: -.36rem;
      right: -.62rem;
      color: #fff;
      width: 1.22rem;
      height: 1.2rem;
      line-height: 1.2rem;
      text-align: center;
      background: url("../image/img122_1.png") center no-repeat;
      background-size: cover;
      font-size: .24rem; }
    .jwzl_03 .img .dd_02 {
      top: 1.26rem;
      right: -1.5rem;
      background-image: url("../image/img122_2.png"); }
    .jwzl_03 .img .dd_03 {
      top: 2.8rem;
      right: -.75rem;
      background-image: url("../image/img122_3.png"); }
  .jwzl_03 .container {
    width: 6.05rem; }
    .jwzl_03 .container .name {
      font-size: .24rem;
      line-height: .36rem;
      color: #e2338a;
      border-bottom: #f9d6e8 solid 1px;
      padding-bottom: .24rem;
      margin-bottom: .18rem; }
    .jwzl_03 .container li {
      font-size: .2rem;
      line-height: .48rem;
      color: #666;
      padding-left: .16rem;
      background: url("../image/img7.png") left center no-repeat;
      background-size: .07rem; }

.cgbm_01 {
  padding-top: .6rem;
  max-width: 10.6rem;
  margin: 0 auto; }
  .cgbm_01 a {
    display: block;
    width: 1.82rem;
    min-height: 2.47rem;
    position: relative;
    text-align: center;
    padding: .35rem 0 0 0;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem; }
    .cgbm_01 a .img {
      width: 1.2rem;
      background: #ef72b0;
      margin: 0 auto;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .cgbm_01 a .img2 {
      width: 1.2rem;
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 0.35rem;
      bottom: auto;
      margin-left: -.6rem;
      opacity: 0; }
      .cgbm_01 a .img2:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1.45rem;
        height: 1.45rem;
        margin-left: -.72rem;
        margin-top: -.72rem;
        background: url("../image/img145.png") center no-repeat;
        background-size: 100% 100%; }
      .cgbm_01 a .img2 img {
        position: relative; }
    .cgbm_01 a .name {
      font-size: .16rem;
      padding: .15rem 0 .05rem 0; }
      .cgbm_01 a .name:before, .cgbm_01 a .name:after {
        content: "";
        display: block;
        position: absolute;
        position: relative;
        width: .2rem;
        height: 2px;
        background: #999;
        margin: 0 .1rem; }
    .cgbm_01 a p {
      font-size: .12rem;
      color: #999;
      text-transform: uppercase; }
    .cgbm_01 a .btn {
      background: url("../image/img24_2.png") center no-repeat;
      background-size: .24rem;
      height: .11rem;
      width: 100%;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: auto;
      bottom: 0.22rem;
      opacity: 0; }
  .cgbm_01 a:hover {
    background: #e2338a;
    color: #fff; }
    .cgbm_01 a:hover .img2 {
      opacity: 1; }
    .cgbm_01 a:hover .name:before, .cgbm_01 a:hover .name:after {
      background: #fff; }
    .cgbm_01 a:hover p {
      opacity: 0; }
    .cgbm_01 a:hover .btn {
      opacity: 1; }

.cgbm_02 {
  padding-bottom: .6rem; }
  .cgbm_02 li {
    width: 1.8rem;
    padding-top: .9rem;
    position: relative; }
    .cgbm_02 li .img {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      padding: .21rem;
      background: rgba(226, 51, 138, 0.5);
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      width: 100%; }
      .cgbm_02 li .img img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
    .cgbm_02 li .name {
      background: #ef72b0;
      width: 1.16rem;
      margin: 0 auto;
      -moz-border-radius: 0.6rem;
      -webkit-border-radius: 0.6rem;
      border-radius: 0.6rem;
      padding: .2rem; }
      .cgbm_02 li .name div {
        border: #f07fb7 solid .02rem;
        -moz-border-radius: 0.6rem;
        -webkit-border-radius: 0.6rem;
        border-radius: 0.6rem;
        min-height: 3.48rem;
        padding-top: .85rem;
        text-align: center; }
      .cgbm_02 li .name img {
        width: .3rem; }

.train_01 .pageTitle {
  padding: 0 0 .4rem 0; }
.train_01 .content {
  text-align: center;
  line-height: .31rem;
  color: #999; }

.train_02 .fl {
  width: 5.46rem;
  position: relative; }
  .train_02 .fl:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: #ef72b0 solid .1rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem; }
  .train_02 .fl img {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
    left: .4rem;
    top: .4rem; }
.train_02 .fr {
  width: 5.86rem; }
  .train_02 .fr ul {
    width: 50%; }
    .train_02 .fr ul:nth-child(2) {
      border-left: #fafafa solid .03rem; }
    .train_02 .fr ul li {
      font-size: .16rem;
      color: #666;
      height: .55rem;
      line-height: .55rem;
      background: #f8f4f4;
      -moz-border-radius: 0.05rem;
      -webkit-border-radius: 0.05rem;
      border-radius: 0.05rem;
      padding-left: .42rem; }
      .train_02 .fr ul li:nth-child(even) {
        background: #fff; }

.train_03 {
  background: #fbf4f8;
  min-height: 4.53rem; }
  .train_03 li {
    color: #666;
    text-align: center;
    padding-bottom: .45rem; }
    .train_03 li .img {
      width: 1.45rem;
      margin: 0 auto; }
    .train_03 li h2 {
      font-size: .22rem;
      padding: .15rem 0 .06rem 0; }
    .train_03 li p {
      line-height: .2rem; }
  .train_03 li:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); }

.train_04 {
  padding-bottom: .3rem; }
  .train_04 li {
    padding: .22rem 0;
    border-bottom: #e8e8e8 solid 1px; }
    .train_04 li .name {
      padding-bottom: .1rem; }
      .train_04 li .name h2 {
        font-size: .16rem;
        font-weight: 400;
        color: #e2338a; }
      .train_04 li .name span {
        font-size: .12rem;
        color: #999; }
    .train_04 li .content {
      font-size: .12rem;
      line-height: .22rem;
      color: #666;
      max-width: 10.9rem; }

.pageBtn {
  padding: 0 0 .6rem 0; }
  .pageBtn a {
    width: 1.65rem;
    height: .48rem;
    background: #e2338a;
    color: #fff;
    font-size: .18rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 auto; }
    .pageBtn a img {
      margin-right: .1rem;
      width: .24rem; }

.signUp_01 .pageTitle {
  padding: 0; }
.signUp_01 .msg {
  text-align: center;
  color: #666;
  line-height: .24rem;
  padding: .3rem 0; }
.signUp_01 .list {
  position: relative;
  padding: 0 .36rem; }
  .signUp_01 .list #signUp_01 {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .signUp_01 .list .arrow {
    display: block;
    width: .3rem;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    -moz-border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem; }
    .signUp_01 .list .arrow:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .signUp_01 .list .arrow.prev {
      background-image: url("../image/prev28.png");
      left: 0; }
    .signUp_01 .list .arrow.next {
      background-image: url("../image/next28.png");
      right: 0; }
  .signUp_01 .list .swiper-slide {
    padding: 0 .14rem; }
    .signUp_01 .list .swiper-slide a {
      display: block;
      width: 100%;
      overflow: hidden;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem; }

.signUp_02 .pageTitle {
  padding: .2rem 0 .4rem 0; }

.signUp_03 li {
  min-height: 2.03rem;
  padding-bottom: .3rem; }
.signUp_03 a {
  display: block;
  position: relative;
  min-height: 1.63rem;
  padding-left: 2.95rem;
  margin-left: 0;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem; }
  .signUp_03 a .img {
    width: 2.54rem;
    height: 1.63rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    background: center no-repeat;
    background-size: cover; }
  .signUp_03 a .container {
    min-height: 1.63rem;
    border-bottom: #e7e7e7 solid 1px;
    padding: .24rem .24rem .24rem 0; }
  .signUp_03 a .name {
    font-size: .18rem;
    padding-bottom: .1rem; }
    .signUp_03 a .name em {
      padding: 0 .1rem; }
  .signUp_03 a .content {
    line-height: .22rem;
    color: #999; }
.signUp_03 a:hover {
  margin-left: .4rem;
  color: #e2338a; }
  .signUp_03 a:hover .container {
    border: 0; }

.signUp_04 {
  padding-bottom: .6rem; }
  .signUp_04 .pageTitle {
    padding: 0 0 .4rem 0; }

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