@charset "UTF-8";
a, .transition, .service li .name, :before, img, .g-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; }

.flex, .g-head .language a, .g-nav ul, .g-foot .list li, .indexFlash .dots, .indexFlash .arrow, .index-notice .list li, .p-num, .p-tab ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .g-head .language a, .g-foot .list li, .index-notice .list li, .p-num, .news a {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .g-head .language a, .indexFlash .dots, .p-num {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .g-foot .list2 ul, .g-foot .list3 ul, .indexFlash li, .research2 ul, .news a {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-foot .list2 ul, .g-foot .list3 ul, .indexFlash li, .index-data .list ul, .index-news .list ul, .service ul, .teacher ul, .research2 ul, .news a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  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: 12px;
  font-family: Arial, "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }

a {
  color: #000;
  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: #7d148f;
    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: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.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: 12.16rem;
  margin: 0 auto; }

.wal-2 {
  padding: 0 .15rem; }

@font-face {
  font-family: "Roboto-Light";
  src: url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff"), url("fonts/Roboto-Light.ttf") format("truetype"), url("fonts/Roboto-Light.eot") format("embedded-opentype"), url("fonts/Roboto-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.phone-show {
  display: none; }

.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png"); }
  .pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px; }
    .pageTips .container a.close {
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -15px;
      top: 40px;
      bottom: auto;
      background: url("../image/close.png") center no-repeat; }
    .pageTips .container .img {
      text-align: center; }
    .pageTips .container .msg {
      font-size: 18px;
      line-height: 36px;
      text-align: justify;
      padding-top: 30px; }
    .pageTips .container a {
      color: #fff;
      text-decoration: underline; }

.g-headD {
  height: 1.5rem;
  position: relative; }
  .g-headD:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 7.9rem;
    background: url("../image/head-bg.png") center no-repeat;
    background-size: auto 100%; }

.p-head:after {
  background-image: url("../image/head-bg2.png");
  height: 3.64rem; }

.g-head {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 .6rem; }
  .g-head .wal {
    min-height: 1.5rem;
    max-width: 16.2rem;
    position: relative; }
  .g-head a.logo {
    display: block;
    width: 4.76rem;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 10;
    left: -0.3rem;
    right: auto;
    top: 0;
    bottom: 0; }
  .g-head .search {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.4rem;
    bottom: auto;
    width: .46rem;
    height: .7rem; }
    .g-head .search .submit {
      background: url("../image/img14.png") center no-repeat;
      background-size: .14rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      width: .46rem; }
      .g-head .search .submit input {
        width: 100%;
        height: .7rem;
        cursor: pointer; }
  .g-head .language {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.16rem;
    top: 0;
    bottom: auto;
    width: 1.34rem; }
    .g-head .language a {
      font-size: .14rem;
      color: #fff;
      height: .41rem; }
      .g-head .language a img {
        width: .16rem; }
      .g-head .language a em {
        padding: 0 .14rem 0 .08rem;
        opacity: .7; }
    .g-head .language a.name {
      background: rgba(0, 0, 0, 0.3);
      border-bottom-left-radius: 0.08rem;
      -webkit-border-bottom-left-radius: 0.08rem;
      border-bottom-right-radius: 0.08rem;
      -webkit-border-bottom-right-radius: 0.08rem;
      transition-duration: 0s;
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s; }
      .g-head .language a.name em {
        background: url("../image/img8.png") right center no-repeat;
        background-size: .08rem; }
    .g-head .language dl {
      background: rgba(0, 0, 0, 0.9);
      border-bottom-left-radius: 0.08rem;
      -webkit-border-bottom-left-radius: 0.08rem;
      border-bottom-right-radius: 0.08rem;
      -webkit-border-bottom-right-radius: 0.08rem;
      display: none;
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: 100%;
      bottom: auto; }
    .g-head .language:hover a.name {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background: rgba(0, 0, 0, 0.9); }
    .g-head .language:hover dl {
      display: block; }

.g-nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: 0.9rem;
  top: 0.4rem;
  bottom: auto; }
  .g-nav li {
    margin-left: .28rem; }
  .g-nav a.name {
    display: block;
    height: .7rem;
    line-height: .7rem;
    font-size: .16rem;
    color: #fff; }

@media screen and (max-width: 1550px) {
  .g-nav {
    right: .6rem; }
    .g-nav li {
      margin-left: .15rem; } }
@media screen and (min-width: 800px) {
  .g-head .search .input {
    display: none;
    background: #fff;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    height: .4rem;
    width: 2rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.1rem;
    top: 0.15rem;
    bottom: auto; }
    .g-head .search .input input {
      width: 100%;
      height: .4rem;
      line-height: .4rem;
      padding: 0 .2rem;
      font-size: .14rem;
      color: #333; }
  .g-head .search:hover .input {
    display: block; }
  .g-head .search:hover .submit {
    background-image: url("../image/img30.png");
    background-size: .2rem; }

  .g-nav li {
    position: relative; }
    .g-nav li a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 45%;
      bottom: .15rem;
      right: 45%;
      height: .03rem;
      background: #d1228a;
      opacity: 0; }
    .g-nav li .list {
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: -100rem;
      bottom: auto;
      padding-top: 1px;
      width: 1.5rem;
      margin-left: -.75rem;
      opacity: 0;
      visibility: hidden;
      margin-top: -.1rem; }
      .g-nav li .list dl {
        background: #f5f1f6;
        padding: .1rem 0;
        -moz-border-radius: 0.06rem;
        -webkit-border-radius: 0.06rem;
        border-radius: 0.06rem; }
      .g-nav li .list a {
        display: block;
        text-align: center;
        color: #6416a6;
        font-size: .16rem;
        padding: .08rem .1rem;
        line-height: .2rem; }
        .g-nav li .list a:hover {
          background: #e3d7e5; }
  .g-nav li:hover a.name:before {
    opacity: 1;
    left: -.08rem;
    right: -.08rem; }
  .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; } }
.g-foot {
  background: url("../image/foot.png") center top no-repeat;
  background-size: auto 100%;
  color: #fff; }
  .g-foot a {
    color: #fff; }
  .g-foot .wal {
    min-height: 9.11rem;
    position: relative; }
  .g-foot .title {
    font-size: .36rem;
    color: #7d148f;
    text-align: center;
    padding: .5rem 0 1.2rem 0; }
    .g-foot .title em {
      opacity: 0; }
  .g-foot .ewm {
    width: 1.74rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.55rem;
    top: 1.88rem;
    bottom: auto; }
    .g-foot .ewm p {
      font-size: .12rem;
      line-height: .32rem;
      opacity: .8;
      text-align: center; }
  .g-foot .list {
    height: 2.3rem;
    padding-left: 5.15rem; }
    .g-foot .list li {
      height: .36rem;
      font-size: .16rem; }
      .g-foot .list li img {
        width: .2rem;
        margin-right: .1rem;
        position: relative;
        top: .02rem; }
  .g-foot .list2 {
    margin-right: -.22rem;
    margin-left: -.22rem;
    padding: 0 .22rem;
    border-top: rgba(255, 255, 255, 0.15) solid 1px;
    border-bottom: rgba(255, 255, 255, 0.15) solid 2px;
    min-height: 3.5rem; }
    .g-foot .list2 h3 {
      padding: .42rem 0 .2rem 0;
      font-size: .16rem; }
    .g-foot .list2 dd {
      font-size: .14rem;
      line-height: .3rem; }
      .g-foot .list2 dd a {
        color: rgba(255, 255, 255, 0.8); }
        .g-foot .list2 dd a:hover {
          color: #fff; }
  .g-foot .list3 {
    padding-top: .4rem; }
    .g-foot .list3 ul {
      font-size: .14rem; }
    .g-foot .list3 a {
      background: url("../image/img7.png") right center no-repeat;
      background-size: .07rem;
      padding-right: .24rem;
      color: rgba(255, 255, 255, 0.8); }
      .g-foot .list3 a:hover {
        color: #fff; }

.g-foot-msg {
  background: #47154e;
  line-height: .98rem;
  font-size: .14rem;
  color: #fff;
  max-width: 19.2rem;
  margin: 0 auto; }

/*index*/
.indexFlash {
  padding: 0 .6rem; }
  .indexFlash .wal {
    max-width: 16.2rem;
    position: relative; }
  .indexFlash .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .indexFlash li {
    color: #fff; }
    .indexFlash li .col {
      width: 6rem;
      padding: 1rem 0 0 .2rem;
      max-width: 40%; }
      .indexFlash li .col .name {
        font-size: .48rem;
        line-height: .6rem; }
      .indexFlash li .col p {
        font-size: .16rem;
        line-height: 1.75em;
        text-align: justify;
        min-height: 1.9rem;
        padding: .2rem 0; }
      .indexFlash li .col .more a {
        display: block;
        font-size: .18rem;
        color: #fff;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        width: 1.8rem;
        height: .47rem;
        line-height: .41rem;
        text-align: center;
        border: #b17fb9 solid .03rem; }
        .indexFlash li .col .more a:hover {
          background: #fff;
          color: #6f1b7c; }
    .indexFlash li .img {
      width: 57.777%; }
      .indexFlash li .img a {
        display: block;
        height: 6.23rem;
        background: center no-repeat;
        background-size: cover;
        -moz-border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        border-radius: 0.1rem; }
  .indexFlash .dots {
    position: absolute;
    z-index: 10;
    left: 0.3rem;
    right: auto;
    top: auto;
    bottom: 0.9rem; }
    .indexFlash .dots span {
      width: .12rem;
      height: .12rem;
      background: rgba(255, 255, 255, 0.5);
      margin-right: .12rem;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: block; }
    .indexFlash .dots span.swiper-pagination-bullet-active {
      background: #fff; }
  .indexFlash .arrow {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.2rem;
    top: auto;
    bottom: 0.2rem; }
    .indexFlash .arrow a {
      margin-left: 1px;
      width: .48rem;
      height: .48rem;
      background: rgba(0, 0, 0, 0.5) center no-repeat;
      background-size: 100%; }
      .indexFlash .arrow a:hover {
        background-color: rgba(100, 22, 166, 0.9); }
      .indexFlash .arrow a.prev {
        background-image: url("../image/prev48.png"); }
      .indexFlash .arrow a.next {
        background-image: url("../image/next48.png"); }

.index-notice {
  min-height: 6rem;
  position: relative;
  padding: 1.35rem 0 0 0; }
  .index-notice .img {
    width: 5.49rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: -0.85rem;
    top: auto;
    bottom: -1.35rem; }
  .index-notice .title {
    max-width: 7.4rem;
    height: .85rem;
    line-height: .42rem;
    border-bottom: #dcdcdc solid 1px;
    position: relative; }
    .index-notice .title h2 {
      font-weight: 400;
      font-size: .36rem;
      color: #7d148f; }
    .index-notice .title a.more {
      display: block;
      color: #747474;
      font-size: .14rem;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.2rem;
      top: 0;
      bottom: auto;
      padding-right: .22rem;
      background: url("../image/img10.png") right center no-repeat;
      background-size: .1rem; }
  .index-notice .list {
    max-width: 7.4rem; }
    .index-notice .list li {
      border-bottom: #dcdcdc solid 1px;
      font-size: .18rem;
      line-height: .66rem;
      z-index: 11; }
      .index-notice .list li em {
        opacity: .8;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        padding-right: .15rem; }
      .index-notice .list li a {
        display: block; }

.index-data {
  background: url("../image/index-data.png") center top no-repeat;
  background-size: auto 100%;
  min-height: 9.24rem;
  position: relative;
  z-index: 11; }
  .index-data .title {
    font-size: .36rem;
    color: #7d148f;
    text-align: center;
    padding: 2.12rem 0 .78rem 0; }
  .index-data .list li {
    width: 25%;
    text-align: center; }
    .index-data .list li .ico {
      width: 1.69rem;
      margin: 0 auto; }
    .index-data .list li .num {
      padding: .42rem 0 .18rem 0;
      color: #d1228a;
      font-weight: bold;
      font-size: .54rem;
      line-height: .5rem; }
      .index-data .list li .num em {
        font-size: .78rem; }
    .index-data .list li .name {
      font-size: .24rem;
      line-height: 1em;
      color: #7d148f; }

.index-news {
  padding-bottom: .6rem; }
  .index-news .title {
    font-size: .36rem;
    color: #7d148f;
    text-align: center;
    padding: .5rem 0; }
  .index-news .list ul {
    margin-left: -.75rem; }
  .index-news .list li {
    width: 33.333%;
    padding: 0 0 .5rem .75rem; }
    .index-news .list li .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .index-news .list li .time {
      font-style: italic;
      padding-top: .16rem;
      font-size: .14rem;
      opacity: .6;
      color: #000; }
    .index-news .list li .name {
      font-size: .18rem;
      line-height: .24rem;
      padding: .1rem 0;
      margin-right: -.1rem; }
      .index-news .list li .name a {
        color: #000; }
    .index-news .list li p {
      color: #343c3e;
      font-size: .12rem;
      line-height: 1.6em;
      opacity: .8;
      text-align: justify; }
  .index-news .list li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .index-news .list li:hover .name a {
    color: #7d148f; }

a.p-more {
  display: block;
  width: 1.83rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  margin: 0 auto;
  background: #7d148f;
  color: #fff;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: .16rem; }

.p-banner {
  padding: 0 .6rem; }
  .p-banner .wal {
    max-width: 16.2rem;
    position: relative;
    height: 3rem; }
    .p-banner .wal .title {
      color: #fff;
      position: absolute;
      z-index: 10;
      left: 1.15rem;
      right: auto;
      top: 0.8rem;
      bottom: auto;
      letter-spacing: .02rem; }
      .p-banner .wal .title h2 {
        font-weight: 400;
        font-size: .42rem;
        line-height: 1em; }
      .p-banner .wal .title div {
        text-transform: uppercase;
        font-size: .3rem;
        padding-top: .1rem; }
    .p-banner .wal .img {
      position: absolute;
      z-index: 10;
      left: 3.97rem;
      right: 0;
      top: 0;
      bottom: 0;
      background: center no-repeat;
      background-size: cover; }

.p-curr {
  margin-top: .38rem;
  line-height: .6rem;
  border-bottom: #eaeaea solid 1px;
  font-size: .14rem;
  color: #666;
  padding-left: .33rem;
  background: url("../image/img15.png") 0.1rem center no-repeat;
  background-size: .15rem; }
  .p-curr a {
    color: #666; }

.p-title {
  font-size: .36rem;
  color: #7d148f;
  text-align: center;
  padding: .55rem 0 .45rem 0;
  line-height: 1em; }

.policy li {
  line-height: .8rem;
  position: relative;
  font-size: .18rem; }
  .policy li a {
    display: block;
    padding: 0 1.6rem 0 .3rem;
    position: relative;
    z-index: 11; }
  .policy li em {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.3rem;
    top: 0;
    bottom: auto;
    opacity: .6; }
.policy li:nth-child(odd) {
  background: #f1f1f1; }

@media screen and (min-width: 800px) {
  .policy li a {
    height: .8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; } }
.p-num {
  font-size: .14rem;
  line-height: 1.1rem;
  position: relative;
  padding-bottom: 1.3rem; }
  .p-num:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 1.3rem;
    right: 0;
    height: 1px;
    background: #e1dfe1; }
  .p-num a {
    color: #3f3f3f;
    padding: 0 .1rem; }
  .p-num a.prev, .p-num a.next {
    margin: 0 .15rem; }

.side-nav {
  width: 2.46rem;
  padding: .36rem 0; }
  .side-nav h2 {
    margin-bottom: 1px;
    line-height: .53rem;
    padding-left: .55rem;
    background: #7d148f;
    font-size: .21rem;
    color: #fff;
    position: relative; }
    .side-nav h2:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: .28rem;
      bottom: 0;
      width: .2rem;
      background: url("../image/img20.png") center no-repeat;
      background-size: 100%;
      opacity: .5; }
  .side-nav .list {
    background: #f3f3f1;
    min-height: 4.7rem; }
    .side-nav .list a {
      display: block;
      font-size: .16rem;
      line-height: .22rem;
      position: relative;
      padding: .15rem .5rem .15rem .6rem;
      color: #4b4b4b; }
      .side-nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: .48rem;
        bottom: 0;
        right: 0;
        height: 1px;
        background: #cccccc; }
      .side-nav .list a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: .28rem;
        bottom: 0;
        width: .2rem;
        background: url("../image/img10_1.png") center no-repeat;
        background-size: .1rem; }
    .side-nav .list a:hover, .side-nav .list a.on {
      background: #dcdcdb;
      color: #7d148f; }
    .side-nav .list dl {
      background: #dcdcdb;
      padding: .12rem 0;
      display: none; }
      .side-nav .list dl a {
        font-size: .14rem;
        padding: .09rem .5rem .09rem .8rem; }
        .side-nav .list dl a:before {
          display: none; }
        .side-nav .list dl a:after {
          display: none; }
    .side-nav .list li.hasThree.on a.on:before {
      background: #f1f1f1; }
    .side-nav .list li.hasThree.on dl {
      display: block; }
  .side-nav .list-2 a {
    padding: .15rem .3rem .15rem .28rem; }
    .side-nav .list-2 a:before {
      left: .28rem; }
    .side-nav .list-2 a:after {
      right: .15rem; }
  .side-nav .list-2 dl a {
    padding-left: .48rem; }

.w935 {
  width: 9.35rem; }

.p-tab {
  padding-bottom: .45rem; }
  .p-tab ul {
    border-bottom: #7d148f solid 1px;
    padding-left: .27rem; }
  .p-tab li {
    margin-right: .08rem; }
    .p-tab li a {
      display: block;
      border-top-right-radius: 0.08rem;
      -webkit-border-top-right-radius: 0.08rem;
      border-top-left-radius: 0.08rem;
      -webkit-border-top-left-radius: 0.08rem;
      height: .47rem;
      line-height: .47rem;
      padding: 0 .21rem;
      font-size: .16rem;
      background: #f1f1f1; }
    .p-tab li.on a, .p-tab li a:hover {
      background: #7d148f;
      color: #fff; }

.service {
  padding-bottom: 1rem; }
  .service ul {
    margin-left: -.2rem; }
  .service li {
    width: 33.333%;
    padding: 0 0 0 .2rem; }
    .service li .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .service li .name {
      font-size: .14rem;
      line-height: 1.75em;
      min-height: .9rem;
      padding: .15rem .05rem;
      opacity: .8; }
  .service li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .service li:hover .name {
    opacity: 1; }

.teacher {
  padding-bottom: 1rem; }
  .teacher ul {
    margin-left: -.42rem; }
  .teacher li {
    width: 25%;
    padding: 0 0 .4rem .42rem;
    text-align: center; }
    .teacher li .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .teacher li .name {
      font-size: .21rem;
      padding-top: .18rem; }
      .teacher li .name a {
        color: #7d148f; }
    .teacher li .msg {
      padding: .1rem 0 .16rem 0;
      font-size: .18rem; }
      .teacher li .msg p {
        font-size: .14rem;
        opacity: .6;
        padding-top: .06rem; }
    .teacher li .btn a {
      display: block;
      margin: 0 auto;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem;
      font-size: .14rem;
      color: #747474;
      width: 1.2rem;
      height: .35rem;
      line-height: .33rem;
      border: #cdcdcd solid 1px; }
  .teacher li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }
  .teacher li:hover .btn a {
    background: #7d148f;
    border-color: #7d148f;
    color: #fff; }

.teacher-show {
  position: relative;
  min-height: 3rem;
  padding: .55rem 2.6rem 1rem 0; }
  .teacher-show .box {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.45rem;
    bottom: auto;
    width: 2.2rem;
    text-align: right; }
    .teacher-show .box img {
      width: 100%; }
    .teacher-show .box .name {
      font-weight: bold;
      color: #7d148f;
      font-size: .3rem;
      padding: .18rem 0 .1rem 0; }
    .teacher-show .box .msg {
      font-size: .21rem; }
  .teacher-show .list {
    font-size: .18rem;
    color: #454646;
    line-height: 1.75em; }
    .teacher-show .list li {
      position: relative;
      padding: 0 0 .35rem 1rem; }
      .teacher-show .list li h3 {
        position: absolute;
        z-index: 10;
        left: 0.1rem;
        right: auto;
        top: 0;
        bottom: auto;
        font-size: .18rem; }

.research li {
  font-size: .18rem;
  line-height: .8rem;
  position: relative; }
  .research li a {
    display: block;
    opacity: .8;
    position: relative;
     }
  .research li em {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.35rem;
    top: 0;
    bottom: auto;
    opacity: .6; }
  .research li:nth-child(odd) {
    background: #f1f1f1; }
  .research li:hover a {
    opacity: 1; }

@media screen and (min-width: 800px) {
  .research li a {
    height: .8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 1.6rem 0 .35rem; } }
.policy-show {
  font-size: .18rem;
  line-height: 1.75em;
  text-align: justify;
  padding-bottom: .8rem; }

.p-num2 {
  border-top: #e1dfe1 solid 1px;
  padding: .3rem 0 1rem 0;
  font-size: .18rem;
  line-height: 1.75em;
  color: rgba(0, 0, 0, 0.7); }

.about {
  padding-bottom: 1rem;
  font-size: .18rem;
  line-height: 1.75em;
  text-align: justify; }
  .about .img {
    padding-bottom: .35rem; }

.history-year {
  position: relative;
  padding: 0 .48rem; }
  .history-year .arrow a {
    display: block;
    width: .48rem;
    height: .3rem;
    background: center no-repeat;
    background-size: .1rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: auto; }
    .history-year .arrow a.prev {
      left: 0;
      background-image: url("../image/prev10.png"); }
    .history-year .arrow a.next {
      right: 0;
      background-image: url("../image/next10.png"); }
  .history-year .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .history-year .list li a {
      padding-top: .3rem;
      font-size: .14rem;
      text-align: center;
      position: relative;
      color: #6f6f6f;
      display: block; }
      .history-year .list li a:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: .19rem;
        width: 1px;
        height: .08rem;
        background: #e8e8e8; }
      .history-year .list li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .1rem;
        right: 0;
        height: .09rem;
        background: #e8e8e8; }
      .history-year .list li a.on {
        color: #7d148f; }
        .history-year .list li a.on:before {
          background: #7d148f; }
      .history-year .list li a:hover:before {
        background: #7d148f; }

.history {
  padding: 0 0 1rem .48rem; }
  .history h2 {
    font-weight: 400;
    color: #7d148f;
    padding: .5rem 0 .3rem 0;
    font-size: .45rem; }
  .history li {
    position: relative;
    font-size: .16rem;
    line-height: .28rem;
    padding: 0 0 .2rem 1.5rem;
    opacity: .8; }
    .history li .year {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto; }

.group {
  max-width: 8.17rem;
  margin: 0 auto;
  padding: .25rem 0 1rem 0; }
  .group svg {
    max-width: 100%; }

.research2 {
  padding-bottom: .35rem; }
  .research2 li {
    width: 4.45rem;
    padding-bottom: .65rem; }
    .research2 li .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
    .research2 li .name {
      font-size: .18rem;
      line-height: .3rem;
      padding-top: .2rem; }
    .research2 li p {
      font-size: .14rem;
      line-height: 1.75em;
      text-align: justify;
      opacity: .7;
      padding: .18rem 0 .38rem 0; }
  .research2 li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }

.news li {
  padding-bottom: .45rem; }
.news li:last-child {
  padding-bottom: 0; }
.news a {
  background: #f1f1f1; }
  .news a .img {
    width: 3.55rem;
    overflow: hidden;
    position: relative; }
  .news a .col {
    width: 8.2rem;
    padding: .2rem .6rem .2rem 0; }
    .news a .col .name {
      font-size: .18rem; }
    .news a .col .time {
      font-size: .14rem;
      opacity: .6;
      font-style: italic;
      padding: .12rem 0 .2rem 0; }
    .news a .col p {
      font-size: .14rem;
      line-height: 1.75em;
      color: #343c3e;
      opacity: .7; }

.new-show {
  position: relative;
  min-height: 5rem;
  padding: 0 0 1rem .9rem; }
  .new-show .p-title {
    padding: .55rem 0 .25rem 0; }
  .new-show .time {
    text-align: center;
    font-size: .18rem;
    color: #666;
    border-bottom: #d9d7d9 solid 1px;
    padding-bottom: .25rem; }
  .new-show .content {
    padding-top: .4rem;
    font-size: .18rem;
    line-height: 1.8em;
    text-align: justify; }
    .new-show .content .img {
      padding: .4rem 0;
      text-align: center; }
      .new-show .content .img .name {
        padding-top: .18rem;
        opacity: .7; }
  .new-show .share {
    position: absolute;
    z-index: 10;
    left: 0.1rem;
    right: auto;
    top: 1.5rem;
    bottom: auto;
    width: .48rem; }
    .new-show .share .name h3 {
      font-size: .18rem;
      padding-bottom: .24rem;
      text-align: center;
      color: #999; }
    .new-show .share li {
      padding-bottom: .12rem; }
      .new-show .share li a {
        display: block;
        width: .48rem;
        margin: 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ccc; }
      .new-show .share li:nth-child(1) a:hover {
        background: #97dc61; }
      .new-show .share li:nth-child(2) a:hover {
        background: #71aade; }
      .new-show .share li:nth-child(3) a:hover {
        background: #f1bc4a; }
      .new-show .share li:nth-child(4) a:hover {
        background: #ea716e; }

.bsBox {
  box-sizing: content-box; }

/*# sourceMappingURL=index.css.map */
