
body, html {  
  height: 100%;  
  margin: 0;  
  padding: 0;  
  overflow: hidden; 
  min-width: 1350px;  
  /* position: relative; */
}  

a {
  cursor: pointer;
  color: #000;
}

a {
  text-decoration: none; /* 去除下划线样式 */
  color: inherit; /* 继承父元素的字体颜色 */
  cursor: pointer; /* 可选：改变鼠标悬停时的样式为手型 */
}

.home-top {
  position: absolute;
  /* height: 80px; */
  height: 100px;
  /* background-color: pink; */
  background-color: rgb( 67, 142, 219,0.5);
  z-index: 99;
  width: 100%;
}
.home-top-home {
  position: absolute;
  /* height: 80px; */
  height: 100px;
  /* background-color: pink; */
  /* background-color: rgb( 67, 142, 219,0.5); */
  z-index: 99;
  width: 100%;
  min-width: 1350px;
}
.home-carouselDiv {
  /* background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrrykMHUWGDIgNDyqsOEgOKSD.jpg) no-repeat center center; */
  background-size: 100% 100%; 
  background-clip: content-box;
  height: 100%;
  /* height: 1080px; */
}

.home-ind-hintLogo {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}

.ind-hint-icon {
  margin: auto;
  border: 2px solid #ffffff;
  height: 26px;
  width: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  /* border-radius: 8px; */
  position: relative;
  padding: 4px 0;
  margin-top: 10px;
}

.ind-hint-icon > div {
  height: 6px;
  width: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -1px;
  -webkit-animation: gun0 1s ease infinite;
  -moz-animation: gun0 1s ease infinite;
  -ms-animation: gun0 1s ease infinite;
  -o-animation: gun0 1s ease infinite;
  animation: gun0 1s ease infinite 
}

@keyframes gun0 {
  0% {
      top: 6px
  }

  50% {
      top: 14px
  }

  100% {
      top: 6px
  }
}

.product-a1dev {
  font-size: 26px;
  width: 50%;
  text-align: center;
  margin: auto;
  color: #fff;
  display: flex;
  justify-items: center;
  align-items: center;
  height: 100%;
}

.btnClass {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding-top: 65%;
  color: #fff;
}

.consult-homeImg {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -5px;
  left: -50px;
  background-color: #547896;
  /* padding-right: 10px; */
  padding: 10px;
}

.consult-homeImg1 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -5px;
  left: -50px;
  background-color: #fff;
  /* padding-right: 10px; */
  padding: 10px;
}

.square-home {
  width: 80px;
  height: 80px;
  /* background-color: white; */
  position: absolute;
  top: -5px;
  right: 178px;
  display: none;
}

.arrow-home {  
  position: absolute;  
  right: 17px; 
  top: 50%; 
  transform: translateY(-50%); 
  width: 0; 
  height: 0; 
  z-index: 99;
  border-top: 5px solid transparent; 
  border-bottom: 5px solid transparent; 
  border-left: 10px solid #fff; 
  z-index: 99;
}

.square {  
  width: 80px;  
  height: 80px;  
  /* background-color: white;   */
  position: absolute;  
  top: -5px;
  left: -100px;
  display: none;
}  

.arrow {  
  position: absolute;  
  right: 17px; 
  top: 50%; 
  transform: translateY(-50%); 
  width: 0; 
  height: 0; 
  z-index: 99;
  border-top: 5px solid transparent; 
  border-bottom: 5px solid transparent; 
  border-left: 10px solid black; 
  z-index: 99;
}

.square2 {  
  width: 80px;  
  height: 80px;  
  /* background-color: white;   */
  position: absolute;  
  top: 87px;
  left: -115px;
  display: none;
}  

.arrow2 {  
  position: absolute;  
  right: 0; 
  top: 50%; 
  transform: translateY(-50%);  
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent; 
  border-bottom: 5px solid transparent; 
  border-left: 10px solid black; 
  z-index: 99;
}

.arrow2Text {
  width: 193px;
  position: absolute;
  top: 8px;
  left: -147px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #547896;
  color: #fff;
}

