/* public */
body {
    background-color: #f7f7f7;
}

.container {
    position: relative;
}

.about-banner {
    display: block;
    width: 100%;
    cursor: pointer;
}

.about-title-wrap {
    text-align: center;
}

.about-title {
    margin-top: 70px;
    position: relative;
    display: inline-block;
    line-height: 48px;
    font-size: 48px;
    font-weight: bold;
    color: #212021;
    text-align: center;
    padding-bottom: 9px;
}

.about-title:after {
    content: ' ';
    height: 2px;
    background: #DF1A18;
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 25%;
}

.about-stitle {
    font-size: 24px;
    color: #666666;
    margin-top: 16px;
    opacity: 0.6;
}

.about-stitle2 {
    font-size: 22px;
    color: #666666;
    margin-top: 26px;
    opacity: 1;
}



/* 关于我们首页 Begin */
/* @个性化定制学习 */
.business {
    padding-top: 42px;
}

.business li {
    float: left;
    width: 277px;
    height: 165px;
    padding: 24px 24px 0;
    border-radius: 12px;
    margin-right: 30px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.business li:hover {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 12px 32px rgb(0 0 0 / 13%);
    box-shadow: 0 12px 32px rgb(0 0 0 / 13%);
}

.business li:last-child {
    margin-right: 0;
}

.business .business-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding-left: 4px;
}

.business-name {
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    font-size: 24px;
    margin: 11px 0 5px;
}

.business-slogan {
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 24px;
    opacity: 0.6;
    color: #666666;
}


/* @关于学大 */
.intro-wrap {
    padding-top: 48px;
}

.intro {
    float: left;
    margin-right: 45px;
    padding-bottom: 70px;
}

.intro:nth-child(3) {
    margin-right: 0;
}

.intro:last-child {
    margin-right: 0;
}

.intro .intro-img-wrap {
    width: 370px;
    height: 228px;
    overflow: hidden;
    position: relative;
}


.intro .intro-img-wrap .intro-popover {
    position: absolute;
    left: 0;
    bottom: -231px;
    width: 370px;
    height: 228px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(205, 0, 20, .8);
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    padding: 0 44px;
    border-radius: 13px;
    -webkit-transition: bottom .5s;
    -o-transition: bottom .5s;
    -moz-transition: bottom .5s;
    transition: bottom .5s;
    text-align: center;
    display: table;
}

.intro .intro-img-wrap:hover .intro-popover {
    bottom: 0;
}

.intro .intro-img-wrap .intro-popover .intro-popover-con {
    display: table-cell;
    vertical-align: middle;
}


.intro img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.intro p {
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #212021;
    line-height: 24px;
    padding-top: 21px;
}


/* @发展历程 */

.timeline {
    padding: 63px 0 70px;
}

.timeline-detail {
    float: left;
    width: 720px;
    height: 479px;
    position: relative;
    overflow: hidden;
}

.timeline-detail img {
    width: 100%;
    height: 100%;
    border-radius: 27px;
}

.timeline .stages {
    margin-left: 105px;
    /* padding-top: 17px; */
    float: left;
}

.timeline .stages .stage-item {
    width: 370px;
    height: 73px;
    /* background: #DF1A18; */
    border-radius: 12px;
    padding: 0 24px 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #DF1A18;
    cursor: pointer;
}

.timeline .stages .stage-item>div {
    float: left;
}

.stage-item .stage-num {
    width: 38px;
    font-size: 36px;
    font-weight: bold;
    color: #DF1A18;
    line-height: 73px;
    margin-right: 35px;
}

.stage-item .stage-title {
    padding-top: 13px;
    font-size: 24px;
    font-weight: bold;
    color: #2A0505;
    line-height: 24px;
}

.stage-item .stage-time {
    font-size: 16px;
    /* font-weight: bold; */
    color: #2A0505;
    line-height: 28px;
    opacity: 0.6;
}

.stage-item.selected {
    background: #DF1A18;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.stage-item.selected .stage-num {
    color: #fff;
}

.stage-item.selected .stage-title {
    color: #fff;
}

.stage-item.selected .stage-time {
    color: #fff;
    opacity: 1;
}

.timeline .stages .stage-item .stage-btn {
    float: right;
    margin-top: 20px;
    width: 30px;
    height: 30px;
    background: url('/images/abouts/icon_arrow.png') center/contain no-repeat;
}

.timeline .stages .stage-item.selected .stage-btn {
    background: url('/images/abouts/icon_select.png') center/contain no-repeat;
}

/* .timeline .stages .stage-item .stage-btn img{
    width: 30px;
    height: 30px;
} */

.timeline-detail .watermark {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 10;
    color: #DA312F;
    /* font-weight: bold; */
    font-size: 36px;
    line-height: 36px;
    opacity: 0;
}

.timeline-detail .watermark span {
    font-size: 14px;
    padding-left: 6px;
}

.timeline-detail-popover {
    position: absolute;
    width: 720px;
    bottom: -160px;
    /* height: 144px; */
    background: #DF1A18;
    border-radius: 0px 0px 26px 26px;
    padding: 25px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    z-index: 10;
}

