@charset "utf-8";




::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #4A4A4A;
}

::scrollbar {
    background-color: transparent;
    width: 0px;
}

::scrollbar-thumb {
    background-color: #4A4A4A;
}

/*RESET*/

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%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1; 
	
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%
}

* {
    position: relative;
    outline: none;
}

.clear_both {
    clear: both;
}

body {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑", Arial;
    font-size: 1em;
}

a {
    color: inherit;
    text-decoration: none;
}

li {
    display: block;
}

ul:after,
.clear_fix:after {
    content: "";
    display: block;
    clear: both;
}

/*RESET*/

strong {
    font-weight: bold;
}

.cover_img {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.page {
    width: 100%;
    height: 100%;
}

.smooth_sc {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}

.bn_w {
    height: 100vh;
}

.bn_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.bn_tt {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 30px;
    color: #fff;
    z-index: 20;
}

.bn_tt h1 {
    font-size: 4em;
    font-weight: lighter;
    font-family: 'nexa_light';
}

.bn_tt h1 strong {
    font-family: 'nexa_bold';
    display: inline-block;
}

.bn_tt h2 {
    font-size: 3em;
    font-family: 'nexa_light';
    margin-top: 0.2em;
    font-weight: lighter;
}

.bn_tt h2 span {
    color: #0feb9e;
}

.bn_tt p {
    margin-top: 2em;
    opacity: 0.8;
    font-weight: lighter;
}

.bn_tt p:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #0feb9e;
    height: 1px;
    width: 30px;
    margin: 0 30px;
}

.bn_tt p:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #0feb9e;
    height: 1px;
    width: 30px;
    margin: 0 30px;
}

.top {
    position: fixed;
    top: 15px;
    left: 15px;
    right: 15px;

    z-index: 300;
    transition: 1s ease;

}

.top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    max-width: 1440px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    margin: auto;
    transition: 1s ease;
    bottom: 0;
}

.top_w {
    z-index: 20;
    max-width: 1200px;
    width: 95%;
    margin: auto;
    color: #fff;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 253px;
}

.logo img {
    display: block;
}

.menu ul li {
    float: left;
    font-size: 1em;
    margin-left: 2.0em;
    font-weight: lighter;
}

.menu {
    float: right;
    padding: 40px 0;
}

.top_w a {
    display: block;
    width: 100%; color:#000
}

.ab_w {
    max-width: 1170px;
    margin: auto;
    padding: 150px 30px;
    box-sizing: content-box;
}
.bn_w {
    max-height: 1080px;
}
.ab_tt {
    font-size: 3em;
    font-weight: lighter;
    color: #404040;
    margin-bottom: 0.8em;
}

.ab_p {
    color: #757575;
    line-height: 1.7;
    font-size: 1.15em;
    font-weight: lighter;
    margin-bottom: 3em;
    max-width: 860px;
}

.ab_link {
    color: #757575;
    text-transform: uppercase;
}

.ab_link ul li {
    float: left;
    margin-right: 2em;
}

.ab_link ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(73, 129, 223, 0.77);
    margin-top: 0.5em;
    transition: 0.3s;
}

.ab_link ul li:hover::after {
    background: rgb(58, 100, 186);
    transition: 0.3s;
    transform: translateY(2px);
}

.a_l_w {
    margin: auto;
    max-width: 1170px;
    box-sizing: content-box;
    padding: 0 30px;
    padding-bottom: 120px;
}

.alc img {
    display: block;
    width: 100%;
}

.al_img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(28, 110, 222, 0.6);
    transition: 0.5s;
    opacity: 0;
}

.a_l_w ul li a:hover .al_img:before {
    opacity: 1;
}

.al_tt {
    transition: 0.5s;
}

.a_l_w ul li a:hover .al_tt {
    transition: 0.5s;
    transform: translateY(10px);
}

.al_more {
    transition: 0.5s;
}

.a_l_w ul li a:hover .al_more {
    transition: 0.5s;
    transform: translateY(-10px);
}

.a_l_w ul li a {
    display: block;
}

.a_l_w ul li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
}

.a_l_w ul {
    margin: 0 -10px;
}

.al_tt {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 11%;
    z-index: 20;

}

