.font {
    font-family: lato,sans-serif;
}

.wrap960 {
    width: 960px;
    margin: 0 auto;
}

@media screen and (max-width:960px) {
    .wrap960 {
        width: 100%;
    }
}

header {
    position: relative;
}

    header .slider .banner {
        height: 1040px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }

@media screen and (max-width:960px) {
    header .slider .banner {
        height: 600px;
    }
}

@media screen and (max-width:450px) {
    header .slider .banner {
        height: 450px;
    }
}

header .slider .banner.one {
    background-image: url(../../images/EN/index_banner01.jpg);
}

header .slider .banner.two {
    background-image: url(../../images/EN/index_banner02.jpg);
}

header .slider .banner.three {
    background-image: url(../../images/EN/index_banner03.jpg);
}

    header .slider .banner.three .slogan {
        width: 655px;
    }

@media screen and (max-width:1200px) {
    header .slider .banner.three .slogan {
        width: 550px;
        margin-left: -400px;
    }
}

@media screen and (max-width:960px) {
    header .slider .banner.three .slogan {
        width: 50%;
        margin-left: -25%;
    }
}

@media screen and (max-width:800px) {
    header .slider .banner.three .slogan {
        width: 70%;
        margin-left: -35%;
    }
}

@media screen and (max-width:450px) {
    header .slider .banner.three .slogan {
        width: 90%;
        margin-left: -45%;
    }
}

header .slider .banner.four {
    background-image: url(../../images/EN/index_banner04.jpg);
}

header .slider .banner .slogan {
    width: 540px;
    background: rgba(255,255,255,.7);
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -530px;
}

    header .slider .banner .slogan img {
        width: 100%;
    }

@media screen and (max-width:1200px) {
    header .slider .banner .slogan {
        width: 450px;
        margin-left: -400px;
    }
}

@media screen and (max-width:960px) {
    header .slider .banner .slogan {
        width: 40%;
        margin-left: -20%;
    }
}

@media screen and (max-width:800px) {
    header .slider .banner .slogan {
        width: 60%;
        margin-left: -30%;
    }
}

@media screen and (max-width:450px) {
    header .slider .banner .slogan {
        width: 80%;
        margin-left: -40%;
    }
}

header .slider .slick-dots {
    position: absolute;
    bottom: 300px;
    left: 50%;
    list-style: none;
    margin: 0 0 0 -65px;
    padding: 0;
    z-index: 2;
}

@media screen and (max-width:960px) {
    header .slider .slick-dots {
        bottom: 100px;
    }
}

@media screen and (max-width:450px) {
    header .slider .slick-dots {
        bottom: 50px;
    }
}

header .slider .slick-dots li {
    float: left;
    padding: 0;
    margin: 0 25px 0 0;
}

    header .slider .slick-dots li:last-child {
        margin-right: 0;
    }

    header .slider .slick-dots li button {
        text-indent: -9999px;
        width: 14px;
        height: 14px;
        vertical-align: top;
        background: #fff;
        padding: 0;
        border: 0;
        box-shadow: 5px 0 10px rgba(0,0,0,.21);
        -webkit-transition: .2s;
        transition: .2s;
        outline: 0;
    }

    header .slider .slick-dots li.slick-active button {
        background: #61594c;
    }

header:after {
    content: "";
    display: block;
    width: 100%;
    height: 210px;
    left: 0;
    bottom: 0;
    background: url(../../images/EN/index_banner_mask.png) repeat-x;
    position: absolute;
}

