@charset "UTF-8";
body {
  background: #fff;
  color: #333;
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  vertical-align: middle; }

hr {
  border-color: #e0e0e0;
  margin: 0 auto 20px auto;
  width: 100px !important; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.text-ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.container {
  width: 1300px;
  margin: 0 auto;
  position: relative; }

/* 头部 section */
header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 82px;
  z-index: 999; }
  header.sticky {
    position: fixed;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #ffffff; }
  header .container {
    height: 100%; }
    header .container .logo {
      float: left;
      padding: 24px 0 0; }
      header .container .logo a {
        display: block;
        font-size: 0; }
    header .container nav {
      width: 50%;
      float: right; }
      header .container nav .menu {
        display: flex;
        justify-content: space-between; }
        header .container nav .menu .menu-li {
          position: relative; }
          header .container nav .menu .menu-li:hover .menu-a {
            color: #000000; }
            header .container nav .menu .menu-li:hover .menu-a .arrow {
              background-image: url(../images/nav-arrow2.png); }
          header .container nav .menu .menu-li:hover .submenu {
            visibility: visible;
            opacity: 1;
            transform: scaleY(1); }
          header .container nav .menu .menu-li.active .menu-a {
            color: #000;
            border-bottom-color: #000; }
          header .container nav .menu .menu-li .menu-a {
            height: 82px;
            display: block;
            color: #555555;
            font-size: 16px;
            line-height: 80px;
            box-sizing: border-box;
            border-bottom: 2px solid transparent;
            transition: all 0.3s; }
            header .container nav .menu .menu-li .menu-a .arrow {
              display: inline-block;
              vertical-align: top;
              margin: 38px 0 0 6px;
              width: 10px;
              height: 6px;
              background-image: url(../images/nav-arrow.png); }
          header .container nav .menu .menu-li.mega-menu {
            position: static; }
            header .container nav .menu .menu-li.mega-menu .submenu {
              width: 50%;
              padding: 25px 30px;
              left: 50%; }
          header .container nav .menu .menu-li .submenu {
            position: absolute;
            box-sizing: border-box;
            top: 100%;
            left: 0;
            background-color: #ffffff;
            min-width: 200px;
            padding: 15px 0;
            transform: scaleY(0);
            transform-origin: 0 0;
            box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
            opacity: 0;
            visibility: hidden;
            z-index: 11;
            transition: all 0.3s ease-out; }
            header .container nav .menu .menu-li .submenu a {
              display: block;
              padding: 5px 20px;
              color: #555555;
              line-height: 24px;
              font-size: 14px; }
              header .container nav .menu .menu-li .submenu a:hover {
                color: #25A7AA; }
            header .container nav .menu .menu-li .submenu .submenu-li {
              float: left;
              display: block;
              width: 33.33%; }
              header .container nav .menu .menu-li .submenu .submenu-li .submenu-li-a {
                font-size: 16px;
                color: #000; }
                header .container nav .menu .menu-li .submenu .submenu-li .submenu-li-a:hover {
                  color: #25A7AA; }
              header .container nav .menu .menu-li .submenu .submenu-li a {
                font-size: 12px; }

/* 底部 section */
footer {
  box-sizing: border-box;
  background: #EEEEEE; }
  footer .bd {
    display: flex;
    padding: 28px 0; }
    footer .bd .item {
      flex: 1; }
      footer .bd .item:last-child {
        flex: inherit;
        width: 52%; }
      footer .bd .item h2 {
        font-size: 0;
        margin-bottom: 14px; }
      footer .bd .item h3 {
        font-size: 14px; }
      footer .bd .item .flex {
        display: flex;
        justify-content: space-between; }
        footer .bd .item .flex .desc {
          margin-top: 10px; }
      footer .bd .item .desc {
        margin-top: 18px;
        font-size: 14px;
        line-height: 16px; }
        footer .bd .item .desc img {
          display: inline-block;
          vertical-align: top;
          margin-right: 12px;
          width: 16px;
          height: 16px; }
  footer .copyright {
    font-size: 14px;
    text-align: center;
    line-height: 70px;
    border-top: 1px solid #D4D4D4; }

.title-home {
  position: relative;
  text-align: center;
  margin-bottom: 60px; }
  .title-home:after {
    border-top: 1px solid #ebebeb;
    content: "";
    left: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    width: 100%; }
  .title-home h2 {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 60px;
    z-index: 1;
    font-size: 40px;
    font-weight: 500; }
  .title-home p {
    font-size: 16px;
    color: #888888;
    margin-top: 30px; }

/* banner section */
#banner {
  background: url("../images/banner-home.jpg") center;
  height: 710px;
  color: #FFFFFF;
  margin-top: 82px; }
  #banner h1 {
    position: absolute;
    font-size: 0;
	left: 10%;
    top: 250px; }

/* most-popular section */
#most-popular, #events {
  padding: 60px 0 102px; }
  #most-popular .bd:hover .swiper-button-next, #events .bd:hover .swiper-button-next {
    right: 6%; }
  #most-popular .bd:hover .swiper-button-prev, #events .bd:hover .swiper-button-prev {
    left: 6%; }
  #most-popular .bd:hover .swiper-button-next,
  #most-popular .bd:hover .swiper-button-prev, #events .bd:hover .swiper-button-next,
  #events .bd:hover .swiper-button-prev {
    opacity: 0.7; }
  #most-popular .bd .swiper, #events .bd .swiper {
    width: 950px;
    height: 528px;
    background: #f3f3f3; }
    #most-popular .bd .swiper .cover, #events .bd .swiper .cover {
      float: left;
      width: 50%; }
      #most-popular .bd .swiper .cover img, #events .bd .swiper .cover img {
        width: 100%;
        height: 100%; }
    #most-popular .bd .swiper .info, #events .bd .swiper .info {
      position: relative;
      float: left;
      width: 50%;
      height: 100%;
      padding: 60px;
      box-sizing: border-box; }
      #most-popular .bd .swiper .info h3, #events .bd .swiper .info h3 {
        font-size: 24px;
        margin-bottom: 60px; }
      #most-popular .bd .swiper .info .desc, #events .bd .swiper .info .desc {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px; }
      #most-popular .bd .swiper .info .btn, #events .bd .swiper .info .btn {
        display: block;
        width: 250px;
        box-sizing: border-box;
        height: 54px;
        border: 2px solid #232323;
        font-size: 16px;
        font-weight: 500;
        color: #232323;
        text-align: center;
        line-height: 50px;
        transition: all 0.4s; }
        #most-popular .bd .swiper .info .btn:hover, #events .bd .swiper .info .btn:hover {
          background: #232323;
          color: #FFFFFF; }
      #most-popular .bd .swiper .info .tip, #events .bd .swiper .info .tip {
        position: absolute;
        bottom: 60px;
        right: 60px;
        font-size: 16px;
        color: #999999; }
  #most-popular .bd .swiper-button-next,
  #most-popular .bd .swiper-button-prev, #events .bd .swiper-button-next,
  #events .bd .swiper-button-prev {
    font-size: 50px;
    opacity: 0.3;
    color: #303030;
    transition: all 0.4s ease; }
  #most-popular .bd .swiper-button-next, #events .bd .swiper-button-next {
    right: 8%; }
  #most-popular .bd .swiper-button-prev, #events .bd .swiper-button-prev {
    left: 8%; }
  #most-popular .bd .swiper-pagination, #events .bd .swiper-pagination {
    bottom: -42px; }
  #most-popular .bd .swiper-pagination-bullet, #events .bd .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px; }
  #most-popular .bd .swiper-pagination-bullet-active, #events .bd .swiper-pagination-bullet-active {
    background: #232323; }

