<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;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    background-color: #f56180;
    border-radius: 12px;
    padding: 0 38px;
}

.sign_go {
    display: inline-block;
    margin: 0 auto;
    height: 48px;
    background-color: #f56180;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    border-radius: 12px;
    font-size: 18px;
    padding: 0 38px;
}


/*---------------------------全局导航模块---------------------------*/

#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 */

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

#header .content {
    padding: 375px 55px 0 0;
}

#header .sign_go {
    width: 128px;
    float: right;
    margin-left: 60px;
}

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


/* bg-content*/

.bg-content {
    padding-top: 44px;
    background: url(../images/bg_content.jpg) no-repeat top center;
}

.title_bg {
    margin: 0 auto;
    text-indent: -3000px;
}

.serial-number {
    display: block;
    width: 30px;
    height: 11px;
    background: url(../images/arrow.png) no-repeat;
    margin: 12px 8px 0 0;
    float: left;
}


/* 简介*/

.introdution .first {
    /* height: 130px; */
    font-size: 20px;
    line-height: 35px;
    color: #232323;
    padding: 30px 23px 40px 33px;
}

.introdution .second {
    width: 453px;
    margin-top: 63px;
    float: left;
    font-size: 20px;
    line-height: 35px;
    color: #232323;
    padding: 44px 23px 20px 33px;
}

.introdution .second p {
    margin-left: 38px;
}

.introdution .list-book {
    margin: 40px 0 0 80px;
    float: left;
}

.introdution .three {
    margin-top: 40px;
    font-size: 20px;
    line-height: 35px;
    color: #232323;
    padding: 44px 50px 20px 53px;
}

.introdution .three p {}

.introdution .three a.sign_up {
    float: right;
}

.introdution .item {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 6px rgba(156, 225, 211, 0.73);
}

.study-abroad {
    margin-top: 50px;
}

.study-abroad .title_bg {
    width: 529px;
    height: 100px;
    background: url(../images/title_5.jpg) no-repeat;
    background-size: 100%;
}

.study-abroad ul {
    padding-top: 48px;
    margin: 0 63px;
}

.study-abroad li {
    /* width: 228px;
    height: 177px; */
    width: 265px;
    height: 180px;
    background-color: #e8f8f5;
    float: left;
    margin: 0 28px 28px 0;
    padding: 20px 20px;
}

.study-abroad li img {
    display: block;
    margin: 0 auto;
}

.study-abroad li p {
    padding: 19px 0 0;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #232323;
}

.first-look {
    margin-top: 71px;
}

.first-look .title_bg {
    width: 654px;
    height: 100px;
    background: url(../images/title_2.jpg) no-repeat;
    background-size: 100%;
}

.first-look .book {
    /* height: 831px; */
    background: url(../images/book.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 50px;
}

.first-look .header {
    font-size: 27px;
    color: #2e3231;
    padding: 46px 0 24px 182px;
}

.first-look .left {
    float: left;
    margin-left: 70px;
}

.first-look .right {
    float: right;
    margin-right: 80px;
}

.first-look .item {
    padding: 20px 40px;
    border-radius: 12px;
    border: solid 1px #fff;
    margin-bottom: 25px;
    cursor: pointer;
}

.first-look .item p {
    color: #014a39;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}

.first-look .item li {
    line-height: 35px;
    color: #232323;
    font-size: 16px;
}

.first-look .item:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 13px #afafaf;
}

.get-type {
    margin-top: 71px;
}

.get-type .title_bg {
    width: 712px;
    height: 58px;
    background: url(../images/title_3.jpg) no-repeat;
    background-size: 100%;
}

.get-type ul {
    padding-top: 113px;
}

.get-type .item {
    width: 294px;
    height: 264px;
    border-radius: 10px;
    border: solid 1px #bbe4dc;
    float: left;
    margin-right: 60px;
    text-align: center;
    padding: 40px 30px;
    position: relative;
}

.get-type .item p {
    font-size: 18px;
    color: #2e3231;
    margin-top: 17px;
}

.get-type .item a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 12px;
    font-size: 18px;
    margin-top: 17px;
    padding: 0 35px;
}

.get-type .item a.tel {
    border: solid 1px #bbe4dc;
    color: #2e3231;
}

.get-type .item a.btno,
.get-type .item a.btnt {
    background-color: #f56180;
    color: #fff;
}

.get-type span.icon {
    position: absolute;
    top: -20px;
    left: -10px;
}

.ads {
    overflow: hidden;
    padding: 57px 0 74px;
}

.ads .img {
    height: 257px;
    background: url(../images/title_1.png) no-repeat top center;
}

