.wrapper{
    background: url(../../images/common/index/bg.jpg) top no-repeat;
    /*background-size: 100% auto;*/
}
.banner {
    padding: 50px 0 30px;
    margin: 0;
    position: relative;
}
.banner:before{
    content: '';
    display: block;
    background: #ECECEC;
    width: 100%;
    bottom: 33.33%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}
.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner .slick-dots{
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    height: 20px;
    margin: 5px 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 99;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    background: #F8F8F8;
    width: 17px;
    height: 3px;
    padding: 0;
    box-sizing: border-box;
    color: transparent;
    cursor: pointer;
    border: none;
}

.banner .slick-active button {
    background: #D3002F;
}

.banner .slick-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    background: url(../../images/common/index/banner_arrow.png) no-repeat;
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom:0px;
   margin:auto;
    left: 50%;
    z-index: 150;
}
.banner .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../../images/common/index/banner_arrow.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-left: -51px;
}
.banner .slick-next {
    background-position: 100% 0;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}

/******************************/
.main-title {
    white-space: nowrap;
    overflow: hidden;
    background: 50% 0 no-repeat;
    margin-bottom: 5px;
    font-family:'微軟正黑體'，'Roboto';
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: #282828;

}

.site-main .btn.more {
    background: url(../../images/common/index/more_arrow.png) 100% 0 no-repeat;
    border: 1px solid #000;
    width: 100%;
    max-width: 268px;
    line-height: 28px;
    color: #333;
    font-size: 14px;
    display: block;
    margin: 30px auto 0;
}
.news-sect .btn.more:hover {
    background-color: #272A2E;
    background-position: 100% 50%;
    color: #ccc;
}
.sect1 {
    padding: 40px 0 150px;
}
.news-sect {
    max-width: 900px;
    margin: 0 auto;
}

