.ssec {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec img {
    max-width: 100%;
    width: 100%;
}

.ssec-wrap {
    position: absolute;
}

.ssec .ssec-head {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffc600;
}
.ssec .ssec-subhead {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1%;
    color: #fff;
}
.ssec .ssec-txt {
    line-height: 1.5;
}
.ssec .ssec-note {
    font-size: .725rem;
    line-height: 1.5;
    color: #fff;
}

.ssec-rel .ssec-wrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}

.ssec-abs-center {
    top: 3%;
    left: 15%;
    right: 15%;
    text-align: center;
}

.ssec-1 .ssec-wrap {
    left: 17%;
    top: 32%;
    width: 25%;
    text-align: center;
}
.ssec-1 .ssec-head,
.ssec-1 .ssec-head2 {
    margin-bottom: 0;
    font-size: 2.15em;
    font-weight: 500;
}
.ssec-1 .ssec-txt {
    font-size: 1.25rem;
    width: 80%;
    margin: 0 auto;
    margin-top: .75rem;
    font-weight: bold;
}
.ssec-1 .ssec-head img {
    max-width: auto;
    width: initial;
}
.ssec-1 .ssec-fe {
    margin-top: 4rem;
}

.ssec-2 {
    background-color: #fff;
    padding: 4% 0;
}
.ssec-2 .ssec-item {
    padding-bottom: 1rem;
}
.ssec-2 .ssec-h {
    font-size: 1rem;
    background-color: #f8c206;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 0 0 10px 10px;
    color: #000;
}

.ssec-3 {
    color: #fff;
}

.ssec-4 .ssec-img {
    padding: 2rem 0;
    width: 80%;
    margin: 0 auto;
}
.ssec-4 .ssec-note {
    margin: .75rem auto;
    text-align: center;
}

