﻿﻿html,body,div,span,p,a,ul,li,h1,h2,h3,h4,h5,h6,dl,dd,dt{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
body{
	background: #f5f5f5;
    font-size: 14px;
    color: #222;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#36ad9e;
}
img{
	object-fit: cover;

}
.clearfix:after {
    clear: both;
    display: block;
    content: '';
}
.main{
	width:1200px;
	margin:0 auto;
}
/*header鎼滅储*/
.header_bg{
	height: 322px; position: relative; background:#74bba9 url(../images/index/banner_bg.png) no-repeat left;
}
.in_nav {
	height:50px;
}
.nav_wrap{
	height:40px;
	line-height:40px;
}
.nav_item::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 100%;
    width: 0;
    height: 3px;
    background: #fff;
    transition: 0.1s all linear;
}
.nav_item{
	float:left;
	position:relative;
}
.nav_item span a {
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 0 15px;
    text-align: center;
}
.nav_item span a:hover{    
	border-bottom:4px #fff solid;
	transition: 0.3s ease;
}
.nav_item:hover .nav_item-list{
    display: block;
}
.nav_item .nav_item-list {
    background: #fff;
    width: 100%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    z-index: 99;
    color: white;
    display: none;
}

.nav_item .nav_item-list li {
    border-bottom: 1px solid #c3c3c336;
}

.nav_item .nav_item-list li a {
    color: #36ad9e;

}
.nav_item .nav_item-list li a:hover {
    color: white;
}
.nav_item .nav_item-list li:hover{
    background: #c3c3c3;
}

/* 姹夊牎鎸夐挳锛氭闈㈢闅愯棌 */
.hamburger{ display:none; }
.logo{
	float:left;
}
.in_header{
	width:800px;
	height:84px;
	padding-top:60px;
}
.search{
	float:right;
}

