
.menu-nav {
    transition: all .3s ease;
}
.main-top {
    margin-top: 0px;
}
.site-main {
    position: relative;
    padding: 120px 0 80px;
}
.new-header{
    margin-bottom: 0;
}
/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .item {
    height: auto;
}

.banner .slick-dots {
    right: 50px;
    top: 35%;
    position: absolute;
    padding: 0;
    margin: 0;
}

.banner .slick-dots li {
    list-style: none;
    margin: 10px 0;
}

.banner .slick-dots button {
    transition: all .2s;
    border-radius: 50%;
    border: 0;
    width: 30px;
    height: 30px;
    font-family: 'Alegreya Sans', sans-serif;
    cursor: pointer;
}


/*------------ site-main ------------*/

.site-main {
    background: none;
    padding: 30px 0 0 0;
    margin-top: 80px;
}


/*------------ title ------------*/

section .title {
    font-size: 20px;
    text-align: center;
    padding: 25px 0 0 0;
    margin: 0 0 20px;
    position: relative;
}


/*------------ more ------------*/

.index-more {
    font-family: 'Alegreya Sans', sans-serif;
    width: 160px;
    line-height: 30px;
    box-sizing: border-box;
    display: block;
    margin: 20px auto 0;
    font-size: 0px;
    letter-spacing: 3px;
    text-indent: 3px;
    text-align: center;
    transition: all .2s;
    position: relative;
    line-height: 0;
}
.index-more span{
    font-size: 14px;
    display: block;
    line-height: 36px;
}
.index-more:before {
    content: "";
    width: 1px;
    height: 32px;
    background: #AAAAAA;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 50%;
}


/*------------ album ------------*/

.album-list {
    margin: 0 -5px;
    text-align: center;
}

.album-list li {
    width: 20%;
    padding: 0 5px 50px;
    margin: 0 -4px 0 0;
}

.album-list li .box {
    max-width: 250px;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.album-list li .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list li .pic {
    position: relative;
    padding: 10px;
    transition: all .2s;
}

.album-list li .name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.album-list li .name {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 5px 0 5px;
}
.album-list li .more {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin: 0 0 0 -22px;
    transition: all .2s;
    z-index: 50;

}


/*------------ service ------------*/

.sect02 {
    padding: 30px 0;
}

.service-box {
    max-width: 1120px;
    margin: 0 auto;
}

.service-title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    text-indent: 3px;
    box-sizing: border-box;
    padding: 47px 0 0 0;
    display: inline-block;
}

.service-box .editor {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 285px);
    margin: 0 30px 0 35px;
}

.service-more {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    font-family: 'Alegreya Sans', sans-serif;
    text-align: center;
    font-size: 0px;
    letter-spacing: 1px;
    text-indent: 1px;
    line-height: 66px;
    transition: all .2s;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.service-more span{
    font-size: 13px;
    display: block;
    line-height: 66px;
}
/*------------ products ------------*/

.sect03 {
    position: relative;
    padding: 60px 0;
}
.sect03:after{
    z-index: -1;
}
.product-arrow .slick-arrow {
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 30px;
    transition: all .2s;
}

.product-arrow .slick-prev {
    left: calc(50% - 100px);
}

.product-arrow .slick-next {
    right: calc(50% - 100px);
}

.product-dot {
    margin: 10px 0 0 0;
}

.product-dot ul,
.product-dot li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.product-dot li {
    margin: 0 2px;
    display: inline-block;
}

.product-dot button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    transition: all .2s;
}

.product-list {
    margin: 0 -15px;
}

.product-list * {
    outline: 0;
}

.product-list li {
    width: 25%;
    padding: 0 15px 70px;
}

