body {
	position: relative;
	background: #fff;
	/* background: skyblue; */
	color: #333333;
	/* width: 100%; */
	/* transform: scale(0.8); */
	/* transform: scale(0.8); */
	/* padding: 0; */
	margin: 0;
	box-sizing: border-box;
	/* transform-origin: top left; */
	overflow-x: hidden;
	/* overflow-y: hidden; */
	/* left: 0;
	top: 0; */
	/* position: absolute; */
}

a {
	color: inherit;
	text-decoration: none;
}

#body {
	min-width: 1440px;
	padding-top: 70px;
	transform-origin: top left;
	/* opacity: 0; */
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/* font-family: 'Courier New', Courier, monospace; */
	/* font-family: 'Source Han Sans'; */
}

.swiper {
	width: 100%;
	/* height: auto; */
	height: 650px;
	/* background: pink; */
	/* position: relative; */
	/* margin-top: 70px; */
}

.swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.pagination-w {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	position: absolute;
	bottom: 19px;
	z-index: 9;
	width: 100%;
}

.swiper-button-prev2 {
	position: relative;
	left: -3%;
	/* margin-left: -210px; */
	margin-top: -22px;
	width: 24px;
	min-width: 24px;
	height: 24px;
	z-index: 9999;
}

.swiper-button-next2 {
	position: relative;
	left: 3%;
	/* margin-right: -210px; */
	margin-top: -22px;
	width: 24px;
	min-width: 24px;
	height: 24px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
	top: 0;
	margin-top: -21px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 1px solid #FFFFFF;
	margin: 0 5px;
	background: transparent;
	opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #fff;
}


.top-nav {
	position: fixed;
	background: #FE7403;
	height: 70px;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 100px 0 103px;
	color: #fff;
	z-index: 99;
	min-width: 1440px;
}

