﻿@charset "utf-8";
.wrapper {
    position:relative;
    overflow:hidden;
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 768px) {

}

/*BANNER*/
.banner  {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    position:relative;
    overflow: hidden;
    background-color: #0A0A0A;
}
.banner .banner_move {
    width: 100%;
    height: inherit;
    line-height: 0px;
    font-size: 0px;
}
.banner .banner_move>li {
    background-size: cover;
    background-position:center;
}
.banner .swiper-pagination {
    bottom: 25px;
}
.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    position:relative;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: transparent;
    opacity: 1;
}
.banner .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    border-radius: 100%;
    background-color:#fcd538;
    position: relative;
    content: "";
    display: block;
}
.banner .swiper-pagination-bullet-active {
    border: 2px solid #fcd538;
}
@media screen and (max-width: 1400px) {
.banner  {
    padding-top: 70px;
}
}
@media screen and (max-width: 1023px) {
.banner  {
    padding-top: 60px;
}
}

/*BANNER_文字*/
.banner .banner_move>li .txt_box {
    height: 100%;
    position:relative;
}
.banner .banner_move>li .txt {
    position:absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position:center;

}


/*文字動畫*/
.banner .banner_move>li .txt {
    -webkit-transition: all 0.6s ease-out ;
    transition: all 0.6s ease-out ;
}
.banner .banner_move>li .txt.ani_up {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}
.banner .banner_move>li .txt.ani_down {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
}
.banner .banner_move>li .txt.ani_left {
    opacity: 0;
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0);
}
.banner .banner_move>li .txt.ani_right {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
}
.banner .banner_move>li .txt.zoomIn {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
}
.banner .banner_move>li .txt.ani_still {
    opacity: 0;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}

.banner .banner_move>li .txt.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1));
}





