.banner {
    margin-bottom: 25px;
}

/*產品介紹*/
.sect1 {
    padding: 10px 0px;
    text-align: center;
}
.products-list.type1 {
    margin: 0 -30px;
}
.products-sect .sect-title {
    padding:  20px 0 0 0;
    display: block;
}
.products-sect .sect-title .second_txt{
    font-family: 'Josefin Sans',"微軟正黑體", sans-serif;
    font-size: 68px;
    line-height: 64px;
    font-weight: 400;
    color: #CCCCCC;
}
.products-sect .sect-title span{
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #332C2B;
    position: relative;
}
.products-sect .sect-title span:before{
    content: "";
    background: url(../../images/common/index/index-icon-1.png);
    width: 25px;
    height: 20px;
    position: absolute;
    right: -39px;
    top: 4px;
}
.products-sect .slick-slider .slick-track {
    padding-top: 40px;
}
.products-sect .slick-dots {
    position: absolute;
    right: 30px;
    top: -70px;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 7px;
    height: 7px;
    background: #BABBB8;
    opacity: 1;
    border-radius: 0;
    margin: 0 2px;
}
.products-sect .slick-dots li.slick-active button {
    background: #FF6511;
}

.products-sect .btn.more a{
    text-decoration: none;
    font-size: 13px;
    color: #888888;
    font-family: 'Lato','微軟正黑體', sans-serif;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #CCCCCC;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    margin:10px auto 0;
    font-weight: 400;
    background: #FFF;
    z-index: 1;
}
.products-sect .btn.more a:hover{
    color: #FFF;
    transition: all .3s ease;
    border: 1px solid #00A2E9;
}
.products-sect .btn.more a:before{
    background-color: #00A2E9;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
}
.products-sect .btn.more a span{
    position: relative;
    z-index: 2;
}
.products-sect .btn.more a span:before,
.products-sect .btn.more a span:after {
    content: " ‧ ";
    display: inline-block;
    vertical-align: middle;
    margin: -6px 5px 0;
    font-size: 24px;
    font-weight: normal;
}
.products-sect .btn.more a:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}

