/* 
* @Author: anchen
* @Date:   2021-05-18 10:40:40
* @Last Modified by:   anchen
* @Last Modified time: 2021-07-09 08:46:49
*/


/*banner轮播*/
.homebanner {
    overflow: hidden;
    width: 100%;
    max-height: 1024px;
    position: relative;
}
.homebanner ul {}
.homebanner ul li {
    width: 100%;
    height:100%;
    max-height: 1024px;
    overflow: hidden;
    position: relative;
}
.homebanner ul li.slider>a {display:block;}
.homebanner ul li.slider .video,.slider .video img {width:100%;}
.homebanner ul li.slider .bottom{ position:absolute; bottom:5%; left:0; right:0; text-align:center; margin:0 auto;}
.homebanner ul li.slider .item{
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0;
    padding-top: 20%;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    background: url(../images/play.svg) no-repeat center center/60px;
}



/*banner图导航按钮*/
.homebanner .swiper-pagination {
    bottom: 10% !important;
}
.homebanner .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius:5px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.homebanner .swiper-pagination-bullet-active {
    background: #c1996a;
}

.banner .page{
    width:100%;
}
.banner .page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:41px;
    height:41px;
    z-index:99999;
}

.homebanner .page{ }
.homebanner .page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.homebanner .page a.prev {
    left:5%;
    background: url(../images/next.png) no-repeat left center;
    transform: rotate(-180deg);
}
.homebanner .page a.next {
    right:5%;
    background: url(../images/next.png) no-repeat left center;
}
.homebanner .page a:hover {
    background: url(../images/next.png) no-repeat right center;
}

.homebanner .fix-word {
	position: absolute;
    z-index: 1;
    top: 0%;
    left: 0;
    padding-top: 20%;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.1);
}

.homebanner .fix-word .p1 {
    font-size: 48px;
    font-weight: lighter;

}
.homebanner .fix-word .p2 {
    font-size: 32px;
    font-family: 'Futura';
	padding:3% 0;
}
.homebanner .fix-word .p3 {
    margin-top: 5%;
}
.homebanner .fix-word .p3 img {
	width:40px;
}
.homebanner .fix-word .p4 {
    font-size: 14px;
	padding:0.5% 0 0 0;
}
.go-more {
    position:absolute;
    bottom:15%;
	z-index:1;
    width:100%;
    height:100px;
    background:url(../images/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}
@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}

@media screen and (max-width:1024px){
	
.homebanner .fix-word {
	position: absolute;
    z-index: 1;
    top: 0%;
    left: 0;
    padding-top: 40%;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.3);
}

.homebanner .fix-word .p1 {
    font-size: 26px;

}
.homebanner .fix-word .p2 {
    font-size: 18px;	
	padding:3% 0;
}
.homebanner .fix-word .p3 {
}
.homebanner .fix-word .p3 img {
	width:40px;
}
.homebanner .fix-word .p4 {
    font-size: 14px;
	padding:0.5% 0 0 0;
}

.homebanner .swiper-pagination {
    bottom: 2% !important;
}
.homebanner .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    margin: 0 2px !important;
}
.go-more {
	bottom:1%;
    background:url(../images/xia.svg) no-repeat center center/15px;
}
}


/*HOME 关于宜奥家居*/
.home-about {
    padding:3% 0;
    position:relative;
}
.home-about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height:100%;;
    background: url(../images/home/about-left-bg.png) no-repeat center center;
    z-index: -1;
    transition: all 0.3s;
}
.home-about:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height:100%;;
    background: url(../images/home/about-right-bg.png) no-repeat 30% center;
    z-index: -1;
    transition: all 0.3s;
}

.home-about .about-left {
    width:45%;
    
}
.home-about .about-left h3 {
    font-size: 48px;
    color:#46224c;
}
.home-about .about-left h4 {
    font-size: 32px;
    color:#46224c;
    font-weight: lighter;
    padding:30px 0;
}
.home-about .about-left .content {}
.home-about .about-left .content p {
    font-size: 14px;
    color:#666;
    text-indent: 2em;
    line-height: 2.2;
    padding-bottom: 10px;
}
.home-about .about-left a {
    margin-top: 8%;
}