.QRbox span {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.QRbox span:last-child{
  margin-right: 0px;
}

.home-company-Img1 {
  width: 30%;
    height: 46%;
}

.home-bullet {
  margin: 0 10px;
  width: 50px;
  height: 5px;
  display: inline-block;
  background-color: #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  cursor: pointer;
}

.home-bullet1 {
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: mediumblue;
  border-radius: 0px;
}

.home-top-box1 {
  float: right;
  margin-right: 165px;
  margin-top: 28px;
}
.home-top-cut {
  display: inline-block;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 8px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  margin-right: -5px;
}
.home-top-cut1 {
  display: inline-block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 8px;
  width: 30px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.home-prev {
  left: var(--swiper-navigation-sides-offset, 110px) !important;
  background-color: #989898 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
  color: #fff;
}

.home-next {
  right: var(--swiper-navigation-sides-offset, 110px) !important;
  background-color: #989898 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
  color: #fff;
}

.home-prev:after, 
.home-next:after {
  font-size: 26px !important;
}

.sleepAchievement-prev {
  left: var(--swiper-navigation-sides-offset, 175px) !important;
  background-color: #989898 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
  color: #fff;
  top: 35% !important;
}

.sleepAchievement-next {
  right: var(--swiper-navigation-sides-offset, 175px) !important;
  background-color: #989898 !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
  color: #fff;
  top: 35% !important;
}

.sleepAchievement-prev:after, 
.sleepAchievement-next:after {
  font-size: 26px !important;
}

.home-top-logo {
  margin-left: 165px;
  margin-top: 15px;
  vertical-align: sub;
  width: 200px;
}
.home-top-box {
  display: inline-block;
  margin-left: 170px;
  /* vertical-align: super; */
  margin-top: 35px;
  vertical-align: top;
}

.home-topa {
  color: #fff;
  margin-left: 70px;
  text-decoration: none;
}

.home-swiper {
  position: relative;
  height: 100vh;
}

.home-top-dropdown {
  position: absolute;
  margin-left: 140px;
  z-index: 999;
  padding-top: 50px;
}

.border-botomColor {
  border-bottom: 4px solid #547896
}

.dynamic-num:hover {
  color: #0d5a99;
}
  
  
.home-top-dropdown a {  
  padding: 5px;
  display: block;
  width: 130px;
  text-align: center;
  color: #fff;
  /* background-color: cadetblue; */
  background-color: #547896;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.home-top-dropdown1 {
  position: absolute;
  margin-left: 275px;
  z-index: 999;
  padding-top: 50px;
}

  
  
.home-top-dropdown1 a {  
  padding: 5px;
  display: block;
  width: 130px;
  text-align: center;
  color: #fff;
  /* background-color: cadetblue; */
  background-color: #547896;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.home-top-dropdown2 {
  position: absolute;
  margin-left: 415px;
  z-index: 999;
  padding-top: 50px;
}

  
  
.home-top-dropdown2 a {  
  padding: 5px;
  display: block;
  width: 130px;
  text-align: center;
  color: #fff;
  /* background-color: cadetblue; */
  background-color: #547896;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.home-top-dropdown3 {
  position: absolute;
  margin-left: 573px;
  z-index: 999;
  padding-top: 50px;
}

  
  
.home-top-dropdown3 a {  
  padding: 5px;
  display: block;
  width: 130px;
  text-align: center;
  color: #fff;
  /* background-color: cadetblue; */
  background-color: #547896;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.home-top-dropdown4 {
  position: absolute;
  margin-left: 725px;
  z-index: 999;
  padding-top: 50px;
}

  
  
.home-top-dropdown4 a {  
  padding: 5px;
  display: block;
  width: 130px;
  text-align: center;
  color: #fff;
  /* background-color: cadetblue; */
  background-color: #547896;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.carousel-swiper {
  position: relative;
  height: 100%;
}

.carouselthree-swiper {
  position: relative;
  height: 100%;
}

.home-product-title3 {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper {  
  height: 100%;   
}  
  
/* .swiper-slide {  
  height: 100%;   
  display: flex;  
  align-items: center;   
  justify-content: center;   
  text-align: center;  
  background: #fff;  
} */

.home-carousel {
  height: 100%;
  width: 100%;
}

.home-carousel1-logo {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrrykMHUWGDIgNDyqsOKyrIIjnEI9I.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 120px;
  height: 71px;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
}

.home-carousel1-Text {
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 72px;
  color: #fff;
  font-weight: 700;
}

.home-product {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrrykMHTSNKSONHxLqESgJ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.home-product-title {
  color: #fff;
  text-align: center;
  /* padding-top: 50px; */
  /* margin-bottom: 40px; */
  padding-top: 110px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  overflow: hidden;
}

.home-product-Box {
  width: 83.3%;
  /* height: 72%; */
  height: 74%;
  /* text-align: center; */
  margin: auto;
  overflow: hidden;
  display: flex; 
  justify-content: space-between;   
  align-items: center; 
}

.home-product-Left {
  flex: 1;   
  display: flex;  
  align-items: center; 
  height: 100%;
  width: 41%;
  margin-right: 0.5%;
  color: #fff;
  position: relative;
}

.home-product-LeftTitle {
  display: inline-block;
  font-size: 48px;
  position: absolute;
  top: 40px;
  left: 30px;
  font-weight: 700;
  letter-spacing: 5px;
}

.home-product-LeftTitle:hover {
  color: #547896;
}

.home-product-LeftText {
  display: inline-block;
  /* font-size: 48px; */
  font-size: 22px;
  position: absolute;
  top: 190px;
  left: 30px;
  letter-spacing: 2px;
}

.home-product-LeftText1 {
  display: inline-block;
  font-size: 36px;
  position: absolute;
  top: 360px;
  left: 30px;
}

.home-product-RightTitle {
  display: inline-block;
  font-size: 48px;
  position: absolute;
  top: 20px;
  left: 30px;
  font-weight: 700;
  letter-spacing: 5px;
}

.home-product-RightTitle:hover {
  color: #547896;
}

.home-product-RightTitle1 {
  display: inline-block;
  font-size: 48px;
  position: absolute;
  bottom: 150px;
  left: 30px;
  font-weight: 700;
  letter-spacing: 5px;
}

.home-product-RightTitle1:hover {
  color: #547896;
}


.home-product-RightText {
  display: inline-block;
  font-size: 48px;
  position: absolute;
  top: 190px;
  left: 30px;
}

.home-product-RightText1 {
  display: inline-block;
  /* font-size: 36px; */
  font-size: 22px;
  position: absolute;
  top: 160px;
  left: 34px;
  letter-spacing: 2px;
}
.home-product-RightText2 {
  display: inline-block;
  /* font-size: 36px; */
  font-size: 22px;
  position: absolute;
  /* bottom: 0px; */
  bottom: 105px;
  left: 34px;
  letter-spacing: 2px;
}

.home-product-Right {
  flex: 1;   
  color: #fff;
  height: 100%;
  width: 41%;
  position: relative;
  /* margin-left: 0.5%; */
}

.home-product-Left img{  
  width: 100%;   
  height: 100%;  
  transition: transform 0.3s ease;
}

.home-product-Left img:hover{  
  transform: scale(1.03);
}

.home-product-Right img {  
  width: 100%;
  height: 50%;
  transition: transform 0.3s ease;
}
.home-product-Right img:hover {
  transform: scale(1.03);
}

.home-company {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrrykMHUWqKxEHK0fqESgJ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.home-company-Box {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrrykMHUWqKxEHK0gkJ00sDy1G.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  width: 83.3%;
  height: 72%;
  text-align: center;
  margin: auto;
  display: flex;
}

.home-company-Left {
  flex: 1;   
  display: flex;  
  align-items: center; 
  justify-content: center;
  height: 100%;
  width: 50%;
  /* margin-right: 0.5%; */
}

.home-company-Right {
  flex: 1;   
  display: flex;  
  align-items: center; 
  flex-direction: column;  
  height: 100%;
  width: 41%;
  /* margin-left: 0.5%; */
  /* background-color: pink; */
}

.home-company-Rightbg {
  width: 90%;
  height: 90%;
  margin: auto;
  background-color: rgba(255,255,255,0.2);;
}

.home-company-RightTitle {
  margin-top: 40px;
  margin-left: 30px;
  text-align: left;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.home-company-RightBox {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
}
.home-company-RightText {
  text-align: left;
  font-size: 16px;
  text-indent: 2em;
  color: #fff;
  line-height: 30px;
}
.home-company-Righta {
  text-align: left;
  font-size: 16px;
  display: block;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
  text-decoration:none
}

.home-sleepKit {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrrykMHTWrIySSrygUTy9OID.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.home-company-Img1 {  
  /* 初始位置 */  
  position: relative;  
  left: -50%; /* 初始时图片完全在左侧之外 */  
  transition: left 1s ease-out; /* 定义过渡效果，时间为2秒，使用缓出效果 */  
}  

.home-company-Img1.slide-in {  
  /* 最终位置 */  
  left: 0; /* 最终图片移动到左侧边缘 */  
}

.home-sleepKit-SmallBox {
  display: flex;
  /* position: relative; */
  /* height: 100%; */
}

.home-sleepKit-Img {
  flex: 1;
  width: 30%;
  margin: 0 10px;
  transition: transform 0.3s ease;
}
.home-sleepKit-Img:hover {
  transform: scale(1.03);
}

.home-sleepKit-Title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.home-sleepKit-Title1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 190px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.home-sleepKit-Text {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 210px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.home-sleepKit-Text1 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.home-tail {
  background-color: #000;
  height: 100%;
}

.home-tail-box {
  /* width: 65.5%; */
  width: 62.5%;
  margin: auto;
  position: relative;
  /* padding-top: 150px; */
  padding-top: 225px;
}

.home-tail-list {
  
  margin-right: 100px;
  display: inline-block;
  color: #fff;
  vertical-align: top;
}
.home-tail-list1 {
  /* margin-top: 60px; */
  color: #fff;
  display: inline-block;
  width: 180px;
  /* display: flex;             
  flex-direction: column;  
  align-items: flex-start; */
}
.home-tail-listQR {
  float: right;
}

.home-taila {
  display: block;
  margin-bottom: 15px;
  color: #93a7b8;
  /* color: #747474; */
}

.home-taila-home {
  display: block;
  margin-bottom: 15px;
  /* color: #93a7b8; */
  color: #747474;
}

.home-tailp {
  margin-bottom: 30px;
  
}

.QRbox {
  display: inline-block;
  margin-bottom: 30px;
}

.home-tail-box1 {
  margin: auto;
  width: 62.5%;
  margin-top: 85px;
  position: relative;
  color: #fff;
}

.home-tail-Text {
  font-size: 18px;
  /* margin-bottom: 20px; */
}
.home-tail-Text1 {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}

.home-QQ {
  cursor: pointer;
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrL2VnEI9I.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: right;
  /* vertical-align: middle; */
}
.home-QQ-blue {
  cursor: pointer;
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrEHfMI11UIucSK1H.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: right;
  /* vertical-align: middle; */
}
.home-QQ1 {
  cursor: pointer;
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrL2VST0SpIN.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: right;
  /* vertical-align: middle; */
}
.home-service {
  cursor: pointer;
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDIMTD1uEIucSK1H.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 121px;
  height: 41px;
  display: inline-block;
  float: right;
  /* vertical-align: top; */
  margin-left: 35px;
  margin-top: -5px;
}

.home-support {
  display: inline-block;
  float: right;
  /* color: #5c5c5c; */
  color: #93a7b8;
  /* color: #747474; */
  margin-right: 100px;
}

.home-supporta {
  display: inline-block;
  float: right;
  /* color: #5c5c5c; */
  color: #93a7b8;
  /* color: #747474; */
  text-decoration:none
}
.home-tail-Text2 {
  font-size: 14px;
  display: inline-block;
  /* margin-top: 10px; */
  /* color: #5c5c5c; */
  color: #93a7b8;
  /* color: #747474; */
  text-decoration:none
}

.home-supportspan {
  display: inline-block;
  margin: 0 10px;
  float: right;
  /* color: #5c5c5c; */
  color: #93a7b8;
}

.home-support-home {
  display: inline-block;
  float: right;
  /* color: #5c5c5c; */
  /* color: #93a7b8; */
  color: #747474;
  margin-right: 100px;
}

.home-supporta-home {
  display: inline-block;
  float: right;
  /* color: #5c5c5c; */
  /* color: #93a7b8; */
  color: #747474;
  text-decoration:none
}
.home-tail-Text2-home {
  font-size: 14px;
  display: inline-block;
  /* margin-top: 10px; */
  /* color: #5c5c5c; */
  /* color: #93a7b8; */
  color: #747474;
  text-decoration:none
}

.home-supportspan-home {
  display: inline-block;
  margin: 0 10px;
  float: right;
  /* color: #5c5c5c; */
  /* color: #93a7b8; */
  color: #747474;
}

.btn {
 position: absolute;
 top: 15%;
 /* right: 17px; */
 right: 20px;
 z-index: 99;
}
.btn1 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHRqnOO9PKIZ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
  /* margin-right: 17px; */
  cursor: pointer;
}
.btn1:hover {
  margin-left: -10px;
}
.btn2:hover {
  margin-left: -10px;
}
.btn3:hover {
  margin-left: -10px;
}
.btn4:hover {
  margin-left: -10px;
}
/* .btn1 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHRqnOO9PKIZ.jpg) no-repeat center center;
  background-size: 70% 70%;
  width: 48px;
  height: 52px;
  margin-bottom: 5px;
  cursor: pointer;
  padding: 16px;
  background-color: #547896;
}
.btn1:hover {
  padding-left: 30px;
} */

.btn2 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHRqnOk9PKIZ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
  /* margin-right: 17px; */
  cursor: pointer;
}

.btn3 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHRqnOu9PKIZ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
  /* margin-right: 17px; */
  cursor: pointer;
}

.btn4 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHRqnNE9PKIZ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
  /* margin-right: 17px; */
  cursor: pointer;
}


/* introduce页面，凯发k8国际娱乐官网入口凯发k8国际娱乐官网入口公司介绍 */

.introduce {
  position: relative;
}

.home-top1 {
  /* position: absolute; */
  /* height: 80px; */
  height: 100px;
  background-color: #547896;
  z-index: 99;
  width: 100%;
}

.introduce-box {
  width: 73%;
  margin: auto;
  margin-bottom: 60px;
}

.introduce-box1 {
  width: 62.5%;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 50px;
}

.introduce-title {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin: 50px 0;
}

.introduce-text {
  /* text-indent: 2em; */
  line-height: 30px;
}

.introduce-text img {
  margin: 20px 0;
  /* width: 92%; */
  width: 100%;
  height: 100%;
}

.introduce-tail-box {
  /* width: 65.5%; */
  width: 62.5%;
  margin: auto;
  position: relative;
  padding-top: 40px;
}

.introduce-tail-box1 {
  margin: auto;
  width: 62.5%;
  margin-top: 35px;
  padding-bottom: 45px;
  position: relative;
  color: #fff;
}

.introduce-tail {
  background-color: #547896;
  height: 100%;
}
.introduce-tail-cp {
  background-color: #000;
  /* height: 100%; */
}
.introduce-tail-black {
  background-color: #000;
  margin-top: -4px;
  /*height: 100%;*/
}

/* 品牌动态 */
.dynamic-numbox {
  width: 100%;
  height: 80px;
  
  background-color: #fff;
  color: #000;
  text-align: center;
}
.dynamic-num {
  display: inline-block;
  width: 130px;
  /* height: 80px; */
  height: 75px;
  line-height: 80px;
  cursor: pointer;
}

.dynamic-box {
  width: 73%;
  margin: auto;
  margin-top: 20px;
}

.dynamic-boxNew {
  width: 58%;
  margin: auto;
  margin-top: 40px;
}

.dynamic-box-list {
  /* display: flex; */
  display: inline-block;
  background-color: #fff;
  margin-bottom: 25px;
  height: 400px;
  width: 100%;
}

.dynamic-box-listNew {
  /* display: flex; */
  display: inline-block;
  background-color: #fff;
  margin-bottom: 25px;
  height: 320px;
  width: 100%;
}

.dynamic-box-list2 {
  /* display: flex; */
  display: inline-block;
  margin-bottom: 25px;
}

img.dynamic-box-img1 {
  /* flex: 1; */
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
}

img.dynamic-box-img11 {
  /* flex: 1; */
  display: inline-block;
  width: 50%;
  height: 100%;
  vertical-align: top;
  transition: transform 0.3s ease;
  /* object-fit: cover; */
  object-fit: contain;
}
img.dynamic-box-img11:hover {
  transform: scale(1.02);
}

.dynamic-box-div1 {
  /* flex: 1; */
  margin: 35px 30px;
  /* text-align: justify; */
  width: 43%;
  display: inline-block;
}

.dynamic-box-div1Title {
  font-size: 30px;
  font-weight: 700;
  height: 80px;
  overflow: hidden;
}

.dynamic-box-div1TitleNew {
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  overflow: hidden;
}

.dynamic-box-div1:hover {
  color: #0d5a99;
}

.dynamic-box-div1Text {
  /* margin: 20px 0; */
  line-height: 30px;
  /* height: 180px; */
  height: 157px;
  overflow: hidden;
}
.dynamic-box-div1Text1 {
  /* margin-left: 20px; */
  color: #a9a9a9;
}

.dynamic-box-div2 {
  width: 49%;
  height: 545px;
  display: inline-block;
  /* flex: 1; */
  background-color: #fff;
  margin-bottom: 20px;
}
.dynamic-box-div2New {
  width: 49%;
  height: 430px;
  display: inline-block;
  /* flex: 1; */
  background-color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}

.dynamic-box-div2New:hover {
  color: #0d5a99;
}

.dynamic-box-div2:nth-child(odd) {
  margin-right: 15px;
}

.dynamic-box-div2New:nth-child(odd) {
  margin-right: 15px;
}

.dynamic-box-img2 {
  width: 100%;
  /* height: 100%; */
  height: 72%;
}
.dynamic-box-img2New {
  width: 100%;
  /* height: 100%; */
  /* height: 68%; */
  height: 72%;
  transition: transform 0.3s ease;
  /* object-fit: cover; */
  object-fit: contain;
}

.dynamic-box-img2New:hover {
  transform: scale(1.05);
}

.dynamic-box-div1Title2 {
  /* font-size: 30px; */
  font-size: 24px;
  font-weight: 700;
  width: 90%;
  margin: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 13px;
}

.dynamic-box-div1Text2 {
  margin-left: 20px;
  color: #a9a9a9;
  font-size: 18px;
}

.dynamicDetails {
  width: 62.5%;
  margin: auto;
}

.dynamicDetails-box-div1Title {
  /* font-size: 48px; */
  font-size: 36px;
  /* font-weight: 700; */
  margin: 25px 0px;
}

.dynamicDetails-box-div1Text1 {
  color: #a6a6a6;
  margin: 50px 0px;
  margin-bottom: 20px;
}

.dynamicDetails-box-link {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0px;
}

.dynamicDetails-link {
  margin-right: 20px;
  cursor: pointer;
}

.dynamicDetails-box-div1Text2 {
  line-height: 36px;
  color: #888888;
  text-indent: 2em;
}

.dynamicDetails-box-img {
  width: 100%;
  margin: 30px 0;
}

.dynamicDetails-correlation {
  font-size: 30px;
  font-weight: 700;
}

.dynamicDetails-correlation-box {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  
}

.dynamicDetails-correlation-bigbox {
  margin-bottom: 80px;
}

.dynamicDetails-correlation-bigbox1 {
  /* margin-bottom: 80px; */
  margin-bottom: 40px;
  height: 355px;
}
.dynamicDetails-correlation-img {
  vertical-align: top;
  width: 35.7%;
  /* object-fit: cover; */
  object-fit: contain;
  transition: transform 0.3s ease;
  /* float: left; */
}

.dynamicDetails-correlation-img:hover {
  transform: scale(1.05);
}

.dynamicDetails-correlation-img1 {
  vertical-align: top;
  width: 25%;
  object-fit: cover;
  /* float: left; */
}

.dynamicDetails-correlation-Title {
  /* font-size: 30px; */
  font-size: 26px;
  font-weight: 700;
  margin: 20px;
  display: inline-block;
  width: 65%;
}

.dynamicDetails-correlation-Title:hover {
  color: #0d5a99;
}

.dynamicDetails-correlation-Title1 {
  color: #888888;
  /* margin-top: 30px; */
  width: 150px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 27%;
}

.dynamicDetails-correlation-Title3 {
  color: #888888;
  /* margin-top: 30px; */
  width: 150px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 32%;
}

/* 产品中心 */
.product-box {
  height: 100%;
  position: relative;
}
.product-boxImg {
  /* height: 100%; */
  height: 1080px;
  width: 100%;
}

.product-boxText {
  width: 20px;
  display: inline-block;
}

.product-boxSpan {
  transform: translate(100%, 100%) rotate(90deg);
  display: inline-block;
}

.product-boxTitle {
  height: 90%;
  float: right;
  /* margin-top: 108px; */
  /* margin-right: 165px; */
  margin-right: 150px;
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 90px;
}

.product-a1 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDxSoHHEEE3qDK0MJEtDsDy1G.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 80px;
  height: 100%;
  z-index: 99;
  
}

.product-a2 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDxSoHHEEE3qDK0MJEtpsDy1G.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 80px;
  height: 100%;
  z-index: 99;
}

.product-a3 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDxSoHHEEE3qDK0MJEtLsDy1G.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 80px;
  height: 100%;
  z-index: 99;
}

.product-centerbg-boxColour {
  /* background-color: #547996; */
  margin-top: -6px;
  /* padding-bottom: 100px; */
}

.product-centerbg {
  /* background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrJyMLEJWrIySSU1uQHj.jpg) no-repeat center center; */
  background-size: 100% 100%;
  width: 100%;
  /* height: 2840px; */
  display: inline-block;
  color: #fff;
  text-align: center;
}

.product-centerbg-title {
  font-size: 60px;
  color: #fff;
  margin-top: 20%;
  text-align: center;
}

.product-centerbg-text {
  font-size: 48px;
  margin-top: 25%;
}

.product-centerbg-text1 {
  font-size: 24px;
  margin-top: 3%;
  line-height: 48px;
}

.product-centerbg-text2 {
  font-size: 48px;
  margin-top: 8%;
}

.product-centerbg-img {
  width: 400px;
  height: 320px;
  object-fit: cover;
}

.product-centerbg-box {
  /* width: 66.8%; */
  width: 1278px;
  margin: auto;
  overflow-x: auto;
    white-space: nowrap;
  /* display: flex; */
  color: #fff;
  /* margin-top: 90px; */
  /* margin-bottom: 20px; */
}
.productNext {
  /* z-index: 999999999999; */
  display: block;
  color:#fff;
  right: 200px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 40%;
  border: 1px solid #fff;
}

.productPrev {
  display: block;
  color: #fff;
  left: 200px;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: 40%;
  border: 1px solid #fff;
}

.productNext::after, .productPrev::after {
  font-size: 30px !important;
  line-height: 50px !important;
}

  

/* 针对WebKit浏览器（Chrome, Safari等）的自定义滚动条样式 */  
.product-centerbg-box::-webkit-scrollbar {  
  width: 10px; /* 设置滚动条的宽度（高度） */  
}  

.product-centerbg-box::-webkit-scrollbar-track {  
  background-color: grey; /* 滚动条的轨道颜色 */  
}  

.product-centerbg-box::-webkit-scrollbar-thumb {  
  background-color: #b8bc6f; /* 滚动条滑块的颜色 */  
  border-radius: 10px; /* 可选：设置滚动条滑块的圆角 */  
}

.product-centerbg-div {
  display: inline-block;
  flex: 1;
  margin: 80px 10px;
  /* margin-bottom: 30px; */
}
.product-centerbg-div1 {
  font-size: 24px;
  margin: 30px 0px;
  margin-bottom: 20px;
  width: 400px;
}

.product-centerbg-div2 {
  width: 400px;
}

.product-centerbg-bottom {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrJyMLEJWrIySSH11UDScpURAnHt.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 1317px;
  /* width: 68.6%; */
  height: 245px;
  margin: 180px auto 200px;
}

.product-tail {
  background-color: #000;
  /* height: 100%; */
}

.product-tail-box {
  /* width: 65.5%; */
  width: 62.5%;
  margin: auto;
  position: relative;
  padding-top: 50px;
}

.product-tail-box1 {
  margin: auto;
  width: 62.5%;
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}

.product-a1click {
  /* z-index: 100; */
  display:block;
  position: relative;
  height: 100%;
}


/* 定制枕头，产品定位，产品卖点 */

.pillow-centerbg {
  /* height: 100%; */
}
.pillow-centerbg-box1 {
  /* height: 100%; */
  height: 880px;
}
.pillow-centerbg-box1img {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDycLJI5SryyFNOkQJyV.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  margin: auto;
}

.pillow-centerbg-box1imglogo {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDycLJI5SryyFNS5pH1bsDy1G.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 120px;
  height: 71px;
  margin: 15% auto 20px;
}

.pillow-centerbg-box1p {
  font-size: 36px;
  color: #fff;
}

#pillow-centerbg-button {
  font-size: 24px;
  color: #000;
  background-color: #fff;
  width: 150px;
  padding: 18px 20px;
  margin: auto;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  margin-top: 45px;
}
.pillow-centerbg-Div {
  position: relative;
}

