@media (min-width: 1480px) {
	.container {
		width: 1450px;
	}
}

body,
html {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
	line-height: 1;
	background-color: #F5F5F5;

}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix::after,
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

img {
	max-width: 100%;
}

p {
	margin: 0;
	padding: 0;
}


textarea {
	resize: none
}

body.overhidden {
	overflow: hidden;
}

/*************************清除默认样式****************************/
.dede_pages {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.dede_pages ul {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin: 0;
}

.dede_pages div {
	display: inline-block;
	width: 100%;
}

.dede_pages div a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #333;
	font-size: 15px;
	color: #333;
	margin: 0 5px 10px;
	border-radius: 4px;
	*zoom: 1;
	*display: inline;
}

.dede_pages div a:hover,
.dede_pages div span:hover {
	background-color: #E1242A;
	color: #E6DFD1;
	border-color: #E1242A;
}

.dede_pages div span em {
	font-size: 14px;
	color: #666;
	font-style: normal;
}

.dede_pages span.layui-laypage-curr {
	background-color: #E1242A;
	border: 1px solid #E1242A;
	border-radius: 4px;
}

.dede_pages span.layui-laypage-curr em {
	color: #fff;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.dede_pages span {
	border: 1px solid #C01119;
	font-size: 15px;
	padding: 3px 10px;
	*zoom: 1;
	*display: inline;
	height: 14px;
	border-radius: 4px;
}

.dede_pages .layui-laypage-count {
	display: inline-block;
	height: 27px;
	line-height: 19px;
	color: #333;
	border-radius: 4px;
}

/********************分页***************************/
#dituContent {
	width: 100%;
	height: 554px;
}

#dituContent img {
	max-width: none;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

@keyframes animationSlide {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 100% 0
	}
}

