<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 {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-size: 16px;
  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 {
  vertical-align: bottom;
}

.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;
}

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

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

/*清除浮动方法*/
.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;
}

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

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

a {
  color: #333333;
}

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

.content {
  width: 800px;
  margin: 0 auto;
}

.head_title {
  width: 700px;
  height: 47px;
  margin: 0 auto;
  text-indent: -9999px;
}

.goto {
  display: inline-block;
  text-align: center;
  line-height: 46px;
  width: 180px;
  height: 46px;
  font-size: 16px;
  color: #ffffff;
}

.goto_j {
  background-color: #b18a45;
}

.goto_p {
  background-color: #cc1101;
}

/*-------------------------页面样式--------------------------*/
#header {
  height: 591px;
  background: url(../images/banner.jpg) no-repeat top center;
}

.daoyu .content {
  width: 756px;
  height: 235px;
  text-align: center;
  background: url(../images/border_daoyu.png) no-repeat;
  line-height: 30px;
  padding-top: 44px;
  font-size: 16px;
  margin: 21px auto 66px;
}
.daoyu .content b {
  color: #cc1101;
}

.get .head_title {
  width: 509px;
  height: 47px;
  background: url(../images/title_1.png) no-repeat;
}

.get .content {
  width: 1036px;
}

.get ul li {
  width: 209px;
  float: left;
  padding: 42px 0 52px;
  margin-right: 50px;
  text-align: center;
}

.get .tag {
  font-size: 20px;
  text-align: center;
  padding: 17px 0 11px;
}

.get .border-b {
  width: 42px;
  height: 2px;
  margin: 0 auto;
  background: #b44500;
}

.get .text {
  font-size: 16px;
  line-height: 28px;
  padding: 5px 0 0;
  color: #282828;
}

.get .btn {
  width: 440px;
  margin: 0 auto;
  padding: 52px 0;
}
.get .btn .goto_p {
  margin-left: 70px;
}

.question {
  height: 547px;
  background: url(../images/banner2.jpg) no-repeat top center;
  padding-top: 443px;
  box-sizing: border-box;
}
.question .goto_p {
  display: block;
  margin: 0 auto;
}

