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

.container {
      max-width: 1440px;
   padding: 19px 0 0px;
    width: 100%;
      margin: auto;
}
.banner {
    clear: both;
    margin-bottom: 80px;
}
.banner .container {
    padding: 0;
    max-width: 1440px;
}

.row{
	margin-top:-70px;
}
/*
.banner .item {
    height: 650px;
    position: relative;
}
.banner .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.banner .slide:before{
	 content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
     background: rgba(255,255,255,0.5) url(../images/index/banner_left.jpg);
    z-index: 10;
}
.banner .slide:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
     background: rgba(255,255,255,0.5) url(../images/index/banner_right.jpg);
    z-index: 10;
}
.banner .slide:before {
    left: -100%;
}
.banner .slide:after {
    right: -100%;
}
.banner .slick-list {
    overflow: visible;
}
.banner .slick-prev,
.banner .slick-next {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: url(../images/index/banner_arrow.png) no-repeat;
     width: 35px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 20;
}
.banner .slick-prev { background-position:    0 0; left: -55px; }
.banner .slick-next { background-position: 100% 0; right: -55px; }
.banner .slick-prev:hover { background-position:    0 100%; }
.banner .slick-next:hover { background-position: 100% 100%; }

.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 20px;
}
.banner .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    height: 5px;
}
.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: #E0D9DA;
    width: 40px;
    height: 5px;
}
.banner .slick-dots li.slick-active button {
    background: #FF8000;
}

.site-main section {
    background:  no-repeat 50% 0;
    background-size: cover;
    padding: 60px 0 90px;
}
.site-main .product-sect {
    background-image: url(../images/index/product_bg.jpg);
    background-repeat: repeat;
    background-size: auto;
}
.site-main .album-sect {
    background-image: url(../images/index/album_bg.jpg);
}
.sect-title {
    color: #373737;
    font-family: 'Oxygen', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
}
.sect-title span{
	color:#5992CB;
	font-size:16px;
	letter-spacing: 0px;
	font-weight: bold;
	padding-left: 5px;
}

.btn.more {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 13px;
    color: #5A92CB;
    line-height: 30px;
}
.btn.more:hover {
    color: #72A402;
}
.btn.more:before {
    content: "";
    background: url(../images/index/more_arrow.png) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 6px 0 0;
}
.btn.more:hover:before {
    background-position: 0 100%;
}
.sect1 .col {
    float: left;
    width: 50%;
}
.news-sect {
    position: relative;
}
.news-sect .sect-title {
    border-bottom: 2px solid #EBEBEB;
    margin-bottom: 10px;
	 padding: 7px 10px;
}
.news-sect .btn.more {
    position: absolute;
    right: 0;
    top: 16px;
}
.news-list .item {
    border-bottom: 1px dashed #CCCCCC;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.news-list .item a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 14px 0;
}
.news-list .item a:hover {
    color: #72A402;
}
.news-list .date {
     display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    width: 90px;
    margin-right: 10px;
    background: #00bfff; /* Old browsers */
    background: -moz-linear-gradient(top, #00bfff 0%, #0080ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00bfff 0%,#0080ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00bfff 0%,#0080ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 30px;
    margin-left: 20px;
}
.quick-link {
    text-align: right;
    padding-top: 1%;
}
.quick-link a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 290px;
    width: 45%;
}
.quick-link a+a {
    margin-left: 4%;
}
.quick-link a .txt {
    position: relative;
    background: no-repeat 50% 0;
    background-size: cover;
    line-height: 1.2;
    min-height: 110px;
    padding: 20px;
    box-sizing: border-box;
}
.quick-link a .txt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 10px;
/*    border: 1px solid #fff;*/
}
.quick-link a.about-link .txt {
    background-image: url(../images/index/about_bg.png);
}
.quick-link a.service-link .txt {
    background-image: url(../images/index/service_bg.png);
}
.quick-link a .pic,
.product-list .pic {
    position: relative;
    display: block;
    overflow: hidden;
}
.quick-link a .pic:before {
    content: "";
    background: rgba(255,255,255,0.6) url(../images/index/about_hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.product-list .pic:before{
	content: "";
	background: rgba(255,255,255,0.6) url(../images/index/product_hover.png) NO-REPEAT CENTER 20%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	/* WIDTH: 100%; */
	MARGIN: auto;
}

	

.quick-link a:hover .pic:before,
.product-list a:hover .pic:before {
    opacity: 1;
}
.quick-link a .title {
    font-family: 'Corbel', sans-serif;
	font-weight:bold;
    font-size: 28px;
    color: #FF7F00;
}
.quick-link a .description {
    font-family: 'Oxygen', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
	font-size:18px;
    color: #72A401;
    letter-spacing: 0.3px;
}

.product-sect .sect-title {
    text-align: center;
    margin-bottom: 40px;
    font-size:24px;
    color:#373737;
    font-weight:bold;
    font-family:'Arial', "微軟正黑體"
	 letter-spacing: 2px;
    width: 100%;
    MAX-WIDTH: 411PX;
    padding:5px;
    MARGIN: 20PX AUTO;
    border-bottom:1px solid #E4E4E4;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 29%, #e7e7e7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 29%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 29%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.product-sect .sect-title span {
    text-align: center;
    margin-bottom: 40px;
	font-size:18px;
	color:#72A400;
	font-weight:bold;
	font-family:'Arial', "微軟正黑體"
}

.product-sect .sect-title span:hover {
    text-align: center;
    margin-bottom: 40px;
	font-size:18px;
	color:#FF8000;
	font-weight:bold;
	font-family:'Arial', "微軟正黑體"
}

.product-sect .ibtn.more {
     background-image: url(../images/index/product_arrow.png);
    width: 25px;
    height: 25px;
    margin-left: 15px;
}
.product-list .item {
    width: 25%;
    float: left;
}
.product-list .item a {
   border: 1px solid #DDDDDD;
}

.product-list .item a:hover {
   background:url(../images/index/product_hover.png) ;
}

.product-list a:hover:before {
    display: none;
}
.product-list a:hover .name {
    color: #C77D2C;
}

.album-sect .sect-title {
    margin-bottom: 30px;
}
.album-sect .btn.more {
    position: absolute;
    right: 15px;
    top: 10px;
}
.album-list {
    margin-bottom: -50px;
}
.album-list .item {
    width: 25%;
}

.links-sect .sect-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.links-sect .sect-title:before,
.links-sect .sect-title:after,
.links-sect .btn-box:before,
.links-sect .btn-box:after {
    content: "";
    border-top: 1px solid #E0D9DA;
    position: absolute;
    top: 50%;
}
.links-sect .sect-title:before,
.links-sect .btn-box:before {
    left: 0;
    right: 50%;
    margin-right: 90px;
}
.links-sect .sect-title:after,
.links-sect .btn-box:after {
    right: 0;
    left: 50%;
    margin-left: 90px;
}
.links-sect .btn-box {
    padding-top: 0;
    clear: both;
}
.link-list {
    margin: 0 -5px;
}
.link-list .item {
    width: 12.5%;
    padding: 0 5px;
}
.link-list .item a {
    max-width: 140px;
    margin-bottom: 25px;
}
.link-list .pic {
    border: 0;
}
.link-list a:hover .pic {
    opacity: .7;
}

@media screen and (max-width: 1500px) {
    .banner .slick-prev { 
        left: 10px;
    }
    .banner .slick-next {
        right: 10px;
    }
/*
    .banner .item {
        height: auto;
        padding-top: 8%;
    }
*/
}
@media screen and (max-width: 1300px) {
    .quick-link {
        padding-top: 3%;
    }
}
@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(4) {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .product-list .item {
        width: 33.33%;
    }
    .link-list .item {
        width: 25%;
    }
}
@media screen and (max-width: 1000px) {
    .sect1 .col {
        float: none;
        width: auto;
    }
    .quick-link {
        text-align: center;
        padding-top: 60px;
    }
    .quick-link a {
    }
	 .news-sect .btn.more{
    	margin:auto 10px;
    }
}
@media screen and (max-width: 900px) {
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(4) {
        display: block;
    }
}
@media screen and (max-width: 820px) {
    .banner {
        margin-bottom: 35px;
    }
    .banner .slick-dots {
        padding-top: 30px;
    }
    .product-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .album-list .item {
        width: auto;
    }
}
@media screen and (max-width: 500px) {
    .news-list .item a {
        white-space: normal;
		    margin: auto 5px;
    }
	 .news-sect .btn.more{
    	margin:auto 10px;
    }
    .quick-link a {
        display: block;
        width: auto;
        margin: 0 auto;
    }
    .quick-link a+a {
        margin: 30px auto 0;
    }
    .product-list .item {
        width: auto;
        float: none;
    }
    .link-list .item {
        float: left;
        width: 50%;
    }
}