/* 清除内外边距 */
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

html, body, section, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

/* 设置默认字体大小和行高 */
body {
	font-size: 16px;
	font-family: "Helvetica Neue", PingFangSC-regular, "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft YaHei", " sans-serif";
	line-height: 1.6;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {
	text-align: justify;
}

i {
	font-style: normal;
}

/* 清除列表样式 */
ul, ol {
	list-style: none;
}

/* 清除链接下划线 */
a {
	text-decoration: none;
}

/* 设置图片、表单元素的边框为无 */
img {
	border: none;
}

input, select, textarea {
	outline: none;
}

/* 隐藏滚动条 */
::-webkit-scrollbar {
	display: none;
}

.text-indent {
	text-indent: 2em;
}

.el-input .el-input__inner:focus, .el-input.is-focus .el-input__inner {
	border-color: #cf252d !important;
}

.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path {
	color: #cf252d !important;
}

/* web 和 mobile 针对展示*/
.web-block,
.mobile-block {
	display: none;
}

/*按钮*/
.btn {
	display: inline-block;
	padding: 0 38px;
	font-size: 16px;
	line-height: 44px;
	transition: all .6s;
}

.btn-red {
	color: #ffffff;
	background: #cf252d;
}

.btn-white {
	color: #cf252d;
	background: #ffffff;
}

.btn-outline {
	color: #cf252d;
	border: 1px solid #cf252d;
}

.btn-outline:hover {
	color: #ffffff;
	background: #cf252d;
}

.btn:hover {
	transform: translateY(-5px);
}

/*主体宽度*/
.main-container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

/* 通用区域样式 */
.section {
	padding: 80px 0;
}

.section-header {
	text-align: center;
	margin-bottom: 60px;
}

.section-header h2 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #333333;
}

.section-header p {
	font-size: 20px;
	color: #888888;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

/*swiper*/
.swiper-container {
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}

.swiper-container .swiper-slide img {
	width: 100%;
}

.swiper-3d {
	overflow: hidden;
}

.swiper-3d .swiper-slide {
	background: #000000;
}

.swiper-3d .swiper-slide img {
	display: block;
	width: 100%;
	opacity: .4;
}

.swiper-3d .swiper-slide-active img {
	opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
	color: #ffffff ;
}
.swiper-pagination-bullet{
	background: #ffffff;
	opacity:1;
}
.swiper-pagination-bullet-active {
	background: #cf252d;
	opacity:1;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 30px;
}

/* 头部 */
.header {
	background: #ffffff;
}

.header .main-container {
	display: flex;
	align-items: center;
	padding: 30px 0 24px;
}

.header .logo img {
	height: 48px;
}

.header .slogan {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	margin-left: 24px;
	padding-left: 18px;
}

.header .slogan:before {
	content: "";
	position: absolute;
	top: 11px;
	bottom: 11px;
	left: 0;
	display: block;
	width: 1px;
	background: #e5e5e5;
}

.header .slogan h3 {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
}

.header .slogan h3 span {
	margin-left: 10px;
	color: #cf252d;
}

.header .slogan p {
	font-size: 12px;
	color: #999999;
}

.header .slogan p i {
	padding: 0 6px;
}

.header .contact-phone {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #cf252d;
	cursor: default;
}

.header .contact-phone .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-right: 10px;
	background: #cf252d;
	border-radius: 10px;
}

.header .contact-phone .icon .iconfont {
	font-size: 28px;
	font-weight: normal;
	color: #ffffff;
}

.header .contact-phone .phone {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}

.header .contact-phone .phone h4 {
	font-weight: bold;
	font-size: 18px;
}

.header .contact-phone .phone p {
	font-size: 15px;
	font-weight: normal;
}

.header .nav-wrap {
	background: #cf252d;
}

.header .nav-wrap .main-container {
	padding: 0;
}

.header .nav-wrap .nav-list {
	display: flex;
	justify-content: center;
}

/*底部*/
.footer {
	background: #151b26;
}

.footer .footer-content {
	display: flex;
	justify-content: space-between;
	padding: 47px 0 50px;
}

.footer .footer-content .footer-column h3 {
	position: relative;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.footer .footer-content .footer-column h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 26px;
	height: 2px;
	background: #ffffff;
}

.footer .footer-content .footer-link {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 15px;
	padding-top: 40px;
	font-size: 15px;
}

.footer .footer-content .footer-link .link {
	width: 120px;
}

.footer .footer-content .footer-link a {
	color: rgba(255, 255, 255, .6);
	transition: all .3s;
}

.footer .footer-content .footer-link a:hover {
	color: #ffffff;
}