.timeline-detail-popover span {
    font-weight: bold;
    font-size: 30px;
}

.timeline-detail.active .watermark {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.timeline-detail.active .timeline-detail-popover {
    bottom: 0;
    -webkit-transition: bottom .5s;
    -o-transition: bottom .5s;
    -moz-transition: bottom .5s;
    transition: bottom .5s;
}

/* @选择校区 */
.campus-wrap {
    width: 100%;
    padding-bottom: 146px;
    background: #313131;
}

.campus-wrap img {
    width: 100%;
    display: block;
}

.campus-contain {
    position: relative;
}

.campus-wrap .campus-box {
    position: absolute;
    right: 0;
    bottom: 88px;
    width: 470px;
    height: 282px;
    background: #DF1A18;
    border-radius: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
}

.campus-box .campus-tit {
    width: 205px;
    font-size: 50px;
    padding-bottom: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1em;
    border-bottom: 2px solid #ffffff;
}

.campus-box .campus-stit {
    padding-top: 11px;
    /* width: 335px; */
    /* height: 35px; */
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.campus-box .campus-btn {
    display: block;
    margin-top: 41px;
    width: 156px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #FFFFFF;
    background: #DF1A18;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 12px;
}

.campus-box .campus-btn:hover {
    background: #fff;
    color: #df1a18;
}

/* @预约通栏 */
.enroll-container.p-fixed {
    position: fixed;
}

.enroll-container.p-absolute {
    /* position: absolute; */
}

.enroll-container {
    /* position: fixed; */
    z-index: 10;
    width: 100%;
    background: #313131;
    height: 146px;
    bottom: 0;
    /* padding: 45px 0; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.enroll-content {
    width: 1160px;
    margin: 0 auto;
}

.enroll-tit {
    float: left;
    width: 280px;
    height: 146px;
    position: relative;
    margin-right: 40px;
}

.enroll-tit img {
    position: absolute;
    bottom: 0;
}

.enroll-right {
    float: left;
    padding: 6px;
}

.enroll-tags {
    padding: 22px 0;
}

.enroll-tags li {
    float: left;
    margin-right: 18px;
}

.enroll-tags li a {
    display: block;
    width: 139px;
    height: 30px;
    background: #8E8D92;
    border-radius: 15px;
    color: #0C0D0D;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
}

.enroll-tags li a:hover {
    border: none;
}

.enroll-content input {
    width: 299px;
    height: 47px;
    line-height: 47px;
    background: #FFFFFF;
    border-radius: 12px;
    border: none;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 17px;
    vertical-align: bottom;
    font-size: 22px;
    color: rgba(42, 5, 5, 0.6);
}

.enroll-content input:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}


.enroll-content input::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: rgba(42, 5, 5, 0.6);
    /* font-size: 16px; */
}

.enroll-content input:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: rgba(42, 5, 5, 0.6);
    /* font-size: 16px; */
}

.enroll-content input::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: rgba(42, 5, 5, 0.6);
    /* font-size: 16px; */
}

.enroll-content input:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: rgba(42, 5, 5, 0.6);
    /* font-size: 16px; */
}

.enroll-mobile {
    float: left;
    position: relative;
}

.input-icon {
    position: absolute;
    width: 23px;
    height: 28px;
    left: 12px;
    top: 9px;
}


.enroll-vcode {
    float: left;
    position: relative;
}

.enroll-content .enroll-vcode .vcode-input {
    width: 322px;
}

.enroll-vcode .yzm-n {
    color: #DF1A18;
    font-size: 22px;
    position: absolute;
    right: 36px;
    line-height: 47px;
    top: 0;
    cursor: pointer;
    font-weight: 400;
    width: 110px;
    padding: 0;
    margin: 0;
}

.enroll-btn {
    float: left;
}

.button-enroll {
    width: 152px;
    height: 47px;
    background: #DF1A18;
    border-radius: 12px;
    display: inline-block;
    font-size: 26px;
    line-height: 47px;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: none;
}

.enroll-phone {
    float: right;
    font-size: 22px;
    line-height: 60px;
    font-weight: 400;
    color: #FFFFFF;
}

/* 关于我们首页 End */


/* 业务体系页面 Begin */

.businessPage .gxh {
    margin-top: 72px;
    padding-bottom: 49px;
}

.businessPage .gxh-drawing {
    float: left;
    width: 580px;
}

.businessPage .gxh-drawing img {
    width: 100%;
}

