﻿@charset "utf-8";

body {
    overflow: hidden;
    font-size: 12px;
}
@media screen and (max-width: 1440px) {
body {
    font-size: 10px;
}
}
@media screen and (max-width: 768px) {
body {
    font-size: 8px;
}
}

.video_box {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #000;
    transition: all 0.8s ease-out ;
}

.video_box .video_play  {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video_box .skip  {
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #e95235;
    cursor: pointer;
}
.video_box .skip:hover  {
    color: #000;
}


/*頁面*/
.index_swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position:relative;
    top: 0%;
    transition: all 0.8s ease-out ;
}

.index_swiper>.swiper-wrapper>.swiper-slide {
    position: relative;
    text-align: center;
    color: #FFF;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;

    transition: all 1.5s ease-out 0.8s ;
    -webkit-filter: brightness(30%);  /* Safari 6.0 - 9.0 */
    filter: brightness(30%);
}
.index_swiper>.swiper-wrapper>.swiper-slide-active {
    /*
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
     -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: toLight;
    animation-name: toLight;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
        */
    -webkit-filter: brightness(100%);  /* Safari 6.0 - 9.0 */
    filter: brightness(100%);

}
/*
@-webkit-keyframes toLight {
  from {
    -webkit-filter: brightness(30%); 
    filter: brightness(30%);
  }

  to {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}
    */
.index_swiper>.swiper-wrapper>.swiper-slide:nth-child(1) {
    background-image: url(../upload/index_banner1.jpg);
}
.index_swiper>.swiper-wrapper>.swiper-slide:nth-child(2) {
    background-image: url(../images/index_about_bg.jpg);
}
.index_swiper>.swiper-wrapper>.swiper-slide:nth-child(3) {
    background-image: url(../images/index_cases_bg.jpg);
}
.index_swiper>.swiper-wrapper>.swiper-slide:nth-child(4) {
    background-image: url(../images/index_sung_bg.jpg);
}
.index_swiper>.swiper-wrapper>.swiper-slide:nth-child(5) {
    background-image: url(../images/index_server_bg.jpg);
}
.index_swiper>.swiper-wrapper>.swiper-slide:nth-child(6) {
    background-color:#F00;
    height: 30px;
}



/*內容*/
/*BANNER*/
.index_swiper .swiper-wrapper > .banner  .banner_swiper {
    width: 100%;
    height: 100%;
}
.index_swiper .swiper-wrapper > .banner  .banner_swiper .banner_move>li {
    background-position: 50% 50%;
    background-size: cover;
}
.index_swiper .swiper-wrapper > .banner  .banner_swiper .banner_move>li.video .mask  {
    width: 100%;
    height: 100%;
    position:absolute;
    left: 0px;
    top: 0;
    background-color: rgba( 0, 0, 0, 0.5);
    color: #FFF;
    text-align: center;
    opacity: 1;
        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-out ;
}
.index_swiper .swiper-wrapper > .banner  .banner_swiper .banner_move>li.video .mask .fa{
    width: 58px;
    height: 58px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #FFF;
    font-size: 40px;
    text-align: center;
    line-height: 54px;
}
@media screen and (max-width: 768px){
.index_swiper .swiper-wrapper > .banner  .banner_swiper .banner_move>li.video .mask .fa{
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 36px;
}
}



.index_swiper .swiper-wrapper > .banner  .banner_swiper .swiper-pagination {
    bottom: 50px;
}
.index_swiper .swiper-wrapper > .banner  .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 10px ;
    border: 2px solid #e95235;
    background-color: transparent;
    opacity: 1;
}
.index_swiper .swiper-wrapper > .banner  .banner_swiper .swiper-pagination .swiper-pagination-bullet-active  {
    background-color: #e95235;
}
@media screen and (max-width: 768px){
.index_swiper .swiper-wrapper > .banner  .banner_swiper .swiper-pagination {
    display: block;
}
}



