@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 30px;
    width: 100%;
    color: #595757;
    word-wrap: break-word;
    word-break: break-all;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none
}

q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    font-family: "微軟正黑體";
    box-sizing: border-box
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}

#container {
    width: 100%;
    margin: 0 auto;
}


/*header*/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    z-index: 999;
    background: #193171;
    padding: 0px 8vw;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
}

header .header_logo {}

header .header_logo .logo {
    width: 185px;
    margin-top: 5px;
}

header .header_logo .header_hemberger_btn {
    display: none;
}

@media screen and (max-width: 768px) {
    header .header_logo .header_hemberger_btn {
        display: block;
    }
}

nav {
    width: calc(100% - 185px);
}


/* 父層按鈕 */

nav>ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

nav>ul>li {
    position: relative;
}

nav>ul>li:hover {
    background: #005BAC;
}

nav>ul>li>a {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    padding: 25px 2vw 20px;
    transition: .5s;
}

nav>ul>li>a>.btn_word {}

nav>ul>li>a>.btn_word>.btn_tw {
    color: #FFFFFF;
    font-size: 16px;
}

nav>ul>li>a>.btn_word>.btn_tw>.btn_pic {}

nav>ul>li>a>.btn_word>.btn_tw>.btn_pic>img {
    width: 18px;
    margin: -2px 0px;
    margin-right: 2px;
}

nav>ul>li>a>.btn_word>.btn_en {
    color: #74B2D1;
    font-size: 14px;
}


/* 子層按鈕 */

nav>ul>li>ul {
    display: none;
    position: absolute;
    width: 100%;
    background: #005BAC;
    text-align: center;
    font-size: 16px;
    z-index: 999;
    padding: 10px 0px;
    line-height: 22px;
}

@media screen and (min-width: 769px) {
    nav>ul>li.has_sub_btn:hover>ul {
        display: block;
    }
}

nav>ul>li>ul>li {}

nav>ul>li>ul>li>a {
    display: block;
    color: #FFFFFF;
    cursor: pointer;
    transition: .5s;
    padding: 2px 0px;
}

nav>ul>li>ul>li:hover>a {
    color: #74B2D1;
}

@media screen and (max-width: 1200px) {
    header {
        padding: 0px 4vw;
    }
}

@media screen and (max-width: 1000px) {
    header {
        padding: 0px 3vw;
    }
    header .header_logo .logo {
        width: 150px;
        margin-top: 5px;
    }
    nav>ul>li>a {
        padding: 25px 1.2vw 20px;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding: 0px;
        position: fixed;
        width: 100%;
    }
    header .header_logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        padding: 12px 20px 3px;
        background: #193171;
    }
    header .header_logo .logo {
        width: 140px;
        margin-top: 0px;
    }
    nav {
        background: #005BAC;
        display: none;
        width: 100%;
    }
    nav>ul {
        width: 100%;
        padding: 10px 0px;
    }
    nav>ul>li {
        width: 100%;
        text-align: center;
    }
    nav>ul>li>a {
        padding: 5px 0vw;
        width: 60%;
    }
    nav>ul>.has_sub_btn>a::after {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        top: 7px;
        right: 15%;
        background: url('../images/website_image/header_btn_down.png')no-repeat center center;
        background-size: 100%;
    }
    nav>ul>li>ul {
        position: relative;
        background: #16288B;
    }
}


/*Banner*/

#banner {
    position: relative;
    overflow: hidden;
    z-index: 99;
    padding-top: 75px;
}

#banner .img {
    white-space: nowrap;
    position: absolute;
}

#banner .img img {
    vertical-align: top;
    max-width: unset;
}

#banner_control {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

#banner_control img {
    width: 25px;
}

#banner #banner_control span {
    cursor: pointer;
    padding: 0 25px;
}

#banner #banner_control span img:nth-child(2) {
    display: none;
}

#banner #banner_control span img:nth-child(1) {
    display: inline-block;
}

#banner #banner_control span:active img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
    display: none;
}

#banner #banner_control span:active img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #banner {
        padding-top: 60px;
    }
    #banner_control {
        bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    #banner_control {
        bottom: 5px;
    }
    #banner_control img {
        width: 18px;
    }
    #banner #banner_control span {
        padding: 0 15px;
    }
}


/*Banner End*/

.bg {
    padding: 80px 9.5vw;
}

@media screen and (max-width: 1000px) {
    .bg {
        padding: 80px 6vw;
    }
}

