.banner {
    margin-bottom: 40px;
}
.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-nav .item {
    width: 33.33%;
}
.banner-nav .item.bg1 {
    background: rgba(210,115,115,0.70);
}
.banner-nav .item.bg2 {
    background: rgba(208,214,116,0.70);
}
.banner-nav .item.bg3 {
    background: rgba(75,145,165,0.70);
}
.banner-nav .box {
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
}
.banner-nav .pic {
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 124px;
}
.banner-nav .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-nav .box:hover .pic:before {
    opacity: 1;
}
.banner-nav .txt {
    margin-left: 140px;
    color: #fff;
}
.banner-nav .name {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}
.banner-nav .description {
    opacity: 0.65;
    font-size: 15px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 53px;
}

.sect1 {
    background: url('../../images/common/index/about_bg.jpg');
    padding: 54px 0 60px;
    text-align: center;
}
.about-sect {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}
.album-sect .sect-title,
.about-sect .sect-title {
    text-align: center;
    /*text-indent: 100%;*/
    white-space: nowrap;
    /*overflow: hidden;
    background: url('../../images/common/index/about_title.png') no-repeat;*/
    /*width: 112px;
    height: 112px;*/
    font-size: 28px;
    color: #212121;
    /*margin: 0 auto 10px;*/
}


.sect2 {
    padding: 30px 0;
    position:relative;
    background: url('../../images/common/index/service_bg.jpg') no-repeat 50% 60%;
    background-size: cover;
}
/*.sect2:before {
    content:'';
    display:block;
    
    top:15%;
    right:1%;
    left:1%;
    bottom:1%;
    position:absolute;
    display:none;
}*/

