/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*banner */
#content {
    border: 0px solid #000fff;
    height: 320px;
    background-image: url(../image/head.jpg);
    background-repeat: repeat;
}

#content1 {
    border: 0px solid #000fff;
    height: 320px;
    background-image: url(../image/Contact.jpg);
    background-repeat: repeat;
}

#content2 {
    border: 0px solid #000fff;
    height: 700px;
    background-image: url(../image/Brand-banner.jpg);
    background-repeat: repeat;
}

#content3 {
    border: 0px solid #000fff;
    height: 320px;
    background-image: url(../image/Join%20us.jpg);
    background-repeat: repeat;
}

#content4 {
    border: 0px solid #000fff;
    height: 700px;
    background-image: url(../image/about.jpg);
    background-repeat: repeat;
}

#content5 {
    border: 0px solid #000fff;
    height: 320px;
    background-image: url(../image/Products-banner.jpg);
    background-repeat: repeat;
}

#content6 {
    border: 0px solid #000fff;
    height: 320px;
    background-image: url(../image/Tigas-banner.jpg);
    background-repeat: repeat;
}

.w_w {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.mTe {
    width: auto;
    height: 136px;
    line-height: 135px;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft Yahei;
    color: #000000;
    font-weight: normal;
}

.mTi_Img {
    width: 980px;
    overflow: hidden;
}

.mTe_k {
    width: 980px;
    overflow: hidden;
    padding-top: 25px;
    line-height: 40px;
}

/* 首页视频模块样式 */
.index_main .section4 {
    width: 100%;
    height: 100%;
    background: url(../image/index-video.jpg) no-repeat;
    background-size: 100% 100%;
}

.wrap4 .wrap4-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.wrap4-inner .wrap4-title {
    font-size: 30px;
    color: #656565;
    text-align: center;
    margin: 80px 0 50px;
}



.wrap4-inner .bd li {
    width: 900px;
    height: 450px;
    margin: 0 auto;
}

.wrap4-inner .bd .video iframe {
    height: 100%;
    width: 100%;
}



.wrap4-inner .bd li p {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 90px;
    text-align: center;
}




/* 视频样式结束 */


/* 荣誉资质样式 */
.wrap5-title {
    font-size: 24px;
    margin: 2px 0 80px;
    text-align: center
}

.wrap5 .wrap5-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}

.wrap5-list {
    /* padding: 0 30px */
    ;
}

.wrap5-list ul li {
    float: left;
    margin: 10px;
    width: 155px;
}

.wrap5-list ul li img {
    max-width: 100%;
}

.wrap5-list li p.wrap5-subtitle {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 30px;
    margin-top: 20px;
    font-family: Microsoft Yahei;
}

.wrap5-list li p.wrap5-time {
    font-size: 12px;
    color: #969696;
}

.wrap5-list ul li img {
    width: 100%;
}

/* 结束 */

/* 首页 */
.index_main {
    background: #f7f7f7;
}

.index_main .section1 {
    position: relative;
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.index_main .section1 .index_banner .item .inner .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_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px;
}

.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}

.index_main .section1 .left {
    left: 0;
}

.index_main .section1 .right {
    right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
    background-image: url(image/ban_prev.png);
    left: 60px;
}

.index_main .section1 .slick_txt .next {
    background-image: url(image/ban_next.png);
    right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
    background-image: url(image/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
    background-image: url(image/ban_next_hover.png);
}

.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
    font-family: "Myriad Pro", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
    margin-right: 0;
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    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;
}

.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.index_main .section-2 {
    background: #f5f5f5;
}

.index_main .section-2 h3 {
    text-align: center;
}

