.index_title p{font-size: 3.6em;font-weight: bold;position: relative;display: inline-block;padding-bottom: 24px;line-height: 1;}
.index_title p::after{content: '';width: 2.2em;height: 4px;background-color: var(--primary-color);border-radius: 2px;display: block;position: absolute;bottom: 0;left: calc(50% - 1.1em);}

.index_products .title{background-color: #f1f1f1;text-align: center;font-weight: bold;font-size: 1.8em;}
.index_products .swiper{width: calc(50% - 15px);}
.index_products .swiper-slide{border-radius: 8px;overflow: hidden;display: flex;flex-direction: column;}
.index_products .swiper-slide img{flex: 1;width: 100%;object-fit: cover;}
.index_products .swiper-slide:hover img{transform: scale(1.02);}
.index_products .swiper .title{padding: 15px 10px;}
.index_products .swiper-button-next, 
.index_products .swiper-button-prev{width: 35px;height: 50px;background-color: rgba(0, 0, 0, .6);font-weight: bold;font-size: 18px;color: #fff;}
.index_products .swiper-button-next{right: 0;}
.index_products .swiper-button-prev{left: 0;}
.index_products .swiper-button-next:hover, 
.index_products .swiper-button-prev:hover{background-color: var(--primary-color);}

.index_products .lists{width: calc(50% - 15px);gap: 30px;}
.index_products .lists li{width: calc(50% - 15px);border-radius: 6px;overflow: hidden;transition: all .3s ease-out;}
.index_products .lists .title{padding: 10px;border-bottom: 3px solid transparent;}
.index_products .lists li:hover{box-shadow: 0 0 15px #ccc;}
.index_products .lists li:hover img{transform: scale(1.02);}
.index_products .lists li:hover .title{color: var(--primary-color);border-color: var(--primary-color);}

.index_about{background: url(../images/bg01.jpg) no-repeat left bottom/50%;}
.index_about .txt{width: 42%;padding-bottom: 50px;}
.index_about .p1{font-size: 3.6em;margin: 40px 0 10px;font-weight: bold;}
.index_about .p2{font-size: 2.2em;color: var(--primary-color);font-weight: bold;}
.index_about .p3{font-size: 1.6em;color: #333;line-height: 1.7;margin: 20px 0;}
.index_about .more{width: 120px;height: 40px;line-height: 40px;background: url(../images/bg02.png) no-repeat center/100% 100%;font-size: 1.6em;font-weight: bold;color: var(--primary-color);text-align: center;display: block;transition: all .3s ease-out;}
.index_about .more:hover{filter: drop-shadow(2px 2px 6px var(--primary-color));}
.index_about .pic{width: 50%;}
.index_about .pic img{height: 100%;object-fit: cover;border-top-left-radius: 40px;}

.counters .flex{align-items: flex-end;line-height: 1;position: relative;}
.counters .counter{font-size: 6em;color: var(--primary-color);font-family: Arial;font-weight: normal;}
.counters span{font-size: 2.2em;color: #333;position: absolute;top: 0;right: 10px;}
.counters p{font-size: 2em;color: #333;margin: 0 0 10px 10px;}
.counters .p{font-size: 1.8em;color: #333;}

.index_use{background-color: #f7f7f7;}
.index_use .swiper{width: 100%;height: 500px;padding-bottom: 50px;}
.index_use .swiper-slide{padding: 60px 0 20px;color: #fff;transition: all 1s ease-out;}
.index_use .swiper-slide.swiper-slide-prev{padding: 60px 0 20px calc(50% + 10px);}
.index_use .swiper-slide.swiper-slide-next{padding: 60px calc(50% + 10px) 20px 0;}
.index_use .swiper-slide .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 16px;overflow: hidden;;transition: all .3s ease-out;}
.index_use .swiper-slide .pic img{width: 100%;height: 100%;object-fit: cover;border-radius: 14px;}
.index_use .swiper-slide .pic:hover img{transform: scale(1.02);}
.index_use .swiper-slide:not(.swiper-slide-active) .inner{height: 100%;position: relative;border-radius: 10px;overflow: hidden;}
.index_use .swiper-slide:not(.swiper-slide-active) .inner::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.index_use .swiper-slide:not(.swiper-slide-active) .title{position: absolute;top: 50%;left: 0;text-align: center;transform: translateY(-50%);z-index: 2;width: 100%;color: #9d9d9d;}
.index_use .swiper-slide:not(.swiper-slide-active) .title::after,
.index_use .swiper-slide:not(.swiper-slide-active) .desc,
.index_use .swiper-slide:not(.swiper-slide-active) .more{display: none;}

.index_use .swiper-slide.swiper-slide-active .inner{background-color: var(--primary-color);border-radius: 10px;padding: 50px 5% 50px 50%;}
.index_use .swiper-slide.swiper-slide-active .pic{left: 5%;border: 5px solid #fff;width: 42%;}
.index_use .swiper-slide .title{font-size: 2.4em;line-height: 1;}
.index_use .swiper-slide.swiper-slide-active .title::after{content: '';width: 6em;height: 4px;background-color: #fff;display: block;margin: 30px 0 40px;}
.index_use .swiper-slide.swiper-slide-active .desc{font-size: 1.6em;line-height: 1.8;height: 86px;}
.index_use .swiper-slide.swiper-slide-active .more{padding: 5px 20px;border: 1px solid #fff;font-size: 1.6em;display: inline-block;}
.index_use .swiper-slide.swiper-slide-active .more:hover{background-color: #fff;}

.index_news li .title{font-size: 2em;font-weight: bold;}
.index_news li .desc{font-size:1.5em;color: #757575;margin: 20px 0;}
.index_news li .date{font-size:1.4em;color: #757575;}

.index_news .left{width: 60%;}
.index_news .left li{width: calc(50% - 15px);height: 100%;border-radius: 6px;overflow: hidden;}
.index_news .left li a{height: 100%;display: flex;flex-direction: column;}
.index_news .left li .pic{width: 100%;flex: 1;}
.index_news .left li .pic img{height: 100%;object-fit: cover;}
.index_news .left li .txt{background-color: #f7f7f7;padding: 30px;transition: all .3s ease-out;}
.index_news .left li .more{font-size: 1.6em;letter-spacing: 1px;align-items: center;color: #333;margin-top: 20px;transition: all .3s ease-out;}
.index_news .left li .more img{height: 6px;margin-left: 15px;}
.index_news .left li:hover .txt{background-color: var(--primary-color);}
.index_news .left li:hover .pic img{transform: scale(1.02);}
.index_news .left li:hover .title,
.index_news .left li:hover .desc,
.index_news .left li:hover .date,
.index_news .left li:hover .more{color: #fff;}
.index_news .left li:hover .more img{filter: brightness(0) invert(1)}

.index_news .right{width: calc(40% - 30px);background-color: #f7f7f7;border-radius: 6px;padding: 0 30px;}
.index_news .right li{padding: 30px 0;border-bottom: 1px solid #d0d1d1;}
.index_news .right li:last-child{border-bottom: 0;}

.page_banner{width: 100%;height: 33.13vw;padding: 90px 0 0 15%;display: flex;flex-direction: column;justify-content: center;}
.page_banner p{font-size: 5em;color: #fff;font-weight: bold;letter-spacing: 4px;}

.page_topbar{padding: 20px 0;border-bottom: 1px solid #e5e5e5;}
.page_topbar .nav{flex: 1;}
.page_topbar .nav li{margin-right: 40px;}
.page_topbar .nav li:last-child{margin-right: 0;}
.page_topbar .nav li a{padding: 8px 15px;border-radius: 8px;font-size: 1.8em;display: block;}
.page_topbar .nav li.on a{background-color: var(--primary-color);color: #fff;position: relative;}
.page_topbar .nav li.on a::before{content: '';width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid var(--primary-color);position: absolute;bottom: -13px;left: calc(50% - 8px);}
.page_topbar .children{margin-top: 20px;background-color: var(--primary-color);border-radius: 8px;padding: 5px;}
.page_topbar .children a{padding: 3px 10px;font-size: 1.8em;color: #fff}
.page_topbar .children a:hover,
.page_topbar .children a.on{color: #333;}

.page_topbar .position{font-size: 1.6em;color: #999;padding-left: 30px;background: url(../images/icon_home.png) no-repeat left center/18px;}

.page_products .list li{width: calc(33.333% - 20px);margin: 30px 30px 0 0;position: relative;background-color: #e6f3ec;border-radius: 8px;overflow: hidden;transition: all .4s ease-out;}
.page_products .list li:nth-child(3n){margin-right: 0;}
.page_products .list li::before,
.page_products .list li::after{content: '';position: absolute;top: 0;z-index: 1;width: 0;height: 100%;opacity: 0;transition: inherit;}
.page_products .list li::before{left: 50%;}
.page_products .list li::after{right: 50%;}
.page_products .list li a{padding: 20px;position: relative;z-index: 2;display: block;transition: inherit;}
.page_products .list li a::before,
.page_products .list li a::after{content: '';position: absolute;width: 40%;height: 2px;background-color: var(--primary-color);transition: inherit;}
.page_products .list li a::before{left: 20px;top: 20px;}
.page_products .list li a::after{right: 20px;bottom: 20px;}
.page_products .list li .inner{display: block;padding: 20px 40px;position: relative;text-align: center;transition: inherit;}
.page_products .list li .inner::before,
.page_products .list li .inner::after{content: '';position: absolute;width: 2px;height: 55%;background-color: var(--primary-color);transition: inherit;}
.page_products .list li .inner::before{left: 0;top: 0;}
.page_products .list li .inner::after{right: 0;bottom: 0;}
.page_products .list li .title{font-size: 2em;font-weight: bold;transition: inherit;}
.page_products .list li .desc{font-size: 1.6em;color: #a09f9f;margin: 8px 0 15px;transition: inherit;}
.page_products .list li .layui-icon{font-size: 32px;color: var(--primary-color);transition: inherit;}
.page_products .list li .pic{border-radius: 12px;overflow: hidden;transition: inherit; position: relative; padding-top: 77%; }
.page_products .list li .pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.page_products .list li:hover::before,
.page_products .list li:hover::after{width: 50%;background-color: var(--primary-color);opacity: 1;}
.page_products .list li a:hover .title,
.page_products .list li a:hover .desc,
.page_products .list li a:hover .layui-icon{color: #fff;}
@keyframes line1 {
	from {width: 0;}
	to {width: 40%;}
}
@keyframes line2 {
	from {height: 0;}
	to {height: 55%;}
}
.page_products .list li a:hover::before,
.page_products .list li a:hover::after{background-color: #fff;animation: line1 .5s linear .1s;}
.page_products .list li a:hover .inner::before,
.page_products .list li a:hover .inner::after{background-color: #fff;animation: line2 .5s linear .1s;}

.page_products_detail .top_pics{width: 60%;height: 590px;}
.page_products_detail .top_pics .swiper-slide{border-radius: 8px;overflow: hidden;}
.page_products_detail .top_pics img{width: 100%;height: 100%;object-fit: cover;}
.page_products_detail .top_pics .swiper1{width: calc(100% - 200px);height: 100%;margin: 0;}
.page_products_detail .top_pics .swiper2{width: 170px;height: 100%;margin: 0;}
.page_products_detail .top_pics .swiper2 .swiper-slide{border: 1px solid transparent;cursor: pointer;}
.page_products_detail .top_pics .swiper2 .swiper-slide-thumb-active{border-color: var(--primary-color);}
.page_products_detail .top_pics .swiper-button-next,
.page_products_detail .top_pics .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px;background-color: rgba(255, 255, 255, .8);font-size: 16px;font-weight: bold;color: #000;}

.page_products_detail .top_info{width: calc(40% - 50px);}
.page_products_detail .top_info .item{border-bottom: 1px solid #ccc;padding: 20px 0;font-size: 1.6em;color: #333;}
.page_products_detail .top_info .item:last-child{border-bottom: 0;padding-bottom: 0;}
.page_products_detail .top_info .item h1{font-size: 1.6em;}

.page_products_detail .tab{border-bottom: 2px solid var(--primary-color);}
.page_products_detail .tab li{padding: 10px 30px;font-size: 1.8em;background-color: #eee;font-weight: bold;margin-right: 20px;cursor: pointer;}
.page_products_detail .tab li.layui-this{background-color: var(--primary-color);color: #fff;}
.page_products_detail .detail .section{display: none;}

.swiper_related .type_name{font-size: 2em;font-weight: bold;border-bottom: 2px solid #eee;padding-bottom: 20px;}
.swiper_related .swiper{padding-bottom: 50px;}
.swiper_related .pic{border-radius: 10px;overflow: hidden;display: block; padding-top: 77%; position: relative; }
.swiper_related .pic img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.swiper_related .swiper-slide:hover .pic img{transform: scale(1.02);}
.swiper_related .title{margin-top: 15px;font-size: 1.6em;font-weight: bold;text-align: center;}
.swiper_related .swiper-slide:hover .title{color: var(--primary-color);}

.about_title p{font-size: 2.4em;font-weight: bold;text-align: center;color: var(--primary-color);line-height: 1;letter-spacing: 2px;}
.about_title p::after{content: '';width: 3em;height: 3px;background-color: var(--primary-color);display: block;margin: 20px auto 0;}
.about_title.white p{color: #fff;}
.about_title.white p::after{background-color: #fff;}

.page_about .about .txt{width: 48%;}
.page_about .about .p1{font-size: 1.6em;color: #333;line-height: 1.8;}
.page_about .about .pic{width: calc(52% - 50px);}

.page_about .culture{background: url(../images/bg_culture.jpg) no-repeat center/cover;}
.page_about .culture li{width: 33.333%;height: 300px;padding: 80px 8% 0 8%;background-position: left top;transition: all .3s ease-out;}
.page_about .culture li .p1{font-size: 2em;color: #fff;font-weight: bold;}
.page_about .culture li .p2{font-size: 1.5em;color: rgba(255, 255, 255, .8);margin-top: 10px;transition: all .3s ease-out;}
.page_about .culture li:hover{background-position: right bottom;}
.page_about .culture li:hover .p2{margin-top: 15px;}

.page_about .history{background: url(../images/bg_history.jpg) no-repeat center/cover;}
.page_about .history .swiper{}
.page_about .history .swiper::after{content: '';width: 100%;height: 0;border: 1px dashed #ccc;position: absolute;bottom: 16px;left: 0;overflow: hidden;}
.page_about .history .swiper-slide{width: auto;height: auto;max-width: 50%;padding: 0 50px 30px;text-align: center;}
.page_about .history .swiper-slide-active::before,
.page_about .history .swiper-slide-active::after{content: '';display: block;position: absolute;left: 50%;transform: translateX(-50%);border-radius: 40px;transition: all .4s ease-out;}
.page_about .history .swiper-slide-active::before{bottom: 0;width: 31px;height: 31px;border: 1px solid var(--primary-color);}
.page_about .history .swiper-slide-active::after{bottom: 6px;width: 21px;height: 21px;background-color: var(--primary-color);}
.page_about .history .swiper-slide .year{font-size: 2.4em;color: #333;}
.page_about .history .swiper-slide .desc{font-size: 1.6em;color: #333;margin: 10px 0 30px;}
.page_about .history .swiper-slide-active .year{color: var(--primary-color);}
.page_about .history .swiper-pagination{bottom: 20px;}

.page_about .honor .section{padding: 0 60px;}
.page_about .honor .pic{background-color: #f2f2f2;padding: 5px 10px;cursor: pointer;}
.page_about .honor .pic:hover img{transform: scale(1.02);}
.page_about .honor .title{padding: 10px;background-color: var(--primary-color);font-size: 1.6em;color: #fff;text-align: center;}
.page_about .honor .swiper-button-next,
.page_about .honor .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px;background-color: #999;font-size: 16px;font-weight: bold;color: #fff;}
.page_about .honor .swiper-button-next{right: 0;}
.page_about .honor .swiper-button-prev{left: 0;}
.page_about .honor .swiper-button-next:hover,
.page_about .honor .swiper-button-prev:hover{background-color: var(--primary-color);}

.page_about .partner{background: url(../images/bg_partner.jpg) no-repeat center/cover;}
.page_about .partner .swiper-slide{height: 96px;background-color: #fff;padding: 20px 15px;display: flex;justify-content: center;align-items: center;}
.page_about .partner .swiper-slide img{max-height: 100%;}

.page_use .list li{width: calc(33.333% - 20px);margin: 30px 30px 0 0;}
.page_use .list li:nth-child(3n){margin-right: 0;}
.page_use .list li a{border: 1px solid #eee;position: relative;display: block;;transition: all .3s ease-out;}
.page_use .list li a::after{content: '';display: block;position: absolute;top: 0;left: 0;z-index: -1;width: 0;height: 100%;background-color: var(--primary-color);}
.page_use .list li .pic{overflow: hidden;}
.page_use .list li .btm{padding: 15px 20px;position: relative;transition: all .3s ease-out;}
.page_use .list li .title{flex: 1;font-size: 1.6em;}
.page_use .list li .more{font-size: 1.6em;align-items: center;}
.page_use .list li .line{width: 2em;height: 4px;margin-right: 15px;background-color: var(--primary-color);position: relative;}
.page_use .list li .line::after{content: '';display: block;position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: #fff;}
.page_use .list li a:hover .pic img{transform: scale(1.05);}
.page_use .list li a:hover{border-color: var(--primary-color);}
.page_use .list li a:hover::after{width: 100%;transition: all .5s ease-out;}
.page_use .list li a:hover .btm{color: #fff;}
.page_use .list li a:hover .line::after{width: 100%;transition: all .3s ease-out .4s;}

.page_news .list li{margin-top: 30px;}
.page_news .list li a{padding: 20px 20px 20px 40px;background-color: #f8f8f8;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;}
.page_news .list li a::before{content: '';display: block;position: absolute;top: 0;left: 0;width: 15px;height: 100%;background-color: #000;}
.page_news .list li a::after{content: '';display: block;position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: var(--primary-color);opacity: 0;;transition: all .3s ease-out;}
.page_news .list li .pic{width: 150px;}
.page_news .list li .txt{width: calc(100% - 180px);}
.page_news .list li .title{font-size: 1.8em;font-weight: bold;}
.page_news .list li .desc{font-size: 1.5em;color: #999;margin: 15px 0 10px;}
.page_news .list li .btm{align-items: flex-end;}
.page_news .list li .date{font-size: 1.4em;color: #c5c4c4;}
.page_news .list li .more{font-size: 1.4em;color: #999;border: 1px solid #e5e5e5;border-radius: 30px;padding: 0 20px;height: 34px;line-height: 34px;position: relative;z-index: 1;overflow: hidden;transition: all .3s ease-out;}
.page_news .list li .more::after{content: '';display: block;position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: var(--primary-color);z-index: -1;transition: inherit;}
.page_news .list li .more i{font-size: 14px;margin-left: 5px;font-weight: bold;}
.page_news .list li a:hover::after{width: 15px;opacity: 1;}
.page_news .list li a:hover .more{border-color: var(--primary-color);color: #fff;}
.page_news .list li a:hover .more::after{width: 100%;;}

.page_detail h1.title{margin-bottom: 20px;text-align: center;font-size: 2.6em;line-height: 1.2;}
.page_detail .others{background-color: #e5e5e5;text-align: center;padding: 12px 10px;}
.page_detail .others span{color: #3f3f3f;font-size: 1.4em;margin-left: 20px;}
.page_detail .others span:first-child{margin-left: 0;}

.page_contact {overflow: hidden;}
.page_contact .main .top h1{font-size: 2.4em;color: var(--primary-color);letter-spacing: 2px;display: inline-block;}
.page_contact .main .top h1::before,
.page_contact .main .top h1::after{content: '';position: absolute;top: calc(50% - 1px);width: 30px;height: 2px;background-color: #ccc;}
.page_contact .main .top h1::before{left: -40px;}
.page_contact .main .top h1::after{right: -40px;}
.page_contact .main li{width: calc(25% - 20px);box-shadow: 0 0 10px #eee;border-radius: 8px;padding: 30px 15px;text-align: center;}
.page_contact .main li .icon{height: 35px;width: 35px;object-fit: contain;}
.page_contact .main li .p1{font-size: 1.8em;color: var(--primary-color);margin: 15px 0 10px;font-weight: bold;}
.page_contact .main li .p2{font-size: 1.6em;color: #333;}
.page_contact .main li.qrcode{align-items: center;justify-content: center;}
.page_contact .main li.qrcode img{height: 140px;}
.page_contact .main li .p3{font-size: 1.6em;width: 16px;line-height: 1.2;color: var(--primary-color);margin-left: 5px;}

.page_contact .map{height: 400px;}

.detail{font-size: 1.6em;color: #434343;line-height: 1.8;}
.detail p+p{ margin-top: 10px; }

.pager-list{ text-align:center; margin: 80px 0 120px;}
.pager-list ul{ display: inline-flex;}
.pager-list li{ padding: 0 6px;}
.pager-list li.prev> *,
.pager-list li.next> *{background: none;border: 1px solid #e6e6e6;}
.pager-list li> *{ display: inline-flex;justify-content: center;align-items: center; height: 40px;line-height: 40px;padding: 0 15px;font-size: 1.4em;color: #333;border: 1px solid #e6e6e6;}
.pager-list li a:hover{ background: var(--primary-color) !important; color:#fff !important;border-color: var(--primary-color) !important;}
.pager-list li.active> *{ color:#fff !important; background: var(--primary-color) !important;}
.pager-list li.disabled> *{ cursor:auto;}
.pager-list li.active> span:hover, 
.pager-list li.active> a:hover{ background:var(--primary-color) !important; color: #fff !important;border-color: var(--primary-color) !important;}

.turn_page{align-items: center;background-color: #eee;padding: 10px 20px;}
.turn_page li{width: calc(50% - 30px);font-size: 1.6em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.turn_page li:last-child{text-align: right;}

@media screen and (max-width: 1440px){
	.page_products_detail .top_pics{height: 450px;}
	.page_products_detail .top_pics .swiper1{width: calc(100% - 140px);}
	.page_products_detail .top_pics .swiper2{width: 120px;}

	.page_products_detail .top_info{width: calc(40% - 20px);}
	.page_products_detail .top_info .item:first-child{padding-top: 0;}
	.page_products_detail .top_info .item h1{line-height: 1;font-size: 1.4em;}
}

@media screen and (max-width: 1366px){
	.index_about .txt{width: 46%;}
	.index_about .p1{font-size: 2em;}
	.index_about .p2{font-size: 1.8em;}
	.index_about .p3{font-size: 1.5em;}

	.counters .counter{font-size: 4em;}
	.counters span{font-size: 1.8em;}
	.counters p{font-size: 1.5em;margin-bottom: 5px;}
	.counters .p{font-size: 1.5em;}
}

@media screen and (max-width: 1270px){
	.index_news .left li .txt{padding: 20px;}
	.index_news .right{padding: 0 20px;}
	.index_news .right li{padding: 20px 0;}
	.index_news .right li .title{font-size: 1.6em;}
	.index_news .right li .desc{margin: 10px 0;}
	.index_news li .desc{margin: 15px 0;font-size: 1.4em;}

	.page_banner{padding: 60px 0 0 10%;}
	.page_banner p{font-size: 3.6em;}

	.page_topbar .nav li{margin-right: 15px;}
	.page_topbar .nav li a{font-size: 1.6em;padding: 8px 10px;}
	.page_topbar .position{font-size: 1.4em;padding-left: 22px;}
	.page_topbar .children a{font-size: 1.5em;}

	.pager-list{margin: 60px 0 80px;}
	.pager-list li{padding: 0 2px;}
	.pager-list li> *{font-size: 1.2em;height: 32px;line-height: 32px;padding: 0 11px;}

	.turn_page li span{font-size: 1.4em;}
}

@media screen and (max-width: 1024px){
	.index_title p{font-size: 2.8em;}

	.index_products .swiper{width: 100%;}
	.index_products .lists{width: 100%;margin-top: 30px;}

	.index_about .txt{width: 100%;}
	.index_about .pic{width: 100%;}

	.index_news .left{width: 100%;}
	.index_news .right{width: 100%;margin-top: 30px;}

	.page_banner{height: 36vw;}
	.page_banner p{font-size: 2.8em;}

	.page_topbar .position{display: none;}
	.page_topbar .nav li{margin-right: 0;}
	.page_topbar .nav li a{padding: 5px 10px;}
	.page_topbar .nav li.on a::before{display: none;}
	.page_topbar .children{margin-top: 10px;}

	.page_products .list{justify-content: space-between;}
	.page_products .list li{width: calc(50% - 15px);margin: 30px 0 0 0 !important;}
	.page_products .list li .inner{padding: 20px;}
	.page_products .list li .title{font-size: 1.6em;}
	.page_products .list li .desc{font-size: 1.4em;}
	.page_products .list li .layui-icon{font-size: 26px;}

	.page_products_detail .top_info .item{padding: 15px 0;font-size: 1.5em;}
	.page_products_detail .tab li{padding: 8px 20px;font-size: 1.6em;}

	.page_use .list{justify-content: space-between;}
	.page_use .list li{width: calc(50% - 15px);margin: 30px 0 0 0 !important;}

	.page_detail h1.title{font-size: 2em;}
	.swiper_related .title{font-size: 1.5em;margin-top: 10px;}

	.page_news .list li a{padding: 15px 15px 15px 25px}
	.page_news .list li a::before{width: 10px;}
	.page_news .list li .date{font-size: 1.2em;}
	.page_news .list li .txt{width: calc(100% - 170px);}

	.page_about .about .txt{width: 100%;margin-bottom: 40px;}
	.page_about .about .pic{width: 100%;}
	.page_about .culture li{height: auto;padding: 50px 20px;}
	.page_about .history .swiper-slide{padding: 0 20px 30px;}
	
	.page_contact .main li{width: calc(50% - 15px);margin-bottom: 30px;}
	.page_contact .main li .icon{height: 30px;}
	.page_contact .main li .p2{font-size: 1.4em;}
	.page_contact .main li.qrcode img{height: 110px;}
	.page_contact .main li .p3{font-size: 1.4em;}
}

@media screen and (max-width: 768px){
	.index_about{margin-top: 20px;}
	.index_about .txt{padding-bottom: 35px;}
	
	.page_banner{height: 40vw;}
	.page_banner p{font-size: 2.6em;letter-spacing: 2px;}

	.page_products_detail .top_pics{width: 100%;height: 50vw;}
	.page_products_detail .top_pics .swiper1{width: calc(100% - 75px);}
	.page_products_detail .top_pics .swiper2{width: 60px;}

	.page_products_detail .top_info{width: 100%;margin-top: 20px;}

	.page_use .list li{width: 100%;}

	.page_about .partner .swiper-slide{height: 60px;padding: 15px 10px;}
	
	.page_about .culture ul{flex-wrap: wrap;}
	.page_about .culture li{width: 100%;padding: 30px;}
	.page_about .history .swiper-slide{padding: 0 30px 30px;max-width: 60%;}
	.page_about .history .swiper-slide .desc{font-size: 1.5em;}

	.page_contact .main .top h1{font-size: 2em;letter-spacing: 1px;}

	.turn_page{padding: 8px 10px;}
	.turn_page li{width: calc(50% - 2px);font-size: 1.4em;}
}

@media screen and (max-width: 525px){
	.index_title p{font-size: 2.4em;}

	.index_about .p1{margin: 20px 0 15px;}
	.index_about .p2{font-size: 1.6em;}

	.index_products .lists{margin-top: 20px;gap: 20px;}
	.index_products .lists li{width: calc(50% - 10px);}
	.index_products .lists .title{font-size: 1.6em;padding: 5px;}

	.index_use .swiper{height: auto;}
	.index_use .swiper-slide .title{font-size: 1.8em;}
	.index_use .swiper-slide.swiper-slide-active .title::after{margin: 20px 0;height: 2px;}
	.index_use .swiper-slide.swiper-slide-active .desc{font-size: 1.4em;line-height: 1.5;height: auto;}
	.index_use .swiper-slide.swiper-slide-active .more{font-size: 1.4em;}

	.index_news .left li{width: 100%;height: auto;margin-bottom: 20px;}
	.index_news .left li:last-child{margin-bottom: 0;}
	.index_news .left li .pic{flex: 0;height: 50vw;}
	.index_news .left li .more{font-size: 1.4em;margin-top: 15px;}
	.index_news .right{margin-top: 20px;}

	.page_banner{height: 45vw;}
	.page_banner p{font-size: 2.4em;}

	.page_products .list li{width: 100%;}

	.page_products_detail .tab li{padding: 6px 12px;margin-right: 10px;font-size: 1.4em;}

	.page_news .list li .pic{width: 100%;}
	.page_news .list li .txt{width: 100%;margin-top: 20px;}
	.page_news .list li .title{font-size: 1.6em;}
	
	.page_use .list li .btm{padding: 8px 10px;}
	.page_use .list li .more{font-size: 1.4em;}

	.page_contact .main li .p1{font-size: 1.6em;}
	.page_contact .main li{padding: 20px 10px;}

	.about_title p{font-size: 2em;}
	.page_about .about .p1{font-size: 1.5em;}
	.page_about .culture li .p1{font-size: 1.8em;}
	.page_about .honor .section{padding: 0 35px;}
	.page_about .honor .title{font-size: 1.5em;padding: 5px;}
	.page_about .history .swiper-slide{padding: 0 20px 30px;max-width: 100%;}
	.page_about .history .swiper-slide .year{font-size: 1.8em;}

}

@media screen and (max-width: 414px){
	
}