
@keyframes moveD{
    from{
        opacity: 0;
        -webkit-backface-visibility:hidden;
        -moz-backface-visibility:hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform: translate3d(0, 40px, 0);
        -webkit-transform: translate3d(0, 40px, 0);
        -moz-transform: translate3d(0, 40px, 0);
        -ms-transform: translate3d(0, 40px, 0);
        -o-transform: translate3d(0, 40px, 0);
    }
    to{
        opacity: 1;
        -webkit-backface-visibility:hidden;
        -moz-backface-visibility:hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}

.floor{
    width: 100%;
    min-height: 50px;
    /* box-sizing: border-box; */
    /* overflow: hidden; */
}
.gd-title{
    /* text-align: center; */
    margin-top: 50px;
    font-size: 36px;
    margin-bottom: 0px;
    opacity: 1;
    font-weight: bold;
}
.gd-title span{
    font-weight: normal;
}
.gd-desc{
    /* text-align: center; */
    margin-top: 0px;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: normal;
    opacity: 1;
}



/* 棣栭〉 banner 閮ㄥ垎 */
.floor-banner-box{
    position: relative;
    overflow: hidden;
    transition: background-image 1s;
    /* background: rgb(250, 250, 250) url(//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202006/02/af881_20200602160558.png) no-repeat top center; */
}
.banner-bg-img{
    position: relative;
    width: 1190px;
    background-color: #fff;
    margin: 0 auto;
}
.banner-bg-img .banner-bg-box{
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height 0.5s;
    height: 0px;
}
.banner-bg-img .banner-bg-box .banner-bgimg-box{
    position: relative;
    height: 114px;
    overflow: hidden;
}
.banner-bg-img .banner-bg-box .banner-bgimg-box .banner-bgimg-list{
    width: 1152px;
    margin: 16px auto 0;
    height: 114px;
}
.banner-bgimg-list .banner-bgimg-item{
    float: left;
    cursor: pointer;
    width: 160px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgb(238, 238, 238);
    margin-right: 36px;
    margin-bottom: 16px;
    border-radius: 6px;
    text-align: center;
}
.banner-bgimg-list .banner-bgimg-item:nth-child(6n){
    margin-right: 0;
}
.banner-bg-img .banner-bg-box .arrow{
    width: 16px;
    height: 16px;
    top: 30%;
}
.banner-bg-img .banner-bg-box .arrow-left{
    left: -24px;
}
.banner-bg-img .banner-bg-box .arrow-right{
    right: -24px;
}
.banner-bg-img .banner-bg-btn{
    width: 100%;
    text-align: right;
    margin-top: 12px;
}
.banner-bg-img .banner-bg-btn p{
    display: inline-block;
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border-radius: 2px;
}
.banner-bg-img .banner-bg-btn .no-use-bg{
    width: 100px;
    height: 100%;
    color: #ff6e00;
    border: 1px solid #ff6e00;
}
.banner-bg-img .banner-bg-btn .bgbtn-close{
    color: #ff6e00;
    border: 1px solid #ff6e00;
    margin-right: 34px;
}
.banner-bg-img .banner-bg-btn .bgbtn-sure{
    background-color: #ff6e00;
    color: #fff;
    margin-right: 20px;
    margin-left: 20px;
}
.skin-pull{
    position: absolute;
    top: 0;
    right: -28px;
}
.skin-pull:before{
    content: "";
    display: block;
    width: 0px;
    height: 72px;
    margin-left: 9px;
    border-right: 2px solid rgb(238, 238, 238);
}
.skin-pull .skin-change{
    width: 18px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 9px;
    line-height: 18px;
    cursor: pointer;
    font-size: 12px;
    color: #999999;
}
.banner-header{
    position: relative;
    width: 1190px;
    padding: 16px 24px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 16px auto 0;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid rgb(238, 238, 238);
}
.banner-header .banner-menu-list{
    position: relative;
    z-index: 1;
    width: 100%;
}
.banner-header .banner-menu-list .banner-menu-item{
    position: relative;
    display: inline-block;
    margin-right: 26px;
    margin-bottom: 16px;
    font-size: 14px;
    width: 100px;
}
.banner-header .banner-menu-list .banner-sec-menu .nav-link{
    position: relative;
}
.banner-header .banner-menu-list .banner-sec-menu .nav-link:after{
    content: '';
    position: absolute;
    top: 8px;
    right: -12px;
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 4px;
}
.banner-header .banner-menu-list .banner-sec-menu .sec-menu-list{
    position: absolute;
    left: -16%;
    display: none;
    width: 120px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    z-index: 10;
}
.banner-header .banner-menu-list .banner-sec-menu:hover .sec-menu-list{
    display: block;
}
.banner-header .banner-menu-list .banner-sec-menu .sec-menu-list .sec-menu-item{
    width: 100%;
    line-height: 42px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
}
.banner-header .banner-menu-list .banner-sec-menu .sec-menu-list .sec-menu-item:hover a{
    color: #f96203;
}
.banner-header .banner-menu-list .banner-menu-item:nth-child(9n){
    margin-right: 0;
}
.floor-banner{
    width: 1200px;
    height: 480px;
    margin: 0 auto;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: perspective(800px);
    -webkit-transform: perspective(800px);
    -moz-transform: perspective(800px);
    -ms-transform: perspective(800px);
    -o-transform: perspective(800px);
    /* overflow: hidden; */
    border: 1px solid transparent;
}
.floor-banner .banner-box{
    position: relative;
    width: 1190px;
    height: 400px;
    border-radius: 10px;
    background: url('https://s.gaodun.com/web/image/wwwindex/bg-banner.svg') no-repeat center center;
    background-size: 200px auto;
    background-color: #eeeeee;
    /* border: 1px solid black; */
    overflow: hidden;
    margin: 16px auto 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.floor-banner .banner-box .banner-list-swiper{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 600%; */
    height: 100%;
}
.floor-banner .banner-box .banner-list-swiper .banner-item-swiper{
    float: left;
    /* width: 16.66667%; */
    height: 100%;
    /* border: 1px solid black; */
}
.floor-banner .banner-box .banner-list-swiper .banner-item-swiper a{
    display: block;
    width: 100%;
    height: 100%;
}
.floor-banner .banner-box .banner-list-swiper .banner-item-swiper a img{
    width: 100%;
    height: 100%;
}
.floor-banner .banner-box .buttn{
    position: absolute;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.29);
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    color: white;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
}
.floor-banner .banner-box .left-btn{
    left: 16px;
}
.floor-banner .banner-box .right-btn{
    right: 16px;
}
.floor-banner .banner-box .buttn::before{
    content: '';
    display: block;

    margin: 15px auto;
    /* margin-left: 20px; */
    height: 16px;
    width: 16px;
    border-bottom: 2px solid white;
}
.floor-banner .banner-box .left-btn::before{
    border-left: 2px solid white;
    margin-left: 18px;
    transform: rotate(45deg);
}
.floor-banner .banner-box .right-btn::before{
    border-right: 2px solid white;
    margin-right: 18px;
    transform: rotate(-45deg);
}
.floor-banner .banner-box .point-list{
    position: absolute;
    right: 34px;
    bottom: 20px;
    /* background-color: red; */
    /* width: 120px; */
    height: 10px;
}
.floor-banner .banner-box .point-list .point-item{
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
}
.floor-banner .banner-box .point-list .point-item:nth-child(n+2){
    margin-left: 10px;
}
.floor-banner .banner-box .point-list .point-item span{
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: white;
    opacity: 0;
}

/* 鐩存挱楂橀】 */
.floor-pub{
    background-color: white;
}
.floor-public{
    width: 1200px;
    margin: 0 auto;
    height: 684px;
    border: 1px solid transparent;
}
.floor-public .public-course{
    width: 100%;
    height: 420px;
    /* border: 1px solid black; */
    margin-top: 30px;
}
.floor-public .public-course .public-class{
    position: relative;
    float: left;
    width: 894px;
    height: 100%;
    /* border: 1px solid black; */
}
.floor-public .public-course .public-class .header-line{
    position: absolute;
    top: 26px;
    left: 0px;
    width: 100%;
    height: 0px;
    border-top: 1px solid rgb(221, 221, 221);
}
.floor-public .public-course .public-class .date-class{

    position: absolute;
    top: 0;
    left: -25px;
    width: 940px;
    height: 420px;
    overflow: hidden;
    /* border: 1px solid black; */
}
.floor-public .public-course .public-class .date-class .class-list{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 200%; */
    height: 100%;
    /* border: 1px solid red; */
}
.floor-public .public-course .public-class .date-class .class-list .class-item{
    float: left;
    width: 284px;
    height: 100%;
    /* border: 1px solid yellow; */
}
.floor-public .public-course .public-class .date-class .class-list .class-item:nth-child(n+2){
    margin-left: 20px;
}
.floor-public .public-course .public-class .date-class .class-list .class-item:nth-child(3n+1){
    margin-left: 46px;
}
.floor-public .public-course .public-class .date-class .class-list .class-item:nth-child(1){
    margin-left: 26px;
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-time{
    width: 130px;
    height: 50px;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    color: #333333;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    font-size: 14px;
}
.floor-public .public-course .public-class .date-class .class-list .class-item:hover .class-time{
    color: #ff6e00;
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-time span:first-child{
    font-size: 18px;
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc{
    width: 100%;
    height: 312px;
    margin-top: 24px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 4px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    overflow: hidden;
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc:hover{
    box-shadow: 0px 12px 26px 0px rgba(226, 210, 203, 0.5);
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .header-live-img{
    width: 284px;
    height: 160px;
    background-color: rgb(238, 238, 238);
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-img{
    width: 100%;
    height: 160px;
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc p{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 16px;
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-appoint-num{
    color: #999999;
    font-size: 14px;
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-appoint-num span{
    display: inline-block;
    width: 44px;
    height: 20px;
    background-color: #ee4d2a;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    color: white;
    margin-right: 12px;
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-title{
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: bold;
    height: 45px;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-appoint{
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    cursor: pointer;
    color: rgb(255, 110, 0);
}
.floor-public .public-course .public-class .date-class .class-list .class-item .class-desc .class-appoint .class-btn{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: bottom;
}
.floor-public .public-course .user-login{
    position: relative;
    float: left;
    margin-left: 60px;
    margin-top: 73px;
    border: 1px solid rgb(238, 238, 238);
    background-color: white;
    width: 210px;
    height: 312px;
    border-radius: 4px;
    overflow: hidden;
}
.floor-public .public-course .user-login .user-live{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border: 1px solid black; */
}
.floor-public .public-course .user-login .user-live .user-avatar{
    margin-top: 30px;
    height: 100px;
    width: 100%;
    text-align: center;
}
.floor-public .public-course .user-login .user-live .user-avatar img{
    width: 100px;
}
.floor-public .public-course .user-login .user-live .hello{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.floor-public .public-course .user-login .user-live .btn-login{
    width: 178px;
    height: 40px;
    color: white;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    background-color: #ff6e00;
    font-size: 14px;
    margin: 20px auto 30px;
    cursor: pointer;
}
.floor-public .public-course .user-login .user-live .btn-register{
    width: 100%;
    text-align: center;
    color: #f96203;
    font-size: 14px;
}
.floor-public .public-course .user-login .user-list{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: white;
}
.floor-public .public-course .user-login .user-list p{
    width: 178px;
    margin: 0 auto;
}
.floor-public .public-course .user-login .user-list .live-header{
    color: #ff6e00;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 18px;
}
.floor-public .public-course .user-login .user-list .live-header .play-icon{
    vertical-align: middle;
    margin-right: 10px;
}
.floor-public .public-course .user-login .user-list .user-live-list{
    width: 178px;
    height: 188px;
    margin: 0 auto;
    overflow: hidden;
    /* border: 1px solid black; */
}
.floor-public .public-course .user-login .user-list .user-live-list .no-play{
    display: block;
    margin: 10px auto 16px;
    width: 118px;
    height: 98px;
}
.floor-public .public-course .user-login .user-list .user-live-list .no-live{
    display: block;
    margin: 0px auto 0;
    margin-left: 6px;
    color: #999999;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    /* margin-right: 32px; */
}
.floor-public .public-course .user-login .user-list .user-live-list .live-time{
    color: #999999;
    font-size: 12px;
}
.floor-public .public-course .user-login .user-list .user-live-list .live-title{
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.floor-public .public-course .user-login .user-list .live-btn{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    background-color: #ff6e00;
    border-radius: 4px;
    margin-top: 10px;
}
.floor-public .to-all-live{
    margin-top: 10px;
    width: 100%;
    height: 54px;
}
.floor-public .to-all-live a{
    display: block;
    height: 100%;
    width: 190px;
    margin: 0 auto;
    border: 1px solid rgb(255, 110,0);
    line-height: 54px;
    text-align: center;
    color: #ff6e00;
    font-size: 14px;
    border-radius: 8px;
}

/* 鏂伴椈楂橀】 */
.floor-new{
    background-color: rgb(250, 250, 250);
    /* background-color: #fff; */
}
.floor-news{
    width: 1200px;
    /* min-height: 1040px; */
    margin: 0 auto;
    /* overflow: hidden; */
    border: 1px solid transparent;
}
.floor-news .gd-title{
    color: #f17116;
}
.floor-news .news-header{
    width: 100%;
    height: 150px;
    /* overflow: hidden; */
    border-top: 1px solid transparent;
    /* border-bottom: 2px solid rgb(230, 230, 230); */
}
.floor-news .news-header .news-tab{
    margin-top: -50px;
    user-select: none;
    text-align: right;
    opacity: 0;
}
.floor-news .news-header .news-tab .news-item{
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: #999999;
    width: 100px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    font-size: 14px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.floor-news .news-header .news-tab .news-item:hover{
    background-color: #f96203;
    box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
    color: white;
}
.floor-news .news-header .news-tab .news-item span{
    margin-left: 4px;
    margin-right: 4px;
}
.floor-news .news-footer{
    position: relative;
    width: 100%;
    min-height: 340px;
    opacity: 0;
    margin-top: 40px;
    /* overflow: hidden; */
    border: 1px solid transparent;
    /* border-bottom: 2px solid rgb(230, 230, 230); */
}
.floor-news .news-footer .news-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* overflow-y: scroll; */
    opacity: 0;
    /* border: 1px solid black; */
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
}
.floor-news .news-footer .news-list .list-item{
    float: left;
    height: 300px;
    width: 280px;
    margin-bottom: 28px;
    padding: 16px 24px 0;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 6px;
    transition: 0.4s;
}
.floor-news .news-footer .news-list .list-item:hover{
    box-shadow: 0px 12px 26px 0px rgba(226,210,203,0.5);
}
.floor-news .news-footer .news-list .list-item:nth-child(n+2){
    margin-left: 24px;
}
.floor-news .news-footer .news-list .list-item .item-left{
    float: left;
    /* height: 100%; */
    height: 64px;
    overflow: hidden;
    width: 95px;
    /* line-height: 150px; */
    margin-right: 10px;
}
.floor-news .news-footer .news-list .list-item .item-left img{
    width: 100%;
}
.floor-news .news-footer .news-list .list-item .item-right{
    float: right;
    width: 100%;
    height: 220px;
}
.floor-news .news-footer .news-list .list-item .item-right h3{
    font-size: 18px;
    color: #2b2b2b;
    margin-bottom: 14px;
    margin-top: 10px;
    letter-spacing: 2px;
}
.floor-news .news-footer .news-list .list-item .item-right p{
    color: #5b5b5b;
    font-size: 14px;
    letter-spacing: 2px;
    word-break: normal;
    word-wrap: break-word;
}
.floor-news .news-more{
    height: 72px;
    width: 100%;
    opacity: 0;
    /* border: 1px solid black; */
    text-align: center;
    line-height: 72px;
    margin-bottom: 30px;
    color: #e7792b;
}
.floor-news .news-more a{
    display: block;
    margin: 10px auto 0;
    width: 190px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid rgba(238, 238, 238,1);
}

/* 绉戞妧楂橀】 */
.floor-sci{
    background-color: white;
    overflow: hidden;
}
.floor-science{
    width: 1200px;
    height: 796px;
    margin: 0 auto;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: perspective(800px);
    -webkit-transform: perspective(800px);
    -moz-transform: perspective(800px);
    -ms-transform: perspective(800px);
    -o-transform: perspective(800px);
}
.floor-science .science-box{
    position: relative;
    width: 1190px;
    height: 600px;
    /* border: 1px solid black; */
    border-radius: 14px;
    margin: 40px auto;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
    /* transform: rotateX(-4deg) rotateY(-4deg); */
}
.floor-science .science-box .science-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.floor-science .science-box .science-banner .science-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 0;
    opacity: 0; */
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
/* .floor-science .science-box .science-banner .science-item:first-child{
    z-index: 1;
    opacity: 1;
} */
.floor-science .science-box .science-banner .science-item a{
    position: relative;
    display: block;
    /* cursor: default; */
    width: 100%;
    height: 100%;
}
.floor-science .science-box .science-banner .science-item a .science-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.floor-science .science-box .science-banner .science-item a p{
    position: absolute;
    left: 82px;
    color: white;
}
.floor-science .science-box .science-banner .science-item a .img-title{
    top: 100px;
    font-size: 36px;
    font-weight: bold;
}
.floor-science .science-box .science-banner .science-item a .img-desc{
    width: 600px;
    top: 200px;
    font-size: 21px;
    line-height: 34px;
    word-break: normal;
    word-wrap: break-word;
}
.floor-science .science-box .science-banner .science-item a .img-btn{
    position: absolute;
    top: 200px;
    right: 140px;
    /* cursor: pointer; */
    width: 81px;
    height: 81px;
}
.floor-science .science-box .point-img{
    position: absolute;
    left: 82px;
    bottom: 92px;
    z-index: 3;
    height: 162px;
    width: 1200px;
    transition: left 0.4s;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    -ms-transition: left 0.4s;
    -o-transition: left 0.4s;
    /* border: 1px solid red; */
    text-align: center;
}
.floor-science .science-box .point-img .mini-item{
    /* display: inline-block; */
    float: left;
    width: 283px;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    background-color: rgb(238, 238, 238);
}
.floor-science .science-box .point-img .mini-item:nth-child(n+2){
    margin-left: 20px;
}
.floor-science .science-box .point-img .mini-item a{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    height: 100%;
    /* border:1px solid #ffcc00; */
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    opacity: 0.9;
}
.floor-science .science-box .point-img .mini-item a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.floor-science .science-box .point-img .mini-item a .mini-title{
    position: absolute;
    /* top: 0; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 30px;
    font-size: 24px;
    color: white;
}
.floor-science .science-box .point-sci{
    position: absolute;
    left: 83px;
    bottom: 64px;
    height: 4px;
    z-index: 3;
}
.floor-science .science-box .point-sci .sci-item{
    float: left;
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    cursor: pointer;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.floor-science .science-box .point-sci .sci-item:nth-child(n+2){
    margin-left: 4px;
}
/* .floor-science .science-box .point-sci .sci-item:first-child:hover{
    width: 46px;
}
.floor-science .science-box .point-sci .sci-item:nth-child(2):hover{
    width: 46px;
}
.floor-science .science-box .point-sci .sci-item:nth-child(3):hover{
    width: 46px;
}
.floor-science .science-box .point-sci .sci-item:nth-child(4):hover{
    width: 46px;
} */

/* 鍏ㄧ悆楂橀】 */
.floor-glo{
    background-color: rgb(250, 250, 250);
}
.floor-global{
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    /* border: 1px solid black; */
}
.floor-global .course-list{
    margin-top: 40px;
    width: 100%;
    height: 362px;
    opacity: 0;
    /* overflow: hidden; */
    /* border: 1px solid black; */
}
.floor-global .course-list .course{
    float: left;
    width: 280px;
    height: 360px;
    /* opacity: 0; */
    /* transition: 0.4s; */
    border-radius: 4px;
    background-color: white;
    /* -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s; */
    border: 1px solid rgba(238, 238, 238, 1);
}
.floor-global .course-list .course .header-course-img{
    width: 280px;
    height: 210px;
    background-color: rgb(238, 238, 238);
}
.floor-global .course-list .course:nth-child(n+2){
    margin-left: 23px;
}

.floor-global .course-list .course a{
    display: block;
    width: 100%;
    height: 100%;
    color: red;
}
.floor-global .course-list .course a img{
    width: 100%;
    height: 210px;

}
.floor-global .course-list .course a p{
    text-align: center;
    color: #333333;
    font-size: 14px;
}
.floor-global .course-list .course a .course-title{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 18px;
    font-weight: 500;
    transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    -ms-transition: color 0.4s;
}
.floor-global .course-list .course:hover{
    box-shadow: 0px 12px 26px 0px rgba(226, 210, 203, 0.5);
}
.floor-global .course-list .course:hover .course-title{
    color: #f96203;
}


.floor-yellow{
    /* background-color: #F17116; */
    background: url(//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/09/e7381_20200509122042.jpg) no-repeat;
    background-size: 100% auto;
}
.floor-num{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    /* border: 1px solid black; */
    overflow: hidden;
}
.floor-num .num-list{
    margin: 56px auto 0;
    height: 76px;
    /* overflow: hidden; */
    border: 1px solid transparent;
}
.floor-num .num-list .num-box{
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    width: 232px;
    height: 76px;
    color: #FFC326;
    opacity: 1;
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
}
.floor-num .num-list .num-box:first-child{
    border: none;
}
.floor-num .num-list .num-box .num-title{
    font-size: 36px;
    font-weight: normal;
}
.floor-num .num-list .num-box .num-desc{
    text-align: center;
}

/* 鏈嶅姟楂橀】 */
.floor-service{
    width: 1200px;
    /* height: 600px; */
    margin: 0 auto;
    /* background: url('https://s.gaodun.com/web/image/wwwindex/bg-circle.png') no-repeat; */
    background-size: 1170px auto;
    background-position: center 120px;
    overflow: hidden;
    /* border: 1px solid black; */
}
.floor-service .service-footer{
    width: 100%;
    height: 400px;
    background: url('../image/wwwindex/service-bg.png') no-repeat center center;
    background-size: 1200px 100%;
    opacity: 0;
    overflow: hidden;
    /* border: 1px solid black; */
}
.floor-service .service-footer .service-left{
    float: left;
    width: 485px;
    /* height: 545px; */
    overflow: hidden;
    /* border: 1px solid black; */
    margin-top: 80px;
}
.floor-service .service-footer .service-left .service-item{
    margin-bottom: 68px;
    overflow: hidden;
    /* border: 1px solid black; */
    opacity: 0;
}
.floor-service .service-footer .service-left .service-item .item-left{
    float: left;
    width: 72px;
    height: 72px;
}
.floor-service .service-footer .service-left .service-item .item-right{
    float: left;
    margin-left: 23px;
    font-size: 14px;
}
.floor-service .service-footer .service-left .service-item .item-right h4{
    font-size: 14px;
    margin-bottom: 10px;
}
.floor-service .service-footer .service-right{
    float: right;
    width: 595px;
    height: 656px;
    /* overflow: hidden; */
    opacity: 0;
}
.floor-service .service-footer .service-right img{
    width: 100%;
    height: 100%;
}
.floor-service .img{
    display: block;
    margin-left: 240px;
    float: left;
    width: 510px;
    height: 480px;
    opacity: 0;
}
.floor-service ul{
    float: left;
    padding: 36px 0 5px 72px;
    opacity: 0;
}
.floor-service ul li{
    border: 1px solid #eee;
    border-radius: 4px;
    height: 152px;
    width: 200px;
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;

}
.floor-service ul li p{
    text-align: center;
}
.floor-service .box{
    position: relative;
    width: 200px;
    height: 112px;
    overflow: hidden;
}
.floor-service .box-img{
    display: block;
    width: 100%;
    height: 100%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.floor-service .text{
    height: 40px;
    line-height: 40px;
}
.floor-service .play{
    position: absolute;
    width: 36px;
    height: 36px;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;

}
/* .floor-service ul li:hover .play{
    top: 50%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
} */
.floor-service ul li:hover .box-img{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.floor-service ul li:hover .text{
    color: #FF6E00;
}

/* 褰卞儚楂橀】 */
.floor-mov{
    background-color: rgba(250, 250, 250, 1);
    /* background: #ffffff; */
}
.floor-movie{
    width: 1200px;
    height: 710px;
    margin: 0 auto;
    border: 1px solid transparent;
}
.floor-movie .movie-middle{
    position: relative;
    width: 100%;
    height: 320px;
    margin-top: 30px;
    border: 1px solid transparent;
}
.floor-movie .movie-middle .movie-banner{
    position: absolute;
    opacity: 0;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    /* border: 1px solid black; */
}
.floor-movie .movie-middle .movie-banner .movie-left{
    float: left;
    width: 600px;
}
.floor-movie .movie-middle .movie-banner .movie-left .movie-title{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 19px;
    margin-top: 104px;
}
.floor-movie .movie-middle .movie-banner .movie-left .movie-desc{
    font-size: 18px;
    line-height: 30px;
    width: 388px;
    word-break: normal;
    word-wrap: break-word;
}
.floor-movie .movie-middle .movie-banner .movie-img{
    position: relative;
    float: left;
    height: 320px;
    width: 570px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 12px 26px 0px rgba(201, 201, 201, 0.5);
}
/* .floor-movie .movie-middle .movie-banner:nth-child(1) .movie-img{
    background: url('//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202006/05/bbed2_20200605110820.png') no-repeat center center;
    background-size: 100% 100%;
}
.floor-movie .movie-middle .movie-banner:nth-child(2) .movie-img{
    background: url('//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/09/73289_20200509122003.png') no-repeat center center;
    background-size: 100% 100%;
}

.floor-movie .movie-middle .movie-banner:nth-child(3) .movie-img{
    background: url('//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/09/d6eca_20200509121853.png') no-repeat center center;
    background-size: 100% 100%;
}
.floor-movie .movie-middle .movie-banner:nth-child(4) .movie-img{
    background: url('//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/09/bed55_20200509121925.png') no-repeat center center;
    background-size: 100% 100%;
}
.floor-movie .movie-middle .movie-banner:nth-child(5) .movie-img{
    background: url('//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/09/339e8_20200509121818.png') no-repeat center center;
    background-size: 100% 100%;
}
.floor-movie .movie-middle .movie-banner:nth-child(6) .movie-img{
    background: url('//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/09/b0622_20200509121709.png') no-repeat center center;
    background-size: 100% 100%;
}
.floor-movie .movie-middle .movie-banner:nth-child(7) .movie-img{
    background: url('//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/09/1e342_20200509121557.png') no-repeat center center;
    background-size: 100% 100%;
} */
.floor-movie .movie-middle .movie-banner .movie-img .movie-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.floor-movie .movie-middle .movie-banner .movie-img .movie-btn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 52px;
}
.floor-movie .movie-footer{
    position: relative;
    width: 100%;
    margin-top: 58px;
    height: 160px;
    opacity: 0;
    /* border: 1px solid black; */
    border-top: 4px solid rgba(242, 242, 242, 1);
}
.floor-movie .movie-footer .movie-list{
    position: relative;
    width: 1120px;
    height: 100%;
    margin: -4px auto 0;
    /* border: 1px solid red; */
    overflow: hidden;
}
.floor-movie .movie-footer .movie-list .movie-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    /* border: 1px solid green; */
}
.floor-movie .movie-footer .movie-list .movie-box .movie-item-box{
    float: left;
    width: 33.33%;
    height: 100%;
    /* border: 1px solid blue; */
}
#movie-box5 .movie-item1{
    width:  207px;
    margin-left: 16px;
}
.floor-movie .movie-footer .movie-list .movie-box .movie-item-box .movie-item{
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 230px;
    height: 100%;
    cursor: pointer;
    /* border: 1px solid red; */

}
.floor-movie .movie-footer .movie-list .movie-box .movie-item-box .movie-item:nth-child(n+2){
    margin-left: 64px;
}
.floor-movie .movie-footer .movie-list .movie-box .movie-item-box .movie-item .mov-title{
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}
.floor-movie .movie-footer .movie-list .movie-box .movie-item-box .movie-item .mov-desc{
    font-size: 14px;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
}
.floor-movie .movie-footer .arrow{
    top: 36%;
    width: 20px;
    height: 20px;
}
.floor-movie .movie-footer .movie-lef{
    left: 10px;
}
.floor-movie .movie-footer .movie-right{
    right: 10px;
}

/* 鐮旂┒闄㈤珮椤� */
.floor-res{
    background-color: rgba(1,1,1,1);
    height: 560px;
    overflow: hidden;
}
.floor-research{
    position: relative;
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    /* border: 1px solid black; */
}
.floor-research .gd-title,
.floor-research .gd-desc{
    color: #ff6e00;
}
.res-member{
    position: relative;
    width: 100%;
    height: 400px;
    opacity: 0;
    /* border: 1px solid red; */
    margin-top: 30px;
}
.res-member .member-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 12420px;
    height: 100%;
}
.res-member .member-list .member-item{
    float: left;
    width: 50%;
    height: 100%;
}
.res-member .member-list .member-item img{
    width: 100%;
    height: 100%;
}
.floor-research .tab-list{
    float: right;
    /* opacity: 0; */
    display: none;
    margin: -43px auto 0px;
    height: 44px;
    text-align: center;
}
.floor-research .tab-list .res-item{
    display: inline-block;
    width: 125px;
    height: 42px;
    /* margin-top: 80px; */
    margin-left: 30px;
    border-radius: 21px;
    color: #999999;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.floor-research .tab-list .res-item:first-child{
    margin-left: 0;
}
.floor-research .tab-list .res-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.floor-research .tab-list .res-item:hover{
    background-color: #f96203;
    color: white;
    box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
}
.floor-research .research-tab{
    position: relative;
    width: 1200px;
    height: 360px;
    margin-top: 60px;
    overflow: hidden;
}
.floor-research .research-tab .research-img-box{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 1200px; */
    /* overflow: hidden; */
    /* transition: 0.4s; */
    margin: 0 auto;
}
.floor-research .research-tab .research-img-box .img-list{
    float: left;
    width: 1200px;
    height: 360px;
    /* border: 1px solid black; */
    overflow: hidden;
    text-align: center;
}
.floor-research .research-tab .research-img-box .img-list .img-item{
    float: left;
    width: 240px;
    height: 330px;
    text-align: center;
    margin-left: 26px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    font-size: 14px;
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 4px;
    background-color: white;
}
.floor-research .research-tab .research-img-box .img-list .img-item:nth-child(n+2){
    margin-left: 60px;
}
.floor-research .research-tab .research-img-box .img-list .img-item:hover{
    box-shadow: 0px 12px 26px 0px rgba(226, 210, 203, 0.5);
}
.floor-research .research-tab .research-img-box .img-list .img-item img{
    width: 100%;
    height: 180px;
}
.floor-research .research-tab .research-img-box .img-list .img-item .research-title{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.floor-research .research-tab .research-img-box .img-list .img-item .research-desc{
    color: #f96203;
    font-size: 16px;
    margin-bottom: 10px;
}
.floor-research .research-tab .research-img-box .img-list .img-item p{
    text-align: center;
}

/* 瀛﹀憳楂橀】 */
.floor-stu{
    background-color: rgba(250, 250, 250, 1);
}
.floor-student{
    width: 1260px;
    height: 984px;
    margin: 0 auto;
    overflow: hidden;

    /* border: 1px solid transparent; */
}
.floor-student .student-header{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.floor-student .student-fall{
    width: 1300px;
    height: 694px;
    margin-top: 40px;
    opacity: 0;
    /* margin-left: 16px; */
    /* border: 1px solid red; */
    /* opacity: 0; */
    /* overflow-y: scroll; */
}
.floor-student .student-fall .student-list{
    width: 100%;
    height: 326px;
    margin-top: 30px;
    /* border: 1px solid black; */
}
.floor-student .student-fall .student-list .student-item{
    float: left;
    width: 264px;
    height: 100%;
    margin-left: 30px;
}
.floor-student .student-fall .student-list .student-item:nth-child(n+2){
    margin-left: 40px;
}
.floor-student .student-fall .student-list .student-item a{
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.floor-student .student-fall .student-list .student-item a:hover{
    box-shadow: 0px 12px 26px 0px rgba(226,210,203,0.5);
}
.floor-student .student-fall .student-list .student-item a img{
    width: 100%;
    height: 100%;
}
.floor-student .more-student{
    margin-top: 20px;
    width: 100%;
    opacity: 0;
    height: 54px;
}
.floor-student .more-student a{
    display: block;
    width: 190px;
    height: 100%;
    border: 1px solid #ff6e00;
    border-radius: 8px;
    text-align: center;
    line-height: 54px;
    color: #ff6e00;
    font-size: 14px;
    margin: 0 auto;
}
.floor-student .student-fall .fall-box{
    float: left;
    width: 260px;
    margin-left: 52px;
    /* min-height: 20px; */
}
.floor-student .student-fall .fall-box:first-child{
    margin-left: 30px;
}
.floor-student .student-fall .fall-box .fall-item{
    width: 100%;
    min-height: 80px;
    margin-bottom: 40px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    border-radius: 4px;
    background-color: white;
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 12px 26px 0px rgba(201, 201, 201, 0.5);
}
.floor-student .student-fall .fall-box .fall-item:hover{
    border: 1px solid #f96203;
}
.floor-student .student-fall .fall-box .fall-item .fall-desc{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 22px;
}
.floor-student .student-fall .fall-box .fall-item .userInfo{
    width: 100%;
    border-top: 1px solid rgba(238, 238, 238, 1);
    height: 80px;
}
.floor-student .student-fall .fall-box .fall-item .userInfo .avatar-box{
    float: left;
    height: 100%;
    width: 80px;
}
.floor-student .student-fall .fall-box .fall-item .userInfo .avatar-box .avatar{
    display: block;
    margin: 17px auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.floor-student .student-fall .fall-box .fall-item .userInfo .userInfo-right{
    float: left;
    height: 100%;
}
.floor-student .student-fall .fall-box .fall-item .userInfo .userInfo-right .user-name{
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
}
.floor-student .student-fall .fall-box .fall-item .userInfo .userInfo-right .user-status{
    font-size: 12px;
}

/* 浼欎即楂橀】 */
.floor-team{
    background-color: white;
    /* overflow: hidden; */
}
.floor-teammate{
    position: relative;
    width: 1200px;
    height: 830px;
    margin: 0 auto;
    /* overflow: hidden; */
    border: 1px solid transparent;
}
.floor-teammate .teammate-box{
    position: relative;
    width: 1200px;
    height: 580px;
    margin-top: 40px;
    overflow: hidden;
    opacity: 0;
}
.floor-teammate .teammate-box .team-banner{
    position: absolute;
    top: 0px;
    left: 0px;
    /* width: 2400px; */
    height: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    /* border: 1px solid green; */
}
.floor-teammate .teammate-box .team-banner .banner-list{
    float: left;
    width: 1200px;
    height: 580px;
    margin-top: 30px;
    /* border: 1px solid black; */
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item{
    position: relative;
    float: left;
    /* width: 397px;
    height: 290px; */
    width: 366px;
    height: 240px;
    margin-top: 1px;
    margin-left: 50px;

    background-size: 100% 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    background-color: white;
    /* opacity: 0; */
    /* transform-origin: 0px 0px; */
    cursor: pointer;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item:nth-child(n+2){
    margin-left: 1px;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item:nth-child(4){
    margin-left: 50px;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item .intro{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: white;
    padding-left: 27px;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item .banner-item-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1005;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item .playBtn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin-left: -26px;
    margin-top: -26px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 0;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item .desc{
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    transition: 0.4s;
    background-color: #f96203;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-left: 27px;
    color: white;
    font-size: 14px;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item .desc .name{
    margin-top: 10px;
    margin-bottom: 2px;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item:hover .playBtn{
    opacity: 1;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item:hover .desc{
    opacity: 1;
}
.floor-teammate .teammate-box .team-banner .banner-list .banner-item:hover .intro{
    opacity: 0;
}
.floor-teammate .teammate-box .arrow-team{
    top: 46%;
}

.videos{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    transform: translateZ(100px);
	-webkit-transform: translateZ(100px);
	-moz-transform: translateZ(100px);
	-ms-transform: translateZ(100px);
	-o-transform: translateZ(100px);
}
.videos .video-box{
    position: relative;
    width: 640px;
    height: 368px;
    margin: 140px auto;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transtion: 0.6s;
    -o-transtion: 0.6;
    background-color: black;
}
.videos .video-box .video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videos .video-box .delete{
    position: absolute;
    cursor: pointer;
    top: -50px;
    right: -50px;
    width: 40px;
    height: 40px;
    /* background: url('https://simg01.gaodunwangxiao.com/uploadimgs/img/201910/30/b39b2_20191030135618.png') no-repeat center center;
    background-size: 30px 30px; */
    /* background-color: rgba(255, 255, 255, 0.2); */
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.videos .video-box .delete img{
    width: 20px;
    height: 20px;
}

/* 鍏泭楂橀】 */
.floor-wel{
    background-color: white;
}
.floor-welfare{
    width: 1200px;
    height: 540px;

    /* overflow: hidden; */
    border: 1px solid transparent;
    margin: 0 auto;
}
.floor-welfare .welfare-footer{
    width: 100%;
    height: 400px;
    /* overflow: hidden;s */
    border: 1px solid transparent;
}
.floor-welfare .welfare-footer .welfare-list{
    margin-top: 60px;
    height: 520px;
    /* border: 1px solid black; */
}
.floor-welfare .welfare-footer .welfare-list .welfare-item{
    float: left;
    height: 290px;
    opacity: 0;
    width: 350px;
    margin-left: 67px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    background-color: white;
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
}
.floor-welfare .welfare-footer .welfare-list .welfare-item:first-child{
    margin-left: 0;
}
.floor-welfare .welfare-footer .welfare-list .welfare-item:hover{
    box-shadow: 0px 12px 26px rgba(226, 210, 203, 0.5);
}
.floor-welfare .welfare-footer .welfare-list .welfare-item .welfare{
    display: block;
    width: 100%;
    height: 100%;
}
.floor-welfare .welfare-footer .welfare-list .welfare-item .welfare img{
    width: 100%;
    height: 230px;
}
.floor-welfare .welfare-footer .welfare-list .welfare-item .welfare .welfare-title{
    text-align: center;
    color: #f96203;
    font-size: 16px;
    margin-top: 10px;
}
.floor-welfare .welfare-footer .welfare-list .welfare-item .welfare .welfare-desc{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 18px;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    word-wrap: break-word;
    word-break: normal;
}

/* 鑽ｈ獕楂橀】 */
.floor-hon{
    background: url('//simg01.gaodunwangxiao.com/uploadfiles/tmp/upload/202005/09/e7381_20200509122042.jpg') no-repeat center center;
    background-size: cover;
    color: #ffc326;
}
.floor-honour{
    position: relative;
    width: 1200px;
    height: 490px;
    margin: 0 auto;
    border: 1px solid transparent;
    /* overflow: hidden; */
}
.floor-honour .honour-tab{
    float: right;
    margin-top: -40px;
    opacity: 0;
}
.floor-honour .honour-tab .time-item{
    float: left;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
}
.floor-honour .honour-tab .time-item:nth-child(n+2){
    margin-left: 40px;
}
.floor-honour .honour-tab .time-item:hover{
    color: #ffc326;
}
.floor-honour .honour-banner{
    position: relative;
    width: 100%;
    height: 235px;
    /* overflow: hidden; */
    /* border: 1px solid black; */
    /* overflow: hidden; */
    margin-top: 40px;

}
.floor-honour .honour-banner .honour-box{
    position: relative;
    /* width: 2400px; */
    /* overflow: hidden; */
    margin-top: 10px;
}
.floor-honour .honour-banner .honour-box .honour-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    overflow: hidden;
    transition: 0.6s;
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    /* border: 1px solid black; */
}
.floor-honour .honour-banner .honour-box .honour-list .honour-item{
    /* float: left; */
    width: 1200px;
    text-align: center;
    /* opacity: 0; */
}
.floor-honour .honour-banner .honour-box .honour-list .honour-item img{
    /* height: 220px; */
    width: 100%;
}
.arrow{
    position: absolute;
    top: 49%;
    /* margin-top: -20px; */
    width: 30px;
    height: 30px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.arrow-left{
    left: -40px;
    border-left: 1px solid #cccccc;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.arrow-right{
    right: -40px;
    border-right: 1px solid #cccccc;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-tranform: rotate(-45deg);
}
/* .arrow-left:hover{
    border-left: 1px solid #f56923;
    border-bottom: 1px solid #f56923;
}
.arrow-right:hover{
    border-right: 1px solid #f56923;
    border-bottom: 1px solid #f56923;
} */


/* 鍚堜綔楂橀】 */
.floor-cooperate{
    position: relative;
    width: 1200px;
    height: 810px;
    margin: 0 auto;
    overflow: hidden;
    /*box-sizing: border-box; */
    border: 1px solid transparent;
}
.floor-cooperate .coor-box{
    float: right;
    margin: -44px auto 70px;
    height: 42px;
    margin-right: 30px;
    /* border: 1px solid transparent; */
    /* overflow: hidden; */
}
.floor-cooperate .coor-box .coor-item{
    /* display: inline-block;
     */
    float: left;
    width: 125px;
    height: 42px;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    user-select: none;
    color: #999999;
    font-size: 14px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.floor-cooperate .coor-box .coor-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.floor-cooperate .coor-box .coor-item:nth-child(n+2){
    margin-left: 6px;
}

.floor-cooperate .coor-box .active{
    background-color: #f96203;
    box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
    color: white;
}

.floor-cooperate .coor-box .active a{
    color: white;
}

.floor-cooperate .coor-box .coor-item:hover{
    background-color: #f96203;
    box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
    color: white;
}
.floor-cooperate .coor-footer{
    position: relative;
    width: 100%;
    /* height: 200px; */
    margin-top: 40px;
    /* overflow: hidden; */
    /* border: 1px solid black; */
}
.floor-cooperate .coor-footer .coor-list{
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0; */
    /* overflow: hidden; */
    z-index: 0;
    width: 100%;
    /* height: 200px; */
}
.floor-cooperate .coor-footer .coor-list .coor{
    /* float: left; */
    width: 100%;
    margin-left: -16px;
    /* opacity: 0; */
    /* border: 1px solid black; */
    margin-bottom: 44px;
}
.floor-cooperate .coor-footer .coor-list .coor img{
    width: 100%;
}
/* .floor-cooperate .coor-footer .coor-list .coor:nth-child(n+2){
    margin-left: 85px;
}
.floor-cooperate .coor-footer .coor-list .coor:nth-child(5){
    margin-left: 0;
} */

/* 鍒嗘牎楂橀】 */
.floor-cam{
    /* background-color: rgba(250, 250, 250, 1); */
    background-color: #ffffff;
    /* overflow: hidden; */
}
.floor-campus{
    position: relative;
    width: 1200px;
    height: 830px;
    margin: 0 auto;
    /* overflow: hidden; */
    border: 1px solid transparent;

}
.floor-campus .campus-footer{
    position: relative;
    width: 1200px;
    height: 615px;
    overflow: hidden;
    border: 1px solid transparent;
}
.floor-campus .campus-footer .campus-box{
    float: left;
    width: 300px;
    overflow: hidden;
}
.floor-campus .campus-footer .campus-box .campus-list{
    margin-top: 40px;
    width: 300px;
    /*opacity: 0;*/
    overflow: hidden;
}
.floor-campus .campus-footer .campus-box .campus-list .campus-item{
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #eeeeee;
    color: black;
    width: 100px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.floor-campus .campus-footer .campus-box .campus-list .campus-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.floor-campus .campus-footer .campus-box .campus-list .campus-item:hover{
    background-color: #f96203;
    color: white;
    border: none;
    box-shadow: 0px 6px 16px 0px rgba(220, 145, 113, 0.36);
}
.floor-campus .campus-footer .campus-map{
    float: left;
    margin-left: 80px;
    width: 760px;
    /* overflow: hidden; */
    height: 600px;
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid transparent;
}
.floor-campus .campus-footer .campus-map .BMap_bubble_content{
    margin-top: 6px;
}
.floor-campus .campus-footer .campus-map .map-name{
    width: 100%;
    height: 170px;
}
.floor-campus .campus-footer .campus-map .map-name .map-list{
    display: inline-block;
}
.floor-campus .campus-footer .campus-map .map-name .map-list .map-item{
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: 50px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.floor-campus .campus-footer .campus-map .map-name .map-list .map-item a{
    display: block;
    padding:0 15px
    height: 100%;
}
.floor-campus .campus-footer .campus-map .map-name .map-list .map-item:hover{
    color: #f96203;
    border-bottom: 1px solid #f96203;
}
.floor-campus .campus-footer .campus-map .map-name .map-contact{
    position: relative;
    width: 100%;
    height: 100px;
    margin-top: 0;
}
.floor-campus .campus-footer .campus-map .map-name .map-contact .contact-list{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    /* border: 1px solid black; */
}
.floor-campus .campus-footer .campus-map .map-name .map-contact .contact-list .contact{
    margin-top: 20px;
    width: 100%;
}
.floor-campus .campus-footer .campus-map .map-name .map-contact .contact-list .contact .contact-img{
    float: left;
    width: 15px;
    height: 21px;
}
.floor-campus .campus-footer .campus-map .map-name .map-contact .contact-list .contact .contact-desc{
    float: left;
    margin-left: 8px;
    font-size: 14px;
}
.floor-campus .campus-footer .campus-map .map{
    width: 100%;
    height: 350px;
    /*opacity:0;*/
    margin-top: 30px;
    /* border: 1px solid black; */
    box-shadow: 0px 6px 16px 0px rgba(220, 145, 113, 0.36);
}
.floor-campus .campus-footer .campus-map .tip-map{
    width: 100px;
}

/* 鏌ョ湅鏇村璧勮 */
.fixMenu{
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #f96203;
    z-index: 95;
}
.scrollCls{
    position: fixed;
    bottom: auto;
    left: 0;
    top: 0;
}
.fixMenu .menuCont{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.fixMenu .menuCont .oneNav{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f96203;
}
.fixMenu .menuCont .oneNav .nav-bar { width:100%; margin:0 auto; padding: 10px 0;}
.fixMenu .menuCont .oneNav .nav-box { float:left; overflow:hidden;margin-right: 10px;}
.fixMenu .menuCont .oneNav .nav-box:last-child{
    margin-right: 0;
}
.fixMenu .menuCont .oneNav .nav-box h2 { color:#fff; font-size:17px; float:left; width:44px; line-height:60px;}
.fixMenu .menuCont .oneNav .nav-bar ul{ overflow:hidden; background:url(https://s.gaodun.com/web/image/news/line1.png) right center no-repeat;}
.fixMenu .menuCont .oneNav .nav-bar a {color:#fff;}
.fixMenu .menuCont .oneNav .nav-bar li { float:left; line-height:30px; height:30px; font-size:12px; margin-right:10px; }
.fixMenu .menuCont .oneNav .nav-bar .list-1 { width:298px;}
.fixMenu .menuCont .oneNav .nav-bar .list-2 { width:178px;}
.fixMenu .menuCont .oneNav .nav-bar .list-3 { width:68px;}
.fixMenu .menuCont .oneNav .nav-bar .list-4 { width:90px;}
.fixMenu .menuCont .oneNav .nav-bar .list-5 { width:124px;}
.fixMenu .menuCont .oneNav .onOff{
    position: absolute;
    color: #f96203;
    right: -60px;
    top: 28px;
    height: 24px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    line-height: 24px;
}

.cont { width:1200px; margin:0 auto;}
.cont-1 { overflow:hidden; padding-top:20px;width: 100%;}
.cont-hot { float:left; width:860px;}
.cont-hot .swiper-slide { height:320px; background:#f5f5f5; box-sizing:border-box; padding:10px;}
.cont-hot .swiper-slide .hot-flag { position:absolute; top:22px; left:0px;}
.hot-txt { width:345px; float:left; margin-top:45px; margin-left:35px;}
.hot-tit { width: 340px;
  height: 72px;
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #151515; border-bottom: dashed 1px #bbbbbb; padding-bottom:25px;}
  .hot-tit a { color: #151515;}
  .hot-text {width: 338px; padding-top:20px;
  height: 72px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #545454;}
  .hot-text a { color: #545454;}
  .hot-img {width: 440px;
  height: 280px;
  background-color: #383838; float:right; overflow:hidden;}
  .hot-img img { width:100%;}
  .cont-hot .swiper-button-prev { background:url(../image/wwwindex/rectangle-left.png); left:0;}
  .cont-hot .swiper-button-next { background:url(../image/wwwindex/rectangle-right.png); right:0;}
  .hot-list { width:100%; line-height:45px; overflow:hidden; border-bottom:solid 1px #ebebeb;}
  .hot-list a { float:left; margin-left:20px; margin-right:30px; line-height:45px; color:#545454; background:url(../image/wwwindex/list-d.jpg) left center no-repeat; text-indent:11px;overflow: hidden;width:230px;display: block;text-overflow: ellipsis;/* 瓒呭嚭鍐呭鏄剧ず涓虹渷鐣ュ彿*/white-space: nowrap;/*鏂囨湰涓嶈繘琛屾崲琛�*/ }
  .cont-welcome { width:300px; height:345px; border:1px solid #ebebeb; float:right; box-sizing:border-box;}
  .welcome-top { overflow:hidden; padding:11px; border-bottom:1px solid #f2f2f2;}
  .welcome-user { width:62px; height:62px; border-radius:50%; background:#d8d8d8; float:left; margin-top:6px; overflow:hidden;}
  .welcome-user img { width:100%;}
  .welcome-txt { float:left;margin:5px 0 0 0}
  .welcome-txt .welcome{margin:0 0 0 0}
  .welcome .welcome-in{margin:0 0 0 5px;}
  .welcome-txt h3 { font-size: 14px; margin-bottom:12px; text-indent:8px; font-weight: normal; color: #545454;}
  .welcome-txt .login-btn { background: url(../image/wwwindex/rectangle-7.png); width:87px; height:44px; float:left;}
  .welcome-txt .zc-btn { float:left; font-size: 14px; line-height:2.2; color: #f96203;}
  .btn-z a { display:block; width:50%; box-sizing:border-box; float:left; height: 36px;
  background-color: #f8fafc;
  border-bottom: solid 1px #f2f2f2; line-height:36px; color:#545454;position: relative}
  .btn-wb .ewm-t { background:#999; display:none; position:absolute; left:0; top:36px; width:100%; height:149px;}
  .btn-z .btn-wb { background-image:url(../image/wwwindex/group-3.png); background-position: 23px center; background-repeat: no-repeat; border-right:1px solid #f2f2f2; text-indent:45px;}
  .btn-z .btn-wb:hover .ewm-t{display: block}
  .btn-z .btn-wechat:hover .ewm-t{display: block}
  .btn-z .btn-wechat { background-image:url(../image/wwwindex/2_2.png); background-position:15px center; background-repeat:no-repeat; text-indent:39px;}
  .ewm-t img { width:100%;display: block}
  .btn-wechat .ewm-t { display:none; background:#999; position:absolute; left:0; top:36px; width:100%; height:149px;}
  .online { padding:10px;}
  .online-tit { background: url(../image/wwwindex/play.png) left center no-repeat;height: 36px; font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height:38px; text-indent:25px;
  color: #31af58;}
  .online-tit a { color:#f96203;}
  .border-bottom { border-bottom:1px dashed #e7e7e7 ;}
  .online-bar { overflow:hidden; padding-bottom:14px;}
  .online-user { float:left; border-radius:50%; margin-top:10px; overflow:hidden; background:#666666; width:47px; height:47px;}
  .online-user img { width:47px;height: 47px;display: block}
  .online-txt { float:left; margin-left:15px;}
  .online-txt h2 { line-height:36px; font-weight:normal; font-size:12px; color:#f96203;}
  .online-txt h2 span { color:#4b4b4b; padding-left:5px;}
  .online-txt p { font-weight:bold; font-size:14px; width:170px; color:#151515;
  overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    }
  .online-txt p a { color:#151515;}
  .online-ewm { float:right; background:#666; width:22px; height:22px; margin-top:14px;}
  .cont-2 { overflow:hidden; padding-top:20px;}
  .left-aside { float:left; width:265px;}
  .math-tit { line-height:56px; margin-bottom:7px; color:#f96203; font-size:16px; border-bottom:1px solid #dddddd; background:url(../image/wwwindex/ct.png) left center no-repeat; text-indent:17px;}
  .swiper-container2 { width:265px;     margin: 0 auto;
    position: relative;
    overflow: hidden !important;
    list-style: none;
    padding: 0;
    z-index: 1;}
  .swiper-container2 .swiper-pagination { bottom:13px;}
  .topnum-tit { overflow:hidden; border-bottom:1px solid #dddddd;}
  .topnum-tit span { cursor:pointer; float:left; padding:0 4px; font-size:16px; line-height:46px; border-bottom:3px solid #fff; margin-right:30px; color:#151515; transition:all 0.4s;}
  .topnum-tit span:hover { border-bottom:3px solid #f96203; color:#f96203;}
  .topnum-tit .on { border-bottom:3px solid #f96203; color:#f96203;}
  .topnum-list li { border-bottom:1px solid #dddddd; border-left:4px solid #fff; padding:12px 0 12px 4px;position: relative;}
  .topnum-list li .qrcode{position: absolute;width: 100px;height: 100px;background: #fff;left: 80px;display: none;top:50%;margin-top:-50px;}
  .topnum-list li .qrcode img{width: 100%;display: block;}
  .swiper-container2 { width:265px; height:160px; overflow: hidden;padding-bottom:35px;}
	.math-img .swiper-slide { background-position: center; background-size: cover; width: 265px; height: 160px;}
	.math-img .swiper-slide a { display:block; width:100%; height:160px;overflow: hidden}
	.math-img .swiper-pagination-bullet-active { background:#f96203;}
  .topnum-list li:hover { background:#f7f7f7; border-left:4px solid #f96203;}
  .topnum-icon {  width:62px; height:62px;  border-radius:50%; overflow:hidden;position: absolute;top:50%;margin-top: -31px;}
  .topnum-icon img{width: 100%;display: block;}
  .topnum-txt {  margin-left:75px;}
  .topnum-txt h2 {
  line-height: 28px;
  font-weight:normal;
  font-size: 16px;
  color: #151515;}
  .topnum-txt p {
  width: 160px;
  line-height: 24px;
  font-size: 14px;
  color: #5d5d5d;}
  .center-aside { width:570px; float:left; margin-left:25px;}
  .center-tit { overflow:hidden; border-bottom:2px solid #f96203; background:#f7f7f7; font-size:16px;}
  .center-tit .on { color:#fff; font-weight:bold; background:#f96203;}
  .center-tit span { float:left; display:block; padding:0 20px; line-height:54px; cursor:pointer; }
  .noborder { border:none!important;}
  .center-tit span:hover { color:#fff; font-weight:bold; background:#f96203;}
  .center-list li{ overflow:hidden; padding:15px 0; border-bottom:1px solid #ebebeb;}
  .center-list .center-img { float:left; width:160px; height:90px; background:#666; overflow:hidden;}
  .center-list .center-img img { width:100%;}
  .center-list .center-txt { width:385px; float:left; margin-left:15px;}
  .center-list .center-txt h2 { font-weight:normal; font-size:18px; line-height:26px;overflow: hidden;
text-overflow: ellipsis; white-space: nowrap;}
.center-list .center-txt h2 a { color:#151515;}
.center-list ul li:last-child { border-bottom:none;}
.center-list .center-txt p { line-height:24px; font-size:12px; color:#545454; margin-top:15px;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
.center-list .more-btn { text-align:center; line-height:42px; background:#e9f2ee; color:#f96203; display:block; width:100%; margin:0 auto; transition:all 0.4s;}
.center-list .more-btn:hover { background:#f96203; color:#fff;}
.center-list .banner-cell { width:100%; display:block;  margin-top:17px;}
.center-list .banner-cell img { width:100%;}
.cont2-left { float:left; width:860px;}



/*right-aside*/
.right-aside{float:right;width:300px;}
.right-aside_1{ border: solid 1px #f5f5f5;box-sizing: border-box;padding:18px 15px 15px 15px;overflow:hidden;}
.right-aside_1_tit {padding-bottom:12px;border-bottom: solid 1px #f5f5f5;}
.right-aside_1_tit span{border-left:6px solid #f96203;color: #f96203;font-size:16px;padding-left:11px;}
.right-aside_1_tit a{float:right;margin-right:18px;line-height:24px;}
.right-aside_1_tit a img{margin-right:6px;float:left;margin-top:4px;}
.right-aside_1_tit a i{font-style:normal;float:left;}
.right-aside_1 ul{overflow:hidden;}
.right-aside_1 ul li{width:130px;height:60px;border-radius: 10px;background-color: #fff;margin-top:14px;float:left;margin-right:8px;}
.right-aside_1 ul li a{display:block;margin:0 auto;padding:12px 17px;font-size:14px;color:#545454;text-align:center;    line-height: 18px;height:36px;vertical-align:middle;display: table-cell;width:96px;}
.right-aside_1 ul li:nth-child(2n){margin-right:0;}
.right-aside_1 ul li:hover{}
.right-aside_1 ul li:hover a{}
.right-aside_2{box-sizing: border-box; border: solid 1px #f5f5f5;width:300px;overflow:hidden;background:#f8fafc;padding:12px 0;border-top:0;}
.right-aside_2 a{display:block;float:left;width:25%;text-align:center;}
.right-aside_2 a em{display:block;width:100%;height:24px;}
.right-aside_2 a span{display:block;font-size:12px;color:#545454;margin-top:10px;}

.right-aside_3{padding:26px 15px 15px 15px;border:1px solid #f5f5f5;}
.right-aside_3 p{height:168px;width:300px;position:relative;overflow: hidden}
.right-aside_3 p img{width: 100%;display: block}
.right-aside_3 p span{position:absolute;bottom:0;left:0;line-height: 2.57;text-align:center;display:block;width:100%;color:#fff;font-size:14px;height:36px;overflow:hidden;opacity: 0.7;}
.right-aside_3 ul li{height:40px;line-height:40px;box-sizing: border-box;border-top:0;}
.right-aside_3 ul li:hover{background:#fcfcfc}
.right-aside_3 ul li a{color: #151515;float:left;margin-left:10px;font-size: 14px;width: 270px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;display: block}


.right-aside_4{padding:26px 15px 15px 15px;overflow:hidden;border: solid 1px #f5f5f5;box-sizing: border-box;border-top:0;}
.right-aside_4 ul li {}
.right-aside_4 ul li a{font-size:14px;line-height: 40px;display: block;;zoom: 1;overflow: hidden;}
.right-aside_4 ul li em{font-style:normal;display:block;width:12px;float:left;height:40px;font-size:20px;color:#5f5f5f;margin-right:13px;}
.right-aside_4 ul li .title{float: left;display: block;white-space:nowrap;
    overflow:hidden;text-overflow:ellipsis;width: 240px;}
.right-aside_4 ul li.on em{color:#31af58}

.right-aside_5{overflow:hidden;border: solid 1px #f5f5f5;box-sizing: border-box;border-top:0;background:#fafffb;}
.right-aside_5 .right-aside_1_tit{margin:26px 15px 20px 12px;}
.right-aside_5 a{display:block;float:left;width:25%;text-align:center;margin-bottom:20px;}
.right-aside_5 a em{display:block;width:100%;height:24px;}
.right-aside_5 a span{display:block;font-size:12px;color:#545454;margin-top:7px;}

.right-aside_6{overflow:hidden;border: solid 1px #f5f5f5;box-sizing: border-box;border-top:0;background:#fafffb;}
.right-aside_6 .hd{margin:22px 20px 10px 15px;border-bottom:1px solid #f5f5f5;overflow:hidden;height:37px;margin-bottom:-1px;}
.right-aside_6 .hd span{font-size:16px;color:#151515;margin-right:30px;padding-bottom:14px;cursor: pointer;}
.right-aside_6 .hd span.on{border-bottom:2px solid #f96203;color:#f96203;}
.right-aside_6 .hd span:last-child {margin-right:0;}
.right-aside_6 .hd span:hover{border-bottom:2px solid #f96203;color:#f96203;}
.right-aside_6 .bd {margin-top:8px;}
.right-aside_6 .bd .img-wrap a{display: block;}
.right-aside_6 .bd .img-wrap a img{width: 100%;display: block}
.right-aside_6 .bd p{width:262px;height: 85px;margin:0 auto;overflow: hidden}
.right-aside_6 .bd p img{width: 100%;display: block}
.right-aside_6 .bd a img{width: 100%;display: block}
.right-aside_6 .bd ul li{overflow:hidden;margin-top:13px;}
.right-aside_6 .bd ul li:before{content:"";width: 5px;  height: 5px;  background-color: #f1f1f1;float:left;margin:8px 9px 0 9px; }
.right-aside_6 .bd ul li a{font-size:14px;color:#545454;display: block;white-space:nowrap;
    overflow:hidden;text-overflow:ellipsis;width: 240px;}



.train-tit { font-size:26px; line-height:80px; margin-top:10px; background:url(../image/wwwindex/line.jpg) right center no-repeat; color:#484848;}
.train-box { border-top:2px solid #f96203; overflow:hidden;}
.train-list { float:left; width:120px;}
.train-list li { background:#f8fafc;  line-height:46px; text-align:center; font-size:14px; }
.train-list li:hover span{ background:#f96203; color:#fff;}
.train-list li span{border-bottom:1px solid #ebebeb; cursor: pointer;color:#363737; display:block; width:100%; height:100%; transition:all 0.4s;}
.train-list .on span{background:#f96203; color:#fff; border-bottom:1px solid #f96203;}
.train-bar { width:720px; float:right;}
.hotfocuse-tit { background:url(../image/wwwindex/ct-2.png) left center no-repeat; line-height:46px; text-indent:12px; font-size:16px; color:#161616;}
.hotfocuse-list ul { overflow:hidden;}
.hotfocuse-list li { float:left; margin-bottom:10px; width:128px; height:32px; box-sizing:border-box; line-height:32px; border-radius:32px; border:1px solid #e9e9e9; text-align:center; margin-right:20px;}
.hotfocuse-list li:nth-child(5n) { margin-right:0px;}
.hotfocuse-list li a { color:#393939; width:100%; height:100%; display:block; transition:all 0.4s;}
.hotfocuse-list li:hover a{ color:#f96203;}
.free-listen ul { overflow:hidden;}
.free-listen li { float:left; width:170px; ; margin-right:12px;}
.free-listen li a { display:block; width:100%; height:97px;overflow: hidden;display: block;}
.free-listen li a img{width: 100%;}
.free-listen li a img span{display: none;}
.free-listen li:nth-child(4n) { margin-right:0;}
.free-listen li .text{background: #fff;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 170px;margin:1px 0;}
.choice-list ul{
    overflow: hidden;
}
.choice-list li{
    text-align: left;
    float: left;
    font-size: 12px;
    overflow: hidden;
    width: 340px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.choice-list li:nth-child(2n){
    margin-left: 18px;
}
.article-tit { overflow:hidden; margin-top:35px; border-bottom:1px solid #dddddd;}
.article-tit span ,.article-tit a{ float:left; margin-right:32px; line-height:48px; transition:all 0.4s; cursor:pointer; color:#151515; border-bottom:2px solid #fff; font-size:16px;}
.article-tit span:hover,.article-tit a:hover { border-bottom:2px solid #f96203; color:#f96203}
.article-tit .on { border-bottom:2px solid #f96203; color:#f96203}
.article-box { overflow:hidden; padding-top:15px;}
.article-box .new-answer-item{ float: left; margin-left: 40px; width: 318px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.article-box .new-answer-item:nth-child(2n+1){
    margin-left: 0;
}
.article-pic { float:left; width:310px;}

.bpic-bar { margin-bottom:10px;}
.big-pic { width:310px; height:213px; overflow:hidden;  }
.big-pic img { width:100%;}
.bigpic-txt { font-size:14px; color:#6c6c6c; text-align:center; overflow: hidden; text-overflow:ellipsis;
white-space: nowrap; line-height:38px;}
.bigpic-txt a { color:#6c6c6c;}
.spic-bar { float:left; width:150px; margin-right:10px; overflow:hidden;}
.article-pic .spic-bar:last-child{margin-right: 0}
.small-pic { width:150px;height: 100px; overflow:hidden;}
.small-pic img { width:100%;}
.small-txt {font-size:14px; color:#6c6c6c; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
overflow: hidden;}
.article-txt { float:left; width:385px; margin-left:17px;}
.article-txt ul { margin-bottom:10px;}
.article-txt li h2 a { font-size:18px; font-weight:normal; line-height:36px; color:#151515;}
.article-txt li { font-size:14px; background:url(../image/wwwindex/list-d.jpg) left center no-repeat;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; text-indent:10px; line-height:32px;}
.article-txt li h2 {overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; font-weight:normal;}
.article-txt li a { color:#545454;}


.article-txt2 {float:left; width:310px; }
.article-txt2 ul { margin-bottom:10px;}
.article-txt2 li h2 a { font-size:18px; font-weight:normal; line-height:36px; color:#151515;}
.article-txt2 li { font-size:14px; background:url(../image/wwwindex/list-d.jpg) left center no-repeat;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; text-indent:10px; line-height:32px;}
.article-txt2 li h2 {overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; font-weight:normal;}
.article-txt2 li a { color:#545454;}

.cont_cai{width: 1200px; margin: 0 auto;margin-bottom: 64px; overflow: hidden;}
.cont_cai .li-wraps{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cont_cai ul li {
  width: 280px;
  height: auto;
  margin-bottom: 20px;
}
.cont_cai ul li:last-child{margin-right:0;}
.cont_cai ul li p{width:280px;margin:0 auto; overflow:hidden;}
.cont_cai ul li p img { width:100%;border-radius: 6px;}
.cont_cai ul:nth-child(1) li p img{height: 112px;}
.cont_cai ul li span{display:block;text-align:center;color:#313131;font-size: 14px;margin-top:6px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;width: 280px;}
.cont_cai .hd{text-align:center;margin-bottom:30px;}
.cont_cai .hd span,.cont_cai .hd a{width: 130px; font-size:14px; cursor: pointer; height: 32px;  border-radius: 18px;  border: solid 1px #e9e9e9; transition:all 0.4s; display: inline-block;text-align:center;line-height:32px;color: #353535; margin:0 10px;}
.cont_cai .hd span.on,.cont_cai .hd a.on{background-color: #f96203;color:#fff;  border: solid 1px #f96203;}
.cont_cai .hd span:hover,.cont_cai .hd a:hover{background-color: #f96203;color:#fff; border: solid 1px #f96203;}
.xue_top p{width:144px;height: 35px;font-size:26px;line-height:35px;margin:0 auto;text-align:center;background:#fff;color: #444444;}
.xue_top{background:url(https://s.gaodun.com/web/image/news/xian.jpg) repeat-x center center;margin-bottom:30px;}
.dn{display:none;}
