<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(common.css );
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
from{
-webkit-transform:scale(1);
transform:scale(1);
}
to{
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
}
@keyframes scale-bg{
from{
-webkit-transform:scale(1);
transform:scale(1);
}
to{
-webkit-transform:scale(1.2);
transform:scale(1.2);
}
}


.section{
position: relative;
width: 100%;
height: auto;
overflow-x: hidden;
overflow-y: auto;

}

/*banner */
.section1{
position: relative;
width: 100%;
height:100vh;
padding-top: 10vh;
overflow:hidden;
}
.section1 .index_room{
position:relative;
width: 100%;
height:90vh;
overflow: hidden;
}
#wrap_room{
	display:none;
	position:relative;
}
#wrap_room li h5{
	position:absolute;
	width: 100%;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	left: 0;
	top: 20%;
	color:#fff;
	text-align:center;
}
.section1 .index_room .item{
position:relative;
width: 100%;
height: 90vh;
overflow:hidden;
}
.section1 .index_room .owl-item.active .scaleBg{
visibility: visible; 
-webkit-animation:scale-bg 2s linear forwards;
animation:scale-bg 2s linear forwards;
}
.section1 .index_room .inner{
background-size: contain!important;
-webkit-background-size:cover;
background-position: center;
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 90vh;
top: 0;
left: 0;
}

#index_room .item .block_txt{
position: absolute;
top: 44%;
right: 10px;
left:10px;
opacity: 0; 
transform: translateY(40px);
-webkit-transform: translateY(40px); 
-webkit-transition: all 500ms ease; 
transition: all 500ms ease;
}
#index_room .owl-item.active .block_txt{
opacity: 1; 
-webkit-transform: translateY(0); 
transform: translateY(0); 
-webkit-transition-delay: 100ms; 
transition-delay: 100ms;
z-index: 999;
}

#index_room .item  .block_txt h2{
color: #fff;
font-size: 80px;
font-weight: normal;
text-align:center;
letter-spacing:15px;

}


.section1 .left{
left: 0;
}
.section1 .right{
right:0;
}

.section1 .number{
position: absolute;
bottom:5%;
left: 50%;
padding-bottom: 5px;
border-bottom: 1px solid #85a01b;
display: table;
padding: 0 20px;
width: auto;
text-align: center;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
z-index: 99;
}
.section1 .number button.numDot{
font-family: "Myriad Pro","Microsoft YaHei";
font-size: 14px;
color: #85a01b;
margin-right:100px;
display: inline-block;
cursor: pointer;
position: relative;
transition: all 500ms ease;
-webkit-transition:all 500ms ease;
background-color: transparent;
}
.section1 .number button.numDot:last-child{
margin-right: 0;
}
.section1 .number button.numDot:after{
content: "";
display: inline-block;
width: 0;
height: 2px;
background: #85a01b;
position: absolute;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
bottom:-20px;
opacity: 0;
visibility: hidden;
transition: all 500ms ease;
-webkit-transition:all 500ms ease;
}
.section1 .number .numDot.active:after{
width: 100%;
opacity: 1;
visibility: visible;
}
.section1 .number .numDot.active span{
	font-size: 18px;
	color:#85a01b;
}

/*banner背景图片动画结束*/

