@charset "utf-8";
#back-to-top {
    display: none!important;
}

body,
html {
    min-width: auto;
    max-width: none;
}
.header-nav .header-tag-pc+.header-nav-list {
    max-width: calc(100% - 400px);
}
#content {
    background: transparent;
}

#content1 {
    padding-top: 0!important;
}

.nav_fixed {
    top: 1.226666667rem;
    position: fixed;
    z-index: 198;
}

.block_fixed {
    top: 3.84rem;
    position: fixed;
    z-index: 198;
}

.wrapper-top {
    height: auto;
}
.edu-index-nodata-wrap{
    padding: 200px 0px;
    background-color: #fff;
   
}
.edu-index-nodata-img{
    width: 52px;height: 50px;
    display: table;
    margin: auto;
    background: url(../images/homepage/edu-no-data.png);
}

.edu-index-nodata-wrap p{
    color:#A0A2A8;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}
.leader-poster {
    height: 350px;
}

.poster-content {
    max-width: 1280px;
    margin: 0 auto;
}

.poster-content-box {
    text-align: center;
    padding-top: 70px;
}

.wrapper-top-customized-ui .poster-content-box {
    text-align: left!important;
    padding-top: 124px!important;
}

.poster-caption {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}

.wrapper-top-customized-ui .poster-caption {
    font-size: 40px;
    color: #252b3a;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 8px;
}

.poster-text {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    margin: 0 auto;
}

.wrapper-top-customized-ui .poster-text {
    font-size: 14px;
    color: #252b3a;
    line-height: 28px;
    margin: 0 auto;
}

.titleBar .caption {
    font-size: 36px;
    color: #252b3a;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    margin-bottom: 16px;
}

.titleBar {
    text-align: center;
}

.descript {
    margin-bottom: 40px;
    font-size: 16px;
    color: #575D6C;
}

.content-block.overview {
    font-size: 0;
    height: 53.3vw;
}

.home-notice {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.home-notice .triangle {
    vertical-align: middle;
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    color: #ffffff;
    padding-right: 2px;
    padding-left: 2px;
    margin-left: 2px;
    background-color: #c7000b;
}

.notice-box {
    max-width: 1200px;
    margin: auto;
    visibility: visible;
    opacity: 1;
}

.slide-link {
    display: block;
    height: 100%;
}

.overview .dc-SlideShow {
    height: auto;
}

.notice-list,
.effect-slide {
    border-radius: 2px;
    height: 87px;
    margin: 0 auto;
    width: auto;
}

.notice-list .swiper-slide,
.effect-slide .swiper-slide {
    height: auto;
}

.notice-list .item a,
.effect-slide .item a {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: none;
    height: 87px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}

.notice-list .item:first-child a,
.effect-slide .item:first-child a {
    border-radius: 2px 0 0 2px;
}

.notice-list .item:last-child a,
.effect-slide .item:last-child a {
    border-radius: 0 2px 2px 0;
}

.notice-list .item:last-child,
.effect-slide .item:last-child {
    padding-right: 0;
}

.notice-list .item .caption,
.effect-slide .item .caption {
    font-size: 16px;
    color: #252b3a;
    line-height: 20px;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .notice-list .item .caption,
    .effect-slide .item .caption {
        padding-top: 20px;
        padding-left: 20px;
    }
}

.notice-list .item.last:after,
.effect-slide .item.last:after {
    display: none;
}

.notice-list .item .info,
.effect-slide .item .info {
    font-size: 14px;
    color: #252b3a;
    line-height: 22px;
    margin-top: 5px;
    padding-left: 20px;
    text-align: left;
    position: relative;
    z-index: 1000;
}

.effect-layer .effect-slide .slide-item.hidden {
    visibility: visible;
}

@media only screen and (min-width: 768px) {
    .notice-list .item:hover .caption {
        color: #c7000b;
    }
    .notice-list .item:hover a {
        background-color: #fff;
    }
    .notice-list,
    .effect-slide {
        display: block;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .notice-list .item,
    .effect-slide .item {
        max-width: 392px;
        padding-right: 2px;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .wrapper-top {
        margin-top: 0px;
    }
    .notice-box {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .notice-list .item .caption,
    .effect-slide .item .caption {
        font-size: 16px;
    }
    .notice-list .item .info,
    .effect-slide .item .info {
        font-size: 14px;
    }
    .poster-content {
        max-width: 1200px;
        margin: auto;
        color: #333;
        height: 100%;
    }
    .poster-content-box {
        margin: auto 20px;
        padding-top: 56px;
    }
    .poster-caption {
        font-size: 22px;
        margin-bottom: 21px;
        position: relative;
        line-height: 30px;
        top: 9px;
    }
    .poster-text {
        font-size: 14px;
        max-width: 100%;
        line-height: 22px;
    }
    .home-notice {
        padding: 0;
        bottom: 0px;  
    }
    .overview .dc-SlideShow.notice-box {
        height: 53.3vw!important;
    }
    .notice-list .item a,
    .effect-slide .item a {
        width: 100vw;
        height: 53.3vw;
        padding: 0;
        text-align: left;
        background-color: #fff;
        border-right: 0px;
        -o-background-size: 0;
        background-size: 0;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .notice-list,
    .effect-slide {
        margin: auto 0px;
    }
    .notice-list .item {
        position: relative;
        text-align: center;
    }
    .notice-list:nth-child(1) a {
        margin: auto;
        height: 53.3vw;
        top: 0px;
    }
    .notice-list :nth-child(2) a .caption:after {
        content: " ";
        background: transparent;
    }
    .notice-list :nth-child(3) a .caption:after {
        content: " ";
        background: transparent;
    }
    .notice-list :nth-child(4) a .caption:after {
        content: " ";
        background: transparent;
    }
    .notice-list:nth-child(2) a {
         height: 53.3vw;
        top: 0;
    }
    .notice-list :nth-child(3) a {
        margin: auto;
        height: 53.3vw;
        top: 0;
        left: 0;
       
    }
    .notice-list :nth-child(4) a {
        margin: auto;
        height: 53.3vw;
        top: 0;
        left: 0;
        
    }
    .swiper-pagination-bullet {
        width: auto;
        height: 20px;
        font-size: 0;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: width .8s;
        -o-transition: width .8s;
        -moz-transition: width .8s;
        transition: width .8s;
        border: 0;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 3px!important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0;
    }
    .swiper-pagination-bullet:before {
        content: '';
        display: inline-block;
        width: 20px;
        margin: 0px 4px;
        height: 3px;
       
        background: rgba(255, 251, 251, 0.8);
        -webkit-transition: width .8s, background-color .8s;
        -o-transition: width .8s, background-color .8s;
        -moz-transition: width .8s, background-color .8s;
        transition: width .8s, background-color .8s;
       
    }
    .swiper-pagination-bullet-active {
        top: 0;
    }
    .swiper-pagination-bullet-active:before {
        width: 20px;
        height: 3px;
        background: #c7000b;
    }
}

#footer {
    z-index: 3!important;
}

.footer-content-customize {
    width: auto;
}

.footer-nav-contact {
    margin-bottom: 11px;
    position: relative;
}

#edu-footer {
    cursor: default;
    position: absolute;
    right: -80px;
    bottom: 0;
    z-index: 1;
}

.foot-email {
    z-index: 2;
}

.edu-footer-icon {
    background: url(../images/edu-footer.png) no-repeat center;
    width: 110px;
    height: 27px;
    display: inline-block;
    margin: 16px 0 0 4px
}

.sidebar-box2 {
    opacity: 1;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
}

@media only screen and (max-width: 768px) {
    .sidebar-box2 {
        display: none;
    }
    #edu-footer {
        display: none;
    }
    #back-to-top.show {
        display: none!important;
    }

}

.sidebar-menu .item:after {
    background: #c7000b;
    bottom: 0px;
}

.scrolled .sidebar-box.fixed {
    z-index: 998;
    top: 0px!important;
    box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
}

@media (max-width:767px) {
    .scrolled .sidebar-box.fixed {
        height: 44px!important;
        z-index: 998;
        top: 48px!important;
        box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
    }
	.scrolled .sidebar-box.fixed.app {
        top: 0px!important;
    }
    .sidebar-box2:after,
    .scrolled .sidebar-box.fixed:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 44px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
        right: 0;
        top: 0;
    }
    .home-page .sidebar-box2.fixed {
        position: fixed;
        height: 45px!important;
        z-index: 998;
        top: 48px!important;
        box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.2);
    }
    .home-page .sidebar-box2.fixed .sidebar-menu .item a {
        color: #252b3a;
    }
}

