﻿.banner {
	width: 100%;
	/* height: 100vh; */
	position: relative;
	overflow: hidden;
}

.banner .slick {}

.banner .slick .slick-list,
.banner .slick .slick-track,
.banner .slick .slick-item {
	width: 100%;
	position: relative;
}

/* .banner .slick .slick-item:after,
.banner .slick .slick-item:before {
	content: '';
	display: block;
	width: 100%;
	height: .05rem;
	background-color: rgba(255,255,255,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	transition: all 5s;
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
}
.banner .slick .slick-item:after {
	width: 0;
	background-color: rgba(255,255,255,1);
}

.banner .slick .slick-item.slick-active:after {
	width: 100%;
} */

video:focus {
	outline: none;
}

.banner .slick .slick-item .video {
	mix-blend-mode: darken;
	object-fit: fill;
}

.banner .slick .slick-item .video,
.banner .slick .slick-item img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.banner .slick .slick-item .video {
	mix-blend-mode: darken;
	border: none;
}

.banner .slick .slick-prev,
.banner .slick .slick-next {
	font-size: 0;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	text-align: center;
	line-height: .4rem;
	background-color: #333;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 2;
	margin-top: -.2rem;
	opacity: .3;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-animation: all 400ms;
	-ms-transition: all 400ms;
}

.banner .slick .slick-next {
	right: 3%;
}

.banner .slick .slick-prev {
	left: 3%;
}

.banner .slick .slick-prev::before,
.banner .slick .slick-next::before {
	font-size: .2rem;
	color: #fff;
}

.banner .slick:hover .slick-prev,
.banner .slick:hover .slick-next {
	opacity: .7;
}

.banner .slick .slick-dots {
	position: absolute;
	bottom: .3rem;
	left: 0;
	right: 0;
	z-index: 9;
	text-align: center;
}

.banner .slick .slick-dots li {
	display: inline-block;
	margin: 0 .05rem;
	width: .56rem;
	height: .06rem;
	border-radius: .025rem;
	background-color: rgba(255, 255, 255, .42);
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.banner .slick .slick-dots li:after {
	content: '';
	display: block;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
}

.banner .slick .slick-dots li.active:after {
	width: 100%;
	transition: all 5s;
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
}

.banner .slick .slick-dots li button {
	font-size: 0;
}

.main {
	background-color: #f5f5f5;
}

.row1 {
	padding-top: .5rem;
	padding-bottom: .2rem;
}

.mod-title {
	text-align: center;
}

.mod-title .title {
	display: inline-block;
	position: relative;
	font-size: 0;
	padding-bottom: .2rem;
}

.mod-title .title:after {
	content: '';
	display: block;
	width: .63rem;
	height: .04rem;
	background-color: #972839;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.mod-title .title .f-black,
.mod-title .title .f-red {
	font-size: .36rem;
	font-weight: bold;
	line-height: 1.1;
	color: #333;
}

.mod-title .title .f-red {
	color: #972839;
}

/* row1 start */

.row1 .con-box .ul-box {
	justify-content: space-between;
	padding-top: .6rem;
}

.row1 .con-box .ul-box .li-item {
	width: 30%;
	padding: .2rem 0;
}

.row1 .con-box .ul-box .li-item .a-box {
	display: block;
	position: relative;
	height: 3.58rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: .3rem;
}

.row1 .con-box .ul-box .li-item:nth-child(1) .a-box {
	background-image: url("../img/l-bg1.png");
}

.row1 .con-box .ul-box .li-item:nth-child(2) .a-box {
	background-image: url("../img/l-bg2.png");
}

.row1 .con-box .ul-box .li-item:nth-child(3) .a-box {
	background-image: url("../img/l-bg3.png");
}

.row1 .con-box .ul-box .li-item .a-box .title {
	width: 1.4rem;
	font-size: .3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	position: absolute;
	left: .5rem;
	top: .86rem;
}

.row1 .con-box .ul-box .li-item .a-box .btn {
	width: 63%;
	height: .48rem;
	margin: 0 auto;
	border-radius: .48rem;
	border: .015rem solid #fff;
	font-size: .16rem;
	line-height: .48rem;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: .5rem;
	left: 50%;
	overflow: hidden;
	transform: translateX(-50%);
}

@keyframes moveTop {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5%);
	}

	100% {
		transform: translateY(0);
	}
}

@media(min-width: 769px) {
	.row1 .con-box .ul-box .li-item .a-box .btn:after {
		content: '';
		display: block;
		width: 3rem;
		height: 3rem;
		border-radius: 50%;
		background-color: #fff;
		transform: scale(0, 1);
		position: absolute;
		left: -.2rem;
		top: -1.5rem;
		z-index: -1;
		transition: all 400ms;
	}

	.row1 .con-box .ul-box .li-item .a-box .btn:hover {
		color: #972839;
		border: none;
	}

	.row1 .con-box .ul-box .li-item .a-box .btn:hover:after {
		transform: scale(1);
	}

	.row1 .con-box .ul-box .li-item .a-box:hover {
		box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	}

	.row1 .con-box .ul-box .li-item.mover {
		animation: moveTop 0.3s linear 1;
	}

}