.footer .footer-content .footer-link .line {
	width: 1px;
	height: 13px;
	margin: 0 25px;
	background: #374148;
}

.footer .footer-content .footer-contact {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
	gap: 5px;
}

.footer .footer-content .footer-contact .item {
	display: flex;
	color: #ffffff;
	opacity: .7;
}

.footer .footer-content .footer-contact .item:first-child {
	margin-right: 60px;
}

.footer .footer-content .footer-contact .iconfont {
	margin-right: 8px;
	font-size: 42px;
	line-height: 1;
}

.footer .footer-content .footer-contact h4 {
	font-size: 16px;
	font-weight: normal;
}

.footer .footer-content .footer-contact .tel {
	font-weight: bold;
}

.footer .footer-content .footer-contact p {
	font-size: 14px;
}

.footer .footer-content .qrcode-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
}

.footer .footer-content .qrcode-column img {
	width: 98px;
	height: 98px;
}

.footer .footer-content .qrcode-column p {
	text-align: center;
	margin-top: 5px;
}

.footer .copyright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #0e1420;
	padding: 30px;
}

.footer .copyright p {
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, .6);
	text-align: center;
	
}

.footer .copyright p a {
	margin: 0 20px;
	font-size: 14px;
	color: #ffffff;
}


/*分页*/
.pagination-section {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}

.pagination {
	display: flex;
	gap: 10px;
}

.pagination li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination a {
	min-width: 32px;
	height: 32px;
	padding: 0 6px;
	line-height: 32px;
	color: #4c4c4c;
	text-align: center;
	background: #ffffff;
	transition: all .2s;
}

.pagination span {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #999999;
	background: #ffffff;
}

.pagination li:hover span {
	color: #cf252d;
}

.pagination li:hover a {
	color: #cf252d;
}

.pagination li.active span {
	color: #ffffff;
	background: #cf252d;
}

.pagination li.disabled span {
	color: #cccccc;
}

/*当前位置*/
.nav-loaction {
	padding: 25px 0;
}

.nav-loaction a {
	color: #333333;
}

.nav-loaction .i {
	padding: 0 4px;
}

.nav-loaction span {
	color: #666666;
}

/*暂无数据*/
.no-data {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 0 80px;
	color: #999999;
}

