<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
*启德教育集团市场部技术开发
*前端开发组制作版权所有
*/
/***************************公共组件样式控制***************************/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
i,
dl,
dt,
dd,
ul,
li,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  _font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#nav,
#header,
#menu,
#section {
  display: block;
}

#nav,
#header,
#menu {
  width: 100%;
}

img {
  display: block;
}

.zt-wrap {
  font-size: 16px;
}

ul,
li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

.elips {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -o-text-overflow: ellipsis;
}

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

/*清除浮动方法*/
.clear {
  clear: both;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

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

.clearfix {
  *zoom: 1;
}

.fix {
  zoom: 1;
}

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

.tc_zt2 {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.public-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.public-btn a {
  display: block;
  width: 250px;
  height: 90px;
  font-size: 25px;
  line-height: 90px;
  text-align: center;
  border-radius: 45px;
}

.public-btn .btn1 {
  background-color: #f5ebcf;
  color: #4a0917;
  margin-right: 80px;
}

.public-btn .btn2 {
  background-color: #7d1b44;
  color: #f5ebcf;
}

/****************************页面样式控制*****************************/
/*---------------------------全局页面控制----------------------------*/
body {
  font-size: 12px;
  color: #333;
  font-family: "微软雅黑", "Microsoft YaHei", Helvetica, Arial;
}

a {
  background-color: transparent;
}

a:hover {
  outline: 0;
}

.mw {
  width: 1100px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*---------------------------全局导航模块---------------------------*/
#nav {
  height: 105px;
  text-align: center;
  background-color: #FFF;
}

#looyuMid {
  z-index: 99;
}

/*-------------------------全局菜单导航模块--------------------------*/
.title {
  font-size: 0;
}

#header {
  width: 100%;
  height: 667px;
  background: url("../images/banner.png") center no-repeat;
  min-width: 1100px;
  overflow: hidden;
  position: relative;
}

#header img {
  display: block;
}

#header .header-con {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#header .header-btn {
  display: block;
  width: 250px;
  height: 90px;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 423px;
  right: 35.7%;
}

.page1 {
  height: 1057px;
  background: url("../images/bg1.png") center no-repeat;
  min-width: 1100px;
  position: relative;
  padding-top: 92px;
}

