.section1 .section1_swiper {
  min-height: 200px;
  max-height: 700px; }
.section1 .swiper-slide a {
  display: block;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .section1 .swiper-slide a img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 80%;
    max-height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.section2 {
  padding-bottom: 30px; }
  .section2 .title {
    padding-top: 50px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.91667rem; }
    .section2 .title span {
      font-weight: bold; }
  .section2 .swiper-slide {
    padding-bottom: 40px; }
    .section2 .swiper-slide .product_img_wrap {
      display: block;
      text-align: center; }
      .section2 .swiper-slide .product_img_wrap img {
        max-width: 100%;
        width: 100%;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        .section2 .swiper-slide .product_img_wrap img:hover {
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          transform: translateY(-10px); }
    .section2 .swiper-slide .product_title {
      padding: 0 10%;
      display: block;
      font-size: 1.25rem;
      text-align: center;
      letter-spacing: 1px; }
  .section2 .swiper-button-next {
    right: 3.5%; }
  .section2 .swiper-button-prev {
    left: 3.5%; }
	

  .main .section5 {
		max-width: 1440px;
		padding:0 ;
		margin: 60px auto;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		position: relative;
	}
  .section5 .title {
    padding-top: 50px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.91667rem; }
    .section5 .title span {
      font-weight: bold; }
  .section5 .swiper-slide {
    padding-bottom: 40px; }
    .section5 .swiper-slide .product_img_wrap {
      display: block;
      text-align: center; }
      .section5 .swiper-slide .product_img_wrap img {
        max-width: 100%;
        width: 100%;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        .section5 .swiper-slide .product_img_wrap img:hover {
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          transform: translateY(-10px); }
    .section5 .swiper-slide .product_title {
      padding: 0 10%;
      display: block;
      font-size: 1.25rem;
      text-align: center;
      letter-spacing: 1px; }
    .main .section5 .swiper-button-next {
		margin-top: -16px;
      right: -40px; }
    .main .section5 .swiper-button-prev {
		margin-top: -16px;
      left: -40px; }
.main .section6 {
		max-width: 1430px;
		padding:45px 77px;
		margin: 0 auto;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: border-box;
		position: relative;
	}
.section3 {
  background-color: #191919; }
  .section3 .title {
    padding: 60px 0 30px;
    font-size: 1.91667rem;
    color: #fff;
    text-align: center;
    letter-spacing: 1px; }
  .section3 .grid_wrap .grid .grid-item {
    width: 100%; }
    .section3 .grid_wrap .grid .grid-item a {
      display: block;
      position: relative;
      height: 100%;
      overflow: hidden; }
    .section3 .grid_wrap .grid .grid-item img {
      max-width: 100%;
      width: 100%; }
      .section3 .grid_wrap .grid .grid-item img.bg {
        -webkit-transition: all 2.2s ease;
        -moz-transition: all 2.2s ease;
        -ms-transition: all 2.2s ease;
        -o-transition: all 2.2s ease;
        transition: all 2.2s ease; }
      .section3 .grid_wrap .grid .grid-item img.logo {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        position: absolute;
        left: 0;
        top: 0; }
    .section3 .grid_wrap .grid .grid-item:hover .logo {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .section3 .grid_wrap .grid .grid-item:hover .bg {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03); }

.section4 {
  background-color: #1a1a1a;
  padding-bottom: 80px; }
  .section4 .title {
    padding: 60px 0 30px;
    font-size: 1.91667rem;
    color: #fff;
    text-align: center;
    letter-spacing: 1px; }
  .section4 .grid_wrap .grid .grid-item {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: relative;
    width: 100%; }
    .section4 .grid_wrap .grid .grid-item img {
      max-width: 100%;
      width: 100%; }
    .section4 .grid_wrap .grid .grid-item .item_text_wrap {
      position: absolute;
      left: 0;
      right: 0;
      top: 10%;
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      .section4 .grid_wrap .grid .grid-item .item_text_wrap .item_title {
        display: block;
        color: #fff;
        font-size: 1.41667rem;
        margin-bottom: 2px; }
      .section4 .grid_wrap .grid .grid-item .item_text_wrap .item_content {
        color: #fff;
        font-size: 1.16667rem; }
  .section4 .grid_wrap .grid:hover .grid-item {
    opacity: 0.5; }
    .section4 .grid_wrap .grid:hover .grid-item:hover {
      opacity: 1; }

/*# sourceMappingURL=style.css.map */
