@import url('../css/public.css');
@import url('../css/header.css');
@import url('../css/footer.css');

body,
html {
	overflow-y: auto;
}

a img {
	border: 0px;
	transition: transform 0.7s ease-out 0s;
	-moz-transition: transform 0.7s ease-out 0s;
	-webkit-transition: transform 0.7s ease-out 0s;
}

a img:hover {
	transform: scale(1.05);
	transition: transform 0.7s ease-out 0s;
	-moz-transition: transform 0.7s ease-out 0s;
	-webkit-transition: transform 0.7s ease-out 0s;
}

.slogan h3 {
	color: #FFF;
}

.slogan h3::after {
	background: #fff;
}

.slogan h3::after {
	background: #FFF;
}

.half-circle {
	background: #fff;
}

.row1 {
	background: url(../images/rcjs-row1-bg.png) center top no-repeat;
	padding: 0;
	padding-top: 62px;
}

.dj-bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dj-main_head h3 i {
	margin-right: 11px;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: #1F7DBF url('../images/yd.gif') no-repeat center;
	background-size: 35px 20px;
}

.dj-main_head h3 span {
	color: #1F7DBF;
}

.dj-main_head.dj-main_head_ljjy h3 {
	color: #1F7DBF;
}

.main_head h4 {
	text-transform: uppercase;
}

.dj-bt .a-more {
	width: 123px;
	height: 44.12px;
	border-radius: 232px;
	box-sizing: border-box;
	border: 1px solid #1F7DBF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 63.07px;
	color: #1F7DBF;
}

.dj-r1-list {
	margin-top: 34px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.dj-r1-list li {
	width: calc(100% / 2 - 30px);
	background: #FFFFFF;
	margin-right: 30px;
	margin-bottom: 30px;
}

.dj-r1-list li:nth-child(2n) {
	margin-right: 0;
}

.dj-r1-list li .text-pannel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 16px 25px;
}

.dj-r1-list li .text-pannel-con {
	border-bottom: 1px solid #F3F3F3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 17px;
	margin-bottom: 14px;
}

.dj-r1-list li .text-pannel .text-bt {
	width: calc(100% - 100px);
	font-size: 20px;
	height: 64px;
	line-height: 32px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transform: all .3s ease;
}

.dj-r1-list li .text-pannel:hover .text-bt {
	color: #1F7DBF;
	transform: all .3s ease;
}

