@charset "UTF-8";
body.show a, body.show .transition, body.show .g-head .nav, .g-head body.show .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; }
.pb_sys_common span span{display:inline-block;padding-bottom:10px}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .p-layer, .p-title, .g-head .btns .search, .index-flash li .layer .tag, .index-flash .arrow {
  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, .p-title {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-layer {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .index-flash .arrow {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .index-news .list ul, .index-media .list ul, .index-voices .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.bsBox {
  box-sizing: content-box; }

.p-ico, .g-head .btns .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; }

.p-title {
  padding: .5rem 0 .4rem 0; }
  .p-title h2 {
    position: relative;
    text-transform: uppercase;
    font-size: .36rem;
    color: #000;
    padding-right: .5rem;
    line-height: 1em;
    font-family: 'SourceSansPro-Bold'; }
    .p-title h2:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: .25rem;
      width: 1px;
      height: .24rem;
      margin-top: -.12rem;
      background: #c3c3c3; }
  .p-title a.more {
    text-transform: uppercase;
    color: #adadad; }
    .p-title a.more:hover {
      color: #000; }

* {
  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: "SourceSansPro-Regular", "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none; }
  body.hidden {
    overflow: hidden; }

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: #791cb5;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: .12rem; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  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; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 14rem;
  margin: 0 auto; }

@font-face {
  font-family: "icon";
  src: url("fonts/icon.woff2") format("woff2"), url("fonts/icon.woff") format("woff"), url("fonts/icon.ttf") format("truetype"), url("fonts/icon.eot") format("embedded-opentype"), url("fonts/icon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "myriadpro-regular";
  src: url("fonts/myriadpro-regular.woff2") format("woff2"), url("fonts/myriadpro-regular.woff") format("woff"), url("fonts/myriadpro-regular.ttf") format("truetype"), url("fonts/myriadpro-regular.eot") format("embedded-opentype"), url("fonts/myriadpro-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("fonts/SourceSansPro-Bold.woff2") format("woff2"), url("fonts/SourceSansPro-Bold.woff") format("woff"), url("fonts/SourceSansPro-Bold.ttf") format("truetype"), url("fonts/SourceSansPro-Bold.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular.ttf") format("truetype"), url("fonts/SourceSansPro-Regular.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*-------------------------*/
.g-headD {
  height: 1.7rem; }

.g-head {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff; }
  .g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .37rem;
    right: 0;
    height: 1px;
    background: #EBEBEB; }
  .g-head .wal {
    min-height: 1.7rem;
    position: relative; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: 2.77rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0.37rem;
    bottom: 0; }
  .g-head .link {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    line-height: .36rem;
    font-size: .13rem;
    color: #707070; }
    .g-head .link b {
      padding: 0 .12rem; }
    .g-head .link a {
      color: #707070; }
    .g-head .link a:hover, .g-head .link a.on {
      color: #791cb5; }
  .g-head .btns {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.44rem;
    top: 0.8rem;
    bottom: auto;
    padding-right: .35rem; }
    .g-head .btns:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: .15rem;
      width: 1px;
      height: .3rem;
      margin-top: -.15rem;
      background: #DEDEDE; }
    .g-head .btns .search {
      width: 2.9rem;
      height: .44rem;
      background: rgba(141, 141, 141, 0.11);
      -moz-border-radius: 0.3rem;
      -webkit-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      .g-head .btns .search .input {
        width: 100%;
        flex-shrink: 1; }
        .g-head .btns .search .input input {
          width: 100%;
          height: .44rem;
          line-height: .44rem;
          font-size: .14rem;
          padding: 0 .15rem; }
      .g-head .btns .search .submit {
        flex-shrink: 0;
        width: .52rem;
        height: .44rem;
        line-height: .44rem;
        text-align: center;
        position: relative; }
        .g-head .btns .search .submit input {
          position: absolute;
          z-index: 1;
          left: 0;
          right: auto;
          top: 0;
          bottom: auto;
          width: 100%;
          height: 100%;
          cursor: pointer; }
        .g-head .btns .search .submit i {
          font-size: .18rem;
          color: #72488D;
          font-style: normal; }
  .g-head a.navA {
    width: .44rem;
    height: .44rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000 url("../image/navA.png") center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.8rem;
    bottom: auto; }
  .g-head .nav {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.4rem;
    top: 0.8rem;
    bottom: auto;
    width: 2.4rem;
    background: url("../image/nav.png") center no-repeat;
    background-size: 100% 100%;
    padding: .22rem 0;
    opacity: 0;
    visibility: hidden;
    font-family: 'myriadpro-regular'; }
    .g-head .nav:after {
      content: "";
      display: block;
      position: absolute;
      top: .15rem;
      right: -.06rem;
      width: .16rem;
      height: .16rem;
      background: #701aa8;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg); }
    .g-head .nav .list li {
      position: relative; }
    .g-head .nav .list a {
      display: block;
      font-size: .16rem;
      line-height: .24rem;
      color: #fff;
      padding: .1rem .1rem .1rem .35rem;
      position: relative; }
      .g-head .nav .list a:before {
        content: "";
        display: block;
        position: absolute;
        left: .35rem;
        bottom: 0;
        right: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.18); }
      .g-head .nav .list a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 2px;
        margin-top: -1px;
        background: #ba9a05; }
      .g-head .nav .list a:hover, .g-head .nav .list a.on {
        color: #ba9a05; }
        .g-head .nav .list a:hover:after, .g-head .nav .list a.on:after {
          width: .2rem; }
    .g-head .nav .btn-list {
      display: none; }

@media screen and (min-width: 800px) {
  .g-head .nav .list .list2 {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 100%;
    top: 0;
    bottom: auto;
    width: 2rem;
    background: url("../image/bg200.png") center no-repeat;
    background-size: 100% 100%;
    padding: .2rem 0 .44rem 0;
    display: none; }
    .g-head .nav .list .list2:after {
      content: "";
      display: block;
      position: absolute;
      top: .15rem;
      right: -.06rem;
      width: .16rem;
      height: .16rem;
      background: #791cb5;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg); }
  .g-head .nav .list li:hover a.name {
    color: #ba9a05; }
    .g-head .nav .list li:hover a.name:after {
      width: .2rem; }
  .g-head .nav .list li:hover .list2 {
    display: block; } }
body.navShow .g-head a.navA {
  background-image: url("../image/close44.png"); }
body.navShow .g-head .nav {
  opacity: 1;
  visibility: visible;
  right: .57rem; }

.g-foot {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .g-foot .wal {
    min-height: 2.65rem;
    position: relative; }
    .g-foot .wal:before {
      content: "";
      display: block;
      position: absolute;
      left: -.44rem;
      bottom: 0;
      right: -50vw;
      height: .7rem;
      background: #C6CFD7; }
    .g-foot .wal:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: -50vw;
      height: 1.02rem;
      background: #4B0B77; }
  .g-foot .logo {
    width: 2.08rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0.95rem;
    bottom: auto; }
  .g-foot .btn a {
    width: 3.24rem;
    line-height: .6rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 1.33rem;
    bottom: auto;
    display: block;
    background: #ba9a05;
    font-size: .18rem;
    color: #fff;
    padding-left: .3rem; }
    .g-foot .btn a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: .66rem;
      background: #3e0a61 url("../image/arrow28.png") center no-repeat;
      background-size: .28rem; }
  .g-foot .container {
    position: absolute;
    z-index: 1;
    left: 0.4rem;
    right: 0;
    top: auto;
    bottom: 0.25rem;
    color: #8B66A4; }
    .g-foot .container .link {
      font-size: .14rem;
      padding-bottom: .1rem;
      color: rgba(255, 255, 255, 0.4); }
      .g-foot .container .link em {
        padding: 0 .15rem; }
      .g-foot .container .link a {
        color: rgba(255, 255, 255, 0.4); }
      .g-foot .container .link a:hover {
        color: #fff; }
    .g-foot .container .content {
      font-size: .12rem;
      line-height: 1.5em; }

/*index*/
.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: .4rem; }
  .index-flash:before {
    content: "";
    display: block;
    position: absolute;
    left: 6%;
    top: 0;
    right: 0;
    background: url("../image/img1867.jpg") center no-repeat;
    background-size: 100% 100%;
    height: 6.66rem; }
  .index-flash li {
    position: relative;
    overflow: hidden; }
    .index-flash li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      background: url("../image/bg20_1.png") center repeat-x;
      background-size: auto 100%;
      height: 4.17rem; }
    .index-flash li .img img {
      width: 100%; }
    .index-flash li .layer {
      position: absolute;
      z-index: 1;
      left: 0.5rem;
      right: 0.5rem;
      top: auto;
      bottom: 0.45rem;
      color: #fff; }
      .index-flash li .layer .tag a {
        line-height: .26rem;
        padding: 0 .12rem;
        background: #791cb5;
        color: #fff; }
      .index-flash li .layer h3 a {
        font-size: .4rem;
        padding: .1rem 0;
        display: block;
        color: #fff; }
      .index-flash li .layer p a {
        line-height: .22rem;
        max-width: 7.7rem;
        display: block;
        color: #fff; }
  .index-flash .arrow {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.4rem;
    top: auto;
    bottom: 0;
    height: .85rem;
    width: 1.3rem; }
    .index-flash .arrow:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 1px;
      background: rgba(255, 255, 255, 0.58); }
    .index-flash .arrow a {
      width: .41rem;
      height: .41rem;
      position: relative; }
      .index-flash .arrow a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #791cb5;
        border: #fff solid 1px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: .3; }
      .index-flash .arrow a:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: .28rem;
        background: center no-repeat;
        background-size: 100%; }
      .index-flash .arrow a.prev:after {
        background-image: url("../image/prev28.png");
        right: -.1rem; }
      .index-flash .arrow a.prev:hover:after {
        right: .06rem; }
      .index-flash .arrow a.next:after {
        background-image: url("../image/next28.png");
        left: -.1rem; }
      .index-flash .arrow a.next:hover:after {
        left: .06rem; }

.index-news .list {
  padding-bottom: .3rem; }
  .index-news .list ul {
    margin-left: -.4rem; }
  .index-news .list li {
    width: 25%;
    padding: 0 0 .35rem .4rem; }
  .index-news .list a {
    display: block;
    position: relative;
    color: #524a64; }
    .index-news .list a .img {
      width: 100%;
      overflow: hidden;
      position: relative; }
      .index-news .list a .img img {
        width: 100%; }
    .index-news .list a .name {
      font-size: .18rem;
      line-height: .22rem;
      font-weight: bold;
      padding: .22rem 0;
      min-height: 1.22rem;
      position: relative; }
      .index-news .list a .name:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: .39rem;
        height: 1px;
        background: #791cb5; }
  .index-news .list a:hover {
    color: #791cb5; }
    .index-news .list a:hover .img img {
      transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2); }

.index-media {
  min-height: 6.35rem;
  background: #f2f3f9;
  padding-bottom: 2.9rem; }
  .index-media .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .index-media .list ul {
      margin-left: -1.2rem; }
    .index-media .list li {
      width: 33.333%;
      padding: 0 0 .5rem 1.2rem;
      position: relative; }
      .index-media .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: .6rem;
        top: 0;
        bottom: .5rem;
        width: 1px;
        background: #d9d9d9; }
      .index-media .list li a {
        display: block;
        color: #524a64; }
        .index-media .list li a h3 {
          font-size: .22rem;
          line-height: .26rem;
          padding-bottom: .18rem; }
        .index-media .list li a p {
          line-height: .18rem; }
      .index-media .list li a:hover {
        color: #791cb5; }

.index-voices {
  margin-top: -2.9rem;
  position: relative;
  z-index: 2; }
  .index-voices .list li {
    width: 33.333%; }
  .index-voices .list a {
    display: block;
    position: relative; }
    .index-voices .list a .img {
      width: 100%;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      .index-voices .list a .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url("../image/bg20.png") center bottom repeat-x;
        background-size: auto 2.01rem;
        z-index: 2; }
      .index-voices .list a .img img {
        width: 100%; }
    .index-voices .list a .name {
      display: block;
      color: #fff;
      position: absolute;
      z-index: 1;
      left: 0.3rem;
      right: 0.3rem;
      top: auto;
      bottom: 0.3rem;
      font-size: .17rem;
      line-height: .24rem; }
    .index-voices .list a .btn {
      width: .54rem;
      height: .54rem;
      background: rgba(0, 0, 0, 0.3) url("../image/arrow11.png") center no-repeat;
      background-size: .11rem;
      border: rgba(233, 233, 233, 0.3) solid 1px;
      position: absolute;
      z-index: 1;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-left: -.27rem;
      margin-top: -.27rem; }
  .index-voices .list a:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2); }

/*# sourceMappingURL=index.css.map */


 .v_news_content li{list-style: inherit;}
 .v_news_content .list-paddingleft-2{padding-left:20px;}
