<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
button,
input,
select,
textarea {
	font-family: "Microsoft YaHei", arial, SimSun, sans-serif, tahoma
}

body {
	font-size: 14px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

input,
select,
textarea {
	font-size: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

textarea,
input,
button,
a {
	outline: none
}

button {
	cursor: pointer
}

textarea {
	resize: none
}

fieldset,
img {
	border: 0
}

address,
cite,
code,
dfn,
em,
i,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

a {
	text-decoration: none
}

input::-webkit-input-placeholder {
	color: #999
}

input:-moz-placeholder {
	color: #999
}

input::-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder {
	color: #999
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

html,
body {
	height: 100%;
	width: 100%
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both;
	overflow: hidden
}

.clearfix {
	*zoom: 1
}

.none {
	display: none
}

@media screen and (max-width: 320px) {
	html {
		font-size: 42.6667px
	}
}

@media screen and (min-width: 320px) {
	html {
		font-size: 42.6667px
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 48px
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 50px
	}
}

@media screen and (min-width: 400px) {
	html {
		font-size: 53.3333px
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 55.2px
	}
}

@media screen and (min-width: 440px) {
	html {
		font-size: 58.6667px
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 64px
	}
}

@media screen and (min-width: 520px) {
	html {
		font-size: 69.3333px
	}
}

@media screen and (min-width: 560px) {
	html {
		font-size: 74.6667px
	}
}

@media screen and (min-width: 600px) {
	html {
		font-size: 80px
	}
}

@media screen and (min-width: 640px) {
	html {
		font-size: 85.3333px
	}
}

@media screen and (min-width: 680px) {
	html {
		font-size: 90.6667px
	}
}

@media screen and (min-width: 720px) {
	html {
		font-size: 96p
	}
}

@media screen and (min-width: 760px) {
	html {
		font-size: 101.333px
	}
}

@media screen and (min-width: 800px) {
	html {
		font-size: 106.667px
	}
}

@media screen and (min-width: 960px) {
	html {
		font-size: 128px
	}
}

.page {
	width: 100%;
	min-height: 100vh;
	background: #fff
}

.page .first-banner {
	width: 100%;
	height: 1545px;
	background: url(../img/banner.png?22) center;
}

.page .guide {
	position: absolute;
	top: 515px;
	width: 1000px;
	text-align: center;
	left: 50%;
	transform: translate(-50%)
}

.page .guide .title1 {
	text-align: center;
	width: 575px;
	height: 111px;
	background: url(../img/title_01.png) center no-repeat;
	background-size: contain;
	line-height: 111px;
	margin: 0 auto 40px;
	font-size: 38px;
	color: #fff
}

.page .guide .list {
	width: 972px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left
}

.page .guide .list&gt;li {
	width: 225px;
	height: 295px;
	background: url(../img/li_bg.png) center no-repeat;
	background-size: contain;
	margin-bottom: 50px;
	color: #fff;
	position: relative
}

.page .guide .list&gt;li .part {
	padding-top: 6px;
	padding-left: 30px;
	font-size: 12px
}

.page .guide .list&gt;li h3 {
	padding-left: 30px;
	font-weight: bold;
	font-size: 28px
}

.page .guide .list&gt;li .time {
	font-size: 18px;
    line-height: 27px;
    color: #333;
    padding-top: 40px;
    padding-left: 18px;
    position: relative;
}

.page .guide .list&gt;li .time&gt;img {
	position: absolute;
	top: 55px
}

.page .guide .list&gt;li .time span {
	margin-left: 15px;
	color: #8e8e8e;
}

.page .guide .list&gt;li .btn {
	width: 173px;
	height: 40px;
	border-radius: 30px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #3554e1;
	color: #333;
	font-size: 22px;
	position: absolute;
	bottom: 40px;
	left: 23px;
	cursor: pointer
}

.page .guide .list&gt;li .z-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 0;
	width: 92%
}

.page .guide .list&gt;li .z-list li {
	font-size: 20px;
	width: 100px;
	height: 40px;
	background: #3554e1;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	margin: 23px 0;
	cursor: pointer
}

.page .bg-wrap {
	width: 100%;
	/*height: 3099px;*/
	background: url(../img/bg.jpg) center no-repeat;
	background: #eef6fd;
	background-size: contain;
	margin-top: -20px;
	padding-bottom: 50px;
}

.page .bg-wrap .zx-guide {
	width: 929px;
	/*height: 429px;*/
	margin: 0 auto;
	position: relative
}

.page .bg-wrap .question {
	/*margin-top: 370px;*/
	cursor: pointer;
	background: url(../img/question.jpg) center;
	height: 1032px;
	overflow: hidden;
}
.l {
	float: left;
}
.r {
	float: right;
}
.page .bg-wrap .question ul {
	width: 1000px;
	margin: 330px auto 0;
	overflow: hidden;
}
.page .bg-wrap .question ul li {
	width: 476px;
	overflow: hidden;
}
.page .bg-wrap .question ul li p {
	font-size: 20px;
	line-height: 58px;
	margin-bottom: 82px;
	float: left;
}
.page .bg-wrap .question ul li.l p {
	margin-left: 33px;
}
.page .bg-wrap .question ul li.r p {
	margin-left: 10px;
}

.page .bg-wrap .footer {
	width: 1002px;
	height: 216px;
	margin: -140px auto 0;
	background: url(../img/footer.png) center no-repeat;
	background-size: contain;
	display: flex;
	position: relative;
	cursor: pointer
}

.page .bg-wrap .footer&gt;.t {
	width: 330px;
	text-align: center;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	padding-top: 55px
}

.page .bg-wrap .footer&gt;.t span {
	color: #ffe690;
	font-size: 45px
}

.page .bg-wrap .footer .detail {
	padding-top: 55px;
	font-size: 28px;
	padding-left: 35px;
	color: #333
}

.page .bg-wrap .footer .detail .ks {
	width: 226px;
	height: 38px;
	background: url(../img/shape.png) center no-repeat;
	background-size: contain;
	font-size: 24px;
	text-align: center;
	line-height: 38px;
	margin-top: 26px
}

.page .bg-wrap .footer .detail a {
	width: 116px;
	height: 122px;
	background: url(../img/bg.png) center no-repeat;
	background-size: contain;
	position: absolute;
	right: 115px;
	top: 50px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	padding-top: 23px;
	cursor: pointer
}

.page .bg-wrap .kc {
	width: 1000px;
	margin: 77px auto 0;
	text-align: center
}

.page .bg-wrap .kc .br {
	width: 1000px;
	height: 700px;
	background: #fff;
	border-radius: 10px;
	margin-top: 35px
}

.page .l-nav,
.page .r-nav {
	position: fixed;
	left: 0;
	width: 138px;
	height: 230px;
	background: #e71a23;
	z-index: 100;
	border-radius: 10px;
	top: 300px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 16px 0
}

.page .l-nav&gt;p,
.page .r-nav&gt;p {
	height: 37px;
	text-align: center;
	line-height: 37px;
	border-bottom: 1px dashed #fff
}

.page .l-nav&gt;p.no,
.page .r-nav&gt;p.no {
	border-bottom: none
}

.page .l-nav&gt;div,
.page .r-nav&gt;div {
	width: 126px;
	height: 48px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	color: #ff5f22;
	margin: 8px auto
}

.page .r-nav {
	width: 150px;
	height: 249px;
	background: url(../img/r_nav.png) center no-repeat;
	background-size: contain;
	right: 0;
	left: initial
}

.page .r-nav&gt;p {
	width: 128px;
	height: 40px;
	color: #1c30bb;
	margin: 0 auto 5px;
	background: #fff;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	line-height: 40px
}

.zx-side {
	display: none;
}

.bg-city {
	width: 100%;
	background: #eef6fd;
	overflow: hidden;
}
.bg-city ul {
	width: 1000px;
    margin: 0 auto 70px;
    overflow: hidden;
}
.bg-city ul li {
	width: 140px;
    height: 50px;
    float: left;
    background: #ebebff;
    margin: 0 10px 20px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}
.bg-city ul li:hover {
	background: #1c31bf;
	cursor: pointer;
	color: #fff;
}

.plate2 {
	width: 100%;
	background: #eff6fe;
    overflow: hidden;
}
.plate2Top {
	width: 978px;
	height: 524px;
	background: url(../img/jpg10.jpg);
	margin: 0 auto;
	/*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
	overflow: hidden;
}
.plate2TopL {
	width: 501px;
	float: left;
}
.plate2TopL dl {
	float: left;
    margin-top: 46px;
    margin-left: 12px;
}
.plate2TopL dl dt {
	width: 230px;
	height: 70px;
	border: 1px solid #041790;
	background: -moz-linear-gradient(top, #5768d7 0%, #021596 100%);
    background: -webkit-linear-gradient(top, #5768d7 0%,#021596 100%);
    background: -o-linear-gradient(top, #5768d7 0%,#021596 100%);
    background: -ms-linear-gradient(top, #5768d7 0%,#021596 100%);
    background: linear-gradient(to bottom, #5768d7 0%,#021596 100%);
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.plate2TopL dl dd {
	background: #fff;
	color: #041790;
	font-size: 24px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
	border: 1px solid #041790;
	margin-bottom: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.plate2TopL dl dd a {
	color: #041790;
}
.plate2TopR {
	width: 475px;
	float: right;
}
.plate2TopR p {
	float: left;
	height: 70px;
	width: 223px;
	background: #fff;
	border-radius: 10px;
	margin-left: 9.5px;
	overflow: hidden;
	margin-bottom: 10px;
}
.plate2TopR p input.fs {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
	width: 80px;
	height: 70px;
	float: left;
	background: -moz-linear-gradient(top, #1f98fe 0%, #82c5fd 100%);
    background: -webkit-linear-gradient(top, #1f98fe 0%,#82c5fd 100%);
    background: -o-linear-gradient(top, #1f98fe 0%,#82c5fd 100%);
    background: -ms-linear-gradient(top, #1f98fe 0%,#82c5fd 100%);
    background: linear-gradient(to top, #1f98fe 0%,#82c5fd 100%);
}
.plate2TopR p span {
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
	width: 80px;
	height: 70px;
	float: left;
	background: -moz-linear-gradient(top, #1f98fe 0%, #82c5fd 100%);
    background: -webkit-linear-gradient(top, #1f98fe 0%,#82c5fd 100%);
    background: -o-linear-gradient(top, #1f98fe 0%,#82c5fd 100%);
    background: -ms-linear-gradient(top, #1f98fe 0%,#82c5fd 100%);
    background: linear-gradient(to top, #1f98fe 0%,#82c5fd 100%);
}
.plate2TopR p input {
	float: left;
	width: 80px;
	line-height: 70px;
	height: 70px;
	width: 128px;
	padding: 0 5px;
	border: none;
	outline: none;
	font-size: 20px;
}
.plate2TopR p select {
	float: left;
	width: 80px;
	line-height: 70px;
	height: 70px;
	width: 128px;
	padding: 0 5px;
	border: none;
	outline: none;
	font-size: 20px;
}
.plate2TopR div {
	overflow: hidden;
	margin-top: 110px;
}
.plate2TopR button {
	width: 455px;
	height: 70px;
	background: #fff;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	font-size: 24px;
	color: #041790;
	border: none;
	font-weight: bold;
}
.plate2TopR a {
	width: 455px;
	height: 70px;
	background: #fff;
	border-radius: 5px;
	line-height: 70px;
	text-align: center;
	display: block;
	margin: 10px auto;
	font-size: 24px;
	color: #041790;
	font-weight: bold;
}

.lead_l {
	position: fixed;
    top: 100px;
    z-index: 100;
    left: 10px;
    width: 115px;
    height: 542px;
    background: url(../img/lead_l.png) top center no-repeat;
}
.lead_l .lead_div {
    padding-top: 95px;
}
.lead_l a {
    display: block;
    width: 94px;
    margin: 0 auto;
    line-height: 22px;
    padding: 9px 0;
    text-align: center;
    border-bottom: 1px solid #a84b4b;
    font-size: 14px;
    color: #fff;
}
.lead_l a.active {
    color: #ffde00;
}

.lead_r {
    right: 0;
    width: 115px;
    height: 399px;
    position: fixed;
    top: 50%;
    margin-top: -200px;
    background: url(../img/lead_r.png) top center no-repeat;
}
.lead_r a, .lead_r .lead_div&gt;div {
    display: block;
    width: 96px;
    margin: 0 auto;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #a84b4b;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.lead_r .lead_div .active1 {
    color: #6c0004;
    background: #ffb400;
    border-radius: 5px 5px 0 0;
    font-family: "FZLTCHJW";
}

.bottom {
    width: 100%;
    background: #c10000;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.m {
    width: 1000px;
    margin: 0 auto;
}
.bottom ul li {
    cursor: pointer;
    float: left;
    background: rgba(255,185,139,0.8);
    margin: 15px 21px;
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    color: #fff2f2;
}
.l {
	float: left;
}
.r {
	float: right;
}
header {
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.header_left {
	width: 280px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
}
.header_left a {
	margin: 0 13px;
}
.header_left a {
	font-size: 18px;
	color: #000;
	line-height: 49px;
}
.header_right {
	margin-top: 14px;
	font-size: 18px;
	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: 17px;
}
.copyRight, .offcnCopy {
    background: #444546;
}
.offcnCopy {
    padding: 45px 0 80px 0;
    line-height: 32px;
    color: #aaa;
    text-align: center;
}
.offcnCopy a {
    color: #aaa;
}
.offcnCopy img {
	display: initial;
}
/*# sourceMappingURL=common.css.map */

.window-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 100;
  }
  .window-mask .ajax_form {
	border: 2px solid #FFFFFF;
	width: 515px;
	height: 406px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 12px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
	padding: 22px;
  }
  .window-mask .ajax_form .close {
	font-size: 30px;
	line-height: 20px;
	color: #ccc;
	position: absolute;
	right: 13px;
	top: 13px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	/* transition: all .3s; */
  }
  .window-mask .ajax_form .close:hover {
	/* transform: rotate(180deg); */
  }
  .window-mask .ajax_form h2 {
	text-align: center;
	font-size: 26px;
	font-family: FZLanTingHeiS-EB-GB;
	color: #DD011A;
	padding-bottom: 10px;
	border-bottom: 2px dashed #DD011A;
  }
  .form-box {
	box-sizing: border-box;
	padding: 19px 30px;
  }
  .form-box .list-div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
	position: relative;
  }
  .form-box input,.form-box select {
	height: 47px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	border-radius: 7px;
	box-sizing: border-box;
	padding: 0 0 0 14px;
	font-size: 16px;
  }
  .form-box input {
	width: 100%;
  }
  .form-box select {
	display: block;
	width: 100%;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline: none;
  }
  .form-box #fs {
	position: absolute;
	right: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 138px;
	height: 39px;
	background: #DD011A;
	border-radius: 6px;
	padding: 0;
	color: #fff;
	cursor: pointer;
	border: none;
  }
  .form-box .btn-box {
	width: 295px;
	height: 97px;
	background: url('../img/yy_btn_bg.png') no-repeat center;
	margin: auto;
	box-sizing: border-box;
	padding: 10px 20px;
  }
  .form-box .ajaxBtn {
	padding: 0;
	border: none;
	font-size: 26px;
	font-family: FZLanTingHeiS-R-GB;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	line-height: 55px;
	background: rgba(0, 0, 0, 0);
	display: block;
  }
</pre></body></html>