.main_tit_box {
	display: none;
}

.in_banner .swiper-pagination-bullet {
	width: 0.46rem;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	opacity: 1;
}

.in_banner .swiper-pagination-bullet-active {
	background: #D71F1D;
}

.in_banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0.7rem;
}

.index_news_box {
	width: 18.2rem;
	margin: 0.55rem auto;
	background: url(../image/index_new_bg.png) no-repeat center bottom;
	background-size: cover;
	box-sizing: border-box;
	padding: 0.44rem 0.55rem 0.44rem 0;
	display: flex;
	justify-content: space-between;
}

.index_news_nav {
	text-align: center;
	width: 4.79rem;
}

.index_news_nav h4 {
	font-size: 0.42rem;
	font-weight: bold;
	margin-top: 0.5rem;
}

.index_news_nav ul {
	display: inline-block;
	margin-top: 1.4rem;
}

.index_news_nav li {
	font-size: 0.26rem;
	font-weight: bold;
	color: #555555;
	margin-bottom: 0.3rem;
	cursor: pointer;
}

.index_news_nav li::after {
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background: #D71F1D;
	transition: all 0.3s;
}

.index_news_nav li:hover,
.index_news_nav li.active {
	color: #D71F1D;
}

.index_news_nav li:hover::after,
.index_news_nav li.active::after {
	width: 100%;
}

.index_news_nav .more {
	display: flex;
	justify-content: center;
	font-size: 0.18rem;
	color: #FFFFFF;
	margin-top: 1.6rem;
}

.index_news_nav .more_btn {
	display: flex;
	align-items: center;
	min-height: 0.48rem;
	background: #D71F1D;
	border-radius: 0.48rem;
	min-width: 1.8rem;
	padding: 0.12rem 0.3rem;
	box-sizing: border-box;
	cursor: pointer;
}

.index_news_nav .more_btn:hover {
	box-shadow: 0 0 0.2rem rgba(215, 31, 29, 0.7);
}

.index_news_nav .more_btn img {
	margin-left: 0.2rem;
	width: 0.29rem;
}

.index_news_con,
.index_news_list {
	width: 6.08rem;
}

.index_news_con .box,
.index_news_list .box {
	width: 100%;
	height: 100%;
}

.index_news_con_one .block {
	width: 100%;
	height: 4.6rem;
	position: relative;
}

.index_news_con_one img {
	width: 100%;
	height: 100%;
}

.index_news_con_one .index_news_item {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(212, 50, 45, 0.5);
	color: #fff;
	height: auto;
	box-sizing: border-box;
	padding: 0.15rem 0.5rem 0.3rem 0.7rem;
}

.index_news_con_one .index_news_item .time span {
	color: #fff;
	font-size: 0.22rem;
}

.index_news_con_one .index_news_item .time span::after {
	background: #fff;
}

.index_news_m {
	display: none;
}

.index_news_list,
.index_news_list .box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index_news_item {
	background: #fff;
	margin-top: 0.36rem;
	height: 2.09rem;
	box-sizing: border-box;
	padding: 0.5rem 0.5rem 0.45rem 0.7rem;
	display: flex;
}

.index_news_item a {
	width: 100%;
	height: 100%;
	display: flex;
}

.index_news_item .time {
	flex: 0 0 1.03rem;
	width: 1.03rem;
	margin-right: 0.2rem;
}

.index_news_item .time p {
	font-size: 0.34rem;
}

.index_news_item .time span {
	font-size: 0.18rem;
	color: #999999;
}

.index_news_item .time span::after {
	content: "";
	display: block;
	width: 0.7rem;
	height: 2px;
	background: #CBCBCB;
	margin-top: 0.25rem;
}

.index_news_item .tit_des {
	flex: 1;
}

.index_news_item .tit {
	font-size: 0.22rem;
	margin-bottom: 0.22rem;
	font-weight: bold;
}

.index_news_item .des {
	font-size: 0.14rem;
}

.index_news_list .index_news_item:first-child {
	margin-top: 0;
}

.index_news_con .box:nth-child(2),
.index_news_list .box:nth-child(2) {
	display: none;
}

.radio_box {
	width: 18.2rem;
	margin: 0.30rem auto;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
}

