<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{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	overflow-y: auto;
}
.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;
}
.zhichi {
	cursor: pointer;
}

.banner {
	width: 100%;
	height: 751px;
	background: url(../img/jpg9.jpg) center no-repeat;
	overflow: hidden;
}
.banner .m {
	position: relative;
}
.banner .m div {
	margin: 0 auto;
	padding-top: 511px;
	width: 880px;
}
.banner img {
	float: left;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 15px;
}
.banner b {
	position: absolute;
	left: -158px;
	top: 428px;
}

.plate1 {
	width: 100%;
	height: 986px;
	background: url(../img/jpg1.jpg) center no-repeat;
	overflow: hidden;
}

.plate2 {
	width: 100%;
	height: 926px;
	background: url(../img/jpg2.jpg) center no-repeat;
	overflow: hidden;
}
.plate2 .m {
	margin-top: 639px;
}
.plate2 p {
	font-size: 24px;
	line-height: 60px;
	margin-left: 123px;
	margin-bottom: 20px;
}

.plate3 {
	width: 100%;
	height: 777px;
	background: url(../img/jpg3.jpg) center no-repeat;
	overflow: hidden;
}
.plate3 .m {
	margin-top: 171px;
}
.plate3 p {
	width: 910px;
	font-size: 24px;
	line-height: 36px;
	margin: 0 auto 112px;
}

.plate4 {
	width: 100%;
	height: 627px;
	background: url(../img/jpg4.jpg) center no-repeat;
	overflow: hidden;
}

.plate5 {
	width: 100%;
	height: 867px;
	background: url(../img/jpg5.jpg) center no-repeat;
	overflow: hidden;
}

.plate6 {
	width: 100%;
	height: 1015px;
	background: url(../img/jpg6.jpg) center no-repeat;
	overflow: hidden;
}
.plate6 p {
    width: 340px;
    height: 56px;
    margin-top: 868px;
    margin-right: 5px;
}

.plate7 {
	width: 100%;
	height: 744px;
	background: url(../img/jpg7.jpg) center no-repeat;
	overflow: hidden;
}

.plate8 {
	width: 100%;
	height: 906px;
	background: url(../img/jpg8.jpg) center no-repeat;
	overflow: hidden;
	margin-bottom: 120px;
}

.floatB {
	width: 100%;
	height: 130px;
	position: fixed;
	bottom: 0;
	background: -moz-linear-gradient(right, #dc2325 0%, #a61617 100%);
    background: -webkit-linear-gradient(right, #dc2325 0%,#a61617 100%);
    background: -o-linear-gradient(right, #dc2325 0%,#a61617 100%);
    background: -ms-linear-gradient(right, #dc2325 0%,#a61617 100%);
    background: linear-gradient(to right, #dc2325 0%,#a61617 100%);
}
.floatB ul {
	overflow: hidden;
	margin-top: 20px;
}
.floatB ul li {
	width: 60px;
	height: 36px;
	background: #fff;
	color: #a81718;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	border-radius: 20px;
	margin: 0 3.3px 15px;
}
.floatB ul li:hover {
	background: -moz-linear-gradient(right, #f6c665 0%, #f3994a 100%);
    background: -webkit-linear-gradient(right, #f6c665 0%,#f3994a 100%);
    background: -o-linear-gradient(right, #f6c665 0%,#f3994a 100%);
    background: -ms-linear-gradient(right, #f6c665 0%,#f3994a 100%);
    background: linear-gradient(to right, #f6c665 0%,#f3994a 100%);
    font-weight: bold;
}

.floatL {
	width: 204px;
	height: 526px;
	position: fixed;
	left: -55px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/png2.png);
}
.floatL ul {
	margin-left: 75px;
	margin-top: 46px;
}
.floatL ul li {
	font-size: 22px;
	font-weight: bold;
	color: #f5d365;
	line-height: 71px;
}
.floatL b {
    width: 58px;
    height: 54px;
    display: block;
    margin-left: 91px;
    cursor: pointer;
}

.floatR {
	width: 144px;
	height: 162px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/png3.png);
}

.zx-side {
	display: none;
}















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