/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 0;
    left: 50%;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}

.banner .slick-prev {
    margin-left: -70px;
}

.banner .slick-next {
    background-position: 100% 0;
    margin-right: -69px;
    border-left: #8A8A8A 1px solid;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}


/*------------ title ------------*/

.title{
    color: #000000;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 40px;
}

.title i{
   display: none;
}

/*------------ more ------------*/


/*------------ sect ------------*/
.album-sect, .about-sect, .news-sect,.banner {
    position: relative;
    z-index: 2;
}

/*------------ about ------------*/

.about-sect {
    background: url('../../images/common/index/about_bg2.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
	padding-bottom: 1px;
}

.about-sect .row{
    padding: 0;
}

.about-sect .pic img{
    margin: 0;
}

.about-sect .col {
    float: left;
}

.about-sect .col.txt {
    width: 57.616%;
	display:block;
	float:none;
    /*float: right;*/
    position: relative;
    z-index: 2;
	margin:auto;
    box-sizing: border-box;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic {
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
    display: none;
}
.about-sect .title:before{
    content: 'COMPANY';
    font-family: 'Montserrat';
    display: block;
    font-size: 28px;
    color: #ef7bb1;


}
.about-sect .title {
    color: #000000;
    font-size: 23px;
    margin: 0 0 20px;
    letter-spacing: 1px;
    z-index: 30;
    font-weight: normal;
    text-align: right;
    text-indent: 0px;
    width: 158px;
    line-height: 1.31;

}

.about-sect .more {
    display: block;
    font-size: 15px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    text-align: center;
    border: solid 1px #444444;
    letter-spacing: 1px;
    transition: all .2s;
    position: absolute;
    bottom: 25px;
    left: 265px;
    border-radius: 20px;
}

.about-sect .more a {
    position: relative;
    display: block;
    z-index: 5;
}
.about-sect .more:after {
    content: '';
    display: block;
    background: #ed86b5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height:0;
    width: 0;
    border-radius: 20px;
    transition: all .5s ease-in-out;

}
.about-sect .more:hover{
    letter-spacing: 4px;
    color: #fff;
    border-color:  #ed86b5;
}
.about-sect .more:hover:after{
    width: calc( 100% - 6px);
    height: calc( 100% - 6px);
}


.about-sect .txt-box:before {
    content: '';
    display: block;
    width: 267px;
    height: 124px;
    background: url(../../images/common/index/about_top.png);
    position: absolute;
    left: 50px;
    top: -80px;
}
.about-sect .col.txt:after{
	 content: '';
    display: block;
    width: 120px;
    height: 112px;
    background: url(../../images/common/index/about_bottom1.png);
    position: absolute;
    left: -70px;
    bottom:33px;
}
.about-sect .col.txt:before{
	background: url(../../images/common/index/about_bottom2.png);
	 content: '';
	display: block;
	 position: absolute;
	 width:336px;
	 height:235px;
	 right:-103px;
	 bottom:-95px;
	 z-index:2;
}
.about-sect .txt-box {
    position: relative;
    background: #fff;
    border: 1px solid rgba(213, 220, 236, .6);
    padding: 70px 40px 125px;
    display: flex;
    margin-bottom: 11%;
}
.about-sect .txt-box .editor{
    padding-top: 42px;
}
.about-sect .txt-box:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    bottom:-45px;
    right: -45px;
    background: url(../../images/common/index/sh.png);
    background-size: 100% 100%;
    z-index: -1;
}
/*
.about-sect .txt-box:before {
    z-index: 20;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    pointer-events: none;
    display: none;
}
*/
.about-sect .txt .pic {
    text-align: right;
    margin: 0px 0px 0 0;
    position: relative;
     padding: 14.78% 0 20px;
}
.about-sect .txt .pic img{
    display: none;
}
.about-sect .txt .pic:before {
    content: "輕鬆購物省到家";
    color: #000000;
    font-size: 18px;
    letter-spacing: 23px;
    text-align: right;

}


/*------------ news ------------*/
.news-sect .title:before{
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #000000;
    margin: 0 auto 20px; 
    
}
.news-sect .title span{
    content: 'LATEST NEWS';
    font-family: 'Montserrat';
    display: block;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.news-sect{
    background: url('../../images/common/index/news_bg.jpg') no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    padding: 50px 0 50px;
}

.news-list {
    margin: 0 -10px;
}

.news-list li {
    width: 25%;
    padding: 0 10px 40px;
}

.news-list li:nth-child(4n+1) {
    clear: left;
}

.news-list li .box {
    transition: all .2s;
    position: relative;
    max-width: 312px;
    margin: 0 auto;
    box-sizing: border-box;
    top: 0;
    border:solid 1px #D9D9D9;
    background: #F9F9F9;
    padding-bottom: 5px;
}
.news-list li .box:before{
    content: '';
    display: block;
    background: #f4b4cf;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in-out;
    height: 5px;
    width: 0;
}
.news-list li:hover .box:before{
    width: 100%;
    right: inherit;
    left: 0;
}
.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 li .box:hover{
    top: -10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16)
}
.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
}
.news-list li .box .pic img{
    transition: all .3s ease;
}
.news-list li .box:hover .pic img{
    opacity: 0.7;
}

.news-list li .text{
    padding: 0 20px 20px 20px;
}
.news-list li .date small,
.news-date small{
    display: block;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 13px;
}
.news-list li .date,
.news-date {
    letter-spacing: 0;
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 1.2;
    display: block;
    text-align: center;
    color: #FFFFFF;
    margin: -25px 0 13px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #727071;
    transition: all .3s ease-in-out;
}
.news-list li .box:hover .date{
    background: #f4b4cf;    
}

.news-list li .name {
    font-size: 17px;
    line-height: 1.4;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    transition: all .2s;
    margin: 0 0 10px;
    color: #333333;
    transition: all .3s ease;
   
}
.news-list li .box:hover .name {
     color: #000000
}
.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #8C8C8C;
    transition: all .3s ease;
    height: 62px;
    line-height: 1.5;
}
.news-list li .box:hover .description {
    color: #464646;
}
/*------------ products ------------*/

