@charset "UTF-8";

:root {
	--customer-loader-color: #333;
}


body {
    margin: 0px;
    font-size: 14px;
    color: #000;
}

a {
    text-decoration: none;
    /*color: #4c4c4c;*/
    color: #000;
}

img {
    max-width:100%;
}

a:hover,
button:hover {
    color: #9a9a9a;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.container {
    float: left;
    width: 100%;
}

.nav1 {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    /*box-shadow: 1px 1px 10px #EEE;*/
    height: 80px;
}

section.mainContent {
    max-width: 1920px;
    margin: auto;
}

/* 有logo+文字 */
.logo_index {
    display: inline-flex;
    margin-top: 0px;
    height: 80px;
    margin-left: 10%;
    max-width: 230px;
    width: auto;
    align-items: center;
}
.logo_index img {
    height: 60px;
}
.logo_index span {
    align-items: center;
    display: flex;
    margin-left: 10px;
    font-size: 20px; /* Fallback for IE */
    font-size: clamp(20px, 4vw, 42px); /* Modern browsers */
}



#ul1 {
    float: right;
    margin: 0 0 0 0;
    padding: 0;
    height: 80px;
    line-height: 80px;
}

#ul1 li {
    float: left;
    list-style: none;
    /* margin: 0 0 0 36px;*/
     margin: 0 0 0 1.4em;
    padding: 0;
}

/* header{
	float:left;
	width:100%;
	height:480px;
	overflow:hidden;
	margin-top: 80px;
}
header img{
	float:left;
	width:100%;
	position: relative;
    top: -120px;
} */
.homepage-slider {
    width: 100%;
    overflow: hidden;
}

.homepage-slider img {
    width: 100%;
    position: relative;
}

.aside1 {
    float: left;
    width: 100%;
    padding: 50px 0 75px 0;
}

.aside2 {
    float: left;
    width: 100%;
}

footer {
    float: left;
    width: 80%;
    margin: 0;
    position: relative;
    border-top: 1px solid #d7d7d7;
    padding: 60px 10% 60px 10%;
}
.width-100 {
    width:100%;
}

h1,
h2 {
    width: 100%;
    margin: 0px;
    text-align: center;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 16px;
}
.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4,
.customerMainContent h1,
.customerMainContent h2,
.customerMainContent h3,
.customerMainContent h4{
    text-align: left;
}

.customerMainContent h2{
    font-size: 20px;
}
.customerMainContent b, .customerMainContent .bold {
    font-weight: bold;
    /*background-image: linear-gradient(to bottom, transparent calc(100% - 1.5em), rgb(41 167 225 / 40%) 1.5em);*/
}

.customerMainContent ul li {
    padding: 5px 0px;
}

.aside1 {
    background-color: #FFF;
}
.aside1 h1 {
    margin: 0 0 20px 0;
    letter-spacing: 0.1em;
    color: #323232;
}

.aside1 .h2 {
    width: 60%;
    margin: 20px auto;
    float: none;
    line-height: 30px;
    font-weight: normal;
    text-align: justify;
    color: #7d7d7d;
    font-size: 18px;
}