.pillow-centerbg-button1 {
  font-size: 26px;
  color: #000;
  background-color: #fff;
  width: 120px;
  padding: 18px 20px;
  margin: auto;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  margin-top: 45px;
  position: absolute;
  top: 440px;
    left: 0;
    right: 0;
    font-weight: 700;
}

img.productDetails-centerbg-img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.productDetails-centerbg-div:hover .productDetails-centerbg-img {  
  filter: brightness(60%); 
}


.location-centerbg-box1img {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDycLJI5SryyFNEkMESV.jpg) no-repeat center center;
  /*background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDycLJI5SryyFNkkQJyV.jpg) no-repeat center center;*/
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.location-centerbg-box1Div {
  /* position: absolute;
  top: 10%;
  right: 10%; */
  float: right;
  color: #fff;
  margin-top: 250px;
  /* margin-top: 12%; */
  margin-right: 250px;
}

.location-centerbg-box1Title {
  font-size: 48px;
  font-weight: 700;
}

.location-centerbg-box1Text {
  font-size: 24px;
  display: list-item;
  margin-bottom: 20px;
}

.sellingPoints-centerbg-box1img {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDycLJI5SryyFNukQJyV.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.sellingPoints-centerbg-box1Div {
  float: left;
  color: #fff;
  margin-top: 250px;
  /* margin-top: 12%; */
  margin-left: 250px;
}

.apparatus-centerbg {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrH0ARIRAGE0STU1uQHj.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 2840px;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: relative;
}


.apparatus-centerbg-h3 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
}