.products-sect{
    position: relative;
    z-index: 10;
    padding-top: 90px;
/*    background: url(../../images/common/index/project_bg.jpg) no-repeat 50% 50%;*/
    background-size: cover;

}
.products-sect:before{
    content: '';
    display: block;
    background: url(../../images/common/index/project_bg.jpg) no-repeat 50% 50%;
    width: 100%;
    height: calc(100% - 200px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    background-size: cover;
}

.products-sect .container{
    background: #fff;

}
.products-sect >.container:before{
    position: absolute;bottom: 0;
    width: 100%;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    background: #ed86b5;
}
.products-sect >.container:after{
    visibility: visible;
    display: block;
    background: url(../../images/common/index/ico.png) no-repeat;
    width: 22px;
    height: 13px;
    margin: 0 auto;
    position: absolute;
    bottom:-10px;
    left: 0;
    right: 0;

}
.products-sect .title:before{
    color: #000000;
    content: 'PROJECT';
    display: block;
    font-family: 'Montserrat';
    font-size: 36px;
}
.products-sect .title {
    position: relative;
    top: -50px;
    background: url(../../images/common/index/product_title.png) 50% 0% no-repeat;
    width: 100%;
    height: 156px;
    display: block;
    margin: auto;
    box-sizing: border-box;
    padding: 28px 0 0;
    font-size: 21px;
}

.products-sect .title i{
    background: url(../../images/common/index/ic02.png);
}

.products-sect > .container{
    max-width: 1600px;
}

.products-box {
    margin-top: -40px;
    padding-bottom: 35px;
}
.product-list {
    margin: 0 -15px;
}

.product-list li {
    width: 25%;
    padding: 0 15px;
}

.product-list li:nth-child(4n+1) {
    clear: left;
}

.product-list > li > .box{
    max-width: 300px;
    margin: 0 auto 45px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0 5px;
    position: relative;
}
.product-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.product-list .pic {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}

.product-list .box:hover .pic{
}

.product-list .pic:before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(244, 180, 207, 0.9);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
}


.product-list li .box:hover .cover,
.product-list li .box:hover .pic:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.product-list .pic:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 6;
}


.product-list li .box:hover .cover,
.product-list li .box:hover .pic:after {
    opacity: 1;
    width: 100%;
}

.product-list .pic {
   margin: 0 -5px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}

.product-list .name {
    text-align: -webkit-auto;
    line-height: 1.2;
    font-size: 16px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 15px 0 5px;
    color: #000;
}

.product-list .description {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin: 5px 0 10px;
    color: #959595;
}

.product-list .box.new:before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    background: url(../../images/common/products/news_tag.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.product-list .box img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.product-list .box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.product-list .mask {
    margin: 0 -5px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}
.product-list .mask .pic:before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(244, 180, 207, 0.9);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
}
.product-list .box .mask .pic:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 6;
}
.product-list .box:hover .mask .pic:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.product-list .box:hover .mask .pic:after {
    opacity: 1;
    width: 72px;
}
.product-list .box .more {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    font-family: 'Montserrat';
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
}

.product-list .box:hover .more {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}

/*------------ service ------------*/