footer>span {
    float: left;
    width: 140px;
    height: 100px;
    /*background: url("../img/logo_index.png") no-repeat;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
}

.footer_info {
    float: left;
    width: 30%;
    line-height: 26px;
    margin-left: 36px;
}

.footer_info p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer_copy {
    float: right;
    width: 50%;
    text-align: right;
    position: absolute;
    bottom: 60px;
    right: 10%;
}

.index_item1 {
    float: left;
    width: 100%;
    height: 351px;
}

.index_i1left {
    float: left;
    width: 50%;
    height: inherit;
    background-color: #f3f3f3;
}

.index_i1leftww {
    float: left;
    width: 80%;
    margin: 8% 10%;
}

.index_i1leftww p {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #323232;
    letter-spacing: 0.12em;
}

.index_i1leftww span {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #9a9a9a;
}

.index_i1leftww ul {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
    padding-left: 20px;
    font-size: 15px;
    line-height: 180%;
}

.index_i1leftww ul li {
    list-style-type: square;
}

.index_i1right {
    float: left;
    width: 50%;
    height: inherit;
    background: url("../img/use1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.index_item2 {
    float: left;
    width: 100%;
    height: 380px;
}

.index_i2left {
    float: left;
    width: 50%;
    height: inherit;
    background: url("../img/use2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.index_i2left222 {
    display: none;
}

.index_i2right {
    float: left;
    width: 50%;
    height: inherit;
    background-color: #f3f3f3;
}

.line1 {
    margin: 0 auto;
    width: 28px;
    height: 1px;
    /*border-bottom: 1px solid black;*/
    border-bottom: 1px solid #FFF;
}

.index_i2rightww {
    float: left;
    width: 80%;
    margin: 8% 10%;
}

.index_i2rightww p {
    float: left;
    width: 100%;
    font-size: 26px;
    margin: 0 0 20px 0;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #323232;
}

.index_i2rightww span {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 30px 0;
}

.index_i2rightww button {
    float: left;
    border-radius: 0;
    background: none;
    color: black;
    box-shadow: none;
    border: 2px solid #70706f;
    font-size: 16px;
    padding: 5px 50px;
    letter-spacing: 0.2em;
}

.index_i2rightww button:hover {
    background-color: #70706f;
    color: white;
    cursor: pointer;
}

.aside3 {
    float: left;
    width: 80%;
    margin-top: 80px;
    padding: 48px 10%;
}

.customer-page {
    margin: auto;
    line-height: 30px;
}
.customer-page.w10 {
    width: 100%;
}
.customer-page.w8 {
    width: 80%;
}
.customer-page.w6 {
    width: 60%;
}
/* 修正部分特別地方 */
.customer-page h1, .customer-page h2 {
    text-align:left;
}
.customer-page hr {
    margin-top: 2em;
    margin-bottom: 2em;
}

img.img-responsive {
    width: 100%;
    height: auto;
}

.page_title1 {
    float: left;
    width: 70%;
    font-size: 26px;
    margin: 0 30% 20px 0;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.page_content {
    float: left;
    width: 100%;
}

.article1 {
    float: left;
    width: 52%;
    margin: 0 4% 0 0;
    border-top: 1px solid #d7d7d7;
}

.article1 p {
    float: left;
    width: 100%;
    line-height: 30px;
    margin: 0;
    padding-top: 20px;
    text-align: justify;
    font-size: 15px;
}
.article1 img {
    max-width: 100%;
    height: auto;
}

.article2 {
    float: left;
    width: 44%;
}

.article2 img {
    float: left;
    width: 100%;
}

.article2 iframe {
    float: left;
    width: 100%;
    height: 500px;
}

.article9 {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(202, 202, 202, 0.85);
}

.news_list {
    float: left;
    width: 100%;
    /* line-height: 50px; */
	padding-top: 10px;
    padding-bottom: 10px;
    line-height: 2em;
    border-bottom: 1px solid rgba(220, 220, 220, 0.85);
}

.newslt_title {
    float: left;
    width: 50%;
    height: inherit;
}

.newslt_date {
    float: left;
    width: 20%;
    height: inherit;
}

.newslt_more {
    float: left;
    width: 30%;
    height: inherit;
}

.news_list a {
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    /* margin: 9px 0; */
}

.page_title2 {
    float: left;
    width: 70%;
    font-size: 24px;
    margin: 0 0 8px 0;
}

.page_back {
    float: right;
    width: 30%;
}

.page_back a {
    float: right;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid;
    margin: 0;
}


.article_title {
    float: left;
    width: 70%;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 36px;
}

.article_date {
    float: right;
    width: 30%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    margin-top: 36px;
}

.article_words {
    float: left;
    width: 100%;
    line-height: 26px;
    margin-top: 16px;
    font-size: 15px;
}

.article_img {
    float: left;
    width: 100%;
}

/*.article_img img{
	float:left;
	width:100%;
    margin-top: 24px;
}*/
.article_img img {
    max-width: 100%;
    height: auto !important;
    margin-top: 24px;
}

.article_title2 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 36px;
}

