@charset "utf-8";

/* nav */

.top-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.top-nav .nav-btn {
    display: none;
}

.top-nav .nav-list {
    display: flex;
    justify-content: center;
}

.top-nav .nav-list>li {
    position: relative;
    padding: 0 30px;
}

.top-nav .nav-list>li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: rotate(15deg);
}

.top-nav .nav-list>li:last-child::before {
    display: none;
}

.top-nav .nav-list>li span {
    position: relative;
    display: block;
    padding: 0 10px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Microsoft JhengHei";
}

.top-nav .nav-list>li:hover:after,
.top-nav .nav-list>li.on:after {
    width: 30%;
}

.top-nav .nav-list>li:after {
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    content: "";
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.top-nav .nav-list>li .nav-2 {
    display: flex;
}

.top-nav .nav-list>li .nav-2 em {
    margin: 47px 0 0 10px;
    /* width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent; */
    width: 11px;
    height: 7px;
    background: url(../images/more.png) no-repeat center;
    transition: .5s;
}

.top-nav .nav-list>li .nav-2:hover em {
    transition: .5s;
    transform: rotate(180deg);
}

.top-nav .pro-nav {
    position: fixed;
    left: 50%;
    top: 100px;
    display: flex;
    justify-content: center;
    /* padding: 40px 0; */
    width: 100vw;
    height: 0;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 3px 5px #a94b24;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    transform: translate(-50%, 0);
}

.top-nav .pro-nav.active {
    height: 213px;
}

.top-nav .pro-nav li {
    margin: 40px 1% 30px 0;
    width: 10%;
    text-align: center;
}

.top-nav .pro-nav li:first-child {
    margin-left: 3%;
}

.top-nav .pro-nav li:last-child {
    margin-right: 3%;
}

.top-nav .pro-nav li a {
    display: block;
    width: 100%;
}

.top-nav .pro-nav li a img {
    width: 100%;
    height: auto;
    transition: .5s;
}

.top-nav .pro-nav li a:hover img {
    transition: .5s;
    transform: scale(1.04);
}

.top-nav .pro-nav li a p {
    margin-top: 5px;
    font-size: 16px;
}

.m-nav-top {
    display: none;
}


/* banner */

.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
    height: auto;
}


/* 容器-公用 */

.warp {
    position: relative;
    left: 0;
    width: 100%;
    transition: all .3s ease;
}

.warp.active {
    left: 3.6rem;
}

.section {
    margin-top: 80px;
}

.title {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.title h3 {
    padding: 0;
    width: 280px;
    margin: 0 auto;
    font-size: 44px;
    font-weight: 500;
    background: #e1e1e1;
    border-radius: 60px;
    height: 55px;
    line-height: 55px;
    /* font-family: "Microsoft JhengHei"; */
}

.title em {
    display: block;
    margin: 10px 0;
    width: 14px;
    height: 14px;
    margin: 10px auto;
    background-color: #ff6100;
    transform: rotate(45deg);
}

.title p {
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #ff6114;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.title p::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    width: 1px;
    height: 20px;
    background-color: #b4b4b4;
    transform: rotate(15deg);
}

.title p::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    width: 1px;
    height: 20px;
    background-color: #b4b4b4;
    transform: rotate(15deg);
}


/* 近期作品 */

.section-1 {
    margin-top: 20px;
}

.pro-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.pro-item-l{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-item-l-com{
    width: 450px;
}
.pro-item ul {
    display: flex;
}

.pro-item ul li {
    position: relative;
    margin-right: 16px;
    width: 468px;
    padding-bottom: 40px;
    background-color: #f7f7f7;
    transition: transform 1.5s ease 0s, opacity 1.5s ease 0s, margin-top .6s ease 0s;
}

.pro-item ul li .pro-img {
    position: relative;
    width: 100%;
    max-height: 351px;
    overflow: hidden;
}

.pro-item ul li img.max-img {
    width: 100%;
    height: auto;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.pro-img .pro-icon-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10;
}

.pro-img .pro-icon-img img {
    margin: -64px 0 0 40px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 2px solid #fff;
}

.pro-info {
    padding: 40px 40px 30px;
}

.pro-info .pro-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
    line-height: 24px;
}

.pro-info .pro-title h4 {
    font-size: 24px;
    font-family: "Microsoft JhengHei";
}

.pro-info .pro-title a {
    position: relative;
    padding-right: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.pro-info .pro-title a:hover {
    color: #ff6100;
}

.pro-info .pro-title a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #333;
}

.pro-info .pro-title a:hover::after {
    border-color: transparent transparent transparent #ff6100;
}

.pro-info p {
    height: 68px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    text-align-last: initial;
    text-justify: inter-ideograph;
}

.border-line {
    display: inline-block;
    margin: 0px 0 20px 40px;
    width: 40px;
    height: 2px;
    background-color: #ff6100;
}

.download-btn {
    display: flex;
    margin-left: 40px;
}