.al_tt h1 {
    font-size: 1.35em;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.al_tt p {
    font-size: 0.85em;
    line-height: 1.6;
    opacity: 0.8;
    font-weight: lighter;
}

.al_more {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10%;
    font-size: 0.9em;
    z-index: 30;
}

.al_more:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(73, 129, 223, 0.77);
    margin-top: 0.5em;
}

.small_bn {
    padding-top: 40px;
    padding-bottom: 150px;
}

.smb_bg {
    height: 480px;
}

.smbc {
    position: absolute;
    z-index: 40;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;

}

.smbc > div {
    width: 100%;
}

.smb_tt {
    width: 100%;
    margin: auto;
    max-width: 1170px;
    box-sizing: content-box;
    padding: 0 30px;
}

.smb_tt span {
    display: inline-block;
}

.smb_tt h1 {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: bold;
    max-width: 400px;
}

.smb_bg > div {
    opacity: 0.95;
}

.smb_bg {
    background: #3e3e3e;
}

.news {
    margin: auto;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1170px;
    box-sizing: content-box;
}

ul.comstyle.newslist-01 .content {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
}

ul.comstyle.newslist-01 {
    margin: 0 -15px;
}

ul.comstyle.newslist-01 .content > div {
    background: #f2f2f2;
    padding: 10%;

}

ul.comstyle.newslist-01 .content > div ul {
    min-height: 170px;
}

ul.comstyle.newslist-01 li.title {
    font-size: 1.05em;
    font-weight: bold;
    line-height: 1.5;
    color: #4c4c4c;
}

li.date span {
    display: none;
}

ul.comstyle.newslist-01 li.date {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.footer {
    background: #4f4f4f;
    color: #fff;
    padding: 80px 0;
}

.ftc {
    box-sizing: content-box;
    padding: 0 30px;
    max-width: 1170px;
    margin: auto;
}

.ftc ul li.ft01 {
    float: left;
    box-sizing: border-box;
    padding-right: 2em;
    width: 25%;
    line-height: 1.2;
}

li.ft01 h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 2em;
}

li.ft01 ul li {
    margin-bottom: 1em;
    font-size: 0.85em;
    opacity: 0.7;
    font-weight: lighter;
}

li.ft_ct {
    float: right;
    background: #616161;
    padding: 4.5em 2em;
    box-sizing: border-box;
    max-width: 50%;
}

li.ft_ct h1 {
    font-weight: bold;
    margin-bottom: 1em;
    font-size: 1.15em;
}

li.ft_ct p {
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 0.3em;
    font-size: 0.9em;
}

.top.hroom.headroom.headroom--not-top {
    top: 0;
    transform: translate3d(0, 00%, 0);
}

.top.hroom.headroom.headroom--not-top.headroom--unpinned {
    transform: translate3d(0, -100%, 0);
}

ul.comstyle.newslist-01 .content > div {
    transition: 0.5s;
    overflow: hidden;
}

ul.comstyle.newslist-01 .content > div:hover {
    transition: 0.5s;
    color: #fff;
}

ul.comstyle.newslist-01 .content > div li.title {
    transition: 0.5s;
}

ul.comstyle.newslist-01 .content > div:hover li.title {
    color: #fff;
    transition: 0.5s;
}

ul.comstyle.newslist-01 .content > div:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0%;
    left: 0;
    right: 0;
    transition: 0.5s;
    transform: translate3d(0, 100%, 0);
    background: #487be1;
}

ul.comstyle.newslist-01 .content > div:hover::before {
    transition: 0.5s;
    transform: translate3d(0, 0, 0);
}

.ny_banner.cc_img {
    height: 55vh;
    max-height: 600px;
}

.ny_bntt {
    position: absolute;
    bottom: 28%;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 1170px;
    margin: auto;
    color: #fff;
    line-height: 1.6;
    font-size: 2em;
    z-index: 10;
    box-sizing: border-box;

}

.ny_bntt h1 {
    font-weight: bold;
}

.ab_list ul li {
    float: left;
    background: #fff;
    padding: 1.2em 2em;
    font-size: 0.8em;
    color: #656565;
    margin-right: 1px;
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.17);
    margin-bottom: 1px;
}

.ab_list {
    margin: auto;
    max-width: 1170px;
    margin-top: -1.2em;
    width: 90%;
}