.article_items {
    float: left;
    width: 30%;
    margin-right: 5%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 25px 25px 30px 25px;
}

.article_items2 {
    float: left;
    width: 30%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 25px 25px 30px 25px;
}

.article_subti {
    float: left;
    width: 100%;
    font-size: 27px;
    letter-spacing: 0.11em;
    font-weight: bold;
}

.article_info {
    float: left;
    width: 100%;
    color: #70706f;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    margin-top: 10px;
}

.products_in {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.mnsn-banner {
    float: left;
    width: 100%;
    height: 480px;
}


.flexslider {
    position: relative;
    height: 480px;
    width: 100%;
}

.slides {
    position: relative;
    z-index: 1;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.slides li {
    height: 480px;
    background-size: cover;
    background-position: center !important;
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-indent: -9999px
}

.flex-control-nav {
    float: left;
    z-index: 12;
    width: 100%;
    text-align: center;
    padding: 0px;
    position: absolute;
    bottom: 0;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
}

.flex-control-nav a {
    float: left;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    background-color: white;
    line-height: 37px;
}

.flex-control-nav .flex-active {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 10px;
    background-color: black;
    cursor: pointer;
    color: black;
    line-height: 37px;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    top: 45%;
    padding: 0px;
}

.flex-direction-nav li {
    list-style: none;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 60px;
    background: url("../banner-use-img/prev3.png") center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 60px;
    background: url("../banner-use-img/next3.png") center center no-repeat;
}

.main-banner-words {
    display: none;
}

.nvh_phoneall.closed {
    display: none;
}

.lang {
    float: right;
    margin: 0 3%;
    height: 80px;
    line-height: 80px;
    font-size: 13.5px;
}

.lang span {
    float: left;
}

.lang p {
    float: left;
    margin: 0;
    padding: 0 5px;
}

.focus-nav {
    font-weight: bold;
}

.lang1 {
    float: right;
    margin: 30px 30px 0 0;

    display: none;
}

.lang1 span {
    float: left;
}

.lang1 p {
    float: left;
    margin: 0;
    padding: 0 15px;
}

.focus-nav1 {
    font-weight: bold;
}

.loading-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 101;
}

.loading-mask span {
    float: left;
    width: 100%;
    height: 100%;
    background: url(../img/loading-wait.svg) no-repeat;
    background-size: 42px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.pronew-left {
    float: left;
    width: 22%;
    margin: 0 5% 0 0;
}

.pronew-right {
    float: left;
    width: 73%;
}

.pronew-right>p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 24px 0;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.pronew-item {
    float: left;
    width: 100%;
}

/*.pronew-item a:hover > .pronewit-one > .pronewit-img{
	background-size:106% !important;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pronew-item a:hover > .pronewit-o2 > .pronewit-img{
	background-size:106% !important;

    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/
.pronewit-one {
    float: left;
    width: 32%;
    margin: 0 2% 12px 0;
    padding: 3px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.pronewit-o2 {
    float: left;
    width: 32%;
    margin: 0 0 12px 0;
    padding: 3px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.pronewit-img {
    float: left;
    width: 100%;
    height: 240px;
}

.pronewit-words {
    float: left;
    width: 100%;
    text-align: center;
    padding: 6px 0;
}

.pronewit-words p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 24px;
    line-height: 24px;
}

.prinnew-bd {
    float: left;
    font-size: 16px;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.prinnew-top {
    float: left;
    width: 100%;
    margin: 36px 0;
}

.prinnet-show {
    float: left;
    width: 40%;
    height: 480px;
    margin: 0 10% 0 0;
}

.prinnet-det {
    float: left;
    width: 50%;
}

.prinnet-title {
    float: left;
    width: 100%;
    margin: 0 0 48px 0;

    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.05em;
}

.prinnet-words {
    float: left;
    width: 100%;
}

.prinnet-words p {
    float: left;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
}

.prinnet-words ul {
    float: left;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.prinnet-words ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: square;
}

.prinnet-words span {
    float: left;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;

    font-size: 20px;
    font-weight: bold;
}

.prinnet-btn {
    float: left;
    width: 100%;
}

.prinnet-btn a {
    float: left;
    padding: 6px 24px;
    border: 1px solid;
    /* border: 1px solid #002b57; */
    /* background-color: #002b57; */
    /* color: white; */
}

/* .prinnet-btn a:hover {
    background-color: #282828;
    border: 1px solid #282828;
} */

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: contain;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;

    background-repeat: no-repeat;
    background-color: #cacaca;
    box-sizing: border-box;
    /*background-color: #FFF;*/
    /*border: 1px solid #CCC;*/
}