.page1 .p1-con {
  background: url(../images/p1-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 694px;
  overflow: hidden;
}

.page1 .p1-con .p1-btn1 {
  display: block;
  width: 143px;
  height: 45px;
  font-size: 0;
  margin-top: 274px;
  margin-left: 300px;
}

.page1 .p1-con .p1-btn2 {
  display: block;
  width: 248px;
  height: 73px;
  font-size: 0;
  margin-top: 168px;
  margin-left: 723px;
}

.page2 {
  height: 1928px;
  background: url("../images/bg2.png") center no-repeat;
  min-width: 1100px;
  position: relative;
}

.page2 .p2-r-line {
  width: 100%;
  border: 1px dashed #f5ebcf;
  margin-bottom: 6px;
}

.page2 .p2-title {
  display: block;
  width: 639px;
  height: 194px;
  margin: 0 auto 40px auto;
}

.page2 .p2-con {
  border-radius: 20px;
  padding: 70px 110px;
  background: url(../images/p2-c-bg.png) no-repeat;
  background-size: 100% 100%;
}

.page2 .p2-con .p2-ld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.page2 .p2-con .p2-ld .ld-left {
  margin-right: 50px;
}

.page2 .p2-con .p2-ld .ld-right {
  margin-left: 50px;
}

.page2 .p2-con .p2-ld .p2-ld-left {
  width: 232px;
  height: 308px;
  position: relative;
}

.page2 .p2-con .p2-ld .p2-ld-left &gt; img {
  display: block;
  width: 100%;
  height: 100%;
}

.page2 .p2-con .p2-ld .p2-ld-left .ld-mes {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  margin-top: 200px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #f5ebcf;
}

.page2 .p2-con .p2-ld .p2-ld-left .ld-mes &gt; span {
  font-size: 40px;
  letter-spacing: 8px;
  text-align: center;
  line-height: 45px;
  color: #f5ebcf;
}

.page2 .p2-con .p2-ld .p2-ld-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page2 .p2-con .p2-ld .p2-ld-right .p2-r1 {
  display: inline-block;
  height: 30px;
  padding: 0 15px 0 135px;
  border: 1px solid #fff;
  font-size: 22px;
  line-height: 28px;
  color: #e9c9b0;
  position: relative;
  border-radius: 30px;
  margin-bottom: 19px;
}

.page2 .p2-con .p2-ld .p2-ld-right .p2-r1 .theme {
  background-color: #f5ebcf;
  width: 135px;
  height: 28px;
  text-align: center;
  font-size: 22px;
  color: #b82938;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
}

.page2 .p2-con .p2-ld .p2-ld-right .p2-r2 {
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 19px;
  color: #f5ebcf;
  white-space: nowrap;
}

.page2 .p2-con .p2-ld .p2-ld-right .p2-r3 {
  font-size: 17px;
  line-height: 32px;
  color: #f5ebcf;
}

.page3 {
  height: 975px;
  background: url("../images/bg3.png") center no-repeat;
  min-width: 1100px;
  position: relative;
}

.page3 .p3-title {
  display: block;
  width: 515px;
  height: 61px;
  margin: 0 auto 40px auto;
}

.page3 .p3-con .p3-table {
  width: 1000px;
  height: 567px;
  border-radius: 20px;
  margin: 0 auto;
  overflow-y: scroll;
}

.page3 .p3-con .p3-table .p3-tb {
  width: 100%;
}

.page3 .p3-con .p3-table .p3-tb tr:nth-child(even) {
  background: #e5732b;
}

.page3 .p3-con .p3-table .p3-tb tr:nth-child(odd) {
  background: #af343c;
}

.page3 .p3-con .p3-table .p3-tb tr:first-child th:first-child {
  border-top-left-radius: 20px;
}

.page3 .p3-con .p3-table .p3-tb tr:first-child th:last-child {
  border-top-right-radius: 20px;
}

.page3 .p3-con .p3-table .p3-tb tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.page3 .p3-con .p3-table .p3-tb tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.page3 .p3-con .p3-table .p3-tb th {
  text-align: center;
  font-size: 32px;
  color: #f5ebcf;
  height: 70px;
  line-height: 70px;
}

.page3 .p3-con .p3-table .p3-tb td {
  text-align: center;
  font-size: 24px;
  color: #f5ebcf;
  height: 60px;
  line-height: 60px;
}

.page4 {
  height: 913px;
  background: url("../images/bg4.png") center no-repeat;
  min-width: 1100px;
  position: relative;
}

.page4 .p4-title {
  display: block;
  width: 873px;
  height: 57px;
  margin: 0 auto 69px auto;
}

.page4 .p4-con .p4-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page4 .p4-con .p4-tab .p4-tab-item {
  width: 183.3px;
  height: 73px;
  line-height: 73px;
  font-size: 23px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #7d1b44;
  cursor: pointer;
}

.page4 .p4-con .p4-tab .on {
  background: -webkit-gradient(linear, left top, right top, from(#e03e39), to(#e5722c)) !important;
  background: linear-gradient(to right, #e03e39, #e5722c) !important;
}

.page4 .p4-con .p4-tab-con {
  display: none;
}

.page4 .p4-con .p4-tab-con .p4-box {
  padding: 46px 30px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #b0333c;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page4 .p4-con .p4-tab-con .p4-box .p4-box-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  color: #f5ebcf;
  line-height: 36px;
}

.page4 .p4-con .p4-tab-con .p4-box .p4-box-1:first-child {
  margin-right: 35px;
}

.page4 .p4-con .p4-tab-con .p4-box .p4-box-1 .sub-title {
  width: 108px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #b33737;
  background-color: #f5ebcf;
  margin-bottom: 14px;
  border-radius: 30px;
}

.page4 .p4-con .p4-tab-con .p4-box .p4-box-img1 {
  display: block;
  width: 405px;
  height: 292px;
}

.page5 {
  height: 672px;
  background: url("../images/bg5.png") center no-repeat;
  min-width: 1100px;
  position: relative;
}

.page5 .p5-title {
  display: block;
  width: 878px;
  height: 61px;
  margin: 0 auto 83px auto;
}

.page5 .p5-con {
  background-color: #b0333c;
  border-radius: 20px;
  padding: 40px 40px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page5 .p5-con .p5-item {
  display: block;
  width: 329px;
  height: 115px;
  margin-bottom: 10px;
}

.page5 .p5-con .p5-item &gt; img {
  display: block;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>