@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: center;
    padding: 0 13%;
}
.banner .slick-dots li {
    display: inline-block;
    padding: 0 5px;
}
.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: 0 -4px;
    background: url(../images/index/banner_btn.png)no-repeat;
    border: none;
                  /* For Latest Opera */
}
.banner .slick-dots li.slick-active button {
    width: 19px;
    height: 18px;
    background: url(../images/index/banner_btn_.png)no-repeat;
}


.about-sect {
    background: url(../images/index/about_bg.png)bottom repeat-x;
    padding: 54px 0 54px;
    text-align: center;
	background-color: #eee;
}
.about-sect .txt{
    color: #666;
}
.about-content:hover {
    opacity: 0.8;
}
.about-sect .sect-title {
    margin: 0 auto 10px;
    color: #3F4140;
    font-size: 26px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 24px;
    margin-bottom: 30px;
    position: relative;
}
.about-sect .sect-title:after{
    content: '';
    display: block;
    width: 100%;
    height: 12px;
   /* background: url(../images/index/about_icon.jpg) center no-repeat;*/
    position: absolute;
    bottom: -6px;
}
.about-sect .sect-title small {
    font-size: 16px;
    color: #b6c900;
    display: block;
    font-family: "Times New Roman", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.about-sect .txt .title {
    color: #7FCAA5;
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 27px;
    line-height: 1.4;
    padding: 5px 15px;
    background: url(../images/index/about_title_border.png) repeat-x 0 100%;
    margin: 0 -15px 15px;
}
.about-sect .more{
    width: 34px;
    height: 34px;
    display: block;
    background: url(../images/index/about_more.png)no-repeat ,#333333;
    margin: 30px auto 0;
	border-radius:34px;
}
.about-sect .more:hover{
    background-color: #1F1F1F;
}

.service-sect {
    background: url(../images/index/service_bg.jpg) no-repeat 100% 0;
    padding: 20px 0;
    background-size: cover;
}
.service-sect a:before{
    content: '';
    width: 44px;
    height: 173px;
    background: url(../images/index/service_more.png)left top no-repeat;
    display: inline-block;
    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;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    overflow:hidden;

}
.service-sect .txt {
    padding: 50px 3%;
    text-shadow: 1px 1px 3px #616161;
    color: #fff;
    display: inline-block;
}
.service-sect .txt .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: bold;
    color: #DDDDDD;
}
.service-sect .txt{
    font-size: 14px;
    color: #ddd;
    max-width: 850px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}
.products-sect {
    padding: 40px 0 50px;
}
.products-sect .sect-title{
    width: 100%;
    /*background: url(../images/title_bg.jpg)center no-repeat;*/
    font-size: 26px;
    color: #3F403F;
    text-align: center;
    padding: 2px 0;
    border: 1px solid #EAEAEA;
    /*border-bottom: 8px solid #111111;*/
    margin-bottom: 40px;
}
.products-list{
    position: relative;
}
.products-list .item a {
    max-width: 300px;
    text-align: left;
}
.products-list  .slick-list{
    max-width: 1282px;
    margin: 0 auto;
}
.products-list .description {
    font-size: 15px;
    line-height: 1.2;
    height: 54px;
    overflow: hidden;
}
.products-list .slick-prev,
.products-list .slick-next{
    width: 58px;
    height: 58px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    border: none;
    text-indent:-5000px;
	margin-left: 10px;
    margin-right: 10px;
}
.products-list .slick-prev{
    background: url(../images/index/product_prev.png);
    left: 0;
}
.products-list .slick-next{
    background: url(../images/index/product_next.png);
    right: 0;
}
.products-list .slick-prev:hover{
    background: url(../images/index/product_prev_.png);
}
.products-list .slick-next:hover{
    background: url(../images/index/product_next_.png);
}


.sect4{
    padding: 75px 0 0;
    background: url(../images/index/news_bg.jpg)top no-repeat;
    background-size: cover;
}
.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 {
    color: #2a2a2a;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}
.news-list .item{
    width: 100%;
}
.news-list .item a{
    margin: 0 0 20px;
}
.news-list .item a:hover .title{
    /*color: #B9A25B;*/
    text-decoration: underline;
}
.news-list .item .date{
    float: left;
}
.news-list .item .txt{
    width: 260px;
    float: left;
    padding-left: 20px;
}
.news-list .title{
    margin-top: 0;
}

.album-sect {
/*    padding: 80px 0 40px;*/
    float: right;
    width: calc(100% / 3 * 2);
}
.album-sect .album-list{
	width :100%;
    max-width: 858px;
    float: left;
}
.album-list .item{
    width: 33.3%;
    padding: 0 7px;
}
.album-list .item a {
    max-width: 260px;
}
.album-list a:hover .pic {
    opacity: 0.8;
}
.album-sect .more{
    width: 88px;
    height: 200px;
    border: 1px solid #A8A8A8;
    float: right;
    font-size: 13px;
    color: #444;
    padding-top: 70px;
	background: #bfbfbf;
}
.album-sect .more span{
    display: block;
    margin: 5px 0;
}
.album-sect .more i{
    font-size: 16px;
    font-family: 'Sakkal Majalla';
}
.album-sect .more:hover{
    background: rgba(23, 23, 23, 0.88);
	color: #999;
}
.album-list {
    margin: 0 0px;
}

@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{
        height:inherit;
        padding: 8px 0;
    }
    .album-sect .more span{
        display: inherit;
        margin: 0 10px;
    }
}
@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 .item .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;
    }
    .service-content {
        background-position: 80% 0;
        padding: 80px 40% 40px 5%;
    }
    .service-sect .txt {
        padding: 50px 5%;
		height: 100px;
    }
    .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: 60px 6%;
    }
    .news-list .item,
    .album-list .item {
        width: 100%;
        float: none;
    }
    .news-list .item a {
        max-width: 100%;
    }
	.service-sect .pic{
		margin-left: 20px;
	}
@media screen and (max-width: 500px) {
    .products-list .item{
        float: left;
    }
}
@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);
        margin-left: 68px;
    }
}