@keyframes banner_outside {
	from {
		-o-transform: scale(1.08);
		transform: scale(1.08)
	}

	to {
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes breathing-border-blue {

	0%,
	100% {
		border-color: rgba(0, 191, 255, 0.5);
		box-shadow: 0 0 5px rgba(0, 191, 255, 0.3);
	}

	50% {
		border-color: rgba(0, 191, 255, 1);
		box-shadow: 0 0 20px rgba(0, 191, 255, 0.8);
	}
}

/*********************地图***********************/
.head {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1600;
	transition: all .3s linear;
}

.head .head-main {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.head .logo {
	line-height: 98px;
	max-width: 31%;
	float: left;
}

.head .logo img {
	line-height: 70px;
}

.head .nav {
	width: 69%;
}

.head .nav-main {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.head .nav-main li {
	flex: 1;
	height: 100%;
	text-align: center;
	position: relative;
}

.head .nav-main li.active>a,
.head .nav-main li:hover>a {
	color: #E1242A;
	font-weight: 700;
}

.head .nav-main>li>a {
	font-size: 20px;
	line-height: 98px;
	color: #fff;
	display: block;
	position: relative;
}

.head .nav-main>li .subnav {
	position: absolute;
	width: 100%;
	background-color: #FFF;
	margin: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	height: auto;
	z-index: 199;
	top: 68px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .36s ease;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-radius: 5px;
}

.head .nav-main>li .subnav:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -8px;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #fff;
}

.head .nav-main>li:hover .subnav {
	opacity: 1;
	visibility: visible;
	top: 90px;
}

.head .nav-main .subnav li {
	border-bottom: 1px solid #f5f5f5;
}

.head .nav-main .subnav li:first-child {
	border-radius: 5px 5px 0 0;
}

.head .nav-main .subnav li a {
	font-weight: 500;
	color: #666;
	padding: 8px 5px;
	line-height: 22px;
	display: block;
	transition: all .2s ease-in-out;
	font-size: 14px;
}

/*********************头部******************/
.home-title {
	text-align: center;
	color: #fff;
}

.home-title h3 {
	font-size: 50px;
	margin: 0;
	font-weight: 700;
	line-height: 60px;
}

.home-title span {
	font-size: 22px;
	line-height: 26px;
	margin-top: 4px;
	max-height: 48px;
}

/********************首页板块标题*************/
.web-more {
	width: 150px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: #fff;
	border-radius: 100px;
	display: block;
	transition: all .3s linear;
	font-size: 20px;
	color: #333;
	margin: 0 auto;
}

.web-more:hover {
	width: 200px;
	transition: all .3s linear;
}

.web-more.red {
	background-color: #E1242A;
	color: #fff;
}

/********************通用更多***************/
.home-nav {
	margin-top: 36px;
	display: flex;
	justify-content: center;
}

.home-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: auto;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 100px;
	box-sizing: border-box;
	overflow: hidden;
}

.home-nav ul li {
	overflow: hidden;
	border-radius: 100px;
	background-color: transparent;
	position: relative;
}

.home-nav ul li a {
	padding: 18px 76px;
	box-sizing: border-box;
	display: block;
	font-size: 24px;
	position: relative;
	z-index: 10;
	color: #ccc;
	font-weight: 400;
}

.home-nav ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.home-nav ul li.active:after,
.home-nav ul li:hover:after {
	width: 100%;
	background-color: #fff;
}


.home-nav ul li:hover a,
.home-nav ul li.active a {
	color: #818181;
}

/*****************首页切换*************/
.page-banner {
	position: relative;
	overflow: hidden;
}

.page-banner .column-name {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 23;
	color: #fff;
}

.page-banner .column-name h3 {
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 12px;
}

.page-banner .column-name span {
	font-size: 30px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}

.location {
	font-size: 16px;
	background-color: #fff;
	height: 46px;
	line-height: 46px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.location .position {
	padding-left: 32px;
	background-image: url('../img/icon12.png');
	background-repeat: no-repeat;
	background-position: left center;
}

/********************内页banner图、当前位置*****************/
.page-title {
	text-align: center;
}

.page-title h3 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	color: #333;
}

.page-title.white h3 {
	color: #fff;
}

/****************内页标题***********************/
.about-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1224px;
	margin: auto;
}

.about-data .about-data-item {
	color: #fff;
}

.about-data .about-data-item .about-num {
	display: flex;
	align-items: flex-end;
	line-height: 2;
	gap: 5px;
}

.about-data .about-data-item h6 {
	margin: 0;
	font-weight: 700;
	font-size: 65px;
}

.about-data .about-data-item span {
	font-size: 18px;
}

.about-data .about-data-item h5 {
	font-size: 20px;
	line-height: 30px;
	margin: 8px 0 0;
}

/******************关于我们数字************/
.project .project-item {
	margin-bottom: 28px;
}

.project .project-item .project-pic {
	position: relative;
	overflow: hidden;
}

.project .project-item .project-pic img{
	transition: all 0.5s ease;
}

.project .project-pic .project-active {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 0.5s ease;
}

.project .project-pic .project-active h4 {
	font-size: 24px;
	margin: 0 auto;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	width: 80%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.project .project-pic .project-active i {
	display: block;
	width: 54px;
	height: 54px;
	background-image: url('../img/icon06.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 28px;
	border: 1px solid transparent;
	box-sizing: border-box;
	border-radius: 50%;
}

.project .project-item h5 {
	font-size: 28px;
	margin: 28px 0 0;
	color: #fff;
	font-weight: 400;
	line-break: 1.6;
	transition: all 0.5s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.project .project-item:hover .project-active {
	left: 0;
}

.project .project-item:hover img{
	transform: scale(1.05);
}

.project .project-item:hover .project-active i {
	animation: breathing-border 3s infinite;
}

.project .project-item:hover h5 {
	text-indent: 1em;
}

/*************************project通用*******************/
.page-nav {
	margin-bottom: 52px;
}

.page-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-nav ul li a {
	padding: 18px 76px;
	background: #fff;
	border-radius: 40px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	font-size: 24px;
	margin: 0 10px;
	display: block;
	box-sizing: border-box;
	color: #818181;
	transition: all .1s linear;
}

.page-nav ul li.active a,
.page-nav ul li:hover a {
	background-color: #E1242A;
	color: #fff;
}

/*******************内页导航分类****************/
.subbar-right {
	position: fixed;
	right: 10px;
	bottom: 10%;
	margin-top: -100px;
	z-index: 100;
	font-family: Arial, "Microsoft YaHei" !important;
	background: #fff;
	filter: alpha(opacity=9);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 99999;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	border-radius: 5px;
}

.subbar-right i {
	font-style: normal !important;
}

.subbar-right-meau {
	position: relative;
	cursor: pointer;
}

.subbar-right-btn {
	width: 30px;
	height: 80px;
	text-align: center;
	display: block;
	position: relative;
	text-decoration: none;
	border-top: 1px solid #d8e0ec;
	margin: 0 20px;
}

.subbar-right-btn .demo-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}

.subbar-right-btn .demo-icon.icon-phone-circled {
	background-image: url('../img/icon32.png');
}

.subbar-right-btn .demo-icon.icon-wechat {
	background-image: url('../img/icon35.png');
}

.subbar-right-btn .demo-icon.icon-up-open-big {
	background-image: url('../img/icon36.png');
}

.subbar-right-btn span {
	color: #a60000;
	font-size: 22px !important;
	line-height: 36px;
	margin-top: 12px;
}

.subbar-right-btn sup {
	display: block;
	min-width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #a60000;
	position: absolute;
	left: -12px;
	top: -12px;
}

.subbar-right-btn p {
	color: #565d6d;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	margin: 0;
	text-decoration: none;
	padding-bottom: 10px;
}

.subbar-right-meau:hover .subbar-right-btn p {
	display: block;
	text-decoration: none;
}

.subbar-right .meau-top {
	opacity: 0;
	max-height: 0;
	transition: all 0.5s;
}


.subbar-right .meau-top.active {
	opacity: 1;
	max-height: 100%;
}

.meau-top .subbar-right-btn i {
	display: block;
	color: #565d6d;
	font-size: 14px;
}

.subbar-right-box {
	position: absolute;
	top: -15px;
	right: 55px;
	padding-right: 25px;
	display: none;
}

.subbar-right-box .box-border {
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 5px;
}

.subbar-right-box .box-border .arrow-right {
	display: block;
	width: 13px;
	height: 16px;
	position: absolute;
	right: -13px;
	top: 26px;
}

.subbar-right-box .box-border .sev-t .demo-icon {
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/icon37.png');
}

.subbar-right-box .box-border .sev-t p {
	color: #a60000;
	font-size: 22px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.subbar-right-meau:hover .subbar-right-box {
	display: block
}

.meau-code .subbar-right-box {
	top: inherit;
	bottom: -35px;
}

.meau-code .subbar-right-box .box-border {
	width: 156px;
	text-align: center;
}

.meau-code .subbar-right-box .box-border i {
	display: block;
	color: #414b61;
	font-size: 14px;
	line-height: 22px;
}

.meau-code .subbar-right-box .box-border .arrow-right {
	top: inherit;
	bottom: 50px;
}

.meau-contact .sev-t {
	overflow: hidden;
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
}

.subbar-right-btn span.icon-qq {
	color: #ff4d7e;
	animation: shadow .5s linear infinite;
	animation: rotate .5s linear infinite;
}

/********************************************/
.footer {
	background-image: url('../img/icon38.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	text-align: center;
	position: relative;
	color: #fff;
	padding: 74px 0 57px;
}

.footer .footer-logo {
	margin-bottom: 34px;
}

.footer .footer-text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.footer p {
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	margin: 0 10px 20px;
}

.footer p a {
	display: inline-block;
	color: #fff;
}

.footer .footer-code {
	position: absolute;
	top: 50%;
	width: 134px;
	height: 134px;
	right: 5%;
	transform: translateY(-50%);
}

.bgshow {
	display: none;
}

@media(max-width: 992px) {
	.head {
		height: 6rem;
	}

	.head .logo {
		max-width: 21rem;
		line-height: 6rem;
	}

	.head .nav {
		position: fixed;
		width: 100%;
		height: 100%;
		left: -100%;
		top: 0;
		z-index: 99999;
		transition: all .3s linear;
	}

	.head .nav.active {
		left: 0;
		opacity: 1;
		pointer-events: none;
	}

	.head .nav>ul {
		display: block;
		width: 60%;
		background: #a22219;
		height: 100%;
		position: relative;
		overflow-y: auto;
		pointer-events: auto;
	}

	.head .nav.show {
		opacity: 1;
		visibility: visible;
		transform: translateX(0%);
	}

	.head .nav>ul>li {
		width: 100%;
		height: auto;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		border-radius: 0 !important;
	}

	.head .nav>ul a>i {
		position: absolute;
		right: 0.5rem;
		top: 50%;
		content: '';
		width: 3.5rem;
		height: 3.5rem;
		font-style: normal;
		line-height: 3.5rem;
		display: block;
		text-align: center;
		font-size: 3.2rem;
		margin-top: -1.75rem;
		background-image: url('../img/icon39.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 1.6rem;
		transition: all 0.5s;
		transform: rotate(-90deg);
	}

	.head .nav>ul li.active a>i {
		background-image: url(../img/icon39.png);
		transform: rotate(0deg);
	}

	.head .nav-main>li .subnav {
		position: relative;
		top: 0;
		display: none;
	}

	.head .nav-main>li:hover .subnav.active {
		opacity: 1;
		top: 0;
		visibility: visible;
		display: block;
	}

	.head .nav-main>li .subnav.active {
		opacity: 1;
		top: 0;
		visibility: visible;
		display: block;
	}

	.head .nav-main>li:hover .subnav {
		opacity: 0;
		top: 0;
	}

	.head .nav>ul>li>a {
		line-height: 5.2rem;
		padding: 0 1.5rem;
		border-bottom: 0.1rem solid #ddd;
		position: relative;
		width: 100%;
		display: block;
		font-size: 1.8rem;
		z-index: 0;
	}

	.head .nav>ul>li>a::before {
		height: 0.2rem;
	}

	.head .child {
		display: none;
		padding-left: 2.4rem;
		position: static;
		transition: all 0.3s;
	}

	.head .child li {
		width: 100%;
		display: block;
		float: none;
		line-height: 3.6rem;
		margin-left: 0;
		transition: all 0.3s;
		border-bottom: 1px solid #f0f0f0;
	}

	.head .child a {
		line-height: 3.6rem;
		font-size: 1.6rem;
		transition: all 0.3s;
		color: #666;
	}

	.head .menu-btn {
		background-color: transparent;
		border: none;
		width: 3rem;
		height: 2rem;
		position: relative;
		margin-top: 0.5rem;
		outline: none;
	}

	.head .menu-btn span {
		display: block;
		width: 100%;
		height: 0.2rem;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.head .menu-btn span.one {
		top: 0;
	}

	.head .menu-btn span.two {
		top: 1rem;
	}

	.head .menu-btn span.three {
		top: 2rem;
	}

	.head .menu-btn.active span.one {
		transform: rotate(45deg);
		top: 50%;
	}

	.head .menu-btn.active span.two {
		display: none;
	}

	.head .menu-btn.active span.three {
		transform: rotate(-45deg);
		top: 50%;
	}

	.bgshow {
		width: 100%;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		transition: all 0.5s;
		background: rgba(0, 0, 0, .81);
		display: none;
		z-index: 1920;
	}

	.bgshow i {
		color: #fff;
		display: block;
		font-size: 2.4rem;
		font-weight: 500;
		padding: 1.5rem;
		font-style: normal;
		opacity: .7;
		transition: all .3s;
		padding-left: 66%;
		text-align: center;
		width: 2.4rem;
		line-height: 2.4rem;
	}

	.bgshow.active {
		display: block !important;
	}

	.home-title h3 {
		font-size: 3.2rem;
		line-height: 1.4;
	}

	.home-title span {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.web-more {
		width: 10rem;
		line-height: 3.6rem;
		height: 3.6rem;
		font-size: 1.6rem;
	}

	.home-nav {
		margin-top: 3rem;
	}

	.home-nav ul li a {
		padding: 1rem 2rem;
		font-size: 1.4rem;
	}

	.project .project-item {
		margin-bottom: 1.5rem;
	}

	.project .project-item h5 {
		font-size: 1.6rem;
		margin: 1.5rem 0 0;
	}

	.project .project-pic .project-active h4 {
		font-size: 1.4rem;
	}

	.project .project-pic .project-active i {
		width: 4rem;
		height: 4rem;
	}

	.footer {
		padding: 5rem 0 6rem;
	}

	.footer .footer-text {
		flex-wrap: wrap;
	}

	.footer .footer-logo {
		margin-bottom: 2rem;
	}

	.footer .footer-logo img {
		width: 80%;
	}

	.footer p {
		font-size: 1.4rem;
		line-height: 1.8;
		margin-bottom: 1.2rem;
	}

	.footer .footer-code {
		display: none;
	}

	.footer-list {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 6rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: #a22219;
		box-shadow: 5px 5px 10px #999;
		z-index: 10000;
	}

	.footer-list ul {
		display: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-list li {
		-prefix-box-flex: 1;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: 100%;
		text-align: center;
	}

	.footer-list li i {
		display: inline-block;
		width: 3rem;
		height: 3rem;
		background: url("../img/icon40.png") no-repeat center;
		background-size: 100%;
	}

	.footer-list li:nth-child(2) i {
		background: url("../img/icon41.png") no-repeat center;
		background-size: 100%;
	}

	.footer-list li:nth-child(3) i {
		background: url("../img/icon42.png") no-repeat center;
		background-size: 100%;
	}

	.footer-list li p {
		font-size: 1.4rem;
		color: #fff;
	}

	.page-banner img {
		width: 150%;
		max-width: 150%;
	}

	.page-banner .column-name {
		transform: translateY(-10%);
	}

	.page-banner .column-name h3 {
		font-size: 1.8rem;
		height: auto;
		line-height: 1.4;
		margin: 0;
	}

	.page-banner .column-name span {
		font-size: 1.4rem;
	}

	.location {
		font-size: 1.2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.page-title h3 {
		font-size: 2.2rem;
	}

	.page-nav {
		margin-bottom: 3rem;
	}

	.page-nav ul li a {
		padding: 1rem 2rem;
		font-weight: 100;
		font-size: 1.4rem;
		margin: 0 0.5rem;
	}
}