.service-sect {
    /*background: url('../../images/common/index/service_bg.png') no-repeat 100% 0;*/
    
    background-size: cover;
    padding: 146px 45% 60px 6%;
    position: relative;
    /* top: 10%; */
}
.service-sect .pic_bg{
    position:absolute;
    right: 5%;
    top: 0;
}
.service-sect .box{
    position:relative;
}
.service-sect .box .cover{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:9;
}
.service-sect .sect-title {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 4px 4px 7px rgba(0,0,0,0.65);
    transition:all .3s ease;
}
.service-sect .editor {
    border: 1px solid #c7c7c7;
    padding: 50px 5%;
    color: #222;
    background:rgba(255,255,255,0.95);
    position:relative;
    max-width:250px;
    min-height: 350px;
    transition:all .3s ease;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.service-sect .box:hover .sect-title{
    color: #fff;
}

.service-sect .box:hover .editor{
    color: #fff;
    background:rgba(29, 153, 79,95);
    
}

.products-sect .sect-title {
    background: url('../../images/common/index/title_bg.png') no-repeat 50% 50%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
}
.products-sect .sect-title .txt {
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 25px;
    color: #212121;
}
.products-sect .btn.more {
    width: 68px;
    line-height: 18px;
    background: #212121;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
}
.products-sect .btn.more:hover {
    background: #28aa4b;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 330px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .box .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 .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(255,255,255,0.3);
    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 {
    background-position: 50% 50%;
    opacity: 1;
}
.products-list .txt {
    padding-top: 10px;
}
.products-list .name {
    color: #28aa4b;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
}
.products-list .box:hover .name {
    color: #444;
}
.products-list .description {
    color: #858585;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}


.sect4 {
    background: url('../../images/common/index/sect_bg.png');
    padding: 75px 0 0;
}
.news-sect .sect-title {
    color: #28aa4b;
    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 ,.about-sect .btn.more {
    color: #fff;
    font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    max-width: 250px;
    line-height: 40px;
    margin: 30px auto 0;
    display: block;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#0ba360), color-stop(51%, #3cba92), to(#0ba360));
    background-image: linear-gradient(to right, #0ba360 0%, #3cba92 51%, #0ba360 100%);
    -webkit-transition: all 0.3s ease;
}
.news-sect .btn.more:hover ,.about-sect .btn.more:hover{
    background-position: right center;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 33.33%;
    padding: 0 6px;
}
.news-list .box {
    background: #fff;
    border: 1px solid #C6E7FD;
    padding: 25px 20px 25px 124px;
    position: relative;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.news-list .box:hover {
    background: #1d994f;
}
.news-list .date {
    display: inline-block;
    color: #28aa4b;
    font-family: '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -50px;
}
.news-list .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
}
.news-list .box:hover .date {
    color: #fff;
}
.news-list .name {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
}
.news-list .box:hover .name {
    color: #fff;
}
.news-list .description {
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
}
.news-list .box:hover .description {
    color: #444;
}

.sect5 {
    padding: 55px 0 80px;
}
.sect5 .container {
    max-width: 1280px;
}
.album-sect .sect-title {
    /*background: url('../../images/common/index/title_bg.png') no-repeat 50% 50%;*/
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
}
/*.album-sect .sect-title .txt {
    font-family: 'Times New Roman', Times, '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 28px;
    color: #212121;
    margin: 0 auto 10px;
}*/
.album-sect .btn.more {
    color: #fff;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    max-width: 250px;
    line-height: 40px;
    margin: 10px auto 0;
    display: block;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#0ba360), color-stop(51%, #3cba92), to(#0ba360));
    background-image: linear-gradient(to right, #0ba360 0%, #3cba92 51%, #0ba360 100%);
    -webkit-transition: all 0.3s ease;
}
.album-sect .btn.more:hover {
    background-position: right center;
}
.album-list {
    margin: 0px -10px 0;
}
.album-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.album-list .box {
    max-width: 320px;
    margin: 0 auto 30px;
    text-align: center;
    /* overflow: hidden; */
    position: relative;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.album-list .fancybox {
    display: none;
}
.album-list .pic {
    /*overflow: hidden;*/
    /* -webkit-border-radius: 300px; */
    /* border-radius: 300px; */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position:relative;
}
.album-list .box:hover .pic {
    opacity: 0.8;
}
.album-list .pic:before {
      content: "";
      display:block;
      position: absolute;
      width: 55%;
      height: 35%;
      bottom: -10px;
      left: -10px;
      z-index: -1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-image: -webkit-gradient(linear, left top, right top, from(#b3d5ff), to(#00e26a));
      background-image: linear-gradient(to right, #b3d5ff, #00e26a);
      /* background:red; */
    }
.album-list .name {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    margin: 17px auto 0;
}
.album-list .box:hover .name {
    color: #1d994f;
}
.sect6 {
    background: #eee;
    padding: 30px 0;
}
.links-sect {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 0 60px;
}
.links-sect .slick-prev,
.links-sect .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/links_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.links-sect .slick-prev {
    background-position: 0 0;
    left: 15px;
}
.links-sect .slick-next {
    background-position: 100% 0;
    right: 15px;
}
.links-sect .slick-prev:hover {
    background-position: 0 100%;
}
.links-sect .slick-next:hover {
    background-position: 100% 100%;
}
.links-list {
    margin: 0 -5px;
}
.links-list .item {
    width: 20%;
    padding: 0 5px;
}
.links-list .box {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    opacity: 0.5;
    text-align: center;
}
.links-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.links-list .box:hover {
    opacity: 1;
}
.links-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.50);
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}

@media screen and (max-width: 1200px) {
    .banner-nav {
        position: static;
        text-align: center;
    }
    .banner-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner-nav .txt {
        margin-left: 0;
    }
    .service-sect {
        /* background-position: 80% 0; */
        /* padding: 40px 40% 50px 5%; */
    }
    .service-sect .sect-title {
        font-size: 36px;
    }
    .service-sect .editor {
        padding: 30px 5%;
    }
    .news-list .box {
        padding: 25px 20px;
        text-align: center;
        max-width: 320px;
    }
    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .album-sect .sect-title, .about-sect .sect-title{
        font-size:24px;
    }
    .service-sect .editor {
        min-height: unset;
    }
    .banner{
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .banner-nav .box {
        padding: 15px;
    }
    .banner-nav .pic {
        margin: 0 auto;
    }
    .banner-nav .txt {
        display: none;
    }
    .service-sect {
        background-position: 0 0;
        padding: 20px 5%;
    }
    .service-sect .pic_bg{
    position: relative;
    right: unset;
    top: unset;
    }
    .service-sect .sect-title {
        font-size: 28px;
    }
    .sect4 {
        padding-top: 40px;
    }
    .news-sect .sect-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .news-sect .sect-title:before {
        margin-right: 10px;
    }
    .news-sect .sect-title:after {
        margin-left: 10px;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .box {
        padding: 25px 20px 25px 124px;
        text-align: left;
        max-width: none;
        margin: 3px auto;
    }
    .news-list .date {
        position: absolute;
        margin: -50px 0 0;
    }
    .news-sect .btn.more {
        margin-top: 30px;
    }
    .sect5 {
        padding: 40px 0 65px;
    }
    .album-sect .sect-title {
        margin-bottom: 20px;
    }
    .links-sect {
        padding: 0 30px;
    }
    .links-sect .slick-prev {
        left: -5px;
    }
    .links-sect .slick-next {
        right: -5px;
    }
    .service-sect .editor{
        max-width:100%;
    }
}
@media screen and (max-width: 600px) {
    .album-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 520px) {
    .products-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .service-sect .sect-title {
        font-size: 24px;
    }
}
@media screen and (max-width: 400px) {
    .banner-nav .box {
        padding: 10px;
    }
    .news-list .box {
        padding: 25px 20px;
        text-align: center;
        max-width: 320px;
    }
    .news-list .date {
        position: static;
        margin: -5px 0 10px;
    }
}