.gallery-thumbs .swiper-slide {
    width: 18%;
    height: 100%;
    opacity: 0.4;

    background-repeat: no-repeat;
    background-color: #cacaca;
}


.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.bigout {
    float: left;
    width: 100%;
    margin: 0;
    padding: 24px 24px 60px 24px;
    box-sizing: border-box;
    /*background-color: #EFEFEF;*/
    background-color: #FFF;
    border: 1px solid #000;
}

.big {
    float: left;
    width: 100%;
    margin: 0;
    padding: 8px 0 8px 22px;
    list-style: none;
    font-size: 16px;

    background: url('../img/claps-down.png') no-repeat;
    background-size: 12px;
    background-position: 0 50%;
}

.big:hover {
    cursor: pointer;
}

.big.title-animated {
    background: url('../img/claps-up.png') no-repeat;
    background-size: 12px;
    background-position: 0 50%;
}

.bigin {
    float: left;
    width: 100%;
    display: none;
}

.bigin ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 16px 45px;
    box-sizing: border-box;
}

.bigin ul li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 16px;
    list-style-type: square;
    padding: 4px 0;
}



.connew-form {
    width: 100%;
    float: left;
    margin-top: 24px;
}

.connew-form form {
    width: 100%;
    font-size: 14px;
    float: right;
}

.con_type {
    border: 0px;
    width: 100%;
    /* height: 34px; */
    line-height: 34px;
    margin-bottom: 8px;
    padding: 0px 14px;
    color: #002435;
    font-size: 14px;
    font-family: "MyriadPro", "Microsoft JhengHei";
    float: right;
    box-sizing: border-box;
    background-color: rgb(241, 241, 241);
}

.con_type:focus {
    outline: 2px solid #70706f;
}

.connew-form textarea {
    border: 0px;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px 14px;
    color: #002435;
    font-size: 14px;
    font-family: "MyriadPro", "Microsoft JhengHei";
    float: right;
    box-sizing: border-box;
    background-color: rgb(241, 241, 241);
}

.connew-form textarea:focus {
    outline: 2px solid #70706f;
}

.con_submit {
    float: right;
    width: 124px;
    height: 40px;
    line-height: 32px;
    outline: none;
    display: block;
    margin-top: 12px;
    font-size: 20px;
    font-family: "MyriadPro", "sourcehansans-tc", "Microsoft JhengHei" !important;
    color: #70706f;
    border: 2px solid #70706f;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: transparent;
}

