@charset "utf-8";
html,
body {
	margin: 0;
	padding: 0;
	min-width: 1300px;
	font-size: 16px;
	font-size: calc(100vw / 90);
	color: #3b3d42;
	background-color: #fff;
	font-family: "微软雅黑";
}
* {
	word-break: break-all;
}
div {
	overflow: hidden;
}
ul,
ol {
	margin: 0;
}
p,
img,
video {
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
a {
	color: #3b3d42;
	text-decoration: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.w100 {
	width: 100%;
}

.head {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.125rem;
	overflow: visible;
}
.headbj {
	box-shadow: 0 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);
	background-image: url(../images/menubj.png?202401121058);
	background-size: 100% 100%;
}
.logo {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 1.25rem;
	height: 100%;
	font-size: 0;
}
.logo a {
	display: inline-block;
	height: 100%;
}
.logo img {
	height: 1.25rem;
	margin-top: 0.9773rem;
}
.logo span {
	display: inline-block;
	margin-left: 1rem;
	color: #fff;
	font-size: 1rem;
}
.logo .logoimg1 {
	display: none;
}
.headbj .logo .logoimg {
	display: none;
}
.headbj .logo .logoimg1 {
	display: inline-block;
}
.headbj .logo span {
	color: #0b69a3;
}
.menu {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 1.25rem;
	box-sizing: border-box;
	overflow: visible;
}
.menu ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0;
	overflow: visible;
}
.menu li {
	display: inline-block;
	height: 1.875rem;
	min-width: 5.3125rem;
	line-height: 1.875rem;
	padding: 0.625rem 1.25rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	overflow: visible;
}
.menu a {
	display: block;
	height: 100%;
	padding: 0 0.625rem;
	color: #fff;
	border-radius: 1.875rem;
}
.menu a:hover {
	background-color: #003260;
}
.headbj .menu a {
	color: #003260;
}
.headbj .menu a:hover {
	color: #fff;
	background-color: #003260;
}
.menu .xmenu {
	position: absolute;
	top: 3.125rem;
	left: 0;
	width: 100%;
	height: 0;
	min-height: 0;
	padding-left: 5rem;
	background-color: #fff;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(15%);
	-webkit-transform: translateY(15%);
	transition:
		transform 0.3s,
		opacity 0.3s;
	-webkit-transition:
		transform 0.3s,
		opacity 0.3s;
}
.menu li:hover .xmenu {
	height: auto;
	min-height: 18.75rem;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.menu .xmenu .left {
	position: relative;
	width: 70%;
	min-height: 18.75rem;
	padding-right: 3%;
	text-align: left;
	font-size: 0;
	transform: translateY(20%);
	-webkit-transform: translateY(20%);
	transition:
		transform 0.5s,
		opacity 0.5s;
	-webkit-transition:
		transform 0.5s,
		opacity 0.5s;
}
.menu .xmenu .left::after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	width: 1px;
	height: 80%;
	background-color: #dfdfdf;
}
.menu li:hover .xmenu .left {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.menu .xmenu ul {
	display: inline-block;
	width: 22%;
	height: auto;
	margin: 3.125rem 0 3.125rem 3%;
	padding: 0;
	vertical-align: top;
}
.menu .xmenu .w30 {
	width: 30%;
}
.menu .xmenu li {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1.5;
	min-width: none;
	padding: 0;
	color: #808080;
	font-size: 1rem;
	text-align: left;
}
.menu .xmenu li:nth-child(1) {
	position: relative;
	color: #003260;
}
.menu .xmenu li:nth-child(1)::after {
	content: "";
	position: absolute;
	top: -0.3125rem;
	left: 0;
	width: 1.875rem;
	height: 1px;
	background-color: #003260;
}
.menu .xmenu a {
	padding: 0.3125rem 0;
	color: #808080;
}
.menu .xmenu a:hover {
	background: none;
	color: #003260;
}
.menu .xmenu .right {
	width: 27%;
	transform: translateY(20%);
	-webkit-transform: translateY(20%);
	transition:
		transform 0.5s,
		opacity 0.5s;
	-webkit-transition:
		transform 0.5s,
		opacity 0.5s;
}
.menu li:hover .xmenu .right {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.menu .xmenu .right a {
	position: relative;
	display: block;
	width: 80%;
	height: 6.25rem;
	line-height: 6.25rem;
	margin: auto;
	padding: 0;
	text-align: left;
	border-radius: 0;
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
}
.menu .xmenu .right a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0.375rem;
	height: 0.65625rem;
	background-image: url("../images/icon16.png?202401121058");
	background-size: 100% 100%;
}
.menu .xmenu .right a:hover {
	color: #003260;
}

.page {
	height: 100vh;
}
.page .swiper-wrapper {
	overflow: visible;
}

.page1 .banner {
	position: relative;
	width: 100%;
	height: 100%;
}
.page1 .banner .swiper-wrapper {
	width: 100%;
	height: 100%;
	overflow: visible;
}
.page1 .banner img {
	width: 100%;
	min-height: 100%;
}
.page1 .banner .item img:nth-child(2),
.page1 .banner .item img:nth-child(3),
.page1 .banner .item img:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
}
.page1 .banner .item .content {
	position: absolute;
	top: 25%;
	left: 7.8%;
	color: #fff;
	overflow: visible;
}
.page1 .banner .item .content h4 {
	margin: 0 0 1.05rem 0;
	padding: 0;
	font-size: 4.7rem;
	letter-spacing: 0.3rem;
}
.page1 .banner .item .content span {
	display: block;
	line-height: 4rem;
	font-size: 2rem;
	font-weight: 300;
}
.page1 .banner .item a {
	padding: 0.3125rem 1rem;
	font-size: 0.875rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 2rem;
}
.page1 .banner .minfont .content {
	top: 25%;
}
.page1 .banner .minfont .content h4 {
	margin: 0 0 1.5rem 0;
	padding: 0;
	font-size: 3rem;
	letter-spacing: 0;
}
.page1 .banner .minfont .content span {
	display: block;
	margin-bottom: 1rem;
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 300;
}
.page1 .banner .item:nth-child(2) {
	background-color: #61bed8;
}
.page1 .banner .mypagination {
	top: 65%;
	left: 7.8%;
	right: auto;
	bottom: auto;
	width: auto;
}
.page1 .banner .mypagination .swiper-pagination-bullet {
	display: inline-block;
	width: 3.75rem;
	height: 0.125rem;
	margin-right: 0.3125rem;
	border-radius: 0;
	background: #fff;
	opacity: 0.5;
}
.page1 .banner .mypagination .swiper-pagination-bullet-active {
	height: 0.1875rem;
	background: #fff;
	opacity: 1;
}

