<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** CSS Reset **/
* {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

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

fieldset,
img {
	border: 0;
	vertical-align: bottom;
}

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

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: center;
}

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

abbr,
acronym {
	border: 0;
}

textarea,
input,
select {
	resize: none;
	outline: none;
	background: none;
	border: none;
}

button {
	overflow: visible;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
}

input {
	border: 0
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
	display: block;
}

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

body {
	color: #333;
	font-size: 18px;
	line-height: 160%;
	font-family: "Microsoft YaHei";
	width: 100%;
	height: 100%;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mobile {
	display: none;
}

.m1000 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */
/* banner */
.header {
	width: 100%;
	height: 800px;
	position: relative;
	background: url("../images/header_bg.png") no-repeat center top;
	background-size: cover;
}

.header .logo {
	display: inline-block;
	margin-top: 24px;
}

.header_t {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -443.5px;
}

.header_b {
	position: absolute;
	top: 335px;
	left: 50%;
	margin-left: -437.5px;
}

.header .head_txt_bg {
	text-align: center;
	width: 889px;
	height: 140px;
	margin: 305px auto 0;
	padding: 27px 25px;
	background: url(../images/header_txt_bg.png) no-repeat top center;
	background-size: 888px 146px;
}

.header .head_txt_bg p {
	font-style: italic;
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
}

.header .btn{
	text-align: center;
}
.header .btn a{
	margin: 0 auto;display: inline-block;
	width: 220px;
	height: 40px;
	background: url(../images/yybtn.png) no-repeat top center;
}

/*part*/
.page {
	padding: 50px 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.page .title {
	text-align: center;
}

.page .title .chinese {
	font-size: 48px;
	font-weight: bold;
	color: #c30e23;
	line-height: 70px;
}

.page .title .english {
	font-size: 20px;
	font-weight: bold;
	color: #dc9aa0;
}

.page .title img {
	margin: 0 auto;
	width: 100%;
	display: block;
}


.page1 {
	background: url(../images/page1_bg.png) no-repeat top center;
	/* background-size: cover; */
}

.page2 {
	background: url(../images/page2_bg.png) no-repeat top center;
	/* background-size: cover; */
}

.page3 {
	background: url(../images/page3_bg.png) no-repeat top center;
	/* background-size: cover; */
}

.page4 {
	/* margin-top: -38px; */
	background: url(../images/page4_bg.png) no-repeat top center;
	/* background-size: cover; */
}

.page5 {
	padding-bottom: 50px;
	background: url(../images/page5_bg.png) no-repeat top center;
	/* background-size: cover; */
}

.page .content {
	position: relative;
}

.page p {
	margin: 5px 0 20px 0;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	background: url(../images/page_sm-tit_bg.png) no-repeat top center;
	padding: 15px 0;
}

.page p strong {
	font-size: 24px;
	font-weight: bold;
	color: #08d1e6;
}

.page .aa {
	text-align: center;
	margin-left: -45px;
	margin-top: -70px;
}

.page .gif {
	width: 1200px;
	height: 638px;
	background: url(../images/page_gif_bg.png) no-repeat top center;
	background-size: 1200px 650px;
	text-align: center;
	margin: 0 auto;
}


.page .aa.gif4 {
	margin-top: -15px;
}

.page .gif img {
	width: 61%;
	margin-left: 33px;
	height: 71%;
	margin-top: 95px;
}

/*form_new*/
.page5 .m1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.form_new {
	background: url(../images/fm_bg.png) no-repeat top center;
	width: 100%;
	height: 605px;
	padding-top: 30px;
	background-size: 1200px 635px;
}

.form_new ul {
	width: 50%;
	margin: 36px auto 0;
}

.form_new ul li {
	padding-bottom: 25px;
	position: relative;
}


.form_new li .input_wrap {
	display: inline-block;
	width: 100%;
	height: 44px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	background: #ffffff;
}

.form_new li .input_wrap span {
	float: left;
	width: 9.12%;
	height: 30px;
	margin: 7px 0;
	text-align: center;
	border-right: 1px solid #eeeeee;
	box-sizing: border-box;
}

.form_new li .input_wrap span img {
	width: 24px;
}

.form_new li .input_wrap input {
	height: 100%;
	width: 86.88%;
	padding: 0 2%;
	font-size: 16px;
	color: #000;

}

.form_new li .input_wrap select {
	height: 100%;
	width: 90.88%;
	padding: 0 2%;
	font-size: 16px;
	color: #000;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(https://liuxue.xdf.cn/dataweixin/images/icons_wxhdbd/select.png) no-repeat 98% center;
	background-size: 18px 12px;
}


.form_new .smsCode .input_wrap {
	position: relative;
}

.form_new .smsCode .input_wrap .VeriCodeBtn {
	position: absolute;
	right: -1px;
	color: #fff;
	font-size: 18px;
	width: 30%;
	text-align: center;
	cursor: pointer;
	top: -1px;
	line-height: 44px;
}

.form_new .smsCode .input_wrap input {
	width: 62%;
}

.form_new .tiaokuan span{
	width: 50%;
	margin: 0 auto 14px;
	padding: 0 0 0 20px;
	color: #ffffff;
	font-size: 14px;
	background: url(https://liuxue.xdf.cn/dataweixin/images/icons_wxhdbd/checked.png) no-repeat left center;
	box-sizing: border-box;
	cursor: pointer;
	background-size: 14px;
	text-align: left;
}

.form_new .tiaokuan span.active{
	background: url(https://liuxue.xdf.cn/dataweixin/images/icons_wxhdbd/checked2.png) no-repeat left center;
	box-sizing: border-box;
	cursor: pointer;
	background-size: 14px;
}

.form_new .tiaokuan a {
	color: #f39800;
}

.form_new .btn {
	display: block;
	width: 50%;
	height: 58px;
	text-align: center;
	line-height: 58px;
	background: #02d3e8;
	color: #ffffff;
	font-size: 18px;
	margin: 0 auto;
	cursor: pointer;
}

.form_new .btn.active {
	background: #ccc !important;
}

.form_new .chinese {
	font-size: 44px;
	margin: 30px auto 22px;
	padding: 0;
	background: none;
	color: #00f6ff;

}

.form_new .english {
	font-size: 20px;
	letter-spacing: 5px;
	padding: 0;
	background: none;
}

.slidebox{
	position: fixed;
	right:0;
	top:25%;
	width: 146px;
	height: 355px;
	overflow: hidden;
	background: url(../images/slideImg.png) no-repeat center center;
	display: none;
	z-index: 2;
}

@media screen and (max-width:1000px) {
	body {
		font-size: 22px;
		line-height: 160%;
		-webkit-text-size-adjust: none;
	}

	.m1000 {
		width: 98%;
		margin: 0 auto;
	}

	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.page {
		padding: 2rem 0 0;
	}

	/*banner*/
	.header {
		height: 40.6rem;
		background: url("../images/m_header_bg.png") no-repeat center top;
		margin-top: 0px;
	}

	.header .m1000 {
		width: 96%;
	}

	.header_t {
		margin-left: -293px;
		top: 140px;
	}

	.header_t img {
		width: 100%;
	}

	.header_b {
		margin-left: -304px;
		top: 265px;
	}

	.header_b img {
		width: 100%;
	}
  .header .logo{
    margin-top: 10px;
  }
	.header .head_txt_bg {
		width: 602px;
		height: 240px;
		margin: 265px auto 0;
		padding: 45px 25px;
		background: url(../images/header_txt_bg.png) no-repeat top center;
		background-size: 652px 216px;
	}

	.header .head_txt_bg p {
		font-style: italic;
		line-height: 34px;
		font-size: 22px;
		color: #ffffff;
	}

	.page .mobile {
		display: block;
		height: 78px;
		background: url(../images/page_sm-tit_bg.png) no-repeat top center;
		margin: 20px auto 0;
		font-size: 24px;
		line-height: 36px;
		padding-top: 10px;
	}

	.page .mobile strong {
		font-size: 30px;
	}

	.page .aa {
		text-align: center;
		margin-left: 0;
		margin-top: -20px;
	}

	.page .gif {
		margin: 0;
		width: 524px;
		height: 396px;
		background: url(../images/m_page_gif_bg.png) no-repeat top center;
		padding: 90px 105px 90px 121px;
	}

	.page .gif img {
		width: 100%;
		margin-left: 1px;
		height: 100%;
		margin-top: 1px;
	}

	.page .aa.gif4 {
		margin-top: -35px;
	}

	.page5 {
		padding: 2rem 2%;
		background-size: cover;
	}

	.page5 .m1200 {
		width: 100%;
	}

	.page5 .form_new {
		background: url(../images/m_fm_bg.png) no-repeat top center;
	}

	.form_new ul {
		width: 80%;
		margin: 40px auto 0;
	}

	.form_new li .input_wrap {
		height: 50px;
	}

	.form_new li .input_wrap input {
		font-size: 18px;
	}

	.form_new li .input_wrap select {
		font-size: 18px;
	}

	.form_new .smsCode .input_wrap .VeriCodeBtn {
		line-height: 50px;
	}


	.form_new .tiaokuan {
		width: 80%;
	}

	.form_new .btn {
		width: 80%;
	}
	.slidebox{display: none !important;}
}
</pre></body></html>