body.show a, body.show .transition, 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 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .p-layer, .g-head .nav .btn-list .search, .g-head .nav .btn-list dl.share, .index-flash .dots {
  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, .p-layer {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-layer, .g-head .nav .btn-list dl.share, .index-flash .dots {
  justify-content: center;
  -webkit-justify-content: center; }

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

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

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

.bsBox {
  box-sizing: content-box; }

.p-ico, .g-head .nav .btn-list .search .submit i {
  font-family: 'icon';
  font-size: .2rem; }

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden; }
  .p-layer.show {
    opacity: 1;
    visibility: visible; }

.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;
      padding-top: 30px; }
    .pageTips .container a {
      color: #fff;
      text-decoration: underline; }

/*-------------------------*/
html {
  font-size: 50px; }

body {
  font-size: .24rem; }

.wal, .wal2 {
  max-width: 800px;
  margin: 0 .45rem; }

.g-headD {
  height: 2.74rem; }

.g-head:before {
  top: .97rem; }
.g-head .wal {
  min-height: 2.74rem; }
.g-head a.logo {
  width: 3.7rem;
  height: .75rem;
  top: 1.46rem; }
.g-head .link {
  line-height: .97rem;
  font-size: .26rem; }
.g-head .btns {
  display: none; }
.g-head a.navA {
  width: .8rem;
  height: .8rem;
  top: 1.42rem; }
.g-head .nav {
  top: 0;
  right: auto;
  left: -.45rem;
  z-index: 50;
  width: 5.87rem;
  padding: .22rem 0; }
  .g-head .nav:after {
    top: 1.7rem;
    right: -.1rem;
    width: .2rem;
    height: .2rem; }
  .g-head .nav .logo {
    background: url("../image/logo377.png") center no-repeat;
    background-size: 3.77rem;
    height: 1.8rem; }
  .g-head .nav .list a {
    font-size: .32rem;
    line-height: .88rem;
    padding-left: .75rem; }
    .g-head .nav .list a:before {
      left: .65rem; }
    .g-head .nav .list a:hover:after, .g-head .nav .list a.on:after {
      width: .35rem; }
  .g-head .nav .list .list2 {
    display: none;
    padding: .15rem 0 .15rem .75rem; }
    .g-head .nav .list .list2 a {
      font-size: .28rem;
      line-height: .7rem; }
      .g-head .nav .list .list2 a:before {
        display: none; }
  .g-head .nav .list li.on .list2 {
    display: block; }
  .g-head .nav .btn-list {
    display: block;
    padding: .45rem .6rem .35rem .7rem; }
    .g-head .nav .btn-list .search {
      height: .7rem;
      background: #fff;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      border-radius: 0.5rem; }
      .g-head .nav .btn-list .search .input {
        width: 100%; }
        .g-head .nav .btn-list .search .input input {
          width: 100%;
          height: .7rem;
          line-height: .7rem;
          font-size: .24rem;
          padding: 0 .25rem; }
      .g-head .nav .btn-list .search .submit {
        flex-shrink: 0;
        width: .9rem;
        height: .7rem;
        line-height: .7rem;
        text-align: center;
        position: relative; }
        .g-head .nav .btn-list .search .submit input {
          position: absolute;
          z-index: 1;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          width: 100%;
          height: 100%;
          cursor: pointer; }
        .g-head .nav .btn-list .search .submit i {
          font-size: .36rem;
          color: #72488D;
          font-style: normal; }
    .g-head .nav .btn-list dl.share {
      padding-top: .45rem; }
      .g-head .nav .btn-list dl.share dd {
        padding: 0 .2rem; }
      .g-head .nav .btn-list dl.share a {
        display: block;
        width: .72rem;
        height: .72rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.45);
        padding: .14rem; }

body.navShow .g-head:after {
  content: "";
  display: block;
  position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.37); }
body.navShow .g-head .nav {
  right: auto; }

.g-foot .wal:before {
  left: -.45rem;
  height: 2.95rem; }
.g-foot .wal:after {
  height: 3.26rem; }
.g-foot .logo {
  width: 4.34rem;
  position: static;
  margin: 0 auto;
  padding: .5rem 0 .35rem 0; }
.g-foot .img {
  width: 6.9rem;
  position: relative;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  margin-top: 1rem;
  height: 4.27rem; }
  .g-foot .img li {
    width: 2.2rem; }
  .g-foot .img li.li_01 {
    top: .45rem; }
  .g-foot .img li.li_02 {
    left: 1.2rem;
    top: 1.27rem; }
  .g-foot .img li.li_03 {
    left: 3.26rem;
    top: .83rem;
    z-index: 2; }
  .g-foot .img li.li_04 {
    width: 1.4rem;
    right: 0.4rem; }
.g-foot .container {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 3.26rem;
  text-align: center; }
  .g-foot .container .link {
    font-size: .22rem;
    padding: .55rem 0 .45rem 0; }
  .g-foot .container .content {
    font-size: .24rem;
    line-height: .36rem;
    width: 5.1rem;
    margin: 0 auto; }

/*index*/
.index-flash .bg {
  left: .45rem;
  height: 5.24rem; }
  .index-flash .bg:before {
    left: 0; }
.index-flash .wal2 {
  padding-top: .3rem;
  margin: 0 auto; }
