﻿/* 手機版*/
body {
    position: relative;
    overflow-x: hidden;
}

.mobile {
    position: relative;
    z-index: 9;
}

.m-top {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.2rem;
    z-index: 99;
    background: #fff;
}

.wrapper {
    padding-top: 1.2rem;
}

.m-top {
    width: 100%;
    height: 1.2rem;
    z-index: 99;
    background: #fff;
}

.m-logo {
    display: block;
    position: absolute;
    left: 0.2rem;
    top: 0.15rem;
}

.m-logo img {
    width: 2.4rem;
}

.m-top .btn {
    position: absolute;
    z-index: 100;
    right: 0.24rem;
    top: 0.24rem;
    text-align: center;
}

.m-top .btn span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 5px 0;
    background: #000;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
    opacity: 0;
}

.cross span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
}

.m-nav {
    position: absolute;
    z-index: 99;
    right: -150px;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    padding-top: 86px;
    background: #333;
}

.m-nav li a {
    display: block;
    font: 400 16px/36px '微軟雅黑';
    color: #fff;
    text-align: center;
}

.m-load a {
    display: block;
    font: 400 16px/36px '微軟雅黑';
    color: #fff;
    text-align: center;
}

.m-menu {
    margin: 0 auto;
}

.m-menu li {
    float: left;
    width: 33.3%;
    padding: 5px;
}

.m-menu li a {
    display: block;
    font: 400 14px/36px 'Microsft yahei';
    color: #1a1a1a;
    text-align: center;
    background: rgba(255, 255, 255, .6)
}