.nav-left {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nav-left span {
	font-size: 24px;
	font-weight: bold;
}

.nav-left p {
	font-size: 12px;
}

.nav-right {
	display: flex;
	align-items: center;
}

.wechat {
	width: 140px;
	height: 44px;
	border-radius: 50px;
	background: #10BE89;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-left: 70px;
}

.wechat img {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.nav-w {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 20px;
	margin-left: 70px;
	cursor: pointer;
}

.nav-w div {
	width: 20px;
	height: 2px;
	background: transparent;
	margin-top: 8px;
}

.nav-w:hover div {
	background: #fff;
	animation: animation1 0.3s ease forwards;
}

@keyframes animation1 {
	0% {
		width: 20px;
	}

	100% {
		width: 100%;
	}
}


.nav-a div {
	background: #fff;
}


.flow-w {
	width: 140px;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #FF2E2E;
	position: fixed;
	top: 250px;
	right: 40px;
	z-index: 8;
}

.flow-w img {
	width: 100px;
	height: 100px;
}

.flow-w p {
	margin-top: 8px;
	font-size: 16px;
}

.flow-w span {
	margin-top: 8px;
	font-size: 16px;
	color: #FF2E2E;
}

.flow-w-2 {
	top: 470px;
}

.idx-h1 {
	margin-top: 40px;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	/* animation: animationTitle 1s ease forwards; */
}

.idx-h2 {
	margin-top: 12px;
	color: #555555;
	font-size: 24px;
	text-align: center;
	/* animation: animationTitle 1s ease forwards; */
}

body .show {
	animation: animationTitle 1s ease forwards;
}

@keyframes animationTitle {
	0% {
		transform: translateY(50px);
	}

	100% {
		transform: translateY(0px);
	}
}

.idx-h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 52px;
}

.idx-h4 {
	width: 338px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.content-item {
	width: 47px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 80px;
	font-family: PangMenZhengDao;
	font-weight: bold;
	color: #FF2E2E;
	/* color: #12F6FE; */
	/* background: rgba(11, 51, 107, 0); */
	/* border: 1px solid #00FFF6; */
}

.content-item+.content-item {
	margin-left: 4px;
}

.content-w {
	display: flex;
}

.content-w>span {
	color: #FF2E2E;
	font-size: 80px;
	font-weight: bold;
}

.idx-h4 p {
	margin-top: 4px;
	color: #555555;
	font-size: 24px;
}

.idx-line {
	width: 1px;
	height: 80px;
	background: #FF2E2E;
}

.pink-bg {
	padding: 0 0 56px;
	background: #FFF4F4;
	overflow: hidden;
	margin-top: 40px;
}


.people-w {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.people-l {
	position: relative;
	padding: 32px 0 46px 40px;
	background: #FFFFFF;
	box-shadow: 0px 8px 10px 0px rgba(51, 51, 51, 0.08);
	border-radius: 5px 5px 5px 5px;
	width: 900px;
}

.people-l-l {
	display: flex;
	margin-top: 60px;
	width: 428px;
}

.people-l-l:first-of-type {
	margin-top: 0;
}

.people-l>img {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	right: 0;
}

.people-l-l>img {
	width: 60px;
	min-width: 60px;
	height: 60px;
	margin-right: 12px;
}

.people-l-l span {
	font-size: 24px;
	font-weight: bold;
}

.people-l-l p {
	margin-top: 8px;
	color: #555555;
	font-size: 20px;
}

.people-r {
	width: 320px;
	margin-left: 20px;
	background: #FFFFFF;
	box-shadow: 0px 8px 10px 0px rgba(51, 51, 51, 0.08);
	border-radius: 5px 5px 5px 5px;
	padding: 32px 36px 0 20px;
	font-size: 24px;
	font-weight: bold;
}

.people-r img {
	width: 60px;
	min-width: 60px;
	height: 60px;
	margin-right: 12px;
}

.people-r>div {
	display: flex;
	margin-top: 134px;
}

.people-r>div:first-of-type {
	margin-top: 0;
}


.port-w {
	margin-top: 40px;
	padding: 0 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid #333;
}

.port-w div {
	display: flex;
	align-items: center;
	font-size: 28px;
}

.port-w img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.port-a {
	color: #FF2E2E;
	font-weight: bold;
}

.gray-bg {
	display: block;
	margin: 0 auto;
	width: 1240px;
	margin-top: 20px;
	background: #F8F8F8;
	box-shadow: 0px 8px 10px 0px rgba(51, 51, 51, 0.08);
	border-radius: 0px 0px 0px 0px;
	padding: 40px;
	display: flex;
	justify-content: space-between;
}

.gray-bg>img {
	width: 600px;
	height: 500px;
}

.port-h1 {
	font-size: 32px;
	padding-bottom: 12px;
	border-bottom: 1px solid #333333;
}

.port-h2 {
	margin-top: 62px;
	display: flex;
	align-items: center;
	font-size: 20px;
}

.port-h2:first-of-type {
	margin-top: 32px;
}

.port-h2 img {
	width: 40px;
	height: 40px;
	margin-right: 12px;
}

.profession {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	;
	flex-wrap: wrap;
}

.profession>div {
	position: relative;
	width: 400px;
	padding: 40px 0 36px;
	background: #FFFFFF;
	box-shadow: 0px 8px 10px 0px rgba(51, 51, 51, 0.08);
	border-radius: 10px 10px 10px 10px;
	margin: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}

.pro-line {
	width: 200px;
	height: 4px;
	background: transparent;
	border-radius: 4px;
	position: absolute;
	top: -4px;
}

.profession>div:hover {
	transform: translateY(-20px);
	box-shadow: 0px 8px 10px 0px rgba(51, 51, 51, 0.2);
}

.profession>div:hover .pro-line {
	background: #FF2E2E;
}

.profession span {
	font-size: 24px;
	font-weight: bold;
	margin-top: 16px;
}

.profession p {
	font-size: 16px;
	margin-top: 8px;
	color: #555555;
	width: 320px;
	text-align: center;
}

.profession img {
	width: 140px;
	height: 140px;
}

.offline {
	display: flex;
	justify-content: space-between;
	width: 1240px;
	margin: 40px auto 0;
}

.offline>div {
	width: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 20px 16px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	position: relative;
}

.offline img {
	width: 140px;
	height: 140px;
}

.offline span {
	margin-top: 24px;
	font-size: 24px;
	font-weight: bold;
}

.offline p {
	margin-top: 22px;
	text-align: center;
}

.offline-flow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.offline>div:hover .offline-flow {
	display: block;
}

.offline-flow img {
	width: 100%;
	height: 100%;
}

.offline-flow span {
	font-size: 28px;
	color: #fff;
	top: 40px;
	margin-top: 0;
	left: 0;
	text-align: center;
	position: absolute;
	z-index: 2;
	width: 100%;
}

.offline-flow p {
	font-size: 20px;
	color: #fff;
	top: 98px;
	margin-top: 0;
	left: 0;
	text-align: center;
	position: absolute;
	z-index: 2;
	width: 100%;
}

.safe-w {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 1240px;
	margin: 40px auto 0;
	/* background: pink; */
}

.safe-l {
	width: 300px;
	min-width: 300px;
	background: linear-gradient(0deg, #FF4C10 0%, #FF2E2E 100%);
	box-shadow: 0px 8px 10px 0px rgba(51, 51, 51, 0.08);
	border-radius: 10px 10px 10px 10px;
	padding-left: 40px;
	color: #fff;
	overflow: hidden;
	min-height: 460px;
}

.safe-l span {
	margin-top: 35px;
	font-size: 44px;
	display: block;
}

.safe-l span:first-of-type {
	margin-top: 40px;
}

.safe-l p {
	margin-top: 8px;
	font-size: 24px;
}

.safe-r {
	display: flex;
	flex-wrap: wrap;
}

.safe-r>div {
	background: #FFFFFF;
	box-shadow: 0px 8px 10px 0px rgba(51, 51, 51, 0.08);
	border-radius: 10px 10px 10px 10px;
	width: 440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	padding: 24px 0;
}

.safe-r>div:first-of-type,
.safe-r>div:nth-of-type(3n) {
	margin-left: 30px;
	margin-right: 30px;
}

.safe-r img {
	width: 100px;
	height: 100px;
}

.safe-r span {
	font-size: 24px;
	font-weight: bold;
	margin-top: 12px;
}

.safe-r p {
	margin-top: 4px;
	font-size: 20px;
	color: #555555;
}


.town {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 28px;
	padding: 0 100px;
}

.town div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.town div div {
	width: 100px;
	height: 4px;
	border-radius: 4px;
	margin-top: 20px;
	background: transparent;
}

.town .town-a {
	color: #FF2E2E;
}

.town .town-a div {
	background: #FF2E2E;
}

.product2-img {
	margin-top: 20px;
	display: block;
	width: 100%;
	height: auto;
}

.cooperation {
	display: flex;
	margin-top: 40px;
	color: #fff;
}

.coo-l {
	width: 100%;
	background: #FF4C10;
	display: flex;
	padding-top: 107px;
	padding-left: 20px;
	min-height: 360px;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	transform: translateX(101%);
	transition: transform 1.5s;
}

.coo-r>div:hover .coo-l {
	/* animation: animation2 1s forwards; */
	transform: translateX(0);
}

@keyframes animation2 {
	from {
		/* right: -100%; */
		transform: translateX(101%);
	}

	to {
		/* right: 0; */
		transform: translateX(0);
	}
}
.coo-l img {
	width: 120px;
	height: 120px;
	margin-left: 4px;
}

.coo-l>div {
	width: 100%;
}

.coo-l span {
	font-size: 28px;
	font-weight: bold;
}

.coo-l p {
	margin-top: 8px;
	font-size: 16px;
}

.coo-r {
	background: #0E1634;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	font-size: 24px;
	font-weight: bold;
	min-height: 360px;
}

.coo-r>div {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 360px;
	overflow: hidden;
}


.coo-r>div>img {
	width: 140px;
	height: 140px;
	margin-bottom: 24px;
}

.product3-img {
	display: block;
	width: 1240px;
	height: auto;
	margin: 40px auto 0;
}

.about {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.about>div {
	width: 400px;
	height: 400px;
	padding: 40px 40px 22px;
	background: linear-gradient(0deg, #FFF9CC 0%, #FFFFFF 100%);
	box-shadow: 0px 8px 10px 0px rgba(51, 51, 51, 0.08);
	border-radius: 10px 10px 10px 10px;
}

.about>div:nth-of-type(2) {
	background: linear-gradient(0deg, #FFCCCC 0%, #FFFFFF 100%);
	margin: 0 20px;
}

.about>div:nth-of-type(3) {
	background: linear-gradient(0deg, #D3FFCC 0%, #FFFFFF 100%);
}

.about strong {
	font-size: 24px;
	color: #FF7E11;
}

.about>div:nth-of-type(2) strong {
	color: #FF2E2E;
}

.about>div:nth-of-type(3) strong {
	color: #29E60C;
}

.about span {
	display: block;
	margin-top: 12px;
	font-size: 20px;
	color: #FF9C49;
}

.about>div:nth-of-type(2) span {
	color: #FF8181;
}

.about>div:nth-of-type(3) span {
	color: #40E028;
}

.about p {
	margin-top: 40px;
	border-top: 1px solid #FFED62;
	padding-top: 40px;
	font-size: 20px;
}


.contact-w {
	margin-top: 40px;
	padding: 40px 100px 40px;
	background: #242A31;
	color: #fff;
}

.contact-c {
	display: flex;
	justify-content: space-between;
}

.contact-c span {
	font-size: 24px;
	display: block;
	margin-bottom: 20px;
}

.contact-c p {
	color: #A1A1A1;
	font-size: 24px;
	margin-bottom: 32px;
}

.contact-l img {
	width: 140px;
	height: 140px;
}

.contact-w>p {
	margin-top: 96px;
	font-size: 20px;
	text-align: center;
}


.business-w {
	display: flex;
	justify-content: center;
	color: #fff;
	margin-top: 40px;
}

.business-big {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.business-big>img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.b-art {
	position: relative;
	z-index: 9;
	background: linear-gradient(to right, #FF8181, rgba(255, 129, 129, 0.20));
	width: 580px;
	min-width: 580px;
	min-height: 422px;
	padding: 40px 80px 0 40px;
}

.b-art h1 {
	font-size: 32px;
}

.dus-li {
	display: flex;
	margin-top: 24px;
}

.dus-li>img {
	width: 40px;
	height: 40px;
	margin-right: 24px;
}

.dus-li h2 {
	font-weight: normal;
	font-size: 24px;
}

.dus-li p {
	font-size: 14px;
	margin-top: 8px;
}

.business-small {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.business-small>img {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

.s-art {
	width: 200px;
	background: linear-gradient(to top, #FF8181, rgba(255, 129, 129, 0.20));
	min-height: 422px;
	position: relative;
	padding: 0 0 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.s-art h1 {
	font-size: 32px;
}

.s-art p {
	font-size: 20px;
	margin-top: 16px;
}

.have-m {
	margin: 0 20px;
}

/* 弹窗 */
.rigths-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(51, 51, 51, 0.4);
	z-index: 99999;
}

.rigths-modal {
	position: fixed;
	top: 140px;
	left: 0;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	z-index: 999999;
	border-radius: 20px;
	overflow: hidden;
}

.rights-img {
	width: 1000px;
	height: auto;
	position: absolute;
}

.close-img {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	z-index: 9999999;
}

.notice {
	display: flex;
	min-height: 500px;
	position: relative;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.notice-line {
	width: 1px;
	height: 400px;
	background: #fff;
	margin: 0 90px;
}

.notice-right img {
	width: 300px;
	height: 300px;
	border: 10px solid #FF8181;
	border-radius: 5px;
}

.notice h1 {
	font-size: 40px;
	margin-left: 40px;
}

.notice-left span {
	margin-top: 32px;
	display: block;
	font-size: 24px;
}

.notice-left p {
	font-size: 16px;
	margin-top: 8px;
}