.index_main .section-2 {
    width: 100%;
    height: 100%;
    background: url(../image/index-banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.index_main .section-3 {
    width: 100%;
    height: 100%;
    background: url(../image/index-banner-2.jpg) no-repeat;
    background-size: 100% 100%;
}

.index_main .section-4 {
    width: 100%;
    height: 100%;
    background: url(../image/index-banner-3.jpg) no-repeat;
    background-size: 100% 100%;
}

.index_main .bg {
    background: #fffff url(../image/Honor) no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.index_main .textBox {
    margin: 170px 50px -170px;
    color: #474443;
    text-align: justify;
}

.index_main .textBox1 {
    top: 30%;
    margin-top: 23rem;
    color: #FEFEFE;
    padding-left: 20px;
    text-align: center
}

.index_main .textBox .v0507 {
    left: 13%;
    right: 50%;
    margin: 0;
}

.index_main .textBox .v0507 p {
    text-align: left;
}

.t1 {
    font-size: 2.5rem;
    line-height: 0rem;
}

.t1-1 {
    /* font-size: 2.5rem; */
    line-height: 0rem;
}

.t2 {
    letter-spacing: 2px;
    /* font-size: 4rem; */
    line-height: 2.3rem;
}

.t3 {
    font-size: 2.4rem;
    line-height: 0.8rem;
    margin-bottom: 6px;
}

.t4 {
    font-size: 1.09rem;
    margin-bottom: -7px;
    /* text-align:left; */
    /* padding-left: 60px; */
}

.t5 {
    font-size: 1.09rem;
    margin-bottom: 0px;
    /* text-align:left; */
}

.t7 {
    font-size: 1.09rem;
    margin-bottom: -7px;
    padding-left: 60px;
}

.index_main .textBox .v0507 hr {
    width: 3.75rem;
    margin: 1.75rem 0 2.5rem;
    border-color: #f3b019;
}

.index_main .textBox .v0507 .t3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #eca300;
}

.index_main .section3 h3 {
    text-align: center;
}

.index_main .section4 {
    background: #f5f5f5;
}

.index_main .section4 h3 {
    text-align: center;
}

/* 加盟合作 */

.join-container {
    width: 100%;
    min-width: auto;
}

.join-inner {
    width: auto;
    margin: auto;
    text-align: center
}

.join-inner .t1 {
    font-size: 1.5rem;
    line-height: 4.25rem;
    color: #FFFFFF;
    margin-bottom: 0.625rem;
}

.join-inner .t2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    line-height: 2rem;
}

.join-inner .t3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #fff;
    line-height: 1.5625rem;
}

.join-inner .t4 {
    line-height: 1.75rem;
    font-size: 0.975rem;
    color: rgba(255, 255, 255, 0.60);
}

.join-advantage-f1 {
    padding: 6.875rem 0 9.5rem;
    background: #f1f1f1;
}

.join-advantage-f1.operational {
    padding-top: 8rem;
    background: url(../image/Join%20us7.jpg) no-repeat center top;
    height: 43.75rem;
    background-size: cover;
}

.join-advantage-f1 .t1 {
    color: #201D1C;
}

.join-advantage-f1 .t4 {
    color: #717171;
    width: auto;
    margin: auto;
    margin-bottom: 6.25rem;
}

.advantage-imgs,
.sleep-tech-imgs,
.sleep-advisor-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.advantage-imgs>img {
    width: 29%;
    height: 13%;
}

.sleep-tech-imgs {
    width: 73.75rem;
    margin: 3.75rem auto 5rem;
}

.sleep-tech-imgs>img {
    width: 4.25rem;
    height: 4.25rem;
}