.index_swiper .swiper-wrapper>.swiper-slide .cent_box {
    width:85%;
    max-width: 750px;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.index_swiper .swiper-wrapper>.swiper-slide-active .cent_box {
    opacity: 1;
}
.index_swiper .swiper-wrapper>.swiper-slide h2 {
    padding-bottom: 25px;
    font-size: 9em;
    line-height: 120%;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.5);
    transition: all 0.2s ease-out;
}
.index_swiper .swiper-wrapper>.swiper-slide-active  h2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
     -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index_swiper .swiper-wrapper>.swiper-slide h3 {
    padding-bottom: 30px;
    font-size: 2em;
    line-height: 160%;
    letter-spacing: 1px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    transition: all 0.2s ease-out;
}
.index_swiper .swiper-wrapper>.swiper-slide-active  h3 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
     -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index_swiper .swiper-wrapper>.swiper-slide .btn {
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.6em;
    background-color:#e95235;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.index_swiper .swiper-wrapper>.swiper-slide .btn:hover {
    background-color:#000;
}
.index_swiper .swiper-wrapper>.swiper-slide-active  .btn {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
     -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index_swiper .swiper-wrapper>.swiper-slide .btn_all {
    margin: 0 auto;
}
.index_swiper .swiper-wrapper>.swiper-slide .btn_all>li {
    position: relative;
    top: 0px;
    display: inline-block;
    padding: 5px 20px;
    font-size: 1.5em;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.index_swiper .swiper-wrapper>.swiper-slide .btn_all>li:hover {
    top: -10px;
}
.index_swiper .swiper-wrapper>.swiper-slide .btn_all>li img {
    width: 100%;
}
.index_swiper .swiper-wrapper>.swiper-slide-active  .btn_all>li {
     -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index_swiper .swiper-wrapper>.swiper-slide-active  .btn_all>li:nth-child(1) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.index_swiper .swiper-wrapper>.swiper-slide-active  .btn_all>li:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.index_swiper .swiper-wrapper>.swiper-slide-active  .btn_all>li:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.index_swiper .swiper-wrapper>.swiper-slide-active  .btn_all>li:nth-child(4) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.index_swiper .swiper-wrapper>.swiper-slide-active  footer {
    width: 100%;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.2em;
    background-color: #262626;
     -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media screen and (max-width: 1440px) {
.index_swiper .swiper-wrapper>.swiper-slide .cent_box {
    max-width: 600px;
}
.index_swiper .swiper-wrapper>.swiper-slide h2 {
    padding-bottom: 17px;
}
.index_swiper .swiper-wrapper>.swiper-slide h3 {
    padding-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
.index_swiper .swiper-wrapper>.swiper-slide h2 {
    padding-bottom: 13px;
    font-size: 6em;
}
.index_swiper .swiper-wrapper>.swiper-slide h3 {
    padding-bottom: 15px;
}
.index_swiper .swiper-wrapper>.swiper-slide .btn {
    font-size: 2em;
}
.index_swiper .swiper-wrapper>.swiper-slide .btn_all {
    width: 230px;
}
.index_swiper .swiper-wrapper>.swiper-slide .btn_all>li {
    width: 110px;
    padding: 3px 15px;
}
.index_swiper .swiper-wrapper>.swiper-slide-active  footer {
    padding: 10px;
    -webkit-animation-name: none;
    animation-name: none; 
}
}



/*按鈕*/
.swiper-pagination {

}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 20px 0;
    position: relative;
    border: 3px solid #FFF;
    opacity: 1;
    background-color: transparent;

}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #FFF;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #FFF;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:before {
    width: 40px;
    padding-right: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    opacity: 0;
    transition: all 0.2s ease-out ;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
    padding-right: 20px;
    opacity: 1;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    padding-right: 20px;
    opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1):before {
    content: '首頁';
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2):before {
    content: '我們';
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3):before {
    content: '年豐';
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4):before {
    content: '松聯';
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(5):before {
    content: '服務';
}
@media screen and (max-width: 768px) {
.swiper-pagination {
    display: none;
}
}



.index_swiper .scroll {
    width: 30px; 
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 10;
    cursor: pointer;
    transform: translateX(-50%);
    background-image: url(../images/index_arrow.png);
    animation:scroll_move 0.5s infinite;
    -webkit-animation:scroll_move 0.5s infinite; /*Safari and Chrome*/
    animation-timing-function:ease-out;
    animation-direction:alternate;
    -webkit-animation-direction:alternate; /* Safari 和 Chrome */
}
.index_swiper .scroll.swiper-button-disabled {
    display: none;
}
@keyframes scroll_move
{
from {bottom: 20px;}
to {bottom: 10px;}
}


/*彈跳頁面*/
.light_box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:50;
    opacity: 0;
    background-color: #000;
}

.light_box .close_btn {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 20px;
    top: 70px;
    z-index:10;
    background-image: url(../images/close.png);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    cursor: pointer;
    transition: all 0.2s ease-out ;
}
.light_box .close_btn:hover {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}





/*關於我們頁面*/
.light_box .open_about {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:0;
    display: flex;
}
.light_box .open_about .txt_box {
    flex: 1;
    min-width: 320px;
    height: 100%;
    position: relative;
    color: #FFF;
    background-image:  url(../images/open_about_txt_bg.jpg);
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.light_box .open_about .txt_box .cent_box {
    max-width: 550px;
    padding: 0px 30px;
}
.light_box .open_about .txt_box .cent_box .title {
    padding: 10px 0;
    font-size: 2.5em;
}
.light_box .open_about .txt_box .cent_box .txt {
    font-size: 1.5em;
    line-height: 160%;
    text-align: justify;
}
.light_box .open_about .txt_box .cent_box .awads_btn {
    display: inline-block;
    position: absolute;
    right: 30px; 
    bottom: 30px; 
    padding: 5px 20px;
    font-size: 1.6em;
    background-color:#e95235;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.light_box .open_about .txt_box .cent_box .awads_btn:hover {
    background-color:#000;
}
.light_box .open_about .pic_box {
    flex: 2;
    height: 100%;
    position: relative;
    background-image:  url(../images/open_about_pic.jpg);
    background-size: cover;
    background-position: center;
}
.light_box .open_about .pic_box .slogen {
    position: absolute;
    right: 30px; 
    bottom: 30px;
    font-size: 1.5em;
    color: #000;
}
@media screen and (max-width: 1440px) {
.light_box .open_about .txt_box .cent_box {
    padding: 0px 20px;
}
.light_box .open_about .txt_box .cent_box .awads_btn {
    right: 20px; 
    bottom: 20px; 
    padding: 4px 10px;
}
.light_box .open_about .pic_box .slogen {
    right: 20px; 
    bottom: 20px;
}
}
@media screen and (max-width: 1080px) {

}
@media screen and (max-width: 768px) {
.light_box .open_about {
    display: block;
    overflow: auto;
}
.light_box .open_about .txt_box {
    height: auto;
    display: block;
}
.light_box .open_about .txt_box .cent_box {
    width:100%;
    margin: 0 auto;
    padding: 40px;
}
.light_box .open_about .txt_box .cent_box .txt {
    line-height: 200%;
}
.light_box .open_about .txt_box .cent_box .btn_box {
    padding-top: 20px;
    text-align: center;
}
.light_box .open_about .txt_box .cent_box .awads_btn {
    display: block;
    position: static;
    font-size: 2em;
}
.light_box .open_about .pic_box {
    padding-top: 70%;
    height:auto;
}
}
@media screen and (max-width: 480px) {
.light_box .open_about .txt_box .cent_box {
    padding: 40px 20px;
}
.light_box .open_about .pic_box .slogen {
    right: 10px; 
    bottom: 10px;
}
}



/*個案頁面*/
.light_box .open_cases {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    z-index:0;
    text-align: center;
    color: #FFF;
    background-image: url(../images/cases_bg.jpg);
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.light_box .open_cases .cent_box {
    width: 1200px;

}
.light_box .open_cases .cent_box h3 {
    font-size: 2.5em;
    line-height: 150%;
}
@media screen and (max-width: 1440px) {
.light_box .open_cases .cent_box {
    width: 1080px;
}
}
@media screen and (max-width: 1280px) {
.light_box .open_cases .cent_box {
    width: 720px;
}
}
@media screen and (max-width: 768px) {
.light_box .open_cases {
    display: block;
}
.light_box .open_cases .cent_box {
    max-width: 450px;
    width: 100%;
    margin: 50px auto;
    padding:0 40px;
}
.light_box .open_cases .cent_box>h3 {
    text-align: left;
}
}
@media screen and (max-width: 480px) {
.light_box .open_cases .cent_box {

}
}
.light_box .open_cases .cent_box .pic_box {
    width: 100%;
    margin-top: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0,0,0.6);
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper .swiper-wrapper .swiper-slide {
    position: relative;
    padding-bottom:48.451%;
    overflow: hidden;
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper .swiper-wrapper .swiper-slide .btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transition: all 0.2s ease-out;
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper .swiper-wrapper .swiper-slide:hover .btn {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper .swiper-wrapper .swiper-slide .link {
    padding: 0.2em 0.5em;
    position: absolute;
    right: 1em;
    bottom: 1em;
    line-height: 100%;
    font-size: 1.5em;
    font-weight: bold;
    color: #434445;
    background-color: #FFF;
    border: 1px solid #434445;
    border-radius: 3px;
    transition: all 0.2s ease-out;
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper .swiper-wrapper .swiper-slide .link:hover {
    color: #FFF;
    background-color: #434445;
}

.light_box .open_cases .cent_box .pic_box .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
.light_box .open_cases .cent_box .pic_box .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 768px) {
.light_box .open_cases .cent_box .pic_box  {
    box-shadow: none;
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper {
    height: auto;
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper .swiper-wrapper {
    display: block;
    height: auto !important;
    transition-duration: 0ms !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 25px;
}
.light_box .open_cases .cent_box .pic_box .all_cases_swiper .swiper-wrapper .swiper-slide .link {
    right: 0.5em;
    bottom: 0.5em;
}
.light_box .open_cases .cent_box .pic_box .swiper-button-next {
    right: -34px;
    display: none;
}
.light_box .open_cases .cent_box .pic_box .swiper-button-prev {
    left: -34px;
    display: none;
}
}


/*松聯營造開圖*/
.light_box .open_sung_line {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    z-index:0;
    text-align: center;
    color: #FFF;
    background-image: url(../images/sung_lin_construction_bg.jpg);
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.light_box .open_sung_line .cent_box {
    width: 100%;
    max-width: 1380px;
    padding: 0px 40px;
}
.light_box .open_sung_line .cent_box h3 {
    font-size: 2.5em;
    line-height: 150%;
    text-align: left;
}
.light_box .open_sung_line .cent_box .pic_box {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 1440px) {
.light_box .open_sung_line .cent_box {
    max-width: 1050px;
}
}
@media screen and (max-width: 1180px) {
.light_box .open_sung_line .cent_box {
    max-width: 720px;
}

}
@media screen and (max-width: 768px) {
.light_box .open_sung_line {
    display: block;
}
.light_box .open_sung_line .cent_box {
    max-width: 450px;
    margin: 50px auto;
}
.light_box .open_sung_line .cent_box .pic_box {
    position: relative;
    height: auto;
}
}
@media screen and (max-width: 480px) {

}

.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper {

}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper .swiper-slide {
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0px 0px 15px rgba(0, 0,0,0.6);
}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper .swiper-slide:before {
    width: 100%;
    padding-bottom: 66.666%;
    display: block;
    content: "";
}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper .swiper-slide .btn {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper .swiper-slide .btn img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    transition: all 0.2s ease-out;
}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper .swiper-slide .btn .hover_show {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3em;
    background-color: rgba( 0, 0 , 0, 0.6);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;

    opacity: 0;
    transition: all 0.2s ease-out;
}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper .swiper-slide .btn .txt_box {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper .swiper-slide .btn:hover img {
    max-width: 105%;
    max-height: 105%;
    left: -2.5%;
    top: -2.5%;
    right: -2.5%;
    bottom: -2.5%;
}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper .swiper-slide .btn:hover .hover_show {
    opacity: 1;
}

.light_box .open_sung_line .cent_box .pic_box .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
.light_box .open_sung_line .cent_box .pic_box .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 768px) {
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper {
    height: auto;
}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper {
    display: block;
    height: auto !important;
    transition-duration: 0ms !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.light_box .open_sung_line .cent_box .pic_box .all_sung_lin_swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 15px;
}
.light_box .open_sung_line .cent_box .pic_box .swiper-button-next {
    right: -34px;
    display: none;
}
.light_box .open_sung_line .cent_box .pic_box .swiper-button-prev {
    left: -34px;
    display: none;
}
}


/*聯絡表單*/
.light_box .open_contacts {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:0;
    overflow: auto;
    color: #FFF;
    background-image: url(../images/contacts_bg.jpg);
    background-size: cover;
    background-position: center;
}
.light_box .open_contacts .main_box {
    width: 85%;
    max-width: 1000px;
    margin: 60px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.light_box .open_contacts .main_box .none {
    width: 40px;
}
.light_box .open_contacts .main_box .left_from {
    background-color: rgba(190, 80, 25,0.15);
}
.light_box .open_contacts .main_box .right_from {
    background-color: rgba(20, 115, 125,0.15);
}
.light_box .open_contacts .main_box .all_from {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
    padding: 60px 40px;
    display: inline-block;
    border-radius: 10px;
    vertical-align: top;
}
.light_box .open_contacts .main_box .all_from .box {
    max-width: 400px;
    margin: 0 auto;   
}
.light_box .open_contacts .main_box .all_from .box .name{
    text-align: center;
    padding-bottom: 5px;
    font-size: 3em;
    font-weight: bold;
}
.light_box .open_contacts .main_box .all_from .box .name_eng {
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
}
.light_box .open_contacts .main_box .all_from .box .message  {
    padding-bottom: 30px;
    font-size: 1.6em;
    letter-spacing: 2px;
    line-height: 180%;
    font-weight: bold;
}
.light_box .open_contacts .main_box .all_from .box .message>a  {
    color: inherit;
}
.light_box .open_contacts .main_box .all_from .box .data  {
    font-size: 1.5em;
    color: #e95235;
}
.light_box .open_contacts .main_box .all_from .box .input_txt {
    width: 100%;
    margin-top: 13px;
    padding: 8px;
    color: #333;
    font-size: 1.6em;
    border-radius: 3px;
    background-color:#d9d9d9;
    vertical-align:middle;
    font-family: 'Microsoft JhengHei',Helvetica, serif;
}
.light_box .open_contacts .main_box .all_from .box .input_txt.client {
    width: 48%;
    margin-right: 3%;
}
.light_box .open_contacts .main_box .all_from .box .input_txt.tel {
    width: 48%;
}
.light_box .open_contacts .main_box .all_from .box .sent_btn {
    margin-top: 13px;
    text-align: center;
}
.light_box .open_contacts .main_box .all_from .box .sent_btn  .btn {
    display: inline-block;
    margin: 0px 10px;
    padding: 5px 20px;
    font-size: 1.6em;
    color: #FFF;
    background-color:#e95235;
    cursor: pointer;
    font-family: 'Microsoft JhengHei',Helvetica, serif;
    transition: all 0.2s ease-out;
}
.light_box .open_contacts .main_box .all_from .box .sent_btn :hover {
    background-color:#000;
}
.light_box .open_contacts .main_box .txt {
    width: 100%;
    padding: 20px 0;
    font-size: 2em;
    line-height: 150%;
    font-weight: normal;
    text-align: center;
}
@media screen and (max-width: 1080px) {
.light_box .open_contacts .main_box {
    width: 100%;
    max-width: 530px;
    padding: 0 40px;
    display: block;
}
.light_box .open_contacts .main_box .none {
    height: 20px;
}
.light_box .open_contacts .main_box .all_from {
    padding: 20px;
    display: block;
}
.light_box .open_contacts .main_box .all_from .box .name_eng  {
    padding-bottom: 10px;
}
.light_box .open_contacts .main_box .all_from .box .message  {
    padding-bottom: 20px;
}

.light_box .open_contacts .main_box .all_from .box .input_txt {
}
.light_box .open_contacts .main_box .all_from .box .input_txt.client {
    width: 100%;
    margin-right: 0%;
}
.light_box .open_contacts .main_box .all_from .box .input_txt.tel {
    width: 100%;
}
}
@media screen and (max-width: 480px) {
.light_box .open_contacts .main_box {
    padding: 0 20px;
}

.light_box .open_contacts .main_box .all_from .box .sent_btn  .btn {
    padding: 5px 10px;
}
}


/*工程進度登入頁*/
.light_box .open_progress {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    z-index:0;
    text-align: center;
    color: #FFF;
    background-image: url(../images/progress_bg.jpg);
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.light_box .open_progress .cent_box {
    width: 100%;
    max-width: 420px;
    padding: 0px 40px;
    text-align: center;
}
.light_box .open_progress .cent_box h3 {
    font-size: 2.5em;
    line-height: 150%;
}
.light_box .open_progress .cent_box .txt_box {
    width: 100%;
    margin-top: 40px;
}
.light_box .open_progress .cent_box .txt_box .box .data  {
    font-size: 1.8em;
}
.light_box .open_progress .cent_box .txt_box .input_txt {
    width: 100%;
    margin-top: 13px;
    padding: 8px;
    color: #333;
    font-size: 1.6em;
    border-radius: 3px;
    background-color:#d9d9d9;
    vertical-align:middle;
    font-family: 'Microsoft JhengHei',Helvetica, serif;
}
.light_box .open_progress .cent_box .txt_box .btn {
    display: inline-block;
    margin-top: 13px;
    padding: 5px 20px;
    font-size: 1.6em;
    color: #FFF;
    background-color:#e95235;
    cursor: pointer;
    font-family: 'Microsoft JhengHei',Helvetica, serif;
    transition: all 0.2s ease-out;
}
.light_box .open_progress .cent_box .txt_box .btn:hover {
    background-color:#000;
}
.light_box .open_progress .cent_box .btn_box {
}
.light_box .open_progress .cent_box .btn_box .server_btn {
    display: inline-block;
    position: absolute;
    right: 30px; 
    bottom: 30px; 
    padding: 5px 20px;
    font-size: 1.6em;
    background-color:#e95235;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.light_box .open_progress .cent_box .btn_box .server_btn:hover {
    background-color:#000;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}



/*最新消息列表*/
.light_box .open_news {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    z-index:0;
    text-align: center;
    color: #FFF;
    background-image: url(../images/news_bg.jpg);
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.light_box .open_news .cent_box {
    width: 100%;
    max-width: 1380px;
    padding: 0px 40px;
}
.light_box .open_news .cent_box h3 {
    font-size: 2.5em;
    line-height: 150%;
    text-align: left;
}
.light_box .open_news .cent_box .pic_box {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 1440px) {
.light_box .open_news .cent_box {
    max-width: 1050px;
}
}
@media screen and (max-width: 1180px) {
.light_box .open_news .cent_box {
    max-width: 720px;
}
}
@media screen and (max-width: 768px) {
.light_box .open_news {
    display: block;
}
.light_box .open_news .cent_box {
    max-width: 450px;
    margin: 50px auto;
}
.light_box .open_news .cent_box .pic_box {
    margin-top: 10px;
}
}
@media screen and (max-width: 480px) {
}
.light_box .open_news .cent_box .pic_box .all_news_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper {

}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide {
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0px 0px 15px rgba(0, 0,0,0.6);
}

.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide:before {
    width: 100%;
    padding-bottom: 66.666%;
    display: block;
    content:'';
}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide .btn {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide .btn img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    transition: all 0.2s ease-out;
}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide .btn .hover_show {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 3em;
    background-color: rgba( 0, 0 , 0, 0.6);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;

    opacity: 0;
    transition: all 0.2s ease-out;
}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide .btn .txt_box {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    padding: 6px;

}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide .btn .txt_box .data {
    display: block;
    font-size: 0.8em;
    line-height: 150%;
    color: #c3ac91;
}

.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide .btn:hover img {
    max-width: 105%;
    max-height: 105%;
    left: -2.5%;
    top: -2.5%;
    right: -2.5%;
    bottom: -2.5%;
}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide .btn:hover .hover_show {
    opacity: 1;
}

.light_box .open_news .cent_box .pic_box .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
.light_box .open_news .cent_box .pic_box .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 768px) {
.light_box .open_news .cent_box .pic_box .all_news_swiper {
    height: auto;
}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper {
    display: block;
    height: auto !important;
    transition-duration: 0ms !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.light_box .open_news .cent_box .pic_box .all_news_swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 15px;
}
.light_box .open_news .cent_box .pic_box .swiper-button-next {
    right: -34px;
    display: none;
}
.light_box .open_news .cent_box .pic_box .swiper-button-prev {
    left: -34px;
    display: none;
}
}


/*次要頁面*/
.light_box .minor_box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:50;
    opacity:0;
}


/*獲獎*/
.light_box .minor_box .open_awads {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    z-index:0;
    text-align: center;
    color: #FFF;
    background-image: url(../images/awads_bg.jpg);
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.light_box .minor_box .open_awads .cent_box {
    max-width: 1280px;
    width: 80%;
}
.light_box .minor_box .open_awads .cent_box h3 {
    font-size: 2.5em;
    line-height: 150%;
}
.light_box .minor_box .open_awads .cent_box h4 {
    font-size: 2em;
    line-height: 150%;
}
@media screen and (max-width: 1440px) {
.light_box .minor_box .open_awads .cent_box {

}
}
@media screen and (max-width: 768px) {
.light_box .minor_box .open_awads {
    display: block;
}
.light_box .minor_box .open_awads .cent_box {
    width: 100%;
    padding:90px 40px 40px 40px; 
}
}
@media screen and (max-width: 480px) {
.light_box .minor_box .open_awads .cent_box {
    padding:70px 20px 20px 20px; 
}
}

.light_box .minor_box .open_awads .cent_box .pic_box {
    width: 100%;
    height: 520px;
    margin-top: 40px;
    padding: 40px 80px 40px 40px;
    position:relative;
    background-color: #FFF;
    box-shadow: 0px 0px 15px rgba(0, 0,0,0.6);
    display: flex;
}
.light_box .minor_box .open_awads .cent_box .pic_box .logo {
    width: 230px;
    text-align: center;
    border-right: 1px solid #CCC;
}
.light_box .minor_box .open_awads .cent_box .pic_box .logo img {
    height: 100%;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-next ,.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-prev  {
    width:50px;
    height: 50px;
    background-color: #393939;
    background-size: auto 38px;
    background-position: center;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-next {
    right: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-prev {
    left: 285px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}

.light_box .minor_box .open_awads .cent_box .pic_box .all_awads_swiper {
    flex: 1;
    height: 100%;
    margin-left: 80px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .all_awads_swiper .swiper-wrapper{
    height: 100%;
}
.light_box .minor_box .open_awads .cent_box .pic_box .all_awads_swiper .swiper-slide{
    width: auto;
    height: 100%;
    overflow: hidden;
}
.light_box .minor_box .open_awads .cent_box .pic_box .all_awads_swiper .swiper-slide img{
    height: calc( 100% - 30px);
}
.light_box .minor_box .open_awads .cent_box .pic_box .all_awads_swiper .swiper-slide .name{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
}
@media screen and (max-height: 750px) {
.light_box .minor_box .open_awads .cent_box .pic_box {
    height: 400px;
    margin-top: 30px;
    padding: 30px 60px 30px 30px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .logo {
    width: 150px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-next ,.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-prev  {
    width:40px;
    height: 40px;
    background-size: auto 30px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-next {
    right: 10px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-prev {
    left: 190px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .all_awads_swiper {
    margin-left: 60px;
}
}
@media screen and (max-width: 1440px) {
.light_box .minor_box .open_awads .cent_box .pic_box {
    height: 400px;
    margin-top: 30px;
    padding: 30px 60px 30px 30px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .logo {
    width: 150px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-next ,.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-prev  {
    width:40px;
    height: 40px;
    background-size: auto 30px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-next {
    right: 10px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-prev {
    left: 190px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .all_awads_swiper {
    margin-left: 60px;
}
}
@media screen and (max-width: 768px) {
.light_box .minor_box .open_awads .cent_box .pic_box {
    display: block;
    padding: 30px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .logo {
    display: none;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-next {
    right: -20px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .swiper-button-prev {
    left: -20px;
}
.light_box .minor_box .open_awads .cent_box .pic_box .all_awads_swiper {
    margin-left: 0px;
}
}

/*業績照片*/
.light_box .minor_box .open_photo {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    z-index:0;
    text-align: center;
    color: #FFF;
    background-image: url(../images/cases_bg.jpg);
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.light_box .minor_box .open_photo .cent_box {
    width: 1300px;
    /*padding-top: 50px;*/
}
.light_box .minor_box .open_photo .cent_box h3 {
    font-size: 2.5em;
    line-height: 150%;
}
.light_box .minor_box .open_photo .cent_box .photo_box {
    width: 100%;
    height: 700px;
    margin-top: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 15px rgba(0, 0,0,0.6);
}
@media screen and (max-width: 1440px) {
.light_box .minor_box .open_photo .cent_box {
    width: 900px;
}
.light_box .minor_box .open_photo .cent_box .photo_box {
    height: 485px;
}
}
@media screen and (max-width: 1280px) {
.light_box .minor_box .open_photo .cent_box {
    width: 600px;
}
.light_box .minor_box .open_photo .cent_box .photo_box {
    height: 350px;
}
}
@media screen and (max-width: 768px) {
.light_box .minor_box .open_photo {
    display: block;
}
.light_box .minor_box .open_photo .cent_box {
    width: 100%;
    padding:90px 40px 40px 40px; 
}
.light_box .minor_box .open_photo .cent_box .photo_box {
    height: auto;
    position: relative;
    background-color: transparent;
}
}
@media screen and (max-width: 480px) {

}

.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper .swiper-wrapper .swiper-slide {
    position: relative;
}
.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper .swiper-wrapper .swiper-slide.video .mask  {
    width: 100%;
    height: 100%;
    position:absolute;
    left: 0px;
    top: 0;
    background-color: rgba( 0, 0, 0, 0.5);
    color: #FFF;
    text-align: center;
    opacity: 1;
        /*完全置中 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-out ;
}
.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper .swiper-wrapper .swiper-slide.video .mask .fa{
    width: 58px;
    height: 58px;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #FFF;
    font-size: 40px;
    text-align: center;
    line-height: 54px;
}
@media screen and (max-width: 768px) {
.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper .swiper-wrapper .swiper-slide.video .mask .fa{
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 36px;
}
}

.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper .swiper-wrapper .swiper-slide .txt_box {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    padding: 10px;
}
.light_box .minor_box .open_photo .cent_box .photo_box .swiper-pagination {
    position: static;
}
.light_box .minor_box .open_photo .cent_box .photo_box .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 10px ;
    border: 2px solid #ffffff;
    background-color: transparent;
    opacity: 1;
}
.light_box .minor_box .open_photo .cent_box .photo_box .swiper-pagination .swiper-pagination-bullet-active  {
    background-color: #FFFFFF;
}
.light_box .minor_box .open_photo .cent_box .photo_box .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
.light_box .minor_box .open_photo .cent_box .photo_box .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 768px) {

.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper .swiper-wrapper .swiper-slide {
    background-color: #000;
}
.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    position: static;
}
.light_box .minor_box .open_photo .cent_box .photo_box .all_photos_swiper .swiper-wrapper .swiper-slide .txt_box {
    position: static;
    background-color: transparent;
}
.light_box .minor_box .open_photo .cent_box .photo_box .swiper-pagination {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    display: block;
}
.light_box .minor_box .open_photo .cent_box .photo_box .swiper-button-next {
    right: -34px;
}
.light_box .minor_box .open_photo .cent_box .photo_box .swiper-button-prev {
    left: -34px;
}
}


/*松連細節*/
.light_box .minor_box .open_sung_detail {
    width: 100%;
    height: 100%;

    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    z-index:0;
    text-align: center;
    color: #FFF;
    background-image: url(../images/sung_lin_construction_bg.jpg) , url(../images/sung_lin_civil_bg.jpg) , url(../images/sung_lin_landscape_bg.jpg) , url(../images/sung_lin_maritime_bg.jpg);
    background-size: cover;
    background-position: center;
}
.light_box .minor_box .open_sung_detail .main_box {
    width: 85%;
    max-width: 780px;
    margin: 100px auto;
    background-color: #FFF;
    box-shadow: 0px 0px 15px rgba(0, 0,0,0.6);
}


.light_box .minor_box .open_sung_detail .main_box .pic_box img {
    width: 100%;
}
.light_box .minor_box .open_sung_detail .main_box .txt_box {
    padding: 30px;
    color: #000;
    text-align: left;
}
.light_box .minor_box .open_sung_detail .main_box .txt_box .title {
    padding-bottom: 15px;
    color: #ea5236;
    font-size: 2em
}
.light_box .minor_box .open_sung_detail .main_box .txt_box .txt_list>li {
    padding: 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.light_box .minor_box .open_sung_detail .main_box .txt_box .txt_list>li .name {
    width: 5em;
}
.light_box .minor_box .open_sung_detail .main_box .txt_box .txt_list>li .data {
    flex: 1;
}
.light_box .minor_box .open_sung_detail .main_box .txt_box p {
    font-size: 1.5em;
    line-height: 180%;
}
@media screen and (max-width: 1440px) {
.light_box .minor_box .open_sung_detail .main_box {
    margin: 80px auto;
}
}
@media screen and (max-width: 768px) {
.light_box .minor_box .open_sung_detail .main_box {
    margin: 50px auto;
}
}

/*售後服務*/
.light_box .minor_box .open_server {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    z-index:0;
    text-align: center;
    color: #FFF;
    background-image: url(../images/progress_bg.jpg);
    background-size: cover;
    background-position: center;
}
.light_box .minor_box .open_server .main_box {
    max-width: 1000px;
    margin: 90px auto;
    padding: 0px 40px;
    color: #FFF;
    text-align: center;
}
.light_box .minor_box .open_server .main_box .title {
    font-size: 2.2em;
    line-height: 150%;
}
.light_box .minor_box .open_server .main_box .main_pic {
    width: 100%;
    max-width: 700px;
    margin-top: 40px;
}

@media screen and (max-width: 1440px) {
.light_box .minor_box .open_server .main_box {
    margin: 70px auto;
}
.light_box .minor_box .open_server .main_box .main_pic {
    max-width: 600px;
    margin-top: 30px;
}
}
@media screen and (max-width: 768px) {
.light_box .minor_box .open_server .main_box {
    margin: 50px auto;
}
.light_box .minor_box .open_server .main_box .main_pic {
    max-width: 500px;
    margin-top: 25px;
}
}
@media screen and (max-width: 480px) {
.light_box .minor_box .open_server .main_box {
    padding: 0px 20px;
}
}


/*最新消息細節*/
.light_box .minor_box .open_news_detail {
    width: 100%;
    height: 100%;

    position: absolute;
    overflow: auto;
    left: 0;
    top: 0;
    z-index:0;
    text-align: center;
    color: #FFF;
    background-image: url(../images/news_bg.jpg);
    background-size: cover;
    background-position: center;
}
.light_box .minor_box .open_news_detail .main_box {
    width: 85%;
    max-width: 1000px;
    margin: 100px auto;
    padding: 40px;
    color: #000;
    background-color: #FFF;
    box-shadow: 0px 0px 15px rgba(0, 0,0,0.6);
}
.light_box .minor_box .open_news_detail .main_box .title_box {
    text-align: left;
    padding-bottom: 30px;
}
.light_box .minor_box .open_news_detail .main_box .title_box .data {
    font-size: 1.6em;
    line-height: 150%;
    color: #5c3f1c;
}
.light_box .minor_box .open_news_detail .main_box .title_box .name {
    font-size: 2.2em;
    line-height: 150%;
}
.light_box .minor_box .open_news_detail .main_box .pic_box {

}
.light_box .minor_box .open_news_detail .main_box .pic_box img {
    width: 100%;
    border: 1px solid #888;
}
.light_box .minor_box .open_news_detail .main_box .txt_box {
    padding: 20px 0 40px 0;
    text-align: left;
}
.light_box .minor_box .open_news_detail .main_box .txt_box p {
    font-size: 1.5em;
    line-height: 180%;
}
@media screen and (max-width: 1440px) {
.light_box .minor_box .open_news_detail .main_box {
    margin: 80px auto;
    padding: 30px;
}
}
@media screen and (max-width: 768px) {
.light_box .minor_box .open_news_detail .main_box {
    margin: 50px auto;
    padding: 20px;
}
}


.open_about, .open_cases , .open_sung_line , .open_news , .open_contacts , .open_progress {
    opacity: 0;
}
.open_awads , .open_photo , .open_sung_detail , .open_news_detail , .open_server {
    opacity:0;
}

.light_box.show {
    z-index:50;
    opacity:1;
}

.light_box .minor_box.show {
    z-index:50;
    opacity:1;
}

.open_about.show, .open_cases.show , .open_sung_line.show, .open_news.show , .open_contacts.show , .open_progress.show {
    z-index:1 !important;
    opacity: 1;
    padding-top: 50px;
}

.open_awads.show , .open_photo.show , .open_sung_detail.show , .open_news_detail.show , .open_server.show {
    z-index:1 !important;
    opacity: 1;
    padding-top: 50px;
}
    


/*影片彈跳*/
.light_video {
    position:absolute;
    width: 100%;
}

.light_video .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    transition: all 0.5s ease-out ;
}
.light_video .bg.show {
    z-index: 200;
    opacity: 1;
}
.light_video .bg .video {
    width: 100%;
    height: calc(100vh - 120px);
    margin: 0 auto;
    position:relative;
    top: 50px;
    z-index: 200;
    background-color: #FFF;
    display: none;
}
.light_video .bg .video .video_frame{
    width: 100%;
    height: 100%;
}

.light_video .close {
    width: 40px;
    height: 40px;
    position:absolute;
    right: 5px;
    top: 5px;
    text-align:center;
    font-size: 40px;
    color: #FFF;
    cursor: pointer;
}
.light_video .close .relative{
    position:relative;
}
.light_video .close .fa{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
}
.light_video .close .fa-angle-up{
    top: 8px;
}
.light_video .close:hover {
    color: #77480b;
}



/*新增隱私權*/
.openPage {
    width: 100%;
    height: calc(100vh - 50px);
    background-color:rgba(0, 0, 0, 0.9);
    position:absolute;
    z-index:99;
    left: 0%;
    top: 50px;
    overflow: auto;
}
.openPage .close_btn {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index:10;
    background-image: url(../images/close.png);
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    cursor: pointer;
    transition: all 0.2s ease-out ;
}
.openPage .close_btn:hover {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.openPage .cent {
    font-size: 1.5em;
    padding:8% 20% ;
    color: #FFF;
    line-height: 180%;
    text-align:left;
}
.light_box .open_contacts .main_box .all_from .box .check_privacy{
    font-size: 1.5em;
    line-height: 150%;
    color: #fff;
    padding: 10px 0px;
    vertical-align: middle;
}
.light_box .open_contacts .main_box .all_from .box .check_privacy .openTxtBtn{
    /*font-size: 0.8em;*/
    text-decoration:underline;
    font-family:  'Microsoft JhengHei',Helvetica, serif;
    cursor:pointer;
    padding-left: 10px;
}
[type="checkbox"], [type="radio"] {
    vertical-align: middle;
}