/* 首页 css*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "楷体";
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

body {
	height: 100vh;
	background: url("../image/b2.jpg");
	background-attachment: fixed;
	transform: scale(1);
	filter: blur(0px);
	transition: all 0.8s ease 0s;
	background-size: cover;
	justify-content: center;
	color: aliceblue;
}

.header i,
a,
button {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #edf0f1;
	text-decoration: none;
}

.header {
	opacity: 0.8;
	display: flex;
	background-color: #24252a;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
}

.header h2 {
	font-size: 24px;
	font-family: "楷体";
	cursor: pointer;
	margin-right: auto;
	animation: slideRight 0.3s ease forwards;
	animation-delay: 0.3s;
}

.nav_links {
	list-style: none;
}

.nav_links li {
	display: inline-block;
	padding: 0px 10px;
	animation: zoomIn 2s ease forwards;
	animation-delay: calc(1s * var(--i));
}

.nav_links li a {
	transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
	color: #0088a9;
}

.header button {
	padding: 9px 25px;
	background-color: rgba(0, 136, 169, 1);
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	animation: zoomIn 1s ease forwards;
	animation-delay: 1s;
}

.header button:hover {
	background-color: rgba(0, 136, 169, 0.7);
}

.mian {
	margin: 0 auto;
	width: 900px;
}

.container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	/* 两列布局，每列占用相等的空间 */
}

.mian_d1 {
	padding: 15px;
}

.zxwz {
	margin-top: 20px;
	color: black;
	background-color: #ffffff;
	width: auto;
	padding: 15px;
	border-radius: 13px;
}

.zxwz h3 {
	width: 72px;
	font-size: 18px;
	font-family: "楷体";
	padding-bottom: 5px;
	border-bottom: #0088a9 2px solid;
}
.zxwz h4{
	width: 60px;
	margin:10px 0px;
	font-size: 14px;
	font-family: "楷体";
	padding-bottom: 5px;
	border-bottom: #0088a9 2px solid;
}
.zxwz video{
	width: 500px;
	height: 300px;
	margin-top: 15px;
	margin-left: 20px;
	border-radius: 15px;
}
.zxwz img{
	margin-top: 15px;
	margin-left: 50px;
}
.zxwz p{
	padding: 5px;
	text-indent: 2em;
	line-height: 1.5em;
	font-size: 16px;
}
.mian_d2 {
	padding-top: 15px;
	padding-right: 15px;
}

.mian_d2 .care {
	padding: 15px;
	width: 100%;
	height: 250px;
	background-color: #ffffff;
	border-radius: 13px;
	animation: zoomIn 0.3s ease forwards;
	animation-delay: 0.3s;
}

.mian_d2 .care .ace {
	width: 100%;
	height: 80px;
	color: white;
	background-color: darkred;
	border-radius: 13px;
}

.mian_d2 img {
	margin-top: 10px;
	margin-left: 10px;
	width: auto;
	height: 60px;
	border-radius: 50%;
}

.mian_d2 .care p {
	font-family: "楷体";
	font-size: 18px;
	margin-top: -60px;
	margin-left: 75px;
}

.mian_d2 .care span {
	font-family: "楷体";
	font-size: 14px;
}

.mian_d2 .care .ace2 {
	margin-top: 5px;
	width: 100%;
	height: 80px;
	background-color: #7095a9;
	color: #0088a9;
	border-radius: 13px;
	padding: 10px;
	color: white;
}

.mian_d2 .ace2 span:nth-child(1) {
	font-size: 18px;
}

.mian_d2 .care .ace3 {
	margin-top: 5px;
	color: white;
	width: 100%;
	height: 50px;
	background-color: darkred;
	border-radius: 13px;
}
.mian_d2 .cops img {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		float: left;
		}
.mian_d2 .cops-r{
	color: black;
	padding-top: 20px;
}
.mian_d2 .cops-r a{
	color: black;
}
.mian_d2 .care1 {
	color: black;
	margin-top: 15px;
	padding: 15px;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	border-radius: 13px;
	animation: zoomIn 0.3s ease forwards;
	animation-delay: 0.3s;
}