@media(max-width: 768px) {
	.row1 .con-box .ul-box {
		padding: .4rem .2rem .2rem .2rem;
	}

	.row1 .con-box .ul-box .li-item {
		width: 48%;
	}

	.row1 .con-box .ul-box .li-item .a-box {
		height: 2.2rem;
	}

	.row1 .con-box .ul-box .li-item .a-box .title {
		font-size: .24rem;
		left: 0.15rem;
		top: .4rem;
		width: 1rem;
	}

	.row1 .con-box .ul-box .li-item .a-box .btn {
		width: 70%;
		font-size: .16rem;
		height: .4rem;
		line-height: .38rem;
		bottom: .25rem;
	}
}

/* row1 end */

/* row2 start */

.row2 {
	padding-top: .3rem;
	padding-bottom: .5rem;
}

.row2 .con-box {
	padding-top: .48rem;
	min-height: 4.18rem;
}

.row2 .con-box .trends {
	width: 41%;
	background-color: #fff;
	align-items: flex-end;
	padding-right: .5rem;
	position: relative;
}

.row2 .con-box .column-title {
	align-items: flex-end;
}

.row2 .con-box .column-title .title {
	height: .48rem;
	padding-left: .3rem;
	padding-right: .3rem;
	font-size: .18rem;
	line-height: .48rem;
	color: #fff;
	background-color: #972839;
}

.row2 .con-box .column-title .more .ic {
	position: relative;
	width: 1.1rem;
	justify-content: right;
}

.row2 .con-box .column-title .more .ic:after {
	content: '';
	position: absolute;
	left: 0;
	top: .024rem;
	width: .8rem;
	height: .01rem;
	background-color: #972839;
}

.row2 .con-box .column-title .more .ic i {
	width: .06rem;
	height: .06rem;
	border: 1px solid #972839;
	border-radius: 50%;
	margin-right: .04rem;
}

.row2 .con-box .column-title .more .txt {
	padding-left: .1rem;
	font-size: .14rem;
	color: #333;
	line-height: 1;
}

.row2 .con-box .trends .ul-box {
	width: 100%;
	height: 3.7rem;
	padding: .4rem 0 .4rem .3rem;
	flex-direction: column;
	justify-content: space-between;
}

.row2 .con-box .trends .ul-box .li-item,
.row2 .con-box .trends .ul-box .li-item .a-box {
	width: 100%;
	position: relative;
	color: #333;
	font-size: .14rem;
	line-height: 2;
}

