<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,
ol,
li,
table,
tr,
th,
input,
select,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  vertical-align: baseline;
  font-size: 100%;
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px; }

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

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

#section {
  width: 1000px;
  margin: auto; }

ul,
li {
  list-style: none; }

img {
  vertical-align: middle; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  color: #333;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

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

.oh {
  overflow: hidden; }

.midd {
  text-align: center; }

.mt1 {
  margin-top: 10px; }

.mt2 {
  margin-top: 20px; }

.mt3 {
  margin-top: 15px; }

.mtb1 {
  margin: 10px 0; }

.mtb2 {
  margin: 20px 0; }

.mlr1 {
  margin: 0 10px; }

.mlr2 {
  margin: 0 20px; }

.mb {
  margin-bottom: 0; }

.mtb1 {
  margin: 10px 0; }

.ti {
  text-indent: 25px; }

table {
  border-collapse: collapse; }

#looyuMid {
  z-index: 999; }

/*清除浮动方法*/
.fix {
  zoom: 1; }

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

/*---------------------------全局页面控制----------------------------*/
body {
  line-height: 24px;
  font-size: 14px;
  color: #606060;
  font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial; }

.mw {
  width: 1000px;
  margin: auto; }

.sign_up {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  padding: 13px 26px;
  border-radius: 27px;
  border: solid 2px #ffffff; }

.sign_go {
  display: inline-block;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 13px 26px;
  font-size: 18px;
  border-radius: 27px;
  color: #287e85; }

.section-block {
  width: 1000px;
  margin: 0 auto; }

.section-header {
  font-family: MicrosoftYaHei-Bold;
  font-size: 50px;
  letter-spacing: 5px;
  color: #ffffff;
  text-align: center;
  font-weight: 900; }

.section-header-sm {
  text-align: center;
  font-size: 37px;
  letter-spacing: 5px;
  color: #ffffff;
  padding-top: 102px; }
  .section-header-sm .header-ctx {
    padding: 0 123px;
    display: inline-block;
    background: url(../images/title_bg.png) no-repeat 0 -10px;
    background-size: cover; }

.color-green {
  color: #23858e; }

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

.closeBtnLeft {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 7px;
  right: 6px;
  cursor: pointer; }

/*---------------------------banner---------------------------*/
.wrapper {
  width: 100%;
  height: 11400px;
  background: url(../images/bg.png) center top no-repeat; }
  .wrapper .introduction {
    padding-top: 693px; }
    .wrapper .introduction h2 {
      font-size: 34px;
      letter-spacing: 3px;
      color: #278289;
      padding-bottom: 24px; }
    .wrapper .introduction p {
      font-size: 18px;
      line-height: 36px;
      letter-spacing: 2px;
      color: #278289; }
  .wrapper .nav {
    padding-top: 70px; }
    .wrapper .nav li {
      float: left;
      font-weight: bold;
      margin-right: 50px;
      padding: 0px 0; }
      .wrapper .nav li a {
        font-size: 22px;
        line-height: 36px;
        letter-spacing: 2px;
        color: #505e5f; }
    .wrapper .nav li.on {
      border-bottom: 5px solid #3a848a;
      border-radius: 3px; }
      .wrapper .nav li.on a {
        color: #3a848a; }
  .wrapper .adventage {
    padding-top: 150px; }
    .wrapper .adventage .hover-wp {
      padding-top: 55px; }
    .wrapper .adventage .item {
      padding: 30px;
      float: left;
      border: solid 1px #ffffff;
      font-size: 14px;
      color: #fff; }
      .wrapper .adventage .item .ctx {
        display: none; }
      .wrapper .adventage .item .tag {
        padding-top: 20px;
        text-align: center;
        font-size: 20px; }
        .wrapper .adventage .item .tag h3 {
          padding-top: 20px; }
    .wrapper .adventage .one {
      width: 326px;
      height: 229px;
      border-radius: 0px 0px 0px 90px; }
    .wrapper .adventage .two {
      width: 516px;
      height: 229px;
      border-radius: 0px 90px 0px 0px;
      margin-left: 34px; }
    .wrapper .adventage .three {
      width: 521px;
      height: 229px;
      border-radius: 0px 0px 0px 90px;
      margin-left: 60px;
      margin-top: 34px; }
    .wrapper .adventage .four {
      width: 326px;
      height: 229px;
      border-radius: 0px 90px 0px 0px;
      margin-left: 34px;
      margin-top: 34px; }
    .wrapper .adventage .item:hover {
      cursor: pointer;
      border: 1px solid #0f535a;
      background: #0f535a; }
      .wrapper .adventage .item:hover .ctx {
        display: block; }
      .wrapper .adventage .item:hover .tag {
        display: none; }
  .wrapper .knowledge {
    padding-top: 137px; }
    .wrapper .knowledge p {
      font-size: 16px;
      padding-bottom: 28px; }
    .wrapper .knowledge .box {
      padding-top: 78px; }
    .wrapper .knowledge .university {
      padding-top: 70px; }
      .wrapper .knowledge .university .txt {
        width: 420px;
        float: left; }
        .wrapper .knowledge .university .txt span {
          border-bottom: 1px dashed #42959c;
          line-height: 40px;
          font-weight: bold;
          padding-bottom: 8px;
          color: #42959c;
          font-size: 17px; }
        .wrapper .knowledge .university .txt p {
          padding-bottom: 120px; }
        .wrapper .knowledge .university .txt a.sign_up {
          width: 198px;
          color: #aed056;
          text-align: center;
          border: #aed056 1px solid;
          margin-bottom: 24px; }
        .wrapper .knowledge .university .txt a.sign_go {
          width: 198px;
          text-align: center;
          color: #fff;
          background: #aed056; }
      .wrapper .knowledge .university .table {
        width: 486px;
        float: right; }
        .wrapper .knowledge .university .table h4 {
          text-align: center;
          font-size: 22px;
          padding-bottom: 24px; }
        .wrapper .knowledge .university .table table {
          width: 100%; }
        .wrapper .knowledge .university .table thead {
          font-weight: bold;
          background: #23858e; }
          .wrapper .knowledge .university .table thead th {
            color: #fff;
            font-size: 18px; }
        .wrapper .knowledge .university .table td, .wrapper .knowledge .university .table th {
          border: 1px solid #e3e3e3;
          text-align: center;
          color: #6e6e6e;
          padding: 8px 0;
          font-size: 16px; }
    .wrapper .knowledge .ads {
      display: block;
      width: 1000px;
      height: 249px;
      margin: 60px auto 20px; }
      .wrapper .knowledge .ads img {
        width: 100%; }
    .wrapper .knowledge .chart-histogram h4 {
      font-size: 28px;
      line-height: 30px;
      color: #23858e;
      padding: 60px 0 0 297px; }
    .wrapper .knowledge .chart-histogram .btn {
      padding: 230px 0 0 620px; }
    .wrapper .knowledge .chart-histogram a.sign_up {
      width: 198px;
      color: #aed056;
      text-align: center;
      border: #aed056 1px solid;
      margin-bottom: 24px; }
    .wrapper .knowledge .chart-histogram a.sign_go {
      width: 198px;
      text-align: center;
      color: #fff;
      background: #aed056; }
  .wrapper .start-canada {
    padding-top: 250px; }
    .wrapper .start-canada .section-header {
      padding: 0 0 90px; }
    .wrapper .start-canada .card {
      background: #fff;
      padding: 38px 44px;
      margin-bottom: 20px; }
      .wrapper .start-canada .card h4 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 2px;
        color: #23858e; }
      .wrapper .start-canada .card p {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 30px;
        color: #5b6869; }
    .wrapper .start-canada a.sign_up {
      width: 198px;
      color: #aed056;
      text-align: center;
      border: #aed056 1px solid;
      margin-bottom: 24px;
      margin-left: 190px; }
    .wrapper .start-canada a.sign_go {
      width: 198px;
      text-align: center;
      color: #fff;
      background: #aed056; }
    .wrapper .start-canada h3 {
      font-size: 22px;
      color: #23858e;
      text-align: center;
      padding: 40px 0 20px; }
    .wrapper .start-canada .table {
      padding: 0 60px; }
      .wrapper .start-canada .table table {
        width: 100%; }
      .wrapper .start-canada .table td {
        border: 1px solid #e3e3e3;
        padding: 15px 30px; }
      .wrapper .start-canada .table td.text-center {
        text-align: center; }
    .wrapper .start-canada .scroll-y-box {
      padding: 35px 0 0; }
    .wrapper .start-canada .scroll-item {
      float: left;
      width: 290px;
      height: 436px;
      background-color: #399298;
      color: #fff;
      font-size: 14px;
      overflow-y: auto;
      padding: 24px;
      margin-right: 15px; }
      .wrapper .start-canada .scroll-item b {
        font-size: 18px; }
    .wrapper .start-canada .app-header {
      padding: 35px 0 0;
      text-align: center; }
      .wrapper .start-canada .app-header img {
        width: 362px;
        height: 193px; }
    .wrapper .start-canada .skills p {
      font-size: 16px;
      padding-top: 28px; }
  .wrapper .story {
    padding-top: 270px; }
    .wrapper .story .slide {
      padding-top: 100px;
      height: 630px;
      position: relative; }
    .wrapper .story .scroll-item {
      width: 324px;
      height: 420px;
      overflow-y: auto;
      padding: 0 30px;
      margin: 34px 0;
      border-right: 1px dashed #3f8e96;
      color: #4a9392;
      font-size: 16px;
      line-height: 23px;
      position: relative; }
      .wrapper .story .scroll-item .more-detail {
        position: absolute;
        bottom: 0;
        right: 20px;
        color: #aed056;
        font-weight: bold; }
      .wrapper .story .scroll-item .im {
        font-size: 20px;
        letter-spacing: 2px; }
    .wrapper .story .swiper-container {
      background: #deeef0; }
    .wrapper .story .swiper-button-prev, .wrapper .story .swiper-container-rtl .swiper-button-next {
      width: 35px;
      height: 23px;
      background: url(../images/arrow_l.png) no-repeat;
      left: 45%;
      top: auto;
      bottom: 0; }
    .wrapper .story .swiper-button-next, .wrapper .story .swiper-container-rtl .swiper-button-prev {
      width: 35px;
      height: 23px;
      background: url(../images/arrow_r.png) no-repeat;
      right: 45%;
      bottom: 0;
      top: auto; }
  .wrapper .good-news {
    padding-top: 110px; }
    .wrapper .good-news .table {
      padding: 60px 49px 0; }
      .wrapper .good-news .table table {
        width: 100%;
        text-align: center; }
      .wrapper .good-news .table thead {
        background-color: #23858e; }
        .wrapper .good-news .table thead th {
          font-size: 18px;
          font-weight: bold;
          color: #fff; }
      .wrapper .good-news .table th, .wrapper .good-news .table td {
        border: 1px solid #e3e3e3;
        font-size: 16px;
        color: #6e6e6e;
        padding: 8px 0; }
  .wrapper .href-go {
    padding-top: 180px; }
    .wrapper .href-go .list {
      padding-top: 157px; }
      .wrapper .href-go .list .item {
        float: left;
        margin-right: 34px;
        padding: 12px;
        background: rgba(255, 255, 255, 0.3); }
        .wrapper .href-go .list .item img {
          width: 280px;
          height: 150px; }
  .wrapper .adventage-two {
    padding-top: 300px;
    font-size: 16px; }
    .wrapper .adventage-two p {
      letter-spacing: 2px;
      color: #5b6869;
      padding: 50px 30px 60px; }
    .wrapper .adventage-two .card-list .card {
      float: left;
      width: 233px;
      margin-right: 20px; }
      .wrapper .adventage-two .card-list .card .title {
        background: #23858e;
        height: 137px;
        padding: 54px 0 0;
        font-size: 31px;
        font-weight: bold;
        color: #fff;
        text-align: center; }
      .wrapper .adventage-two .card-list .card .txt {
        line-height: 34px;
        letter-spacing: 1px;
        color: #657c7e;
        font-size: 18px;
        padding: 24px;
        height: 238px;
        background: #deeef0; }
  .wrapper .go-to a.sign_up {
    width: 198px;
    color: #aed056;
    text-align: center;
    border: #aed056 1px solid;
    margin-bottom: 24px;
    margin-left: 190px; }
  .wrapper .go-to a.sign_go {
    width: 198px;
    text-align: center;
    color: #fff;
    background: #aed056; }

.btn_option {
  padding-top: 55px; }
  .btn_option .sign_up {
    margin-left: 223px; }
  .btn_option .sign_go {
    margin-left: 70px; }

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none; }
  .dialog .wp {
    width: 999px;
    height: 60vh;
    margin-top: -30vh;
    margin-left: -500px;
    position: relative;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 50px; }
  .dialog .ctx {
    display: none;
    height: 100%;
    overflow-y: auto;
    font-size: 16px;
    color: #4d595a; }
  .dialog h4 {
    font-size: 26px;
    color: #23858e; }
  .dialog img {
    position: absolute;
    right: 15px;
    top: 15px; }

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