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, .p-title, .g-head .nav .btn-list .search {
  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 {
  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; }

.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; }

.p-title {
  padding: .8rem 0 .4rem 0; }

/*-------------------------*/
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;
  top: .97rem; }
.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: .48rem;
      padding: .2rem .2rem .2rem .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 0 .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; }
    body.navShow .g-head:after {
      content: "";
      display: block;
      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.05rem; }
.g-foot .wal:after {
  height: 2.5rem; }
.g-foot .logo {
  width: 4.34rem;
  position: static;
  margin: 0 auto;
  padding: .5rem 0 .35rem 0; }
.g-foot .btn {
  padding-bottom: .5rem; }
  .g-foot .btn a {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 4.34rem;
    line-height: .8rem;
    font-size: .26rem; }
    .g-foot .btn a:after {
      width: 1rem; }
.g-foot .container {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 2.5rem;
  text-align: center; }
  .g-foot .container .link {
    font-size: .26rem;
    padding: .55rem 0 .35rem 0; }
  .g-foot .container .content {
    font-size: .24rem;
    line-height: .36rem;
    width: 5.1rem;
    margin: 0 auto; }

/*index*/
.index-flash:before {
  left: .45rem; }
.index-flash li .img {
  margin-right: -3rem;
  margin-left: -3rem; }
.index-flash li .layer {
  left: .45rem;
  right: .45rem; }
  .index-flash li .layer .tag a {
    line-height: .44rem;
    padding: 0 .2rem; }
  .index-flash li .layer h3 a {
    font-size: .4rem;
    padding: .18rem 0; }
  .index-flash li .layer p a {
    line-height: 1.35em; }
.index-flash .arrow {
  opacity: 0;
  visibility: hidden; }

.index-news .list li {
  width: 50%; }
.index-news .list a .name {
  font-size: .24rem;
  line-height: 1.5em; }

.index-media {
  padding-bottom: 0; }
  .index-media .list li {
    width: 100%;
    margin-bottom: .5rem;
    border-bottom: #d9d9d9 solid 1px; }
    .index-media .list li:last-child {
      border: 0; }
    .index-media .list li a h3 {
      font-size: .28rem;
      line-height: 1.6em; }
    .index-media .list li a p {
      line-height: 1.6em; }

.index-voices {
  margin-top: 0; }
  .index-voices .list li {
    width: 100%;
    padding-bottom: .1rem; }
  .index-voices .list a .name {
    font-size: .24rem;
    line-height: .36rem; }
  .index-voices .list a .btn {
    width: 1rem;
    height: 1rem;
    margin-left: -.5rem;
    margin-top: -.5rem; }

@media screen and (max-width: 550px) {
  .wal, .wal2 {
    margin: 0 .45rem; } }

/*# sourceMappingURL=phone.css.map */