.wrapper {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

header {
    display: none;
}

@media (min-width:1200px) {
    .wrapper {
        padding-top: 0;
    }

    header {
        position: relative;
        display: flex;
        justify-content: center;
        height: 82px;
    }

    .logo {
        position: absolute;
        left: 3.75%;
        top: 10%;
    }

    .head-lang {
        position: absolute;
        right: 0;
        height: 100%;

        border-left: 1px solid #e9e9e9;
    }

    .head-lang a {
        display: block;
        padding: 0 20px 0;
        font: 400 14px/82px '微軟雅黑';
        color: #999999;
    }

    .head-lang a:hover {
        color: #fff;
        background: #efa217;
    }

    .nav {
        padding-top: 3px;
    }

    .nav ul {
        display: flex;
    }

    .nav li {
        padding: 0 18px;
    }

    .nav li a {
        display: block;
        font: bold 16px/76px '微軟雅黑';
        color: #3d3d3d;
        border-bottom: 3px solid #fff;
    }

    .nav li a:hover {
        color: #d24726;
        border-bottom-color: #d24726;
    }

    .nav li.active a {
        color: #d24726;
        border-bottom-color: #d24726;
    }
}


/* 二級banner */
.common-banner img {
    width: 100%;
}


/* 網站頁腳 */
footer {
    padding: 20px 0 10px;
    background: url('../image/border.jpg') no-repeat center 0;
}

.foot-left {
    text-align: center;
}

.foot-left img {
    margin-bottom: 8px;

}

.foot-left p {
    font: 400 12px/18px '微軟雅黑';
    color: #d24726;
}

.foot-nav {
    display: none;
}

.foot-right-content {
    padding: 0 5px;
    text-align: center;
}

.foot-right-content p {
    font: 400 12px/18px '微軟雅黑';
    color: #999;
}

@media (min-width:1200px) {
    footer {
        padding: 48px 0 40px;
        background: url('../image/border.jpg') no-repeat center 0;
    }

    .foot-content {
        display: flex;
        width: 900px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .foot-left {
        text-align: left;
    }

    .foot-left img {
        margin-bottom: 8px;
    }

    .foot-left p {
        font: 400 12px/18px '微軟雅黑';
        color: #d24726;
    }

    .foot-right {
        display: block;
        text-align: right;
    }

    .foot-nav {
        display: block;
    }

    .foot-nav ul {
        display: flex;
        justify-content: flex-end;
    }

    .foot-nav ul li {}

    .foot-nav ul li a {
        display: block;
        padding: 0 10px;
        font: 400 12px/14px '微軟雅黑';
        color: #999999;
        border-right: 1px solid #999;
    }

    .foot-nav ul li:last-child a {
        border: 0;
        padding-right: 0;
    }

    .foot-nav ul li a:hover {
        color: #d24726;
    }

    .foot-right-content {
        padding: 15px 0 0 0;
        text-align: right;
    }
}



/* 右側懸浮 */
.fixed {
    display: none;
}

@media (min-width:1200px) {
    body {
        padding-right: 45px;
    }

    .fixed {
        display: flex;
        z-index: 999;
        justify-content: center;
        align-items: center;
        position: fixed;
        right: 0;
        top: 0;
        width: 45px;
        height: 100%;
        padding-top: 110px;
        background: url('../image/fixed_bg.jpg') no-repeat center 0;
    }

    .fixed {
        font: 400 14px/18px '微軟雅黑';
        color: #fff;
    }

    .fixed-ul {
        width: 100%;
    }

    .fixed span {
        display: block;
        padding-top: 24px;
        color: #fff;
        text-align: center;
    }

    .fixed a {
        display: block;
        padding-top: 24px;
        color: #fff;
        text-align: center;
    }

    .fixed-li {
        margin-top: 20px;
    }

    .fix-search span {
        background: url('../image/search.png') no-repeat center 0;
    }

    .fix-download a {
        background: url('../image/download.png') no-repeat center 0;
    }

    .fix-message a {
        background: url('../image/message.png') no-repeat center 0;
    }

    .fix-contact a {
        background: url('../image/contact.png') no-repeat center 0;
    }

    .fix-email a {
        background: url('../image/email.png') no-repeat center 0;
    }

    /* 搜索 */
    .fix-search {
        position: relative;
    }

    .fix-search span {
        position: relative;
        z-index: 10;
    }

    .search {
        position: absolute;
        right: 45px;
        top: 0;
        opacity: 0;
        transform: rotate(180deg);
        transform-origin: right 0;
        transition: 1s;
    }

    .search form {
        display: flex;

    }

    .search form input {
        display: block;
        width: 180px;
        padding: 6px 5px;
        font: 400 14px/30px '微軟雅黑';
        color: #000;
        background: rgba(255, 255, 255, 0.6);
        border: 0;
    }

    .search form button {
        display: block;
        width: 50px;
        font: 400 14px/42px '微軟雅黑';
        color: #fff;
        text-align: center;
        background: #efa217;
        border: 0;
    }

    .fix-search:hover .search {
        transform: rotate(0);
        opacity: 1;
    }

}




/* 網站翻頁 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    color: #999999;
}

.pages span {
    display: none;
}

.pages-right {
    display: flex;
}

.pages-right span {
    padding-right: 5px;
}

.pages-right a {
    margin-left: 2px;
    padding: 4px 10px;
    font: 400 14px/21px '微軟雅黑';
    color: #666666;
    border: 1px solid #b5b5b5;
    background: #ffffff;
}

.pages-right .page-num {
    border: 1px solid #d24726;
    background: #d24726;
    color: #fff;
}


.pages a:first-child,
.pages a:last-child {
    display: none;
}

@media (min-width:1200px) {
    .pages {
        display: flex;
        justify-content: space-between;
        width: 960px;
        margin: 10px auto 0;
        padding: 20px 30px;
        background: rgba(237, 237, 237, 0.5);
    }

    .pages span {
        display: inline-block;
        font: 100 12px/24px "Microsoft YaHei";
        color: #666666;
    }

    .pages-right {
        float: right;
    }

    .pages a:first-child,
    .pages a:last-child {
        display: inline-block;
    }

    .pages-right a:hover {
        background: #d24726;
        color: #FFFFFF;
        border-color: #d24726;
    }

    .pages-right .page-num:hover {
        background: #d24726;
        color: #FFFFFF;
    }
}


.fixed-top {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 2%;
    width: 45px;
    text-align: center;
}

.fixed-top img {
    width: 30px;
    cursor: pointer;
}