@charset "utf-8";
@font-face {
  font-family: "Secret Font";
  src: url("../fonts/SourceHanSerifCN-Bold.otf");
}
@font-face {
  font-family: "myfont Font";
  src: url("../fonts/SOURCEHANSANSCN-REGULAR.OTF");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-text-size-adjust:none;
    box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family:"myfont Font","Microsoft Yahei","Hiragino Sans GB",sans-serif;
    font-size:14px;
}
input,textarea,select{
    box-sizing:border-box;
    border:0;
    outline: none;
    resize:none;
    font-family: "myfont Font","Microsoft Yahei","Hiragino Sans GB", sans-serif;
}
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, li{ 
  list-style:none;
}
 a{ 
 color: #000;
 text-decoration:none;
}
button{ 
cursor:pointer;
}
textarea, input{ 
outline:none;
-webkit-user-select:text;
-moz-user-select:text;
}
textarea{ 
resize:none;
}
img{
	-webkit-touch-callout:none;
	-moz-user-select:none; 
	border:0;
	vertical-align:top;
	max-width: 100%;
}
article, aside, footer, header, hgroup, main, nav, section {display: block;}
::-webkit-inner-spin-button { visibility: hidden; }
.clear {
    clear:both;
    height:0;
    line-height:0;
    font-size:0;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
*html .clearfix {
    height:1%;
}
*+html .clearfix {
    height:1%;
}
html{
    font-size:16px;
}

.swiper-wrapper{
    transition-delay:.3s;
}
.swiper-container {
    width: 100%;
    height: 100%;
	padding-top: 60px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
}
.swiper-slide > .textBox,.sleep_index .page5 .bg .textBox{
    -webkit-transform:translateY(150px);
    transform:translateY(150px);
    opacity:0;
    -webkit-transition:all 1s;
    transition:all 1s;
    position: absolute;
    left: 50%;
    margin-left: -24rem;
    width: 48rem;
    text-align: center;
}


.plugins.service {
    padding: 0;
}
.plugins {
}
.service .footer{
    position: static;
    opacity: 1;
    margin: auto;
}
.footer-bg{
    background: #000;
}
/*导航-页脚*/
.mobileNav{
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    height: 0.6rem;
    top: 0;
    z-index: 15;
    background: #000;
}
.mobileFooter{
    display: none;
    background: #000;
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 5.4rem;
    padding: 0.2rem 0 0.5rem;
	max-width:768px;
	min-width:320px;
	margin:0 auto;	
}

.mobile-show{
    display: none !important;
}
html.mobile .mobile-show{
    display: block !important;
}
html.mobile .mobile-hide{
    display: none !important;
}

/*主体*/

html.mobile {overflow:hidden;overflow-y:auto;font-size:16px;}

html.mobile body{
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    overflow-y: auto;

}

html.mobile .swiper-slide{
    overflow:hidden;
}
html.mobile .plugins>.logo,
html.mobile .plugins>.language,
html.mobile .plugins .nav,
html.mobile .service .nav,
html.mobile .plugins>.right-control,html.mobile .service .nav{
    display: none !important;
}

html.mobile .homePage.btn,
html.mobile .sleepCulture.btn{
    margin-top:0.2rem;
    width: 2.18rem;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.14rem;
}
html.mobile .homePage.btn{
    margin-top:0.9rem;
}
html.mobile .footer-bg{
    background: none;
 /*   padding: 0; */
}

html.mobile .swiper-slide > .textBox{
    width: 100%;
    left: 0;
    margin-left: 0;
}

html.mobile .pagenum{
    -webkit-transform:scale(0.7);
    transform:scale(0.7);
}

html.mobile .btnBox{
    bottom: 0.36rem;
    width: 2.65rem;
    margin-left: -1.3rem;
}

html.mobile .btnBox .btn:nth-child(1){
    margin-left: 0;
}
html.mobile .index .btnBox .btn{
    font-size: 0.09rem;
    width: 0.7rem;
    height: 0.35rem;
    line-height: 0.35rem;
    margin-right: 0.15rem;
}
html.mobile .index .btnBox .btn:last-child{
    margin:0;
}

html.mobile .footer{
    display: none;
}

html.mobile .dotation{
    position: absolute;
    text-align: center;
    height: 0.32rem;
    bottom: 0.25rem;
    left: 0;
    width: 100%;
    line-height: 0.32rem;

}

html.mobile .mobileNav,
html.mobile .mobileFooter{
    display: block;
}
html.mobile .mobileFooter{
    background-image: url(../img/bg-logo.png);
    background-repeat: no-repeat;
    background-position: right 90%;
    background-size: 40%;
}


.mobileNav .menu{
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/menu_1.png) no-repeat center center;
    background-size: 0.18rem;
    left: 0;
    position: absolute;
    transition: background 0.3s;
}