.scrolled .sidebar-box.fixed .sidebar-content {
    left: 0;
    height: 50px;
    z-index: 998;
    width: 100%;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .scrolled .sidebar-box.fixed {
        width: 570px;
        margin-left: -285px;
    }
}

.fixed .sidebar-menu .item {
    line-height: 50px;
}

.sidebar-menu .item:hover a {
    color: #c7000b;
}

.ecology {
    position: relative;
}

.ecology .sidebar-menu .item {
    color: #252b3a;
    font-size: 14px;
}

.sidebar-menu .item {
    margin: 0 28px;
    padding: 0;
}

@media (max-width:767px) {
    .home-page .sidebar-menu .item {
        margin: 0px 20px;
        line-height: 44px!important;
    }
    .scrolled .fixed .sidebar-menu .item a:hover {
        color: #252b3a!important;
    }
    .sidebar-menu .item.selected {
        background: none;
        font-weight: normal!important;
    }
    .home-page .sidebar-menu .item:first-child {
        margin-left: 0;
    }
    .home-page .sidebar-box2 {
        display: block;
        box-shadow: none;
        height: 45px;
        border-bottom: 1px #DFE1E6 solid;
    }
    .sidebar-menu .item:after {
        height: 2px;
    }
    .home-page .sidebar-menu {
        position: relative;
        left: 15px;
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap;
        padding-right: 10px;
    }
}