.news {
    width: 500px;
    height: 200px;
    margin: -250px auto 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

@media screen and (max-width:960px) {
    .news {
        margin-top: 30px;
        box-shadow: none;
        width: 90%;
    }
}

.news .newsSlider .slick-next, .news .newsSlider .slick-prev {
    width: 36px;
    height: 36px;
    background-color: #eaddc5;
    position: absolute;
    bottom: -18px;
    text-indent: -9999px;
    border: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .2s;
    transition: .2s;
    outline: 0;
}

    .news .newsSlider .slick-next:hover, .news .newsSlider .slick-prev:hover {
        background-color: #dcc7a0;
    }

.news .newsSlider .slick-prev {
    background-image: url(../../images/EN/arrow_prev.svg);
    right: 70px;
}

.news .newsSlider .slick-next {
    background-image: url(../../images/EN/arrow_next.svg);
    right: 30px;
}

.news .newsSlider .slick-disabled {
    background-color: #d3d3d3;
    background-blend-mode: overlay;
}

    .news .newsSlider .slick-disabled:hover {
        background-color: #d3d3d3;
    }

.news .newsBlock {
    position: relative;
    z-index: 2;
    background: #fff;
}

    .news .newsBlock .newsImg {
        width: 205px;
        height: 205px;
        float: left;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 30px;
    }

@media screen and (max-width:500px) {
    .news .newsBlock .newsImg {
        width: 100px;
        height: 100px;
        margin-bottom: 40px;
    }
}

.news .newsBlock .wrap {
    padding: 30px;
}

@media screen and (max-width:500px) {
    .news .newsBlock .wrap {
        padding: 0;
    }
}

.news .newsBlock h3 {
    font-size: 24px;
    margin: 0 0 23px 0;
    font-weight: 400;
    display: block;
    height: 60px;
    overflow: hidden;
    color: #3c3934;
    line-height: 1.2;
}

@media screen and (max-width:500px) {
    .news .newsBlock h3 {
        font-size: 18px;
        height: 42px;
        margin-bottom: 10px;
    }
}

.news .newsBlock hr {
    border: 0;
    display: block;
    background: #eaddc5;
    width: 80px;
    height: 5px;
    margin: 0 0 15px 0;
}

@media screen and (max-width:500px) {
    .news .newsBlock hr {
        margin-bottom: 10px;
    }
}

.news .newsBlock .info {
    font-size: 14px;
    color: #6d685f;
    display: block;
    overflow: hidden;
    height: 42px;
    line-height: 1.5;
    letter-spacing: .5px;
}

.nanya {
    width: 670px;
    margin: 80px auto;
}

    .nanya .nanyaLogo {
        width: 155px;
        float: left;
        margin: 10px 40px 10px 0;
        display: block;
    }

        .nanya .nanyaLogo img {
            width: 100%;
        }

    .nanya .slogan {
        width: 470px;
        float: left;
        margin-bottom: 20px;
    }

    .nanya .slogan2 {
        display: none;
    }

    .nanya p {
        line-height: 1.5;
        font-size: 13px;
        letter-spacing: .5px;
    }

@media screen and (max-width:680px) {
    .nanya {
        width: 90%;
        margin: 0 auto;
    }

        .nanya .nanyaLogo {
            width: 120px;
            margin: 0 auto 15px auto;
            float: none;
        }

        .nanya .slogan {
            display: none;
        }

        .nanya .slogan2 {
            display: block;
            width: 100%;
            margin: 0;
        }

        .nanya p {
            display: none;
        }
}

.numbers {
    width: 100%;
    padding: 130px 0 70px 0;
    background: url(../../images/EN/index_bg.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width:660px) {
    .numbers {
        padding-top: 80px;
    }
}

.numbers .block {
    width: 220px;
    margin: 0 10px 70px 10px;
    text-align: center;
    float: left;
}

@media screen and (max-width:960px) {
    .numbers .block {
        width: calc(25% - 20px);
    }
}

@media screen and (max-width:660px) {
    .numbers .block {
        width: calc(50% - 20px);
        margin-bottom: 35px;
    }
}

.numbers .block .textTop {
    font-size: 16px;
    color: #3c3934;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 18px;
}

.numbers .block .textTop br {
    display: none;
}

@media screen and (max-width:960px) {
    .numbers .block .textTop {
        font-size: 20px;
    }
    .numbers .block .textTop br {
        display: block;
    }
}

@media screen and (max-width:374px) {
    .numbers .block .textTop {
        font-size: 14px;
    }
}

.numbers .block hr {
    display: block;
    border: 0;
    width: 60px;
    height: 5px;
    background: #e1e1e1;
}

@media screen and (max-width:960px) {
    .numbers .block hr {
        width: 40px;
        height: 3px;
        margin-bottom: 0;
    }
}

.numbers .block .number {
    font-size: 83px;
    letter-spacing: -4px;
    text-align: center;
}

@media screen and (max-width:960px) {
    .numbers .block .number {
        font-size: 60px;
    }
}

@media screen and (max-width:374px) {
    .numbers .block .number {
        font-size: 50px;
    }
}

.numbers .block .number:after {
    font-size: 62px;
    margin-left: 5px;
    content: "%";
    display: inline-block;
    vertical-align: bottom;
}

@media screen and (max-width:960px) {
    .numbers .block .number:after {
        font-size: 45px;
    }
}

@media screen and (max-width:374px) {
    .numbers .block .number:after {
        font-size: 35px;
    }
}

.numbers .block .textBottom {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0;
    color: #6f6450;
    position: relative;
    padding-left: 45px;
    display: inline-block;
    text-align: left;
}

@media screen and (max-width:960px) {
    .numbers .block .textBottom {
        font-size: 20px;
        padding-left: 35px;
    }
}

@media screen and (max-width:374px) {
    .numbers .block .textBottom {
        font-size: 20px;
    }
}

.numbers .block .textBottom:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width:960px) {
    .numbers .block .textBottom:before {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width:374px) {
    .numbers .block .textBottom:before {
        width: 20px;
        height: 20px;
    }
}

.numbers .block:nth-child(1) .number {
    color: #46cad1;
}

.numbers .block:nth-child(1) .textBottom:before {
    background-image: url(../../images/EN/index_number_icon01.svg);
}

.numbers .block:nth-child(2) .number {
    color: #ff7d7d;
}

.numbers .block:nth-child(2) .textBottom:before {
    background-image: url(../../images/EN/index_number_icon04.svg);
}

.numbers .block:nth-child(3) .number {
    color: #88c405;
}

.numbers .block:nth-child(3) .textBottom:before {
    background-image: url(../../images/EN/index_number_icon03.svg);
}

.numbers .block:nth-child(4) .number {
    color: #3b9fe2;
}

.numbers .block:nth-child(4) .textBottom:before {
    background-image: url(../../images/EN/index_number_icon05.svg);
}

.numbers .more {
    display: block;
    width: 265px;
    height: 70px;
    clear: both;
    margin: 0 auto;
    border: 2px #6d685f solid;
    text-align: center;
    line-height: 70px;
    color: #6d685f;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

    .numbers .more span {
        position: relative;
        z-index: 2;
    }

    .numbers .more .moreArrow {
        display: inline-block;
        vertical-align: -5px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .numbers .more:after {
        content: "";
        display: block;
        position: absolute;
        width: 300px;
        height: 70px;
        -webkit-transform: skewX(20deg);
        -moz-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        z-index: 1;
        top: 0;
        left: -320px;
        background: #f8f3ea;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .numbers .more:hover .moreArrow {
        -webkit-transform: translate(5px,0);
        -moz-transform: translate(5px,0);
        -o-transform: translate(5px,0);
        -ms-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    .numbers .more:hover:after {
        left: -20px;
    }

.tech {
    position: relative;
    background-color: #fdfaf3;
    background-color: -webkit-linear-gradient(#fdfaf3,#f2ede2);
    background-color: -o-linear-gradient(#fdfaf3,#f2ede2);
    background-color: -moz-linear-gradient(#fdfaf3,#f2ede2);
    background-color: linear-gradient(#fdfaf3,#f2ede2);
    width: 100%;
    height: 645px;
    overflow: hidden;
}

@media screen and (max-width:750px) {
    .tech {
        height: 480px;
    }
}

.tech .content {
    width: 317px;
    padding: 55px 50px;
    position: absolute;
    border: 4px #6d685f solid;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -520px;
    z-index: 2;
}

    .tech .content h2 {
        font-size: 30px;
        color: #6d685f;
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0 0 15px 0;
    }

    .tech .content hr {
        display: block;
        border: 0;
        width: 80px;
        height: 6px;
        background: #eaddc5;
        margin: 5px 0 20px 0;
    }

    .tech .content p {
        font-size: 16px;
        line-height: 1.5;
        color: #6d685f;
        letter-spacing: .5px;
    }

@media screen and (max-width:960px) {
    .tech .content {
        width: calc(32% - 60px);
        padding: 30px;
        margin-left: -40%;
        top: 45%;
    }

        .tech .content h2 {
            /*font-size: 40px;*/
        }

        .tech .content p {
            font-size: 15px;
        }
}

@media screen and (max-width:750px) {
    .tech .content {
        width: 250px;
        border: 0;
        padding: 0;
        position: relative;
        margin: 50px 0 0 30px;
        top: 0;
        left: 0;
    }
}

.tech .layers {
    position: absolute;
    z-index: 1;
    width: 1065px;
    height: 565px;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -30px;
}

@media screen and (max-width:960px) {
    .tech .layers {
        width: 100%;
        height: calc(100% / 1.6);
        margin-top: -230px;
    }
}

@media screen and (max-width:750px) {
    .tech .layers {
        margin-top: -200px;
    }
}

@media screen and (max-width:650px) {
    .tech .layers {
        margin: 0;
        top: 5%;
        left: 10%;
        width: 650px;
        height: 400px;
    }

        .tech .layers .text {
            display: none;
        }
}

.tech .layers div {
    position: absolute;
}

    .tech .layers div img {
        width: 100%;
    }

.tech .layers .text {
    left: 0;
    width: 40%;
    z-index: 5;
}

    .tech .layers .text:nth-child(1) {
        top: 15%;
    }

    .tech .layers .text:nth-child(2) {
        top: 34%;
    }

    .tech .layers .text:nth-child(3) {
        top: 50%;
    }

    .tech .layers .text:nth-child(4) {
        top: 64%;
    }

.tech .layers .light {
    top: -3%;
    left: 23%;
    z-index: 5;
}

.tech .layers .layer {
    left: 51%;
    width: 60%;
    margin-left: -20%;
}

    .tech .layers .layer.one {
        top: 2%;
        z-index: 4;
    }

    .tech .layers .layer.two {
        top: 22%;
        z-index: 3;
    }

    .tech .layers .layer.three {
        top: 42%;
        z-index: 2;
    }

    .tech .layers .layer.four {
        top: 62%;
        z-index: 1;
    }

.tech:after {
    content: "";
    display: block;
    width: 100%;
    height: 210px;
    left: 0;
    bottom: 0;
    background: url(../../images/EN/index_banner_mask.png) repeat-x;
    position: absolute;
    z-index: 2;
}

.compare p {
    margin: 0 90px 30px 90px;
    font-size: 18px;
    line-height: 1.5;
    color: #6d685f;
    letter-spacing: .5px;
    text-align: justify;
}

    .compare p.note {
        font-size: 14px;
    }

@media screen and (max-width:960px) {
    .compare p {
        margin-right: 30px;
        margin-left: 30px;
        font-size: 16px;
    }
}

.compare .color {
    margin: 0 0 0 90px;
    padding: 0;
}

@media screen and (max-width:960px) {
    .compare .color {
        margin-left: 30px;
    }
}

.compare .color li {
    font-size: 14px;
    color: #9a9a9a;
    font-style: italic;
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    padding-left: 0;
    background: 0 0;
    -webkit-transition: .2s;
    transition: .2s;
}

    .compare .color li:before {
        content: "";
        display: inline-block;
        width: 45px;
        height: 12px;
        vertical-align: middle;
        margin-right: 15px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .compare .color li:nth-child(1):before {
        background: #46cad1;
    }

    .compare .color li:nth-child(2):before {
        background: #dcdddd;
    }

    .compare .color li:nth-child(3):before {
        background: #c9bc9c;
    }

    .compare .color li:nth-child(4):before {
        background: #a48b78;
    }

@media screen and (max-width:570px) {
    .compare .color li {
        margin-right: 16px;
    }

        .compare .color li:last-child {
            margin-right: 0;
        }

        .compare .color li:before {
            width: 12px;
            margin-right: 10px;
        }
}

.compare .chartWrapAll {
    width: 100%;
    margin: 45px 0 30px 0;
}

    .compare .chartWrapAll:after {
        display: block;
        content: "";
        clear: both;
    }

.compare .chartWrap {
    float: left;
}

    .compare .chartWrap:first-child .chartHead {
        display: inline-block;
    }

@media screen and (max-width:960px) {
    .compare .chartWrap {
        width: calc((100% - 90px)/ 3);
    }

        .compare .chartWrap:first-child {
            width: calc(((100% - 90px)/ 3) + 90px);
            margin-right: -2px;
        }

            .compare .chartWrap:first-child .chart {
                width: calc(100% - 90px);
            }
}

@media screen and (max-width:550px) {
    .compare .chartWrap {
        width: 100%;
        margin-bottom: 50px;
    }

        .compare .chartWrap:first-child {
            width: calc(100% - 30px);
            margin-right: 0;
        }

        .compare .chartWrap:last-child {
            margin-bottom: 0;
        }
}

.compare .chartWrap .chartHead {
    background: url(../../images/EN/chart_bg.svg) no-repeat top left;
    width: 90px;
    height: 300px;
    vertical-align: bottom;
    display: none;
    margin-right: -5px;
}

@media screen and (max-width:550px) {
    .compare .chartWrap .chartHead {
        display: inline-block;
    }
}

.compare .chartWrap .chart {
    background: url(../../images/EN/chart_bg.svg) no-repeat -90px 0;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 290px;
    height: 300px;
}

@media screen and (max-width:960px) {
    .compare .chartWrap .chart {
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    .compare .chartWrap .chart {
        width: calc(100% - 120px);
    }
}

.compare .chartWrap .chart .bar {
    position: absolute;
    bottom: 30px;
    width: 28px;
    left: 50%;
}

    .compare .chartWrap .chart .bar.yellow {
        background: #46cad1;
    }

        .compare .chartWrap .chart .bar.yellow .win {
            background: url(../../images/EN/chart_win.svg);
            width: 52px;
            height: 31px;
            position: absolute;
            top: -35px;
            left: -12px;
            opacity: 0;
        }

    .compare .chartWrap .chart .bar.green {
        background: #dcdddd;
    }

    .compare .chartWrap .chart .bar.pink {
        background: #c9bc9c;
    }

    .compare .chartWrap .chart .bar.blue {
        background: #a48b78;
    }

.compare .chartWrap .chart.four .yellow {
    margin-left: -74px;
}

.compare .chartWrap .chart.four .green {
    margin-left: -34px;
}

.compare .chartWrap .chart.four .pink {
    margin-left: 6px;
}

.compare .chartWrap .chart.four .blue {
    margin-left: 46px;
}

.compare .chartWrap .chart.three .yellow {
    margin-left: -54px;
}

.compare .chartWrap .chart.three .green {
    margin-left: -14px;
}

.compare .chartWrap .chart.three .pink {
    margin-left: 26px;
}

.compare .chartWrap .chart .chartName {
    position: absolute;
    font-size: 14px;
    color: #9a9a9a;
    font-style: italic;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 16px;
}
