<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.cms_banner {}

.contact {
    padding: 0 10% 0 0;
    display: flex;
}

article {
    padding: 130px 0 180px 0;
}

aside {
    width: 30%;
    padding: 0px 0 180px 0;
    position: relative;
}

.m_menubtn {
    display: none;
}

article {
    border-left:solid 1.2px rgba(193, 193, 193, 0.5);
    position: relative;
    padding-left: 80px;
    padding-right: 15%;
    width: 80%;
}

article::before {
    top: 0;
    content: " ";
    width: 1px;
    position: absolute;
    left: -1px;
    height: 100%;
    box-shadow: 5px 0 10px rgba(117, 117, 117, 0.5);
}

.m_menu .title {
    font-size: 1.4em;
    color: #a30e42;
    margin-bottom: 20px;
}

.m_menu .title span {
    /* font-family: 'PathwayGothicOne', Arial, sans-serif; 
    font-size: 32px;*/
    border-bottom: solid 1px #fff;
    color: #fff;
    background: #a30e42;
    margin-top: 100px;
    padding: 15px 30px 15px 10%;
    display: block;
}

.m_menu .new &gt; a {
    display: inline-block;
    border: solid 1px #000;
    margin: 30px 0 10px;
    padding: 5px 15px;
    font-weight: bold;
}

.m_menu .new &gt; a:hover,
.m_menu .new.current a {
    border: solid 1px #a30e42;
}

.m_menu .new &gt; a:hover {
    font-weight: 800;
}

.m_menu {
    text-align: right;
}

.m_menu li{ padding-right: 30px; }
.m_menu li:first-child {
    font-weight: bold;
}

.m_menu li:first-child,
.m_menu li a {
    padding: 12px 0;
    display: block;
}

.m_menu li:first-child {
    padding-top: 0px;
}

.m_menu&gt;ul&gt;li.current&gt;a {
    color: #a30e42;
    font-weight: bold;
}

.m_menu&gt;ul&gt;li:hover&gt;a {
    font-weight: bold;
}

.m_menu&gt;ul&gt;li:hover&gt;a::after,
.m_menu&gt;ul&gt;li.current a::after {
    content: " ";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent #a30e42 transparent transparent;
    margin-top: -2px;
}

.m_menubody {
    display: none;
}

.morebtn&gt;a i {
    display: none;
}

h1 {
    /* font-family: 'PathwayGothicOne', Arial, sans-serif; 
    font-size: 40px;*/
    font-size: 30px;
    font-weight: bold;
    color: #43464B;
}

.path {
    padding: 5px 0;
    color: #aeaeae;
    font-size: 0.8em;
    margin-bottom: 30px;
}

.path ul a {
    display: inline-block;
    color: #aeaeae;
}

.path ul a:hover {
    color: #a30e42;
}

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

.path ul li::after {
    content: "&gt;";
    padding: 0 5px;
}

.path ul li:last-child::after {
    content: " ";
}

main {
    margin-bottom: 50px;
}

main::after {
    content: " ";
    display: block;
    clear: both;
}


/*about*/

.aboutus {
    max-width: 780px;
}

.about_top {
    display: flex;
    margin: 0 0 30px 0;
    align-items: flex-start;
}

.about_text {
    line-height: 1.8;
    color: #606060;
}

.about_top img {
    border: solid 1.5px #ccc;
    margin-left: 50px;
    width: 150px;
    height: auto;
}

.aboutus .pic {
    display: flex;
    flex-wrap: wrap;
    min-height: 290px;
}
.aboutus .pic2{
    display: flex;
    flex-wrap: wrap;
    min-height: 160px;
}

.aboutus .pic li {
    padding: 0 2px;
    width: calc(100%/3);
    cursor: pointer;
    padding-bottom: 2px;
}
.aboutus .pic2 li{
    width: calc(100%/5 - 10px);
    display: inline-block;
}
.about_title {
    font-weight: bold;
    color: #a30e42;
    margin: 20px 0;
    font-size: 17px;
}