.scrolled .fixed .sidebar-menu .item a:hover {
    color: #c7000b;
}

.sidebar-menu .item.selected {
    background: none;
    font-weight: 600;
}

.bg-register {
    background: url(../images/global/bg-register.jpg);
    -o-background-size: cover;
    background-size: cover;
}

.content-block.register-block {
    padding: 34px 10px 33px;
    height: 140px;
    line-height: 1.4;
    font-size: 0;
}

.innner-content {
    width: 860px;
    margin: 0 auto;
}

.register-block .text-block {
    display: inline-block;
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    width: calc(100% - 155px);
    vertical-align: middle;
}

.text-block .register-title {
    font-size: 28px;
    color: #34475f;
    text-align: left;
}

.text-block .register-detail {
    font-size: 20px;
    color: #34475f;
    text-align: left;
    margin-top: 5px;
    margin-left: 50px;
}

.register-block .red-btn {
    display: inline-block;
    background: #c7000b;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: 1px solid #c7000b;
    min-width: 155px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    vertical-align: middle;
}

.register-block .red-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(227, 24, 31, 0.30);
}


/*页头*/

#personal_logo+.header-nav {
    width: auto;
    float: right;
}

#personal_logo+.header-nav+.header-subsite-tools {
    display: none;
}

#personal_logo+.header-nav .header-nav-list>li[data-key="marketplace"] {
    display: none;
}

@media only screen and (max-width:768px) {
    .footer-service {
        display: block;
    }
    #header {
        display: none;
    }
    #footer {
        display: block;
    }
}

.edu-developer-link {
    position: relative;
    right: -20px;
    top: 15px;
    color: #252b3a;
	display:inline-block;
}

.edu-developer-link a:hover {
    color: #c7000b;
}