:root{
    --svg-lang:url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M848.806 805.572c70.998-81.26 109.78-184.217 109.78-293.144 0-119.205-46.422-231.278-130.714-315.57C744.877 113.863 634.941 67.617 517.79 66.214c-1.925-.6-10.29-.592-12.228.015-116.682 1.717-226.127 47.931-308.826 130.63C113.863 279.732 67.63 389.46 66.095 506.417c-.428 1.65-.437 8.602-.021 10.227 1.083 117.628 47.365 228.058 130.66 311.354 84.292 84.292 196.364 130.713 315.57 130.713 119.205 0 231.277-46.421 315.57-130.713 6.139-6.14 12.054-12.444 17.788-18.872a20.532 20.532 0 0 0 1.472-1.44 20.566 20.566 0 0 0 1.672-2.113zM107.447 532.043H294.95c1.322 65.68 9.253 127.265 22.505 182.113-61.69 16.687-100.82 38.372-121.076 51.906-52.068-64.726-84.702-145.705-88.93-234.019zm88.434-272.635c20.09 13.557 59.243 35.462 121.34 52.26-12.997 54.128-20.826 114.778-22.243 179.433H107.526c4.55-87.37 36.912-167.489 88.355-231.693zm721.2 231.692H729.63c-1.416-64.631-9.24-125.26-22.23-179.374 61.955-16.694 101.236-38.445 121.567-52.021 51.305 64.155 83.571 144.161 88.116 231.395zm-228.403 0h-156.51V335.061c52.208-1.095 97.103-6.454 135.272-14.033C680 373.164 687.286 430.897 688.678 491.1zm-156.51-196.984V109.918c36.84 10.4 72.779 49.206 100.926 110.016 8.81 19.036 16.645 39.642 23.464 61.521-35.026 6.772-76.296 11.608-124.39 12.66zm-40.944-183.842v183.805c-47.505-1.127-88.379-6.002-123.12-12.803 6.807-21.813 14.623-42.36 23.409-61.344 27.839-60.14 63.296-98.756 99.71-109.658zm0 224.767V491.1H335.929c1.392-60.213 8.68-117.955 21.244-170.1 37.835 7.537 82.314 12.887 134.05 14.04zm-155.33 197.002h155.33v158.668c-51.61 1.194-96.02 6.564-133.822 14.103-12.825-52.886-20.208-111.57-21.509-172.77zm155.33 199.63v182.909c-36.416-10.902-71.872-49.519-99.71-109.66-8.68-18.752-16.41-39.034-23.158-60.55 34.64-6.727 75.417-11.552 122.868-12.7zm40.943 183.264V731.609c47.904 1.025 89.104 5.862 124.117 12.656-6.756 21.556-14.497 41.874-23.19 60.656-28.147 60.81-64.086 99.617-100.927 110.016zm0-224.277V532.043h156.547c-1.299 61.097-8.66 119.685-21.446 172.503-38.114-7.532-82.949-12.835-135.1-13.886zM729.66 532.043h187.502c-4.221 88.139-36.733 168.974-88.62 233.636-20.47-13.669-59.636-35.3-121.304-51.869 13.2-54.76 21.102-116.225 22.422-181.767zm71.86-303.3c-18.33 11.57-52.31 29.355-104.858 43.493-19.296-63.056-46.11-115.004-78.062-150.976 70.401 19.15 133.234 56.837 182.92 107.483zM406.008 121.26c-31.906 35.92-58.69 87.769-77.979 150.702-52.404-14.241-86.37-32.099-104.582-43.588 49.63-50.46 112.33-88.01 182.561-107.114zm-182.09 675.703c18.284-11.536 52.098-29.23 104.332-43.336 19.272 62.605 45.976 114.187 77.758 149.969C336 884.55 273.472 847.182 223.918 796.963zm394.68 106.633c31.802-35.804 58.519-87.426 77.794-150.082 51.985 14.023 85.972 31.631 104.533 43.208-49.592 50.34-112.206 87.8-182.326 106.874z' fill='%238a8a8a'/%3E%3C/svg%3E");
}
.container{max-width:1230px}
.header{padding:25px 0;background:#fff;width:100%;box-shadow:0 4px 5px 0 rgba(0,0,0,.06), 0 1px 10px 0 rgba(0,0,0,.04), 0 0 4px -1px rgba(0,0,0,.08)}
.header .container{justify-content:space-between;align-items: center;}
.header .logo img{max-height:50px}
.nav{display:flex;justify-content:space-between}
.nav li{padding:0 30px;display:flex;align-items: center}
.nav li > a{font-size:15px;color:#333;padding:12px 0;display:flex;align-items:center;position:relative}
.nav li.active > a:after{content:'';position:absolute;right:0;bottom:0;width:100%;height:3px;background: #f70420}
.nav li > a:hover{}
.nav li.extend{position:relative}
.nav li.extend dl{position:absolute;z-index:2;top:90%;left:0;background:#fff;padding:6px 0;box-shadow:0 0 10px rgba(0,0,0,0.1);min-width:100%;border-radius:2px;opacity: 0;visibility: hidden;margin-top:20px;transition:0.2s}
.nav li.extend:hover dl{opacity:1;visibility:visible;margin-top:0}
.nav li.extend dl:before{content:" ";height:0;width:0;border-color:transparent;border-style:solid;border-width:8px;border-bottom-color:#fff;position:absolute;left:30px;top:-14px}
.nav li.extend dd{line-height:32px;text-align:center}
.nav li.extend dd:hover{background:#f9f9f9}
.nav__lang{margin-left:25px;display:flex;align-items:center;padding:5px 15px;border:solid 1px #ddd;border-radius:15px;position:relative;z-index:101;cursor:pointer}
.nav__lang:hover{background:#f9f9f9}
.nav__lang:before{content:'';width:20px;height:20px;background:var(--svg-lang)}
.nav__lang a{margin-left:5px}
.nav-btn{display:none}
.home-banner .swiper-pagination{}
.home-banner .swiper-pagination-bullet-active{background: #389c47}
.home-banner .swiper-slide{height:500px;background-repeat:no-repeat;background-position:center 0;background-size:auto 100%}
.banner-page{height:200px;background-repeat:no-repeat;background-position:center 0;background-size:auto 100%}
.home-box{padding:60px 0}
.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}
.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}
.main-title{text-align: center;padding-bottom:20px;position:relative}
.main-title span{font-size: 28px}
.main-title:after{content:'';position:absolute;right:50%;bottom:0;margin-right:-25px;width:50px;height:5px;background: #f70420}
.main-more{text-align: center;margin-top:30px}
.main-more a{display:inline-block;background: #389c47;padding:6px 20px;color:#fff;border-radius:3px;transition: .3s}
.main-more a:hover{opacity: .8}
.home-product{}
.product-list{margin-top:30px;display:grid;grid-template-columns:repeat(4,23.5%);justify-content:space-between;row-gap:30px;}
.product-list li{padding:12px;background: #f1f1f1}
.product-list li:hover{box-shadow: 0 0 9px 1px rgba(0,0,0,.05)}
.product-list figure{}
.product-list figure img{width:100%;aspect-ratio: 1/.8;}
.product-list a.name{display:block;margin-top:9px;text-align: center}
.product-list li.last{padding:0;margin-bottom:0;background: transparent;}
.home-about{background: #f1f1f1}
.home-about .flex-wrap{justify-content:space-between}
.home-about figure{flex:0 0 45%}
.home-about figure img{width:100%}
.home-about article{flex:0 0 50%;padding-top:9px}
.home-about h3{position:relative;font-size:28px;padding-bottom:50px}
.home-about h3:after{content:'';position:absolute;left:0;bottom:25px;width:50px;height:3px;background: #f70420}
.home-about p{line-height:2;font-size:15px}
.home-about a.more{display:inline-block;border:solid 1px #389c47;padding:6px 20px;border-radius:3px;font-size:12px;margin-top:20px;transition: .3s}
.home-about a.more:hover{background: #389c47;color:#fff}
.home-news{}
.home-news ul{justify-content: space-between;margin-top:40px}
.home-news li{flex: 0 0 48%;width:48%;margin-bottom:30px;padding:20px;display:flex;background: #f5f5f5;justify-content: space-between;transition: .3s}
.home-news li:hover{transform: translateY(-10px)}
.home-news dl{flex:0 0 70px;text-align: center;color:#389c47}
.home-news dt{font-size:35px;font-weight: bold}
.home-news dd{}
.home-news article{width:calc(100% - 85px)}
.home-news article a{width:100%;font-size:18px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.home-news article a:hover{color: #f70420}
.home-news article p{padding-top:9px;color:#777;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.footer{background: #444;padding:40px 0}
.footer .flex-wrap{justify-content: space-between}
.footer .text{padding-top:10px}
.footer .logo img{max-height:40px;display:block;margin-bottom:6px}
.footer .logo span{font-size:16px;color:#fff;font-weight: 100}
.footer .copyright{font-size:14px;color:#fff;font-weight: 100;margin-top:20px}
.footer .copyright a{color:#fff}
.footer .qrcode li{text-align: center;flex:0 0 120px;}
.footer .qrcode li:last-child{margin-left:40px}
.footer .qrcode img{width:100%}
.footer .qrcode span{display:block;font-size:12px;color:#fff}
.page-box{min-height:500px}
.page-box h1{text-align: center;padding:30px;font-size:30px;font-weight: 600;}
.page-box h2{margin:40px 0 25px;font-weight: 600;}
.page-box p{line-height:2;margin-bottom:20px;font-size:15px;}
.page-map{width: 100%;height: min(500px, 60vw);border: #ccc solid 1px;background-size:cover;margin-bottom:30px}
.content{justify-content: space-between;margin:30px 0 80px}
.content .item{flex:0 0 32%;position:relative;padding-left:70px}
.content .item:before{content:'';width:56px;height:56px;font-size:25px;border-radius:100%;background:#f5f5f5;position:absolute;top:0;left:0;font-family: iconfont;display:flex;align-items: center;justify-content: center}
.content .item:nth-child(1):before{content:'\e633'}
.content .item:nth-child(2):before{content:'\e634'}
.content .item:nth-child(3):before{content:'\e636'}
.content .item h5{font-size:16px;padding-bottom:9px}
.content .item span{font-size:14px;color:#777}
.article-list{margin:20px auto}
.article-list li{display:flex;justify-content: space-between;margin-bottom:30px;padding-bottom:30px;border-bottom:solid 1px #ddd}
.article-list dl{background: #f2f2f2;flex:0 0 120px;width:120px;height:90px;padding-top:18px;text-align: center}
.article-list dt{font-size:25px;line-height:1.2}
.article-list dd{font-size:14px}
.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}
.select-type {margin-top:12px;padding:5px;background: #f9f9f9}
.select-type dd{padding:3px 7px;border-radius:5px;margin:7px 2px 0;}
.select-type dd.active,
.select-type dd:hover{background: #389c47;}
.select-type dd.active a,
.select-type dd:hover a{color:#fff;}
.page-case {}
.page-case p{margin-bottom:20px;text-align: center}
.page-case img{max-width:100%;border-radius:15px}
.page-case-table {}
.page-case-table h3{text-align: center;font-size:20px;margin:20px 0}
.page-case-table dd{background: #f9f9f9;padding:3px 5px;margin-bottom:5px}
.home-branch__name{font-size:20px;font-weight:600;margin:48px 0 20px}
.home-branch__content{line-height:2;font-size: 15px;}
@media (max-width:1200px) {
  .home-banner .swiper-slide{height:43vw}
  .home-about article{flex:0 0 51%;padding-top:0}
  .home-about h3{font-size:25px}
}
@media (max-width:1024px){
  .home-box {padding:30px 0}
  .main-title span{font-size: 23px}
  .footer .text{flex:0 0 68%}
  .footer .copyright{margin-top:5px}
  .footer .qrcode{flex:0 0 30%}
  .home-news li{flex: 0 0 49%;width:49%;margin-bottom:25px}
  .product-list{grid-template-columns:repeat(2,48.5%);}
}
@media (max-width:768px){
  body:before{content: '';display:block;height:70px}
  .header{padding:13px 0;position:fixed;top:0;right:0;z-index:922;background: #fff}
  .header:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;z-index:-1;box-shadow:0 0 5px 5px rgba(0,0,0,.1)}
  .header .logo img{max-height:35px}
  .nav-btn{display:block;padding-top:9px}
  .nav-btn:before{content:'\e63e';font-family:iconfont;font-size:2rem;line-height:1;color:#333}
  .nav-btn.open:before{content:'\e61e'}
  .nav{display:block;overflow:auto;padding:82px 12px 12px;position:fixed;top:0;left:100%;z-index:-2;width:100%;height:100vh;background:#fff;transition-duration:.2s}
  .nav.open{left:0;transition-duration:.3s;box-shadow:3px 0 10px 3px rgba(0,0,0,.1)}
  .nav ul{display:block}
  .nav li{border-right:0;display: block;text-align: center;width:60%;margin:0 auto;padding:13px 0;border-bottom:solid 1px #eee}
  .nav li > a {justify-content: center}
  .nav li > a:after{display:none}
  .nav li.active a{font-weight: 600;color:#ee0a24}
  .nav li.extend dl {position:static;top:auto;left:auto;width:100%;padding:6px 0 0;box-shadow:0 0 0 rgba(0,0,0,0);opacity: 1;visibility:visible;margin-top:12px;border-top:dashed 1px #eee}
  .nav li.extend dl:before,
  .nav li.extend:after {display:none}
  .nav li.extend dd a {font-size:12px}
  .nav__lang{position:absolute;top:23px;right:58px;padding:3px 10px}
  .article-detail h1{margin-top:20px;font-size:17px}
  .article-detail .neighbor div{flex:0 0 100%;margin-bottom:9px}
  .main-title {padding-bottom:15px}
  .main-title span{font-size: 18px}
  .main-title:after{height:3px}
  .footer .text,
  .footer .qrcode{flex:0 0 100%;text-align: center}
  .footer .logo img{max-height:28px;margin:0 auto 6px}
  .footer .logo span,
  .footer .copyright{font-size:12px}
  .footer .qrcode{justify-content: center;margin-top:15px}
  .main-more {margin-top:20px}
  .main-more a{padding:4px 20px;font-size:12px}
  .home-about figure{flex:0 0 100%;height:45vw;overflow: hidden}
  .home-about figure img{transform: translateY(-10vw)}
  .home-about article{flex:0 0 100%;padding-top:15px}
  .home-about h3{font-size:18px}
  .home-news dt{font-size:30px}
  .home-news article{width:calc(100% - 75px)}
  .home-news article a{font-size:16px}
  .home-news article p {font-size:12px}
  .page-box h1{padding:20px;font-size:20px}
  .content .item{flex:0 0 100%;margin-bottom:30px}
  .page-case-table dd{font-size:12px}
}
@media (max-width:512px) {
  .home-box {padding:20px 0}
  .main-title {padding-bottom:15px}
  .main-title span{font-size: 16px}
  .main-title:after{height:3px}
  .home-about h3{font-size:16px;padding-bottom:30px}
  .home-about h3:after{bottom:12px}
  .home-about p{font-size:12px}
  .banner-page {height:140px}
  .footer {padding:20px 0}
  .footer .logo img{max-height:22px}
  .footer .qrcode li{flex:0 0 25%}
  .home-news ul{margin-top:20px}
  .home-news li{flex: 0 0 100%;width:100%;margin-bottom:18px}
  .home-news dt{font-size:28px}
  .home-news article a{font-size:14px}
  .article-list dl{flex:0 0 80px;width:80px;height:100%;padding:12px 0}
  .article-list dt{font-size:20px}
  .article-list dd{font-size:12px}
  .article-list article a {font-size:15px}
  .article-list article p{font-size:12px}
  .page-box h1{padding:20px;font-size:17px}
  .page-box p{font-size:12px}
  .content {margin:30px 0 10px}
  .content .item{border-bottom:solid 1px #eee;padding-bottom:15px}
  .content .item:last-child{margin-bottom:0}
  .content .item:before{width:46px;height:46px}
  .content .item h5{font-size:14px}
  .content .item span{font-size:12px}
}