.download-btn a {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.download-btn a.google-d {
    margin-right: 15px;
    width: 130px;
    height: 38px;
    background: url(../images/google-d.png) no-repeat center;
    background-size: contain;
}

.download-btn a.apple-d {
    width: 130px;
    height: 38px;
    background: url(../images/apple-d.png) no-repeat center;
    background-size: contain;
}

.pro-item ul li::after {
    width: 100%;
    height: 2px;
    content: "";
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.pro-item ul li:hover {
    margin-top: -15px;
}

.pro-item ul li:hover::after {
    height: 15px;
}

.pro-item ul li:hover img.max-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.download-btn a:hover {
    transform: translateY(-5px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ff6100 !important;
}


/* 關於我們 */

.about-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 360px;
    text-align: center;
    background: url(../images/aboutUs-bg.png) no-repeat center;
    background-size: cover;
}

.about-con p {
    position: relative;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.about-con p::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    height: 60px;
    background: url(../images/line-1.png) no-repeat center;
    background-size: contain;
}

.about-con p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 30px;
    height: 60px;
    background: url(../images/line-2.png) no-repeat center;
    background-size: contain;
}


/* 聯係我們 */

.contact-con {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    text-align: center;
    background: url(../images/mail.png) no-repeat center;
    background-size: contain;
}

.contact-con a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}

.contact-con a em {
    font-weight: 600;
}

.contact-con a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #ff6100;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.contact-con a:hover::after {
    width: 100%;
}


/* footer */

footer {
    margin-top: 80px;
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: #4d002d;
}