/*section2开始*/
.section2{
width: 100%;
height: 100vh;
z-index:1;
background-color:#fff;
}
.section_title{
width: 100%;
height: auto;
box-sizing: border-box!important;
position:absolute;
top:0;
left: 0;
padding: 20px 0;
background-color: #fff;
border-bottom: 1px solid #c0c0c0;
z-index: 999999;
}
.section_title h2{

font-size: 40px;
margin-bottom: 10px;
}
.section_title span{
display:block;
width: 100%;
font-size: 1.5rem;
}
.section2 .tab-public{
width: 100%;
height: 100vh;

}
.tab-public .tab-view{
width: 100%;
position:relative;

}
.tab-public .tab-view .tab-title{
position:absolute;
top:115px;
left:0;
width: 100%;
height: 100px;
padding: 10px 0;
background-color:#fff;
z-index: 100
}
.tab-public .tab-view .tab-title.wrapTit{display: none;}
.tab-public .tab-view .tab-title ul{
width:100%;
}
.tab-public .tab-view .tab-title ul li{
cursor: pointer;
width: 10%;
float: left;
height: 40px;
line-height: 40px;
position: relative;
font-size: 20px;
text-align: center;
border-right: 1px solid #e0e0e0;
}
.tab-public .tab-view .tab-title ul li a{
	display:block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.tab-public .tab-view .tab-title li.titLi{
margin-left: 15%;
}

.tab-public .tab-view .tab-title .drop-tit{
    position: absolute;
    width: 50%;
    left:58%;
    top: 40px;
    display: none;
}
.tab-public .tab-view .tab-title .drop-tit li{
    width: 8%;
    font-size: 16px;
    line-height: 40px;
 
}
.tab-public .tab-view .tab-title .drop-tit li:last-child{
    width: 20%;
}
.tab-public .tab-view .tab-title li a i{
position: absolute;
width:0;height: 0;
content: '';
border-top:10px solid #85a01b;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid transparent;
left:calc(50% - 10px);
top: 40px;
z-index: 9999999;
display:none;
}

.tab-public .tab-view .tab-title ul li a.tabcur{
	color:#85a01b;
}
.tab-public .tab-view .tab-title ul li a.tabcur i{
display: block;
}
.tab-public .tab-view .tab-title ul li:last-child,
.tab-public .tab-view .tab-title ul li:first-child,
.tab-public .tab-view .tab-title ul li.li-more,
.tab-public .tab-view .tab-title ul.drop-tit li {
border-right: 0;
}
.tab-public .tab-view .tab-box .tab-content{
width: 100%;
height: 100vh;
float:left;
display: none;
background-color: #fff;
}

#tab-view .leftBox{
position: absolute;
width:20%;
height: 100vh;
padding-top: 180px;
padding-left: 30px;
padding-right: 30px;
top:0;
right: 0;
background-color: #85a01b;
z-index:9;
}
#tab-view .owl-carousel{
width: 100%;
height: 100vh;
position: relative;
z-index:99;
background-color: #85a01b;
}
#tab-view .leftBox dt,
#tab-view .leftBox dd,
#tab-view .leftBox dt  h2,
#tab-view .leftBox dd  p{
    width: 100%;
    position: relative;
    color: #ffffff;
}
#tab-view .leftBox dt  h2{
    margin-top: 100px;
}
#tab-view .leftBox dt{
    margin-bottom: 30px;
}
#tab-view .leftBox dt p{
    margin-top: 30px;
}
#tab-view .leftBox dt p span
{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    font-size: 14px;
    color: #ffffff;
}

#tab-view .leftBox dt i{
    display: inline-block;
	font-style: normal;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
#tab-view .leftBox dt i.build{
background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgYXJpYS1sYWJlbGxlZGJ5PSJqZ3NpLWljb21vb24tbGlicmFyeS10aXRsZSI+PHBhdGggZD0iTTE2IDE1di0xaC0xVjhoMVY3aC0zdjFoMXY2aC0zVjhoMVY3SDl2MWgxdjZIN1Y4aDFWN0g1djFoMXY2SDNWOGgxVjdIMXYxaDF2NkgxdjFIMHYxaDE3di0xaC0xek04IDBoMWw4IDV2MUgwVjVsOC01eiI+PC9wYXRoPjwvc3ZnPg==");
}
#tab-view .leftBox dt i.addr{
	background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgYXJpYS1sYWJlbGxlZGJ5PSJkdHNpLW9jdC1sb2NhdGlvbi10aXRsZSI+PHBhdGggZD0iTTYgMEMyLjY5IDAgMCAyLjUgMCA1LjUgMCAxMC4wMiA2IDE2IDYgMTZzNi01Ljk4IDYtMTAuNUMxMiAyLjUgOS4zMSAwIDYgMHptMCAxNC41NUM0LjE0IDEyLjUyIDEgOC40NCAxIDUuNSAxIDMuMDIgMy4yNSAxIDYgMWMxLjM0IDAgMi42MS40OCAzLjU2IDEuMzYuOTIuODYgMS40NCAxLjk3IDEuNDQgMy4xNCAwIDIuOTQtMy4xNCA3LjAyLTUgOS4wNXpNOCA1LjVjMCAxLjExLS44OSAyLTIgMi0xLjExIDAtMi0uODktMi0yIDAtMS4xMS44OS0yIDItMiAxLjExIDAgMiAuODkgMiAyeiI+PC9wYXRoPjwvc3ZnPg==") no-repeat center;
}

