@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../font/Myriad%20Pro/MyriadPro-Regular.eot');
    src: url('../font/Myriad%20Pro/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Myriad%20Pro/MyriadPro-Regular.woff2') format('woff2'), url('../font/Myriad%20Pro/MyriadPro-Regular.woff') format('woff'), url('../font/Myriad%20Pro/MyriadPro-Regular/MyriadPro-Regular.ttf') format('truetype'), url('../font/Myriad%20Pro/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    background: #f2f2f2;
}
main{
	background:#fff;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
    /*position: absolute;
    top: 0;
    left: 0;
    height: 1201px;
	height: 800px;*/
	height:530px;
}

.banner.index_banner:after{
	z-index:2;
	display:none;
}
.banner .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 1200px;
	
}
.banner .item a {
    display: block;
    width: 100%;
    height: 100%;
}
.site-footer {
    margin-top: -8px;
/*    padding-top: 100px;*/
}
.site-main {
    padding: 0;
    pointer-events: none;
}
.main-content {
    position: relative;
    z-index: 1;
    float: none;
    width: auto;
    pointer-events: visible;
}
.sect1 {
    padding-bottom: 93px;
    /*background-color: #f2f2f2;*/
    width: 100%;
	position: relative;
	z-index:2;
}
.sect1 .news-box {
    margin: 0 -15px;
    width: 1440px;
    margin: 0 auto;
    /*margin-top: -271px;*/
	padding-top:30px;
}

