.banner .banner-content-01 {
    height: 540px;
    background-color: #F3FBFD;
    border: 1px solid #E8F1EE;
}

.banner .banner-content-01 .content {
    position: relative;
    padding-top: 96px;
}

.banner .banner-content-01 .content .title {
    line-height: 45px;
    font-size: 40px;
}

.banner .banner-content-01 .content .title span {
    font-size: 72px;
    color: #00AEC4;
}

.banner .banner-content-01 .content .subtitle {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    opacity: .8;
}

.banner .banner-content-01 .content .count-list {
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.banner .banner-content-01 .content .count-list .count-box {
    width: 180px;
    text-align: center;
}

.banner .banner-content-01 .content .count-list .count-box + .count-box {
    margin-left: 50px;
}

.banner .banner-content-01 .content .count-box .count {
    font-size: 30px;
    font-weight: 700;
    color: #F8B62D;
}

.banner .banner-content-01 .content .count-box .text {
    margin-top: 24px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid rgba(0, 174, 196, .2);
}


.banner .banner-content-01 .content .banner-img {
    position: absolute;
    top: 122px;
    right: 0;
    width: 571px;
}

.banner .banner-content-02 {
    position: relative;
    height: 540px;
    background-color: #f6f6f6;
}

.banner .banner-content-02 .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
    background-image: url("../image/banner_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 540px;
}

.banner .banner-content-02 .content {
    position: relative;
    padding-top: 100px;
}

.banner .banner-content-02 .content .title span {
    color: #00AEC4;
}

.banner .banner-content-02 .content .banner-img {
    position: absolute;
    top: 26px;
    right: 164px;
    width: 318px;
}

.banner .banner-content-02 .content .banner-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 54px;
}

.banner .banner-content-02 .banner-list .list {
    width: 374px;
    height: 282px;
    border-radius: 4px;
    box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform .2s;
}

.banner .banner-content-02 .banner-list .list:hover {
    transform: scale(1.05);
}

.banner .banner-content-02 .banner-list .list.bg-white {
    background-color: #ffffff;
}

.banner .banner-content-02 .banner-list .list.bg-white .banner-icon {
    border-color: #EFEFEF;
}

.banner .banner-content-02 .banner-list .list.bg-main {
    color: #ffffff;
    background-color: #00AEC4;
}

.banner .banner-content-02 .banner-list .list.bg-main .banner-icon {
    border-color: #10BFD5;
}

.banner .banner-content-02 .banner-list .banner-icon {
    padding: 24px 0 21px 41px;
    border-bottom: 1px solid;
}

.banner .banner-content-02 .banner-list .banner-icon .icon {
    width: 40px;
}

.banner .banner-content-02 .banner-list .list-content {
    padding: 28px 30px 0;
}

.banner .banner-content-02 .banner-list .list-content .banner-title {
    line-height: 18px;
}

.banner .banner-content-02 .banner-list .list-content .banner-text {
    line-height: 24px;
}

.banner .banner-content-02 .banner-list .list.bg-main .banner-text {
    color: #ffffff;
}

.banner .banner-content-02 .banner-list .list-content .banner-title + .banner-text {
    margin-top: 18px;
}

.swiper-button-prev, .swiper-button-next, .swiper-pagination {
    display: none;
}

.program {
    padding: 257px 0 176px;
}

.program .program-content {
    position: relative;
}

.program .program-box {
    position: relative;
    margin: 0 auto;
    width: 962px;
}

.program .program-box .program-text {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    text-align: center;
}

.program .program-text .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #ffffff;
}

.program .program-text .title + .font-opacity {
    margin-top: 24px;
}

.program .program-list {
    position: absolute;
    padding: 24px 32px;
    width: 292px;
    height: 145px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px rgba(255, 126, 48, 0.2), 0px 8px 16px 0px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    transition: transform .4s;
}

.program .program-list .angle {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
}

.program .program-list .program-text {
    margin-top: 10px;
}

.program .program-list:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 0px 2px rgba(255, 126, 48, 0.71), 0px 8px 16px 0px rgba(0, 0, 0, 0.09);
}

.program .program-list:hover .angle::before {
    background-color: rgba(255, 126, 48, 0.71);
}

.program .program-list:hover .angle::after {
    background-color: rgba(255, 126, 48, 0.71);
}