.row2 .con-box .trends .ul-box .li-item .a-box:after {
	content: '';
	display: block;
	width: .03rem;
	height: .1rem;
	background-color: #972839;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.row2 .con-box .trends .ul-box .li-item .a-box .title {
	padding-left: .15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

.row2 .con-box .trends .ul-box .li-item .a-box .date {
	padding-left: .2rem;

}

.row2 .con-box .notice {
	width: 32%;
	background-color: #fff;
	align-items: flex-end;
	padding-right: .36rem;
	position: relative;
}

/* notice */
.row2 .con-box .notice .ul-box {
	padding-left: .2rem;
	padding-top: .2rem;
}

.row2 .con-box .notice .ul-box .li-item {
	padding: .06rem 0;
}

.row2 .con-box .notice .ul-box .li-item .a-box .title {
	flex: 1;
}

.row2 .con-box .notice .ul-box .li-item .a-box {
	align-items: center;
}

.row2 .con-box .notice .ul-box .li-item .a-box .date {
	text-align: right;
	padding-right: .2rem;
	position: relative;
	z-index: 2;
}

.row2 .con-box .notice .ul-box .li-item .a-box .date .dd {
	font-size: .3rem;
	font-weight: bold;
	color: #972839;
	line-height: 1;
	padding-bottom: .03rem;
	border-bottom: .01rem solid #972839;
}

.row2 .con-box .notice .ul-box .li-item .a-box .date .mm {
	font-size: .14rem;
	color: #333;
	line-height: 1;
	padding-top: .03rem;
}

.row2 .con-box .notice .ul-box .li-item .a-box .title {
	font-size: .14rem;
	color: #333;
	line-height: .24rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.row2 .con-box .notice .ul-box .li-item .a-box {
	padding: .08rem .25rem;
	border-radius: .6rem;
	border: .01rem dashed #972839;
	overflow: hidden;
	position: relative;
	background-color: transparent;
}

.row2 .con-box .notice .ul-box .li-item .a-box:after {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	z-index: 1;
	background-color: #972839;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
}

@media(min-width: 769px) {
	.row2 .con-box .column-title .more:hover .txt {
		color: #972839;
	}

	.row2 .con-box .trends .ul-box .li-item .a-box:hover {
		color: #972839;
	}

	.row2 .con-box .notice .ul-box .li-item .a-box:hover .date .dd,
	.row2 .con-box .notice .ul-box .li-item .a-box:hover .date .mm,
	.row2 .con-box .notice .ul-box .li-item .a-box:hover .title {
		color: #fff;
	}

	.row2 .con-box .notice .ul-box .li-item .a-box:hover .date .dd {
		border-color: #fff;
	}

	.row2 .con-box .notice .ul-box .li-item .a-box:hover {
		border-style: solid;
	}

	.row2 .con-box .notice .ul-box .li-item .a-box:hover:after {
		top: 0;
		height: 100%;
	}

	.row2 .con-box .notice:after {
		content: '';
		display: block;
		width: .01rem;
		background-color: #972839;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 7%;
	}
}

/* capsule-link */
.row2 .con-box .capsule-link {
	width: 27%;
}

.row2 .con-box .capsule-link .ul-box {
	height: 100%;
	padding-left: .18rem;
	flex-direction: column;
	justify-content: space-between;
}

.row2 .con-box .capsule-link .ul-box .li-item .a-box {
	width: 100%;
	height: 1.18rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-size: .3rem;
	font-weight: bold;
	color: #fff;
	padding-left: .65rem;
	border-radius: 1.2rem;
	overflow: hidden;
	box-shadow: .04rem .04rem .1rem rgba(0, 0, 0, .3);
}

.row2 .con-box .capsule-link .ul-box .li-item:nth-child(1) .a-box {
	background-image: url("../img/jn1.jpg");
	text-shadow: .03rem .03rem .01rem #a86da4;
}

.row2 .con-box .capsule-link .ul-box .li-item:nth-child(2) .a-box {
	background-image: url("../img/jn2.jpg");
	text-shadow: .03rem .03rem .01rem #6999dc;
}

.row2 .con-box .capsule-link .ul-box .li-item:nth-child(3) .a-box {
	background-image: url("../img/jn3.jpg");
	text-shadow: .03rem .03rem .01rem #6e5ff8;
}


@media(max-width: 768px) {

	.row2 .con-box .trends,
	.row2 .con-box .notice,
	.row2 .con-box .capsule-link {
		width: 100%;
	}

	.row2 .con-box .trends {
		padding-right: .3rem;
	}

	.row2 .con-box .trends .ul-box .li-item .a-box {
		font-size: .2rem;
	}

	.row2 .con-box .column-title .more .txt {
		font-size: .18rem;
	}

	.row2 .con-box .notice {
		margin-top: .2rem;
	}

	.row2 .con-box .notice .ul-box {
		padding-top: .3rem;
		padding-bottom: .3rem;
	}

	.row2 .con-box .notice .ul-box .li-item .a-box .date .mm {
		font-size: .16rem;
	}

	.row2 .con-box .notice .ul-box .li-item .a-box .title {
		font-size: .2rem;
	}

	.row2 .con-box .capsule-link .ul-box .li-item {
		padding: .1rem 0;
	}

	.row2 .con-box .capsule-link .ul-box {
		padding-right: .2rem;
	}
}

/* row2 end */

/* row3 start */
.row3 {
	padding-top: .5rem;
	min-height: 6.72rem;
	background-image: url("../img/bg-1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		background-position: 0px 0px;
	}

	100% {
		background-position: 100000px 0px;
	}
}

@media(min-width: 769px) {
	.row3 .con-box {
		padding-top: 2rem;
	}

	.row3 .con-box .list-box {
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}

	.row3 .con-box .ul-box {
		flex: 1;
		height: .01rem;
		position: relative;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		/* overflow-x: hidden; */
	}

	.row3 .con-box .right-jt {
		font-size: .26rem;
		color: #972839;
		line-height: 1;
		position: relative;
		z-index: 1;
		top: .02rem;
	}

	.row3 .con-box .ul-box:after {
		content: '';
		display: block;
		height: 0;
		width: 200%;
		/* border: .018rem dashed #972839; */
		background: repeating-linear-gradient(to right, #972839, #972839 .06rem, transparent .06rem, transparent .1rem);
		height: .02rem;
		position: absolute;
		top: 50%;
		/* left: calc((-100vw + 20rem)/2); */
		transform: translateY(-50%);
		margin-top: .01rem;
		animation: dash 3000s linear infinite;
	}

	.row3 .con-box .ul-box .li-item {
		flex: 1;
		position: relative;
		font-size: 0;
		cursor: pointer;
	}

	.row3 .con-box .ul-box .li-item:after {
		content: '';
		display: block;
		width: .2rem;
		height: .2rem;
		border: .02rem dashed #972839;
		border-radius: 50%;
		background-color: #fff;
		position: absolute;
		top: -.1rem;
		right: -.1rem;
		z-index: 1;
		animation: rotate 5s linear infinite;
		/* transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%); */
		/* transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%); */
	}

	.row3 .con-box .ul-box .li-item:last-child:after {
		background-color: #972839;
		border: none;
	}

	.row3 .con-box .ul-box .li-item .title {
		font-size: .2rem;
		font-weight: bold;
		color: #a52c3e;
		line-height: 1;
		position: absolute;
		top: -.6rem;
		right: 0;
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(25%);
		-ms-transform: translateX(25%);
	}

	.row3 .con-box .ul-box .li-item .a-box {
		display: block;
		position: absolute;
		right: -25%;
		top: 100%;
		margin-top: -.605rem;
		z-index: 3;
		width: 1.21rem;
		height: 1.21rem;
		text-align: center;
		line-height: 1.21rem;
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);

	}

	.row3 .con-box .ul-box .li-item .a-box:after {
		content: '';
		display: block;
		width: 1.21rem;
		height: 1.21rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		border-radius: 50%;
		background-image: url("../img/quan.png");
		background-repeat: repeat;
		background-size: 100% 100%;
		animation: rotate 5s linear infinite;
	}

	.row3 .con-box .ul-box .li-item .a-box .myiconfont {
		font-size: .5rem;
		color: #972839;
	}

	/* .row3 .con-box .ul-box .li-item:hover .a-box {
		display: block;
		-webkit-transform: scale(1);
	}

	.row3 .con-box .ul-box .li-item:hover .title {
		top: -1.1rem;
	} */

	.row3 .con-box .ul-box .li-item.cur .a-box {
		-webkit-transform: scale(1);
	}

	.row3 .con-box .ul-box .li-item.cur .title {
		top: -1.1rem;
	}
}

@media(max-width: 768px) {
	.row3 .con-box .right-jt {
		display: none;
	}

	.row3 .con-box .list-box {
		padding-top: 1rem;
	}

	.row3 .con-box .list-box,
	.row3 .con-box .list-box .ul-box {
		width: 100%;
	}

	.row3 .con-box .list-box .ul-box {
		position: relative;
	}

	.row3 .con-box .list-box .ul-box:after {
		content: '';
		display: block;
		height: 0;
		width: 100%;
		/* border: .018rem dashed #972839; */
		background: repeating-linear-gradient(to right, #972839, #972839 .06rem, transparent .06rem, transparent .1rem);
		height: .02rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		animation: dash 3000s linear infinite;
	}

	.row3 .con-box .list-box .ul-box .li-item {
		flex: 1;
		position: relative;
	}

	.row3 .con-box .list-box .ul-box .li-item .title {
		font-size: .2rem;
		color: #972839;
		font-weight: bold;
		line-height: 1;
		position: absolute;
		top: .46rem;
		left: 50%;
		transform: translateX(-50%);
		writing-mode: vertical-rl;
		text-orientation: upright;
		min-height: 2rem;
	}

	.row3 .con-box .ul-box .li-item:after {
		content: '';
		display: block;
		width: .2rem;
		height: .2rem;
		border: .02rem dashed #972839;
		border-radius: 50%;
		background-color: #fff;
		position: absolute;
		top: -.1rem;
		left: 50%;
		margin-left: -.1rem;
		z-index: 1;
		animation: rotate 5s linear infinite;
	}

	.row3 .con-box .ul-box .li-item:last-child:after {
		background-color: #972839;
		border: none;
	}

	.row3 .con-box .ul-box .li-item .a-box {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -.3rem;
		margin-left: -.3rem;
		z-index: 3;
		width: .6rem;
		height: .6rem;
		text-align: center;
		line-height: .6rem;
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
	}

	.row3 .con-box .ul-box .li-item .a-box .myiconfont {
		font-size: .2rem;
		color: #972839;
	}

	.row3 .con-box .ul-box .li-item .a-box:after {
		content: '';
		display: block;
		width: .6rem;
		height: .6rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		border-radius: 50%;
		background-image: url("../img/quan.png");
		background-repeat: repeat;
		background-size: 100% 100%;
		animation: rotate 5s linear infinite;
	}

	.row3 .con-box .ul-box .li-item.cur .a-box {
		-webkit-transform: scale(1);
	}

	.row3 {
		min-height: 4.2rem;
	}
}

/* row3 end */


@media(min-width: 769px) {}

@media(max-width: 768px) {}