.trade_zone, .agent_zone, .ce_zone{
    line-height: 24px;
    color: #606060;
}
.trade_zone p{ margin: 10px 0; }
.trade_zone strong{
    display: block;
    color: #A30E42;
    padding: 10px 0;
    font-weight: bold;
}
.trade_zone a, .agent_zone a{ color: #A30E42; }
.trade_zone a:hover, .agent_zone a:hover{ text-decoration: underline; }
.trade_zone .sub_title{
    color: #000;
    font-weight: bold;
}

.trade_table{
    display: table;
    margin: 10px 0;
}
.trade_table div{
    display: table-cell;
    vertical-align: middle;
}
.trade_pic01, .trade_pic03, .trade_pic05, .trade_pic06{ width: 30%; }
.trade_txt01, .trade_txt03, .trade_txt05, .trade_txt06{ width: 70%; }
.trade_pic02{ width: 40%; vertical-align: top;}
.trade_txt02{ width: 60%; padding-left: 20px;}


/*about*/


/*product*/

.product_list li {
    width: calc(100%/4 - 10px);
    display: inline-flex;
    margin: 2px 0;
    justify-content: flex-start;
    padding: 10px;
    border: solid 1px #646464;
    min-height: 200px;
    text-align: center;
}

.product_list li img {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.product_list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.product_list li:hover {
    border: solid 1px #a30e42;
}

.product_list li a {
    margin: 0 auto;
}

.product_list .pic {
    width: 130px;
    margin: 0 auto;
}

.product_list p {
    /* font-family: 'PathwayGothicOne', Arial, sans-serif;
    font-size: 18px; */
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    color: #7a7a7a;
    line-height: 1.2em;
}

.product_list li:hover p {
    color: #a30e42;
}
.seo_zone{color: #606060;}
.products_show_title{ display: none; }

.ce_list{
    display: flex;
    flex-wrap: wrap;
}

.ce_list a{
    width: calc(100%/5 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.ce_list a:nth-child(5n+5){
    margin-right: 0px;
}
@media only screen and (max-width: 450px){
    .ce_list{ justify-content: space-between; }
    .ce_list a{ 
        width: 49%; 
        margin-right: 0px;
    }
}



/*product*/


/*product detail*/

.detail_top {
    display: flex;
    justify-content: space-between;
}

.detail_top .pic {
    width: 45%;
    height: 400px;
    margin-right: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #a4a4a4;
    min-height: 300px;
    cursor: pointer;
    padding: 10px;
}

.detail_top .pic:hover {
    border: solid 1px #a30e42;
}

.detail_top .pic img {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.detail_top .pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.product_name {
    font-size: 1.4em;
    color: #a30e42;
    font-weight: bold;
    padding-bottom: 15px;

    display: none;
}

.detail_text {
    width: 45%;
    color: #606060;
}

.hiddenbox {
    display: none;
}

.detail_btn {
    margin-top: 40px;
}

.detail_btn a {
    display: inline-block;
    color: #ccc;
    margin-right: 10px;
}

.detail_btn a:not(.inquiry) {
    margin-left: 20px;
    font-size: 1.4em;
}

.detail_btn a:hover {
    color: #a30e42;
}

.detail_btn a.inquiry {
    padding: 7px 15px;
    color: #FFF;
    background: #a30e42;
    text-transform: uppercase;
}

.detail_btn a.inquiry:hover {
    animation: shiny 0.3s;
    -moz-animation: shiny 0.3s;
    -webkit-animation: shiny 0.3s;
    -o-animation: shiny 0.3s;
}

.detail_btn .inquiry::before {
    font-family: FontAwesome;
    content: "\f0c9";
    padding-right: 8px;
}

.pdf {
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
}

.pdf_first {
    width: 100px;
    position: relative;
}

.pdf_first:hover::before {
    position: absolute;
    content: "\f0c1";
    font-family: FontAwesome;
    transform: translate(37%, 42%);
    color: #fff;
    z-index: 1;
    width: 100%;
    font-size: 1.8em;
    height: 100%;
}

.pdf_first::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.pdf_first:hover::after {
    opacity: 0.7;
}

.detail_text .icon {
    width: 180px;
    margin:25px 0 15px 0;
}

.seo_zone ul li{
    margin-left: 20px;
    list-style-type: disc;
}


/*product detail*/


/*news list*/

.news_list li {
    border-bottom: solid 1px #d6d6d6;
}

.news_list li a {
    display: flex;
}

.news_list .text_wp {
    width: 600px;
    padding: 20px;
}

.news_list .pic {
    width: 200px;
    padding: 20px;
    border-right: solid 1px #d6d6d6;
}

.news_list .text_wp strong {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
}

.news_list .text_wp p {
    color: #a30e42;
    font-size: 0.8em
}


/*news list*/


/*news detail*/
.news_detial{ 
    color: #606060; 
    line-height: 1.8;
}
.news_detial .title {
    font-size: 1.1em;
    font-weight: bolder;
    margin: 20px 0;
}

.news_detial .pic {
    cursor: pointer;
}

.news_detial ul {
    margin: 10px 0;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 20px;
}

.news_detial li {
    padding: 5px 0;
    margin-left: 20px;
    list-style-type: disc;
    /*color: #989898;*/
    color: #606060;
    line-height: 1.2
}
.news_detial li a {
    display: inline-block;
    text-decoration: underline;
    /*color: #989898;*/
    color: #606060;
}

.news_detial a{ text-decoration: underline; }

.news_detial li a:hover {
    color: #a30e42;
}

a.btn_back {
    padding: 7px 25px;
    color: #FFF;
    background: #a30e42;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

a.btn_back:hover {
    animation: shiny 0.3s;
    -moz-animation: shiny 0.3s;
    -webkit-animation: shiny 0.3s;
    -o-animation: shiny 0.3s;
}


/*news detail*/


/*certificates*/

.rwd-table {
    width: 100%;
    text-align: center;
}

.rwd-table th {
    background: #bababa;
    color: #fff;
    font-weight: bolder;
}

.rwd-table tr {
    border-bottom: solid 1px #bababa;
}

.rwd-table td,
.rwd-table th {
    padding: 10px;
}

.rwd-table td a {
    text-decoration: underline;
    color: #a30e42;
}

.rwd-table td a:hover {
    font-weight: bold;
}


/*certificates*/


/*download*/

.download_list li {
    display: inline-block;
    width: calc(100%/4 - 10px);
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.download_list strong {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
}

.download_list li a {
    padding: 7px 25px;
    color: #FFF;
    background: #a30e42;
    display: block;
    margin-top: 10px;
}

.download_list li a::after {
    content: "\f0ed";
    font-family: FontAwesome;
    padding-left: 5px;
}

.download_list li a:hover {
    animation: shiny 0.3s;
    -moz-animation: shiny 0.3s;
    -webkit-animation: shiny 0.3s;
    -o-animation: shiny 0.3s;
}


/*download*/


/*contactus*/

article.for_contactus {
    border: 0;
    width: 100%;
}

article.for_contactus::before {
    box-shadow: none;
}

.contactus {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.google_map {
    width: 50%;
}

.google_map iframe {
    width: 100%;
    min-height: 400px;
}

.contactus_table {
    width: 45%;
    margin: 20px auto;
}

.contactus .title {
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #a30e42;
}

.contactus_table li {
    padding: 6px;
}

.contactus_table li .name {
    min-width: 130px;
    display: inline-block;
    font-size: 1.1em;
    padding: 5px 0;
}

.contactus_table li input,
.contactus_table li select {
    width: 250px;
}

.contactus_table li input.code {
    width: 100px;
    margin-left: 20px;
}

.contactus_table input.ctbtn {
    border: none;
    width: 100px !important;
    padding: 7px 25px;
    color: #FFF;
    background: #a30e42;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.contactus_table input.ctbtn:hover {
    animation: shiny 0.3s;
    -moz-animation: shiny 0.3s;
    -webkit-animation: shiny 0.3s;
    -o-animation: shiny 0.3s;
}

.contactus_table li textarea {
    width: 420px;
}

a.ctbtn {
    padding: 7px 25px;
    color: #FFF;
    background: #a30e42;
    display: inline-block;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
    text-transform: uppercase;
}

.contactus_table li a:last-child{
    margin: 10px;
}

a.ctbtn:hover {
    animation: shiny 0.3s;
    -moz-animation: shiny 0.3s;
    -webkit-animation: shiny 0.3s;
    -o-animation: shiny 0.3s;
}

.contactus_table li:last-child {}


/*contactus*/


/*for IE*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .about_top {
        display: block;
    }
    .about_text {
        width: 60%;
        display: inline-block;
        vertical-align: top;
    }
    .aboutus .pic, 
    .aboutus .pic2 {
        display: block;
    }
    .aboutus .pic li {
        display: inline-block;
        width: calc(100%/3 - 25px);
    }
    .aboutus .pic2 li{
        width: calc(100%/5 - 10px);
        display: inline-block;
    }
    .product_list li {
        display: inline-block;
    }
}


/*end for IE*/


/*star shiny animation*/

@keyframes shiny {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0.5
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes shiny {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0.5
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes shiny {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0.5
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes shiny {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0.5
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 1
    }
}


/*end shiny animation*/
@media only screen and (max-width: 1680px){
    .detail_top .pic{height: 350px;}
}

@media only screen and (max-width: 1600px){
    .aboutus .pic2 li{width: calc( 100%/5 - 5px );}
}

@media only screen and (max-width: 1440px){
    .contact{ padding: 0 6.8% 0 0; }
    article{
        padding-right: 0px;
        width: 80.8%;
    }
    .product_list li{ 
        width: calc(100%/3 - 10px);
        padding: 39px 10px;
    }
    .detail_top .pic{width: 35%; height: 320px; margin-right: 60px;}
    .detail_text{ width: 50%; margin-right: 7%;}
    .aboutus .pic2 li{width: calc( 100%/5 - 10px );}
}
@media only screen and (max-width: 1366px){
}
@media only screen and (max-width: 1360px) {
    article{width:82%;}
    .contact {
        padding: 0 2% 0 0;
    }
    .product_list li{ width: calc(100%/3 - 10px);}
    .detail_top .pic {
        width: 35%;
        height: 340px;
        margin-right: 20px;
        min-height: auto;
    }
    .detail_text{
        width: 45%;
        margin-right: 10%;
    }
}

@media only screen and (max-width: 1280px) {
    article{width:calc(74% + 10px);}
    .contact {
        padding: 0 10px 0 0;
    }
    .product_list li {
        width: calc(100%/3 - 10px);
    }
    .contactus {
        display: block;
    }
    .google_map,
    .contactus_table {
        width: 100%;
    }

    .detail_text{
        width: 47%;
        margin-right: 8%;
    }
}
@media only screen and (max-width: 1100px) {
    .aboutus .pic2 li{width: calc( 100%/5);}
}
@media only screen and (max-width: 1024px){
    .detail_top .pic{height: 300px;}
    .aboutus .pic2 li{
        width: calc( 100%/4 - 20px );
        padding-bottom: 1px;
    }
}


@media only screen and (max-width: 999px) {
    article {
        width: 90%;
        margin: 0 auto;
        padding: 50px 10px;
        border: none;
    }
    .contact {
        display: block;
        padding: 0;
    }
    aside {
        width: 100%;
        padding: 0;
    }
    article::before {
        display: none;
    }
    .product_list li {
        width: calc(100%/3 - 10px);
    }
    .m_menubtn {
        display: block;
        padding: 15px 0;
        font-size: 1.2em;
        font-weight: bolder;
        background: #a30e42;
        color: #fff;
        cursor: pointer;
        position: relative;
        text-align: center;
    }
    .m_menubtn::after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
    }
    .m_menu {
        text-align: left;
        padding: 0;
        display: none;
        position: absolute;
        background: rgba(0, 0, 0, 0.85);
        width: 100%;
        max-height: 300px;
        overflow: auto;
        z-index: 2;
    }
    .m_menu&gt;ul&gt;li:hover&gt;a::after,
    .m_menu&gt;ul&gt;li.current a::after {
        display: none;
    }
    .m_menu .new&gt;a {
        display: block;
        border: 0;
        color: #fff;
        margin: 0;
        padding: 10px;
    }
    .m_menu .new&gt;a:hover {
        font-weight: bolder;
        color: #fff;
    }
    .m_menu .new &gt; a:hover,
    .m_menu .new.current a {
        border: 0;
    }
    .m_menu&gt;ul&gt;li {
        border-bottom: solid 1px #666;
    }
    .m_menu li a {
        padding: 10px;
        color: #fff;
        font-weight: inherit;
    }
    .m_menu li a:hover {
        background: rgba(208, 208, 208, 0.7);
    }
    .m_menu&gt;ul&gt;li:first-child {
        display: none;
    }
    .m_menu li:hover a::after {
        display: none;
    }
    .m_menubody {
        background: rgba(150, 150, 150, 0.7);
    }
    .fa-angle-down {
        transition: all 0.5s;
        transform-origin: 25% 50%;
    }
    .arrow_rotate {
        transform: rotate(180deg);
    }
    .morebtn&gt;a i {
        padding-right: 10px;
        margin-top: 2px;
        float: right;
        display: block;
    }
    main {
        margin: 0;
    }
    main::after {
        height: 100px
    }
    .download_list li {
        width: calc(100%/3 - 10px);
    }

    .detail_top .pic{
        height: auto;
    }
    .aboutus .pic2 li{
        width: calc( 100%/5 );
    }

    .trade_table{ display: block; }
    .trade_table div{
        display: block;
    }
    .trade_pic01, .trade_pic03, .trade_pic05, .trade_pic06, .trade_pic02, 
    .trade_txt01, .trade_txt03, .trade_txt05, .trade_txt06, .trade_txt02{ width: 100%; padding-left: 0px;}
}

@media only screen and (max-width: 768px) {
    article {
        width: 100%;
    }
    .aboutus {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .product_list li {
        width: calc(100%/2 - 10px);
    }
    .detail_top {
        display: block;
    }
    .detail_top .pic,
    .detail_text {
        width: 100%;
        margin: 10px 0;
    }
    .news_list li a {
        display: block;
    }
    .news_list .text_wp,
    .news_list .pic {
        width: 100%;
        border: 0;
        padding: 13px 0;
    }
    .download_list li {
        width: calc(100%/2 - 10px);
    }
    .contactus_table li textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 520px) {
    .about_top {
        display: block;
    }
    .aboutus .pic {
        display: block;
    }
    .aboutus .pic li {
        width: calc(100%/2 - 10px);
        display: inline-block;
    }
    .aboutus .pic2 li{ 
        width: calc(100%/2);
    }
    .about_top img {
        margin: 10px 0;
    }
    .about_text {
        line-height: 1.2;
    }
    .download_list li {
        width: calc(100%/1);
    }
}

@media only screen and (max-width: 480px) {
    .product_list li {
        width: calc(100%/1);
    }
    .rwd-table {
        text-align: left;
    }
    .rwd-table tr:nth-of-type(2n) {
        background: #eee;
    }
    .rwd-table th {
        display: none;
    }
    .rwd-table td {
        display: block;
    }
    .rwd-table td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        width: 6.5em;
        display: inline-block;
    }
    .rwd-table td a {
        display: inline-block;
    }
    .contactus_table li .name {
        display: table;
    }
    .contactus_table li input {
        width: 90%;
        padding: 5px;
    }
    .contactus_table li input.code {
        width: 70%;
    }
}

/* edit */
#page span.current,#page a:hover{ color: #A30E42; }
#page a{ color: #000; }

.backbox{ margin-top: 30px; }

.contactus_table{ color: #606060; }

.seo_zone,
.seo_zone p,
.certificates,
.detail_text p {
    color: #606060;
    line-height: 1.8 !important;
}

.detail_text p.hyphenate .subtitle,
.products_show_introduction .subtitle{
    color: #a30e42; 
    font-size: 12pt;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
}
.detail_text p.hyphenate{ line-height: 1.8; color: #606060; }
.products_show_introduction{ line-height: 1.8; color: #606060; margin-top: 30px; }
.products_show_introduction ul{ margin-bottom: 30px; }
.products_show_introduction ul li,
.detail_text ul li{
    margin-left: 20px;
    position: relative;
    line-height: 1.8;
}
.products_show_introduction ul li:before,
.detail_text ul li:before{
    content: '�𪇵';
    position: absolute;
    left: -20px;
    font-family: FontAwesome;
}

.product_table{
    border-left: 1px solid #BABABA !important;
    border-top: 1px solid #BABABA !important;
}

.product_table th{ 
    background: #BABABA !important; 
    border-right: 1px solid #BABABA !important;
    border-bottom: 1px solid #BABABA !important;
}
.product_table td{
    border-right: 1px solid #BABABA !important;
    border-bottom: 1px solid #BABABA !important;
}</pre></body></html>