<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;
  display: block;
}

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: #f4f4f4;
  /* padding-bottom: 96px; */
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.ban1 {
  width: 100%;
  height: 588px;
  margin-top: 80px;
  background: url(../img/ban1.jpg) top center no-repeat;
}

.ban2 {
  width: 100%;
  /* height: 534px; */
  height: 434px;
  background: url(../img/ban2.jpg) top center no-repeat;
}

.ban2 a {
  width: 260px;
  height: 65px;
  display: block;
  float: left;
}

.ban2 a:first-child {
  margin: 28px 110px 0 275px;
}

.title_ky {
  height: 94px;
  background: url(../img/tit_bg.png) top center no-repeat;
}

.title_ky h6 {
  font-size: 46px;
  color: #333;
  line-height: 94px;
  text-align: center;
  position: relative;
}

.title_ky h6::before {
  position: absolute;
  content: '';
  width: 102px;
  height: 18px;
  top: 40px;
  background: url(../img/left.png) no-repeat;
}

.title_ky h6::after {
  position: absolute;
  content: '';
  width: 102px;
  height: 18px;
  top: 40px;
  background: url(../img/right.png) no-repeat;
}

.yanjin {
  margin-top: 65px;
}

.yanjin .title_ky h6::before {
  left: 165px;
}

.yanjin .title_ky h6::after {
  right: 165px;
}

.yanjin ul {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.yanjin ul li {
  width: 186px;
  height: 138px;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0 5px 0 rgba(14, 22, 82, 0.1);
}

.yanjin ul li img {
  position: absolute;
  width: 36px;
  height: 38px;
  left: 17px;
  top: 16px;
}

.yanjin ul li h6 {
  font-size: 24px;
  color: #f46351;
  line-height: 30px;
  margin-left: 58px;
  padding-top: 20px;
}

.yanjin ul li h6 b {
  font-weight: normal;
  color: #333;
  font-size: 18px;
}

.yanjin ul li p {
  font-size: 13px;
  color: #333;
  line-height: 22px;
  margin-left: 24px;
  margin-top: 10px;
}

.beizhan {
  margin-top: 45px;
}

.beizhan .title_ky h6::before {
  left: 165px;
}

.beizhan .title_ky h6::after {
  right: 165px;
}

.beizhan ul {
  width: 1200px;
  height: 665px;
  position: relative;
  background: url(../img/bz_bg.jpg) no-repeat;
}

.beizhan ul li {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.beizhan ul li:nth-child(1) {
  width: 460px;
  top: 17px;
  left: 566px;
}

.beizhan ul li:nth-child(2) {
  width: 308px;
  top: 88px;
  left: 193px;
}

.beizhan ul li:nth-child(3) {
  width: 383px;
  top: 172px;
  right: 138px;
}

.beizhan ul li:nth-child(4) {
  width: 404px;
  top: 226px;
  left: 21px;
}

.beizhan ul li:nth-child(5) {
  width: 327px;
  top: 360px;
  left: 11px;
}

.beizhan ul li:nth-child(6) {
  width: 463px;
  top: 325px;
  right: 10px;
}

.beizhan ul li:nth-child(7) {
  width: 348px;
  height: 87px;
  top: 470px;
  left: 138px;
  text-align: left;
}

.beizhan ul li:nth-child(8) {
  width: 455px;
  top: 530px;
  right: 100px;
}

.kecheng {
  width: 100%;
  height: 961px;
  padding-top: 63px;
  background: url(../img/kc_bg.jpg) top center no-repeat;
}

.kecheng .title_ky h6 {
  color: #fff;
}

.kecheng .title_ky h6::before {
  left: -20px;
  background: url(../img/leftb.png) no-repeat;
}

.kecheng .title_ky h6::after {
  right: -20px;
  background: url(../img/rightb.png) no-repeat;
}

.kecheng table {
  width: 100%;
  margin-top: 20px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(to right, #5f77ff, #536bf3);
}

.kecheng table tr td {
  font-size: 16px;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.kecheng table tr td b {
  color: #f3604f;
  font-weight: normal;
}

.kecheng table tr td a {
  width: 124px;
  height: 30px;
  margin: 5px auto;
  border-radius: 15px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(to right, #e54a3e, #fc6c55);
}

.kecheng table tr td:last-child {
  border-right: 0;
}

.kecheng table .biaoti td {
  height: 40px;
  font-size: 18px;
  background: none;
  color: #fff;
}

.kecheng table .biaoti td:last-child {
  border-right: 0;
}

.kecheng .zhu {
  width: 100%;
  font-size: 16px;
  color: #999;
  line-height: 40px;
  text-indent: 19px;
  background-color: #fff;
  padding-bottom: 20px;
}

.kecheng #form1 h6 {
  text-align: center;
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  position: relative;
  margin-top: 70px;
}

.kecheng #form1 h6::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 30px;
  left: 453px;
  top: 4px;
  background: url(../img/yy_title.png) no-repeat;
}

.kecheng #form1 h6::after {
  position: absolute;
  content: '';
  width: 22px;
  height: 30px;
  right: 453px;
  top: 4px;
  background: url(../img/yy_title.png) no-repeat;
}

.kecheng #form1 .form_yy {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.kecheng #form1 .form_yy input {
  width: 268px;
  height: 46px;
  border: 1px solid #fef6f4;
  border-radius: 6px;
  background: none;
  color: #fff;
  font-size: 16px;
  text-indent: 36px;
  outline: none;
}

.kecheng #form1 .form_yy input:nth-child(1) {
  background: url(../img/yy_icon1.png) 15px center no-repeat;
}