.ab_detail {
    padding-top: 50px;
    padding-bottom: 100px;
    width: 90%;
    margin: auto;
    max-width: 1170px;
}

.FrontComContent_detail01-d1_c1 .title h3 {
    font-size: 2em;
    margin-bottom: 1.5em;
    color: #717171;
    padding-top: 1em;
    font-weight: lighter;
}

.FrontComContent_detail01-d1_c1 .title h3:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #ababab;
    height: 1px;
    width: 50px;
    margin-right: 30px;
}

.describe.htmledit {
    line-height: 2;
    color: #333;
    font-weight: lighter;
}

.ny_bntt h2 {
    font-size: 0.6em;
    font-weight: lighter;
}

.describe.htmledit p {
    margin: 1em 0;
    color: #757575;
    font-weight: lighter;
    font-size: 1.05em;
}

.describe.htmledit h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #676767;
}

.ny_banner.cc_img {
    background: #000;
}

.ny_banner.cc_img > .cover_img {
    opacity: 0.9;
}

.describe.htmledit ul li {
    background: #f7f7f7;
    margin-bottom: 1em;
    padding: 1em;
    color: #333;
    font-weight: lighter;
}

.ab_list ul li {
    transition: 0.25s;
}

.ab_list ul li:hover {
    background: #36bdf0;
    color: #fff;
}

.FrontProductsCategory_show01-d11_c1 > .list {
    float: left;
    width: 33.33%;
}

.FrontProductsCategory_show01-d11_c1:after {
    content: "";
    display: block;
    clear: both;
}

.FrontProductsCategory_show01-d11_c1 > .list .pic a {
    display: block;
    height: 50vh;
    max-height: 500px;
}

.FrontProductsCategory_show01-d11_c1 .new-module {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    padding: 8%;
    color: #fff;
    min-height: 50%;
}

body#products_list .ny_bntt {
    text-align: center;
}

body#products_list .ny_banner.cc_img {
    height: 65vh;
    max-height: 600px;
}

.FrontProductsCategory_show01-d11_c1 .new-module h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.4;
}

.FrontProductsCategory_show01-d11_c1 .new-module p.summary {
    line-height: 1.5;
    font-weight: lighter;
    font-size: 0.825em;
}

.FrontProductsCategory_show01-d11_c1 > .list .pic-module {
    background: #000;
}

.FrontProductsCategory_show01-d11_c1 > .list .pic-module > div {
    opacity: 0.7;
    transition: 0.3s;
}

.FrontProductsCategory_show01-d11_c1 > .list:hover .pic-module > div {
    opacity: 1;
    transition: 0.3s;
}

.ab_list.pd ul li {
    float: none;
    background: #fff;
    padding: 1.2em 2em;
    font-size: 0.8em;
    color: #656565;
    margin-right: 1px;
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.07);
    margin-bottom: 1px;
}

.ab_list.pd ul li:hover {
    background: #36bdf0;
    color: #fff;
}

.ab_list.pd {
    float: left;
    width: 24%;
    line-height: 1.5;
}

.ny_c.pd {
    margin: auto;
    max-width: 1170px;
    padding-bottom: 100px;
    width: 90%;
}

.ny_pd_llic {
    float: right;
    width: 75%;
    margin-top: -1.2em;
    padding-left: 1.2em;
}

.FrontProductsCategory_detail01-d1_c1 .information > h3 {
    display: none;
}

.FrontProductsCategory_detail01-d1_c1 .information {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 5%;
    min-height: 50%;
    max-width: 600px;
}

.FrontProductsCategory_detail01-d1_c1 .information > p.name {
    font-size: 2em;
}

.FrontProductsCategory_detail01-d1_c1 .describe.htmledit p {
    color: #fff;
}

.border_00-topr {
    display: none;
}

.comptitle_00 {
    display: none;
}

li.code h1 span {
    display: none;
}

ul.mainul.productlist-02 .content {
    width: 100%;
    background: #f7f7f7;
    padding: 2em 2em;
    margin-bottom: 2px;
}

ul.mainul.productlist-02 .content a {
    display: block;
}

ul.mainul.productlist-02 .content:hover {
    background: #539eff;
    color: #fff;
}