.mian_d2 .care2 {
	color: black;
	margin-top: 15px;
	padding: 15px;
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	border-radius: 13px;
	animation: zoomIn 0.3s ease forwards;
	animation-delay: 0.3s;
}

.mian_d2 .care2 .sj {
	margin: 30px 15px;
}

#time,
#date,
#gnsj {
	font-size: 16px;
	font-family: "楷体";
}

.mian_d2 .care3 {
	color: black;
	margin-top: 15px;
	padding: 15px;
	width: 100%;
	height: 330px;
	background-color: #ffffff;
	border-radius: 13px;
	animation: zoomIn 0.3s ease forwards;
	animation-delay: 0.3s;
}

.mian_d2 .care1 h3 {
	width: 45px;
	font-size: 14px;
	font-family: "楷体";
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: #0088a9 2px solid;
}

.mian_d2 .care1 span {
	padding: 2px 6px;
	color: white;
	font-size: 14px;
	border-radius: 10px;
}

.mian_d2 .care1 span:nth-child(2) {
	background-color: red;
}

.mian_d2 .care1 span:nth-child(3) {
	background-color: gold;
}

.mian_d2 .care1 span:nth-child(4) {
	background-color: slateblue;
}

.mian_d2 .care1 span:nth-child(5) {
	background-color: #009fd9;
}

.mian_d2 .care2 h3 {
	width: 45px;
	font-size: 14px;
	font-family: "楷体";
	padding-bottom: 5px;
	border-bottom: #0088a9 2px solid;
}

.mian_d2 .care3 h3 {
	width: 60px;
	font-size: 14px;
	font-family: "楷体";
	padding-bottom: 5px;
	border-bottom: #0088a9 2px solid;
}
#submit-button{
	color: white;
	font-family: "楷体";
	width: 80px;
	height: 40px;
	border-radius: 15px;
	background-color: #009fd9;
}
.yqlj {
	width: 880px;
	margin: 0px auto;
	margin-top: 15px;
	color: black;
	border-radius: 13px;
	background-color: #ffffff;
	padding: 15px;

}

.yqlj h3 {
	font-size: 18px;
	font-family: "楷体";
	padding-bottom: 5px;
	border-bottom: #0088a9 2px solid;
}

.yqlj span {
	color: #7095a9;
	margin: 0px 5px;
	font-size: 14px;
	font-family: "楷体";
}

.yqlj .coast {
	margin-top: 15px;
	margin-left: 15px;
}

.yqlj img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.yqlj h3>span>a {
	color: black;
	font-family: '楷体';
	font-size: 16px;
}

.yqlj .coast-r {
	margin-left: 65px;
	margin-top: -55px;
}

.yqlj .coast-r a {
	text-decoration: none;
	color: black;
}

.footer {
	margin-top: 15px;
}

.footer-content {
	background-color: #009fd9;
}

.footer-content>div {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
}

.footer-content>div div {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.contact-msg {
	width: 300px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contact-msg li {
	margin: 10px 0;
}

.wave-box img {
	display: block;
	width: 100%;
}

.wave-box {
	position: relative;
	overflow: hidden;
}

.wave-list1 {
	animation: yidong 10s infinite linear;
}

.wave-list2 {
	position: absolute;
	top: 0;
	animation: yidong 10s 5s infinite linear;
	transform: translateX(100%);
}

.wave-list3 {
	position: absolute;
	top: 0;
	animation: yidong1 10s linear, yidong 20s 10s infinite linear;
}

.wave-list4 {
	position: absolute;
	top: 0;
	animation: yidong 20s infinite linear;
	transform: translateX(100%);
}

.contact-msg li i {
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 7px;
}

.contact-msg li span {
	display: inline-block;
	width: calc(100% - 45px);
	vertical-align: top;
}

.comment-section {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.comment-header {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.comment-text {
	margin-top: 10px;
	padding: 10px;
	background-color: #f8f8f8;
	border-radius: 5px;
}