:root{
  --main-color: #f8ec01;
  --hover-color:#e21921;
}
.container{max-width:1500px}
/*header start*/
.header{padding-top:25px;padding-bottom:25px;position:absolute;top:0;right:0;width:100%;z-index:102}
.header:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#000;opacity: .05}
.header .container{align-items: center}
.logo img{max-height:60px;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:15px;color:#fff;transition:color .3s}
.nav__item.cur > a,
.nav__item > a:hover{color:var(--main-color)}
.nav__item__extend{z-index:-10;opacity:0;position:absolute;top:130%;left:50%;width:150px;margin-left:-75px;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}
@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 #333;z-index:101;background: #333}
  .logo img{max-height:40px}
  .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;color:#333}
  .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%;margin-left:0;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 #eee;border-bottom:solid 2px #eee;transition: .4s}
  .nav-switch:before,
  .nav-switch:after{content:'';height:2px;width:100%;position:absolute;right:0;top:5px;background: #eee;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}
}
/*header end*/
/*footer start*/
.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:'\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 start*/
.home-banner{position:relative}
.home-banner .swiper-slide{height:860px;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:1200px){
  .home-banner .swiper-slide{height:660px}
  .page-banner{height:300px}
  .home-box{padding-top:60px;padding-bottom:50px}
}
@media (max-width:1024px){
  .home-banner .swiper-slide{height:450px}
  .page-banner{height:260px}
  .home-box{padding-top:50px;padding-bottom:40px}
}
@media (max-width:768px){
  .home-banner .swiper-slide{height:360px}
  .page-banner{height:200px}
  .home-box{padding-top:40px;padding-bottom:30px}
}
@media (max-width:512px){
  .home-banner .swiper-slide{height:250px}
  .page-banner{height:170px}
  .home-box{padding-top:25px;padding-bottom:25px}
}
@media (max-width:414px){
  .home-banner .swiper-slide{height:200px}
  .page-banner{height:150px}
}
/*banner end*/
/*home start*/
.home-box{padding-top:90px;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:25px}
}
/*home start*/
.title-1{margin:0 auto 30px;text-align: center}
.title-1-inner{display:inline-block;padding:20px 30px;border:solid 2px var(--main-color);position:relative}
.title-1-inner span{padding-bottom:20px;font-size:23px;display:block}
.title-1-inner p{padding-top:15px;color:#999;font-size:12px}
.title-1-inner:before,
.title-1-inner:after{content:'';position:absolute;left:50%}
.title-1-inner:before{width:300px;margin-left:-150px;height:1px;background: #555;top:52%}
.title-1-inner:after{width:50px;margin-left:-25px;height:3px;top:calc(52% - 1px);background: var(--main-color)}
@media (max-width:768px){
  .title-1-inner{padding:15px 20px}
  .title-1-inner span{padding-bottom:10px;font-size:18px}
  .title-1-inner p{padding-top:10px}
}
@media (max-width:512px){
  .title-1-inner{padding:15px 20px}
  .title-1-inner span{font-size:16px}
  .title-1-inner:before{width:230px;margin-left:-115px}
}
.main-more {text-align: center;margin:30px 0}
.main-more a {display:inline-block;padding:9px 30px;color:#333;background: var(--main-color);border-radius:25px}
.h-about{position:relative}
.h-about:before{content:'';background: var(--main-color);position:absolute;top:0;right:0;width:100%;height:230px}
.h-about-img{position:relative;flex:0 0 350px}
.h-about-img > img{width:100%;height:100%;object-fit:cover}
.h-about-more{position:absolute;right:0;bottom:0;z-index:2;width:100%;display:flex}
.h-about-more a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}
.h-about-more__txt{flex:0 0 calc(100% - 60px);height:60px;background:#333;color:#fff;display:flex;align-items: center;justify-content: center}
.h-about-more__icon{flex:0 0 60px;height:60px;background: var(--main-color);display:flex;align-items: center;justify-content: center}
.h-about-text{flex:0 0 calc(100% - 450px);position:relative;z-index:2}
.h-about-title{}
.h-about-title__name{padding-top:50px;position:relative;z-index:2}
.h-about-title__name strong{position:absolute;top:0;left:-19px;z-index:-1;font-size:90px;color:#fff;line-height:1;opacity: .7}
.h-about-title__name span{font-size:28px;font-style: italic;font-weight: 600}
.h-about-title__name small{font-size:15px}
.h-about-title__ad{position:relative;padding:55px 32px 0}
.h-about-title__ad:after,
.h-about-title__ad:before{content:'';width:15px;height:11px;position:absolute}
.h-about-title__ad:before{top:50px;left:0;background: url("../images/quotes1.png") no-repeat}
.h-about-title__ad:after{top:60px;right:0;background: url("../images/quotes2.png") no-repeat}
.h-about-desc{margin:100px 0 50px;font-size:15px;line-height:1.8}
.h-about-list{}
.h-about-item{flex:0 0 28%;text-align: center}
.h-about-item img{}
.h-about-item span{display:block;margin:20px 0 10px}
.h-about-item p{color:#666;font-size:12px}
@media (max-width:1024px){
  .h-about-text{flex:0 0 calc(100% - 400px)}
  .h-about-desc{margin:50px 0 30px;font-size:14px}
}
@media (max-width:768px){
  .h-about:before{height:150px}
  .h-about-img{display:none}
  .h-about-text{flex:0 0 100%}
  .h-about-title__name{flex:0 0 100%;padding-top:30px;padding-left:30px}
  .h-about-title__name strong{top:0;left:0;font-size:70px}
  .h-about-title__name span{font-size:25px}
  .h-about-title__name small{font-size:14px}
  .h-about-title__ad{flex:0 0 100%;padding:12px 0 0;opacity: .7}
  .h-about-title__ad:after,
  .h-about-title__ad:before{display:none}
}
@media (max-width:512px){
  .h-about:before{height:120px}
  .h-about-title__name{padding-top:18px}
  .h-about-title__name strong{top:0;left:0;font-size:50px}
  .h-about-title__name span{font-size:20px}
  .h-about-title__ad{font-size:12px}
  .h-about-item{flex:0 0 31%}
  .h-about-item span{margin:10px 0}
  .h-about-item img{width:50px}
}
.h-product{background: #f9f9f9;margin:40px auto 0;position:relative}
.h-product__item{flex:0 0 19%;padding:12px;background: #fff;margin-bottom:20px}
.h-product__item:nth-child(6){display:none}
.h-product__item:hover{box-shadow: 0 0 6px 1px rgba(0,0,0,.1)}
.h-product__item:empty{background:transparent}
.h-product__item:empty:hover{box-shadow: none}
.h-product__item figure{height:200px}
.h-product__item figure img{width:100%;height:100%;object-fit: cover}
.h-product__item article{text-align: center;font-size:16px;padding-top:9px}
.h-product-more{text-align: center}
.h-product-more a{display:inline-block;background: var(--main-color);padding:20px 20px}
@media (max-width:1500px){
  .h-product__item figure{height:14vw}
}
@media (max-width:768px){
  .h-product{margin:20px auto 0;position:relative}
  .h-product__item{flex:0 0 32%}
  .h-product__item:nth-child(6){display:block}
  .h-product__item figure{height:20vw}
  .h-product__item article{font-size:14px}
}
@media (max-width:512px){
  .h-product__item{flex:0 0 48%}
  .h-product__item figure{height:29vw}
  .h-product-more a{padding:12px }
}
.h-scenario{height:730px}
.h-scenario-left{flex:0 0 43%;height:100%;background: url("../images/h-scenario_1.jpg") no-repeat center 0;background-size:cover;display:flex;justify-content: flex-end;align-items: center}
.h-scenario-right{flex:0 0 57%;height:100%;background: url("../images/h-scenario_2.jpg") no-repeat center 0;background-size:cover;display:flex;justify-content:center;align-items: center}
.h-scenario-text{flex:0 0 300px;margin-right:120px}
.h-scenario__title{font-size: 32px;color:var(--main-color);position:relative;font-weight: 600;padding-bottom:12px}
.h-scenario__title:after{content:'';width:50px;height:2px;background: var(--main-color);position:absolute;bottom:0;left:0}
.h-scenario__desc{color:var(--main-color);line-height:2;margin:20px 0 50px}
.h-scenario__more{display:inline-block;padding:20px;background: var(--main-color)}
.h-scenario-list {flex: 0 0 650px}
.h-scenario__item {flex:0 0 32%;margin-bottom:20px;position:relative}
.h-scenario__item figure {height:200px}
.h-scenario__item figure img {width:100%;height:100%;object-fit: cover}
.h-scenario__item article{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content: center;align-items: center;color:#fff;opacity: 0}
.h-scenario__item article:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background: #000;opacity: .3}
.h-scenario__item:hover article{opacity: 1}
@media (max-width:1280px){
  .h-scenario{height:600px}
  .h-scenario-list {flex: 0 0 40vw}
  .h-scenario__item figure {height:12vw}
}
@media (max-width:1024px){
  .h-scenario-text{flex:0 0 100%;margin-right:0;padding:0 20px}
}
@media (max-width:768px){
  .h-scenario{height:auto}
  .h-scenario-left{flex:0 0 100%;height:auto;padding:20px}
  .h-scenario-right{flex:0 0 100%;height:auto;padding:20px 20px 5px}
  .h-scenario-text{;padding:0}
  .h-scenario__title{font-size:18px}
  .h-scenario__desc{font-size:12px;margin:10px 0 0}
  .h-scenario__more{display:none}
  .h-scenario-list{flex: 0 0 100%}
  .h-scenario__item {flex:0 0 31%;margin-bottom:15px}
  .h-scenario__item figure {height:22vw}
}
@media (max-width:512px){
  .h-scenario__title{font-size:16px}
}
/*home end*/
.h-news{padding-bottom:0}
.h-news-wrapper{padding-top:50px}
.h-news-img{flex:0 0 345px;height:490px;position:relative}
.h-news-img > img{width:100%;height:100%;object-fit: cover}
.h-news-more{position:absolute;right:0;bottom:-60px;z-index:2;width:100%;display:flex}
.h-news-more a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}
.h-news-more__txt{flex:0 0 calc(100% - 60px);height:60px;background:#333;color:#fff;display:flex;align-items: center;justify-content: center}
.h-news-more__icon{flex:0 0 60px;height:60px;background:#fff;display:flex;align-items: center;justify-content: center}
.h-news-content{flex:0 0 calc(100% - 450px);width:calc(100% - 450px)}
.h-news-title {margin-bottom:10px;border-bottom:solid 1px var(--main-color)}
.h-news-title a{display:inline-block;padding:12px 30px;background: #eee;margin-right:5px}
.h-news-title a.cur{background: var(--main-color)}
.h-news-list{}
.h-news__item{flex:0 0 48%;width:48%;margin-top:38px;display:flex;justify-content: space-between}
.h-news__item dl{color:#888;text-align: center;width:63px;background:#f5f5f5;border-radius:5px}
.h-news__item dt{font-size:35px;line-height:1.3}
.h-news__item dd{font-size:13px}
.h-news__item article{flex: 0 0 calc(100% - 86px);width:calc(100% - 86px)}
.h-news__item h3{font-size:17px;font-weight:500;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.h-news__item h3:hover a{color:green}
.h-news__item p{margin-top:9px;line-height:23px;color:#777;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.h-contact{background: var(--main-color);padding:50px 0}
.h-contact__item{flex:0 0 24%;padding-left:80px;position:relative;color:#333;font-weight: 600}
.h-contact__item:before{content:'';font-family: iconfont;font-size:25px;width:60px;height:60px;display:flex;align-items: center;justify-content: center;color:var(--main-color);background: #333;border-radius:100%;position:absolute;top:0;left:0}
.h-contact__item:nth-child(1):before{content:'\e633'}
.h-contact__item:nth-child(2):before{content:'\e620'}
.h-contact__item:nth-child(3):before{content:'\e636'}
.h-contact__item span{display:block;padding:10px 0 6px}
@media (max-width:1500px){
  .h-news-content{flex:0 0 calc(100% - 400px);width:calc(100% - 400px)}
}
@media (max-width:1280px){
  .h-news-more{bottom:0}
  .h-news-more__icon{background:#f5f5f5}
  .h-contact__item{flex:0 0 31%;font-weight:500}
  .h-news__item{margin-top:30px}
  .h-news__item h3{font-size:15px}
  .h-news__item p{font-size:12px}
}
@media (max-width:1024px){
  .h-news-wrapper{padding-top:0}
  .h-news-img{display:none}
  .h-news-content{flex:0 0 100%}
  .h-news-title {margin-bottom:0}
  .h-news-list{margin-bottom:30px}
  .h-contact-list{justify-content: space-between}
  .h-contact{padding:30px 0 20px}
  .h-contact__item{text-align: center;padding-left:0;margin-bottom:12px}
  .h-contact__item:before{font-size:20px;width:50px;height:50px;position:static;margin:0 auto}
  .h-news__item{flex:0 0 47%;width:47%}
  .h-news__item article{flex: 0 0 calc(100% - 75px);width:calc(100% - 75px)}
}
@media (max-width:768px) {
  .h-news-title a{padding:10px 20px}
  .h-contact__item{flex:0 0 100%}
}
@media (max-width:512px){
  .h-news__item{flex:0 0 100%;width:100%;margin-top:20px}
}

































/*page start*/
.page-container{margin:30px auto}
.page-main{margin:30px auto}
.ui-breadcrumb{margin:12px 0}
.page-text p{font-size:15px;line-height:2;margin-bottom:15px}
.page-text img{max-width:100%}
.page-about{margin:0 auto}
.page-about p{text-indent: 30px;font-size:16px}
.page-title{text-align: center;margin-bottom:30px;font-size:30px}
.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}
@media (max-width:1024px){
  .page-title{font-size:25px}
  .contact-info__item{flex:0 0 49%;margin-bottom:12px}
}
@media (max-width:512px){
  .page-title{margin-bottom:20px;font-size:18px}
  .page-about p{font-size:14px}
  .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}
}
/*page end*/
/*page sidebar*/
.page-side{flex:0 0 230px;width:230px}
.page-side__title{padding:20px 0 20px 30px;background:linear-gradient(45deg, #E05A06, #f8ec01);color:#fff;border-radius:0 13px 0 13px}
.page-side__title span{font-size:23px;font-weight:600;text-transform:uppercase}
.page-side__title small{opacity:.8;text-transform:uppercase;display:block}
.page-side-kind{padding:12px 0}
.page-side-kind li{margin-bottom:12px;padding:12px 0 12px 20px;background:#f9f9f9;border-radius:12px}
.page-side-kind li:empty{border-bottom:0;background:transparent;margin-bottom:0;padding:0}
.page-side-kind li:last-child{border-bottom:0}
.page-side-kind li a{font-size:15px}
.page-side-kind li a:hover{color:#1e50ae}
.page-side-kind li.cur{background:#eee}
.page-side-kind li.cur a{color:#1e50ae}
.page-content{flex:0 0 calc(100% - 280px);width:calc(100% - 300px)}
.page-content__title{font-size:18px;border-bottom:solid 1px #eee;margin-bottom:20px;padding-bottom:12px;font-weight:600}
@media (max-width:768px){
  .page-side{flex:0 0 100%;width:100%}
  .page-content{flex:0 0 100%;width:100%}
  .page-side__title{padding:12px;border-radius:12px 12px 0 0;display:flex}
  .page-side__title span{font-size:14px}
  .page-side__title small{order:2;line-height:1.8;margin-left:9px}
  .page-side-kind{padding:9px 0;display:flex;flex-wrap:wrap;justify-content:space-between}
  .page-side-kind li{border-bottom:0;flex:0 0 24.5%;padding:6px;text-align:center}
  .page-side-kind li a{font-size:12px}
}
@media (max-width:512px){
  .page-side-kind li{flex:0 0 33%}
}
/*page sidebar end*/
/*page end*/
/*product-side start*/
.product-list{margin-bottom:20px}
.product__item{flex: 0 0 24%;background: #fff;margin-bottom:25px;box-shadow: 0 0 3px 1px rgba(0,0,0,.05)}
.product__item:hover{box-shadow: 0 0 5px 1px rgba(0,0,0,.1)}
.product__item:empty{margin-bottom:0;background: transparent;box-shadow:none}
.product__item figure{height:220px;position:relative}
.product__item figure a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}
.product__item figure img{width:100%;height:100%;object-fit: cover}
.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}
.product__item figure:hover:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000;opacity: .2}
.product__item figure:hover:after{opacity:.8;top:30%}
.product__item article{padding:12px;border-top:solid 1px #eee}
@media (max-width:1600px){
  .product__item figure{height:14vw}
}
@media (max-width:1024px){
  .product__item{flex: 0 0 32%}
  .product__item figure{height:18vw}
}
@media (max-width:768px){
  .product__item{flex: 0 0 32%}
  .product__item figure{height:24vw}
}
@media (max-width:512px){
  .product__item{margin-bottom:20px}
  .product__item{flex: 0 0 48%}
  .product__item figure{height:36vw}
  .product__item article{padding:12px 9px}
}
/*product-side end*/
/*culture start*/
.about-culture{height:620px;margin-top:90px}
.about-culture-left{flex:0 0 45%;height:100%;background: url("../images/about-culture.jpg") no-repeat center 0;background-size: cover;display:flex;justify-content: flex-end;align-items: center}
.about-culture-right{flex:0 0 55%;height:100%;background:#f5f5f5;display:flex;align-items:center}
.about-culture-text{padding:40px;flex:0 0 400px;position:relative;z-index:2}
.about-culture-text:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background: var(--main-color);opacity: .8}
.about-culture-text strong{font-size:30px;display:block;padding-bottom:40px;position:relative}
.about-culture-text strong:after{content:'';width:50px;height:4px;background:#fff;position:absolute;bottom:20px;left:0}
.about-culture-list{flex:0 0 650px;margin-left:70px}
.about-culture__item{flex: 0 0 48%;margin-bottom:25px;display:flex;background: #fff;border-radius:9px;padding:20px}
.about-culture__item:nth-child(5),
.about-culture__item:nth-child(6){margin-bottom:0}
.about-culture__item figure{display:flex;align-items: center}
.about-culture__item dl{margin-left:12px}
.about-culture__item dt{font-size:16px;margin-bottom:5px}
.about-culture__item dd{color:#777}
@media (max-width:1500px){
  .about-culture-right{justify-content: center}
  .about-culture-list{flex:0 0 90%;margin-left:0}
}
@media (max-width:1280px){
  .about-culture{height:45vw}
}
@media (max-width:1024px){
  .about-culture{height:52vw}
  .about-culture-text{padding:30px;flex:0 0 80%}
  .about-culture__item{;padding:15px}
  .about-culture__item dt{font-size:14px}
  .about-culture__item dd{font-size:12px}
}
@media (max-width:768px){
  .about-culture{height:auto}
  .about-culture-left{flex:0 0 100%;height:auto;justify-content: flex-start}
  .about-culture-text{padding:12px 20px;flex:0 0 auto}
  .about-culture-text strong{font-size:20px;padding-bottom:20px}
  .about-culture-text strong:after{width:50px;height:2px;bottom:10px}
  .about-culture-text p{font-size:12px}
  .about-culture-right{flex:0 0 100%;height:auto;padding:20px}
  .about-culture-list{flex:0 0 100%}
  .about-culture__item{margin-bottom:20px}
}
@media (max-width:512px){
  .about-culture-right{padding:25px 15px}
  .about-culture-text strong{font-size:18px}
}
/*culture end*/
/*article start*/
.article-list{margin-bottom:20px}
.article-list__item{display:flex;justify-content: space-between;margin-bottom:30px;padding-bottom:30px;border-bottom:solid 1px #ddd}
.article-list__date{flex:0 0 120px;width:120px;min-height:76px;display:flex;justify-content:center;align-items:center;background: #f2f2f2}
.article-list__date dl{text-align: center;color:#555}
.article-list__date dt{font-size:25px;line-height:1.2}
.article-list__date dd{font-size:14px;color:#999}
.article-list article{flex-grow: 2;margin-left:20px}
.article-list article a{font-size:17px}
.article-list article a:hover{color: #0093d6}
.article-list article p{color:#999;margin-top:9px;line-height:1.7}
@media (max-width:1024px){
  .article-list__date{flex:0 0 100px;width:100px}
}
@media (max-width:512px){
  .article-list__item{margin-bottom:20px;padding-bottom:20px}
  .article-list__date{display:none}
  .article-list article{margin-left:0}
  .article-list article a{font-size:15px}
  .article-list article p{font-size:12px}
}
.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 start*/
.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 start*/
.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 start*/
.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 start*/
.goods-info{justify-content:space-between;margin-top:30px}
.goods-info__photo{flex:0 0 40%;height:400px;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-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{}
.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 start*/
.about-honor{margin-top:50px;margin-bottom:30px}
.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 start*/
.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*/
/*features*/
.h-features .item{margin-top:56px;display:flex;flex-wrap:wrap;justify-content: space-between}
.h-features figure{flex:0 0 50%;position:relative;border:solid 1px #ddd;}
.h-features figure div{top:-35px;left:30px;width:80px;height:100px;padding-top:10px;content:'';position:absolute;background: #1e50ae;text-align: center}
.h-features figure span{color:#fff;font-size:40px;display:inline-block;border-bottom:3px solid #fff;line-height:1.5}
.h-features figure img{height:360px;width:100%;display:block}
.h-features article{flex:0 0 50%;background: #f9f9f9;padding:40px}
.h-features article h3{font-size:27px;font-weight:600;color:#1e50ae}
.h-features article span{padding:10px 0 20px;color:#999;display:block}
.h-features article p{font-size:16px;color:#555;line-height:2}
@media (max-width:1200px) {
  .h-features figure img{height:25vw}
  .h-features article{padding:3vw 3vw 0}
}
@media (max-width:1024px){
  .h-features article span{padding:10px 0}
  .h-features article p{font-size:14px}
}
@media (max-width:768px){
  .h-features figure{flex:0 0 100%;order:1}
  .h-features article{padding:20px;flex:0 0 100%;order:2}
  .h-features figure img{height:43vw}
  .h-features article h3{font-size:20px}
  .h-features article span{font-size:12px}
}
@media (max-width:512px) {
  .h-features .item{margin-top:40px}
  .h-features figure div{top:-20px;left:20px;width:50px;height:60px}
  .h-features figure span{font-size:22px;border-bottom:2px solid #fff}
  .h-features article h3{font-size:18px}
}
@media (max-width:414px) {
  .h-features article{padding:15px}
  .h-features article h3{font-size:16px}
  .h-features article p{font-size:12px}
}
/*features end*/
