﻿html::before {
	content: "pc";
	position: fixed;
	z-index: -100;
	user-select: none;
	font-size: 0;
	color: rgba(255, 255, 255, 0);
}

.c-orange {
	color: #ffa42e;
}

.c-red {
	color: #EC1A29;
}

a:hover {
	transition: all .3s;
}

@media screen and (max-width:900px) {
	html::before {
		content: "phone";
	}
}

#bigPopup {
	position: fixed;
	z-index: 10000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.popup-content-box {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 60vw;
	height: 80vh;
	max-width: 700px;
	max-height: 460px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .6);
	padding: 10px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.popup-content-box .p-tit {
	text-align: center;
	color: #df1829;
	font-weight: 700;
	flex-shrink: 0;
	padding: 10px 0 20px;
	font-size: 1.2em;
}

.popup-content-box .p-cont {
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	font-size: .92em;
	line-height: 1.6em;
	color: #333;
	width: 100%;
}

.popup-content-box .p-btm {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0 0 10px;
}

.popup-content-box .p-btn {
	height: 36px;
	padding: 0 2.5em;
	color: #fff;
	background-color: #df1829;
	font-family: inherit;
	font-size: .92em;
	border: 0;
	border-radius: 100px;
	margin: 0 10px;
	cursor: pointer;
}

.popup-content-box .p-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.popup-content-box .p-close::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 30px;
	transform: rotate(45deg);
	background-color: #222;
}

.popup-content-box .p-close::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 30px;
	transform: rotate(-45deg);
	background-color: #222;
}


.header-box {
	position: fixed;
	height: 90px;
	background-color: #EC1A29;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

.header-box .logo {
	margin-right: 40px;
}

.header-box img {
	max-height: 36px;
	display: block;
}

.header-box .mainnav {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.header-box .mainnav>li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-box .mainnav>li>a {
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	padding: 0 1.2vw;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-box .mainnav>li>a:hover {
	color: rgba(255, 255, 255, .8);
}

.header-box .mainnav+ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}

.header-box .mainnav+ul li {
	margin-left: 2vw;
	position: relative;
}

.header-box .mainnav+ul li div {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	display: none;
}

.header-box .mainnav+ul li div img {
	width: 100%;
	display: block;
	max-width: none;
}

.header-box nav {
	position: absolute;
	top: 100%;
	background-color: #df1829;
	width: 10em;
	left: 50%;
	margin-left: -5em;
	display: none;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .3);
}

.header-box nav::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #c61322;
	z-index: 4;
	margin-left: -5px;
}


.header-box nav a {
	display: block;
	padding: 1em;
}

.header-box nav a:hover {
	background-color: #a5141e;
}

.banner-box {
	height: 980px;
}

.banner-box .swiper-slide {
	height: 100%;
	background-size: cover;
	background-position: 50%;
}

.banner-box .btn {
	position: absolute;
	width: 68px;
	height: 94px;
	background-image: url(../images/icon-r.png);
	top: 50%;
	z-index: 2;
	margin-top: -47px;
	right: 10%;
}

.banner-box .btn-l {
	right: auto;
	left: 10%;
	transform: scaleX(-1);
}

.bigSwiper {
	height: calc(100vh - 90px);
	position: relative;
	overflow: hidden;
	margin-top: 90px;
}

.bigSwiper-slide {
	min-height: 100%;
}


.swiper-content-box {
	height: 100%;
	overflow-y: auto;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-flow: column;
}

.bigSwiper-pagination {
	position: absolute;
	z-index: 10;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background-color: RGBA(236, 26, 41, 0.5);
	border-radius: 20px;
	padding: 10px 4px;
}

.bigSwiper-pagination .swiper-pagination-bullet {
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	background: none;
	opacity: 1;
	margin: 10px 0;
}

.bigSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	height: 40px;
	background: url(../images/cur.png) center no-repeat;
	border: 0;
	margin: 0;
}

