.index_content {
	width: 100%  !important;
	overflow-x: hidden;
}

.index_header {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
	vertical-align: top;
}

.nav {
	width: 100%;
	height: 68px;
	background: #B31B0B;
	margin-bottom: 62px;
	display: flex;
	justify-content: center;
	padding-top: 23px;
}

.nav .nav_wrap {
	width: 1200px;

	display: flex;
	justify-content: space-between;
}

.nav .nav_item {

	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

.nav .nav_chose {
	width: 58px;
	height: 6px;
	background: #FF9F08;
	border-radius: 3px;
	text-align: center;
	margin-top: 7px;

}

.nav_item_chose {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav_item_chose .nav_item_chose_title {

	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	cursor: pointer;
}


.content .item1 {
	width: 100%;
	height: 606px;

	/* background-color: pink; */
	margin-bottom: 115px;
}
.item1-right-center{
	width: 1200px;
	 height: 600px;
	 border-radius: 4px;
	 /*margin-left: 360px;*/
	margin: 0 auto;
}
.item1-img{
	width: 1200px;
	height: 600px;
	background-size: cover;
	border-radius: 4px;
}

.content .item2 {
	width: 100%;
	height: 525px;
	/* background-color: lightgoldenrodyellow; */
	margin-bottom: 34px;
	display: flex;
	position: relative;

}
.item2 .item2-img{
	width: 348px;
	height: 505px;
	position: absolute;
	left: 0;
	top: 0;
}
.content .item2 .item2-right {
	width: 1200px;
	height: 505px;
	/* background: #F6E8E8; */
	margin: 0 auto;
	margin-top: -20px;

}

.item2 .item2-right .item2-right-top-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item2 .item-right-top-title {
	background: url('../img/tip.png') no-repeat;
	background-size: 100% 100%;
	width: 254px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	letter-spacing: 3px;
}

.item2-right-top-text {
	font-size: 18px;
	color: #999999;
	font-family: Source Han Sans CN;
	font-weight: 400;

}

.item2-right-center {
	width: 100%;
	height: 376px;
	background: #F6E8E8;
	border-radius: 4px;
	margin-top: 53px;

}

.item2-right-center .item-right-center-wrap {
	width: 96.6%;
	height: 341px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-left: 21px;

	padding-top: 23px;
	padding-left: 36px;
	padding-right: 36px;

}

.item2-right-center .item-right-center-wrap .item-right-center-wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}


.item2-right-center .item-right-center-wrap .item-right-center-item {
	width: 500px;
	height: 20px;
	font-size: 16px;
	color: #333333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 26px;
	cursor: pointer;
}

.item2-right-center .item-right-center-wrap .item-right-center-item :hover {
	color: #B31B0B;

}
.item-right-center-wrap2  a{
	width: 45%;
}

.item2-right-center .item-right-center-wrap .item-right-center-item .item-right-center-text {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333333;
	margin-right: 6px;

}

.item2-right-center .item-right-center-wrap .item-right-center-item .item-right-center-text2 {

	width: 368px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 1px;
}

.item2-right-center .item-right-center-wrap .item-right-center-item .item-right-center-text3 {

	width: 99px;
	height: 12px;
	font-size: 16px;

}




.content .item3 {
	width: 100%;
	height: 650px;

	margin-bottom: 34px;
	display: flex;
	/*justify-content: center;*/
	position: relative;
}

.content .item3 .item3-right {
	width: 1200px;
	height: 505px;
	/* background: #F6E8E8; */
	/*margin-left: 18.5%;*/
	margin: 0 auto;
}

.item3 .item3-right .item3-right-top-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item3 .item3-img{
	width: 623px;
	height: 350px;
}
.item3 .item3-right-top-title {
	background: url('../img/tip.png') no-repeat;
	background-size: 100% 100%;
	width: 254px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	letter-spacing: 3px;
}

.item3-right-top-text {
	font-size: 18px;
	color: #999999;
	font-family: Source Han Sans CN;
	font-weight: 400;

}

.item3-right-center {
	width: 1200px;
	height: 376px;
	/* background: #F6E8E8; */
	border-radius: 4px;
	z-index: 99;
	position: absolute;
	/*left: 350px;*/
	top: 118px;



}

.index_bg2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 801px;
	height: 484px;
	background: url('../img/bg3.png') 100% 100%;
	background-size: cover;
	margin-left: 62.5%;
	margin-top: -323px;
	opacity: 0.7;
}