/*標題*/
.wrapper .main .title{
    text-align:center;
}
.wrapper .main .title .cht{
    line-height: 180%;
    color: #d3b160;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7c991+0,fcf0cf+45,d4aa58+100 
    background: #e7c991; 
    background: -moz-linear-gradient(top,  #e7c991 0%, #fcf0cf 45%, #d4aa58 100%);
    background: -webkit-linear-gradient(top,  #e7c991 0%,#fcf0cf 45%,#d4aa58 100%); 
    background: linear-gradient(to bottom,  #e7c991 0%,#fcf0cf 45%,#d4aa58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7c991', endColorstr='#d4aa58',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        */
}
.wrapper .main .title .eng{
    padding-top: 10px;
    background-image: url(../images/index_title_line.png);
    background-position: 50% 0%;
    background-size: 250px auto;
 
    line-height: 150%;
    color: #e6c168;
    font-weight: normal;
}
@media screen and (max-width: 1400px) {


}


/*hot_cases*/
.wrapper .hot_cases {
    padding: 40px 0;
    background-image: url(../images/index_hotcases_bg.jpg);
    background-size: 1920px auto;
    background-position:50% 0%;
    background-color: #211100;
}
.wrapper .hot_cases  .main{
    width: 80%;
    max-width:1180px;
    margin: 0 auto;
}
.wrapper .hot_cases  .main .box{
    padding: 30px 100px;
    position:relative;
}
.wrapper .hot_cases  .main .online_banner{
}
.wrapper .hot_cases  .main .online_banner .banner_move li{
    width: 25%;
    padding: 5px;
}
.wrapper .hot_cases  .main .online_banner .banner_move li a{
    display: block;
}
.wrapper .hot_cases  .main .online_banner .banner_move li .pic_Box{
    width: 100%;
    padding: 10px;
    position:relative;
    border:2px solid #c98c14;
    background-color: #1e1d1d;
}
.wrapper .hot_cases  .main .online_banner .banner_move li .pic_Box .img {
    width: 100%;
    position:relative;
    overflow: hidden;
}
.wrapper .hot_cases  .main .online_banner .banner_move li .pic_Box .img:before {
    position: relative;
    content: "";
    display: block;
    padding-top: 100%;
}
.wrapper .hot_cases  .main .online_banner .banner_move li .pic_Box .img img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wrapper .hot_cases  .main .online_banner .banner_move li .pic_Box .img img.pic{
    opacity: 0;
    transition: all 0.3s ease-out ;
}
.wrapper .hot_cases  .main .online_banner .banner_move li .txt_box{
    padding-top: 10px;
    color: #dab369;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-out ;
}
.wrapper .hot_cases  .main .online_banner .banner_move li .txt_box .txt{
    font-weight: normal;
    line-height: 140%;
}
.wrapper .hot_cases  .main .online_banner .banner_move li:hover .pic_Box .img img.pic{
    opacity: 1;
}
.wrapper .hot_cases  .main .online_banner .banner_move li:hover .txt_box{
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 100%;
    top: 0%;
    background-size: 100% auto;
    transition: all 0.3s ease-out ;
}
.swiper-button-next {
    background-position: 100% 50%;
    background-image: url(../images/btn_next.png);
} 
.swiper-button-prev {
    background-position: 0% 50%;
    background-image: url(../images/btn_prev.png);
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}
@media screen and (max-width: 1400px) {
.wrapper .hot_cases {
    padding: 35px 0;
}
.wrapper .hot_cases  .main{
    width: 87.5%;
    max-width: 1100px;
}
.wrapper .hot_cases  .main .box{
    padding: 20px 80px;
}
}
@media screen and (max-width: 1023px) {
.wrapper .hot_cases  .main{
    max-width:500px;
}
.wrapper .hot_cases .main .box {
    padding: 20px 00px;
}
.swiper-button-next, .swiper-button-prev {
    display: none;
}
.wrapper .hot_cases  .main .box .online_banner .banner_move {
    display: block;
    transform: translate3d(0px, 0px, 0px) !important;
}
.wrapper .hot_cases  .main .online_banner .banner_move li{
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 3%;
    padding: 0px;
    float: left;
}
.wrapper .hot_cases  .main .online_banner .banner_move li:nth-child(2n+1){
    margin-left: 0%;
}
.wrapper .hot_cases  .main .online_banner .banner_move li .txt_box{
    padding-top: 0px;
}
}



/*video*/
.wrapper .video {
    padding: 40px 0;
    background: #040000; /* Old browsers */
    background: -moz-linear-gradient(top,  #040000 0%, #1b1b1b 7%, #040000 25%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #040000 0%,#1b1b1b 7%,#040000 25%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #040000 0%,#1b1b1b 7%,#040000 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040000', endColorstr='#040000',GradientType=0 ); /* IE6-9 */
}
.wrapper .video  .main{
    width: 87.5%;
    margin: 0 auto;
}
.wrapper .video  .main .box{
    padding: 30px 0px;
    font-size: 0;
}
.wrapper .video  .main .box li{
    width: 49.5%;
    display: inline-block;
    position:relative;
    border: 1px solid #555;
    overflow: hidden;
}
.wrapper .video  .main .box li:nth-child(2){
    margin-left: 1%;
}
.wrapper .video  .main .box li:before {
    position: relative;
    content: "";
    display: block;
    padding-top: 50%;
}
.wrapper .video  .main .box li img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wrapper .video  .main .box li .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 ;
}

.wrapper .video  .main .box li .mask:hover {
    opacity:0;
}
.wrapper .video  .main .box li .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;
}
.wrapper .video  .main .box li .mask .txt{
    line-height: 200%;
}
@media screen and (max-width: 1023px) {
.wrapper .video {
    padding: 35px 0;
}
.wrapper .video  .main{
    max-width:550px;
}
.wrapper .video  .main .box{
    padding: 20px 0px;
}
.wrapper .video  .main .box li{
    width: 100%;
    display: block;
    border: 1px solid #555;
    margin-bottom: 10px;
}
.wrapper .video  .main .box li:nth-child(2){
    margin-left: 0%;
}
}


/*message*/
.wrapper .message {
    padding: 40px 0;
    background-image: url(../images/index_message_bg.jpg);
    background-size: cover;
    background-position:center;
    text-align: center;
}
.wrapper .message  .main{
    width: 87.5%;
    max-width:980px;
    margin: 0 auto;
}
.wrapper .message  .main .box{
    padding: 30px 0px;
    position:relative;
}
.wrapper .message  .main .box>li{
    padding: 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wrapper .message  .main .box>li:nth-child(odd) {
    -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    flex-direction: row-reverse; 
}

.wrapper .message  .main .box>li img{
    width: 100%;
}
.wrapper .message  .main .box>li .photo{
    position:relative;
    background-color: #000;
    border: 1px solid #9e6813;
    font-size: 0;
    flex:46;
    overflow: hidden;
}
.wrapper .message  .main .box>li .photo:before{
    position: relative;
    content: "";
    display: block;
    padding-top: 70%;
}
.wrapper .message  .main .box>li  .photo img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out ;
}

.wrapper .message  .main .box>li .txt{
    position:relative;
    flex:54;
    background: #040000; /* Old browsers */
    background: -moz-linear-gradient(top,  #040000 0%, #1b1b1b 7%, #040000 25%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #040000 0%,#1b1b1b 7%,#040000 25%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #040000 0%,#1b1b1b 7%,#040000 25%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040000', endColorstr='#040000',GradientType=0 ); /* IE6-9 */
}
.wrapper .message  .main .box>li .txt:after{
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    z-index: 30;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #040000;
    border-width: 15px;
    margin-top: -15px;
}
.wrapper .message  .main .box>li:nth-child(odd) .txt:after  {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #040000;
}
.wrapper .message  .main .box>li .txt .columnInner{
    padding: 20px;
    padding-top: 35px;
}
.wrapper .message  .main .box>li .txt .columnInner .name{
    text-align: center;
    line-height: 150%;
    color: #d39534;
}
.wrapper .message  .main .box>li .txt .columnInner .read{
    padding-top: 15px;
    line-height: 160%;
    font-weight: normal;
    color: #dfc670;
    text-align:justify;
}

.wrapper .message  .link_more{
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    border: 2px solid #746c5b;
    background: #2c2c2c; /* Old browsers */
    background: -moz-linear-gradient(top,  #2c2c2c 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2c2c2c 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2c2c2c 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.wrapper .message  .link_more:hover{
    background: #000000; /* Old browsers */
}

@media screen and (max-width: 1023px) {
.wrapper .message {
    padding: 35px 0;
}
.wrapper .message  .main{
    max-width:550px;
}
.wrapper .message  .main .box{
    padding: 20px 0px;
}
.wrapper .message  .main .box>li{
    padding: 15px 0px;
    display: block;
}
.wrapper .message  .main .box>li .photo{
    flex:auto;
}
.wrapper .message  .main .box>li .photo:before{
    padding-top: 60%;
}
.wrapper .message  .main .box>li .txt{

}
.wrapper .message  .main .box>li .txt:after{
    left: auto;
    right: 50%;
    top: auto;
    bottom: 100%;
    border-color: transparent;
    border-bottom-color: #040000;
    margin: 0px -15px 0px 0px;
}
.wrapper .message  .main .box>li:nth-child(odd) .txt:after  {
    left: auto;
    right: 50%;
    top: auto;
    bottom: 100%;
    border-color: transparent;
    border-bottom-color: #040000;
    margin: 0px -15px 0px 0px;
}
.wrapper .message  .main .box>li .txt .columnInner{
    min-height: 200px;
    padding: 15px;
    padding-top: 25px;
}
.wrapper .message  .main .box>li .txt .columnInner img{
    max-width: 350px;
    display: block;
    margin: 0 auto;
}
}




/*表單*/
.wrapper .from {
    padding: 80px 0;
    background-image: url(../images/index_contact_bg.jpg);
    background-repeat: repeat;
    position:relative;
}
.wrapper .from  .main{
    width: 87.5%;
    max-width:1180px;
    min-height: 430px;
    margin: 0 auto;
    font-size:0;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.wrapper .from  .main .left_txt ,.wrapper .from  .main .right_from{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 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;
}
.wrapper .from  .main .right_from{
    margin-left: 20px;
}

@media screen and (max-width: 1023px) {
.wrapper .from {
    padding: 40px 0px;
}
.wrapper .from  .main{
    max-width: 550px;
    height: auto;
    display: block;
}
.wrapper .from .main .left_txt, .wrapper .from .main .right_from {
    width: 100%;
    height: auto;
    padding: 0;
}
}




/*左側文字*/
.wrapper .from  .main .left_txt .box .cent{
    text-align:center;
    color: #dfc670;
}
.wrapper .from  .main .left_txt .box .cent .logo{
    width: 80%;
    max-width: 300px;
    padding: 20px 0;
}
.wrapper .from  .main .left_txt .box .cent .line{
    width: 100%;
    max-width: 420px;
}
.wrapper .from  .main .left_txt .box .cent h5{
    padding: 10px;
    line-height: 120%;
    letter-spacing: 1.5px;
    vertical-align:middle;
}
.wrapper .from  .main .left_txt .box .cent h5 a{
    color:inherit;
    vertical-align: middle;
}
.wrapper .from  .main .left_txt .box .cent h5 .fa{
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #dfc670;
    font-size: 20px;   
    text-align:center;
    line-height: 33px;
}
@media screen and (max-width: 1024px) {
.wrapper .from  .main .left_txt  {
    padding-top: 0px;
}
.wrapper .from  .main .left_txt .box {
    text-align:center;
}
.wrapper .from  .main .left_txt .box .cent{
    text-align:center;
}
.wrapper .from  .main .left_txt .box .cent h5 .fa{
    width: 28px;
    height: 28px;
    font-size: 18px;   
    line-height: 26px;
}
}


/*右邊地圖*/
.wrapper .from  .main .right_from #map  {
    width: 100%;
    height: 350px;
    border: 1px solid #9e6813;
}
@media screen and (max-width: 1023px) {
.wrapper .from  .main .right_from{
    height: 350px;
    margin: 0px;
}
}


/*影片彈跳*/
.light_box {
    position:absolute;
    width: 100%;
}

.light_box .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.5s ease-out ;
}
.light_box .bg.show {
    z-index: 200;
    opacity: 1;
}
.light_box .bg .video {
    width: 100%;
    height: calc(100vh - 120px);
    margin: 0 auto;
    position:relative;
    top: 50px;
    z-index: 200;
    background-color: #FFF;
    display: none;
}
.light_box .bg .video .video_frame{
    width: 100%;
    height: 100%;
}

.light_box .bg .ad {
    width: calc(100vw - 120px);
    height: calc(100vh - 120px);
    margin: 0 auto;
    position:relative;
    top: 50px;
    z-index: 200;
}
@media screen and (max-width: 1023px) {
.light_box .bg .ad {
    width: calc(100vw - 60px);
}
}
.light_box .bg .ad img {
  position:absolute; 
  top:0; 
  bottom:0; 
  left: 0;
  right: 0;
  margin: auto;
  max-width:100%;
  max-height: 100%;
}

.light_box   .close {
    width: 40px;
    height: 40px;
    position:absolute;
    right: 5px;
    top: 5px;
    text-align:center;
    font-size: 40px;
    color: #FFF;
    cursor: pointer;
}
.light_box   .close .relative{
    position:relative;
}
.light_box   .close .fa{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1em;
}
.light_box   .close .fa-angle-up{
    top: 8px;
}
.light_box   .close:hover {
    color: #77480b;
}