/* new-arrivals section */
#new-arrivals {
  padding: 0 0 44px; }
  #new-arrivals .bd {
    display: flex;
    flex-wrap: wrap; }
    #new-arrivals .bd .item {
      position: relative;
      width: 313px;
      height: 428px;
      margin-right: 16px;
      margin-bottom: 16px;
      overflow: hidden; }
      #new-arrivals .bd .item:hover img {
        transform: scale(1.2); }
      #new-arrivals .bd .item:nth-child(4n+4) {
        margin-right: 0; }
      #new-arrivals .bd .item img {
        width: 100%;
        height: 100%;
        transition: all 0.4s ease; }
      #new-arrivals .bd .item .name {
        position: absolute;
        left: 0;
        right: 0;
        box-sizing: border-box;
        bottom: 26%;
        color: #fff;
        font-size: 32px;
        opacity: 0.9;
        line-height: 40px;
        text-align: center;
        font-family: SimSun; }
        #new-arrivals .bd .item .name:after {
          border: 5px solid #232323;
          border-color: transparent transparent #232323 #232323;
          border-width: 10px 5px;
          position: absolute;
          right: -10px;
          bottom: 0;
          content: "";
          z-index: 1; }
        #new-arrivals .bd .item .name:before {
          border: 5px solid #232323;
          border-color: #232323 transparent transparent #232323;
          border-width: 9px 5px;
          position: absolute;
          right: -10px;
          top: 0;
          content: "";
          z-index: 1; }

