/*首页*/
.index-page {
    height: 100vh;
    background: url(../images/mp4/bg.gif) no-repeat center / cover;
    /*position: fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*z-index: 100000;*/
    /*display: none;*/
}

.index-page.on{
    /*display: block;*/
}

.test{
}

.test.on{
}



#video {
    position: fixed;
    top: 0;
    left: 0;
    width: 120%;
    height: auto;
    visibility: visible;
}

.index-box {
    position: absolute;
    z-index: 12;
    top: 0;
    width: 90%;
    left: 5%;
    height: 100%;
}

.index-box img {
    display: block;
}

.index-box img.ib-left-logo {
    position: absolute;
    left: 0;
    top: 20px;
    width: 115px;
}

.index-box img.ib-right-logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.index-box .ib-bottom {
    position: absolute;
    width: 100%;
    /*overflow: hidden;*/
    bottom: -100px;
    left: 0;
    opacity: 0;
}

.index-box .ib-bottom.on{
    opacity: 1;
    top: auto;
    bottom:20px;
    transition: all 0.5s;
}

.index-box .ib-bottom ul {

    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index-box .ib-bottom li {
    width: 20%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.index-box .ib-bottom li img {
    display: block;
    margin: 0 auto;
    width: 85%;
    max-width: 100px;
}

.index-box .ib-bottom li p {
    width: 100%;
    margin-top: 10px;
}

.ib-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -140px;
    width: 280px;
}

.ib-center img.font {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    width: 100%;
}

.ib-center .ibc-logo {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 0;
    left: 50%;
    margin-left: -90px;
    margin-bottom:50px;
}

.ib-center h4,
.ib-center p{
    color:#fff;
    width:100%;
    float:left;
    text-align: center;
}

.ib-center h4{
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 50px;
}

.ib-center p{
    font-size:12px;
}

.ib-center .ibc-logo img.font-bg {
    height: 100%;
    top: 0;
    right: 15px;
    position: absolute;
}

.ib-center .ibc-logo img.font-logo {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

/*banner*/
.page-banner {
    margin-bottom: 30px;
}

.page-banner img {
    display: block;
    width: 100%;
}


/*教授*/
.jl-item {
    margin-bottom: 30px;
}

.jl-title {
    margin-bottom: 20px;
    height: 50px;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 17px;
    background: url(../images/title-bg.png) no-repeat left center / auto 50px;
}

.jl-title.auto {
    height: auto;
    background: url(../images/title-bg.png) no-repeat left top / auto 50px;
}

.jl-title p.font {
    line-height: 50px;
    color: #4c4948;
    font-weight: bold;
}

.jl-title p.font.dark {
    color: #231717
}

.jl-title p.font2 {
    line-height: 25px;
    font-weight: bold;
    margin-top: -7px;
}

.jl-title p.en {
    color: #898989;
    margin-top: -13px;
    font-weight: normal;
    font-size: 17px;
}

.jl-title p.en2 {
    margin-top: 5px;
    font-weight: normal;
}

.ji-wrapper {
    width: 91%;
    margin: 0 auto;
    overflow: hidden;
    /*--swiper-navigation-color: #c9caca;!* 单独设置按钮颜色 *!*/
    /*--swiper-navigation-size: 0px;!* 设置按钮大小 *!*/
}

.ji-d-wrapper{
    width: 95%;
    box-sizing: border-box;
    margin-left: 5%;
    float: left;
}

.ji-wrapper.swiper-container {
    margin-top: -70px;
    padding-top: 70px;
}

.ji-wrapper.swiper-container .swiper-pagination {
    top: 18px;
    right: 0;
    text-align: right;
    height: 20px;
}
.kcxz{
	width: 300px;
    height: 118px;
}
.kcxz img{
	width: 300px;
    height: 118px;
}

.teacher-swiper .t-item{
    /*width:29%;*/
}

.teacher-swiper .t-item .img-box {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.teacher-swiper .t-item .img-box img.bg,
.teacher-swiper .t-item .img-box img.icon {
    display: block;
    width: 100%;
}

.teacher-swiper .t-item .img-box img.icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.teacher-swiper .t-item .name-box {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
}

.teacher-swiper .t-item .name-box.border {
    padding-bottom: 7px;
    border-bottom: 2px solid #f3e727
}

.teacher-swiper .t-item .name-box img {
    display: block;
    width: 14px;
    margin-top: 4px;
}

.teacher-swiper .t-item .company {
    font-size: 13px;
    margin-bottom: 2px;
}

.teacher-swiper .t-item .desc {
    font-size: 12px;
    color: #585657;
}

.ji-wrapper.swiper-container.talent-swiper .swiper-pagination{
    box-sizing: border-box;
    padding-right:5%;
}

#pastTalents .t-item{
    width:28% !important
}

.ji-mobile {
    display: block;
}
.ji-pc{
    display: none;
}

img.sort {
    display: block;
    margin-top: 30px;
    width: 130px;
}

img.sort2 {
    width: 100px
}

.tech-detail {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    display: none;
}

.tech-detail img.close {
    width: 35px;
    display: block;
    position: absolute;
    right: 5%;
    top: calc(20% - 85px);
    z-index: 11;
}

.td-box {
    width: 90%;
    height: 70%;
    background: #fff;
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 11;
    box-sizing: border-box;
    padding: 20px 5px 20px 20px;

}

.td-box .scroll-box{
    height:100%;
    overflow: scroll;
    padding-right: 15px;
    box-sizing: border-box;
    -webkit-overflow-scrolling : touch;
}

.tdb-top {
    box-sizing: border-box;
    padding-bottom: 25px;
    border-bottom: 2px solid #9e9e9f;
    margin-bottom: 25px;
    display: flex;
    position: relative;
}

.tdb-title {
    color: #4c4948;
    font-weight: 500;
    font-size: 17px;
}

.tdb-title p.font {
    position: relative;
    z-index: 10;
}

.tdb-title .line {
    height: 5px;
    background: #f3e727;
    width: 68px;
    opacity: .9;
    margin-top: -8px;
    z-index: -1;
}

.tdb-info {
    position: absolute;
    bottom: 0;
    left: 0;
}

.tdb-info .name {
    font-size: 18px;
    font-weight: 500;
    color: #4c4948;
    margin-bottom: 8px;
}

.tdb-left, .tdb-right {
    width: 50%;
    float: left;
    position: relative;
}

.tdb-left {
    width: 45%;
    margin-right: 5%;
}

.tdb-right {
}

.tdb-right img.bg,
.tdb-right img.avatar {
    width: 100%;
    display: block;
}

.tdb-right img.avatar {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tdb-content {
    line-height: 30px;
    text-align: justify;
}

.past-record {
    display: none;
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    background: #efefef;
    box-sizing: border-box;
    padding: 20px 30px;
    line-height: 30px;
    color: #5d5d5d;
    min-height: 160px;
}

.past-record img {
    display: block;
    width: 25px;
}

.past-record img.left {
    position: absolute;
    top: 0;
    left: 0;
}

.past-record img.right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.past-record img.bottom {
    position: absolute;
    left: 12%;
    bottom: -12px;
}

/*核心价值观*/
.value-box {
    margin-top: 40px;
}

.value-box .navs {
    width: 300px;
    height: 270px;
    margin: 0 auto;
    background: url(../images/value/bg.png) no-repeat center top / 100% auto;
    position: relative;
}

.value-box .navs li {
    position: absolute;
    width: 60px;
    font-weight: 500;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: url(../images/value/bg1.png) no-repeat center / 100% 100%;
}

.value-box .navs li.on {
    background: url(../images/value/bg2.png) no-repeat center / 100% 100%;
}

.value-box .navs li.item1 {
    top: 3px;
    right: 58px;
}

.value-box .navs li.item2 {
    top: 105px;
    right: 0px;
}

.value-box .navs li.item3 {
    top: 206px;
    right: 59px;
}

.value-box .navs li.item4 {
    top: 209px;
    left: 62px;
}

.value-box .navs li.item5 {
    top: 105px;
    left: 0px;
}

.value-box .navs li.item6 {
    top: 3px;
    left: 58px;
}

.value-box .dots {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    width: 150px;
}

.value-box .dots li {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 10px;
    background: #cacaca;
    color: #fff;
}

.value-box .dots li.on {
    background: #f4e727;
}

.value-box .imgs img {
    width: 100%;
    display: none;
}

.value-box img.on {
    display: block;
}


/*核心价值观20210624*/
.value-box1 {
    margin-top: 40px;
}
.value-box1 .swiper-wrapper{
	width: 100% !important;
}
.value-box1 .swiper-slide  {
    width: 100% !important;
    position: relative;
    margin-bottom: 10px;
}
.value-box1 .swiper-wrapper .swiper-slide .navs {
    width: 300px;
    height: 270px;
    margin: 0 auto;
    background: url(../images/value/bg.png) no-repeat center top / 100% auto;
    position: relative;
}

.value-box1 .navs li {
    position: absolute;
    width: 60px;
    font-weight: 500;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: url(../images/value/bg1.png) no-repeat center / 100% 100%;
}

.value-box1 .navs li.on {
    background: url(../images/value/bg2.png) no-repeat center / 100% 100%;
}

.value-box1 .navs li.item1 {
    top: 3px;
    right: 58px;
}

.value-box1 .navs li.item2 {
    top: 105px;
    right: 0px;
}

.value-box1 .navs li.item3 {
    top: 206px;
    right: 59px;
}

.value-box1 .navs li.item4 {
    top: 209px;
    left: 62px;
}

.value-box1 .navs li.item5 {
    top: 105px;
    left: 0px;
}

.value-box1 .navs li.item6 {
    top: 3px;
    left: 58px;
}

.value-box1 .dots {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    width: 150px;
}

.value-box1 .dots li {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 10px;
    background: #cacaca;
    color: #fff;
}

.value-box1 .dots li.on {
    background: #f4e727;
}

.value-box1 .imgs img {
    width: 100%;
    display: none;
}

.value-box1 img.on {
    display: block;
}
/*核心价值观20210624*/

.about-box {
    color: #595757;
}

.ab-title {
    color: #595757;
    line-height: 28px;
    margin-bottom: 30px;
}

.ab-center {
    position: relative;
    margin-bottom: 10px;
}

.abc-left {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.abcl-title {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 16px;
    background: url(../images/about/cloud.png) no-repeat 57px -2px / auto 20px;
    margin-bottom: 15px;
}

.abcl-desc {
    float: left;
    width: 100%;
    line-height: 20px;
	font-size:10px;
}

.abc-right {
    width: 45%
}

.abc-right img {
    display: block;
    width: 100%;
    max-width: 300px;
    float: right;
}

.ab-bottom {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0px 10px;
    text-indent: 1.2rem;
    line-height: 30px;
    margin-top: 10px;
}

.ab-bottom img.r1,
.ab-bottom img.r2 {
    position: absolute;
    width: 25px;
}

.ab-bottom img.r1 {
    top: 0;
    left: 0;
}

.ab-bottom img.r2 {
    bottom: 0;
    right: 0;
}

.ab-bottom .name-box {
    text-align: right;
    margin-right: 30px;
}

.ab-bottom .name-box strong {
    margin-left: 20px;
}

.courses-box {
    margin-top: -50px !important;
}

.courses-box .t-item{
    width:45%;
}

.courses-box .t-item .title {
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 20px;
    background: #dcdddd;
    position: relative;
    left:-7.5px
}

.courses-box .t-item .t-line {
    border-bottom: 1px dashed #595757;
}

.courses-box .t-item .t-line img {
    display: block;
    margin: 0 auto -10px;
    width: 20px;
    position: relative;
    left:-7.5px
}

.courses-box .box {
    box-sizing: border-box;
    padding-right:15px;
    margin-top: 30px;
}

.courses-box .t-item:first-child .box{
    padding-left:0;
}

.courses-box .t-item:last-child .box{
    padding-right:0;
}



.courses-box .box .wrapper {
    background: #f3e727;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    min-height: 135px;
}

.courses-box .box .top {
    position: absolute;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    top: -10px;
}

.courses-box .box .b-title {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #595757;
}

.courses-box .box .b-title strong {
    margin-right: 5px;
}

.courses-box .box .b-desc {
    font-size: 17px;
    margin-bottom: 7px;
}

.object-box .ob-title {
    line-height: 25px;
    color: #595757;
    margin-bottom: 30px;
}

.object-box .ob-imgs {
    /*display: flex;
    justify-content: space-between;*/
}

.object-box .ob-imgs img {
    display: block;
    width: 30%;
    height:auto;
    float: left;
    margin-right: 5%;
}

.object-box .ob-imgs img:last-child{
    margin-right:0;
}

.object-box-wrapper{
    padding:25px 0;background: #efefef;
}

.about-box-wrapper {
    background: url(../images/about/bg.png) no-repeat right 80px / 120px auto;
}

.swiper-button-prev,
.swiper-button-next{
    display:none !important;
}


@media screen and (max-width: 350px) {
    .index-box .ib-bottom li {
        font-size: 12px;
        min-width: 60px;
    }

    .value-box .navs {
        width: 270px;
        height: 240px;
    }

    .value-box .navs li {
        position: absolute;
        width: 50px;
        height: 43px;
        line-height: 43px;
    }

    .value-box .navs li.item1 {
        top: 5px;
        right: 56px;
    }

    .value-box .navs li.item2 {
        top: 96px;
        right: 3px;
    }

    .value-box .navs li.item3 {
        top: 189px;
        right: 56px;
    }

    .value-box .navs li.item4 {
        top: 189px;
        left: 56px;
    }

    .value-box .navs li.item5 {
        top: 96px;
        left: 3px;
    }

    .value-box .navs li.item6 {
        top: 5px;
        left: 56px;
    }
}

@media screen and (min-width: 800px) {
    .tech-detail {
        width: 700px;
        left: 50%;
        margin-left: -350px;
    }
}