@media screen and (max-width: 768px) {
    .bg {
        padding: 60px 6vw;
    }
}

@media screen and (max-width: 500px) {
    .bg {
        padding: 50px 6vw;
    }
}

.title {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #193171;
    line-height: 35px;
}

.title_en {
    color: #005BAC;
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 30px;
    }
    .title_en {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .title {
        font-size: 22px;
        line-height: 25px;
    }
    .title_en {
        font-size: 17px;
    }
}


/* about */

.about_center_box {
    text-align: center;
    width: 85%;
    margin: auto;
    margin-top: 50px;
}

.about_center_box p {
    margin: 25px 0px 0px;
}

.about_bg {
    background: url('../images/website_image/about_bg.png')no-repeat right top;
    background-size: 1550px;
    background-color: #F7F8F8;
}

.about_bg .about_left_box {
    width: 85%;
    margin: auto;
}

.about_bg .about_left_box p {
    width: 50%;
    margin-bottom: 25px;
}

@media screen and (max-width: 1500px) {
    .about_bg {
        background: url('../images/website_image/about_bg.png')no-repeat right bottom;
        background-size: 100%;
        background-color: #F7F8F8;
        padding: 50px 9.5vw 25px;
    }
}

@media screen and (max-width: 1300px) {
    .about_bg {
        background: url('../images/website_image/about_bg.png')no-repeat right bottom;
        background-size: 1366px;
        background-color: #F7F8F8;
    }
}

@media screen and (max-width: 1024px) {
    .about_bg .about_left_box p {
        width: 100%;
    }
    .about_bg {
        background: url('../images/website_image/about_bg.png')no-repeat right bottom;
        background-size: 200%;
        background-color: #F7F8F8;
        padding: 50px 6vw 60vw;
    }
}

