body {
	background: url('../img/1687678757245587.png') repeat;
	background-attachment: fixed !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
	body {
		background: white !important;
	}
}



html,
body {
	position: relative;
	height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}



.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}

.slideshow {
	height: 800px;
}

.com-title {

	text-align: center;
}

.com-title h2 {
	margin: 0;
	padding: 70px 0 30px;
	font-size: 30px;
	font-weight: normal;
}

.com-title .com-line {
	margin: 0 auto;
	margin-bottom: 50px;
	width: 45px;
	height: 3px;
	background-color: #1A4285;
}

.cp-out {
	background-color: #fff;
}

.cp-bd {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;

	flex-wrap: wrap;
}



.cp-contain {
	position: relative;

	margin: 0 10px;
	width: 276px;
	/* height: 350px; */
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.3);
	text-align: center;
	padding: 0 10px;
	overflow: hidden;
	box-sizing: border-box;


}

.cp-contain .circle {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	height: 128px;
	width: 128px;
	border-radius: 50%;
	border: 1px solid #eee;
}

.circle img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 50%;
	height: 50%;

}

.circle img:hover {
	animation: jump 1s ease-out;
}

@keyframes jump {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(-50%) translateX(-50%);
	}

	40% {
		transform: translateY(-80%) translateX(-50%);
	}

	60% {
		transform: translateY(-70%) translateX(-50%);
	}

	90% {
		transform: translateY(-55%) translateX(-50%);
	}
}

.cp-contain p {
	font-size: 20px;
	margin: 20px auto;
}

.cp-contain i {
	display: block;
	font-size: 14px;
	color: #888;
	margin-bottom: 65px;

}

.cp-contain .more {
	position: absolute;
	display: block;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 133px;
	height: 36px;
	line-height: 36px;
	font: 12px;
	color: #1A4285;
	border-bottom: 1px solid #1A4285;
}

.ljgd {
	margin: 70px auto 0;

	text-align: center;
	display: block;
	width: 173px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #1A4285;
	border-radius: 20px;
	color: white;
	background-color: #1A4285;
	letter-spacing: 1px;
	transition: 0.3s;
}

.ljgd:hover {
	background-color: white;
	color: #1A4285;
}

.gy-out {
	width: 100%;
	padding-bottom: 50px;
	background-color: transparent;
}

.gy-in {
	color: white;
	margin: 0 auto;
	text-align: center;

	width: 1200px;
}



.gy-hd p {
	margin-top: 50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}

.gy-bd {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 60px;
}

.gy-bd .gy-contain {
	position: relative;
	width: 200px;
	height: 200px;
	background-color: rgb(0, 0, 0, .5);
}

.gy-contain span {
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	margin-top: 40px;

}

.gy-line {
	background-color: #fff !important;
}

.gy-contain p {
	margin-top: 110px;
}

.gy-contain .icon-zuanshi {
	font-size: 65px;
}

.gy-contain .icon-wangluo {
	font-size: 56px;
}

.gy-contain .icon-sanren {
	font-size: 65px;
}

.gy-contain .icon-xiangmuliucheng {
	font-size: 52px;
}

.gy-contain .icon-tubiao_kefu {
	font-size: 57px;
}

.xw-out {
	background-image: url('../update/25674390.jpg');
	background-size: 100% 100%;
}

.xw-bd .xw-left {
	position: relative;
	float: left;
	width: 590px;
	height: 409px;
}

.xw-left .prev {

	left: 10px;

}

.xw-left .next {
	right: 10px;
}


.xw-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xw-title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	color: white;
	text-indent: 1em;
}

.slider-indicator {
	width: 200px;
	height: 2px;
	text-align: center;
	display: block;
	margin-left: 50%;
	transform: translateX(-50%);
}

.slider-indicator li {
	display: inline-block;
	margin: 10px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: rgb(26, 66, 133);
	float: left;
	transition: 0.3s;
}

.slider-indicator li:hover {
	height: 8px;
	width: 8px;
	border-radius: 4px;
	transform: translateY(-2px);
}

.slider-indicator .active {
	height: 8px;
	width: 8px;
	border-radius: 4px;
	transform: translateY(-2px);
}


.xw-right {
	float: right;
	width: 560px;
	height: 423px;


}

.xw-right li {
	width: 560px;
	height: 110px;
	margin-bottom: 15px;
}

.index-line {
	width: 560px;
	height: 1px;
	border-bottom: 1px dotted rgba(221, 221, 221);
	margin-bottom: 15px;
}

