@charset "UTF-8";
body.show a, body.show .transition, body.show .g-head, body.show .platform-2 .list li, .platform-2 .list body.show li, body.show .platform-2 .list li .name h3, .platform-2 .list li .name body.show h3, body.show .p-layer, 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, .g-nav ul, .indexFlash .arrow .wal, .indexFlash .arrow .dots, .index-about .container .more, .index-1 .list .more, .index-product .container .list li, .foot-contact .list li, .contact .list li, .p-nav ul, .platform-2 .list ul, .p-layer, .platform-layer .container .title .name {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .indexFlash li .wal, .p-banner .wal, .history .list-wrapper li, .platform-2 .list li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .p-more, .indexFlash .arrow .wal, .index-product .container .list li, .foot-contact, .foot-contact .list li, .contact .list li, .platform-2 .list li, .p-layer, .platform-layer .container .title .name {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .indexFlash li .wal, .index-product .container .list li, .p-banner .wal, .platform-2 .list li, .p-layer {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .index-about .container2, .index-product, .contact-form, .tamic-1 .wal, .tamic-2, .platform-1 .row, .platform-layer .container .row {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .index-about .container2, .index-1 .list ul, .index-product, .index-product .container .list ul, .foot-contact, .contact-form, .tamic-1 .wal, .tamic-2, .platform-1 .row, .platform-layer .container .row {
  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; }

* {
  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: 12px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none; }

a {
  color: #333;
  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: #1D3065;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  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: 17rem;
  margin: 0 auto;
  padding: 0 .5rem; }

@font-face {
  font-family: "BodoniStd";
  src: url("fonts/BodoniStd.woff2") format("woff2"), url("fonts/BodoniStd.woff") format("woff"), url("fonts/BodoniStd.ttf") format("truetype"), url("fonts/BodoniStd.eot") format("embedded-opentype"), url("fonts/BodoniStd.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*-------------------------*/
.g-headD {
  height: 0.8rem; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: #fff solid 1px; }
  .g-head .wal {
    min-height: 0.8rem;
    position: relative; }
  .g-head a.logo {
    display: block;
    background: url("../image/logo.png") center no-repeat;
    background-size: 100%;
    width: .68rem;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0.5rem;
    right: auto;
    top: 0;
    bottom: auto; }

.g-nav {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0.5rem;
  top: 0;
  bottom: auto; }
  .g-nav li {
    margin-left: .62rem;
    position: relative; }
    .g-nav li:before {
      content: "";
      display: block;
      position: absolute;
      left: -.3rem;
      top: 50%;
      width: 1px;
      height: .12rem;
      margin-top: -.06rem;
      background: #fff; }
    .g-nav li:first-child:before {
      display: none; }
  .g-nav a.name {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: .16rem;
    color: #fff;
    position: relative; }
    .g-nav a.name:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      right: 50%;
      height: .03rem;
      background: #fff; }
    .g-nav a.name:hover:before, .g-nav a.name.on:before {
      left: 0;
      right: 0; }

.g-head.on {
  background: #1D3065;
  border-color: #1D3065; }

.g-foot {
  color: #8E8E8E;
  font-size: .14rem;
  line-height: .65rem;
  border-top: #D4D4D4 solid 1px; }

/*index*/
.indexFlash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .indexFlash li {
    background: center no-repeat;
    background-size: cover;
    color: #fff; }
    .indexFlash li .wal {
      height: 100vh; }
    .indexFlash li .title {
      font-size: .25rem;
      position: relative;
      padding-left: .25rem; }
      .indexFlash li .title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: .1rem;
        bottom: .04rem;
        width: 1px;
        background: #fff; }
      .indexFlash li .title .en {
        font-family: 'BodoniStd';
        font-size: .95rem;
        line-height: .85rem;
        opacity: .2;
        text-transform: uppercase;
        padding-bottom: .4rem; }
  .indexFlash .arrow {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0; }
    .indexFlash .arrow .wal {
      height: 1.05rem;
      position: relative; }
      .indexFlash .arrow .wal:before {
        content: "";
        display: block;
        position: absolute;
        left: .5rem;
        top: 0;
        right: .5rem;
        background: rgba(212, 212, 212, 0.6);
        height: 1px; }
    .indexFlash .arrow .dots {
      padding-right: .6rem; }
      .indexFlash .arrow .dots span {
        width: .12rem;
        height: .12rem;
        background: #fff;
        margin-right: .17rem;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: .2; }
      .indexFlash .arrow .dots span.swiper-pagination-bullet-active {
        opacity: 1; }
    .indexFlash .arrow a {
      background: center no-repeat;
      background-size: 100%;
      width: .49rem;
      height: .3rem;
      opacity: .6; }
      .indexFlash .arrow a:hover {
        opacity: 1; }
      .indexFlash .arrow a.prev {
        background-image: url("../image/prev48.png"); }
      .indexFlash .arrow a.next {
        background-image: url("../image/next48.png"); }
    .indexFlash .arrow i {
      width: 1px;
      height: .2rem;
      background: rgba(255, 255, 255, 0.6);
      margin: 0 .4rem; }

.index-about {
  min-height: 11.54rem;
  position: relative;
  padding: 1.9rem 0; }
  .index-about .container {
    max-width: 6.95rem;
    padding: .8rem 0 0 2.24rem; }
    .index-about .container .p-content {
      min-height: 3.2rem; }
    .index-about .container .content {
      margin-left: -2.24rem;
      padding-bottom: 1.2rem; }
    .index-about .container .more {
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      padding-top: .3rem; }
  .index-about .img {
    width: 5.57rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: -0.62rem;
    bottom: auto; }
    .index-about .img .year {
      background: #1D3065;
      color: #fff;
      text-align: center;
      position: absolute;
      z-index: 1;
      left: -1.23rem;
      right: auto;
      top: auto;
      bottom: -1.13rem;
      width: 2.3rem;
      height: 2.3rem;
      font-size: .14rem; }
      .index-about .img .year div {
        letter-spacing: .04rem;
        padding: .45rem 0 .2rem 0; }
      .index-about .img .year h3 {
        font-size: .81rem;
        line-height: .68rem;
        font-weight: 400;
        font-family: 'BodoniStd';
        letter-spacing: .04rem; }
  .index-about .container2 .img2 {
    width: 50%; }
    .index-about .container2 .img2 div {
      margin-left: -1.6rem; }
  .index-about .container2 .p-content {
    width: 6.86rem;
    min-height: 1em;
    margin-top: -2.12rem; }

.index-1 {
  background: url("../image/index-1.jpg") center no-repeat;
  background-size: cover; }
  .index-1 .wal {
    min-height: 8rem;
    position: relative; }
  .index-1 .p-title {
    top: -.98rem;
    position: relative; }
    .index-1 .p-title .en div {
      color: #fff; }
    .index-1 .p-title h2 {
      color: #fff; }
      .index-1 .p-title h2:before {
        background: #fff; }
  .index-1 .list {
    padding: .82rem 0 0 2.24rem; }
    .index-1 .list ul {
      margin-left: -2.42rem; }
    .index-1 .list li {
      min-height: 2.25rem;
      position: relative;
      padding-left: 2.42rem; }
      .index-1 .list li:before {
        content: "";
        display: block;
        position: absolute;
        left: 1.2rem;
        top: 0;
        width: 1px;
        height: 1.1rem;
        background: #fff; }
      .index-1 .list li:first-child:before {
        display: none; }
      .index-1 .list li a {
        display: block; }
        .index-1 .list li a .ico img {
          height: .44rem; }
        .index-1 .list li a .name {
          font-size: .22rem;
          line-height: .36rem;
          padding-top: .15rem;
          color: #fff; }
    .index-1 .list .more .p-more {
      color: #fff; }
      .index-1 .list .more .p-more:before {
        background: #fff; }

.index-product {
  padding-bottom: 1.5rem; }
  .index-product .p-title {
    padding: 1.6rem 0 1.15rem 0;
    width: 100%; }
  .index-product .big-img {
    width: 8rem; }
  .index-product .container {
    width: 5.5rem;
    position: relative; }
    .index-product .container .p-content {
      padding: .9rem 0; }
    .index-product .container .list {
      background: #1D3065;
      position: relative;
      margin-left: -5.5rem; }
      .index-product .container .list:before {
        content: "";
        display: block;
        position: absolute;
        left: .2rem;
        top: .2rem;
        right: .2rem;
        bottom: .2rem;
        border: rgba(255, 255, 255, 0.2) solid 1px; }
      .index-product .container .list li {
        height: 2.08rem;
        position: relative;
        width: 50%;
        color: #fff; }
        .index-product .container .list li:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 50%;
          width: 1px;
          height: 1.18rem;
          margin-top: -.59rem;
          background: rgba(255, 255, 255, 0.2); }
        .index-product .container .list li:first-child:after {
          display: none; }
        .index-product .container .list li .ico {
          width: .6rem;
          margin-right: .4rem; }
        .index-product .container .list li .name {
          font-size: .22rem;
          padding-bottom: .1rem; }
        .index-product .container .list li em {
          font-size: .16rem;
          display: block;
          opacity: .1; }
    .index-product .container .more {
      position: absolute;
      z-index: 1;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0.5rem; }

.foot-contact {
  border-top: #D4D4D4 solid 1px;
  height: 5.1rem;
  position: relative; }
  .foot-contact .p-title {
    width: 7.5rem; }
  .foot-contact .list {
    width: 5.55rem; }
    .foot-contact .list li {
      padding: .2rem 0;
      color: #8E8E8E; }
      .foot-contact .list li .ico {
        width: .54rem;
        margin-right: .2rem;
        flex-shrink: 0; }
      .foot-contact .list li .name {
        font-size: .22rem;
        line-height: 1em;
        padding-bottom: .1rem; }
      .foot-contact .list li p {
        font-size: .18rem;
        opacity: .5; }
  .foot-contact .more {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 3.6rem;
    bottom: auto; }

.topA {
  display: block;
  width: .62rem;
  height: .62rem;
  background: #8E8E8E url("../image/topA.png") center no-repeat;
  background-size: .37rem;
  position: fixed;
  z-index: 20;
  right: .5rem;
  bottom: 1.54rem;
  opacity: 0;
  visibility: hidden; }
  .topA.show {
    opacity: 1;
    visibility: visible; }
  .topA:hover {
    background-color: #1D3065; }

.p-banner {
  background: center no-repeat;
  background-size: cover;
  color: #fff; }
  .p-banner .wal {
    height: 100vh;
    padding-top: 0.8rem; }
  .p-banner .title {
    font-size: .4rem;
    position: relative;
    padding-left: .25rem; }
    .p-banner .title:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: .1rem;
      bottom: .04rem;
      width: 1px;
      background: #fff; }
    .p-banner .title .en {
      font-family: 'BodoniStd';
      font-size: .62rem;
      line-height: .67rem;
      opacity: .2;
      text-transform: uppercase;
      padding-bottom: .2rem; }

.contact {
  min-height: 8.84rem;
  position: relative; }
  .contact .map {
    width: 7.98rem;
    height: 7.2rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: -0.9rem;
    bottom: auto; }
  .contact .list {
    padding-top: 2.05rem; }
    .contact .list li {
      padding: 0 0 .4rem 0;
      color: #8E8E8E; }
      .contact .list li .ico {
        width: .54rem;
        margin-right: .2rem;
        flex-shrink: 0; }
      .contact .list li .name {
        font-size: .22rem;
        line-height: 1em;
        padding-bottom: .1rem; }
      .contact .list li p {
        font-size: .18rem; }
  .contact .ewm {
    width: 2.01rem;
    padding: .2rem 0 1.7rem 0;
    margin-left: -.1rem; }

.contact-form {
  padding-bottom: .9rem; }
  .contact-form .form {
    width: 8rem; }
    .contact-form .form li {
      padding-bottom: .4rem;
      position: relative; }
      .contact-form .form li .ico {
        width: .24rem;
        position: absolute;
        z-index: 1;
        left: 0.26rem;
        right: auto;
        top: 0.29rem;
        bottom: auto; }
      .contact-form .form li .input {
        border: #D4D4D4 solid 1px; }
        .contact-form .form li .input input::-webkit-input-placeholder {
          color: #8E8E8E; }
        .contact-form .form li .input input::-moz-placeholder {
          color: #8E8E8E; }
        .contact-form .form li .input input:-moz-placeholder {
          color: #8E8E8E; }
        .contact-form .form li .input input:-ms-input-placeholder {
          color: #8E8E8E; }
        .contact-form .form li .input textarea::-webkit-input-placeholder {
          color: #8E8E8E; }
        .contact-form .form li .input textarea::-moz-placeholder {
          color: #8E8E8E; }
        .contact-form .form li .input textarea:-moz-placeholder {
          color: #8E8E8E; }
        .contact-form .form li .input textarea:-ms-input-placeholder {
          color: #8E8E8E; }
        .contact-form .form li .input input, .contact-form .form li .input textarea {
          width: 100%;
          height: .78rem;
          line-height: .78rem;
          font-size: .22rem;
          padding-left: .78rem; }
        .contact-form .form li .input textarea {
          height: 2.38rem;
          padding: .2rem .2rem .2rem .78rem;
          line-height: .38rem; }
    .contact-form .form .submit {
      padding-top: .2rem; }
      .contact-form .form .submit div {
        width: 3.77rem;
        margin-left: auto;
        background: #1D3065; }
      .contact-form .form .submit input {
        width: 100%;
        height: .8rem;
        color: #fff;
        cursor: pointer;
        font-size: .22rem; }

.history {
  position: relative;
  border-bottom: #1D3065 solid 1px;
  margin-bottom: 1.4rem;
  padding: 0 .9rem; }
  .history .list {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: -.1rem; }
  .history .list-wrapper {
    margin-right: -2.4rem; }
    .history .list-wrapper li {
      height: 5.57rem;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      padding-right: 2.4rem; }
      .history .list-wrapper li .box {
        position: relative;
        padding: 0 0 .3rem .31rem; }
        .history .list-wrapper li .box:before {
          content: "";
          display: block;
          position: absolute;
          left: .15rem;
          bottom: 0;
          top: .1rem;
          width: 1px;
          background: #1D3065; }
        .history .list-wrapper li .box:after {
          content: "";
          display: block;
          position: absolute;
          left: .1rem;
          top: .08rem;
          width: .1rem;
          height: .1rem;
          border: #1D3065 solid 1px;
          background: #fff; }
      .history .list-wrapper li .year {
        font-size: .6rem;
        line-height: 1.7rem;
        color: #8E8E8E;
        font-family: 'BodoniStd';
        white-space: nowrap; }
        .history .list-wrapper li .year em {
          color: #1D3065; }
  .history .arrow a {
    display: block;
    width: .32rem;
    height: .61rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: auto;
    bottom: 2.27rem; }
    .history .arrow a.prev {
      left: .6rem;
      background-image: url("../image/prev30.png"); }
      .history .arrow a.prev:hover {
        background-image: url("../image/prev30on.png"); }
    .history .arrow a.next {
      right: .6rem;
      background-image: url("../image/next30.png"); }
      .history .arrow a.next:hover {
        background-image: url("../image/next30on.png"); }

.tamic-1 .wal {
  padding: 1.6rem 0 1.1rem 0; }
  .tamic-1 .wal .col {
    width: 50%; }
    .tamic-1 .wal .col .p-content {
      padding: .8rem .1rem 0 2.24rem; }
  .tamic-1 .wal .list {
    width: 50%;
    text-align: center; }
    .tamic-1 .wal .list li {
      padding-bottom: .67rem; }
      .tamic-1 .wal .list li img {
        width: 4.1rem; }
      .tamic-1 .wal .list li:last-child {
        padding-bottom: 0; }

.tamic-2 {
  padding: 1rem 0 1.6rem 0; }
  .tamic-2 .p-title {
    width: 100%;
    padding-bottom: .6rem; }
  .tamic-2 .img {
    width: 7.13rem; }
  .tamic-2 .p-content {
    width: 3.7rem;
    margin-top: -.8rem; }
  .tamic-2 .big-img {
    padding-top: 1.2rem;
    width: 100%; }

.p-nav {
  border-bottom: #D4D4D4 solid 1px; }
  .p-nav li {
    width: 50%;
    border-left: #D4D4D4 solid 1px; }
    .p-nav li:first-child {
      border: 0; }
    .p-nav li a {
      display: block;
      line-height: .96rem;
      text-align: center;
      font-size: .24rem;
      color: #666;
      position: relative; }
      .p-nav li a:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -1px;
        width: 0;
        margin-left: 0;
        height: .04rem;
        background: #1D3065; }
      .p-nav li a:hover, .p-nav li a.on {
        color: #1D3065; }
        .p-nav li a:hover:before, .p-nav li a.on:before {
          width: .94rem;
          margin-left: -.47rem; }

.platform-1 {
  padding: 1.1rem 0;
  border-bottom: #D4D4D4 solid 1px; }
  .platform-1 .row {
    padding: .7rem 0 .8rem 2.24rem; }
    .platform-1 .row .title {
      width: 100%;
      font-size: .22rem;
      color: #666;
      padding-bottom: .32rem; }
    .platform-1 .row .p-content {
      width: 4.65rem; }
      .platform-1 .row .p-content .name {
        font-size: .22rem;
        color: #1D3065;
        padding-bottom: .2rem; }
    .platform-1 .row .content {
      width: 7.85rem; }
  .platform-1 .big-img {
    border-top: #D4D4D4 solid 1px;
    padding-top: .7rem; }

.platform-2 {
  padding-bottom: 1.6rem; }
  .platform-2 .p-title {
    padding: 1rem 0 .9rem 0; }
  .platform-2 .list li {
    width: 20%;
    border: #D4D4D4 solid 1px;
    position: relative;
    z-index: 1;
    height: 3.82rem;
    text-align: center;
    cursor: pointer;
    color: #999; }
    .platform-2 .list li:before {
      content: "";
      display: block;
      position: absolute;
      left: -1px;
      top: -1px;
      right: -1px;
      bottom: -1px;
      border: #1D3065 solid 0.04rem;
      opacity: 0; }
    .platform-2 .list li .ico {
      width: 1.1rem;
      height: 1.1rem;
      position: relative; }
      .platform-2 .list li .ico img:nth-child(2) {
        position: absolute;
        z-index: 1;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
    .platform-2 .list li .name {
      height: 1.45rem;
      padding-top: .5rem; }
      .platform-2 .list li .name h3 {
        font-weight: 400;
        font-size: .24rem;
        line-height: 1em;
        padding-bottom: .1rem;
        color: #666; }
      .platform-2 .list li .name em {
        font-size: .14rem; }
    .platform-2 .list li .more {
      position: relative;
      font-size: .16rem;
      padding-top: .2rem; }
      .platform-2 .list li .more:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: .26rem;
        height: 1px;
        background: #999;
        margin-left: -.13rem; }
  .platform-2 .list li:hover {
    color: #1D3065;
    z-index: 2; }
    .platform-2 .list li:hover:before {
      opacity: 1; }
    .platform-2 .list li:hover .ico img:nth-child(1) {
      opacity: 0; }
    .platform-2 .list li:hover .ico img:nth-child(2) {
      opacity: 1; }
    .platform-2 .list li:hover .name h3 {
      color: #1D3065; }
    .platform-2 .list li:hover .more:before {
      background: #1D3065; }

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden; }
  .p-layer.show {
    opacity: 1;
    visibility: visible; }

.platform-layer .container {
  width: 16rem;
  background: #fff;
  position: relative;
  min-height: 2rem;
  padding: 0 1rem .75rem 1rem; }
  .platform-layer .container .close {
    display: block;
    width: .6rem;
    height: .6rem;
    background: url("../image/close60.png") center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.7rem;
    top: 0.37rem;
    bottom: auto; }
    .platform-layer .container .close:hover {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg); }
  .platform-layer .container .logo {
    width: 1.26rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 1.02rem;
    top: 1.42rem;
    bottom: auto; }
  .platform-layer .container .title {
    border-bottom: #E8E8E8 solid .03rem;
    padding: 1rem 0 .52rem 0;
    margin-bottom: .7rem; }
    .platform-layer .container .title .en {
      text-transform: uppercase;
      font-family: 'BodoniStd';
      font-size: .52rem;
      line-height: 1em;
      color: #E8E8E8; }
      .platform-layer .container .title .en em {
        color: #8E8E8E; }
    .platform-layer .container .title .name {
      padding-top: .2rem; }
      .platform-layer .container .title .name:before {
        content: "";
        display: block;
        position: absolute;
        position: relative;
        height: 1px;
        background: #1D3065;
        width: .89rem; }
      .platform-layer .container .title .name img {
        width: .55rem;
        margin-left: .28rem;
        margin-right: .24rem; }
      .platform-layer .container .title .name h2 {
        font-weight: 400;
        color: #1D3065;
        font-size: .24rem; }
  .platform-layer .container .scroll {
    max-height: 40vh;
    overflow: hidden;
    position: relative; }
  .platform-layer .container .p-content {
    padding-right: .6rem; }
  .platform-layer .container .row .img {
    width: 6.63rem; }
  .platform-layer .container .row .p-content {
    width: 6.95rem; }
  .platform-layer .container .line {
    height: .8rem;
    border-top: #AAA dashed 1px;
    margin-top: .8rem;
    width: 100%; }
  .platform-layer .container .img2 {
    padding-top: .5rem; }

/*# sourceMappingURL=index.css.map */
