<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

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

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #f3f3f3;
  max-width: 480px;
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 24.6rem;
  background: url(../img_Pricelist/ban.jpg) top center no-repeat;
  background-size: 100% 24.6rem;
  box-sizing: border-box;
  padding-top: 15rem;
}
.banner p {
  width: 35%;
  height: 1.5rem;
  float: left;
  text-align: center;
  margin-right: .6rem;
  padding: 0 .5rem;
  font-size: .55rem;
  color: #fff;
  line-height: .5rem;
  padding-top: .5rem;
  border-top: 2px solid #f13c3c;
  background: linear-gradient(to bottom, #9d1110, rgba(255, 255, 255, 0));
}

.banner p:first-child {
  margin-left: 1.55rem;
}
.banner p:nth-child(3) {
  margin-left: 1.55rem;
}

.title {
  height: 2.15rem;
  position: relative;
}

.title::before {
  position: absolute;
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img_Pricelist/title_left.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
}

.title::after {
  position: absolute;
  content: '';
  width: .8rem;
  height: .8rem;
  background: url(../img_Pricelist/title_right.png) no-repeat;
  background-size: 100% 100%;
  bottom: 0;
}

.title h6 {
  width: 100%;
  height: 2.15rem;
  font-size: 1.2rem;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 2;
}

.course {
  margin-top: 1rem;
  padding-bottom: 0.75rem;
}

.course .title::before {
  left: 3.9rem;
}

.course .title::after {
  right: 4.2rem;
}

.course .navbar {
  padding: 0 4.2rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.course .navbar .item {
  width: 5rem;
  height: 1.2rem;
  font-size: .66rem;
  color: #5e5e5e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .6rem;
  background-color: #d8d8d8;
}

.course .navbar .active {
  color: #fff;
  background-color: #e44142;
}

.course .course_list {
  width: 94%;
  height: auto;
  margin:0 auto;
}

.course .course_list .biaoti {
  width: 5.85rem;
  height: 1.05rem;
  margin: 0 auto;
  display: block;
  color: #fff;
  text-align: center;
  font-size: .75rem;
  background: url(../img_Pricelist/kc_bg.png) no-repeat;
  background-size: 100% 100%;
}

.course .course_list .kc_jianjie {
  margin: 1rem auto 0;
  padding-bottom: 1rem;
  background-color: #fff;
  border-radius: .3rem;
}

.course .course_list table {
  width: 98%;
  margin: 0 auto;
  margin-top: 1rem;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

.course .course_list table tr td {
  font-size: .55rem;
  color: #5e5e5e;
  text-align: center;
  padding: 1% 0;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

.course .course_list table tr td:last-child {
  color: #db2d2e;
}

.btn_an {
  width: 7.2rem;
  height: 1.6rem;
  margin: 1rem auto 0;
  border-radius: .8rem;
  font-size: .72rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #d93132, #e64546);
}

.course_list {
  display: none;
}

.show {
  display: block;
}

.yuyue {
  width: 100%;
  height: 12.15rem;
  padding-top: 3.35rem;
  background: url(../img_Pricelist/yy_bg.jpg) top center no-repeat;
  background-size: 100% 15.5rem;
}

.yuyue .form-container {
  width: 13.5rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.yuyue .form-container .form-item {
  height: 2rem;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.8rem;
  border-radius: 0;
  border: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.yuyue .form-container .form-item input {
  text-indent: 1.2rem;
  font-size: .6rem;
  color: #fff;
}

.yuyue .form-container .form-item:first-child input {
  background: url(../img_Pricelist/yy_icon1.png) 0.6rem center no-repeat rgba(48, 5, 8, 0.1);
  background-size: .35rem .5rem;
}

.yuyue .form-container .form-item:nth-child(2) input {
  background: url(../img_Pricelist/yy_icon2.png) 0.6rem center no-repeat rgba(48, 5, 8, 0.1);
  background-size: .35rem .5rem;
}

.yuyue .form-container .submit {
  margin-top: 1.5rem;
  font-size: .6rem;
  color: #da3233;
  background: #fff;
}

.yuyue .form-container .form-item input::-webkit-input-placeholder {
  color: #fff;
} 

.jieduan {
  width: 100%;
  height: auto;
  background: url(../img_Pricelist/jd_bg.jpg) top center no-repeat #f3f3f3;
  background-size: 100% 14.25rem;
}

.jieduan .xuexi_jd {
  padding-top: 2.05rem;
}

.jieduan .xuexi_jd .title::before {
  left: .5rem;
}

.jieduan .xuexi_jd .title::after {
  right: .5rem;
}

.jieduan .xuexi_jd ul {
  padding: 0 .6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jieduan .xuexi_jd ul li {
  width: 8.4rem;
  height: 3.6rem;
  margin-top: .5rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}

.jieduan .xuexi_jd ul li h6 {
  margin-top: .5rem;
  font-size: .6rem;
  color: #333;
  line-height: .7rem;
  text-align: center;
  position: relative;
}

.jieduan .xuexi_jd ul li h6::before {
  position: absolute;
  content: '';
  width: .95rem;
  height: .1rem;
  left: 50%;
  margin-left: -0.45rem;
  bottom: -0.2rem;
  background-color: #ff262a;
}

.jieduan .xuexi_jd ul li p {
  margin-top: .3rem;
  font-size: .5rem;
  color: #5e5e5e;
  text-align: center;
}

.jieduan .xuexi_jd ul li::before {
  position: absolute;
  content: '';
  width: 8.2rem;
  height: 3.4rem;
  left: .05rem;
  top: .05rem;
  border: 1px dashed #eebebf;
}

.jieduan .xuexi_jd .btn_an {
  width: 8rem;
  height: 1.6rem;
}

.jieduan .tushu {
  margin-top: 1.75rem;
}

.jieduan .tushu .title::before {
  left: 2.4rem;
}

.jieduan .tushu .title::after {
  right: 3rem;
}

.jieduan .tushu .tushu_nr {
  width: 18.75rem;
  height: 10.45rem;
  margin-top: 2.05rem;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 3px 9px 0px rgba(28, 28, 28, 0.1);
}

.jieduan .tushu .tushu_nr .ts_bg {
  width: 5.4rem;
  height: 11.9rem;
  position: absolute;
  bottom: 0;
  left: .6rem;
  z-index: 2;
}

.jieduan .tushu .tushu_nr .ts_img2 {
  width: 4.2rem;
  height: .8rem;
  position: absolute;
  top: 0;
  left: 4rem;
}

.jieduan .tushu .tushu_nr .ts_img3 {
  width: 3.85rem;
  height: 2.9rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.jieduan .tushu .tushu_nr h6 {
  font-size: .75rem;
  color: #333;
  line-height: .8rem;
  padding-top: 1.15rem;
  margin-left: 6.5rem;
  display: inline-block;
  border-bottom: .1rem solid #d93232;
}

.jieduan .tushu .tushu_nr p {
  font-size: .5rem;
  color: #333;
  text-align: justify;
  line-height: .9rem;
  margin-top: .6rem;
  line-height: .9rem;
  padding: 0 .6rem 0 6.5rem;
}

.jieduan .tushu .tushu_nr .btn_an {
  margin: 0.6rem auto 0;
  background: none;
  border: 1px solid #d93132;
  color: #d93132;
}

.jieduan .wuwei {
  margin-top: 1.9rem;
}

.jieduan .wuwei .title {
  height: 3.75rem;
}

.jieduan .wuwei .title h6 {
  height: 3.75rem;
}

.jieduan .wuwei .title::before {
  left: 4.2rem;
}

.jieduan .wuwei .title::after {
  right: 4rem;
}

.jieduan .wuwei ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jieduan .wuwei ul li {
  width: 4.65rem;
  height: 4.95rem;
  padding-left: 1.1rem;
  background: url(../img_Pricelist/ww_bg.png) no-repeat;
  background-size: 5.75rem 4.95rem;
}

.jieduan .wuwei ul li img {
  width: 1.35rem;
  height: 1.3rem;
  margin: .4rem auto 0;
}

.jieduan .wuwei ul li h6 {
  text-align: center;
  color: #fff;
  font-size: .7rem;
  line-height: .8rem;
  margin-top: .25rem;
}

.jieduan .wuwei ul li p {
  font-size: .5rem;
  color: #fff;
  line-height: .7rem;
  margin-top: .5rem;
  text-align: center;
}

.jieduan .fuwu {
  margin-top: 2.4rem;
  padding-bottom: 2.25rem;
}

.jieduan .fuwu .title::before {
  left: 4.6rem;
}

.jieduan .fuwu .title::after {
  right: 4.75rem;
}

.jieduan .fuwu .fuwu_list {
  width: 100%;
  height: 13.4rem;
  background: url(../img_Pricelist/fw_bg.jpg) top center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.jieduan .fuwu .fuwu_list p {
  font-size: .6rem;
  color: #333;
  line-height: .7rem;
  position: absolute;
}

.jieduan .fuwu .fuwu_list p:nth-child(1) {
  left: 1.2rem;
  top: 4rem;
}

.jieduan .fuwu .fuwu_list p:nth-child(2) {
  left: 4.15rem;
  top: 7.1rem;
}

.jieduan .fuwu .fuwu_list p:nth-child(3) {
  left: 7.6rem;
  top: 5.3rem;
}

.jieduan .fuwu .fuwu_list p:nth-child(4) {
  left: 11rem;
  top: 3.75rem;
}

.jieduan .fuwu .fuwu_list p:nth-child(5) {
  right: 1.2rem;
  top: 4.55rem;
}

.jieduan .fuwu .fuwu_list p:nth-child(6) {
  left: 1.75rem;
  bottom: 0;
}

.jieduan .fuwu .fuwu_list p:nth-child(7) {
  left: 5.75rem;
  bottom: 1.25rem;
}

.jieduan .fuwu .fuwu_list p:nth-child(8) {
  left: 9.85rem;
  bottom: 3.2rem;
}

.jieduan .fuwu .fuwu_list p:nth-child(9) {
  right: 2.7rem;
  bottom: .75rem;
}

.hezo {
  width: 100%;
  height: 17.3rem;
  padding-top: 1px;
  background: url(../img_Pricelist/jx_bg.jpg) top center no-repeat;
  background-size: 100% 100%;
}

.hezo .title {
  margin-top: 1.35rem;
}

.hezo .title h6 {
  font-size: 1rem;
  display: block;
  line-height: 2.15rem;
}

.hezo .title h6 b {
  font-size: .6rem;
  font-weight: normal;
}

.hezo .title::before {
  left: 0;
}

.hezo .title::after {
  right: 4.65rem;
}

.hezo .jx_img1 {
  width: 17.55rem;
  height: 10.9rem;
  margin: 1rem auto 0;
}

.xuanze {
  width: 100%;
  height: 18.8rem;
  padding: 1.5rem 0;
  background: url(../img_Pricelist/jx_bg.jpg) top center no-repeat;
  background-size: 100% 100%;
}

.xuanze .title::before {
  left: 4rem;
}

.xuanze .title::after {
  right: 4rem;
}

.xuanze .xuanze_list {
  padding: 0 .45rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.xuanze .xuanze_list .xz_list {
  width: 5.7rem;
  height: 6.55rem;
  margin-top: .8rem;
  position: relative;
}

.xuanze .xuanze_list .xz_list img {
  width: 5.7rem;
  height: 6.25rem;
}

.xuanze .xuanze_list .xz_list .xz_nr {
  width: 5.7rem;
  height: 3.55rem;
  position: absolute;
  bottom: 0;
  border-radius: .3rem .3rem 0 0;
  background-color: #e54346;
}

.xuanze .xuanze_list .xz_list .xz_nr h6 {
  color: #fff;
  text-align: center;
  font-size: .7rem;
  line-height: .8rem;
  margin-top: .25rem;
  position: relative;
}

.xuanze .xuanze_list .xz_list .xz_nr h6::before {
  position: absolute;
  content: '';
  width: .8rem;
  height: .05rem;
  background-color: #fff;
  left: 50%;
  margin-left: -0.4rem;
  bottom: -0.2rem;
}

.xuanze .xuanze_list .xz_list .xz_nr p {
  text-align: center;
  color: #fff;
  font-size: .5rem;
  margin-top: .25rem;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}


.huanjing {background:#fff;
  margin:0 auto;
  box-sizing:border-box;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width:100%;
  overflow: hidden;
}
.huanjing .title::before {
  left: 2.2rem;
}

.huanjing .title::after {
  right: 2.2rem;
}
.huanjing a {
    width: 12rem;
    height: 2rem;
    display: flex;
    border-radius: 1rem;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: .72rem;
    color: #fff;
    margin: 1.25rem auto 0;
    box-shadow: 0px 0 5px 0 rgba(239, 74, 35, 0.4);
    background: linear-gradient(to right, #ef325e, #f76e6a);
}
.huanjing .btn_hg {
  width: 7.65rem;
  height: 1.2rem;
  margin: 1.25rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .6rem;
  color: #fff;
  text-align: center;
  border-radius: .6rem;
  background: linear-gradient(90deg, #ff5a2c 0%, #ff8439 100%);
}
.banci_tit{
	padding:0 1rem;
	margin-top:1.52rem;
}
.banci_tit ul{
 display: flex;
 justify-content:space-between;
 flex-wrap:wrap;
}
.banci_tit ul li{
    width:30%;
    height: 1.6rem;
	   line-height: 1.6rem;
    text-align: center;
    background:#ffeddf;
    color:#f6492a;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    border:1px solid #f64a2a;
    cursor: pointer;
}
.banci_tit ul li:first-child{
	width:48%;
	margin-bottom:0.72rem;
}
.banci_tit ul li:nth-child(2){
	width:48%;
	margin-bottom:0.72rem;
}
.banci_tit ul li.cur{
    width:30%;
	   height: 1.6rem;
  		line-height: 1.6rem;
    text-align: center;
    background: linear-gradient(to right, #ff4800, #f87128);
    background: -webkit-linear-gradient(to right, #ff4800, #f87128);
    background: -o-linear-gradient(to right, #ff4800, #f87128);
    background: -ms-linear-gradient(to right, #ff4800, #f87128);
    background: -moz-linear-gradient(to right, #ff4800, #f87128);
    color:#fff;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    position: relative;
}
.banci_tit ul li:first-child.cur{
  	 width:48%;
  	 margin-bottom:0.5rem;
}
.banci_tit ul li:nth-child(2).cur{
	  width:48%;
   	margin-bottom:0.5rem;
}
.banci_tit ul li.cur:after{
	position: absolute;
	top: 1.6rem;
	left: 2rem;
	content:'';
	border-top:10px solid #f75d29;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid transparent;
}
.banci_tit ul li:first-child.cur:after{
  left: 3.6rem;
}
.banci_tit ul li:nth-child(2).cur:after{
	 left: 3.6rem;
}

.banci_zhuyao div img{
	margin-top: 0.5rem;
}

.bd{ width:100%; height:auto; background:#3b70fb; padding:0.98rem 0 1.8rem;}
.bd-con{ width:96%; margin:0 auto; overflow:hidden}
.bd-con h6{ font-size: 1.36rem; color:#fff;text-align: center;font-weight: bold;margin-bottom: 0.6rem}
.bd-con h6 span{color:#ef8266 }
.bd-con input,.bd-con select {width: 72%;height:2rem;line-height: 0.8rem;background: #fff;border-radius: 0.18rem;color: #666;font-size: 0.72rem;padding-left: 3%;line-height: 100%;margin:0 auto 0.6rem;border: none; display:block}
.bd-con select {width: 75%;padding-left: 2%;}
::-webkit-input-placeholder{color: #666;}
.bd-con button {width: 80%;display:block;margin:0 auto;height:2.16rem;line-height: 1.6rem;background: linear-gradient(45deg,#f19c76,#ed715c ); background: -webkit-linear-gradient(45deg,#f19c76,#ed715c );color: #fff;font-size: 0.8rem;text-align: center; border-radius: 2rem; }

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