.businessPage .gxh-content {
    float: left;
    width: 620px;
    padding-top: 40px;
    padding-left: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.businessPage .gxh-content-l {
    padding-left: 0;
}

.businessPage .gxh-content>img {
    display: block;
    width: 60px;
    height: 48px;
}

.businessPage .gxh-content-text {
    width: 405px;
    margin-bottom: 23px;
}

.businessPage .gxh-content .gxh-content-tit {
    margin-top: 15px;
    height: 34px;
    font-size: 36px;
    font-weight: bold;
    color: #DF1A18;
    line-height: 34px;
}

.businessPage .gxh-content .gxh-content-stit {
    margin: 25px 0 10px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
}

.businessPage .gxh-content dd {
    float: left;
    width: 100px;
    margin-right: 15px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    opacity: 0.6;
}

.businessPage .business-btn {
    display: inline-block;
    padding: 15px 11px 15px 20px;
    background: #DF1A18;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(223, 26, 24, 0.53);
    box-shadow: 0px 3px 13px 0px rgba(223, 26, 24, 0.53);
    border-radius: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 9px;
    text-align: center;
}

.businessPage a.business-btn:hover {
    border: none;
}


.businessPage .yikao-box {
    padding-top: 55px;
}

.businessPage .yikao-drawing {
    float: left;
    margin-top: -50px;
    width: 547px;
    margin-right: 30px;
}

.businessPage .yikao-drawing img {
    display: block;
    width: 100%;
}

.businessPage .yikao-content {
    float: left;
    margin-left: 20px;
}

.businessPage .yikao-content-item {
    width: 227px;
    height: 184px;
    border: 1px solid #DF1A18;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 23px;
}

.businessPage .yikao-content2 {
    margin-top: 40px;
}

.businessPage .yikao-content .yikao-content-tit {
    margin-top: 11px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #DF1A18;
    line-height: 24px;
}

.businessPage .yikao-content dd {
    float: left;
    margin-right: 15px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.businessPage .yikao .business-btn {
    margin-top: 23px;
    padding: 15px 17px 15px 20px;
    letter-spacing: 3px;
}

.businessPage .qwbc {
    text-align: center;
    padding-bottom: 75px;
}

.businessPage .qwbc-list {
    padding-top: 60px;
    padding-bottom: 71px;
}

.businessPage .qwbc-item {
    float: left;
    width: 240px;
    text-align: center;
}

.businessPage .qwbc-title {
    height: 34px;
    font-size: 36px;
    font-weight: bold;
    color: #DF1A18;
    line-height: 34px;
    padding-bottom: 21px;
}

.businessPage .qwbc-content {
    font-size: 16px;
    width: 135px;
    margin: 0 auto;
    color: #666666;
    line-height: 24px;
    opacity: 0.6;
}

.businessPage .zhongzhi {
    padding: 49px 0 49px;
    width: 1200px;
}

.businessPage .zhongzhi img {
    width: 100%;
}

.businessPage .zhongzhi_btn {
    text-align: center;
    padding-bottom: 20px;
}

.businessPage .business-btn {
    letter-spacing: 3px;
    padding-right: 17px;
}

.businessPage .schools {
    padding: 60px 30px 100px;
}

.businessPage .schools-nav {
    text-align: center;
    margin-bottom: 100px;
}

.businessPage .schools-nav-item {
    position: relative;
    /* width: 150px; */
    margin: 0 33px;
    text-align: center;
    display: inline-block;

    height: 24px;
    font-weight: bold;
    line-height: 24px;

    font-size: 18px;
    color: #666666;
    vertical-align: middle;
    cursor: pointer;
}

.businessPage .schools-nav-selected {
    color: #DF1A18;
    font-size: 22px;
    font-weight: bold;
}

.businessPage .schools-nav-selected:after {
    content: ' ';
    height: 2px;
    background: #DF1A18;
    position: absolute;
    width: 50%;
    bottom: -5px;
    left: 25%;

}

.businessPage .schools-detail {
    display: none;
    /* opacity: 0; */
}

.businessPage .schools-content {
    float: left;
    padding-right: 25px;
}

.businessPage .schools-content .schools-intro {
    font-size: 24px;
    /* font-weight: bold; */
    color: #000000;
    line-height: 36px;
    width: 578px;
}

.businessPage .schools-drawing {
    float: left;
    width: 529px;
}

.businessPage .schools-drawing img {
    width: 100%;
}


.businessPage .schools-drawing2 {
    float: left;
    width: 529px;
    height: 300px;
    position: relative;
}

.businessPage .schools-drawing2:after {
    position: absolute;
    content: ' ';
    width: 215px;
    height: 130px;
    background: #f7f7f7;
    left: 8px;
    bottom: 8px;
    border-radius: 15px;
}

.businessPage .schools-drawing2 .schools-drawing2-bg {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 424px;
    height: 271px;
    border-radius: 15px;
}

.businessPage .schools-drawing2 .schools-drawing2-cover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 215px;
    height: 130px;
    border-radius: 15px;
    z-index: 10;
}

.businessPage .schools-name {
    font-size: 36px;
    font-weight: bold;
    color: #DF1A18;
    line-height: 36px;
    padding: 20px 0 25px;
}

.businessPage .schools-attrs {
    margin-top: 66px;
    text-align: center;
}

.businessPage .schools-attrs>li {
    float: left;
    margin-right: 50px;
}

.businessPage .schools-attrs .schools-attr-value {
    font-size: 18px;
    color: #DF1A18;
    font-weight: 500;
    /* line-height: 24px; */
}

.businessPage .schools-attrs .schools-attr-value span {
    font-size: 12px;
}

.businessPage .schools-attrs .schools-attr-name {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    opacity: 0.6;
}

/* 业务体系页面 End */

/* 企业概况页面 Begin*/

.introPage .intro-title-wrap {
    text-align: center;
}

.introPage .intro-title {
    position: relative;
    display: inline-block;
    margin-top: 120px;
    font-size: 55px;
    font-weight: 900;
    color: #222222;
    line-height: 1em;
    padding: 0 285px;
    margin-bottom: 34px;
}

.introPage .intro-title:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: ' ';
    width: 232px;
    height: 35px;
    background: url(/images/abouts/intro-title-bg.png) center/cover no-repeat;
}