@media screen and (max-width: 768px) {
    .about_center_box {
        width: 100%;
    }
    .about_bg .about_left_box {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .about_center_box {
        margin-top: 0px;
    }
}


/* 經銷品牌&服務項目-首頁 */

.half_bg {
    padding: 80px 4.5vw;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .half_bg {
        width: 100%;
        padding: 80px 6vw;
    }
}

@media screen and (max-width: 768px) {
    .half_bg {
        padding: 60px 6vw;
    }
}

@media screen and (max-width: 500px) {
    .half_bg {
        padding: 50px 6vw;
    }
}

.white_title {
    color: #FFFFFF;
    margin-bottom: 2vw;
}

.brand_service {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.brand_bg {
    background: url('../images/website_image/brand_bg.webp')no-repeat center center;
    background-size: cover;
}

.brand_service .brand_bg .brand_pic {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0px auto 1.5vw;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .brand_service .brand_bg .brand_pic {
        margin: 1.5vw 0px 3vw;
    }
}

@media screen and (max-width: 1366px) {
    .brand_service .brand_bg .brand_pic {
        margin: 1.5vw 0px 5vw;
    }
}

.brand_service .brand_bg .brand_pic img {
    width: 26%;
    margin: 1.5vw 3.6%;
}

@media screen and (max-width: 1100px) {
    .brand_service .brand_bg .brand_pic img {
        width: 28%;
        margin: 2vw 2.6%;
    }
}

.service_bg {
    background: url('../images/website_image/service_bg.webp')no-repeat center center;
    background-size: cover;
}

.brand_service .service_bg .service_box {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    padding: 1vw 2vw;
    margin: 1vw auto;
    width: 75%;
    word-break: normal;
}

.brand_service .service_bg .service_box .service_pic {
    line-height: 0px;
}

.brand_service .service_bg .service_box .service_pic img {
    width: 40px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.brand_service .service_bg .service_box .service_text {
    line-height: 25px;
}

.brand_service .service_bg .service_box .service_text .text_tw {
    color: #193171;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.brand_service .service_bg .service_box .service_text .text_tw .text_en {}

@media screen and (max-width: 1315px) {
    .brand_service .service_bg .service_box {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .brand_service {
        flex-wrap: wrap;
    }
    .brand_service .brand_bg .brand_pic {
        margin: 0px auto 5vw;
        width: 75%;
    }
    .brand_service .service_bg .service_box {
        width: 75%;
        padding: 15px 4vw;
        margin: 15px auto;
    }
}

@media screen and (max-width: 768px) {
    .brand_service .brand_bg .brand_pic {
        width: 85%;
    }
    .brand_service .service_bg .service_box {
        width: 85%;
    }
}

@media screen and (max-width: 500px) {
    .brand_service .brand_bg .brand_pic {
        width: 100%;
    }
    .brand_service .brand_bg .brand_pic img {
        width: 40%;
        margin: 2vw 3%;
    }
    .brand_service .service_bg .service_box {
        width: 90%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 25px;
    }
    .brand_service .service_bg .service_box .service_text {
        width: 100%;
        text-align: center;
    }
    .brand_service .service_bg .service_box .service_pic img {
        width: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
    .brand_service .brand_bg .brand_pic img {
        width: 60%;
    }
    .brand_service .service_bg .service_box {
        width: 100%;
    }
}


/* 經銷品牌&服務項目-內頁 */

.brand_pic {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 85%;
    margin: 20px auto 0px;
}

.brand_pic img {
    width: 15%;
    margin: 2.5%;
}

@media screen and (max-width: 1024px) {
    .brand_pic {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .brand_pic {
        width: 85%;
    }
    .brand_pic img {
        width: 28%;
        margin: 2vw 2.6%;
    }
}

@media screen and (max-width: 500px) {
    .brand_pic {
        width: 100%;
    }
    .brand_pic img {
        width: 40%;
        margin: 2vw 3%;
    }
}

@media screen and (max-width: 320px) {
    .brand_pic img {
        width: 60%;
    }
}

.service_out_box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    margin-top: 3.5vw;
}

.service_box {
    background: #FFFFFF;
    width: 18%;
    margin: 0px 1%;
    padding: 25px 1vw;
    text-align: center;
    word-break: normal;
}

.service_box .service_pic {
    line-height: 0px;
}

.service_box .service_pic img {
    width: 70px;
    margin-bottom: 15px;
}

.service_box .service_text {}

.service_box .service_text .text_tw {
    color: #193171;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px #74B2D1 solid;
}

.service_box .service_text .text_en {}

@media screen and (max-width: 1200px) {
    .service_box {
        width: 28%;
        margin: 0px 2.6%;
        margin-bottom: 40px;
        padding: 30px 2vw;
    }
}

@media screen and (max-width: 768px) {
    .service_out_box {
        margin-top: 40px;
    }
    .service_box {
        width: 45%;
        margin: 0px 2.5%;
        margin-bottom: 40px;
        padding: 30px 3vw;
    }
}

@media screen and (max-width: 500px) {
    .service_out_box {
        margin-top: 10px;
    }
    .service_box {
        width: 90%;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px auto;
        padding: 20px 25px;
    }
}

@media screen and (max-width: 320px) {
    .service_box {
        width: 100%;
    }
}


/*news*/

.new_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 40px 0px;
    border-bottom: 1px #EFEFEF solid;
}

.new_list .date {
    width: 165px;
    color: #193171;
    text-align: center;
    line-height: 30px;
    margin-right: 50px;
    font-size: 18px;
    font-weight: 600;
    border: 2px #193171 solid;
    border-radius: 50px;
    transition: .5s;
}

.new_list:hover .date {
    color: #2780B7;
    border: 2px #2780B7 solid;
}

.new_list .data {
    width: calc(100% - 215px);
    font-size: 16px;
}

.new_list .data .name {
    color: #005BAC;
    font-weight: 600;
    font-size: 18px;
    transition: .5s;
}

.new_list:hover .data .name {
    color: #2780B7;
}

.new_list .data .text {
    color: #595757;
    transition: .5s;
}

.new_list:hover .data .text {
    color: #B5B5B6;
}

.new_mark {
    background: #193171;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 8px;
    border-radius: 50px;
}

@media screen and (max-width: 1000px) {
    .new_list .date {
        width: 155px;
        margin-right: 35px;
    }
    .new_list .data {
        width: calc(100% - 190px);
    }
}

@media screen and (max-width: 768px) {
    .new_list {
        justify-content: center;
        flex-wrap: wrap;
    }
    .new_list .date {
        margin-bottom: 15px;
        margin-right: 0px;
    }
    .new_list .data {
        width: 100%;
        padding-left: 0px;
        border-left: unset;
    }
    .new_list .data .name {
        text-align: center;
    }
    .new_mark {
        display: block;
        width: 50px;
        margin: auto;
        margin-bottom: 5px;
        line-height: 25px;
    }
}


/* new-內頁 */

.new_top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 40px 0px 15px;
}

.new_top .new_pic {
    width: 40%;
    margin-right: 4vw;
}

.new_top .new_title {
    width: 55%;
}

.new_top .new_title .new_name {
    color: #595757;
    padding: 5px 0px;
    border-bottom: 1px #005BAC solid;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.new_top .new_title .new_date {
    display: inline-block;
    background: #193171;
    color: #FFFFFF;
    padding: 0px 10px;
    border-radius: 50px;
}

.new_text {
    padding: 15px 0px 20px;
}

@media screen and (max-width: 768px) {
    .new_top .new_pic {
        width: 45%;
    }
    .new_top .new_title {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .new_top {
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
    .new_top .new_pic {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .new_top .new_title {
        width: 100%;
        text-align: center;
    }
}


/*product*/

.pro {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    padding-top: 50px;
}

aside {
    width: 310px;
    margin-right: 30px;
    word-break: normal;
}

aside .name {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    padding: 3px 0px;
    padding-left: 15px;
    letter-spacing: 5px;
    background: #005BAC;
    position: relative;
}

aside .name::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #193171;
    left: 0px;
    top: 0px;
}

aside .name img {
    width: 25px;
    margin: -5px 0px;
    margin-right: 7px;
}

.pro_name_en {
    color: #96CDE2;
}

aside .mobile_arrow {}

aside>ul {
    border-bottom: 1px #DCDDDD solid;
}

aside>ul>li {}

aside>ul>li>a {
    padding: 10px 0px;
    padding-left: 15px;
    display: block;
    font-size: 18px;
    color: #595757;
    transition: .5s;
    cursor: pointer;
    border-top: 1px #DCDDDD solid;
    position: relative;
}

aside>ul>li>a:hover {
    color: #193171;
}

.list_arrow_btn {
    display: none;
}

aside>ul>li>ul {
    display: none;
    padding: 5px 0px;
    border-top: 1px #DCDDDD solid;
    padding-left: 20px;
}

aside>ul>li>ul>li {
    padding: 3px 0px;
}

aside>ul>li>ul>li>a {
    padding: 3px 15px;
    border: 1px #FFFFFF solid;
    color: #B5B5B6;
    transition: .5s;
    font-size: 18px;
}

aside>ul>li>ul>li>a:hover {
    color: #005BAC;
}

.lists {
    width: calc(100% - 340px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.lists .list {
    width: 29%;
    margin: 0px 2%;
    margin-bottom: 40px;
    text-align: center;
    transition: .5s;
    border: 1px #2780B7 solid;
    padding: 2vw;
    transition: .5s;
}

.lists .list:hover {
    border: 1px #193171 solid;
}

.lists .list .pic {
    width: 100%;
    height: 13vw;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lists .list .pic img {
    display: block;
    width: 100%;
    transition: .5s;
}

.lists .list:hover .pic img {
    transform: scale(1.2);
}

.lists .list .name {
    display: block;
    padding: 10px 0px 0px;
    color: #595757;
    font-size: 18px;
    transition: .5s;
}

.lists .list:hover .name {
    color: #193171;
}

@media screen and (max-width: 1500px) {
    aside {
        width: 250px;
    }
    aside .name {
        font-size: 20px;
    }
    aside>ul>li>a {
        font-size: 16px;
    }
    aside>ul>li>ul>li>a {
        font-size: 16px;
    }
    .lists {
        width: calc(100% - 280px);
    }
    .lists .list .name {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .lists .list .pic {
        height: 12vw;
    }
}

@media screen and (max-width: 1024px) {
    .lists .list {
        width: 45%;
    }
    .lists .list .pic {
        height: 20vw;
    }
}

@media screen and (max-width: 768px) {
    .pro {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    aside {
        width: 85%;
        margin: auto;
        position: relative;
    }
    aside .name {
        border-bottom: unset;
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    aside .mobile_arrow {
        background: url('../images/website_image/arrow_btn.png')no-repeat center center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 8px;
        right: 20%;
    }
    aside>ul {
        padding-left: 0px;
        text-align: center;
        width: 100%;
        display: none;
        z-index: 10;
    }
    aside>ul>li>a {
        padding: 10px 10%;
    }
    .list_arrow_btn {
        display: inline-block;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translate(0, -50%);
    }
    aside>ul>li>ul {
        padding-left: 0px;
    }
    .lists {
        width: 100%;
        padding-top: 25px;
    }
    .lists .list {
        padding: 3vw;
    }
    .lists .list .pic {
        height: 33vw;
    }
}

@media screen and (max-width: 500px) {
    aside .mobile_arrow {
        right: 10%;
    }
    .lists .list {
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
        padding: 8vw;
    }
    .lists .list .pic {
        height: 62vw;
    }
}

@media screen and (max-width: 350px) {
    aside .mobile_arrow {
        right: 5%;
    }
}


/* product_內頁 */

.lists .pro_top {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 30px;
}

.lists .pro_top .main_pic {
    width: 43%;
    margin-right: 3vw;
}

.lists .pro_top .main_pic .big_pic {}

.lists .pro_top .main_pic .big_pic img {
    width: 100%;
}

.lists .pro_top .main_pic ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 10px;
    flex-wrap: wrap;
}

.lists .pro_top .main_pic ul li {
    width: 22%;
    margin: 0px 1.5% 10px;
}

.lists .pro_top .pro_data {
    width: 52%;
}

.lists .pro_top .pro_data .pro_num {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 40px;
}

.lists .pro_top .pro_data .pro_num .pro_num_title {
    color: #005BAC;
    border: 1px #005BAC solid;
    width: 50px;
    line-height: 25px;
    margin-right: 20px;
    text-align: center;
}

.lists .pro_top .pro_data .pro_num .pro_num_text {
    width: calc(100% - 70px);
}

.lists .pro_top .pro_data a {
    margin-top: 50px;
    display: inline-block;
    transition: .5s;
    background: #193171;
    color: #FFFFFF;
}

.lists .pro_top .pro_data a:hover {
    background: #005BAC;
}

.lists .pro_top .pro_data .btn_contact {
    display: inline-block;
    font-size: 18px;
    padding: 3px 25px;
}

.lists .pro_top .pro_data .btn_contact img {
    margin: -3px 0px;
    margin-right: 3px;
    width: 22px;
}

.lists .pro_top .pro_data .pro_name {
    border-bottom: 1px #005BAC solid;
    font-size: 20px;
    padding: 7px 0px;
    color: #595757;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .lists .pro_top .main_pic {
        width: 45%;
    }
    .lists .pro_top .pro_data {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .lists .pro_top {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .lists .pro_top .main_pic {
        width: 65%;
        margin: auto;
        margin-bottom: 10px;
    }
    .lists .pro_top .pro_data {
        width: 100%;
    }
    .lists .pro_top .pro_data .pro_num {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding-top: 20px;
    }
    .lists .pro_top .pro_data a {
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .lists .pro_top .main_pic {
        width: 95%;
    }
}

.lists .pro_text {
    width: 100%;
    padding-bottom: 30px;
}

.lists .pro_text .pro_title {
    color: #005BAC;
    font-size: 20px;
    display: block;
    font-weight: 600;
}

/* 商品詳細內文(編輯器輸出)清單樣式 */
.lists .pro_text ul {
    list-style: disc;
    padding-left: 2em;
    margin: 1em 0;
}

.lists .pro_text ol {
    list-style: decimal;
    padding-left: 2em;
    margin: 1em 0;
}

.lists .pro_text li {
    display: list-item;
}


/*more*/

.more {
    text-align: center;
    margin: 50px 0px;
}


/* .more a
{
	font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background: #005BAC;
    padding: 5px;
    transition: .5s;
}

.more a:hover
{
	background: #193171;
}

.more a .more_line
{
    padding: 5px 60px;
    border: 1px #FFFFFF dotted;
} */

.more .more_line {
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    background: #005BAC;
    padding: 5px;
    cursor: pointer;
    transition: .5s;
}

.more .more_line:hover {
    background: #193171;
}

.more a {
    padding: 5px 60px;
    border: 1px #FFFFFF dotted;
    color: #FFFFFF;
    display: inline-block;
}

.more_no_bottom {
    margin: 30px 0px 0px;
}


/*top*/

#gotop {
    display: none;
    position: fixed;
    right: 28px;
    bottom: 18%;
    cursor: pointer;
    z-index: 9999;
}

#gotop img {
    width: 60px;
    height: auto;
}

@media screen and (max-width: 500px) {
    #gotop {
        right: 17px;
    }
}


/* message */

.go_mes {
    position: fixed;
    right: 25px;
    bottom: 20px;
    cursor: pointer;
    z-index: 9999;
}

.go_mes img {
    box-shadow: 0px 0px 12px 0px rgba(20%, 20%, 20%, 0.5);
    border-radius: 50%;
}

@media screen and (max-width: 500px) {
    .go_mes {
        right: 15px;
    }
}


/*cart*/

.cart_run {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 999;
}

.cart_box {
    display: inline-block;
    position: relative;
}

.cart_num {
    position: absolute;
    top: 45px;
    right: 0;
    display: inline-block;
    width: 1.8em;
    padding: 0.4em 0;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #EB2332;
}


/*麵包屑breadcrumb*/

.breadcrumb {
    font-size: 1.2em;
    letter-spacing: 0.2em;
}

.breadcrumb a {
    text-decoration: none;
    color: #9FA0A0;
}

.breadcrumb img {
    height: 1em;
    margin: 0 8px;
}

.breadcrumb a,
.breadcrumb img {
    display: inline-block;
    vertical-align: top;
}


/*水平線*/

hr {
    height: 1px;
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 2px solid #E6E6E6;
}


/*按鈕*/

.member_button {
    background: #4B4B4B;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    padding: 0.5em;
    border: none;
}

.member_button:hover {
    background: #DA4E40;
}

a.btn {
    background: #4B4B4B;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    font-family: '微軟正黑體';
    text-align: center;
    display: block;
    line-height: 2em;
}

a.btn:hover {
    background: #DA4E40;
}

a.btn_fb {
    background: #1D438E;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    line-height: 2em;
}

a.btn_fb:hover {
    background: #13213B;
}


/*返回*/

.back {
    text-align: right;
    width: 100%;
    margin: 20px 0;
}

.back a {
    color: #005BAC;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    transition: .5s;
}

.back a:hover {
    color: #193171;
}

.back a img {
    width: 20px;
    margin: -1px 0px;
    margin-right: 15px;
    transition: .5s;
}

.back a:hover img {
    margin-right: 25px;
}

@media screen and (max-width: 500px) {
    .back {
        text-align: center;
    }
}


/*footer*/

footer.bg {
    background: #EFEFEF;
    padding-bottom: 0px;
    padding-top: 30px;
}

.ft-title {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding-bottom: 5px;
}

.ft-title .ft-logo {
    width: 185px;
}

.ft-title .ft-media {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

.ft-title .ft-media>a {
    display: inline-block;
    width: 42px;
    margin: 0px 5px;
    position: relative;
}

.ft-title .ft-media>a::after {
    border: 4px solid #16288B;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: .8s;
}

.ft-title .ft-media>a:hover::after {
    animation-name: hvr-ripple-out;
}

@keyframes hvr-ripple-out {
    100% {
        top: -7px;
        right: -7px;
        bottom: -7px;
        left: -7px;
        opacity: 0;
        width: 49px;
        height: 49px;
    }
}

.ft-content {
    padding: 10px 0px 15px;
    color: #595757;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
}

.ft-content .ft_text {
    width: calc(100% - 200px);
}

.ft-content .ft_text p {}

@media screen and (max-width: 1024px) {
    .ft-content {
        flex-wrap: wrap;
    }
    .ft-content .ft_text {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    footer.bg {
        padding-top: 30px;
    }
    .ft-title {
        display: block;
    }
    .ft-title .ft-logo {
        margin: 0px auto 15px;
        width: 230px;
        font-size: 35px;
        text-align: center;
    }
    .ft-title .ft-media {
        justify-content: center;
    }
    .ft-title .ft-media>a {
        width: 45px;
    }
    .ft-content {
        padding: 20px 0px 10px;
    }
}


/*address*/

address {
    font-style: normal;
    text-align: center;
    color: #FFFFFF;
    background: #16288B;
    padding: 5px 10px;
    line-height: 20px;
}

address>a {
    color: #F9EEB6;
}

@media screen and (max-width: 500px) {
    address {
        font-size: 14px;
    }
}

#counter {
    display: inline-block;
    margin-left: 20px;
}

#counter #total_number {
    /* padding-bottom: 5px; */
}

#counter #online_number {
    padding-bottom: 5px;
}

#counter span {
    width: 80px;
    display: inline-block;
    text-align: center;
    background: #005BAC;
    color: #FFFFFF;
    margin-right: 20px;
    line-height: 25px;
}

@media screen and (max-width: 1024px) {
    #counter {
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    #counter {
        margin: auto;
    }
}


/*頁碼*/

.page {
    text-align: center;
    margin: 40px 0px;
    font-size: 16px;
}

.page ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: 600;
}

.page ul li {
    display: inline-block;
}

.page ul li a {
    padding: 0px 5px;
    margin: 0px 10px;
    display: block;
    text-decoration: none;
    color: #595757;
    line-height: 20px;
}

.page ul li .select,
.pagenumber a:hover {
    color: #2780B7;
    border: 1px #2780B7 solid;
    border-radius: 50%;
}

.page ul li a i.fa-angle-left::before {
    content: "";
    display: inline-block;
    background: url('../images/website_image/page_prev.png')no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    margin: -5px 0px;
}

.page ul li a i.fa-angle-right::before {
    content: "";
    display: inline-block;
    background: url('../images/website_image/page_next.png')no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    margin: -5px 0px;
}


/* location */

.location_bg {
    background: url('../images/website_image/location_bg.png')no-repeat center bottom;
    background-size: cover;
}

.location_box {
    width: 85%;
    margin: auto;
    margin-top: 60px;
}

.location_box .map {
    width: 100%;
    line-height: 0px;
    border-bottom: 5px #74B2D1 solid;
}

.location_box .map iframe {
    width: 100%;
}

.location_box .text_box {
    padding-top: 40px;
}

.text_s_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 5px 0px;
}

.text_s_box .text_title {
    background: #193171;
    width: 80px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 15px;
}

.text_s_box .text {
    width: calc(100% - 95px);
    word-break: normal;
}

@media screen and (max-width: 768px) {
    .location_box {
        width: 100%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    .location_box {
        margin-top: 20px;
    }
    .location_box .text_box {
        padding-top: 25px;
    }
    .text_s_box {
        flex-wrap: wrap;
    }
    .text_s_box .text {
        width: 100%;
    }
}


/* contact */


/* .trans_logo
{
	width: 600px;
    margin: 50px auto 20px;
} */

.trans_top {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 95%;
    margin: 50px auto;
}

.trans_top .text_box {
    /* box-shadow: 0px 0px 12px -2px rgba(20%,20%,20%,0.3); */
    background: #FFFFFF;
    width: 45%;
    margin: 0px 2.5%;
    padding: 30px 3vw;
    word-break: normal;
    border-radius: 40px;
    border: 3px #B5D9E8 solid;
}

.trans_top .text_box p {
    padding: 5px 0px;
}

.form_box {
    padding: 30px 0px;
    width: 100%;
    margin: auto;
    color: #595757;
    border-top: 5px #005BAC solid;
}

.form_box .transtyle {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 5px 0px;
    width: 95%;
    margin: auto;
}

.form_box .transtyle .trans_word {
    width: 200px;
    margin-right: 10px;
}

.form_box .transtyle .form_item {
    width: calc(100% - 210px);
    box-shadow: unset;
    border-radius: unset;
}

.form_box .transtyle>label>input {
    /* width: 90%; */
    box-shadow: unset;
    border-radius: unset;
}

.form_box .transtyle>label>img {
    width: 130px;
    margin-right: 10px;
}

.trans_btn {
    text-align: center;
    margin: 20px 0px;
}

.trans_btn .reset_btn {
    background: #005BAC;
    border: unset;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-right: 20px;
    transition: .5s;
}

.trans_btn .reset_btn:hover {
    background: #193171;
}

.trans_btn .submit_btn {
    background: #005BAC;
    border: unset;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    transition: .5s;
}

.trans_btn .submit_btn:hover {
    background: #193171;
}

@media screen and (max-width: 1024px) {
    .trans_top {
        flex-wrap: wrap;
        margin: 20px auto;
    }
    .trans_top .text_box {
        width: 100%;
        margin: 15px 0px;
        padding: 30px 5vw;
    }
}

@media screen and (max-width: 768px) {
    .form_box .transtyle {
        flex-wrap: wrap;
    }
    .form_box .transtyle .form_item {
        width: 100%;
    }
    .form_box .transtyle .trans_word {
        width: 100%;
        margin-right: 0px;
    }
    .trans_btn .reset_btn {
        padding: 5px 25px;
        margin-right: 10px;
    }
    .trans_btn .submit_btn {
        padding: 5px 25px;
    }
}

@media screen and (max-width: 500px) {
    .trans_top {
        margin: 10px auto;
    }
}