#tab-view .leftBox dt  h2::before{
    position: absolute;
    width:0;height: 0;
    content: '';
    border-top:40px solid transparent;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #85a01b;
    left:-100px;
    top:-25px;
    z-index: 99999999;
}
#tab-view .leftBox dd p{
    line-height: 1.7;
}
#tab-view .leftBox dd .lineIcon{
    display: none;
    width: 100px;
    margin-top: 50px;
    border-bottom: 1px solid #fff;
}
#tab-view .owl-carousel .owl-item{

height: 100vh;

}
#tab-view .owl-carousel .owl-item dl{
width: 80%;
margin:0;
padding:0;
height:100vh;
background-size:cover;
background-repeat: no-repeat;
background-position: center;
}
#tab-view .owl-carousel .owl-nav{
width: 100%;
position: absolute;
top: 60%;
}
#tab-view .owl-carousel .owl-nav button{
box-sizing: border-box!important;
position: absolute;
width: 40px;
height: 40px;
padding: 5px;
text-align: center;
border-radius: 50%;
background-color: #fff;
color: #aaa;
}
#tab-view .owl-carousel .owl-nav button span{
box-sizing: border-box!important;
display: inline-block;
width:30px;
height: 30px;
font-size: 24px;
line-height: 25px;
border-radius: 50%;
border: 1px solid #e0e0e0;
}
#tab-view .owl-carousel .owl-nav button.owl-prev{
left: 5%;

}
#tab-view .owl-carousel .owl-nav button.owl-next{
right: 25%;

}
#tab-view .owl-carousel .owl-dots{
position: absolute;
bottom: 5%;	
right: 5%;
}
.owl-carousel .owl-dots .owl-dot{
display: inline-block;
width: 10px;
height:10px;
border-radius: 50%;
background-color: transparent;
border: 1px solid #ffffff;
margin:0 5px;
}
.owl-carousel .owl-dots .owl-dot.active{
background-color: #ffffff;
}

/*  section2结束   */

/*  section3开始   */
.section3{
    width: 100%;
    height: 100vh;
    z-index:1;
    background-color:#fff;
}

#rooms{
	width: 100%;
    height: 100vh;
    background-color: #85a01b;
}
#rooms .item .imgcont{
	width:100%;
	height:100vh;
	line-height: 100vh;
	text-align: center;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    }
#rooms .item .imgcont.tranTop {
    transition: ease-out .5s;
    transform: translateY(-30%);
    }
#rooms .owl-dots{
	position: absolute;
	bottom: 5%;	
	right: -15%;
}
#rooms .owl-nav button{
	position:absolute;
	top: 50%;
	width: 20px;
	height: 40px;
	background-color:rgba(0,0,0, 0.5);
	border-radius: 2px;
}
#rooms .owl-nav button.owl-next{
	right: 0;
}
#rooms .owl-nav button.owl-prev{
	left: 0;
}
#rooms .owl-nav button span {
	font-size: 30px;
	line-height: 20px;
	color:#fff;
	}
#rooms .owl-dots .owl-dot{
	display: inline-block;
	width: 20px;
	height:20px;
	border-radius: 50%;
	background-color: #333;
	margin:0 10px;
}
#rooms .owl-dots .owl-dot.active{
	background-color: green;
}


    .swiper-container {
        width: 100%;
        height: 100%;
        
    }

.section3 #rooms ul{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}