.program .program-list .angle::before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 2px;
    background-color: rgba(255, 126, 48, 0.2);
}

.program .program-list .angle::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 2px;
    background-color: rgba(255, 126, 48, 0.2);
}

.program .program-list-01 {
    top: -2px;
    left: 0;
}

.program .program-list-01 .angle {
    right: 64px;
    bottom: -20px;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(-10deg);
}

.program .program-list-01 .angle::before {
    top: -14px;
    right: -1px;
    height: 30px;
    transform: rotate(-45deg);
}

.program .program-list-01 .angle::after {
    top: -6px;
    right: -12px;
    height: 18px;
}

.program .program-list-02 {
    top: -152px;
    left: 436px;
}

.program .program-list-02 .angle {
    right: 64px;
    bottom: -20px;
    border-color: #ffffff transparent transparent #ffffff;
    transform: rotate(10deg);
}

.program .program-list-02 .angle::before {
    top: -6px;
    left: -12px;
    height: 18px;
}

.program .program-list-02 .angle::after {
    top: -14px;
    left: -1px;
    height: 30px;
    transform: rotate(45deg);
}

.program .program-list-03 {
    top: -22px;
    right: 0;
}

.program .program-list-03 .angle {
    left: 64px;
    bottom: -20px;
    border-color: #ffffff transparent transparent #ffffff;
    transform: rotate(10deg);
}

.program .program-list-03 .angle::before {
    top: -6px;
    left: -12px;
    height: 18px;
}

.program .program-list-03 .angle::after {
    top: -14px;
    left: -1px;
    height: 30px;
    transform: rotate(45deg);
}

.program .program-list-04 {
    bottom: -76px;
    right: 174px;
}

.program .program-list-04 .angle {
    left: 64px;
    top: -20px;
    border-color: transparent #ffffff #ffffff transparent;
    transform: rotate(10deg);
}

.program .program-list-04 .angle::before {
    top: -16px;
    right: -1px;
    height: 30px;
    transform: rotate(45deg);
}

.program .program-list-04 .angle::after {
    top: -12px;
    right: -12px;
    height: 18px;
}

.program .program-list-05 {
    bottom: -76px;
    left: 156px;
}

.program .program-list-05 .angle {
    right: 64px;
    top: -20px;
    border-color: transparent #ffffff #ffffff transparent;
    transform: rotate(10deg);
}

.program .program-list-05 .angle::before {
    top: -16px;
    right: -1px;
    height: 30px;
    transform: rotate(45deg);
}

.program .program-list-05 .angle::after {
    top: -12px;
    right: -12px;
    height: 18px;
}

.admission {
    padding: 80px 0;
    background-color: #F3FBFD;
    border: 1px solid #E8F1EE;
}

.admission .title {
    text-align: center;
}

.admission .subtitle {
    margin: 12px auto;
    width: 480px;
    text-align: center;
}

.admission .admission-list {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}

.admission .admission-list .list {
    padding: 40px 20px 0;
    width: 285px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 12px 38px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform .2s;
}

.admission .admission-list .list:hover {
    transform: scale(1.05);
}

.admission .admission-list .list .admission-img {
    margin: 0 auto;
    width: 64px;
}

.admission .admission-list .list .admission-title {
    margin-top: 16px;
    text-align: center;
}

.admission .admission-list .list .admission-text {
    margin-top: 20px;
}

.follow {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
}

.follow::after {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    content: "";
    width: 1600px;
    height: 1px;
    background-color: #E8F1EE;
}

.follow .follow-content {
    display: flex;
}

.follow .follow-img {
    width: 464px;
}

.follow .follow-box {
    padding-left: 24px;
}

.follow .follow-box .title {
    margin-top: 40px;
}

.follow .follow-box .subtitle {
    margin-top: 36px;
    width: 488px;
}

.follow .follow-right {
    display: flex;
    flex-wrap: wrap;
    margin-left: 100px;
}

.follow .follow-right .list {
    padding-top: 45px;
    width: 240px;
}

.follow .follow-right .list:nth-child(2n+2) {
    margin-left: 130px;
}

.follow .follow-right .list .list-icon {
    width: 40px;
}

.follow .follow-right .list .list-title {
    margin-top: 30px;
}

.follow .follow-right .list .list-text {
    margin-top: 8px;
}