#products,
#news {
  margin: 60px 0; }
  #products .container,
  #news .container {
    display: flex;
    flex-wrap: wrap;
    width: 1200px; }
  #products .sidebar__widget,
  #news .sidebar__widget {
    width: 260px; }
    #products .sidebar__widget .sidebar__widget-title,
    #news .sidebar__widget .sidebar__widget-title {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 30px; }
    #products .sidebar__widget .sidebar__widget-content .card,
    #news .sidebar__widget .sidebar__widget-content .card {
      margin-bottom: 25px; }
      #products .sidebar__widget .sidebar__widget-content .card .card-header,
      #news .sidebar__widget .sidebar__widget-content .card .card-header {
        font-size: 16px;
        cursor: pointer;
        background-image: url(../images/sidebar-arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        transition: all 0.3s; }
        #products .sidebar__widget .sidebar__widget-content .card .card-header.collapsed,
        #news .sidebar__widget .sidebar__widget-content .card .card-header.collapsed {
          color: #25A7AA;
          background-image: url(../images/sidebar-arrow2.png); }
      #products .sidebar__widget .sidebar__widget-content .card .card-body,
      #news .sidebar__widget .sidebar__widget-content .card .card-body {
        padding-left: 18px;
        padding-top: 18px;
        display: none; }
        #products .sidebar__widget .sidebar__widget-content .card .card-body ul li + li,
        #news .sidebar__widget .sidebar__widget-content .card .card-body ul li + li {
          margin-top: 18px; }
        #products .sidebar__widget .sidebar__widget-content .card .card-body ul li a,
        #news .sidebar__widget .sidebar__widget-content .card .card-body ul li a {
          font-size: 12px; }
          #products .sidebar__widget .sidebar__widget-content .card .card-body ul li a:hover,
          #news .sidebar__widget .sidebar__widget-content .card .card-body ul li a:hover {
            color: #25A7AA; }
  #products .shop__content-area,
  #news .shop__content-area {
    flex: 1;
    margin-left: 40px; }
    #products .shop__content-area .shop__header,
    #news .shop__content-area .shop__header {
      font-size: 16px;
      color: #A3A3A3;
      line-height: 22px;
      margin-bottom: 30px; }
    #products .shop__content-area .shop__content,
    #news .shop__content-area .shop__content {
      display: flex;
      flex-wrap: wrap; }
      #products .shop__content-area .shop__content .item,
      #news .shop__content-area .shop__content .item {
        display: block;
        margin-right: 30px;
        margin-bottom: 30px; }
        #products .shop__content-area .shop__content .item:hover .cover .now,
        #news .shop__content-area .shop__content .item:hover .cover .now {
          bottom: 0; }
        #products .shop__content-area .shop__content .item:nth-child(3n+3),
        #news .shop__content-area .shop__content .item:nth-child(3n+3) {
          margin-right: 0; }
        #products .shop__content-area .shop__content .item .cover,
        #news .shop__content-area .shop__content .item .cover {
          position: relative;
          width: 280px;
          height: 378px;
          overflow: hidden; }
          #products .shop__content-area .shop__content .item .cover img,
          #news .shop__content-area .shop__content .item .cover img {
            width: 100%;
            height: 100%;
            transition: all 0.4s ease; }
          #products .shop__content-area .shop__content .item .cover .now,
          #news .shop__content-area .shop__content .item .cover .now {
            position: absolute;
            left: 0;
            width: 100%;
            height: 56px;
            bottom: -56px;
            background: rgba(0, 0, 0, 0.6);
            line-height: 56px;
            font-size: 16px;
            font-weight: 500;
            color: #FFFFFF;
            text-align: center;
            transition: bottom 0.4s ease; }
        #products .shop__content-area .shop__content .item .name,
        #news .shop__content-area .shop__content .item .name {
          font-size: 14px;
          color: #555555;
          line-height: 40px;
          text-align: center; }
    #products .shop__content-area .shop__pagination,
    #news .shop__content-area .shop__pagination {
      text-align: center;
      margin-top: 30px; }
      #products .shop__content-area .shop__pagination li,
      #news .shop__content-area .shop__pagination li {
        display: inline-block;
        margin: 0 5px; }
        #products .shop__content-area .shop__pagination li:first-child,
        #news .shop__content-area .shop__pagination li:first-child {
          background: url(../images/pagination-left.png) no-repeat center center; }
        #products .shop__content-area .shop__pagination li:last-child,
        #news .shop__content-area .shop__pagination li:last-child {
          background: url(../images/pagination-right.png) no-repeat center center; }
        #products .shop__content-area .shop__pagination li.active a,
        #news .shop__content-area .shop__pagination li.active a {
          border-color: #232323; }
        #products .shop__content-area .shop__pagination li a,
        #news .shop__content-area .shop__pagination li a {
          box-sizing: border-box;
          height: 35px;
          width: 35px;
          font-size: 14px;
          font-weight: 500;
          line-height: 31px;
          margin: 0px;
          display: inline-block;
          vertical-align: top;
          border: 2px solid #ebebeb; }
          #products .shop__content-area .shop__pagination li a:hover,
          #news .shop__content-area .shop__pagination li a:hover {
            border-color: #232323; }
			
			 .shop__pagination span {
			 background:#000;color:#fff;
			 padding:2px 8px ;
			 }
			  .shop__pagination a {
			    margin: 0px 8px
			  }

