* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
.wrapper {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background-color: #fff;
}
.wrapper .header {
	width: 100%;
	background-color: transparent;
	position: relative;
	z-index: 999;
	min-height: 90px;
	/* height: 8rem; */
	/* height: 5.1875rem; */
	/* overflow: hidden; */
	padding-top: 1.5rem;
}
.wrapper .header .logos {
	float: left;
	width: 30%;
	margin-left: 5%;
	/* height: 5.1875rem; */
	overflow: hidden;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.wrapper .header .logos img {
	display: block;
	width: 80%;
	height: auto;
}


/* 导航 */
.nav-box {
	float: right;
	/* width: 50%; */
	max-width: 60%;
	height: 5.1875rem;
}
.nav-bg {
	display: none;
	transition: .3s;
}
.wrapper .header .small-menu {
	width: 12.5rem;
	height: 100vh;
	position: fixed;
	right: -12.5rem;
	top: 0;
	background-color: #20222A;
	z-index: 3;
	transition: .6s;
}
.layui-nav {
	background-color: transparent;
}
.layui-nav .layui-nav-item a {
	transition: none;
	color: #333;
}
.layui-nav .layui-nav-item.layui-this a {
	color: #CC271F;
}
.layui-nav .layui-nav-item>a:hover {
	color: #CC271F;
}
.layui-nav .layui-this:after {
	display: none;
}
span.layui-nav-bar {
	display: none;
}



/* 内容 */
.wrapper h4 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1.3125rem;
}
.wrapper h4 p {
	margin: 0 auto;
	font-size: 2.25rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 0.6875rem;
}
.wrapper h4 p span.red {
	color: red;
}
.wrapper h4 img {
	display: block;
	width: 5.875rem;
	height: auto;
	margin: 0 auto;
	margin-bottom: 0.9375rem;
}
.wrapper h4 b {
	display: block;
	margin: 0 auto;
	width: 40%;
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1.1875rem;
	max-height: 2.375rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* banner */
.banner-box {
	width: 100%;
	overflow: hidden;
}
.banner-box img {
	width: 100%;
	height: auto;
}
.wrapper>h6 {
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}
.wrapper>h6 a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	padding-right: 5px;
}
.wrapper>h6 a:hover {
	color: #CC271F;
}
.video-list {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	margin-top: 50px;
}
.video-list .list-title {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	    width: 71%;
}
.video-list .list-title a {
	    display: block;
    float: left;
	width: 180px;
	    margin: 5px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	/* border-bottom: solid 4px #EDEDED; */
	margin-right: 6px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	position: relative;
	transition: .4s;
}
.video-list .list-title a:last-child {
	margin-right: 0;
}

