.m-show {
    display: none !important;
}







/*comfortStory*/
.comfortStory {
    margin: 60px auto 0;
}

.comfortStory-title {
    text-align: center;
}

.comfortStory-title h2 {
    font-size: 30px;
    font-weight: bold;
    color: #c6092d;
}



.comfortStory-title h3 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    margin-top: 25px;
}
.comfortStory-title h3:before, .comfortStory-title h3:after{
    position: absolute;
    content: '';
    width: 44px;
    height: 12px;
    top: 50%;
    background-image: url(../img/comfortStory/title_line.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.comfortStory-title h3:before{
    left: -15px;
    transform: translate(-100%, -50%);
}
.comfortStory-title h3:after{
    right: -15px;
    transform: translate(100%, -50%);
}

.comfortStory-title p {
    font-size: 18px;
    color: #333;
    margin-top: 35px;
    line-height: 35px;
}

.comfortStory .comfortStory-content {
    position: relative;
    overflow: hidden;
    font-size: 14PX;
    line-height: 30px;
    padding: 45px 0;
    text-align: justify;
}

.comfortStory-content.center {
    max-width: 1200px;
    margin: auto;
    text-align: justify;
}

.comfortStory-content img {
    display: block;
    width: 100%;
    height: auto;
}

.comfortStory-content .left {
    position: relative;
    width: 50%;
    float: left;
}

.comfortStory-content .right {
    position: relative;
    width: 50%;
    float: right;
}

.comfortStory-content .text {
    position: absolute;
    top: 50%;
}

.comfortStory-content .right.text {
    left: 50%;
}

.comfortStory-content .text div {
    position: absolute;
    width: 77.77777%;
    transform: translateY(-50%);
}

.comfortStory-content .left.text div {
    right: 9.77777%;
}

.comfortStory-content .right.text div {
    left: 9.77777%;
}

.comfortStory-content .text h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.comfortStory-content .text span {
    color: #c6092d;
}

.comfortStory-content .text p {
    line-height: 28px;
}

.comfortStory-content .cover-content {
    max-width: 1200px;
    margin: auto;
}


/*system*/
.system {
    position: relative;
    width: 400px;
    height: 280px;
    margin: 40px auto 0;
}

.system p {
    position: absolute;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.system .system-list > div {
    position: absolute;
}

.system .s-left {
    text-align: right;
    left: -15px;
    transform: translateX(-100%);
}

.system .s-right {
    text-align: left;
    right: -15px;
    transform: translateX(100%);
}

.system .s-top {
    top: 32px;
}

.system .s-bottom {
    top: 222px;
}

.system h5 {
    font-size: 18px;
    font-weight: 500;
}

.system h6 {
    line-height: 24px;
    margin-top: 12px;
}


/*flow*/
.flow {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    line-height: 20px;
    margin-top: 20px;
}

.flow li {
    position: relative;
    float: left;
    width: 33.33333%;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 12px;
}

.flow em {
    position: absolute;
    display: block;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background-color: #c6092d;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.flow h6 {
    color: #939393;
    margin: 5px 0 10px;
}


/*bottom*/
.comfortStory-content.bottom{
    padding: 0 !important;
}
.comfortStory-content.bottom p {
    position: absolute;
    width: 100%;
    bottom: 70px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}


/*list*/
.comfortStory .comfortStory-list {
    position: relative;
    max-width: 1200px;
    overflow: hidden;
    padding: 40px 20px 0;
    margin: auto;
    margin-bottom: 20px;
}

.comfortStory .comfortStory-list li {
    float: left;
    width: 31.25%;
    height: auto;
    padding-bottom: 40px;
    background-color: rgba(248, 248, 248, 1);
    cursor: pointer;
    margin-right: 3.125%;
    margin-bottom: 20px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.comfortStory .comfortStory-list a:nth-child(3n) li {
    margin-right: 0;
}

.comfortStory .comfortStory-list img {
    width: 100%;
    height: auto;
    display: block;
}

.comfortStory .comfortStory-list div {
    position: relative;
    height: auto;
    padding: 30px 30px 95px;
    box-sizing: border-box;
}

.comfortStory .comfortStory-list h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.comfortStory .comfortStory-list p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.comfortStory .comfortStory-list span {
    position: absolute;
    bottom: 0;
    padding: 0 40px;
    border: 1px solid #c6092d;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    font-weight: bold;
    color: #c6092d;
    display: inline-block;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.comfortStory .comfortStory-list li:hover {
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}

.comfortStory .comfortStory-list li:hover span {
    background-color: #c6092d;
    color: #fff;
}

.comfortStory .comfortStory-list a:nth-child(-n+3) li {
    margin-bottom: 50px;
}



























/*list1*/
.list1 .c1 .right {
    position: absolute;
    width: 39.16666%;
    right: 5.8%;
    top: 50%;
    transform: translateY(-50%);
}

.list1 .c2 {
    text-align: center;
    padding-bottom: 80px;
}

.list1 .c3 {
    background-color: #f8f8f8;
}

.list1 .c3 .cover-content {
    max-width: 965px;
}

.list1 .c4 {
    padding: 45px 0 0;
}

.list1 .c5,
.list1 .c6 {
    padding: 0;
}

.list1 .c7 {
    padding: 0 0 45px;
}


/*list2*/
.list2 .c1{
    padding: 0;
    background-color: #f8f8f8;
    margin: 40px 0;
}
.list2 .c2 {
    text-align: center;
    padding-bottom: 80px;
}
.list2 .c3 {
    background-color: #f8f8f8;
}
.list2 .c4 {
    padding: 45px 0 0;
}

.list2 .c5{
    padding: 0;
}

.list2 .c6 {
    padding: 0 0 45px;
}


/*list3*/
.list3 .c1{
    padding: 0;
    background-color: #f8f8f8;
    margin: 40px 0 0;
}
.list3 .c2 {
    max-width: 1000px;
    text-align: center;
    padding-bottom: 0;
}
.list3 .c2 p{
    font-size: 18px;
}
.list3 .c2 .left, .list3 .c2 .right{
    width: 480px;
    height: 300px;
    background-color: #f8f8f8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: justify;
    box-sizing: border-box;
    padding: 50px;
}
.list3 .c2 h2{
    color: #c6092d;
    font-size: 18px;
}
.list3 .c2 h2, .list3 .c2 h3{
    position: relative;
    padding-left: 30px;
}
.list3 .c2 span{
    font-size: 18px;
    display: block;
    position: absolute;
    left: 0;
}
.list3 .c2 em{
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: #f8f8f8 transparent transparent #f8f8f8;
    left: 0;
    top: 100%;
}
.list3 .c3{
    text-align: center;
}
.list3 .c3 p{
    font-size: 18px;
}
.list3 .c3 h2{
    font-size: 30px;
    color: #c6092d;
    line-height: 42px;
    font-weight: bold;
    margin-top: 20px;
}
.list3 .c4{
    background-color: #000;
    padding: 0;
    color: #fff;
}
.list3 .c4 .right.text div{
    left: auto;
    max-width: 500px;
}
.list3 .c4 .text span{
    font-weight: bold;
}
.list3 .c4 img{
    width: 540px;
    float: right;
}
.list3 .c5 {
    padding: 45px 0 0;
}

.list3 .c6{
    padding: 0;
}

.list3 .c7 {
    padding: 0 0 45px;
}


/*list4*/
.list4 .comfortStory-content.title{
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    background-color: #c6092d;
    text-align: center;
}
.list4 .comfortStory-content.float{
    max-width: 1000px;
    margin: auto;
}
.list4 .float .figure{
    width: 60%;
}
.list4 .float .text{
    width: 35%;
}
.list4 .float .text div{
    left: auto;
    right: auto;
}
.list4 .float .right.text{
    left: 65%;
}
.list4 .float .text div{
    width: 100%;
}
.list4 .c1{
    padding: 0;
    background-color: #f8f8f8;
    margin-top: 40px;
}
.list4 .c2{
    text-align: center;
    padding-bottom: 80px;
}
.list4 .c3{
    background-color: #f8f8f8;
}

.list4 .c13{
    text-align: center;
}
.list4 .c13 h2{
    display: inline-block;
    color: #c6092d;
    padding: 10px 30px;
    background-color: #f8f8f8;
    border-radius: 30px;
    margin-top: 20px;
    font-weight: bold;
}
.list4 .c6, .list4 .c7, .list4 .c8, .list4 .c14, .list4 .c15, .list4 .c18{
    margin-top: -40px !important;
}


/*list5*/
.list5 .c1{
    padding: 0;
    background-color: #f8f8f8;
    margin: 40px 0 0;
}
.list5 .c2{
    text-align: center;
}
.list5 .c3 {
    background-color: #f8f8f8;
}
.list5 .txt-center{
    max-width: 800px;
}
.list5 .txt-center h2{
    font-size: 30px;
    text-align: center;
    line-height: normal;
}
.list5 .txt-center span{
    color: #c6092d;
}
.list5 .txt-center p{
    margin-top: 30px;
}
.list5 .txt-center h3{
    margin-top: 10px;
    padding: 18px 40px;
    background-color: #f8f8f8;
    color: #c6092d;
    font-weight: bold;
    border-radius: 40px;
}


/*list6*/
.list6 .c1 img{
    max-width: 1000px;
    margin: auto;
}
.list6 .c1 p{
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
}
.list6 .c2, .list6 .c3{
    padding: 0;
    background-color: #f8f8f8;
}
.list6 .c4{
    text-align: center;
}
.list6 .c5{
    background-color: #f8f8f8;
}
.list6 .c6 {
    padding: 45px 0 0;
}

.list6 .c7, .list6 .c8{
    padding: 0;
}

.list6 .c9 {
    padding: 0 0 45px;
}








@media screen and (max-width: 1080px) {
    .comfortStory-content .text p{
        line-height: 22px;
    }
    
}









@media screen and (max-width: 1023px) {
    .m-hide {
        display: none !important;
    }

    .m-show {
        display: block !important;
    }

    /*comfortStory*/
    .comfortStory .comfortStory-list p{
        font-size: 14px;
    }
    .comfortStory .comfortStory-content {
        padding: 30px 15px;
    }

    .comfortStory .comfortStory-list li {
        width: 47%;
        margin-right: 6% !important;
    }

    .comfortStory .comfortStory-list a:nth-child(2n) li {
        margin-right: 0 !important;
    }
    .comfortStory .comfortStory-list div{
        padding-bottom: 70px;
    }

    .comfortStory-title h2 {
        font-size: 20px;
    }

    .comfortStory-title h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    .comfortStory-title p {
        font-size: 16px;
        margin-top: 20px;
    }

    .comfortStory .comfortStory-content {
        line-height: 28px;
    }

    .comfortStory-content .left,
    .comfortStory-content .right {
        width: 100%;
        float: none;
    }
    .comfortStory-content .left:last-child,
    .comfortStory-content .right:last-child {
        margin-top: 20px;
    }
    .comfortStory-content .text{
        position: relative;
        top: 0;
    }
    .comfortStory-content .text div, .comfortStory-content .right.text{
        position: relative;
        width: 100%;
        left: auto;
        transform: translateZ(0);
    }
    .comfortStory-content .left.text div, .comfortStory-content .right.text div{
        left: auto;
        right: auto;
    }
    .comfortStory-content .text p{
        line-height: 28px;
    }

    /*system*/
    .system {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        margin-top: 30px;
    }

    .system-circle {
        position: relative;
        width: 150px;
        height: 150px;
        background-color: #c6092d;
        border-radius: 50%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 0px 20px 0px rgba(198, 9, 45, 0.35);
        z-index: 1;
    }

    .system p {
        position: absolute;
        width: 150px;
        height: auto;
        font-size: 20px;
        color: #fff;
        line-height: 28px;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .system .system-list {
        position: relative;
        background-color: #f8f8f8;
        padding: 65px 20px 20px;
        margin-top: -50px;
        z-index: 0;
    }

    .system .system-list > div {
        padding-left: 30px;
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: translateZ(0) !important;
        text-align: left;
    }
    .system .system-list > div:before, .system .system-list > div:after{
        position: absolute;
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-color: #c6092d;
        border-radius: 10px;
        z-index: 1;
        left: 5px;
        top: 8px;
    }
    .system .system-list > div:after{
        width: 20px;
        height: 20px;
        z-index: 2;
        opacity: .2;
        left: 0px;
        top: 3px;
    }

    .system h5 {
        color: #c6092d;
    }

    .system h6 {
        margin: 5px 0 15px;
    }
    
    
    
    /*flow*/
    .flow li{
        width: 100%;
    }


    /*list1*/
    .list1 .c1 .right {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateZ(0);
        margin-top: 20px;
    }
    
    /*list3*/
    .list3 .c1{
        padding: 0 0 30px;
    }
    .list3 .c1 p{
        padding: 0 15px;
    }
    .list3 .c2{
        padding-bottom: 0;
    }
    .list3 .c2 .left, .list3 .c2 .right{
        width: 100%;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .list3 .c2 .left{
        margin-bottom: 60px;
    }
    .list3 .c4{
        padding-top: 0;
    }
    .list3 .c4 img{
        max-width: 540px;
        width: 100%;
        float: none;
        margin: auto;
    }
    .list3 .c4 .right.text div{
        max-width: 100%;
    }
    
    
    /*list4*/
    .list4 .float .figure, .list4 .float .text{
        width: 100%;
    }
    .list4 .float .right.text{
        left: auto;
    }
    .list4 .c1{
        padding: 0 0 30px;
    }
    .list4 .c1 p{
        padding: 0 15px;
    }
    
    
    .list4 .c6, .list4 .c7, .list4 .c8, .list4 .c14, .list4 .c15, .list4 .c18{
        margin-top: 0 !important;
    }
    
    
    /*list5*/
    .list5 .c1{
        padding: 0 0 30px;
    }
    .list5 .c1 p{
        padding: 0 15px;
    }
    
    /*list6*/
    .list6 .c2{
        padding: 0 0 30px;
    }
    .list6 .c3{
        padding: 30px 0;
    }
    .list6 .c2 p, .list6 .c3 p{
        padding: 0 15px;
    }
    
    
}






@media screen and (max-width: 767px) {
    /*comfortStory*/
    .comfortStory .comfortStory-list li {
        float: none;
        width: 100%;
        height: auto;
    }
    .comfortStory-content.bottom p{
        font-size: 16px;
        line-height: 30px;
    }
    
    
    /*list3*/
    .list3 .c2 p{
        font-size: 14px;
    }
    .list3 .c2 .left, .list3 .c2 .right{
        padding: 20px;
    }
    .list3 .c3 h2{
        font-size: 20px;
        line-height: 28px;
    }
    
    
    /*list4*/
    .list4 .comfortStory-content.title{
        font-size: 24px;
    }
    
    
    /*list5*/
    .list5 .txt-center h3{
        padding: 10px 20px;
        border-radius: 20px;
    }
    
    
    
    
    
    
    
}





@media screen and (max-width: 360px) {
    .comfortStory-content.bottom p{
        font-size: 14px;
        bottom: 20px;
    }
}

























