@charset "UTF-8";
a, .transition, .foot .share dd:hover .layer, .about_02 .list dd, .about_02 .arrow div, .video .bigImg .layer, .poster .list a .name, .productLayer, .productLayer2, .contact .form li .input, .lybLayer .form li .input, .contact .tipsLayer, .lybLayer, .lybLayer .tipsLayer, .ewmLayer, .productImgLayer, :before, img, .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, .poster .list a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .foot .share dl, .video .bigImg .layer, .pageNav ul, .productLayer-2, .productLayer2, .job li .name dl, .contact .tipsLayer, .lybLayer, .lybLayer .tipsLayer, .ewmLayer, .productShow .side .back a, .productImgLayer .img {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter, .video .bigImg .layer, .productLayer-2, .productLayer2, .contact .tipsLayer, .lybLayer, .lybLayer .tipsLayer, .ewmLayer, .productShow .side .back a, .productImgLayer .img {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .video .bigImg .layer, .pageNav ul, .productLayer-2, .productLayer2, .contact .tipsLayer, .lybLayer, .lybLayer .tipsLayer, .ewmLayer, .productShow .side .back a, .productImgLayer .img {
  justify-content: center;
  -webkit-justify-content: center; }

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

.flexBetween, .about_01 .wal, .video .list, .job li .container dl.info {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .foot .list ul, .about_01 .wal, .video .list, .video .imgList dl, .poster .list ul, .poster .list2 ul, .productLayer .side .list ul, .job li .container dl.info {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  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: #fff;
  -webkit-text-size-adjust: none;
  background: #3e3e3e;
  opacity: 0; }
  body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }
  body.noScroll {
    overflow: hidden; }

a {
  color: #fff;
  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: #e1be80;
    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; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 12rem;
  margin: 0 auto; }

.wal2 {
  max-width: 14.9rem; }

.phoneShow {
  display: none; }

.headD {
  height: 0.8rem; }

.headD-2 {
  height: .59rem; }

.head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #2b2b2b; }
  .head .wal {
    min-height: 0.8rem;
    position: relative; }
  .head a.logo {
    display: block;
    background: url("../image/logo0718.png") center no-repeat;
    background-size: 100%;
    width: 1.6rem;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto; }

.nav {
  position: absolute;
  z-index: 10;
  left: auto;
  right: -0.35rem;
  top: 0;
  bottom: auto; }
  .nav li {
    float: left;
    padding-left: 1px; }
  .nav a.name {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: .15rem;
    padding: 0 .35rem;
    background: url("../image/nav.png") center no-repeat;
    background-size: 0 100%; }
    .nav a.name:hover, .nav a.name.on {
      color: #e1be80;
      background-size: 100% 100%; }

@media screen and (min-width: 800px) {
  .nav li:hover a.name, .nav li.onon a.name {
    color: #e1be80;
    background-size: 100% 100%; }
  .nav li:hover .list, .nav li.onon .list {
    top: 0.8rem;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease; }
  .nav .list {
    position: fixed;
    left: 0;
    top: -0.8rem;
    width: 100%;
    border-top: #4f483c solid 1px;
    background: #2b2b2b;
    opacity: 0;
    visibility: hidden; }
    .nav .list .wal {
      min-height: .59rem; }
    .nav .list dl {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      margin-right: -.3rem; }
    .nav .list dd {
      position: relative; }
      .nav .list dd:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: .14rem;
        background: #646464;
        margin-top: -.07rem; }
      .nav .list dd:last-child:before {
        display: none; }
    .nav .list a {
      display: block;
      font-size: .14rem;
      padding: 0 .3rem;
      line-height: .59rem; }
      .nav .list a.on {
        color: #e1be80; } }
.foot {
  background: #2b2b2b; }
  .foot .wal {
    min-height: 2.2rem;
    position: relative; }
  .foot .list {
    min-height: 1.63rem;
    padding: .45rem 0;
    max-width: 9.8rem; }
    .foot .list li {
      width: 50%;
      font-size: .16rem;
      color: #e1be80;
      position: relative; }
      .foot .list li img {
        width: .23rem;
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 50%;
        bottom: auto;
        margin-top: -.11rem; }
      .foot .list li p {
        line-height: .38rem;
        padding-left: .35rem; }
  .foot .share {
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0.53rem;
    bottom: auto; }
    .foot .share dd {
      margin-left: .4rem;
      position: relative; }
    .foot .share a {
      display: block;
      width: .62rem;
      height: .62rem;
      background: #555;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .foot .share a:hover {
        background: #dfbc7e;
        box-shadow: 0 0.08rem 0.54rem rgba(225, 145, 4, 0.38);
        -webkit-box-shadow: 0 0.08rem 0.54rem rgba(225, 145, 4, 0.38);
        -moz-box-shadow: 0 0.08rem 0.54rem rgba(225, 145, 4, 0.38); }
        .foot .share a:hover img {
          opacity: .7; }
    .foot .share .layer {
      background: #fff;
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      position: absolute;
      z-index: 100;
      left: 50%;
      right: auto;
      top: auto;
      bottom: 50%;
      margin-bottom: .2rem;
      width: 1.4rem;
      padding: .1rem;
      margin-left: -.7rem;
      opacity: 0;
      visibility: hidden; }
      .foot .share .layer:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -.1rem;
        width: 100%;
        height: .18rem;
        background: url("../image/img20.png") center no-repeat;
        background-size: .2rem; }
      .foot .share .layer p {
        font-size: .18rem;
        padding-top: .08rem;
        color: #333;
        text-align: center; }
    .foot .share dd:hover .layer {
      opacity: 1;
      visibility: visible;
      bottom: 100%; }
  .foot .msg {
    font-size: .14rem;
    color: #e1be80;
    border-top: #e1be80 solid 1px;
    opacity: .3;
    line-height: .57rem; }

a.topA {
  display: block;
  background: url("../image/img36.png") center no-repeat;
  background-size: .36rem;
  width: .42rem;
  height: .29rem;
  position: fixed;
  z-index: 20;
  right: 5%;
  bottom: 1rem;
  opacity: 0;
  visibility: hidden; }
  a.topA.show {
    opacity: 1;
    visibility: visible; }

/*page*/
.pageBanner {
  background: center no-repeat;
  background-size: cover;
  position: relative; }
  .pageBanner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .pageBanner .wal {
    height: 3rem;
    position: relative; }
  .pageBanner .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: auto;
    bottom: -0.4rem; }
    .pageBanner .title img {
      height: 1.03rem; }

.pageTitle h2 {
  font-size: .28rem;
  color: #e1be80;
  background: url("../image/pageTitle.png") left bottom no-repeat;
  background-size: .99rem;
  padding-bottom: .3rem;
  letter-spacing: .02rem; }

.about_01 {
  background: #2f2f2f; }
  .about_01 .wal {
    min-height: 6.52rem;
    padding-bottom: 2rem; }
  .about_01 .pageTitle {
    padding: 1.1rem 0 .32rem 0;
    width: 100%; }
  .about_01 .content {
    font-size: .14rem;
    line-height: .3rem;
    text-align: justify;
    padding-bottom: .3rem;
    width: 6.23rem; }
  .about_01 .content-2 {
    width: 4.8rem; }

.about_02 {
  min-height: 9rem;
  position: relative; }
  .about_02 .pageTitle {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.95rem;
    bottom: auto; }
  .about_02 .list {
    position: relative;
    top: -1.5rem; }
    .about_02 .list li {
      height: 9rem;
      position: relative; }
    .about_02 .list dd {
      position: absolute;
      width: 2.4rem;
      z-index: 1; }
      .about_02 .list dd:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img240.png") center no-repeat;
        background-size: cover;
        opacity: 0; }
      .about_02 .list dd:hover {
        z-index: 2;
        box-shadow: 0 0.08rem 0.73rem rgba(225, 145, 4, 0.18);
        -webkit-box-shadow: 0 0.08rem 0.73rem rgba(225, 145, 4, 0.18);
        -moz-box-shadow: 0 0.08rem 0.73rem rgba(225, 145, 4, 0.18); }
        .about_02 .list dd:hover:before {
          opacity: 1; }
    .about_02 .list .dd_01 {
      left: 0;
      top: 4.5rem; }
    .about_02 .list .dd_02 {
      width: 4.8rem;
      left: 2.4rem;
      top: 1.5rem; }
      .about_02 .list .dd_02:before {
        background-image: url("../image/img480.png"); }
    .about_02 .list .dd_03 {
      left: 4.8rem;
      top: 4.5rem; }
    .about_02 .list .dd_04 {
      left: 7.2rem;
      top: 0; }
    .about_02 .list .dd_05 {
      left: 7.2rem;
      top: 3rem; }
    .about_02 .list .dd_06 {
      left: 7.2rem;
      top: 6rem; }
    .about_02 .list .dd_07 {
      left: 9.6rem;
      top: 1.5rem; }
    .about_02 .list .dd_08 {
      left: 9.6rem;
      top: 4.5rem; }
  .about_02 .arrow {
    background: url("../image/img186_2.png") center no-repeat;
    background-size: cover;
    width: 1.86rem;
    height: .61rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.3rem;
    top: auto;
    bottom: 0.4rem;
    padding: 0 .4rem;
    /*.swiper-scrollbar{width: 1.16rem; height: .61rem; background: none}
    .swiper-scrollbar-drag{background: none;
      &:before{@include before(); left: 50%; top: 50%; width: 2px; height: .24rem; background: #ffdda0; margin-left: -1px; margin-top: -.14rem}
    }*/ }
    .about_02 .arrow a {
      display: block;
      width: .33rem;
      height: 100%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: auto;
      top: 0;
      bottom: auto;
      background: center no-repeat;
      background-size: 100%; }
      .about_02 .arrow a.prev {
        background-image: url("../image/prev33.png");
        left: 0; }
        .about_02 .arrow a.prev.false {
          background-image: url("../image/prev33false.png"); }
      .about_02 .arrow a.next {
        background-image: url("../image/next33.png");
        right: 0; }
        .about_02 .arrow a.next.false {
          background-image: url("../image/next33false.png"); }
    .about_02 .arrow div {
      height: .61rem;
      position: relative;
      width: .02rem;
      min-width: .02rem; }
      .about_02 .arrow div i {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        width: .02rem;
        height: .24rem;
        margin-top: -.12rem;
        background: #ffdda0; }

.about_03 {
  position: relative; }
  .about_03 .wal {
    height: 3rem;
    position: relative; }
    .about_03 .wal:before {
      content: "";
      display: block;
      position: absolute;
      width: 4.8rem;
      height: 1.5rem;
      background: #2f2f2f;
      left: -2.4rem;
      top: -1.5rem; }
    .about_03 .wal .pageTitle {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: -1.15rem;
      bottom: auto; }
  .about_03 .list {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    overflow: hidden; }
  .about_03 a.arrow {
    display: block;
    width: .68rem;
    height: .68rem;
    background: rgba(0, 0, 0, 0.5) center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.34rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .about_03 a.arrow:hover {
      background-color: #000; }
    .about_03 a.arrow.prev {
      left: 10%;
      background-image: url("../image/prev68.png"); }
    .about_03 a.arrow.next {
      right: 10%;
      background-image: url("../image/next68.png"); }
  .about_03 .bigImg {
    position: absolute;
    z-index: 10;
    left: 50%;
    right: auto;
    top: -0.4rem;
    bottom: auto;
    width: 5.07rem;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0.08rem 0.73rem rgba(225, 145, 4, 0.18);
    -webkit-box-shadow: 0 0.08rem 0.73rem rgba(225, 145, 4, 0.18);
    -moz-box-shadow: 0 0.08rem 0.73rem rgba(225, 145, 4, 0.18);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }
    .about_03 .bigImg.show {
      opacity: 1;
      visibility: visible; }
    .about_03 .bigImg:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      /*background: url("../image/img507.png") center no-repeat;*/
      background-size: 100% 100%;
      width: 100%;
      height: 100%; }
    .about_03 .bigImg img {
      width: 100%; }
  .about_03 .list-wrapper {
    width: 20rem;
    position: relative;
    left: 50%;
    margin-left: -10rem; }
    .about_03 .list-wrapper img {
      width: 100%; }

.pageBanner2 {
  position: relative;
  height: 1.45rem; }
  .pageBanner2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    background: center no-repeat;
    background-size: cover; }
    .pageBanner2 .bg:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #373737;
      opacity: .7; }
  .pageBanner2 .title {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0.4rem;
    bottom: auto;
    width: 100%;
    text-align: center; }
    .pageBanner2 .title img {
      height: 1.03rem; }

.sideNum {
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 1.5rem;
  width: .36rem;
  margin-left: -7.45rem;
  min-height: .36rem; }
  .sideNum dd {
    padding-bottom: .06rem;
    opacity: 0;
    visibility: hidden; }
    .sideNum dd.show {
      opacity: 1;
      visibility: visible; }
    .sideNum dd.show.on div {
      background-image: url("../image/img36_1.png");
      color: #373737; }
  .sideNum div {
    height: .36rem;
    cursor: pointer;
    background: url("../image/img36_2.png") center no-repeat;
    background-size: cover;
    line-height: .36rem;
    text-align: center;
    font-size: .14rem;
    color: #fff; }

.video, .poster {
  min-height: 6rem;
  position: relative;
  padding: 0 0 0 .6rem; }
  .video:before, .poster:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: .36rem;
    height: 100%;
    background: url("../image/line.png") center repeat-y;
    background-size: .04rem; }
  .video .title, .poster .title {
    height: .6rem;
    position: relative; }
    .video .title.hide, .poster .title.hide {
      opacity: 0;
      visibility: hidden; }
    .video .title em, .poster .title em {
      display: block;
      position: absolute;
      z-index: 10;
      left: -0.6rem;
      right: auto;
      top: 0;
      bottom: auto;
      width: .36rem;
      height: .36rem;
      line-height: .36rem;
      text-align: center;
      font-size: .14rem;
      color: #373737;
      background: url("../image/img36_1.png") center no-repeat;
      background-size: cover; }
    .video .title h2, .poster .title h2 {
      line-height: .36rem;
      color: #e1be80;
      font-size: .22rem; }

.video .title2 {
  text-align: center;
  font-size: .16rem;
  color: #949494;
  margin-bottom: .2rem;
  line-height: .48rem;
  background: #2b2b2b; }
.video .list {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding-bottom: .35rem; }
.video .bigImg {
  width: 5.69rem;
  position: relative; }
  .video .bigImg a {
    display: block;
    position: relative; }
    .video .bigImg a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../image/img560.png") center no-repeat;
      background-size: 100% 100%;
      opacity: 0; }
    .video .bigImg a:hover:before {
      opacity: 1; }
  .video .bigImg img {
    width: 100%;
    display: block; }
  .video .bigImg a.btn {
    display: block;
    background: url("../image/img90.png") center no-repeat;
    background-size: .9rem;
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%; }
  .video .bigImg .layer {
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    opacity: 0;
    visibility: hidden; }
    .video .bigImg .layer video {
      width: 100%; }
  .video .bigImg.on .layer {
    opacity: 1;
    visibility: visible; }
.video .imgList {
  width: 8.55rem;
  position: relative;
  overflow: hidden; }
  .video .imgList dd {
    width: 33.333%;
    padding: 0 0 .15rem .15rem; }
    .video .imgList dd a {
      display: block;
      position: relative; }
      .video .imgList dd a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img270.png") center no-repeat;
        background-size: 100% 100%;
        opacity: 0; }
      .video .imgList dd a:hover:before {
        opacity: 1; }
  .video .imgList a.arrow {
    display: block;
    width: .26rem;
    height: .55rem;
    background: rgba(0, 0, 0, 0.6) center no-repeat;
    background-size: .11rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 1.58rem;
    bottom: auto; }
    .video .imgList a.arrow:hover {
      background-color: #000; }
    .video .imgList a.arrow.prev {
      left: .15rem;
      background-image: url("../image/prev11.png");
      border-top-right-radius: 0.06rem;
      -webkit-border-top-right-radius: 0.06rem;
      border-bottom-right-radius: 0.06rem;
      -webkit-border-bottom-right-radius: 0.06rem; }
    .video .imgList a.arrow.next {
      right: 0;
      background-image: url("../image/next11.png");
      border-top-left-radius: 0.06rem;
      -webkit-border-top-left-radius: 0.06rem;
      border-bottom-left-radius: 0.06rem;
      -webkit-border-bottom-left-radius: 0.06rem; }

.footTips {
  text-align: center;
  font-size: .14rem;
  color: #e1be80;
  padding: .25rem 0 .75rem 0; }
  .footTips em {
    display: inline-block;
    line-height: .28rem;
    padding-left: .36rem;
    background: url("../image/img21.png") left center no-repeat;
    background-size: .21rem;
    opacity: .5; }

.pageMore {
  padding: .25rem 0 .75rem 0; }
  .pageMore a {
    display: block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 auto;
    opacity: .5;
    font-size: .14rem;
    color: #e1be80;
    border: #e1be80 solid 1px;
    width: 1.5rem;
    height: .44rem;
    line-height: .42rem;
    text-align: center; }
    .pageMore a em {
      display: inline-block;
      line-height: .4rem;
      padding-left: .35rem;
      background: url("../image/img18.png") left center no-repeat;
      background-size: .18rem; }
    .pageMore a:hover {
      opacity: 1; }

.pageNav {
  position: relative;
  padding: .3rem 0 .16rem 0; }
  .pageNav li {
    padding: 0 .3rem;
    font-size: .16rem; }
  .pageNav a:hover, .pageNav a.on {
    color: #e1be80; }

.poster .list {
  padding-bottom: .25rem; }
  .poster .list ul {
    margin-left: -.18rem; }
  .poster .list li {
    padding: 0 0 .2rem .18rem;
    width: 20%; }
  .poster .list a {
    display: block;
    position: relative; }
    .poster .list a:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      box-sizing: border-box;
      border: #e1be80 solid 1px; }
    .poster .list a .img {
      position: relative; }
      .poster .list a .img img {
        width: 100%; }
      .poster .list a .img:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../image/img270.png") center no-repeat;
        background-size: 100% 100%;
        opacity: 0; }
    .poster .list a .name {
      height: .48rem;
      line-height: .48rem;
      background: #2b2b2b;
      padding: 0 .2rem;
      font-size: .14rem;
      color: #999; }
    .poster .list a:hover {
      box-shadow: 0 0.08rem 0.73rem rgba(225, 145, 4, 0.18);
      -webkit-box-shadow: 0 0.08rem 0.73rem rgba(225, 145, 4, 0.18);
      -moz-box-shadow: 0 0.08rem 0.73rem rgba(225, 145, 4, 0.18); }
      .poster .list a:hover:before, .poster .list a:hover .img:before {
        opacity: 1; }
      .poster .list a:hover .name {
        background: #3d3426;
        color: #e1be80; }
.poster .list2 {
  padding-bottom: .25rem; }
  .poster .list2 ul {
    margin-left: -.39rem; }
  .poster .list2 li {
    width: 11.111%;
    padding: 0 0 .45rem .39rem; }
  .poster .list2 a {
    display: block;
    width: 100%;
    overflow: hidden;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    position: relative; }

.productLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto; }
  .productLayer.show {
    opacity: 1;
    visibility: visible; }
  .productLayer .closeBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); }
  .productLayer a.close {
    display: block;
    width: .26rem;
    height: .26rem;
    background: url("../image/close26.png") center no-repeat;
    background-size: cover;
    position: fixed;
    top: 50%;
    right: 50%;
    margin-right: -6.6rem;
    margin-top: -3.15rem; }
  .productLayer a.arrow, .productLayer a.arrow2 {
    display: block;
    width: .2rem;
    height: 1rem;
    background: center no-repeat;
    background-size: .18rem;
    position: fixed;
    top: 50%;
    margin-top: -.5rem; }
    .productLayer a.arrow.prev, .productLayer a.arrow2.prev {
      left: 5%;
      background-image: url("../image/prev18.png"); }
      .productLayer a.arrow.prev.false, .productLayer a.arrow2.prev.false {
        opacity: .2; }
    .productLayer a.arrow.next, .productLayer a.arrow2.next {
      right: 5%;
      background-image: url("../image/next18.png"); }
      .productLayer a.arrow.next.false, .productLayer a.arrow2.next.false {
        opacity: .2; }
  .productLayer a.arrow2 {
    display: none; }
  .productLayer .bigImg {
    width: 9.6rem;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6rem;
    margin-top: -3.15rem;
    background: #3e3e3e; }
    .productLayer .bigImg .name {
      height: .48rem;
      line-height: .48rem;
      position: relative;
      padding-left: .2rem;
      font-size: 0;
      color: rgba(0, 0, 0, 0); }
      .productLayer .bigImg .name:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: .66rem;
        height: 100%;
        cursor: pointer;
        opacity: .5;
        background: url("../image/img26.png") center no-repeat;
        background-size: .26rem; }
      .productLayer .bigImg .name:hover:before {
        opacity: 1; }
    .productLayer .bigImg .img {
      text-align: center; }
  .productLayer .side {
    width: 2.14rem;
    background: #3e3e3e;
    padding: 0 .06rem .1rem .22rem;
    position: fixed;
    top: 50%;
    right: 50%;
    margin-right: -6rem;
    margin-top: -3.15rem; }
    .productLayer .side .name {
      color: #e1be80;
      font-size: .14rem;
      line-height: .48rem; }
    .productLayer .side .scroll {
      height: 6.2rem;
      overflow: hidden;
      position: relative; }
    .productLayer .side .list {
      width: 1.76rem; }
      .productLayer .side .list li {
        width: 50%;
        padding: 0 2px 2px 0; }
        .productLayer .side .list li div {
          position: relative;
          cursor: pointer; }
          .productLayer .side .list li div:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6); }
        .productLayer .side .list li.on div:before {
          opacity: 0; }