.con_submit:hover {
    cursor: pointer;
    background-color: #70706f;
    color: white;

    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 900px) {
    .aside1 h2 {
        width: 76% !important;
    }

    .index_i1left {
        width: 100% !important;
        height: auto !important;
    }

    .index_i1right {
        width: 100% !important;
        height: 300px !important;
    }

    .index_i1leftww {
        width: 76% !important;
        margin: 12% 12% !important;
    }

    .index_item1 {
        height: auto !important;
    }

    .index_item2 {
        height: auto !important;
    }

    .index_i2left {
        display: none !important;
    }

    .index_i2right {
        width: 100% !important;
        height: auto !important;
    }

    .index_i2left222 {
        float: left;
        width: 100%;
        height: 300px;
        background: url("../img/use2.jpg") no-repeat;
        background-size: cover;
        background-position: center;

        display: block !important;
    }

    footer {
        height: auto !important;
        padding: 24px 10% 12px 10% !important;
        margin: 0 !important;
    }

    /*footer span {
        display: none !important;
    }*/

    .flex-direction-nav {
        display: none !important;
    }

    .footer_info {
        width: 100% !important;
        position: inherit !important;
        height: auto !important;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .footer_copy {
        width: 100% !important;
        position: inherit !important;
        text-align: center !important;
        margin-top: 30px !important;
        font-size: 12px !important;
        color: #ababab;
        bottom: 0 !important;
        right: 0 !important;
    }

    .logo_index {
        float: left;
        width: 70% !important;
        background-size: auto 38px;
        height: 80px;
    }

    #ul1 {
        display: none;
    }

    header {
        margin-top: 80px;
    }

    .page_title1 {
        width: 100%;
    }

    .page_content {
        width: 100%;
    }

    .article1 {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .article2 {
        width: 100%;
    }

    .news_list {
        height: auto;
    }

    .news_list {
        padding: 12px 0;
    }

    .newslt_date {
        width: 100%;
    }

    .newslt_title {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .newslt_more {
        width: 100%;
    }

    .newslt_more a {
        width: 100%;
        box-sizing: border-box;
    }

    .article_title {
        width: 100%;
        margin-top: 24px;
    }

    .article_date {
        width: 100%;
        margin-top: 0px;
        text-align: left;
    }

    .article_words {
        width: 100%;
        margin-top: 24px;
    }

    .article_items {
        width: 100%;
        margin-bottom: 18px;
    }

    .article_items2 {
        width: 100%;
    }

    .aside3 {
        padding: 12px 10% 40px 10%;
    }


    .nvh_phoneall.closed {
        float: left;
        position: absolute;
        display: block;
        width: 100%;

        display: block;
    }

    .nvh_phonebar.closed {
        float: left;
        position: absolute;
        right: 10px;
    }

    .nvh_phonebar {
        float: left;
        position: absolute;
        right: 10px;
    }

    img#nvgtcg {
        float: left;
        height: 46px;
        margin-top: 7px;
    }

    .info-content.closed {
        float: left;
        width: 100%;

        display: none;
    }

    .info-content {
        float: left;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.9);
        height: 600px;
        width: 100%;
        top: 80px;
    }

    .info-content ul {
        float: left;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .info-content ul li {
        float: left;
        padding: 0;
        margin: 0 0 20px 0;
        list-style: none;
        width: 100%;
        text-align: center;
    }

    .info-content ul li a {
        float: left;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .lang {
        display: none;
    }

    .lang1 {
        display: block;
    }

    .main-banner-words h3 {
        height: auto !important;
    }

    .main-banner-words {
        width: 100%;
        box-sizing: border-box;
        left: 0 !important;
    }

    .pronew-left {
        width: 100%;
        margin: 0 0 36px 0;
    }
/*
    .pronew-left ul {
        padding: 24px;
    } */
	.bigout {
		padding: 10px;
	}
    .pronew-right {
        width: 100%;
    }

    .pronew-right>p {
        font-size: 24px;
        height: auto;
        line-height: 24px;
    }

    .pronewit-one {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .pronewit-o2 {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .pronewit-img {
        height: 280px;
    }

    .prinnet-show {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .prinnet-det {
        width: 100%;
    }

    .prinnet-title {
        margin: 0 0 16px 0;
    }

    .prinnet-words {
        font-size: 16px;
    }

    .article_words {
        font-size: 16px;
    }

    /* ============ 1060615 edit ============ */
    .index_item1 button {
        margin-top: 20px !important;
    }
}

/* ============WAYHUNT ADD============ */
div#showpages {
    clear: both;
    padding: 50px 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

div#pagesinfo {
    float: left;
    white-space: nowrap;
}

div#pages {
    text-align: center;
    white-space: nowrap;
    display: table;
    margin: 0 auto;
}

div#pages ul {
    margin: 0;
    padding: 0;
}

div#pages a:link,
div#pages a:visited,
div#pages a:active {
    color: #70706f;
    text-decoration: none;
    display: block;
}

div#pages a:hover {
    color: #f4f4f4;
    text-decoration: none;
    background-color: #70706f;
    display: block;
}