.ssec-5 {
    background-color: #fff;
}
.ssec-5 .ssec-wrap {
    padding: 3rem 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.ssec-5 .ssec-head {
    font-weight: normal;
}

.ssec-6 {
    background-color: #000;
    color: #fff;
}

.ssec-8 .ssec-wrap {
    left: 15%;
    bottom: 10%;
    right: 45%;
}
.ssec-8 .ssec-subhead {
    color: #ffc600;
}
.ssec-8 .ssec-head {
    color: #fff;
}

.ssec-9 .ssec-wrap {
    top: 3%;
    left: 10%;
    right: 10%;
    text-align: center;
}

.ssec-10 .ssec-wrap {
    top: 3%;
    left: 10%;
    right: 10%;
    text-align: center;
}

.ssec-11 {
    background-color: initial;
}

.ssec-12{
   background-color: #fff;
   color: #000;
}
.ssec-12 .ssec-wrap {
    padding: 2rem 2.5rem;
}

.ssec-18 .ssec-note,
.ssec-19 .ssec-note {
    position: absolute;
    bottom: .5%;
    left: 10%;
    right: 10%;
    text-align: center;
}

.ssec-19 {
    background-color: #000;
}
.ssec-19 .ssec-wrap {
    padding: 3rem 0 5rem;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.ssec-19 .ssec-img {
    width: 60%;
    margin: 0 auto;
}

.landing-slider .slick-dots {
    /* position: absolute;
    bottom: 30px;
    width: 100%; */
    background-color: #fff;
    display: block;
    padding: 1rem 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0
}

.landing-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.landing-slider .slick-dots li button {
    display: block;
    cursor: pointer;
    border: none;
    outline: 0;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,.3);
    border-radius: 0;
    text-indent: -9999px;
    border-radius: 50%;
}

.landing-slider .slick-dots li button:focus,
.landing-slider .slick-dots li button:hover {
    outline: 0
}

.landing-slider .slick-dots li.slick-active button {
    background: #00a0e9
}

@media screen and (max-width: 1024px) {
    .ssec {
        font-size: .825rem;
    }
    .ssec-1 .ssec-txt {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 768px) {
    .ssec .ssec-wrap {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 15px;
    }
    .ssec .ssec-head {
        font-size: 1.5rem;
    }
    .ssec .ssec-subhead {
        font-size: 1rem;
        font-weight: normal;
    }
    .ssec .ssec-note {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        text-align: left;
        padding: 0 15px 15px;
    }
    .ssec-1 .ssec-wrap {
        width: 100%;
    }
}


/**/
.ssec-text-center {
    text-align: center;
}

.ssec-style-1 .ssec-wrap {
    position: absolute;
    top: 4%;
    left: 20%;
    right: 20%;
}

.ssec-style-2 .ssec-wrap {
    position: initial;
    width: 60%;
    margin: 0 auto;
    padding: 3% 0 2%;
}

.ssec-case {
    color: #000;
}
.ssec-case .ssec-wrap {
    position: absolute;
    top: 27%;
    left: 54%;
    right: 11%;
}

.ssec-case .ssec-txt {
    font-size: 4em;
    line-height: 1;
    margin-bottom: 0;
    font-weight: bold;
}

.ssec-case .ssec-i {
    position: absolute;
    font-size: 1.6em;
    text-align: center;
}
.ssec-case .ssec-i1 {
    top: 49%;
    left: 57%;
    right: 29%;
}
.ssec-case .ssec-i2 {
    top: 49%;
    left: 71%;
    right: 14%;
}
.ssec-case .ssec-i3 {
    top: 60.5%;
    left: 57%;
    right: 29%;
}
.ssec-case .ssec-i4 {
    top: 60.5%;
    left: 71%;
    right: 14%;
}

.ssec-protection .ssec-head,
.ssec-use .ssec-head,
.ssec-design .ssec-head,
.ssec-function .ssec-head {
    font-size: 3.5em;
}
.ssec-protection .ssec-txt,
.ssec-use .ssec-txt,
.ssec-design .ssec-txt,
.ssec-function .ssec-txt {
    font-size: 1.475em;
    line-height: 1.1;
}

.ssec-box {
    background-color: #fff;
    color: #000;
}
.ssec-box .ssec-head {
    font-size: 3em;
    color: #000;
}

.ssec-box .ssec-inbox {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 1.75em;
}
.ssec-box .ssec-inbox .ssec-f-i {
    width: 50%;
    padding: .2em .35em;
}
.ssec-box .ssec-inbox .ssec-f-i-ff {
    width: 100%;
    padding: .2em .35em;
}

@media screen and (max-width: 1024px) {
    .ssec {
        font-size: .825rem;
    }
}

@media screen and (max-width: 768px) {
    .ssec-case .ssec-wrap {
        top: 29%;
        left: 55%;
        right: 5%;
        padding: 0;
    }

    .ssec-case .ssec-i {
        font-size: 2vw;
    }
    .ssec-case .ssec-i1 {
        top: 49.5%;
        left: 59%;
        right: 29%;
    }
    .ssec-case .ssec-i2 {
        top: 49.5%;
        left: 75%;
        right: 9%;
    }
    .ssec-case .ssec-i3 {
        top: 61%;
        left: 58%;
        right: 28%;
    }
    .ssec-case .ssec-i4 {
        top: 61%;
        left: 76%;
        right: 9%;
    }

    .ssec-case .ssec-txt {
        font-size: 1.375em;
        color: #fff;
    }

    .ssec-style-1 .ssec-wrap {
        top: 10px;
        left: 10px;
        right: 10px;
        padding: 0;
    }

    .ssec-style-2 .ssec-wrap {
        width: initial;
        padding: 3% 10px;
    }

    .ssec-protection .ssec-head,
    .ssec-use .ssec-head,
    .ssec-design .ssec-head,
    .ssec-function .ssec-head,
    .ssec-box .ssec-head {
        font-size: 1.5em;
        margin-bottom: .25em;
    }
    .ssec-protection .ssec-txt,
    .ssec-use .ssec-txt,
    .ssec-design .ssec-txt,
    .ssec-function .ssec-txt {
        font-size: .9em;
    }

    .ssec-box .ssec-wrap {
        padding: 3% 0;
    }
    .ssec-box .ssec-inbox {
        font-size: .96em;
    }
    .ssec-box .ssec-inbox .ssec-f-i {
        padding: .2em .2em;
    }
    .ssec-box .ssec-inbox .ssec-f-i-ff {
        padding: .2em .2em;
    }
}

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