.teach {
    padding: 100px 0 90px;
}

.teach .teach-content {
    display: flex;
    justify-content: space-between;
}

.teach .teach-content .teach-left {
    padding: 50px 60px 60px 30px;
    width: 635px;
    background-color: #F3FBFD;
    border-radius: 4px;
}

.teach .teach-content .teach-left .teach-text + .teach-title {
    margin-top: 90px;
}

.teach .teach-content .teach-left .teach-text {
    margin-top: 8px;
}

.teach .teach-content .teach-right {
    padding-top: 50px;
    width: 459px;
}

.teach .teach-content .teach-right .title {
    margin-top: 30px;
}

.teach .teach-content .teach-right .subtitle {
    margin-top: 30px;
}

.healthy {
    position: relative;
    padding: 95px 0 80px;
    background-color: #F3FBFD;
    overflow: hidden;
}

.healthy .healthy-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1600px;
}

.healthy .healthy-content {
    position: relative;
    z-index: 1;
}

.healthy .healthy-content .healthy-top {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 50px;
}

.healthy .healthy-content .healthy-top .healthy-box {
    padding-top: 140px;
    width: 420px;
}

.healthy .healthy-content .healthy-top .healthy-box .subtitle {
    margin-top: 30px;
}

.healthy .healthy-content .healthy-top .healthy-img {
    width: 480px;
}

.healthy .healthy-content .healthy-list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding: 40px 80px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.09);
}

.healthy .healthy-content .healthy-list .list {
    width: 292px;
}

.healthy .healthy-content .healthy-list .list .healthy-icon {
    width: 40px;
}

.healthy .healthy-content .healthy-list .list .healthy-title {
    margin-top: 20px;
}

.healthy .healthy-content .healthy-list .list .healthy-text {
    margin-top: 8px;
}

.nurture {
    position: relative;
    z-index: 1;
    padding: 132px 0 540px;
}

/*.nurture .nurture-bg {*/
/*    position: absolute;*/
/*    top: 52px;*/
/*    left: 0;*/
/*    right: 24px;*/
/*    z-index: 1;*/
/*    margin: 0 auto;*/
/*    width: 830px;*/
/*}*/

.nurture .content {
    position: relative;
    z-index: 2;
}

.nurture .content .title {
    text-align: center;
}

.nurture .content .subtitle {
    text-align: center;
}

.nurture .content .title + .subtitle {
    margin-top: 54px;
}

.nurture .nurture-box {
    position: absolute;
    top: 375px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1232px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.nurture .nurture-content {
    display: flex;
    padding: 40px;
}

.nurture .nurture-content .nurture-img {
    width: 300px;
}

.nurture .nurture-content .nurture-img + .nurture-img {
    margin-left: 28px;
}

.nurture .nurture-content .nurture-list {
    margin-left: 60px;
    width: 420px;
}

.nurture .nurture-content .nurture-list .list + .list {
    margin-top: 48px;
}

.nurture .nurture-content .nurture-list .list .nurture-title {
    line-height: 20px;
}

.nurture .nurture-content .nurture-list .list .nurture-text {
    margin-top: 8px;
}

.report {
    position: relative;
    padding: 222px 0 118px;
    background-color: #F3FBFD;
}

.report .report-bg {
    position: absolute;
    top: 21px;
    left: 0;
    width: 873px;
}

.report .content {
    position: relative;
    z-index: 1;
}

.report .report-content {
    display: flex;
    justify-content: space-between;
}

.report .report-content .report-left {
    position: relative;
    padding: 50px 0 0 20px;
}

.report .report-content .report-left .subtitle {
    margin-top: 36px;
    width: 452px;
}

.report .report-content .report-left .report-img {
    position: absolute;
    top: 280px;
    left: -24px;
    width: 461px;
}

.report .report-content .report-right {
    padding: 40px 50px;
    width: 660px;
    height: 600px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.1);
}

.report .report-content .report-right .list:nth-child(n+2) {
    margin-top: 54px;
}

.report .report-content .report-right .list .report-text {
    margin-top: 12px;
    font-size: 15px;
}

.headquarter {
    overflow: hidden;
}

.headquarter .headquarter-content {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 115px 0 50px;
}

.headquarter .headquarter-content .headquarter-box {
    width: 440px;
}