.xw-right-img {
	float: left;
	overflow: hidden;
	width: 175px;
	height: 110px;
}

.xw-right li img {

	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
}

.xw-right li img:hover {
	transform: scale(1.2);
}

.xw-text {
	display: block;
	float: left;
	margin-left: 10px;
	width: 370px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xw-text p {
	font-size: 12px;
	margin: 15px auto;
	color: #bbb;
}

.xw-text i {
	font-size: 12px;
	color: #bbb;
}

.mobile-nav {
	display: none;
}

@media (max-width: 768px) {

	html,
	body {
		font-size: 14px;
		width: 100vw;
		/* overflow-x: hidden; */
	}

	/* 确保移动端滑动功能正常 */
	.swiper {
		touch-action: pan-y;
		-webkit-overflow-scrolling: touch;
	}

	.swiper-wrapper {
		touch-action: pan-y;
	}

	.swiper-slide {
		touch-action: pan-y;
	}

	body {
		background: #fff !important;
		background-image: none !important;
		background-attachment: scroll !important;
	}

	.gy-out {
		background-color: rgb(7, 53, 107) !important;
		padding-bottom: 10px !important;
	}

	.main,
	.gy-in {
		width: 100% !important;
		padding: 0 10px !important;
		box-sizing: border-box;
	}



	.slideshow {
		height: 200px;
		min-height: 160px;
	}

	.swiper-slide img {
		height: 200px;
		object-fit: cover;
	}

	.cp-bd {
		/* flex-direction: column; */
		align-items: center;
		width: 99%;
	}

	.cp-contain {
		position: relative;
		width: 45vw;
		height: 226px !important;
		margin: 1vw 0;
		border-radius: 0px;
	}

	.cp-contain .circle {
		width: 80px;
		height: 80px;
		margin-top: 16px;
	}

	.circle img {
		width: 60%;
		height: 60%;
	}

	.cp-contain p {

		font-size: 14px;
		margin: 12px auto 8px;
	}

	.cp-contain i {
		-webkit-line-clamp: 2 !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		display: -webkit-box !important;
		-webkit-box-orient: vertical !important;
		font-size: 13px;
		margin-bottom: 50px;
	}

	.cp-contain .more {
		position: absolute;
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
	}

	.ljgd {
		display: block;
		width: 120px;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
		margin: 30px auto;
	}

	.gy-bd {
		padding: 0;
		margin-top: 20px;
	}

	.gy-bd .gy-contain {
		width: 40vw;
		height: 120px;
		margin-bottom: 14px;
		border-radius: 10px;
	}

	.gy-bd .gy-contain:nth-of-type(5) {
		margin: 0 auto;
		width: 50vw;
	}

	.gy-contain span {
		font-size: 36px !important;
		margin-top: 16px;
		top: 0;
	}

	.gy-contain p {
		margin-top: 60px;
		font-size: 16px;
	}

	.gy-contain i {
		font-size: 13px;
		padding-bottom: 60px !important;
	}

	.com-title h2 {
		padding: 30px 0 10px;
		font-size: 22px;
	}

	.com-title .com-line {
		margin-bottom: 20px;
	}

	.gy-in p {
		font-size: 13px;
		padding: 0 4px;
	}

	.xw-bd {
		flex-direction: column;
		display: flex;
		align-items: center;
	}

	.xw-bd .xw-left,
	.xw-right {
		float: none;
		width: 100vw;
		max-width: 100vw;
		height: auto;
		min-height: 160px;
		margin: 0 auto 12px;
	}

	.xw-right {
		margin-top: 20px;
		margin-bottom: 0 !important;
	}

	.xw-left img,
	.xw-right-img {
		width: 100vw;
		height: 160px;
		object-fit: cover;
	}

	.xw-title {
		font-size: 15px;
		height: 28px;
		line-height: 28px;
	}

	.xw-right li {
		display: flex;
		align-items: flex-start;
		width: 100vw;
		max-width: 100vw;
		height: auto;
		min-height: 80px;
	}

	.xw-right-img {
		float: left;
		width: 40vw;
		height: 80px;
		margin: 0;
		padding: 0;
		flex-shrink: 0;
	}

	.xw-text {
		float: right;
		margin-left: 4vw;
		width: auto;
		max-width: 40vw;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		font-size: 13px;
	}



	.slider-indicator {
		display: none !important;
	}


}