@charset 'utf-8';
.centerV {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
* {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #555555;
}
html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/
}
ol,
li,
ul {
  list-style: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: #555555;
}
img {
  outline: none;
  border: 0;
}
.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
.left {
  float: left!important;
}
.right {
  float: right!important;
}
.clear {
  clear: both;
}
.clearFloat {
  zoom: 1;
}
.clearFloat:after {
  content: '.';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}
.allW {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.allW > img {
  display: block;
  width: 100%;
}
.margin {
  margin-top: 0.825rem;
  margin-bottom: 0.825rem;
}
.margin-t {
  margin-top: 1rem;
}
.img img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%;
}
.tab-btn li {
  float: left;
  font-size: 0.825rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}
.tab-btn li:last-child {
  margin-right: 0;
}
.tab-p4 li {
  width: 23.5%;
  margin-right: 2%;
}
.tab-p3 li {
  width: 32%;
  margin-right: 2%;
}
.tab-p2 li {
  width: 49%;
  margin-right: 2%;
}
.tab-cd li {
  background-color: #eee;
}
.p {
  font-size: 0.825rem;
  line-height: 1.3rem;
  text-indent: 2em;
}
.h6 {
  font-size: 0.6rem;
  line-height: 1;
  color: #888;
}
/*
 * this is a line between two panels 
 * the comment and public is ending
 */