.home-about .about-right {
    width:50%;
    margin:8% 0 0 0;
}
.home-about .about-right ul {}
.home-about .about-right ul li {
    float:left;
    width:25%;
    text-align: center;
    margin: 0 0 5% 0;
}
.home-about .about-right .top {}
.home-about .about-right .top .number {
    font-size: 46px;
    color:#46224c;
    letter-spacing:0;
    font-family: 'Futura';
}
.home-about .about-right .top .item {
    display:inline-block;
}
.home-about .about-right .top .item i {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color:#46224c;
    font-style: normal;
}
.home-about .about-right .bottom {
    font-size: 14px;
    color:#666;
    padding-top: 5%;
}


@media screen and (max-width:1024px){
.home-about {
    padding:8% 0 3% 0;
    position:relative;
}
.home-about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height:100%;;
    background: url(../images/home/about-left-bg.png) no-repeat center center;
    z-index: -1;
    transition: all 0.3s;
}
.home-about:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height:100%;;
    background: url(../images/home/about-right-bg.png) no-repeat 30% center;
    z-index: -1;
    transition: all 0.3s;
}

.home-about .about-left {
    width:100%;
    
}
.home-about .about-left h3 {
    font-size: 18px;
}
.home-about .about-left h4 {
    font-size: 24px;
    padding:20px 0;
}
.home-about .about-left .content {}
.home-about .about-left .content p {
    font-size: 14px;
    line-height:1.8;
    padding-bottom: 10px;
}
.home-about .about-left a {
    margin-top: 8%;
}

.home-about .about-right {
    width:100%;
    margin:10% 0 5% 0;
}
.home-about .about-right ul {}
.home-about .about-right ul li {
    width:50%;
    margin: 0 0 5% 0;
}
.home-about .about-right .top {}
.home-about .about-right .top .number {
    font-size: 32px;
}
.home-about .about-right .top .item {
}
.home-about .about-right .top .item i {
    width: 100%;
    font-size: 12px;
}
.home-about .about-right .bottom {
    font-size: 14px;
    padding-top: 2%;
}
}


/*HOME 板块标题*/
.title {
    padding:3% 0;
    text-align: center;
}
.title h3 {
    font-size: 32px;
    color:#46224c;
    font-weight: lighter;
    margin-bottom: 20px;
}
.title p {
    font-size:16px;
    color:#666;
}
@media screen and (max-width:1024px){
.title h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.title p {
    font-size:12px;
}
}


/*产品系列*/
.home-product {
    padding: 1% 0 5% 0;
}

.home-product .container-box {
	overflow:hidden;
}
.home-product .container-box .pic {
    width:50%;
	overflow:hidden;
}
.home-product .container-box .pic img {
	animation: efeect-photo 10s linear infinite;
}