.kecheng #form1 .form_yy input:nth-child(2) {
  background: url(../img/yy_icon2.png) 15px center no-repeat;
}

.kecheng #form1 .form_yy .formCode{
  width: 260px;
  margin-bottom: 0;
  float: left;
}
.kecheng #form1 .form_yy .formCode .codeInput
{
  width:140px;
 text-align: center;
  height: 48px;
  border: 1px solid #fef6f4;
  border-radius: 8px;
  font-size: 16px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  color: #fff;
  margin-right: 10px;
  background:transparent;
  text-indent: 0;
}
.kecheng #form1 .form_yy .formCode .codetxt{
  width: 100px;
  background-color: #fff;
  outline: none;
  height: 48px;
  cursor: pointer;
  font-size: 16px;
  border: 0;
  color: #000;
  border-radius: 6px;
}
.kecheng #form1 .form_yy .submit {
  width: 320px;
  height: 48px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  line-height: 48px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #f3604f;
}

.kecheng #form1 .form_yy input::-webkit-input-placeholder {
  color: #fff;
}

.baozhang {
  margin-top: 45px;
}

.baozhang .title_ky h6::before {
  left: 143px;
}

.baozhang .title_ky h6::after {
  right: 143px;
}

.baozhang ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.baozhang ul li {
  width: 380px;
  height: 460px;
  margin-top: 30px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 5px 0 rgba(84, 19, 19, 0.1);
}

.baozhang ul li .bz_img {
  border-radius: 8px;
  box-shadow: 0px 0 5px 0 rgba(84, 19, 19, 0.1);
}

.baozhang ul li h6 {
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 26px;
  margin: 30px 0 20px 0;
}

.baozhang ul li span {
  width: 206px;
  height: 32px;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 32px;
  background-color: rgba(244, 137, 116, 0.1);
}

.baozhang ul li p {
  margin: 25px 0 0 108px;
}

.baozhang ul li p em {
  font-style: 16px;
  color: #333;
  line-height: 18px;
  float: left;
  font-style: normal;
}

.baozhang ul li p img {
  margin-top: 2px;
  float: left;
}