.answer {
  margin: 66px 0 0;
}
.answer .head_title {
  width: 678px;
  height: 47px;
  background: url(../images/title_2.png) no-repeat;
}
.answer .content {
  /* width: 1023px; */
}
.answer .btn {
  width: 440px;
  margin: 0 auto;
  padding: 52px 0;
}
.answer .btn .goto_p {
  margin-left: 70px;
}
.answer .answer-nav {
  width: 565px;
  margin: 22px auto 0;
  position: absolute;
  left: 50%;
  margin-left: -279px;
}
.answer .answer-nav li {
  height: 68px;
  float: left;
}
.answer .answer-nav li a {
  display: block;
  width: 270px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
.answer .answer-nav li.on a {
  color: #fff;
  background-color: initial;
}
.answer .answer-nav li.on {
  color: #fff;
  background: url(../images/bg_1.png) no-repeat;
}
.answer .answer-nav-box {
  margin: 46px 0;
}
.answer .answer-nav-item {
  display: none;
  padding: 0 36px;
}
.answer .answer-nav-item .box-l {
  width: 470px;
  float: left;
  border-right: 1px solid #cda052;
}
.answer .answer-nav-item .box-l .list-item {
  margin-bottom: 45px;
}
.answer .answer-nav-item .box-l .des {
  width: 323px;
  float: left;
}
.answer .answer-nav-item .box-l .answer-title {
  color: #cda052;
  padding-bottom: 9px;
  font-weight: bold;
}
.answer .answer-nav-item .box-l .des-img {
  margin-left: 340px;
  padding-top: 15px;
}
.answer .answer-nav-item .box-r {
  width: 470px;
  float: left;
  padding: 63px 0 0 30px;
}
.answer .answer-nav-item .box-r .list-item {
  margin-bottom: 34px;
}
.answer .answer-nav-item .box-r .answer-title {
  color: #cda052;
  padding-bottom: 9px;
  font-weight: bold;
}
.answer .answer-nav-item .box-r .des {
  margin-left: 124px;
}
.answer .answer-nav-item .box-r .des-img {
  width: 104px;
  padding-top: 15px;
  float: left;
}
.answer .head_title_smal {
  width: 398px;
  height: 52px;
  margin: 0 auto;
  background: url(../images/bg_3.png) no-repeat;
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  color: #000000;
}
.answer .content {
  width: 953px;
}
.answer .liuc {
  margin: 25px auto 5px;
}
.answer .liuc li {
  width: 151px;
  height: 95px;
  float: left;
  text-align: center;
  margin-right: 49px;
}
.answer .liuc li .city {
  font-size: 20px;
  padding: 18px 0 8px;
}
.answer .liuc li .date {
  font-size: 18px;
}
.answer .liuc li.on {
  background: url(../images/bg_4.png) no-repeat;
}
.answer .liuc-img {
  margin-left: -26px;
  height: 20px;
  background: url(../images/liuc.png) no-repeat;
}
.answer .box {
  padding: 34px 0 62px 134px;
}
.answer .box .box-item {
  display: none;
}
.answer .box .city_z,
.answer .box .date_d,
.answer .box .btn {
  float: left;
}
.answer .box .city_z {
  font-size: 44px;
  height: 46px;
  line-height: 46px;
  color: #cda052;
  padding-right: 22px;
  border-right: 1px solid #cda052;
}
.answer .box .date_d {
  font-size: 18px;
  padding: 0 108px 0 22px;
}
.answer .box .date_d a {
  color: #cc1101;
}
.answer .notice {
  font-size: 16px;
  line-height: 45px;
}
.answer .notice img {
  padding-right: 9px;
}
.answer .notice b {
  font-size: 24px;
  color: #cda052;
}

.answer .notice span,
.answer .notice a {
  color: #cc1101;
}
.answer .article {
  padding: 51px 0;
}
.answer .article .article-item {
  width: 295px;
  height: 302px;
  border: solid 2px #cda052;
  margin-right: 30px;
  float: left;
  position: relative;
  padding-top: 22px;
  box-sizing: border-box;
  line-height: 30px;
}
.answer .article .head_title_middel {
  display: inline-block;
  background: url(../images/bg_2.png) no-repeat;
  background-size: 100% 100%;
  height: 38px;
  margin-left: -8px;
  padding: 0 37px;
}
.answer .article .option {
  padding: 24px 10px 0 38px;
}
.answer .article .option li {
  position: relative;
}
.answer .article .list-radio {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 8px;
  height: 8px;
  background: #cda052;
  border-radius: 3px;
}

.free {
  background-color: #f7f7f7;
  padding: 44px 0 64px;
}
.free .head_title {
  width: 598px;
  height: 47px;
  background: url(../images/title_3.png) no-repeat;
}
.free .content {
  width: 836px;
  padding-top: 37px;
}
.free li {
  float: left;
  width: 394px;
  height: 254px;
  text-align: center;
}
.free li a {
  display: block;
  height: 100%;
  color: #fff;
  padding: 90px 0 0;
  box-sizing: border-box;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
.free li.first-img {
  margin-right: 48px;
  background: url(../images/second-img.jpg) no-repeat top center;
}
.free li.second-img {
  background: url(../images/first-img.jpg) no-repeat top center;
}

.more {
  padding: 44px 0 64px;
}
.more .head_title {
  width: 450px;
  height: 47px;
  background: url(../images/title_4.png) no-repeat;
}
.more .content {
  width: 974px;
  padding-top: 37px;
}
.more .more-nav {
  width: 565px;
  margin: 22px auto 13px;
}
.more .more-nav li {
  height: 68px;
  float: left;
}
.more .more-nav li a {
  display: block;
  width: 270px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #ddd;
}
.more .more-nav li.on a {
  color: #fff;
  background-color: initial;
}
.more .more-nav li.on {
  color: #fff;
  background: url(../images/bg_1.png) no-repeat;
}
.more .more-nav-item {
  display: none;
  height: 415px;
}
.more .more-nav-item li {
  float: left;
  margin: 0 23px 20px 0;
  border: 1px solid #ddd;
}
.more .more-nav-item li img {
  display: block;
  width: 100%;
  height: 100%;
}

.school {
  margin-top: 71px;
}

.school.content {
  width: 1006px;
}

.school .title_bg {
  width: 760px;
  height: 47px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/title_5.png) no-repeat;
}

.school ul.ulo {
  margin-top: 50px;
}

.school .item {
  width: 228px;
  height: 177px;
  background-color: #cda052;
  color: #fff;
  margin-right: 28px;
  padding: 43px 15px;
  text-align: center;
  float: left;
}

.school .number {
  font-size: 36px;
  font-style: oblique;
  font-weight: bold;
}

.school .description {
  font-size: 20px;
  margin-top: 23px;
}

.school .text {
  font-size: 18px;
  line-height: 34px;
  color: #232323;
  padding: 48px 18px;
}

.school ul.ult {
  padding-bottom: 31px;
}

.school ul.ult li {
  min-width: 133px;
  height: 44px;
  background-color: #e4e4e4;
  padding: 0 18px;
  line-height: 44px;
  color: #232323;
  float: left;
  margin-right: 40px;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.school ul.ult li .border {
  display: inline-block;
  width: 40px;
  height: 6px;
  background-color: #e4e4e4;
  position: absolute;
  top: 20px;
  right: -40px;
}

.school ul.ult li.on {
  color: #fff;
  background-color: #cda052;
}

.school .card-box {
  margin-bottom: 79px;
  background: #f9f9f9;
}

.school .card {
  display: none;
  height: 273px;
}

.school .card .img {
  width: 400px;
  height: 272px;
  float: left;
}

.school .card p {
  margin-left: 400px;
  padding: 54px 70px;
  font-size: 18px;
  color: #232323;
  line-height: 34px;
}

.closeBtnLeft {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer;
}

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