@import url(products.css);
@import url(news.css);
@import url(album.css);
@import url(links.css);

.banner .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: right;
    padding: 0 13%;
}
.banner .slick-dots li {
    display: inline-block;
}
.banner .slick-dots li button {
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url(../images/index/banner_dot.png)no-repeat;
    width: 22px;
    height: 22px;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}


.about-sect{
    background: #fff;
}
.about-sect {
    padding: 54px 0 60px;
    text-align: center;
}
.about-content:hover {
    opacity: 0.8;
}
.about-sect .sect-title {
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url(../images/index/about_title.png) 50% 0 no-repeat;
    height: 98px;
    margin-bottom: 30px;
}
.about-sect .editor {
    max-width: 1000px;
    margin: 0 auto;
    color: #6D6D6D;
    font-size: 15px;
}
.about-sect .more {
    width: 34px;
    height: 29px;
    display: block;
    background-image: url(../images/index/about_more.png);
    margin: 30px auto 0;
}
.about-sect .more:hover{
    background-color: #1F1F1F;
}

.service-sect {
    background: url(../images/index/service_bg.png) 50% 0 / cover no-repeat;
    padding: 70px 0;
    background-size: cover;
}
.service-sect a {
    display: block;
}
.service-sect a:before{
    content: '';
    width: 46px;
    height: 175px;
    background: url(../images/index/service_more.png)left top no-repeat;
    display: inline-block;
    vertical-align: middle;
    text-indent:-1000px;
    margin-right: 30px;
}
.service-sect a:hover:before{
    background: url(../images/index/service_more.png)right top no-repeat;
}
.service-sect .pic {
    width: 173px;
    height: 173px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    overflow:hidden;

}
.service-sect .txt {
    padding: 0 3%;
    text-shadow: 1px 1px 3px #616161;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ccc;
    max-width: 536px;
    overflow: hidden;
}
.service-sect .txt .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: bold;
    color: #DDDDDD;
}
.products-sect {
    background: url(../images/index/products_bg.png) 50% 0 / cover no-repeat fixed;
    padding: 0 0 50px;
}
.products-sect .sect-title{
    width: 100%;
    background: url(../images/index/products_title_bg.png)center no-repeat;
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    margin-bottom: 60px;
}
.products-sect  .slider-box {
    max-width: 1282px;
    margin: 0 auto;
    padding: 0 80px;
}
.products-list{
    position: relative;
}
.products-list .item a {
    max-width: 300px;
    margin-bottom: 10px;
}
.products-list .description {
    font-size: 15px;
    line-height: 1.2;
    height: 54px;
    overflow: hidden;
}
.products-list .slick-prev,
.products-list .slick-next {
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url(../images/index/products_arrow.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}
.products-list .slick-prev {
    background-position: 0 0;
    left: -75px;
}
.products-list .slick-next {
    background-position: 100% 0;
    right: -75px;
}
.products-list .slick-prev:hover {
    background-position: 0 100%;
}
.products-list .slick-next:hover {
    background-position: 100% 100%;
}


.sect4{
    padding: 75px 0 0;
    background: url(../images/index/news_bg.png) 50% 0 / cover no-repeat fixed;
}
.news-sect {
    float: left;
    width: calc(100% / 3);
}

.news-sect .sect-title {
    color: #7FCAA5;
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 48px;
}
.news-sect .sect-title:before,
.news-sect .sect-title:after {
    content: "◆";
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.news-sect .sect-title:before {
    margin-right: 20px;
}
.news-sect .sect-title:after {
    margin-left: 20px;
}
.news-sect .btn.more {
    background: url(../images/index/news_more.png) 100% 0 no-repeat;
    color: #bbb;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 26px;
    line-height: 35px;
    width: 120px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}
.news-sect .btn.more:hover {
    background-position: 100% 100%;
}
.news-list .item{
    width: 100%;
}
.news-list .item a{
    margin: 0 0 20px;
}
.news-list .date{
    float: left;
}
.news-list .txt{
    width: 260px;
    float: right;
}
.news-list .title{
    margin-top: 0;
}
.news-list .description {
    color: #bbb;
}

.album-sect {
    float: right;
    width: calc(100% / 3 * 2 - 20px);
    position: relative;
}
.album-sect .album-list{
    max-width: 858px;
}
.album-list .item{
    width: 33.3%;
    padding: 0 7px;
}
.album-list .item a {
    max-width: 276px;
}
.album-list .pic {
    margin: 0;
}
.album-list a:hover .pic {
    opacity: 0.8;
}
.album-sect .more{
    width: 88px;
    height: 200px;
    line-height: 1.4;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding-top: 26px;
    position: absolute;
    top: 0;
    right: 0;
}
.album-sect .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/index/case_more.png) no-repeat;
    width: 27px;
    height: 27px;
    margin: 0 auto;
}
.album-sect .more span {
    display: block;
    margin: 5px 0;
}
.album-sect .more span[lang=en] {
    color: #ccc;
    font-size: 12px;
    line-height: 1.2;
    margin: 8px 0 12px;
}
.album-sect .more:hover{
    background: rgba(13,102,192,0.30);
}
.album-list a:hover .pic:after {
    display: none;
}
.album-list .cover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(13,102,192,0.48);
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.album-list a:hover .cover {
    height: 100%;
}
.album-list .cover:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.album-list .name {
    display: inline-block;
    vertical-align: middle;
    background: #0D66C0;
    border: 1px solid #2C8EF1;
    color: #BFFFFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 60%;
    max-width: 90%;
    padding: 0 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 1470px) {
    .sect4{
        padding: 75px 0;
    }
    .album-sect .album-list,
    .album-sect .more{
        max-width:100%;
        width:100%;
        float: none;
    }
    .album-list .item a{
        margin: 0 auto 20px;
    }
    .album-sect .more{
        position: static;
        height:inherit;
        padding: 8px;
        letter-spacing: 0.2rem;
        white-space: normal;
    }
    .album-sect .more:after {
        margin-left: 5px;
    }
    .album-sect .more span,
    .album-sect .more span[lang=en] {
        display: inline-block;
        margin: 0 3px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 1300px) {
    .sect4{
        padding: 30px 0 10px;
    }
    .album-sect,
    .news-sect{
        float:none;
        width: calc(100%);
        margin-bottom:50px;
    }
    .news-list .item{
        width: 50%;
        display: inline-block;
    }
    .news-list .item a{
        max-width: 100%;
    }
    .news-list .txt{
        width: calc(100% - 160px);
        float: left;
        padding-left: 20px;
    }
}
@media screen and (max-width: 1280px) {
    .banner .item {
        padding-top: 0;
    }
}
@media screen and (max-width: 1200px) {
    .banner .slider-nav {
        position: static;
        text-align: center;
    }
    .banner .slider-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner .slider-nav .txt {
        margin-left: 0;
    }
    .album-list .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .banner .slider-nav .txt {
        display: none;
    }
    .service-content {
        background-position: 0 0;
        padding: 0 3%;
    }
    .news-list .item,
    .album-list .item {
        width: auto;
        float: none;
    }
    .news-list .item a {
        max-width: 100%;
    }
    .products-sect .slider-box {
        padding: 0 50px;
    }
    .products-list .slick-prev,
    .products-list .slick-next {
        background-size: 72px auto;
        width: 36px;
        height: 36px;
        margin-top: -40px;
    }
    .products-list .slick-prev {
        left: -40px;
    }
    .products-list .slick-next {
        right: -40px;
    }
    .service-sect {
        padding: 30px 0;
    }
    .service-sect .txt {
        display: block;
        padding: 20px 0 0;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item{
        float: left;
    }
    .service-sect .txt {
        font-size: 16px;
    }
    .news-sect .btn.more {
        margin: 0 auto 20px;
    }
    .news-list .date {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    .news-list .txt {
        float: none;
        width: auto;
        padding:  0;
    }
}
@media screen and (max-width: 480px) {
    .banner .slider-nav .txt-box {
        padding: 10px;
    }
}
@media screen and (max-width: 385px) {
    .service-sect a:before{
        transform:rotate(90deg);
        display: block;
        margin: -35px 0 -35px 66px;
    }
}