.radio_box h3 {
	font-size: 0.42rem;
	font-weight: 400;
	color: #000000;
	margin: 0 auto;
}

.radio_box h3::after {
	width: 1.16rem;
	height: 4px;
	background: #D71F1D;
	border-radius: 2px;
	content: "";
	display: block;
	margin: 0.2rem auto;
}

.radio_box .swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 0.6rem;
}

.iimgbig_box {
	display: block;
	width: 100%;
	height: 4rem;
	transition: all 400ms;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.video_img {
	height: 100%;
}

.iimgbig_box .radio_img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	z-index: 2;
	position: relative;
}

.iimgbig_box:hover .radio_img {
	transform: scale(1.2);
}

.iimgbig_box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #333333;
}

.start_img {
	width: 0.84rem;
	height: 0.84rem;
	transition: all 0.4s;
	border-radius: 50%;
}

.iimgbig_box:hover .start_img {
	transform: scale(1.2);
}

/* 波纹 */
.content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
}

.iimgbig_box:hover .content img {
	animation-name: ripple;
	/*动画属性名，也就是我们前面keyframes定义的动画名*/
	animation-duration: 1.2s;
	/*动画持续时间*/
	animation-timing-function: ease;
	/*动画频率，和transition-timing-function是一样的*/
	animation-delay: 0s;
	/*动画延迟时间*/
	animation-iteration-count: infinite;
	/*定义循环资料，infinite为无限次*/
	animation-direction: normal;
	/*定义动画方式*/
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
	}

	100% {
		box-shadow: 0 0 .04rem .1rem rgba(255, 255, 255, 0);
	}
}

@keyframes myfirst {
	0% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1.05);
	}
}

/* 波纹 */
.bot_box {
	width: 100%;
	height: 1rem;
	background: #F8F8F8;
	margin-top: -0.05rem;
	font-size: 0.26rem;
	font-weight: 400;
	color: #000000;
	line-height: 1rem;
}

video {
	width: 100%;
	height: 4rem;
}

embed {
	width: 100%;
	height: 4rem;
}

object {
	width: 100%;
	height: 4rem;
}

.wenhua_box {
	margin: 1.16rem auto;

	box-sizing: border-box;
	text-align: center;
}

.wenhua_box h3 {
	font-size: 0.42rem;
	font-weight: 400;
	color: #000000;
	margin: 0 auto;
}

.wenhua_box h3::after {
	width: 1.16rem;
	height: 4px;
	background: #D71F1D;
	border-radius: 2px;
	content: "";
	display: block;
	margin: 0.2rem auto;
}

.wenhua_box .swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 0.6rem;
}

.wenhua_box .swiper-slide {
	/* margin-right: 0.1rem !important;
	width: 4.15rem !important; */
	position: relative;
}

.wenhua_img {
	width: 100%;
	height: 5.26rem;
}

.nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	padding: 0 0.2rem 0 0.2rem;
	cursor: pointer;
}

.nav img {
	margin: 0 auto;
	margin-top: 1.44rem;
	width: 0.5rem;

}

.nav_tital {
	margin-top: 0.2rem;
	font-size: 0.32rem;
	font-weight: bold;
	color: #F8F8F8;
}

.xian {
	margin: 0.25rem auto;
	width: 0.60rem;
	height: 0.03rem;
	background: #FFFFFF;
}