.index-flash .list {
  width: 100%; }
  .index-flash .list li .layer {
    position: static;
    padding: .37rem .45rem; }
    .index-flash .list li .layer .tag a {
      line-height: .52rem;
      padding: 8px .4rem;
      font-size: .24rem; }
    .index-flash .list li .layer h3 a {
      font-size: .36rem;
      line-height: .56rem;
      padding: .3rem 0;
      color: #000; }
    .index-flash .list li .layer p a {
      font-size: .28rem;
      line-height: .44rem;
      color: rgba(0, 0, 0, 0.67); }
.index-flash .dots {
  padding: .15rem 0; }
  .index-flash .dots span {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #C3C3C3;
    margin: 0 .1rem;
    width: .15rem;
    height: .15rem; }
  .index-flash .dots span.swiper-pagination-bullet-active {
    background: #4c85d1; }
.index-flash .side {
  display: none; }

.index-recommend .title {
  padding: .68rem 0 .5rem 0; }
  .index-recommend .title h2 {
    font-size: .52rem;
    padding-right: .45rem;
    margin-right: .3rem; }
  .index-recommend .title a.more {
    font-size: .24rem; }
.index-recommend .arrow {
  display: none; }
.index-recommend .list {
  width: 14.5rem; }
  .index-recommend .list dd {
    padding-right: .41rem;
    width: 100%; }
    .index-recommend .list dd a {
      min-height: 1rem;
      padding-bottom: 1.75rem; }
      .index-recommend .list dd a:before {
        bottom: 1.15rem;
        width: .78rem; }
      .index-recommend .list dd a .name {
        font-size: .34rem;
        line-height: .52rem;
        padding: .4rem 0; }

.index-news:before {
  display: none; }
.index-news .wal {
  min-height: 1rem;
  padding: 0 0 .9rem 0;
  margin: 0 auto; }
.index-news .nav {
  width: 100%;
  border: none;
  border-top: #4c85d1 solid .1rem;
  border-bottom: #E9E4ED solid 1px;
  overflow: hidden; }
  .index-news .nav li a {
    line-height: 1.23rem;
    font-size: .3rem;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center; }
    .index-news .nav li a:before, .index-news .nav li a:after {
      display: none; }
.index-news .time {
  font-size: .24rem; }
.index-news .list {
  width: 100%;
  padding: .48rem .48rem 0; }
  .index-news .list li {
    padding: 0 0 .8rem 0; }
    .index-news .list li .img {
      width: 100%;
      position: relative; }
      .index-news .list li .img a {
        width: auto; }
        .index-news .list li .img a img {
          height: auto; }
    .index-news .list li .time {
      left: -.3rem;
      top: 2.4rem;
      width: 1.2rem;
      height: 1.2rem; }
    .index-news .list li .tag {
      font-size: .24rem;
      padding-top: .4rem; }
    .index-news .list li .name {
      font-size: .36rem;
      line-height: .52rem;
      padding: .2rem 0 .3rem 0; }
    .index-news .list li p {
      font-size: .26rem;
      line-height: .48rem; }
  .index-news .list .more {
    padding: .3rem 0 1rem 0; }
    .index-news .list .more a {
      font-size: .24rem; }
.index-news .list2 {
  width: 100%;
  padding: .35rem 0 .7rem .45rem;
  position: relative;
  order: -1; }
  .index-news .list2:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.04rem;
    top: 0;
    right: 0;
    height: 3rem;
    background: #F2F3F9; }
  .index-news .list2 .tab-btn li a {
    font-size: .4rem;
    height: 1.44rem;
    line-height: 1.32rem;
    padding-top: .12rem; }
    .index-news .list2 .tab-btn li a:before {
      top: .81rem; }
  .index-news .list2 .tab-box {
    position: relative;
    padding: .2rem 0; }
    .index-news .list2 .tab-box li {
      height: 2.35rem; }
      .index-news .list2 .tab-box li:before {
        left: 1.79rem; }
      .index-news .list2 .tab-box li .time {
        width: 1.7rem; }
      .index-news .list2 .tab-box li .name {
        font-size: .36rem;
        line-height: .52rem;
        width: 100%; }
  .index-news .list2 .more {
    padding: .4rem .45rem; }
    .index-news .list2 .more a {
      font-size: .24rem; }

.index-imgs li {
  width: 100%;
  padding-bottom: .1rem; }
.index-imgs .box div.name .tag a {
  line-height: .52rem;
  padding: 0 .2rem;
  font-size: .24rem; }
.index-imgs .box div.name a.name {
  font-size: .24rem;
  line-height: .36rem; }
.index-imgs .box .btn {
  width: 1rem;
  height: 1rem;
  margin-left: -.5rem;
  margin-top: -.5rem; }

.index-links:before {
  display: none; }
.index-links .list {
  width: 100%;
  padding-bottom: 0; }
  .index-links .list .title {
    padding: 1.2rem 0 .34rem 0;
    line-height: .44rem; }
    .index-links .list .title h2 {
      font-size: .44rem; }
    .index-links .list .title a.more {
      font-size: .24rem; }
  .index-links .list li {
    font-size: .24rem;
    padding: .3rem 0; }
    .index-links .list li .name a {
      font-size: .32rem;
      line-height: .48rem; }


video#_vsb_player {
    max-width: 100%;

}
/*美院结束 */