.page-education div {
    webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* 介绍背景渐变色 */

.gradient {
    background: #fbf8ff;
    background: -moz-linear-gradient(90deg, #faf9ff 0%, #fcf8ff 100%);
    background: -webkit-linear-gradient(90deg, #faf9ff 0%, #fcf8ff 100%);
    background: -o-linear-gradient(90deg, #faf9ff 0%, #fcf8ff 100%);
    background: -ms-linear-gradient(90deg, #faf9ff 0%, #fcf8ff 100%);
    background: linear-gradient(90deg, #faf9ff 0%, #fcf8ff 100%);
}

/* 背景默认颜色 */

.bgColor {
    background: #fff;
}


/* 页面所用字号 */

.font18 {
    font-size: 18px;
    line-height: 28px;
}

.font24 {
    font-size: 24px;
    line-height: 28px;
}

.font22 {
    font-size: 22px;
    line-height: 26px;
}

.font34 {
    font-size: 34px;
    line-height: 38px;
}

.font38 {
    font-size: 38px;
    line-height: 42px;
}


/* 页面所用字体颜色 */


/* 主字色 */

/* 细文 */
.font-color {
    color: #707070;
}

.font-color1 {
    color: #fff;
}

/* 通用大标题 */
.font-title {
    color: #542acd;
}


/* 原子类 */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-bold {
    font-weight: bold;
}

.framework__img img,
.framework__intro__img img,
.advantage__con__pic img,
.industry__img img {
    width: 100%;
    height: 100%;
    display: block;
}

.title {
    position: relative;
    margin: 0 auto 90px;
}

.title::after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background: #fdb055;
    margin: -8px auto 0;
}

.m-warp {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    display: block;
    min-width: 1200px;
    height: 430px;
    margin: 0 auto;
    background: url('../images/video/banner.jpg') no-repeat top center;
}

.advantage {
    padding: 60px 0 30px;
    position: relative;
}


.left {
    float: left;
}

.right {
    float: right;
}

.advantage__con {
    margin-bottom: 50px;
}

.advantage__con__pic {
    width: 545px;
    height: 504px;
}

.advantage__con__title {
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}

.advantage__con__title1 {
    position: relative;
    margin-bottom: 50px;
    margin-left: 110px;
    display: inline-block;
}

.advantage__con__title::after,
.advantage__con__title1::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 1px;
    background: #fdb055;
    margin-top: 8px;
}


.advantage__con__item {
    display: inline-block;
    padding-left: 60px;
    position: relative;
    margin: 0 110px 40px 0;
}

.advantage__con__item1 {
    display: inline-block;
    padding-left: 60px;
    position: relative;
    margin: 0 0 40px 110px;
}

.advantage__con__item__icon {
    background: url(../images/video/icon-1.png) no-repeat;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.advantage__con__item__icon_1 {
    background-position: -2px -2px
}

.advantage__con__item__icon_2 {
    background-position: -49px -2px
}

.advantage__con__item__icon_3 {
    background-position: -96px -2px
}

.advantage__con__item__icon_4 {
    background-position: -143px -2px
}

.advantage__con__item__icon_5 {
    background-position: -190px -2px
}

.advantage__con__item__icon_6 {
    background-position: -2px -49px
}

.advantage__con__item__icon_7 {
    background-position: -49px -49px
}

.advantage__con__item__icon_8 {
    background-position: -96px -49px
}

.advantage__con__item__icon_9 {
    background-position: -143px -49px
}

.advantage__con__item__icon_10 {
    background-position: -190px -49px
}

.advantage__con__item__icon_11 {
    background-position: -2px -96px
}

.advantage__con__item__icon_12 {
    background-position: -49px -96px
}

.advantage__con__item__icon_13 {
    background-position: -96px -96px
}

.advantage__con__item__icon_14 {
    background-position: -143px -96px
}

.advantage__con__item__icon_15 {
    background-position: -190px -96px
}

.advantage__con__item__icon_16 {
    background-position: -2px -143px
}

.advantage__con__item__icon_17 {
    background-position: -49px -143px
}

.advantage__con__item__icon_18 {
    background-position: -96px -143px
}

.advantage__con__item__icon_19 {
    background-position: -143px -143px
}

.advantage__con__item__icon_20 {
    background-position: -190px -143px
}

.advantage__con__item__icon_21 {
    background-position: -2px -190px
}

.advantage__con__item__icon_22 {
    background-position: -49px -190px
}

.advantage__con__item__icon_23 {
    background-position: -96px -190px
}

.advantage__con__item__icon_24 {
    background-position: -143px -190px
}


.framework {
    padding-top: 78px;
    font-size: 0;
}

.framework__img {
    width: 721px;
    height: 573px;
}

.framework__item {
    margin-bottom: 80px;
    vertical-align: top;
    width: 460px;
}

.framework__item--name {
    margin-bottom: 24px;
}

.framework__item--info{
    line-height: 28px;
}

.framework__intro {
    margin: 60px auto 120px;
}

.framework__intro__item {
    display: inline-block;
    background: #febb4c;
    background: -moz-linear-gradient(90deg, #fdc850 0%, #ffac49 100%);
    background: -webkit-linear-gradient(90deg, #fdc850 0%, #ffac49 100%);
    background: -o-linear-gradient(90deg, #fdc850 0%, #ffac49 100%);
    background: -ms-linear-gradient(90deg, #fdc850 0%, #ffac49 100%);
    background: linear-gradient(90deg, #fdc850 0%, #ffac49 100%);
    padding: 0 30px;
    line-height: 42px;
    border-radius: 20px;
}

.framework__intro__img {
    width: 333px;
    height: 177px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 140px;
}

.industry {
    padding: 100px 0;
}

.industry__con {
    display: inline-block;
    width: 350px;
    vertical-align: middle;
    
}

.industry__con__item {
    margin-bottom: 80px;
}

.industry__item__label,
.industry__item__label1 {
    position: relative;
    margin-bottom: 24px;
}

.industry__item__label::after,
.industry__item__label1::after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 4px;
    border-radius: 1px;
    background: #fdb055;
    margin-top: 7px;
}

.industry__item__label::after {
    right: 0;
}

.industry__item__label1::after {
    left: 0;
}

.industry__img {
    margin: 0 78px 50px;
    width: 343px;
    height: 555px;
    display: inline-block;
    vertical-align: bottom;
}


.tech {
    padding-top: 75px;
    font-size: 0;
}

.tech__item {
    margin: 0 75px 85px;
    display: inline-block;
    vertical-align: text-top;
}

.tech__item--icon {
    background: url(../images/video/icon-2.png) no-repeat;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.tech__item--icon_1 {
    background-position: -2px -2px
}

.tech__item--icon_2 {
    background-position: -124px -2px
}

.tech__item--icon_3 {
    background-position: -246px -2px
}

.tech__item--icon_4 {
    background-position: -368px -2px
}

.tech__item--icon_5 {
    background-position: -490px -2px
}

.tech__item--icon_6 {
    background-position: -612px -2px
}

.tech__item--name {
    margin-top: 32px;
}

.tech__item--info {
    margin-top: 16px;
    text-align: center;
    width: 250px;
    line-height: 28px;
}

.tech__intro {
    margin-bottom: 58px;
    text-align: center;
}

.tech__intro--item {
    display: inline-block;
    width: 189px;
    height: 197px;
}

.tech__intro--item-con {
    margin-top: 18px;
    text-align: center;
}





.scene {
    padding-top: 75px;
    font-size: 0;
}

.scene__item {
    margin: 0 98px 50px;
    display: inline-block;
    width: 203px;
    height: 230px;
    border-radius: 14px;
}

.scene__item.active {
    background: #875ffb;
    -moz-box-shadow: 0px 40px 78px 2px rgba(80, 42, 193, 0.4);
    -webkit-box-shadow: 0px 40px 78px 2px rgba(80, 42, 193, 0.4);
    -o-box-shadow: 0px 40px 78px 2px rgba(80, 42, 193, 0.4);
    -ms-box-shadow: 0px 40px 78px 2px rgba(80, 42, 193, 0.4);
    box-shadow: 0px 40px 78px 2px rgba(80, 42, 193, 0.4);
}

.scene__item.active .scene__item--name {
    color: #fff;
}

.scene__item.active .scene__item--icon_1 {
    background-position: -2px -74px
}

.scene__item.active .scene__item--icon_2 {
    background-position: -2px -218px
}

.scene__item.active .scene__item--icon_3 {
    background-position: -2px -362px
}

.scene__item.active .scene__item--icon_4 {
    background-position: -2px -506px
}

.scene__item.active .scene__item--icon_5 {
    background-position: -2px -650px
}

.scene__item.active .scene__item--icon_6 {
    background-position: -2px -794px
}

.scene__item--icon {
    background: url(../images/video/icon-3.png) no-repeat;
    width: 84px;
    height: 70px;
    margin: 53px auto 0;
}

.scene__item--icon_1 {
    background-position: -2px -2px
}

.scene__item--icon_2 {
    background-position: -2px -146px
}

.scene__item--icon_3 {
    background-position: -2px -290px
}

.scene__item--icon_4 {
    background-position: -2px -434px
}

.scene__item--icon_5 {
    background-position: -2px -578px
}

.scene__item--icon_6 {
    background-position: -2px -722px
}

.scene__item--name {
    margin-top: 32px;
}

.scene__item--info {
    margin-top: 16px;
    text-align: center;
    width: 250px;
    line-height: 28px;
}

.scene__intro {
    margin-bottom: 58px;
    text-align: center;
}

.scene__intro--item {
    display: inline-block;
    width: 189px;
    height: 197px;
}

.scene__intro--item-con {
    margin-top: 18px;
    text-align: center;
}




.footer1 {
    background: url(../images/video/footer.png) no-repeat center;
    width: 100%;
    height: 360px;
    padding-top: 65px;
    margin: 0 auto;
}

.footer1__label {
    background: url(../images/video/footer-label.png) no-repeat center;
    width: 570px;
    height: 45px;
    margin: 36px auto 0;
}

.footer__item {
    margin: 0 50px;
    display: inline-block;
}

.footer__label {
    padding-top: 70px;
    background: #51e2db;
    background: -moz-gradient(linear, 0 0, 0 bottom, from(#85fbc8), to(#27cdeb));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#85fbc8), to(#27cdeb));
    background: -o-gradient(linear, 0 0, 0 bottom, from(#85fbc8), to(#27cdeb));
    background: -ms-gradient(linear, 0 0, 0 bottom, from(#85fbc8), to(#27cdeb));
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
}

.footer-btns {
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 44px auto 0;
    background: #fbc452;
    background: -moz-linear-gradient(0deg, #f99932 0%, #fbc956 100%);
    background: -webkit-linear-gradient(0deg, #f99932 0%, #fbc956 100%);
    background: -o-linear-linear-gradient(0deg, #f99932 0%, #fbc956 100%);
    background: -ms-linear-gradient(0deg, #f99932 0%, #fbc956 100%);
    background: linear-gradient(0deg, #f99932 0%, #fbc956 100%);
    border-radius: 24px;
}

.footer__btn {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 50px;
}