* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
html {
    overflow:hidden;
    overflow-y:auto;
}
a, a:hover, a:active, a.active, a:focus {
    text-decoration: none;
}
body {
    font-size:13px;
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    background-color: #fff;
    font-weight:400;
    margin:0;
    padding:0;
}
a, p, ol, ul li{
    letter-spacing: 0;
    line-height: 1;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html body, body #wrapper {
    overflow-x: hidden;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
img { width: 100%; height: 100%; object-fit: cover }
.section { padding: 80px 0 } .mt-spacing { margin-top: 42px; }  .pt-spacing { padding-top: 42px }
.container{ padding: 0 15px; } .container-none { padding: 0 15px; }
.container:after { content: none; }  .container:before { content: none; }
.ai-none {display: none !important }   .clear { clear: both; }
.ci-none { display: none !important }  .si-none { display: none !important }
.mi-none { display: none !important }  .ei-none { display: none !important }
@media only screen and (max-width: 1199px) {
    .ci-none { display: block !important } .c-none { display: none !important; }
}
@media only screen and (max-width: 991px) {
    .container-none { padding: 0 15px;}
    .si-none { display: block !important } .s-none { display: none !important; }
}
@media only screen and (max-width: 767px) {
    .container{ padding: 0 15px !important; }
    .section { padding: 50px 0; }  .mt-spacing { margin-top: 40px; }
    .mi-none { display: block !important } .m-none { display: none !important; }
}
@media only screen and (max-width: 576px) {
    .ei-none { display: block !important } .e-none { display: none !important; }
}

#header, #header.head_up, .wrap_index_ny #header { height: 78px; padding: 0; }
#header .navbar-header { display: flex; flex-wrap: wrap; align-items: center; height: 78px; position: relative; }
#header .logo { width: auto; height: 50px; float: revert }
#header .logo a { height: auto; }
#header .logo img { max-height: 46px; height: auto; }
#header #navbox { float: revert; width: auto; margin-left: 40px; }
#header #navbox ul { height: 100%; overflow: revert; float: inline-start;  }
#header #navbox ul > li { width: auto; height: 100%; padding: 0 10px; ; display: flex; align-items: center; position: revert; }
#header #navbox ul > li a.one { width: auto; height: auto; padding: 10px 20px; font-size: 15px; display: flex; align-items: center; gap: 5px; }
#header #navbox ul > li a i { position: revert; right: 0; width: 11px; height: 11px; }
#header.head_up #navbox li a i, .wrap_index_ny #header #navbox li a i { height: 12px; }
@media screen and (min-width: 769px) {
    #header .main-menu {  position: absolute; display: none; left: 0; background-color: rgba(254, 223, 51, 0.4); top: 100%; z-index: 1000 }
    #header #navbox li .libox { width: 100%; margin-left: 0; padding: 0 20px 30px; display: block; box-shadow: none; float: inline-start; background-color: transparent }
    #header #navbox li .libox a { float: left; width: calc( 25% - 24px );  margin: 0 12px; font-size: 14px; height: 54px; line-height: 54px; color: #fff; border-bottom-color: #fff; }
    #header #navbox li .libox a:hover { background-color: rgba(254, 223, 51, 1); color: #212121; padding-left: 15px; }

    #header.head_up .main-menu { background-color: rgba(254, 223, 51, 0.8); }
    #header.head_up #navbox li .libox { width: 100%; background-color: transparent; padding: 0 20px 30px; }
    #header.head_up #navbox li .libox, .wrap_index_ny #header #navbox li .libox { width: 100%; }
    #header.head_up #navbox li .libox a { color: #212121; border-bottom-color: #212121; height: 54px; line-height: 54px; }
    #header.head_up #navbox li .libox a:hover { background-color: rgba(255, 255, 255, 0.4); padding-left: 15px; }
}
@media screen and (max-width: 768px) {
    #header .logo, .wrap_index_ny #header .logo { margin: 0 0 0 80px; padding: 0; }

    #header .nav_btn { transform: translateY(-50%); top: 50%; }
}

.btn {
    display: inline-block;
    min-width: 168px;
    padding: 13px 24px;
    font-size: 15px;
    color: #262626;
    text-align: center;
    background: #fedf33;
    border: 1px solid #fedf33;
    border-radius: 30px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-transform: revert;
    font-weight: 400;
    margin-top: 24px;
}
.btn:hover { color: #262626; background: #fedf33; }

.main-title { font-size: 42px; font-weight: 600; color: #333; text-align: center; text-transform: uppercase; margin: 0 0 24px; padding-bottom: 24px; position: relative; }
.main-title:before { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 88px; height: 5px; background: #fedf33;  }
.main-describe { text-align: center; max-width: 720px; margin: 0 auto 10px; font-size: 14px; color: #666; font-weight: 400; line-height: 1.6; }
@media only screen and (max-width: 767px) {
    .main-title { font-size: 24px; }
}

.module-bottom { text-align: center; }
.module-bottom .main-describe { font-size: 18px; color: #ffa10e; font-weight: 600; line-height: 1.6; }
.module-bottom .art-button { width: 280px; height: 54px; border-radius: 28px; background: #189d0e; padding: 0 24px 0 53px; text-transform: revert;  display: inline-block; position: relative;  box-shadow: inset 0 0 3px rgba(166, 229, 162, 0.5); }
.module-bottom .art-button .btn-icon { display: inline-block; position: absolute; left: 3px; top: 3px; bottom: 3px; width: 48px; border-radius: 40px; background: #fff; padding: 4px; box-shadow: 3px 0 3px 0 rgba(0,0,0,.5);  }
.module-bottom .art-button .btn-span { display: inline-block; line-height: 52px; font-size: 18px; font-weight: 400; letter-spacing: 0.01rem;  color: #fff;  }
.module-bottom .art-button:hover { color: #fff; }


.head-banner .main-content { position: relative; height: 100vh }
.head-banner .main-content:before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,1); opacity: 0.1;  }
.head-banner .big-picture { height: 100%; }
.head-banner .big-picture img { width: 100%; height: 100%; object-fit: cover; }
.head-banner .internal-cont { position: absolute; inset: 0; display: flex; align-items: center; }
.head-banner .internal-cont .internal-item { padding: 24px;  max-width: 580px; margin-top: -200px; }
.head-banner .internal-cont .internal-item h1 { font-size: 48px; color: #fff; font-weight: 600; margin-bottom: 24px; line-height: 1.3; position: relative; }
.head-banner .internal-cont .internal-item p { font-size: 18px; color: #fff; font-weight: 400;  line-height: 1.6; letter-spacing: 0.03rem; height: 40px;  }
.head-banner .internal-cont .internal-item .main-button { display: inline-flex; align-items: center; justify-content: center; background: #fedf33; color: #212121 }
.head-banner .internal-cont .internal-item .main-button:hover { background: #707070; color: #fff; }
@media only screen and (max-width: 767px) {
    .head-banner .main-content { height: 100% }
    .head-banner .internal-cont { align-items: revert;  }
    .head-banner .internal-cont .internal-item { max-width: 100%; padding: 24px 12px; margin-top: 100px; text-align: center; }
    .head-banner .internal-cont .internal-item h1 { font-size: 28px; margin-bottom: 12px; }
}
@media only screen and (max-width: 576px) {
    .head-banner .internal-cont .internal-item { max-width: 100%; padding: 24px 12px; }
    .head-banner .internal-cont .internal-item h1 { font-size: 28px; }
}

#main .About .container { display: flex; flex-wrap: wrap; align-items: center; flex-direction: row-reverse; }
#main .About .about_l { background: none; width: 50%; }
#main .About .about_l .title span:before { left: 65%; width: 88px; height: 19px; background-size: cover }
#main .About .about_l .about_dec { height: 120px; font-size: 14px; }
#main .About .about_r { width: 50%; height: 420px; }
#main .About .about_l .more { text-transform: revert; }
@media only screen and (max-width: 767px) {
    #main .About { padding: 48px 0 24px }
    #main .About .container { flex-direction: revert; }
    #main .About .about_l { width: 100%; padding: 0 3%; margin-top: 24px; }
    #main .About .about_l .about_dec { height: 100px }
    #main .About .about_l .more { height: 46px; line-height: 46px; }
    #main .About .about_r { width: 100%; height: auto; padding: 0 3%; }
}
@media only screen and (max-width: 576px) {
    #main .About .about_l .more { width: 50%; }
}

#main .Product .slick-arrow { width: 48px; height: 82px; }
#main .Product .slick-prev { background: rgba(254, 223, 51, 1) url(../images/prev2.png) center no-repeat; background-size: 40%; }
#main .Product .slick-next { background: rgba(254, 223, 51, 1) url(../images/next2.png) center no-repeat; background-size: 40%; }
#main .Product .slick-slide { padding: 20px; }
#main .Product .slick-slide .pro_title p { font-size: 24px; }
#main .Product .slick-dots { bottom: -30px; height: auto; }
#main .Product .slick-dots li button {  background: rgba(254, 223, 51, 0.4) }
#main .Product .slick-dots li.slick-active button{ background: rgba(254, 223, 51, 1) }
@media only screen and (max-width: 991px) {
    #main .Product .pro_title .pro_category .category { display: revert; }
}
@media only screen and (max-width: 767px) {
    #main .Product .pro_title { padding-top: 0; }
    #main .Product .pro_title .pro_category .category { display: block; }
}


.model-display { background: #f3f3f3; }
.model-display .ato-content { display: flex; flex-wrap: wrap; }
.model-display .model-images { width: 50%; padding: 0 48px; }
.model-display .model-featured { width: 50%; padding-left: 48px; display: flex; flex-direction: column; justify-content: center; }
.model-display .model-featured .module-title .main-title { text-align: left; text-transform: revert; padding-bottom: 0; margin-bottom: 0; height: 100px; line-height: 100px }
.model-display .model-featured .module-title .main-title:before { transform: revert; left: -40px; width: 128px; }
.model-display .model-featured .module-title .main-describe { text-align: left; max-width: 682px; margin: 50px 0; height: 120px; line-height: 2.4; }
.model-display .model-featured .module-bottom .main-describe { text-align: left; max-width: 682px; margin: 0; }
.model-display .module-bottom .more {
    margin: 48px 0 24px;
    width: 34%;
    height: 68px;
    line-height: 68px;
    text-align: left;
    letter-spacing: 0.05rem;
    border: 1px solid #bfbfbf;
    border-radius: 34px;
    display: block;
    padding: 0 30px;
    font-size: 17px;
    color: #262626;
    text-transform: revert;
}
.model-display .module-bottom .more img { width: 30px; height: 30px; margin-right: 5px; }
.model-display .module-bottom .more i { float: right; font-size: 20px; font-weight: bold; font-family: "幼圆"; }
.model-display .module-bottom .more:hover { border-color: #fedf33; }
@media only screen and (max-width: 767px) {
    .model-display { padding-top: 0; }
    .model-display .model-images { width: 100%; padding: 0 1%; height: auto; }
    .model-display .model-featured { width: 100%; padding: 0 3%; }
    .model-display .model-featured .module-title .main-title { height: 68px; line-height: 68px; }
    .model-display .model-featured .module-title .main-title:before { left: 0; }
    .model-display .model-featured .module-title .main-describe { margin: 18px 0; height: 100px; }
    .model-display .module-bottom .more { width: 44%; height: 46px; line-height: 46px; }
}
@media only screen and (max-width: 576px) {
    .model-display .module-bottom .more { width: 64%; }
}

.bottom-advantage { padding-top: 68px; padding-bottom: 68px; background: #fefefe url(../images/bg2.png) center top no-repeat; }
.bottom-advantage .container { max-width: 1200px; }
.bottom-advantage .content-wrap { padding: 48px 24px; }
.bottom-advantage .content-parts { display: flex; flex-wrap: wrap; padding: 24px 0; }
.bottom-advantage .content-parts .item-unit { width: 25%; }
.bottom-advantage .content-array { padding: 20px 0; }
.bottom-advantage .content-array h3 { font-size: 22px; color: #565757; font-weight: 600; letter-spacing: -0.01rem; margin-bottom: 12px; }
.bottom-advantage .content-array p { font-size: 14px; color: #565757; line-height: 1.6; margin-bottom: 12px; }
.bottom-advantage .module-bottom .main-describe { max-width: 100%; }
@media screen and (max-width: 768px) {
    .bottom-advantage  { padding: 48px 0 }
    .bottom-advantage .content-wrap { padding: 24px 12px; }
    .bottom-advantage .content-parts { padding: 12px 0 }
    .bottom-advantage .content-parts .item-unit { width: 50%; }
    .bottom-advantage .content-array h3 { font-size: 20px; margin-top: 10px; }
    .bottom-advantage .module-bottom .main-describe { font-size: 16px; }
}

#footer { padding: 25px 0; }
#footer .contact { padding: 0; }
#footer .contact p { color: #999; line-height: 24px; margin-bottom: 8px; }

.product-content { display: flex; flex-wrap: wrap; justify-content: space-between; }
#main_ny .product-content .prodec_item { width: 50%; margin: 30px 0; }
#main_ny .product-content .prodec_item .slick-list { width: 70%; margin: 0 auto; }
#main_ny .product-content .about_dec { width: 50%; margin: 30px 0; line-height: 1.5; }
#main_ny .product-content .about_dec p { line-height: 1.5; }
#main_ny .List ul { display: flex; flex-wrap: wrap; }
#main_ny .List .prolist li a ,
#main_ny .List .prolist li a .img { height: 100% }
#main_ny .List .prolist li a .img { background-color: #fff; }
#main_ny .List .prolist li a .img img { object-fit: contain; max-height: 360px; }
#main_ny .List .prolist li a em span { font-size: 14px; padding: 0 5%; }
@media screen and (max-width: 1200px) {
    #main_ny .product-content .prodec_item .slick-list { width: 90%; }
}
@media screen and (max-width: 767px) {
    .mol_nynav { margin-top: 0; height: 36px; line-height: 36px; display: flex; align-items: center; }
    .con-left-nav .one li a.one_a { font-size: 14px; }
    #main_ny .product-content .prodec_item { width: 100%; }
    #main_ny .product-content .prodec_item .slick-list { width: 100%;  }
    #main_ny .product-content .about_dec { width: 100%; margin: 0; }
}