.page2 {
	position: relative;
	background-color: #72e3ef;
}
.page2 .xmenu {
	position: absolute;
	z-index: 9;
	top: 3.125rem;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.page2 .xmenu .item {
	display: inline-block;
	width: 33.33%;
	height: 2.5rem;
	padding: 0.875rem 0;
	/*background-image: url('../images/icon5.png?202401121058');
	background-size: 100% 100%;*/
	background-image: linear-gradient(45deg, #7fc7a2, #4d9cd5 30%);
	background-size: 200%;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}
.page2 .xmenu .item:hover {
	background-position: 100% -200%;
}
.page2 .xmenu .item .icon {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: 1.25rem;
}
.page2 .xmenu .item .fenge {
	display: inline-block;
	width: 1px;
	height: 100%;
	margin: 0 0.9773rem;
	background-color: #fff;
}
.page2 .xmenu .item .h4 {
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	color: #fff;
}
.page2 .bj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.page2 .bj img {
	width: 100%;
	height: 100%;
}
.page2 .bj .qiu {
	position: absolute;
	top: -36%;
	right: -36%;
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
	animation: xuanzhuan 40s;
	-webkit-animation: xuanzhuan 40s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}
@keyframes xuanzhuan {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes xuanzhuan {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
.page2 .bj .feiji {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: piaofu 2s;
	-webkit-animation: piaofu 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
}
@keyframes piaofu {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-5%);
	}
}
@-webkit-keyframes piaofu {
	0% {
		-webkit-transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-5%);
	}
}
.page2 .content {
	position: absolute;
	z-index: 9;
	top: 54.5%;
	left: 5.375rem;
	color: #fff;
	overflow: visible;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.page2 #p2_c2 {
	color: #37578c;
}
.page2 #p2_c3 {
	top: 46%;
}
.page2 .content h4 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 2.375rem;
	opacity: 0;
	transform: translateY(6.25rem);
	-webkit-transform: translateY(6.25rem);
	transition:
		transform 1.5s,
		opacity 1.5s;
	-webkit-transition:
		transform 1.5s,
		opacity 1.5s;
}
.page2 .content h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1.25rem;
	width: 3.125rem;
	height: 1px;
	background-color: #fff;
}
.page2 #p2_c2 h4::after {
	background-color: #37578c;
}
.page2 .content p {
	display: block;
	margin: 2.5rem 0 0 0;
	padding: 0;
	line-height: 1.6;
	font-size: 1rem;
	font-weight: 300;
	opacity: 0;
	transform: translateY(6.25rem);
	-webkit-transform: translateY(6.25rem);
	transition:
		transform 2s,
		opacity 2s;
	-webkit-transition:
		transform 2s,
		opacity 2s;
}
.page2 .content p span {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.page3 {
	background-color: #80f3f5;
	background-image: url("../images/bj3.png?202401121058");
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
}
.page3 .title {
	position: relative;
	margin: 5.625rem 0 3.125rem 4.375rem;
	padding-left: 0.625rem;
	font-size: 1.875rem;
	color: #003260;
	font-weight: 900;
	overflow: visible;
}
.page3 .title::after {
	content: "";
	position: absolute;
	top: 10%;
	left: -0.625rem;
	width: 0.1875rem;
	height: 80%;
	background-color: #003260;
}
.page3 .case {
	width: 80%;
	height: 100%;
	margin: -1.25rem auto 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.page3 .case ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0;
}
.page3 .case li {
	display: inline-block;
	width: 30%;
	margin: 0 0.625rem 1.25rem 0.625rem;
	text-align: left;
	color: #4d4d4d;
	background-color: #fff;
}
.page3 .case .img {
	width: 100%;
	height: 9.875rem;
}
.page3 .case .img img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.page3 .case li:hover .img img {
	transform: scale(1.2);
}
.page3 .case .p {
	margin: 0.625rem;
}
.page3 .case h4 {
	margin: 0 0 0.3125rem 0;
	padding: 0;
	height: 1.875rem;
	line-height: 1.875rem;
	font-size: 1rem;
	font-weight: normal;
}
.page3 .case span {
	display: block;
	min-height: 2rem;
	line-height: 1.3;
	font-size: 0.75rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page4 {
	position: relative;
	background-color: #80f3f5;
	background-image: url("../images/bj4.png?202401121058");
	background-size: 100% 100%;
}
.page4 .title {
	position: relative;
	margin: 5.625rem 0 3.125rem 4.375rem;
	padding-left: 0.625rem;
	font-size: 1.875rem;
	color: #003260;
	font-weight: 900;
	overflow: visible;
}
.page4 .title::after {
	content: "";
	position: absolute;
	top: 10%;
	left: -0.625rem;
	width: 0.1875rem;
	height: 80%;
	background-color: #003260;
}
.page4 .bj {
	position: absolute;
	top: 53%;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	overflow: visible;
}
.page4 .lizitexiao {
	position: absolute;
	z-index: 9999;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	width: 8.4375rem;
	height: 11.8125rem;
}
.page4 .item {
	position: absolute;
	top: 17.5rem;
	left: 0;
	right: 0;
	margin: auto;
	color: #003260;
	text-align: center;
	opacity: 0;
	transition:
		transform 1s,
		opacity 1s;
	-webkit-transition:
		transform 1s,
		opacity 1s;
}
.page4 .item img {
	width: 3.75rem;
}
.page4 .item span {
	display: block;
	margin: 0.3125rem 0;
	font-size: 1rem;
	font-weight: 900;
}
.page4 .item p {
	font-size: 0.75rem;
}
/*.page4 #p4_i1{
	transform: translate(-23rem, 0);
	-webkit-transform: translateY(-23rem, 0);
}
.page4 #p4_i2{
	transform: translate(-14rem, -15rem);
	-webkit-transform: translate(-14rem, -15rem);
}
.page4 #p4_i3{
	transform: translate(14rem, -15rem);
	-webkit-transform: translate(14rem, -15rem);
}
.page4 #p4_i4{
	transform: translate(23rem, 0);
	-webkit-transform: translateY(23rem, 0);
}*/

.page5 {
	position: relative;
	background-color: #80f3f5;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
}
.page5 .title_box {
	position: relative;
	width: 100%;
	font-size: 0;
}
.page5 .title_box .title {
	position: absolute;
	top: 50%;
	left: 4.375rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-top: 1.5625rem;
	padding-left: 0.625rem;
	font-size: 1.875rem;
	color: #003260;
	font-weight: 900;
	overflow: visible;
}
.page5 .title_box .title::after {
	content: "";
	position: absolute;
	top: 10%;
	left: -0.625rem;
	width: 0.1875rem;
	height: 80%;
	background-color: #003260;
}
.page5 .news {
	width: 100%;
	height: 100%;
	background-image: url("../images/bj5_2.jpg?202401121058");
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.page5 .news ul {
	display: block;
	font-size: 0;
}
.page5 .news li {
	display: inline-block;
	height: 18.75rem;
	margin-right: 1.25rem;
	background-color: #fff;
}
.page5 .news .img {
	display: inline-block;
	width: 0;
	height: 100%;
	transition: width 1s;
	-webkit-transition: width 1s;
}
.page5 .news .on .img {
	width: 31.25rem;
}
.page5 .news .content {
	display: inline-block;
	width: 17.5rem;
	height: 16.25rem;
	padding: 1.25rem;
	font-size: 0.75rem;
	color: #333333;
}
.page5 .news .content h4 {
	width: 100%;
	height: 2.625rem;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.3rem;
	color: #003260;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page5 .news .content span {
	display: block;
	margin: 0.625rem 0 1.25rem 0;
}
.page5 .news .content p {
	display: block;
	height: 7.5rem;
	line-height: 1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page5 .news .btn {
	width: 6.25rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin-top: 0.9773rem;
	color: #fff;
	font-size: 0.75rem;
	text-align: center;
	background-color: #003260;
}

.page6 {
	position: relative;
	height: 100vh;
	background-color: #80f3f5;
	background-image: url("../images/bj6.jpg?202401121058");
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}
.page6 .content {
	width: 80%;
	color: #003260;
}
.page6 a {
	color: #003260;
}
.page6 .content .logo {
	position: static;
	width: 12.5rem;
	height: auto;
	float: none;
}
.page6 .content .jieshao {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 1.5625rem;
}
.page6 .content .footbox {
	margin-top: 6.25rem;
	font-size: 0;
}
.page6 .content .footbox ul {
	display: inline-block;
	/*min-height: 14.375rem;*/
	min-height: 21rem;
	margin: 0 3.125rem 0 0;
	padding: 0 3.125rem 0 0;
	text-align: center;
	border-right: 1px solid #003260;
	vertical-align: top;
}
.page6 .content .footbox ul:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.page6 .content .footbox li {
	height: 1.875rem;
	line-height: 1.875rem;
	margin-bottom: 1.25rem;
	font-size: 1rem;
	list-style: none;
}
.page6 .content .footbox li:nth-child(1) {
	font-size: 1.25rem;
	font-weight: 900;
}
.page6 .content .footbox li:last-child {
	margin: 0;
}
.page6 .content .footbox .xtitle {
	font-size: 1.5rem;
	font-weight: 900;
	margin-bottom: 1.25rem;
}
.page6 .content .footbox .right span {
	display: block;
	height: 1.875rem;
	line-height: 1.875rem;
	font-size: 1rem;
}
.page6 .content .footbox .right .gonganbeian {
	display: flex;
	line-height: 2rem;
	align-items: center;
}
.page6 .content .footbox .right .gonganbeian img {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.25rem;
}

.page7 {
	position: relative;
	background-color: #80f3f5;
	background-image: url('../images/mobile/bj4.jpg?202401121058');
	background-size: 100% 100%;
}
.page7 .title{
	position: relative;
	margin: 5.625rem 0 3.125rem 4.375rem;
	padding-left: 0.625rem;
	font-size: 1.875rem;
	color: #003260;
	font-weight: 900;
	overflow: visible;
}
.page7 .title::after{
	content: "";
	position: absolute;
	top: 10%;
	left: -0.625rem;
	width: 0.1875rem;
	height: 80%;
	background-color: #003260;
}
.page7 .content {
	position: absolute;
	top: 28%;
	left: 0;
	width: 100%;
	height: 66%;
	text-align: center;
	overflow: visible;
}
.page7 .content .productArchitecture {
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.kefuicon {
	position: fixed;
	z-index: 999;
	top: 50%;
	right: 0;
	width: 3.75rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.tanchuangzhezhao {
	display: none;
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.tanchuang {
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	width: 60rem;
	font-size: 0;
	border-radius: 5px;
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.tanchuang .tc_close {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 2rem;
}
.tanchuang .formbox {
	position: absolute;
	top: 14.5rem;
	right: 2rem;
	width: 18.5rem;
	height: 17rem;
	padding: 1.5rem;
	background-color: rgba(255, 255, 255, 0.75);
}
.tanchuang .item {
	margin-bottom: 10px;
}
.tanchuang .yzm {
	display: none;
	height: 2.5rem;
	margin-right: 1rem;
	vertical-align: bottom;
}
.tanchuang .uk-form-label {
	color: #003260;
	font-size: 0.875rem;
	margin: 0 0 3px 0;
}
.tanchuang .uk-input,
.uk-select:not([multiple]):not([size]) {
	height: 1.6rem;
	font-size: 0.75rem;
}
.tanchuang .uk-button-primary {
	font-size: 0.875rem;
	border-radius: 2rem;
	background-color: #003260;
	line-height: 28px;
	margin-top: 10px;
}