.dj-r1-list li .text-pannel .text-desc {
	font-family: 微软雅黑;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #999999;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}

.dj-r1-list li .time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.dj-r1-list li .time .time-span {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dj-r1-list li .time .time-span .d {
	font-family: " 微软雅黑";
	font-size: 32px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #333333;
	width: 100%;
}

.dj-r1-list li .time .time-span .m {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #333333;
}

.dj-r1-list li:hover {
	animation: slideFan .5s ease-out forwards;
	/* 应用动画 */
}


.row2 {
	background: #FFFFFF;
	padding: 70px 0 58px;
}

.row2-con {
	margin-top: 20px;
}

.row2 .mySwiper2 {
	width: 100%;
	height: 498px;
	overflow: hidden;
	position: relative;
}

.row2 .mySwiper2 .swiper-button-next,
.row2 .mySwiper2 .swiper-button-prev {
	display: none;
}

.row2 .mySwiper2 .swiper-slide {
	width: 100% !important;
	height: 498px;
	display: flex;
	justify-content: space-between;
}

.row2 .mySwiper2 .swiper-slide a {
	width: 100% !important;
	height: 498px;
	display: flex;
	justify-content: space-between;

}

.row2 .mySwiper2 .swiper-slide img {
	width: 100%;
	height: 498px;
	object-fit: cover;
}

.row2 .mySwiper2 .swiper-slide .text-pannel {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
	padding: 20px 40px;
	border-radius: 0px 4px 4px 0px;
	background: linear-gradient(193deg, #FFFFFF -27%, #F2F6FD 89%);
}

.row2 .mySwiper2 .swiper-slide .text-pannel .time {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid rgba(19, 74, 182, 0.06);
	width: 100%;
	align-items: baseline;
	margin-top: 50px;
	padding-bottom: 30px;
	height: 50px;
}

.row2 .mySwiper2 .swiper-slide .text-pannel .time .d {
	margin-right: 10px;
	font-size: 46px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #1F7DBF;
}

.row2 .mySwiper2 .swiper-slide .text-pannel .time .m {
	font-size: 26.74px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.05em;
	color: #1F7DBF;
}

.row2 .mySwiper2 .swiper-slide .text-pannel .text-bt {
	font-family: "Microsoft YaHei";
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	text-align: justify;
	/* 浏览器可能不支持 */
	letter-spacing: 0.05em;
	color: #333333;
	margin-top: -80px;
	line-height: 26px;
	height: 52px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.row2 .mySwiper2 .swiper-slide .text-pannel .text-desc {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	text-align: justify;
	/* 浏览器可能不支持 */
	letter-spacing: 0.07em;
	color: #333333;
	height: 78px;
	margin-top: -80px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.row2 .mySwiper2 .swiper-pagination {
	width: 45% !important;
	left: inherit !important;
	right: 0 !important;
}

.row2 .mySwiper2 .swiper-pagination-bullet {
	width: 22.41px;
	height: 2px;
	border-radius: 4px;
}

.row2 .mySwiper2 .swiper-pagination-bullet-active {
	background: #2B64B9;
}

.row2 .mySwiper {
	width: 100%;
	position: relative;
	margin-top: 23px;
}

.row2 .mySwiper .swiper-wrapper {
	flex-wrap: wrap;
}

.row2 .mySwiper .swiper-slide {
	width: calc(100% / 3 - 20px) !important;
	height: 243px;
	position: relative;
	margin-right: 30px !important;
	border-radius: 4px;
}

.row2 .mySwiper .swiper-slide:last-child {
	margin-right: 0px !important;
}

.row2 .mySwiper .swiper-slide img {
	width: 100%;
	height: 243px;
	object-fit: cover;
	border-radius: 4px;
}

.row2 .mySwiper .swiper-slide .text-pannel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
	background: rgba(32, 32, 32, 0.65);
	height: 64px;
	position: absolute;
	bottom: 0px;
	padding: 0 25px;
	width: calc(100% - 50px);
}

.row2 .mySwiper .swiper-slide .time {
	font-family: 'D-DIN';
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;
}

.row2 .mySwiper .swiper-slide .text-bt {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.07em;
	color: #FFFFFF;
	margin-left: 20px;
}

.row2 .mySwiper .swiper-slide .text-hover {
	display: none;
	border-radius: 4px;
	background: rgba(244, 248, 254, 0.89);
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 88px);
	height: calc(100% - 88px);
	padding: 44px;
	cursor: pointer;
}

.row2 .mySwiper .swiper-slide .text-hover .text-pannel-hover {}

.row2 .mySwiper .swiper-slide .text-hover .text-pannel-hover .time {
	font-family: "D-DIN";
	font-size: 46px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	margin-bottom: 14px;
}

.row2 .mySwiper .swiper-slide .text-hover .text-pannel-hover .time label {
	font-family: "D-DIN";
	font-size: 26.74px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333333;
	margin-left: 10px;
}

.row2 .mySwiper .swiper-slide .text-hover .text-pannel-hover .text-bt-h {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 0.07em;
	color: #333333;
	margin-bottom: 22px;
}

.row2 .mySwiper .swiper-slide .text-hover .text-pannel-hover i {
	background: url(../images/rc-jiantou-icon.png) left no-repeat;
	width: 40px;
	height: 5px;
	display: block;
}

.row2 .mySwiper .swiper-slide:hover .text-hover {
	display: block;
}

.row2 .mySwiper .swiper-slide:hover .text-pannel {
	display: none;
}

.row2 .mySwiper .swiper-slide:hover .text-hover .text-pannel-hover i {
	animation: slideFadeInRight 1s ease-out forwards;
	/* 应用动画 */
}

/* 定义动画 */
@keyframes slideFadeInRight {
	from {
		transform: translateX(-100%);
		/* 开始时元素在左侧之外 */
		opacity: 0;
		/* 开始时完全透明 */
	}

	to {
		transform: translateX(0);
		/* 结束时元素在原始位置 */
		opacity: 1;
		/* 结束时完全不透明 */
	}
}

/* 定义动画 */
@keyframes slideFan {
	from {
		transform: rotateX(180deg);
		/* 开始时元素在左侧之外 */
		transform-style: preserve-3d;
	}

	to {
		transform: rotateX(0deg);
		/* 结束时元素在原始位置 */
		transform-style: preserve-3d;
	}
}

/**
 * 自适应
 */
@media screen and (max-width: 1400px) {
	.row2 .mySwiper .swiper-slide .text-bt {
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 40px;
	}
}

@media screen and (max-width: 1200px) {
	.row2 .mySwiper2 .swiper-slide .text-pannel {
		flex-wrap: nowrap;
		background: rgba(32, 32, 32, 0.65);
		position: absolute;
		bottom: 0;
		align-items: center;
	}

	.row2 .mySwiper2 .swiper-slide .text-pannel .time {
		width: auto;
		flex-wrap: wrap;
		margin-top: 0;
		height: auto;
		padding-bottom: 0px;
	}

	.row2 .mySwiper2 .swiper-slide .text-pannel .time .d,
	.row2 .mySwiper2 .swiper-slide .text-pannel .time .m {
		color: #FFFFFF;
	}

	.row2 .mySwiper2 .swiper-slide .text-pannel .text-bt {
		margin-top: 0;
		color: #FFFFFF;
		width: calc(100% - 120px);
	}

	.row2 .mySwiper2 .swiper-slide .text-pannel .text-desc {
		display: none;
	}

	.row2 .mySwiper2 .swiper-pagination-bullet {
		background: #ffffff;
	}
}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {
	.row2 .mySwiper .swiper-slide {
		width: 100% !important;
		height: 300px;
		margin-bottom: 20px;
	}

	.row2 .mySwiper .swiper-slide img {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.dj-r1-list li {
		width: 100%;
	}

	.dj-r1-list li {
		margin-right: 0;
	}

	.row1 {
		background: url(../images/lj-row1-bg.png) #eff2f5 center top no-repeat;
	}
}

@media screen and (max-width: 430px) {
	.row2 .mySwiper .swiper-slide .text-bt {
		height: 20px;
	}
}