.introPage .intro-title:after {
    position: absolute;
    right: 0;
    top: 10px;
    content: ' ';
    width: 232px;
    height: 35px;
    background: url(/images/abouts/intro-title-bg.png) center/cover no-repeat;

    transform: rotateY(180deg);
    /* IE 9 */
    -ms-transform: rotateY(180deg);
    /* Firefox */
    -moz-transform: rotateY(180deg);
    /* Safari 和 Chrome */
    -webkit-transform: rotateY(180deg);
    /* Opera */
    -o-transform: rotateY(180deg);

}

.introPage .intro-stitle {
    font-size: 50px;
    font-weight: 500;
    color: #222222;
    line-height: 1em;
    /* margin-bottom: 120px; */
}

.introPage .gyxd {
    padding-top: 120px;
    padding-bottom: 40px;
}

.introPage .gyxd-drawing {
    float: left;
    width: 535px;
    display: block;
    margin-right: 60px;
}

.introPage .gyxd-content {
    letter-spacing: 3px;
    float: left;
    margin-top: -12px;
    width: 596px;
    font-size: 30px;
    font-weight: 400;
    color: #404040;
    line-height: 57px;
}

.introPage .gyxd-list {
    padding-top: 50px;
}

.introPage .gyxd-row {
    display: table-row;
}