/*.productLayer{position: fixed; z-index: 100; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .8); @extend .flex; @extend .itemsCenter; @extend .justifyCenter; @extend .transition; opacity: 0; visibility: hidden;
  &.show{opacity: 1; visibility: visible}
  .closeBg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0)}
  .container{width: 12rem; min-height: 5rem; position: relative; @extend .flexWrap; @extend .flexBetween}
  a.close{display: block; width: .26rem; height: .26rem; background: url("../image/close26.png") center no-repeat; background-size: cover; @include absolute($t:0, $r:-.6rem)}
  a.arrow, a.arrow2{display: block; width: .2rem; height: 1rem; background: center no-repeat; background-size: .18rem; @include absolute($t:50%); margin-top: -.5rem;
    &.prev{left: 5%; background-image: url("../image/prev18.png");
      &.false{opacity: .2}
    }
    &.next{right: 5%; background-image: url("../image/next18.png");
      &.false{opacity: .2}
    }
  }
  a.arrow2{display: none}
  .bigImg{width: 9.6rem; overflow: hidden; position: relative; background: #3e3e3e;
    .name{height: .48rem; line-height: .48rem; position: relative; padding-left: .2rem; font-size: 0; color: rgba(0, 0, 0, 0);
      &:before{@include before(); top: 0; right: 0; width: .66rem; height: 100%; cursor: pointer; opacity: .5; background: url("../image/img26.png") center no-repeat; background-size: .26rem}
      &:hover:before{opacity: 1}
    }
    .img{height: 6.4rem; overflow-y: auto; text-align: center}
    img{max-height: 100%}
  }
  .side{width: 2.14rem; background: #3e3e3e; padding: 0 .06rem .1rem .22rem;
    .name{color: $color; font-size: .14rem; line-height: .48rem}
    .scroll{height: 6.2rem; overflow: hidden; position: relative}
    .list{width: 1.76rem;
      ul{@extend .flexWrap}
      li{width: 50%; padding: 0 2px 2px 0;
        div{position: relative; cursor: pointer;
          &:before{@include before(); left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .6)}
        }
        &.on div:before{opacity: 0}
      }
    }
  }
}*/
.productLayer-2 .container {
  width: 12rem; }