.baozhang ul li a {
  width: 184px;
  height: 38px;
  display: block;
  border-radius: 20px;
  border: 1px solid #f3604f;
  font-size: 16px;
  color: #f3604f;
  text-align: center;
  line-height: 38px;
  position: absolute;
  bottom: 27px;
  left: 97px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.baozhang ul li a:hover {
  color: #fff;
  background-color: #f3604f;
}

.baozhang .zy-pagination{
  text-align: center;
}

.baozhang .zy-pagination .swiper-pagination-bullet{
  width: 20px;
  height: 6px;
  border-radius: 3px;
  margin-right: 18px;
  opacity: 1;
  background-color: #aaa;
}

.baozhang .zy-pagination .swiper-pagination-bullet-active{
  width: 32px;
  background-color: #e84e41;
}



.btn_anniu {
  padding: 0 323px;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}

.btn_anniu a {
  width: 186px;
  height: 40px;
  display: block;
  border: 1px solid #f46351;
  font-size: 16px;
  color: #f46351;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}

.btn_anniu a:nth-child(1) {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(to right, #e54a3e, #fc6c55);
}

.chenjin {
  margin-top: 45px;
}

.chenjin .title_ky h6::before {
  left: 163px;
}

.chenjin .title_ky h6::after {
  right: 163px;
}

.chenjin .chenjin_ms {
  margin-top: 15px;
}

.chenjin .chenjin_ms li {
  width: 148px;
  height: 326px;
  float: left;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.chenjin .chenjin_ms li:last-child {
  margin-right: 0;
}

.chenjin .chenjin_ms li p {
  width: 100%;
  height: 64px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  background: url(../img/cj_bg.png) no-repeat;
  background-size: 100% 100%;
}

.chenjin .chenjin_ms .active {
  width: 305px;
}

.chenjin a {
  width: 186px;
  height: 40px;
  display: block;
  margin: 48px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(to right, #e54a3e, #fc6c55);
}

.guihua {
  width: 100%;
  height: 695px;
  margin-top: 30px;
  padding-top: 53px;
  background: url(../img/gh_bg.jpg) top center no-repeat;
}

.guihua .title_ky h6 {
  color: #fff;
}

.guihua .title_ky h6::before {
  left: 163px;
  background: url(../img/leftb.png) no-repeat;
}

.guihua .title_ky h6::after {
  right: 163px;
  background: url(../img/rightb.png) no-repeat;
}

.guihua .btn_anniu {
  margin-top: 477px;
}

.guihua .btn_anniu a {
  border: none;
  background: #fff;
}

.guihua .btn_anniu a:nth-child(1) {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(to right, #e54a3e, #fc6c55);
}

.teacher {
  margin-top: 45px;
}

.teacher .title_ky h6::before {
  left: 145px;
}

.teacher .title_ky h6::after {
  right: 145px;
}

.teacher .navbar {
  height: 66px;
  border-bottom: 4px solid #e5e5e5;
}

.teacher .navbar .item {
  width: 240px;
  height: 66px;
  float: left;
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}

.teacher .navbar .active::before {
  position: absolute;
  content: '';
  width: 240px;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #f15c4a;
}

.teacher .navbar .active::after {
  position: absolute;
  content: '';
  border: 11px solid transparent;
  border-bottom-color: #f15c4a;
  bottom: 0;
  left: 115px;
}

.teacher .ls_list {
  display: none;
  margin-top: 25px;
  margin-bottom: 40px;
  box-shadow: 0px 0 10px 0 rgba(84, 19, 19, 0.1);
}

.teacher .show {
  display: block;
}

.yuanxiao {
  width: 100%;
  height: auto;
  padding: 75px 0 50px 0;
  background-color: #fff;
}

.yuanxiao .title_ky h6::before {
  left: 235px;
}

.yuanxiao .title_ky h6::after {
  right: 235px;
}

.yuanxiao ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yuanxiao ul li {
  width: 199px;
  height: 199px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.yuanxiao ul li img {
  margin: 24px auto 0;
}

.yuanxiao ul li p {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
}

.yuanxiao ul .bor0 {
  border-right: 0;
}

.yuanxiao ul .borb0 {
  border-bottom: 0;
}

.title_kyjd {
  margin-top: 45px;
}

.title_kyjd h6::before {
  left: 140px;
}

.title_kyjd h6::after {
  right: 140px;
}

.title_kyjd p{
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 32px;
}

.jidi {
  width: 100%;
  height: 488px;
  margin-top: 50px;
  background: url(../img/jd_bg.jpg) top center no-repeat;
}

.qingchun {
  width: 100%;
  height: 440px;
  background: url(../img/qc_bg.jpg) top center no-repeat;
}

.foot_pf {
  width: 100%;
  height: 96px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to right, #e4493d, #fc5c42);
}

.foot_pf .wrapper {
  height: 100%;
  position: relative;
}

.foot_pf img {
  position: absolute;
  left: 17px;
  bottom: 0;
}

.foot_pf .form_yy {
  width: 790px;
  float: right;
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
  margin-right: 20px;
}

.foot_pf .form_yy input {
  width: 238px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 24px;
  background: none;
  font-size: 18px;
  color: #fff;
  text-indent: 25px;
  outline: none;
}

.foot_pf .form_yy .submit {
  width: 240px;
  height: 48px;
  border-radius: 24px;
  font-size: 26px;
  color: #fff;
  border: none;
  outline: none;
  background-color: #ffb94a;
}
</pre></body></html>