/*關於我們*/
.sect2 {
    padding: 40px 0;
    margin-bottom: 80px;
}
.sect2 .container{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.sect2 .container:before{
    content: "";
    background: url(../../images/common/index/index-about-2.jpg);
    width: 1060px;
    height: 552px;
    position: absolute;
    left: -227px;
    top: 0;
    z-index: -1;
}
.sect2 .container:after{
    content: "";
    background: url(../../images/common/index/index-about-3.png);
    width: 868px;
    height: 455px;
    position: absolute;
    right: -234px;
    bottom: -77px;
    z-index: -2;
    visibility: unset;
}
.about-sect{
    width: 707px;
    height: 435px;
    background: #FFF;
    box-shadow: -1px 5px 9px 2px #00385136;
    margin-top: 40px;
    padding: 56px 83px;
    box-sizing: border-box;
    position: relative;
}
.about-sect .about-bg-2{
    position: absolute;
    left: -364px;
    top: 59px;
    width: 432px;
    height: 412px;
}
.about-sect .about-bg-2:before{
    content: "";
    background: url(../../images/common/index/index-about-1.png);
    width: 432px;
    height: 412px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.about-sect .sect-title{
    margin-bottom: 28px;
    position: relative;
}
.about-sect .sect-title span{
    position: relative;
}
.about-sect .sect-title span:before{
    content: "";
    background: url(../../images/common/index/index-icon-1.png);
    width: 25px;
    height: 20px;
    position: absolute;
    right: -39px;
    top: 4px;
}
.about-sect .sect-title .second_txt{
    font-family: 'Josefin Sans',"微軟正黑體", sans-serif;
    font-size: 68px;
    line-height: 64px;
    font-weight: 400;
    color: #CCCCCC;
    display: inline-block;
}
.about-sect .sect-title span{
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #332C2B;
    display: inline-block;
    margin-left: 25px;
}
.about-sect .index-about-txt{
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 146px;
    margin: 20px 0;
}

/*關於我們區塊 more 按鈕 start----------------------------*/
.about-sect .about-sect-more{
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 78px;
}
.about-sect .about-sect-more .ibtn.more {
    text-indent: 0;
    width: 50px;
    height: 50px;
    overflow: inherit;
    display: block;
    background: #FF6511;
    color: #fff;
    position: relative;
    text-align: left;
    position: relative;
    top: 0px;
    left: 0px;
    display: inline-block;
    transition: all .3s ease;
}
.about-sect .about-sect-more .ibtn.more:hover {
    background: #00A2E9;
}
.about-sect .about-sect-more .ibtn.more .icons {
    position: absolute;
    left:0px;
    top: 0px;
    font-size: 26px;
    width: 100%;
    height: 100%;
    line-height: 37px;
    text-align: center;
}
.about-sect .about-sect-more .ibtn.more .circle {
    transition: all .2s cubic-bezier(0.645,0.045,0.355,1.000);
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    margin: 0 0px
}
.about-sect .about-sect-more .ibtn.more.enter .circle {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}
.about-sect .about-sect-more .ibtn.more.leave .circle {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    transition: none
}
.about-sect .about-sect-more .ibtn.more .circle:nth-child(2) {
    transition-delay: 0.1s
}
.about-sect .about-sect-more .ibtn.more .circle:nth-child(1) {
    transition-delay: 0.2s
}
.about-sect .about-sect-more .ibtn.more .rect {
    transition: all .3s cubic-bezier(0.645,0.045,0.355,1.000);
    display: inline-block;
    height: 2px;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    background: #fff;
}
.about-sect .about-sect-more .ibtn.more .rect:nth-child(4) {
    margin-left: -8px
}
.about-sect .about-sect-more .ibtn.more .rect:nth-child(5),.about-sect .about-sect-more .ibtn.more .rect:nth-child(6) {
    margin-left: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center
}
.about-sect .about-sect-more .ibtn.more.enter.out .rect:nth-child(4) {
    width: 16px
}
.about-sect .about-sect-more .ibtn.more.enter.out .rect:nth-child(5) {
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.about-sect .about-sect-more .ibtn.more.enter.out .rect:nth-child(6) {
    width: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.about-sect .about-sect-more .ibtn.more.leave .rect:nth-child(4),
.about-sect .about-sect-more .ibtn.more.leave .rect:nth-child(5),
.about-sect .about-sect-more .ibtn.more.leave .rect:nth-child(6) {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
/*關於我們區塊 more 按鈕 end----------------------------*/


/*客戶介紹*/
.sect4 .container {
    position: relative;
}
.sect4 .container:before {
    content: "";
    background: url(../../images/common/index/index-slient-bg.png);
    width: 476px;
    height: 420px;
    position: absolute;
    left: -227px;
    top: 0;
    z-index: -1;
}
.sect4 .container:after {
    content: "";
    background: url(../../images/common/index/index-slient-bg-2.png);
    width: 328px;
    height: 290px;
    position: absolute;
    right: -89px;
    bottom: -54px;
    z-index: -1;
    visibility: unset;
}
.client-sect{
    text-align: center;
    margin: 20px auto;
}
.client-sect .sect-title {
    padding:  20px 0 0 0;
    margin-bottom: 37px;
    display: block;
}
.client-sect .sect-title .second_txt{
    font-family: 'Josefin Sans',"微軟正黑體", sans-serif;
    font-size: 68px;
    line-height: 64px;
    font-weight: 400;
    color: #CCCCCC;
}
.client-sect .sect-title span{
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #332C2B;
    position: relative;
}
.client-sect .sect-title span:before{
    content: "";
    background: url(../../images/common/index/index-icon-1.png);
    width: 25px;
    height: 20px;
    position: absolute;
    right: -39px;
    top: 4px;
}
.client-list{
    text-align: center;
    max-width: 1300px;
    margin: 0  auto;
}
.client-list .item {
    width: 25%;
    padding: 0 10px;
}
.client-list .pic {
    min-height: unset;
    overflow: visible;
    position: relative;
    background: url(../../images/common/bg-1.png);
    /* min-height: 260px; */
    padding: 67px;
    background-size: cover;
    box-sizing: border-box;
    background-position: center;
}
.client-list .box {
    display: block;
    max-width: 295px;
    margin: 0 auto 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 0px;
    /* box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.27); */
}

/*背景 開始*/
.client-list .pic {
    min-height: unset;
    overflow: visible;
    position: relative;
    background: url(../../images/common/bg-1.png);
    padding: 70px 80px;
    background-size: cover;
    box-sizing: border-box;
    background-position: center;
    background:none;
}
.client-list .box:before {
    content:"";
     background: url(../../images/common/bg-2.png);
    position:absolute;
    width:calc(100%);
    height:calc(100%);
    background-size:contain;
    left:0;
    top:0;
    background-repeat: no-repeat;
}
/*背景 結束*/

.client-sect .btn.more a{
    text-decoration: none;
    font-size: 13px;
    color: #888888;
    font-family: 'Lato','微軟正黑體', sans-serif;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #CCCCCC;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    margin:10px auto 0;
    font-weight: 400;
    background: #FFF;
    z-index: 1;
}
.client-sect .btn.more a:hover{
    color: #FFF;
    transition: all .3s ease;
    border: 1px solid #00A2E9;
}
.client-sect .btn.more a:before{
    background-color: #00A2E9;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
}
.client-sect .btn.more a span{
    position: relative;
    z-index: 2;
}
.client-sect .btn.more a span:before,
.client-sect .btn.more a span:after {
    content: " ‧ ";
    display: inline-block;
    vertical-align: middle;
    margin: -6px 5px 0;
    font-size: 24px;
    font-weight: normal;
}
.client-sect .btn.more a:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}

/*服務項目*/
.sect5{
    background: url('../../images/common/index/index-service-bg.jpg') no-repeat fixed center top ;
    margin: 50px auto;
    margin-bottom: 0;
}
.service-list{
    text-align: center;
    margin: 0  auto;
}
.service-sect .sect-title {
    padding:  90px 0 0 0;
    margin-bottom: 37px;
    display: block;
}
.service-sect .sect-title .second_txt{
    font-family: 'Josefin Sans',"微軟正黑體", sans-serif;
    font-size: 68px;
    line-height: 64px;
    font-weight: 400;
    color: #FFFFFF;
}
.service-sect .sect-title span{
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}
.service-sect .sect-title span:before{
    content: "";
    background: url(../../images/common/index/index-icon-2.png);
    width: 25px;
    height: 20px;
    position: absolute;
    right: -39px;
    top: 4px;
}
.service-sect{
    text-align: center;
    margin: 20px auto;
    padding-bottom: 69px;
}
.service-list {
    background:none;
    padding: 0 0;
}
.service-list .box {
    margin: 0px auto 40px;
}
.service-sect .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.service-sect .btn.more a{
    text-decoration: none;
    font-size: 13px;
    color: #FFF;
    font-family: 'Lato','微軟正黑體', sans-serif;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #FFF;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    margin:20px auto 0;
    font-weight: 400;
    background: transparent;
    z-index: 1;
}
.service-sect .btn.more a:hover{
    color: #FF6511;
    transition: all .3s ease;
    border: 1px solid #FFF;
}
.service-sect .btn.more a:before{
    background-color: #FFF;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
}
.service-sect .btn.more a span{
    position: relative;
    z-index: 2;
}
.service-sect .btn.more a span:before,
.service-sect .btn.more a span:after {
    content: " ‧ ";
    display: inline-block;
    vertical-align: middle;
    margin: -6px 5px 0;
    font-size: 24px;
    font-weight: normal;
}
.service-sect .btn.more a:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}

/*footer 聯絡資訊*/
.sect3 .container .row{
    border-top: none;
    padding: 20px 0 0 0;
}
@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
}
@media screen and (max-width: 1200px) {
    .client-list .item {
        width: 50%;
    }
    .client-list .item:nth-child(3n+1) {
        clear: none;
    }
    .client-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1100px) {
    .sect2 .container:before {
        width: 100vw;
        background-repeat: no-repeat;
    }
    .sect2 .container:after {
        display: none;
    }
    .about-sect .about-bg-2 {
        position: relative;
        left: 0;
        top: 0;
        width: 432px;
        height: 412px;
        margin: auto;
    }
    .about-sect {
        width: 100%;
        height: unset;
        background: #FFF;
        box-shadow: -1px 5px 9px 2px #00385136;
        margin-top: 40px;
        padding: 56px 83px;
        box-sizing: border-box;
        position: relative;
    }
    .sect2 .container:before {
        content: "";
        background: url(../../images/common/index/index-about-2.jpg);
        width: 1060px;
        height: 552px;
        position: absolute;
        left: -227px;
        top: 0;
        z-index: -1;
        display: none;
    }
    .sect2 {
        background: url(../../images/common/index/index-about-2.jpg);
        background-size: contain;

    }
}
@media screen and (max-width: 1000px) {

    .banner button.slick-arrow {
        display: none !important;
    }

    .sect1 {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .products-sect .sect-title {
        padding-top: 0;
        margin-bottom: 10px;
    }
    .products-sect .sect-title .second_txt{
        font-size: 26px;
        line-height: 30px;
    }
    .products-sect .sect-title span{
        font-size: 20px;
        line-height: 25px;
        margin-left: -39px;
    }
    .products-sect .sect-title span:before {
        top: 0;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 7px;
        left: 0;
    }
    .products-sect .slick-slider .slick-track {
        padding-top: 50px;
    }

    .sect2 {
        background: url(../../images/common/index/index-about-2.jpg);
        background-size: contain;
        margin-bottom: 25px;
    }
    .about-sect {
        margin-top: 0px;
        padding: 20px 20px;
    }
    .about-sect .sect-title {
        padding-top: 0;
        margin-bottom: 15px;
        text-align: center
    }
    .about-sect .sect-title .second_txt{
        font-size: 26px;
        line-height: 30px;
        display: block;
    }
    .about-sect .sect-title span{
        font-size: 20px;
        line-height: 25px;
        margin-left: -39px;
    }
    .about-sect .sect-title span:before {
        top: 0;
    }
    .about-sect .about-bg-2{
        position: relative;
        width: 100%;
        height: 200px;
        background: url(../../images/common/index/index-about-1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .about-sect .about-bg-2:before{
        display: none;
    }
    .about-sect .index-about-txt {
        display: block;
        height: unset;
        margin: 10px 0;
    }

    .client-sect {
        margin: 30px 0;
    }
    .client-sect .sect-title {
        padding-top: 0;
    }
    .client-sect .sect-title .second_txt{
        font-size: 26px;
        line-height: 30px;
    }
    .client-sect .sect-title span{
        font-size: 20px;
        line-height: 25px;
        margin-left: -39px;
    }
    .client-sect .sect-title span:before {
        top: 0;
    }

    .sect5{
        background: url(../../images/common/index/index-service-bg.jpg) no-repeat center top;
        background-size: cover;
        padding-top: 10px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .service-sect {
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .service-sect .sect-title {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .service-sect .sect-title .second_txt{
        font-size: 26px;
        line-height: 30px;
    }
    .service-sect .sect-title span{
        font-size: 20px;
        line-height: 25px;
        margin-left: -39px;
    }
    .service-sect .sect-title span:before {
        top: 0;
    }
}

@media screen and (max-width: 600px) {
    .client-list .item {
        width: 100%;
    }
    .client-list .item:nth-child(n) {
        clear: left;
    }
}
@media screen and (max-width: 520px) {
    .products-list .item,
    .news-list .item {
        width: 100%;
    }
    .service-list .item {
        width: 100%;
    }
}
