* {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 88px;
}

.mobile-menu-btn {
	display: none;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	cursor: pointer !important;
}

i {
	font-style: normal;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.main {
	margin: 0 auto;
	width: 1200px;
	padding: 0 auto;
	padding-bottom: 50px;

}

.center {
	margin: 0 auto;
	width: 1200px;
}

.center1 {
	margin: 0 auto;
	width: 1000px;
}

/* 顶部模块 */
.top-out {
	background-color: #fff;
	width: 100%;
	height: 88px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.logo {
	float: left;
	margin-top: 8px;
	height: 80px;
}

.logo img {
	height: 80px;
}

.nav {
	position: relative;
	float: right;
	height: 100%;
}

.nav>a {
	margin-top: 30px;
	padding: 0 30px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}

.nav span {
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

.nav>a:hover {
	text-decoration: none;
	color: #1A4285;
	border-bottom: 1px solid #1A4285;
}

.nav-cp {
	display: block;
}

.nav .nav-cp-contain {
	z-index: 2;
	position: absolute;
	left: 95px;
	display: none;
	width: 270px;
	height: 300px;
	background-color: #fff;
	padding: 0 30px;
	box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
	font-size: 16px;
}

.nav .nav-cp-contain a {
	pointer-events: auto !important;
}

.nav .nav-cp-contain a:hover {
	color: #1A4285;
	border-bottom: 1px solid #1A4285;
}

.nav-cp-contain .left {
	float: left;
}

.nav-cp-contain .right {
	float: right;
}

.nav-cp-contain dt {
	padding-top: 30px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.nav-cp-contain .left dd {
	padding-top: 100px;
}

.nav-cp-contain .right dd {
	font-size: 14px;
	padding-top: 28px;
}

.nav .nav-zx-contain {
	box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
	z-index: 2;
	display: none;
	text-align: center;
	width: 87px;
	height: 150px;
	position: absolute;
	left: 245px;
	background-color: #fff;
	padding: 0 30px;
}

.nav .nav-zx-contain a {
	display: block;
	padding-top: 30px;
}

.nav .nav-zx-contain a:hover {
	color: #1A4285;
	border-bottom: 1px solid #1A4285;
}

/* 尾部模块 */
.footer {
	position: relative;
	width: 100%;
	height: 182px;
	background-color: #444;
	color: white;
}

.footer .logo1 {
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}

.footer .logo1 img {
	height: 80px;
}

.footer ul {
	display: inline-block;
	float: left;
	margin-left: 500px;
	margin-top: 35px;
}

.footer ul li {
	padding: 10px;
}

.footer i {
	font-size: 14px;
	color: white;
}

.footer span {
	color: white;
	font-size: 18px;
	vertical-align: bottom;
	margin-right: 5px;
}

.footer .qr {
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	margin-top: 35px;
	width: 113px;
	height: 113px;
	border: 1px solid #fff;
}

.qr img {
	width: 102px;
	height: 102px;
}

.bottom {
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}

.bottom span:last-child {
	border-right: 1px solid transparent;
}

.bottom span {
	color: rgb(152, 152, 152);
	padding: 0px 5px;
	border-right: 1px solid rgb(152, 152, 152);
}

.bottom a {
	color: rgb(152, 152, 152);
}

.bottom img {
	vertical-align: middle;
}

/* 产品中心 */


.header-out {
	z-index: -1;
	position: relative;
	width: 100%;
	height: 350px;
}

.header-out img {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-out p {
	padding-top: 120px;
	font-size: 38px;
	color: #1A4285;
	font-weight: bold;
	line-height: 1.5;

}

.header-out i {
	color: white;
	font-weight: bold;
}

/* 上一页 下一页 */
.contain-in .page {
	margin: 0 auto;
	margin-top: 40px;
	width: 194px;
	height: 30px;
	text-align: center;
}

.page .pn {
	display: inline-block;
	border-radius: 5px;
	width: 67px;
	height: 32px;
	background-color: #F6F6F6;
	color: #ccc;
	font-size: 12px;
	line-height: 32px;
}

.page .now {
	border-radius: 5px;
	display: inline-block;
	width: 30px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: white;
	background-color: #00ACF0;
}

.mobile-nav {
	display: none;
}

/* 移动端样式 */
@media (max-width: 768px) {

	.header-out p,
	.header-out i {
		margin-left: 10vw;
	}

	html,
	body {
		max-width: 100vw;
		overflow-x: hidden;
		padding-top: 33px !important;
	}

	.main,
	.center,
	.center1 {
		width: 100% !important;
		max-width: 100vw;
		padding: 0;
		box-sizing: border-box;
	}

	contain-cpzx {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 16px 8px !important;
		width: 100% !important;
		padding: 0 8px;
		box-sizing: border-box;
	}

	.contain-in .box {
		max-width: 420px;
		margin: 0 0 18px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
		border-radius: 10px;
		background: #fff;
		padding: 16px 12px;
		box-sizing: border-box;
	}

	.contain-in .img-box img {
		width: 100%;
		height: auto;
		border-radius: 8px;
	}

	.contain-in .text {
		text-align: center;
		margin-top: 10px;
	}

	.contain-in .details {
		margin-top: 8px;
	}

	.contain-in .page {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 12px;
		margin-top: 18px;
	}

	.page .pn,
	.page .now {
		width: 48px;
		height: 32px;
		font-size: 15px;
		line-height: 32px;
	}

	.header-out {
		height: 160px;
		margin-bottom: 20px;
	}

	.header-out p {
		padding-top: 48px;
		font-size: 22px;
	}

	.header-out i {
		font-size: 13px;
	}

	.header-out img {
		height: 160px;
	}

	.footer .qr {
		margin: 0 auto 12px auto;
	}

	.footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		height: auto;
		background: #444;
		color: #fff;
		padding: 15px 0;
	}

	.footer ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 0 10px 0;
		padding: 0;
		float: none;
		margin-left: 0;
	}

	.footer ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
		padding: 0;
	}

	.footer ul li:last-child {
		margin-bottom: 0;
	}

	.footer ul li a {
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 18px;
		text-decoration: none;
	}

	.footer ul li a .iconfont {
		font-size: 22px;
		margin-right: 10px;
		color: #fff;
	}

	.footer ul li a i {
		font-style: normal;
		color: #fff;
		margin: 0;
		padding: 0;
	}

	.footer .footer-info {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 16px;
	}

	.footer .footer-info .info-row {
		display: flex;
		align-items: center;
		margin-bottom: 8px;
		font-size: 18px;
	}

	.footer .footer-info .info-row i {
		font-size: 18px;
		margin-right: 8px;
	}

	.footer .footer-info .info-row:last-child {
		margin-bottom: 0;
	}

	.footer .qr {
		margin: 0 auto;
		border: 2px solid #fff;
		background: #fff;
		border-radius: 8px;
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		float: none;
	}

	.footer .qr img {
		width: 100%;
		height: 100%;
	}

	.footer .logo1 img {
		display: none;
	}

	.bottom {
		height: auto !important;
		line-height: 2;
		background-color: #f5f5f5;
		text-align: center;
		font-size: 13px;
		color: #999;
		padding: 12px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2px;
	}

	.bottom span,
	.bottom a {
		color: #999;
		border: none !important;
		padding: 0 2px;
		display: inline;
	}

	.bottom img {
		vertical-align: middle;
		margin-right: 4px;
	}

	.top-out {
		background-color: #fff;
		height: 66px;
		min-width: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	}

	.logo {
		float: left;
		margin: 0 auto;
		height: 66px;
		text-align: center;
		overflow: hidden;
	}

	.logo img {
		height: 100%;
	}

	.nav {
		display: none;
	}

	.mobile-menu-btn {
		display: block;
		position: absolute;
		right: 16px;
		top: 12px;
		width: 32px;
		height: 32px;
		z-index: 1001;
		background: none;
		border: none;
		outline: none;
		cursor: pointer;
	}

	.mobile-menu-btn span {
		display: block;
		width: 100%;
		height: 4px;
		margin: 5px 0;
		background: #1A4285;
		border-radius: 2px;
		transition: all 0.3s;
	}

	.mobile-nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #fff;
		z-index: 1000;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 40px;
		box-sizing: border-box;
	}

	.mobile-nav.active {
		display: flex;
	}

	.mobile-nav a {
		margin: 0 auto;
		width: 90vw;
		font-size: 20px;
		color: #222;
		text-align: left;
		background: none;
		border: none;
		outline: none;
		display: block;
		line-height: 60px;
		border-bottom: 1px solid #eee;
		font-family: inherit;
		transition: color 0.3s;
	}

	.mobile-nav a:hover {
		color: rgb(26, 66, 133);
	}

	.mobile-nav a.selected,
	.mobile-nav a.active {
		color: #1A4285;
		font-weight: bold;
	}

	.mobile-nav a.sub {
		padding-left: 48px;
		font-size: 18px;
		color: #222;
		position: relative;
	}

	.mobile-nav a.sub::before {
		content: '>';
		display: inline-block;
		margin-right: 8px;
		color: #222;
		font-size: 18px;
		position: absolute;
		left: 24px;
		top: 0;
		line-height: 56px;
	}

	.mobile-menu-btn,
	.mobile-nav .close-btn {
		position: absolute;
		right: 24px;
		top: 19px;
		width: 25px;
		height: 25px;
		background: none;
		border: none;
		font-size: 25px;
		color: #222;
		z-index: 1001;
		cursor: pointer;
	}

	.mobile-nav .close-btn {
		display: block;
	}

	.contain-in .box {
		padding: 0 !important;
	}

	.box .img-box {
		height: 90px !important;
		overflow: hidden !important;
		border-radius: 8px 8px 0 0 !important;
	}

	.box img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		border-radius: 8px 8px 0 0 !important;
	}

	.box .text {
		width: 100% !important;
		height: auto !important;
		padding: 0 6px 8px 6px !important;
		box-sizing: border-box !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		position: static !important;
	}

	.box h4 {
		font-size: 14px !important;
		line-height: 20px !important;
		margin: 8px 0 2px 0 !important;
		text-align: center !important;
		font-weight: bold !important;
	}

	.box p {
		font-size: 12px !important;
		line-height: 16px !important;
		margin: 0 !important;
		color: #666 !important;
		-webkit-line-clamp: 2 !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		display: -webkit-box !important;
		-webkit-box-orient: vertical !important;
		min-height: 32px !important;
		max-width: 100% !important;
	}

	.text .details {
		position: static !important;
		width: 90% !important;
		height: 22px !important;
		line-height: 22px !important;
		font-size: 12px !important;
		margin: 18px 0 0 0 !important;
		border-radius: 11px !important;
		text-align: center !important;
		display: block !important;
	}

	.page {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 8px;
		padding-right: 8px;
		box-sizing: border-box;
	}

	.mobile-nav span {
		font-size: 14px;
		color: #999;
		margin-right: 5px;
	}

	.mobile-menu-btn span {
		margin: 3px 0;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	body {
		width: 100vw;
	}

	.gy-in {
		background: url('../img/1687678757245587.png') repeat;
		padding-bottom: 30px;
	}



	.gy-out {
		padding: 0;
	}
}