@charset "UTF-8";
.section .container{
  padding: 0 9rem;
}
.img{
  width: 100%;
  height: 100%;
}
.cover-container{
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.section .swiper-pagination-line {
  line-height: 0.1rem;
}
.section .swiper-pagination-line .swiper-pagination-bullet {
  margin: 0 !important;
  border: 0;
  width: 1rem !important;
  height: 0.1rem;
  background: #000;
  border-radius: 0.1rem;
  opacity: 0.2;
  vertical-align: top;
  transition: all 0.3s;
}

.section .swiper-pagination-line .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ea5504;
  opacity: 1;
}
.section-margin-bottom{
  margin-bottom:3rem;
}
.resolve-detail{
  display:flex;
  justify-content: space-between;
  text-align:center;
}
.resolve-detail li{
  padding:2rem 0;
}
.resolve-detail li p{
  color:#373737;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  letter-spacing: .1333rem;
}
.resolve-detail li span {
  display: inline-block;
  margin-top: 1.5rem;
  white-space: wrap;
  font-size: 1.9rem;
  color: #ea5504;
}
.resolve-detail .lagre,.lagre1,.lagre2,.lagre3,.lagre4{
  font-style: normal;
}
.reform-title{
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.reform-title p{
  position: relative;
  display: inline-block;
}
/* .reform-title p::before {
  content: '';
  width: 4rem;
  height: .0133rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #373737;
  left: -5rem;
}
    
.reform-title p::after {
  content: '';
  width: 4rem;
  height: .0133rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #373737;
  right: -5rem;
} */
.reform-content .tips{
  margin:3rem;
}
.reform-content .tips p{
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.reform-content{
  padding:3rem 0;
}
.reform-content .content-items{
  padding:3rem 0;
  display:flex;
}
.content-items li{
  display:inline-block;
}
.reform-content .content-items .w50{
  margin-right:3rem;
  width: 50%;
}
.reform-content .content-items .w33{
  width: 33%;
}
.reform-content .reform-btn{
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  color:#ea5504;
}
.multi-mode-control .section-content{
  margin-top:3rem;
}
.section-content .mode-box{
  display:flex;
}
.section-content .mode-box .mode-items{
  position:relative;
  width:50%;
}
.section-content .mode-box .mode-items img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.section-content .mode-box .mode-items ul{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 1rem;
}
.section-content .mode-box .mode-items ul li{
  float: left;
  width:33%;
  text-align: center;
}
.section-content .mode-box .mode-items ul li p{
  color: #ea5504;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .0267rem;
}
.section-content .mode-box .mode-items ul li span{
  font-size: 0.9rem;
  color:white;
}
/* 多情景智能控制 */
.multi-mode-intell-control .section-content .sub-title{
  margin-top:3rem;
  color: #ea5504;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.multi-mode-intell-control .section-content .sub-body{
  padding: 3rem 0;
}
.body-padding{
  padding:0 !important;
}
.multi-mode-intell-control .section-content .sub-body .product-show {
  margin: auto;
  text-align: center;
  transition: all .4s ease-out;
}
.multi-mode-intell-control .section-content .sub-body .product-show .product-air {
  display: inline-block;
  vertical-align: bottom;
  width: 18%;
  font-size: 0.8rem;
  transition: all .2s ease-out;
}
.multi-mode-intell-control .section-content .sub-body .product-show .product-10 {
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
    margin-left: 12rem;
    font-size: 0.8rem;
    transition: all .2s ease-out;
}
.multi-mode-intell-control .section-content .sub-body .product-show span {
  display: inline-block;
  margin: 1rem 0;
  color:#373737;
}
.multi-mode-intell-control .section-content .sub-body .product-items-show {
  margin-top: 3rem;
}
.section-content .sub-body .product-items-show ul{
  display:flex;
  justify-content: space-between;
}
.section-content .sub-body .product-items-show ul li{
  width:14%;
  display: inline-block;
  text-align: center;
}
.section-content .sub-body .product-items-show ul li img{
  display: block;
  text-align: center;
  height: 2.2rem;
  width: auto;
  margin: 0 auto 0.9rem auto;
}
.section-content .sub-body .product-items-show ul li span{
  display: block;
  text-align: center;
  font-size: 0.9rem;
}
.section-content .sub-body .sub-body .control-items{
  display:flex;
  justify-content: space-between;
  margin-top:3rem;
  text-align: center;
}
.section-content .sub-body .sub-body .control-items li{
  width:14%;
  display:inline-block;
}
.section-content .sub-body .sub-body .control-items li span{
  display: inline-block;
  margin:0.8rem 0;
}
/* 改造案例 */
.reform-case .section-content{
  margin-top: 3rem;
}
.reform-case .section-content .made-box.made-1 {
  padding-top: 2rem;
}
.reform-case .section-content .made-box.made-right {
  text-align: right;
}
.reform-case .section-content .made-box .sub-title {
  color: #ea5504;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
  letter-spacing: .0533rem;
}
.reform-case .section-content .made-box span.tips{
  font-size: 0.9rem;
  color: #373737;
  white-space: nowrap;
}
.reform-case .section-content .made-2 {
  margin-top: -60%;
}
.reform-case .section-content .made-3 {
  padding-top: 5%;
}
.reform-case .section-content .made-5 {
  padding-top: 40%;
  padding-right: 15%;
}
.reform-case .section-content .made-4 {
  margin-top: -8%;
}
.section .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}
.section .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
/* .reform-case .section-content .metting{
  width:644px;
  height: 442px;
  overflow: hidden;
}
.reform-case .section-content .class-room{
  width:368px;
  height: 428px;
  overflow: hidden;
}
.reform-case .section-content .auditorium{
  width:610px;
  height: 710px;
  overflow: hidden;
} */



