/*产品列表*/
/*主体样式*/
#container{
    width:1200px;
    margin:0 auto;
    margin-top:10px;
    margin-bottom: 30px;
}
.container {
    width: 1200px;
    margin:0 auto;
    position: relative;
}
.team-list ul{display: flex;flex-wrap: wrap;}
.team-list ul li{width:23.5%;margin-right: 2%;background:#f5f5f5;margin-bottom:30px;position: relative;padding-bottom: 15px;}
.team-list ul li::after{width:0;height:2px;content:"";background:#C29F67;transition:all .5s ease;position:absolute;bottom:0;left:0}
.team-list ul li:nth-child(4n+4){ margin-right:0;}
.team-list ul li a{display:block}
.team-list ul li .pic{padding: 15px;overflow: hidden;position: relative;display: flex;align-items: center;justify-content: center;background: #f5f5f5;}
.team-list ul li .pic img{max-width: 100%;max-height: 100%;transition: all .5s;}
.team-list ul li .title{font-size:16px;color:#333;text-align: center;padding: 0 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.team-list ul li:hover::after{width: 100%;}
.team-list   ul li:hover .pic img{transform: scale(1.03)}

.vio_list{overflow:hidden; position:relative;width:1200px;margin:auto; padding-top:20px; }
.vio_list ul li{ width:360px;height:280px;margin-right:60px; float:left; _display:inline; overflow:hidden; text-align:center;background:#f5f5f5; margin-bottom:30px;position: relative;}
.vio_list ul li:nth-child(3n){ margin-right:0;}
.vio_list ul li a{display:block}
.vio_list ul li .pic{width:360px; height:223px; text-align:center; overflow:hidden}
.vio_list ul li .pic img{width:360px;height:223px;}
.vio_list ul li .play{position: absolute;left: 50%;top: 45%;transform: translate(-50%,-50%);}
.vio_list ul li .play img{width: 50px;}
.vio_list ul li .title{height:50px; line-height:50px;font-size:16px; color:#333; }
.vio_list ul li:hover{background:#C29F67;}
.vio_list ul li:hover .title{color:#fff}
.vio_list ul li .pic img{-webkit-transform: scaleY(1);-moz-transform: scaleY(1);-o-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out}
.vio_list   ul li:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1)}


/* z_tanchuang */
.z_tanchuang{position:fixed;display:table;height:100%;width:100%;top:0;left:0;transform:scale(0);-webkit-transform:scale(0);z-index:9999;}
.z_tanchuang .tbox{display:table-cell;background:rgba(0,0,0,0.8);text-align:center;vertical-align:middle}
.z_tanchuang .tbox .modal{background:white;padding:50px;display:block;border-radius:5px;position:relative;width:90%;max-width:1200px;max-height:90%;margin:0 auto}
.z_tanchuang .tbox .modal .out{position:absolute;width:40px;height:40px;line-height:40px;background:#fff url(../images/out.png) center no-repeat;background-size:20px;color:#000;font-size:30px;text-align:center;border-radius:50%;top:0;right:-50px;cursor:pointer;transition: ease 0.6s;}
.z_tanchuang .tbox .modal .img{width:100%;max-width:600px;margin:0 auto}
.z_tanchuang .tbox .modal .img video{display:block;width:100%;max-width:100%;object-fit:cover;outline: none;}
.z_tanchuang .tbox .modal .img img{margin:0 auto}
.z_tanchuang .tbox .modal .out:hover{background:#fff url(../images/out.png) center no-repeat;background-size:20px;transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.z_tanchuang .tbox .modal2{padding:20px}
.z_tanchuang .tbox .modal .img{max-width:1200px}
.z_tanchuang.one{transform:scaleY(0.01) scaleX(0);animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scaleY(0.01) scaleX(0);-webkit-animation:unfoldIn 1s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one .tbox .modal{transform:scale(0);animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(0);-webkit-animation:zoomIn .5s .8s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out{transform:scale(1);animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-transform:scale(1);-webkit-animation:unfoldOut 1s .3s cubic-bezier(0.165,0.84,0.44,1) forwards}
.z_tanchuang.one.out .tbox .modal{animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards;-webkit-animation:zoomOut .5s cubic-bezier(0.165,0.84,0.44,1) forwards}
@keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes zoomIn{
0%{transform:scale(0)}
100%{transform:scale(1)}
}
@-webkit-keyframes zoomOut{
0%{transform:scale(1)}
100%{transform:scale(0)}
}
@-webkit-keyframes unfoldOut{
0%{transform:scaleY(1) scaleX(1)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(0.005) scaleX(0)}
}
@-webkit-keyframes unfoldIn{
0%{transform:scaleY(0.005) scaleX(0)}
50%{transform:scaleY(0.005) scaleX(1)}
100%{transform:scaleY(1) scaleX(1)}
}
@media(max-width:960px){
.z_tanchuang .tbox .modal{padding:10px}
.z_tanchuang .tbox .modal .out{width:30px;height:30px;top:-50px;right:-2px;background-size: 14px;}
.z_tanchuang .tbox .modal .out:hover{background-size: 14px;}
}


.web-box {
    background-color: #F4F4F4;
}

.product-nav {
    margin-top: 25px;
    height: 120px;
    background-color: #fff;
    font-size: 0;
    .left,
    .right {
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-right: 1px solid #e5e5e5;
        text-align: center;
        .icon {
            position: relative;
            box-sizing: border-box;
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 2px solid #1d1d1d;
            vertical-align: middle;
            img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
        }
        .desc {
            display: inline-block;
            margin-left: 20px;
            vertical-align: middle;
            text-align: left;
            .title {
                font-size: 24px;
                padding-left: 10px;
                background-image: url(../images/icon-14.png);
                background-repeat: no-repeat;
                background-position: left 7px;
                margin-bottom: 5px;
            }
            p {
                font-size: 14px;
                color: #9b9b9b;
                text-transform: uppercase;
            }
        }
    }
    .right {
        border: 0;
    }
}

.product-title {
    text-align: center;
    font-size: 27px;
    color: #000;
    margin-bottom: 90px;
    .icon {
        display: inline-block;
        
        width: 4px;
        height: 20px;
        background-size: 100% 100%;
        background-image: url(../images/icon-14.png);
        background-repeat: no-repeat;
        margin: -3px 4px 0;
    }
    .en {
        font-family: "Conv_DidotLTStd-Roman";
    }
    span {
        
    }
}

.product-description {
    padding-top: 92px;
    padding-bottom: 102px;
    background: #FFF;
    .product-description-list {
        li {
            width: 33.333333%;
            padding: 0 34px;
            box-sizing: border-box;
            height: 382px;
            float: left;
            h2 {
                font-size: 18px;
                height: 42px;
                line-height: 42px;
                width: 100%;
                overflow: hidden;
                color: #333;
                text-align: center;
                margin-top: -20px;
            }
            .p {
                font-size: 13px;
                height: 140px;
                line-height: 28px;
                width: 100%;
                overflow: hidden;
                margin-bottom: 18px;
            }
            .img {
                width: 100%;
                position: relative;
                padding-bottom: (195/319)*100%;
                img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }
            }
        }
        li+li {
            border-left: 1px solid #E3E3E3;
        }
    }
}

.product-details-list {
    padding-top: 68px;
    padding-bottom: 84px;
    .product-title {
        margin-bottom: 50px;
    }
    .product-list {
        padding: 0;
        li {
            margin-bottom: 0;
        }
    }
}

.web-box {
  background-color: #F4F4F4; }
.wp {
    width: 1200px;
    margin: 0 auto;
}
div, a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.product-banner {
  width: 100%;
  height: 625px;
  background-size: cover;
  background-position: center center; }
  .product-banner .wp {
    position: relative;
    height: 100%; }
  .product-banner .product {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -160px; }
    .product-banner .product .product-nav {
      width: 100%;
      height: 67px;
      padding: 0 40px;
      background: #343434;
      -moz-box-sizing: border-box;
           box-sizing: border-box; }
      .product-banner .product .product-nav:hover .swiper-button-prev {
        display: block; }
      .product-banner .product .product-nav:hover .swiper-button-next {
        display: block; }
      .product-banner .product .product-nav .swiper-button-prev {
        width: 40px;
        height: 67px;
        left: 0;
        margin: 0;
        top: 25px;
        background-image: url(../images/icon-10.png);
        background-position: center center;
        background-size: 13px 13px;
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        opacity: 1;
        display: none; }
      .product-banner .product .product-nav .swiper-button-next {
        display: none;
        opacity: 1;
        margin: 0;
        right: 0;
        top: 25px;
        width: 40px;
        height: 67px;
        background-image: url(../images/icon-10.png);
        background-position: center center;
        background-size: 13px 13px;
        background-repeat: no-repeat; }
    .product-banner .product .swiper-container .swiper-slide {
      width: auto !important; }
      .product-banner .product .swiper-container .swiper-slide a {
        display: block;
        padding: 0 36px;
        height: 100%;
        line-height: 67px;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        position: relative; }
        .product-banner .product .swiper-container .swiper-slide a:hover {
          color: #C2000B; }
      .product-banner .product .swiper-container .swiper-slide .active {
        color: #c2000b; }
    .product-banner .product .swiper-container .swiper-slide + .swiper-slide a:after {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      width: 1px;
      height: 11px;
      background: #525252;
      margin-top: -5.5px; }
    .product-banner .product .product-nav-nr {
      width: 100%;
      height: 190px;
      background: #FFF;
      line-height: 190px;
      box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09); }
      .product-banner .product .product-nav-nr .left {
        width: 240px;
        text-align: center;
        position: relative; }
        .product-banner .product .product-nav-nr .left:after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -50px;
          width: 1px;
          height: 100px;
          background: #CCC; }
        .product-banner .product .product-nav-nr .left > div {
          display: inline-block;
          vertical-align: middle;
          line-height: 1.2;
          padding: 0 10px;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
          width: 100%; }
          .product-banner .product .product-nav-nr .left > div h1 {
            color: #000;
            font-size: 22px;
            position: relative;
            padding-left: 10px;
            vertical-align: top;
            display: inline-block; }
            .product-banner .product .product-nav-nr .left > div h1 .icon {
              left: 0;
              top: 5px;
              position: absolute;
              width: 4px;
              height: 20px;
              background-size: 100% 100%;
              background-image: url(../images/icon-14.png);
              background-repeat: no-repeat; }
          .product-banner .product .product-nav-nr .left > div h3 {
            color: #B4B4B4;
            font-size: 12px;
            font-family: "Arial"; }
      .product-banner .product .product-nav-nr .nr {
        margin-left: 240px;
        padding: 0 135px 0 60px;
        height: 190px;
        -moz-box-sizing: border-box;
             box-sizing: border-box; }
        .product-banner .product .product-nav-nr .nr .p {
          display: inline-block;
          vertical-align: middle;
          font-size: 13px;
          color: #666;
          line-height: 28px;
          max-height: 140px;
          overflow: hidden;
          width: 100%; }

.product-list {
  padding-top: 200px;
  width: 1228px;
  margin: 0 auto 6px auto; }
  .product-list li {
    width: 50%;
    padding: 0 14px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    float: left;
    margin-bottom: 36px; }
    .product-list li a {
      display: block;
      width: 100%;
      height: 100%;
      background: #FFF;
      box-shadow: 1px 5px 20px 0px rgba(0, 0, 0, 0.05);
      -webkit-transition: all .6s ease;
      -moz-transition: all .6s ease;
      transition: all .6s ease; }
      .product-list li a:hover {
        -webkit-transform: translate(0, -6px);
           -moz-transform: translate(0, -6px);
            -ms-transform: translate(0, -6px);
                transform: translate(0, -6px); }
        .product-list li a:hover .nr h1 {
          color: #C2000B; }
        .product-list li a:hover .nr .btn {
          background: #141414;
          color: #FFF;
          border-color: #141414; }
    .product-list li .left {
      width: 390px; }
      .product-list li .left .img {
        width: 100%;
        position: relative;
        padding-bottom: 67.69231%; }
        .product-list li .left .img img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
    .product-list li .nr {
      margin-left: 390px;
      text-align: center;
      padding: 45px 28px 0; }
      .product-list li .nr h1 {
        border-bottom: 1px dashed #B1B1B1;
        line-height: 50px;
        width: 100%;
        overflow: hidden;
        height: 50px;
        font-size: 20px;
        color: #333;
        margin-bottom: 70px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease; }
      .product-list li .nr .btn {
        display: inline-block;
        vertical-align: top;
        width: 80px;
        height: 28px;
        line-height: 26px;
        font-size: 12px;
        color: #555;
        background: #F4F4F4;
        border: 1px solid #CCC;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        position: relative; }

@-moz-document url-prefix() {
  .web-box .product-details-box .wp .nr .product-details-left .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 100px; } }

.product-details-box {
  /*height: 1070px;*/
  width: 100%;
  padding-top: 62px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #DDD8D2;
  position: relative; }
  .product-details-box:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 492px;
    height: 100%;
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat; }
  .product-details-box:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 492px;
    height: 100%;
    background-image: url(../images/bg-1.jpg);
    background-repeat: no-repeat; }
  .product-details-box > .wp {
    position: relative;
    z-index: 22; }
    .product-details-box > .wp > .nr {
      background: #FFF;
      box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.19); }
  .product-details-box .product-details-left {
    height: 600px;
    background: #FFF;
    padding-top: 32px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%; }
    .product-details-box .product-details-left > div {
      float: right;
      width: 320px;
      height: 100%;
      padding-left: 0px;
      padding-right: 44px;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      position: relative; }
      .product-details-box .product-details-left > div:hover .swiper-button-prev {
        display: block; }
      .product-details-box .product-details-left > div:hover .swiper-button-next {
        display: block; }
      .product-details-box .product-details-left > div .swiper-button-prev {
        width: 275px;
        height: 20px;
        left: 0px;
        margin: 0;
        top: 0;
        background-image: url(../images/icon-28.png);
        background-position: center center;
        background-size: 13px 13px;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 1;
        display: none; }
      .product-details-box .product-details-left > div .swiper-button-next {
        display: none;
        opacity: 1;
        top: auto;
        margin: 0;
        left: 0px;
        bottom: 0;
        width: 275px;
        height: 20px;
        background-image: url(../images/icon-28.png);
        background-position: center center;
        background-size: 13px 13px;
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        background-color: rgba(0, 0, 0, 0.4); }
      .product-details-box .product-details-left > div .swiper-container {
        height: 100%; }
      .product-details-box .product-details-left > div .swiper-slide {
        width: 100%;
        padding-bottom: 68%;
        position: relative;
        height: 0 !important;
        cursor: pointer; }
        .product-details-box .product-details-left > div .swiper-slide img {
          width: 100%;
          height: 100%;
          position: absolute; }
        .product-details-box .product-details-left > div .swiper-slide .check {
          display: none;
          position: absolute;
          width: 100%;
          height: 100%;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
          border: 2px solid #C29F67;
          border-radius: 4px; }
  .product-details-box .product-details-nr {
    width: 100%;
   /* height: 252px;*/
   height: 52px;
    position: relative; }
    .product-details-box .product-details-nr > li {
      position: absolute;
      left: 0;
      width: 100%;
      top: 0;
      opacity: 0;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }
    .product-details-box .product-details-nr .li-on:nth-child(1) .top-img {
      cursor: pointer; }
      .product-details-box .product-details-nr .li-on:nth-child(1) .top-img:before {
        opacity: 1;
        content: "";
        display: block;
        background: url(../images/player2.png) no-repeat center center;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
      .product-details-box .product-details-nr .li-on:nth-child(1) .top-img:after {
        opacity: 1;
        content: "";
        display: block;
        background: url(../images/player3.png) no-repeat center center;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0%;
        left: 0%;
        -webkit-transform: rotate(0deg) rotate(0, 0);
           -moz-transform: rotate(0deg) rotate(0, 0);
            -ms-transform: rotate(0deg) rotate(0, 0);
                transform: rotate(0deg) rotate(0, 0);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
      .product-details-box .product-details-nr .li-on:nth-child(1) .top-img:hover:after {
        opacity: 1;
        background: url(../images/player1.png) no-repeat center center;
        -webkit-transform: rotate(0deg) rotate(1, 1);
           -moz-transform: rotate(0deg) rotate(1, 1);
            -ms-transform: rotate(0deg) rotate(1, 1);
                transform: rotate(0deg) rotate(1, 1);
        -webkit-animation: rotation 1s linear infinite;
           -moz-animation: rotation 1s linear infinite;
                animation: rotation 1s linear infinite; }
    .product-details-box .product-details-nr > .active {
      opacity: 1; }
    .product-details-box .product-details-nr .top-img, .product-details-box .product-details-nr .top-video {
      position: absolute;
      top: -580px;
      right: 203px;
      left: 36px;
      bottom: 255px; 
	  width:800px;
	  height:600px;
	  }
      .product-details-box .product-details-nr .top-img img, .product-details-box .product-details-nr .top-img .video, .product-details-box .product-details-nr .top-img video, .product-details-box .product-details-nr .top-video img, .product-details-box .product-details-nr .top-video .video, .product-details-box .product-details-nr .top-video video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .product-details-box .product-details-nr .top-video {
      display: none;
      z-index: 100; }
      .product-details-box .product-details-nr .top-video .video > div {
        width: 100%;
        height: 100%; }
  .product-details-box .product-introduce {
    width: 100%;
    height: 252px;
    background: #FFF;
    line-height: 252px; }
    .product-details-box .product-introduce .left {
      width: 238px;
      text-align: center;
      position: relative;
      padding-left: 50px;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      padding-right: 10px; }
      .product-details-box .product-introduce .left:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -50px;
        width: 1px;
        height: 100px;
        background: #CCC; }
      .product-details-box .product-introduce .left > div {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2; }
        .product-details-box .product-introduce .left > div h1 {
          color: #000;
          font-size: 22px;
          position: relative;
          text-align: left;
          padding-left: 10px; }
          .product-details-box .product-introduce .left > div h1 .icon {
            left: 0;
            top: 5px;
            position: absolute;
            width: 4px;
            height: 20px;
            background-size: 100% 100%;
            background-image: url(../images/icon-14.png);
            background-repeat: no-repeat; }
    .product-details-box .product-introduce .nr {
      margin-left: 240px;
      padding: 0 94px 0 35px;
      height: 190px;
      -moz-box-sizing: border-box;
           box-sizing: border-box; }
      .product-details-box .product-introduce .nr .p {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        color: #777;
        line-height: 30px;
        max-height: 120px;
        overflow: hidden;
        width: 100%; }

.product-nav {
  margin-top: 25px;
  height: 120px;
  background-color: #fff;
  font-size: 0; }
  .product-nav .left,
  .product-nav .right {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #e5e5e5;
    text-align: center; }
    .product-nav .left .icon,
    .product-nav .right .icon {
      position: relative;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      display: inline-block;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 2px solid #1d1d1d;
      vertical-align: middle; }
      .product-nav .left .icon img,
      .product-nav .right .icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .product-nav .left .desc,
    .product-nav .right .desc {
      display: inline-block;
      margin-left: 20px;
      vertical-align: middle;
      text-align: left; }
      .product-nav .left .desc .title,
      .product-nav .right .desc .title {
        font-size: 24px;
        padding-left: 10px;
        background-image: url(../images/icon-14.png);
        background-repeat: no-repeat;
        background-position: left 7px;
        margin-bottom: 5px; }
      .product-nav .left .desc p,
      .product-nav .right .desc p {
        font-size: 14px;
        color: #9b9b9b;
        text-transform: uppercase; }
  .product-nav .right {
    border: 0; }

.product-title {
  text-align: center;
  font-size: 27px;
  color: #000;
  margin-bottom: 90px; }
  .product-title .icon {
    display: inline-block;
    width: 4px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url(../images/icon-14.png);
    background-repeat: no-repeat;
    margin: -3px 4px 0; }
  .product-title .en {
    font-family: "Conv_DidotLTStd-Roman"; }

.product-nav {
    margin-top: 25px;
    height: 120px;
    background-color: #fff;
    font-size: 0;
    .left,
    .right {
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-right: 1px solid #e5e5e5;
        text-align: center;
        .icon {
            position: relative;
            box-sizing: border-box;
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 2px solid #1d1d1d;
            vertical-align: middle;
            img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
        }
        .desc {
            display: inline-block;
            margin-left: 20px;
            vertical-align: middle;
            text-align: left;
            .title {
                font-size: 24px;
                padding-left: 10px;
                background-image: url(../images/icon-14.png);
                background-repeat: no-repeat;
                background-position: left 7px;
                margin-bottom: 5px;
            }
            p {
                font-size: 14px;
                color: #9b9b9b;
                text-transform: uppercase;
            }
        }
    }
    .right {
        border: 0;
    }
}

.product-title {
    text-align: center;
    font-size: 22px;
    color: #555;
    margin-bottom: 40px;
    .icon {
        display: inline-block;
        
        width: 4px;
        height: 20px;
        background-size: 100% 100%;
        background-image: url(../images/icon-14.png);
        background-repeat: no-repeat;
        margin: -3px 4px 0;
    }
    .en {
        font-family: "Conv_DidotLTStd-Roman";
    }
    span {
        
    }
}

.product-description {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFF;
    .product-description-list {
        li {
            width: 33.333333%;
            padding: 0 34px;
            box-sizing: border-box;
            height: 382px;
            float: left;
            h2 {
                font-size: 18px;
                height: 42px;
                line-height: 42px;
                width: 100%;
                overflow: hidden;
                color: #333;
                text-align: center;
                margin-top: -20px;
            }
            .p {
                font-size: 13px;
                height: 140px;
                line-height: 28px;
                width: 100%;
                overflow: hidden;
                margin-bottom: 18px;
            }
            .img {
                width: 100%;
                position: relative;
                padding-bottom: (195/319)*100%;
                img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                }
            }
        }
        li+li {
            border-left: 1px solid #E3E3E3;
        }
    }
}

.product-details-list {
    padding-top: 68px;
    padding-bottom: 84px;
    .product-title {
        margin-bottom: 50px;
    }
    .product-list {
        padding: 0;
        li {
            margin-bottom: 0;
        }
    }
}	  



.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}