html {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	flex-shrink: 0;
}

.page {
	width: 100%;
	min-width: 1200px;
	height: 100%
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.justify-between {
	justify-content: space-between;
}

.justify-start {
	justify-content: flex-start;
}

.self-center {
	align-self: center;
}

.relative {
	position: relative;
}

.items-center {
	align-items: center;
}

.header {
	width: 100%;
	background-color: #90000a;
	height: 98px;
}

.header1 {
	width: 1200px;
	margin: 0 auto;
}

.space-x-25>*:not(:first-child) {
	margin-left: 25px;
}

.image {
	width: 248px;
	height: 57px;
}

.shrink-0 {
	flex-shrink: 0;
}

.section {
	background-color: #ffffff;
	width: 3px;
	height: 29px;
}

.text {
	color: #ffffff;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	line-height: 25px;
}

.input {
	padding: 10px 20px;
	background-color: #b8454c;
	border-radius: 19.5px 21px 20px 20.5px;
	width: 261px;
	height: 41px;
	position: relative;
}

.space-x-14>*:not(:first-child) {
	margin-left: 14px;
}

.image_2 {
	width: 21px;
	height: 21px;
}

.font_1 {
	font-size: 17px;
	font-family: Source Han Sans CN;
	line-height: 17px;
	color: #828282;
}

.text_2 {
	color: #fac1c5;
	line-height: 16px;
}

.flex-auto {
	flex: 1 1 auto;
}

.section_2 {
	background-color: #ffffff;
}

.section_3 {
	/* padding-bottom: 311px; */
	background-color: #90000a;
}

.space-x-49>*:not(:first-child) {
	margin-left: 49px;
}

.input input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	color: #fac1c5;
	padding-left: 35px;
	font-size: 16px;
}

.input input:focus {
	outline: none;
	border: none;
}

::placeholder {
	color: #fac1c5;
}

::-webkit-input-placeholder {
	font-size: 16px;
}

::-moz-placeholder {
	font-size: 16px;
}

:-ms-input-placeholder {
	font-size: 16px;
}

.group {
	padding: 24px 0 33px;
	margin-right: 55px;
}

.group:hover .pos {
	display: block;
}

.group:hover .pos_2 {
	display: block;
}