.apparatus-centerbg-box {
  /* width: 66.8%; */
  width: 1285px;
  margin: auto;
  display: flex;
  color: #fff;
  margin-top: 90px;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}

.product-a3:hover {
  background-color: aliceblue;
}
.product-a2:hover {
  background-color: aliceblue;
}
.product-a1:hover {
  background-color: aliceblue;
}


/* 产品详情页 */


.productDetails-box {
  width: 1600px;
  margin: auto;
}

.productDetails-centerbg-box {
  width: 100%;
  
  margin: auto;
  /* display: flex; */
  display: inline-block;
  color: #000;
  /* margin-top: 90px; */
}


.productDetails-title {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: #000;
}

.productDetails-centerbg-div {
  width: 31%;
  display: inline-block;
  position: relative;
  margin: 0 13px;
}

.productDetails-centerbg-div1 {
  font-size: 24px;
  margin: 20px 0px;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productDetails-centerbg-div2 {
  color: #b0b0b0;
  margin-bottom: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productDetails-title {  
  margin-top: 0px;  
}  

.productDetails-centerbg-box:first-child {  
  margin-top: 36px;   
}

.productDetails-centerbg-box:last-child {  
  margin-bottom: 50px;   
}

.QRcode {
  width: 180px;
  background-color: #fff;
}

/* {$catname} */

.mySwiperconsult {
  width: 77%;
  margin-left: 0px !important;
  display: inline-block !important;
}

.consultBox {
  width: 100%;
  height: 40%;
}

.consult-right-Img {
  float: right;
  display: inline-block;
  height: 33%;
  width: 22%;
}

.consultImg2 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHIknExErE31LItNqESgJ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  /* height: 100%; */
  height: 161px;
  margin-bottom: 35px;
  cursor: pointer;
}

.consultImg3 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHIknExErE31LItRqESgJ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  /* height: 100%; */
  height: 161px;
  cursor: pointer;
}

