

/* test */
.container-image {
}
.container-image img {
	display: block;
	width: 100%;
}

/*.container-scroll-nav {*/
/*	line-height: 60px;*/
/*}*/
/*.container-scroll-nav a {*/
/*	display: inline-block;*/
/*	color: #333;*/
/*	font-size: 16px;*/
/*	padding: 0 30px 0 0;*/
/*}*/
/*.container-scroll-nav a._current {*/
/*	color: #CD3426;*/
/*}*/


.wrapper-sub-banner {
	position: relative;
	z-index: 101;
}
.wrapper-sub-banner img._sub_banner {
	display: block;
	width: 100%;
}
.wrapper-sub-banner h4 {
	width: 1200px;
	position: absolute;
	top: 150px;
	top: 15vh;
	left: 50%;
	margin-left: -600px;
	font-size: 40px;
	color: #fff;
	text-indent: 10px;
	line-height: 1.5em;
}
.wrapper-sub-banner h4 span {
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
}

.subMenu {
	width: 100%;
	line-height: 60px;
	z-index: 100;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}
.fxd {
	z-index: 102;
}
.subMenu .inner {
	width: 1200px;
	margin: 0 auto;
	font-weight: 400;
}
.subMenu .inner .subNavBtn {
	display: inline-block;
	padding-right: 30px;
	color: #333;
}
.subMenu .inner .subNavBtn:hover {
	color: #CD3426;
}
.subMenu .inner .active {
	color: #CD3426;
}
.subPage {
}





/* Title */
.index-title {
	text-align: center;
	padding: 50px 0 40px;
}
.index-title img {
	height: 68px;
}

.index-title2 {
	text-align: center;
	padding: 60px 0 40px;
	color: #333;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 600;
}
.index-title2 span {
	font-size: 14px;
	font-weight: 400;
	color: #999;
}



/* 新闻动态 */
.wrapper-news {
	background: #FBFBFB url("https://ahxx.tk123.top/new/news_bg.png") no-repeat top center;
}
.news-item {
	position: relative;
	top: 0;
	height: 480px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 26px;
	cursor: pointer;
	background-color: #fff; /* 初始背景颜色 */
	box-shadow: 0 1px 8px rgba(0,21,41,.03);
	border-radius: 3px;
	transition: all 0.8s ease; /* 过渡属性：背景颜色，持续时间0.5秒，缓动效果为ease */
}
.news-item img {
	display: block;
	width: 100%;
	height: 210px;
}
.news-item-0 ._img {
	height: 350px;
	overflow: hidden;
}
.news-item-0 ._img img {
	height: 390px;
	margin-top: -20px;
}
.news-item h4 {
	padding: 10px 15px;
	font-size: 15px;
	color: #333;
}
.news-item p {
	padding: 0 15px 10px 15px;
	font-size: 13px;
	color: #999;
}
.news-item ._date {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.3);
}
.news-item:hover {
	top: -10px;
	transform: scale(1.03);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* 添加阴影 */
	background-color: #D4171A;
}
.news-item:hover,
.news-item:hover h4,
.news-item:hover p,
.news-item:hover ._date {
	color: #fff !important;
}
.news-item:hover img {
	opacity: 0.95;
}