.service-sect{
    background: url('../../images/common/index/service_bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    margin-top: -308px;
    color: #000;
    padding-top: 350px;
}

.service-sect .title{
   color: #d65891;
   margin: 0 0 30px;
   text-indent: 5px;
   text-align:right;
   min-width: 168px;
   padding-right: 30px;
   padding:5px 30px 5px 0;
   position: relative;
    font-weight: bold;
}
.service-sect .title:after{
    height: 62px;
    width: 3px;
    background: #ed86b5;
    position: absolute;
    top: 0;
    right: -1px;
    content: '';


}
.service-sect .title:before{
    content: 'SERVICES';
    font-family: 'Montserrat';
    font-size: 28px;
    display: block;
    color: #000;
    font-weight: normal;

}
.service-sect .title i{
   display: none;
}
.service-sect .editor{
    padding-left: 30px;    
    padding-bottom: 10px;
    padding-top: 5px;
    border-left: solid 1px #959595;
    min-height: 240px;
    line-height: 1.8;
}

.service-box{
    position: relative;
    padding-left: 44%;
    padding-bottom: 80px;
    text-align: left;
}
.service-box > .flex{
    display: flex;
}
.service-box >.flex > a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.service-box:before,
.service-box:after{
    
}

.service-box:before{
    content: "";
    display: block;
    position: absolute;
    width: 474px;
    height: 290px;
    left: 0;
    background: url('../../images/common/index/service_pic1.png') no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    max-width: 50%;
}



/*------------ album ------------*/

.album-sect .container{
    max-width: 100%;
    padding: 0;
}

.album-list li {
    width: 16.66%;
    padding: 0;
}

.album-list li .box{
    max-width: 320px;
    margin: 0 auto;
    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 li .pic {
    overflow: hidden;
    position: relative;
}

.album-list li .namebox {
    transition: all .2s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background:rgba(237, 134, 181, 0.9);
    color: #fff;
    font-size: 16px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 10;
}
.album-list li .namebox .name{
    margin:10px 0;
}
.album-list li:hover .box .namebox{
    opacity: 1
}

.album-list li .pic:before {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    transition: all .3s ease;
}
.album-list.active li .pic:before {
    opacity: 1;
}

.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before {
    opacity: 0;
}

/*----------- fancybox-index --------------*/

.fancybox-index .fancybox-close{
    margin-top: -65px;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1440px) {
    .about-sect .col.pic{
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic{
      /*  padding: 5% 0 20px;*/
    }
    .about-sect .txt-box {
        padding: 30px 40px 90px;
    }
}

@media screen and (max-width: 1280px) {
   .about-sect{
       /* padding: 30px 0 0 0;*/
		
    }
    
   
    .service-box:before{
    }
    .service-box:after{
       
    }
}

@media screen and (max-width: 1100px) {
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;

    }
     .about-sect .txt-box{
        padding: 25px 20px 70px;
    }
    .about-sect .txt .pic:before{
        left: 0;
        right: auto;
    }
    .news-list,
    .product-list{
        max-width: 700px;
        margin: 0 auto;
    }
    .news-list li,
    .product-list li{
        width: 50%;
    }
    .about-sect .txt-box{
        display: block;
    }
    .about-sect .txt-box .editor{
        padding: 0px 0 20px;
    }
    .index-about-editor:before{
        display: none;
    }
    .about-sect .col.pic{
        position: static;

    }
    .about-sect .title{
        width: 100%;
        text-align: center;
    }
    .about-sect .more{
        left: 50%;
        margin-left: -93px;
    }
    .news-sect .title span,.products-sect .title:before{
        font-size: 27px;
    }
    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .products-sect .title{
        background: none;
        font-size: 20px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        top: -70px
    }
    .about-sect .col.pic img{
        max-width: 100%;
        height: auto!important;
    }
    .news-sect{
        padding: 60px 0 0px;
    }
    .products-sect{
        padding-top: 95px;
    }
    .products-sect > .container{
        width: calc(100% - 40px);
    }
    .products-box{
        padding: 8px 0;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .title{
        text-align: center;
        padding: 0;
        text-indent: 0;
        margin: 30px auto 20px;
    }
    .service-sect .title:after{
        display: none;
    }
    .service-sect .editor{
        border:none;
        padding: 0 5px 0;
    }
    
    .banner .slick-arrow {
        transform: scale(0.5);
        margin-bottom: -18px;
    }

    .banner .slick-prev {
        margin-left: -36px;
    }

    .banner .slick-next {
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .service-box{
        padding-left: 0;
        padding-bottom: 40px;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 220px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;

    }
	.about-sect .txt-box:before,.about-sect .col.txt:before,.about-sect .col.txt:after{
		display:none;
	}
}

@media screen and (max-width: 767px) {
    .service-sect{
        padding-top: 25px;
        margin-top: 0;
        background-position: 60% 50%;
    }
    
    .about-sect{
        padding: 0;
    }
    .about-sect .txt-box{
        padding: 25px 20px 70px;
        margin-bottom: 0px;
		
    }
    .about-sect .title .more{
        float: none;
        display: block;
        margin: 0;
    }
    
    .about-sect .txt .pic:before{
        letter-spacing: 5px;
    }
    .about-sect .txt .pic {
        padding:20px 0 5px;
    }
}

@media screen and (max-width: 600px) {


}

@media screen and (max-width: 480px) {
    .news-list li,
    .product-list li{
        width: 100%;
        padding: 0 0 40px;
    }
    .product-list li{
        padding: 0;
    }
}