.hero-swiper .swiper-pagination{bottom:40px;}
.search-bar-wrapper .search-input-group form {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 240px;
}
.litpic{position:relative;width:100%;height:auto;padding-bottom:66.666%;overflow:hidden;}
.litpic img{position:absolute;width:100% !important;height:100% !important;object-fit:cover;}
body.list_news .news-card-image{height:auto;}
body.list_news .news-card:nth-child(1){grid-column:span 2;}
body.list_news .news-card:nth-child(1) .litpic{padding-bottom:40%;}
img{max-width:100%;}
body.download .download-meta .meta-item{text-transform:uppercase;}
body.index .product-img img{width:100%;height:100%;object-fit:contain;}
body.index .news-item:last-child{border:0;}
.search-box form{display: flex; align-items: center;width:100%;}
.search_select{margin-right: 20px;}
.search_select select{
    padding: 8px 16px;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    background: white;
    font-size: 0.95rem;
    color: var(--text-dark);
    outline: none;
    cursor: pointer;
}

.article-body img{max-width:100%;height:auto;}





.mobile_header{display:none;}

@media (max-width: 1200px) {
    .header{display:none;}
    .hero-swiper,.page-banner{margin-top:50px;}
    .page-banner{padding:60px 0;}
    .mobile_header{display:block;height:50px;line-height:50px;background: #fff;position: fixed;width:100%;top:0;left:0;z-index:999;}
.mobile_header a.logo{display:inline-block;height:100%;}
.mobile_header img{height:40px;display:inline-block;vertical-align: middle;}

.btn_i {
    display: block;
    position: absolute;
    right: 15px;
    top: 26px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
 .btn_i small,  .btn_i:before,  .btn_i:after {
    display: block;
    content: '';
    width: 24px;
    height: 2px;
    background: var(--primary);
    border-radius: 4px;
    margin: 6px 0;
}
.mobile_header .btn_i_click:before {
    transform: rotateZ(45deg);
    transform-origin: 0px 5px;
}
.mobile_header .btn_i_click:after {
    transform: rotateZ(-45deg);
    transform-origin: 4px -1px;
}
.mobile_header .btn_i_click small {
    opacity: 0;
}
.m_nav{background:#fff;display:none;}
.m_nav li{margin:0 10px;border-bottom: 1px solid #eaedef;}
.m_nav li .m_pnav a{display:block;font-size:16px;color:#333;padding:0 10px;line-height:50px;}
.m_nav li .m_pnav a i {
    width: 11px;
    height: 6px;
    float: right;
    display: inline-block;
    margin-top: 22px;
    background: url(../images/navdown.png) no-repeat center center / 100% auto;
}
.m_nav li .m_pnav a i.up {
    background: url(../images/navup.png) no-repeat center center / 100% auto;
}
.m_nav li.on .m_pnav a{color:var(--primary);}
.m_snav{background: #f7f7f7;display:none;}
.m_snav dl{margin-bottom:0;}
.m_snav dl dd{margin:0 10px;border-bottom: 1px solid #eaedef;}
.m_snav dl dd:last-of-type{border:0;}
.m_snav dl dd a{display:block;font-size:14px;color:#666;padding:0 10px;line-height:40px;}

.yb_conct{display:none;}

/* 工具栏 */
#toolbar {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 50px;
	left: 0;
	background:var(--primary);
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: var(--primary);
}
#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center;
}
#toolbar .list a {
	display: block;
	height: 50px;
	line-height: 14px;
	font-size: 14px;
	padding-top: 0px;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 21px;
	height: 20px;
	display: block;
	margin-bottom: 6px;
	margin-top:6px;
	background-position: -45px -12px;
}
#toolbar .list li:nth-child(2) s {
background-position: 0px -12px;
}
#toolbar .list li:nth-child(3) s {
background-position: -21px -12px;
}
#toolbar .list li:nth-child(4) s {
background-position: -71px -12px;
width:18px;
height:18px;
}
/*#toolbar .list li:hover {
	background: #fbdd16;
}*/

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    background-size: 144px auto;
    vertical-align: middle;
}

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top:calc(50% - 135px);
	left: 0;
	right: 0;
	width: 250px;
	height: 250px;
	padding: 20px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width: 170px;
	height: 170px;
	display: block;
	margin: 34px auto 0;
}
#wxnr p {
	font-size: 14px;
	line-height: 27px;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 60px;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 2px 6px;
	line-height: 20px;
	background-color: #127a44;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 24px;
	background-image: url(../images/wx.png);
	background-size: 14px;
	background-position: 6px center;
	background-repeat: no-repeat;
}


}

@media (max-width: 768px) {
    .about-stats{flex-wrap:wrap;}
	.hero-swiper .swiper-pagination{bottom:20px;}
    .search-bar-wrapper .search-input-group i{display:none;}
    .search-bar-wrapper .search-btn{padding:12px 16px !important;}

    .product-table tr th:nth-child(1), .product-table tr td:nth-child(1){min-width:300px;}
    body.list_news .news-grid{grid-template-columns: repeat(1,minmax(0,1fr));}
    body.list_news .news-card:nth-child(1) {
        grid-column: unset;
    }
	.footer{margin-top:30px;padding:30px 0;}
}
