:root{
  --color1:#cf031e;
  --color1-light: #e50f2b;
  --color1-dark: #ab0319;
  --color2:#fcd605;
}
body.home{background: #f9f9f9}
.container{max-width:1590px;margin-left:auto;margin-right:auto}
.container.blank{padding-left:15px;padding-right:15px}
.header-wrap{;background:#fff}
.header{display:flex;justify-content:space-between;align-items:center}
.logo img{max-height:58px;backface-visibility:hidden;display:block}
.nav{display:flex;flex:1;justify-content:flex-end;align-items:center}
.nav__item{padding:37px 20px;position:relative}
.nav__item > a{font-size:16px;transition:color .3s}
.nav__item > a:hover{color:var(--color1)}
.nav__item:after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color1);transition:width .5s}
.nav__item:hover:after{width:100%}
.nav__extend{opacity: 0;position:absolute;width:100%;top:100%;left:0;z-index:-1;background:#fff;transition: opacity .4s}
.nav__item:hover .nav__extend{display:block;z-index:101;opacity: 1}
.nav__extend a{display:block;text-align:center;padding:10px 2px;border-bottom:solid 1px #ddd}
.nav__extend a:hover{background:#f9f9f9}
.nav-tel{margin-left:30px;display:flex;align-items: center}
.nav-tel:before{font-size:16px;content:'\e61d';font-family: iconfont;width:32px;height:32px;background: var(--color1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}
.nav-tel img{margin-left:9px}
.nav-lang{margin-left:30px;width:32px;height:32px;border-radius:50%;border:solid 2px #ddd;display:flex;align-items:center;justify-content:center;transition: .3s}
.nav-lang a{font-size:13px;color:#888;transition: .3s}
.nav-lang:hover{background: var(--color1);border:solid 2px var(--color1)}
.nav-lang:hover a{color:#fff}
.nav-switch{display:none}
@media (max-width:1280px){
  .logo img{max-height:46px}
  .nav__item{padding:37px 10px}
  .nav-tel,
  .nav-lang{margin-left:15px}
}
@media (max-width:1024px){
  :root{--header-height:66px}
  body:before{content:'';display:block;height:var(--header-height)}
  .nav-tel{display:none}
  .header-wrap{padding-top:13px;padding-bottom:13px;position:fixed;top:0;right:0;width:100%;z-index:101}
  .logo img{max-height:40px}
  .nav{padding:0 8%;position:fixed;top:var(--header-height);left:0;right:0;height:0;background:url("../images/nav-mobile.jpg");background-size:cover;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:first-child{padding-top:10px}
  .nav__item: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{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}
}
.footer-wrap{margin-top:50px}
.footer{padding:50px 0 80px;background:var(--color2)}
.footer-base{}
.footer-logo{}
.footer-logo img{max-height:58px}
.footer-tel{padding:8px 15px;border-radius:9px;margin:20px 0;background: var(--color1);color:#fff;display:flex;align-items:center;justify-content:center}
.footer-tel:before{font-size:16px;content:'\e61d';font-family: iconfont;color:#fff}
.footer-tel span{font-size:20px;margin-left:9px}
.footer-address{color:#7f7247}
.footer-nav{display:flex}
.footer-nav{display:flex}
.footer-link{padding:0 4vw}
.footer-link label{font-size:16px}
.footer-link a{color:#7f7247;margin-top:11px;display:block}
.footer-qrcode{display:flex}
.footer-qrcode__box{text-align: center}
.footer-qrcode__box:nth-child(2){margin-left:80px}
.footer-qrcode__box img{max-width:110px}
.footer-qrcode__box p{color:#7f7247;margin-top:9px}
.copyright{font-size:12px;background:var(--color1);text-align: center;padding:13px;color:#e78490}
.copyright a{color:#e78490}
@media (max-width:1280px){
  .footer-tel{padding:8px 10px}
  .footer-tel span{font-size:18px}
  .footer-link{padding:0 3vw}
  .footer-qrcode__box:nth-child(2){margin-left:20px}
}
@media (max-width:1024px){
  .footer{padding:40px 0 60px}
  .footer-base{flex:0 0 100%;text-align: center}
  .footer-tel{max-width:200px;margin:20px auto}
  .footer-nav{flex:0 0 100%;margin:30px 0;justify-content: center}
  .footer-link{padding:0 4vw}
  .footer-qrcode{flex:0 0 100%;justify-content: center}
  .footer-qrcode__box:nth-child(2){margin-left:40px}
}
@media (max-width:768px){
  .footer{padding:30px 0 50px}
}
@media (max-width:512px){
  .footer{padding:30px 0}
  .footer-nav{justify-content: space-between}
  .footer-link{padding:0}
  .footer-link label{font-size:15px}
  .footer-qrcode__box p{font-size:12px}
}
.home-banner{position:relative}
.home-banner__slide{height:900px!important;background-repeat:no-repeat;background-position:center 0;background-size:cover;overflow: hidden}
.home-banner__slide img{width:100%;height:100%;object-fit:cover;transform: scale(1.03)}
.home-banner__slide.swiper-slide-active  img{transform: scale(1);transition:transform 3s}
.banner-prev,
.banner-next{position:absolute;top:49%;z-index:120;cursor: pointer}
.banner-prev{left:10px}
.banner-next{right:10px}
.banner-prev:before,
.banner-next:before{;width:40px;height:40px;border-radius:50%;border:solid 1px rgba(255,255,255,.5);font-size:20px;font-family: iconfont;color:rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center}
.banner-prev:before{content:'\e736'}
.banner-next:before{content:'\e737'}
@media (max-width:1590px){
  .home-banner__slide{height:50vw!important}
}
@media (max-width:1024px){
  .home-banner__slide{height:52vw!important}
}
.home-box{padding-top:clamp(25px,6vw,80px);padding-bottom:clamp(25px,6vw,80px)}
.home-advantage-wrap{margin-top:-70px;position:relative;z-index:12}
.home-advantage{padding:30px 20px;display:grid;grid-template-columns:repeat(3,33%);justify-content: space-between;background: #fff;box-shadow: 0 0 20px rgb(0 0 0 / 8%)}
.home-advantage__box{padding-right:20px;display:flex;flex-wrap:wrap;position:relative}
.home-advantage__box > a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
.home-advantage__box:nth-child(2):before,
.home-advantage__box:nth-child(3):before{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background: #eee}
.home-advantage__icon{flex:0 0 150px;background:#333;transition:background-color .3s}
.home-advantage__icon.n1{mask:url('../images/home-advantage1.png') no-repeat;-webkit-mask:url('../images/home-advantage1.png') no-repeat center center}
.home-advantage__icon.n2{mask:url('../images/home-advantage2.png') no-repeat;-webkit-mask:url('../images/home-advantage2.png') no-repeat center center}
.home-advantage__icon.n3{mask:url('../images/home-advantage3.png') no-repeat;-webkit-mask:url('../images/home-advantage3.png') no-repeat center center}
.home-advantage__txt{flex:1}
.home-advantage__txt strong{font-size:17px;font-family:"PingFang SC"}
.home-advantage__txt p{margin-top:9px;color:#777}
.home-advantage__box:hover .home-advantage__icon{background: var(--color1)}
.home-advantage__box:hover .home-advantage__txt strong{color: var(--color1)}
@media (max-width:1280px){
  .home-advantage-wrap{margin-top:-60px}
  .home-advantage{padding:20px}
  .home-advantage__icon{flex:0 0 100px}
  .home-advantage__icon.n3,
  .home-advantage__icon.n2,
  .home-advantage__icon.n1 {mask-size:45% auto;-webkit-mask-size:45% auto}
}
@media (max-width:1024px){
  .home-advantage-wrap{margin-top:-50px}
}
@media (max-width:768px){
  .home-advantage-wrap{margin-top:-30px}
  .home-advantage{padding:0}
  .home-advantage__box{padding:16px}
  .home-advantage__icon{flex:0 0 100%;height:70px}
  .home-advantage__icon.n3,
  .home-advantage__icon.n2,
  .home-advantage__icon.n1 {mask-size:25% auto;-webkit-mask-size:25% auto}
  .home-advantage__txt{text-align: center}
  .home-advantage__txt p{font-size:12px}
}
@media (max-width:512px){
  .home-advantage-wrap{margin-top:20px}
  .home-advantage{grid-template-columns:100%}
  .home-advantage__box{padding:18px 16px 18px 5px}
  .home-advantage__box:nth-child(2):before,
  .home-advantage__box:nth-child(3):before{top:0;left:0;width:100%;height:1px}
  .home-advantage__icon{flex:0 0 80px;height:auto}
  .home-advantage__icon.n3,
  .home-advantage__icon.n2,
  .home-advantage__icon.n1 {mask-size:40% auto;-webkit-mask-size:40% auto}
  .home-advantage__txt{text-align:left}
}
.home-about{height:700px;margin-top:40px;display:grid;grid-template-columns:50% 50%;grid-template-rows: 50% 50%;box-shadow: 0 0 20px rgb(0 0 0 / 8%)}
.home-about__intro{padding:90px 20px 20px 50px;color:#fff;grid-area:1/1/3/2;background: url("../images/home-about-intro.jpg");background-size:cover}
.home-about__video{grid-area:1/2/2/3;background: url("../images/home-about-video.jpg") center center;background-size:cover}
.home-about__attr{padding:60px 100px;grid-area:2/2/3/3;background: #fff;position:relative}
.home-about__title{font-size: 32px;font-weight: 600}
.home-about__desc{margin-top:90px}
.home-about__desc p{font-size: 25px;margin-bottom:16px}
.home-about__txt{margin:60px 0;font-size:15px;max-width:480px}
.home-about__more {transition:transform .4s}
.home-about__more:hover{transform:translateX(20px)}
.home-attr__title{color:var(--color1)}
.home-attr__title strong{font-size:50px}
.home-attr__title small{font-size:20px;margin-left:6px}
.home-attr__title span{font-size:30px}
.home-attr__name{font-size:25px;margin:30px 0 20px;padding-bottom:20px;position:relative}
.home-attr__name:after{content:'';width:100px;height:1px;background:#bbb;position:absolute;bottom:0;left:0}
.home-attr__desc{font-size:16px;color:#888}
@media (max-width:1280px){
  .home-about__title{font-size:28px}
  .home-about__desc{margin-top:70px}
  .home-about__desc p{font-size:20px;margin-bottom:16px}
  .home-about__attr{padding:40px 70px}
}
@media (max-width:1024px){
  .home-about__intro{padding:90px 20px 20px 30px}
  .home-about__attr{padding:50px 50px 10px}
  .home-attr__title strong{font-size:40px}
  .home-attr__title small{font-size:18px}
  .home-attr__title span{font-size:25px}
  .home-attr__name{font-size:20px}
}
@media (max-width:768px){
  .home-about{height:auto;margin-top:30px;grid-template-columns:100%;grid-template-rows:auto}
  .home-about__intro{grid-area:1/1/2/2;padding:40px 30px}
  .home-about__video{grid-area:2/1/3/2;height:50vw}
  .home-about__attr{grid-area:3/1/4/2;padding:30px 30px 50px}
  .home-about__title{font-size:22px}
  .home-about__desc{margin-top:30px}
  .home-about__desc p{font-size:17px;margin-bottom:16px}
  .home-about__txt{margin:30px 0;font-size:14px}
  .home-attr__title strong{font-size:35px}
  .home-attr__title small{font-size:16px}
  .home-attr__title span{font-size:22px}
  .home-attr__name{font-size:20px;margin:20px 0}
  .home-attr__desc{font-size:15px}
}
@media (max-width:512px){
  .home-about__intro{padding:40px 20px}
  .home-about__attr{padding:30px 20px 50px}
}
.title-1{margin-bottom:25px}
.title-1__name{display:flex;align-items:center;justify-content:center}
.title-1__name:before{content:'';height:45px;width:45px;background: url("../images/title-1.png");background-size: 100% 100%}
.title-1__name span{margin-left:15px;font-size:30px;font-weight: 600;letter-spacing: 3px}
.title-1__txt{font-size:15px;margin-top:10px;color:#666;text-align: center}
.title-2{margin-bottom:30px;display:flex;justify-content: space-between;align-items: center}
.title-2__name{font-size:30px;font-weight: 600;letter-spacing: 3px}
.title-2__son{margin-top:9px;flex:1;margin-left:50px;display:flex}
.title-2__son a{font-size:16px;margin:0 22px;transition: color .3s}
.title-2__son a:hover{color:var(--color1)}
.title-2__more {margin-top:9px}
.title-2__more a:hover{color:var(--color1)}
@media (max-width:1024px){
  .title-1__name:before{height:40px;width:40px}
  .title-1__name span,
  .title-2__name{font-size:26px}
}
@media (max-width:768px){
  .title-2{margin-bottom:25px}
  .title-1__name:before{height:32px;width:32px}
  .title-1__name span,
  .title-2__name{font-size:22px}
  .title-2__son a{font-size:14px}
}
@media (max-width:512px){
  .title-1__txt{font-size:14px}
  .title-2__son{display:none}
}
.home-business-wrap{margin-top:clamp(30px,6vw,80px);margin-bottom:50px}
.home-business{height:610px;display:grid;grid-template-columns:auto 300px;position:relative}
.home-business:after{content:'';height:2px;background:var(--color1);position:absolute;bottom:0;left:15px;right:100%;z-index:10;transition: right .5s}
.home-business.cur:after{right:15px}
.home-business__list{}
.home-business__item{display:none;height:100%;position:relative}
.home-business__item.active{display:block}
.home-business__item img{width:100%;height:100%;object-fit:cover;display:block}
.home-business__txt{padding:60px;width:450px;height:400px;background-color: var(--color1);color:#fff;position:absolute;right:0;top:20%}
.home-business__en{font-size: 28px;font-weight: 100}
.home-business__name{margin:18px 0;padding-bottom:15px;font-size: 28px;font-family: "PingFang SC";position:relative}
.home-business__name:before{content:'';width:40px;height:2px;background-color: #fff;position:absolute;bottom:0;left:0}
.home-business__desc{line-height:2}
.home-business__menu{padding:40px;background: #fcd605;display:flex;align-items:center;justify-content:center}
.home-business__menu > div{width:100%}
.home-business__link{padding:20px;width:100%;display:block;position:relative}
.home-business__link:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}
.home-business__link:before{content:'';position:absolute;right:0;bottom:0;width:100%;height:1px;background:#e2c004;transition: background-color .3s}
.home-business__link:hover:before,
.home-business__link.active:before{height:2px;background:var(--color1)}
.home-business__link strong{font-size:16px}
.home-business__link span{font-size:16px;margin-left:20px}
@media (max-width:1280px){
  .home-business{height:50vw;grid-template-columns:auto 260px}
  .home-business__txt{padding:50px;height:auto;top:27%}
  .home-business__menu{padding:30px}
}
@media (max-width:1024px){
  .home-business__txt{padding:40px;width:400px;top:25%}
  .home-business__en{font-size:22px}
  .home-business__name{margin:18px 0;font-size:24px}
}
@media (max-width:768px){
  .home-business{height:90vw;grid-template-columns:68% 32%}
  .home-business__menu{padding:30px 0}
  .home-business__txt{padding:40px 25px;top:28%;width:100%}
}
@media (max-width:512px){
  .home-business{height:100vw;grid-template-columns:65% 35%}
  .home-business__link span{font-size:16px;margin-left:12px}
  .home-business__txt{top:20%}
}
@media (max-width:414px){
  .home-business{height:120vw;grid-template-columns:60% 40%}
  .home-business__txt{top:20%}
}
.home-new-wrap{}
.home-news{display:grid;grid-template-columns:repeat(4,24%);justify-content: space-between;row-gap: 25px}
.home-news__box{background: #fff;padding:10px;transition:.3s}
.home-news__box:hover{box-shadow: 0 0 20px rgb(0 0 0 / 8%);transform: translateY(-10px)}
.home-news__img{height:240px}
.home-news__img img{width:100%;height:100%;object-fit:cover}
.home-news__txt{padding-top:15px}
.home-news__date{font-size:12px;color:#777}
.home-news__title{font-size:16px;margin:9px 0 12px;color:#555;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
@media (max-width:1590px){
  .home-news__img{height:15vw}
}
@media (max-width:1024px){
  .home-news{grid-template-columns:repeat(2,48.5%);row-gap: 25px}
  .home-news__img{height:30vw}
  .home-news__title{font-size:15px}
}
@media (max-width:512px){
  .home-news{grid-template-columns:100%;row-gap: 25px}
  .home-news__img{height:56vw}
}
.home-bottom-wrap{margin-top:50px}
.home-bottom{display:grid;grid-template-columns:50% 50%}
.home-bottom__item{height:370px;position:relative;overflow: hidden}
.home-bottom__item img{width:100%;height:100%;object-fit:cover;transition: transform .5s}
.home-bottom__item:hover img{transform: scale(1.05)}
.home-bottom__txt{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;color:#fff;text-align: center}
.home-bottom__txt article{padding:12px}
.home-bottom__txt h5{font-size:27px}
.home-bottom__txt a{color:#fff}
.home-bottom__txt p{font-size:17px;margin-top:12px}
@media (max-width:1280px){
  .home-bottom__item{height:30vw}
}
@media (max-width:1024px){
  .home-bottom-wrap{margin-top:30px}
  .home-bottom__txt h5{font-size:22px}
  .home-bottom__txt p{font-size:16px}
}
@media (max-width:768px){
  .home-bottom{grid-template-columns:100%;row-gap: 20px}
  .home-bottom__item{height:40vw}
}
@media (max-width:512px){
  .home-bottom-wrap{margin-top:20px}
}
.page-banner{height:500px;background-repeat:no-repeat;background-position:center center;background-size:cover}
@media (max-width:1024px){
  .page-banner{height:45vw}
}
.page-nav-wrap{background:#f8f8f8}
.page-nav {display:flex}
.page-nav a{font-size:16px;margin-right:50px;padding:20px 5px;color:#777;position:relative;transition: color .3s}
.page-nav a:before{content:'';width:100%;height:2px;background: var(--color1);position:absolute;right:0;bottom:0;opacity: 0;transition: opacity .3s}
.page-nav a:hover,
.page-nav a.cur{color:var(--color1)}
.page-nav a:hover:before,
.page-nav a.cur:before{opacity:1}
.page-main{margin:clamp(25px,4vw,50px) auto}
.page-title{text-align: center;padding-bottom:20px;margin-bottom:30px;border-bottom:solid 1px #eee}
.page-title span{font-size:clamp(21px,3vw,32px)}
.page-detail{font-size:16px;line-height:1.7;color:#555}
.page-detail p{margin-bottom:20px}
.page-detail img{max-width:100%}
.page-detail ul{padding-left:12px;margin:16px 0}
.page-detail li{list-style-type:disc;margin:11px 0}
@media (max-width:1024px){
  .page-nav a{font-size:15px}
}
@media (max-width:768px){
  .page-nav a{margin-right:30px;padding:15px 5px}
  .page-title{padding-bottom:20px;margin-bottom:20px}
  .page-detail{font-size:15px}
  .page-detail p{margin-bottom:16px}
}
@media (max-width:512px){
  .page-nav a{margin-right:20px;padding:12px 5px}
}
.honor-list{max-width:920px;margin:80px auto;padding:70px 0;display:grid;grid-template-columns:repeat(2,46%);row-gap:5px;justify-content: space-between;position:relative}
.honor-list__line{width:3px;background: #eee;position:absolute;top:25px;right:50%;bottom:25px}
.honor-list:before,
.honor-list:after{font-size:30px;position:absolute;color:#ccc;font-family: iconfont}
.honor-list:before{content:'\e61b';top:0;right:calc(50% - 14px)}
.honor-list:after{content:'\e61c';bottom:0;right:calc(50% - 14px)}
.honor-item__wrap{}
.honor-item__wrap:nth-child(odd){margin-top:30px}
.honor-item{box-shadow:0 0 5px 1px rgba(0,0,0,.1);position:relative;background: #f9f9f9}
.honor-item:after{content:'';width:24px;height:1px;background: #ddd;position:absolute;top:12px}
.honor-item:before{content:'';width:16px;height:16px;border:solid 3px var(--color1);background: #fff;position:absolute;top:5px;border-radius:50%;z-index:2}
.honor-item__wrap:nth-child(even) .honor-item:after{right:-28px}
.honor-item__wrap:nth-child(even) .honor-item:before{right:-43px}
.honor-item__wrap:nth-child(odd) .honor-item:after{left:-28px}
.honor-item__wrap:nth-child(odd) .honor-item:before{left:-46px}
.honor-item__wrap:nth-child(odd){margin-top:45px}
.honor-item__img{height:300px}
.honor-item__img img{width:100%;height:100%}
.honor-item__name{color:#777;padding:20px 12px;display:flex}
.honor-item__name span{font-size:18px;position:relative;padding-left:15px}
.honor-item__name span:before{content:'';width:5px;height:100%;background: var(--color1);position:absolute;left:0;top:0;border-radius:3px 0 0 3px}
@media (max-width:1024px){
  .honor-list{margin:40px auto}
  .honor-item__img{height:32vw}
}
@media (max-width:768px){
  .honor-list{margin:35px auto;padding:0;grid-template-columns:repeat(2,48%);row-gap:28px}
  .honor-list__line,
  .honor-list:before,
  .honor-list:after,
  .honor-item:after,
  .honor-item:before{display:none}
  .honor-item__wrap:nth-child(odd){margin-top:0}
  .honor-item__name span{font-size:15px}
}
@media (max-width:512px){
  .honor-item__name span{font-size:14px}
}
.culture-wrap{display:grid;grid-template-columns:58% 40%;justify-content: space-between}
.culture-img{}
.culture-img img{width:100%;height:100%;object-fit:cover}
.culture-list{}
.culture-list__row{padding:30px 50px;background:#f9f9f9;margin-bottom:25px}
.culture-list__row:last-child{margin-bottom:0}
.culture-list__row h5{font-size:23px;color:var(--color1);font-weight: 500}
.culture-list__row p{font-size:16px;color:#777;margin-top:9px}
.culture-explain{padding:0 50px;margin:50px 0;display:grid;grid-template-columns:460px auto;justify-content: space-between;align-items: center}
.culture-explain__logo{}
.culture-explain__logo img{width:100%}
.culture-explain__txt{}
.culture-explain__name{font-size:26px;padding-bottom:15px;margin-bottom:15px;font-weight: 600;position:relative}
.culture-explain__name:before{content:'';width:40px;height:3px;background: var(--color1);position:absolute;bottom:0;left:0}
.culture-explain__desc{}
.culture-explain__desc p{font-size:22px;margin-top:6px;letter-spacing:2px}
.culture-info{display:grid;grid-template-columns: 48.5% 48.5%;justify-content: space-between;row-gap: 25px}
.culture-info__box{padding:30px 50px;background:#f5f5f5;display:flex;align-items: center}
.culture-info__img{flex:0  0 200px}
.culture-info__img img{width:100%}
.culture-info__txt{margin-left:80px;color:#777;font-size:16px;max-width:300px;line-height:2}
@media (max-width:1280px){
  .culture-list__row,
  .culture-info__box{padding:30px}
  .culture-info__txt{margin-left:20px}
  .culture-explain{padding:0;grid-template-columns:320px auto}
  .culture-explain__name{font-size:22px}
  .culture-explain__desc p{font-size:20px}
}
@media (max-width:1024px){
  .culture-explain{margin:30px 0;grid-template-columns:280px auto}
  .culture-list__row h5{font-size:20px}
  .culture-list__row p{font-size:15px}
  .culture-explain__desc p{font-size:16px}
  .culture-info__img{flex:0  0 150px}
  .culture-info__txt{font-size:15px}
}
@media (max-width:768px){
  .culture-wrap{grid-template-columns:100%;row-gap:22px}
  .culture-list__row{margin-bottom:20px}
  .culture-list__row,
  .culture-info__box{padding:20px}
  .culture-img{height:50vw}
  .culture-explain{margin:25px 0;grid-template-columns:100%;row-gap:22px}
  .culture-explain__logo{text-align: center}
  .culture-explain__logo img{max-width:200px}
  .culture-explain__name{font-size:20px}
  .culture-explain__desc p{font-size:15px}
  .culture-info{grid-template-columns:100%;row-gap:20px}
  .culture-info__img{flex:0  0 120px}
}
.news-list{display:grid;grid-template-columns:repeat(4,23.5%);justify-content:space-between;row-gap:45px}
.news-list__item{box-shadow: 0 0 5px 0 rgba(0,0,0,.1);transition:box-shadow .3s}
.news-list__item:hover{box-shadow: 0 0 20px rgb(0 0 0 / 8%)}
.news-list__img{height:230px;position:relative}
.news-list__img img{width:100%;height:100%}
.news-list__date{position:absolute;padding:3px;border:solid 1px #ddd;font-size:12px;right:5px;bottom:5px;z-index:2;color:#eee;background: rgba(0,0,0,.3)}
.news-list__txt{padding:40px 20px 25px}
.news-list__name{font-size:21px;color:#555;font-weight:600;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: color .3s}
.news-list__name:hover{color:var(--color1)}
.news-list__desc{margin:18px 0;color:#777;line-height:1.7;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news-list__more{display:flex;justify-content: center}
.news-list__more a{font-size:13px;padding:7px 18px;border:solid 1px #ddd;color:#999;background: #fff;transition: .3s}
.news-list__more a:hover{background:var(--color1);color:#fff;border-color:var(--color1)}
@media (max-width:1590px){
  .news-list__img{height:15vw}
}
@media (max-width:1280px){
  .news-list__txt{padding:25px 20px}
  .news-list__name{font-size:20px}
}
@media (max-width:1024px){
  .news-list{grid-template-columns:repeat(3, 31.5%)}
  .news-list__img{height:20vw}
  .news-list__txt{padding:20px 15px}
  .news-list__name{font-size:18px}
}
@media (max-width:768px){
  .news-list{grid-template-columns:repeat(2, 48.5%)}
  .news-list__img{height:30vw}
  .news-list__name{font-size:17px}
  .news-list__desc{margin:16px 0}
}
@media (max-width:512px){
  .news-list{grid-template-columns:100%;row-gap:30px}
  .news-list__img{height:54vw}
}
.article-h1{font-size:clamp(20px,3vw,32px);text-align: center;margin-bottom:30px;font-weight:500}
.article-meta{font-size:12px;text-align:center;padding:9px;background:#fbfbfb;margin:22px 0;color:#777}
.article-detail {font-size:16px}
.article-detail p{line-height:1.8;margin-bottom:16px}
.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 {font-size:15px}
  .article-detail .neighbor div{flex:0 0 100%;margin-bottom:9px}
}
.product-list{display:grid;grid-template-columns:repeat(4,23.5%);justify-content: space-between;row-gap:35px}
.product-list__item{padding:12px;box-shadow: 0 0 5px 0 rgba(0,0,0,.1);transition:box-shadow .3s}
.product-list__item:hover{box-shadow: 0 0 20px rgb(0 0 0 / 8%)}
.product-list__img{height:336px}
.product-list__img img{width:100%;height:100%}
.product-list__name{text-align: center;padding:12px 9px 9px;color:#777}
@media (max-width:1590px){
  .product-list__img{height:21vw}
}
@media (max-width:1024px){
  .product-list{grid-template-columns:repeat(3,31.5%)}
  .product-list__img{height:28vw}

}
@media (max-width:768px){
  .product-list{grid-template-columns:repeat(2,48%)}
  .product-list__img{height:43vw}
}
@media (max-width:512px){
  .product-list{;row-gap:25px}
  .product-list__item{padding:10px}
}
.contact-title{font-size:30px;margin-bottom:50px;padding-bottom:20px;color:#333;position:relative}
.contact-title:after{content:'';position:absolute;bottom:0;left:0;width:60px;height:5px;background:var(--color1)}
.contact-title small{margin-left:8px;color:#a8a8a8;font-family:arial,helvetica,sans-serif}
.contact-wrap{display:grid;grid-template-columns:30% 66%;justify-content: space-between}
.contact-name{font-size:26px;font-weight: 600;color:#666}
.contact-row{font-size:18px;margin-top:27px;color:#555}
.contact-map-wrap{padding:9px;height:350px;box-shadow: 0 0 9px 1px rgba(0,0,0,.1)}
.contact-map{height:100%}
.BMap_cpyCtrl{display:none}
@media (max-width:1590px){
  .contact-wrap{grid-template-columns:35% 61%}
}
@media (max-width:1280px){
  .contact-wrap{grid-template-columns:40% 56%}
}
@media (max-width:1024px){
  .contact-title{font-size:26px;margin-bottom:40px}
  .contact-title:after{height:4px}
  .contact-name{font-size:21px}
  .contact-row{font-size:17px}
}
@media (max-width:768px){
  .contact-wrap{grid-template-columns:100%;row-gap: 30px}
  .contact-title{font-size:22px;margin-bottom:30px}
  .contact-title:after{height:4px}
  .contact-name{font-size:20px}
  .contact-row{font-size:16px;margin-top:20px}
}
.message-title{margin-bottom:40px;text-align: center}
.message-title h3{font-size:32px;color:#333;font-weight: 500}
.message-title p{margin-top:15px;font-size:20px;color:#ccc;font-family:arial,helvetica,sans-serif}
.feedback{max-width:1200px;margin:0 auto}
.form-row{display:grid;grid-template-columns:48% 48%;justify-content: space-between;margin-top:30px}
.form-box label{font-size:16px;margin-bottom:9px;display:block}
.form-box label.required:before{content:'*';color:var(--color1)}
.form-box textarea{height:160px;width:100%;border:solid 1px #ddd;padding:9px}
.form-box input[type=text],
.form-box input[type=email]{height:45px;width:100%;border:solid 1px #ddd;padding:4px 9px}
.form-submit{margin-top:30px}
.form-submit input[type=submit]{width:100%;height:45px;background: var(--color1);color:#fff}
@media (max-width:1024px){
  .message-title h3{font-size:25px}
  .message-title p{font-size:18px}
}
@media (max-width:768px){
  .message-title{margin-bottom:30px}
  .message-title h3{font-size:22px}
  .form-row{grid-template-columns:100%;row-gap:25px;margin-top:20px}
  .form-box label{font-size:15px}
}
@media (max-width:512px){
  .message-title p{font-size:16px}
  .form-box label{font-size:14px}
  .form-row{row-gap:20px;margin-top:15px}
}
.job-list{padding-top:12px}
.job-item{margin-bottom:25px;height:80px;transition:height .5s,box-shadow .5s;overflow: hidden}
.job-item.open{;box-shadow:0 0 9px 1px rgba(0,0,0,.1)}
.job-item__top{padding:25px;display:flex;flex-wrap:wrap;background: #f5f5f5;align-items:center;position:relative;cursor:pointer}
.job-item__top:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
.job-item.open .job-item__top,
.job-item__top:hover{background:#999;color:#fff}
.job-item__top:after{content:'\e83a';font-family: iconfont;width:28px;height:28px;font-size:18px;background:#ddd;color:#fff;border-radius:100%;position:absolute;right:22px;top:25px;display:flex;align-items:center;justify-content:center}
.job-item__top:hover:after,
.job-item.open .job-item__top:after{background:#fff;color:var(--color1)}
.job-item__name{font-size:23px;flex:0 0 300px}
.job-item__attr{margin-left:50px;opacity: .9}
.job-item__content{background: #fff;padding:20px}
.job-item__title{font-size:18px;margin:15px 0}
.job-item__desc{padding-bottom:20px;margin-bottom:20px;border-bottom:solid 1px #eee}
.job-item__desc:last-child{border-bottom:0;margin-bottom:0}
.job-item__desc p{line-height:2;color:#666}
@media (max-width:1024px){
  .job-item{height:120px}
  .job-item__top{padding:15px}
  .job-item__name{font-size:18px;flex:0 0 100%;margin-bottom:6px}
  .job-item__attr{margin-left:0;flex:0 0 50%;margin-top:11px}
  .job-item__top:after{width:18px;height:18px;font-size:12px;right:10px;top:20px}
}
@media (max-width:768px){
  .job-item__content{padding:12px}
  .job-item__title{font-size:16px;margin:12px 0}
}
@media (max-width:512px){
  .job-item{margin-bottom:20px}
  .job-item__name{font-size:17px}
  .job-item__attr{font-size:12px}
}
.responsibility-title{margin-bottom:30px;padding-bottom:28px;text-align: center;position:relative}
.responsibility-title:after{content:'';width:200px;height:1px;background: #ddd;position:absolute;right:50%;bottom:0;transform:translateX(50%)}
.responsibility-title:before{content:'';width:70px;height:5px;background:var(--color1);position:absolute;right:50%;bottom:-2px;z-index:1;transform:translateX(50%)}
.responsibility-title span{font-size:clamp(22px,3vw,34px)}
.responsibility-list{display:grid;grid-template-columns:repeat(2,49%);justify-content: space-between;row-gap:30px}
.responsibility-box{padding:15px;background:#f5f5f5;display:grid;grid-template-columns:40% 57%;justify-content: space-between}
.responsibility-img{height:200px}
.responsibility-img img{width:100%;height:100%;object-fit:cover}
.responsibility-txt{}
.responsibility-name{margin-top:6px;font-size:18px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: color .3s}
.responsibility-name:hover{color:var(--color1)}
.responsibility-desc{margin:16px 0;color:#999;line-height:1.6;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.responsibility-date{font-size:12px;color:#777}
@media (max-width:1590px){
  .responsibility-img{height:12.5vw}
}
@media (max-width:1280px){
  .responsibility-desc{-webkit-line-clamp:2}
}
@media (max-width:1024px){
  .responsibility-title:after{width:190px}
  .responsibility-title:before{width:60px;height:4px}
  .responsibility-name{margin-top:0;font-size:17px}
  .responsibility-desc{margin:12px 0}
}
@media (max-width:768px){
  .responsibility-title{padding-bottom:20px}
  .responsibility-title:after{width:140px}
  .responsibility-title:before{width:40px}
  .responsibility-list{grid-template-columns:100%;row-gap:30px}
  .responsibility-box{grid-template-columns:32% 65%}
  .responsibility-img{height:20vw}
}
@media (max-width:512px){
  .responsibility-box{padding:10px;grid-template-columns:100%;row-gap:20px}
  .responsibility-img{height:56vw}
}
.business-list{display:grid;grid-template-columns:repeat(2,48.5%);justify-content: space-between;row-gap: 30px}
.business-list__item{height:450px;position:relative;padding:12px;background: #fff;;transition:box-shadow .3s}
.business-list__item:hover{box-shadow: 0 0 20px rgb(0 0 0 / 8%)}
.business-list__item:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgba(0,0,0,.1)}
.business-list__item > a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}
.business-list__item img{width:100%;height:100%;object-fit:cover}
.business-list__item article{color:#fff;font-size:30px;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;}
@media (max-width:1590px){
  .business-list__item{height:28vw}
}
@media (max-width:1024px){
  .business-list__item article{font-size:22px}
}
@media (max-width:768px){
  .business-list{row-gap:25px}
  .business-list__item{padding:10px}
}
@media (max-width:512px){
  .business-list{grid-template-columns:100%}
  .business-list__item{height:50vw}
}