div#pages li {
    margin: 3px;
    /* padding:2px 5px; */
    height: 34px;
    min-width: 34px;
    line-height: 34px;
    list-style-type: none;
    float: left;
    background: #fff;
    color: #70706f;
    border: 1px #999 solid;
    white-space: nowrap;
}

div#pages li.pagesnow {
    color: #70706f;
    background-color: #f4f4f4;
    white-space: nowrap;
    border: 1px #999 solid;
}

div#pages li.pbutton {
    color: #70706f;
    background-color: #f4f4f4;
    /* padding:3px 5px 1px 5px; */
    padding: 0px 5px;
    white-space: nowrap;
    border: 1px #999 solid;
}

div#pages li.pbutton:hover {
    color: #f4f4f4;
    background-color: #333;
    /* padding:3px 5px 1px 5px; */
    white-space: nowrap;
    border: 1px #999 solid;
}


div#pages li.opt {
    color: #70706f;
    padding: 0px 2px;
    white-space: nowrap;
    border: 0px;
}

div#showpages select {
    background-color: #f4f4f4;
    border: 1px #999 solid;
    padding: 3px;
    color: #70706f;
}

a.active {
    color: #9a9a9a;
}

.agi-img {
    float: left;
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aside1 button {
    display: block;
    border-radius: 0;
    background: none;
    color: black;
    box-shadow: none;
    border: 2px solid #70706f;
    font-size: 16px;
    padding: 5px 50px;
    letter-spacing: 0.2em;
    margin: 20px auto 0px auto;
    cursor: pointer;
}

.aside1 button:hover {
    background-color: #70706f;
    color: white;
    cursor: pointer;
}

.index_item1 button {
    float: right;
    border-radius: 0;
    background: none;
    color: black;
    box-shadow: none;
    border: 2px solid #70706f;
    font-size: 16px;
    padding: 5px 50px;
    letter-spacing: 0.2em;
    margin-top: -40px;
}

.index_item1 button:hover {
    background-color: #70706f;
    color: white;
    cursor: pointer;
}

.f-black {
    color: #bebebe;
}

.vidindex{
    float:left;
    width:100%;
    padding:120px 0;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:bottom;
    position:relative;
}
.vidi_mask{
    position:absolute;
    top: 0px;
    width:100%;
    height:100%;
}
.vidi_put{
    float: left;
    width: 40%;
    /* height: 290px; */
    margin: 0 6% 0 10%;
    position: relative;
    z-index: 2;
}
.vidi_put iframe{
    float:left;
    width:100%;
    height:100%;
}
.vidi_words{
    float:left;
    width:35%;
    position: relative;
    z-index: 2;
}
.vidi_words h2{
    float:left;
    text-align:left;
    width:100%;
    padding:0;
    margin:0;
    font-size: 39px;
}
.vidi_words div.content{
    float:left;
    width:100%;
    padding:0;
    margin:24px 0 0 0;
    font-size: 18px;
    line-height: 30px;
}

.vidindex.vidi-right .vidi_put {
    float: right;
}
.vidindex.vidi-right .vidi_words {
    margin-left: 5%;
}

.main-banner-words {
    position: absolute;
    color: white;
    left: 10%;
    bottom: 36px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
}

.main-banner-words h3 {
    font-size: 38px;
    letter-spacing: 0.1em;
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #eaeaea;
}

.main-banner-words h5 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #b1b1b1;
}