.consultImg1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consultHeight {
  height: auto !important;
}

/* 联系凯发k8国际娱乐官网入口 */
.contact-boxImg {
  /* height: 100%; */
  height: 780px;
  width: 100%;
}

.contact-lxwm {
  width: 62.5%;
  margin: auto;
  margin-bottom: 50px;
}

.contact-h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}

.contact-p {
  font-size: 30px;
}

.contact-text {
  font-size: 18px;
  
}
.contact-text1 {
  display: inline-block;
}

.contact-img1 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHIknDIOEE31LItZqESgJ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 23px;
  height: 27px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  margin-bottom: 15px;
}

.contact-img2 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHIknDIOEE31LItNqESgJ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 18px;
  height: 25px;
  display: inline-block;
  margin-right: 19px;
  vertical-align: top;
  margin-bottom: 15px;
}

.contact-img3 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrHIknDIOEE31LItRqESgJ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 22px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -webkit-baseline-middle;
  margin-bottom: 15px;
}

.contact-div1 {
  font-size: 16px;
  text-align: center;
  margin: 25px;
  margin-top: -10px;
}

#contact-form {
  width: 100%;
  background-color: #fff;
  
}

.form-row {  
  /* display: flex;   */
  justify-content: space-between;  
  align-items: center;  
  margin-top: 15px; 
  width: 44%;
  display: inline-block;
  margin: 30px 30px;
  margin-bottom: 0px;
}  
.form-row1 {  
  /* display: flex;   */
  justify-content: space-between;  
  align-items: center;  
  margin-top: 15px; 
  width: 94%;
  display: inline-block;
  margin: 30px 30px;
  margin-bottom: 0px;
}
  
