.banner{
    margin-bottom: 30px;
}
.top-nav {
    border-bottom: 0;
    margin-bottom: 30px;
    display: none;
}
.btn.more{
    display: inline-block;
    border: 1px solid #00815F;
    line-height: 28px;
    color: #00815F;
    font-size: 13px;
    border-radius: 0px;
    width: 128px;
    margin-top: 25px;
    overflow:hidden;
    position:relative;
    z-index:1;
    font-family: 'Oswald','微軟正黑體', sans-serif;
}
.btn.more:after {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    vertical-align: text-bottom;
    content: "\f105";
    margin-left: 8px;
    position: relative;
    top: -2px;
}
.btn.more:hover {
    color: #fff;
    border-color: #2693FF;
}
.btn.more:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: #00815F;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
    z-index:-1;
}

.btn.more:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}
.site-main{
    margin-top: 0px;
}
.sect1 {
    border-bottom: solid 1px #E0E0E0;
    /*background: url(../../images/common/index/service_bg.jpg);*/
    background:#f4f4f4;
    /*height: 400px;*/
    background-size: cover;
    padding-top: 14px;
    box-sizing: border-box;
    margin-bottom: 45px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    
}
.sect1 .container{
    display:flex;
    padding:0;
    align-items:center;
    /* flex-direction: column; */
}
/*.sect1:before{
    content: '';
    display: block;
    background: url(../../images/common/index/brand_pic.jpg) no-repeat;
    width: 582px;
    height: 400px;
    position: relative;
    left: 0;
    bottom:0;
}*/
.service_pic{
    width: 50%;
}
.service-sect {
    
width: 40%;
    
margin: 0 2%;
    
box-sizing: border-box;
}
.service-sect-title {
    color: #00815F;
    font-size: 22px;
    margin: 0 0 0px;
}
.sect-title{
    color: #444444;
    font-size: 22px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    line-height: 30px;
    font-weight: bold;
}
.sect-title span{
    display:block;
    font-family: 'Oswald','微軟正黑體', sans-serif;
    letter-spacing: 0;
    color: #9aad9b;
    line-height: 1;
    font-size: 15px;
}
.sect-title:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 6px;
    height: 100%;
    background: #00815f;
}
.about_pic{
    margin-bottom: 20px;
}
.sect-title .btn.more{
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.sect2 {
}
.sect2 .container {
    padding: 0
}
.about-sect,
.news-sect {
    box-sizing: border-box;
}
.about-sect{
    width: 52%;
    float: left;
    border-bottom: #DCDFDF solid 1px;
}
.news-sect {
    width: 42%;
    float: right;

}
.about-sect-title {
    color: #00815F;
    font-family: 'Times New Roman','微軟正黑體', serif;
    font-size: 22px;
    margin: 0 0 15px;
}
.about-sect .editor {
    min-height: 132px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
}


.news-list {
    margin: 0 -2.5%;
}
.news-list .item {
    border-bottom: #DCDFDF solid 1px;
    width: 100%;
}
.news-list .box {
    margin: 0 auto 0px;
    position: relative;
    padding: 15px 0 28.5px;
}
.news-list a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .pic img{
    width:100%;
}
.news-list .txt {
    position: relative;
    padding-left: 100px;
}
.news-list .date {
    display: block;
    color: #00815f;
    font-size: 14px;
    width: 93px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 1;
    text-align: center;
    font-family: 'Oswald','微軟正黑體', sans-serif;
    transition:all .3s ease;
    z-index: 1;
}
.news-list .date:before {
    content:'';
    display:block;
    width: 81px;
    height: 92px;
    background: url(../../images/common/date_bg1.png)no-repeat 50% 50%;
    position:absolute;
    left: calc(50% - 40.5px);
    top: calc(50% - 57px);
    z-index:-2;
}
.news-list .date:after {
    content:'';
    display:block;
    width: 82px;
    height: 92px;
    background: url(../../images/common/date_bg2.png)no-repeat 50% 50%;
        background-size: contain;
    position:absolute;
    left: calc(50% - 40.5px);
    top: calc(50% - 57px);
    z-index:-1;
    opacity:0;
    transition:all .3s ease;
}
.news-list .box:hover .date:after {
    opacity:1;
}
.news-list .date b{
    display: block;
    font-size: 45px;
    font-weight: 400;
}
.news-list .date small{
    font-size: 14px;
}
.news-list .box:hover .date{
    color: #fff;
}
.news-list .name {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-list .box:hover .name {
    color: #00815F;
}
.news-list .description {
    clear: both;
    color: #777;
    font-size: 13px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.sect3 {
    padding: 40px 0 0;
}
.sect5 .btn-box,
.sect3 .btn-box{
    padding-top: 0;
}
.sect5 .btn.more,
.sect3 .btn.more{
    margin: 0 auto;
}
.products-sect-title{
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 25px;
    font-size: 22px;
    color: #444;
    font-weight: bold;
}
.products-sect-title span{
    display: block;
    font-size: 22px;
    color: #00815F;
    font-family: 'Oswald','微軟正黑體', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    margin: 0 auto;
    line-height: 1;
}
.products-sect-title span:before,
.products-sect-title span:after{
    width: 20px;
    height: 2px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    background: #9aad9b;
    margin: 0 5px;
    position: relative;
    top: -2px;
}
.products-sect-title small{
    display: block;
    font-size: 14px;
    color: #2692FF;

}
.products-list {
    margin: 0 -1.5%;
}
.products-list .item {
    width: 25%;
    padding: 0 1.5%;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 325px;
    margin: 0 auto 30px;
    position: relative;
}
.products-list 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: 'NEW';
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    color: #00815F;
    height: 20px;
    line-height: 18px;
    border: 1px solid #00815F;
    background: rgba(255,255,255,0.8);
    padding: 0 3px;
    font-family: 'Oswald','微軟正黑體', sans-serif;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    padding: 4px;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic {
    opacity: 0.5;
}
.products-list .txt {
    text-align: center;
    padding: 10px 0;
}
.products-list .name {
    color: #545454;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-list .box:hover .name {
    color: #00815F;
}


.sect4 {
    background: #F7F7F7;
    padding: 30px 0;
}
.sect4 .container {
    max-width: 1150px;
}
.album-txt-box {
    float: left;
    width: calc(100% - 650px);
    padding: 20px 30px;
}
.album-sect-title {
    color: #444;
    font-size: 22px;
    margin: 0 0 10px;
    letter-spacing: 3px;
}
.album-sect-title span{
    font-size: 14px;
    color: #2692FF;
    vertical-align: middle;
    display: inline-block;
}
.album-sect-title span:before{
    content: '';
    width: 3px;height: 3px;
    display: inline-block;
    margin: -1px 12px 0;
    vertical-align: middle;
    background: #2693FF;
    border-radius: 50%; 
}
.album-txt {
    margin-bottom: 25px;
}


.album-sect .btn.more .ic,.album-sect .btn.more:after {
    vertical-align: middle;
    font-size: 1.3em;
    
     font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-bottom;
    content: "\f105";
    margin: 0 0 3px 3px;
}
.album-list-box {
    float: right;
    width: 564px;
}

.album-list {
    margin: 0 -1.5%;
}
.album-list .item {
    width: 33.33%;
    padding: 0 1.5%;
}
.album-list .item:nth-child(4) {
    display: none;
}
.album-list .box {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}
.album-list a.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 {
    position: relative;
    overflow: hidden;
}
.album-list .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34,34,34,0.6);
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    padding: 0 10px;
}
.album-list .box:hover .name {
    background: rgba(38,147,255,0.7);
}
.sect5 {
    padding: 40px 0 0;
}
.links-list {
    margin: 0 px;
}
.links-list .item {
    width: 33.3%;
    padding: 0 7px;
}
.links-list .item:nth-child(3n+1) {
   clear: left;
}
.links-list .box {
    max-width: 330px;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}
.links-list 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;
    margin-bottom: 10px;
}
.links-list .pic:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url('../../images/common/links/hover.png') 50% 50% no-repeat rgba(0,0,0,0.65);
    opacity: 0;
    margin: 0;
    border: 2px solid #00815F;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.links-list .box:hover .pic:before {
    opacity: 1;
}
.links-list .name {
    color: #545454;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}
.links-list .box:hover .name {
    color: #00815F;
}
@media screen and (max-width: 1380px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1200px) {
    .sect1 {
        /* padding: 0 0 50px; */
    }
    .about-sect {
        /* padding: 40px 0 50px; */
    }
    .sect3 {
        padding: 50px 0 0;
    }
     .album-txt-box,
    .album-list-box {
        float: none;
        width: auto;
        max-width: 740px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px) {
    .site-main > .container{
        padding: 0;
    }
    .sect1 {
        margin-bottom: 0;
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
        background: #f9f9f9;
        margin-bottom: 30px;
    }
     .service-sect{
        background: rgba(255,255,255,0.8);
        padding: 20px;
     }
    .about-sect-title {
    margin: 0 0 10px;
}
    .news-sect,
    .service-sect {
        float: none;
        width: 100%;
        max-width: 582px;
        margin: 0 auto;
    }
    .news-list .txt {
}
    .news-sect {
        max-width: 585px;
        padding: 0 15px;
    }
    .about-sect {
        float: none;
        margin: 0 auto;
        padding: 0px 0px 25px;
        width: 100%;
        max-width: 585px;
        margin-bottom: 30px;
    }
    .about-sect .sect-title{
        margin: 0 15px 20px;

    }
    .about-sect .editor{
        margin: 0 15px;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .sect2 {
    /* background: #F3F6F9; */
}
    .about-pic {
        position: static;
        width: auto;
        margin: 0 -15px;
        padding-top: 36%;
    }
    .products-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .album-list {
        margin: 0 -7px;
    }
    .album-list .item {
        padding: 0 7px;
    }
    .album-list .box {
        margin: 30px auto 0;
    }
    .links-list {
        max-width: 800px;
        margin: 0 auto;
    }
    
    .links-list .box {
        margin-bottom: 45px;
    }
    .album-txt-box{
        padding:0px 10px;
    }
     .sect3 {
            padding: 50px 0 0;
        }
        .album-txt {
        margin-bottom: 15px;
    }
    .sect4 {
        padding:20px 0;
    }
    .sect1 .container{
        align-items:center;
        flex-direction: column;
    }
    .service_pic{
        width:100%;
        text-align:center;
    }
}
@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .news-list .box {
        max-width: 100%;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .box {
        margin-bottom: 20px;
    }
    .sect5 {
        padding-top: 50px;
    }
    .links-list {
        margin: 0 -7px;
    }
    .links-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 580px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 500px) {

    .album-list-box {
        padding-top: 30px;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(4) {
        display: block;
    }
    .album-list .box {
        margin-top: 15px;
    }
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
}