.content .item4 {
	width: 100%;
	height: 503px;

	margin-bottom: 34px;
	display: flex;
}
.item4 .item4-wrap{
	width: 1200px;
	height: 350px;
	/*margin-left: 18.5%;*/
	margin: 0 auto;
}


.item4 .item4-center-wrap {
	height: 310px;
	width: 1200px;

	margin-top: 65px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item4-center-item-btm {
	width: 385px;
	height: 83px;
	line-height: 83px;
	padding-left: 17px;
	padding-right: 15px;
	background: #F2F2F2;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	font-family: Source Han Sans CN;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.item4-center-item-top-img{
	width: 385px;
	height: 224px;

}
.content .bg-wrap {
	display: block;
	height: 1159px;
	background: url('../img/bg1.jpg') 100% 100%;
	background-size: cover;
	margin-bottom: 30px;

}

.content .bg-wrap .item5 {
	padding-top: 59px;
	width: 100%;
	height: 503px;
	/* background-color: pink; */

	margin-bottom: 96px;
	display: flex;
}
.item5-wrap{
	width: 1200px;
	height: 350px;
	/*margin-left: 18.5%;*/
	margin: 0 auto;

}

.item5 .item5-center-wrap {
	width: 1200px;
	height: 339px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;

}


.item5-center-wrap .item5-center-item1 {
	width: 179px;
	height: 256px;

}
.item5-center-item1-img{
	width: 179px;
	height: 256px;

}

.item5-center-wrap .item5-center-item2 {
	width: 375px;
	height: 256px;
	/* background: darkcyan; */
}

.item5-center-item2-line {
	width: 375px;
	height: 1px;
	background: #E99898;
}

.item5-center-item2-line2 {
	width: 82px;
	height: 4px;
	background: #B31B0B;
	margin-top: -2px;
}

.item5-center-item2-content {
	width: 375px;
	padding-top: 17px;
}

.item5-center-item2-content-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer;
}

.item5-center-item2-content-icon {
	width: 6px;
	height: 6px;
	background: #B31B0B;
	border-radius: 50%;
	margin-right: 6px;
}

.item5-center-item2-content-text {
	width: 338px;
	height: 16px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}


.item5-center-wrap .item5-center-item3 {
	width: 179px;
	height: 256px;

}