.detail .describe table tr td {
    padding: 4px 10px;
    vertical-align: middle;
    border: 1px solid #7b7b7b;
}

.detail .describe table tr td p {
    color: #7b7b7b;
}

.detail .describe table {
    font-size: 12px;
}

div#elem-FrontProducts_detail02-1500624073465 .pic-module {
    display: none;
}

div#elem-FrontProducts_detail02-1500624073465 ul.basic .name1 span {
    display: none;
}

div#elem-FrontProducts_detail02-1500624073465 li.name1 {
    font-size: 1.8em;
    border-bottom: 1px solid #989898;
    padding: 1.5em 0;
    color: #676767;
    /* text-transform: uppercase; */
    font-weight: bold;
    line-height: 1.5;
}

ul#FrontProducts_detail02-1500624073465_tabsFlag {
    display: none;
}

div#elem-FrontPublic_breadCrumb01-1500624039453 {
    color: #545454;
    font-size: 0.75em;
    line-height: 1.5;
    background: #fff;
    padding: 10px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.06);
}

.ny_news_list.news_list {
    padding-top: 30px;
    padding-bottom: 100px;
    width: 90%;
    margin: auto;
    max-width: 1170px;
}

div#elem-FrontPublic_breadCrumb01-1413944304545 {
    font-size: 0.75em;
    color: #555;
    margin-bottom: 3em;
}

.FrontNews_detail01-d1_c1 h2 {
    font-size: 1.2em;
    text-align: left;
    font-weight: bold;
    color: #484848;
    line-height: 30px;
}

.FrontNews_detail01-d1_c1 .message {
    margin-top: 20px;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 2px solid #f6f4f4;
    font-size: 0.85em;
}

.FrontNews_detail01-d1_c1 .message span {
    padding: 0 10px;
    padding-left: 0;
}

iframe.frame_content {
    display: block;
    width: 100%;
    max-width: 600px;
}

body .FrontMessages_customizeEmit01-d1_c1 .input {
    font-size: 0.8em;
}

.the_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    background: #ffffff;
}

.ld_c.flex_w {
    width: 100%;
    height: 100%;
}

.ld_text {
    font-size: 2em;
    font-weight: bold;
    color: #d4d4d4;
    transition: 1s;
}

.page_loaded .ld_text {
    font-size: 2em;
    font-weight: bold;
    color: #d4d4d4;
    transition: 0.6s;
    transform: translate3d(0, -20px, 0);
    opacity: 0;
}

.smb_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% + 150px);
}

.smb_c {
    height: 580px;
    overflow: hidden;
}

iframe.ctmap {
    display: block;
    width: 100% !important;
}

.top_nav {
    display: none;
}

.fix_menu {
    display: none;
}

* {
    -webkit-overflow-scrolling: touch;
}

body {
    overflow-x: hidden;
}

.describe.htmledit * {
    word-break: break-word;
}

.menu ul li.lang a {
    display: inline; 
}

.menu ul li.lang a span {
    display: inline-block;
    margin-left: 10px;
}

.menu ul li.lang {
    border-left: 1px solid;
    padding-left: 10px;color:#000
}

.bn_img > div {
    transition: 0.8s 1.5s;
    transform: perspective(1000px) translate3d(0, 0, 0);
}

.swiper-slide-active .bn_img > div {
    transition: 10s 0.2s;
    transform: perspective(1000px) translate3d(0, 0, 50px);
}

.footer_lty {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 1.5em;
    font-size: 0.75em;
    opacity: 0.5;
}


@media (min-width:901px) {

    .menu ul li > div {
        position: absolute;
        left: 0;
        top: 100%;
        padding: 1em 0;
        transition: 0.4s;
    }
    .menu ul li > div ul li {
        margin-left: 0;
        margin-bottom: 0.8em;
        float: none;
    }
    .menu ul li > div {
        position: absolute;
        left: 0;
        top: 100%;
        padding: 1em 0;
        width: 220px;
    }
    .menu ul li > div ul {
        background: rgba(255, 255, 255, 0.85);
        margin-left: -1em;
        padding: 1em;
        margin-top: 27px;
    }
    .menu ul li > div {
        transform: translate3d(0, -10px, 0);
        opacity: 0;
        pointer-events: none;
    }
    .menu ul li:hover > div {
        transform: translate3d(0, 0px, 0);
        opacity: 1;
        pointer-events: auto;
    }

}