.title-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 40px;
	font-size: 24px;
	font-weight: 700;
	color: #EC1A29;
	text-align: center;
	flex-flow: column;
}

.title-box p {
	padding: 1em;
	font-size: 16px;
	line-height: 1em;
	color: #333;
}

.text-box {
	font-size: 16px;
	line-height: 36px;
	color: #333;
}

.btn-more {
	height: 40px;
	width: 150px;
	border-radius: 40px;
	display: block;
	margin: 40px auto;
	color: #fff;
	background-color: #EC1A29;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.btn-more:hover {
	background-color: #A5141E;
}

.media-box {
	width: 860px;
	height: 530px;
	margin: 0 auto 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.media-box video {
	width: 100%;
	height: 100%;
}

.media-box img:not(.btn-play) {
	width: 100%;
	height: 100%;
	display: block;
}

.media-box .btn-play {
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

.list-images {
	display: flex;
	flex-flow: column;
	width: 100%;
	background-color: #ec1d2c;
	height: 100%;
}

.list-images li {
	display: flex;
	height:33.33%;
	overflow: hidden;
}

.list-images .item {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
	flex-flow: column;
	color: #fff;
	text-align: center;
	position: relative;
	height: 100%;
	transition: all .3s;
}

.list-images .item b {
	font-size: 28px;
	font-weight: 700;
	padding: 10px;
}

.list-images .item em {
	font-size: 18px;
	padding: 5px;
}

.list-images img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	transition: all .3s;
}

.list-images .item:hover {
	transform: scale(1.2);
}

.list-images img.logo {
	min-width: auto;
	min-height: auto;
}

.card-box {
	position: relative;
	overflow: hidden;
	padding: 60px 40px 120px;
}

.card-box .swiper-slide {
	background-color: #EC1A29;
	width: 306px;
	height: 406px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 20px 30px 0;
	box-shadow: 0 7px 20px 0 rgba(165, 20, 30, .4);
	transition: all .3s;
	transform-style: preserve-3d;
	transform: rotateY(20deg);
}

.card-box .swiper-slide.swiper-slide-active {
	transform: scale(1.1);
}

.card-box .swiper-slide.swiper-slide-prev,
.card-box .swiper-slide.swiper-slide-next {
	transform: scale(1.05) rotateY(10deg);
}

.card-box .btn {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 400px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.card-box .btn-r {
	left: auto;
	right: 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.card-box>.swiper-scrollbar {
	left: 0;
	right: 0;
	z-index: 10;
	height: 48px;
	border-radius: 120px;
	margin: auto;
	transform: scale(.3);
	transform-origin: bottom center;
	background-color: #aaa;
}

.card-box .swiper-scrollbar-drag {
	border-radius: 120px;
	background-color: #EC1A29;
}

.card-box .swiper-slide .iconfont {
	font-size: 70px;
	font-weight: 400;
	padding: 40px 0;
	flex-shrink: 0;
}

.card-box .swiper-slide b {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin: 0px auto 20px;
}

.card-box .swiper-slide p {
	font-size: 14px;
	line-height: 24px;
	flex: 1;
	height: 96px;
}

.list-news {
	display: flex;
	width: 1200px;
	max-width: 98vw;
	flex-flow: row wrap;
	padding: 20px 0;
}

.list-news .item {
	display: flex;
	position: relative;
	overflow: hidden;
	flex-flow: column;
	width: 380px;
	height: 240px;
	border-radius: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	align-items: center;
	justify-content: center;
}

.list-news .item:nth-child(3n) {
	margin-right: 0;
}

.list-news .item img {
	min-width: 100%;
	min-height: 100%;
	transition: all .3s;
	transform-origin: center;
}

.list-news .item:hover img {
	transform: scale(1.1);
}

.list-news .text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	flex-flow: column;
	opacity: 0;
	transition: all .3s;
	padding: 40px;
	color: #fff;
}

.list-news .text p {
	font-size: 17px;
	margin-bottom: 20px;
}

.list-news .text em {
	font-size: 14px;
	line-height: 1.5;
	flex: 1;
}

.list-news .text a {
	text-align: right;
	font-size: 32px;
}

.list-news .text a:hover {
	color: #EC1A29;
}

.list-news .item:hover .text {
	opacity: 1;
}

.footer-box {
	position: relative;
	background-color: #ec1a29;
	flex-shrink: 0;
	color: #fff;
}

.footer {
	width: 1200px;
	max-width: 100%;
	height: 500px;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	position: relative;
	z-index: 2;
}

.footer .poa-r {
	position: absolute;
	right: 20px;
	z-index: 0;
	top: 50px;
	border-radius: 10px;
	background-color: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	color: #ec1a29;
	padding: 60px;
	box-shadow: 0 0 0 20px #D71418;
}

.footer .poa-r p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer .poa-r em {
	font-size: 16px;
	margin-bottom: 20px
}

.footer .list-qrc {
	flex: 1;
}

.footer .list-contact {
	padding: 30px 0;
	width: 500px;
	max-width: 98vw;
}

.footer .list-contact li {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0;
}

.footer .list-contact li .img {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.list-qrc {
	display: flex;
}

.list-qrc li {
	padding: 10px;
	margin: 0 5px;
	position: relative;
}

.list-qrc .doSlide {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -50px;
}

.list-qrc .doSlide img {
	width: 100px;
	max-width: none;
}

.copyright {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
}

.footer-box .list-ani {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

.footer-box .list-ani li {
	width: 200px;
	height: 200px;
	background-image: url(../images/xiong.png);
	background-repeat: no-repeat;
	animation: bear 3s 3s infinite;
}

.fixed-r {
	position: fixed;
	z-index: 9000;
	right: 10px;
	bottom: 30%;
	display: flex;
	align-items: center;
	justify-content: center;


}

.fixed-r a {
	display: block;
	width: 275px;
	height: 186px;
	background: no-repeat center;
	transition: all .3s;
	position: absolute;
	right: 0;
	top: 0;
}

.fixed-r .p-join-box {
	background-color: #fff;
	width: 380px;
	height: 340px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	padding: 10px;
	max-width: 98vw;
	display: none;
}

/* 加盟弹窗表单css */
.p-join-box::after {
	content: '';
	clear: both;
}

.p-join-box p {
	float: left;
	width: 100%;
	font-weight: 700;
}

.p-join-box span {
	float: left;
	text-align: right;
	padding: 0 10px;
	font-size: 15px;
}

.p-join-box span>input {
	width: 100%;
	font: inherit;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 0 8px;
	overflow: hidden;
}

.p-join-box span~input {
	float: left;
	width: 36%;
	margin: 28px 7% 0;
	height: 40px;
	border: 0;
	background-color: #ec1a29;
	background-image: linear-gradient(to right, #BE161A, #ec1a29);
	color: #fff;
	font: inherit;
	line-height: 1;
	border-radius: 5px;
	cursor: pointer;
}

.p-join-box span~input~input {
	background-color: #666;
	background-image: none
}


@keyframes bear {
	0% {
		background-position-y: 150%;
		opacity: 0;
	}

	50% {
		background-position-y: 45%;
		opacity: .7;
	}

	100% {
		background-position-y: 0;
		opacity: 0;
	}
}

.header-box .btn-menu {
	display: none;
}

.fixed-r i {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(../images/btn-bear-close.png) no-repeat left center;
	cursor: pointer;
}

.fixed-r.on i {
	background-position: 100% 50%;
}

.fixed-r.on a {
	right: -300px;
}



@media screen and (max-width:900px) {

	html,
	body {
		overflow-x: hidden;
	}

	.header-box {
		justify-content: space-between;
		padding-left: 3.75vw;
		padding-right: 3.75vw;
		height: 44px;
	}

	.header-box img {
		max-height: 30px;
		display: block;
	}

	.header-box .btn-menu {
		display: flex;
		cursor: pointer;
		width: 64px;
		margin-right: -3.75vw;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-box .btn-menu::before {
		content: '';
		background-color: #fff;
		height: 3px;
		width: 28px;
		border-radius: 3px;
		box-shadow: 0 8px 0 0 #fff, 0 -8px 0 0 #fff;
	}


	.header-box .mainnav {
		display: none;
	}

	.header-box .mainnav {
		display: none;
	}

	.header-box .mainnav+ul {
		display: none;
	}

	.bigSwiper {
		height: auto;
		width: 100vw;
		margin-top: 44px;
	}

	.bigSwiper-slide {
		min-height: auto;
	}

	.bigSwiper>.swiper-wrapper {
		display: block;
		height: auto;
		transform: none !important;
	}

	.bigSwiper-pagination {
		display: none;
	}

	.banner-box {
		height: 39.5vw;
		width: 100vw;
	}

	.banner-box .swiper-slide {
		height: 39.5vw;
		background-size: cover;
		background-position: 50%;
	}

	.banner-box .btn {
		width: 3.6vw;
		height: 4.9vw;
		background-size: cover;
		margin-top: -2.45vw;
	}

	.title-box {

		padding-top: 30px;
		padding-bottom: 20px;
		font-size: 18px;

	}

	.text-box {
		font-size: .98em;
		line-height: 1.5em;
		padding: 1rem;
	}

	.btn-more {
		height: 40px;
		width: 150px;
		border-radius: 40px;
		display: block;
		margin: 20px auto;
		color: #fff;
		background-color: #EC1A29;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
	}

	.media-box {
		width: 98vw;
		height: auto;
		overflow: hidden;
		margin: 0 auto 40px;
	}

	.list-images li {
		display: flex;
		height: 33.33vw;
		overflow: hidden;
	}

	.list-images .item b {
		font-size: 1.2em;
	}

	.list-images .item em {
		font-size: .84em;
	}

	.list-images img {
		max-width: 200%;
		max-height: 100%;
	}

	.list-images .logo {
		max-width: 92%;
	}

	.card-box .btn {

		width: 20vw;

	}

	.card-box {

		padding: 60px 40px 80px;
	}

	.card-box .swiper-slide {

		height: auto;
		padding-bottom: 20px;

	}

	.card-box .swiper-slide p {

		height: auto;
	}

	.list-news .item:nth-child(3n) {
		margin-right: 15px;
	}

	.list-news .item {
		margin: 15px;
	}

	.list-news {
		justify-content: center;
	}

	.footer {
		height: auto;
	}

	.footer .poa-r {
		display: none;
	}

	#mask {
		position: fixed;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .7);
	}

	.header-box.isShow .mainnav {
		position: absolute;
		z-index: 2;
		background-color: #EC1A29;
		top: 0;
		right: 0;
		width: 80%;
		height: 100vh;
		color: #222;
		overflow-y: auto;
		display: block;
	}

	.header-box.isShow .mainnav .doSlide {
		display: none;
	}

	.header-box.isShow .btn-menu {
		z-index: 3;
		left: 0;
		top: 0;
		position: absolute;
		width: 20%;
		background-color: #EC1A29;
		height: 20vw;

	}

	.header-box.isShow .btn-menu::before {
		box-shadow: none;
		transform: rotate(45deg);
	}

	.header-box.isShow .btn-menu::after {
		content: '';
		background-color: #fff;
		height: 3px;
		width: 28px;
		border-radius: 3px;
		position: absolute;
		transform: rotate(135deg);
	}

	.header-box.isShow .mainnav>li {
		justify-content: flex-start;
	}

	.header-box.isShow .mainnav>li+li {
		border-top: 1px solid #d02e3e;
	}

	.header-box.isShow .mainnav>li>a {
		color: #fff;
		font-weight: 400;
		padding: 0 1.2vw;
		height: 5em;
		text-align: left;
		width: 100%;
		justify-content: flex-end;
		padding-right: 4em
	}
}