.banner {
    margin-bottom: 60px;
}
.banner .slider,
.banner_m .slider {
    position: relative;
}
.banner .slick-dots,
.banner_m .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: static;
    margin-top: 10px;
    text-align: center;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    display: inline-block;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 30px;
    height: 30px;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.banner_m {
    display: none;
}
.btn.more{
    border-radius: 0;
}
.sect-title {
    color: #222;
    font-family: 'Alike', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei",  "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
}
.sect1 {
    margin-bottom: 65px;
}
.sect1 .row {
    position: relative;
}
.sect1 .row:before {
    content: '';
    display: block;
    border-left: 1px solid #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
}
.sect1 .col {
    float: left;
    width: 50%;
    padding: 0 4%;
}
.sect1 .btn-box {
    padding: 50px 0 10px;
}
.sect1 .btn.more {
    color: #fff;
    background: #FF732F;
    width: 110px;
    line-height: 24px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.sect1 .btn.more:hover {
    background: #CC0D0D;
}
.sect1 .btn.more:before {
    content: '+ ';
    vertical-align: text-bottom;
    font-size: 1.4em;
    line-height: 1;
}
.about-sect .editor {
    color: #868686;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.035em;
    min-height: 150px;
}
.news-list {
    min-height: 150px;
}
.news-list .box {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.news-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .date {
    float: left;
    color: #FF732F;
}
.news-list .date:after {
    content: '|';
    display: inline-block;
    color: #ccc;
    margin-left: 17px;
}
.news-list .name{
    color: #8B8B8B;
    margin-left: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.news-list .box:hover .name{
    text-decoration: underline;
}
.sect2 {
    margin-bottom: 20px;
}
.products-sect .sect-title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.products-sect .sect-title:before,
.products-sect .sect-title:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 50%;
}
.products-sect .sect-title:before {
    left: 0;
    right: 50%;
    margin-right: 140px;
}
.products-sect .sect-title:after {
    right: 0;
    left: 50%;
    margin-left: 140px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.products-list .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    max-width: 450px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .box:hover .pic {
    outline: 6px solid #FF7430;
}
.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 50% no-repeat rgba(0,0,0,0.50);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-list .txt {
    position: relative;
}
.products-list .txt:before {
    content: 'READ MORE';
    display: inline-block;
    color: #FF7430;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 22px;
    width: 100px;
    border: 1px solid #FF732F;
    position: absolute;
    right: 0;
    top: 35px;
}
.products-list .box:hover .txt:before {
    background: #FF732F;
    color: #fff;
}
.products-list .name{
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.products-list .description{
    color: #8B8B8B;
    font-size: 13px;
    line-height: 1.45;
    padding: 0 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
    margin-right: 120px;
}
.service-sect .sect-title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.service-sect .sect-title:before,
.service-sect .sect-title:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 50%;
}
.service-sect .sect-title:before {
    left: 0;
    right: 50%;
    margin-right: 95px;
}
.service-sect .sect-title:after {
    right: 0;
    left: 50%;
    margin-left: 95px;
}
.service-sect .btn.more {
    color: #fff;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 12px;
    text-align: center;
    background: #FF732F;
    line-height: 28px;
    padding: 0 15px;
}
.service-sect .btn.more:hover {
    background: #CC0D0D;
}
.sect4 {
    background: #EFEFEF;
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 70px 0 40px;
}
.album-list {
    margin: 0 -7px;
}
.album-list .item {
    width: 20%;
    padding: 0 7px;
}
.album-list .item:nth-child(5n+1) {
    clear: left;
}
.album-list .box {
    max-width: 270px;
    margin: 0 auto 30px;
    position: relative;
    overflow: hidden;
}
.album-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.album-list .box:before {
    content: " ";
    background: url('../../images/common/album/icon_camera.png') no-repeat;
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
}
.album-list .fancybox {
    display: none;
}
.album-list img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    color: #CEAB62;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 12px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.album-list .box:hover .name {
    color: #FC6532;
}
.sect5 {
    padding: 50px 0 15px;
}
.links-list {
    margin: 0 -7px;
}
.links-list .item {
    width: 25%;
    padding: 0 7px;
}
.links-list .box {
    max-width: 328px;
    margin: 0 auto 30px;
    position: relative;
}
.links-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
    border: 4px solid #FF732F;
    margin-bottom: 8px;
}
.links-list .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/links/hover.png') 50% 40% no-repeat rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.links-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}
.links-list .name {
    margin: 0 5px;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
}
.links-list .box:hover .name {
    color: #FF722E;
}
@media screen and (max-width: 1200px) {
    .sect4 {
        padding: 50px 0 20px;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        margin-bottom: 40px;
    }
    .sect1 {
        margin: -30px 0 20px;
    }
    .sect1 .row:before {
        display: none;
    }
    .sect1 .col {
        width: 100%;
        padding: 30px 0;
    }
    .sect1 .col + .col {
        border-top: 1px solid #ddd;
    }
    .sect1 .sect-title {
        text-align: center;
    }
    .about-sect .editor,
    .news-list {
        min-height: 0;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(6) {
        display: block;
    }
    .album-list .item:nth-child(5n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: left;
    }
    .links-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        display: none;
    }
    .banner_m {
        margin-bottom: 40px;
        display: block;
    }
}
@media screen and (max-width: 700px) {
    .sect4 {
        padding: 40px 0 10px;
    }
    .album-list {
        margin: 0 -7px;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
    .links-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 600px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 440px) {
    .album-list .item {
        width: 100%;
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 400px) {
    .news-list .date {
        float: none;
    }
    .news-list .date:after {
        display: none;
    }
    .news-list .name {
        margin-left: 0;
    }
}