body.show a, body.show .transition, body.show .g-head .language, .g-head body.show .language, body.show .g-head .search, .g-head body.show .search, body.show .g-nav, body.show :before, body.show :after, body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .index-notice .img-list li a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.content #vsb_content p.vsbcontent_img img { float: none; display: block; margin: 0 auto !important; }
.flex, .new-list2 li a, .new-show .share, .new-show .share dl {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .g-foot .wal {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .new-show .share {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .g-foot .wal, .new-show .share {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .new-list2 li a {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .p-list ul, .p-nav .nav ul, .about-3 .year-list ul, .introduction .imgs ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.p-more {
  display: block;
  width: 1.83rem;
  line-height: .5rem;
  margin: 0 auto;
  background: #F7B113;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: .16rem;
  color: #fff;
  text-align: center; }
  .p-more:hover {
    background: #660774;
    color: #fff; }

.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: 1;
      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; }
.index-news .img-list a .img  img{ width: 100%; height: auto;}
.p-title {
  text-align: center;
  padding: .8rem 0 .5rem 0; }
  .p-title h2 {
    font-weight: 400;
    font-size: .36rem;
    color: #660774;
    line-height: 1em; }

.p-content, .about-1 .container .content, .about-2 .container .content, .about-3 .container .content, .team-1 li .content, .teaching-2 .list a .box p, .research-3 .content, .news-1 .imgs li a .box .content {
  font-size: .16rem;
  line-height: .3rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7); }

.p-list ul {
  margin-left: -.6rem; }
.p-list li {
  width: 50%;
  padding-left: .6rem; }
.p-list a {
  display: block;
  border-top: #e5e5e5 solid 1px;
  line-height: .36rem;
  padding: .37rem .18rem;
  font-size: .2rem;
  color: rgba(0, 0, 0, 0.7);
  position: relative; }
  .p-list a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #e5e5e5; }
  .p-list a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .46rem;
    width: .19rem;
    background: url("../image/arrow19.png") center no-repeat;
    background-size: 100%;
    opacity: .3; }

.bsBox {
  box-sizing: content-box; }

/*-------------------------*/
html {
  font-size: 50px; }

.wal {
  max-width: 8rem;
  font-size: .24rem; }

body.navShow {
  overflow: hidden; }
  body.navShow .g-head .navA {
    background-image: url("../image/close.png"); }
  body.navShow .g-head .language, body.navShow .g-head .search, body.navShow .g-nav {
    transform: translateX(0);
    -webkit-transform: translateX(0); }

.g-headD {
  height: 1.44rem; }

.g-head {
  position: fixed; }
  .g-head .wal {
    min-height: 1.44rem; }
  .g-head .navA {
    display: block;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.3rem;
    top: 0;
    bottom: auto;
    width: 1rem;
    height: 1.44rem;
    background: url("../image/navA.png") center no-repeat;
    background-size: .4rem; }
  .g-head a.logo {
    left: 0; }
  .g-head .language {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.5rem;
    position: fixed;
    z-index: 55;
    font-size: .26rem;
    text-align: center; }
  .g-head .search {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 50%;
    top: auto;
    bottom: 0.5rem;
    position: fixed;
    z-index: 55;
    margin-right: -2.5rem;
    width: 5rem;
    height: .6rem; }
    .g-head .search .input input {
      height: .58rem;
      line-height: .58rem;
      font-size: .24rem;
      padding: 0 .24rem; }
    .g-head .search .submit {
      background-size: .22rem; height: .58rem !important;
      width: 1rem; }
      .g-head .search .submit input {
        height: .58rem !important; }

.g-nav {
  left: 0;
  top: 1.44rem;
  right: 0;
  position: fixed;
  z-index: 50;
  background: #fff;
  overflow-y: auto; }
  .g-nav li {
    margin-right: 0;
    width: 100%;
    border-top: #eee solid 1px; }
  .g-nav a.name {
    height: 1rem;
    line-height: 1rem;
    font-size: .3rem;
    text-align: center; }

.g-head .language, .g-head .search, .g-nav {
  transform: translateX(100%);
  -webkit-transform: translateX(100%); }

.g-head .search {
  transform: translateX(200%);
  -webkit-transform: translateX(200%); }

.g-foot {
  font-size: .24rem;
  text-align: center; }
  .g-foot .wal {
    height: 3rem;
    padding: 0; }
    .g-foot .wal .logo {
      width: 4rem;
      padding-bottom: .3rem; }
    .g-foot .wal p {
      line-height: .44rem; }

/*---*/
.p-more {
  width: 2.5rem;
  line-height: .7rem;
  font-size: .26rem; }

.p-title h2 {
  font-weight: 600; }

.p-content, .about-1 .container .content, .about-2 .container .content, .about-3 .container .content, .team-1 li .content, .teaching-2 .list a .box p, .research-3 .content, .news-1 .imgs li a .box .content {
  font-size: .24rem;
  line-height: 1.75em; }

.p-list ul {
  margin-left: -.3rem; }
.p-list li {
  padding-left: .3rem; }
.p-list a {
  padding: .32rem .6rem .32rem .2rem;
  font-size: .28rem;
  line-height: .46rem; }
  .p-list a:after {
    right: .15rem; }

/*index*/
.indexFlash li {
  height: 5rem; }
  .indexFlash li .layer {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: .35rem 0;
    text-align: center; }
    .indexFlash li .layer h3 {
      margin: 0 auto;
      line-height: 1.7em; }
    .indexFlash li .layer p {
      display: none; }
.indexFlash .arrow a {
  width: .6rem;
  height: .6rem;
  top: 2rem; }
.indexFlash .dots {
  bottom: .3rem; }

.index-news .img-list {
  padding-top: .5rem; }
  .index-news .img-list li {
    width: 100%; }
  .index-news .img-list a .name {
    font-size: .32rem;
    height: .7rem;
    line-height: .7rem; }
  .index-news .img-list a .time {
    font-size: .26rem; }
  .index-news .img-list a p {
    line-height: 2em; font-size: 14px !important; }
.index-news .list {
  padding: .2rem 0; }
  .index-news .list li {
    width: 100%; }
  .index-news .list a {
    height: .8rem;
    font-size: .28rem; }
    .index-news .list a .name {
      line-height: .8rem; }
.index-news .more {
  padding: .5rem 0 1rem 0; }

.index-notice .list, .index-notice .img-list {
  width: 100%; }
.index-notice h2.title {
  font-size: .36rem; }
.index-notice .more {
  position: static;
  padding: .3rem 0 .5rem 0; }
.index-notice .list {
  margin-bottom: .5rem; }
  .index-notice .list ul {
    padding: .35rem .44rem 0 .44rem; }
  .index-notice .list li a {
    padding: 0 0 .2rem .75rem;
    min-height: 1rem; }
    .index-notice .list li a .time {
      font-size: .26rem;
      line-height: .4rem;
      top: .03rem; }
      .index-notice .list li a .time em {
        font-size: .4rem; }
    .index-notice .list li a .name {
      font-size: .26rem;
      line-height: .4rem; }
.index-notice .img-list {
  width: 100%; }
  .index-notice .img-list li a .name {
    padding: 0;
    font-size: .26rem;
    height: .8rem;
    line-height: .8rem; }

.index-special li {
  width: 50%; }
.index-special a .name {
  height: .8rem;
  line-height: .8rem;
  font-size: .26rem; }

.p-nav h2 {
  font-size: .32rem;
  padding-right: 0;
  left: 0; }
.p-nav .nav {
  position: static;
  padding: .65rem 0 .1rem 0; }
  .p-nav .nav ul {
    margin-left: -.3rem; }
  .p-nav .nav li {
    padding-left: .3rem; }
  .p-nav .nav a {
    font-size: .28rem;
    padding: .25rem 0; }
.p-nav .curr {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.1rem; width: calc(100% - 2.7rem);
text-align: right;
  top: 0;
  bottom: auto;
  font-size: .22rem;
  line-height: .3rem; }

.about-1 .container .img {
  width: 100%; }
.about-1 .container .content {
  position: static;
  width: 100%;
  padding: .4rem .3rem 0 .3rem; }
.about-1 .more {
  padding: .25rem 0 1rem 0; }

.about-2 {
  padding: 0 .5rem; }
  .about-2 .container {
    padding-right: 0; }
    .about-2 .container .img {
      width: 100%; }
    .about-2 .container .content {
      width: 100%;
      padding-top: .4rem; }
  .about-2 .more {
    padding: .4rem 0 1rem 0; }

.about-3 .container {
  background: none;
  width: 100%;
  padding-bottom: .5rem; }
  .about-3 .container .content {
    background: #fff;
    border-bottom-left-radius: 0.3rem;
    -webkit-border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    -webkit-border-bottom-right-radius: 0.3rem;
    padding: .4rem;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1); }
    .about-3 .container .content:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: .08rem;
      background: #F7B113; }
.about-3 .year-list {
  padding-bottom: .6rem; }
  .about-3 .year-list li {
    width: 20%;
    font-size: .3rem;
    height: 1rem; }
.about-3 .p-list {
  max-width: 100%; }

.about-4 .p-list li {
  width: 50%; }

.introduction .content {
  width: 100%;
  font-size: .26rem; }
.introduction .imgs {
  width: 80%;
  margin: 0 auto;
  padding-top: .3rem; }
  .introduction .imgs ul {
    margin-left: -.3rem; }
  .introduction .imgs li {
    padding: 0 0 .3rem .3rem;
    width: 100%; }

.yjs .p-list li {
  width: 100%; }

.team-1 ul {
  margin-left: -.3rem;
  margin-right: -.3rem; }
.team-1 li {
  width: 100%; }

.team-2 .p-list li {
  width: 100%; }

.p-class .row {
  line-height: .6rem; }
  .p-class .row .name {
    padding-right: .2rem;
    font-size: .26rem; }
  .p-class .row li {
    font-size: .28rem;
    padding-right: .3rem; }

.team-list li {
  width: 50%;
  padding: 0 0 0 .2rem; }
  .team-list li  .img {
    width: 2.68rem; }
  .team-list li .container {
    top: -.45rem; }
    .team-list li  .container h3 {
      font-size: .3rem; }
    .team-list li .container p {
      font-size: .24rem; }
    .team-list li .container .msg {
      font-size: .22rem;
      margin-left: -.6rem; }

.p-num a {
  font-size: .24rem; }
  .p-num a.arrow {
    width: .6rem; }

.team-show .container {
  width: 5rem;
  margin: 0 auto; }
  .team-show .container .img {
    width: 4.5rem; }
  .team-show .container .col {
    width: 100%;
    padding: .4rem 0; }
  .team-show .container h2 {
    font-size: .42rem; }
  .team-show .container .msg {
    font-size: .28rem; }
  .team-show .container .msg2 {
    font-size: .26rem; }
.team-show .content {
  font-size: .26rem; }
  .team-show .content p {
    padding-bottom: .26rem; }
  .team-show .content h3 {
    font-size: .3rem; }

.teaching-1 {
  padding: 0 0 1rem 0; }
  .teaching-1 .box {
    padding-bottom: 0; }
  .teaching-1 .img {
    width: 100%; }
  .teaching-1 .p-list {
    width: 100%;
    padding: .6rem .5rem;
    position: static; }
    .teaching-1 .p-list li {
      width: 100%; }

.teaching-2 .list {
  padding: 0 .31rem 1.67rem .31rem; }
  .teaching-2 .list li {
    width: 100%; }
  .teaching-2 .list a .box {
    margin-left: .4rem;
    margin-right: .4rem;
    padding: .3rem .3rem .5rem .3rem; }
    .teaching-2 .list a .box h3 {
      font-size: .32rem; }

.teaching-3:before {
  display: none; }
.teaching-3 .img {
  position: static;
  margin-left: 0;
  width: 100%; }
.teaching-3 .wal {
  min-height: 1rem;
  padding: .5rem 0; }
.teaching-3 .p-title {
  text-align: center;
  padding: 0; }
.teaching-3 .list {
  min-height: 1rem;
  padding: 0 0 .5rem 0; }
  .teaching-3 .list li a {
    height: .8rem;
    font-size: .28rem; }
    .teaching-3 .list li a .time {
      width: 1.8rem; }
.teaching-3 .more a.p-more {
  margin: 0 auto; }
.teaching-4 .list a .img { height: auto !important; }
.teaching-4 .p-title {
  padding: 1rem 0 .7rem 0; }
.teaching-4 .list ul {
  margin-left: -.3rem; }
.teaching-4 .list li {
  width: 50%;
  padding-left: .3rem; }
.teaching-4 .list a .img {
  font-size: .24rem; }

.teaching-nav ul {
  margin-right: -.3rem;
  margin-left: -.3rem; }
.teaching-nav a {
  font-size: .28rem;
  padding: .3rem .15rem; }

.teaching-list {
  padding: .15rem 0; }
  .teaching-list a {
    font-size: .26rem;
    height: .9rem;
    line-height: .9rem; }

.p-num2 {
  font-size: .26rem;
  line-height: .6rem; }

.research-1 .imgs {
  width: 100%;
  margin-bottom: .5rem;
  border: 0; }
  .research-1 .imgs li a .box {
    padding: .3rem 0 .3rem .38rem; }
    .research-1 .imgs li a .box .name {
      font-size: .28rem;
      line-height: .4rem; }
    .research-1 .imgs li a .box p {
      font-size: .24rem; }
  .research-1 .imgs .dots {
    bottom: 0; }
.research-1 .list {
  width: 100%; }
  .research-1 .list a {
    font-size: .24rem; }
    .research-1 .list a .name {
      font-size: .28rem;
      line-height: .4rem; }

.research-2 .list {
  padding-bottom: .5rem;
  width: 6rem;
  margin: 0 auto; }
  .research-2 .list li {
    padding-bottom: .5rem; }

.research-3 {
  margin: 0; }
  .research-3:before {
    display: none; }
  .research-3 .img {
    position: static;
    margin-left: 0;
    width: 100%; }
  .research-3 .wal {
    min-height: 1rem;
    padding: .5rem 0 0 0; }
  .research-3 .p-title {
    text-align: center;
    padding: 0;
    height: auto; }
  .research-3 .content {
    padding: .45rem 0; }
  .research-3 .more a.p-more {
    margin: 0 auto; }

.research-list ul {
  margin-left: -.3rem; }
.research-list li {
  width: 50%;
  padding: 0 0 .15rem .3rem; }
.research-list a .name {
  height: .8rem;
  line-height: .8rem;
  font-size: .24rem; }

.research-show .big-img {
  margin-right: -.3rem;
  margin-left: -.3rem; }
.research-show .list {
  margin-left: -.3rem;
  margin-right: -.3rem; }
  .research-show .list .arrow a {
    width: .5rem;
    height: .5rem;
    margin-top: -.25rem; }
.research-show .content {
  font-size: .26rem;
  line-height: 1.75em; }

.news-1 .imgs li a {
  padding-bottom: 0; }
  .news-1 .imgs li a .img {
    width: 100%; }
  .news-1 .imgs li a .box {
    position: static;
    width: 100%;
    padding: .4rem .4rem .6rem .4rem; }
    .news-1 .imgs li a .box .name {
      font-size: .32rem; }
    .news-1 .imgs li a .box .time {
      font-size: .24rem; }
    .news-1 .imgs li a .box .btn {
      right: .4rem; }
      .news-1 .imgs li a .box .btn em {
        font-size: .24rem;
        padding-right: .2rem;
        background-size: .1rem; }
.news-1 .list li {
  width: 100%; }
.news-1 .list a {
  height: 1rem;
  line-height: 1rem;
  padding: 0 1.8rem 0 .18rem;
  font-size: .26rem; }

.news-2 .list li {
  width: 100%; }
.news-2 .list a .name {
  font-size: .3rem; }
.news-2 .list a .msg {
  font-size: .24rem; }

.new-list li a {
  height: 1rem;
  line-height: 1rem;
  padding: 0 1.8rem 0 .18rem;
  font-size: .26rem; }

.new-list2 li a {
  color: rgba(0, 0, 0, 0.9); }
  .new-list2 li a .img {
    width: 3rem; }
  .new-list2 li a .box {
    padding: .25rem .05rem .25rem .25rem; }
    .new-list2 li a .box .name {
      font-size: .26rem;
      line-height: 1.5em; }
    .new-list2 li a .box .time {
      font-size: .24rem; }
    .new-list2 li a .box p {
      font-size: .22rem;
      display: none; }

.new-show {
  padding: .6rem 0 1.6rem 0; }
  .new-show .time {
    font-size: .24rem; }
  .new-show .content {
    font-size: .26rem; }
    .new-show .content .img .name {
      font-size: .24rem; }
  .new-show .share {
    width: 100%;
    position: static;
    padding-top: .5rem; }
    .new-show .share .name {
      font-size: .24rem;
      padding: 0; }
      .new-show .share .name:before {
        display: none; }
    .new-show .share dd {
      padding: 0 0 0 .2rem; }
      .new-show .share dd a {
        width: .6rem;
        height: .6rem; }
  .wal {
    margin-top: 0 }
  .wal2 {
    margin: 0 .3rem; }
@media screen and (max-width: 800px) {
  .research-2 .list a{ width:2.75rem;    margin-bottom: 0rem;}
  
}
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; }


.introduction { margin: 0; padding: .68rem .3rem 0; }
 }

.leader h3 {
  font-size: .32rem; }
.leader .list li {
  width: 100%; }
  .leader .list li h4 {
    font-size: .3rem; }
  .leader .list li h5 {
    font-size: .26rem; }
  .leader .list li p {
    font-size: .24rem;
    line-height: 2em; }
/*# sourceMappingURL=phone.css.map */

.language, .search { display: none !important; }

.mobile-language, .mobile-search { display: block !important;  position: static !important; margin: .25rem auto !important; }
.mobile-language { margin-top: 1rem !important; }