/* ============ LUGO ADD============ */
/* 新版表單客製化 */
form .inline-label {
    display: inline-block;
    margin-right: 10px;
}

form .inline-radio,
form .inline-checkbox {
    float: left;
    width: 100%;
    color: #757575;
}

form .inline-radio .inline-radio-col,
form .inline-checkbox .inline-checkbox-col {
    display: inline-block;
    margin-right: 20px;
}

form .input-set {
    float: left;
    width: 100%;
}

/* 新版文章客製化 */
.articleList-container,
.productList-container {
    float: left;
    padding-top: 40px;
    margin-bottom: 80px;
    width: 100%;
}

.articleList,
.productList {
    display: flex;
}

.article-cate-title,
.product-cate-title {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 24px 0;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}

.article-left,
.product-left {
    flex: 0 0 22%;
    margin: 0 5% 0 0;
}

.article-right,
.product-right {
    flex: 1 1 auto;
}

.article_words a {
    /* 文章超連結給予樣式 */
    text-decoration: underline;
}

/* 多語系選單 */
.lang-item+.lang-item:before {
	content: "｜";
}


@media screen and (max-width: 900px) {
    form .input-set {
        width: 100% !important;
        /*手機版本強制100%*/
        margin-right: 0px !important;
        clear: both;
    }
    form .g-recaptcha {
        clear: both;
    }
	.articleList, .productList {flex-wrap: wrap;}
	.article-left, .article-right, .pronew-left, .pronew-right { width:100%; flex: 0 0 100%; margin-bottom: 50px}

    /* 首頁影音 */
    .vidi_put{ width: 80%; margin: 0 10% 24px 10%;}
	.vidi_words{ width: 80%; margin: 0 10%; }
    .vidi_words h2 { text-align: center; }
    .vidi_words div.content {width: 100%;margin-left: 5%;}
}


