/* Main CSS Document */

@charset "utf8";
/* 公共 */

.bd-banner {
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
}
.bd-banner .btn {
	top: 50%;
	max-width: 80px;
	width: 4.2%;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	z-index: 2;
}
.bd-banner .btn:before {
	content: " ";
	padding-top: 250%;
	width: 100%;
	display: block;
	background-size: cover !important;
}
.bd-banner .prev {
	left: 50px;
}
.bd-banner .prev:before {
	background: url(/public/images/banner-btn-prev.png) no-repeat center center;
}
.bd-banner .next {
	right: 50px;
}
.bd-banner .next:before {
	background: url(/public/images/banner-btn-next.png) no-repeat center center;
}
.bd-banner:hover .btn {
	opacity: 1;
}
.bd-banner .swiper {} .bd-banner .swiper-slide {} .bd-banner .swiper-slide a {
	width: 100%;
	display: block;
	background: #FFF;
}
.bd-banner .swiper-slide img {
	width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
	position: relative;
}
.bd-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	height: 0.08rem;
	bottom: 1.0rem;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.bd-banner .swiper-pagination-bullet {
	width: 0.8rem;
	height: 3px;
	background: #FFF;
	border-radius: initial;
	float: left;
	/*opacity: 1;*/
}
.bd-banner .swiper-pagination-bullet-active {
	/*background: #086DD9;*/
}
.bm-1 {
}
.bm-1 .bm-con {
}
.bm-1 .bm-con ul {
	margin: -0.4rem -0.2rem 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bm-1 .bm-con ul li {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bm-1 .bm-con ul li a {
	display: block;
	background: #F7F7F7;
}
.bm-1 .bm-con ul li .img {
	padding: 0.2rem 0;
}
.bm-1 .bm-con ul li .img:before {
	display: none;
}
.bm-1 .bm-con ul li .img p {
	position: unset;
}
.bm-1 .bm-con ul li .img img {
	width: 5.6rem;
	height: 5.6rem;
}
.bm-1 .bm-con ul li .til {
	padding: 0 0.32rem 0 0.4rem;
	line-height: 1.0rem;
	font-size: 0.32rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #FFF;
	background: #939393;
}
.bm-1 .bm-con ul li .til h3 {
	width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bm-1 .bm-con ul li .til p {
	padding: 0 0.4rem 0 0.2rem;
	position: relative;
}
.bm-1 .bm-con ul li .til p i {
	right: 0;
	top: 0;
	width: 0.4rem;
	font-size: 0.24rem;
	text-align: center;
	position: absolute;
}
.bm-1 .bm-con ul li a:hover .til {
	background: var(--color);
}
.bm-1 .bm-con ul li.on {
	width: 50%;
}
.bm-2 {
	padding-bottom: 1.2rem;
	background: url(/public/images/bm-2-bg.jpg) no-repeat center bottom #F7F7F7;
}
.bm-2 .bm-con {
	max-width: 1150px;
	position: relative;
}
.bm-2 .bm-con .c-img {
	width: 100%;
	height: auto;
}
.bm-2 .bm-con .c-list {
	position: absolute;
	z-index: 9;
}
.bm-2 .bm-con .c-btn {
	padding: 0;
	width: 36px;
	height: 36px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	position: relative;
}
.bm-2 .bm-con .c-btn::before {
	content: '';
	top: -7px;
	left: -7px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px #C73030, 0 0 10px #C73030 inset;
	box-shadow: 0 0 4px #C73030, 0 0 10px #C73030 inset;
	opacity: 1;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: #C73030;
	position: absolute;
}
.bm-2 .bm-con .c-btn::after {
	content: '';
	top: -20px;
	left: -20px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px #C73030, 0 0 10px #C73030 inset;
	box-shadow: 0 0 4px #C73030, 0 0 10px #C73030 inset;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	background: #C73030;
	position: absolute;
}
.bm-2 .bm-con .c-list:hover .c-btn::after {
	opacity: 1;
}
.bm-2 .bm-con .c-list:hover .c-btn {
	border: 2px solid #fff;
}
@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0
	}
}
@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-o-transform: scale(1.3.3);
		transform: scale(1.3);
		opacity: 0
	}
}
@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1);
		opacity: 0
	}
}
.bm-2 .bm-con .c-btn .dian {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #C73030;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.bm-2 .bm-con .c-btn .dian i {
	font-size: 12px;
}
.bm-2 .bm-con .c-btn .dian p {
	left: 30px;
	top: 50%;
	width: 140px;
	font-size: max(0.24rem, 14px);
	font-weight: bold;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 0 0 3px #fff;
	color: #2a2a2a;
	position: absolute;
}
.bm-2 .bm-con .c-box {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 6;
	-webkit-backdrop-filter: blur(4px) saturate(150%);
	backdrop-filter: blur(4px) saturate(150%);
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding-top: 0px;
	opacity: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: perspective(3000px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(90deg) scale(0.7);
	transform: perspective(3000px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(90deg) scale(0.7);
	-webkit-transform1: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(90deg) scale(0.9);
	-ms-transform1: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(90deg) scale(0.9);
	-moz-transform: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(90deg) scale(0.7);
	transform-origin1: center;
	-webkit-transform-origin1: center;
	-ms-transform-origin1: center;
	-moz-transform-origin1: center;
}
.bm-2 .bm-con .c-box.open {
	padding-top: 0.5rem;
	bottom: 0px;
	left: 0px;
	top: 0px;
	opacity: 1;
	z-index: 9999999;
	-webkit-transform: perspective(3000px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) scale(1);
	transform: perspective(3000px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) scale(1);
	-webkit-transform1: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(0deg) scale(1);
	-ms-transform1: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(0deg) scale(1);
	-moz-transform: perspective(3000px) translateY(00px) translateZ(0px) rotateX(0deg) rotateY(0deg) scale(1);
}
.bm-2 .bm-con .c-close {
	right: 0;
	top: 0;
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0.32rem;
	cursor: pointer;
	border-radius: 0 0px 0 6px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFF;
	background: #C73030;
	position: absolute;
}
.bm-2 .bm-con .c-con {
	width: 90%;
	max-width: 1400px;
	background-color: #fff;
	padding: 0.6rem;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.bm-2 .bm-con .c-con .til {
	line-height: 0.4rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #222;
}
.bm-2 .bm-con .c-con .img {
	color: #666;
	display: block;
}
.bm-2 .bm-con .c-con .img img {
	width: 100%;
	height: auto;
}
.bm-4 {
	padding-bottom: 1.2rem;
}
.bm-5 {
	margin: 0 auto;
	max-width: 1920px;
	background: #F7F7F7;
	padding-bottom: 1.2rem;
	overflow: hidden;
}
.bm-5 .bm-con {
}
.bm-5 .bm-con .swiper {
	margin: 0 -5px;
	padding-right: 23.75%;
	overflow: initial;
}
.bm-5 .bm-con .swiper-slide {
	padding: 0 5px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.bm-5 .bm-con .swiper-box {
	position: relative;
	overflow: hidden;
}
.bm-5 .bm-con .swiper-slide .img:before {
	content: " ";
	padding-top: 70%;
}
.bm-5 .bm-con .swiper-slide .img img {
	-webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.bm-5 .bm-con .swiper-slide .til {
	padding: 0 0.6rem 0.6rem;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	-webkit-transform: translateY(0.64rem);
	-ms-transform: translateY(0.64rem);
	transform: translateY(0.64rem);
	opacity: 0;
}
.bm-5 .bm-con .swiper-slide .til h3	{
	padding: 0 0.4rem;
	height: 0.64rem;
	line-height: 0.64rem;
	font-size: 0.28rem;
	text-align: center;
	-moz-border-radius: 0.64rem;
	-webkit-border-radius: 0.64rem;
	border-radius: 0.64rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	color: #FFF;
	background: var(--color);
	overflow: hidden;
}
.bm-5 .bm-con .swiper-slide:hover .til {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.bm-5 .bm-con .c-more {
	margin: 0.8rem auto 0;
	width: 2.0rem;
	line-height: 0.64rem;
	font-size: 0.24rem;
	border: 1px solid #DDD;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bm-5 .bm-con .c-more span {
	padding-right: 0.48rem;
	display: block;
	position: relative;
}
.bm-5 .bm-con .c-more i {
	right: 0;
	top: 0;
	position: absolute;
}
.bm-5 .bm-con .c-more:hover {
	border-color: var(--color);
	color: #FFF;
	background: var(--color);
}
.bm-5 .bm-con .c-more:hover i {
	animation: arrow_right_animation 1s ease infinite;
}
.bm-6 {
}
.bm-6 .bm-con {
}
.bm-6 .bm-con .swiper {
	padding-bottom: 1.2rem;
}
.bd-m-arclist .l-on {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
    float: left;
}
.bd-m-arclist .l-on a {
}
.bd-m-arclist .l-on .box {
	padding: 1.0rem;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #F7F7F7;
}
.bd-m-arclist .l-on .img {
	width: 50%;
}
.bd-m-arclist .l-on .img:before {
	padding-top: 60%;
}
.bd-m-arclist .l-on .time {
	line-height: 0.4rem;
	font-size: 18px;
}
.bd-m-arclist .l-on .til {
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-m-arclist .l-on .con {
	margin-top: 0.2rem;
	height: 1.2rem;
	line-height: 0.4rem;
	font-size: 0.24rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #999;
	overflow: hidden;
}
.bd-m-arclist .l-on .more {
	padding: 0 0.12rem 0 0.4rem;
	width: 2.72rem;
	line-height: 0.68rem;
	font-size: 0.24rem;
	text-align: center;
	-moz-border-radius: 0.68rem;
	-webkit-border-radius: 0.68rem;
	border-radius: 0.68rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #FFF;
	background: var(--color);
	position: relative;
}
.bd-m-arclist .l-on .more i {
	right: 0;
	top: 0;
	width: 0.52rem;
	line-height: 0.52rem;
	-moz-border-radius: 0.52rem;
	-webkit-border-radius: 0.52rem;
	border-radius: 0.52rem;
	color: var(--color);
	background: #FFF;
}
.bd-m-arclist .l-on a:hover .til {
	color: var(--color);
}