body.show a, body.show .transition, body.show :before, body.show :after, body.show img, body.show .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, .p-more {
  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-more {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .platform-2 .list ul {
  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, .g-nav ul, .platform-2 .list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.p-title .en {
  font-family: 'BodoniStd';
  font-size: .9rem;
  line-height: .98rem;
  text-transform: uppercase;
  color: #E8E8E8;
  padding-bottom: .5rem; }
  .p-title .en em {
    color: #8E8E8E;
    text-transform: uppercase; }
.p-title h2 {
  color: #1D3065;
  font-weight: 400;
  font-size: .32rem;
  line-height: 1em;
  padding: 0 0 0 2.24rem;
  position: relative; }
  .p-title h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.7rem;
    height: 1px;
    background: #1D3065; }

.p-content {
  font-size: .18rem;
  line-height: .32rem;
  text-align: justify;
  color: #999; }

.p-more {
  font-size: .16rem;
  color: #999; }
  .p-more:before {
    content: "";
    display: block;
    position: absolute;
    position: static;
    margin-right: .1rem;
    width: .85rem;
    height: 1px;
    background: #999; }
  .p-more:hover {
    color: #1D3065; }
    .p-more:hover:before {
      background: #1D3065;
      width: 1.2rem; }

.p-content {
  font-size: .24rem;
  line-height: .44rem; }

.p-more {
  font-size: .24rem; }

/*-------------------------*/
html {
  font-size: 50px; }

.wal {
  max-width: 8rem; }

body.navShow {
  overflow: hidden; }
  body.navShow .g-head {
    background: #1D3065; }
    body.navShow .g-head .navA {
      background-image: url("../image/close.png"); }
  body.navShow .g-nav {
    right: 0; }

.g-headD {
  height: 1rem; }

.g-head .wal {
  min-height: 1rem; }
.g-head a.logo {
  left: .3rem; }
.g-head .navA {
  display: block;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  width: 1rem;
  height: 1rem;
  background: url("../image/navA.png") center no-repeat;
  background-size: .4rem; }

.g-nav {
  position: fixed;
  overflow-y: auto;
  width: 100%;
  background: #1D3065;
  right: -100%;
  top: 1rem;
  bottom: 0; }
  .g-nav li {
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    width: 100%;
    margin: 0; }
  .g-nav a.name {
    height: 1rem;
    line-height: 1rem;
    font-size: .26rem;
    text-align: center; }
    .g-nav a.name:before {
      display: none; }

.g-foot {
  font-size: .22rem;
  line-height: 1rem; }

/*index*/
.indexFlash li .wal {
  height: 100vh; }
.indexFlash li .title {
  font-size: .28rem; }

.index-about {
  padding: 1rem 0 2.8rem 0; }
  .index-about .container {
    max-width: 100%;
    padding: .5rem 0 0 0; }
    .index-about .container .p-content {
      min-height: 1rem; }
    .index-about .container .content {
      margin-left: 0;
      padding-bottom: .4rem; }
    .index-about .container .more {
      padding-bottom: .4rem; }
  .index-about .img {
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto; }
  .index-about .container2 .img2 {
    width: 100%;
    padding: .4rem 0; }
    .index-about .container2 .img2 div {
      margin-right: -.3rem; }
  .index-about .container2 .p-content {
    width: 100%;
    margin-top: 0; }

.index-1 .wal {
  position: relative; }
.index-1 .list {
  padding: .5rem 0 0 0; }
  .index-1 .list ul {
    margin-left: -1rem; }
  .index-1 .list li {
    min-height: 3rem;
    padding-left: 1rem;
    width: 50%; }
    .index-1 .list li:before {
      left: .5rem;
      height: 1.6rem; }
    .index-1 .list li a {
      display: block; }
      .index-1 .list li a .ico img {
        height: .6rem; }
      .index-1 .list li a .name {
        font-size: .28rem;
        line-height: .46rem; }
  .index-1 .list .more {
    padding-bottom: 1rem; }

.index-product .p-title .en {
  font-size: .6rem;
  line-height: .6rem;
  margin-right: -.3rem; }
.index-product .big-img {
  width: 100%; }
.index-product .container {
  width: 100%; }
  .index-product .container .p-content {
    padding: .5rem 0; }
  .index-product .container .list {
    margin-left: 0; }
    .index-product .container .list li {
      height: 2.2rem; }
      .index-product .container .list li .ico {
        margin-right: .2rem; }
      .index-product .container .list li .name {
        font-size: .26rem; }
      .index-product .container .list li em {
        font-size: .22rem; }
  .index-product .container .more {
    position: static;
    padding-top: .5rem; }

.foot-contact {
  padding: .8rem 0;
  height: auto; }
  .foot-contact .p-title {
    width: 100%; }
  .foot-contact .list {
    width: 100%;
    padding: .5rem 0; }
    .foot-contact .list li .name {
      font-size: .28rem; }
    .foot-contact .list li p {
      font-size: .24rem; }
  .foot-contact .more {
    position: static; }

.topA {
  right: .3rem; }

.p-banner .wal {
  height: 50vh;
  padding-top: 1rem; }

.contact .map {
  width: 100%;
  height: 4rem;
  position: relative; }
.contact .list {
  padding-top: 0; }
  .contact .list li .name {
    font-size: .28rem; }
  .contact .list li p {
    font-size: .24rem; }

.contact-form .form {
  width: 100%;
  padding-top: .5rem; }
  .contact-form .form li .input input, .contact-form .form li .input textarea {
    font-size: .24rem; }
  .contact-form .form .submit div {
    margin-left: 0; }
  .contact-form .form .submit input {
    font-size: .26rem; }

.history {
  padding: 0 .5rem; }
  .history .list-wrapper li .year {
    line-height: 1.2rem; }
  .history .arrow a.prev {
    left: .2rem; }
  .history .arrow a.next {
    right: .2rem; }

.tamic-1 .wal {
  padding: 1.6rem .3rem 1.1rem .3rem; }
  .tamic-1 .wal .p-title h2 {
    padding-left: 2rem;
    margin-left: -.3rem; }
  .tamic-1 .wal .col {
    width: 100%; }
    .tamic-1 .wal .col .p-content {
      padding: .5rem 0; }
  .tamic-1 .wal .list {
    width: 100%; }
    .tamic-1 .wal .list li img {
      width: 5rem; }

.tamic-2 .img {
  width: 100%; }
.tamic-2 .p-content {
  width: 100%;
  margin-top: .5rem; }

.p-nav li a {
  font-size: .28rem; }

.platform-1 .row {
  padding: .7rem 0 .8rem 0; }
  .platform-1 .row .title {
    font-size: .28rem; }
  .platform-1 .row .p-content {
    width: 100%; }
    .platform-1 .row .p-content .name {
      font-size: .26rem; }
  .platform-1 .row .content {
    width: 100%; }

.platform-2 .list li {
  width: 33.333%;
  height: 4.3rem; }
  .platform-2 .list li .name {
    height: 1.8rem;
    padding-top: .2rem; }
    .platform-2 .list li .name h3 {
      font-size: .26rem; }
    .platform-2 .list li .name em {
      font-size: .22rem; }
  .platform-2 .list li .more {
    font-size: .24rem; }
.platform-2 .list li:nth-child(4), .platform-2 .list li:nth-child(5) {
  width: 50%; }

.platform-layer .container {
  width: 7.5rem;
  padding: 0 .3rem .3rem .3rem; }
  .platform-layer .container .close {
    width: .46rem;
    height: .46rem;
    right: .3rem; }
  .platform-layer .container .logo {
    top: 1.5rem;
    right: .3rem; }
  .platform-layer .container .title {
    padding: 1rem 0 .52rem 0;
    margin-bottom: .5rem; }
    .platform-layer .container .title .en {
      font-size: .4rem; }
    .platform-layer .container .title .name h2 {
      font-size: .28rem; }
  .platform-layer .container .scroll {
    max-height: 60vh; }
  .platform-layer .container .p-content {
    padding-right: .2rem; }
  .platform-layer .container .row .img {
    width: 100%;
    padding: 0 .2rem .4rem; }
  .platform-layer .container .row .p-content {
    width: 100%; }

@media screen and (max-width: 550px) {
  .wal {
    padding: 0 .3rem; } }

/*# sourceMappingURL=phone.css.map */
