/*
* @Author: Sun Jijing
* @Date:   2025-01-15 10:28:21
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-01-15 10:28:21
*/

#content { padding: 1rem 0; }

/* 当前位置 */
.list-top { background: #00adeb; overflow: hidden; }
.position { height: 1.1rem; padding-left: 0.33rem; background: url(/hygk/uiFramework/commonResource/image/2025011512141857131.png) no-repeat left center; background-size: 0.23rem; display: inline-flex; align-items: center; }
.position * { font-size: 0.23rem; color: #fff; }

/* 二级导航 */
.list_nav_ul { overflow: hidden; }
.list_nav_ul li { height: 1.1rem; float: left; line-height: 1.1rem; padding: 0 0.7rem; }
.list_nav_ul li a { font-size: 0.3rem; color: #fff; }
.list_nav_ul li.on { background: #34c80d; }

/* 单篇文章 */
.article_page {  }
.article_page * { font-size: 0.24rem; line-height: 1.8em; color: #333; }
.article_page p { margin-bottom: 1em; text-align: justify; }

/* 荣誉资质 */
.ryzz_con { overflow: hidden; }
.ryzz_list { width: 110%; overflow: hidden; }
.ryzz_list li { width: 6.5rem; float: left; background: #f5f5f5; padding: 0.23rem; margin-right: 0.88rem; margin-bottom: 0.45rem; }
.ryzz_list li .img { height: 4.5rem; }
.ryzz_list li .img img { display: block; width: 100%; height: 100%; object-fit: contain; }
.ryzz_list li p { height: 0.75rem; line-height: 0.75rem; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.28rem; transition: all .6s; }
.ryzz_list li:hover p { background: #00adeb; color: #fff; }

/* 新闻列表 */
.news_list li { background: #f2f2f2; margin-bottom: 0.8rem; transition: all .4s; }
.news_list li a { overflow: hidden; display: flex; }
.news_list li .img { width: 6rem; height: 3.9rem; overflow: hidden; flex-shrink: 0; }
.news_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all .6s; }
.news_list li .txt { padding: 1rem; display: inline-flex; justify-content: space-between; width: 100%; }
.news_list li .tit { width: 9.2rem; font-size: 0.36rem; line-height: 2em; color: #000; }
.news_list li .date { font-size: 0.3rem; text-align: center; color: #666; }
.news_list li .date em { display: block; font-size: 1rem; font-weight: bold; font-family: Impact; }
.news_list li:hover { background: #fff; box-shadow: 0 0.3rem 1rem -0.1rem rgb(29 56 72 / 17%); }
.news_list li:hover .img img { transform: scale(1.1); }
.news_list li:hover .txt * { color: #c40c06;}
.news_list.hasSmy li .con { width: 72%; }
.news_list.hasSmy li .smy { font-size: 14px; line-height: 1.8em; height: 3.6em; color: rgb(112, 112, 112); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

/* 产品列表 */
.product_con { overflow: hidden; }
.product_list { width: 110%; overflow: hidden; margin-bottom: 20px; }
.product_list li { width: 4.8rem; float: left; padding: 0.1rem; margin-right: 0.68rem; background: #f5f5f5; position: relative; margin-bottom: 0.6rem; }
.product_list li::after { content: ''; display: block; width: 100%; height: 0; background: #00adeb; position: absolute; bottom: 0; left: 0; transition: all ease .5s; }
.product_list li a { display: block; position: relative; z-index: 2; }
.product_list li .img { height: 3.4rem; overflow: hidden; }
.product_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all ease .4s; }
.product_list li p { height: 0.6rem; line-height: 0.6rem; text-align: center; font-size: 0.25rem; font-weight: bold; transition: all ease .4s; }
.product_list li:hover::after { height: 100%; }
.product_list li:hover p { color: #fff; }
.product_list li:hover .img img { transform: scale(1.1); }

/* 页码样式 */
.page_wrap { text-align: center; font-size: 0.28rem; }
.page_wrap a, .page_wrap font { min-width: 0.5rem; height: 0.5rem; display: inline-block; border: 1px solid #e5eae6; border-radius: 0.05rem; text-align: center; line-height: 0.5rem; padding: 0 0.1rem; color: #8a8a8a; margin: 0 0.1rem; }
.page_wrap font, .page_wrap a:hover { background: #222a35; color: #fff; border-color: #222a35; }
.page_wrap span { display: none !important; !i; !; }
.page_wrap input { height: 0.5rem; border-radius: 0.05rem; border: 1px solid #e5eae6; padding: 0 0.1rem; width: 0.6rem; text-align: center; }
.page_wrap input.easysite-jump-btn { width: auto; }

/* 服务理念 */
.fwln_list { display: flex; justify-content: space-between; }
.fwln_list li { width: 6.55rem; padding: 0.2rem; background: #f5f5f5; position: relative; }
.fwln_list li::after { content: ''; display: block; width: 100%; height: 0; position: absolute; bottom: 0; left: 0; background: #00adeb; transition: all ease .4s; }
.fwln_list li a { display: block; position: relative; z-index: 2; }
.fwln_list li .img { height: 6.7rem; overflow: hidden; }
.fwln_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all ease .4s; }
.fwln_list li .txt { height: 1.55rem; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.fwln_list li .tit { font-size: 0.4rem; font-weight: bold; margin-bottom: 0.2rem; }
.fwln_list li .tips { font-size: 0.28rem; color: #999; }
.fwln_list li:hover::after { height: 100%; }
.fwln_list li:hover .img img { transform: scale(1.1); }
.fwln_list li:hover .txt * { color: #fff; }

@media screen and (max-width:768px) {
	.position { height: auto; padding: 10px 0 10px 25px; background-size: 16px; width: 100%; }
	.position * { font-size: 14px; }

	.list-top { padding: 10px 0 5px; }
	.list-top .fl { float: none; }
	.list_nav_ul li { width: 32%; height: auto; line-height: normal; padding: 10px 0; background: #fff; border-radius: 6px; margin-right: 2%; text-align: center; color: #333; margin-top: 10px; }
	.list_nav_ul li.on a { color: #fff; }
	.list_nav_ul li a { font-size: 16px; color: #333; }
	.list_nav_ul li:nth-child(3n) { margin-right: 0; }

	.article_page * { font-size: 16px; }
	.article_page iframe { height: 50vw; }

	.ryzz_list { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
	.ryzz_list li { width: 48%; margin-right: 0; }
	.ryzz_list li .img { height: 30vw; }
	.ryzz_list li p { font-size: 15px; }

	.news_list li a { flex-direction: column; }
	.news_list li .img { width: 100%; height: auto; }
	.news_list li .txt { padding: 20px 10px; }
	.news_list li .tit { font-size: 16px; }
	.news_list li .date { margin-left: 20px; }

	.page_wrap { font-size: 0; }
	.page_wrap a, .page_wrap font { min-width: 30px; height: 30px; line-height: 30px; font-size: 14px; }
	.page_wrap input { display: none; }

	.product_list { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; }
	.product_list li { width: 48%; margin-right: 0; }
	.product_list li p { font-size: 14px; }

	.fwln_list { flex-wrap: wrap; }
	.fwln_list li { width: 100%; margin-bottom: 20px; }
	.fwln_list li .img { height: auto; }
}