﻿@charset "utf-8";
.wrapper {
    position: relative;
    font-size: 12px;
    overflow-y: hidden;
    background: url(../images/case_detail_bg.jpg);
}

.Fonts {
    text-align: right;
    font-size: 16px;
    color: #a1a1a1;
    width: 40%;
    display: inline-block;
}

.Fontb {
    font-size: 22px;
}

.boxicon {
    display: inline-block;
    vertical-align: middle;
}

.xboxicon {
    display: inline-block;
    padding: 0% 5% 0px 0px;
    vertical-align: middle;
}

.pic_txt {
    position: inherit;
    bottom: 20px;
    right: 30px;
    text-align: right;
    z-index: 1000;
    width: 100%;
    height: 100%;
    font-size: 20px;
    /*font-weight: bold;*/
    font-family: Microsoft JhengHei;
}

.white_txt {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0.1em 0.1em 0.2em;
}

.black_txt {
    color: #000;
}

.wrapper {
    width: 100%;
    position: relative;
    background-color: #ebebeb;
    background-image: url(../images/hotcase_repeat_bg.jpg);
    background-repeat: repeat;
}


/*banner*/

.wrapper .banner {
    height: 750px;
    background-position: 50% 0%;
    background-attachment: fixed;
    position: relative;
}

.wrapper .casefixed {
    background-attachment: fixed;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .wrapper .banner {
        background-attachment: inherit;
    }
    .wrapper .casefixed {
        background-attachment: inherit;
    }
}

.wrapper .banner .main {
    height: 100%;
    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 .banner .main .txt {
    width: 100%;
    font-size: 48px;
    line-height: 180%;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 11px #000;
    position: relative;
    transition: all 1s ease-out;
}

.wrapper .banner .main .black {
    color: #000;
}

.wrapper .banner .main .txt:after {
    height: 3px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    content: " ";
    margin-left: -50px;
    background-color: #fff;
    box-shadow: 1px 1px 2px #000;
}

.wrapper .banner .main .black {
    color: #000;
}

.wrapper .banner .main .black:after {
    height: 3px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    content: " ";
    margin-left: -50px;
    background-color: #000;
    box-shadow: 0px 0px 0px #000;
}

@media screen and (max-width: 1366px) {
    .wrapper .banner {
        height: 600px;
    }
}


/*picandtxt**/

.wrapper .picandtxt {
    width: 100%;
    padding: 75px 0px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .wrapper .picandtxt {
        padding: 40px 0px;
    }
}

.wrapper .picandtxt .main {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
    color: #3f3f3f;
}

.wrapper .picandtxt .main .relativepicbox {
    width: 100%;
    position: relative;
}

.wrapper .picandtxt .main .relativepicbox img {
    max-width: 100%;
}

.wrapper .picandtxt .main h4.title {
    font-size: 32px;
    line-height: 180%;
    font-weight: bold;
    color: #a6945d;
    text-align: left;
    position: relative;
    padding-top: 10px;
}

.wrapper .picandtxt .main p.txt {
    font-size: 22px;
    line-height: 180%;
    color: #565656;
    text-align: left;
    position: relative;
}

@media screen and (max-width: 1366px) {
    .wrapper .picandtxt {
        width: 90%;
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper .picandtxt .main h4.title {
        font-size: 30px;
        line-height: 180%;
        padding-top: 10px;
    }
    .wrapper .picandtxt .main p.txt {
        font-size: 27px;
        line-height: 180%;
    }
}

@media screen and (max-width: 768px) {
    .wrapper .picandtxt {
        padding: 50px 0px;
    }
    .wrapper .picandtxt .main h4.title {
        font-size: 30px;
        line-height: 180%;
        padding-top: 10px;
    }
    .wrapper .picandtxt .main p.txt {
        font-size: 27px;
        line-height: 180%;
    }
}

@media screen and (max-width: 450px) {
    .wrapper .picandtxt {
        padding: 50px 0px;
    }
    .wrapper .picandtxt .main h4.title {
        font-size: 24px;
        line-height: 180%;
        padding-top: 10px;
    }
    .wrapper .picandtxt .main p.txt {
        font-size: 18px;
    }
}


/*casefixed*/

.wrapper .casefixed {
    background-position: 50% 50%;
    position: relative;
    background-size: cover;
}

.main .textmove {
    transition: all 1s ease-out;
}

.wrapper .back {
    text-align: center;
}

.wrapper .back .btn {
    padding: 10px 40px;
    display: inline-block;
    border: 1px solid #3f3f3f;
    color: #3f3f3f;
    font-size: 15px;
    line-height: 100%;
    color: #3f3f3f;
    transition: all 0.3s ease-out;
    background-color: transparent;
}

.wrapper .back .btn:hover {
    color: #fff;
    background-color: #3f3f3f;
}


/*onlypic*/

.wrapper .onlypic {
    width: 100%;
    height: 950px;
    background-position: 50% 50%;
    position: relative;
}

.s02 {
    width: 100%;
    font-size: 0;
    padding: 60px 5%;
    background-color: #fafafa;
    position: relative;
    transform: all 1.5s ease-out;
}

@media screen and ( max-width: 1024px) {
    .s02 {
        padding: 40px 5%;
    }
}

.s02 .cent {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.s02 .cent .s02_pic_box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-size: 0;
    padding: 0;
    background-color: #f1f1f1;
}

.s02 .cent .s02_pic_box .pc_pic_box {
    padding: 0;
}

.s02 .cent .s02_pic_box .pc_pic_box>li {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #f1f1f1;
}

.s02 .cent .s02_pic_box .pc_pic_box>li:before {
    position: relative;
    content: "";
    display: block;
    padding-top: 56.25%;
}

.s02 .cent .s02_pic_box .pc_pic_box>li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}

.wrapper .main .cent_box .img img {
    width: 400px;
    height: 280px;
}


/*btn*/

.swiper-pagination {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 100;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    bottom: 20px;
    border-radius: 3px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid #fff;
    background: transparent;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}


/*casedetailinfo**/

.wrapper .casedetailinfo {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 6% 5% 50px;
    position: relative;
    background-color: #f6f5f5;
}

@media screen and (max-width: 1024px) {
    .wrapper .casedetailinfo {
        padding: 1% 5% 40px;
    }
}

@media screen and (max-width: 768px) {
    .wrapper .casedetailinfo {
        padding: 2% 5% 30px;
    }
}

@media screen and (max-width: 460px) {
    .wrapper .casedetailinfo {
        padding: 3% 5% 25px;
    }
}

.caseinfo_img {
    padding: 0 5%;
    top: -90px;
    position: relative;
}

.wrapper .casedetailinfo .main {
    width: 510px;
    right: 68px;
    /* height: 500px; */
    margin: auto;
    padding: 65px 33px;
    position: absolute;
    top: 55px;
    right: 68px;
    text-align: center;
    background: #ffffff;
    color: #3f3f3f;
    box-sizing: border-box;
    /*box-shadow: 4px 7px 19px #a3a3a38c;*/
}

.wrapper .casedetailinfo .main .txt_box {
    text-align: left;
}

.space {
    padding-bottom: 1px solid #b1b1b1;
    ;
}

.wrapper .casedetailinfo .txt p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 120%;
    display: inline-block;
}