.mobileNav .logo{
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/logomenu.png) no-repeat center center;
    background-size: auto 0.37rem;
    margin: 0 auto;
}
.mobileNav.open{
    height: 100%;
    background: rgba(22,24,29,0.95)
}
.mobileNav.open::after{
    content: '';
    position: absolute;
    width: 100%;
    top: 0.6rem;
    left: 0;
    border-top: 1px solid #726554;
}
.mobileNav.open .menu{
    background-image: url(../img/menu_2.png)
}

.mobileNav .m-nav{
    text-align: left;
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 100%;
    padding: 0 0.3rem 0;
	 bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    height: auto;
}
.mobileFooter .m-nav{
    text-align: left;
    padding: 0 0.3rem 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    height: auto !important;
}
.mobileFooter .m-nav{
    display: block;
    bottom: 2.6rem;
    background:#000;
    z-index:2;
    overflow-x: hidden;
}
.mobileFooter .m-nav .f-nav-c{
    height:auto;
}
.mobileFooter .addr-info{
    color: #717171;
    font-size: 0.12rem;
    bottom: 2.08rem;
    line-height: 0.2rem;
    position: absolute;
    padding-left:0.5rem;
    text-align: left;
}
.mobileNav .m-nav li,
.mobileFooter .m-nav li{
    width: 100%;
    display: block;
    /* padding-right: 0.2rem; */
    position: relative;
    border-bottom:1px solid #726554;
}
.mobileNav .m-nav .m-dropdown .more,
.mobileFooter .m-nav .m-dropdown .more{
    width: 0.42rem;
    height: 0.4rem;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mobileNav .m-nav .m-dropdown .more{
    background: url(../img/menu_3.png) no-repeat center center;
    background-size: 0.1rem;
}
.mobileFooter .m-nav .m-dropdown .more{
    background: url(../img/menu_3.png) no-repeat center center;
    background-size: 0.1rem;
}
.m-dropdown .sub{
    display: none;
}
.open.m-dropdown .sub{
    display: block;
    border-top: 1px solid #726554;
}
.mobileNav .open.m-dropdown .more{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.mobileFooter .open.m-dropdown .more{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.mobileNav .m-nav a,
.mobileFooter .m-nav a{
    color: #e4caa7;
    font-size: 0.16rem;
    display: block;
    line-height: 0.44rem;
    text-align: left;
}
.mobileFooter .m-nav a{
    padding: 0 0.15rem;
}
.mobileFooter .m-nav .sub a{
    line-height: 0.36rem;
    text-indent: 2em;
    margin-right: -0.42rem;
    font-size: 0.11rem;
    color: #fff;
}
.mobileNav .m-nav .sub> a{
    line-height: 0.36rem;
    text-indent: 2em;
    margin-right: -0.42rem;
    font-size: 0.11rem;
    color: #fff;
}
.mobileNav .m-nav .sub> a{
    color: #fff;
}
.mobileNav .concern,
.mobileFooter .concern{
    width: 100%;
    padding: 0 0.5rem;
}
.mobileFooter .concern .title{
    color: #e4caa7;
    font-size: 0.14rem;
	margin-top: 10px;
}
.mobileFooter .concern .card-box{
    margin-top: 0.2rem;
}
.mobileFooter .concern .card-box ul{
    display: flex;
}
.mobileFooter .concern .card-box ul li{
    width: 33%;
    padding: 0 2%;
}
.mobileFooter .concern .card-box ul li .icon{
    text-align: center;
    margin-bottom: 0.2rem;
}
.mobileFooter .concern .card-box ul li .icon img{
    width: 0.35rem;
}
.mobileFooter .concern .card-box ul li .code img{
    width: 100%;
}
.mobileNav.open .concern,
.mobileNav.open .m-nav{
    display: block;
}

.mobileFooter .m-nav a{
    font-size: 0.14rem
}

.mobileFooter .copyright{
    text-align: left;
    line-height: 0.16rem;
    font-size: 0.08rem;
    color: #fff;
    padding: 0.2rem 0.2rem;
    margin-top: 0.2rem;
    border-top: 1px solid #726554;
    border-bottom: 1px solid #726554;
}
.mobileFooter .copyright .other-box{
    margin-top: 0.15rem;
}