.group:last-of-type {
	margin-right: 0;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.font_2 {
	font-size: 21px;
	font-family: Source Han Sans CN;
	line-height: 19px;
	color: #ffffff;
}

.text_9 {
	line-height: 20px;
}

.image_3 {
	width: 81px;
	height: 75px;
}

.pos {
	position: absolute;
	left: 0;
	right: 4px;
	bottom: 0;
	display: none;
}

.divider {
	background-color: #ffffff;
	width: 80px;
	height: 3px;
}

.pos_2 {
	position: absolute;
	left: 0;
	right: 4px;
	top: 74px;
	display: none;
}

.text_10 {
	line-height: 20px;
}

.text_3 {
	margin-top: 22px;
	line-height: 20px;
}

.text_4 {
	margin-top: 22px;
	line-height: 20px;
}

.text_5 {
	margin-top: 22px;
	line-height: 20px;
}

.text_6 {
	margin-top: 22px;
	line-height: 20px;
}

.text_11 {
	line-height: 20px;
}

.text_7 {
	margin-top: 22px;
	line-height: 20px;
}

.text_8 {
	margin-top: 22px;
	line-height: 21px;
}

.swiper-img {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;

}

.swiper-img video {
	object-fit: fill;
}

.swiper-img .swiper-wrapper {
	width: 100%;
	height: 100%;
	float: left;
}

.swiper-img .swiper-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-img .img-center2 {
	width: 100%;
	height: 100%;
}

.swiper-img .img-center2 img {
	width: 100%;
	height: 467px;
}

.image_4 {
	width: 79px;
	height: 11px;
}

.group_2 {
	padding: 38px 0 0;
	width: 1200px;
	margin: 0 auto;
}

.group_30 {
	width: 1200px;
	margin: 0 auto;
}

.space-y-51>*:not(:first-child) {
	margin-top: 51px;
}

.group_3 {
	padding: 0 6px;
}

.space-y-6>*:not(:first-child) {
	margin-top: 6px;

}

.xinwen {
	width: 100%;
	text-align: center;
}

.font_3 {
	font-size: 25px;
	font-family: Source Han Sans CN;
	line-height: 19px;
	color: #e3e3e3;
}

.text_12 {
	text-transform: uppercase;
	opacity: 0.92;
}

.font_4 {
	font-size: 38px;
	font-family: FZDaBiaoSong-B06S;
	line-height: 35px;
	color: #90000a;
}

.text_13 {
	line-height: 37px;
}

.image_5 {
	width: 23px;
	height: 23px;
}

.pos_3 {
	position: absolute;
	right: 6px;
	bottom: 12px;
}

.xinwen_center {
	width: 1200px;
	height: 365px;
	margin: 0 auto;
	padding: 10px;
        margin-top: -9px;
	overflow: hidden;
}

.xinwen_fl {
	float: left;
	width: 40%;
	height: 100%;
	margin-right: 2%;

}

.xinwen-title {
	width: 100%;
	height: 50px;

}

.xinwen-title p {
	height: 100%;
	line-height: 50px;
}

.xinwen-title p:first-of-type {
	float: left;
	font-size: 25px;
	font-family: FZDaBiaoSong-B06S;
	line-height: 50px;
	color: #90000a;
}

.xinwen-title p:last-of-type {
	float: right;
	font-size: 17px;
	font-family: Source Han Sans CN;
	color: #bdbdbd;
}

.xinwen-title p:last-of-type a {
	font-size: 15px;
	font-family: Source Han Sans CN;
	color: #bdbdbd;
	line-height: 50px;
}

.fl-center {
	width: 100%;

}

.fl-center img {
	width: 100%;
	height: 320px;
}

.fl-center p {

	color: #000;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}


.xinwen_fr {
	float: right;
	width: 56%;
	height: 100%
}

.fr-center {
	width: 100%;
	height: 40px;
}
.fr-center:hover a p{
	color: #90000a !important;
}

.fr-center p:first-of-type {
	float: left;

}

.fr-center a p:first-of-type {
	color: #000;
}

.fr-center a {
	line-height: 40px;
}

.fr-center a p:last-of-type {
	font-size: 15px;
	font-family: Source Han Sans CN;
	color: #bdbdbd;
}

.fr-center p:last-of-type {
	float: right;
}

.xinwen_center1 {
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	padding: 10px;
	margin-top: 50px;
}

.dang {
	width: 48%;
	height: 100%;
	float: left;
	margin-right: 4%;
}

.dang_title {
	width: 100%;
}

.dang_title p {
	font-size: 25px;
	font-family: Source Han Sans CN;
	line-height: 19px;
	color: #e3e3e3;
}

.dang_title .dang_img {
	margin-top: 10px;
}

.dang_title .dang_img span {
	font-size: 38px;
	font-family: FZDaBiaoSong-B06S;
	line-height: 35px;
	color: #90000a;
}

.dang_title .dang_img img {
	float: right;
	margin-top: 10px;
}

.jian {
	padding-top: 32px;
	background-color: #ffffff;
	box-shadow: 0.5px 8px 16px #cfcfcf6e;
	width: 100%;
	height: 400px;
	border-left: solid 1px #ececec;
	border-right: solid 1px #ececec;
	border-top: solid 1px #ececec;
	border-bottom: solid 5px #9f222b;
	margin-top: 15px;
	padding-left: 20px;

}

.jian_nr {
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
	cursor: pointer;

}

.jian_nr:hover .jian_fl {

	border: none;
	background-color: #9f222b;
}

.jian_nr:hover .jian_fl p {
	color: #fff;
}

.jian_nr:hover .jian_fr p {
	color: #9f222b;
  overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}


.jian_fl {
	padding: 11px 0 7px;
	border-radius: 4px;
	width: 61px;
	height: 58px;
	float: left;
	border: solid 1px #161616;
	margin-right: 20px;
}

.jian_fl P {
	text-align: center;
}

.jian_fl P:first-of-type {
	font-size: 25px;
	font-family: Source Han Sans CN;
	line-height: 19px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 5px;
}

.jian_fl p:last-of-type {
	font-size: 13px;
	font-family: Source Han Sans CN;
	line-height: 12px;
	color: #171717;
}

.jian_fr {
        width:80%;
	float: left;
}

.jian_fr p:first-of-type {
	font-size: 19px;
	font-family: Source Han Sans CN;
	line-height: 19px;
	font-weight: 500;
	color: #2b2a2a;
	margin-top: 5px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.jian_fr p:last-of-type {
	font-size: 14px;
	font-family: Source Han Sans CN;
	line-height: 13px;
	color: #5e5d5d;
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.tong {
	width: 48%;
	height: 100%;
	float: left;
}

.tong_title p {
	font-size: 25px;
	font-family: Source Han Sans CN;
	line-height: 19px;
	color: #e3e3e3;
}

.tong_title .tong_img {
	margin-top: 10px;
}

.tong_title .tong_img span {
	font-size: 38px;
	font-family: FZDaBiaoSong-B06S;
	line-height: 35px;
	color: #90000a;
}

.tong_title .tong_img img {
	float: right;
	margin-top: 10px;
}

.zhi {
	padding-top: 32px;
	background-color: #ffffff;
	box-shadow: 0.5px 8px 16px #cfcfcf6e;
	width: 100%;
	border-left: solid 1px #ececec;
	border-right: solid 1px #ececec;
	border-top: solid 1px #ececec;
	border-bottom: solid 5px #9f222b;
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	height: 400px;

}

.zhi_nr {
	width: 100%;
	height: 40px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.zhi_nr p {
	float: left;

}

.zhi_nr p:first-of-type {
	font-size: 19px;
	font-family: Source Han Sans CN;
	color: #262626;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.zhi_nr p:last-of-type {
	font-size: 14px;
	font-family: Source Han Sans CN;
	color: #bababa;
	float: right;
}

.zhi_nr:hover p {
	color: #9f222b !important;
}

.feng {
	margin-top: 100px;
}

.fen_center {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.fen_center .img {
	float: left;
	width: 400px;
	height: 269px;
	position: relative;
}

.fen_center .img img {
	width: 100%;
	height: 100%;

}

.fen_center .img span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
}

.foot {
	width: 100%;
	height: 185px;
	background-color: #90000a;
	margin-top: 50px;
}

.foot_center {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	padding-top: 20px;
}

.foot_fl {
	float: left;
	margin-top: 20px;

}

.foot_fl p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	line-height: 32px;
	color: #ffffff;
}

.foot_fr {
	float: left;
	margin-left: 150px;
}

.foot_fr .fr_img1 {
	float: left;
}

.foot_fr .fr_img2 {
	float: left;
	margin-left: 20px;
}



/* 轮播图
 */


.col-4 {
	width: 1200px;
	margin: 0 auto;
	height: 280px;
	background-color: #fff;
	margin-top: 40px;
	overflow: hidden;
}

.col-4 .col-item {
	width: 100%;
	height: 100%;
}

.tupian .swiper-slide a {
	display: block;
	position: relative;
}
.tupian .swiper-slide{
	margin-right: 20px;
}


.tupian .swiper-slide .img-center {
	width: 100%;
	height: 100%;
	float: left;
	margin-right: 10px;
}

.img-center img {
	width: 100%;
	height: 100%;
}

.tupian .swiper-slide .p-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 180px;
	color: #fff;
	background-color: rgba(144, 0, 10, 0.82);
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	display: none;
}

.tupian .swiper-pagination {

	position: static;

	margin-top: 10px;

}

.cg-center {
	width: 100%;
	height: 300px;
}

.cg-center .cg {
	width: 180px;
	height: 100%;
	margin-right: 20px;
	float: left;
}

.cg-center .cg img {
	width: 100%;
	height: 80%;
}

.cg-center .cg p {
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}

.space-x-7>*:not(:first-child) {
	margin-left: 7px;
}

.group_27 {
	width: 1200px;
	padding-left: 19px;
	padding-right: 8px;
	margin: 0 auto;
}

.group_27 a {
	display: inline-block;
	margin-top: 20px;
}

.group_27 a:hover .font_19 {
	color: #9d0000;
}

.space-x-40>*:not(:first-child) {
	margin-left: 40px;
}

.group_28 {
	margin-top: 4px;
}

.space-y-8>*:not(:first-child) {
	margin-top: 8px;
}

.space-y-8>a:hover .font_13 {
	color: #9d0000;
}

.text_29 {
	color: #90000a;
	font-weight: 500;
}

.image_24 {
	margin-left: 6px;
	width: 26px;
	height: 17px;
}

.image_16 {
	width: 37px;
	height: 63px;
}

.image_17 {
	width: 33px;
	height: 31px;
	vertical-align: middle;
}

.image_18 {
	margin-left: 20px;
}

.font_19 {
	display: inline-block;
	/* 确保元素占据一行以应用垂直居中 */
	vertical-align: middles;
	font-size: 18px;
	font-family: Source Han Sans CN;
	/* line-height: 15px; */
	color: #000000;
}

.text_30 {
	margin-left: 16px;
	line-height: 19px;
}

.image_19 {
	margin-left: 42px;
}

.text_31 {
	margin-left: 17px;
	line-height: 19px;
}

.image_20 {
	margin-left: 26px;
}

.text_32 {
	margin-left: 16px;
	line-height: 19px;
}

.image_21 {
	margin-left: 34px;
}

.text_33 {
	margin-left: 17px;
	line-height: 19px;
}

.image_22 {
	margin-left: 42px;
}

.text_34 {
	margin-left: 17px;
	line-height: 19px;
}
.title-container {
  overflow: hidden;
}

.title {
  width:80%;
  float: left;
}

.link {
  width:19.5%;
  float: right;
  text-align: right;

}
.link a{
    font-size: 15px;
    font-family: Source Han Sans CN;
    color: #bdbdbd;
    font-weight: 100;
}


.swiper-img .col-4{
	width: 100%;
	height: auto;
	margin-top: 0;
}
