/* 共用 */

.loading { background-color:#1b1b1b; position: fixed; top:0; left:0; width:100%; height:100%; z-index:10000; }
.loading img { width:auto; padding-top:30vh; }

.public-container { position: relative; max-width:1330px; width:100%; margin:0px auto; padding:0px 15px; }

.mask { background-color:rgba(0,0,0,0.6); color:#fff; display: flex; justify-content: center; align-items:center; }

.top { position: relative; }
.top .topbnr .bnr { width:100%; height:100vh; }

.top .top-pic .pic .mask { display: none; font-size:1.5rem; }
.top .top-pic .pic:hover .mask { display: flex; }

.Title { color:#d2ad7d; }

.mbnr { height:300px; }
/* 圖片放大 */
@keyframes zoomin {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

.top .top-txt { color:#fff; position: absolute; top:calc(50% - 10px); left:50%; transform:translate(-50%,-50%); z-index:5; letter-spacing: 5px; }
.top .top-txt .tit { font-size:3rem; }
.top .top-txt .cont { font-size:1.5rem; margin-top:10px; }

.top .top-pic { position: absolute; left:0; right:0; bottom:0; }

.about { padding:120px 0px; }
.about .Title { font-size:2rem; letter-spacing: 5px; }
.about .cont { color:#474747; margin:0px 15px; }
.about img { max-width:200px; }

.work { padding:60px 0px; background-color:#f6f6f6; padding-bottom:200px; }
.work .Title { font-size:2.5rem; letter-spacing: 5px; position: absolute; top:-90px; }
.work .row > div.mt1 { margin-top:30px; }
.work .row .BaseBD:hover .mask { display: flex; }
.work .row .mask { display: none; }
.work .row .mask .tit { font-size:1.5rem; margin-bottom:20px; }
.work .row .mask .price span { font-size:1.25rem; }
.work .more { margin-top:50px; }
.work .more a { color:#5e5e5e; }
.work .more a:hover { color:#837458; }

.service { position: relative; }
.service .area { position: absolute; left:0; right:0; top: -140px; }
.service .area > .pic { display: block; position: relative; padding:80px; text-align:left; color:#1b1b1b; }
.service .area .left { background-color:#fff; }
.service .area .left:hover { color:#fff;  background-size:cover; background-position: center; }
.service .area .right { background-color:#e8c691; }
.service .area .right:hover { color:#fff; background-size:cover; background-position: center; }
.service .area .tit { font-size:1.5rem; margin-bottom:35px; }
.service .area .cont { margin-bottom:35px; }

div.footer { padding-top:260px; }

/* amination area init */
.upslideAni { animation:upslide 2s; transform:translateY(0px); opacity: 1; }
/* animation */
@keyframes upslide {
    0% { transform:translateY(100px); opacity: 0; }
    100% { transform: translateY(0px); opacity: 1; }
}

@media ( min-width:1500px ){
    .work .row { margin-left:-30px; margin-right:-30px; }
    .work .row > div { padding-left:30px; padding-right:30px; }
    .work .row > div.mt1 { margin-top:60px; }
}

@media (min-width:1200px){
    
}

@media (max-width:1199.98px) and (min-width:992px){

}

@media (min-width:992px){
    
}

@media (max-width:991.98px){
    .top .top-pic { transform: translate(0px,calc(50% + 40px)); }
}

@media (min-width:768px) and (max-width:991.98px){

}

@media (min-width:768px){
    .top .top-pic { display: flex; transform:translate(0px,40px); }
    .top .top-pic .pic { width:50%; }

    .service .area { display: flex; }
    .service .area > .pic { width:50%; }
}

@media (max-width:767.98px){

    div.footer { padding-top:380px; }

    .top .top-txt .tit { font-size:2rem; }
    .top .top-txt .cont { font-size:1.125rem; margin-top:20px; }

    .about { margin-top:40%; }
    .about img { max-width:150px; }

    .work .Title { font-size:2rem; top:-84px; }
    .work .row > div.mt2 { margin-top:30px; }

    .service .area > .pic { padding:40px; }
    .service .area .tit { margin-bottom:15px; }
    .service .area .cont { margin-bottom:20px; }
}



/*************************************** 
            home_jcarousel
***************************************/

.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    /* border: 10px solid #fff; */
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999; */  /* 邊框 */
}


/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    position: relative;
    /* border: 1px solid #fff; */

    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.jcarousel li .mask {
    background-color:rgba(0,0,0,0.6);
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    /* width: 30px; */
    /* height: 30px; */
    text-align: center;
    /* background: #4E443C; */
    z-index: 0;
    font-size:2.5rem;
    /* color: rgba(255,255,255,0.7); */
    color: #ffffff;
    opacity: 0.4;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 0 1px #000;
    /* font: 24px/27px Arial, sans-serif; */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /* -webkit-box-shadow: 0 0 4px #F0EFE7; */
    /* -moz-box-shadow: 0 0 4px #F0EFE7; */
    /* box-shadow: 0 0 4px #F0EFE7; */
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    color: #e8c691;
    opacity: 1;
}


.control-prev{
    left: 60px;
}

.control-next{
    right: 60px;
}

.slide-btn{
    position: absolute;
    bottom: 10vh;
    left:50%;
    background:url("../../images/img_down.png") no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    transform:translate(-50%,-50%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    animation: shadow-pulse 1s infinite;
}
.slide-btn:hover{
    cursor: pointer;
}

@keyframes shadow-pulse{
    0% { box-shadow: 0 0 0 0px rgba(255,255,255,0.2); }
    100% { box-shadow: 0 0 00 35px rgba(255,255,255,0); }
}


@media (min-width:768px) and (max-width:991.98px){
    .slide-btn { bottom: 4vh; }
}

@media (max-width:767.98px){
    .control-prev{ left: 10px; } 
    .control-next{ right: 10px; }
    .slide-btn { width:48px; height:48px; bottom:10px; }
}