.product-list li .box {
    max-width: 310px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .2s;
    padding: 12px 12px 25px;
    display: block;
    position: relative;
    transition: .3s ease-in-out;
}
.product-list li .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.product-list .pic {
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.product-list .box:hover .pic {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.product-list .text {
    padding: 15px 25px 0;
}

.product-list .name{
    display: block;
    line-height: 1.2;
    font-size: 16px;
    height: 24px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: .3s ease-in-out;
}

.product-list .description{
    display: block;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 21px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: .3s ease-in-out;
}

.product-list .box:hover .name,
.product-list .box:hover .description {
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
    transition: all .3s .2s ease-in-out;
}

.more-box {
    bottom: -1px;
    right: -1px;
    left: -1px;
    padding: 12px;
    background: #fff;
    position: absolute;
    border-top: 0;
    z-index: -1;
    transition: .3s ease-in-out;
}

.more-box:before {
    content: "";
    width: 100%;
    height: 100px;
    background: transparent;
    display: block;
    position: absolute;
    bottom: 92%;
    left: 0;
}

.product-list .more {
    transition: all .2s;
    display: block;
    text-align: center;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    text-indent: 3px;
    padding: 6px 0;
    box-sizing: border-box;
}

.product-list li .box:hover .more-box {
    bottom: -70px;
    z-index: 1;
}


/*------------ about ------------*/

.sect04 {
    position: relative;
    margin: 0 0 105px;
}
.sect04 .index-more:before{
    display: none;
}
.sect04 .about-box {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 110px 0 30px;
}

.sect04 .about-box .title {
    padding: 5px 0 0 0;
    box-sizing: border-box;
    width: 187px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -93px;
}


/*------------ news ------------*/

.sect05 {
    margin: 0 0 60px;
    position: relative;
}
.sect05:after{
    z-index: -1;
}
.news-box {
    padding: 35px 0 0 0;
}

.news-arrow .slick-arrow {
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 70%;
    margin: -20px 0 0 0;
    transition: all .2s;
}

.news-arrow .slick-prev {
    left: 15px;
}

.news-arrow .slick-next {
    right: 15px;
}

.news-list {
    padding: 0 65px;
}

.news-list * {
    outline: 0;
}

.news-list li {
    width: 50%;
    padding: 10px 25px 20px;
}

.news-list li .box {
    transition: all .2s;
    position: relative;
    box-sizing: border-box;
}
.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 li .pic {
    max-width: 136px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    float: left;
}

.news-list li .pic img {
    border-radius: 50%;
    overflow: hidden;
}

.news-list li .pic a:before {
    content: "";
    width: 156px;
    height: 156px;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
}

.news-list li .text {
    float: right;
    width: calc(100% - 170px);
}

.news-list li .date,
.news-date {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
}

.news-list li .date b,
.news-date b {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    font-weight: normal;
}

.news-list li .name {
    font-size: 16px;
    line-height: 1.55;
    height: 24px;
    margin: 8px auto;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list li .description {
    font-size: 14px;
    line-height: 1.5;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/


/*------------ rwd ------------*/


@media screen and (max-width: 1024px) {
    .site-main {
        margin-top: 0;
    }
    .product-dot{
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .banner .slick-dots {
        top: 3%;
        right: 15px;
    }
    .album-list {
        margin: 0;
    }
    .album-list li {
        width: calc((100% / 3) - 0.1px);
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-dots {
        position: static;
        text-align: center;
    }
    .banner .slick-dots li {
        display: inline-block;
        margin: 3px 5px;
    }
    .banner .slick-dots button {
        width: 20px;
        height: 20px;
        line-height: 15px;
    }
    .sect01 {
        padding: 0 0 30px;
    }
    .service-title {
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }
    .service-box .editor {
        display: block;
        width: auto;
        margin: 0;
    }
    .service-more {
        display: block;
        margin: 15px auto -15px;
    }
}

@media screen and (max-width: 600px) {
    .album-list li {
        width: 50%;
         padding: 0 5px 0px;
    }
    .news-list {
        padding: 0 15px;
    }
    .news-list li .pic {
        float: none;
        margin: 0 auto 15px;
    }
    .news-list li .text {
        float: none;
        width: auto;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .album-list li {
        width: 100%;
        padding: 0 0 50px;
    }
}