.wrapper .casedetailinfo .txta p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.wrapper .casedetailinfo .txt a {
    font-weight: bold;
    vertical-align: middle;
    position: relative;
}

.wrapper .casedetailinfo .txt a img {
    width: 100%;
    max-width: 20px;
    vertical-align: middle;
}

.wrapper .casedetailinfo .txt .boxicon {
    height: 30px;
    width: 30px;
}

.wrapper .casedetailinfo .main .txt_box h5.title {
    font-size: 28px;
    color: #5e5e5e;
    font-weight: bold;
    line-height: 120%;
    border-bottom: 1px solid #d3c4a1;
    margin-bottom: 24px
}

.wrapper .casedetailinfo .main .txt_box ul.txt {
    font-size: 18px;
    line-height: 120%;
    color: #3f3f3f;
}

.wrapper .casedetailinfo .out_box {
    width: 70%;
    height: 100%;
    max-width: 1365px;
    margin: 0 auto;
    padding: 30px 0px;
    position: relative;
    background-color: #dbdbdb;
}

.wrapper .casedetailinfo .main .txt_box .info_title {
    width: 100%;
    border-bottom: 1px solid #b1b1b1;
    overflow: hidden;
    margin-bottom: 10px;
}

.wrapper .casedetailinfo .main .txt_box .info_title .title {
    width: 50%;
    display: inline-block;
    color: #565656;
    line-height: 40px;
    font-size: 30px;
    float: left;
    vertical-align: middle;
    font-weight: bold;
}

.wrapper .casedetailinfo .main .txt_box .info_title .Fonts {
    width: 40%;
    display: inline-block;
    color: #a1a1a1;
    line-height: 40px;
    font-size: 20px;
    float: right;
    vertical-align: middle;
}

.wrapper .casedetailinfo .main .txt_box .info_title .Fonts .Fontb {
    font-weight: bold;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .wrapper .casedetailinfo .main .txt_box .info_title .title {
        font-size: 26px;
    }
    .wrapper .casedetailinfo .main .txt_box .info_title .Fonts {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    .wrapper .casedetailinfo .main .txt_box .info_title .title {
        line-height: 40px;
        font-size: 20px;
    }
    .wrapper .casedetailinfo .main .txt_box .info_title .Fonts {
        font-size: 12px;
    }
}

.info_box {
    width: 100%;
    position: relative;
}

.info_box>li {
    width: 100%;
    display: inline-block;
}

.info_box>li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #5e5e5e;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 130%;
    padding: 10px 0px;
}

