:root{
  --color1:#dc0000;
}
.container{max-width:1400px}
.header{padding-top:25px;padding-bottom:25px;justify-content:space-between;align-items:center;background:#fff}
.logo img{max-height:50px;backface-visibility:hidden;display:block}
.nav{flex:1;display:flex;justify-content:flex-end;align-items:center}
.nav__item{padding:12px 25px;position:relative}
.nav__item > a{font-size:16px;transition:color .3s}
.nav__item > a:after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;transform:translateX(-50%);background:#333;transition:width .3s}
.nav__item > a:hover:after,
.nav__item.cur > a:after{width:28px}
.nav__item__extend{z-index:-10;opacity:0;position:absolute;top:130%;left:0;width:100%;padding:8px 0;border:solid 1px #ddd;border-radius:3px;box-shadow:0 2px 5px 1px rgba(0,0,0,.05);background:#fff;transition:all .1s ease 0s}
.nav__item__extend a{display:block;text-align:center;padding:5px 0}
.nav__item__extend a:hover{background:#f9f9f9}
.nav__item:hover .nav__item__extend{top:100%;z-index:101;opacity:1;transition:all .3s ease .1s}
.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{background:#f9f9f9}
.nav__lang:before{content:'\e654';font-family:iconfont;font-size:17px}
.nav__lang a{margin-left:5px}
.nav-switch{display:none}
.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}
  body:before{content:'';display:block;height:var(--header-height)}
  .header{padding-top:13px;padding-bottom:12px;position:fixed;top:0;right:0;width:100%;border-bottom:solid 1px #eee;z-index:101}
  .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;margin-top:15px;padding:0 10px 12px}
  .nav__item > a{font-weight:600;font-size:15px}
  .nav__item > a:after{display:none}
  .nav__item.more{position:relative}
  .nav__item.more:after{content:'+';position:absolute;top:0;right:9px;color:#999;font-size:18px}
  .nav__item__extend{display:none;position:static;top:auto;z-index:101;opacity:1;transition:none;width:100%;border:0;box-shadow:none;background:transparent}
  .nav__item__extend a{color:#666;text-align:left;padding-left:20px}
  .nav__item.unfold .nav__item__extend{display:block}
  .nav__item.unfold:after{content:'-'}
  .nav__lang{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:transparent}
  .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}
}
.footer{background:#151515;padding-top:40px;;color:#999}
.footer a{color:#999}
.footer-text{flex-basis:70%}
.footer-link{padding-bottom:20px;word-spacing:20px;font-size:15px}
.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:'\e633'}
.footer-contact li:nth-child(2):before{content:'\e620'}
.footer-contact li:nth-child(3):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{text-align:center}
  .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;word-spacing:2px;font-size:12px}
  .copyright{margin-top:5px}
}
.home-banner{position:relative}
.home-banner .swiper-slide{height:670px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
.page-banner{height:350px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:1400px){
  .home-banner .swiper-slide{height:45vw}
  .page-banner{height:29vw}
}
@media (max-width:1024px){
  .home-banner .swiper-slide{height:50vw}
}
.home-box{padding-top:70px;padding-bottom:70px}
@media (max-width:1200px){
  .home-box{padding-top:60px;padding-bottom:50px}
}
@media (max-width:1024px){
  .home-box{padding-top:50px;padding-bottom:40px}
}
@media (max-width:768px){
  .home-box{padding-top:40px;padding-bottom:30px}
}
@media (max-width:512px){
  .home-box{padding-top:25px;padding-bottom:25px}
}
.more-box {text-align:center;margin-top:20px}
.more-box a{position:relative;display:inline-block;padding:7px 12px 7px 32px;border:solid 1px var(--color1);border-radius:0 0 6px 0;background:#fff;transition:.3s}
.more-box a:before{content:'';position:absolute;top:0;bottom:0;left:0;width:20px;background:var(--color1)}
.more-box a:hover{background:#fae1e1}
@media (max-width:768px){
  .more-box a{font-size:12px}
}
@media (max-width:512px){
  .more-box a{padding:5px 12px 5px 22px;font-size:12px}
  .more-box a:before{content:'';position:absolute;top:0;bottom:0;left:0;width:12px;background:#055d8b}
}
.title-1 {text-align:center}
.title-1 strong{position:relative;display:block;font-size:28px;padding-bottom:20px;margin-bottom:18px;font-weight:500}
.title-1 strong:after{content:'';position:absolute;bottom:0;left:50%;margin-left:-20px;width:40px;height:2px;background:var(--color1)}
.title-1 p{color:#999}
@media (max-width:1024px){
  .title-1 strong{font-size:25px}
}
@media (max-width:768px){
  .title-1 strong{font-size:20px;padding-bottom:18px;margin-bottom:16px}
  .title-1 p{font-size:12px}
}
.home-product {margin-top:30px}
.home-product__item{flex:0 0 24%;width:24%;box-shadow:0 5px 15px rgba(0,0,0,0.1);padding:4px;margin-bottom:28px;border-radius:4px}
.home-product__item:hover{box-shadow:0 5px 15px rgba(0,51,153,0.5);transition:.3s}
.home-product__item figure{height:260px}
.home-product__item figure img{width:100%;height:100%;object-fit:cover;border-radius:4px}
.home-product__item article{text-align:center;padding:20px 9px}
.home-product__item article a{font-size:18px;font-weight:500;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.home-product__item article a:hover{color:var(--color1)}
.home-product__item p{margin-top:9px;color:#777;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
@media (max-width:1400px){
  .home-product__item figure{height:18vw}
}
@media (max-width:1200px){
  .home-product__item article a{font-size:16px}
}
@media (max-width:1024px){
  .home-product__item{flex:0 0 48%;width:48%;margin-bottom:20px}
  .home-product__item figure{height:36vw}
}
@media (max-width:512px){
  .home-product__item article a{font-size:15px}
  .home-product__item p{font-size:12px}
}
.title-2{display:flex;justify-content:space-between;margin-bottom:20px}
.title-2 strong{font-size:28px;position:relative;padding:10px 0 20px}
.title-2 strong:after{content:'';position:absolute;top:60px;left:0;width:60px;height:3px;background:var(--color1)}
.title-2 p{color:rgba(0,0,0,0.07);font-size:68px;text-transform:uppercase;letter-spacing:-3px}
.home-about{background:url("../images/home-about.jpg") no-repeat center 0;background-size:cover}
.home-about-wrapper{box-shadow:0 0 20px rgba(0,0,0,0.1);background:#fff}
.home-about__text{flex:0 0 50%;padding:50px;display:flex;align-items:center}
.home-about__figure{flex:0 0 50%}
.home-about__figure img{width:100%;height:100%;object-fit:cover}
.home-about__name{font-size:28px}
.home-about__attr{color:var(--color1);margin:12px 0 20px}
.home-about__desc{font-size:16px;color:#666;line-height:1.8}
.home-about__more{margin-top:30px;padding-left:50px;position:relative}
.home-about__more:before{content:'';width:30px;height:2px;background:#555;position:absolute;top:9px;left:0}
.home-about__more a{font-size:12px}
.home-about__more a:hover{color:var(--color1)}
@media (max-width:1200px){
  .title-2 strong{font-size:25px}
}
@media (max-width:1024px){
  .title-2 strong{font-size:22px}
  .title-2 strong:after{top:50px;width:50px}
  .title-2 p{font-size:50px}
  .home-about__text{padding:30px}
  .home-about__more{margin-top:20px}
}
@media (max-width:768px){
  .title-2 strong{font-size:20px}
  .title-2 strong:after{top:50px;width:40px}
  .home-about__text,
  .home-about__figure{flex:0 0 100%}
  .home-about__attr{margin:102px 0}
  .home-about__desc{font-size:15px}
  .home-about__more{margin-top:12px}
}
@media (max-width:512px){
  .home-about__text{padding:20px}
}

.home-news {background:url("../images/home-news.jpg") no-repeat center 0;background-size:cover}
.home-news-list{}
.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}
}
.ui-breadcrumb{margin:12px 0}
.page-main{margin-bottom:50px}
.page-title{text-align:center;position:relative;margin:40px 0;padding-bottom:20px}
.page-title:before{content:'';position:absolute;bottom:0;left:50%;margin-left:-25px;width:50px;height:2px;background:#333}
.page-title span{font-size:33px}
.page-title small{display:block;color:#999;font-size:16px;margin-top:9px;text-transform:uppercase}
@media (max-width:1024px){
  .page-title{text-align:center;position:relative;margin:30px 0 20px;padding-bottom:13px}
  .page-title span{font-size:23px}
  .page-title small{font-size:14px}
}
@media (max-width:512px) {
  .page-title span{font-size:18px}
  .page-title small{font-size:12px;margin-top:5px}
}
.page-text p{font-size:15px;line-height:2;margin-bottom:12px}
.page-text img{max-width:100%}
.news-list{display:grid;grid-template-columns:repeat(4,23.5%);justify-content: space-between;row-gap:35px;}
.news-list__box{background:#f5f6fb;transition: box-shadow .3s}
.news-list__box:hover{box-shadow:rgba(17,17,26,.1) 0 2px 8px,rgba(17,17,26,.1) 0 4px 12px,rgba(17,17,26,.1) 0 8px 28px}
.news-list__img{height:230px;}
.news-list__img img{width:100%;height:100%;object-fit:cover}
.news-list__txt{padding:25px 20px;text-align: center}
.news-list__title{font-size:17px}
.news-list__date{margin:15px 0;display:block;color:#999}
.news-list__desc{color:#777;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.6}
@media (max-width:1280px){
  .news-list__img{height:17vw;}
}
@media (max-width:1024px){
  .news-list{grid-template-columns:repeat(3,31.5%)}
  .news-list__img{height:21vw;}
  .news-list__txt{padding:16px}
  .news-list__title{font-size:16px}
}
@media (max-width:768px){
  .news-list{grid-template-columns:repeat(2,48.5%)}
  .news-list__img{height:31vw;}
  .news-list__date{margin:12px 0}
  .news-list__desc{font-size:12px}
}
@media (max-width:512px){
  .news-list__title{font-size:15px}
  .news-list__txt{padding:20px 12px}
}
.ui-pagination{justify-content:center;margin-bottom:35px}
.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{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}
}
.product-sort{max-width:1000px;margin:0 auto 15px;justify-content:center}
.product-sort a{flex:0 0 15.8%;margin:0 9px 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);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}
}
.contact-page{margin-top:40px;display:grid;grid-template-columns:49% 49%;column-gap:2%}
.contact-info{}
.contact-info__title{font-size:27px;text-transform:uppercase;font-weight:700}
.contact-info__row{margin-top:25px;padding-left:50px;position:relative}
.contact-info__row:before{font-size:28px;font-family:iconfont;position:absolute;top:30%;left:0}
.contact-info__row.address:before{content:'\e637'}
.contact-info__row.tel:before{content:'\e632'}
.contact-info__row.email:before{content:'\e620'}
.contact-info__name{font-size:19px;text-transform:uppercase;letter-spacing:1px}
.contact-info__desc{font-size:16px;margin-top:7px;color:#777;line-height:1.6;font-family:"Raleway", arial, sans-serif}
.feedback{font-family:"Raleway", arial, sans-serif}
.feedback__title{font-size:20px;font-weight:800}
.feedback__name{font-size:25px;padding-bottom:10px;margin:30px 0 20px;content:'';font-weight:300;border-bottom:solid 1px #eee;text-transform:uppercase;color:#555;position:relative}
.feedback__name:before{content:'';width:60px;height:2px;background:var(--color1);position:absolute;bottom:0;left:0}
.feedback__row{margin-bottom:20px;display:grid;grid-template-columns:auto auto;column-gap:2%}
.feedback__row input[type=text],
.feedback__row input[type=email]{border:solid 1px #ddd;background:#fbfbfb;padding:12px;font-family:"Raleway", arial, sans-serif}
.feedback__row textarea{height:110px;grid-area:1/1/2/4;border:solid 1px #ddd;background:#fbfbfb;padding:12px;font-family:"Raleway", arial, sans-serif}
.feedback input[type=submit]{background:var(--color1);color:#fff;border:0;padding:12px 50px;text-transform:uppercase}
@media (max-width:1024px){
  .feedback__row{grid-template-columns:100%;column-gap:0;row-gap:20px}
}
@media (max-width:768px){
  .contact-page{margin-top:20px;grid-template-columns:100%;column-gap:0;row-gap:35px}
}
@media (max-width:512px){
  .contact-info__title{font-size:20px}
  .contact-info__row{margin-top:20px}
  .contact-info__name{font-size:16px}
  .feedback__name{font-size:20px}
  .feedback input[type=submit]{width:100%}
}
.service-list__item{margin-bottom:30px;padding:20px;box-shadow: 3px 3px 5px 1px rgba(0,0,0,.1);background: #fff;display:flex;justify-content:space-between;align-items: center}
.service-list__item:hover{box-shadow: 3px 3px 8px 1px rgba(0,0,0,.2)}
.service-list__item figure{flex:0 0 300px;height:200px}
.service-list__item figure img{width:100%;height:100%;object-fit:cover}
.service-list__item article{flex:0 0 calc(100% - 330px);width:calc(100% - 330px)}
.service-list__name{font-size:25px;font-weight: 600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.service-list__name a:hover{color:var(--color1)}
.service-list__desc{margin:25px 0;line-height:1.8;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.service-list__more{}
.service-list__more a{display:inline-block;padding:6px 35px;border:solid 1px #ddd}
.service-list__more a:hover{background: var(--color1);color:#fff}
@media (max-width:1024px){
  .service-list__item figure{flex:0 0 200px;height:180px}
  .service-list__item article{flex:0 0 calc(100% - 220px);width:calc(100% - 220px)}
}
@media (max-width:512px){
  .service-list__item{margin-bottom:20px}
  .service-list__item figure{flex:0 0 150px;height:130px}
  .service-list__item article{flex:0 0 calc(100% - 170px);width:calc(100% - 170px)}
  .service-list__name{font-size:20px}
  .service-list__desc{margin:12px 0}
  .service-list__more a{font-size:12px;padding:4px 25px}
}
.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 #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: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{padding:0 0 12px 18px;margin:32px 0 20px;border-bottom:solid 1px #eee;display:flex;justify-content:space-between;position:relative}
.goods-detail-title:before{content:'';position:absolute;top:4px;left:0;width:5px;height:16px;background:var(--color1)}
.goods-detail-title span{font-size:18px}
.goods-detail{font-size:15px}
.goods-detail p{margin-bottom:12px;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}
}