.recommended {
    margin-top: 71px;
}

.recommended .title_bg {
    width: 820px;
    height: 100px;
    background: url(../images/title_4.jpg) no-repeat;
    background-size: 100%;
}

.recommended ul {
    margin-top: 50px;
}

.recommended .item {
    width: 389px;
    height: 263px;
    float: left;
}

.recommended .first {
    background: url(../images/bg_1.jpg) no-repeat;
    background-size: cover;
    margin-right: 45px;
}

.recommended .second {
    background: url(../images/bg_2.jpg) no-repeat;
    background-size: cover;
}

.recommended p {
    width: 389px;
    background-color: rgba(245, 97, 128, 0.7);
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    margin-top: 75px;
    padding: 10px 0 10px;
    text-align: center;
    font-weight: bold;
}

.school {
    margin-top: 71px;
}

.school .title_bg {
    width: 946px;
    height: 105px;
    background: url(../images/title_6.jpg) no-repeat;
    background-size: 100%;
}

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

.school .item {
    width: 228px;
    height: 177px;
    background-color: #e8f8f5;
    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: 15px;
}

.school ul.ult li {
    min-width: 133px;
    height: 44px;
    background-color: #eaeff3;
    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: #eaeff3;
    position: absolute;
    top: 20px;
    right: -40px;
}

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

.school .card-box {
    height: 312px;
    background: #f9f9f9;
}

.school .card {
    display: none;
    padding: 31px 0 50px;
    height: 312px;
}

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

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

.dialog {
    border: 1px #bbe4dc solid;
    border-radius: 10px;
    padding: 40px 40px 60px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    display: none;
    color: #232323;
}

.dialog .head {
    text-align: center;
    font-size: 18px;
    color: #61ad9b;
    font-weight: bold;
}

.dialog .border {
    display: block;
    width: 52px;
    height: 4px;
    background: #bbe4dc;
    margin: -10px 0 20px;
}

.dialog .close {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
}

.dialog-first {
    width: 347px;
    margin-left: -123px;
    margin-top: -215px;
    font-size: 16px;
    line-height: 30px;
}


/* 表单弹出层 */

#eic_pop_form {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
}

.eic_pop_form {
    width: 672px;
    height: 472px;
    background: url(../images/form.jpg) no-repeat;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -336px;
    margin-top: -236px;
    border-radius: 10px;
    padding: 45px 98px;
}

.eic_pop_form .head {
    text-align: center;
    font-size: 34px;
}

.eic_pop_form .describe {
    text-align: center;
    font-size: 16px;
    padding: 20px 0 50px;
}

.eic_pop_form label {
    width: 130px;
    height: 30px;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    text-align: right;
}

.eic_pop_form input[type='text'],
.eic_pop_form input[type='tel'] {
    width: 220px;
    height: 30px;
    padding-left: 10px;
    display: block;
    float: left;
    box-sizing: border-box;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(189, 189, 189);
    border-image: initial;
    font: 14px/30px 微软雅黑;
}

.eic_pop_form input[type='button'] {
    width: 100px;
    height: 30px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 16px;
}

.eic_pop_form .form-btn {
    display: inline-block;
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    background-color: #f56180;
    border-radius: 12px;
    padding: 0 38px;
    border: none;
    margin-left: 180px;
    outline: none;
    cursor: pointer;
}

.eic_pop_form .close {
    display: block;
    width: 30px;
    height: 30px;
    right: 8px;
    position: absolute;
    top: 8px;
    cursor: pointer;
}

.eic_pop_form select {
    width: 110px;
    height: 30px;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(189, 189, 189);
}

.eic_pop_form .item {
    padding-bottom: 14px;
}

.fbhsk .title_bg {
    width: 1000px;
    height: 124px;
    background: url(../images/title_7.jpg) center no-repeat;
    background-size: 100%;
}

.fbhsk-con {
    padding: 45px 0 45px 75px;
    position: relative;
}

.fbhsk-con ul {
    height: 180px;
    overflow: hidden;
}

.fbhsk-con ul li {
    width: 270px;
    height: 180px;
    float: left;
    margin-right: 20px;
}

.fbhsk-con .hd .prev,
.fbhsk-con .hd .next {
    position: absolute;
    top: 105px;
    cursor: pointer
}

.fbhsk-con .hd .prev {
    left: 10px;
}

.fbhsk-con .hd .next {
    right: 10px;
}

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

.zbtc .title_bg {
    width: 694px;
    height: 94px;
    background: url(../images/title_1.png) no-repeat;
    margin: 0 auto;
}

.report_box {
    margin: 70px auto;
    width: 1006px;
    text-align: center;
}</pre></body></html>