<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;
	background: #dd3a3a;
}
.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;
}

header {
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.header_left {
	width: 400px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
}
.header_left a {
	margin: 0 5px;
}
.header_left a {
	font-size: 20px;
	color: #000;
	line-height: 54px;
}
.header_left a b {
	margin: 0 13px;
}
.header_right {
	margin-top: 14px;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 18px;
	font-weight: bold;
}
.header_right img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
}
.header_right b {
	font-size: 15px;
}

.banner {
	width: 100%;
	height: 549px;
	overflow: hidden;
	background: url(../img/banner.jpg) center no-repeat;
}
.banner .title {
	width: 876px;
	height: 203px;
	background: url(../img/png1.png);
	margin-top: 140px;
	margin-left: 80px;
}
.banner ul {
	width: 992px;
	margin: 40px auto;
}
.banner ul li {
	width: 238px;
	height: 90px;
	float: left;
	background: #fff;
	border-radius: 15px;
	margin: 0 5px;
	cursor: pointer;
	overflow: hidden;
}
.banner ul li:hover {
	background: -moz-linear-gradient(bottom, #ffffee 0%, #ffff89 100%);
    background: -webkit-linear-gradient(bottom, #ffffee 0%,#ffff89 100%);
    background: -o-linear-gradient(bottom, #ffffee 0%,#ffff89 100%);
    background: -ms-linear-gradient(bottom, #ffffee 0%,#ffff89 100%);
    background: linear-gradient(to bottom, #ffffee 0%,#ffff89 100%);
}

.plate1 {
	width: 100%;
	height: 578px;
	background: url(../img/jpg1.jpg) center no-repeat;
	overflow: hidden;
}
.plate1 iframe {
	display: block;
	width: 676px;
	height: 380px;
	margin: 127px auto 0;
	border: none;
	border-radius: 15px;
	overflow: hidden;
}

.plate2 {
	width: 100%;
	height: 593px;
	background: url(../img/jpg2.jpg?11) center no-repeat;
	overflow: hidden;
}
.plate2 ul {
	width: 960px;
	margin: 135px auto 0;
}
.plate2 ul li {
	float: left;
	margin: 0 13px;
}

.plate3 {
	width: 1089px;
	margin: 0 auto;
	padding-bottom: 48px;
}
.plate3 .m {
	margin-top: 37px;
	position: relative;
	overflow: hidden;
}
.plate3 ul {
	width: 100%;
	overflow: hidden;
	position: absolute;
}
.plate3 ul li {
	width: 198px;
	height: 54px;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
	float: left;
	background: #fff;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	margin-left: 2.5px;
	cursor: pointer;
}
.plate3 ul li:first-child {
	margin-left: 0;
}
.plate3 ul li.click {
	background: #ff7430;
	color: #fff;
}
.plate3 .content {
	background: #fff;
	margin-top: 47px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	
}
.plate3 .content ol {
	overflow: hidden;
	margin: 40px 0 20px 16px;
}
.plate3 .content ol li {
	padding: 0 22px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #949494;
	float: left;
	margin: 0 9px 18px;
	border-radius: 20px;
	cursor: pointer;
}
.plate3 .content ol li.click {
	background: #de3a3a;
	color: #fff;
	border: 1px solid #de3a3a;
}
.plate3 .content table {
	width: 940px;
	margin: 0 auto 40px;
	border-radius: 10px;
	overflow: hidden;
	border-bottom: 1px solid #dfdfdf;
}
.plate3 .content table tr th {
	background: #ffece4;
	border-left: 1px solid #dfdfdf;
	font-size: 18px;
	line-height: 43px;
	font-weight: normal;
}
.plate3 .content table tr th:first-child {
	border-left: none;
}
.plate3 .content table tr td {
	font-size: 18px;
	padding: 20px 0;
	text-align: center;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.plate3 .content table tr td p {
	width: 385px;
	text-align: left;
	margin: 0 auto;
}
.plate3 .content table tr td a {
	width: 172px;
	height: 31px;
	background: url(../img/a1.jpg);
	display: block;
	border-radius: 16px;
	font-size: 18px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
	margin-left: 25px;
	transition: 0.3s;
}
.plate3 .content table tr td a:hover {
	transform: scale(1.1);
}
.plate3 .content table tr td a b {
	font-size: 26px;
	margin: 0 3px;
	display: inline-block;
}
.plate3 .content table tr td a.zero {
	background: url(../img/a.jpg);
}
.plate3 .content table tr td:last-child {
	border-right: 1px solid #dfdfdf;
}
.plate3 .content table tr:last-child td {
	border-bottom: none;
}
.plate3 .content table tr:nth-child(2) td {
	border-right: none;
	border-bottom: none;
}
.plate3 .content .table {
	position: relative;
	transition: 0.3s;
}
.content .label {
	width: 234px;
	height: 300px;
	background: url(../img/png7.png);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-43%);
	z-index: 1;
}
.content .label a {
	width: 113px;
	height: 113px;
	background: #de3a3a;
	border-radius: 60px;
	float: right;
	margin-top: 95px;
	margin-right: 40px;
	transition: 0.3s;
}
.content .label a:hover {
	transform: scale(1.1);
}
.content .label a p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
.content .label a p b {
	font-size: 26px;
}
.content .label a span {
	font-size: 18px;
	display: block;
	color: #fff;
	text-align: center;
}

.plate4 {
	background: #a42727;
	width: 100%;
}
.plate4 .m {
	width: 1089px;
	height: 582px;
	background: url(../img/jpg4.jpg);
}

.copyRight,.offcnCopy{ 
	background:#444546;    
	min-width: 1200px; 
	padding-bottom: 20px;
}
.offcnCopy {
	padding:45px 0 54px 0; 
	line-height:32px; 
	color:#ccc; 
	text-align:center;
}
.offcnCopy.normalPadding {
	padding-bottom: 45px;
}
.offcnCopy a {
	color:#ccc;
}
.offcnCopy a:hover {
	color:#e00;
}
.offcnCopy img {
	width: 15px;
	height: 15px;
	display: inline-block;
}

.floatLeft {
   width: 92px;
   height: 328px;
   background: url(../img/png8.png);
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   position: fixed;	
}

.zx-side {
	display: none;
}
</pre></body></html>