@import url(products.css);
@import url(news.css);
@import url(album.css);
@import url(links.css);

.banner {
    padding-bottom: 36px;
}
.banner .container {
    padding: 0;
    max-width: 1440px;
}
.banner .item {
    height: auto;
}
.banner .slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .slider-nav .item.c1 {
    background: rgba(41, 41, 41, 0.7);
}
.banner .slider-nav .item.c2 {
    background:rgba(22, 22, 22, 0.7);
}
.banner .slider-nav .item.c3 {
    background: rgba(41, 41, 41, 0.7);
}
.banner .slider-nav .txt-box {
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
}
.banner .slider-nav .pic {
    float: left;
    max-width: 124px;
}
.banner .slider-nav .txt {
    margin-left: 140px;
    color: #fff;
}
.banner .slider-nav .title {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.banner .slider-nav .description {
    opacity: 0.65;
    height: 72px;
    overflow: hidden;
}

.about-sect,
.news-sect {
    background: url(../images/index/sect_bg.jpg);
}
.about-sect {
    padding: 54px 0 60px;
    text-align: center;
}
.about-content {
    display: block;
    max-width: 900px;
    margin: 0 auto;
	color: #bbb;
	line-height: 28px;
	letter-spacing: 1.5px;
}
.about-content:hover {
    opacity: 0.8;
}
.about-sect .sect-title {
    text-align: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/index/about_title.png) no-repeat;
    width: 112px;
    height: 112px;
    margin: 0 auto 10px;
}
.about-sect .txt .title {
    color:  #fff;
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 25px;
    line-height: 1.6;
    padding: 10px 15px;
	border-bottom:#9D9D9D thin solid;
    margin: 0 -15px 15px;
}

.service-sect {
    padding: 30px 0;
}
.service-content {
    background: url(../images/index/service_bg.jpg) no-repeat 100% 0;
    background-size: cover;
    padding: 146px 45% 98px 6%;
}
.service-sect .txt {
    border: 1px solid #fff;
    padding: 50px 5%;
    text-shadow: 1px 1px 3px #616161;
    color: #fff;
}
.service-sect .txt .title {
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.products-sect .sect-title,
.album-sect .sect-title {
    background: url(../images/index/title_bg.png) no-repeat 50% 50%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
}
.products-sect .sect-title .txt,
.album-sect .sect-title .txt {
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 25px;
    color: #212121;
}
.products-sect .btn.more,
.album-sect .btn.more {
    width: 68px;
    line-height: 18px;
    background: #212121;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
}
.products-sect .btn.more:hover,
.album-sect .btn.more:hover {
    background: #CA010B;
}

.products-sect {
    padding: 20px 0 70px;
}
.products-list .item a {
    max-width: 330px;
    text-align: left;
}
.products-list .name {
    color: #212121;
    font-size: 18px;
    margin-bottom: 6px;
}
.products-list .description {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    height: 41px;
    color: #888;
	overflow: hidden;
}


.news-sect {
    padding: 50px 0 0;
}
.news-sect .sect-title {
    color:  #fff;
    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: #686868;
    color: #fff;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    max-width: 292px;
    line-height: 37px;
    margin: 50px auto 0;
    display: block;
}
.news-sect .btn.more:hover {
    background: #EE000D;
}
.news-list .item {
    width: 33.33%;
    padding: 0 6px;
}
.news-list .item a {
    background: #fff;
    border: 3px solid #EE000D;
    padding: 25px 20px 25px 120px;
    position: relative;
}
.news-list .item a:hover {
    background: #BC000A;
}
.news-list .date {
    left: 25px;
}
.news-list a:hover .date {
    color: #fff;
}
.news-list .title {
    color: #444;
}
.news-list a:hover .title {
    color: #fff;
    text-decoration: underline;
}
.news-list .description {
    height: 65px;
    margin-top: 6px;
}
.news-list a:hover .description {
    color: #E2E2E2;
}

.album-sect {
    padding: 80px 0 40px;
}
.album-list .item a {
    max-width: 360px;
}
.album-list a:hover .pic {
    opacity: 0.8;
}

.links-sect {
    background: #EEEEEE;
    padding: 30px 0;
}
.links-box {
    padding: 0 40px;
}
.links-sect .slick-prev,
.links-sect .slick-next {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: url(../images/index/links_arrow.png) no-repeat;
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 20;
}
.links-sect .slick-prev { background-position:    0 0; left: -40px; }
.links-sect .slick-next { background-position: 100% 0; right: -40px; }
.links-sect .slick-prev:hover { background-position:    0 100%; }
.links-sect .slick-next:hover { background-position: 100% 100%; }

.links-list .item {
    float: left;
}
.links-list .item a {
    position: relative;
    overflow: hidden;
    border: 0;
    opacity: 0.7;
    margin-bottom: 0;
    max-width: 300px;
}
.links-list .item a:hover {
    opacity: 1;
}
.links-list .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.70);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
}

@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;
    }
    .service-content {
        background-position: 80% 0;
        padding: 80px 40% 40px 5%;
    }
    .service-sect .txt {
        padding: 30px 5%;
    }
    .album-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 1100px) {
    .news-list .item a {
        padding: 25px 20px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider-nav .txt {
        display: none;
    }
    .service-content {
        background-position: 0 0;
        padding: 60px 5%;
    }
    .news-list .item,
    .album-list .item {
        width: auto;
        float: none;
    }
    .news-list .item a {
        max-width: 400px;
    }
}
@media screen and (max-width: 480px) {
    .banner .slider-nav .txt-box {
        padding: 10px;
    }
}