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

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

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

/****************************页面样式控制*****************************/
/*---------------------------全局页面控制----------------------------*/
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;
  width: 436px;
  height: 56px;
  border: solid 2px #f73435;
  line-height: 56px;
  color: #f73435;
  text-align: center;
  border-radius: 5px;
  font-size: 17px;
}

.sign_go {
  display: inline-block;
  margin: 0 auto;
  width: 438px;
  height: 56px;
  background-color: #f73435;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  font-size: 17px;
}

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

.tit {
  text-align: center;
  position: relative;
}

.tit h3 {
  font: 22px/80px '微软雅黑';
  color: #146097;
  text-align: center;
  font-weight: bold;
  padding-top: 18px;
}

.tit h2 {
  color: #de837d;
  font-size: 44px;
  line-height: 44px;
  font-family: '微软雅黑';
  font-weight: bolder;
  text-align: center;
}

.tit h3.line {
  border-bottom: 1px solid #146097;
  line-height: 46px;
  padding-top: 30px;
}

.tit h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 37px;
  text-align: center;
  margin-top: 25px;
}

.tit p {
  font-size: 12px;
  color: #606060;
  line-height: 38px;
  font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial;
}

/*.tit h3 i{ width: 40px; height: 40px; font-size:38px; display:inline-block; border-radius:50%; background-color: #ff0000; color:#fff; line-height: 40px; text-align: center; font-style:normal;}*/
/*.tit h3:after{content: ""; width: 80px; height: 3px; background-color:#062f6f; position: absolute; left:50%; bottom:-3px; margin-left:-40px;}*/
/*.tit h4{ width: 160px; height: 35px; line-height: 35px; text-align: center; color:#062f6f; font-size:24px; border:1px solid #062f6f; font-weight:normal; display:inline-block;}*/
.a-box {
  text-align: center;
  padding-bottom: 50px;
  font-size: 0;
}

.a-box a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  cursor: pointer;
  margin: 0 46px;
}

.a-box a.btn1 {
  width: 305px;
  height: 44px;
  line-height: 44px;
  background-color: #146097;
  border: 2px solid #fff;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.a-box a.btn2 {
  width: 305px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  border: 2px solid #146097;
  border-radius: 3px;
  font-size: 14px;
  color: #146097;
  font-weight: bold;
}

.a-box a.btn3 {
  width: 170px;
  height: 36px;
  line-height: 36px;
  background-color: #fac200;
  border-radius: 3px;
  font-size: 14px;
  color: #fefefe;
  font-weight: bold;
}

.a-box a.btn4 {
  width: 170px;
  height: 36px;
  line-height: 36px;
  background-color: #146097;
  border-radius: 3px;
  font-size: 14px;
  color: #fefefe;
  font-weight: bold;
}

.a-box a.btn5 {
  width: 304px;
  height: 39px;
  line-height: 39px;
  background-color: #fac200;
  border-radius: 3px;
  font-size: 14px;
  color: #fefefe;
  font-weight: bold;
}

.a-box a.btn6 {
  width: 304px;
  height: 39px;
  line-height: 39px;
  background-color: #146097;
  border-radius: 3px;
  font-size: 14px;
  color: #fefefe;
  font-weight: bold;
}

#header {
  height: 500px;
  background: url(../images/header.jpg) no-repeat center top;
}

.content {
  margin: 0 auto;
}

/*nav menu*/
.menu {
  height: 62px;
  background-color: #1768b7;
  font-size: 24px;
  line-height: 60px;
  text-align:center
}
.menu a {
  color: #ffffff;
  padding: 0 26px;
  display:inline-block;
}
.menu .content {
  width: 1000px;
}

/*启德，值得信赖的国际教育机构*/
.sequence {
  padding-bottom: 57px;
}
.sequence .content {
  padding: 39px 0;
  width: 800px;
}
.sequence .squence-img {
  width: 234px;
}
.sequence .squence-list {
  list-style: initial;
  padding: 10px 0 0 20px;
}
.sequence .squence-list,
.sequence .squence-img {
  float: left;
}
.sequence .squence-list {
  line-height: 31px;
  font-size: 20px;
  color: #606060;
}
.sequence .title_i {
  font-size: 33px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  font-style: oblique;
  color: #1768b7;
}