.item5-center-wrap .item5-center-item4 {
	width: 375px;
	height: 256px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.item5-center-item4-content {
	width: 180px;
	height: 123px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.item5-center-item4-content-img{
	width: 180px;
	height: 123px;
}

.item5-center-item4-content-text {
	width: 180px;
	height: 28px;
	background: #000000;
	opacity: 0.6;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 7px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}



.content .bg-wrap .item6 {
	width: 100%;
	height: 503px;
	display: flex;
}
.item6-wrap{
	width: 1200px;
	height: 350px;
	/*margin-left: 18.5%;*/
	margin: 0 auto;
}
.item6 .item6-center-wrap{
	width: 1200px;
	height: 374px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 58px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	padding: 45px 38px;
/* 	align-items: center;
	justify-content: space-evenly; */
}
.item6-center-wrap .item6-content-wrap{
	width: 540px;
	height: 120px;
	display: flex;
	justify-content: space-between;
}
.item6-content-wrap .item6-content-left{
	width: 166px;
	height: 120px;
}
.item6-content-left-img{
	width: 166px;
	height: 120px;
}
.item6-content-wrap .item6-content-right{
	height: 120px;
	width: 360px;
}
.item6-content-right-title{
	padding-top: 13px;
	margin-bottom: 28px;
	width: 360px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item6-content-right-text{
	width: 359px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	line-height: 21px;
}
.content .item7 {
	width: 100%;
	height: 540px;
	margin-top: 70px;

}
.item7-wrap{
	width: 1200px;
	height: 350px;
	/*margin-left: 18.5%;*/
	margin: 0 auto;
}
.item7 .item7-center-wrap{
	width: 1200px;
	height: 241px;
	margin-top: 85px;
	display: flex;
	text-align: center;
	justify-content:left;
}
.item7-item-img{
	width: 174px;
	height: 211px;
	object-fit: contain;
}
.item7-item-text{
	width: 174px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 14px;
}





.item-right-top-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 99;
}

.item-right-top-title {
	background: url('../img/tip.png') no-repeat;
	background-size: 100% 100%;
	width: 254px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	letter-spacing: 3px;
}

.item-right-top-text {
	font-size: 18px;
	color: #999999;
	font-family: Source Han Sans CN;
	font-weight: 400;

}






.index_footer {
	width: 100%;
	/*height: 309px;*/
	background: #B31B0B;

}

.index_footer .footer-wrap1 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 41px;
}

.index_footer .footer-wrap1 .wrap1-item {
	width: 96px;
	height: 2px;
	background: #FFFFFF;
	margin-right: 21px;
}

.index_footer .footer-wrap1 .wrap1-item2 {
	width: 104px;
	height: 24px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;

}

.index_footer .footer-wrap1 .wrap1-item3 {
	width: 96px;
	height: 2px;
	background: #FFFFFF;
	margin-left: 21px;
}

.footer-wrap2 {
	width: 1050px;
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}

.footer-wrap2 a {

	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
	font-weight: 400;
}

.footer_line {

	height: 2px;
	background: #9F1C21;
	margin: 46px 0 28px;
}

.footer-wrap3 {
	display: flex;
	flex-wrap: wrap;
	min-width: 200px;
	margin-left: 0%;

}

.footer-wrap3 .wrap3-item {
	width: 17%;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-weight: 400;
	margin-bottom: 21px;
	margin-left: 29%;

}
.wrap3-item:nth-child(2){
	margin-left: 10%;
}















.sdqntab {
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 1200px;
}

.sdqntab .tabmenu {
	position: absolute;
	z-index: 1;
	float: left;
	width: 100%;
}

.sdqntab .tabmenu li {
	position: relative;
	float: left;
	margin: 0 50px 0 0;
	width: 140px;
	height: 48px;
	border: 0px solid #eaeaea;
	border-bottom: 0px;
	text-align: center;
	font-size: 22px;
	line-height: 48px;
	cursor: pointer;
}

.sdqntab .tabmenu li i {
	float: left;
	display: inline-block;
	margin-top: 6px;
	margin-right: 8px;
	width: 35px;
	height: 35px;
}



.sdqntab .tabmenu li h3 {
	display: inline-block;
	height: 50px;
	color: #333;
	font-size: 24px;
	line-height: 50px;
}

.sdqntab .tabmenu li h3 a {
	color: #949494;
}

.sdqntab .tabmenu li h3 span {
	color: #949494;
}

.sdqntab .tabbox {
	position: relative;
	top: 50px;
	clear: both;
	width: 1200px;
	height: auto;

	/*background-color: #fff;*/
}

.sdqntab .tabmenu .selected {
	border-bottom: 2px solid #b31b0b;
	color: #f00000;
	font-weight: bold;
	cursor: pointer;
}

.sdqntab .tabmenu .selected h3 a {
	color: #333;
}

.sdqntab .tabmenu .selected h3 span {
	color: #b31b0b;
}

.sdqntab .tabmenu .selected>a {
	color: #f00000;
	text-decoration: none;
}

.sdqntab .hide {
	display: none;
}

/*3dé®ç›–æ»šåŠ¨*/
.ljhg_part {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 1200px;
	height: auto;
}

.sdqn_box {
	overflow: hidden;
	margin-top: 20px;
	width: 977px;
	height: 350px;
}

.sdqn_box .swiper-container {
	margin-left: -147px;
	width: 977px;
	height: auto;
}

.sdqn_box .swiper-container .swiper-slide {
	width: 623px;
	height: 350px;
}

.sdqn_box .swiper-container .swiper-slide img {
	width: 623px;
	height: 350px;
}

.sdqn_box .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 35px;
}

