body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	user-select: none;
	touch-action: none;
	-ms-touch-action: none;
	font-family: myfoot1;
	font-family: "微软雅黑";
	background-color: #fff;
}

@font-face {
	font-family: myfoot1;
	src: url("../font/font02.1e0b91dc.ttf");
}

.hides {
	display: none;
}

.main_box {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
	overflow-x: hidden;
	overflow-y: auto;
}

.main_box::-webkit-scrollbar {
	width: 6px;
	border-radius: 6px;
}

.main_box::-webkit-scrollbar-thumb {
	background: #888;
}

.main_box::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.main_box_top {
	width: 100%;
	height: 150px;
	background-color: #95221e;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1160px;
	overflow: hidden;
}

.main_box_top_c {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.main_box_top_s1 {
	width: 100%;
	height: 100%;
	text-align: center;
}

.main_box_top_s1 img {
	height: 70px;
	margin-top: 40px;
}

.main_box_top_s1 img:hover {
	cursor: pointer;
}

.main_box_top_s2 {
	position: absolute;
	left: 30px;
	top: 40px;
}

.main_box_top_s2 img {
	height: 70px;
}

.main_box_top_s2 img:hover {
	cursor: pointer;
}

.main_box_top_s3 {
	position: absolute;
	right: 30px;
	text-align: center;
	color: #eee8a7;
	letter-spacing: 3px;
	font-size: 16px;
	cursor: pointer;
	line-height: 30px;
}

.main_box_top_s3_s2 {
	font-family: nuber1;
	font-size: 35px;
}

@font-face {
	font-family: nuber1;
	src: url("../font/nuber2.ttf");
}

.main_box_ban {
	position: absolute;
	width: 100%;
	top: 150px;
	height: 50px;
	background-color: #c81c23;
	z-index: 200000;
}

.main_box_ban_cc {
	position: relative;
	width: 1160px;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	margin: auto;
}

.top_menu_item {
	width: 120px;
	text-align: center;
	float: left;
	font-size: 14px;
	transition-duration: 1s;
}

.top_menu_item_s1 {
	line-height: 50px;
	color: #fff;
	transition-duration: 1s;
}

.top_menu_item:hover .top_menu_item_s1 {
	background-color: #571816;
	cursor: pointer;
}

.top_menu_item:hover .top_menu_item_s2 {
	display: block;
	transition-duration: 1s;
}

.top_menu_item_s2 {
	line-height: 50px;
	display: none;
	transition-duration: 1s;
}

.top_menu_item_s2_i {
	color: #fff;
	background-color: #42180e;
	opacity: 0;
	transform-origin: top center;
}

.top_menu_item_s2_i:hover {
	background-color: #280b07;
	cursor: pointer;
}

.main_box_scall {
	width: 100%;
	height: 800px;
}

.main_box_scall .swiper,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper1 .swiper-pagination-bullet {
	width: 100px;
	height: 8px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.7);
}

.swiper1 .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 0.5);
}

.swiper1 .swiper-pagination {
	bottom: 25px;
}

.main_box_music {
	position: relative;
	width: 1160px;
	height: 80px;
	margin-top: 15px;
}

.main_box_ins {
	position: relative;
	width: 100%;
	top: 50px;
	min-height: 470px;
}

.main_box_ins_cc {
	width: 1160px;
	margin: auto;
	position: relative;
}

.main_box_ins_cc_s1 {
	position: relative;
	width: 100%;
	height: 45px;
	margin-top: 20px;
	overflow: hidden;
}

.main_box_ins_cc_s1_s1 {
	width: 161px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../res/tongzhi.png);
	text-align: center;
	line-height: 45px;
	color: #fff;
}

.main_box_ins_cc_s1_s2 {
	position: absolute;
	left: 170px;
	right: 5px;
	height: 100%;
	top: 0;
	line-height: 45px;
	overflow: hidden;
}

