:root{
  --main-color: #db2f3c;
  --deputy-color:#e3ab5a;
}
.container{max-width:1400px}
/*header*/
.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-grow:2;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:-10px;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__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}
.mobile-nav{display:none}
@media (max-width:1200px){
  .nav__item{padding:12px 15px}
  .nav__tel{margin-left:15px;padding:6px 12px;font-size:15px}
}
@media (max-width:1024px){
  .logo img{max-height:36px}
  .nav__item{padding:12px 10px}
  .nav__item > a{font-size:14px}
  .nav__tel{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-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}
  .mobile-nav {display:flex;background:#fff;margin:2px 0 2px;border-top:solid 1px #ddd;}
  .mobile-nav__item{flex: 0 0 33.3%;text-align: center;padding:12px 0;background: #f5f5f5;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;}
  .mobile-nav__item:nth-child(3),
  .mobile-nav__item:nth-child(6){border-right:0;}
}
/*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;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:'\e634'}
.footer-contact li:nth-child(2):before{content:'\e633'}
.footer-contact li:nth-child(3):before{content:'\e632'}
.footer-contact li:nth-child(4):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{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}
}
/*footer end*/
/*banner*/
.home-banner{position:relative}
.home-banner .swiper-slide{height:850px;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:1500px){
  .home-banner .swiper-slide{height:43vw}
  .page-banner{height:29vw}
}
/*banner end*/
/*home*/
.home-box{padding-top:80px;padding-bottom:60px}
@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:20px}
}
.more-box a{position:relative;display:inline-block;padding:5px 12px 5px 32px;border:solid 1px #333;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: #333}
.more-box a:hover{background: #eee}
@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{position:relative;text-align: center;padding-top:8px;margin-bottom:80px}
.title-1 span{text-transform: uppercase;font-size: 38px;color: #F0F0F0;position:absolute;top:0;right:0;width:100%}
.title-1 strong{font-size: 28px;color:var(--main-color);position:relative;z-index:2}
.title-1:before{content:'';background: #000;width:30px;height:3px;position:absolute;bottom:0;right:50%;margin-right:-15px}
.title-1:after{content:'';display:block;width:180px;height:1px;background: #eee;margin:15px auto}
.title-1 p{position:absolute;right:0;bottom:-40px;width:100%;color:#888}
@media (max-width:768px){
  .title-1{padding-top:18px;margin-bottom:50px}
  .title-1 span{font-size: 26px}
  .title-1 strong{font-size: 20px}
  .title-1 p{font-size:12px;bottom:-35px}
}
.home-about{}
.home-about__title{font-size:28px;font-weight:400;margin-bottom:25px;display:block;position:relative}
.home-about__title:after{content:'';position:absolute;top:125%;left:0;width:38px;height:2px;background:var(--main-color)}
.home-about__tips{font-size:14px;color:#999}
.home-about article{flex:0 0 55%;padding-top:20px}
.home-about__desc{margin:25px 0;font-size:15px;line-height:2}
.home-about figure{flex:0 0 40%;position:relative}
.home-about figure:before{content:'';position:absolute;top:16px;right:16px;bottom:16px;left:16px;border:4px solid #fff;z-index:2;opacity: .5}
.home-about figure img{width:100%;height:100%;object-fit:cover}
@media (max-width:1300px){
  .home-about article{flex:0 0 58%}
}
@media (max-width:1200px){
  .home-about article{flex:0 0 62%;padding-top:0}
  .home-about__title{font-size:22px}
  .home-about__desc{margin:12px 0 22px;font-size:14px}
  .home-about figure{flex:0 0 35%}
}
@media (max-width:1024px){
  .home-about__desc{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}
}
@media (max-width:768px){
  .home-about article{flex:0 0 100%;margin-top:15px}
  .home-about__title{font-size:18px;margin-bottom:18px}
  .home-about__title:after{top:125%}
  .home-about__tips{font-size:12px;color:#999}
  .home-about figure{flex:0 0 100%;height:35vw}
  .home-about figure:before{top:12px;right:12px;bottom:12px;left:12px;border:3px solid #fff}
}
.home-product{background: #f9f9f9}
.home-product-list{margin-bottom:20px}
.home-product__item{flex: 0 0 18.8%;background: #fff;margin-bottom:25px;box-shadow: 0 0 5px 1px rgba(0,0,0,.06)}
.home-product__item:empty{margin-bottom:0;background: transparent;box-shadow: none}
.home-product__item figure{height:220px;position:relative}
.home-product__item figure a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}
.home-product__item figure img{width:100%;height:100%;object-fit: cover}
.home-product__item:hover{box-shadow: 0 0 9px 1px rgba(0,0,0,.1)}
.home-product__item figure:after{opacity:0;font-size:25px;top:40%;left:50%;margin-left:-35px;width:70px;height:70px;content:'\e6c8';font-family:iconfont;position:absolute;z-index:2;border-radius:100%;background:#fff;display:flex;justify-content: center;align-items:center;transition: .3s}
.home-product__item figure:hover:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000;opacity: .2}
.home-product__item figure:hover:after{opacity:.8;top:30%}
.home-product__item article{padding:12px;border-top:solid 1px #eee}
.home-product__attr{border-top:dashed 1px #eee;padding-top:12px;margin-top:12px;display:flex;justify-content: space-between;align-items: center}
.home-product__attr strong{color:#ee0a24}
.home-product__attr span{color:#888;font-size:12px;}
.home-product__item.index:nth-child(6){display:none}
.more-box2{text-align: center;margin:20px 0}
.more-box2 a{display:inline-block;padding:11px 35px;background: var(--main-color);color:#fff;border-radius:18px;transition: .3s}
.more-box2 a:hover{background: #186ada}
@media (max-width:1600px){
  .home-product__item figure{height:14vw}
}
@media (max-width:768px){
  .home-product__item{flex: 0 0 32%}
  .home-product__item figure{height:24vw}
  .home-product__item.index:nth-child(6){display:block}
}
@media (max-width:512px){
  .home-product-list{margin-bottom:0}
  .home-product__item{margin-bottom:20px}
  .home-product__item{flex: 0 0 48%}
  .home-product__item figure{height:36vw}
  .home-product__item article{padding:12px 9px}
}
.home-ad{height:230px;background: url("../images/home-ad.jpg") no-repeat center 0;background-size: auto 100%}
.home-ad .flex-wrap{height:100%;color:#fff;justify-content: space-between}
.home-ad .left{flex:0 0 60%;height:100%;display:flex;justify-content:flex-start;align-items: center}
.home-ad .right{flex:0 0 30%;;display:flex;justify-content: center;align-items: center}
.home-ad .right article{text-align: center}
.home-ad h3{font-size:25px;margin-bottom:12px;color:#e3ab5a}
.home-ad p{font-size:20px;color:#bbb}
.home-ad small{font-size:14px;margin-bottom:5px;display:block}
.home-ad span{font-size:30px;font-weight: 600;color:#c89043}
.home-ad a.tel{font-size:16px;width:180px;line-height:42px;margin:10px auto 0;color:#fff;display:block;text-align: center;border-radius:6px;background-image: linear-gradient(#e6c072, #9f7112)}
@media (max-width:1024px){
  .home-ad{background: url("../images/home-ad.jpg") no-repeat 0 0;background-size: auto 100%}
  .home-ad .left{flex:0 0 100%;text-align: center;justify-content: center}
  .home-ad .right{display:none}
}
@media (max-width:768px){
  .home-ad{height:180px}
  .home-ad h3{font-size:20px}
  .home-ad p{font-size:16px}
}
@media (max-width:512px){
  .home-ad{height:150px}
  .home-ad h3{font-size:16px}
  .home-ad p{font-size:12px}
}
@media (max-width:414px){
  .home-ad{height:120px}
  .home-ad h3,
  .home-ad p{font-size:12px}
}
.home-news{}
.home-news-list{justify-content:space-between;margin-top:30px}
.home-news__item{flex:0 0 32%;width:32%;margin-bottom:25px;display:flex;justify-content:space-between;background:#f9f9f9;padding:9px;border-radius:3px}
.home-news__item:hover{box-shadow:0 5px 9px 1px rgba(0,0,0,.05)}
.home-news__item:empty{margin-bottom:0;background: transparent;}
.home-news__item:empty:hover{box-shadow:none}
.home-news__item figure{flex:0 0 135px}
.home-news__item figure img{width:100%;height:100px}
.home-news__item article{flex:0 0 calc(100% - 150px);width:calc(100% - 150px);padding-top:12px}
.home-news__item article a{display:block;width:100%;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight: 500}
.home-news__item article a:hover{color:#ee0a24}
.home-news__item p{margin-top:12px;color:#888;line-height:1.7;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (max-width:1024px){
  .home-news__item{flex:0 0 48.5%;width:48.5%}
}
@media (max-width:768px){
  .home-news-list{margin-top:20px}
  .home-news__item{flex:0 0 100%;width:100%;margin-bottom:15px;}
  .home-news__item figure{flex:0 0 120px}
  .home-news__item figure img{height:86px}
  .home-news__item article{flex:0 0 calc(100% - 135px);width:calc(100% - 135px);padding-top:9px}
  .home-news__item article a{font-size:15px}
  .home-news__item p{font-size:12px;margin-top:9px}
}
.home-attr{background: url("../images/home-attr.png") no-repeat;background-size:cover}
.home-attr-list{}
.home-attr__item{flex: 0 0 33.3%;height:320px;position:relative;overflow: hidden}
.home-attr__item.movie{}
.home-attr__item.movie img{width:100%;height:100%;object-fit: cover;transition:.3s}
.home-attr__item.movie:hover img{transform: scale(1.1);transition:.3s}
.home-attr__item.movie a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}
.home-attr__play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items: center;justify-content: center}
.home-attr__play:before{content:'';width:70px;height:70px;background: url("../images/play.png");background-size: 100% 100%}
.home-attr__item.white{ background-image: linear-gradient(30deg, #eac387, #fff8ee);padding:50px;display:flex;align-items: center}
.home-attr__item h3{font-size:25px;color:var(--deputy-color)}
.home-attr__item p{margin-top:20px}
.home-attr__item .more{}
.video-popup{display:none;position:fixed;top:20vh;left:50%;margin-left:-380px;width:760px;background: #fff;padding:12px;z-index:990;border-radius:6px}
.video-popup__close{position:absolute;top:8px;right:12px;z-index:2;font-size:24px;cursor:pointer}
.video-popup.show{display:block}
.video-popup__title{font-size:16px;text-align: center}
.video-popup__play{margin:15px 0}
.video-popup__play video{width:100%}
.video-popup__desc{background: #f9f9f9;padding:9px;line-height:1.8}
@media (max-width:1400px){
  .home-attr__item{height:25vw}
}
@media (max-width:1200px){
  .home-attr__item.white{padding:30px}
}
@media (max-width:1024px){
  .home-attr__item h3{font-size:20px}
}
@media (max-width:768px){
  .home-attr__item{flex: 0 0 50%;height:38vw}
  .home-attr__item:nth-child(1){order:0}
  .home-attr__item:nth-child(2){order:1}
  .home-attr__item:nth-child(3){order:3}
  .home-attr__item:nth-child(4){order:2}
  .home-attr__item:nth-child(5){order:4}
  .home-attr__item:nth-child(6){order:5}
  .video-popup{top:15vh;left:5%;margin-left:0;width:90%}
}
@media (max-width:512px){
  .home-attr__play:before{width:50px;height:50px}
  .home-attr__item.white{padding:20px}
  .home-attr__item h3{font-size:18px}
  .video-popup__title{font-size:14px}
  .video-popup__play{margin:10px 0}
}
/*home end*/
/*page*/
.ui-breadcrumb{margin:12px 0}
.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}
@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%}
.contact-info{margin:30px auto;justify-content: space-between}
.contact-info__item{flex:0 0 24%;background: #fcfcfc;padding:20px 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:'\e636'}
.contact-info__item.tel:before{content:'\e632'}
.contact-info__item.wechat:before{content:'\e623'}
.contact-info__item.qq:before{content:'\e624'}
.contact-info__item.email:before{content:'\e620'}
.contact-info span{color:#777}
.contact-info small{display:block;margin:9px 0;color:#555}
.content-map{height: 500px;border: #ccc solid 1px}
.about-img{margin:50px 0}
.about-img__item{flex: 0 0 19%}
.about-img__item img{width:100%;height:100%;object-fit: cover}
@media (max-width:1024px){
  .contact-info__item{flex:0 0 49%;margin-bottom:12px}
  .about-img{margin:30px 0}
}
@media (max-width:512px){
  .contact-info{margin:10px auto 20px}
  .contact-info__item{text-align:left;flex:0 0 100%;position:relative;padding: 0 0 12px 60px;border-bottom:dashed 1px #eee}
  .contact-info__item:before{font-size:1.6rem;position:absolute;top:12px;left:20px}
  .about-img{margin:20px 0}
  .about-img__item{flex: 0 0 48%;margin-bottom:20px}
  .about-img__item:last-child{flex:0 0 100%}
}
.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}
}
/*page end*/









/*article*/
.article-list {margin:20px auto 30px}
.article-list__item{border-bottom:solid 1px #eee;padding:22px 0;display:flex;justify-content: space-between;position:relative}
.article-list__item figure{flex:0 0 190px}
.article-list__item figure img{width:100%;height:130px}
.article-list__item article{flex:0 0 calc(100% - 215px);width:calc(100% - 215px)}
.article-list__item article a{font-size:18px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.article-list__item article a:hover{color:#ee0a24}
.article-list__item article p{color:#888;margin:15px 0;line-height:1.8;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.article-list__date{color:#999}
@media (max-width:768px) {
  .article-list__item{padding:12px 0}
  .article-list__item article a{font-size:15px}
  .article-list__item article p{font-size:12px}
}
@media (max-width:512px) {
  .article-list__item figure{flex:0 0 120px}
  .article-list__item figure img{height:90px}
  .article-list__item article{flex:0 0 calc(100% - 140px);width:calc(100% - 140px);padding-top:9px}
  .article-list__item article a{font-size:15px}
  .article-list__item article p{margin:10px 0 0}
  .article-list__date{display:none}
}
.ui-pagination{justify-content: center;margin-bottom:35px}
.article-detail h1{margin:30px 0 22px;text-align: center}
.article-detail .meta{font-size:12px;text-align: right;padding:5px;background: #fbfbfb;margin:22px 0;color:#777}
.article-detail .detail{}
.article-detail .detail p{line-height:1.8;margin-bottom:12px}
.article-detail .detail img{max-width:100%}
.article-detail .neighbor{margin:50px 0;border-top:solid 1px #ddd;padding-top:12px;justify-content: space-between}
.article-detail .neighbor div{color:#777}
.article-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}
}
/*article end*/
/*job*/
.job-list{}
.job-list__item{flex:0 0 49%;padding:22px;margin-bottom:30px;background:#fdfdfd;border:solid 1px #ddd;border-radius:9px}
.job-list__title{font-size:20px}
.job-list__title a:hover{color:#00afef}
.job-list__param{display:flex;flex-wrap: wrap}
.job-list__attr{flex:0 0 50%;display:flex;margin-top:15px;color:#888}
.job-list__attr label{flex:0 0 75px}
.job-list__desc{color:#666;line-height:20px}
.job-detail__title{font-size:20px;font-weight:600;margin-bottom:20px}
.job-detail__title small{color:#777;font-size:14px}
.job-detail__attr{margin-bottom:15px}
.job-detail-name{margin:30px 0 15px;color:#888}
.job-detail-desc{line-height:1.8;margin-bottom:30px}
.job-detail-desc p{margin-bottom:18px}
.job-detail-desc img{max-width:100%}
@media (max-width:1200px){
  .job-list__item{flex:0 0 100%}
}
@media (max-width:512px){
  .job-list__item{padding:15px;margin-bottom:20px}
  .job-list__title{font-size:15px}
  .job-list__attr{flex:0 0 100%}
  .job-detail__title{font-size:16px;margin-bottom:20px}
}
/*job end*/
/*case*/
.image-list{margin-bottom:20px}
.image-list__item{flex:0 0 18.6%;margin-bottom:25px}
.image-list__item:empty{margin-bottom:0}
.image-list__item figure{height:210px;overflow: hidden;box-shadow: 0 0 13px rgba(0,0,0,.1)}
.image-list__item figure img{width:100%;height:100%;object-fit: cover;transition: .3s}
.image-list__item figure img:hover{transform: scale(1.1)}
.image-list__item article{padding-top:12px;text-align: center}
@media (max-width:1600px){
  .image-list__item figure{height:14vw}
}
@media (max-width:1280px){
  .image-list__item{flex:0 0 24%}
  .image-list__item figure{height:18vw}
}
@media (max-width:768px){
  .image-list__item{flex:0 0 32%;margin-bottom:20px}
  .image-list__item figure{height:23vw}
}
@media (max-width:512px){
  .image-list__item{flex:0 0 48%}
  .image-list__item figure{height:35vw}
}
/*job end*/
/*product-list*/
.product-sort{max-width:1000px;margin:0 auto 15px;justify-content:space-between}
.product-sort a{flex:0 0 15.8%;margin-bottom:20px;padding:6px 0;border:solid 1px #ddd;border-radius:15px;text-align: center}
.product-sort a.cur,
.product-sort a:hover{background:var(--main-color);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 end*/
/*product-detail*/
.goods-info{justify-content:space-between;margin-top:30px}
.goods-info__photo{flex:0 0 40%;height:500px;border:solid 1px #ddd;display:flex;justify-content: center;align-items: center;padding:2px}
.goods-info__photo img{width:100%;height:100%;object-fit:cover}
.goods-info__info{flex:0 0 56%}
.goods-info__info h1{border-bottom:solid 1px #eee;padding-bottom:22px;margin-bottom:22px;font-weight: 600}
.goods-info__info dd{margin-top:25px;padding-bottom:25px;border-bottom:dashed 1px #eee;color:#777}
.goods-info__info dd img{vertical-align:-8px}
.goods-info__fee span{color: #c5041a;font-size:30px}
.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:5px;left:0;width:5px;height:14px;background:#80a933}
.goods-title span{font-size:16px}
.goods-detail{margin-bottom:30px}
.goods-detail p{margin-bottom:12px;line-height:1.8}
.goods-detail img{max-width:100%}
@media (max-width:768px){
  .goods-info{margin-top:10px}
  .goods-info__photo{flex:0 0 100%;height:60vw}
  .goods-info__info{flex:0 0 100%;margin-top:20px}
  .goods-info__info h1{padding-bottom:15px;margin-bottom:15px;font-size:15px}
  .goods-info__info dd{margin-top:15px;padding-bottom:15px}
}
/*product-detail end*/
/*honor*/
.honor-list{}
.honor-list__item{flex:0 0 19%;margin-bottom:20px}
.honor-list__item:empty{margin-bottom:0}
.honor-list__item figure{height:200px;display:flex;justify-content: center;align-items: center;border:solid 1px #ddd;padding:5px}
.honor-list__item figure img{max-width:100%;max-height:100%}
.honor-list__item article{text-align:center;padding-top:10px}
@media (max-width:1500px){
  .honor-list__item figure{height:14vw}
}
@media (max-width:1024px){
  .honor-list__item{flex:0 0 24%}
  .honor-list__item figure{height:17vw}
}
@media (max-width:768px){
  .honor-list__item{flex:0 0 32%}
  .honor-list__item figure{height:25vw}
}
/*honor end*/
/*partner*/
.partner-list{}
.partner-list__item{flex:0 0 16%;margin-bottom:20px}
.partner-list__item:empty{margin-bottom:0}
.partner-list__item figure{height:150px;display:flex;justify-content: center;align-items: center;border:solid 1px #ddd;padding:5px;overflow: hidden}
.partner-list__item figure img{max-width:100%;max-height:100%;transition: .3s}
.partner-list__item figure img:hover{transform: scale(1.05)}
.partner-list__item article{text-align:center;padding-top:10px}
@media (max-width:1500px){
  .partner-list__item figure{height:10vw}
}
@media (max-width:1024px){
  .partner-list__item{flex:0 0 24%}
  .partner-list__item figure{height:14vw}
}
@media (max-width:768px){
  .partner-list__item{flex:0 0 32%}
  .partner-list__item figure{height:23vw}
}
/*partner end*/
/*fixed-service end*/
.fixed-service{position:fixed;right:20px;bottom:200px;z-index:101}
.fixed-service_item{border-radius:3px;width:52px;height:52px;text-align:center;background:#e2672b;margin-bottom:2px;color:#fff;position:relative;cursor: pointer;display:flex;align-items: center;justify-content: center;transition: .3s}
.fixed-service_item.invisible{visibility:hidden}
.fixed-service_item:hover{background:#bf0001;color:#fff;position:relative}
.fixed-service_item:before{font-size:26px;font-family:iconfont}
.fixed-service_item.tel:before {content:'\e633'}
.fixed-service_item.qq:before {content:'\e624'}
.fixed-service_item.wechat:before {content:'\e623'}
.fixed-service_item.top:before {content:'\e816'}
.fixed-service_item a {display:block;width:100%;height:100%;left:0;top:0;position:absolute;z-index:2}
.fixed-service_item.tel{overflow: hidden}
.fixed-service_item.tel .extend{color:#e2672b;font-size:20px;position:absolute;top:0;bottom:0;right:100%;z-index:-1;padding:0 12px;background: #f5f5f5;line-height:1;display:flex;align-items: center;opacity:0;transition:1s}
.fixed-service_item.tel:hover{overflow: visible}
.fixed-service_item.tel:hover .extend{right:100%;opacity: 1}
.wechat-popup {position:fixed;z-index:-1;opacity: 0;text-align: center;padding:30px;width:260px;border-radius:3px;margin-left:-130px;left:50%;top:30%;background: #fff}
.wechat-popup.visible{z-index:930;opacity: 1}
.wechat-popup .close{position:absolute;top:10px;right:10px;cursor: pointer}
.wechat-popup .close:before{content:'\e61e';font-family: iconfont;font-size:1.2rem}
.wechat-popup img{max-width:92%}
.wechat-popup p{margin:5px 0}
.wechat-popup button{background: #bf0001;color:#fff;border-radius:3px;padding:3px 9px}
.wechat-popup label{opacity: 0;position:absolute;top:0}
@media (max-width:768px){
  .fixed-service{position:fixed;right:12px;bottom:12px}
  .fixed-service_item{width:36px;height:36px;line-height:34px}
  .fixed-service_item:before{font-size:18px}
}
/*fixed-service end*/