.sdqn_box .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 335px;
}

.lnhg_right {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 99;
	width: 400px;
	height: 320px;
	background: linear-gradient(4deg, #7D1D1D, #BB3535);
	/* background: url(.././img/sdqntextbg.jpg) no-repeat; */
	/*background-size: 400px 350px;*/
	/*background: #ec4646;*/
}

.showw {
	width: 64px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 10px;
	left: 66px;
	background: #d30c14;

	font-size: 14px;
	color: #ffffff;
	cursor: pointer;

}

.lnhg_list {
	overflow: hidden;
	margin: 70px 0 0 60px;
	width: 312px;
	height: auto;
	line-height: normal;
}

.lnhg_list li {
	display: none;
}

.lnhg_list li.active {
	display: block;
}

.lnhg_list li .top_tt {
	color: #e3e3e3;
	font-size: 20px;
}

.lnhg_list li .top_tt a {
	color: #e3e3e3;
}

.lnhg_list li .mid_tt {
	/* margin-top: 20px; */
	color: #fff;
	font-size: 24px;
	line-height: 38px;
}

.lnhg_list li .mid_tt a {
	color: #fff;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lnhg_list li .bot_tt {
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lnhg_list li .bot_tt a {
	color: #e3e3e3;
}







@media (max-width:1500px){

	.item1-right-center{
		margin-left:17.8% !important;
		width: 900px !important;
	}
	.item1-img{
		width: 900px;
		/* max-width: 900px; */
		height:100%;
	}
	.item2-img{
		width: 18.3% !important;
	}
	.item2 .item2-right{
		width: 900px !important;
	}
	.item2-right-center .item-right-center-wrap {
		width: 95.6%;
	}
	.item2 .item-right-center-item{
		width: 340px !important;
	}
	.item2 .item-right-center-text2{
		width: 210px !important;
	}

	.item3 	.item3-right{
		width: 900px !important;
	}
	.item3 .item3-img{
		width: 400px !important;
		height: auto;
	}
	.item3 .scrolltext01{
		position: absolute;
		top: 35px;
		right: 324px !important;
		z-index: 99;
		width: 300px;
		height: 320px;
		background: linear-gradient(4deg, #7D1D1D, #BB3535);

	}
	.item3 .sdqn_box .swiper-button-next{
		right: 265px !important;
	}
	.item3 .lnhg_list{
		overflow: hidden;
		margin: 70px 0px 0 20px;
		width: 260px;
		height: auto;
	}
	.item4 .item4-wrap{
		width: 900px !important;
	}
	.item4-center-wrap{
		width: 900px !important;
	}
	.item4-center-item-top-img{
		width: 250px;
	}
	.item4-center-item-btm{
		width: 250px;
	}
	.item5 .item5-wrap{
		width: 900px !important;
	}
	.item5-center-wrap{
		width: 900px !important;
	}
	.item5-center-item1-img{
		width: 129px;
		height: 256px;
	}
	.item5-center-item2{
		width: 280px !important;
	}
	.item5-center-item2-line{
		width: 260px !important;
	}
	.item5-center-item2-content{
		width: 280px !important;
	}
	.item5-center-item2-content-text{
		width: 260px !important;
	}
	.item5-center-item4-content{
		width: 140px;
	}
	.item5-center-item4-content-img{
		width: 140px;
	}
	.item5-center-item4-content-text{
		width: 140px;
	}
	.item5-center-wrap{
		padding: 0 12px;
	}

	.item6 .item6-wrap{
		width: 900px !important;
	}
	.item6-center-wrap{
		width: 900px !important;
	}
	.item6-center-wrap .item6-content-wrap{
		width: 400px;
	}
	.item6-content-right-title{
		width: 200px;
	}
	.item6-content-right-text{
		width: 200px;
	}
	.item6-content-wrap a{
		padding-left: 12px;
	}

	.item7 .item7-wrap{
		width: 900px !important;
	}
	.item7-center-wrap{
		width: 900px !important;
	}
	.item7-item-img{
		width: 120px;
	}
	.item7-item-text{
		width: 120px;
	}
}