.news-list {
    margin: 0 -15px;
    text-align: center;
}
.news-list .item {
    width: 19.7%;
    padding: 0 10px;
    display: inline-block;
    float: none;
}
.news-list .item a {
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 50px;
}
.news-list .item a:after {
    content: '';
    display: block;
    background: url(../images/news/more.png) no-repeat ;
    width: 65px;
    height: 65px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
}
.news-list .item a:hover:after {
    background-position: 0 100%;
}
.news-list .pic {
    width: 100%;
    position: relative;
}
.news-list .pic img{
    width: 100%;
    height: auto;
}
.news-list a:hover .pic:before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.30);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-list .pic:after{
    content: '';
    display: block;
    background: url(../images/news/news_cover.png) no-repeat;
    width: 100%;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.news-list .txt {
    padding: 0 6%;
}
.news-list .date {
    color: #d7A522;
    line-height: 1.1;
    font-family: 'MyriadPro-Regular', '微軟正黑體', Tahoma, Geneva, sans-serif, 'MHeiHK Light', 'Heiti TC Light', 'Microsoft JhengHei';
    font-size: 16px;
    height: 15px;
    overflow: hidden;
    display: block;
    margin-bottom: 16px;
}
.news-list .name {
    color: #3b2a21;
    font-size: 15px;
    line-height: 1.3;
    overflow: hidden;
    max-height: 38px;
    margin-bottom: 13px;
}
.news-list .description {
    color: #b79f92;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
    padding-top: 7px;
    display: block;
    box-sizing: border-box;
    height: 65px;
    font-weight: 100;
}




.sect2 {
    padding: 76px 0;
}
.sect2 .row {
}
.sect2 .col {
}
.sect2 .col1{
    width: 582px;
    float: left;
}
.sect2 .col2{
    width: calc(100% - 582px);
    float: right;
}
.about-box .title,
.album-box .title,
.products-box .title{
    width: 63px;
    height: 104px;
    background: url(../images/index/about_title.png) no-repeat;
    text-indent: -99999px;
    float: left;
}
.album-box .title{
    background-image: url(../images/index/album_title.png)
}
.about-box .content,
.album-box .content,
.products-box .content{
    width: calc(100% - 63px);
    float: right;
    box-sizing: border-box;
    padding: 0 8%
}
.album-box .content{padding: 0 0 0 3%;}
.about-box .content p{
    color: #4d382b;
    font-size: 14px;
    line-height: 1.8;
}
.album-box .content .album-list {
    display: block;
    width: 100%;
}
.album-list .item {
    width: 33.333%;
}
.album-list a{
    border-radius: 50%;
    
}
.album-list .pic {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    width: 207px;
    height: 207px;
    margin: 0 auto;
}
.album-list .pic img{
    border-radius: 50%;
}
.album-list a:hover .pic:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.51);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.album-list a:hover .pic:after {
    content: '';
    display: block;
    background: url(../images/index/album_more.png) 50% 50% no-repeat ;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



.sect3 {
    padding: 5% 0 7% 0 ;
    width: 100%;
    height: auto;
    display: inline-block;
    background:url(../images/index/products_bg.jpg) no-repeat #ede6dc;  
    background-size: cover;
}
.products-box{
    width: 1440px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.products-box .content{
    padding: 0 4%;
}
.products-box .title {
    background-image: url(../images/index/products_title.png);
}
.products-list {
    margin: 0 -28px;
}
.products-list .item {
    width: 25%;
    padding: 0 28px;
}
.products-list .item a {
    max-width: 280px;
    margin: 0 auto 80px;
}
.products-list .pic {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    border: solid 3px #fffefa;
}
.products-list .item a:hover .pic{
    border-color: #a5a29f;
}
.products-list .item a:hover .pic:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(95, 90, 86, 0.73);
    position: absolute;
    left: 0;
    top: 0;
}
.products-list .name {
    display: block;
    color: #74331d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    text-align: center;
}

.products-list .item a:hover .btn.detail{
    background-position: 0 100%;
}


@media screen and (max-width: 1440px){
    .sect1 .news-box,
    .products-box{
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 20px;
    }
	.sect1 .news-box{
		padding: 30px 20px 0;
	}
    .news-list{margin: 0;}
    /*.sect1 .news-box{margin-top: -15%;}*/
/*.swiper-slide {
    height: 800px;
}*/
}

@media screen and (max-width: 1400px){
     .sect2 .col1,
    .sect2 .col2{
        float: none;
        margin: 0 auto;
        width: 80%;
    }
    .sect2 .col2{
        clear: both;
    }
    .album-box {
        display: inline-block;
        width: 100%;
    }
    .about-box {
        display: inline-block;
        margin-bottom: 50px;
    }
    .album-list li{
        padding: 10px;
    }
    .album-box .content {
	    padding: 0 8%;
    }
}
@media screen and (max-width: 1280px){
/*.swiper-slide {
    height: 500px;
}*/
}
@media screen and (max-width: 1220px){
    .news-list .item{
        width: 32.33%;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1100px){
    .news-list .pic:after{
        background-size: cover;
    }
    .sect2 .col1,
    .sect2 .col2{width: 100%;padding-left: 5%;}
    .products-list .item{width: 50%;}
}
@media screen and (max-width: 900px){
    .album-list .item{
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 768px){
/*
    .news-list .item{
        width: 50%;
    }
    .news-list .item a:after{
        background-size: 80% auto;
        width: 60px;
        height: 48px;
        bottom: -25px;
    }
*/
 /*   .sect1 .news-box{margin-top: -25%;}
    .album-list .item{width: 50%;}*/
.swiper-slide {
    height: 350px;
}
}
@media screen and (max-width: 600px){
    .news-list .item{
        width: 100%;
    }
    .news-list .item a:after{
        background-size: 80% auto;
        width: 60px;
        height: 48px;
        bottom: -25px;
    }
    .album-list .item{
        width: 100%;
    }
    .sect2 .col1,
    .sect2 .col2{padding-left: 8%;}
    .album-list .item .pic{margin: 0 auto;}
    .products-box .title{width: 100%;float: none;margin-bottom: 40px;margin-left: 15px;}
    .products-box .content{width: 100%;float: none;}
    .products-list .item{width: 100%;}
}