.news-sect .pic {
    margin-bottom: 20px;
}
.news-list{
    max-width: 900px;
    margin: auto;
}
.news-list .item {
}
.news-list .box {
    display: block;
    overflow: hidden;
    font-size: 14px;
    padding: 7px 0;
    position: relative;
     padding-right: 145px;
}
.news-list .date a{
    float: left;
    letter-spacing: 0;
    font-family: 'Roboto';
    color: #666666;
    font-size: 13px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 3px

}
.news-list .date a:after {
    content: '';
    display: block;
    background: #D3002F;
    height: 1px;
    position: absolute;
    width: 0;
    transition: all .3s ease;
    bottom: 0;
}
.news-list .box:hover .date a:after {
    width: 100%;
}
.news-list .name a{
    color: #262626;
    font-size: 16px;
    display:block;
    margin-left: 100px;
    letter-spacing: 0;
   
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto',Arial,'微軟正黑體', 'WenQuanYi Zen Hei', 'Cousine','LiHei Pro','文泉驛正黑', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', monospace,sans-serif;
}
.news-list .name a span{
    color:#D2002E;
}
.news-list .box:hover .name a{
}
.news-list .more {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    background: #D3002F url(../../images/common/news/arrow.svg) center no-repeat;
}
.news-list .more:before{
    content: '';
    position: absolute;
     display: block;
     height: 45px;
     width: 45px;
     left: 0;
     top: 0;
     background: #282828;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-list .box:hover .more:before{
  -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.news-list .more:after{
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -45px;
    top: 0;
    background:  url(../../images/common/news/arrow.svg) center no-repeat;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.news-list .box:hover .more:after{
        transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.sect1 .text-center{
    padding-top: 30px;
    text-align: center;
}
/*News more btn*/

/******************************/
.sect2 {
    padding: 50px 0 185px;
}
.products-sect .title-box {
    background: #47A38A;
    overflow: hidden;
    padding: 10px 20px;
}
.products-sect .main-title {
    background-image: url(../../images/common/index/products_title.png);
    background-position: 0 0;
    width: 267px;
    height: 28px;
    float: left;
    margin: 3px 0 0;
}
.products-sect .ibtn.more {
    background-image: url(../../images/common/index/products_more.png);
    width: 34px;
    height: 34px;
    float: right;
}
.products-sect .slider-box {
    border: 1px solid #ccc;
    padding: 30px 80px;
    position: relative;
}
.products-sect .slider-box:before {
    content: '';
    border-left: 1px dashed #ccc;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 50%;
    z-index: 0;
}
.products-list {
    position: relative;
    z-index: 2;
    margin: 0 -30px;
}
.products-list .item {
    width: 50%;
    padding: 0 50px;
}
.products-list .box {
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}
.products-list .pic {
    border: 6px solid #E4EDEA;
    position: relative;
    overflow: hidden;
    float: left;
}
.products-list .txt a{
    margin-left: 320px;
    padding: 4px 0;
}
.products-list .name a{
    color: #47A38A;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
    height: 31px;
}
.products-list .box:hover .name a{
    text-decoration: underline;
}
.products-list .description a{
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 1--px;
    margin-bottom: 45px;
}
.products-list .more {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}
.products-list .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #333;
    margin: 0 0 3px 8px;
}
.products-list .box:hover .more {
    color: #47A38A;
}
.products-list .box:hover .more:after {
    border-left-color: #47A38A;
}
.products-sect .slick-prev,
.products-sect .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../../images/common/index/products_arrow.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.products-sect .slick-prev {
    background-position: 0 0;
    left: -20px;
}
.products-sect .slick-next {
    background-position: 100% 0;
    right: -20px;
}
.products-sect .slick-prev:hover,
.products-sect .slick-next:hover {
    opacity: 0.7;
}
/******************************/
.sect3 {
    background: url(../../images/common/index/sect3_bg.jpg) 50% 0 no-repeat;
}
.sect3 .row{
    display: flex;
    align-items: flex-end;
}
.sect3 .col {
    /*float: left;*/
    /*width: 50%;*/
    flex-basis: 50%;
    padding: 0 45px;
    position: relative;
}
.sect3 .col2{
    padding-bottom: 70px;
}
.sect3 .col1{
    background: url(../../images/common/index/sect3_bg2.png)  no-repeat;
    background-size: contain;
    flex-basis: 61%;
    min-width: 885px;
    margin-left: -6%;
    padding-left: 11%;

}
.service-sect .main-title {
    background-image: url(../../images/common/index/service_title.png);
    width: 420px;
    height: 66px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 auto -29px;
     margin-left: -210px;
    text-indent: -9999px;
    overflow: inherit;
}
.service-sect .more {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 100%;
    margin-left: 13px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 50;
    background: #D3002F url(../../images/common/news/arrow.svg) center no-repeat;
}
.service-sect .more:before{
    content: '';
    position: absolute;
     display: block;
     height: 45px;
     width: 45px;
     left: 0;
     top: 0;
     background: #282828;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service-sect .more:hover:before{
  -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.service-sect .more:after{
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -45px;
    top: 0;
    background:  url(../../images/common/news/arrow.svg) center no-repeat;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.service-sect .more:hover:after{
        transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.service-sect .editor {
    max-width: 540px;
    padding: 100px 0 0px;
}
.service-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.service-list .item {
    float: left;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.service-list .item:nth-child(2){
    margin-left: -7%;
}
.service-list .item:nth-child(3){
    margin-left: -14%;
}

.service-list .box {
    display: table;
    width: 100%;
    max-width: 530px;
    margin-bottom: 65px;
}
.service-list .box > * {
    display: table-cell;
}
.service-list .pic-box {
    vertical-align: top;
    padding-right: 20px;
    width: 165px;
    height: 165px;
    line-height: 165px;
}
.service-list .pic a{
    display: inline-block;
    position: relative;
    width: 165px;
    height: 165px;
    line-height: 1;
    text-align: center;
}
.service-list .pic a:before {
    content: '';
    display: block;
    background: url(../../images/common/service/pic_bg.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 3;
    left: 0;
}
.service-list .pic{
    display: block;
    overflow: hidden;
        width: 165px;
    height: 165px;
}
.service-list .pic > a{
    overflow: hidden;
}
.service-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;

}
.service-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);

}
.service-list .txt {
    vertical-align: middle;
    max-width: 335px;
}
.service-list .name a{
    color: #fff;
    font-size: 18px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: '微軟正黑體','Roboto',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine','儷黑 Pro', 'LiHei Pro',  'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', monospace,sans-serif;
}
.service-list .description a{
   color: #B1B1B1;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 63px;
    line-height: 1.6;
}
.service-list .link--center{
    margin-top: 40px;
}
.service-list .link .arrow .ic{
    background: url(../../images/common/service/arrow.svg);
}
.service-list .color1{
    color: #262626;
}
.service-list .color2{
    color: #fff;
}
.about-sect {
    max-width: 518px;
    margin: 0 auto;
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
.about-sect .pic {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55d2c2+0,ffffff+100 */
    background: #55d2c2; /* Old browsers */
    background: -moz-linear-gradient(top,  #55d2c2 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #55d2c2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #55d2c2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55d2c2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-radius: 240px;
    padding: 15px;
    max-width: 390px;
    margin: 0 auto -60px;
    position: relative;
    top: -80px;
}
.about-sect .pic img {
    border-radius: 200px;
}
.about-sect .company-name {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
    font-family: '微軟正黑體';
    font-size: 35px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.about-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 376px;
    overflow: hidden;
}
.about-sect .editor{

}
.about-sect .btn.more {
    background-color: #55D2C2;
    border-color: #fff;
}
.about-sect .btn.more:hover {
    background-position: 100% 100%;
    color: #fff;
}
.about-sect .link--center{
    background: #282828;
    width: 264px;
    height: 81px;
    line-height: 81px;
    margin-top: 70px;
} 
.about-sect .link--center:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    background: #000000
}
.about-sect .link--center:hover:before{
    width: 100%;
}
.about-sect .link .color1{
    color: #D2002E;
}
.about-sect .link .color2{
    color: #fff;
}
/******************************/


.sect4 {
    background: #F2F8F6;
}
.album-sect {
    background: #fff;
    border-bottom: 2px solid #47A38A;
    position: relative;
    top: -22px;
    bottom: -130px;
    padding: 28px 48px 50px;
}
.album-sect .main-title {
    background-image: url(../../images/common/album/main_title.png);
    margin-bottom: 28px;
}
.album-list {
    margin: 0 -5px;
}
.album-list .item {
    width: 20%;
    padding: 0 5px;
}
.album-list .box {
    max-width: 260px;
    margin: 0 auto;
    position: relative;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    overflow: hidden;
}
.album-list .name a{
    background: url(../../images/common/album/name_ic.png) 12px 50% no-repeat rgba(31,131,103,0.85);
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 8px 12px 8px 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.album-list .box:hover .name a{
    color: #37FFD7;
    font-weight: bold;
}
.album-sect .slick-prev,
.album-sect .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../../images/common/index/album_arrow.png) no-repeat;
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.album-sect .slick-prev {
    background-position: 0 0;
    left: -35px;
}
.album-sect .slick-next {
    background-position: 100% 0;
    right: -35px;
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover {
    opacity: 0.7;
}

.site-footer {
    border-top: 0;
}



@media screen and (max-width: 1340px) {
    .products-sect .slider-box {
        padding: 30px 50px;
    }
    .products-list {
        margin: 0 -30px;
    }
    .products-list .item {
        padding: 0 30px;
    }
    .products-sect .slick-prev {
        left: -14px;
    }
    .products-sect .slick-next {
        right: -14px;
    }
    .sect3 {
    }
    .sect3 .row {
        margin: 0 -15px;
    }



    .service-sect .editor {
        max-width: none;
    }
    .about-sect {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1180px) {
    .products-list .pic {
        float: none;
        max-width: 282px;
        margin: 0 auto 10px;
    }
    .products-list .txt {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .products-list .description {
        height: auto;
        max-height: 85px;
        margin-bottom: 10px;
    }
    .sect3 {
        background: none;
    }
    .sect3 .row{
        display: block;
    }
    .sect3 .col1 {
    background: #d3002f;
    }
     .sect3 .row .col2{
        background: url(../../images/common/index/sect3_bg.jpg) 50% 0 no-repeat;
        background-size: cover;
     }
     .service-list .box {
        margin:0 auto 40px;
    }
    .service-list .item:nth-child(2),.service-list .item:nth-child(3){
        margin-left: 0%;
    }
    .about-sect {
        float: none;
        max-width: 700px;
        margin: 0 auto;
        padding:40px 0;
        position: relative;
    }

}
@media screen and (max-width: 1000px) {
    .banner {
        padding: 0;
    }
    .about-sect .link--center{
        margin-top: 20px;
    }
    .main-title{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .sect1 .text-center{
        padding-top: 10px
    }
     .sect1 {
        padding: 25px 0 100px;
    }
    .service-sect .main-title{
        left: 0;
        margin: 0 auto -29px;
        right: 0;
    }
    .sect3 .col1{
        min-width: inherit;
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
    .news-list .box{
        padding-right: 60px
    }
    .about-sect {
        padding-top: 0px;
    }
    .about-sect .editor {
        display: block;
        max-height: inherit;
        overflow: hidden;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 767px) {
    .sect2 {
        padding: 25px 0 140px;
    }

    .service-list .box > .txt{
        display: block;
        margin: 10px auto 0;
        width: 100%;
        max-width: inherit;
        
    }
    .service-list .pic-box{
        margin: auto;
    }
    .service-list .box > .pic-box{
        display: block;
    }
    .service-list .box{
        display: block;
        text-align: center;
    }
    .service-list .link--center{
        margin-top: 15px;
    }
    .sect3 .row .col2{
        padding: 30px 20px;
    }
    .service-sect .main-title{
        width: 224px;
        margin: 0 auto -47px;
        background-size: contain;
        margin-left: 15px;
    }
    .service-sect .editor{
        padding-top: 50px;
    }
    .about-sect .company-name{
        font-size: 28px
    }
    .about-sect .link--center{
        height: 60px;
        line-height: 60px;
    }
    .about-sect{
        padding-bottom: 0
    }
}
@media screen and (max-width: 500px) {
    .news-list .date {
        float: none;
    }
    .news-list .name {
        margin: 0;
    }
   
    .service-sect .ibtn.more {
        bottom: 0;
        right: 50%;
        margin-right: -85px;
    }

    .about-sect .pic {
        top: 0;
        margin-bottom: 0;
    }

    ul.service-list .item {
        padding: 0;
    }
    ul.service-list .box,
    ul.service-list .box > * {
        display: block;
        text-align: center;
    }

    ul.service-list .pic-box {
        margin-bottom: 15px;
        padding: 0;
    }

}