<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}
body{
	min-width: 1000px;
	background: #e3e3e3;
}
@font-face {
	font-family: "fangzhengyasong";
	src: url("fangzhengyasong.ttf");
}
.m {
	width: 1000px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.zx {
	cursor: pointer;
}

.banner {
	width: 100%;
	height: 894px;
	position: relative;
	background: url(../img/png1.png) no-repeat center;
}
.banner1 {
	width: 100%;
	height: 351px;
	position: absolute;
	bottom: -60px;
	background: url(../img/png2.png) no-repeat center;
}
.banner2 {
	width: 849px;
	height: 859px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -425px;
	background: url(../img/png3.png) no-repeat center;
}
.banner3 {
	width: 849px;
	height: 859px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -425px;
	background: url(../img/png4.png) no-repeat center;
}

.plate1 {
	width: 100%;
	height: 1003px;
	margin-top: 10px;
	background: url(../img/jpg1.jpg) no-repeat center;
}
.plate1 .l {
	margin-top: 586px;
	margin-left: 30px;
}
.plate1 .l p {
	overflow: hidden;
	width: 445px;
	position: relative;
	margin-bottom: 20px;
}
.plate1 .l b {
	display: block;
	position: absolute;
	height: 48px;
	top: 0;
	right: 0;
}
.plate1 .l b img {
	display: block;
	height: 100%;
}
.plate1 .l span {
	float: left;
	font-size: 20px;
	line-height: 48px;
}
.plate1 .l input {
	float: right;
	height: 46px;
	width: 340px;
	padding: 0 10px;
	border: 1px solid #607361;
	outline: none;
	font-size: 18px;
}
.plate1 .r {
	margin-right: 76px;
	margin-top: 260px;
	font-size: 24px;
	color: #fff;
	background: #cb5247;
	width: 60px;
	padding: 10px 20px;
	letter-spacing: 6px;
	line-height: 26px;
	border-radius: 10px;
}
.plate1 button {
	width: 440px;
	height: 55px;
	background: #cb5247;
	font-size: 24px;
	border-radius: 27px;
	display: block;
	margin: 0 auto;
	color: #fff;
}

.plate2 {
	width: 100%;
	height: 658px;
	overflow: hidden;
	background: url(../img/jpg2.jpg) no-repeat center;
}
.plate2 img {
	display: block;
	width: 216px;
	height: 215px;
	margin: 268px auto 0;
}

.plate3 {
	width: 100%;
	height: 1389px;
	background: url(../img/jpg3.jpg) no-repeat center;
}

.plate4 {
	width: 100%;
	height: 954px;
	background: url(../img/jpg4.jpg) no-repeat center;
}
.plate4 ul {
	float: right;
	width: 120px;
	margin: 482px 20px 0 0;
}
.plate4 ul li {
	width: 120px;
	height: 40px;
	background: #cb5247;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 212px;
	border-radius: 20px;
	cursor: pointer;
}
























</pre></body></html>