.search_f{
	width: 610px;
    height: 48px;
    overflow: hidden;
    position: relative;
	background:#fff;
	border-radius:10px;
}
.search_text{
	width:478px;
	height:48px;
	line-height:48px;
	padding-left:30px;
	border:0;
}
input:focus {
    outline: 0;
    border: none;
}
.search_btn{
	width:100px;
	height:48px;
	background: #e1f3f1;
	color: #36ad9e;
	font-size:16px;
	border:0;
	float:right;
}
.search_hot{
	width:450px;
	font-size:13px;
	overflow: hidden;
    margin: 15px auto;
}
.search_hot a{
	color:white;
	background: rgb(0,0,0,0.1);
	padding:0 10px;
	display:block;
	float:left;
	margin-left:5px;
	border-radius:10px;
	height:25px;
	line-height:25px;
}
/*鐑棬瀹犵墿*/
.pet_hot{
	height:365px;
	position:relative;
}
.pet_con{
	position:absolute;
	top:-70px;
	height:410px;
	background:#fff;
	border-radius:10px;
}
.pet_t{
	width:1100px;
	height:30px;
	line-height:30px;
	margin-top:15px;
}
.pet_h3{
	float:left;
	color:#36ad9e
}
.pet_menu{
	float:left;
}
.pet_menu li{
	float:left;
	width:80px;
	text-align:center;
	position:relative;
}
.pet_menu .cur{
	color:#fff;
	background:#36ad9e;
	border-radius:30px;
}
.pet_menu .cur a{
	color:#fff;
	background:#36ad9e;
	border-radius:30px;
}
.pet_menu span{
	color:black;
	width:60px;
	height:30px;
	display:block;
	margin: 0 auto;
	line-height:30px;
}
.pet_menu span:hover{
	color:#fff;
	background:#36ad9e;
	border-radius:30px;
}
.pet_menu a{
	color:black;
	width:60px;
	height:30px;
	display:block;
	margin: 0 auto;
	line-height:30px;
}
.pet_menu a:hover{
	color:#fff;
	background:#36ad9e;
	border-radius:30px;
}
.pet_menu li::after{
    content: "";
    background: #bcb9b9;
    width: 1px;
    height: 22px;
    right: 0px;
    bottom: 5px;
    position: absolute;
	
}
.pet_c{
	width:1100px;
	height:600px;
	margin:0 auto;
}
.pet_c li{
	float:left;
	position:relative;
		transition: all 0.3s linear;

}
.pet_c h4{
    position: absolute;
    bottom: 28px;
    left: 45px;
    color: white;
    border: 1px solid #757474;
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pet_c img{
	width:140px;
	height:140px;
	border-radius:50%;
	margin: 30px 0 0 15px;
	overflow: hidden;

}
.pet_c li:hover {
	transform: scale(1.1);
}
.pet_c li:hover h4{
	color:#36ad9e;
	border: 1px solid #36ad9e;
}
.pet_c span:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.pet_c span{
	background: linear-gradient(to bottom,rgba(30,87,153,0) 0,rgba(30,86,151,0) 1%,rgb(0 0 0 / 50%) 100%);
	display:block;
	width:140px;
	height:140px;
	border-radius:50%;
	position:absolute;
    bottom: 4px;
    left: 15px;
}
/*鍥涘潡*/
.pet_hot2{
	height:200px;
}
.empty{
	margin:0
}
.pet_hot2 li{
	width:285px;
	height:150px;
	float:left;
	margin-right:20px;
	position:relative;
}
.pet_hot2 li img{
	border-radius:15px;
}
.pet_hot2 li:last-child {
    margin-right: 0;
}
.pet_hot2  .pet_four_t{
	position:absolute;
	right:20px;
	top:20px;
	font-size:26px;
	color:white;
	font-family:YouYuan;
	font-weight:900;
}
.pet_four_c{
	position:absolute;
	right:20px;
	top:70px;
	color:white;
	font-weight:900;
}
/*浠婃棩鎺ㄨ崘*/
.ban{
	width:1200px;
	height:420px;
	margin:0 auto;
	margin-top:50px;

}
.ban1{
	width:100%;
	height:50px;
	border-top:1px solid #d5d5d5;
}
.ban .ban1 .title{
	width:288px;
	margin:0 auto;
	position:relative;
	top:-30px;
}
.ban .ban1 .title .title_time{
	float:left;
	width: 62px;
    height: 56px;
    background-color: #fff;
	box-shadow: 0px 2px 5px rgb(17 6 11 / 15%);
    text-align: center;
	margin-left:30px;
}
.ban .ban1 .title .title_time .month{
	height: 20px;
    background: #ef5a52;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}
.ban .ban1 .title .title_time .day{
	font-size: 24px;
    color: #4b4b4b;
    font-weight: bold;
    line-height: 36px;
}
.ban .ban1 .title .title_t{
	height:56px;
	font-size:27px;
	margin: 0 auto;
	margin-left:120px;
	line-height:25px;
}
.ban .ban1 .title .title_t span{
	color:#74bba9;
	font-size:14px;
}
.ban .ban2{
	width:1200px;
	float:left;
}
.ban .ban2 .ban2_left{
	width:230px;
	padding-right:20px;
	float:left;
}
.ban .ban2 .ban2_left a{
	position:relative;
	width:230px;
	height:150px;
	display:block;
	overflow: hidden;
	margin-bottom:20px;
}
.ban .ban2 .ban2_left img{
	width:230px;
	height:150px;
	transition: all 0.3s linear;
}
.ban .ban2 .ban2_left img:hover {
    transform: scale(1.1);
}
.ban .ban2 .ban2_left .content{
	position:absolute;
	bottom:0px;
	background: linear-gradient(to bottom,rgba(30,87,153,0) 0,rgba(30,86,151,0) 1%,rgb(0 0 0 / 97%) 100%);
	height:35px;
	width:230px;
}
.ban .ban2 .ban2_left span{
	position:absolute;
	color:white;
	width:220px;
	top:3px;
	left:10px;
}
.ban .ban2 .ban2_middle{
	width:645px;
	float:left;
}
.ban .ban2 .ban2_middle h3{
	height: 31px;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 1;
    width: 98%;
	font-size: 24px;
    color: #333;
    font-weight: bold;
}
.ban2_middle h3:nth-child(8){
	padding-top:20px;
}
.ban .ban2 .ban2_middle ul{
	float:left;
	padding-bottom:20px;
}
.ban .ban2 .ban2_middle .article{
	float:left;
	display:block;
	width:322.5px;
	font-size:16px;
	overflow: hidden;
	line-height:40px;
	color:#333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ban .ban2 .ban2_middle img{
	width:24px;
	float:left;
	position:relative;
	top:8px;
	margin-right:15px;
}
.ban .ban2 .ban2_right{
	width:305px;
	height:100px;
	float:left;
}
.ad_1 img{
	width:305px;
	height:97px;
}
.ban2_right h6{
	padding: 18px 0 10px;
    line-height: 1;
    font-size: 16px;
    color: #43adc8;
    font-weight: normal;
}
.ban2 .ban2_right .ban2_r_hot{
	position:relative;
	height:75px;
	border-bottom:1px solid #e8e8e8;
}
.ban2 .ban2_right .ban2_r_hot img{
	width:126px;
	height:70px;
	margin-right:10px;
	float:left;
}
.ban2 .ban2_right .ban2_r_hot span{
	color:white;
	position:absolute;
	left:0px;
	top:50px;
	background:#e23232;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-size:12px;
}
.ban2 .ban2_right h4{
	float:left;
	overflow: hidden;
	height:22px;
	width:169px;
	line-height:22px;
}
.ban2 .ban2_right .ban2_r_hot p{
	font-size:12px;
	width:169px;
	height:48px;
	overflow:hidden;
	float:left;
	color:#bcb6b6;
}
.ban2_right_b{
	width:100%;
	height:102px;
}
.ban2_right_b li{
	float:left;
	height:22px;
	line-height:22px;
	margin-top:12px;
}
.ban2_right_b span{
	display:block;
	width:17px;
	height:17px;
	float:left;
	text-align:center;
	line-height:17px;
	margin-right:7px;
}
.ban2_right_b .huise{
	background:#bebebe;
	border:1px solid #bebebe;
}
.ban2_right_b .border{
	border:1px solid #bebebe;
	color:#bebebe;
}
/*鏂伴椈璧勮*/
.news-main{
	background:white;
	height:605px;
	border-radius:15px;
	margin-bottom:30px;
}
.news_t{
	width:1150px;
	height:80px;
	margin:0 auto;
	border-bottom:2px solid #36ad9e;
}
.news_t h3{
	height:80px;
	line-height:80px;
	float:left;
	font-size:23px;
	color:#36ad9e;
}
.news_t p{
	height:80px;
	line-height:90px;
	float:right;
	font-size:14px;
	color:#989898;
}
.news_new{
	width:250px;
	height:500px;
	float:left;
	margin-right:25px;
}
.news_img{
	position:relative;
	width:250px;
	height:140px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	overflow:hidden;
}
.news_img img{
	width:250px;
	height: 140px;	
	transition: all 0.3s linear;
}
.news_img img:hover{
	transform:scale(1.1);
}
.news_nr p{
	position:absolute;
	line-height:30px;
	width:250px;
	color:#fff;
	bottom:0;
	left:0;
	background:rgba(0, 0, 0, 0.4);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_img:hover .news_nr .news_img_t{
	position:absolute;
	line-height:30px;
	width:250px;
	color:#fff;
	bottom:0;
	left:0;
	background:#36adaeab;
}

.news_img_t{
	text-align:center;
}
.news_c .news_wz{
	display:block;
	color:#000;
	font-size:15px;
	line-height:40px;
	padding-left:10px;
    white-space: nowrap;       /* 2. 强制文字不换行 */
    overflow: hidden;          /* 3. 隐藏超出部分 */
    text-overflow: ellipsis;   /* 4. 超出部分显示省略号 */
}
.news_c .news_wz:hover{
	color:#36ad9e;
}
.newsh4{
	height:50px;
	line-height:50px;
}
.news_hot{
	width:250px;
	height:300px;
	float:left;
	margin-right:25px;
}
.news_reco{
	width:250px;
	height:300px;
	float:left;
}
.news_c{
	width:1150px;
	margin:0 auto;
	height:500px;
}
.news_c_tag{
	width:300px;
	height:498px;
	background:#f1f9fa;
	float:right;
	padding-left:15px;
	overflow: hidden;
}
.news_c_tag h4{
	height:50px;
	line-height:50px;
	position:relative;
	margin-left:13px;
	font-size:15px;
}
.news_c_tag h4::before{
	content:"";
	display:block;
	width:5px;
	height:15px;
	background:#36ad9e;
	position:absolute;
	left:-12px;
	top:19px;
	border-radius:5px;
}
.news_c_tag a{
	display:block;
	float:left;
	border:1px solid #36ad9e;
	margin-right:5px;
	margin-bottom:5px;
	padding:3px 5px;
	border-radius:8px;
	color:#8f6666;
}
.news_c_tag a:hover {
    background: #36ad9e47;
}
.link{
	background:white;
	border-radius:15px;
	padding-bottom:15px;
	margin-bottom:20px;
}
.link .link_t{
	position:relative;
	padding:0px 0 0 62px;
		line-height:58px;

}
.link .link_t span{
	font-size:18px;
	font-weight:800;
	
}
.link img{
	width:30px;
	height:30px;
	position:absolute;
	left:24px;
	top:15px;
}
.link_c{
	width:1170px;
	margin:0 auto;
}
.link_c a{
	padding-right:15px;
	line-height:20px;
	height: 30px;
    line-height: 30px;
}
/*搴曢儴*/
.foot{
	height:200px;
	width:100%;
	background:#2e3433;
}
.foot_nav{
	width:800px;
	padding-top:50px;
	margin:0 auto;
}
.foot_nav a{
	color:#ccc;
	display:block;
	float:left;
	width:100px;
}
.foot a{
	color:#ccc;
}
.foot_c{
	width:800px;
	padding-top:50px;
	margin:0 auto;
}
.foot_c p{
	text-align:center;
	color:#ccc;
}

/* ================================================================
   绉诲姩绔搷搴斿紡 (Media Queries)
   杩藉姞浜?2026-06-05 鈥?澶囦唤鍦?skin/default/css/backup/index.css
   ================================================================ */

/* 鈹€鈹€ 鎵嬫満绔?(鈮?68px) 鈹€鈹€ */
@media (max-width: 768px) {

	/* --- 闃叉í鍚戞孩鍑?--- */
	html, body {
		overflow-x: hidden;
		max-width: 100vw;
	}
	*, *::before, *::after {
		max-width: 100%;
	}

	/* --- 鍏ㄥ眬瀹瑰櫒 --- */
	body {
		font-size: 14px;
	}
	.main {
		width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
	}

	/* --- Header 澶撮儴 --- */
	.header_bg {
		height: auto;
		padding-bottom: 15px;
		background-size: cover;
		background-position: center;
	}
	.in_header {
		width: 100%;
		height: auto;
		padding: 15px 10px 0;
		box-sizing: border-box;
		text-align: center;
	}
	.logo {
		float: none;
		display: inline-block;
	}
	.logo img {
		max-width: 140px;
		height: auto;
	}

	/* --- 鎼滅储妗?--- */
	.search {
		float: none;
		width: 100%;
		margin-top: 12px;
	}
	.search_f {
		width: 100%;
		max-width: 100%;
		height: 42px;
	}
	.search_text {
		width: calc(100% - 110px);
		height: 42px;
		line-height: 42px;
		padding-left: 15px;
		font-size: 13px;
	}
	.search_btn {
		width: 90px;
		height: 42px;
		font-size: 14px;
	}
	.search_hot {
		width: 100%;
		margin: 10px auto;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 5px;
	}
	.search_hot a {
		float: none;
		display: inline-block;
		font-size: 12px;
		height: 22px;
		line-height: 22px;
	}

	/* --- 瀵艰埅鏍忥細鈽?姹夊牎鑿滃崟 --- */
	.in_nav {
		height: auto;
		position: relative;
		min-height: 48px;
	}
	/* 姹夊牎鎸夐挳 */
	.hamburger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: absolute;
		right: 12px;
		top: 8px;
		z-index: 101;
		background: transparent;
		border: none;
		padding: 0;
		outline: none;
	}
	.hamburger span {
		display: block;
		width: 22px;
		height: 2px;
		background: #fff;
		border-radius: 2px;
		margin: 3px 0;
		transition: all 0.3s ease;
	}
	/* 鐐瑰嚮鍚庡彉鎴?鉁?*/
	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 6px);
	}
	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -6px);
	}
	/* 涓嬫媺鑿滃崟 */
	.nav_wrap {
		display: none;
		position: absolute;
		top: 48px;
		left: 0;
		width: 100%;
		height: auto;
		padding: 8px 0;
		background: #fff;
		z-index: 100;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 8px 20px rgba(0,0,0,0.15);
		overflow: hidden;
	}
	.nav_wrap.open {
		display: block;
	}
	.nav_item {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	.nav_item:last-child {
		border-bottom: none;
	}
	.nav_item span a {
		font-size: 15px;
		padding: 13px 0;
		display: block;
		color: #333;
		border-bottom: none !important;
		line-height: 1.4;
	}
	.nav_item span a:hover {
		border-bottom: none !important;
		color: #36ad9e;
		background: #f5f9f8;
	}
	.nav_item.active span a {
		color: #36ad9e;
		background: #e8f5f2;
		font-weight: 500;
		border-left: 3px solid #36ad9e;
	}

	/* --- 鐑棬瀹犵墿 --- */
	.pet_hot {
		height: auto;
		padding-bottom: 10px;
	}
	.pet_con {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
		background: #fff;
		border-radius: 12px;
		padding: 12px;
		box-sizing: border-box;
		margin-top: 15px;
		overflow: hidden;
	}
	.pet_t {
		width: 100%;
		height: auto;
		padding: 0 0 10px;
		box-sizing: border-box;
		overflow: hidden;
		border-bottom: 1px solid #f0f0f0;
		margin-bottom: 10px;
	}
	.pet_h3 {
		float: none;
		display: block;
		font-size: 17px;
		font-weight: 600;
		margin-bottom: 10px;
		padding-left: 0;
	}
	.pet_menu {
		float: none;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 2px;
	}
	.pet_menu li {
		width: auto;
		min-width: 50px;
		float: none;
		display: inline-block;
	}
	.pet_menu li::after {
		display: none;
	}
	.pet_menu span {
		font-size: 12px;
		width: auto;
		padding: 0 10px;
		height: 26px;
		line-height: 26px;
	}
	.pet_c {
		display: flex !important;
		flex-wrap: wrap !important;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.pet_c[style*="display: none"] {
		display: none !important;
	}
	.pet_c > a {
		flex: 0 0 33.333% !important;
		max-width: 33.333% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		text-align: center !important;
		padding: 10px 4px !important;
		text-decoration: none !important;
		display: block !important;
	}
	.pet_c a li,
	.pet_c > a li {
		float: none !important;
		width: 100% !important;
		position: static !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	.pet_c img {
		width: 80px;
		height: 80px;
		margin: 0 auto 8px;
		display: block;
		border-radius: 50%;
	}
	.pet_c span {
		display: none;
	}
	.pet_c h4 {
		position: static;
		display: block;
		color: #333;
		font-size: 13px;
		font-weight: 400;
		border: none;
		width: auto;
		height: auto;
		line-height: 1.4;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	/* --- 鍥涗釜鍏ュ彛鍧?--- */
	.pet_hot2 {
		height: auto;
		padding: 0 5px;
	}
	.pet_hot2 li {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 12px;
		height: auto;
	}
	.pet_hot2 li:nth-child(2n) {
		margin-right: 0;
	}
	.pet_hot2 li img {
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	.pet_hot2 .pet_four_t {
		font-size: 16px;
		right: 10px;
		top: 8px;
	}
	.pet_hot2 .pet_four_c {
		right: 10px;
		top: 40px;
		font-size: 11px;
	}

	/* --- 浠婃棩鎺ㄨ崘 --- */
	.ban {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.ban .ban1 {
		display: flex;
		justify-content: center;
	}
	.ban .ban1 .title {
		width: auto;
		max-width: 90%;
		margin: 0 auto;
		top: -25px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0;
	}
	.ban .ban1 .title .title_time {
		width: 50px;
		height: 44px;
		margin-left: 0;
		float: none;
		flex-shrink: 0;
	}
	.ban .ban1 .title .title_time .month {
		height: 16px;
		line-height: 16px;
		font-size: 11px;
	}
	.ban .ban1 .title .title_time .day {
		font-size: 18px;
		line-height: 28px;
	}
	.ban .ban1 .title .title_t {
		margin-left: 8px;
		font-size: 18px;
		line-height: 22px;
	}
	.ban .ban1 .title .title_t span {
		font-size: 12px;
	}

	/* --- 鎺ㄨ崘 宸﹀垪 --- */
	.ban .ban2 {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.ban .ban2 .ban2_left {
		width: 100%;
		padding-right: 0;
		float: none;
		display: flex;
		gap: 10px;
	}
	.ban .ban2 .ban2_left a {
		width: 48%;
		height: auto;
		margin-bottom: 0;
	}
	.ban .ban2 .ban2_left img {
		width: 100%;
		height: auto;
	}
	.ban .ban2 .ban2_left .content {
		width: 100%;
		height: 28px;
	}
	.ban .ban2 .ban2_left span {
		width: calc(100% - 16px);
		font-size: 12px;
		top: 5px;
	}

	/* --- 鎺ㄨ崘 涓垪 --- */
	.ban .ban2 .ban2_middle {
		width: 100%;
		float: none;
		margin-top: 10px;
		padding-top: 12px;
		padding-left: 12px;
		box-sizing: border-box;
		border-top: 1px solid #f0f0f0;
	}
	.ban .ban2 .ban2_middle h3 {
		font-size: 18px;
		height: auto;
		line-height: 26px;
		margin-bottom: 4px;
	}
	.ban .ban2 .ban2_middle h3:nth-child(8) {
		padding-top: 12px;
	}
	.ban .ban2 .ban2_middle ul {
		width: 100%;
		padding-bottom: 12px;
	}
	.ban .ban2 .ban2_middle .article {
		width: 100%;
		font-size: 15px;
		line-height: 34px;
	}
	.ban .ban2 .ban2_middle img {
		width: 20px;
		top: 5px;
		margin-right: 10px;
	}

	/* --- 鎺ㄨ崘 鍙冲垪锛堢儹闂ㄦ枃绔狅級 --- */
	.ban .ban2 .ban2_right {
		width: 100%;
		float: none;
		height: auto;
		margin-top: 10px;
		margin-bottom: 20px;
		padding-bottom: 14px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.ad_1 img {
		width: 100%;
		height: auto;
	}
	.ban2_right h6 {
		font-size: 14px;
		padding: 10px 0 6px;
	}
	.ban2 .ban2_right .ban2_r_hot {
		height: auto;
		overflow: hidden;
		padding: 8px 0;
	}
	.ban2 .ban2_right .ban2_r_hot img {
		width: 130px;
		height: 74px;
		margin-right: 10px;
		border-radius: 4px;
		object-fit: cover;
	}
	.ban2 .ban2_right .ban2_r_hot span {
		left: 0;
		top: 58px;
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 11px;
	}
	.ban2 .ban2_right h4 {
		width: calc(100% - 148px);
		font-size: 14px;
		height: auto;
		line-height: 20px;
	}
	.ban2 .ban2_right .ban2_r_hot p {
		width: calc(100% - 148px);
		font-size: 12px;
		height: 52px;
		line-height: 1.4;
	}

	.ban2_right_b ul {
		padding-left: 8px;
	}

	/* --- 鏂伴椈璧勮 --- */
	.news-main {
		height: auto;
		border-radius: 12px;
		padding-bottom: 10px;
		margin-bottom: 16px;
	}
	.news_t {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		padding: 10px 12px;
		box-sizing: border-box;
		border-bottom-width: 1px;
	}
	.news_t h3 {
		height: auto;
		line-height: 36px;
		font-size: 18px;
		float: none;
	}
	.news_t p {
		height: auto;
		line-height: 36px;
		font-size: 12px;
		float: none;
	}
	.news_c {
		width: 100%;
		height: auto;
		padding: 0 10px;
		box-sizing: border-box;
	}
	/* 鏂伴椈涓夋爮 鈫?鍗曞垪鍏ㄥ */
	.news_new,
	.news_hot,
	.news_reco {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
		float: none;
		padding: 0;
		box-sizing: border-box;
		background: #fff;
		border-radius: 10px;
	}
	/* 鍥剧墖鍗＄墖鎾戞弧 */
	.news_img {
		width: 100%;
		height: 180px;
		border-radius: 8px;
		margin-bottom: 8px;
	}
	.news_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.news_nr p {
		width: 100%;
		font-size: 14px;
		line-height: 32px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	/* 鏂囩珷閾炬帴鍒楄〃 */
	.news_c .news_wz {
		display: block;
		font-size: 14px;
		line-height: 36px;
		padding-left: 5px;
		border-bottom: 1px solid #f0f0f0;
	}
	.news_c .news_wz:last-child {
		border-bottom: none;
	}
	/* 鏍忕洰鏍囬 */
	.newsh4 {
		height: auto;
		line-height: 38px;
		font-size: 16px;
	}
	/* 鏍囩鍖虹嫭鍗犱竴琛?*/
	.news_c_tag {
		width: 100%;
		float: none;
		height: auto;
		padding: 10px 12px;
		box-sizing: border-box;
		margin-top: 8px;
		border-radius: 10px;
		background: #fff;
	}
	.news_c_tag h4 {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.news_c_tag a {
		font-size: 12px;
		padding: 3px 8px;
	}

	/* --- 鍙嬫儏閾炬帴 --- */
	.link {
		border-radius: 12px;
	}
	.link .link_t {
		padding-left: 35px;
		line-height: 46px;
	}
	.link .link_t span {
		font-size: 15px;
	}
	.link img {
		width: 22px;
		height: 22px;
		left: 10px;
		top: 12px;
	}
	.link_c {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		overflow: hidden;
	}
	/* table 鏀逛负寮规€ф崲琛?*/
	.link_c table,
	.link_c tbody,
	.link_c tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.link_c td {
		display: inline-block;
		text-align: center;
		padding: 4px 8px;
	}
	.link_c td:empty {
		display: none;
	}
	.link_c a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 6px;
		display: inline-block;
		white-space: nowrap;
	}

	/* --- 搴曢儴 --- */
	.foot {
		height: auto;
		padding: 20px 10px 25px;
	}
	.foot_nav {
		width: 100%;
		padding-top: 10px;
		text-align: center;
	}
	.foot_nav a {
		float: none;
		display: inline-block;
		width: auto;
		padding: 4px 10px;
		font-size: 12px;
	}
	.foot_c {
		width: 100%;
		padding-top: 15px;
	}
	.foot_c p {
		font-size: 11px;
		line-height: 20px;
	}
}


/* ── 平板端 (769~1199px) 等比缩放：1200px 整体缩放到视口宽度 ── */
@media (min-width: 769px) and (max-width: 1199px) {
	html {
		overflow-x: hidden;
	}
	body {
		width: 1200px;
		margin: 0;
		padding: 0;
		zoom: calc(100vw / 1200px);
	}
	/* 热门宠物区绝对定位改相对定位 */
	.pet_hot {
		height: auto;
		overflow: visible;
	}
	.pet_con {
		position: relative;
		top: 0;
		height: auto;
	}
	.pet_c {
		height: auto;
		overflow: hidden;
	}
}