.nav_nat {
	font-size: 0.22rem;
	font-weight: 400;
	color: #F8F8F8;
	line-height: 0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.product_box {
	margin: 1.16rem auto;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 1.1rem;
}

.product_box h3 {
	font-size: 0.42rem;
	font-weight: 400;
	color: #000000;
	margin: 0 auto;
}

.product_box h3::after {
	width: 1.16rem;
	height: 4px;
	background: #D71F1D;
	border-radius: 2px;
	content: "";
	display: block;
	margin: 0.2rem auto;
}

.introduce_title {
	display: flex;
	justify-content: space-between;
	width: 17rem;
	margin: 0 auto;
	margin-top: 0.9rem;
}

.title_a {
	padding: 0 0.3rem;
}

.title_a p:first-child {
	font-size: 0.26rem;
	font-weight: 400;
	color: #000000;
	line-height: 0.5rem;
}

.title_a p:last-child {
	width: 2.8rem;
	margin: 0 auto;
	font-size: 0.18rem;
	font-weight: 400;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.jiu_box {
	padding-top: 0.9rem;
	background: url("../image/jiubox.png") no-repeat;
	width: 100%;
	background-size: 100% auto;
	/* height: 3.77rem; */
	background-position: 0 2.9rem;
	position: relative;
}

.yuanbox {
	position: absolute;
	top: 2.22rem;
	left: 5.74rem;
	width: 3.27rem;
	height: 2.26rem;
}

.gou_top {
	position: absolute;
	top: 2.76rem;
	left: 5.31rem;
	width: 1.8rem;
}

.gou_bottom {
	position: absolute;
	top: 4.31rem;
	left: 8.27rem;
	width: 1.54rem;
}

.jiu {
	width: 94%;
	/* position: absolute; */
	/* width: 17rem; */
	margin: 0 auto;
	/* left: 50%;
	transform: translateX(-50%);
	top: -2.3rem; */
	/* display: flex;
	justify-content: center; */
}

.jiu_mone {
	line-height: 0.34rem;
	/* margin-left: 0.3rem; */
}

.jiu_mone img {
	max-height: 3.58rem;
	max-width: 80%;
	margin: 0 auto;

}

.special {
	/* 	width: 4rem;
	height: 5.8rem; */
	margin-top: 0.8rem;
	padding: 0.3rem 0;
	position: relative;
}

.jiu_mone .p_p {
	font-size: 0.2rem;
	font-weight: bold;
	color: #0B0606;
	margin: 0 auto;
	margin-top: 0.55rem;
}

.money {
	font-size: 0.36rem;
	color: #D71F1D;
	font-weight: bold;
}

.moree {
	cursor: pointer;
	width: 1.80rem;
	height: 0.48rem;
	border: 1px solid #D71F1D;
	border-radius: 0.24rem;
	margin: 0 auto;
	font-size: 0.2rem;
	font-weight: 400;
	color: #D71F1D;
	margin-top: 0.35rem;
	position: relative;
}

.moree span {
	position: absolute;
	left: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
}

.jiu_mone .more_tu {
	position: absolute;
	width: 0.3rem;
	height: auto;
	margin-top: 0;
	right: 0.12rem;
	top: 50%;
	transform: translateY(-50%);
}

.moree:hover {
	background: #D71F1D;
}

.moree:hover span {
	color: white;
}

/* 特效 */
:root {
	--main-color: #910000;
	--main-text: #333;
	font-size: calc(100vw / 1920 * 100);
}

.border-line-left-top::after,
.border-line-right-bottom::after,
.border-line-left-top::before,
.border-line-right-bottom::before {
	content: '';
	position: absolute;
	background-color: var(--main-color);
	transition: all 300ms;
}

.border-line-left-top::after {
	width: 1px;
	top: 0;
	left: 0;
	height: 0;
}

.border-line-left-top::before {
	left: 0;
	top: 0;
	height: 1px;
	width: 0;
}

.border-line-right-bottom::after {
	right: 0;
	bottom: 0;
	width: 1px;
	height: 0;
}

.border-line-right-bottom::before {
	height: 1px;
	right: 0;
	bottom: 0;
	width: 0;
}

.special:hover .border-line-right-bottom::after,
.special:hover .border-line-left-top::after {
	height: 50%;
}

.special:hover .border-line-right-bottom::before,
.special:hover .border-line-left-top::before {
	width: 50%;
}

.border-line-right-bottom::after {
	right: 0;
	bottom: 0;
	width: 1px;
	height: 0;
}

.border-line-right-bottom::before {
	height: 1px;
	right: 0;
	bottom: 0;
	width: 0;
}

@media only screen and (max-width: 1400px) {
	.index_news_item {
		padding: 0.3rem 0.3rem 0.15rem 0.5rem;
	}
}

@media only screen and (max-width: 1000px) {
	.index_news_item {
		padding: 0.2rem 0.2rem 0.05rem 0.4rem;
	}

	.moree span {
		left: 0.35rem;
	}
}

@media only screen and (max-width: 900px) {
	.moree span {
		left: 0.3rem;
	}
}

@media only screen and (max-width: 870px) {
	.index_news_item {
		padding: 0.3rem 0.3rem 0.15rem 0.5rem;
	}

	.index_news_item .tit {
		-webkit-line-clamp: 1;
	}

	.moree span {
		left: 0.25rem;
	}
}

@media only screen and (max-width: 750px) {
	.radio_box {
		width: 100%;
	}

	.bot_box {
		font-size: 0.29rem;
	}

	.iimgbig_box {
		height: 4.54rem;
	}

	.wenhua_img {
		height: 8.04rem;
	}

	.nav img {
		width: 0.97rem;
	}

	.nav_tital {
		font-size: 0.53rem;
	}

	.nav_nat {
		font-size: 0.3rem;
	}

	.index_news_box {
		background: none;
		width: 100%;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 0 0.25rem;
	}

	.index_news_nav {
		width: 100%;
		margin: 0.5rem 0 0.4rem;
	}

	.index_news_nav ul {
		margin-top: 0;
		display: flex;
		justify-content: center;
	}

	.in_banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 0.2rem;
	}

	.index_news_nav li {
		margin: 0 0.25rem;
		font-size: 0.32rem;
		font-weight: normal;
	}

	.index_news_nav li::after {
		margin: 0 auto;
		height: 0.04rem;
	}

	.index_news_nav li:hover::after,
	.index_news_nav li.active::after {
		width: 90%;
	}

	.index_tit,
	.index_news_nav .more {
		display: none;
	}

	.main_tit_box {
		display: block;
		margin: 0 auto;
	}

	.index_news_item {
		display: none;
	}

	.index_news_con,
	.index_news_list {
		width: 100%;
	}

	.index_news_con_one .block {
		height: auto;
	}

	.index_news_con_one .index_news_item {
		display: flex;
		position: static;
		background: #D71F1D;
		margin-top: 0;
		height: auto;
		padding: 0.4rem 0.35rem 0.25rem 0.45rem;
	}

	.index_news_item .time {
		flex: 0 0 1.5rem;
		width: 1.5rem;
	}

	.index_news_item .tit {
		-webkit-line-clamp: 2;
		font-size: 0.28rem;
	}

	.index_news_item .des {
		font-size: 0.2rem;
	}

	.index_news_item .time p {
		font-size: 0.42rem;
	}

	.index_news_con_one .index_news_item .time span {
		font-size: 0.28rem;
	}

	.index_news_item .time span::after {
		width: 0.8rem;
	}

	.index_news_m {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 0.18rem;
	}

	.index_news_item_m {
		width: 3.42rem;
		margin-bottom: 0.3rem;
	}

	.index_news_item_m img {
		width: 100%;
		height: 2.56rem;
	}

	.index_news_item_m h5 {
		font-size: 0.26rem;
		margin: 0.3rem 0 0.1rem;
	}

	.index_news_item_m .time {
		font-size: 0.22rem;
		color: #999999;
	}

	.wenhua_box,
	.product_box {
		margin: 0.6rem auto;
	}

	.jiu_box {
		padding-top: 0.6rem;
	}

	.title_a p:first-child {
		font-size: 0.44rem;
	}

	.title_a p:last-child {
		font-size: 0.3rem;
		width: 4rem;
		margin-top: 0.15rem;
		line-height: 1.5;
	}

	/* .jiu_mone img {
		height: 4.37rem;
		width: 3rem;
	} */

	.jiu_mone .p_p {
		font-size: 0.38rem;
		margin-top: 0.9rem;
	}

	.money {
		font-size: 0.68rem;
	}

	.moree {
		width: 3.84rem;
		height: 0.88rem;
		background: #D71F1D;
		border-radius: 44px;
		margin-top: 0.7rem;
	}

	.moree span {
		font-size: 0.38rem;
		color: #FFFFFF;
		left: 0.9rem;
	}

	.jiu_mone .more_tu {
		width: 0.46rem;
		right: 0.5rem;
	}

	.yuanbox {
		left: 1.74rem;
	}

	.gou_top {
		left: 1rem;
	}

	.gou_bottom {
		left: 4.9rem;
	}
}