@media (max-width:900px) {
    li.ft01.no_mobile {
        display: none;
    }
    .menu {
        display: none;
    }
    .logo {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        width: 153px;
        display: block;
    }
    .top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 300;
        transition: 1s ease;
        padding: 10px;
    }
    .top_nav {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .top_nav ul {
        width: 30px;
        height: 23px;
    }
    .top_nav ul li {
        transition: 0.5s;
    }
    .top_nav ul li {
        position: absolute;
        height: 1px;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
    }
    .top_nav ul li:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -1px;
        background: #fff;
    }
    .top_nav ul li:nth-child(3) {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: -2px;
        background: #fff;
    }
    .menu_open .top_nav ul li:nth-child(3) {
        transform: rotate(-45deg);
        top: 50%;
        margin-top: 0;
    }
    .menu_open .top_nav ul li:nth-child(2) {
        opacity: 0;
    }
    .menu_open .top_nav ul li:nth-child(1) {
        transform: rotate(45deg);
        top: 50%;
    }
    .menu_open .fix_menu {
        transition: 0.5s;
        top: 62px;
        z-index: 299;
    }
    .fix_menu {
        transition: 0.5s;
        transform: translate3d(0, 0, 0);
        overflow: hidden;
    }
    .fix_menu {
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 299;
        background: rgba(255, 255, 255, 0.95);
        text-align: center;
        display: flex;
    }
    .menu_open .fix_menu ul {
        transition: 0.5s 0.4s;
        transform: translateY(0px);
        opacity: 1;
    }
    .fix_menu > ul {
        text-align: left;
        width: 80%;
        max-height: 80vh;
        overflow: scroll;
    }
    .fix_menu ul {
        transition: 0.4s;
        transform: translateY(50px);
        opacity: 0;
    }
    .fix_menu > ul {
        padding-bottom: 80px;
    }
    .fix_menu > ul > li {
        margin: 1.5em 0;
        text-transform: uppercase;
        font-size: 1.15em;
    }
    .fix_menu > ul > li a {
        font-size: 1.2em;
        font-weight: bold;
        color: #636363;
    }
    .bn_tt h1 {
        font-size: 3em;
        font-weight: lighter;
        font-family: 'nexa_light';
    }
    .bn_tt {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding: 0 30px;
        color: #fff;
        z-index: 20;
        bottom: 100px;
        position: absolute;
        left: 0;
        right: 0;
    }
    .bn_tt h2 {
        font-size: 1.5em;
        font-family: 'nexa_light';
        margin-top: 0.6em;
        font-weight: lighter;
        line-height: 1.3;
    }
    .bn_tt p:before {
        display: none;
    }
    .bn_tt p:after {
        display: none;
    }
    .ab_w {
        max-width: 1170px;
        margin: auto;
        padding: 40px 30px;
        box-sizing: content-box;
    }
    .ab_p {
        color: #757575;
        line-height: 1.7;
        font-size: 1em;
        font-weight: normal;
        margin-bottom: 3em;
        max-width: 860px;
    }
    .ab_link ul li {
        float: left;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .a_l_w ul li {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .al_img img {
        width: 100%;
    }
    .al_img {
        overflow: hidden;
        max-height: 250px;
    }
    .a_l_w {
        margin: auto;
        max-width: 1170px;
        box-sizing: content-box;
        padding: 0;
        padding-bottom: 0px;
    }
    .small_bn {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .smb_tt {
        width: 100%;
        margin: auto;
        max-width: 1170px;
        box-sizing: border-box;
        padding: 0 30px;
    }
    .smb_tt h1 {
        font-size: 1.5em;
        line-height: 1.5;
        font-weight: bold;
        max-width: 400px;
    }
    ul.comstyle.newslist-01 .content {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }
    ul.comstyle.newslist-01 .content > div ul {
        min-height: 70px;
    }
    ul.comstyle.newslist-01 li.title {
        font-size: 1em;
        font-weight: bold;
        line-height: 1.5;
        color: #4c4c4c;
    }
    ul.comstyle.newslist-01 li.date {
        position: relative;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        padding-top: 1em;
    }
    ul.comstyle.newslist-01 .content > div {
        background: #f2f2f2;
        padding: 7%;
    }
    .news {
        margin: auto;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1170px;
        box-sizing: border-box;
    }
    .ftc ul li.ft01 {
        float: left;
        box-sizing: border-box;
        padding-right: 0;
        width: 100%;
        margin-bottom: 2em;
    }
    li.ft_ct {
        float: right;
        background: #616161;
        padding: 2.5em 2em;
        box-sizing: border-box;
        max-width: 100%;
        line-height: 1.5;
    }
    li.ft01 h1 {
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 1em;
    }
    .footer {
        background: #4f4f4f;
        color: #fff;
        padding: 40px 0;
    }
    body.page_loaded.menu_open {
        overflow: hidden;
    }
    .ld_text {
        font-size: 1.2em;
        font-weight: bold;
        color: #d4d4d4;
        transition: 1s;
    }
    .page_loaded .ld_text {
        font-size: 1.2em;
        font-weight: bold;
        color: #d4d4d4;
        transition: 0.6s;
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
    .ny_bntt {
        font-size: 1.35em;
        bottom: 80px;
    }
    .ab_list {
        display: none;
    }
    .ab_detail {
        padding-top: 0;
        padding-bottom: 50px;
        width: 90%;
        margin: auto;
        max-width: 1170px;
    }
    .FrontComContent_detail01-d1_c1 .title h3 {
        font-size: 1em;
        margin-bottom: 1.5em;
        color: #717171;
        padding-top: 1em;
        font-weight: lighter;
    }
    .fix_menu > ul > li > div a {
        font-size: 0.8em;
        font-weight: normal;
        text-transform: capitalize;
        margin: 1em 0;
        display: block;
        color: #6d6d6d;
    }
    .FrontProductsCategory_show01-d11_c1 > .list {
        float: left;
        width: 100%;
    }
    .FrontProductsCategory_show01-d11_c1 > .list .pic a {
        display: block;
        height: 40vh;
        max-height: 500px;
    }
    .ny_pd_llic {
        float: right;
        width: 100%;
        margin-top: -1.2em;
        padding-left: 0;
    }
    .ny_pd_llic p.pic img {
        display: block;
        width: 100%;
    }
    .FrontProductsCategory_detail01-d1_c1 .describe.htmledit p {
        color: #fff;
        font-size: 0.8em;
        line-height: 1.5;
    }
    .FrontProductsCategory_detail01-d1_c1 .information > p.name {
        font-size: 1.3em;
    }

    .ny_pd_llic {
        float: none;
        width: auto;
        margin-top: -15px;
        padding-left: 0;
        margin-left: -12px;
        margin-right: -12px;
        overflow: hidden;
    }
    .ny_pd_llic p.pic {
        margin: 0 -40px;
    }
    .ny_c.pd {
        margin: auto;
        max-width: 1170px;
        padding-bottom: 40px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    ul.mainul.productlist-02 .content a {
        display: block;
        line-height: 1.5;
    }
    div#elem-FrontPublic_breadCrumb01-1500624039453 {
        color: #545454;
        font-size: 0.75em;
        line-height: 1.5;
        background: #fff;
        padding: 10px;
        box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.06);
    }
    div#elem-FrontProducts_detail02-1500624073465 {
        padding: 0 10px;
    }
    div#elem-FrontProducts_detail02-1500624073465 li.name1 {
        font-size: 1.5em;
        border-bottom: 1px solid #989898;
        padding: 1.5em 0;
        color: #676767;
        /* text-transform: uppercase; */
        font-weight: bold;
        line-height: 1.5;
    }
    .describe.htmledit p {
        margin: 1em 0;
        color: #757575;
        font-weight: normal;
        font-size: 1em;
        line-height: 1.8;
    }
    div#FrontProducts_detail02-1500624073465_cont_1 {
        overflow: auto;
    }
    div#elem-FrontPublic_breadCrumb01-1413944304545 {
        line-height: 1.7;
        margin-top: -4em;
        background: #fff;
        padding: 10px;
    }
    .footer_lty {
        text-align: center;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 0;
        font-size: 0.75em;
        opacity: 0.5;
        padding-top: 1.75em;
        line-height: 1.5;
        margin: auto;
        max-width: 78%;
    }

}
