.pic {
	width: 1400px;
	height: 500px;
	margin: 20px auto;
}

.pic img {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.8s ease;
}

.pic img.loaded {
	opacity: 1;
	transform: translateY(0);
}

.top-right:hover,
.top-right1:hover {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
	transform: translateX(5px);
}

.top-left {
	width: 120px;
	height: 40px;
	line-height: 36px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 20px;
	color: #FFF;

}

.top-right {
	width: 80px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	float: right;
	position: relative;
	top: -40px;
	color: white;
}

.top-left1 {
	width: 120px;
	height: 40px;
	line-height: 36px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 20px;
	color: #FFF;
}

.top-right1 {
	width: 80px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	float: right;
	position: relative;
	top: -40px;
	color: #10329a;
}

.body2 {
	width: 1400px;
	height: 440px;
	margin: 10px auto;
}

.body2 .link {
	width: 440px;
	height: 440px;
}

.body2 .link1 {
	width: 440px;
	height: 440px;
	float: right;
}

.body3 {
	width: 1400px;
	height: 420px;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
}

.link {
	width: 720px;
	height: 420px;
	float: left;
}

.link1 {
	width: 600px;
	height: 420px;
	float: left;
}

.xwdhead11 {
	width: 100%;
	height: 40px;
	border-radius: 15px 15px 0 0;
	box-sizing: border-box;
	background: linear-gradient(to right, #4C95D9, #3A77C6);
	border-top: 2px solid #10329a;
}

.xwdhead11 a {
	width: 80px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	float: right;
}

.link-xwdhead11 {
	width: 100%;
	height: 40px;
	border-radius: 15px 0 0 0;
	box-sizing: border-box;
	background: linear-gradient(to right, #4C95D9, #4386D0);
	border-top: 2px solid #10329a;
}

.link-xwdhead11 a {
	width: 80px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	float: right;
}

.link-xwdhead12 {
	width: 100%;
	height: 40px;
	border-radius: 0 15px 0 0;
	box-sizing: border-box;
	background: linear-gradient(to right, #4386D0, #3A77C6);
	border-top: 2px solid #10329a;
}

.link-xwdhead12 a {
	width: 80px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	float: right;
}

.xwdhead13 {
	width: 100%;
	height: 40px;
	border-radius: 15px 15px 0 0;
	box-sizing: border-box;
	/* background: linear-gradient(to right, #4C95D9, #3A77C6); */
	background: url("/img/text1.jpg") no-repeat #FEFEFE left;
	border-top: 2px solid #10329a;
}

.xwdhead13 a {
	line-height: 38px;
	font-size: 14px;
	float: right;
}

.wink-container {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	height: 330px;
	position: relative;
	top: -20px;
}

.wink {
	text-align: center;
	transition: all 0.3s ease;
	border-radius: 15px;
	padding: 20px;
	width: 180px;
	height: 200px;
	background-color: #ffffff;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.wink:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	background-color: #f9f9f9;
}

.wink p {
	margin: 15px 0 0;
	font-weight: 600;
	color: #333;
	text-align: center;
	transition: color 0.3s ease;
	line-height: 1.3;
}

.wink p a {
	text-decoration: none;
	color: inherit;
}

.wink p img {
	width: 120px;
	height: 120px;
	border-radius: 15px;
	transition: transform 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wink:hover p img {
	transform: scale(1.1);
}

.wink:hover p {
	color: #a6282f;
}