.section3 #rooms h3{
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    top:25%;
    font-size: 24px;
    color: #ffffff;
    left:0;
    z-index: 9;
	text-shadow: 0 5px 5px #666;
}
.section3 #rooms .stand{
	display:none;
    position: absolute;
    width: 0px;
    height: 0px;
    text-align: center;
    font-size: 30px;
    background-color: #ffffff;
    left:50%;
    bottom: 10%;
    z-index: 9;

}

.section3 #rooms .workspace{
    position: absolute;
    width: 100%;
    padding: 30px;
    left: 0;
    bottom: 5%;
    line-height: 1.8;
    background-color: #85a01b;
    color: #ffffff;
    z-index: 99999;
    display: none;
}

.section3 #rooms .workspace strong{
   display: none;
   width: 50px;
   border-bottom: 1px solid #ffffff;
   margin-top: 30px;
}

.section3 #rooms ul li:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    } 

.section3 #rooms .swiper-pagination-bullet{
    background-color: transparent;
    border: 1px solid #ffffff;
}
.section3 #rooms .swiper-pagination-bullet-active{
    background-color: #ffffff;
}
/*  section3结束   */


/*  section4开始   */
.section4 #customBox{

    width: 100%;
    height: auto;


}
.section4 #customBox .customInner{
	left: 0;
    width: 100%;
    height: auto;
    padding:150px 0 80px;
    background-color: #d4d4d4;
	z-index: 0;
}

.section4 #customBox .customInner li.atLeft{
	width: 33.3333%;
	float:left;
    padding-left: 100px;
}
.section4 #customBox .customInner li.imgCenter{
	width: 33.3333%;
	float:left;
	z-index:9;
}
.section4 #customBox .customInner li.imgRight{
	width: 33.3333%;
	float:left;
	z-index:9;
}
.section4 #customBox .customInner .imgBox.atCenter{
    padding-left: 100px;
}
.section4 #customBox .customInner .imgBox.atRight{
    padding-right: 100px;
}
.section4 #customBox .customInner .imgBox li{
	width: 33.3333%;
	float: left;
 text-align: center;
 padding:5px ;
}
.section4 #customBox .customInner .imgBox li img{
    width: 100%;
    height: auto;
	z-index: 9;
}

.section4 #customBox .customInner .titCustom{
    margin: 100px 0 30px;
    font-size: 24px;
}

.section4 #customBox .customInner .costomData{
    margin-top: 30px;
    line-height: 50px;
    font-size: 24px;
}
.section4 #customBox .customInner .costomData strong{
    font-size: 50px;
    font-weight: normal;
    color: #85a01b;
}

.section4 #customBox .customInner .customInfo{
    line-height: 2;
}
/*  section4结束   */


#shape1{
    position: absolute;
    width:40vh;
    height:40vh;
    border: 1px solid #bbbbbb;
    top: 22%;
    left: 18%;
    z-index: -1;
    }
#shape2 {
    position: absolute;
    top: 25%;
    left: 10%;
    box-sizing: border-box;
    overflow: visible;
    width: 40vh;
    height: 40vh;
   background:url(../images/g.jpg) no-repeat center;
    background-size: contain!important;
}
#shape2 i{
     display: none; 
    position: relative;
    width: calc(100% + 8vh);
    height: 100%;
    border: 1px solid #d6d6d6;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-right-color: #fff;
}
#shape2 i::after{
    position: absolute;
    content: "";
    width: 1px;
    height:100%;
    right:-2px;
    background-color: #ffffff;
}