.home-product .container-box .item {
	height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.home-product .container-box .item .txt {
    width:50%;
    padding:4% 8%;
}
.home-product .container-box .item .txt h3 {
    font-size: 36px;
    color: #46224c;
    font-family: 'Helvetica-Neue-CE-35-Thin';
}
.home-product .container-box .item .txt h4 {
    font-size: 24px;
    color: #46224c;
    font-weight: lighter;
    margin:4% 0 4% 0;
}
.home-product .container-box .item .txt i {
    display:block;
    width:50px;
    height:3px;
    background:#c1996a;
}
.home-product .container-box .item .txt h5 {
    font-size: 16px;
    color:#3a3a3a;
    margin:4% 0 0% 0;
}
.home-product .container-box .item .txt p {
    font-size: 14px;
    color:#666;
    line-height: 2.2;
    margin:4% 0 6% 0;
}
.home-product .container-box .item .txt a {
    color:#666;
    background-image:none;
    border:1px solid #b6b6b6;
}
.home-product .container-box .item .txt a:hover {
	color:#fff;
    border: 1px solid #46224c;
}

@media screen and (max-width:1024px){
.home-product {
    padding: 1% 0 5% 0;
}

.home-product .container-box {
	overflow:hidden;
}
.home-product .container-box .pic {
    width:100%;
}
.home-product .container-box .item {
	position: relative;
}

.home-product .container-box .item .txt {
    width:100%;
    padding:8% 8%;
}
.home-product .container-box .item .txt h3 {
    font-size: 18px;
}
.home-product .container-box .item .txt h4 {
    font-size: 24px;
    margin:4% 0 4% 0;
}
.home-product .container-box .item .txt i {
    width:50px;
    height:3px;
	margin:8% 0 5% 0;
}
.home-product .container-box .item .txt h5 {
    font-size: 18px;
    margin:4% 0 10% 0;
}
.home-product .container-box .item .txt p {
    font-size: 14px;
    line-height: 1.8;
    margin:4% 0 6% 0;
}
}

/*致力于提升人类的深度睡眠*/
.home-technology {
    padding:5% 0 8% 0;
    background: url(../images/home/technology-bg.jpg) no-repeat top center/cover;
}

.home-technology .technology-title {}
.home-technology .technology-title h3 {
    color:#c1996a;
}
.home-technology .technology-title p {
    color:#ccc;
    line-height: 1.8;
}

.home-technology .technology-box {}
.home-technology .technology-box .tab {
    text-align: center;
}
.home-technology .technology-box .tab p {
    display:inline-block;
    line-height: 42px;
    margin:20px 10px;
    padding:0 20px;
    border-radius: 25px;
    background:#c1996a;
    font-size: 16px;
    color:#fff;
}

.home-technology .technology-box .technology-item {
    margin:5% 0;
}
.home-technology .technology-box .technology-item ul {}
.home-technology .technology-box .technology-item ul li {
    float:left;
    width:25%;
    padding:2% 0;
    text-align: center;
    border-right: 1px solid #585862;
    transition: all 1s;
    cursor:pointer;
}
.home-technology .technology-box .technology-item ul li:hover {
    transform: translate(0px,-10px);
}
.home-technology .technology-box .technology-item ul li:last-child {
    border-right: none;
}
.home-technology .technology-box .technology-item ul li p {
    font-size: 14px;
    color:#fef6f2;
    margin-bottom: 10%;
}
.home-technology .technology-box .technology-item ul li i {}

@media screen and (max-width:1024px){
.home-technology {
    padding:12% 0 12% 0;
}
.home-technology .technology-box {}
.home-technology .technology-box .tab {
}
.home-technology .technology-box .tab p {
    line-height: 36px;
    margin:20px 2px;
    padding:0 10px;
    font-size: 12px;
}

.home-technology .technology-box .technology-item {
    margin:5% 0;
}
.home-technology .technology-box .technology-item ul {
    margin:5% 0;
}
.home-technology .technology-box .technology-item ul li {
    width:50%;
    padding:5% 0;
    border-right: none;
}

.home-technology .technology-box .technology-item ul li p {
    font-size: 14px;
    margin-bottom: 10%;
}
.home-technology .technology-box .technology-item ul li i {
}
.home-technology .technology-box .technology-item ul li i img{
    width:30%;
}
}

/*全星级服务*/
.home-service {
    padding:3% 0 3% 0;
}

.home-service .service-box {}
.home-service .service-box ul {}
.home-service .service-box ul li {
    float:left;
    width:18%;
    margin:1%;
    padding:2%;
    border-radius:10px;
    text-align: center;
    border: 1px solid #e8dcd5;
    background: #fbe9df;
}
.home-service .service-box ul li i {}
.home-service .service-box ul li i img {
    max-width: 50px;
}
.home-service .service-box ul li h3 {
    font-size: 16px;
    color: #46224c;
    margin:8% 0 10% 0;
}
.home-service .service-box ul li p {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
}
@media screen and (max-width:1024px){
.home-service {
    padding:3% 0 3% 0;
}

.home-service .service-box {}
.home-service .service-box ul {}
.home-service .service-box ul li {
    width:48%;
    margin:1%;
    padding:4% 2%;
}
.home-service .service-box ul li i {}
.home-service .service-box ul li i img {
    max-width: 30px;
}
.home-service .service-box ul li h3 {
    font-size: 18px;
    margin:12% 0 8% 0;
}
.home-service .service-box ul li p {
    font-size: 12px;
    line-height: 1.8;
}
}

/*宜奥全球合伙人*/
.home-join {}

.home-join .join-word {
    width:35%;
    padding:5% 0%;
}
.home-join .join-word h3 {
    font-size: 48px;
    color: #000;
    font-family: 'Helvetica-Neue-CE-35-Thin';
}
.home-join .join-word h4 {
    font-size: 32px;
    color: #46224c;
    font-weight: lighter;
    margin:5% 0 8% 0;
}
.home-join .join-word p {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
    padding-bottom: 10px;
}
.home-join .join-word a {
    margin-top: 8%;
}
.home-join .join-power {
    width:62%;
}
.home-join .join-power ul {
}
.home-join .join-power ul li {
    position:relative;
    border-radius: 10px;
    overflow:hidden;
    cursor:pointer;
}
.home-join .join-power ul li .photo {
    filter: grayscale(100%);
    transition: all 0.3s;
}
.home-join .join-power ul li .photo img {
    transition: all 0.6s ease;
}
.home-join .join-power ul li:hover .photo img {
    opacity: 1;
    transform: scale(1.1);
}
.home-join .join-power ul li:hover .photo {
    filter: grayscale(0%);
}
.home-join .join-power ul li .word {
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.5);
    padding:10%;
}
.home-join .join-power ul li .word h3 {
    font-size: 32px;
    color:#fff;
    font-weight: lighter;
}
.home-join .join-power ul li .word i {
    display: block;
    width: 50px;
    height: 3px;
    background: #c1996a;
    margin: 4% 0 5% 0;
}
.home-join .join-power ul li .word p {
    max-width: 480px;
    font-size: 14px;
    color:#fff;
    line-height: 2.2;

}