.introPage .gyxd-list>li {
    padding-top: 20px;
    float: left;
    margin-right: 110px;
    margin-top: 75px;
    width: 325px;
    height: 166px;
    background: -webkit-linear-gradient(295deg, #F56A63, #DA312E 60%);
    background: -moz-linear-gradient(295deg, #F56A63, #DA312E 60%);
    background: -o-linear-gradient(295deg, #F56A63, #DA312E 60%);
    background: linear-gradient(155deg, #F56A63, #DA312E 60%);
    border-radius: 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 32px;
    line-height: 56px;
    font-weight: bold;
    color: #FFFFFF;
}

.introPage .gyxd-list>li:nth-child(3n) {
    margin-right: 0;
}

.introPage .gyxd-list .gyxd-item-big {
    font-size: 80px;
    line-height: 86px;
    color: #FFFFFF;
}

.introPage .gyxd-list .gyxd-tiem-horizontal {
    padding: 40px 0;

}

.introPage .gyxd-tiem-horizontal>p {
    display: inline-block;
    line-height: 40px;
    margin-right: 9px;
}


.introPage .gyxd-list>li p span {
    display: inline-block;
    font-size: 40px;
}

.introPage .fzlc {
    width: 1228px;
    margin: 0 auto;
    padding: 90px 0;
    position: relative;
    min-height: 559px;
    /* margin-bottom: 200px; */
}

.introPage .fzlc img {
    width: 100%;
}

.introPage .fzlc p {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 37px;

}

.introPage .fzlc .fzlc-item1 {
    position: absolute;
    left: 0%;
    bottom: 0;
}

.introPage .fzlc .fzlc-item2 {
    position: absolute;
    left: 20.6%;
    top: 0;
}

.introPage .fzlc .fzlc-item3 {
    position: absolute;
    left: 41.2%;
    bottom: 0;
}

.introPage .fzlc .fzlc-item4 {
    position: absolute;
    left: 61.8%;
    top: 0;
}

.introPage .fzlc .fzlc-item5 {
    position: absolute;
    left: 82.4%;
    bottom: 0;
}



/* 
.fzlc {
    height: 500px;
    padding-top: 34px;
    background: url(/images/abouts/newhome_part8bg.png)no-repeat bottom center;
    background-size: auto 600px;
}

.swiper3-wrap {
    height: 405px;
    margin-top: 56px;
}

#swiper3 .swiper-slide {
    width: 173px;
}

#swiper3 .swiper-scrollbar {
    background: transparent;
}

#swiper3 .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .1);
}

.swiper3-textbox {
    height: 152px;
    text-align: center;
    box-sizing: border-box;
}

.swiper3-textbox1 {
    padding-top: 16px;
}

.swiper3-textbox2 {
    padding-top: 32px;
}

.swiper3-textbox span {
    display: block;
    font-size: 24px;
    color: #e90000;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.swiper3-textbox p {
    font-size: 10px;
    color: #696969;
    line-height: 20px;
}

.swiper3-line {
    width: 1px;
    height: 152px;
    margin: 0 auto;
    background: #dddddd;
}

.swiper3-wave {
    height: 71px;
}

.swiper3-wave1 {
    background: url(/images/abouts/newhome_part8line1.png) no-repeat top right;
    background-size: auto auto;
}

.swiper3-wave2 {
    background: url(/images/abouts/newhome_part8line2.png) no-repeat bottom center;
    background-size: auto auto;
}

.swiper3-wave3 {
    background: url(/images/abouts/newhome_part8line3.png) no-repeat top center;
    background-size: auto auto;
}

.swiper3-wave4 {
    background: url(/images/abouts/newhome_part8line4.png) no-repeat top left;
    background-size: auto auto;
}

.nowrap {
    white-space: nowrap
}

.swiper3-textboxlg {
    position: relative;
}

.swiper3-textbox-in {
    position: absolute;
    width: 240px;
    top: 32px;
    left: -33px;
} */



.introPage .jyln {
    padding-top: 75px;
    padding-bottom: 160px;
}

.introPage .jyln-item {
    float: left;
    padding: 50px;
    width: 580px;
    height: 396px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-linear-gradient(295deg, #F56A63, #DA312E 60%);
    background: -moz-linear-gradient(295deg, #F56A63, #DA312E 60%);
    background: -o-linear-gradient(295deg, #F56A63, #DA312E 60%);
    background: linear-gradient(155deg, #F56A63, #DA312E 60%);
    border-radius: 25px;
    margin-right: 20px;
    margin-bottom: 40px;
}

.introPage .jyln-item:nth-child(2n) {
    margin-left: 20px;
    margin-right: 0;
}

.introPage .jyln-item h4 {
    position: relative;
    margin-bottom: 40px;
    padding-left: 58px;
    font-size: 45px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 900;
}

.introPage .jyln-item h4:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: ' ';
    width: 40px;
    height: 40px;
    background: #FF8E8B;
    border-radius: 50%;
}

.introPage .jyln-item h4:after {
    position: absolute;
    left: 9px;
    top: 14px;
    content: ' ';
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
}

.introPage .jyln-item p {
    padding-left: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 58px;
}

/* 企业概况页面 End*/

/* 社会责任页面 Begin*/

.dutyPage .duty-title-wrap {
    text-align: center;
}

.dutyPage .duty-title {
    position: relative;
    display: inline-block;
    margin-top: 120px;
    font-size: 55px;
    font-weight: 900;
    color: #222222;
    line-height: 1em;
    padding: 0px 186px;
    margin-bottom: 34px;
}

.dutyPage .duty-title:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: ' ';
    width: 178px;
    height: 35px;
    background: url(/images/abouts/duty-title-bg.png) center/cover no-repeat;
}

.dutyPage .duty-title:after {
    position: absolute;
    right: 0;
    top: 10px;
    content: ' ';
    width: 178px;
    height: 35px;
    background: url(/images/abouts/duty-title-bg.png) center/cover no-repeat;

    transform: rotateY(180deg);
    /* IE 9 */
    -ms-transform: rotateY(180deg);
    /* Firefox */
    -moz-transform: rotateY(180deg);
    /* Safari 和 Chrome */
    -webkit-transform: rotateY(180deg);
    /* Opera */
    -o-transform: rotateY(180deg);
}

.dutyPage .zxjj {
    padding-top: 90px;
}

.dutyPage .zxjj-drawing {
    float: left;
    width: 562px;
    display: block;
    margin-right: 45px;
}

.dutyPage .zxjj-content {
    font-size: 32px;
    font-weight: 400;
    color: #404040;
    line-height: 57px;
}

.dutyPage .zxjj-list {
    padding: 45px 0;
}

.dutyPage .zxjj-list li {
    position: relative;
    text-indent: 45px;
    letter-spacing: 1px;
    padding-left: 38px;
    font-size: 32px;
    font-weight: 400;
    color: #404040;
    line-height: 57px;
}

.dutyPage .zxjj-list li:before {
    position: absolute;
    left: 39px;
    top: 13px;
    content: ' ';
    width: 30px;
    height: 30px;
    background: #FAD8D6;
    border-radius: 50%;
}

.dutyPage .zxjj-list li:after {
    position: absolute;
    left: 46px;
    top: 20px;
    content: ' ';
    width: 16px;
    height: 16px;
    background: #DA312E;
    border-radius: 50%;
}


.dutyPage .timeline-wrap {
    padding-top: 70px;
    position: relative;
    padding-bottom: 200px;
    height: 1970px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dutyPage .timeline-wrap:before {
    position: absolute;
    content: ' ';
    left: 50%;
    margin-left: -1px;
    height: 1800px;
    width: 3px;
    background: #C74138;
}


.dutyPage .timeline-wrap li {
    position: relative;
    float: right;
    text-align: right;
    padding: 32px 83px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 29px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 54px;
}

.dutyPage .timeline-wrap-left {
    float: left;
    width: 50%;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 122px;
}

.dutyPage .timeline-wrap-right {
    float: right;
    width: 50%;
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dutyPage .timeline-wrap-left li.block1 {
    width: 557px;
    height: 275px;
    background-image: url('/images/abouts/duty-2010.png');
}

.dutyPage .timeline-wrap-left li.block2 {
    width: 557px;
    height: 275px;
    background-image: url('/images/abouts/duty-2013.png');
}

.dutyPage .timeline-wrap-left li.block3 {
    width: 579px;
    height: 547px;
    background-image: url('/images/abouts/duty-2017.png');
}

.dutyPage .timeline-wrap-left li.block4 {
    width: 570px;
    height: 547px;
    background-image: url('/images/abouts/duty-2021.png');
}

.dutyPage .timeline-wrap .timeline-wrap-right li {
    float: left;
    text-align: left;
}


.dutyPage .timeline-wrap-right li.block1 {
    width: 601px;
    height: 264px;
    background-image: url('/images/abouts/duty-2008.png');
}


.dutyPage .timeline-wrap-right li.block2 {
    width: 589px;
    height: 316px;
    background-image: url('/images/abouts/duty-2011.png');
}

.dutyPage .timeline-wrap-right li.block3 {
    width: 582px;
    height: 316px;
    background-image: url('/images/abouts/duty-2016.png');
}

.dutyPage .timeline-wrap-right li.block4 {
    width: 557px;
    height: 445px;
    background-image: url('/images/abouts/duty-2020.png');
}


.dutyPage .timeline-wrap li:after {
    position: absolute;
    content: ' ';
    width: 24px;
    height: 24px;
    background: #DA312E;
    border-radius: 50%;
}

.dutyPage .timeline-wrap li:before {
    position: absolute;
    content: ' ';
    width: 46px;
    height: 46px;
    background: #FAD8D6;
    border-radius: 50%;
}

.dutyPage .timeline-wrap-left li:before {
    right: -47px;
    top: 50%;
    margin-top: -54px;
}

.dutyPage .timeline-wrap-left li:after {
    right: -36px;
    top: 50%;
    margin-top: -43px;
}

.dutyPage .timeline-wrap-right li:before {
    left: -47px;
    top: 50%;
    margin-top: -54px;
}

.dutyPage .timeline-wrap-right li:after {
    left: -36px;
    top: 50%;
    margin-top: -43px;
}

.dutyPage .timeline-wrap-right li.block1:before {
    margin-top: -48px;
}

.dutyPage .timeline-wrap-right li.block1:after {
    margin-top: -37px;
}


.dutyPage .timeline-wrap li p {
    max-width: 410px;
}

.dutyPage .timeline-wrap li .timeline-year {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 13px;
    font-weight: 900;
}

/* 社会责任页面 End*/


/* 学大艺考页面*/
.yikaoPage .nav {
    border: none;
}

.yikaoPage .container {
    background: #ffffff;
}

.yikaoPage .container .about-banner {
    box-shadow: 0px 6px 12px #e5e5e5;
}

.yikaoPage .questions {
    padding-top: 110px;
}

.ques-content {
    float: left;
}

.ques-picture {
    float: right;
}

.ques-picture img {
    display: block;
    width: 673px;
    height: 450px;
}

.ques-title {
    position: relative;
    padding: 9px 0 24px;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    color: #212021;
}

.ques-title:after {
    position: absolute;
    content: ' ';
    display: block;
    bottom: 0;
    left: 0;
    width: 4em;
    height: 2px;
    background: #DF1A18;
}

.ques-title span {
    color: #DF1A18;
}

.ques-stitle {
    font-size: 25px;
    line-height: 75px;
    font-weight: 500;
    color: #6A6A6A;
}

.questions ul li {
    position: relative;
    padding: 0 32px 0 36px;
    margin-bottom: 33px;
    font-size: 21px;
    font-weight: 400;
    line-height: 40px;
    border-radius: 12px;
    border: 1px dotted #DF1A18;
    cursor: pointer;
}

.questions ul li:before {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #DF1A18;
    left: 13px;
    top: 14px;
}

.questions ul li:hover {
    background: #DF1A18;
    color: #fff;
}

.questions ul li:hover:before {
    background: #fff;
}

.yikaoPage .yikao-btn-wrap {
    text-align: center;
    padding: 70px 0;
}

.yikaoPage .yikao-btn {
    cursor: pointer;
    display: inline-block;
    /* min-width: 390px; */
    padding: 12px 95px;
    background: #DF1A18;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(223, 26, 24, 0.53);
    box-shadow: 0px 3px 13px 0px rgba(223, 26, 24, 0.53);
    border-radius: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 9px;
    text-align: center;
    border: none;
}

.yikaoPage .yikao-title-wrap {
    text-align: center;
}

.yikaoPage .yikao-title {
    position: relative;
    display: inline-block;
    font-size: 45px;
    font-weight: bold;
    color: #212021;
    line-height: 1em;
    padding: 9px 0 24px;
}

.yikaoPage .yikao-title:after {
    position: absolute;
    content: ' ';
    display: block;
    height: 2px;
    background: #DF1A18;
    width: 50%;
    bottom: 0;
    left: 25%;

}

.yikaoPage .yikao-title strong {
    color: #DF1A18;
}

.yikaoPage .yikao-stitle {
    text-align: center;
    font-size: 25px;
    line-height: 75px;
    font-weight: 500;
    color: #6A6A6A;
}

.yikaoPage .advantages {
    margin-top: 50px;
}

.yikaoPage .advantages ul li {
    float: left;
    width: 353px;
    height: 270px;
    border-radius: 12px;
    border: 1px solid #DF1A18;
    margin-right: 65px;
    text-align: center;
    padding-top: 78px;
    box-sizing: border-box;
    margin-bottom: 50px;
    cursor: pointer;
}

.yikaoPage .advantages ul li:hover {
    background: #DF1A18;
}

.yikaoPage .advantages ul li:hover h4,
.yikaoPage .advantages ul li:hover p {
    color: #fff;
}

.yikaoPage .advantages ul li:nth-child(3n) {
    margin-right: 0;
}

.yikaoPage .advantages ul li h4 {
    position: relative;
    /* display: inline-block; */
    width: 182px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #E02927;
    line-height: 44px;
    margin-bottom: 16px;
    padding-left: 60px;
    text-align: left;
    box-sizing: border-box;
}

.yikaoPage .advantages ul li h4:before {
    position: absolute;
    width: 50px;
    height: 38px;
    left: 0;
    top: 0;
    background: url('/images/abouts/advantage-icon1.png') center/contain no-repeat;
    display: block;
    content: ' ';
}

.yikaoPage .advantages ul li:hover h4:before {
    background: url('/images/abouts/advantage-icon1-hover.png') center/contain no-repeat;
}

.yikaoPage .advantages ul li:nth-child(2) h4:before {
    background: url('/images/abouts/advantage-icon2.png') center/contain no-repeat;
}

.yikaoPage .advantages ul li:hover:nth-child(2) h4:before {
    background: url('/images/abouts/advantage-icon2-hover.png') center/contain no-repeat;
}


.yikaoPage .advantages ul li:nth-child(3) h4:before {
    background: url('/images/abouts/advantage-icon3.png') center/contain no-repeat;
}

.yikaoPage .advantages ul li:hover:nth-child(3) h4:before {
    background: url('/images/abouts/advantage-icon3-hover.png') center/contain no-repeat;
}

.yikaoPage .advantages ul li:nth-child(4) h4:before {
    background: url('/images/abouts/advantage-icon4.png') center/contain no-repeat;
}

.yikaoPage .advantages ul li:hover:nth-child(4) h4:before {
    background: url('/images/abouts/advantage-icon4-hover.png') center/contain no-repeat;
}


.yikaoPage .advantages ul li:nth-child(5) h4:before {
    background: url('/images/abouts/advantage-icon5.png') center/contain no-repeat;
}

.yikaoPage .advantages ul li:hover:nth-child(5) h4:before {
    background: url('/images/abouts/advantage-icon5-hover.png') center/contain no-repeat;
}


.yikaoPage .advantages ul li:nth-child(6) h4:before {
    background: url('/images/abouts/advantage-icon6.png') center/contain no-repeat;
}

.yikaoPage .advantages ul li:hover:nth-child(6) h4:before {
    background: url('/images/abouts/advantage-icon6-hover.png') center/contain no-repeat;
}


.yikaoPage .advantages ul li p {

    font-size: 21px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 35px;
}


.yikaoPage .teach-content {
    padding-top: 50px;
}

.yikaoPage .teach-content li {
    display: inline-block;
    width: 580px;
    margin-right: 20px;
}

.yikaoPage .teach-content ul li:nth-child(2n) {
    margin-right: 0;
}

.yikaoPage .teach-content li img {
    width: 100%;
}

.yikaoPage .teach-content li h4 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #DF1A18;
    line-height: 1em;
    padding: 8px 0 22px;
    padding-left: 10px;
}

.yikaoPage .teach-content li h4:after {
    position: absolute;
    content: ' ';
    display: block;
    bottom: 0;
    left: 10px;
    width: 3em;
    height: 2px;
    background: #DF1A18;
}

.yikaoPage .teach-content li p {
    font-size: 21px;
    font-weight: 400;
    color: #919191;
    line-height: 56px;
    padding-left: 10px;
}

.times-content {
    margin-top: 75px;
}

.times-content li {
    float: left;
    width: 356px;
    height: 335px;
    margin-right: 65px;
    background: url(/images/abouts/times-item-bg.png) center/cover no-repeat;
    text-align: center;
}

.yikaoPage .times-content ul li:nth-child(3n) {
    margin-right: 0;
}

.times-content li h4 {
    height: 100px;
    line-height: 100px;
    border-radius: 20px 20px 0px 0px;
    font-size: 26px;
    font-weight: bold;
    color: #F7F8F8;
    text-align: center;
}

.times-content li .week-list {
    display: inline-block;
    border-radius: 0px 0px 20px 20px;
    height: 235px;
    padding-top: 40px;
    text-align: center;
}

.times-content li .week-list p {
    font-size: 21px;
    font-weight: 400;
    color: #221815;
    line-height: 32px;
}

.evaluations-content {
    margin-top: 55px;
}

.evaluations-content li {
    width: 275px;
    height: 450px;
    float: left;
    margin-right: 33px;
    text-align: center;
}

.evaluations-content li:nth-child(1) {
    background: url(/images/abouts/evaluation-item-bg1.png) center/cover no-repeat;
}

.evaluations-content li:nth-child(2) {
    background: url(/images/abouts/evaluation-item-bg2.png) center/cover no-repeat;
}

.evaluations-content li:nth-child(3) {
    background: url(/images/abouts/evaluation-item-bg3.png) center/cover no-repeat;
}

.evaluations-content li:nth-child(4) {
    background: url(/images/abouts/evaluation-item-bg4.png) center/cover no-repeat;
}

.evaluations-content li:nth-child(4n) {
    margin-right: 0;
}

.evaluations-content li h4 {
    font-size: 24px;
    font-weight: 400;
    color: #DF1A18;
    line-height: 36px;
    margin-top: 300px;
    margin-bottom: 15px;
}

.evaluations-content li p {
    font-size: 21px;
    font-weight: 400;
    color: #919191;
    line-height: 30px;
    opacity: 0.8;
}

.teams-content {
    margin: 75px 0;
    position: relative;
}

.teams-content>img {
    width: 100%;
}

.teams-content ul {
    position: absolute;
    width: 1230px;
    height: 216px;
    background: url(/images/abouts/team-ft-bg.png) center/cover no-repeat;
    left: 50%;
    margin-left: -615px;
    bottom: -108px;
}

@media screen and (max-width:1280px) {

    .teams-content ul {
        position: absolute;
        width: 832px;
        height: 144px;
        background: url(/images/abouts/team-ft-bg.png) center/cover no-repeat;
        left: 50%;
        margin-left: -416px;
        bottom: -72px;
    }


}

.teams-content ul li {
    position: relative;
    display: inline-block;
    width: 24.5%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

.teams-content ul li:before {
    display: inline-block;
    content: ' ';
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.teams-content ul li:after {
    display: block;
    content: ' ';
    width: 2px;
    height: 60px;
    position: absolute;
    right: 0;
    background: #DF1A18;
    top: 50%;
    margin-top: -30px;
}

.teams-content ul li:last-child:after {
    display: none;
}

.teams-content ul li>div {
    display: inline-block;
    vertical-align: middle;
}

.teams-content ul li h4 {
    font-size: 30px;
    font-weight: bold;
    color: #DF1A18;
    text-align: left;
}

.teams-content ul li p {
    font-size: 21px;
    font-weight: bold;
    color: #9B9A9A;
    text-align: left;
}

.yikao-envir {
    background: #F7F7F7;
    padding-top: 75px;
}

.envir-content {
    text-align: center;
    margin-top: 80px;
}

.envir-content ul {
    width: 1210px;
    margin: 0 auto 75px;
}

.envir-content ul li {
    float: left;
    width: 403px;
    height: 456px;
    background: url(/images/abouts/envir-bg.png) center/cover no-repeat;
    box-sizing: border-box;
    padding: 40px 45px;
}

.envir-content ul li h4 {
    font-size: 30px;
    font-weight: 500;
    color: #FFFEFE;
    margin-bottom: 105px;
}

.envir-content ul li p {
    font-size: 21px;
    font-weight: 400;
    color: #666666;
    line-height: 46px;
    text-align: left;
}

.yikao-envir .envir-drawings {
    display: inline-block;
}

.yikao-envir .envir-drawings img {
    width: 378px;
    height: 300px;
    margin-right: 20px;
}

.yikao-envir .envir-drawings img:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width:1600px) {
    .yikao-envir .envir-drawings img {
        width: 290px;
        height: 232px;
        margin-right: 15px;
    }
}

.yikao-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
}





.yikao-footer .yikao-footer-content>img {
    width: 100%;
    display: block;
}

.yikao-footer-content {
    position: relative;
}



@media screen and (max-width:1500px) {
    .yikao-footer-btns {
        position: absolute;
        width: 805px;
        bottom: 50%;
        left: 50%;
        margin-left: -402px;
        transform: translateY(50%);
    }

    .yikao-footer-btns .yf-btn {
        width: 350px;
        height: 77px;
        line-height: 68px;
        border-radius: 40px;
        margin-right: 100px;
        font-size: 42px;
    }

    .yikao-footer-btns .yf-btn img {
        width: 42px;
        height: 42px;
    }
}

.yikao-footer-btns {
    position: absolute;
    width: 905px;
    bottom: 50%;
    left: 50%;
    margin-left: -452px;
    transform: translateY(50%);
}

.yf-btn {
    display: inline-block;
    width: 400px;
    height: 91px;
    line-height: 80px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 2px 12px rgb(255 255 255 / 60%);
    text-align: center;

    font-size: 50px;
    font-weight: bold;
    color: #DF1A18;
    cursor: pointer;
    margin-right: 100px;
}

.yf-btn:last-child {
    margin-right: 0;
}

.yf-btn img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 19px;
}

.yf-btn span {
    vertical-align: middle;
}

.yikaoPage ul.enroll-tags li:nth-child(1),
.yikaoPage ul.enroll-tags li:nth-child(3),
.yikaoPage ul.enroll-tags li:nth-child(4) {
    display: none;
}

/* .yikaoPage .fix-width{

} */



/* 学大艺考页面 End*/