.g-line {
  background-color: #e1e1e1;
  height: 0.3rem;
  margin: 0rem auto;
}
.sleep-title {
  height: 3.75rem;
  padding-top: 0.825rem;
  text-align: center;
  background-color: #1956b3;
}
.sleep-title h2 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.25rem;
  color: #fff;
}
.sleep-title h6 {
  font-size: 0.5rem;
  text-transform: uppercase;
  color: #afbede;
}
.sleep-btn {
  width: 78%;
  margin: 1rem auto;
  background-color: #e56314;
  padding: 0.6rem 0.25rem;
  border-radius: 0.4rem;
}
.sleep-btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.825rem;
  line-height: 1;
  position: relative;
  padding: 0.3rem 0;
  padding-right: 5.1rem;
  text-align: center;
  color: #fff;
}
.sleep-btn a span {
  display: block;
  position: absolute;
  width: 5rem;
  padding: 0.3rem 0;
  text-align: center;
  border-radius: 1rem;
  right: 0.25rem;
  top: 0;
  background-color: #fff;
  color: #e56314;
}
.sleep-title-xg h2 {
  position: relative;
  margin-top: -0.35rem;
  padding-bottom: 0.1rem;
  width: 100%;
}
.sleep-title-xg h2 span {
  font-size: 1.35rem;
  background-color: #fff;
  color: #1956b3;
  display: inline-block;
  width: 1.8rem;
  text-align: center;
  line-height: 1.6rem;
  height: 1.8rem;
  border-radius: 50%;
  margin: 0 0.25rem;
}
.sleep-main {
  background-color: #f5f5f5;
  padding: 0.825rem 0;
}
.sleep-main h2 {
  font-size: 0.975rem;
  line-height: 1;
  text-align: center;
  color: #131313;
}
.sleep-main ul {
  height: 14.175rem;
  padding-top: 1.15rem;
  overflow: visible;
  /* background: url(../images/audio_06.jpg) no-repeat;
  background-size: 100% 100%; */
}
.sleep-main ul li {
  height: 3.185rem;
  position: relative;
}
.sleep-main ul li audio {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
}
.sleep-main p {
  font-size: 0.825rem;
  line-height: 1.3rem;
  text-align: center;
  padding-top: 0.45rem;
  border-top: 1px #ccc solid;
}
.sleep-main .btn {
  width: 78%;
  margin: 1rem auto 0;
  overflow: hidden;
  border: 1px #e56314 solid;
  border-radius: 0.25rem;
  height: 2.25rem;
  line-height: 2.2rem;
}
.sleep-main .btn a {
  font-size: 0.975rem;
}
.sleep-main .btn .left {
  width: 60%;
  padding-left: 1rem;
  color: #e56314;
}
.sleep-main .btn .right {
  width: 40%;
  color: #fff;
  text-align: center;
  background-color: #e56314;
}
.sleep-reason {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sleep-reason .p {
  padding-left: 0.15rem;
}
.sleep-reason h2 {
  font-size: 0.825rem;
  color: #1956b3;
  font-weight: bold;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
.sleep-reason li {
  float: left;
  width: 80.25%;
  border: 1px #ccc solid;
  margin-bottom: 0.4rem;
}
.sleep-reason li a {
  font-size: 0.825rem;
}
.sleep-reason .high1 {
  height: 2.4rem;
  line-height: 2.4rem;
}
.sleep-reason .high3 {
  height: 5.25rem;
  line-height: 5.25rem;
}
.sleep-reason .high2 {
  height: 3.375rem;
  line-height: 3.375rem;
}
.sleep-reason li:nth-of-type(even) {
  padding-left: 0.3rem;
}
.sleep-reason li:nth-of-type(4) {
  height: 5.25rem;
  padding-top: 0.4rem;
  line-height: 1.35rem;
}
.sleep-reason li:nth-of-type(6) {
  height: 3.375rem;
  padding-top: 0.2rem;
  line-height: 1.35rem;
}
.sleep-reason li:nth-of-type(odd) {
  width: 18%;
  margin-right: 1.75%;
  text-align: center;
}
.sleep-reason .v {
  padding-top: 0.6rem;
}
.sleep-reason .v video,
.sleep-reason .v span {
  display: block;
  width: 87.8125%;
  margin: 0 auto;
}
.sleep-reason .v span {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 0.825rem;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.sleep-reason .btn {
  border: 1px #ccc dashed;
  text-align: center;
  padding: 1rem 0 0;
}
.sleep-reason .btn h5 {
  font-size: 0.825rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.sleep-reason .btn h5 span {
  color: #ccc;
  display: inline-block;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.sleep-reason .btn-xg {
  width: 78%;
  margin: 0 auto;
  text-align: center;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 0.25rem;
}
.sleep-reason .btn-xg a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.825rem;
  background-color: #e56314;
  color: #fff;
}
.sleep-reason .btn-xg a span {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.sleep-reason .banner-slide {
  padding-top: 1rem;
}
.sleep-reason .banner-slide .swiper-container {
  padding-bottom: 2.75rem;
}
.sleep-reason .banner-slide .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 0;
}
.sleep-reason .banner-slide .swiper-container-horizontal > .swiper-pagination {
  bottom: 1.25rem;
}
.sleep-reason .banner-slide .left {
  float: left;
  width: 33.33%;
}
.sleep-reason .banner-slide .left img {
  display: block;
  width: 7.35rem;
  margin: 0 auto 0.25rem;
}
.sleep-reason .banner-slide .left h2 {
  margin: 0;
  padding: 0;
  font-size: 0.975rem;
  color: #1956b3;
  text-align: center;
}
.sleep-reason .banner-slide .left p {
  font-size: 0.675rem;
  text-align: center;
  padding-top: 0.3rem;
  white-space: nowrap;
}
.sleep-reason .four-title em {
  display: block;
  width: 92%;
  margin: 2.5rem auto 0;
  height: 1px;
  background-color: #ccc;
}
.sleep-reason .four-title .out-pad {
  width: 70%;
  margin: 0 auto;
  padding: 0 0.6rem;
  background-color: #fff;
}
.sleep-reason .four-title .out-pad .main {
  height: 3.2rem;
  margin-top: -1.6375rem;
  border: 1px #ccc solid;
  text-align: center;
}
.sleep-reason .four-title .out-pad .main h2 {
  font-size: 0.975rem;
  padding: 0.25rem 0 0.2rem;
}
.sleep-reason .four-title .out-pad .main h6 {
  font-size: 0.675rem;
}



.spe-music{width:100%;margin:0rem auto; }

.spe-music .spe_logo{width:2rem;float:left; margin-right: 0.5rem; margin-left: 0.75rem;}
.spe-music .spe_logo img{
    display: block;
    width: 100%;
}
.fl{
   float: left;
}
.spe-music .fl .spe-con{position:relative;height: 2rem;}
.spe-music .fl .spe-con span{width:.375rem;float:left;margin-top:.75rem}
.spe-music .fl .spe-con span img{width:.375rem;}
.spe-music .fl .music{background:#C0E5FF;
    width:7.5rem;
    height:2rem;
    border-radius:.2rem;
    display:block;
    color:#3a7ead;
    line-height:2rem;
    text-decoration:none;
    font-size:.45rem;
    float:left
  }

.spe-music .spe-con .txt{
        position: absolute;
        top: 2.375rem;
        left: 0.375rem;
        width: 80%;
        min-width: 5rem;
        background-color: #053b70;
        color: #fff;
        padding: 0.375rem;
        border: 1px #333 solid;
        border-radius: 0.25rem;
        font-size: 0.5rem;
        z-index: 99;
        text-indent: 2em;
        transform: scale(0,0);
        transition: 0.5s;
}
.spe-music .fl .mus2{width:11.5rem}
.spe-music .fl .mus3{width:5.825rem}
.spe-music .fl .music img{float:left}
.spe-music .fl .music b{float:left;font-size:0.825rem;color:#3a7ead;margin-left:.75rem;margin-right:.3rem;line-height:2rem;}
.spe-music .fl .mus1 b{margin-right:.55rem}
.spe-music .fl .music .s1{width:.225rem;margin-top:.8125rem}
.spe-music .fl .music .s2{width:.2625rem;margin-top:.7rem}
.spe-music .fl .music .s3{width:.3375rem;margin-top:.625rem}
.spe-music .fl .s4{display:block;width:1.125;height:1.125rem;position:absolute;top:0.5rem;right:0.5rem;cursor:pointer;}
.spe-music .fl .s4 img{display:block;width:1.125;cursor:pointer;
  transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out; 
 }
.spe-music .fl .s4 img:hover{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}
.trans{opacity:0}
.s2trans{animation:trans 1s linear infinite;-moz-animation:trans 1s linear infinite;-webkit-animation:trans 1s linear infinite}
.s3trans{animation:trans 1s linear 0.3s infinite;-moz-animation:trans 1s linear 0.3s infinite;-webkit-animation:trans 1s linear 0.3s infinite}
@keyframes trans{0{opacity:0}
50%{opacity:1}
100%{opacity:0}
}
@-moz-keyframes trans{0{opacity:0}
50%{opacity:1}
100%{opacity:0}
}
@-webkit-keyframes trans{0{opacity:0}
50%{opacity:1}
100%{opacity:0}
}

.footer-nav {
    background-color: #ededed;
}
.margin-a {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
.footer-nav ul {
    box-sizing: border-box;
    padding: 0.5em 2% 0;
}
.footer-nav ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    background-color: #fff;
    border: 1px #c4c4c4 solid;
    border-radius: 0.3em;
    box-sizing: border-box;
    margin-bottom: 0.5em;
    text-align: center;
    padding: 0.5em 0;
}
.footer-nav ul li a {
    color: #555;
}
.footer-nav ul li h6 {
    font-size: 0.65em;
    font-family: '微软雅黑', Arial, sans-serif;
    margin-top: 0.3em;
    color: #9f9f9f;
}
.footer-nav ul .on {
    border: 1px #ff8400 solid;
}
.footer-nav ul .no-marginR {
    margin-right: 0;
}
.z-footer {
    height: 11.25rem;
    background-color: #1a4b8e;
}
.z-footer .main {
    height: 11.25rem;
    background: url(/images/ddd.png) no-repeat;
        background-size: auto auto;
    background-size: 100% 100%;
}
.z-footer .main .left {
    width: 43.59375%;
    margin-left: 8.40625%;
    padding-top: 0.825rem;
}
.left {
    float: left !important;
}
.z-footer .main .left .line1 {
    background: url(/images/dl_10.png) no-repeat;
        background-size: auto auto;
    background-size: 1.9125rem 1.6125rem;
}
.z-footer .main .left .line {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.6rem;
    margin-bottom: 0.55rem;
    color: #fff;
    padding-left: 2.2rem;
    white-space: nowrap;
}
.z-footer .main .left .line span {
    font-size: 0.825rem;
    color: #ffa759;
}
.z-footer .main .left .line2 {
    background: url(/images/dl_13.png) no-repeat;
        background-size: auto auto;
    background-size: 1.9125rem 1.6125rem;
}
.z-footer .main .left .pp {
    font-size: 0.6rem;
    white-space: nowrap;
    line-height: 1;
    color: #fff;
}
.z-footer .main .right {
    margin-top: 1.125rem;
    width: 26.25%;
    margin-right: 8.25%;
}
.z-footer .main .right img, .z-footer .main .right span {
    display: block;
    width: 100%;
    font-size: 0.65rem;
    text-align: center;
    line-height: 1rem;
    color: #fff;
}
.z-footer .main .right span {
    margin-top: 0.4rem;
    opacity: 0.7;
}
.footer-nav ul .on a {
    color: #ff8400;
}
.footer-nav ul .on a h6 {
    color: #ff8400;
}
.footer-mark ul {
    width: 96%;
    margin-left: 2%;
    overflow: hidden;
}
.footer-mark ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.footer-mark ul li:last-child {
    margin-right: 0;
}
.bottom-nav {
    overflow: hidden;
}
.bottom-nav li:first-child {
    border-left: none;
    width: 14%;
}
.bottom-nav li {
    float: left;
    width: 21.5%;
    box-sizing: border-box;
    border-left: 1px #292929 solid;
    font-size: 0.8em;
    border-right: 1px #b4b3b3 solid;
    text-align: center;
    margin-top: 1.2em;
    margin-bottom: 1em;
}
.bottom-nav li:last-child {
    border-right: none;
}
.fengge-line {
    height: 0.7em;
    background-color: #efefef;
    box-sizing: border-box;
    border: 1px #d4d4d4 solid;
	margin-top:1rem;
}
.topTEL {
    position: fixed;
    top: 0;
    max-width: 640px;
    z-index: 999;
    display: none;
}
.topTEL img {
    width: 100%;
}