#shape2 strong
{
	display:none;
    position: absolute;
    width: 10vh;
    height: 10vh;
    background-color: #c0d223;
    bottom: 28%;
    right: 0;
}
#shape3{

    position: absolute;
    width: 12vh;
    height: 12vh;
    border: 1px solid #d6d6d6;
    top: 30%;
    right: 25%;
}
#shape4{

    position: absolute;
    width: 16vh;
    height: 16vh;
    border: 1px solid #d6d6d6;
    top: 60%;
    right: 5%;
}
#shape5{
    position: absolute;
    top: 18%;
    right: 8%;
    box-sizing: border-box;
    width: 50vh;
    height: 50vh;
    padding: 8vh;
    border: 1px solid #d6d6d6;
    border-radius: 100%;  
}
#shape5 i{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-radius: 100%;  
}
#shape5-1{
    position: absolute;
    top: -8%;
    right: -8%;
    box-sizing: border-box;
    width: 40vh;
    height: 40vh;
    padding: 8vh;
    border: 1px solid #d6d6d6;
    border-radius: 100%;
    display:none;	
}
#shape5-1 span{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-radius: 100%;  
}
#shape6{
    position: absolute;
    top: 5%;
    right: 10%;
    box-sizing: border-box;
    overflow: visible;
    width: 40vh;
    height: 40vh;
    padding: 8vh 8vh 8vh 0;
    border: 1px solid #d6d6d6;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;

}
#shape6 i{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #d6d6d6;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-left-color: #fff;
}
#shape6 i::after{
    position: absolute;
    content: "";
    width: 1px;
    height:100%;
    left:-2px;
    background-color: #ffffff;
}
#shape6 .ideaTit{
    height: 30%;
    margin-top: -50%;
}

#shape6 .ideaTit h3{
    font-size: 19px;
    font-weight: normal;
    color: #85a01b;
    margin-bottom: 15px;
}
#shape6 .ideaTit  span{
    font-weight: lighter;
}


#shape7, #shape7-1, #shape8, #shape8-1{
 position: absolute;
}
#shape7{
    height: 20vh;
    width:8vh;
    left: 9%;
    top: -35%;
    border: 1px solid #d6d6d6;
}
#shape7-1{
    width: 6vh;
    height: 6vh;
    left: 15%;
    top: -35%;
    border: 1px solid #d6d6d6;
}

#shape8{
    height: 9vh;
    width:9vh;
    right:12%;
    bottom: 30%;
    border: 1px solid #d6d6d6;
}
#shape8-1{
    width: 7vh;
    height: 7vh;
    right: 10%;
    bottom: 48%;
    border: 1px solid #d6d6d6;
}
/*  section5开始   */
.section5{
	width: 100%;
	min-height: 100vh;
    overflow: hidden;

}

/* html::-webkit-scrollbar { width: 0 !important }
html { -ms-overflow-style: none; }
html { overflow: -moz-scrollbars-none; }
 */

#aboutBox{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#aboutBox .compInfo{
    position: relative;
    padding-top: 150px;
}
#aboutBox dl, #aboutBox ul{
    width: 100%;
    float: left;
    position: relative;
}
#aboutBox dl dt{
    float: left;
    box-sizing: border-box;
    width: 40%;
    min-height: 400px;
 
}
#aboutBox dl dd{
    float: left;
    box-sizing: border-box;
    width: 60%;
    background-color: #fff;
}
#aboutBox ul li{
    float: left;
    width: 50%;
}
#aboutBox dd{
    padding: 0 50px;
}
#aboutBox .compInfo dd h3{
    margin: 80px 0 15px;
    font-size: 19px;
    color: #85a01b;
}
#aboutBox .compInfo dd span{
    display: block;
    margin-bottom: 60px;
	font-weight:lighter;
}

#aboutBox .compInfo dd p{
    line-height: 2;
    padding-right: 30%;
    margin-bottom: 50px;
	text-indent:2em;
}
#aboutBox .founderSay {
    position: relative;
    border-bottom: 1px solid #c0c0c0;
}
#aboutBox .founderSay dt{
    height: 90vh;
    position: relative;
	display:none;
}
#aboutBox .founderSay dt img{
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 20%;
    z-index: 9;
}
#aboutBox .founderSay span.sayTit{
    position: absolute;
    width: 32px;
    height: auto;
    font-size: 19px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
    word-wrap: break-word;
    word-break: normal;
    color: #85a01b;
    right: 30%;
    top:5%;
    z-index: 6;
}