/*英国*/
.british {
  padding-bottom: 47px;
}
.british .title {
  line-height: 72px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 42px;
  text-align: center;
  color: #1768b7;
  background-color: #feefef;
}
.british .content {
  width: 999px;
  position: relative;
}
.british .describe {
  padding: 22px 0 29px;
}
.british .describe .ptext {
  width: 902px;
  margin: 0 auto;
  line-height: 30px;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.british .tab {
  width: 999px;
}
.british .info {
  min-height: 345px;
  float: left;
  width: 100%;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.british .info .item {
  display: none;
}
.british .info .item .img-text {
  width: 100%;
  min-height: 345px;
  padding: 30px 80px;
  color: #fff;
  background: #3766b8;
  border-radius: 3px;
  overflow: hidden;
}
.british .info .item .school-text,
.british .info .item .school-img {
  float: left;
}
.british .info .item .school-img {
  padding: 50px 0px 0;
}
.british .info .item .school-img img {
  width: 80%;
}
.british .info .item .school-text {
  width: 592px;
}
.british .info .item .name {
  font-size: 12px;
  text-indent: 0;
}
.british .info .item .name b {
  font-size: 28px;
}
.british .info .item .order {
  line-height: 38px;
  font-size: 21px;
  color: #ffcbc8;
  text-indent: 0;
}
.british .info .item .img-text {
  font-size: 20px;
  line-height: 36px;
  text-indent: 40px;
}
.british .info .item .famous-say {
  min-height: 150px;
  padding: 24px 80px;
  font-size: 20px;
}
.british .info .item .strong {
  float: left;
  font-weight: bold;
  color: #000;
  padding-top: 3px;
}
.british .info .item .say {
  margin-left: 100px;
  line-height: 30px;
}
.british .info .item.on {
  display: block;
}
.british .arrow-next,
.british .arrow-per {
  position: absolute;
  cursor: pointer;
}
.british .arrow-next .btn,
.british .arrow-per .btn {
  padding: 150px 0 0 20px;
}
.british .arrow-per {
  left: 0;
  width: 80px;
}
.british .arrow-next {
  right: 0;
  width: 80px;
}

/*live 800*/
.btn-go .content {
  width: 950px;
}

.btn-go .sign_go {
  margin-left: 65px;
}

/*更多名校*/
.more-famous-school {
  padding: 59px 0 63px;
}
.more-famous-school h3.title {
  width: 688px;
  height: 36px;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #f73435;
  margin: 0 auto;
  font-style: oblique;
}
.more-famous-school .content {
  width: 1000px;
  padding-top: 40px;
}
.more-famous-school .card {
  width: 1000px;
  background-color: rgba(234, 234, 234, 0.22);
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.16);
  border: solid 1px rgba(34, 39, 115, 0.12);
  padding: 0 54px;
}
.more-famous-school .school-list-item {
  display: none;
}
.more-famous-school .school-list-item.on {
  display: block;
}
.more-famous-school .school-list li {
  width: 330px;
  height: 40px;
  font-size: 29px;
  background-color: #f0f7ff;
  color: #3b3e7e;
  border: solid 1px #222773;
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.more-famous-school .school-list li.on {
  width: 337px;
  height: 40px;
  background-color: #3b3e7e;
  color: #fff;
}
.more-famous-school .school-list-menu {
  padding: 28px 0;
  cursor: pointer;
}
.more-famous-school .school-list-menu li {
  width: 163px;
  height: 163px;
  background-color: transparent;
  border: solid 5px transparent;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 50px;
}
.more-famous-school .school-list-menu li img {
  width: 100%;
  display: block;
}
.more-famous-school .school-list-menu li.on {
  border: solid 5px #f73435;
}
.more-famous-school .school-list-menu-content {
  display: none;
}
.more-famous-school .school-list-menu-content .name,
.more-famous-school .school-list-menu-content .order,
.more-famous-school .school-list-menu-content .new {
  text-align: center;
}
.more-famous-school .school-list-menu-content .name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #222773;
}
.more-famous-school .school-list-menu-content .name p {
  font-size: 15px;
  font-weight: 200;
  padding-bottom: 20px;
}
.more-famous-school .school-list-menu-content .order {
  font-size: 18px;
  line-height: 38px;
  color: #f73435;
}
.more-famous-school .school-list-menu-content .new {
  font-size: 20px;
  color: #444e55;
  font-weight: bold;
  padding: 15px;
}
.more-famous-school .school-list-menu-content .text {
  font-size: 20px;
  text-align: left;
  line-height: 30px;
  letter-spacing: 2px;
  text-indent: 40px;
}
.more-famous-school .school-list-menu-content.on {
  display: block;
}
.more-famous-school .border-br {
  width: 889px;
  margin: 28px auto 20px;
  height: 1px;
  border-bottom: 1px solid #f73435;
}
.more-famous-school .left-label {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #444e55;
  text-align: right;
}
.more-famous-school .right-text {
  font-size: 20px;
  margin-left: 100px;
}
.more-famous-school .right-text li {
  padding-bottom: 8px;
}
.more-famous-school .btn {
  padding: 52px 0 100px;
}
.more-famous-school .btn .sign_up,
.more-famous-school .btn .sign_go {
  width: 367px;
  height: 52px;
  line-height: 52px;
  margin-left: 50px;
}

/* 更多名校-- second */
.more-famous-school-second {
  padding: 59px 0 63px;
}
.more-famous-school-second h3.title {
  width: 832px;
  height: 36px;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #222773;
  margin: 0 auto;
  font-style: oblique;
}
.more-famous-school-second .content {
  width: 1000px;
  padding-top: 40px;
}
.more-famous-school-second .card {
  width: 1000px;
  background-color: rgba(234, 234, 234, 0.22);
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.16);
  border: solid 1px rgba(34, 39, 115, 0.12);
  padding: 54px;
}
.more-famous-school-second .school-list-item {
  display: none;
}
.more-famous-school-second .school-list-item.on {
  display: block;
}
.more-famous-school-second .school-list li {
  width: 330px;
  height: 40px;
  font-size: 29px;
  background-color: #f0f7ff;
  color: #3b3e7e;
  border: solid 1px #222773;
  float: left;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.more-famous-school-second .school-list li.on {
  width: 337px;
  height: 40px;
  background-color: #3b3e7e;
  color: #fff;
}
.more-famous-school-second .school-list-menu {
  cursor: pointer;
  float: left;
}
.more-famous-school-second .school-list-menu li {
  width: 163px;
  height: 163px;
  margin-bottom: 20px;
  background-color: transparent;
  border: solid 5px transparent;
  border-radius: 50%;
  overflow: hidden;
}
.more-famous-school-second .school-list-menu li img {
  width: 100%;
  display: block;
}
.more-famous-school-second .school-list-menu li.on {
  border: solid 5px #f73435;
}
.more-famous-school-second .school-list-menu-content {
  display: none;
  margin-left: 180px;
  min-height: 500px;
}
.more-famous-school-second .school-list-menu-content .name,
.more-famous-school-second .school-list-menu-content .order,
.more-famous-school-second .school-list-menu-content .new {
  text-align: center;
}
.more-famous-school-second .school-list-menu-content .name {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #222773;
}
.more-famous-school-second .school-list-menu-content .name p {
  font-size: 15px;
  font-weight: 200;
  padding-bottom: 20px;
}
.more-famous-school-second .school-list-menu-content .order {
  font-size: 18px;
  line-height: 38px;
  color: #f73435;
}
.more-famous-school-second .school-list-menu-content .new {
  font-size: 20px;
  color: #444e55;
  font-weight: bold;
  padding: 15px;
}
.more-famous-school-second .school-list-menu-content .text {
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  letter-spacing: 2px;
  text-indent: 40px;
}
.more-famous-school-second .school-list-menu-content.on {
  display: block;
}
.more-famous-school-second .border-br {
  margin: 28px auto 20px;
  height: 1px;
  border-bottom: 1px solid #222773;
}
.more-famous-school-second .left-label {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #444e55;
  text-align: right;
}
.more-famous-school-second .right-text {
  font-size: 18px;
  margin-left: 100px;
}
.more-famous-school-second .right-text li {
  padding-bottom: 8px;
}
.more-famous-school-second .btn {
  padding: 52px 0 100px;
}
.more-famous-school-second .btn .sign_up,
.more-famous-school-second .btn .sign_go {
  width: 367px;
  height: 52px;
  line-height: 52px;
  margin-left: 50px;
}

/*启德，值得信赖的国际教育机构*/
.part4 {
  background: #f4f4f4;
  padding-bottom: 60px;
}

.jyjg .jyjg-top {
  font-size: 0;
}

.jyjg .jyjg-top li {
  width: 240px;
  height: 123px;
  margin-right: 13px;
  padding-top: 12px;
  text-align: center;
  background: #4076bd;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.jyjg .jyjg-top li b {
  font-size: 36px;
}

.jyjg .fzjg {
  border: 2px solid #4076bd;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
}

.jyjg .fzjg span {
  font-size: 18px;
  line-height: 37px;
  display: block;
  font-weight: bold;
  color: #000;
}

.jyjg .fzjg p {
  font-size: 18px;
  color: #606060;
  line-height: 32px;
  font-weight: bold;
}

.jyjg .jyjg-con {
  margin-top: 25px;
}

.jyjg .jyjg-con .jyjg-tab {
  width: 945px;
  height: 45px;
  margin: 0 auto;
}

.jyjg .jyjg-con .jyjg-hid {
  display: none;
}

.jyjg .jyjg-con .jyjg-tab li {
  width: 154px;
  height: 43px;
  cursor: pointer;
  float: left;
  color: #fff;
  background: #a9a9a9;
  font-size: 18px;
  line-height: 43px;
  text-align: center;
  margin-left: 4px;
}

.jyjg .jyjg-con .jyjg-tab li.on {
  background: #4076bd;
}

.jyjg .jyjg-con .jyjg-hid {
  background: #fff;
  width: 945px;
  height: 245px;
  font-size: 0;
  margin-left: 27px;
  margin-top: 15px;
}

.jyjg .jyjg-con .jyjg-hid dt {
  display: inline-block;
  vertical-align: top;
  margin: 15px 50px 0 45px;
}

.jyjg .jyjg-con .jyjg-hid dd {
  width: 370px;
  margin-top: 57px;
  margin-right: 60px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
}

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

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