@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Segoe UI', sans-serif;
}

.head {
	width: 1400px;
	height: 120px;
	margin: 0 auto;
	background-image: url("/img/logo.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	/* background-color: #a6282f; */
}

.nav {
	width: 100%;
	height: 70px;
	/* background: #a6282f; */
	/* background: linear-gradient(135deg, var(--primary) 0%, #952329 100%); */
	background: linear-gradient(to right, #3A77C6, #4C95D9);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

}

.navbox {
	width: 1400px;
	height: 70px;
	margin: 0 auto;
}

			.wp_nav li:hover{
				transform: translateY(-2px);
				box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
			}
			.wp_nav li {
				transition: all 0.3s ease;
			}










/* bottom */
.di {
	width: 100%;
	height: 236px;
	background-color: #a6282f;
	/* background: linear-gradient(180deg, var(--primary) 0%, #952329 100%); */
	background: linear-gradient(95deg, #1640bc 0%, #487acb 100%);
}

.di1 {
	width: 1400px;
	height: 230px;
	margin: auto;
}

.di11 {
	width: 420px;
	height: 180px;
	color: #f5f5f5;
	float: left;
	font-size: 16px;
	margin-top: 20px;
}

.di12 {
	width: 460px;
	height: 180px;
	color: #f5f5f5;
	float: right;
	font-size: 16px;
	margin-top: 20px;
}

.ditop {
	width: 150px;
	height: 32px;
	font-size: 13px;
	margin: 3px 0;
	border-bottom: 1px solid white;
	text-align: center;
	line-height: 32px;
	border-color: rgba(255, 255, 255, 0.3);
}

.ditop1 {
	width: 16px;
	height: 16px;
	margin: 0 6px 1px 0;
	float: left;
	background-color: #f5f5f5;
	margin-top: 8px;
}

.dibottom {
	width: 460px;
}

.dibottom1 a {
	width: 200px;
	display: inline;
	text-decoration: none;
	color: #FFFEFA;
	font-size: 16px;
	margin: 0 5px;
	color: var(--light);
	position: relative;
	overflow: hidden;
	transition: color 0.3s ease;
}


.dibottom1 a:hover {
	color: #4CA9FF;
}

.dibottom1 a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #4CA9FF;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.dibottom1 a:hover::after {
	transform: scaleX(1);
}

.dibottom li {
	height: 30px;
	list-style: none;
	line-height: 35px;
	/* float: left; */
}

.zxc {
	position: relative;
	left: 48px;
}

.zxc1 {
	position: relative;
	left: 16px;
}

.didi {
	width: 100%;
	height: 36px;
	background: linear-gradient(95deg, #1640bc 0%, #487acb 100%);
	border-top: 1px solid gainsboro;
}

.di2 {
	width: 1300px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	/* background-color: #a6282f; */
	margin: auto;
}

.BOTTOM-text {
	display: inline;
	height: 36px;
	color: #ffffff;
	font-size: 16px;
	animation: breathe 5s infinite;
}

@keyframes breathe {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.02);
	}

	100% {
		transform: scale(1);
	}
}

.dibottom1 {
	width: 400px;
	height: 90px;
}