.headquarter .headquarter-content .headquarter-box .title {
    padding: 0 20px;
}

.headquarter .headquarter-content .headquarter-box .subtitle {
    padding: 32px 30px 0 20px;
}

.headquarter .headquarter-content .headquarter-box .headquarter-list {
    margin-top: 40px;
    padding: 50px 48px 30px 30px;
    border: 1px solid #F8B62D;
    border-radius: 4px;
}

.headquarter .headquarter-content .headquarter-box .headquarter-list .list + .list {
    margin-top: 50px;
}

.headquarter .headquarter-content .headquarter-box .headquarter-list .list .headquarter-text {
    margin-top: 12px;
    font-size: 15px;
}

.headquarter .headquarter-content .headquarter-img {
    position: absolute;
    top: 115px;
    left: -54px;
    width: 760px;
}

.headquarter .headquarter-content .headquarter-bg {
    position: absolute;
    top: 220px;
    right: -90px;
    width: 743px;
}

.brand {
    position: relative;
    z-index: 4;
    padding: 50px 0 180px;
    overflow: hidden;
}

.brand .brand-content {
    position: relative;
    padding-top: 180px;
}

.brand .brand-content .brand-box {
    width: 544px;
}

.brand .brand-content .brand-box .title {
    padding-left: 42px;
}

.brand .brand-content .brand-box .subtitle {
    padding: 24px 50px 40px 42px;
}

.brand .brand-content .brand-box .brand-list {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.brand .brand-content .brand-box .brand-list .list {
    padding: 28px 0 28px 42px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.brand .brand-content .brand-box .brand-list .list .brand-text {
    margin-top: 4px;
    font-size: 15px;
}

/*.brand .brand-content .brand-bg {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -114px;*/
/*    width: 674px;*/
/*}*/

.brand .brand-content .brand-img {
    position: absolute;
    top: 58px;
    right: -60px;
    width: 719px;
}

.hardware {
    position: relative;
    top: -130px;
    z-index: 3;
    margin-bottom: -130px;
    height: 686px;
    background-color: #f3fbfd;
}

.hardware .hardware-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 686px;
    background-image: url("../image/hardware_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 686px;
}

.hardware .content {
    position: relative;
    z-index: 1;
}

.hardware .hardware-content {
    padding-top: 244px;
}

.hardware .hardware-content .title {
    text-align: center;
}

.hardware .hardware-content .subtitle {
    margin-top: 36px;
    text-align: center;
    font-size: 14px;
}

.hardware .hardware-content .hardware-list {
    display: flex;
    position: absolute;
    top: 374px;
    left: 0;
    padding: 0 54px;
    width: 100%;
    height: 385px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 5px 0px 0px #00AEC4, 0px 15px 80px 0px rgba(0, 0, 0, 0.1);
}

.hardware .hardware-content .hardware-list .list {
    position: relative;
    padding: 64px 30px 0;
    width: 25%;
}

.hardware .hardware-content .hardware-list .list:nth-child(n+2)::before {
    display: inline-block;
    position: absolute;
    top: 64px;
    left: 0;
    content: "";
    width: 1px;
    height: 260px;
    background-color: #E8F1EE;
}

.hardware .hardware-content .hardware-list .list .hardware-icon {
    width: 40px;
}

.hardware .hardware-content .hardware-list .list .hardware-title {
    margin-top: 64px;
}

.hardware .hardware-content .hardware-list .list .hardware-text {
    margin-top: 20px;
}

.customer {
    padding: 240px 0 90px;
}

.customer .customer-content .customer-list {
    display: flex;
    justify-content: space-between;
}

.customer .customer-content .customer-list .list {
    text-align: center;
}

.customer .customer-content .customer-list .count {
    line-height: 45px;
    font-size: 48px;
    font-weight: 700;
    color: #00AEC4;
}

.customer .customer-content .customer-list .count + h3 {
    margin-top: 70px;
}

.customer .customer-content .customer-list h3 + h3 {
    margin-top: 20px;
}

.customer .customer-content .customer-swiper {
    margin: 150px auto 0;
    width: 1200px;
}

.customer .customer-content .customer-swiper .swiper-box {
    position: relative;
    height: 470px;
}

.customer .customer-content .customer-swiper .swiper-bg {
    position: absolute;
    left: 0;
    bottom: 0;
}