#news .shop__content-area {
  margin-left: 0; }
  #news .shop__content-area .shop__tab {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    #news .shop__content-area .shop__tab a {
      padding: 0 50px;
      font-size: 18px;
      color: #a3a3a3;
      font-weight: 500; }
      #news .shop__content-area .shop__tab a.active {
        color: #232323; }
  #news .shop__content-area .shop__content .item:nth-child(3n+3) {
    margin-right: 30px; }
  #news .shop__content-area .shop__content .item:nth-child(4n+4) {
    margin-right: 0; }
  #news .shop__content-area .shop__content .item .cover {
    position: relative;
    width: 275px; }

#productDetails {
  margin: 60px 0; }
  #productDetails .container {
    display: flex; }
  #productDetails .product__modal-box {
    width: 50%;
    display: flex; }
    #productDetails .product__modal-box .product__modal-nav {
      width: 96px;
      margin-right: 20px; }
      #productDetails .product__modal-box .product__modal-nav .item {
        box-sizing: border-box;
        border: 2px solid transparent;
        height: 120px;
        margin-bottom: 5px;
        cursor: pointer;
        transform: all 0.3s; }
        #productDetails .product__modal-box .product__modal-nav .item.active {
          border-color: #25A7AA; }
        #productDetails .product__modal-box .product__modal-nav .item img {
          width: 100%;
          height: 100%; }
    #productDetails .product__modal-box .product__modal-content {
      flex: 1;
      height: 600px;
      overflow: hidden; }
      #productDetails .product__modal-box .product__modal-content .item {
        height: 600px; }
        #productDetails .product__modal-box .product__modal-content .item img {
          width: 100%;
          height: 100%; }
      #productDetails .product__modal-box .product__modal-content .swiper-button-next, #productDetails .product__modal-box .product__modal-content .swiper-button-prev {
        color: #25A7AA; }
      #productDetails .product__modal-box .product__modal-content .swiper-pagination-bullet-active {
        background: #25A7AA; }
  #productDetails .product__modal-detail {
    width: 50%;
    box-sizing: border-box;
    padding: 15px 0 0 30px; }
    #productDetails .product__modal-detail h2 {
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 30px; }
    #productDetails .product__modal-detail .desc {
      padding: 25px 0;
      display: flex;
      color: #787878;
      font-size: 16px;
      border-bottom: 1px solid #ebebeb;
      line-height: 1.4; }
      #productDetails .product__modal-detail .desc div {
        color: #232323;
        font-weight: 500; }
    #productDetails .product__modal-detail .icon {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box; }
      #productDetails .product__modal-detail .icon .item {
        width: 33.33%;
        text-align: center;
        font-size: 0;
        margin-top: 20px; }
        #productDetails .product__modal-detail .icon .item img {
          width: 50px;
          margin-bottom: 10px; }
        #productDetails .product__modal-detail .icon .item div {
          font-size: 14px; }

#eventDetails {
  margin: 60px 0; }
  #eventDetails .title {
    font-size: 28px;
    text-align: center;
    line-height: 1.4; }
  #eventDetails .time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    width: 185px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    border-radius: 50px;
    background-color: #f1f8ff; }
  #eventDetails .time:before {
    display: block;
    content: '';
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("../images/event-time.png");
    background-size: 100%; }
  #eventDetails .text {
    margin-top: 30px;
    font-size: 18px;
    color: #555;
    line-height: 2; }
  #eventDetails .prew {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d5e1e8;
    display: flex;
    justify-content: space-between; }
  #eventDetails .prew .prev,
  #eventDetails .prew .next {
    width: 40%;
    padding: 20px 30px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    line-height: 1.4; }
  #eventDetails .prew .prev:hover,
  #eventDetails .prew .next:hover {
    border-color: #232323; }

/* banner-child section */
#banner-child {
 /* background: url("../images/banner-child.jpg");
  background-size: 100% 100%;*/
  height: 50px;
  overflow: hidden;
  text-align: center; }
  #banner-child h2 {
    font-size: 40px;
    font-weight: 500;
    color: #232323;
    margin-top: 226px; }
  #banner-child h3 {
    font-size: 14px;
    margin-top: 40px; }

#aboutus {
  margin: 60px 0; }
  #aboutus .container {
    width: 1000px; }
  #aboutus h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px; }
  #aboutus .desc {
    padding: 10px 0;
    display: flex;
    color: #787878;
    font-size: 16px;
    line-height: 2;
    border-bottom: 1px solid #ebebeb; }
    #aboutus .desc div {
      width: 36%;
      color: #232323;
      font-weight: 500; }

/*# sourceMappingURL=style.css.map */