#aboutBox .founderSay i.enTit{
    position: absolute;
    width: 12px;
    height: auto;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    font-weight: lighter;
    line-height: 1.1;
    word-wrap: break-word;
    word-break: lighter;
    right: 25%;
    top:15%;
    z-index: 6;
}
#aboutBox .founderSay span.sign{
    display:block;
	width: 100%;
	padding-right: 20%;
	margin-top: 20%;
	margin-bottom:25px;
	text-align: right;
    font-size: 18px;
    bottom: 5%;
    right: 10%;
}

#aboutBox .founderSay dd p{
    text-indent: 2em;
    line-height: 2;
    padding-right: 20%; 
}
#aboutBox .founderSay dd i{
    display: block;
    height: 2px;
    width: 100px;
    background-color: #fff;
    margin: 50px 0;
    margin-left: 2em;
}


#aboutBox .ideaBox{
    margin-top:  50px;

}
#aboutBox .ideaBox dd{
    padding-left: 10%;
}
#aboutBox .ideaBox dd h5{
    width: 20%;
    height:40px;
	margin: 10px 0;
    line-height: 40px;
    font-size: 19px;
	padding-left:5%;
    color: #ffffff;
    background-color: #c0d223;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

}
#aboutBox .ideaBox dd p{
    padding-left: 5%;
    line-height: 1.8;
}
#aboutBox .cultureBox{
    width: 100%;
    margin: 100px 0 50px;
}
#aboutBox .cultureBox li{
    padding-left: 15%;
}

#aboutBox .cultureBox li h3{
    font-size: 19px;
    font-weight: normal;
    color: #85a01b;
    margin-bottom: 10px;
}
#aboutBox .cultureBox li h3.ml-15{
    margin-left: -15px;
}
#aboutBox .cultureBox li span{
    font-size: 14px;
    color: #878787;
}
#aboutBox .cultureBox li p{
    margin-top: 20px;
    line-height: 1.5;
}
#aboutBox .cultureBox li .pl15{padding-left: 15px;}
#aboutBox .cultureBox li .pl-15{margin-left: -15px;}
#aboutBox .cultureBox li p strong{
    font-size: 17px;
    font-weight: normal;
}
#aboutBox .cultureBox li p i{
    font-style: normal;
    display: inline-block;
    width: 50px;
    text-align: center;
    color: #85a01b;

}
/*  section5结束   */


@media only screen and (max-width: 1600px){

#index_room .item .block_txt h2{
font-size: 60px;
}

}
@media only screen and (max-width: 1440px){

#index_room .item .block_txt h2{
font-size: 40px;
}

}
@media only screen and (max-width: 1366px){

#index_room .item .block_txt h2{
font-size: 26px;
}

.section1 .index_room .slick-arrow{
background-size: auto 30px;
}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){

#index_room .item .block_txt h2{
font-size: 32px;
}

}
@media only screen and (max-width: 992px){
.section1{
position: relative;
width: 100%;
height:auto;

}
.section1 .index_room .item{
height: 90vh;
}
.section1 .index_room .item .block_txt{
left: 0;
right:0;
margin: 0 auto;
padding: 0 20px;
top: 62%;
}
.section1 .index_room .slick-arrow{
display: none !important;
}
.section1 .index_room .slick-dots{
position: absolute;
bottom: 12px;
}
.section1 .index_room .slick-dots li{
width: 12px;
height: 12px;
border-radius: 50%;
border:2px solid #fff;
}
.section1 .index_room .slick-dots li button{
display: none;
}
.section1 .index_room .slick-dots li.slick-active{
background: #fff;
}
.section1 .number{
bottom: 12%;
display: none;
}
.section1 .number span{
margin-right: 22px;
}
.section1 .number span:after{
bottom: -14px;
}

#index_room .item .block_txt h2{
    font-size: 32px;
    letter-spacing:8px;
    }

}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 340px){

}
@media only screen and (max-width: 320px){

}


main {
    position: relative;
    height: 100%;
    background-color: #f5f5f5;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    font-weight: bold;
    color: #000;
    background: #fff;
  }
  .swiper-container .swiper-wrapper .header,
  .swiper-container .swiper-wrapper .footer {
    height: 200px;
  }</pre></body></html>