@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
.container {
  width: 70%;
  
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 0 #ffffff;
  -ms-box-shadow: 0 0 0 0 #ffffff;
  -o-box-shadow: 0 0 0 0 #ffffff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
.in-banner {
  background-color: #f8f8f8;
}
.in-banner .in-banner-box {
  padding-top: 110px;
}
.in-banner .in-banner-box .box {
  display: none;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.in-banner .in-banner-box .box .b-text {
  width: 45%;
  padding-top: 105px;
}




.in-banner .in-banner-box .box .b-text h3 {font-size: 58px;font-weight: bold;color:#000; margin:0 0 30px 0; }
.in-banner .in-banner-box .box .b-text p {font-size: 16px; font-size: 16px;line-height: 24px;color: #666;letter-spacing: 0;}



.in-banner .in-banner-box .box .b-tu {
  width: 50%;
}
.in-banner .in-banner-box .box .b-tu img {
  width: auto;
}
.in-banner .in-banner-box .box-show {
  display: block;
}
.in-banner .in-banner-box .t-a-box a {
  width: 150px;
  line-height: 36px;    cursor: pointer;
  background-color: #e5e5e5;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.in-banner .in-banner-box .t-a-box a:hover {
  background-color: #333;
  color: #fff;
}
.in-banner .in-banner-box .t-a-box .active {
  background-color: #333333;
  color: #fff;
}
.prodet-box {
  padding: 15px 0px 130px;
}
.prodet-box .swiper-slide {
  width: 300px;
  /*设为固定值*/
  width: auto;
  /*根据内容调整宽度*/
}
.prodet-box .pro-tu img {
  width: auto;
}
.prodet-box .pro-bott-box {
  position: absolute;
  right: 0px;
  margin-top: 25px;
}
.prodet-box .pro-bott-box .pro-bott {
  color: #b9b9b9;
  width: 25px;
  height: 25px;
  border: solid 1px #b9b9b9;
  border-radius: 50%;
  text-align: center;
  display: inline-block;    vertical-align: top;
  cursor: pointer;
    -moz-user-select:none;/*火狐*/
  -webkit-user-select:none;/*webkit浏览器*/
  -ms-user-select:none;/*IE10*/
  -khtml-user-select:none;/*早期浏览器*/
  user-select:none;
}
.prodet-box .pro-bott-box .pro-bott i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
.prodet-box .pro-bott-box .pro-bott:hover {
  color: #333;
  border: solid 1px #333;
}
.prodet-box .pro-bott-box .pro-bott:hover i {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.prodet-box .pro-bott-box .pro-button-next i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    margin: 8px 2px 0 0px;
}
.prodet-box .pro-bott-box .pro-button-prev i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
     margin: 8px 0 0 2px;
}

.prodet-box .pro-bott-box .swiper-yuan {display: inline-block;margin:6px 2px 0;    vertical-align: top;}



.prodet-box .pro-bott-box .swiper-yuan .swiper-pagination-bullet {
  background: none;
  border: solid 1px #333;
  width: 10px;
  height: 10px;
  margin: 0px 2px;
}
.prodet-box .pro-bott-box .swiper-yuan .swiper-pagination-bullet-active {
  background-color: #333;
}
.prodet-box .prod-box {
  padding-top: 100px;
}
.prodet-box .prod-box .prodet-tit {width: 100%;margin: 0 auto 50px;}
.prodet-box .prod-box .prodet-tit h3 {font-size: 30px;font-weight: bold;margin-bottom: 10px;color:#000; }
.prodet-box .prod-box .prodet-tit p {font-size: 16px;color: #666;line-height: 24px;}
.prodet-box .prod-box .list-bo {
  width: 810px;
  margin: 0 auto;
}
.prodet-box .prod-box .list-bo li {
  width: 19%;
  display: inline-block;
  vertical-align: bottom;
}
.prodet-box .prod-box .list-bo li img {
  width: auto;
  margin: 0 auto;
  display: block;
  vertical-align: bottom;
}
.sulu-box {
  background-color: #fafafa;
  padding: 50px 0px;
}
.sulu-box .container {
  width: 655px;
}
.sulu-box .sulu-tit {
  text-align: center;
}

.sulu-box .sulu-tit h3 {font-size: 30px;color:#000;font-weight: bold;margin-bottom: 50px;}
.sulu-box .sulu-swiper-box {
  position: relative;
}
.sulu-box .sulu-swiper-box .sulu-bott {
  position: absolute;
  top: 30%;
  color: #b9b9b9;
  width: 25px;
  height: 25px;
  border: solid 1px #b9b9b9;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.sulu-box .sulu-swiper-box .sulu-bott i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
.sulu-box .sulu-swiper-box .sulu-bott:hover {
  color: #333;
  border: solid 1px #333;
}
.sulu-box .sulu-swiper-box .sulu-bott:hover i {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.sulu-box .sulu-swiper-box .sulu-button-next i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
margin: 8px 2px 0 0;
}
.sulu-box .sulu-swiper-box .sulu-button-prev i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
margin: 8px 0 0 2px;
}
.sulu-box .sulu-swiper-box .sulu-button-prev {
  left: -40px;
}
.sulu-box .sulu-swiper-box .sulu-button-next {
  right: -40px;
}
.sulu-box .sulu-swiper-box .sulu-swiper-yuan {
  display: inline-block;
  margin: 0px 2px;
  text-align: center;
}
.sulu-box .sulu-swiper-box .sulu-swiper-yuan .swiper-pagination-bullet {
  background: none;
  border: solid 1px #262626;
  width: 10px;
  height: 10px;
  margin: 0px 2px;
}
.sulu-box .sulu-swiper-box .sulu-swiper-yuan .swiper-pagination-bullet-active {
  background-color: #262626;
}
.sulu-box .sulu-swiper-box .sulu-swiper .text {
  padding: 15px 0px 35px;
}
.sulu-box .sulu-swiper-box .sulu-swiper .text h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.sulu-box .sulu-swiper-box .sulu-swiper .text h3 a {font-size: 30px;color: #000;font-weight: bold; }
.sulu-box .sulu-swiper-box .sulu-swiper .text p {font-size: 14px;color: #666;line-height: 24px;}
.exper-box {
  padding: 50px 0px 110px;
}
.exper-box .ex-tit {
  margin-bottom: 140px;
}

.exper-box .ex-tit h3 {font-size: 30px;font-weight: bold;color:#000;}

.exper-box .container {
  width: 655px;
}
.exper-box .exper-list li {
  float: left;
  width: 33%;
  text-align: center;
}
.exper-box .exper-list li .tu {
  height: 120px;
}
.exper-box .exper-list li .tu img {
  width: auto;
}
.exper-box .exper-list li h3 {font-size: 16px;color: #000;font-weight: bold;margin-top: 30px;}
.design-boxs .desi-box .list li {
  background-color: #fafafa;
  padding: 50px 0px;
}
.design-boxs .desi-box .list li .text-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.design-boxs .desi-box .list li .text {
  width: 60%;
  padding: 0px 40px;
}
.design-boxs .desi-box .list li .text h3 {font-size: 30px;font-weight: bold;color:#000;margin-bottom: 20px;}
.design-boxs .desi-box .list li .text p {font-size: 16px; color: #666;line-height: 24px;width: 70%;}
.design-boxs .desi-box .list li .tu {
  width: 40%;
}
.design-boxs .desi-box .list li .tu img {
  width: auto;
}
.design-boxs .desi-box .list li:nth-child(2) {
  background-color: #fff;
}
.design-boxs .desi-box .list li:nth-child(2) .text {
  text-align: right;
}
.design-boxs .desi-box .list li:nth-child(2) .text p {
  margin-left: auto;
}
.pro-fave-box {
  padding: 60px 0px;
}
.pro-fave-box .container .tit {width:100%;margin: 0 auto;}
.pro-fave-box .container .tit h3 {font-size: 30px;font-weight: bold;    color: #000;margin-bottom: 50px;}
.pro-fave-box .container .tit .tu {
  margin-bottom: 60px;
}
.pro-fave-box .container .tit p {
  font-size: 16px;
}
.pro-fave-box .container .tit .tu img{ display: block;width: 57%;margin: 0 auto 60px;}
.pro-fave-box .container .fave-boxs {
  padding-top: 130px;
}
.pro-fave-box .container .fave-boxs .ta-box {
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.pro-fave-box .container .fave-boxs .ta-box a {
  font-size: 16px;
  display: inline-block;    cursor: pointer;
  width: 152px;
  line-height: 40px;
  background-color: #afafaf;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-right: 15px;
}
.pro-fave-box .container .fave-boxs .ta-box a:hover {
  background-color: #333;
}
.pro-fave-box .container .fave-boxs .ta-box a.active {
  background-color: #333;
}
.pro-fave-box .container .fave-boxs .boxs {
  display: none;
}
.pro-fave-box .container .fave-boxs .boxs .li-hide {
  display: none;
}
.pro-fave-box .container .fave-boxs .boxs li {
  width: 20%;
  float: left;
  text-align: left;
  padding: 20px;
}
.pro-fave-box .container .fave-boxs .boxs li img {
  width: auto;
}
.pro-fave-box .container .fave-boxs .boxs li .text h3 {font-weight: bold;font-size: 14px;color: #000;margin: 0 0 6px 0;}
.pro-fave-box .container .fave-boxs .fa-box-show {
  display: block;
}



.pro-fave-box .container .fave-boxs #color-b ul li{ width:14.2857%;}
.pro-fave-box .container .fave-boxs #color-b ul li .tu{    margin: 0 0 20px 0;}








.pro-fave-box .container .fave-boxs .more {
  display: inline-block;
  width: 130px;
  line-height: 40px;
  transition: all .3s;
  background-color: #333333;
  color: #fff;
  border-radius: 5px;cursor: pointer;
  text-align: center;
  margin: 90px auto 0px;
  font-size: 16px;
  font-weight: bolder;
}
.pro-fave-box .container .fave-boxs .more:hover {
  background-color: #6EB82B;
}
.pro-fave-box .container .fave-boxs .close {
  display: inline-block;
  width: 130px;
  line-height: 40px;
  transition: all .3s;
  background-color: #333333;
  color: #fff;cursor: pointer;
  border-radius: 5px;
  text-align: center;
  margin: 90px auto 0px;
  font-size: 16px;
  font-weight: bolder;    position: relative;left: auto;right: auto;top: auto;float: none;text-shadow: 0 0px 0 #fff;opacity: 1;
}
.pro-fave-box .container .fave-boxs .close:hover {
  background-color: #6EB82B;
}
.pro-fave-box .container .fave-boxs .cl-none {
  display: none;
}
.pro-like {
  background-color: #fafafa;
  padding: 50px 0px 100px;
}
.pro-like .like-boxs {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.pro-like .like-boxs .tu {
  width: 45%;
}
.pro-like .like-boxs .tu img {
  width: auto;
}
.pro-like .like-boxs .text {
  width: 50%;
  text-align: center;
  padding: 0px 7% 0px;
}
.pro-like .like-boxs .text h3 {
  font-size: 30px; color: #000;
  font-weight: bold;
  margin-bottom: 35px;
}
.pro-like .like-boxs .text .more {
  display: inline-block;
  width: 130px;
  line-height: 40px;
  transition: all .3s;
  background-color: #333333;
  color: #fff;
  border-radius: 5%;
  font-size: 16px;
  font-weight: bolder;
}
.pro-like .like-boxs .text .more:hover {
  background-color: #6EB82B;
}
.pro-fave-box .container .fave-boxs #color-b .di-boxs3 li{
  width: 100%;
}
.pro-fave-box .container .fave-boxs .di-boxs3 ul li{
  width: 100% !important;
  padding: 10px 20px;



}
.pro-fave-box .container .fave-boxs .di-boxs3 ul li div{
  display: block;
      display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    cursor: pointer;
}
.pro-fave-box .container .fave-boxs .di-boxs3 ul li div span{
  font-size: 18px;
  font-weight: bold;
}
.pro-fave-box .container .fave-boxs .di-boxs3 ul li div span:nth-child(1){
  display: inline-block;
  width: 25%;
}



@media only screen and (max-width: 1600px) {
  .container {
    width: 80%;
  }
  .in-banner .in-banner-box .t-a-box a {
    line-height: 36px;
    width: 140px;
    font-size: 16px;
  }
  .in-banner .in-banner-box .box .b-text {
    padding-top: 50px;
  }
  .in-banner .in-banner-box .box .b-text h3 {
    font-size: 30px;
  }
  .prodet-box {
    padding: 15px 0px 30px;
  }
  .prodet-box .prod-box {
    padding-top: 50px;
  }
  .prodet-box .prod-box .prodet-tit {
    margin: 0 auto 40px;
  }
  .prodet-box .prod-box .prodet-tit h3 {
    font-size: 30px;
  }
  .sulu-box {
    padding: 30px 0px;
  }
  .sulu-box .sulu-tit h3 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .sulu-box .sulu-swiper-box .sulu-swiper .text h3 a {
    font-size: 28px;
  }
  .exper-box {
    padding: 30px 0px 30px;
  }
  .exper-box .ex-tit {
    margin-bottom: 70px;
  }
  .exper-box .ex-tit h3 {
    font-size: 30px;
  }
  .design-boxs .desi-box .list li {
    padding: 30px 0px;
  }
  .design-boxs .desi-box .list li .text h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .pro-fave-box {
    padding: 30px 0px;
  }
  .pro-fave-box .container .tit h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .pro-fave-box .container .tit .tu {
    margin-bottom: 25px;
  }
  .pro-fave-box .container .fave-boxs {
    padding-top: 60px;
  }
  .pro-fave-box .container .fave-boxs .ta-box {
    margin-bottom: 15px;
  }
  .pro-fave-box .container .fave-boxs .ta-box a {
    line-height: 36px;
    width: 140px;
  }
  .pro-fave-box .container .fave-boxs .more {
    line-height: 36px;
    margin: 40px auto 0px;
  }
  .pro-like .like-boxs .text h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .pro-like .like-boxs .text .more {
    line-height: 36px;
  }
}
@media only screen and (max-width: 760px) {
  .container {
    width: 90%;
    padding: 0px;
  }
  .in-banner .in-banner-box {
    padding: 30px 0px;
  }
  .in-banner .in-banner-box .box {
    margin-bottom: 20px;
  }
  .in-banner .in-banner-box .box .b-text {
    width: 100%;
    padding-top: 0px;
  }
  .in-banner .in-banner-box .box .b-text h3 {
    font-size: 20px;
  }
  .in-banner .in-banner-box .box .b-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .in-banner .in-banner-box .box .b-tu {
    width: 100%;
  }
  .in-banner .in-banner-box .box .b-tu img {
    width: 100%;
  }
  .in-banner .in-banner-box .t-a-box a {
    line-height: 30px;
    width: 100px;
    font-size: 14px;
  }
  .prodet-box {
    padding: 15px 15px 30px;
  }
  .prodet-box .prod-box {
    padding-top: 20px;
  }
  .prodet-box .prod-box .prodet-tit {
    width: 100%;
    margin: 0 auto 20px;
  }
  .prodet-box .prod-box .prodet-tit h3 {
    font-size: 20px;
  }
  .prodet-box .prod-box .prodet-tit p {
    font-size: 14px;
  }
  .prodet-box .prod-box .list-bo {
    width: 100%;
  }
  .prodet-box .prod-box .list-bo li {
    width: 19%;
  }
  .prodet-box .prod-box .list-bo li img{
    width: 100%;
  }
  .prodet-box .pro-bott-box {
    position: initial;
    text-align: center;
  }
  .sulu-box {
    padding: 20px 0px;
  }
  .sulu-box .sulu-tit h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sulu-box .container {
    width: 90%;
  }
  .sulu-box .sulu-swiper-box .sulu-bott {
    display: none;
  }
  .sulu-box .sulu-swiper-box .sulu-swiper .text {
    padding: 10px 0px 15px;
  }
  .sulu-box .sulu-swiper-box .sulu-swiper .text h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .sulu-box .sulu-swiper-box .sulu-swiper .text h3 a {
    font-size: 18px;
  }
  .prodet-box .swiper-slide{
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  .exper-box {
    padding: 20px 0px;
  }
  .exper-box .container {
    width: 90%;
  }
  .exper-box .ex-tit {
    margin-bottom: 20px;
  }
  .exper-box .ex-tit h3 {
    font-size: 20px;
  }
  .exper-box .exper-list li {
    width: 33.3%;
    margin-bottom: 15px;
    text-align: center;
  }
  .exper-box .exper-list li h3 {
    font-size: 12px;
    margin-top: 5px;
  }
  .design-boxs .desi-box .list li {
    padding: 20px 0px;
  }
  .design-boxs .desi-box .list li .text-box {
    
  }
  .design-boxs .desi-box .list li .text-box .text {
    width: 50%;
    padding: 0px 0px;
    margin-bottom: 10px;
  }
  .design-boxs .desi-box .list li .text-box .text h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .design-boxs .desi-box .list li .text-box .text p {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
  }
  .design-boxs .desi-box .list li .text-box .tu {
    width: 50%;
  }
  .design-boxs .desi-box .list li .text-box .tu img {
    width: 100%;
  }
  .design-boxs .desi-box .list li:nth-child(2) .text {
    text-align: left;
  }
  .pro-fave-box .container .tit {
    width: 100%;
  }
  .pro-fave-box .container .tit h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pro-fave-box .container .tit p {
    font-size: 12px;
    line-height: 18px;
  }
  .exper-box .exper-list li .tu img{width: 100%;}
  .pro-fave-box .container .fave-boxs {
    padding-top: 30px;
  }
  .pro-fave-box .container .fave-boxs .ta-box a {
    font-size: 14px;
    line-height: 30px;
    width: 100px;
    margin-right: 0px;
  }
  .pro-fave-box .container .fave-boxs .boxs li {
    width: 50%;
    padding: 15px;
    
  }
  .pro-fave-box .container .fave-boxs #color-b ul li{
    width: 50%;
     padding: 15px;
     text-align: center;
  }
  .pro-fave-box .container .fave-boxs .di-boxs3 ul li{
    text-align: left !important;
  }
  .pro-fave-box .container .tit .tu img{
    width: 100%;
  }
  .pro-fave-box .container .fave-boxs .di-boxs3 ul li div span{
    font-size: 14px;
  }
  .pro-fave-box .container .fave-boxs .di-boxs3 ul li div span:nth-child(1){
    width: 60%;
  }
  .pro-fave-box .container .fave-boxs .more {
    line-height: 30px;
    width: 120px;
    font-size: 14px;
  }
  .pro-fave-box .container .fave-boxs .close {
    line-height: 30px;
    width: 120px;
    font-size: 14px;
  }
  .pro-like {
    padding: 20px 0px 40px;
  }
  .pro-like .like-boxs {
    display: block;
  }
  .pro-like .like-boxs .tu {
    width: 100%;
  }
  .pro-like .like-boxs .tu img {
    width: 100%;
  }
  .pro-like .like-boxs .text {
    width: 100%;
  }
  .pro-like .like-boxs .text h3 {
    font-size: 20px;
    margin: 10px 0px;
  }
  .pro-like .like-boxs .text .more {
    width: 120px;
    line-height: 30px;
  }
}