/* 讀取特效 */
.animation-barloader {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.animation-barloader div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: var(--customer-loader-color);
    animation: animation-barloader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.animation-barloader div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.animation-barloader div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.animation-barloader div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes animation-barloader {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

/* Homepage style */
.blog-thumbnail {
    padding: 30px;
}
.blog-item-inner {
    padding: 0px 30px;
}
.blog-btn-container {
    padding: 0px 30px;
    text-align: center;
}
.blog-item-inner p {
    line-height: 1.8em;
}

.aside-news {
    float: left;
    width: 100%;
    padding: 50px 0 75px 0;
}
.aside-container {
    max-width: 1200px;
    margin: auto;
}
.aside-container h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 26px;
    letter-spacing: 0.12em;
}
.aside-container .subtitle {
    padding: 15px 0 0 0;
    font-size: 18px;
}




/* 完全置底按鈕 */
.aside-news .button-bottom .width-1-3{
    position: relative;
    padding-bottom: 50px;
}
.aside-news .button-bottom .blog-btn-container {
    position: absolute;
    bottom: 0;
    width: 80%;
    text-align: center;
}

/* grid system */
.my-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
/*.my-grid {
    margin-left: -30px;
}*/
.my-grid>* {
    padding: 0px 30px;
}
.my-grid .width-1-3 {
    margin-bottom:30px;
    width: 100%;
    box-sizing: border-box;

}
@media (min-width: 960px) {
    .my-grid .width-1-3 {
        width: calc(100% * 1 / 3.001);
    }
}

@media (min-width: 1200px){
    /*.my-grid {
        margin-left: -40px;
    }*/
    .my-grid>* {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/****-------****/
body {
    background-color: #000;
}
[lang='en'] .page_title1,
[lang='en'] .prinnet-title,
[lang='en'] .lr-div-control .lr-title,
[lang='en'] .theme-button {
    letter-spacing: 0.03em;
}

[lang='en'] aside.aside1 .h2 {
    text-align: left;
}

.vidi_words {
    box-sizing: border-box;
}
.vidi_words h2,
.vidi_words div.content {
    color: #FFF;
}

.pronewit-one {
    border: 1px solid #000;
    transition: all 0.2s;
    padding: 10px;
}
.pronewit-one:hover {
    box-shadow: 0px 0px 5px #000;
}
.swiper-wrapper .swiper-slide {
    padding: 10px;
}
aside.aside1 {
    background-color: #000;
}
aside.aside1 h1 {
    color :#FFF;
}
aside.aside1 .h2 {
    color: #FFF;
}

aside.aside1 .theme-btn-primary {
    border-color: #FFF;
    background-color: #FFF;
}

aside.aside1 .theme-btn-primary:hover {
    color: #FFF;
    background-color: #000;
}

.blog-item {
    background-color: #FFF;
    padding-bottom: 30px;
}
.aside-container h2 {
    color: #FFF;
}
.mainContent aside.aside3,
.customerMainContent {
    background-color: #FFF;
}

.logo_index {
    max-width: 400px;
}
.logo_index span {
    margin-left: 10px;
    /*font-size: clamp(16px, 3vw, 30px);*/
}

/* 客製化選單 */
#ul1 { background-color: #FFF;height: 44px;line-height: 44px;margin-top: 18px;color: #000;}
#ul1 a { color: #000;font-weight:bold; }
#ul1 li {width: 120px;padding: 0;margin: 0;text-align: center;border-left: 1px solid #FFF;border-right: 1px solid #FFF;font-size: clamp(12px, 1em, 16px);}
#ul1 li:first-child { border-left: 0px;}
#ul1 li:last-child { border-right: 0px;}
ul#ul1 > li > a:hover,ul#ul1 > li > a.active {background-color: #323232;color: #FFF;}
[lang='en'] ul#ul1 > li > a,
[lang='en'] .main-banner-words h3,
[lang='en'] aside.aside1 h1,
[lang='en'] .aside-container h2,
[lang='en'] .lr-div-control .lr-title,
[lang='en'] .vidi_words h2,
[lang='en'] .customer-page h1,
[lang='en'] .customer-page h2,
[lang='en'] .page_title1,
[lang='en'] .aside3 h1 {
    font-family: "Oswald", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
}
[lang='en'] ul#ul1 > li > a { font-size: 16px; }
footer a {color: #FFF; text-decoration: underline;}
footer a:hover { color: #9a9a9a; }
.blog-thumbnail img {
    width: 300px;
    height: 200px;
    object-fit: contain;
}

.blog-item-inner h3.blog-title a {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-item-inner span.blog-date {
    color: #333;
    display: block;
    text-align: right;
}
#id-cart-link {
    position: relative;
}

#id-cart-link #id-cart-num {
    position: absolute;
    right: -0.5em;
    top: -1em;
}

#id-cart-link #id-cart-num span {
    background-color: #555;
    padding: 1px 2px;
    font-size: 14px;
}

.aside1 .h2 {
    max-width: 1024px;
    width: 90%;
}


.blog-thumbnail {
    text-align: center;
}


@media screen and (max-width: 1250px) {
    .logo_index {margin-left: 30px;}
    .lang {margin-right: 20px;}
    #ul1 li {
        width: 100px;
    }
}
@media screen and (max-width: 1040px) {
    #ul1 li {
        width: 80px;
    }
    #ul1 li {
        width: 80px;
        font-size: 12px;
        border-color: #EEE;
    }
}
/* 專案手機版 */
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #FFF!important;
}
@media screen and (max-width: 900px) {
    .info-content {
        background-color: #000;
    }
}
@media screen and (max-width: 959px) {
    .blog-thumbnail img {width: 100%;height: auto;}
}
