@charset "UTF-8";

/* 公共start */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

/*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	outline: none;
}

/*文字强制换行word-break:keep-all;(Ff)*/
a {
	text-decoration: none;
	color: #666666;
	outline: none;
}

/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666666;
}

/* 未访问的链接 */
a:visited {
	color: #666666;
}

/* 已访问的链接 */
a:hover {
	color: #c3020a;
}

/* 鼠标在链接上 */
ul,
li {
	list-style-type: none;
}

/*无列表项目标记*/
.clamp1 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp2 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp3 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fl {
	float: left;
	display: inline;
}

/* 左浮动 */
.fr {
	float: right;
	display: inline;
}

/* 右浮动 */
.wrap {
	width: 1240px;
	clear: both;
	margin: 0 auto;
	background-color: #ededed;
	padding: 20px;
	box-sizing: border-box;
}

/* 公共end */
/* 导航start */
.kpContentBox {
	background: #c3020a url(./images/bg.jpg)no-repeat top center /contain;
}

.kpNav {
	position: sticky;
	top: 0;
	background: #ededed;
	z-index: 10;
}

.searchBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	margin-bottom: 20px;
	background-color: #1c2747;
}

.searchBox .logo {
	display: flex;
	align-items: center;
	margin-top: -6px;
	color: #fff;
	font-size: 20px;
}

.searchBox .logo img {
	width: 105px;
}

.searchR {
	display: flex;
	align-items: center;
}

.loginInfo a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}