.info_box>li a span {
    display: none;
}

.info_box>li a img {
    width: 100%;
    max-width: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}

@media screen and (max-width: 1024px) {
    .info_box>li a {
        font-size: 27px;
        letter-spacing: 1px;
        line-height: 120%;
        padding: 10px 0px;
    }
    /*.back {
display: none;
}*/
    .wrapper .banner {
        background-size: cover;
    }
    /*    padding: 30px 0px 10px;*/
}

@media screen and (max-width: 768px) {
    .info_box>li a {
        font-size: 27px;
        letter-spacing: 1px;
        line-height: 90%;
        padding: 10px 0px;
    }
    .info_box>li a span {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .info_box>li a {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 90%;
        padding: 10px 0px;
    }
    .info_box>li a span {
        display: block;
    }
}

@media screen and (max-width: 320px) {
    .info_box>li a {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 90%;
        padding: 10px 0px;
    }
    .info_box>li a span {
        display: block;
    }
}


/*    */

@media screen and (max-width: 1200px) {
    .wrapper .casedetailinfo {
        width: 100%;
    }
    .wrapper .casedetailinfo .out_box {
        width: 100%;
        height: 100%;
        max-width: 1365px;
        margin: 0 auto;
        padding: 30px 0px;
        position: relative;
        background-color: #dbdbdb00;
    }
    .caseinfo_img {
        padding: 0%;
        top: 0px;
        position: relative;
    }
}

@media screen and (max-width: 480px) {
    .wrapper .casedetailinfo .out_box {
        padding: 30px 0px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper .casedetailinfo {
        height: auto;
    }
    .caseinfo_img img {
        width: 100%;
    }
    .wrapper .casedetailinfo .main {
        width: 100%;
        margin: auto;
        padding: 50px 5%;
        position: static;
    }
}

@media screen and (max-width: 768px) {
    .wrapper .casedetailinfo .main {
        padding: 30px 5%;
    }
}

@media screen and (max-width: 460px) {
    .wrapper .casedetailinfo .txt p {
        margin-bottom: 16px;
        font-size: 18px;
    }
}

@media screen and (max-width: 414px) {
    .wrapper .casedetailinfo .txt p {
        font-size: 18px;
        line-height: 120%;
    }
    .wrapper .casedetailinfo .txta p {
        font-size: 18px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 360px) {
    .wrapper .casedetailinfo .txt p {
        margin-bottom: 16px;
        font-size: 16px;
    }
    .wrapper .casedetailinfo .txta p {
        margin-bottom: 16px;
        font-size: 15px;
    }
}

@media screen and (max-width: 320px) {
    .wrapper .casedetailinfo .txt p {
        margin-bottom: 16px;
        font-size: 15px;
    }
    .wrapper .casedetailinfo .txta p {
        margin-bottom: 16px;
        font-size: 15px;
    }
}

.streeicon {
    display: none;
}

.backm {
    padding: 35px 0 0 0;
    /*
height: 10px;*/
}

@media screen and (max-width: 1024px) {
    .backm {
        padding: 0;
    }
    .pic_txt {
        font-size: 27px;
        right: 15px;
    }
}

@media screen and (max-width: 460px) {
    .backm {
        padding: 10px 0 0;
    }
    .pic_txt {
        font-size: 18px;
    }
}

.undericom {
    vertical-align: middle;
    padding: 10px 0px;
}

.casefixed img {
    width: 100%;
    opacity: 0;
}


/*字體大小*/

@media screen and (max-width: 414px) {
    .wrapper .banner {
        height: 450px;
    }
}

@media screen and (max-width: 414px) {
    .wrapper .banner {
        height: 510px;
    }
    .wrapper .banner .main .txt {
        font-size: 40px;
    }
}

@media screen and (max-width: 375px) {
    .wrapper .banner {
        height: 450px;
    }
    .wrapper .banner .main .txt {
        font-size: 35px;
    }
    .wrapper .picandtxt .main p.txt {
        font-size: 20px;
    }
}

@media screen and (max-width: 320px) {
    .wrapper .banner {
        height: 450px;
    }
    .wrapper .picandtxt .main p.txt {
        font-size: 18px;
    }
}


/*影片*/

.video {
    width: 100%;
    height: 56vw!important;
    position: relative;
    margin-top: 58px;
}

@media screen and (max-width: 450px) {
    .video {
        height: 56.5vw!important;
    }
}

.video-pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#player {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
