<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;
	position: relative;
}
.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: 215px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
	margin: 13px 0;
}
.header_left a {
	margin: 0 13px;
}
.header_left a {
	font-size: 18px;
	color: #000;
	line-height: 49px;
}
.header_right {
	margin-top: 14px;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 18px;
}
.header_right ul {
	font-size: 18px;
}
.header_right ul li {
	float: left;
	line-height: 57px;
	font-weight: bold;
	margin-left: 20px;
}

.banner {
	width: 100%;
	height: 475px;
	background: url(../img/banner.jpg) center no-repeat;
	overflow: hidden;
}
.banner h1 {
    text-align: center;
	font-size: 32px;
	background-image:-webkit-linear-gradient(bottom,#e9caa6,#f8e9d4);
	-webkit-background-clip:text; 
	margin-top: 135px;
    -webkit-text-fill-color:transparent; 
}
.banner div {
	width: 740px;
	height: 38px;
	margin: 180px auto 0;
}

.plate1 {
	width: 100%;
	height: 840px;
	background: url(../img/plate1.jpg) center no-repeat;
	overflow: hidden;
}
.plate1 .h1 {
	margin-top: 28px;
	margin-bottom: 47px;
}
.h1 {
	font-size: 36px;
	margin-left: 100px;
	float: left;
	line-height: 38px;
}
.plate1 ul {
	overflow: hidden;
    width: 900px;
    margin: 0 auto;
}
.plate1 ul li {
	width: 200px;
	height: 142px;
	background: url(../img/jpg1.jpg);
	background-size: 100% 100%;
	float: left;
	margin: 0 12px 26px;
}
.plate1 ul li p {
	font-size: 34px;
	font-weight: bold;
	color: #033889;
	text-align: center;
	line-height: 34px;
	margin: 27px auto 25px;
}
.plate1 ul li button {
	width: 184px;
	height: 36px;
	background: url(../img/jpg4.jpg);
	margin: 0 auto;
	display: block;
}

.plate2 {
	width: 100%;
	height: 668px;
	background: url(../img/plate2.jpg) center no-repeat;
	overflow: hidden;
}
.plate2 .h1 {
	margin-top: 47px;
	margin-bottom: 51px;
}
.plate2 ul {
	overflow: hidden;
    width: 921px;
    margin: 0 auto;
}
.plate2 ul li {
	width: 281px;
	height: 213px;
	background: url(../img/jpg2.jpg);
	background-size: 100% 100%;
	float: left;
	margin: 0 13px 40px;
}
.plate2 ul li b {
	width: 160px;
	height: 44px;
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
}
.plate2 ul li p {
	width: 235px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	height: 96px;
	margin: 15px auto 0;
}
.plate2 ul li button {
	width: 135px;
	height: 36px;
	margin: 0 auto;
	display: block;
	background: -moz-linear-gradient(top, #e35420 0%, #ed792d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ef4f), color-stop(100%,#ed792d));
    background: -webkit-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -o-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -ms-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: linear-gradient(to top, #e35420 0%,#ed792d 100%);
    color: #fff;
    font-size: 18px;
    box-shadow: 0 3px 5px 1px #d48a62;
    border-radius: 20px;
}

.plate3 {
	width: 100%;
	height: 291px;
	background: url(../img/plate3.jpg) center no-repeat;
	overflow: hidden;
}
.plate3 .h1 {
	margin-top: 47px;
	margin-bottom: 60px;
}
.plate3 p {
	width: 895px;
	margin: 0 auto;
	overflow: hidden;
}
.plate3 p span {
	float: left;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0 31px;
}
.plate3 p span:first-child {
	margin-left: 44px;
}
.plate3 .m div {
	width: 895px;
	margin: 10px auto 0;
}
.plate3 .m div button {
	width: 100px;
	height: 22px;
	margin: 0 auto;
	float: left;
	background: -moz-linear-gradient(top, #e35420 0%, #ed792d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ef4f), color-stop(100%,#ed792d));
    background: -webkit-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -o-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -ms-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: linear-gradient(to top, #e35420 0%,#ed792d 100%);
    box-shadow: 0 3px 5px 1px #d48a62;
    border-radius: 20px;
    color: #fff;
    margin: 0 22px;
}

.plate4 {
	width: 100%;
	height: 406px;
	background: url(../img/plate4.jpg) center no-repeat;
	overflow: hidden;
}
.plate4 .h1 {
	margin-top: 37px;
	margin-bottom: 50px;
	color: #fff;
}
.plate4 ul {
	overflow: hidden;
	width: 100%;
}
.plate4 ul li {
	float: left;
    width: 120px;
    height: 60px;
    margin: 0 23px 32px;
    background: #fff;
    border-radius: 5px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.plate5 {
	width: 100%;
	height: 678px;
	background: url(../img/plate5.jpg) center no-repeat;
	overflow: hidden;
}
.plate5 .h1 {
	margin-top: 60px;
}
.plate5 .l .h1 {
	margin-bottom: 37px;
}
.plate5 .l {
	width: 488px;
}
.plate5 .l ul {
	width: 415px;
	margin-left: 50px;
	overflow: hidden;
}
.plate5 .l ul li {
	font-size: 18px;
    line-height: 30px;
    color: #333;
    height: 93px;
}
.plate5 .l ul li a {
	color: #333;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: block;
}
.plate5 .l ul li:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 32px;
}
.plate5 .r .h1 {
	margin-bottom: 51px;
}
.plate5 .r {
	width: 488px;
}
.plate5 .r ul {
	width: 100%;
	overflow: hidden;
}
.plate5 .r ul li {
	width: 456px;
	height: 47px;
	background: #eef1f6;
	border-radius: 25px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.plate5 .r ul li p {
	font-size: 18px;
	width: 327px;
	margin-left: 22px;
	float: left;
	line-height: 47px;
}
.plate5 .r ul li button {
	float: right;
	width: 73px;
	height: 28px;
	background: -moz-linear-gradient(top, #e25320 0%, #ee792e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e25320), color-stop(100%,#ee792e));
    background: -webkit-linear-gradient(top, #e25320 0%,#ee792e 100%);
    background: -o-linear-gradient(top, #e25320 0%,#ee792e 100%);
    background: -ms-linear-gradient(top, #e25320 0%,#ee792e 100%);
    background: linear-gradient(to top, #e25320 0%,#ee792e 100%);
    margin-right: 18px;
    margin-top: 9px;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
}

.href {
	width: 819px;
	height: 88px;
	background: url(../img/lb.png);
	margin: 50px auto 25px;
	display: block;
}

.plate6 {
	width: 100%;
	height: 1140px;
	background: url(../img/plate6.jpg) center no-repeat;
	overflow: hidden;
}
.plate6 .h1 {
	margin-top: 56px;
	margin-bottom: 35px;
}
.plate6 p {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 48px;
	width: 100%;
	overflow: hidden;
	margin-left: 106px;
}
.plate6 ul {
	width: 920px;
	margin-left: 65px;
}
.plate6 ul li {
	width: 183px;
	height: 212px;
	background: url(../img/jpg3.jpg);
	float: left;
	margin-right: 47px;
	margin-bottom: 5px;
}
.plate6 ul li b {
	display: block;
	line-height: 65px;
	margin: 32px 0 15px;
	text-align: center;
	font-size: 26px;
	width: 155px;
}
.plate6 ul li span {
	display: block;
	width: 155px;
	text-align: center;
	color: #3b53a8;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	height: 33px;
}
.plate6 ul li button {
	width: 98px;
    height: 28px;
    margin-left: 32px;
    display: block;
    background: -moz-linear-gradient(top, #e35420 0%, #ed792d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ef4f), color-stop(100%,#ed792d));
    background: -webkit-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -o-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -ms-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: linear-gradient(to top, #e35420 0%,#ed792d 100%);
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
}

.plate7 {
	width: 100%;
	height: 387px;
	background: url(../img/plate7.jpg) center no-repeat;
	overflow: hidden;
}
.plate7 .h1 {
	margin-top: 34px;
	margin-bottom: 166px;
	color: #fff;
}
.plate7 ul {
	overflow: hidden;
	width: 100%;
}
.plate7 ul li {
	width: 167px;
	float: left;
	margin-left: 28px;
}
.plate7 ul li p {
	font-size: 20px;
	text-align: center;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}
.plate7 ul li button {
	width: 117px;
    height: 30px;
    margin: 20px auto;
    display: block;
    background: -moz-linear-gradient(top, #e35420 0%, #ed792d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ef4f), color-stop(100%,#ed792d));
    background: -webkit-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -o-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -ms-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: linear-gradient(to top, #e35420 0%,#ed792d 100%);
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
    font-weight: bold;
}

.plate8 {
	width: 100%;
	height: 854px;
	background: url(../img/plate8.jpg) center no-repeat;
	background-position-y: 0;
	overflow: hidden;
}
.plate8 .h1 {
	margin-top: 85px;
	margin-bottom: 60px;
	font-size: 34px;
}
.plate8 iframe {
	width: 930px;
	height: 580px;
	border: none;
	display: block;
	margin: 0 auto;
}

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

.floatL {
	width: 136px;
	height: 260px;
	background: url(../img/jpg5.jpg) no-repeat bottom;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 20px;
	overflow: hidden;
}
.floatL ul {
	margin-top: 25px;
}
.floatL ul li {
	width: 106px;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dashed #36457b;
	color: #36457b;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.floatL ul li:hover span {
	color: #d13c3b;
	border-bottom: 1px solid #d13c3b;
}
.floatL ul li:last-child {
	border-bottom: none;
}
.floatL b {
	width: 86px;
	height: 86px;
	display: block;
	margin: 10px auto 25px;
}
.floatL i {
	width: 60px;
	height: 20px;
	margin: 0 auto;
	display: block;
}

.floatR {
	width: 155px;
	height: 275px;
	background: -moz-linear-gradient(top, #e8c8a3 0%, #f9e9d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8c8a3), color-stop(100%,#f9e9d5));
    background: -webkit-linear-gradient(top, #e8c8a3 0%,#f9e9d5 100%);
    background: -o-linear-gradient(top, #e8c8a3 0%,#f9e9d5 100%);
    background: -ms-linear-gradient(top, #e8c8a3 0%,#f9e9d5 100%);
    background: linear-gradient(to top, #e8c8a3 0%,#f9e9d5 100%);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 20px;
	overflow: hidden;
}
.floatR ul {
	margin-top: 10px;
}
.floatR ul li {
	width: 127px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #36457b;
	color: #36457b;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.floatR ul li a {
	color: #36457b;
}
.floatR ul li:hover span,.floatR ul li:hover a {
	color: #d13c3b;
	border-bottom: 1px solid #d13c3b;
}
.floatR ul li:last-child {
	border-bottom: none;
}
.floatR button {
	width: 130px;
    height: 36px;
    margin: 5px auto;
    display: block;
    background: -moz-linear-gradient(top, #e35420 0%, #ed792d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2ef4f), color-stop(100%,#ed792d));
    background: -webkit-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -o-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: -ms-linear-gradient(top, #e35420 0%,#ed792d 100%);
    background: linear-gradient(to top, #e35420 0%,#ed792d 100%);
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    font-weight: bold;
}

.zx-side {
	display: none;
}

.floatingAd .text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	color: #000000;
	line-height: 25px;
}

.floatingAd .text .button {
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url("../img/close2.png") no-repeat;
	cursor: pointer;
}

.floatingAd .text .title {
	position: relative;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}
.floatingAd .ad {
	z-index: 100;
	background: none;
	position: absolute;
	display: none;
}

.floatingAd a {
	color: #000000;
	display: inline-block;
	text-decoration: none;
}

.floatingAd a img {
	border: 0;
	cursor: pointer;
}

.floatingAd .close {
	display: none;
}

.floatingAd .opacity {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	background-color: #000000;
	opacity: 0.20;
	filter: alpha(opacity=20);
}

.opacity1 {
	opacity: 0.90;
	filter: alpha(opacity=90);
}

.popup{
	display: none;
	z-index: 2002;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -115px;
	margin-top: -102px;
	width: 230px;
	height: 204px;
	padding-top: 25px;
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
}
.popup input{
	display: block;
	width: 158px;
	height: 32px;
	line-height: 32px;
	margin:0 auto 10px;
	border:1px solid #dcdcdc;
	font-size: 12px;
	color: #999999;
	background: #f6f6f6;
	text-align: left;
	border-radius: 5px;
	padding: 0 10px;
	outline: none;
}
.popup input::-webkit-input-placeholder{
     color: #666666;
}
.popup .tj {
	width: 158px;
	height: 37px;
	margin: 15px auto;
	font-size: 16px;
	text-align: center;
	line-height: 37px;
	color: #fff;
	cursor: pointer;
	background: -moz-linear-gradient(top, #e35420 0%, #ed782d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e35420), color-stop(100%,#ed782d));
    background: -webkit-linear-gradient(top, #e35420 0%,#ed782d 100%);
    background: -o-linear-gradient(top, #e35420 0%,#ed782d 100%);
    background: -ms-linear-gradient(top, #e35420 0%,#ed782d 100%);
    background: linear-gradient(to top, #e35420 0%,#ed782d 100%);
    border-radius: 20px;
}
.popup .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -40px;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top center no-repeat;
}
.shadow{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 99;
}

.fix_bot_bg {
    width: 100%;
    min-width: 1000px;
    height: 47px;
    line-height: 64px;
    background: #30489c;
    position: fixed;
    bottom: 0;
    padding-top: 18px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 900;
}
.fix_bot {
    width: 100%;
    height: 47px;
    line-height: 64px;
    position: fixed;
    bottom: 0;
    padding-top: 18px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    z-index: 999;
}
.fix_bot ul {
    position: relative;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.fix_bot ul li {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #2e469b;
    background: #fff;
    float: left;
    margin-right: 10px;
    list-style-type: none;
}
.fix_bot ul li a {
    width: 100px;
    height: 30px;
    display: block;
    color: #2e469b;
    text-decoration: none;
}






















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