.page-education div {
    webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* 介绍背景渐变色 */

.gradient {
    background: #f6efe8;
    background: -moz-linear-gradient(left, #f9f5f1, #faebd9);
    background: -webkit-linear-gradient(left, #f9f5f1, #faebd9);
    background: -o-linear-gradient(left, #f9f5f1, #faebd9);
    background: -ms-linear-gradient(left, #f9f5f1, #faebd9);
    background: linear-gradient(left, #f9f5f1, #faebd9);
}


/* 其他背景渐变色 */

.gradient1 {
    background: #fef4e7;
    background: -moz-linear-gradient(94deg, #fff2e1 24%, #fbf8f4 100%);
    background: -webkit-linear-gradient(94deg, #fff2e1 24%, #fbf8f4 100%);
    background: -o-linear-gradient(94deg, #fff2e1 24%, #fbf8f4 100%);
    background: -ms-linear-gradient(94deg, #fff2e1 24%, #fbf8f4 100%), linear-gradient(#fb7f64, #fb7f64);
    background: linear-gradient(94deg, #fff2e1 24%, #fbf8f4 100%);
}


/* 背景默认颜色 */

.bgColor {
    background: #fff;
}


/* 页面所用字号 */

.font24 {
    font-size: 24px;
    line-height: 26px;
}

.font20 {
    font-size: 20px;
    line-height: 28px;
}

.font26 {
    font-size: 26px;
    line-height: 30px;
}

.font30 {
    font-size: 30px;
    line-height: 34px;
}


/* 页面所用字体颜色 */


/* 主字色 */

.font-color {
    color: #434343;
}

.font-color1 {
    color: #2c479b;
}

.font-color2 {
    color: #fff;
}


/* 原子类 */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-bold {
    font-weight: bold;
}

.framework__intro--item img,
.advantage__con--pic img,
.footer__item img,
.case__item--pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.offline,
.market,
.manage,
.dataAdmin,
.scene {
    padding-top: 70px;
}


/* 介绍模块标题 */

.framework__title {
    width: 669px;
    height: 120px;
    margin: 0 auto 30px;
    position: relative;
    background: url('../images/education/title_bg_big.png') no-repeat top center;
    font-size: 34px;
    line-height: 120px;
}

.m-warp {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    display: block;
    min-width: 1200px;
    height: 430px;
    margin: 0 auto;
    background: url('../images/education/banner_bg.jpg') no-repeat top center;
}

.process {
    padding: 57px 0 58px;
}

.process__con {
    width: 100%;
    height: 541px;
}

.advantage {
    padding-top: 80px;
}

.advantage__con {
    margin: 0 100px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.advantage__con--pic {
    width: 469px;
    height: 382px;
}

.advantage__con--item {
    padding-left: 47px;
    position: relative;
    margin-bottom: 58px;
}

.advantage__con--item::after {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/education/activity_list_icon.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.advantage__con--item1 {
    padding-right: 47px;
    position: relative;
    margin-bottom: 58px;
}

.advantage__con--item1::after {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/education/activity_list_icon.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.framework {
    padding-top: 20px;
    font-size: 0;
}

.framework__item {
    margin: 0 75px 80px;
    display: inline-block;
}

.market__item {
    margin: 0 72px 80px;
    display: inline-block;
}

.scene__item {
    margin: 0 98px 80px;
    display: inline-block;
}

.framework__item--icon {
    background: url(../images/education/framework_icon.png) no-repeat;
    width: 102px;
    height: 88px;
    margin: 0 auto;
}

.framework__item--icon_1 {
    background-position: -2px -2px
}

.framework__item--icon_2 {
    background-position: -106px -2px
}

.framework__item--icon_3 {
    background-position: -210px -2px
}

.framework__item--icon_4 {
    background-position: -314px -2px
}

.framework__item--icon_5 {
    background-position: -418px -2px
}

.framework__item--icon_6 {
    background-position: -522px -2px
}

.framework__item--name {
    margin-top: 30px;
    font-weight: bold;
}

.framework__item--info {
    margin-top: 16px;
    text-align: center;
    width: 250px;
}

.framework__intro {
    margin-bottom: 58px;
    text-align: center;
}

.framework__intro--item {
    display: inline-block;
    width: 189px;
    height: 197px;
}

.framework__intro--item-con {
    margin-top: 18px;
    text-align: center;
}

.offline {
    display: block;
    min-width: 1200px;
    height: 610px;
    margin: 0 auto;
    background: url('../images/education/con_bg_1.jpg') no-repeat top center;
}

.offline__con {
    font-size: 0;
    margin-top: 180px;
}

.offline__con--item {
    margin: 0 58px 90px;
    display: inline-block;
    height: 174px;
    width: 282px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    box-shadow: 0px 8px 18px 0px rgba(34, 129, 206, 0.8);
    -webkit-box-shadow: 0px 8px 18px 0px rgba(34, 129, 206, 0.8);
    -moz-box-shadow: 0px 8px 18px 0px rgba(34, 129, 206, 0.8);
    -ms-box-shadow: 0px 8px 18px 0px rgba(34, 129, 206, 0.8);
    -o-box-shadow: 0px 8px 18px 0px rgba(34, 129, 206, 0.8);
}

.offline__con--item-icon {
    background: url(../images/education/tookeen_icon.png) no-repeat;
    width: 132px;
    height: 139px;
    margin: -86px auto 0;
}

.offline__con--item-icon_1 {
    background-position: -2px -2px
}

.offline__con--item-icon_2 {
    background-position: -136px -2px
}

.offline__con--item-icon_3 {
    background-position: -270px -2px
}

.offline__con--item-msc {
    margin-top: 12px;
    line-height: 40px;
}

.market__item--icon {
    width: 116px;
    height: 103px;
    background: url(../images/education/market_icon.png) no-repeat;
    margin: 0 auto;
}

.market__item--icon_1 {
    background-position: -2px -2px
}

.market__item--icon_2 {
    background-position: -120px -2px
}

.market__item--icon_3 {
    background-position: -238px -2px
}

.market__item--icon_4 {
    background-position: -356px -2px
}

.market__item--icon_5 {
    background-position: -474px -2px
}

.market__item--icon_6 {
    background-position: -592px -2px
}

.manage {
    margin-right: -180px;
    display: block;
    min-width: 1200px;
    height: 704px;
    margin: 0 auto;
    background: url('../images/education/con_bg_2.jpg') no-repeat top center;
}

.manage__item {
    display: inline-block;
    margin-right: 180px;
    margin-bottom: 110px;
}

.manage__item--icon {
    width: 158px;
    height: 158px;
    background: url(../images/education/manage.png) no-repeat;
    margin-right: 63px;
    display: inline-block;
    vertical-align: middle;
}

.manage__item--icon_1 {
    background-position: -2px -2px
}

.manage__item--icon_2 {
    background-position: -162px -2px
}

.manage__item--icon_3 {
    background-position: -322px -2px
}

.manage__item--icon_4 {
    background-position: -482px -2px
}

.manage__item--con {
    display: inline-block;
    vertical-align: middle;
}

.dataAdmin {
    background: #fcfcfc;
}

.scene__title {
    width: 384px;
    height: 120px;
    margin: 0 auto 60px;
    position: relative;
    background: url('../images/education/title_bg_small.png') no-repeat top center;
    font-size: 34px;
    line-height: 120px;
}

.scene__item--icon {
    width: 97px;
    height: 97px;
    background: url(../images/education/scene.png) no-repeat;
    margin: 0 auto;
}

.scene__item--icon_1 {
    background-position: -2px -2px
}

.scene__item--icon_2 {
    background-position: -101px -2px
}

.scene__item--icon_3 {
    background-position: -200px -2px
}

.scene__item--icon_4 {
    background-position: -299px -2px
}

.scene__item--icon_5 {
    background-position: -398px -2px
}

.scene__item--icon_6 {
    background-position: -497px -2px
}

.scene__item--icon_7 {
    background-position: -596px -2px
}

.scene__item--icon_8 {
    background-position: -695px -2px
}

.scene__item--name {
    margin-top: 32px;
}

.case {
    margin: 60px 0 85px;
}

.case__item--pic {
    width: 476px;
    height: 507px;
    margin-bottom: 50px;
}

.case__item--con {
    width: 498px;
    margin-top: 30px;
}

.footer1 {
    background: url(../images/education/footer_bg.png) no-repeat center;
    width: 100%;
    height: 360px;
    padding-top: 90px;
}

.footer__item {
    width: 735px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 56px;
}

.footer-btns {
    width: 309px;
    height: 102px;
    margin: 0 auto;
}

.footer__btn {
    background: url(../images/education/footer_btn.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    margin-left: 36px;
}