:root{
  --color1:#00d2c1;
  --color1-light:#00d2c1;
  --color1-dark:#00d2c1;
  --color2:#8ebb34;
  --header-height:96px
}
.container{max-width:1380px;margin-left:auto;margin-right:auto}
.container.blank{padding-left:12px;padding-right:12px}
body:before{content:'';display:block;height:var(--header-height)}
.header-wrap{padding:25px 12px;;background:#fff;border-bottom:solid 2px var(--color1);position:fixed;top:0;right:0;width:100%;z-index:101}
.header{justify-content:space-between;align-items:center}
.logo img{max-height:45px;backface-visibility:hidden;display:block}
.nav{margin-left:40px;display:flex;justify-content:flex-end;align-items:center}
.nav__item{padding:12px 30px;position:relative}
.nav__item > a{font-size:16px;transition:color .3s}
.nav__item > a:hover{color:var(--color1)}
.nav__item > a:after{content:'';position:absolute;bottom:-2px;left:50%;width:0;height:2px;transform:translateX(-50%);background:var(--color1);transition:width .3s}
.nav__item > a:hover:after,
.nav__item.cur > a:after{width:28px}
.nav__item.icon:after{content:'\e83a';font-size:12px;font-family:iconfont;position:absolute;top:15px;right:15px}
.nav__extend{height:0;overflow:hidden;z-index:-10;opacity:0;position:absolute;top:130%;left:50%;transform:translateX(-50%);padding:0;border:solid 1px #ddd;border-radius:3px;box-shadow:0 2px 5px 1px rgba(0,0,0,.05);background:#fff;transition:top .3s,opacity .3s}
.nav__extend a{display:block;text-align:center;padding:6px 22px;white-space:nowrap}
.nav__extend a:hover{background:#f9f9f9}
.nav__item:hover .nav__extend{height:auto;padding:5px 0;top:100%;z-index:101;opacity:1}
.nav-switch{display:none}
.header-search{}
.header-search:before{content:'\e71a';font-family:iconfont;font-size:22px}
.header-tel{display:flex;align-items:center;justify-content:center}
.header-tel:before{content:'\e636';font-family:iconfont;font-size:26px;margin-right:5px}
.header-tel span{font-family:'Oswald';font-size:22px;color:#333}
.header-lang{display:flex;align-items:center;justify-content:center}
.header-lang:before{content:'\e7b1';font-family:iconfont;font-size:24px;margin-right:5px}
.header-lang span,
.header-lang a{font-family:'Oswald';font-size:18px;color:#333}
@media (max-width:1200px){
  .nav{margin-left:0}
  .nav__item{padding:12px 20px}
}
@media (max-width:1024px){
  .header-tel,
  .header-search{display:none}
  .nav__item{padding:12px}
}
@media (max-width:768px){
  :root{--header-height:58px}
  .header-wrap{padding:13px 12px}
  .logo img{max-height:32px}
  .nav{padding:0 8%;position:fixed;top:var(--header-height);left:0;right:0;height:0;background:#fcfcfc;flex-direction:column;justify-content:flex-start;overflow:hidden;transition:height .3s}
  .nav[is-open]{overflow:auto;height:calc(100vh - var(--header-height));z-index:11}
  .nav__item{width:100%;border-bottom:solid 1px #eee;padding:0 10px}
  .nav__item.icon:after{display:none}
  .nav__item > a{font-weight:600;font-size:15px;display:inline-block;padding:13px 0}
  .nav__item > a:after{display:none}
  .nav__item:hover .nav__extend{height:0;padding:0}
  .nav__extend{height:0;overflow:hidden;padding:0;position:static;opacity:1;transform:none;width:100%;border:0;box-shadow:none;background:transparent;transition:height .3s}
  .nav__extend:before{content:'\e83a';position:absolute;top:15px;right:0;font-family:iconfont}
  .nav__extend[is-open]:before{content:'\e845'}
  .nav__extend:after{content:'';position:absolute;top:0;right:0;left:40%;height:40px;z-index:2}
  .nav__extend a{color:#666;text-align:left;padding-left:20px}
  .nav__extend a:last-child{padding-bottom:15px}
  .nav__extend a:hover{background:transparent}
  .nav-switch{display:flex;width:22px;height:16px;;position:relative;border-top:solid 2px #555;border-bottom:solid 2px #555;transition:.4s}
  .nav-switch:before,
  .nav-switch:after{content:'';height:2px;width:100%;position:absolute;right:0;top:5px;background:#555;transition:.3s}
  .nav-switch.open{border-color:#fff}
  .nav-switch.open:before{transform:rotate(45deg)}
  .nav-switch.open:after{transform:rotate(-45deg)}
  .header-lang{position:absolute;top:18px;right:60px}
  .header-lang:before{font-size:20px}
  .header-lang span{font-size:16px}
}
.home-banner{position:relative}
.home-banner__slide{height:640px!important;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:1500px){
  .home-banner__slide{height:43vw!important}
}
@media (max-width:768px){
  .home-banner__slide{height:50vw!important}
}
.page-banner{height:350px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:1024px){
  .page-banner{height:34vw}
}
.h-title{margin-bottom:35px;display:flex;justify-content: center}
.h-title_name{padding-right:20px;font-size:36px;font-weight:500;letter-spacing:2px;line-height:48px;position:relative}
.h-title_name span{color:var(--color1)}
.h-title_name:after{content:'';width:1px;background:#ddd;position:absolute;right:0;top:5px;bottom:5px}
.h-title_right{padding-left:20px}
.h-title_en{font-family:'Source Han Serif CN';font-weight:700;color:#333333;font-size:60px;line-height:1}
.h-title_en:first-letter{color:var(--color1)}
.h-title_slogan{font-size:16px;color:#555;margin-top:9px}
.h-title.white,
.h-title.white .h-title_name span,
.h-title.white .h-title_en,
.h-title.white .h-title_en:first-letter,
.h-title.white .h-title_slogan{color:#fff}
.h-title.white .h-title_name:after{background:#fff}
@media (max-width:1024px){
  .h-title_name{line-height:36px;font-size:30px}
  .h-title_en{font-size:40px}
  .h-title_slogan{font-size:14px}
}
@media (max-width:768px){
  .h-title{margin-bottom:25px;justify-content:flex-start}
  .h-title_name{padding-right:12px;line-height:30px;font-size:22px}
  .h-title_right{padding-left:12px}
  .h-title_en{font-size:30px}
  .h-title_slogan{font-size:14px}
}
@media (max-width:512px){
  .h-title_name{line-height:26px;font-size:20px}
  .h-title_en{font-size:26px}
  .h-title_slogan{font-size:12px}
}
.home-box{padding:clamp(25px,6vw,80px) 0}
.more-btn{width:140px;line-height:40px;font-size:14px;border:solid 1px #c8c8c8;text-align:center;transition:all 0.3s;color:#999999;display:flex;justify-content:center}
.more-btn:after{content:'\e649';font-family:iconfont;margin-left:12px}
.more-btn:hover{background:var(--color1);color:#fff;border-color:var(--color1)}
.home-about-wrap{padding:clamp(30px,8vw,120px) 0;background:url("../images/home-about-bg.jpg") no-repeat center center;background-size:cover}
.home-about{display:grid;grid-template-columns:520px auto;column-gap:120px}
.home-about_img img{width:100%}
.home-about_img:before{}
.home-about_content{display:flex;align-items:center}
.home-about_desc{margin:30px 0;font-size:16px;color:#555;line-height:2}
.home-about_data{margin-top:50px;display:grid;grid-template-columns:repeat(3,auto);justify-content:space-between;position:relative}
.home-about_data:before,
.home-about_data:after{content:'';width:1px;top:5px;bottom:5px;background:#ddd;position:absolute}
.home-about_data:before{left:30%}
.home-about_data:after{left:70%}
.home-about_data__item{}
.home-about_data__val span{font-family:'Oswald';font-size:36px;color:#1b1d2a;line-height:1;position:relative;font-weight:700}
.home-about_data__val sup{vertical-align:top;color:#999;margin-left:5px}
.home-about_data__name{font-size:16px;margin-top:12px}
@media (max-width:1440px){
  .home-about{grid-template-columns:480px auto;column-gap:80px}
}
@media (max-width:1280px){
  .home-about{grid-template-columns:450px auto;column-gap:80px}
}
@media (max-width:1024px){
  .home-about{grid-template-columns:350px auto;column-gap:50px}
  .home-about_desc{margin:25px 0;font-size:14px}
  .home-about_data{margin-top:40px}
  .home-about_data__val span{font-size:30px}
  .home-about_data__name{font-size:14px;margin-top:12px}
}
@media (max-width:768px){
  .more-btn{width:110px;line-height:38px}
  .more-btn:after{margin-left:5px}
  .home-about{grid-template-columns:100%;column-gap:0}
  .home-about_img{display:none;text-align:center}
  .home-about_img img{width:50%}
  .home-about_desc{margin:25px 0;font-size:14px}
  .home-about_data{margin-top:30px}
}
@media (max-width:512px){
  .home-about_desc{margin:20px 0}
  .home-about_data__val span{font-size:26px}
  .home-about_data__name{font-size:14px;margin-top:10px}
}
.home-product{display:grid;grid-template-columns:26% 37% 37%}
.home-product_name{grid-area:1/1/3/2;background: url("../images/home-prodct.png") no-repeat center center;background-size:cover;display:flex;align-items:center;justify-content:center}
.home-product_name__en{font-size: 16px;color: #fff;letter-spacing: 14px;font-family: 'Source Han Serif CN';writing-mode: tb-rl;margin-top: 8px}
.home-product_name__cn{margin-left:43px}
.home-product_name__cn li{font-size:30px;width:86px;height:86px;border: solid 1px #ffffff;text-align: center;border-radius: 50%;color: #ffffff;display:flex;align-items:center;justify-content:center}
.home-product_name__cn li:nth-child(1){transform: translateY(8px)}
.home-product_name__cn li:nth-child(2){transform: translateY(4px)}
.home-product_name__cn li:nth-child(3){transform: translateY(-4px)}
.home-product_name__cn li:nth-child(4){transform: translateY(-8px)}
.home-product_sort{padding:50px;height:300px;background-repeat:no-repeat;background-position:center 0;background-size:cover;display:flex;flex-direction: column;justify-content: space-between}
.home-product__title{}
.home-product__title span{font-size: 16px;font-family: Arial;color: #404040}
.home-product__title strong{font-size: 24px;display:block;font-weight: 500}
@media (max-width:1024px){
  .home-product_sort{padding:40px 20px;height:250px}
}
@media (max-width:768px){
  .home-product{grid-template-columns:50% 50%}
  .home-product_name{padding:30px 12px;grid-area:1/1/2/3;flex-wrap: wrap}
  .home-product_name__en{flex:0 0 100%;letter-spacing:2px;font-size:16px;writing-mode:horizontal-tb;margin-top:0;text-align:center}
  .home-product_name__cn{flex:0 0 100%;margin:12px 0 0 0;display:flex;justify-content:center}
  .home-product_name__cn li{font-size:25px;width:50px;height:50px;margin:0 3px}
  .home-product_name__cn li:nth-child(1),
  .home-product_name__cn li:nth-child(2),
  .home-product_name__cn li:nth-child(3),
  .home-product_name__cn li:nth-child(4){transform: translateY(0)}
  .home-product__title span{font-size:14px}
  .home-product__title strong{font-size: 20px}
}
@media (max-width:512px){
  .home-product{grid-template-columns:100%;row-gap: 12px}
  .home-product_name{padding:20px 12px;grid-area:1/1/2/2;flex-wrap: wrap}
  .home-product_name__cn li{font-size:21px;width:42px;height:42px}
  .home-product_sort{padding: 20px;border:solid 1px #f9f9f9;;height:50vw}
  .home-product__title strong{font-size:18px}
}
.goods-list{margin-top:30px;display:grid;grid-template-columns:repeat(4,auto);column-gap:20px;row-gap: 20px}
.goods-list__item{border:solid 1px #e5e5e5;padding:15px;position:relative;background: #fff}
.goods-list__item > a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
.goods-list__img{height:250px;overflow: hidden}
.goods-list__img img{width:100%;height:100%;object-fit:cover;transition: transform .3s}
.goods-list__name{font-size:16px;margin-top:15px;text-align: center}
.goods-list__item:hover .goods-list__img img{transform: scale(1.05)}
.goods-list__item:hover .goods-list__name{color:var(--color1)}
@media (max-width:1440px){
  .goods-list__img{height:18vw}
}
@media (max-width:1280px){
  .goods-list__name{font-size:14px}
}
@media (max-width:1024px){
  .goods-list__item{padding:10px}
}
@media (max-width:768px){
  .goods-list{grid-template-columns:repeat(2,auto)}
  .goods-list__img{height:36vw}
}
@media (max-width:512px){
  .goods-list{margin-top:20px;column-gap:16px;row-gap:16px}
}
.home-advantage-wrap{;background: url("../images/home-advantage-bg.jpg") no-repeat center center;background-size:cover}
.advantage{flex-wrap:wrap;background: #fff;padding:20px;display:flex;justify-content: space-between}
.advantage__item{flex:1;margin-right:20px;height:510px;position:relative;transition: flex .2s;cursor: pointer}
.advantage__item:last-child{margin-right:0}
.advantage__item > img{width:100%;height:100%;object-fit:cover;display:block}
.advantage__item:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:#000;opacity: .2}
.advantage__box{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;align-items:center;justify-content:center}
.advantage__box__icon{padding-bottom:40px;position:relative;text-align: center}
.advantage__box__icon:after{content:'';width:1px;height:20px;background: #fff;position:absolute;bottom:0;left:50%}
.advantage__box__txt{margin-top:50px;text-align:center;color:#fff}
.advantage__box__txt span{font-size:16px;font-weight: 700}
.advantage__box__txt p{}
.advantage__layer{position:absolute;right:40px;bottom:40px;left:40px;z-index:6;opacity: 0;transition:none}
.advantage__layer__name{padding-bottom: 20px;color: #ffffff; border-bottom: 1px solid #ffffff21}
.advantage__layer__name strong{font-size:20px;font-weight:500}
.advantage__layer__name span{font-size:16px;font-weight:500;opacity: .8}
.advantage__layer__desc{font-size:15px;color: #ffffff;opacity: 0.8;margin-top: 13px;line-height: 1.8}
.advantage__item:hover .advantage__box{opacity:0}
.advantage__item:hover .advantage__layer{opacity: 1;;transition: opacity .2s .2s}
.advantage__item:hover{flex:0 0 40%}
@media (max-width:1024px){
  .advantage{padding:12px}
  .advantage__item{margin-right:16px}
  .advantage__layer{right:30px;bottom:30px;left:30px}
}
@media (max-width:768px){
  .advantage__item{flex:0 0 50%;margin-right:0;height:42vw}
  .advantage__item:hover{flex:0 0 50%}
  .advantage__box__icon{padding-bottom:25px}
  .advantage__box__txt{margin-top:25px}
  .advantage__layer{right:20px;bottom:20px;left:20px}
  .advantage__layer__name{padding-bottom: 16px}
  .advantage__layer__name strong{font-size:17px}
  .advantage__layer__name span{font-size:12px}
  .advantage__layer__desc{font-size:14px}
}
@media (max-width:512px){
  .advantage{padding:6px}
  .advantage__box__icon{padding-bottom:0}
  .advantage__box__icon:after{display:none}
  .advantage__box__txt{margin-top:0}
  .advantage__box__txt span{font-size:14px}
  .advantage__item{height:50vw}
  .advantage__layer__name{display:none}
  .advantage__layer__desc{font-size:12px;line-height:1.5}
}
.home-step{margin:80px auto;padding:30px 0;display:grid;grid-template-columns:repeat(8, 1fr);justify-content: space-between;background: url("../images/home-step.png") no-repeat center center;background-size:100% 100%}
.home-step__box{text-align: center}
.home-step__box img{max-width:90%;}
.home-step__box p{margin:3px 0}
.home-step__box span{}
@media (max-width:1280px){
  .home-step{margin:60px auto;padding:20px 0}
}
@media (max-width:1024px){
  .home-step{margin:30px auto;padding:20px 0}
}
@media (max-width:768px){
  .home-step{margin:20px auto;background:none;grid-template-columns:repeat(4, 1fr);row-gap: 20px}
}
.home-tel{width:620px;height:66px;display:grid;grid-template-columns:auto 150px;margin:0 auto;box-shadow:0 0 5px 1px rgba(0,0,0,0.1);background: #fff;}
.home-tel__content{display:flex;align-items:center;justify-content:center;}
.home-tel__content dl{display:flex;align-items: center;flex-wrap: wrap}
.home-tel__content dl:before{content:'\e636';font-family:iconfont;font-size:26px;margin-right:5px}
.home-tel__content dt{font-size:16px}
.home-tel__content dd{font-size: 30px;text-align: center;font-family: Oswald;color: #00D2C1;letter-spacing: 2px;}
.home-tel__link{font-size:16px;background:var(--color1);color:#fff;display:flex;align-items:center;justify-content:center;}
@media (max-width:768px){
  .home-tel{width:90%;}
  .home-tel__content dd{font-size:20px}
}
@media (max-width:512px){
  .home-tel{height:auto;grid-template-columns:auto 100px}
  .home-tel__content dl{padding:9px 5px;}
  .home-tel__content dt,
  .home-tel__content dd{flex:0 0 100%;text-align: center}
  .home-tel__content dl:before{display:none}
}
.news-list{display:grid;grid-template-columns:repeat(3,auto);column-gap:30px;row-gap:25px}
.news-list__item{padding:16px;background: #fff;box-shadow: 0 0 6px 1px rgba(0,0,0,.05)}
.news-list__img{height:260px;overflow:hidden}
.news-list__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.news-list__img:hover img{transform: scale(1.05)}
.news-list__name{font-size:17px;margin:12px 0 9px;display:block;transition: color .3s}
.news-list__name:hover{color:var(--color1)}
.news-list__date{color:#999}
.news-list__desc{margin:12px 0 20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news-list__more{display:flex;justify-content: space-between;align-items: center}
.news-list__more:after{font-size:18px;content:'\e649';font-family: iconfont;color:#999}
.news-list__more a{font-size:12px;padding:4px 9px;color:#888;border:solid 1px #ddd;border-radius:3px}
.news-list__more a:hover{background:var(--color1);color:#fff;border-color:var(--color1)}
@media (max-width:1024px){
  .news-list{column-gap:25px}
  .news-list__item{padding:10px}
  .news-list__img{height:20vw}
}
@media (max-width:768px){
  .news-list{;grid-template-columns:100%;column-gap:0}
  .news-list__img{height:50vw}
}
@media (max-width:512px){
  .news-list__name{font-size:16px}
}
.footer-wrap{background:#262629}
.footer{padding:60px 12px;display:grid;grid-template-columns:repeat(3,auto);column-gap:20px}
.foot-name{margin-bottom:23px;font-size:17px;color:#ddd;}
.foot-nav{display:flex;}
.foot-nav__box{padding-right:80px;position:relative}
.foot-nav__box:after{content:'';width:100%;height:1px;background: #3f3f3f;position:absolute;top:42px;right:0;}
.foot-nav__link{margin-top:15px;font-size:16px;color:#aaa;display:block}
.foot-nav__link:nth-child(2){margin-top:35px}
.foot-contact{padding-left:50px;border-left:solid 1px #3f3f3f;border-right:solid 1px #3f3f3f}
.foot-contact__row{margin-top:18px;font-size:16px;color:#aaa;display:flex;align-items:center}
.foot-contact__row:before{margin-right:9px;width:30px;height:30px;font-family: iconfont;border:solid 1px #aaa;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.foot-contact__row:nth-child(2):before{content:'\e637'}
.foot-contact__row:nth-child(3):before{content:'\e632'}
.foot-contact__row:nth-child(4):before{content:'\e620'}
.foot-qrcode{padding-left:50px}
.foot-qrcode img{max-width:120px}
.copyright{color:#aaa;padding:20px 0;text-align:center;line-height:2;border-top:solid 1px #3f3f3f;}
.copyright a{color:#777}
@media (max-width:1440px){
  .foot-nav__box{padding-right:50px}
  .foot-contact,
  .foot-qrcode{padding-left:30px}
}
@media (max-width:1280px){
  .foot-name{font-size:16px}
  .foot-nav__link,
  .foot-contact__row{font-size:14px}
}
@media (max-width:1024px){
  .footer{column-gap:10px}
  .foot-nav__box{padding-right:25px}
  .foot-contact,
  .foot-qrcode{padding-left:15px}
  .foot-qrcode__img img{width:100px}
}
@media (max-width:768px){
  .footer{padding:40px 12px;grid-template-columns:100%;column-gap:0;row-gap:30px}
  .foot-nav__box{flex:1;text-align: center}
  .foot-contact{border-left:0;border-right:0}
  .foot-contact,
  .foot-qrcode{padding-left:10px}
}
@media (max-width:512px){
  .foot-name{font-size:15px;margin-bottom:20px;}
  .foot-nav__link,
  .foot-contact__row{font-size:13px}
  .copyright{font-size:12px}
}
.breadcrumb{border-bottom:solid 1px #eee;margin-bottom:30px;}
.page-about-wrap{height:840px;background: url("../images/page-about.jpg") no-repeat center center;}
.page-about{padding-top:50px}
.page-about__desc{margin:35px 0;max-width:630px;}
.page-about__desc p{margin-bottom:20px;text-align: justify;font-size:16px;line-height:1.8}
.page-about__data{padding:30px 0;max-width:1024px;display:grid;grid-template-columns:repeat(4,auto);background:var(--color1)}
.page-about__data dl{color:#fff;text-align: center}
.page-about__data dt{}
.page-about__data strong{font-size:56px;font-weight:700;line-height:1.1}
.page-about__data sup{vertical-align:top;font-size:14px}
.page-about__data dd{font-size:16px;margin-top:5px}
@media (max-width:1280px){
  .page-about__desc{max-width:45%}
}
@media (max-width:1024px){
  .page-about{padding-top:0}
  .page-about__desc{margin:25px 0}
  .page-about__data{padding:20px 0}
  .page-about__data strong{font-size:40px}
}
@media (max-width:768px){
  .page-about-wrap{background: none;height:auto}
  .page-about__desc{max-width:100%}
}
@media (max-width:512px){
  .page-about__desc p{font-size:14px}
  .page-about__data strong{font-size:27px}
  .page-about__data dd{font-size:14px}
}
.page-culture-wrap{padding:80px 0}
.page-culture{display:grid;grid-template-columns:43% 52%;justify-content: space-between}
.page-culture__img{height:460px}
.page-culture__img img{width:100%;height:100%;object-fit:cover}
.page-culture__list{}
.page-culture-row{padding:22px 0;border-bottom:solid 1px #eee;display:flex;align-items: center}
.page-culture-row img{}
.page-culture-row span{margin:0 10px 0 15px;font-size: 18px;}
.page-culture-row small{font-size:14px;color:#777}
@media (max-width:1024px){
  .page-culture{grid-template-columns:100%}
  .page-culture__img{height:40vw}
}
@media (max-width:512px){
  .page-culture-row img{width:24px;}
  .page-culture-row span{margin:0 5px 0 10px;font-size: 16px;}
}
.page-main{margin-bottom:min(35px,9vw)}
.product-sort{max-width:1000px;margin:0 auto 15px;justify-content:center}
.product-sort a{flex:0 0 15.8%;margin:0 10px 20px;padding:6px 0;border:solid 1px #ddd;border-radius:15px;text-align:center}
.product-sort a.cur,
.product-sort a:hover{background:var(--color1);border-color:var(--color1);color:#fff}
.product-sort a:empty{padding:0;border:0;margin-bottom:0}
.product-sort a:empty:hover{background:transparent}
@media (max-width:768px){
  .product-sort{margin:0 auto 5px}
  .product-sort a{flex:0 0 32%}
}
@media (max-width:512px){
  .product-sort a{font-size:12px}
}
.product-list{margin-top:30px;display:grid;grid-template-columns:repeat(4,auto);column-gap:20px;row-gap: 20px}
.product-list__item{padding:15px;position:relative;background: #f9f9f9}
.product-list__item > a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
.product-list__img{height:250px;overflow: hidden}
.product-list__img img{width:100%;height:100%;object-fit:cover;transition: transform .3s}
.product-list__name{font-size:16px;margin-top:15px;text-align: center}
.product-list__item:hover .product-list__img img{transform: scale(1.05)}
.product-list__item:hover .product-list__name{color:var(--color1)}
@media (max-width:1440px){
  .product-list__img{height:18vw}
}
@media (max-width:1280px){
  .product-list__name{font-size:14px}
}
@media (max-width:1024px){
  .product-list__item{padding:10px}
}
@media (max-width:768px){
  .product-list{grid-template-columns:repeat(2,auto)}
  .product-list__img{height:36vw}
}
@media (max-width:512px){
  .product-list{margin-top:20px;column-gap:16px;row-gap:16px}
}
.page-title{text-align:center;position:relative;margin:40px 0;padding-bottom:15px}
.page-title:before{content:'';position:absolute;bottom:0;left:50%;margin-left:-25px;width:50px;height:2px;background:#333}
.page-title span{font-size:clamp(22px,3vw,30px)}
.page-title small{display:block;color:#999;font-size:min(16px,3vw);margin-top:9px;text-transform:uppercase}
@media (max-width:1024px){
  .page-title{margin:30px 0 20px}
  .page-title small{margin-top:6px}
}
.goods-info{margin-top:30px;display:grid;grid-template-columns:40% 56%;column-gap:4%}
.goods-info__photo{flex:0 0 40%;height:420px;border:solid 1px #e5e5e5;display:flex;justify-content:center;align-items:center;padding:12px}
.goods-info__photo img{max-width:100%;max-height:100%}
.goods-info__info{flex:0 0 56%}
.goods-info__title{border-bottom:solid 1px #eee;padding-bottom:22px;margin-bottom:22px;font-weight:600}
.goods-info__param{margin-top:25px;padding-bottom:25px;border-bottom:dashed 1px #eee;color:#777}
.goods-info__param img{vertical-align:-8px}
.goods-info__btn{margin-top:30px;display:flex}
.goods-info__btn a{background:var(--color1);color:#fff;padding:9px 30px;border-radius:3px}
.goods-detail-title{margin:32px 0 20px;border-bottom:solid 1px #eee;display:flex}
.goods-detail-title span{font-size:16px;padding:12px 35px;border-left:solid 1px #eee;border-right:solid 1px #eee;border-top:solid 3px var(--color1);;position:relative}
.goods-detail{font-size:15px}
.goods-detail p{margin-bottom:15px;line-height:1.8}
.goods-detail img{max-width:100%}
@media (max-width:1024px){
  .goods-info__photo{height:360px}
}
@media (max-width:768px){
  .goods-info{margin-top:10px;grid-template-columns:100%;column-gap:0;row-gap:20px}
  .goods-info__photo{height:60vw;padding:6px}
  .goods-info__info h1{padding-bottom:15px;margin-bottom:15px;font-size:15px}
  .goods-info__info dd{margin-top:15px;padding-bottom:15px}
  .goods-info__btn{margin-top:20px}
  .goods-info__btn a{padding:7px 22px}
}
.page-goods-wrap{padding:50px 0;background: #f9f9f9}
.article-h1{margin:30px 0 22px;text-align:center}
.article-meta{font-size:12px;text-align:right;padding:5px;background:#fbfbfb;margin:22px 0;color:#777}
.article-detail p{font-size:16px;line-height:1.8;margin-bottom:12px}
.article-detail img{max-width:100%}
.article-detail ul{padding-left:12px;margin:16px 0}
.article-detail li{list-style-type:disc;margin:11px 0;}
.detail-neighbor{margin:50px 0;border-top:solid 1px #ddd;padding-top:12px;justify-content:space-between}
.detail-neighbor div{color:#777}
.detail-neighbor a:hover{text-decoration:underline}
@media (max-width:768px){
  .article-detail h1{margin-top:20px;font-size:17px}
  .article-detail .neighbor div{flex:0 0 100%;margin-bottom:9px}
}
.contact-info{margin:25px 0;border-bottom:solid 1px #eee;border-left:solid 1px #eee}
.contact-info__item{flex:0 0 33.3%;padding:50px 12px;border-top:solid 1px #eee;border-right:solid 1px #eee;text-align:center}
.contact-info__item:before{font-size:35px;font-family:iconfont;width:90px;height:90px;margin:0 auto;border-radius:100%;background:#f1f1f1;display:flex;align-items:center;justify-content:center;color:#666}
.contact-info__item.address:before{content:'\e637'}
.contact-info__item.tel:before{content:'\e636'}
.contact-info__item.email:before{content:'\e620'}
.contact-info__item small{color:#777;display:block;margin:30px 0 15px}
.contact-info__item span{font-size:16px}
.content-map{margin:25px 0;height:500px;border:#ccc solid 1px}
@media (max-width:768px){
  .contact-qrcode{height:320px}
  .contact-info__item{flex:0 0 100%;padding:30px 12px}
  .contact-info__item:before{font-size:30px;width:70px;height:70px}
}
@media (max-width:512px){
  .contact-info{margin:20px 0}
  .contact-info__item{padding:30px 12px}
  .contact-info__item small{margin:20px 0 15px}
  .contact-qrcode__inner h5{font-size:25px}
  .contact-qrcode__inner p{font-size:14px}
  .content-map{margin:20px 0;height:350px}
}
.feedback-wrap{padding:20px 0 70px;background: #f9f9f9}
.feedback{display:grid;grid-template-columns:auto auto;column-gap:2%;row-gap: 20px}
.feedback-row{}
.feedback-row label{margin-bottom:9px;display:block;font-family:'Microsoft YaHei';color:#666}
.feedback-row label.required:after{content:'*';color:#ee0a24}
.feedback-row input[type=text],
.feedback-row input[type=email]{width:100%;height:50px;padding-left:9px;border:solid 1px #eee;}
.feedback-row.textarea{grid-area:3/1/4/3}
.feedback-row textarea{width:100%;height:100px;padding:9px;border:solid 1px #eee;}
.feedback-row input[type=submit]{width:150px;height:40px;color:#fff;background: var(--color1);cursor: pointer}
@media (max-width:768px){
  .feedback-wrap{padding:5px 0 30px;background: #f9f9f9}
  .feedback{grid-template-columns:100%;column-gap:0}
  .feedback-row.textarea{grid-area:auto}
}
.honor-list{margin-top:10px;display:grid;grid-template-columns:repeat(4, 24%);row-gap:25px;}
.honor-list__item{}
.honor-list__item:empty{margin-bottom:0}
.honor-list__item figure{height:450px;display:flex;justify-content:center;align-items:center;border:solid 1px #ddd;padding:3px}
.honor-list__item figure img{max-width:100%;max-height:100%}
.honor-list__item article{text-align:center;padding-top:10px}
@media (max-width:1280px){
  .honor-list__item figure{height:32vw}
}
@media (max-width:512px){
  .honor-list{grid-template-columns:repeat(2, 48.5%);column-gap:3%;row-gap:20px;}
  .honor-list__item figure{height:60vw}
}