.main_box_ins_cc_s1_s2_g {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main_box_ins_cc_s1_s2_c {
	position: absolute;
	display: inline-block;
	padding-left: 100%;
	animation: scroll-right-left 25s linear infinite;
	background-image: url(../res/triangle.png);
	background-position: left center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 0 0 0 13px;
	height: 100%;
	font-size: 20px;
	white-space: nowrap;
	color: #ef8b1f;
	transition-duration: 0.7s;
}

.main_box_ins_cc_s1_s2_c:hover {
	color: #c81c23;
	background-color: rgba(0, 0, 0, .2);
	cursor: pointer;
}

@keyframes scroll-right-left {
	0% {
		transform: translateX(45%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.main_box_ins_cc_s2 {
	position: relative;
	width: 100%;
	height: 190px;
	background-color: #891e18;
	margin-top: 25px;
}

.main_box_ins_cc_s2_ins {
	position: absolute;
	left: 45px;
	top: 45px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.main_box_ins_cc_s2_ins_cc {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main_box_ins_cc_s2_ins_cc_s3 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 10px;
	margin-left: 10px;
	margin-top: 13px;
	color: #ffffc7;
}

.main_box_ins_cc_s2_ins_cc_s1 {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

.main_box_ins_cc_s2_ins_cc_s2 {
	position: absolute;
	right: 0;
	bottom: -3px;
}

.main_box_ins_cc_s2_text {
	height: 100%;
	line-height: 190px;
	position: absolute;
	left: 180px;
	font-size: 35px;
	color: #f1e5c5;
	font-weight: bold;
	letter-spacing: 3px;
}

.main_box_ins_cc_s2_text_c sm {
	transition-duration: 0.7s;
}

.main_box_ins_cc_s2_text_c sm:hover {
	font-size: 45px;
}

.main_box_ins_cc_s3 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ins_s1 {
	width: 100%;
	height: 390px;
	position: relative;
	margin-top: 25px;
}

.ins_s1_s1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 770px;
	height: 100%;
	background-image: url(../res/ywzx.png);
	background-repeat: inherit;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 37px;
	font-family: PingFangSC-Semibold;
	font-size: 24px;
	color: #93231f;
	line-height: 25px;
}

.ins_s1_s1_s1 {
	background: url(../res/triangle2.png) no-repeat left 2px;
	padding-left: 47px;
	padding-bottom: 17px;
	margin-bottom: 20px;
	border-bottom: 2px solid #93231f;
}

.ins_s1_s1_s2 {
	width: 100%;
	height: 252px;
	overflow: hidden;
}

.ins_s1_s1_s2_item {
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	box-sizing: border-box;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	letter-spacing: 0px;
	color: #212224;
}

.ins_s1_s1_s2_item_s1 {
	width: 100%;
	overflow: hidden;
	text-align: justify;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition-duration: 0.7s;
}

.ins_s1_s1_s2_item_s1 span {
	padding: 0 0 0 20px;
}

.ins_s1_s1_s2_item_s1:hover {
	color: #891e18;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}

.ins_s1_s2 {
	position: absolute;
	left: 780px;
	top: 0;
	width: 390px;
	height: 100%;
}

.ins_s1_s2_ct {
	width: 190px;
	height: 190px;
	position: relative;
	float: left;
	overflow: hidden;
	display: flex;
	cursor: pointer;
}

.ins_s1_s2_cts {
	width: 190px;
	height: 190px;
	position: relative;
	float: left;
	overflow: hidden;
	display: flex;
	margin-top: 10px;
	cursor: pointer;
}

.ins_s1_s2_ct:hover .ins_s1_s2_ct_tx {
	font-size: 40px;
	letter-spacing: 15px;
	line-height: 63px;
	color: #ff5500;
}

.ins_s1_s2_cts:hover .ins_s1_s2_ct_tx {
	font-size: 40px;
	letter-spacing: 15px;
	line-height: 63px;
	color: #ff5500;
}

.ins_s1_s2_cts:hover .ins_s1_s2_ct_bg img {
	width: 110%;
	height: 110%;
	margin-top: -5%;
	margin-left: -5%;
}

.ins_s1_s2_ct:hover .ins_s1_s2_ct_bg img {
	width: 110%;
	height: 110%;
	margin-top: -5%;
	margin-left: -5%;
}

.ins_s1_s2_ct_bg {
	position: absolute;
	z-index: 1;
	width: 195px;
	height: 195px;
	left: 10px;
	overflow: hidden;
}

.ins_s1_s2_ct_bg img {
	width: 100%;
	height: 100%;
	transition-duration: 0.7s;
}

.ins_s1_s2_ct_tx {
	position: absolute;
	z-index: 2;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 7px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 195px;
	height: 195px;
	left: 10px;
	transition-duration: 0.7s;
}

.ins_s2 {
	width: 100%;
	height: 239px;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
	background-color: #571816;
}

.ins_s2 img {
	width: 100%;
	height: 100%;
	transition-duration: 0.7s;
	object-fit: cover;
	cursor: pointer;
}

.ins_s2 img:hover {
	width: 105%;
	height: 105%;
	margin-top: -1%;
	margin-left: -2.5%;
}

.ins_s3 {
	width: 100%;
	margin-top: 25px;
	height: 453px;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url("../res/bg1.png");
	background-repeat: inherit;
	background-size: 100% 100%;
	position: relative;
}

.ins_s3s {
	width: 100%;
	margin-top: 25px;
	height: 453px;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url("../res/bg2.png");
	background-repeat: inherit;
	background-size: 100% 100%;
	position: relative;
}

.ins_s3r {
	width: 100%;
	margin-top: 25px;
	height: 453px;
	overflow: hidden;
	box-sizing: border-box;
	background-image: url("../res/bg3.png");
	background-repeat: inherit;
	background-size: 100% 100%;
	position: relative;
}

.ins_s3_s1 {
	width: 350px;
	height: 100%;
	padding: 49px 40px;
	background-color: rgba(0, 0, 0, .2);
	font-family: PingFangSC-Semibold;
	color: #ffffff;
	box-shadow: 1px 1px 1px 0px #6c5729;
	flex-shrink: 0;
}

.ins_s3_s1s {
	width: 350px;
	height: 100%;
	padding: 49px 40px;
	background-color: rgba(0, 0, 0, .2);
	font-family: PingFangSC-Semibold;
	color: #ffffff;
	box-shadow: 1px 1px 1px 0px #6c5729;
	flex-shrink: 0;
	position: absolute;
	right: 0;
}

.ins_s3_s1_s1 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: center;
	transition-duration: 0.7s;
}

.ins_s3_s1_s2 p {
	text-indent: 2rem;
	text-align: justify;
	word-break: break-all;
	line-height: 24px;
}

.ins_s3_s2 {
	position: absolute;
	left: 431px;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px 40px;
}

.ins_s3_s2s {
	position: absolute;
	right: 431px;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px 40px;
}

.ins_s3_s2_item {
	width: 324.5px;
	height: 40px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	color: #ffffff;
	transition-duration: 0.7s;
}

.ins_s3_s2_item:hover {
	color: #95221e;
	cursor: pointer;
}

.ins_s3_s1_s1:hover {
	color: #95221e;
	font-size: 34px;
	cursor: pointer;
}

.main_bottom {
	width: 100%;
	height: 250px;
	margin-top: 80px;
	background-color: #78181e;
	box-sizing: border-box;
	border-top: 5px solid #e0c58a;
	min-width: 1160px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_bottom_s1 {
	position: absolute;
	left: 30px;
}

.main_bottom_s1 img {
	height: 100px;
}

.main_bottom_s1 img:hover {
	cursor: pointer;
}

.main_bottom_s2 {
	text-align: center;
	font-family: 宋体;
}

.main_bottom_s2_s1 {
	text-align: center;
	color: #ffefa8;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.main_bottom_s2_s1 span {
	color: #ffefa8;
	padding: 0 7px;
	border-left: 1px solid #985758;
	transition-duration: 0.7s;
}

.main_bottom_s2_s1 spa {
	color: #ffefa8;
	padding: 0 7px;
	transition-duration: 0.7s;
}

.main_bottom_s2_s1 span:hover {
	color: #ffff00;
	text-decoration: underline;
	cursor: pointer;
}

.main_bottom_s2_s1 spa:hover {
	color: #ffff00;
	text-decoration: underline;
	cursor: pointer;
}

.main_bottom_s2_s2 {
	text-align: center;
	color: #ffefa8;
	line-height: 25px;
	margin-top: 10px;
	height: 25px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_bottom_s2_s2 span {
	color: #ffefa8;
	padding: 0 7px;
	border-left: 1px solid #985758;
	transition-duration: 0.7s;
	display: flex;
	align-items: center;
	height: 15px;
}

.main_bottom_s2_s2 spa {
	color: #ffefa8;
	padding: 0 7px;
	transition-duration: 0.7s;
}

.main_bottom_s2_s2 span:hover {
	color: #ffff00;
	text-decoration: underline;
	cursor: pointer;
}

.main_bottom_s2_s2 spa:hover {
	color: #ffff00;
	text-decoration: underline;
	cursor: pointer;
}

.main_bottom_s2_s4 {
	color: #ff0000;
	margin-top: 10px;
	transition-duration: 0.7s;
	height: 25px;
	overflow: hidden;
}

.main_bottom_s2_s4:hover {
	color: #ffff00;
}

.main_bottom_s3 {
	position: absolute;
	right: 30px;
	z-index: 3;
}

.main_bottom_s3_cc {
	position: relative;
}

.main_bottom_s3_s1 {
	position: relative;
	transition-duration: 0.7s;
}

.main_bottom_s3_s1_s1 {}

.main_bottom_s3_s2 {
	margin-top: 30px;
	position: relative;
	transition-duration: 0.7s;
}

.main_bottom_s3_s1_s1 img {
	height: 40px;
	cursor: pointer;
}

.main_bottom_s3_s1_s2 {
	position: absolute;
	right: 80px;
	width: 150px;
	height: 150px;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #212224;
	top: -10px;
}

.main_bottom_s3_s1_s2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.main_bottom_s3_s2_s2 {
	position: absolute;
	right: 80px;
	width: 150px;
	height: 150px;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #212224;
	top: -85px;
}

.main_bottom_s3_s2_s2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_bottom_s3_s1:hover .main_bottom_s3_s1_s2 {
	display: block;
}

.main_bottom_s3_s2:hover .main_bottom_s3_s2_s2 {
	display: block;
}

.main_box_ins_yaowen {
	position: relative;
	width: 1160px;
	margin: auto;
}

.center_title {
	width: 100%;
	height: 180px;
	line-height: 180px;
	overflow: hidden;
	text-align: center;
	font-size: 55px;
	color: #bb0000;
}

.yaowen_s1 {
	width: 100%;
	height: 400px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 20px 15px;
	overflow: hidden;
}

.yaowen_s1_s1 {
	position: absolute;
	width: 470px;
	height: 360px;
	overflow: hidden;
}

.yaowen_s1_s1_cc {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
}

.yaowen_s1_s2 {
	position: absolute;
	left: 485px;
	right: 15px;
	height: 360px;
	overflow: hidden;
	background-color: rgb(236 236 236 / 20%);
	top: 20px;
	transition-duration: 0.7s;
	color: #878787;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
}

.yaowen_s1_s2_item {
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	font-weight: 500;
	transition: color .4s cubic-bezier(.55, .085, 0, .99), border-bottom .4s cubic-bezier(.55, .085, 0, .99);
	margin-top: -1px;
	box-sizing: border-box;
	padding: 0 10px;
	transition-duration: 0.7s;
}

.yaowen_s1_s2_item_s0 {
	position: absolute;
	background-color: #878787;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 25px;
	transition-duration: 0.7s;
}

.yaowen_s1_s2_item_s1 {
	position: absolute;
	left: 25px;
	right: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.yaowen_s1_s2_item_s2 {
	position: absolute;
	right: 10px;
}

.yaowen_s1_s1_cc_item {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.yaowen_s1_s1_cc_item .swiper,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: 100%;
}

.item1_box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

.item1_box_s1 {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.item1_box_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item1_box_s2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 2;
	overflow: hidden;
}

.item1_box_s2_c {
	width: 100%;
	overflow: hidden;
	color: #3d3e38;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 15px;
}

.item1_box_s2_s1 {
	width: 100%;
	height: 45px;
	transition-duration: 0.7s;
}

.item1_box_s2_s1_s1 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
}

.item1_box_s2_s1_s2 {
	line-height: 20px;
	text-align: justify;
	word-break: break-all;
	height: 0px;
	overflow: hidden;
	text-indent: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	font-size: 13px;
}

.item1_box_s2_s3 {
	color: #c9ac75;
	height: 35px;
	line-height: 30px;
	transition-duration: 0.7s;
}

.swipera1 .swiper-pagination-bullet {
	width: 30px;
	height: 7px;
	border-radius: 4px;
	background: #333;
}

.swipera1 .swiper-pagination-bullet-active {
	background-color: #c21212;
}

.item1_box:hover {
	cursor: pointer;
}

.item1_box:hover .item1_box_s2_c {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
}

.item1_box:hover .item1_box_s2_c .item1_box_s2_s1 .item1_box_s2_s1_s2 {
	height: 40px;
}

.item1_box:hover .item1_box_s2_c .item1_box_s2_s1 {
	height: 100px;
}

.item1_box:hover .item1_box_s2_c .item1_box_s2_s3 {
	font-weight: bold;
	padding: 0 0 0 10px;
}

.yaowen_s1_s2_item:hover {
	background-color: rgba(0, 170, 127, 0.05);
	color: #aa0000;
	cursor: pointer;
}

.yaowen_s1_s2_item:hover .yaowen_s1_s2_item_s0 {
	background-color: #aa0000;
}

.yaowen_s2 {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	margin-top: 40px;
}

.yaowen_s2_s1 {
	width: 100%;
	position: relative;
	height: 88px;
	overflow: hidden;
}

.yaowen_s2_s1_s1 {
	position: absolute;
	top: 25px;
	height: 38px;
	left: 45px;
	width: 200px;
}

.yaowen_s2_s1_s1 input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	outline: none;
	padding: 0 10px;
}

.yaowen_s2_s1_s2 {
	position: absolute;
	left: 255px;
	top: 25px;
	height: 38px;
	width: 160px;
}

.yaowen_s2_s1_s2 select {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	outline: none;
	text-align: center;
}

.yaowen_s2_s1_s2 select option {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	outline: none;
	text-align: center;
	border: 0;
}

.yaowen_s2_s1_s3 {
	position: absolute;
	top: 25px;
	height: 38px;
	width: 110px;
	left: 440px;
}

.yaowen_s2_s1_s3 button {
	width: 100%;
	height: 100%;
	border: 0;
	outline: none;
	background-color: #bb0000;
	color: #fff;
	font-size: 18px;
	text-align: center;
	transition-duration: 0.3s;
}

.yaowen_s2_s1_s3 button:hover {
	background-color: #990000;
	cursor: pointer;
}

.yaowen_s2_s2 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	border-bottom: 1px solid #f16f65;
	font-size: 18px;
	color: #bb0000;
	padding: 0 45px;
}

.yaowen_s2_s4 {
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yaowen_s2_s4 span {
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
}

.yaowen_s2_s4 span:hover {
	color: #878787;
	cursor: pointer;
}

.yaowen_s2_s4_jdian {
	pointer-events: none;
	cursor: not-allowed;
	color: #a6a6a6;
}

.yaowen_s2_s4 mt {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	transition-duration: 0.5s;
	color: #000;
	margin-left: 10px;
}

.yaowen_s2_s4 mt:hover {
	background-color: #bb0000;
	color: #fff;
	cursor: pointer;
}

.yaowen_s2_s4 input {
	width: 40px;
	outline: none;
	text-align: center;
	height: 26px;
	box-sizing: border-box;
	margin-left: 8px;
}

.yaowen_s2_s4 button {
	width: 50px;
	height: 26px;
	border: 0;
	outline: none;
	background-color: #bb0000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-left: 5px;
	cursor: pointer;
}

.yaowen_s2_s4 button:hover {
	background-color: #990000;
	transition-duration: 0.3s;
}

.yaowen_s2_s4 mc {
	margin-left: 10px;
}

.yaowen_s2_s4 ma {
	color: #bb0000;
}

.yuedu_yema {
	background-color: #bb0000;
}

.yaowen_s2_s3 {
	width: 100%;
	box-sizing: border-box;
}

.yaowen_s2_s3_item {
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 25px;
	transition-duration: 0.7s;
	color: #858080;
}

.yaowen_s2_s3_item:hover {
	background-color: rgba(0, 0, 0, .03);
	box-sizing: border-box;
	padding: 0 10px 0 45px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.yaowen_s2_s3_item_c {
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px dashed #d2d2d2;
	width: 100%;
	height: 70px;
	line-height: 70px;
}

.yaowen_s2_s3_item_s1 {
	position: absolute;
	left: 0;
	right: 150px;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.yaowen_s2_s3_item_s2 {
	position: absolute;
	right: 0;
}

.yuedu_box {
	position: relative;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 30px 30px 30px;
	margin-top: 50px;
	overflow: hidden;
	font-family: 宋体;
	text-align: center;
}

.yuedu_box_title {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
}

.yuedu_box_banda {
	width: 100%;
	text-align: center;
	margin-top: 12px;
	color: #7f7f7f;
	padding: 0 0 30px 0;
}

.yuedu_box_banda spa {
	padding: 0 0 0 20px;
}

.yuedu_box video {
	height: 250px;
}

.yuedu_box p {
	text-align: justify;
	word-break: break-all;
	text-indent: 2rem;
	line-height: 25px;
}

.yuedu_box img {
	max-width: 700px;
	margin-top: 10px;
}

.yuedu_box h3 {
	text-align: left;
}

.web_scall_top {
	position: fixed;
	right: 10px;
	bottom: 220px;
	z-index: 10;
	display: none;
	transform: translate(-50%, -50%);
}

.web_scall_top img {
	height: 92px;
}

.web_scall_top img:hover {
	cursor: pointer;
}

.yaowen_sa1 {
	width: 100%;
	height: 440px;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #dedede;
}

.yaowen_sa1_box {
	width: 100%;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.yaowen_sa1_box_s1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 500px;
}

.yaowen_sa1_box_s2 {
	position: absolute;
	left: 500px;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	background: url(../res/zyjhbjingtu.png) no-repeat center bottom;
	background-size: 100%;
}

.yaowen_sa1_box_s1_s1 {
	width: 100%;
	height: 326px;
	overflow: hidden;
}

.yaowen_sa1_box_s1_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.7s;
}

.yaowen_sa1_box_s1:hover img {
	width: 110%;
	height: 110%;
	margin-top: -5%;
	margin-left: -5%;
	object-fit: cover;
}

.yaowen_sa1_box_s1:hover {
	cursor: pointer;
}

.yaowen_sa1_box_s1:hover .yaowen_sa1_box_s1_s2 {
	font-size: 18px;
	color: #78181e;
}

.yaowen_sa1_box_s1_s2 {
	width: 100%;
	height: 34px;
	text-align: center;
	line-height: 34px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition-duration: 0.7s;
}

.yaowen_sa1_box_s2_item {
	width: 650px;
	margin-left: 10px;
	height: 45px;
	line-height: 45px;
	position: relative;
	overflow: hidden;
	color: #7e7a7a;
	transition-duration: 0.7s;
}

.yaowen_sa1_box_s2_item_s1 {
	width: 530px;
	height: 100%;
	overflow: hidden;
	background: url(../res/btzsf.png) no-repeat center left;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yaowen_sa1_box_s2_item_s3 {
	width: 120px;
	height: 100%;
	float: left;
	text-align: right;
	box-sizing: border-box;
	padding: 0 10px 0 0;
	transition-duration: 0.7s;
}

.yaowen_sa1_box_s2_item:hover {
	box-sizing: border-box;
	padding: 0 0 0 15px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

.yaowen_sa1_box_s2_item:hover .yaowen_sa1_box_s2_item_s3 {
	width: 105px;
	box-sizing: border-box;
	padding: 0 0px 0 0;
}

.yaowen_sa2 {
	width: 1170px;
	margin-top: 50px;
	margin-left: -10px;
	overflow: hidden;
}

.yaowen_sa2_item {
	position: relative;
	width: 380px;
	margin-left: 10px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.yaowen_sa2_item_ban {
	width: 100%;
	background-color: #ede0e1;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.yaowen_sa2_item_ban_s1 {
	color: #fff;
	background: #e60012 url(../res/zyjhicon.png) no-repeat 20px center;
	box-sizing: border-box;
	padding: 0 20px 0 47px;
	float: left;
}

.yaowen_sa2_item_ban_s2 {
	float: right;
	margin-right: 11px;
	padding-right: 19px;
	background: url(../res/gduo.png) no-repeat right center;
	color: #e60e1f;
}

.yaowen_sa2_item_ban_s2:hover {
	cursor: pointer;
}

.yaowen_sa2_item_c {
	width: 100%;
	height: 294px;
	background: url(../res/dongtaibjingt.png) no-repeat left bottom;
}

.yaowen_sa2_item_c_item {
	width: 100%;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	background: url(../res/btzsf.png) no-repeat center left;
	box-sizing: border-box;
	padding: 0 0 0 17px;
	font-size: 15px;
	color: #555252;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition-duration: 0.5s;
}

.yaowen_sa2_item_c_item:hover {
	box-sizing: border-box;
	padding: 0 0 0 10px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

.more_list_box {
	width: 100%;
	background-color: #fff;
	margin-top: 50px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 0px 30px 0px;
	transition-duration: 0.7s;
}

.more_list_box_item {
	width: 100%;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px dashed #d2d2d2;
	font-family: 宋体;
	padding: 0px 30px 0px 30px;
	transition-duration: 0.7s;
}

.more_list_box_item:hover {
	box-sizing: border-box;
	padding: 0px 10px 0px 50px;
	color: #95221e;
	cursor: pointer;
}

.more_list_box_item_s1 {
	width: 980px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.more_list_box_item_s2 {
	width: 120px;
	float: left;
	overflow: hidden;
	text-align: right;
}

.yuedu_box t {
	width: 100%;
	text-align: right;
	justify-content: right;
	justify-items: right;
	display: flex;
}

.kangzhange_title {
	width: 100%;
	height: 340px;
	text-align: center;
	position: relative;
}

.kangzhange_title_s1 {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 90px 280px 0 280px;
	color: #000;
}

.kangzhange_title_s1 span {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 7px;
}

.kangzhange_title_s1 p {
	text-align: justify;
	text-indent: 2rem;
	line-height: 25px;
	margin-top: 20px;
}

.kangzhange_list {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dashed #ededed;
	overflow: hidden;
	padding: 0 0 20px 0;
}

.kangzhange_list_item {
	width: 386.66px;
	height: 40px;
	line-height: 40px;
	display: flex;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	font-family: 宋体;
	transition-duration: 0.7s;
}

.kangzhange_list_item:hover {
	background-color: rgba(0, 0, 0, .02);
}

.kangzhange_list_item_s1 {
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #c21212;
	left: 10px;
	top: 16.5px;
	transition-duration: 0.7s;
}

.kangzhange_list_item:hover .kangzhange_list_item_s1 {
	left: 30px;
}

.kangzhange_list_item_s2 {
	position: absolute;
	left: 25px;
	transition-duration: 0.7s;
}

.kangzhange_list_item:hover .kangzhange_list_item_s2 {
	left: 45px;
	font-weight: bold;
}

.kangzhange_list_item_s4 {
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	top: 3px;
}

.kangzhange_list_item_s4 img {
	height: 20px;
	width: 20px;
}

.kangzhange_list_item_s3 {
	position: absolute;
	right: 40px;
	width: 20px;
	height: 20px;
	top: 3px;
}

.kangzhange_list_item_s3 img {
	height: 20px;
	width: 20px;
}

.kangzhange_list_item:hover .kangzhange_list_item_s3 {
	cursor: pointer;
}

.kangzhange_list_item:hover .kangzhange_list_item_s4 {
	cursor: pointer;
}

.kangzhange_list_item:hover .kangzhange_list_item_s2 {
	cursor: pointer;
}

.tgwu_bg1 {
	background-color: #ededed;
}

.audio_yue_box {
	width: 100%;
	background-color: #fff;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 30px 20px 30px 20px;
}

.audio_yue_box {
	text-align: center;
	width: 100%;
}

.audio_yue_boxs {
	width: 100%;
	background-color: #fff;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 30px 50px 30px 50px;
	text-align: left;
	width: 100%;
}

.audio_yue_boxs_f {
	width: 100%;
	text-align: center;
}

.audio_yue_boxs img {
	margin-top: 20px;
	max-width: 100%;
}

.audio_yue_boxs_center {
	width: 100%;
	margin-top: 40px;
	padding: 0 0 30px 0;
}

.jiashu_i {
	text-align: center;
}

.jiashu_o {
	width: 100%;
	text-align: right;
	color: #b64141;
}

.audio_yue_boxs_center span {
	text-align: left;
	font-family: 宋体;
	font-size: 18px;
}

.audio_yue_boxs_center p {
	text-align: justify;
	word-break: break-all;
	text-indent: 2rem;
	font-family: 宋体;
	line-height: 30px;
}

.jiashu_r {
	text-align: right;
	font-family: 宋体;
	line-height: 30px;
}

.audio_yue_box audio {
	width: 500px;
	margin-top: 10px;
}

.audio_yue_box p {
	font-size: 22px;
	font-family: 宋体;
	color: #7f7f7f;
	height: 40px;
	line-height: 40px;
}



.audio_yue_pages {
	width: 100%;
	border-top: 1px solid #ccc;
	color: #000;
	font-family: 宋体;
	text-align: left;
	box-sizing: border-box;
	padding: 20px 0 0 0;
}

.audio_yue_pages_shang,
.audio_yue_pages_xia {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 18px;
}

.audio_yue_pages_shang:hover span {
	cursor: pointer;
	color: #78181e;
}

.audio_yue_pages_xia:hover span {
	cursor: pointer;
	color: #78181e;
}

.audio_yue_pages_shang i {
	display: inline-block;
	width: 20px;
	height: 36px;
	vertical-align: middle;
	background: url(../res/xiala.png) no-repeat center 10px;
	-webkit-background-size: contain;
	background-size: contain;
	transform: rotate(180deg);
}

.audio_yue_pages_xia i {
	display: inline-block;
	width: 20px;
	height: 36px;
	vertical-align: middle;
	background: url(../res/xiala.png) no-repeat center 6px;
	-webkit-background-size: contain;
	background-size: contain;
}

.kangzhan_video_s1 {
	width: 100%;
	height: 420px;
	position: relative;
}

.kangzhan_yveo_s1 {
	width: 100%;
	height: 710px;
	position: relative;
}

.kangzhan_video_s1_s1 {
	position: absolute;
	width: 200%;
	height: 100%;
	margin-left: -50%;
	background-color: #27272f;
}

.kangzhan_video_s2 {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.kangzhan_video_s2_s1 {
	width: 100%;
	height: 60px;
	font-size: 35px;
	font-weight: normal;
	color: #bb0000;
}

.kangzhan_video_s2_s2 {
	width: 1170px;
	margin-left: -10px;
	overflow: hidden;
}

.kangzhan_video_item {
	width: 185px;
	height: 280px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}

.kangzhan_video_item_s1 {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.kangzhan_video_item_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.7s;
}

.kangzhan_video_item_s2 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 7px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	transition-duration: 0.7s;
}

.kangzhan_video_item:hover {
	cursor: pointer;
}

.kangzhan_video_item:hover .kangzhan_video_item_s2 {
	height: 60px;
	line-height: 60px;
	background-color: #555252;
	color: #fff;
}

.kangzhan_video_item:hover .kangzhan_video_item_s1 img {
	width: 110%;
	height: 110%;
	margin-left: -5%;
	margin-top: -5%;
	object-fit: cover;
	overflow: hidden;
}

.kangzhan_video_s1_s2 {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px 0;
}

.kangzhan_yvdo_s1_s2 {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	overflow: hidden;
	box-sizing: border-box;
	font-family: 黑体;
}

.kangzhan_video_s1_s2_sa1 {
	width: 100%;
	font-size: 24px;
	color: #fff;
	letter-spacing: 7px;
	margin-top: 30px;
}

.kangzhan_video_s1_s2_sa2 {
	width: 100%;
	height: 600px;
	margin-top: 20px;
	background-color: #000;
}

.kangzhan_video_s1_s2_sa2 video {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kangzhan_video_s1_s2_sa2_s1 {
	width: 910px;
	overflow: hidden;
	float: left;
	height: 100%;
}

.kangzhan_video_s1_s2_sa2_s1 video {
	width: 100%;
	height: 100%;
}

.kangzhan_video_s1_s2_sa2_s2 {
	background-color: #1f1f1f;
	width: 250px;
	height: 100%;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #404040;
	overflow-y: auto;
	overflow-x: hidden;
}

.kangzhan_video_s1_s2_sa2_s2::-webkit-scrollbar {
	width: 7px;
}

.kangzhan_video_s1_s2_sa2_s2::-webkit-scrollbar-thumb {
	background: #888;
}

.jilupian_menuitem {
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	color: #d6d6d6;
	font-size: 13px;
	text-align: center;
	transition-duration: 0.7s;
}

.jilupian_menuitem:hover {
	cursor: pointer;
	color: #25ff50;
}

.kangzhan_video_s1_s2_c {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #343434;
}

.kangzhan_video_s1_s2_c_s1 {
	width: 230px;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-right: 1px solid #343434;
}

.kangzhan_video_s1_s2_c_s2 {
	position: absolute;
	left: 230px;
	right: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	top: 0;
	overflow: hidden;
}

.kangzhan_v_sitem {
	width: 309.55px;
	height: 56.44px;
	line-height: 56.44px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition-duration: 0.7s;
	color: #fff;
	border: 1px solid #1a1a1a;
}

.kangzhan_v_sitem:hover {
	background-color: rgba(0, 170, 127, 0.2);
	cursor: pointer;
}

.v_set1 {
	background-color: rgba(130, 0, 0, 0.2);
	color: #00f4b3;
}

.kangzhan_video_s1_s2_c_s1 .swiper,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiperv1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiperv1:hover {
	cursor: pointer;
}

.kzimg_index0 {
	position: fixed;
	z-index: 0;
	width: 120%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1660px;
}

.kzimg_index0_s1 {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: -50px;
}

.kzimg_index0 img {
	width: 105%;
	margin-left: -350px;
}

.kzimg_index0_s2 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.kangzhan_s1 {
	width: 100%;
	height: 370px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 95px 0;
}

.kangzhan_s1s {
	width: 100%;
	height: 370px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 95px 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.kangzhan_s1s_c {
	width: 100%;
	font-size: 40px;
	padding: 0 0 30px 0;
}

.kangzhan_s1 span {
	font-size: 35px;
}

.kangzhan_s1 b {
	padding: 15px 50px;
	border-bottom: 3px solid #fff;
}

.kangzhan_s1 p {
	margin-top: 60px;
}

.kangzhan_s1s p {
	text-align: justify;
	text-indent: 2rem;
}

.kangzhan_s2 {
	width: 200%;
	background-color: #fff;
	margin-left: -50%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 50px 0;
}

.kangzhan_s2s {
	width: 200%;
	background-color: #ededed;
	margin-left: -50%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 50px 0;
}

.kangzhan_s2_c {
	position: relative;
	width: 1160px;
	margin: auto;
	background-color: #fff;
}

.kangzhan_s2_cs {
	width: 1170px;
	margin-left: -10px;
	background-color: #fff;
}

.kangzhan_s2_csa {
	width: 1180px;
	margin-left: -20px;
}

.kangzhan_s2_item {
	margin-top: 10px;
	margin-left: 10px;
	width: 282px;
	height: 360px;
	background-color: #d8d6d6;
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
}

.kangzhan_s2_item_s1 {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
}

.kangzhan_s2_item_s1_s1 {
	width: 100%;
	height: 275px;
	overflow: hidden;
}

.kangzhan_s2_item_s1_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.7s;
}

.kangzhan_s2_item:hover .kangzhan_s2_item_s1_s1 img {
	width: 110%;
	height: 110%;
	margin-top: -5%;
	margin-left: -5%;
	object-fit: cover;
}

.kangzhan_s2_item_s1_s2 {
	width: 100%;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
	margin-top: 5px;
	display: flex;
	align-items: center;
}

.kangzhan_s2_item_s3 {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	padding: 135px 0;
	transition-duration: 0.7s;
	display: none;
}

.kangzhan_s2_item:hover .kangzhan_s2_item_s3 {
	display: block;
}

.kangzhan_s2_item:hover {
	cursor: pointer;
}

.kangzhan_s2_item_s3 b {
	border-bottom: 1px solid #fff;
	padding: 0 18px;
}

.kangzhan_s2_item_s2 {
	position: absolute;
	top: 20px;
	left: 20px;
	box-sizing: border-box;
	font-size: 12px;
	padding: 5px 10px;
	background-color: #666;
	z-index: 2;
	border-radius: 100px;
	color: #fff;
}

.img_yue {
	width: 100%;
	height: 870px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 50px 0px;
}

.img_yue_box {
	width: 100%;
	height: 100%;
	background-color: #d3cac9;
	overflow: hidden;
}

.img_yue_box_s1 {
	background-color: #d93d2b;
	box-sizing: border-box;
	padding: 10px;
	line-height: 40px;
	color: #fff;
}

.img_yue_box_s3 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
}

.img_yue_box_s3 p {
	height: 25px;
	line-height: 25px;
	font-size: 15px;
}

.img_yue_box_s2 {
	position: relative;
	width: 100%;
	height: 573px;
	background-color: #10192a;
	overflow: hidden;
}

.img_yue_box_s2_s1 {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
}

.img_yue_box_s2_s1 img {
	height: 100%;
	max-width: 1000px;
	object-fit: cover;
	transition-duration: 1.5s;
}

.img_yue_box_s2_s1:hover img {
	height: 110%;
	margin-top: -2.5%;
}

.img_yue_box_s2_s2 {
	position: absolute;
	z-index: 2;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	left: 10px;
	top: 50%;
	margin-top: -22.5px;
	transition-duration: 0.7s;
	cursor: pointer;
}

.img_yue_box_s2_s2:hover {
	background-color: #d93d2b;
	border: 2px solid #d93d2b;
}

.img_yue_box_s2_s3 {
	position: absolute;
	z-index: 2;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	right: 10px;
	top: 50%;
	margin-top: -22.5px;
	transition-duration: 0.7s;
	cursor: pointer;
}

.img_yue_box_s2_s3:hover {
	background-color: #d93d2b;
	border: 2px solid #d93d2b;
}

.img_yues {
	width: 1170px;
	margin-left: -10px;
	box-sizing: border-box;
	padding: 0 0 30px 0;
	overflow: hidden;
}

.jlpmenux {
	background-color: #000;
}

.jiashu_item {
	width: 570px;
	height: 200px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-family: 宋体;
	box-sizing: border-box;
	padding: 15px;
}

.jiashu_item_left {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 140px;
	height: 170px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e9e9e9;
}

.jiashu_item_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.8s;
}

.jiashu_item:hover .jiashu_item_left img {
	width: 105%;
	height: 105%;
	object-fit: cover;
	margin-top: -2.5%;
	margin-left: -2.5%;
}

.jiashu_item_rght {
	position: absolute;
	left: 165px;
	right: 15px;
	top: 15px;
	height: 170px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0px;
}

.jiashu_item_rght_title {
	width: 100%;
	color: #333333;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jiashu_item_rght_desc {
	line-height: 20px;
	height: 100px;
	overflow: hidden;
	text-align: justify;
	word-break: break-all;
	text-indent: 2rem;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 10px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
}

.jiashu_item_rght_desc img {
	display: none;
}

.jiashu_item_rght_btn {
	width: 100%;
	text-align: right;
	margin-top: 17px;
}

.jiashu_item_rght_btn button {
	color: #e60012;
	box-sizing: border-box;
	border: 1px solid #999999;
	width: 73px;
	height: 23px;
	outline: none;
	font-size: 12px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
}

.jiashu_item_rght_btn button:hover {
	background-color: #e60012;
	color: #fff;
	border: 0;
}

.kangzhan_gl_box {
	width: 1160px;
}

.kzgushi_item {
	width: 100%;
	height: 200px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	font-family: 宋体;
	box-sizing: border-box;
	padding: 15px;
}

.kzgushi_item_s1 {
	width: 150px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.kzgushi_item_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 1s;
}

.kzgushi_item_s2 {
	float: left;
	position: absolute;
	left: 175px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	overflow: hidden;
}

.kzgushi_item_s2_s1 {
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

.kzgushi_item_s2_s2 {
	width: 100%;
	text-align: justify;
	word-break: break-all;
	text-indent: 2rem;
	line-height: 30px;
	margin-top: 8px;
	overflow: hidden;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
}

.kzgushi_item:hover {
	cursor: pointer;
}

.kzgushi_item:hover .kzgushi_item_s1 img {
	width: 105%;
	height: 105%;
	margin-top: -2.5%;
	margin-left: -2.5%;
}

.jiashu_m {
	font-weight: bold;
}

.jiashu_mm {
	font-family: 宋体;
	text-indent: 4rem;
	padding: 15px 0;
}

.zhanyis_title {
	width: 100%;
	height: 180px;
	line-height: 180px;
	text-align: center;
	font-size: 55px;
	color: #bb0000;
	position: relative;
}

.center_title_make {
	position: absolute;
	width: 200%;
	height: 100%;
	background-color: #fff;
	left: -50%;
}

.center_title_macc {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kangzhan_s2se {
	width: 200%;
	margin-left: -50%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 50px 0;
}

.kangzhan_s2se_s2 {
	position: relative;
	width: 1160px;
	left: 50%;
	margin-left: -580px;
	overflow: hidden;
}

.zyzyi_s2_s4 {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
}

.zyzyi_s2_s4_item {
	width: 33.33%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	float: left;
	font-family: 宋体;
	cursor: pointer;
	transition-duration: 1s;
}

.zyzyi_s2_s4_item:hover {
	background-color: rgba(0, 0, 0, .02);
	color: #00aa00;
	font-size: 18px;
	font-weight: bold;
}

.kangzhan_s1t {
	position: relative;
	width: 150%;
	height: 370px;
	background-image: url(../res/zhengmian.jpg);
	background-size: 100% auto;
	margin-left: -25%;
	background-position: center top -167px;
}

.kangzhan_s1t_s1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 1;
}

.kangzhan_s1t_s2 {
	position: absolute;
	width: 1160px;
	left: 50%;
	margin-left: -580px;
	z-index: 2;
}

.zhongshin_box {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.zhongshin_box_item {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #dddddd;
	height: 570px;
	padding: 85px 0;
	font-family: 宋体;
}

.zhongshin_box_item_s1 {
	position: absolute;
	left: 0;
	top: 100px;
	background-color: #c21212;
	width: 50px;
	height: 3px;
}

.zhongshin_box_item_s2 {
	position: absolute;
	left: 55px;
	top: 85px;
	width: 440px;
	height: 400px;
}

.zhongshin_box_item_s3 {
	position: absolute;
	left: 520px;
	right: 0;
	top: 85px;
	height: 400px;
	overflow: hidden;
}

.zhongshin_box_item_s3_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #666;
}

.zhongshin_box_item_s3_box {
	width: 660px;
	overflow: hidden;
	margin-left: -20px;
}

.zhongshin_box_item_s3_box_item {
	position: relative;
	width: 310px;
	height: 40px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	font-size: 15px;
	margin-left: 20px;
	cursor: pointer;
	transition-duration: 0.7s;
	text-decoration: none;
}

.zhongshin_box_item_s3_box_item span {
	color: #c21212;
	padding: 0 6px 0 0;
}

.zhongshin_box_item_s3_box_item::after {
	content: '';
	position: absolute;
	left: 0%;
	bottom: 7px;
	width: 0;
	height: 2px;
	background-color: #c21212;
	transition: width 1s, center 1s;
}

.zhongshin_box_item_s3_box_item:hover {
	color: #c21212;
}

.zhongshin_box_item_s3_box_item:hover::after {
	width: 100%;
	left: 0;
}

.zhongshin_box_item_s2_title {
	cursor: pointer;
	color: #c21212;
	font-size: 30px;
	font-weight: bold;
}

.zhongshin_box_item_s2_text {
	width: 100%;
	margin-top: 30px;
}

.zhongshin_box_item_s2_text p {
	text-align: justify;
	text-indent: 2rem;
	word-break: break-all;
}

.main_box_insdsj_item {
	width: 100%;
	height: 650px;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

.main_box_insdsj_item_s1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main_box_insdsj_item_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(1.5px);
	transform: scale(1);
}

.main_box_insdsj_item_s3 {
	position: absolute;
	left: 30px;
	top: 50px;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 7px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 550px;
}

.main_box_insdsj_item_s3::-webkit-scrollbar {
	width: 6px;
	border-radius: 6px;
}

.main_box_insdsj_item_s3::-webkit-scrollbar-thumb {
	background: #888;
}

.main_box_insdsj_item_s3_s1 {
	font-size: 35px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.main_box_insdsj_item_s3_s2 {
	width: 100%;
	text-align: justify;
	word-break: break-all;
	margin-top: 15px;
}

.main_box_insdsj_item_s3_s2_s1 {
	font-size: 18px;
	font-weight: bold;
}

.main_box_insdsj_item_s3_s2_s2 {
	text-indent: 2rem;
	font-size: 15px;
	margin-top: 5px;
}

.main_box_insdsj_item_s4 {
	position: absolute;
	z-index: 5;
	top: 50px;
	right: 50px;
}

.main_box_insdsj_item_s4 img {
	height: 300px;
}

.main_box_insdsj_item_s3s {
	position: absolute;
	right: 30px;
	top: 50px;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 7px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 550px;
}

.main_box_insdsj_item_s3s::-webkit-scrollbar {
	width: 6px;
	border-radius: 6px;
}

.main_box_insdsj_item_s3s::-webkit-scrollbar-thumb {
	background: #888;
}

.main_box_insdsj_item_s4s {
	position: absolute;
	z-index: 5;
	top: 50px;
	left: 50px;
}

.main_box_insdsj_item_s4s img {
	height: 300px;
}

.dfzc_left {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 610px;
}

.dfzc_left_s1 {
	width: 100%;
	text-align: center;
	counter-reset: #666;
	font-family: 黑体;
	font-weight: bold;
}

.dfzc_left_s2 {
	width: 100%;
	text-align: center;
	font-size: 3.125rem;
	color: #bb0000;
	margin-top: 20px;
}

.dfzc_left_s3 {
	width: 100%;
	text-align: justify;
	text-indent: 2rem;
	word-break: break-all;
	margin-top: 30px;
	font-family: 黑体;
	color: #666;
	line-height: 25px;
}

.dfzc_left_s4 {
	width: 100%;
	margin-top: 15px;
}

.dfzc_left_s4_item {
	width: 33.33%;
	height: 40px;
	line-height: 40px;
	float: left;
	color: #c21212;
	font-family: 宋体;
	text-align: center;
	cursor: pointer;
}

.dfzc_left_s4_item:hover {
	color: #00aa00;
}

.dfzc_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 570px;
	bottom: 0;
}

.dfzc_right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dfzzc_ct_s1 {
	color: #bb0000;
	font-size: 30px;
}

.dfzzc_ct_s2 {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 25px;
	margin-top: 20px;
	background-image: url(../res/llwz_sider.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.dfzzc_ct_s2_item {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px dashed #d2d2d2;
	color: #1a1819;
	text-indent: 1rem;
	font-family: 宋体;
	transition-duration: 0.7s;
	cursor: pointer;
}

.dfzzc_ct_s2_item:hover {
	color: #93231f;
	text-indent: 2rem;
}

.dfzzc_ct_s3_item {
	margin-left: 10px;
	margin-top: 10px;
	background-color: #fff;
	float: left;
	width: 575px;
	height: 440px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	font-family: 宋体;
}

.dfzc_vbox {
	width: 1170px;
	margin-left: -10px;
	overflow: hidden;
	position: relative;
}

.dfzzc_ct_s3_item_s1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 25px 0 25px 25px;
}

.dfzzc_ct_s3_item_s1_s1 {
	color: #bb0000;
}

.dfzzc_ct_s3_item_s1_s2 {
	font-weight: 500;
	font-family: 微软雅黑;
	font-size: 17px;
	margin-top: 15px;
	cursor: pointer;
}

.dfzzc_ct_s3_item_s1_s2:hover {
	color: #bb0000;
}

.dfzzc_ct_s3_item_s1_s3 {
	text-align: justify;
	word-break: break-all;
	text-indent: 2rem;
	font-size: 15px;
	line-height: 20px;
	margin-top: 30px;
	height: 240px;
	overflow: hidden;
}

.dfzzc_ct_s3_item_s1_s4 {
	margin-top: 25px;
}

.dfzzc_ct_s3_item_s1_s4_d {
	font-family: "Microsoft Yahei";
	background-color: #bb0000;
	color: #FFF;
	letter-spacing: 2px;
	text-align: center;
	padding: 0px 25px;
	line-height: 40px;
	border: 0;
	outline: none;
	cursor: pointer;
	width: 50px;
	height: 40px;
	transition-duration: 0.4s;
}

.dfzzc_ct_s3_item_s1_s4_d:hover {
	width: 60px;
}

.dfzzc_ct_s3_item_s2 {
	position: absolute;
	width: 220px;
	height: 143px;
	top: 25px;
	right: 25px;
	overflow: hidden;
}

.dfzzc_ct_s3_item_s2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.7s;
}

.dfzzc_ct_s3_item_s2 img:hover {
	width: 110%;
	height: 110%;
	margin-left: -5%;
	margin-top: -5%;
	object-fit: cover;
}

.zgzcimg_s1 {
	width: 307px;
	height: 100%;
	overflow: hidden;
	float: left;
}

.zgzcimg_s1_box {
	width: 100%;
	height: 610px;
	margin-top: -10px;
	background-color: #212224;
	margin-left: -10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.zgzcimg_s1_box::-webkit-scrollbar {
	width: 6px;
	border-radius: 6px;
}

.zgzcimg_s1_box::-webkit-scrollbar-thumb {
	background: #888;
}

.zgzcimg_s1_box::-webkit-scrollbar-track {
	background: #f1f1f1;
	margin-top: 10px;
}

.zgzcimg_s1_item {
	width: 140px;
	height: 100px;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.zgzcimg_s1_item_s1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.zgzcimg_s1_item_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zgzcimg_s1_item_s2 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-size: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	box-sizing: border-box;
	padding: 5px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.zgzcimg_s1_item_s3 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 3;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #000;
}

.zgzcimg_s1_item:hover .zgzcimg_s1_item_s3 {
	display: none;
}

.zgzcimg_s2 {
	width: 853px;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
}

.zgzcimg_s2_s2 {
	position: absolute;
	left: 60px;
	right: 70px;
	height: 500px;
	top: 50px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #fff;
	flex-direction: column;
}

.zgzcimg_s2_s2 img {
	height: 80%;
}

.zgzcimg_s2_s2 p {
	font-size: 12px;
	text-align: center;
}

.zgzcimg_s2_s1 {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border: 1.5px solid #fff;
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.zgzcimg_s2_s1:hover {
	background-color: #42180e;
	border: 1.5px solid #42180e;
}

.zgzcimg_s2_s3 {
	position: absolute;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border: 1.5px solid #fff;
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.zgzcimg_s2_s3:hover {
	background-color: #42180e;
	border: 1.5px solid #42180e;
}

.kzlsjmd_box {
	width: 100%;
	overflow: hidden;
	padding: 0 0 50px 0;
}

.kzlsjmd_box_s1 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 14px;
	font-family: SimHei;
	font-size: 28px;
	letter-spacing: 4px;
	color: #9d1c23;
}

.kzlsjmd_box_s2 {
	width: 208px;
	height: 3px;
	background-color: #999999;
	margin: 0 auto;
	position: relative;
}

.kzlsjmd_box_s2_c {
	width: 84px;
	height: 7px;
	background-color: #e60012;
	position: absolute;
	top: -3.5px;
	left: 62px;
}

.kzlsjmd_box_s3 {
	height: 554px;
	background-color: #ffffff;
	margin-top: 62px;
	overflow: hidden;
	padding: 19px 18px;
}

.kzlsjmd_box_s3_s1 {
	width: 794px;
	height: 517px;
	float: left;
	background: url(../res/kzls_bg_3.jpg) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}

.kzlsjmd_box_s3_s1_s1 {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 宋体;
	color: #000;
	box-sizing: border-box;
	padding: 0 50px;
}

.kzlsjmd_box_s3_s1_s1 span {
	font-size: 28px;
	letter-spacing: 4px;
	font-weight: bold;
	padding: 0 0 50px 0;
}

.kzlsjmd_box_s3_s1_s1 p {
	width: 100%;
	text-align: justify;
	text-indent: 2rem;
	word-break: break-all;
	font-size: 24px;
	margin-top: 15px;
}

.kzlsjmd_box_s3_s1_s2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .5);
	z-index: 1;
}

.kzlsjmd_box_s3_s2 {
	width: 330px;
	height: 517px;
	float: left;
	position: relative;
	background-color: #ae3523;
	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: column;
	color: #fff;
	box-sizing: border-box;
	padding: 32px;
}

.kzlsjmd_box_s3_s2 span {
	font-size: 28px;
	padding: 0 0 45px 0;
}

.kzlsjmd_box_s3_s2 p:hover {
	color: #dd796d;
}

.kzlsjmd_box_s3_s2 p {
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	margin-top: 25px;
	cursor: pointer;
}

.kzlsjmd_box_s3_s2 tgwu {
	font-size: 13px;
	text-indent: 2rem;
	height: 23px;
	line-height: 23px;
	cursor: pointer;
}

.kzlsjmd_box_s3_s2 tgwu:hover {
	color: #dd796d;
}

.kzlsjmd_box_s4 {
	color: #9d1c23;
	height: 20px;
	border-left: 10px solid #9d1c23;
	line-height: 20px;
	margin-top: 70px;
	padding: 0 0 0 5px;
}

.kzlsjmd_box_s5 {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}

.kzlsjmd_box_s6 {
	font-family: SimHei;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 7px;
	color: #fd8b04;
	margin-top: 25px;
}

.kzlsjmd_box_s7 {
	width: 100%;
	margin-top: 5px;
}

.kzlsjmd_box_s7_item {
	width: 100%;
	margin-top: 10px;
}

.kzlsjmd_box_s7_s1 {
	width: 100%;
	font-weight: bold;
}

.kzlsjmd_box_s7_s2 {
	font-size: 15px;
	font-family: 宋体;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
}

.kzlsjmd_box_s7_s2 span {
	padding: 0 0 0 20px;
}

.kzlsjmd_box_s8 {
	width: 100%;
	margin-top: 20px;
	font-family: 黑体;
}

.kzlsjmd_box_s8_s1 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	height: 30px;
}

.kzlsjmd_box_s8_s2 {
	width: 100%;
	text-align: center;
	font-size: 17px;
	height: 20px;
}

.kzlsjmd_box_s8_s3 {
	width: 100%;
}

.kzlsjmd_box_s8_s3 p {
	text-align: justify;
	word-break: break-all;
	text-indent: 2rem;
	line-height: 25px;
	font-size: 18px;
	margin-top: 15px;
}

.kzgongbu_s1 {
	width: 100%;
	background-image: url(../res/kzgongbu/fa_bg.png);
	background-repeat: no-repeat;
	background-position: center -465px;
	padding-top: 200px;
	padding-bottom: 370px;
	overflow: hidden;
}

.kzgongbu_s1_box {
	position: relative;
	width: 1160px;
	margin: auto;
	height: 495px;
}

.kzgongbu_s1_box_s1 {
	position: absolute;
	width: 1355px;
	left: -87px;
}

.kzgongbu_s1_box_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kzgongbu_s1_box_s2 {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	width: 1041px;
	height: 384px;
	left: 57px;
	top: 53px;
	overflow: hidden;
}

.kzgongbu_s1_box_s2_box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.kzgongbu_s1_box_s2_box_s1 {
	position: absolute;
	height: 300px;
	top: 45px;
	left: 30px;
}

.kzgongbu_s1_box_s2_box_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kzgongbu_s1_box_s2_box_s2 {
	position: absolute;
	left: 280px;
	right: 30px;
	top: 45px;
	bottom: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kzgongbu_s1_box_s2_box_s2 span {
	font-size: 28px;
	color: #f7561e;
	padding: 0 0 35px 0;
}

.kzgongbu_s1_box_s2_box_s2 p {
	text-align: justify;
	word-break: break-all;
	text-indent: 2rem;
	line-height: 40px;
	margin-top: 10px;
	font-size: 20px;
	color: #333;
	font-family: 宋体;
}

.kzgongbu_s1_box_s2_box_s2 p set {
	cursor: pointer;
	color: #287e64;
	font-weight: normal;
	font-size: 22px;
	font-family: 微软雅黑;
}

.kzgongbu_s1_box_s3 {
	position: absolute;
	top: 586px;
	width: 100%;
	text-align: center;
}

.kzgongbu_s1_box_s3 img {
	height: 100%;
}

.kzgongbu_s2 {
	width: 1160px;
	position: relative;
	margin: auto;
	background-color: #fff;
	margin-top: 50px;
}

.kzgongbu_s2_title {
	width: 100%;
	display: flex;
	justify-content: center;
}

.kzgongbu_s2_title_c {
	background-image: url(../res/kzgongbu/h-tab.png);
	-webkit-mask-image: url(../res/kzgongbu/h-tab.png);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	display: inline-block;
	/*width: 420px;*/
	height: 50px;
	line-height: 50px;
	background-color: #4a7c57;
	text-align: center;
	color: #fff;
	font-size: 20px;
	/*margin-left: 370px;*/
	box-sizing: border-box;
	padding: 0 20px;
}

.kzgongbu_s2_mov {
	width: 1200px;
	margin-left: -20px;
	overflow: hidden;
	margin-top: 30px;
	overflow: hidden;
}

.kzgongbu_s2_mov_item {
	width: 280px;
	height: 93px;
	margin-left: 20px;
	float: left;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px #158e6d solid;
	padding: 10px;
	border-radius: 10px;
	margin-top: 20px;
	font-size: 20px;
	color: #158e6d;
	overflow: hidden;
}

.kzgongbu_s2_mov_item span {
	font-size: 14px;
	color: #999;
	padding: 0 0 0 10px;
}

.kzgongbu_s2_mov_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #999;
	text-align: justify;
	word-break: break-all;
	margin-top: 5px;
}

.kzgongbu_s2_mov_item:hover {
	background-color: #f1f1f1;
	color: #941d25;
	border: 2px #941d25 solid;
}

.kzgongbu_s2_mover {
	text-align: center;
	margin-top: 10px;
}

.kzgongbu_s2_mover span {
	color: #287e64;
	font-weight: normal;
	font-size: 22px;
	font-family: 微软雅黑;
	cursor: pointer;
}

.kzgongbu_s2_mover span:hover {
	color: #941d25;
	text-decoration: underline;
}

.data_bg1 {
	background: url(../res/kzgongbu/title.png) center top no-repeat, url(../res/kzgongbu/title-bg.png) center top no-repeat;
}

.kzgongbuy_s1 {
	background-color: rgba(255, 255, 255, .9);
	position: relative;
	width: 1160px;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px;
	min-height: 400px;
}

.kzgongbuy_s1 p {
	line-height: 25px;
}

.info_pagebg {
	background-image: url(../res/kzgongbu/GreatWall.png), url(../res/kzgongbu/bg.png);
	background-position: center bottom, 0% 0%;
	background-repeat: no-repeat, repeat;
	min-height: 100%;
}

.kzgongbuy_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 50px 0;
}

table {
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
	border-collapse: collapse;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	unicode-bidi: isolate;
	border-color: inherit;
}

tr {
	display: table-row;
	vertical-align: inherit;
	unicode-bidi: isolate;
	border-color: inherit;
}

th {
	font-weight: 700;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 1.5;
	min-width: 30px;
	padding: 5px 5px;
	background-color: #f5f2f0;
	min-height: 50px;
	letter-spacing: 5px;
}

td {
	border: 1px solid #ccc;
	line-height: 1.5;
	min-width: 30px;
	padding: 7px 5px;
	text-align: center;
	font-size: 15px;
	font-family: 宋体;
	min-height: 40px;
}

.shijianxian_box {
	width: 100%;
	min-height: 430px;
	font-family: "Open Sans", sans-serif;
	background: #bea2e7;
	/*background: linear-gradient(to bottom, #bea2e8 0%, #86b7a7 100%);*/
	background: linear-gradient(to left, #280b07 0%, #951d1d 100%);
}

.shijianxian_box_ct ul {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 50px 80px;
	color: #fff;
	font-size: 13px;
}

.shijianxian_box_ct ul li {
	position: relative;
	margin-left: 30px;
	padding: 5px 0 20px 0;
}

.shijianxian_box_ct_item {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 14px;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
	text-align: justify;
	word-break: break-all;
	line-height: 22px;
	margin-top: -11px;
}

.shijianxian_box_ct ul li:not(:first-child) {
	margin-top: 10px;
}

.shijianxian_box_ct ul li>span {
	width: 2px;
	height: 100%;
	background: #fff;
	left: -30px;
	top: 0;
	position: absolute;
}

.shijianxian_box_ct ul li>span:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	background: #86b7e7;
	left: -5px;
	top: -11px;
}

.shijianxian_box_ct ul li>div {
	margin-left: 10px;
}

.shijianxian_box_ct div .title,
.shijianxian_box_ct div .type {
	font-weight: 600;
	font-size: 12px;
}

.shijianxian_box_ct div .info {
	font-weight: 300;
	font-size: 15px;
}

.shijianxian_box_ct span.number {
	height: 100%;
}

.shijianxian_box_ct span.number span {
	position: absolute;
	font-size: 13px;
	font-weight: bold;
	right: 12px;
	width: 150px;
	text-align: right;
	top: -13px;
}

.shijianxian_box_ct_bottom {
	width: 11.5px;
	height: 11.5px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #86b7e7;
	margin-left: -5px;
	position: relative;
	z-index: 50;
}

.shijianxian_box_ct_items {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 14px;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
	margin-left: 30px;
	margin-left: 40px;
	margin-top: -5px;
	text-align: justify;
	word-break: break-all;
	line-height: 22px;
}

.shijianxian_box_ct {
	position: relative;
	width: 1160px;
	margin: auto;
}

.chinarole_box {
	width: 1160px;
	position: relative;
	margin: auto;
	overflow: hidden;
}

.chinarole_box_item {
	width: 100%;
	height: 700px;
	box-sizing: border-box;
	border: 1px dashed #ccc;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 50px;
	padding: 30px;
}

.chinarole_box_item_cc {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	padding: 30px;
}

.chinarole_box_item_cc_s1 {
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 10px;
}

.chinarole_box_item_cc_s2 {
	width: 100%;
	overflow: hidden;
	height: 518px;
	margin-top: 30px;
}

.chinarole_box_item_cc_s2_s1_item {
	width: 150px;
	height: 166px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}

.chinarole_box_item_cc_s2_s1_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.chinarole_box_item_cc_s2_s1 {
	width: 480px;
	margin-left: -10px;
	height: 528px;
	overflow: hidden;
	margin-top: -10px;
	float: left;
}

.chinarole_box_item_cc_s2_s2 {
	width: 567px;
	height: 538px;
	float: left;
	overflow: hidden;
	font-family: 宋体;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	margin-top: -20px;
}

.chinarole_box_item_cc_s2_s2 p {
	text-align: justify;
	word-break: break-all;
	text-indent: 2rem;
	margin-top: 20px;
	line-height: 22px;
}

.zhuxi_right {
	text-align: right;
	color: #00aa00;
	font-family: 黑体;
	margin-top: 20px;
	font-size: 18px;
}

.zhuxi_right span {
	cursor: pointer;
}

.zhuxi_right span:hover {
	color: #aa0000;
	text-decoration: underline;
}

.zhuxi_kuozhan {
	width: 100%;
	margin-top: 20px;
}

.zhuxi_kuozhan_s2 {
	margin-top: 20px;
	width: 100%;
	height: 81px;
	overflow: hidden;
}

.zhuxi_kuozhan_s1 {
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
}

.zhuxi_kuozhan_s2 span {
	padding: 0 0 10px 10px;
	cursor: pointer;
}

.zhuxi_kuozhan_s2 span:hover {
	color: #aa0000;
	text-decoration: underline;
}

.chinarole_box_item_cc_s2_s1s {
	width: 480px;
	margin-right: -10px;
	height: 528px;
	overflow: hidden;
	margin-top: -10px;
	float: left;
}

.chinarole_box_item_cc_s2_s2s {
	width: 567px;
	height: 538px;
	float: left;
	overflow: hidden;
	font-family: 宋体;
	box-sizing: border-box;
	padding: 0 15px 0 0px;
	margin-top: -20px;
}

.chinarole_box_item_cc_s2_s2s p {
	text-align: justify;
	word-break: break-all;
	text-indent: 2rem;
	margin-top: 20px;
	line-height: 22px;
}

.w_title {
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	padding: 20px 0;
}

.chinarole_box_item:hover {
	border: 1px solid #b4d5ff;
}

.chinarole_box_item:hover .chinarole_box_item_cc {
	border: 1px dashed #b4d5ff;
}

.chinav_swiper {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.chinav_swiper .swiper,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: 100%;
}

.chinav_swiper .swiper-pagination {
	text-align: right;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}

.chinav_swiper .swiper-pagination-bullet {
	width: 30px;
	height: 5px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 1);
}

.chinav_swiper .swiper-pagination-bullet-active {
	background-color: #78181e;
}

.chinav_swiper_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.chinav_swiper_box_s1 {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	left: 0;
	top: 0;
}

.chinav_swiper_box_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.chinav_swiper_box_s2 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 2;
	padding: 10px 20px;
	color: #fff;
	transition-duration: 0.7s;
	letter-spacing: 15px;
}

.chinav_swiper_box:hover .chinav_swiper_box_s2 {
	padding: 0px 0px;
	color: #ffff00;
	background-color: rgba(0, 0, 0, .8);
	font-size: 40px;
	font-weight: bold;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.daohang_title {
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	padding: 60px 0;
	font-size: 35px;
	color: #aa0000;
	letter-spacing: 5px;
}

.daohang_ins {
	position: relative;
	margin: auto;
	width: 1160px;
	padding: 20px 0;
	margin-top: 10px;
}

.daohang_ins_item {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.daohang_ins_item_s1 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease 0s;
	opacity: .7;
	height: 50px;
	line-height: 50px;
	background: #da1a03;
	width: 1136px;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
	letter-spacing: 5px;
}

.daohang_ins_item_s1 span {
	cursor: pointer;
}

.daohang_ins_item_s1 span:hover {
	text-decoration: underline;
}

.daohang_ins_item_s1:before {
	content: "";
	border-left: 24px solid #da1a03;
	border-top: 20px solid transparent;
	border-bottom: 32px solid transparent;
	position: absolute;
	top: 0;
	right: 1px;
	transition: all 0.3s ease 0s;
}

.daohang_ins_item_s2 {
	position: relative;
	width: 100%;
}

.daohang_ins_item_s2_s1 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 100px 50px 0;
	border-color: transparent transparent transparent black;
}

.daohang_ins_item_s2_s1:before {
	content: "";
	border-right: 24px solid #ed8c80;
	border-bottom: 18px solid transparent;
	position: absolute;
	top: 50px;
	left: 0px;
	opacity: .8;
}

.daohang_ins_item_s2_s2 {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0px 0 0 60px;
	margin-top: -30px;
}

.daohang_ins_item_s2_s2_item {
	width: 25%;
	float: left;
	height: 40px;
	line-height: 40px;
}

.daohang_ins_item_s2_s2_item e {
	font-style: normal;
	color: #A5090A;
	cursor: pointer;
}

.daohang_ins_item_s2_s2_item span {
	font-family: 宋体;
	cursor: pointer;
}

.daohang_ins_item_s2_s2_item span:hover {
	color: #A5090A;
}

.img_cover {
	top: 20px;
	padding: 50px 0px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.baidu_map {
	width: 100%;
	height: 600px;
	overflow: hidden;
	padding: 0 0 30px 0;
}

.todayhis_box {
	position: relative;
	width: 100%;
	max-width: 1160px;
	min-width: 1160px;
	margin: auto;
	overflow: hidden;
	padding: 50px 0 0 0;
	min-height: 565px;
}

.todayhis_box_left {
	position: relative;
	width: 440px;
	box-sizing: border-box;
	padding: 0 0px 10px 0px;
	z-index: 2;
	float: left;
}

.todayhis_box_left_inn {
	width: 100%;
	height: 100%;
}

.todayhis_box_left_s1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ed8c80;
	color: #fff;
	text-align: center;
}

.todayhis_box_left_s1 select {
	padding: 0 7px;
	height: 25px;
	outline: none;
}

.todayhis_box_left_s1 button {
	height: 25px;
	padding: 0 7px;
	margin-left: 5px;
	border: 0;
	outline: none;
	overflow: hidden;
	cursor: pointer;
	background-color: #9a3b33;
	color: #fff;
	transition-duration: 0.5s;
	font-size: 12px;
}

.todayhis_box_left_s1 button:hover {
	background-color: #822c25;
	border-radius: 4px;
	font-size: 14px;
}

.todayhis_box_left_s2 {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	background-color: #fff;
}

.today1_item {
	width: 51.42px;
	text-align: center;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin-left: 10px;
}

.tocolor {
	color: #c60b02;
	font-weight: bold;
}

.todayhis_box_left_s3 {
	width: 100%;
	border-top: 1px solid #ddd;
	background-color: #fff;
	padding: 0 0 10px 0;
}

.todayhis_box_left_s3_d {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.today2_item_ins {
	width: 100%;
	height: 100%;
	position: relative;
}

.today2_item {
	width: 51.42px;
	text-align: center;
	float: left;
	font-size: 13px;
	height: 50px;
	margin-top: 10px;
	margin-left: 10px;
}

.today2_item_inse {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}

.today2_item_inse:hover {
	background-color: rgba(0, 0, 0, .03);
	border-radius: 50%;
}

.today2_itemnot {
	width: 14.28%;
	text-align: center;
	height: 50px;
	float: left;
	overflow: hidden;
}

.today2_item_s1 {
	font-weight: bold;
}

.today2_item_s1s {
	color: rgb(198, 11, 2);
	font-weight: bold;
}

.day_yes {
	background: rgb(193, 217, 255);
	border-radius: 50%;
	color: #0878ff;
	font-weight: bold;
}

.today2_item_s3 {
	position: absolute;
	box-sizing: border-box;
	padding: 10px;
	background-color: #00aa00;
	z-index: 2;
	text-align: justify;
	line-height: 25px;
	top: 40px;
	left: 50px;
	border: 1px solid #dddddf;
	background: #feffcd;
	letter-spacing: 2px;
	white-space: nowrap;
	display: none;
	color: #383838;
}

.today2_item_s2 {
	font-size: 12px;
}

.today2_item_s3 b {
	color: #c60a00;
}

.today2_item:hover .today2_item_s3 {
	display: block;
}

.todayhis_box_right {
	width: 670px;
	float: left;
	margin-left: 50px;
	margin-top: -10px;
}

.todayhis_box_right_item {
	width: 100%;
	background-color: #fff;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px;
}

.todayhis_box_right_item_s1 {
	font-size: 24px;
	height: 45px;
}

.todayhis_box_right_item:hover .todayhis_box_right_item_s1 {
	color: #bb0000;
}

.todayhis_box_right_item_s2 {
	text-align: justify;
	font-family: "宋体";
	font-size: 16px;
	white-space: normal;
	text-indent: 2rem;
}

.kzbaoxing_item {
	width: 23.12%;
	overflow: hidden;
	box-sizing: border-box;
	font-family: "宋体";
	cursor: pointer;
	padding: 0 10px;
	transition-duration: 0.5s;
	margin-left: 1.5%;
	margin-top: 20px;
	height: 300px;
	float: left;
	border-radius: 7px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
}

.kzbaoxing_item:hover {
	box-sizing: border-box;
	box-shadow: #000 0 0 10px;
}

.kzbaoxing_item_s1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	transition-duration: 0.5s;
	border-radius: 7px 7px 0 0;
	box-sizing: border-box;
	padding: 0 5px;
}

.kzbaoxing_item_s2 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.kzbaoxing_item_s2_s1 {
	height: 160px;
	width: 100%;
	overflow: hidden;
	background-color: #f2f6f8;
	text-align: center;
	line-height: 160px;
	transition-duration: 0.7s;
}

.kzbaoxing_item:hover .kzbaoxing_item_s2_s1 {
	font-size: 18px;
	font-weight: bold;
}

.kzbaoxing_item_s2_s1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition-duration: 0.4s;
}

.kzbaoxing_item:hover .kzbaoxing_item_s2_s1 img {
	height: 110%;
	width: 110%;
	margin-top: -5%;
	margin-left: -5%;
}

.kzbaoxing_item_s2_s2 {
	width: 100%;
	height: 54px;
	overflow: hidden;
	line-height: 18px;
	text-indent: 2rem;
	text-align: justify;
	word-break: break-all;
	font-size: 14px;
	margin-top: 5px;
}

.kzbaoxing_item_s3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
	line-height: 40px;
	font-size: 13px;
	padding: 0 0 10px 0;
}

.kzbaoxing_item_s3_s1 {
	width: 50%;
	float: left;
	transition-duration: 0.7s;
}

.kzbaoxing_item_s3_s2 {
	width: 50%;
	float: left;
	text-align: right;
	transition-duration: 0.7s;
}

.baoxin_yue_title {
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	margin-top: -30px;
}

.baoxin_yue_tips {
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin-top: 5px;
}

.baoxin_yue_tips span {
	padding: 0 10px 0 0;
	font-size: 14px;
}

.baoxin_yue_imag {
	width: 100%;
	text-align: center;
}

.baoxin_yue_imag img {
	max-width: 100%;
}

.baoxin_yue_text {
	width: 100%;
}

.baoxin_yue_text p {
	text-align: justify;
}

.main_box_ins_gimg {
	width: 100%;
	height: 900px;
	overflow: hidden;
	background-color: #fdf2f3;
}

.shuhua_book_box {
	width: 1160px;
	max-width: 1160px;
	position: relative;
	margin: auto;
	overflow: hidden;
}

.shuhua_book_box_cc {
	width: 1190px;
	overflow: hidden;
	margin-left: -30px;
	margin-top: -30px;
}

.book_shitem {
	width: 267.5px;
	height: 340px;
	background-color: #eee;
	margin-left: 30px;
	margin-top: 30px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
}

.book_shitem_s1 {
	width: 100%;
	height: 270px;
	overflow: hidden;
}

.book_shitem_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.7s;
}

.book_shitem_s2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #fdf2f3;
	text-align: center;
	font-size: 14px;
	transition-duration: 0.7s;
}

.book_shitem:hover .book_shitem_s1 img {
	width: 110%;
	height: 110%;
	margin-top: -5%;
	margin-left: -5%;
	object-fit: cover;
}

.book_shitem:hover .book_shitem_s2 {
	font-size: 15px;
	color: #891e18;
}

.wenwus_bnn {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0px 0;
	font-size: 14px;
	color: #fff;
}

.wenwus_bnn_ins {
	background-color: rgba(0, 0, 0, .4);
	width: 648px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px 0;
}

.wenwus_bnn_s3_item {
	width: 301px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #f6f902;
	background-color: rgba(243, 86, 98, .3);
	float: left;
	margin-left: 15.33px;
	margin-top: 15.33px;
	cursor: pointer;
	transition-duration: 0.7s;
}

.wenwus_bnn_s1 {
	width: 100%;
	text-align: center;
	color: #ffd535;
	font-size: 20px;
}

.wenwus_bnn_s2 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
	text-align: justify;
	text-indent: 2rem;
	word-break: break-all;
	font-size: 15px;
	line-height: 22px;
}

.wenwus_bnn_s3_item:hover {
	font-size: 15.5px;
}

.zwenwu_items {
	width: 100%;
	height: 480px;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px dashed #e3e3e3;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}

.zwenwu_items_s1 {
	width: 540px;
	height: 100%;
	float: left;
}

.zwenwu_items_lobel {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.zwenwu_items_center {
	width: 100%;
	text-align: center;
	color: #9d1c23;
	letter-spacing: 4px;
	font-size: 25px;
}

.zwenwu_items_kgroup {
	width: 208px;
	background-color: #999999;
	height: 3px;
	position: relative;
	margin-top: 20px;
}

.zwenwu_items_kgroup_c {
	background-color: #e60012;
	height: 7px;
	width: 84px;
	position: absolute;
	top: -2.5px;
	left: 62px;
}

.zwenwu_items_title {
	width: 500px;
	text-align: justify;
	text-indent: 2rem;
	line-height: 30px;
	margin-top: 20px;
}

.zwenwu_items_swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.zwenwu_items_swiper .swiper,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
	height: 100%;
}

.Groups_book_box_cc {
	width: 1160px;
	overflow: hidden;
	margin-top: -30px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #fff;
	transition-duration: 0.7s;
}

.swiper-button-next:after {
	content: "→";
}

.swiper-button-prev:after {
	content: "←";
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 18px;
	line-height: 45px;
	text-align: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: #78181e;
	border: 2px solid #78181e;
}

.zwenwu_items_ns {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.zwenwu_items_ns_s1 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #fff;
}

.zwenwu_items_ns_s1 img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.zwenwu_items_ns_s2 {
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: rgba(17, 22, 28, .6);
	z-index: 2;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 15px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 7px;
	display: flex;
	justify-content: flex-end;
}

.swiper-pagination-bullet {
	width: 60px;
	height: 4px;
	border-radius: 4px;
	background-color: rgba(227, 227, 227, .5);
}

.swiper-pagination-bullet-active {
	background-color: #c21212;
}

.main_box_top_s3_a9 {}

.htmlheibai {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
}

@keyframes menu1 {
	from {
		opacity: 0;
		transform: translateX(30px) rotateY(90deg);
	}

	to {
		opacity: 1;
		transform: translateX(0) rotateY(0);
	}
}

@keyframes menu2 {
	0% {
		opacity: 0;
		transform: scale(0.7);
	}

	50% {
		opacity: 0.5;
		transform: scale(1.1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes menu3 {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes menu4 {
	0% {
		opacity: 0;
		transform: translateX(50px) rotate(-90deg);
	}

	100% {
		opacity: 1;
		transform: translateX(0) rotate(0);
	}
}

@keyframes menu5 {
	0% {
		opacity: 0;
		transform: rotateX(-90deg);
	}

	100% {
		opacity: 1;
		transform: rotateX(0);
	}
}

@keyframes menu6 {
	0% {
		opacity: 0;
		transform: scale(2);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes menu7 {
	0% {
		opacity: 0;
		margin-left: 40px;
	}

	100% {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menu8 {
	0% {
		opacity: 0;
		width: 50%;
	}

	100% {
		opacity: 1;
		width: 100%;
	}
}

@keyframes menu9 {
	0% {
		opacity: 0;
		height: 50%;
	}

	100% {
		opacity: 1;
		height: 100%;
	}
}

@keyframes menu10 {
	0% {
		opacity: 0;
		transform: rotateY(-90deg);
	}

	100% {
		opacity: 1;
		transform: rotateY(0);
	}
}

@keyframes menu11 {
	0% {
		opacity: 0;
		transform: rotateX(90deg);
	}

	30% {
		transform: rotateX(-20deg) rotateY(5deg);
		animation-timing-function: ease-in-out;
	}

	65% {
		transform: rotateX(20deg) rotateY(-3deg);
		animation-timing-function: ease-in-out;
	}

	100% {
		opacity: 1;
		transform: rotateX(0);
		animation-timing-function: ease-in-out;
	}
}

.yxiong_sms_box {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.yxiong_sms_box_s1 {
	width: 130px;
	overflow: hidden;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	float: left;
	color: #747474;
}

.yxiong_sms_box_s1_item {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	transition-duration: 0.4s;
	font-size: 14px;
}

.yxiong_sms_box_s1_item:hover {
	background-color: rgba(130, 44, 37, 1.0);
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 5px;
	line-height: 45px;
	height: 50px;
}

.yxiong_sms_box_s1_item_el{
	background-color: rgba(130, 44, 37, 1.0);
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 5px;
	line-height: 45px;
	height: 50px;
}

.yxiong_sms_box_s2 {
	width: 979px;
	margin-left: 50px;
	overflow: hidden;
	float: left;
}

.yxiong_sms_box_s2_item1 {
	width: 100%;
	height: 170px;
	overflow: hidden;
	transition-duration: 0.4s;
	box-sizing: border-box;
	border-bottom: 1px dashed #ededed;
	padding: 10px 0 10px 0;
}

.yxiong_sms_box_s2_item1:hover {
	cursor: pointer;
	border-bottom: 1px solid #ededed;
}

.yxiong_sms_box_s2_item1:hover .yxiong_sms_box_s2_item1_s3 {
	width: 0px;
}

.yxiong_sms_box_s2_item1:hover .yxiong_sms_box_s2_item1_s1 {
	width: 200px;
}

.yxiong_sms_box_s2_item1:hover .yxiong_sms_box_s2_item1_s1 img{
	border-radius: 7px;
}

.yxiong_sms_box_s2_item1:hover .yxiong_sms_box_s2_item1_s2_s1 {
	color: #ff0000;
}

.yxiong_sms_box_s2_item1_s1 {
	width: 0px;
	height: 100%;
	float: left;
	overflow: hidden;
	transition-duration: 0.4s;
}

.yxiong_sms_box_s2_item1_s1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yxiong_sms_box_s2_item1_s2 {
	width: calc(100% - 200px);
	height: 100%;
	overflow: hidden;
	float: left;
	text-align: justify;
	word-break: break-all;
	box-sizing: border-box;
	padding: 5px;
}

.yxiong_sms_box_s2_item1_s3 {
	width: 200px;
	height: 100%;
	overflow: hidden;
	float: left;
	transition-duration: 0.4s;
}

.yxiong_sms_box_s2_item1_s3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yxiong_sms_box_s2_item1_s2_s1 {
	width: 100%;
	height: 50px;
	font-weight: bold;
	font-size: 18px;
}

.yxiong_sms_box_s2_item1_s2_s2 {
	width: 100%;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
}

.yxiong_sms_box_s2_item1_s2_s2 p {
	text-indent: 2rem;
	margin-top: 10px;
	line-height: 20px;
}

.yxiong_sms_box_s2_item1_s2_s3{
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 45px;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	color: #707070;
}

.yxiong_sms_box_s2_item2 {
	width: 100%;
	height: 170px;
	overflow: hidden;
	transition-duration: 0.4s;
	box-sizing: border-box;
	border-bottom: 1px dashed #ededed;
	padding: 10px 0 10px 0;
}

.yxiong_sms_box_s2_item2:hover {
	cursor: pointer;
	border-bottom: 1px solid #ededed;
}

.yxiong_sms_box_s2_item2:hover .yxiong_sms_box_s2_item1_s1s {
	width: 0px;
}

.yxiong_sms_box_s2_item2:hover .yxiong_sms_box_s2_item1_s3s {
	width: 200px;
}

.yxiong_sms_box_s2_item2:hover .yxiong_sms_box_s2_item1_s2_s1 {
	color: #ff0000;
}

.yxiong_sms_box_s2_item1_s1s {
	width: 200px;
	height: 100%;
	float: left;
	overflow: hidden;
	transition-duration: 0.4s;
}

.yxiong_sms_box_s2_item1_s1s img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yxiong_sms_box_s2_item1_s3s {
	width: 0px;
	height: 100%;
	overflow: hidden;
	float: left;
	transition-duration: 0.4s;
}

.yxiong_sms_box_s2_item1_s3s img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yxiong_sms_box_s2_item1_s3_tips{
	width: 100%;
	height: 100%;
	background-color: #aa557f;
	display: flex;
	justify-content: space-evenly;
	letter-spacing: 3px;
	align-items: center;
	line-height: 30px;
	font-size: 22px;
	color: #fff;
	white-space: normal;
	flex-direction: column;
}

.zhanfan_tabs{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 15px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 7px;
}

.zhanfan_tabs_item{
	overflow: hidden;
	float: left;
	background-color: #822c25;
	height: 35px;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	transition-duration: 0.7s;
	width: 110px;
}

.zhanfan_tabs_itemmv{
	background-color: #280b07;
}

.zhanfan_tabs_item:hover{
	background-color: #af312d;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
}

.zhanfan_ins{
	width: 100%;
	overflow: hidden;
}

.zhanfan_ins_item{
	position: relative;
	width: 572.5px;
	height: 140px;
	background-color: rgba(255,255,255,0.6);
	float: left;
	overflow: hidden;
	margin-top: 15px;
	border-radius: 7px;
	box-sizing: border-box;
	padding: 10px;
}

.zhanfan_ins_items{
	position: relative;
	width: 572.5px;
	height: 140px;
	background-color: rgba(255,255,255,0.6);
	margin-left: 15px;
	float: left;
	overflow: hidden;
	margin-top: 15px;
	border-radius: 7px;
	box-sizing: border-box;
	padding: 10px;
}

.zhanfan_ins_item_s1{
	width: 120px;
	height: 120px;
	overflow: hidden;
	float: left;
	border-radius: 7px 0 0 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: 0.5s;
}

.zhanfan_ins_item_s1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: 0.5s;
}

.zhanfan_ins_items:hover,.zhanfan_ins_item:hover{
	cursor: pointer;
}

.zhanfan_ins_items:hover .zhanfan_ins_item_s1 img{
	width: 110%;
	height: 110%;
	object-fit: cover;
}

.zhanfan_ins_item:hover .zhanfan_ins_item_s1 img{
	width: 110%;
	height: 110%;
	object-fit: cover;
}

.zhanfan_ins_item_s2{
	position: relative;
	height: 120px;
	overflow: hidden;
	width: calc(100% - 120px);
	float: left;
	text-align: justify;
	word-break: break-all;
	box-sizing: border-box;
	padding: 0 0 0 5px;
}

.zhanfan_ins_item_s2_s1{
	width: 100%;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	transition-duration: 0.5s;
	overflow: hidden;
}

.zhanfan_ins_item_s2_s2{
	position: absolute;
	margin-top: 120px;
	left: 5px;
	right: 0;
	font-size: 12px;
	color: #515151;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	text-indent: 2rem;
	transition-duration: 0.5s;
}

.zhanfan_ins_item_s2_s3{
	position: absolute;
	margin-top: 120px;
	left: 5px;
	right: 0;
	font-size: 12px;
	color: #515151;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	text-indent: 2rem;
	transition-duration: 0.5s;
}

.zhanfan_ins_items:hover .zhanfan_ins_item_s2_s1,.zhanfan_ins_item:hover .zhanfan_ins_item_s2_s1{
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #ff0000;
}

.zhanfan_ins_items:hover .zhanfan_ins_item_s2_s2,.zhanfan_ins_item:hover .zhanfan_ins_item_s2_s2{
	animation: zhanfan1 0.3s ease-in-out forwards;animation-delay: 0.1s;
}

.zhanfan_ins_items:hover .zhanfan_ins_item_s2_s3,.zhanfan_ins_item:hover .zhanfan_ins_item_s2_s3{
	animation: zhanfan2 0.3s ease-in-out forwards;animation-delay: 0.1s;
}

@keyframes zhanfan1 {
	0% {margin-top: 20px;}
	100% {margin-top: 120px;}
}

@keyframes zhanfan2 {
	0% {margin-top: 120px;}
	100% {margin-top: 20px;}
}

.zhanfan_ins_items:not(:hover) .zhanfan_ins_item_s2_s2,.zhanfan_ins_item:not(:hover) .zhanfan_ins_item_s2_s2{
	animation: zhanfan3 0.3s ease-in-out forwards;animation-delay: 0.1s;
}

.zhanfan_ins_items:not(:hover) .zhanfan_ins_item_s2_s3,.zhanfan_ins_item:not(:hover) .zhanfan_ins_item_s2_s3{
	animation: zhanfan4 0.3s ease-in-out forwards;animation-delay: 0.1s;
}

@keyframes zhanfan3 {
	0% {margin-top: 120px;}
	100% {margin-top: 20px;}
}

@keyframes zhanfan4 {
	0% {margin-top: 20px;}
	100% {margin-top: 120px;}
}

.todayhis_set{
	width: 100%;
	background-color: rgba(255,255,255,1);
	box-sizing: border-box;
	padding: 20px;
	font-family: 微软雅黑;
	margin-top: 10px;
}

.todayhis_set_name{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
}

.todayhis_set_desc{
	width: 100%;
	text-align: center;
	word-break: break-all;
}

.todayhis_set_desc p{
	margin-top: 15px;
	text-indent: 2rem;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
}

.todayhis_set_video{
	width: 100%;
	margin-top: 5px;
	text-align: center;
}

.todayhis_set_video video{
	width: 70%;
	margin-top: 20px;
	background-color: #000;
}

.todayhis_boxbtn{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px 100px;
	background-color: #fff;
	margin-top: 10px;
}

.todayhis_boxbtn button{
	width: 100%;
	height: 50px;
	background-color: #af312d;
	border: 0;
	outline: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	transition-duration: 0.5s;
}

.todayhis_boxbtn button:hover{
	border-radius: 7px;
	background-color: #822c25;
	font-weight: 700;
}

.todayhis_mon{
	width: 100%;
	overflow: hidden;
}

.todayhis_mom{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
	margin-top: 15px;
}

.todayhis_mom_s1{
	width: 100%;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	position: relative;
}

.todayhis_mom_s1_s2{
	position: absolute;
	right: 10px;
	width: 45px;
	z-index: 2;
	top: 0;
	text-align: right;
}

.todayhis_mom_s1_s2 span{
	cursor: pointer;
}

.todayhis_mom_s1_s2:hover span{
	color: #ff0000;
}

.todayhis_mom_s2{
	width: 100%;
	overflow: hidden;
}

.todayhis_mom_s3{
	width: 100%;
	margin-top: 50px;
	box-sizing: border-box;
	padding: 0 15px 15px 15px;
}

.todayhis_set_desc img{
	max-width: 70%;
	margin-top: 15px;
}

.todayhis_set_desc_tips{
	font-weight: 700;
	font-size: 17px;
	text-align: justify;
}