/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
    display: block;
    top: 50%;
    margin: -30px 0 0 0;
    z-index: 100;
    cursor: pointer;
}

.banner .slick-prev {
    left: 35px;
}

.banner .slick-next {
    left: auto;
    right: 35px;
}

.banner .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.banner .slick-dots,
.banner .slick-dots li {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 10px;
    cursor: pointer;
}


/*------------ title ------------*/

section .title {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 30px;
}

section .title:before {
    display: block;
    font-size: 40px;
    margin: 0 0 5px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title2 {
    line-height: 1.2;
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
}


/*------------ more ------------*/

.more {
    width: 160px;
    line-height: 36px;
    text-align: center;
    display: block;
    margin: 40px auto 0;
    border-radius: 36px;
    transition: all .2s;
    font-family: 'Cabin', sans-serif;
    font-size: 0;
}
.more span{
    font-size: 13px;
    line-height: 41px;
}

/*------------ sect ------------*/

.sect01 {
    padding: 55px 0 70px;
}


/*------------ news ------------*/

.news-list li {
    display: block;
}

.news-list li .box{
    padding: 15px 60px;
    line-height: 1.2;
    border: 0;
    display: block;
    position: relative;
}
.news-list li .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .date {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Cabin', sans-serif;
    padding: 0 10px 0 0;
}

.news-list li .name{
    padding: 0px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
}

.news-list li .name a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*------------ about ------------*/

.sect02 {
    position: relative;
}

.sect02 .container {
    max-width: 1030px;
}

.sect02:before {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    right: 62%;
    top: 0;
}

.about-title {
    width: 192px;
    height: 192px;
    font-style: normal;
    display: block;
    float: left;
    font-size: 44px;
    font-family: 'Cabin', sans-serif;
    line-height: 1.2;
    padding: 45px 22px;
    margin: 75px 0 0 0;
    box-sizing: border-box;
}

.about-box {
    padding: 60px 0;
    max-width: 675px;
    float: right;
    box-sizing: border-box;
}


/*------------ products ------------*/

.sect03 {
    padding: 100px 0;
}

.product-title {
    font-size: 28px;
    line-height: 1.2;
    position: relative;
    text-align: center;
    margin: 0 0 70px;
}

.product-arrow button {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    display: block;
    top: 50%;
    font-size: 12px;
    border: 0;
    margin: -18px 0 0 0;
    z-index: 100;
    cursor: pointer;
    transition: all .2s;
}

.product-arrow .slick-next {
    right: 50%;
    margin-right: -150px;
}

.product-arrow .slick-prev {
    left: 50%;
    margin-left: -150px;
}

.product-list {
    margin: 0 -14px;
}

.product-list li {
    padding: 0 14px;
}

.product-list li * {
    outline: 0;
}

.product-list .pic {
    border: 0;
}

.product-list .box {
    max-width: 306px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.product-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.product-list .text {
    padding: 15px 20px;
    transition: all .2s;
}

.product-list .name a {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px;
}

.product-list .description a {
    font-size: 14px;
    height: 42px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-list .box.new:before {
    content: 'NEW';
    font-family: Arial;
    width: 60px;
    height: 25px;
    position: absolute;
    top: 15px;
    text-align: center;
    border-radius: 20px;
    z-index: 15;
    left: 15px;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
}


/*------------ service ------------*/

.sect04 {
    padding: 60px 0;
}

.sect04 .container {
    max-width: 1030px;
}

.sect04 .row {
    display: table;
}

.sect04 .col {
    display: table-cell;
    vertical-align: middle;
}

.sect04 .title {
    white-space: nowrap;
    margin: 0;
}

.sect04 .title:before {
    font-size: 57px;
    margin: 0 0 10px;
}

.sect04 .editor {
    margin: 0 75px;
}

.sect04 .more {
    margin: 0;
}


/*------------ album ------------*/

.sect05 {
    padding: 60px 0 75px;
}

.album-list {
    max-width: 1300px;
    margin: 0 auto;
}
.album-list .box{
    position: relative;
}
.album-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}


.album-title {
    position: relative;
}

.album-arrow button {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    display: block;
    top: 50%;
    font-size: 12px;
    border: 0;
    margin: -18px 0 0 0;
    z-index: 100;
    cursor: pointer;
    transition: all .2s;
}

.album-arrow .slick-next {
    right: 50%;
    margin-right: -150px;
}

.album-arrow .slick-prev {
    left: 50%;
    margin-left: -150px;
}

.album-list a {
    display: block;
    max-width: 260px;
    margin: 0 auto;
}

.album-list li .pic {
    overflow: hidden;
    position: relative;
}

.album-list li .cover {
    transition: all .2s;
    width: 90px;
    height: 90px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    opacity: 0;
    z-index: 50;
}

.album-list li .cover:after {
    content: "\e1000";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 24px;
    transform: rotate(45deg);
    transform-origin: -90% 80%;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.album-list li .cover:before {
    content: "MORE";
    font-size: 14px;
    position: absolute;
    /* margin: 0 0 0 -33px; */
    transform-origin: -130% -25%;
    transform: rotate(45deg);
    line-height: 1;
    font-family: 'Cabin', sans-serif;
}

.album-list li .pic a:nth-child(2):before {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.album-list .box:hover .cover,
.album-list .box:hover .pic a:before {
    opacity: 1;
}

.album-list li .name {
    padding: 12px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1600px) {
    .sect02:before {
        right: 69%;
    }
}

@media screen and (max-width: 1024px) {
    .sect02:before {
        display: none;
    }
    .about-title {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        height: auto;
    }
    .about-box {
        max-width: 100%;
        padding: 80px 10px 30px 10px;
        float: none;
    }
    .sect03 {
        padding: 50px 0;
    }
}

@media screen and (max-width: 900px) {
    .sect04,
    .sect01 {
        padding: 20px 0 35px;
    }
    .sect04 .col,
    .sect04 .row {
        display: block;
        text-align: center;
    }
    .sect04 .editor {
        margin: 0;
    }
    .sect04 .col {
        padding: 15px 0;
    }
    .sect04 .more {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 10px;
    }
    .banner .slick-next {
        left: auto;
        right: 10px;
    }
    .banner .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 27px;
        margin: -15px 0 0 0;
        font-size: 13px;
    }
    .news-list li .box {
        padding: 15px 0;
    }
}

.wow {
visibility: hidden;
}