.form-row input,  
.form-row1 textarea {  
  display: block;
  /* width: 400px;  */
  width: 100%;
  height: 35px;
  background-color: #f2f2f2;
  border: none;
}  

input[type="submit"] {  
  width: 120px;
  height: 50px;
  color: #fff;
  background-color: #547896; 
  /* margin: auto; */
  border: none;
  text-align: center;
  display: block;
  margin: 20px auto;
  cursor: pointer;
}  

.form-row label {
  display: block;
  /* width: 400px;  */
  width: 100%;
  height: 30px;
}

.form-row1 label {
  display: block;
  /* width: 400px;  */
  width: 100%;
  height: 30px;
}

.form-row1 textarea {  
  height: 150px;
}

.form-rowBotton {
  padding-bottom: 10px;
}
/* 睡眠锦囊 */
.sleepkit-box {
  /* width: 1400px; */
  width: 73%;
  margin: auto;
}
.sleepkit1-box {
  /* width: 1400px; */
  width: 73%;
  margin: auto;

}

.sleepkit-topa {
  display: block;
  text-align: center;
  margin: 30px auto;
  width: 90px;
  height: 20px;
  padding: 7px 13px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 0px;
}

.sleepkit-correlation-Title {
  font-size: 24px;
  font-weight: 700;
  margin: 20px;
  margin-top: 30px;
  margin-left: 30px;
  display: inline-block;
  width: 90%;
  overflow: hidden;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sleepkit-correlation-Title1 {
  font-size: 16px;
  color: #a4a4a4;
  margin-left: 30px;
  display: inline-block;
  /* position: absolute;
  top: 70px;
  left: 527px; */
}

.sleepkit-correlation-bottom {
  /* margin-left: 20px; */
  position: absolute;
  bottom: 10%;
  margin-left: 30px;
}

.sleepkit-correlation-bottomImg {
  vertical-align: middle;
}

.sleepkit-correlation-bottomImg2 {
  vertical-align: sub;
  margin-left: 30px;
}

.sleepkit-span {
  display: inline-block;
  margin: 0 10px;
}

.sleepkit-span1 {
  display: inline-block;
  margin: 0 5px;
  color: #a4a4a4;
}

.sleepkitA {
  width: 60%;
}
.sleepkitA:hover{
  color: #0d5a99;
}

.sleepkit-correlation-box {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  height: 100%;
}

.sleepkit-button {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  background-color: #b35e20;
  padding: 10px;
}

.sleepkit-button1 {
  position: absolute;
  bottom: 20px;
  left: 26%;
  color: #000;
  background-color: #fff;
  padding: 10px 18px;
  display: inline-block;
  border-radius: 20px;
}

/* 让你睡好视频页 */
img.sleepVideo-centerbg-img {
  width: 100%;
}

.sleep-play {
  width: 34px;
  height: 34px;
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDI9EHRS5JxOwJSMJJ2IqH0bnEI9I.jpg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  margin: auto; 
  display: none;
}

.productDetails-centerbg-div:hover .sleep-play {  
  display: block; 
  cursor: pointer; 
}


/* 研究成果 */
.sleep-achievement-title {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}

.swiper-slideAch {
  /* height: auto !important; */
}

.sleep-achievement-title p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sleep-achievement-title div {
  font-size: 18px;
}

.sleep-achievement-title1 {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}

.sleep-achievement-title1 p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sleep-achievement-title1 div {
  font-size: 18px;
}

.sleep-achievement-text {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sleep-achievement-img {
  width: 100%;
  height: 507px;
  object-fit: cover;
  transition: transform 0.3s ease;
  /* height: 91%; */
  /* min-height: 220px; */
  /* max-height: 500px; */
}

.sleep-achievement-img:hover {
  transform: scale(1.05);
}

/* 专家团队 */
.sleep-specialist-box1 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDI9EHRSuD1SJJSAsKHMSpSkZOO9PKIZ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 500px;
  /* height: 54.5%; */
  margin-bottom: 40px;
}

.sleep-specialist-box1div {
  margin: 80px;
  margin-top: 0px;
  margin-right: 20px;
  padding-top: 20px;
  width: 50%;
  display: inline-block;
}

.sleep-specialist-box1div h4 {
  font-size: 30px;
  font-weight: 700;
}

.sleep-specialist-box1div p {
  font-size: 18px;
  font-weight: 700;
}

.sleep-specialist-box1div div {
  font-size: 16px;
  margin-bottom: 10px;
  display:list-item;
} 

.sleep-specialist-img1 {
  vertical-align: top;
  float: right;
  height: 100%;
  width: 36%;
  object-fit: cover;
}

.sleep-specialist-box2 {
  background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDI9EHRSuD1SJJSAsKHMSpSkZOk9PKIZ.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
}

.sleep-specialist-box2box {
  /* width: 71%; */
  /* height: 66.6%; */
  width: 1000px;
  height: 400px;
  background-color: rgba(79, 118, 147,0.5);
  margin: auto;
  margin-top: 7%;
}

.sleep-specialist-img2 {
  vertical-align: top;
  height: 100%;
  width: 40%;
  object-fit: cover;
}

.sleep-specialist-box2div {
  color: #fff;
  display: inline-block;
  /* margin-top: 30px; */
  margin-left: 20px;
  width: 55%;
}

.sleep-specialist-box2div h4 {
  font-size: 30px;
  font-weight: 700;
}

.sleep-specialist-box2div p {
  font-size: 18px;
  font-weight: 700;
}

.sleep-specialist-box2div div {
  font-size: 16px;
  margin-bottom: 10px;
  display: list-item;
}

/* 产品详情 */
.productDetailsImg1 {
  /* background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDxSoHHEEE3ODEIAnJRM4K1DST1gPIN.jpg) no-repeat center center; */
  background-size: 100% 100%;
  width: 100%;
  height: 915px;
  position: relative;
}
.productDetailsImg2 {
  /*background: url(/html/E1gJD0LrIyMFIRErEkgpKSAHHHLrDxSoHHEEE3ODEIAnJRM4K1DTT1gPIN.jpg) no-repeat center center;*/
  background-size: 100% 100%;
  width: 100%;
  /*height: 7438px;*/
}

.productDetailsImg2 img {
  width:100%;
  margin-bottom: -4px;
}

.productDetailsButton {
  position: absolute;
  /* top: 480px;
  left: 1100px; */
  top: 52%;
  left: 57%;
  color: #fff;
  background-color: #184566;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
}




















@media screen and (max-width:1780px){
  .home-tail-list {
    margin-right: 95px
  }
  .dynamic-box-div2 {
    height: 500px;
  }
  /* .consultImg2 {
    height: 148px;
  }
  .consultImg3 {
    height: 148px;
  } */
}




@media screen and (max-width:1768px){
  .home-product-RightTitle{
    top: 0px;
  }
  .home-product-RightText1 {
    top: 145px;
  }
  .home-tail-list {
    margin-right: 85px
  }
  .dynamicDetails-correlation-Title {
    width: 64%;
  }
  .dynamic-box-div2:nth-child(odd) {
    margin-right: 15px;
  }
  .productDetails-centerbg-div {
    width: 30%;
  }
  .dynamic-box-div2New:nth-child(odd) {
    margin-right: 10px;
  }
  
}

@media screen and (max-width:1680px){
  .home-tail-list{
    margin-right: 75px;
  }
  .home-top-box {
    margin-left: 140px;
  }
  .dynamic-box-div2:nth-child(odd) {
    margin-right: 12px;
  }
  .dynamicDetails-correlation-Title {
    width: 64%;
  }
  /* .consultImg2 {
    height: 140px;
  }
  .consultImg3 {
    height: 140px;
  } */
  .sleep-specialist-box1div {
    margin-right: 25px;
    margin-left: 33px;
  }
  .form-row {
    width: 43%;
  }
  
}

@media screen and (max-width:1620px){
  .productDetails-centerbg-div {
    width: 30%;
  }
  .dynamic-box-div2 {
    height: 460px;
  }
  /* .consultImg2 {
    height: 136px;
  }
  .consultImg3 {
    height: 136px;
  } */
  .dynamic-box-div1 {
    width: 40%;
  }
  
}

@media screen and (max-width:1600px) and (max-height:1024px){
  .home-tail-list{
    margin-right: 65px;
  }
  .home-top-box {
    margin-left: 80px;
  }
  .home-company-RightBox {
    margin-top: 10px;
  }
  .dynamic-box-div2:nth-child(odd) {
    margin-right: 16px;
  }

  .productDetails-box {
    width: 1500px;
    margin: auto;
  }
  .productDetails-centerbg-div {
    width: 30%;
  }
  .dynamicDetails-correlation-Title {
    width: 62%;
  }
}



@media screen and ((max-width:1600px) and (max-height:900px)){
  .home-product-RightTitle {
    top: 0px;
  }
  .home-product-RightText1 {
    top: 140px;
    font-size: 32px;
  }
  .home-product-RightTitle1 {
    bottom: 125px;
  }
  .home-product-RightText2 {
    bottom: 16px;
    font-size: 32px;
  }
  .home-company-RightTitle {
    margin-top: 10px;
  }
  .home-company-RightBox {
    margin-top: 5px;
  }
}

@media screen and (max-width:1550px){
  .home-top-box {
    margin-left: 0px;
  }
  .home-tail-list {
    margin-right: 55px;
  }

  .productDetails-box {
    width: 1420px;
    margin: auto;
  }
  .home-top-logo {
    margin-left: 125px;
  }
  .dynamicDetails-correlation-Title {
    width: 60%;
  }
  /* .consultImg2 {
    height: 125px;
  }
  .consultImg3 {
    height: 125px;
  } */
  .sleepkit-correlation-Title {
    /* width: 47%; */
  }
  .sleep-specialist-box1div {
    margin-right: 1px;
    margin-left: 15px;
  }
  .form-row {
    margin: 25px 25px;
  }
  
}






@media screen and (max-width:1440px){
  .home-top-box {
    margin-left: 0px;
  }
  
  .home-topa {
    margin-left: 50px;
  }
  .home-top-logo {
    margin-left: 120px;
  }
  .home-company-RightTitle {
    font-size: 30px;
  }
  .home-company-RightText {
    font-size: 14px;
  }
  .home-tail-list {
    margin-right: 45px;
  }
  .dynamic-box-div2 {
    height: 430px;
  }
  .dynamicDetails-correlation-Title {
    width: 57%;
  }
  .productDetails-box {
    width: 1356px;
    margin: auto;
  }
  .productDetails-centerbg-div {
    width: 30%;
    margin: 0 13px;
  }
  .dynamic-box-div2:nth-child(odd) {
    margin-right: 10px;
  }
  /* .consultImg2 {
    height: 110px;
  }
  .consultImg3 {
    height: 110px;
  } */
  .form-row {
    width: 43%;
  }
  .form-row1 {
    width: 91%;
  }
  .sleep-specialist-box1div {
    width: 50%;
  }
  .sleep-specialist-box1div h4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .sleep-specialist-box2box {
    width: 945px;
    margin-top: 80px;
  }
  .home-top-dropdown {
    margin-left: 95px;
  }
  .home-top-dropdown1 {
    margin-left: 218px;
  }
  .home-top-dropdown2 {
    margin-left: 338px;
  }
  .home-top-dropdown3 {
    margin-left: 471px;
  }
  .home-top-dropdown4 {
    margin-left: 605px;
  }
}

@media screen and (max-width:1366px){
  .home-top-box {
    margin-left: 0px;
  }
  .home-top-logo {
    margin-left: 120px;
  }
  .home-company-RightTitle {
    font-size: 22px;
  }
  .home-company-RightText {
    font-size: 12px;
  }
  .home-tail-list {
    margin-right: 35px;
  }
  .home-support {
    margin-right: 50px;
  }
  .home-company-Righta {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }
  .home-product-RightTitle {
    font-size: 40px;
  }
  .home-product-RightText1 {
    top: 105px;
    font-size: 30px;
  }
  .home-product-RightTitle1 {
    bottom: 105px;
    font-size: 40px;
  }
  .home-product-RightText2 {
    font-size: 30px;
  }
  .home-topa {
    margin-left: 40px;
  }
  img.home-company-Img1 {
    /* width: 44%; */
  }
  .home-tail-box {
    /* padding-top: 60px; */
  }
  .productDetails-box {
    width: 1348px;
    margin: auto;
  }
  .location-centerbg-box1Div {
    margin-top: 140px;
    margin-right: 155px;
  }

  .sellingPoints-centerbg-box1Div {
    margin-top: 220px;
    margin-left: 190px;
  }
  .dynamicDetails-correlation-Title {
    width: 55%;
  }

  .dynamic-box-div2:nth-child(odd) {
    margin-right: 13px;
  }
  .home-product-LeftText1 {
    font-size: 32px;
  }
  .dynamic-box-div1 {
    width: 41%;
  }

  .consultImg2 {
    /* height: 100px; */
  }
  .consultImg3 {
    /* height: 100px; */
  }
  .sleep-specialist-box1div {
    width: 50%;
  }
  .home-top-dropdown {
    margin-left: 78px;
  }
  .home-top-dropdown1 {
    margin-left: 187px;
  }
  .home-top-dropdown2 {
    margin-left: 296px;
  }
  .home-top-dropdown3 {
    margin-left: 420px;
  }
  .home-top-dropdown4 {
    margin-left: 546px;
  }
}

















































.img-inline {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  *width: 100%;
  height: auto;
  border: none;
}
.img-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  width: auto;
  *width: 100%;
  max-height: 100%;
  height: auto;
  *height: 100%;
  margin: auto;
  border: none;
}
.img-max {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.img-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  *width: 100%;
  max-height: none;
  height: 100%;
  *height: 100%;
  margin: auto;
  border: none;
  object-position: 50% 50%;
  object-fit: cover;
}