footer .footer-con {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

footer .footer-con img {
    width: 140px;
    height: auto;
}

footer .footer-con p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

footer a {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}
footer a:hover {
    text-decoration: underline;
}


/* 回到顶部 */

.go-top {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 40px;
    width: 56px;
    height: 56px;
    background: url(../images/go-top.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.go-top:hover {
    transform: translateY(-10px);
}


/* 动画效果 */

.title {
    transition: all .4s .4s ease;
    opacity: 0;
    transform: translate(0px, 80px);
}

.pro-item,
.about-con,
.contact-con {
    opacity: 0;
    transition: all .6s .6s ease;
    transform: translate(0px, 100px);
}

.onScreen .title,
.onScreen .pro-item,
.onScreen .about-con,
.onScreen .contact-con {
    opacity: 1;
    transform: translate(0px, 0px);
    transform: rotateY(0deg);
}

@media (max-width: 1681px) {
    .top-nav .pro-nav.active {
        height: 192px;
    }
}

@media (max-width: 1441px) {
    .top-nav .pro-nav.active {
        height: 180px;
    }
    .pro-img .pro-icon-img img {
        margin: -30px 0 0 30px;
        width: 60px;
        height: 60px;
    }
    .pro-info {
        padding: 30px 30px 20px;
    }
    .border-line {
        margin: 0px 0 20px 30px;
    }
    .download-btn {
        margin-left: 30px;
    }
}

@media (max-width: 1025px) {
    .top-nav .pro-nav.active {
        height: 160px;
    }
    .pro-item ul li {
        padding-bottom: 20px;
    }
    .pro-img .pro-icon-img {
        height: 40px;
    }
    .pro-img .pro-icon-img img {
        margin: -16px 0 0 20px;
        width: 40px;
        height: 40px;
    }
    .pro-info {
        padding: 20px 20px 10px;
    }
    .pro-info .pro-title {
        margin-bottom: 16px;
    }
    .pro-info .pro-title h4 {
        font-size: 20px;
    }
    .border-line {
        margin: 0px 0 10px 20px;
    }
    .download-btn {
        margin-left: 20px;
    }
    .download-btn a.google-d {
        width: 100px;
        height: 28px;
    }
    .download-btn a.apple-d {
        width: 85px;
        height: 28px;
    }
    .pro-item ul li:hover {
        margin-top: -10px;
    }
    .pro-item ul li:hover::after {
        height: 5px;
    }
}

@media (max-width: 800px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .pro-item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .pro-item-l {
        width: 100%;
        margin-bottom: 20px;
    }
    .pro-item-r{
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
    .pro-item-r img{
        width: 100%;
    }
    .m-nav-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 90;
        width: 100%;
        height: .88rem;
        background-color: #fff;
        border-bottom: 1px solid #e1e1e1;
    }
    .m-nav-top h1 {
        margin-right: .3rem;
        font-size: 20px;
        font-weight: 600;
    }
    .nav-btn {
        margin-left: .3rem;
        width: .5rem;
        height: .5rem;
        z-index: 999;
        background: url(../images/menu.png) no-repeat center;
        background-size: contain;
    }
    .nav-btn.active {
        background: url(../images/menu-c.png) no-repeat center;
        background-size: contain;
    }
    .nav-btn span {
        display: block;
        margin-bottom: .1rem;
        width: .4rem;
        height: 2px;
        background-color: #fff;
    }
    .top-nav {
        position: fixed;
        top: 0;
        width: 0;
        height: 100vh;
        background: #77003f;
        z-index: 99;
        transition: all .3s ease;
        overflow: hidden;
    }
    .top-nav.active {
        width: 3.6rem;
    }
    .top-nav .nav-list {
        display: block;
    }
    .top-nav .nav-list>li {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #8a3763;
    }
    .top-nav .nav-list>li:last-child {
        border-bottom: none;
    }
    .top-nav .nav-list>li::before {
        display: none;
    }
    .top-nav .nav-list>li span {
        width: 100%;
        padding: 0;
        height: 1rem;
        line-height: 1rem;
        font-size: .36rem;
        font-weight: 500;
    }
    .top-nav .nav-list>li:after {
        display: none;
    }
    .top-nav .nav-list>li .nav-2 {
        justify-content: center;
    }
    .top-nav .nav-list>li .nav-2 em {
        position: absolute;
        top: 0;
        bottom: 0;
        right: .3rem;
        margin: auto;
    }
    .top-nav .nav-list>li .nav-2:hover em {
        transform: rotate(0);
    }
    .top-nav .nav-list>li .nav-2 em.active-m {
        transition: .5s;
        transform: rotate(180deg);
    }
    .top-nav .pro-nav {
        position: relative;
        top: 0;
        flex-wrap: wrap;
        width: 100%;
        height: 0;
        box-shadow: none;
        transition: all .3s ease;
    }
    .pro-nav.active-m {
        height: 9rem;
        transition: all .3s ease;
    }
    .top-nav .pro-nav li {
        margin: 0;
        padding: .2rem .3rem .2rem .5rem;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }
    .top-nav .pro-nav li:first-child {
        margin: 0;
    }
    .top-nav .pro-nav li:last-child {
        margin: 0;
    }
    .top-nav .pro-nav li a {
        display: flex;
        align-items: center;
    }
    .top-nav .pro-nav li a img {
        width: 1rem;
        border-radius: 4px;
    }
    .top-nav .pro-nav li a p {
        margin: 0 0 0 .2rem;
        font-size: .32rem;
    }
    .banner {
        margin-top: .88rem;
        height: 100vh;
        max-height: 14rem;
        background: #fff url(../images/mobile/banner.jpg) no-repeat center top;
        background-size: 100%;
    }
    .banner img {
        display: none
    }
    .title {
        margin-bottom: .4rem;
    }
    .title h3 {
        font-size: .6rem;
    }
    .title em {
        margin: .1rem auto;
        width: .2rem;
        height: .2rem;
    }
    .section {
        margin-top: .8rem;
    }
    .section-1 {
        width: 96%;
        margin: .5rem auto 0;
        overflow: hidden;
    }
    .title p {
        font-size: .28rem;
    }
    .title p::before {
        height: .2rem;
    }
    .title p::after {
        height: .2rem;
    }
    .pro-img .pro-icon-img {
        bottom: .08rem;
        height: .8rem;
    }
    .pro-img .pro-icon-img img {
        margin: -.52rem 0 0 .4rem;
        width: 1rem;
        height: 1rem;
    }
    .pro-item ul li:hover {
        margin-top: 0;
    }
    .pro-item ul li:hover::after {
        height: 2px;
    }
    .pro-item ul li:hover img.max-img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .download-btn a:hover {
        transform: translateY(0);
    }
    .pro-info .pro-title a {
        color: #ff6100;
    }
    .pro-info .pro-title a::after {
        border-color: transparent transparent transparent #ff6100;
    }
    .pro-info {
        padding: .2rem .2rem .1rem;
    }
    .pro-info .pro-title {
        margin-bottom: .16rem;
    }
    .pro-info .pro-title h4 {
        font-size: .4rem;
    }
    .pro-info p {
        height: 1.36rem;
        font-size: .28rem;
        line-height: .44rem;
    }
    .border-line {
        margin: 0px 0 .2rem .2rem;
    }
    .download-btn {
        margin-left: .2rem;
    }
    .about-con {
        height: 4rem;
        text-align: left;
    }
    .about-con p {
        width: 80%;
        margin: 0 auto;
        font-size: .28rem;
        line-height: .6rem;
    }
    .about-con p::before {
        display: none;
    }
    .about-con p::after {
        display: none;
    }
    .contact-con {
        height: 1.2rem;
    }
    .contact-con a {
        font-size: .32rem;
    }
    .contact-con a::after {
        display: none;
    }
    footer .footer-con {
        padding: 0 .3rem;
    }
    footer .footer-con img {
        width: 2rem;
        height: auto;
    }
    footer .footer-con p {
        font-size: .22rem;
        line-height: .36rem;
    }
    footer a {
        display: block;
        margin: 0;
    }
    .go-top {
        right: 10px;
    }
}

@media (max-width: 320px) {
    .m-nav-top h1 {
        font-size: 16px;
    }
}