/*banner图导航按钮*/
.pagination-power {
    bottom: 10% !important;
}
.pagination-power .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius:5px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.pagination-power .swiper-pagination-bullet-active {
    background: #c1996a;
}



@media screen and (max-width:1024px){
.home-join {}

.home-join .join-word {
    width:100%;
    padding:5% 0%;
}
.home-join .join-word h3 {
    font-size: 20px;
}
.home-join .join-word h4 {
    font-size: 24px;
    margin:5% 0 8% 0;
}
.home-join .join-word p {
    font-size: 14px;
	line-height:1.8;
    padding-bottom: 10px;
}
.home-join .join-word a {
    margin-top: 5%;
}
.home-join .join-power {
    width:100%;
}
.home-join .join-power ul {
}
.home-join .join-power ul li {
    position:relative;
}
.home-join .join-power ul li .photo {
    filter: grayscale(100%);
	overflow:hidden;
}
.home-join .join-power ul li .word {
    position: relative;
    background:#fff;
    padding:10% 5%;
}
.home-join .join-power ul li .word h3 {
    font-size: 24px;
    color:#3a3a3a;
}
.home-join .join-power ul li .word i {
    width: 50px;
    height: 3px;
    margin: 4% 0 5% 0;
}
.home-join .join-power ul li .word p {
    font-size: 14px;
    color:#666;
    line-height: 1.8;
    padding-bottom:8%;

}
/*banner图导航按钮*/
.pagination-power {
    bottom: 10% !important;
}
.pagination-power .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
	background: #666;
}
.pagination-power .swiper-pagination-bullet-active {
    background: #c1996a;
}
}


/*最新动态*/
.home-news {
    padding:3% 0 3% 0;
}
.news-box {}
.news-box ul {}
.news-box ul li {
    float: left;
    width: 31%;
    margin: 1%;
    border-radius: 10px;
    overflow:hidden;
	background:#fff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
}
.news-box ul li .photo {
    width: 100%;
    height: 0;
    padding-top: 67.15%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.news-box ul li .photo .box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
	overflow:hidden;
}
.news-box ul li .photo .box img {
	transition: all 0.6s ease;
}
.news-box ul li:hover .photo .box img {
	opacity: 1;
    transform: scale(1.1);
}

.news-box ul li .word {
    padding:5% 3%;
}
.news-box ul li .word h3 {
    font-size: 17px;
    color:#3a3a3a;
	line-height:1.8;
}
.news-box ul li .word p {
	display:none;
    font-size: 12px;
    color:#666;
    line-height: 2.2;
    margin:3% 0 3% 0;
}
.news-box ul li .word time {
    font-size: 12px;
    color:#666;
}

.news-more {}
.news-more a {
    color: #666;
    background-image: none;
    border: 1px solid #b6b6b6;
    margin:2% auto 2% auto;
}
.news-more a:hover {
    border: 1px solid #46224c;
}

@media screen and (max-width:1024px){
.home-news {
    padding:3% 0 3% 0;
}
.news-box {}
.news-box ul {}
.news-box ul li {
    width: 98%;
    margin: 3% 1%;
}
.news-box ul li .photo {
}
.news-box ul li .photo .box {
}
.news-box ul li .photo .box img {
}

.news-box ul li .word {
    padding:8% 5%;
}
.news-box ul li .word h3 {
    font-size: 18px;
}
.news-box ul li .word p {
    font-size: 12px;
    margin:3% 0 3% 0;
}
.news-box ul li .word time {
    font-size: 12px;
	line-height:1.8;
}
}


/*友情链接*/
.friend-link {
	padding:10px 0;
	position: relative;
}
.friend-link a,.friend-link a:hover {
    opacity: 0.2;
	font-size:12px;
	color:#666;
	padding:0 2px;
}