.no-data img {
	width: 250px;
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.web-block {
		display: block;
	}
	
	.header .qrcode {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-left: 15px;
	}
	
	.header .qrcode .img {
		width: 75px;
		height: 75px;
	}
	
	.header .qrcode p {
		font-size: 14px;
		color: #666666;
	}
	
	.header .nav-wrap .nav-item {
		position: relative;
		z-index: 999;
	}
	
	.header .nav-wrap .nav-name {
		position: relative;
		display: block;
		padding: 0 45px;
		line-height: 60px;
		color: #ffffff;
		white-space: nowrap;
		transition: all .3s;
	}
	
	.header .nav-wrap .has-dropdown .nav-name {
		padding: 0 65px 0 45px;
	}
	
	.header .nav-wrap .nav-name .iconfont {
		position: absolute;
		right: 40px;
		top: 22px;
		width: 20px;
		line-height: 20px;
		transform: rotate(90deg);
		transform-origin: center center;
		transition: all .4s;
	}
	
	.header .nav-wrap .nav-item.active .nav-name, .header .nav-wrap .nav-item:hover .nav-name {
		color: #cf252d;
		background: #ffffff;
		box-shadow: 0 2px 4px rgba(204, 204, 204, 0.25) inset;
	}
	
	.header .nav-wrap .nav-item:hover .nav-name .iconfont {
		transform: rotate(-90deg);
		transform-origin: center center;
	}
	
	.header .nav-wrap .sub-nav {
		position: absolute;
		left: 0;
		top: 60px;
		width: 530px;
		padding: 30px 50px;
		background: #ffffff;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
		transform: translateY(10px);
		transition: all 0.3s;
	}
	
	.header .nav-wrap .nav-item:hover .sub-nav {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	.header .nav-wrap .sub-nav li {
		float: left;
		width: 48%;
		margin-bottom: 28px;
	}
	
	.header .nav-wrap .sub-nav li:nth-last-child(1), .header .nav-wrap .sub-nav li:nth-last-child(2) {
		margin-bottom: 0;
	}
	
	.header .nav-wrap .sub-nav li a {
		font-size: 16px;
		color: #333333;
	}
	
	.header .nav-wrap .sub-nav li a:hover, .header .nav-wrap .sub-nav li.active a {
		color: #cf252d;
	}
	
	.header .nav-wrap .nav-item:nth-child(2) .sub-nav {
		width: 280px;
	}
	
	.header .nav-wrap .nav-item:nth-child(2) .sub-nav li {
		width: 100%;
	}
}

@media (max-width: 1280px) {
	.main-container {
		max-width: 100%;
		padding: 0 15px;
	}
	
	/* 头部 */
	.header .main-container {
		display: flex;
		align-content: center;
		padding: 30px 10px 24px;
	}
	
	.header .nav-wrap .nav-name {
		padding: 0 35px;
	}
	
	.header .nav-wrap .has-dropdown .nav-name {
		padding: 0 50px 0 35px;
	}
	
	.header .nav-wrap .nav-name .iconfont {
		right: 25px;
	}
	
	/*底部*/
	.footer .footer-content {
		padding: 47px 10px 50px;
	}
	
	.footer .footer-content .footer-link .line {
		margin: 0 20px;
	}
	
	.footer .footer-content .footer-contact .item:first-child {
		margin-right: 30px;
	}
	
	.footer .footer-content .footer-contact .icon {
		width: 37px;
		height: 37px;
	}
	
	.footer .footer-content .footer-contact h4 {
		font-size: 14px;
		font-weight: normal;
	}
	
	.footer .footer-content .footer-contact p {
		font-size: 12px;
	}
}

/* 小屏幕（手机横屏/小平板） */
@media (max-width: 991px) {
	body {
		padding-top: 44px;
	}
	
	/*swiper*/
	.swiper-container {
		padding-bottom: 45px;
	}
	
	.mobile-block {
		display: block;
	}
	
	/* 通用区域样式 */
	.section {
		padding: 30px 0;
	}
	
	.section-header {
		text-align: center;
		margin-bottom: 35px;
	}
	
	.section-header h2 {
		font-size: 18px;
		font-weight: 700;
	}
	
	.section-header p {
		font-size: 15px;
		max-width: 96%;
	}
	
	/*按钮*/
	.btn {
		padding: 0 22px;
		font-size: 14px;
		line-height: 38px;
	}
	
	.header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1001;
		background: #cf252d;
	}
	
	.header .logo img {
		height: 25px;
	}
	
	.header .slogan, .header .contact-phone {
		display: none;
	}
	
	.header .main-container {
		padding: 6px 15px;
		justify-content: space-between;
		align-items: center;
	}
	
	.header .menu-toggle {
		line-height: 1;
	}
	
	.header .menu-toggle .iconfont {
		font-size: 32px;
		color: #ffffff;
	}
	
	.header .nav-wrap {
		position: absolute;
		top: 44px;
		right: 0;
		left: 0;
		display: none;
		max-height: 88vh;
		overflow-y: auto;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
	}
	
	.header .nav-wrap .nav-list {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	.header .nav-wrap .nav-item {
		border-top: 1px solid rgba(255, 255, 255, 0.18);
	}
	
	.header .nav-wrap .nav-name {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 48px;
		padding: 0 15px !important;
		font-size: 16px;
		color: #ffffff;
	}
	
	.header .nav-wrap .nav-name .iconfont {
		font-size: 20px;
		transition: all .3s;
	}
	
	.header .nav-wrap .nav-item.open .iconfont {
		transform: rotate(90deg);
	}
	
	.header .nav-wrap .sub-nav {
		display: none;
		padding: 0;
		background: #bd1a23;
	}
	
	.header .nav-wrap .sub-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}
	
	.header .nav-wrap .sub-nav li:last-child {
		border-bottom: none;
	}
	
	.header .nav-wrap .sub-nav a {
		display: block;
		padding: 0 30px;
		font-size: 14px;
		line-height: 40px;
		color: #ffffff;
	}
	
	.header .nav-wrap .nav-phone {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px 15px 20px;
		font-size: 16px;
		color: #ffffff;
	}
	
	.header .nav-wrap .nav-phone .iconfont {
		margin-right: 6px;
		font-size: 24px;
	}
	
	.header .nav-wrap .nav-phone .phone {
		font-size: 18px;
	}
	
	/* 底部 */
	.footer .footer-content {
		padding: 46px 20px;
	}
	
	.footer .footer-content .footer-contact {
		flex-direction: column;
	}
	
	.footer .footer-content .footer-contact .item:first-child {
		margin-bottom: 26px;
	}
	
	.footer .qrcode-column {
		display: flex;
		align-items: end;
	}
	
	/*分页*/
	.pagination-section {
		padding-bottom: 35px;
	}
	
	.pagination {
		display: flex;
		gap: 10px;
	}
}