.join-advantage-f2 {
    background: url(../image/Join.png) no-repeat center center;
    background-size: cover;
    padding: 8.125rem 0 10rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.join-advantage-f2.join-advantage-new1 {
    background: #fff;
}

.join-advantage-f2.join-advantage-new1 .t1 {
    color: #201D1C;
}

.join-advantage-f2 .t4 {
    color: #fff;
    width: auto;
    opacity: 0.6;
    margin: auto;
}

.join-advantage-f2 .join-inner-c2 {
    height: auto;
}

.join-advantage-f2 .join-inner-c2 .desc-f4-img {
    margin-top: 0.25rem;
}

.join-advantage-f2 .join-inner-c2 .desc-f4-img img {
    margin-bottom: 2rem;
}

.join-advantage-f2.join-advantage-new1 .t4 {
    color: #717171;
    opacity: 1;
}

.join-advantage-f2.join-advantage-new1 .join-inner .t3 {
    color: #201D1C;
}

.join-advantage-f2.join-advantage-new1 .img-item img {
    width: 6.75rem;
    height: 6.75rem;
}

.join-advantage-f2 .advantage-imgs {
    margin-top: 6.75rem;
}

.join-advantage-f2 .img-item {
    width: 16.25rem;
    height: 12.8125rem;
}

.join-advantage-f2 .img-item .t4 {
    opacity: 0.6
}

.join-advantage-f2 .img-item img,
.join-laws-f2 .img-item img {
    display: block;
    width: 4.25rem;
    height: 4.25rem;
    margin: 0 auto 1rem;
}

.join-advantage-f3 {
    background: #f1f1f1;
    padding: 5rem 0 8.25rem;
    position: relative;
    z-index: 1;
}

.join-advantage-f3 .t1 {
    color: #201D1C;
    margin-bottom: 3.125rem;
}

.join-advantage-f3 .dotation {
    bottom: 2.5rem;
}

.join-advantage-f3 .dotation .dot {
    border-color: #333;
}

.join-advantage-f3 .swiper-container .swiper-slide {
    width: 46.25rem;
    height: 23.125rem;
    background: url(../img地址);
    background-size: 100% 100%;
    margin-right: 3.125rem !important;
    overflow: hidden;
}

.join-advantage-f3 .swiper-container .imgItem {
    width: 22.5rem;
    height: 100%;
    float: left;
}

.join-advantage-f3 .swiper-container .itemText {
    height: 100%;
    float: right;
    width: 20rem;
    margin-right: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}

.join-advantage-f3 .itemText p {
    color: #fff;
    text-align: left;
}

.join-advantage-f3 .itemText .t2 {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.join-advantage-f3 .itemText .t4 {
    opacity: 0.6;
    margin-bottom: 2rem;
}

.join-advantage-f3 .itemText .t3 {
    text-align: right;
    width: 100%;
}

.banner.join-laws {
    background-image: url(../img地址)
}

.join-laws-f2 {
    background: url(../img地址) no-repeat center center;
    background-size: auto 100%;
}

.join-laws-f2 .join-inner {
    padding: 3.75rem 0;
}

.join-laws-f2 .join-inner .t1 {
    color: #201D1C;
    margin-bottom: 3.125rem;
}

.join-laws-f2 .join-inner-c1 .t4 {
    color: #717171;
}

.join-laws-f2 .img-item {
    height: 10.875rem;
}

.join-laws-f2 .t2 {
    color: #fff;
    font-size: 3rem;
    line-height: 4.25rem;
    margin-bottom: 1.125rem;
}

.join-inner-c1 {
    height: 18.125rem;
}

.join-inner-c2 {
    height: 64rem
}

.join-inner-c1 .jion-terms {
    width: 73.75rem;
    overflow: hidden;
    margin: auto;
}

.join-inner-c1 .jion-terms p {
    width: 50%;
    float: left;
    padding-left: 1.375rem;
    line-height: 1.375rem;
    font-size: 1rem;
    color: #717171;
    margin-bottom: 0.9375rem;
    white-space: nowrap;
    text-align: left;
    background: url(../img地址) no-repeat 0 center;
    background-size: 12px;
}

.join-inner-c2 {
    padding-top: 3.5rem;
}

.join-inner-c2 .desc-f4-img {
    /*     width: 73.75rem;
        padding: 0;
        background: none;
        margin: 3rem auto 0; */
}

.join-inner-c2 .desc-f4-img img {
    /*     margin: 0;
        float: none;
        height: 8.75rem;*/
}

.join-inner-c2 .desc-f4-img .t4 img {
    width: 1.5625rem;
    height: 1.5625rem;
    vertical-align: middle;
    margin-right: 0.75rem;
    float: none;
    margin-bottom: 0;
}

.join-inner-c2 .desc-f4-img .t4 span {
    margin-right: 2.5rem;
}

.join-inner-c2 .desc-f4-img table {
    width: 100%;
}

/* .join-inner-c2 .desc-f4-img td{
    padding: 0 0.3125rem;
} */

.join-inner-c2 .desc-f4-img td p {
    text-align: center;
    line-height: 1.375rem;
    color: #ffffff;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
}

.join-laws-f3 .join-inner {
    padding: 3.75rem 0 6.25rem;
}

.join-laws-f3 .join-inner .t1 {
    color: #201D1C;
}

.join-flow {
    width: 700px;
    margin: 2.25rem auto 0;
    padding-top: 25px;
}

.join-flow .flow-item {
    width: 100%;
    height: 100px;
    margin: 0 0 54px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(151, 151, 151, 0.5);
}

.join-flow .flow-item .t3 {
    margin-top: 32px;
    font-size: 18px;
    color: #201D1C;
    margin-bottom: 5px;
    line-height: 25px;
}

.contact-table {
    width: 88.75rem;
    margin: 0 auto 10rem;
}

.join-laws-f3>.t1 {
    font-size: 3rem;
    line-height: 4.25rem;
    margin-bottom: 3.75rem;
    text-align: center;
}

.contact-table th {
    background: rgba(216, 216, 216, 0.24);
    color: #201D1C;
}

.contact-table th,
.contact-table td {
    border: 1px solid #979797;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;
    width: 25%;
    padding: 1.75rem 0;
}

.contact-table td {
    color: #717171;
}

.join-flow .flow-item .t4 {
    font-size: 12px;
    color: #717171;
    line-height: 17px;
}

.join-flow .flow-item:after {
    content: '';
    position: absolute;
    border-right: 1px dashed #979797;
    height: 32px;
    width: 1px;
    left: 50%;
    margin-left: -1px;
    bottom: -32px;
}

.join-flow .flow-item i {
    width: 48px;
    height: 48px;
    background: url(../img地址) no-repeat center center;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: -25px;
    font-size: 24px;
    color: #EED8AB;
    line-height: 48px;
    text-align: center;
    font-style: normal;
}

.join-flow .flow-item:last-child {
    margin-bottom: 0;
}

.join-flow .flow-item:last-child:after {
    display: none;
}

/* 加盟合作结束 */

.product-wrap6 {}

.product-wrap6 .product-ys {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.product-wrap6 .product-ys img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 1600px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 28px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 60px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 24px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 40px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 18px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1366px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 26px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 16px;
    }

    .index_main .section1 .index_banner .slick-arrow {
        background-size: auto 30px;
    }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 15px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 18px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .index_main .section1 .index_banner .item {
        height: 100vh;
    }

    .index_main .section1 .index_banner .item .inner .block_txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 20px;
        top: 33%;
    }

    .index_main .section1 .index_banner .slick-arrow {
        display: none !important;
    }

    .index_main .section1 .index_banner .slick-dots {
        position: absolute;
        bottom: 12px;
    }

    .index_main .section1 .index_banner .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .index_main .section1 .index_banner .slick-dots li button {
        display: none;
    }

    .index_main .section1 .index_banner .slick-dots li.slick-active {
        background: #fff;
    }

    .index_main .section1 .number {
        bottom: 12%;
        display: none;
    }

    .index_main .section1 .number span {
        margin-right: 22px;
    }

    .index_main .section1 .number span:after {
        bottom: -14px;
    }

}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}



/* 商业合作以及收尾 */
.wrap6 {
    height: 365px;
    background: #f7f7f8;
    font-family: Microsoft Yahei;
}

.wrap6 .wrap6-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 150px;
}

.wrap6 .wrap6-inner p {
    font-size: 20px;
    color: #585858;
    margin-bottom: 50px;
}

.wrap6 .wrap6-inner .wrap6-more {
    display: block;
    width: 80px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #585858;
    color: #ccbba3;
    font-size: 15px;
}

.wrap6 .wrap6-inner .wrap6-more:hover {
    color: #fff;
}

.ch-gradient {
    background-image: linear-gradient(135deg, #b224ef 10%, #7579ff 100%);
    width: 280px;
    left: 30px;
    height: auto;
    position: relative;
}
