:root{
  --color1:#e71b27;
  --color1-light:#fa3540;
  --color1-dark:#d3101c;
  --color2:#8ebb34;
}
:root{--header-height:94px}
body:before{content:'';display:block;height:var(--header-height)}
.container{max-width:1600px;margin-left:auto;margin-right:auto}
.container.blank{padding-left:10px;padding-right:10px}
/*header start*/
.header-wrap{padding-top:18px;padding-bottom:18px;position:fixed;top:0;right:0;width:100%;z-index:101;background:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,0.1)}
.header{justify-content:space-between;align-items:center}
.logo img{max-height:58px;backface-visibility:hidden;display:block}
.nav{display:flex;justify-content:flex-end;align-items:center}
.nav__item{padding:12px 25px;position:relative}
.nav__item > a{font-weight:300;font-size:16px;color:#555;transition:color .3s}
.nav__item > a:hover{color:#000}
.nav__item > a:after{content:'';position:absolute;bottom:0;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:5px}
.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:4px 12px;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__lang{margin-left:25px;display:flex;align-items:center;padding:5px 15px;border:solid 1px #ddd;border-radius:15px;position:relative;z-index:101;cursor:pointer}
.nav__lang:hover,
.nav__lang__more a:hover{background:#f9f9f9}
.nav__lang:before{content:'\e654';font-family:iconfont;font-size:17px}
.nav__lang > span{margin-left:5px}
.nav__lang__more{position:absolute;top:100%;left:0;width:100%;text-align:center;padding-top:3px;display:none}
.nav__lang__more a{display:block;padding:5px;border:solid 1px #ddd;border-radius:15px;;font-size:12px;margin-bottom:4px;background:#fff}
.nav__lang:hover .nav__lang__more{display:block}
/*.nav__tel{font-size:16px;margin-left:25px;padding:6px 20px;border:solid 1px #ddd;border-radius:18px;display:flex;align-items:center}*/
/*.nav__tel:before{content:'\e633';font-family:iconfont;font-size:20px}*/
.nav-switch{display:none}
@media (max-width:1200px){
  .nav__item{padding:12px 15px}
  .nav__lang{margin-left:15px}
}
@media (max-width:1024px){
  .logo img{max-height:36px}
  .nav__item{padding:12px 10px}
  .nav__item > a{font-size:14px}
  .nav__lang{margin-left:10px}
}
@media (max-width:768px){
  :root{--header-height:58px}
  .header-wrap{padding-top:12px;padding-bottom:12px}
  .header{}
  .logo img{max-height:35px}
  .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__lang{display:flex;position:absolute;top:17px;right:50px;padding:3px 10px}
  .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)}
  .nav-switch-lang{margin-right:15px;width:16px;height:16px;border-radius:100%;font-size:16px;display:flex;justify-content:center;align-items:center}
}
/*header end*/
/*footer*/
.footer{background:#151515;padding-top:40px;;color:#999}
.footer a{color:#999}
.footer-text{flex-basis:70%}
.footer-link{padding-bottom:20px;font-size:15px;display:flex}
.footer-link a{margin-right:23px}
.footer-contact{}
.footer-contact li{padding:5px 0}
.footer-contact li:before{content:'';font-family:iconfont;font-size:16px;color:#aaa;margin-right:12px}
.footer-contact li:nth-child(1):before{content:'\e634'}
.footer-contact li:nth-child(2):before{content:'\e633'}
.footer-contact li:nth-child(3):before{content:'\e620'}
.footer-contact li:nth-child(4):before{content:'\e636'}
.footer-qrcode{margin-top:20px}
.footer-qrcode__item{text-align:center;margin-left:20px}
.footer-qrcode__item img{display:block;width:100px;margin-bottom:9px}
.footer-qrcode__item span{}
.copyright{background:#111;margin-top:18px;border-top:solid 1px #333;padding:10px 0;text-align:center;color:#999;font-size:12px}
.copyright a{color:#999}
@media (max-width:768px){
  .footer{padding-top:25px;padding-bottom:15px}
  .footer-text{flex-basis:100%}
  .footer-link{justify-content:space-between}
  .footer-link a{margin-right:0}
  .footer-qrcode{display:none}
  .footer-text .link{word-spacing:5px;font-size:14px}
}
@media (max-width:512px){
  .footer{padding-bottom:10px}
  .footer-text{font-size:12px;padding-bottom:10px}
  .footer-link{padding-bottom:10px;font-size:12px}
  .copyright{margin-top:5px}
}
/*footer end*/
/*banner*/
.home-banner{position:relative}
.home-banner .swiper-slide{height:850px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:1600px){
  .home-banner .swiper-slide{height:50vw}
}
@media (max-width:1024px){
  .home-banner .swiper-slide{height:55vw}
}
/*banner end*/
/*home*/
.home-box{padding-top:clamp(25px,6vw,80px);padding-bottom:clamp(25px,6vw,80px)}
.main-more{text-align:center;margin-top:45px}
.main-more a{display:inline-block;border:solid 1px #ccc;color:#666;padding:12px 30px 12px 35px;border-radius:3px;transition:.3s}
.main-more a:hover{background:var(--color1);color:#fff;border-color:var(--color1)}
.main-more a:after{content:'\e649';font-family:iconfont;margin-left:2px}
@media (max-width:768px){
  .main-more{margin-top:25px}
}
@media (max-width:512px){
  .main-more{margin-top:20px}
  .main-more a{font-size:12px}
}
.page-banner{height:350px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:768px){
  .page-banner{height:35vw}
}
@media (max-width:512px){
  .page-banner{height:39vw}
}
.main-title{text-align:center;padding-bottom:30px}
.main-title span{text-transform:uppercase;font-size:20px;color:#999;letter-spacing:3px}
.main-title strong{display:block;margin:0 auto;color:var(--color1);font-size:32px;width:160px;position:relative}
.main-title strong:after,
.main-title strong:before{content:'';position:absolute;top:23px;left:-60px;height:1px;width:60px;background:#ccc}
.main-title strong:after{left:auto;right:-60px}
.main-title.white{}
.main-title.white strong:after,
.main-title.white strong:before{background:#aaa}
.main-title.white span,
.main-title.white strong{color:#fff}
.type-sort{display:flex;justify-content:center}
.type-sort a{font-size:15px;margin:5px 15px;padding:9px 30px;border-radius:6px;background:#f9f9f9;transition:.3s}
.type-sort a:hover{background:var(--color1);color:#fff}
@media (max-width:768px){
  .main-title span{font-size:14px}
  .main-title strong{font-size:22px;width:150px}
  .main-title strong:before,
  .main-title strong:after{top:20px}
  .type-sort a{font-size:14px;padding:6px 15px;margin:5px 10px}
}
@media (max-width:512px) {
  .main-title {padding-bottom:20px}
  .main-title span{font-size:12px}
  .main-title strong{font-size:20px;width:140px}
  .main-title strong:before,
  .main-title strong:after{top:15px}
}
.home-product-wrap{background:#fff}
.product-list{margin-top:40px;display:grid;grid-template-columns:repeat(4,23.5%);column-gap:2%;row-gap:30px}
.product-list__item{box-shadow:0 5px 15px rgba(0,0,0,0.1);padding:4px;border-radius:4px}
.product-list__item:hover{box-shadow:0 5px 15px rgba(0,51,153,0.5);transition:.3s}
.product-list__img{height:300px}
.product-list__img img{width:100%;height:100%;object-fit:cover;border-radius:4px}
.product-list__txt{text-align:center;padding:20px 9px}
.product-list__name{font-size:18px;font-weight:500;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.product-list__name:hover{color:var(--color1)}
.product-list__desc{margin-top:9px;color:#777;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
@media (max-width:1600px){
  .product-list__img{height:19vw}
  .product-list__name{font-size:16px}
}
@media (max-width:1024px){
  .product-list{grid-template-columns:repeat(3,32%);column-gap:2%}
  .product-list__img{height:27vw}
  .product-list__name{font-size:15px}
}
@media (max-width:768px){
  .product-list{margin-top:25px}
  .product-list{grid-template-columns:repeat(2,48.5%);column-gap:3%}
  .product-list__img{height:40vw}
  .product-list__txt{padding:12px 9px}
  .product-list__desc{font-size:12px}
}
.home-about-wrap{background-color:#f8f8f8}
.home-about{position:relative}
.home-about__txt{flex:0 0 43%;padding-top:40px}
.home-about__img{flex:0 0 47%;position:relative}
.home-about__img figure{height:450px}
.home-about__img figure img{width:100%;height:100%;object-fit:cover;border-radius:5px}
.home-about__img p{font-size:30px;font-weight:bold;color:#eee;writing-mode:tb-rl;line-height:1em;position:absolute;left:-40px;top:40px;text-transform:uppercase}
.home-about__title{font-size:32px;position:relative;padding-bottom:20px}
.home-about__title:after{content:'';width:45px;height:4px;background:var(--color1);position:absolute;bottom:0;left:0}
.home-about__desc{font-size:15px;margin:30px 0;color:#666;line-height:1.9}
.home-about-link{border-top:dashed 1px #eee;padding-top:30px}
.home-about-link__item{display:flex;align-items:center}
.home-about-link__item:before{font-size:16px;color:#999;content:'';font-family:iconfont;width:40px;height:40px;border-radius:100%;border:solid 1px #ddd;display:flex;justify-content:center;align-items:center}
.home-about-link__item:nth-child(1):before{content:'\e7ef'}
.home-about-link__item:nth-child(2):before{content:'\e60d'}
.home-about-link__item:nth-child(3):before{content:'\e65d'}
.home-about-link__item span{margin-left:9px}
@media (max-width:1280px){
  .home-about-link{border-top:dashed 1px #eee;padding-top:1px}
}
@media (max-width:1024px){
  .home-about__txt{flex:0 0 46%;padding-top:20px}
  .home-about__title{font-size:28px}
  .home-about__desc{margin:20px 0}
}
@media (max-width:768px){
  .home-about__txt{flex:0 0 100%;order:1;padding-top:10px}
  .home-about__title{font-size:20px;padding-bottom:16px}
  .home-about__title:after{height:3px}
  .home-about__desc{margin:16px 0}
  .home-about__img{flex:0 0 100%;margin-bottom:20px;order:0}
  .home-about__img figure{height:40vw}
  .home-about__img p{font-size:23px;left:16px;top:20px}
}
@media (max-width:512px){
  .home-about__title{font-size:17px}
  .home-about__desc{font-size:14px}
  .home-about-link__item span{margin-left:7px;font-size:12px}
}
.home-position{position:fixed;top:0;right:0;z-index:-1;width:100%;height:100vh;background:url("../images/home-bg.jpg") no-repeat center 0;background-size:cover}
.home-field-wrap{padding:min(150px,10vw) 0}
.home-field{margin-top:20px;position:relative}
.home-field .swiper-slide{height:350px}
.home-field .swiper-slide:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgba(0,0,0,.2)}
.home-field .swiper-slide img{width:100%;height:100%;object-fit:cover}
@media (max-width:1600px){
  .home-field .swiper-slide{height:22vw}
}
@media (max-width:1280px){

}
@media (max-width:1024px){
  .home-field{margin-top:10px}
}
@media (max-width:768px){
  .home-field .swiper-slide{height:33vw}
}
@media (max-width:512px){
  .home-field .swiper-slide{height:58vw}
}
.home-news-wrap{background:#fff}
.home-news{margin-top:20px}
.home-news__item{flex:0 0 23%;width:23%;margin-bottom:30px}
.home-news__item figure{height:240px;overflow:hidden}
.home-news__item figure img{width:100%;height:100%;object-fit:cover;transition:.5s}
.home-news__text{background:#fff;margin:-25px 15px 0;position:relative;z-index:2;padding:18px;border-bottom:solid 3px #eee;box-shadow:0 0 9px 1px rgba(0,0,0,.05);transition:.5s}
.home-news__time span{color:#fff;background:var(--color1);font-size:12px;padding:3px 5px;border-radius:5px}
.home-news__title {margin:16px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.home-news__title a{font-size:17px}
.home-news__title a:hover{color:var(--color1)}
.home-news__desc{color:#777;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.home-news__more{margin-top:15px}
.home-news__more a{font-size:12px;color:#777;display:inline-block;padding:5px 12px;border-radius:12px;border:solid 1px #ddd}
.home-news__item:hover figure img{transform:scale(1.08);transition:.5s}
.home-news__item:hover .home-news__text{transform:translateY(12px);box-shadow:0 0 15px 1px rgba(0,0,0,.1);transition:.5s}
@media (max-width:1024px){
  .home-news__item{flex:0 0 48%;width:48%}
  .home-news__item figure{height:30vw}
}
@media (max-width:512px){
  .home-news__item{flex:0 0 100%;width:100%;margin-bottom:20px}
  .home-news__item figure{height:50vw}
  .home-news__text{margin:-30px 12px 0;padding:15px}
  .home-news__title a{font-size:15px}
}

.page-main{margin-bottom:min(35px,9vw)}
.page-nav{background:#f5f5f5}
.page-nav .container{align-items:center}
.page-sort{display:flex}
.page-sort a{padding:22px;border-left:solid 1px #ddd}
.page-sort a:hover{background:#eee}
.page-sort a.cur{background:var(--color1);color:#fff}
@media (max-width:1024px){
  .page-sort a{padding:20px 15px}
}
@media (max-width:768px){
  .page-sort + .ui-breadcrumb{display:none}
}
@media (max-width:512px){
  .page-sort a{padding:12px}
}
.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}
}
.page-text p{font-size:16px;line-height:1.8;margin-bottom:12px}
.page-text img{max-width:100%}
.about-environment{margin-top:30px;display:grid;grid-template-columns:repeat(4,24%);column-gap:1.3%}
.about-environment__grid{height:230px}
.about-environment__grid img{width:100%;height:100%;object-fit:cover;border-radius:3px}
@media (max-width:1280px){
  .about-environment__grid{height:18vw}
}
@media (max-width:768px){
  .about-environment{margin-top:30px;grid-template-columns:repeat(2,48.5%);column-gap:3%;row-gap:18px}
  .about-environment__grid{height:35vw}
}
.about-culture{background:#f9f9f9;padding:20px 0 80px}
.about-culture{background-repeat:no-repeat;background-position:center 0;background:#e7ecf0;background-size:cover}
.about-culture__item{background:#f9f9f9;flex:0 0 23%;text-align:center;padding:30px 20px;border-radius:10px;position:relative;overflow:hidden;cursor:pointer;transition:.3s}
.about-culture__item:before{content:'';font-size:40px;width:80px;height:80px;border-radius:100%;border:solid 2px #ccc;color:#777;display:flex;justify-content:center;align-items:center;margin:0 auto;font-family:iconfont}
.about-culture__item:nth-child(1):before{content:'\e60d'}
.about-culture__item:nth-child(2):before{content:'\e7ef'}
.about-culture__item:nth-child(3):before{content:'\e763'}
.about-culture__item:nth-child(4):before{content:'\e776'}
.about-culture__name{font-size:26px;margin:20px 0 10px;font-weight:100}
.about-culture__desc{color:#777;line-height:2}
.about-culture__hide{text-align:center;padding:20px;position:absolute;width:100%;height:100%;background:linear-gradient(45deg, #d95900, #dc0000);border-radius:10px;top:100%;left:0;display:flex;align-items:center;transition:top .4s .05s}
.about-culture__hide > div{flex:0 0 100%}
.about-culture__hide .about-culture__name{color:#fff;margin-top:0;font-weight:500}
.about-culture__hide .about-culture__desc{color:#eee}
.about-culture__item:hover{box-shadow:0 0 12px 2px rgba(0,0,0,.1)}
.about-culture__item:hover .about-culture__hide{top:0}
@media (max-width:1200px) {
  .about-culture{padding:20px 0 60px}
  .about-culture__item{flex:0 0 23%}
}
@media (max-width:1024px){
  .about-culture{padding:20px 0 40px}
  .about-culture__item{padding:30px 12px}
}
@media (max-width:768px){
  .about-culture__item{flex:0 0 48%;margin-bottom:20px}
  .about-culture__item:before{font-size:30px;width:80px;height:80px}
  .about-culture__name{font-size:24px}
}
@media (max-width:512px){
  .about-culture__item:before{font-size:26px;width:70px;height:70px;position:re}
  .about-culture__name{font-size:18px}
  .about-culture__desc{font-size:12px;line-height:1.8}
}
.contact-info{margin:30px auto 20px;justify-content:space-between}
.contact-info__item{flex:0 0 24%;background:#fcfcfc;padding:50px 12px;border-radius:6px;text-align:center}
.contact-info__item:before{content:'';font-family:iconfont;color:#999;font-size:2rem}
.contact-info__item.address:before{content:'\e637'}
.contact-info__item.tel:before{content:'\e636'}
.contact-info__item.wechat:before{content:'\e6b2'}
.contact-info__item.qq:before{content:'\e624'}
.contact-info__item.email:before{content:'\e620'}
.contact-info span{font-size:16px;color:#777}
.contact-info small{display:block;margin:9px 0;color:#555}
.content-map{height:500px;border:#ccc solid 1px}
@media (max-width:1024px){
  .contact-info__item{flex:0 0 49%;margin-bottom:12px}
}
@media (max-width:512px){
  .contact-info{margin:10px auto}
  .contact-info__item{text-align:left;flex:0 0 100%;position:relative;padding:12px 0 12px 60px;border-bottom:dashed 1px #eee}
  .contact-info__item:before{font-size:1.6rem;position:absolute;top:30px;left:20px}
  .content-map{height:360px;border:#ccc solid 1px}
}
.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:290px;display:flex;justify-content:center;align-items:center;border:solid 1px #ddd;padding:8px}
.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:18vw}
}
@media (max-width:1024px){
  .honor-list{grid-template-columns:repeat(3, 32%);column-gap:2%}
  .honor-list__item figure{height:24vw}
}
@media (max-width:512px){
  .honor-list{grid-template-columns:repeat(2, 48.5%);column-gap:3%;row-gap:20px}
  .honor-list__item figure{height:35vw}
}
.goods-info{justify-content:space-between;margin-top:30px}
.goods-info__photo{flex:0 0 41%;height:450px;border:solid 1px #ddd;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:13px;padding-bottom:13px;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-title{padding:0 0 12px 18px;margin:32px 0 20px;border-bottom:solid 1px #eee;display:flex;justify-content:space-between;position:relative}
.goods-title:before{content:'';position:absolute;top:4px;left:0;width:5px;height:17px;background:var(--color1)}
.goods-title span{font-size:18px}
.goods-detail{font-size:16px}
.goods-detail p{margin-bottom:12px;line-height:1.8}
.goods-detail img{max-width:100%}
@media (max-width:1280px){
  .goods-info__photo{height:410px}
}
@media (max-width:768px){
  .goods-info{margin-top:10px}
  .goods-info__photo{flex:0 0 100%;height:60vw;padding:6px}
  .goods-info__info{flex:0 0 100%;margin-top:20px}
  .goods-info__info h1{padding-bottom:15px;margin-bottom:15px;font-size:18px}
  .goods-info__info dd{margin-top:15px;padding-bottom:15px}
  .goods-info__btn{margin-top:20px}
  .goods-info__btn a{padding:7px 20px}
}
.news-row{margin-bottom:40px;display:grid;grid-template-columns:33% 63%;column-gap:3%}
.news-row__img{height:260px;position:relative}
.news-row__img img{width:100%;height:100%;object-fit:cover;border-radius:2px}
.news-row__img a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}
.news-row__img:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:solid 2px #fff;opacity:0;transition:.3s}
.news-row__img:hover:before{top:10px;right:10px;bottom:10px;left:10px;opacity:.5}
.news-row__txt{padding-top:30px;border-top:solid 2px #eee}
.news-row__title{display:block;font-size:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:color .3s}
.news-row__title:hover{color:var(--color1)}
.news-row__date{margin:20px 0;color:#999}
.news-row__desc{color:#666;line-height:1.7;margin-bottom:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news-row__more{display:inline-block;width:110px;line-height:38px;background:var(--color1);color:#fff;text-align:center;border-radius:4px}
@media (max-width:1024px){
  .news-row__img{height:250px}
}
@media (max-width:768px){
  .news-row{margin-bottom:30px}
  .news-row__img{height:160px}
  .news-row__txt{padding-top:20px}
  .news-row__more{display:none}
  .news-row__title{font-size:18px}
  .news-row__date{margin:16px 0}
  .news-row__desc{margin-bottom:0}
}
@media (max-width:512px){
  .news-row{margin-bottom:25px;grid-template-columns:35% 61%;column-gap:4%}
  .news-row__img{height:120px}
  .news-row__txt{padding-top:12px}
  .news-row__date{margin:10px 0;font-size:12px}
  .news-row__title{font-size:16px}
}
.article-h1{font-size:25px;margin:30px 0;text-align:center}
.article-meta{font-size:12px;text-align:right;padding:5px;background:#fbfbfb;margin:22px 0;color:#777}
.article-detail{font-size:16px}
.article-detail p{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}
}
.feedback{max-width:680px;margin:25px auto 0}
.feedback__row{margin-bottom:25px}
.feedback input[type=text]{width:100%;height:50px;padding-left:12px;border:solid 1px #ddd;background:#f7f8fa}
.feedback input[type=text].cur{border:solid 1px #eb5e5e}
.feedback input[type=submit]{width:230px;height:46px;background:#eb5e5e;color:#fff;border-radius:5px}
@media (max-width:512px) {
  .feedback__row{margin-bottom:15px}
}