.loginInfo a:not(:first-child, :last-child)::before {
	display: block;
	content: '';
	height: 15px;
	width: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.loginInfo .appLogin {
	padding: 0 10px 0 0;
	margin: 0;
	position: relative;
}

.loginInfo .appLogin img {
	height: 25px;
}

.loginInfo a.appLogin .appImg {
	transform: scale(0);
	transition: all .5s linear;
	position: absolute;
	left: 0;
	top: 35px;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(214, 72, 58, .2);
	z-index: 11;
}

.loginInfo a.appLogin:hover .appImg {
	transform: scale(1);
	display: block;
}

.loginInfo .appImg img {
	width: 200px;
	height: 200px;
	padding: 20px;
	border: 2px solid #e60012;
	border-radius: 10px;
}

.searchInput {
	width: 265px;
	height: 30px;
	background-color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.searchInput form {
	display: flex;
	background-color: transparent;
}

.searchInput button {
	display: flex;
	background-color: transparent;
	border-color: transparent;
}

.searchInput button .right {
	background-color: transparent;
}


.searchInput input {
	width: 230px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}

.searchInput i {
	background: url('../pic/search.png') no-repeat center center / contain;
	width: 15px;
	cursor: pointer;
}

.menuBox {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;

}

.menuSwiper {
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
	background-color: #c3020a;
	margin: 0 30px;
	/* position: relative; */
	overflow: hidden;
}

.menuSwiper .swiper-slide {
	position: relative;
}

.menuSwiper .swiper-slide::before {
	display: block;
	content: '';
	width: 1px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
}

.menuSwiper a {
	display: block;
	font-size: 17px;
	color: #F5F5F5;
	text-align: center;
}

.menuNext {
	position: absolute;
	right: 0px;
	top: 11px;
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	width: 30px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	z-index: 5px;
}

.menuPrev {
	position: absolute;
	left: 0px;
	top: 11px;
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	width: 30px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	z-index: 5px;
}

/* 导航end */
/* 正文start */
.more a {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #808080;
	height: 30px;
	line-height: 30px;
}

.title {
	color: #000;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}

.kpnews {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.kpNewsList {

	display: flex;

	flex-wrap: wrap;
}

.kpNewsList li {
	display: flex;
	align-items: center;
	width: 50%;
}

.kpNewsList a {
	display: block;
	font-size: 16px;
	color: #000;
	/* height: 60px; */
	line-height: 30px;
	margin: 0 20px 20px 0;
	position: relative;
	padding-left: 20px;
}

.kpNewsList a::before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #e8382f;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.kpConBoxC {
	overflow: hidden;
}

.kpConLeft {
	overflow: hidden;
}

.keyTopics {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.keyTopics .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #d32c25;
	padding: 5px 15px;
	width: 46px;
	line-height: 20px;
	box-sizing: border-box;
}

.keyTopics .list {
	background-color: #c3020a;
	display: flex;
	align-items: center;

}

.keyTopics .list a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	height: 50px;
	width: 20%;
	line-height: 25px;
	position: relative;
}

.keyTopics .list a::before {
	display: block;
	content: '';
	width: .5px;
	height: 45px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.keyTopics .more a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ccc;
	color: #fff;
	padding: 10px;
	width: 36px;
	box-sizing: border-box;
	height: 100%;
}

.journeySwiperBox {
	overflow: hidden;
	padding: 20px;
	margin-top: 30px;
	background-color: #fff;
}

.journeySwiper {
	width: 33.3333%;
	margin-left: 10px;
	padding-left: 10px;
	height: 300px;
	overflow: hidden;
	padding-top: 15px;
}

.journeySwiper .title {
	font-size: 14px;
	color: #222;
	line-height: 20px;
	height: 40px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px;
}

.journeySwiper .time {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #808080;
}

.journeySwiper .time i {
	font-style: normal;
	font-size: 12px;
	margin-right: 20px;
	color: red;
}

.journeySwiper img {
	display: none;
}

.journeySwiper .swiper-slide {
	transition: all .5s linear;
	padding: 0 15px;
	box-sizing: border-box;
}

.journeySwiper .swiper-slide-active {
	padding: 10px;
	background-color: #ededed;
	box-sizing: border-box;
}

.journeySwiper .swiper-slide-active .title {
	font-size: 15px;
	color: #000;
}

.journeySwiper .swiper-slide-active .time {
	font-size: 14px;
	color: #000;
}

.journeySwiperCon {
	overflow: hidden;
	position: relative;
}

.journeySwiperCon img {
	width: 100%;
	height: calc(885px * .6666666667 * 9 / 16);
}

.journeySwiperCon .title {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	padding: 0 1em;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

.tabNav {
	display: flex;
	margin: 15px 0;
}

.tabList {
	overflow: hidden;
	margin-right: -20px;
}

.tabList li {
	float: left;
	display: inline-block;
	width: 33.3333%;
	display: flex;
	margin-bottom: 20px;
}

.tabList li a {
	display: block;
	padding: 20px;
	border: 1px solid #fff;
	background: #fff;
	margin-right: 20px;
	box-sizing: border-box;
	transition: all .5s linear;
	width: 100%;
}

.tabList li img {
	height: 150px;
	width: 100%;
}

.tabList li .title {
	padding-top: 20px;
	font-size: 16px;
	color: #222;
	line-height: 22px;
	height: 44px;
	text-align: left;
	font-weight: 400;
}

.tabList li .time {
	margin-bottom: 20px;
	font-size: 12px;
	margin-top: 10px;
	color: #999;
}

.tabList li .time i {
	font-style: normal;
	color: red;
	margin-right: 15px;
}

.tabNav span {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #fff;
	background-color: #d7d7d7;
	padding: 5px;
	cursor: pointer;
}

.tabNav span.active {
	background-color: #e8382f;
}

.tabNav span i {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.tabList2 {
	display: none;
}

.tabList2 li {
	float: none;
	width: 100%;
	margin-bottom: 0;
}

.tabList2 li a {
	display: flex;
	padding-bottom: 20px;
	width: 100%;
	transition: all .5s linear;
	border: 1px solid #ededed;
	box-sizing: border-box;
}

.tabList2 li img {
	width: 240px;
	height: 135px;
	margin-right: 20px;
}

.tabList li:hover a {
	border-color: #c3020a;
}

.tabList2 li:hover a {
	background-color: #fcf8f8;
	border-color: #fff
}

.kpConRight {
	width: 24.1935%;
	margin-left: 60px;
}

.rightNewsList {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

.rightNewsList .tit {
	font-size: 15px;
	color: #4c4c4c;
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
	box-sizing: border-box;
	margin-bottom: 8px;
}

.rightNewsList .more a {
	margin-bottom: 0;
	font-size: 12px;
	color: #ccc;
}

.rightNewsList a {
	display: block;
	margin-bottom: 15px;
}

.rightNewsList a img {
	height: 150px;
	width: 100%;
}

.ImgListSwiper {
	height: 480px;
	overflow: hidden;
}

.eNews img {
	height: 295px !important;
	padding: 10px 30px;
	box-sizing: border-box;
}

.hotNewsList {
	padding: 0 10px;
	height: 315px;
	overflow: hidden;
}

.hotNewsList a {
	display: block;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}

.hotNewsList a::before {
	display: block;
	content: '';
	border: 1px solid #c3020a;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	top: 6px;
	width: 4px;
	height: 4px;
}

.hotNewsList a .title {
	font-size: 13px;
	color: #4c4c4c;
	height: 36px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}

.hotNewsList a .time {
	color: #808080;
	font-size: 12px;
	padding-bottom: 8px;
}

.listInfo {
	padding: 8px 10px;
	min-height: 20px;
	line-height: 20px;
	position: relative;
	display: flex;
}

.listInfo p {
	white-space: nowrap;
	font-size: 13px;
	font-weight: 400;
	color: #333;
}

.listInfo span {
	font-size: 13px;
	color: #333;
	display: block;
	cursor: pointer;
}

.listInfo .con {
	height: 0;
	transition: all .5s linear;
	overflow: hidden;
	transform: scale(0);
	background-color: #fff;
	z-index: 1;
}

.listInfo .info:hover .con {
	height: auto;
	position: absolute;
	right: 0;
	top: -70px;
	transform: scale(1);
}

.listInfo .con img {
	width: 150px;
	padding: 20px;
	border: 2px solid #ffa78c;
	border-radius: 3px;
}

/* 正文end */
/*详情页 start*/
.articalBox {
	background: #ededed;
}

.articalBox .menuSwiper {
	background-color: #fff
}

.articalBox .menuSwiper a {
	color: #676767;
}

.articalBox .menuSwiper .swiper-slide::before {
	background-color: #d9d9d9;
}

.detailNav {
	margin-bottom: 20px;
}

.detailNav a {
	display: inline-block;
	font-size: 14px;
	color: #e8382f;
	height: 30px;
	line-height: 30px;
}

.articalBo .kpConBoxC {
	padding: 0;
}

.articalBox .detailTitle {
	font-size: 21px;
	color: #000;
	line-height: 26px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.articalBox .detailTime {
	display: inline-block;
	font-size: 12px;
	color: #808080;
	margin: 0 15px 20px 0;
}

.articalBox .textCon {
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
	word-break: break-word;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.articalBox .textCon span {
	display: block;
}

.articalBox .articleCon span {
	display: block;
	color: rgb(127, 127, 127);
	font-size: 15px;
	height: 30px;
	line-height: 30px;
}

.articalBox .kpConLeft {
	background-color: #fff;
	padding: 20px 80px 50px;
}

.shareParent {
	text-align: center;
	border-top: 1px solid #ededed;
	margin-top: 30px;
	padding-top: 30px;
}

.dianzanNum {
	border: 1px solid #d9d9d9;
	border-radius: 30px;
	color: #e8382f;
	padding: 6px 15px;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

.dianzanNum img {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}

.dianzanNum span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

.commentBox {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ededed;
}

.commentBox textarea {
	width: 100%;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #ededed;
	border-radius: 5px;
	background-color: #fafafa;
	line-height: 18px;
	height: 90px;
	box-shadow: none;
	outline: none;
}

.commentBox .textC {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #e8382f;
	margin: 20px 0;
}

.commentBox .textC .btn {
	border: 1px solid #e8382f;
	border-radius: 30px;
	padding: 6px 20px;
	box-shadow: none;
	outline: none;
	background-color: #fff;
	cursor: pointer;
}

/*详情页 end*/
/*登录注册 start*/
.logOnBox {
	background: url(./images/logonBg.jpg) no-repeat center center / cover;
	height: 100vh;
}

.userCon {
	z-index: 1;
	display: flex;
	align-items: center;
	width: 700px;
	transform: translate(-50%);
	margin-left: 50%;
	position: relative;
	top: 20%;
}

.userL {
	background-color: #fff;
	padding: 50px;
	width: 60%;
}

.userTab .item {
	border-bottom: 1px solid #b2b2b2;
	width: 50%;
	margin-bottom: 15px;
}

.userTab>.item {
	width: 100%;
}

.userTab input {
	padding: 15px 0;
	border: none;
	width: 100%;
}

.userTab>input {
	width: 100%;
}

.userTab .info {
	display: flex;
	align-items: center;
}

.userTab .info img {
	height: 42px;
	flex: 1 1 200px;
	cursor: pointer;
}

.userTab .info .item {
	margin-right: 30px;
}

.userTab .info .text {
	background-color: #fff;
	border: 1px solid #d32c25;
	font-size: 12px;
	color: #d32c25;
	padding: 6px;
	flex: 1 1 200px;
	cursor: pointer;
	text-align: center;
}

.userTab i {
	display: block;
	font-style: normal;
	font-size: 12px;
	color: #b2b2b2;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
}

.btnBox {
	display: flex;
	justify-content: space-between;
	align-items: end;
	font-size: 13px;
}

.btnBox>a {
	background-color: #d32c25;
	color: #fff;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 8px;
	width: 100px;
	letter-spacing: 1px;
	text-align: center;
}

.btnBox span {
	display: inline-block;
	color: #808080;
}

.btnBox span a {
	display: inline-block;
	color: #c3020a;
}

.userR {
	background-color: #c3020a;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 50px;
	box-sizing: border-box;
}

.userR img {
	text-align: center;
	max-height: 30px;
	position: relative;
	top: 40%;
}

/*登录注册 end*/
/* 底部start */
.kpBottom {
	margin: 50px 0 20px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	border-top: 1px dashed #000;
}

.kpBottom .linkList {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	line-height: 30px;
	padding: 10px 0;

}

.kpBottom .linkList a {
	display: block;
	font-size: 14px;
	padding: 0 15px;
	position: relative;
}

.kpBottom .linkList a::before {
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #b3b3b3;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.kpBottom .linkList a:last-child:before {
	display: none;
}

.kpBottom .contact {
	background-color: #d9d9d9;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	color: #4c4c4c;
}

.kpBottom .info {
	font-size: 13px;
	color: #4c4c4c;
	line-height: 22px;
	text-align: center;
	padding-top: 20px;
}

.show {
	display: flex !important;
}

.hide {
	display: none !important;
}

.journeySwiperCon .des {
	display: none;
}


@media (max-width: 768px) {

	.wrap {
		width: 100vw;
		clear: both;
		margin: 0 auto;
		background-color: #ededed;
		padding: 20px;
		box-sizing: border-box;
	}

	.kpBottom {
		width: 100%;
		padding: 50px 0 20px;
		border-top: 1px dashed #000;
	}

	.kpBottom .linkList {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		line-height: 30px;
		padding: 10px 0;

	}

	.kpBottom .linkList a {
		display: block;
		font-size: 13px;
		padding: 0 10px;
		position: relative;
	}


	.kpBottom .linkList a::before {
		display: block;
		content: '';
		width: 1px;
		/* 	height: 10px; */
		background-color: #b3b3b3;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.kpBottom .linkList a:last-child:before {
		display: none;
	}

	.kpBottom .contact {
		background-color: #d9d9d9;
		/* 	height: 40px;
		line-height: 40px; */
		text-align: center;
		font-size: 12px;
		color: #4c4c4c;
	}

	.kpBottom .info {
		font-size: 13px;
		color: #4c4c4c;
		text-align: center;
		margin-top: 20px;
	}

	.searchR {
		display: none;
	}

	.kpConRight {
		width: 0;
	}

	.menuBox {
		overflow: hidden;
		position: relative;
		margin-bottom: 20px;
	}

	.tabList li {
		width: 100%;
		display: flex;
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	.tabList2 li {
		display: flex;
		box-sizing: border-box;
	}


	.tabList li img {
		/* height: 150px; */
		height: calc(100vw * .6666666667 * 9 / 16);
		/* width: 100%; */
	}

	.con {
		display: flex;
		flex-direction: column;
		/* 	margin-bottom: 20px; */
		box-sizing: border-box;
	}


	.tabList2 li img {
		width: 30vw;
		height: 120px;
		margin-right: 10px;
	}

	.tabList2 li .title {
		font-size: 14px;
		color: #222;
		padding-top: 10px;
		width: 100%;
		font-weight: 400;
	}

	.tabList li .title {
		padding-top: 10px;
		font-size: 14px;
		color: #222;
		line-height: 22px;
		height: 44px;
		text-align: left;
		font-weight: 400;
	}

	.tabList2 li .time {
		display: flex;
		flex-direction: column;
		font-size: 12px;
		color: #999;
	}

	.tabList2 li .time i {
		font-style: normal;
		color: red;
	}

	.title a {
		color: #000;
		font-size: 25px;
		font-weight: 700;
		text-align: center;
		/* margin-bottom: 20px; */
		line-height: 26px;
		letter-spacing: 0.5px;
		word-break: break-all;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}



	.keyTopics {
		display: flex;
		width: 100%;
		margin-bottom: 20px;
		flex-direction: row;
	}

	.keyTopics .tit {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		background-color: #d32c25;
		padding: 5px 15px;
		width: 46px;
		line-height: 20px;
		box-sizing: border-box;
	}

	.keyTopics .list {
		/* 	background-color: #c3020a;
		display: flex;
		align-items: center;
		flex: 1; */
		background-color: #c3020a;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		flex: 1;
		padding: 15px 0;
		height: 113px;
		color: #333;
		overflow: hidden;
		box-sizing: border-box;

	}

	.keyTopics .list a {
		/* display: inline-block;
		color: #fff;
		font-size: 14px;
		padding: 0 20px; */
		/* height: 50px; */
		/* line-height: 25px; */
		/* position: relative; */

		font-size: 14px;
		color: #fff;
		padding: 5px 20px;
		width: calc((885px - 46px - 36px) / 5);
		box-sizing: border-box;
		border-right: 0.5px solid #ccc;
		text-align: center;

	}

	.keyTopics .list a::before {
		display: block;
		content: '';
		width: .5px;
		height: 45px;
		background-color: #fff;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.keyTopics .more a {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #ccc;
		color: #fff;
		padding: 10px;
		width: 36px;
		z-index: 3px;
		box-sizing: border-box;
		height: 100%;
	}

	.journeySwiperBox {
		overflow: hidden;
		padding-left: 20px;
		padding-right: 0;
		margin-top: 30px;
		background-color: #fff;
	}

	.journeySwiperCon img {
		width: 100%;
		height: calc(100vw * .6666666667 * 9 / 16);
	}

	.journeySwiperCon .des {
		width: 100%;
		color: #000;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 14px;
		display: block;
		word-break: break-all;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.journeySwiper {
		width: 0;
		height: 0px;
		overflow: hidden;
	}

	.kpConRight {
		width: 0;
		height: 0;
	}

	.fr {
		width: 0;
		height: 0;
	}


	.menuSwiper {
		height: 65px;
		line-height: 65px;
		padding: 0 20px;
		background-color: #c3020a;
		margin: 0 35px;
		/* position: relative; */
		overflow: hidden;
	}

	.menuSwiper .swiper-slide {
		position: relative;
	}

	.menuSwiper .swiper-slide::before {
		display: block;
		content: '';
		width: 1px;
		height: 25px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background-color: #fff;
	}

	.menuSwiper a {
		display: block;
		font-size: 15px;
		color: #F5F5F5;
		text-align: center;
	}



}





/* 底部end */