.video-list .list-title a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 0;
	height: 4px;
	background: transparent;
	transition: .5s;
}
/*.video-list .list-title a.shows::after{
	content: '';
	position: absolute;
	left: 20%;
	bottom: 0;
	display: block;
	width: 60%;
	height: 4px;
	background: #CC271F;
	transition: .5s;
	color: #CC271F;
}*/
.video-list .list-title a:hover::after {
	display: none;
}
.video-list .list-title a:hover {
	border: none;
	/* border: solid 1px #CC271F; */
	background-color: #CC271F;
	color: #fff;
}
.video-list .list-title a:hover {
	background: linear-gradient(180deg, #ec827d, #e40d03);
}
.video-list .list-title a.shows {
	/* border-bottom:  solid 1px #CC271F; */
	background: linear-gradient(180deg, #ec827d, #e40d03);
	color: #fff;
}

/* .video-list .list-title a.shows{
	border-bottom: solid 4px #CC271F;
	color: #CC271F;
} */
/* .video-list .list-title a:hover{
	border-bottom: solid 4px #CC271F;
	color: #CC271F;
} */
.list-info {
	width: 100%;
	padding: 30px 10px;
	box-sizing: border-box;

}
.list-info a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	box-sizing: border-box;
	/* background-color: #F5F6F7; */
}
.list-info a:hover .text-box {
	z-index: 2;
}
.list-info a:hover .rainbow-text.animated .char {
	animation: rainbow-colors .8s linear;
	animation-delay: calc(0.8s * var(--char-percent));
}

.list-info a .img-box {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.list-info a:hover .img-box img {
	/* transform: scale(1.1); */
}
.list-info a .img-box img {
	width: auto;
	height: 280px;
	display: block;
	margin: 0 auto;
	transition: .4s;

}
.list-info a .text-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .4s;
	padding: 15px;
	box-sizing: border-box;
}
.list-info a .text-box p {
	border-radius: 8px;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.list-info a .text-box p span {
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
}



/* 底部内容 */
.wrapper .footer-wrap .footer {
	width: 100%;
	overflow: hidden;
	background: url(../img/1@2x.png) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	padding-top: 3.75rem;
	padding-bottom: 1.875rem;
	box-sizing: border-box;
}
.wrapper .footer-wrap .footer .footer-left {
	display: inline-block;
	width: 54%;
	height: auto;
	display: flex;
	justify-content: space-around;
	padding: 0 1.875rem;
	box-sizing: border-box;
	position: relative;
}

.wrapper .footer-wrap .footer .footer-center {
	display: inline-block;
	/* width: 33%; */
	padding: 0 10px;
	box-sizing: border-box;
	height: auto;
	position: relative;
}
.wrapper .footer-wrap .footer .footer-right {
	display: inline-block;
	width: 25%;
	height: auto;
	padding: 0 20px;
}
.wrapper .footer-wrap .footer .footer-left .footer-nav-item {
	display: inline-block;
	height: auto;
}
.wrapper .footer-wrap .footer h6 {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1.25rem;
}
.wrapper .footer-wrap .footer .footer-left .footer-nav-item a {
	display: block;
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BAB7B7;
	margin-bottom: 0.9375rem;
}
.wrapper .footer-wrap .footer .footer-left .footer-nav-item a:hover {
	color: #fff;
}
.wrapper .footer-wrap .footer .footer-center p {
	display: block;
	overflow: hidden;
	font-size: 0.875rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BAB7B7;
	margin-bottom: 1.25rem;
}
.wrapper .footer-wrap .footer .footer-center p span {
	float: left;
	width: 49%;
	/* padding-right: 0.625rem; */
	height: 0.875rem;
	line-height: 0.875rem;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img {
	width: 100%;
	overflow: hidden;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm {
	float: left;
	overflow: hidden;
	width: 25%;
	margin-right: 1.875rem;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm img {
	width: 100%;
	height: auto;
	margin-bottom: 0.5rem;
}
.wrapper .footer-wrap .footer .footer-center .ewm-img .img-box-ewm p {
	text-align: center;
	font-size: 0.75rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BAB7B7;
}
/* 底部声明 */
.wrapper .footer-statement {
	width: 100%;
	height: 2.5rem;
	overflow: hidden;
	background-color: #2A2A2A;
}
.wrapper .footer-statement p {
	text-align: center;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.75rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D5D5D5;
}

.wrapper .footer-wrap .footer .footer-left::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0.625rem;
	width: 1px;
	height: 17.3125rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1%, rgba(119, 119, 119, 0.99) 49%, rgba(255, 255, 255, 0) 100%);
}
.wrapper .footer-wrap .footer .footer-center::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 17.3125rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1%, rgba(119, 119, 119, 0.99) 49%, rgba(255, 255, 255, 0) 100%);
}


/* 侧边悬浮导航 */
.right_nav {
	right: 0;
	bottom: 100px;
	position: fixed;
	text-align: left;
	overflow: hidden;
	z-index: 999;
}
.right_nav li {
	background: #0085cd;
	margin: 4px 0;
	padding: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	position: relative;
	right: -70px;
}
.right_nav li:nth-child(1), .right_nav li:nth-child(2), .right_nav li:nth-child(3), .right_nav li:nth-child(4) {
	display: none;
}
.right_nav li .iconBox {
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.right_nav li img {
	width: 30px;
	height: 30px;
}
.right_nav li h4 {
	color: #fff;
	font-size: 14px;
	margin: 2px 0;
	margin-left: 15px;
}
.right_nav li:hover {
	background: #cf1322
}
.right_nav li .hideBox {
	display: none;
	position: absolute;
	right: 120px;
	padding: 10px;
	padding-right: 15px;
	top: -10px;
	z-index: 999;
}
.right_nav li .hideBox .hb {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	border-top: 2px solid #0085cd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.right_nav li .hideBox .hb h5 {
	padding: 5px 0;
	border-bottom: 2px solid #ccc;
	color: #0085cd;
	font-size: 16px;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}
.right_nav li .hideBox .hb p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
}
.right_nav li .hideBox .hb .qqtalk {
	margin-top: 10px;
}
.right_nav li .hideBox .hb .qqtalk a {
	display: flex;
	align-items: center
}
.right_nav li .hideBox .hb .qqtalk img {
	width: 25px;
	height: 25px;
}
.right_nav li .hideBox .hb .qqtalk p {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	margin-top: -5px;
	margin-left: 5px;
}
.right_nav li:nth-child(3) .hideBox img {
	width: 140px;
	height: 140px;
	margin-top: 10px;
}

/* 文字特效 */
.splitting .word,
.splitting .char {
	display: inline-block;
}
.splitting .char {
	position: relative;
}
.splitting .char::before,
.splitting .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	transition: inherit;
	user-select: none;
}
.splitting {
	--word-center: calc((var(--word-total) - 1) / 2);
	--char-center: calc((var(--char-total) - 1) / 2);
	--line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word {
	--word-percent: calc(var(--word-index) / var(--word-total));
	--line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char {
	--char-percent: calc(var(--char-index) / var(--char-total));
	--char-offset: calc(var(--char-index) - var(--char-center));
	--distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
	--distance-sine: calc(var(--char-offset) / var(--char-center));
	--distance-percent: calc((var(--distance) / var(--char-center)));
}
.splitting.cells img {
	width: 100%;
	display: block;
}
@supports (display: grid) {
	.splitting.cells {
		position: relative;
		overflow: hidden;
		background-size: cover;
		visibility: hidden;
	}
	.splitting .cell-grid {
		background: inherit;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: grid;
		grid-template: repeat(var(--row-total), 1fr) / repeat(var(--col-total), 1fr);
	}
	.splitting .cell {
		background: inherit;
		position: relative;
		overflow: hidden;
	}
	.splitting .cell-inner {
		background: inherit;
		position: absolute;
		visibility: visible;
		width: calc(100% * var(--col-total));
		height: calc(100% * var(--row-total));
		left: calc(-100% * var(--col-index));
		top: calc(-100% * var(--row-index));
	}
	.splitting .cell {
		--center-x: calc((var(--col-total) - 1) / 2);
		--center-y: calc((var(--row-total) - 1) / 2);
		--offset-x: calc(var(--col-index) - var(--center-x));
		--offset-y: calc(var(--row-index) - var(--center-y));
		--distance-x: calc((var(--offset-x) * var(--offset-x)) / var(--center-x));
		--distance-y: calc((var(--offset-y) * var(--offset-y)) / var(--center-y));
	}
}


.rainbow-text .char {
	color: hsl(calc(360deg * var(--char-percent)),
			90%,
			65%);
}
.rainbow-text.animated .char {
	animation: none;

}
@keyframes rainbow-colors {
	0% {
		color: #fff;
	}
	25% {
		color: #fff;
	}
	/* 50% { color: hsl(348, 83%, 81%, 1); } */
	75% {
		color: red;
	}
	100% {
		color: red;
	}
}