.productLayer-2 .bigImg {
  width: 100%;
  background: none;
  position: relative;
  left: 0;
  margin: 0; }
  .productLayer-2 .bigImg .name {
    display: none; }

.productLayer2 {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  padding: 1rem; }
  .productLayer2.show {
    opacity: 1;
    visibility: visible; }
  .productLayer2 .closeBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); }
  .productLayer2 .img img {
    max-width: 100%;
    max-height: 100%;
    position: relative; }
  .productLayer2 a.close {
    display: block;
    width: 1rem;
    height: 1rem;
    background: url("../image/close26.png") center no-repeat;
    background-size: .26rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }

.job {
  padding: 1.05rem 0 .5rem 0; }
  .job li {
    padding-bottom: .4rem; }
    .job li .name {
      height: .6rem;
      line-height: .58rem;
      background: #2b2b2b;
      border: #2b2b2b solid 1px;
      position: relative;
      color: #999;
      font-size: .16rem;
      padding-left: .4rem; }
      .job li .name h2 {
        font-size: .18rem; }
      .job li .name dl {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
        width: 5.6rem; }
      .job li .name dd {
        padding: 0 .78rem 0 .33rem;
        background: url("../image/img20_1.png") left center no-repeat;
        background-size: .2rem; }
      .job li .name dd.dd_02 {
        background-image: url("../image/img20_2.png"); }
    .job li .container {
      min-height: 3rem;
      padding: 0 .6rem;
      background: #4d4d4d;
      font-size: .14rem; }
      .job li .container .fl, .job li .container .fr {
        width: 5rem;
        padding-top: .32rem; }
        .job li .container .fl h2, .job li .container .fr h2 {
          font-size: .18rem;
          padding-bottom: .1rem; }
        .job li .container .fl dd, .job li .container .fr dd {
          line-height: .24rem;
          padding: 0 0 .1rem .15rem;
          position: relative; }
          .job li .container .fl dd:before, .job li .container .fr dd:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: .07rem;
            height: .24rem;
            background: url("../image/img7.png") center no-repeat;
            background-size: 100%; }
      .job li .container div.info {
        clear: both;
        padding: .32rem 0 .45rem 0; }
      .job li .container dl.info {
        border-top: #646464 dashed 1px; }
        .job li .container dl.info dd {
          line-height: .78rem;
          background: url("../image/img18_1on.png") left center no-repeat;
          background-size: auto .18rem;
          padding-left: .3rem; }
        .job li .container dl.info dd.dd_02 {
          background-image: url("../image/img18_2on.png"); }
        .job li .container dl.info dd.dd_03 {
          background-image: url("../image/img18_3on.png"); }
        .job li .container dl.info dd.dd_04 {
          background-image: url("../image/img18_4on.png"); }
  .job li:hover .name {
    background: #3d3426;
    border-color: #e1be80;
    color: #e1be80; }
    .job li:hover .name dd.dd_01 {
      background-image: url("../image/img20_1on.png"); }
    .job li:hover .name dd.dd_02 {
      background-image: url("../image/img20_2on.png"); }
  .job li:hover .fl h2, .job li:hover .fr h2 {
    color: #e1be80; }
  .job li:hover .fl dd:before, .job li:hover .fr dd:before {
    background-image: url("../image/img7on.png"); }
  .job li:hover div.info {
    color: #e1be80; }
  .job li:hover dl.info dd.dd_01 {
    background-image: url("../image/img18_1.png"); }
  .job li:hover dl.info dd.dd_02 {
    background-image: url("../image/img18_2.png"); }
  .job li:hover dl.info dd.dd_03 {
    background-image: url("../image/img18_3.png"); }
  .job li:hover dl.info dd.dd_04 {
    background-image: url("../image/img18_4.png"); }

.contact .form li, .lybLayer .form li {
  padding-bottom: .4rem;
  position: relative;
  max-width: 5.6rem; }
  .contact .form li .ico, .lybLayer .form li .ico {
    width: .22rem;
    position: absolute;
    z-index: 10;
    left: 0.2rem;
    right: auto;
    top: 0.19rem;
    bottom: auto; }
    .contact .form li .ico img:nth-child(2), .lybLayer .form li .ico img:nth-child(2) {
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 0;
      bottom: auto;
      opacity: 0; }
  .contact .form li .input, .lybLayer .form li .input {
    background: #4d4d4d;
    border: #4d4d4d solid 1px;
    min-height: .6rem;
    -moz-border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    position: relative; }
    .contact .form li .input input, .lybLayer .form li .input input {
      width: 100%;
      height: .58rem;
      line-height: .58rem;
      font-size: .16rem;
      color: #8e8e8e;
      padding-left: .58rem; }
    .contact .form li .input textarea, .lybLayer .form li .input textarea {
      width: 100%;
      height: 2rem;
      line-height: .28rem;
      font-size: .16rem;
      color: #8e8e8e;
      padding: .15rem .15rem .15rem .58rem; }
    .contact .form li .input p.tips, .lybLayer .form li .input p.tips {
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.2rem;
      top: auto;
      bottom: 0.1rem;
      font-size: .16rem;
      color: #8e8e8e; }
.contact .form li.li_01, .lybLayer .form li.li_01 {
  max-width: 9.7rem; }
.contact .form li.on .ico img:nth-child(1), .lybLayer .form li.on .ico img:nth-child(1) {
  opacity: 0; }
.contact .form li.on .ico img:nth-child(2), .lybLayer .form li.on .ico img:nth-child(2) {
  opacity: 1; }
.contact .form li.on .input, .lybLayer .form li.on .input {
  border-color: #e1be80; }
  .contact .form li.on .input input, .contact .form li.on .input textarea, .lybLayer .form li.on .input input, .lybLayer .form li.on .input textarea {
    color: #e1be80; }
.contact .submit, .lybLayer .submit {
  padding: .1rem 0 .9rem 0; }
  .contact .submit div, .lybLayer .submit div {
    background: url("../image/img184.png") center no-repeat;
    background-size: cover;
    width: 1.84rem;
    height: .44rem; }
  .contact .submit input, .lybLayer .submit input {
    width: 100%;
    height: .44rem;
    cursor: pointer;
    font-size: .16rem;
    color: #e1be80; }

.contactBg {
  background: url("../image/beijing.jpg") right top no-repeat;
  background-size: 19.2rem; }

.contact {
  padding-bottom: .7rem; }
  .contact .pageTitle {
    padding: 1.1rem 0 .45rem 0; }
  .contact .tipsLayer {
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    width: 3.4rem;
    height: 1.25rem;
    margin-left: -1.7rem;
    margin-top: -.62rem;
    background: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    color: #e1be80;
    font-size: .18rem;
    opacity: 0;
    visibility: hidden; }
    .contact .tipsLayer.show {
      opacity: 1;
      visibility: visible; }
    .contact .tipsLayer img {
      width: .45rem;
      margin-right: .16rem; }

#map {
  max-width: 9.7rem;
  height: 4.7rem;
  background: #000;
  position: relative;
  z-index: 1; }
  #map .amap-maps:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10; }
  #map .amap-maps:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../image/img970.png") center no-repeat;
    background-size: 100% 100%;
    z-index: 11; }
  #map .amap-toolbar {
    opacity: .6; }
  #map .amap-logo, #map .amap-copyright {
    opacity: 0; }

.lybLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden; }
  .lybLayer.show {
    opacity: 1;
    visibility: visible; }
  .lybLayer .container {
    background: url("../image/img900.jpg") center no-repeat;
    background-size: cover;
    width: 9rem;
    min-height: 6.6rem;
    position: relative;
    padding: .7rem .3rem; }
  .lybLayer a.close {
    display: block;
    width: .76rem;
    height: .76rem;
    background: url("../image/close26.png") center no-repeat;
    background-size: .26rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
  .lybLayer .title {
    padding-bottom: .5rem; }
    .lybLayer .title h2 {
      text-align: center;
      font-size: .28rem;
      color: #e1be80;
      padding-bottom: .32rem;
      background: url("../image/img273.png") center bottom no-repeat;
      background-size: 2.73rem; }
  .lybLayer .form {
    max-width: 5rem;
    margin: 0 auto; }
    .lybLayer .form li {
      padding-bottom: .3rem; }
      .lybLayer .form li .ico {
        top: .15rem; }
      .lybLayer .form li .input {
        min-height: .52rem; }
        .lybLayer .form li .input input {
          height: .5rem;
          line-height: .5rem;
          font-size: .14rem; }
        .lybLayer .form li .input textarea {
          height: 1.6rem;
          font-size: .14rem;
          line-height: .3rem;
          padding: .1rem .15rem .1rem .58rem; }
  .lybLayer .submit {
    padding: .2rem 0 0 0; }
    .lybLayer .submit div {
      margin: 0 auto; }
  .lybLayer .tipsLayer {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    width: 3.4rem;
    height: 1.25rem;
    margin-left: -1.7rem;
    margin-top: -.62rem;
    background: rgba(0, 0, 0, 0.6);
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    color: #e1be80;
    font-size: .18rem;
    opacity: 0;
    visibility: hidden; }
    .lybLayer .tipsLayer.show {
      opacity: 1;
      visibility: visible; }
    .lybLayer .tipsLayer img {
      width: .45rem;
      margin-right: .16rem; }

.ewmLayer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden; }
  .ewmLayer.show {
    opacity: 1;
    visibility: visible; }
  .ewmLayer .container {
    background: url("../image/img900.jpg") center no-repeat;
    background-size: cover;
    width: 6rem;
    min-height: 6rem;
    position: relative;
    padding: 1.5rem .3rem .7rem .3rem; }
  .ewmLayer a.close {
    display: block;
    width: .76rem;
    height: .76rem;
    background: url("../image/close26.png") center no-repeat;
    background-size: .26rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto; }
  .ewmLayer .img {
    width: 2.2rem;
    margin: 0 auto;
    background: #fff;
    border: #ddd solid 1px;
    padding: .1rem; }
    .ewmLayer .img img {
      width: 100%; }

/*-------------------*/
.productShow {
  min-height: 100vh;
  padding: .45rem 2.3rem .45rem 0; }
  .productShow .bigImg {
    max-width: 12.4rem;
    background: #2b2b2b;
    padding: 0 .2rem .2rem .2rem;
    text-align: center; }
    .productShow .bigImg li {
      display: none; }
    .productShow .bigImg .btn {
      position: relative;
      height: .5rem; }
      .productShow .bigImg .btn i {
        display: block;
        background: url("../image/img26.png") center no-repeat;
        background-size: .26rem;
        width: .66rem;
        height: 100%;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto;
        opacity: .5;
        cursor: pointer; }
  .productShow a.arrow {
    display: block;
    background: center no-repeat;
    background-size: 100%;
    width: .31rem;
    height: 1rem;
    position: fixed;
    z-index: 11;
    top: 50%;
    margin-top: -.5rem; }
    .productShow a.arrow.prev {
      left: 1rem;
      background-image: url("../image/prev31.png"); }
      .productShow a.arrow.prev:hover {
        background-image: url("../image/prev31on.png"); }
    .productShow a.arrow.next {
      right: 1rem;
      background-image: url("../image/next31.png"); }
      .productShow a.arrow.next:hover {
        background-image: url("../image/next31on.png"); }
    .productShow a.arrow.false {
      opacity: .3;
      cursor: default; }
      .productShow a.arrow.false.prev:hover {
        background-image: url("../image/prev31.png"); }
      .productShow a.arrow.false.next:hover {
        background-image: url("../image/next31.png"); }
  .productShow .side {
    position: fixed;
    top: 1.84rem;
    right: 50%;
    margin-right: -7.45rem;
    width: 2.14rem; }
    .productShow .side .bg {
      background: #2b2b2b;
      padding: 0 .06rem .2rem .2rem; }
    .productShow .side .name {
      line-height: .5rem;
      font-size: .14rem;
      color: #e1be80; }
    .productShow .side .scroll li {
      width: .88rem;
      padding: 0 2px 2px 0; }
      .productShow .side .scroll li div {
        position: relative;
        cursor: pointer; }
        .productShow .side .scroll li div:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: .7;
          background: #000; }
      .productShow .side .scroll li.on div:before {
        opacity: 0; }
    .productShow .side .back {
      padding: .24rem 0; }
      .productShow .side .back a {
        margin-left: auto;
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem;
        width: 1.44rem;
        height: .4rem;
        background: #dfbc7e;
        font-size: .14rem;
        color: #000; }
        .productShow .side .back a img {
          width: .2rem;
          margin-right: .1rem; }
        .productShow .side .back a:hover {
          background: #be9a5a; }

.productImgLayer {
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden; }
  .productImgLayer.show {
    opacity: 1;
    visibility: visible; }
  .productImgLayer a.close {
    display: block;
    background: url("../image/close26.png") center no-repeat;
    background-size: .26rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: .9rem;
    height: .9rem; }
  .productImgLayer .img {
    height: 100vh;
    padding: .15rem; }
    .productImgLayer .img img {
      max-height: 100%; }

@media screen and (min-width: 800px) {
  .productShow .side .scroll {
    height: 50vh;
    overflow: hidden;
    position: relative; }
    .productShow .side .scroll ul {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
@media screen and (max-width: 1850px) {
  .productShow a.arrow.prev {
    left: .3rem; }
  .productShow a.arrow.next {
    right: .3rem; } }
@media screen and (max-width: 1650px) {
  .productShow {
    margin: 0 1rem; }
    .productShow .side {
      right: 1rem;
      margin-right: 0; } }


  .indexPart1:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    background: url("https://gcmm.oss-cn-shanghai.aliyuncs.com/1565872019f81362c1f02ba220.png") center no-repeat;
    background-size: cover;
    width: 5.3rem;
    height: 100%;
    margin-left: -9.6rem; }
    .indexPart3_06:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: url('https://gcmm.oss-cn-shanghai.aliyuncs.com/1566784166e5a2e395fd0aaba5.jpg') center top no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    /*margin-left: -9.6rem;*/
    }
/*# sourceMappingURL=index.css.map */
