.banner .prev,
.banner .next,
.homeAnnual .prev,
.homeAnnual .next,
.videoMould .vm-bds li p,
.videoMould .prev,
.videoMould .next,
.activity li .activity-text i,
.tonori .platform .pf-list dl dt,
.culture .ct-slide .prev,
.culture .ct-slide .next,
.culture .ct-slide .ct-title i,
.culture .culture-right li .dt i,
.news .news-left .news-list li .n-label em,
.news-panel .news-label em,
.around dl dt {
    background: url(../images/cdeledu/spirit.png) no-repeat;
    _background: url(../images/cdeledu/spirit8.png) no-repeat;
}

* {
    margin: 0;
    padding: 0;
}
html{
    font-size: clamp(14px, 1.5vw, 18px);
}
/* h2{
    font-size: 30px;
    margin: 0;
    padding: 0;
}

h3{
    font-size: 20px;
    margin: 0;
    padding: 0;
}
h4{
    font-size: 16px;
    margin: 0;
    padding: 0;
} */

#dowebok .section {
    width: 100vw;
    height: 100vh;
}

.banner,
.banner .banner-bd {
    height: 390px;
    position: relative;
    z-index: 1;
}

.banner .banner-bd {
    overflow: hidden;
}

.banner .banner-bd li {
    height: 390px;
    z-index: 1;
    position: relative;
}

.banner .banner-hd {
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}

.banner .banner-hd li {
    width: 50px;
    height: 5px;
    line-height: 0;
    font-size: 0;
    margin: 0 5px;
    background: #b4b4b4;
    text-align: right;
    overflow: hidden;
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: top;
}

.banner .banner-hd li i {
    width: 0;
    height: 5px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: #08b8c3;
    display: inline-block;
    -moz-transition: width 3s ease;
    -webkit-transition: width 3s ease;
    transition: width 3s ease;
    vertical-align: top;
}

.banner .banner-hd li.on {
    text-align: left;
}

.banner .banner-hd li.on i {
    width: 100%;
}

.banner .prev,
.banner .next {
    width: 71px;
    height: 110px;
    position: absolute;
    left: 35px;
    top: 140px;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 5;
}

.banner .next {
    left: auto;
    right: 35px;
    background-position: -73px -111px;
}

.banner .prev:hover {
    background-position: -73px top;
    background: url(../images/cdeledu/spirit8.png) no-repeat -73px -411px;
}

.banner .next:hover {
    background-position: left -111px;
    background: url(../images/cdeledu/spirit8.png) no-repeat left -411px;
}

.bannerShow .prev,
.bannerShow .next {
    filter: alpha(opacity=100);
    opacity: 1;
}

.home_wrap {
    display: flex;
    width: 100%;
    height: 80%;
}

.home_wrap_bg {
    height: 100%;
    /* overflow: hidden; */
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home2_wrap_bg {
    height: 100%;
    background: #F3F3F3;
    overflow: hidden;
}

.fdpp{
    display: flex;
    justify-content: center;
    align-items: center;
}

.firstMould {
    padding: 10% 0;
    height: 100%;
}

.firstMould1 {
    width: 1200px;
}

.firstMould .cdel-profile {
    width: 660px;
}

.firstMould .home_wrap {
    width: 60%;
    overflow-y: clip;
    height: 78%;
}

@-webkit-keyframes anim-top {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes anim-top {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.firstMould .home_list {
    width: 46%;
    margin: 0 4% 30px 0;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    position: relative;
}

.firstMould .home_list:hover {
    box-shadow: 0px 0 9px 5px #56030357;
}

.home_list .new_time,
.home_list .new_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_list .new_time {
    width: 30%;
    padding: 5%;
    text-align: center;
    box-sizing: border-box;
}

.new_time .release_time_moon {
    font-size: 22px;

}

.new_time .release_time_year {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.home_list .new_content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 10px;
}

.new_content .new_content_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px
}

.new_content .new_content_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 105px;
    font-size: 14px;
}

.firstMould .home_list .release_time {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 16px;
}

.firstMould .home_img_wrap {
    width: 100%;
    height: 180px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.firstMould .home_list:hover img {
    -webkit-transform: translate(-0%, -0%) scale(1.07);
    transform: translate(-0%, -0%) scale(1.07);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.firstMould .home_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translate(-0%, -0%) scale(1);
    transform: translate(-0%, -0%) scale(1);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.firstMould .home_tips {
    font-size: 32px;
    height: 50px;
    padding: 10px 0 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 4%;
}

.more {
    font-size: 18px;
    position: relative;
    padding-left: 100px;
}

.more::before {
    width: 9px;
    height: 9px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #9f131c;
    border-radius: 50%;
}

.more::after {
    width: 88px;
    height: 1px;
    background: #d4d0cc;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.firstMould .home_list:hover .home_title_wrap {
    color: #9F131C;
}

.firstMould .home_list .home_title_wrap {
    padding: 10px;
    height: 120px;
    cursor: pointer;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.firstMould .home_list .home_title_wrap h2 {
    /* padding-bottom: 10px; */
    width: 100%;
    height: 100%;
    font-size: 18px;
}

.firstMould .home2_wrap {
    width: 40%;
    overflow-y: clip;
    height: 78%;
}

.home_wrap .new_list_ul {
    display: flex;
    width: 80%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
    overflow: hidden;
}

.current {
    color: #2E5DAB;
    border-bottom: 4px solid #2E5DAB;
    font-weight: bold;
}

.home_wrap .new_cate {
    display: flex;
    width: 20%;
    flex-wrap: wrap;
    flex-direction: column;
}

.new_cate_ul .new_cate_name {
    font-size: 26px;
}

.new_cate_ul .new_cate_ul {
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 18px;
}

.new_cate_ul li {
    padding: 4px;
    margin: 20px 0;
}

.home_wrap .home_list {
    width: 48%;
    border: none;
    margin: 1.3% 0;
    height: 30%;
    display: flex;
    background: #fff;
    text-decoration: none;
    cursor: pointer;
}

.firstMould .home2_wrap .home_title_wrap {
    padding: 15px;
    width: 100%;
    height: 100%;
}

.firstMould .home3_wrap {
    width: 100%;
    height: 40%;
}

.firstMould .home3_wrap .home3_ul {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    overflow: hidden;
    height: 300px;
}

.firstMould .home3_wrap .home3_ul .home3_list {
    width: 23%;
    height: 280px;
    margin: 1%;
    border: 1px solid #0497f2;
    box-sizing: border-box;
    position: relative;
    background-size: 100% 100%;
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.firstMould .home3_wrap .home3_ul .home3_list img {
    width: 100%;
    height: 100%;
}

.firstMould .home3_wrap .home3_ul .home3_list:hover {
    -webkit-transform: translate(-0%, -4%);
    transform: translate(-0%, -4%);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.firstMould .home3_wrap .home3_ul .home3_ul_title {
    width: 100%;
    color: #000;
    background: #ffffff69;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.firstMould .cp-title,
.firstMould .news-hd {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
}

.firstMould .cp-title span {
    display: inline-block;
    border-bottom: 1px solid #08b8c3;
    font-size: 32px;
    color: #08b8c3;
    font-weight: normal;
    margin-bottom: -1px;
    position: relative;
}

.firstMould .cp-bd {
    padding-top: 22px;
}

.firstMould .cp-bd .cp-img {
    margin-top: 7px;
    width: 350px;
    height: 250px;
    overflow: hidden;
}

.firstMould .cp-bd .cp-con {
    line-height: 28px;
    color: #3a3a3a;
    margin-left: 382px;
}

.firstMould .cp-bd .cp-con p {
    text-indent: 24px;
}

.firstMould .cp-bd .cp-con .more {
    line-height: 20px;
    text-align: right;
}

.firstMould .cp-bd .cp-con .more a {
    padding: 0 10px 0 15px;
    display: inline-block;
    background: #3a3a3a;
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: background .3s ease;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.firstMould .cp-bd .cp-con .more a:hover {
    background: #5e5e5e;
    text-decoration: none;
}

.firstMould .news {
    width: 500px;
    padding-bottom: 0;
}

.firstMould .news-hd li {
    font-size: 20px;
    color: #999;
    margin-bottom: -1px;
    _position: relative;
    float: left;
    cursor: pointer;
}

.firstMould .news-hd li.on {
    border-bottom: 1px solid #08b8c3;
    cursor: default;
    color: #08b8c3;
    font-weight: 600;
}

.firstMould .news-hd li.last {
    margin-right: 0;
}

.firstMould .news-bds {
    height: 252px;
    overflow: hidden;
    margin-top: 26px;
}

.firstMould .news-bd {
    display: none;
}

.firstMould .news-bd .new-abs {
    height: 114px;
}

.firstMould .news-bd .new-abs .abs-img {
    width: 153px;
    height: 102px;
    overflow: hidden;
    margin-top: 3px;
}

.firstMould .news-bd .new-abs .abs-con {
    margin-left: 169px;
}

.firstMould .news-bd .new-abs .abs-con h4 {
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    _width: 310px;
}

.firstMould .news-bd .new-abs .abs-con p {
    line-height: 24px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.firstMould .news-bd .new-list li {
    line-height: 45px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px dashed #ccc;
    text-align: right;
}

.firstMould .news-bd .new-list li p {
    width: 410px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    text-align: left;
}

.home-title {
    height: 46px;
    line-height: 46px;
    /* margin: 40px; */
}

.home-title2 {
    height: 46px;
    line-height: 46px;
    /* margin: 40px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.home-title h2 {
    color: #1e1e1e;
    font-size: 26px;
    position: relative;
    font-weight: normal;
}

.home-title h2 i {
    width: 70px;
    height: 1px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: #08b8c3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-title .a-more {
    color: #08b8c3;
    font-size: 14px;
}

.homeAnnual {
    background: url(../images/cdeledu/homeAnnual.jpg) no-repeat center bottom #eee;
}

.homeAnnual .wrap {
    height: 652px;
}

.homeAnnual .home-title {
    margin-bottom: 11px;
}

.homeAnnual-bds {
    height: 502px;
    background: url(../images/cdeledu/homeAnnual-line.gif) repeat-y center top;
    overflow: hidden;
}

.homeAnnual-bd {}

.homeAnnual .ha-con {
    height: 503px;
    position: relative;
}

.homeAnnual .ha-con dl {
    position: absolute;
    right: 588px;
    top: 26px;
    padding-right: 124px;
}

.homeAnnual .ha-con dl dt {
    width: 124px;
    height: 29px;
    line-height: 29px;
    background: url(../images/cdeledu/homeAnnual.png) no-repeat;
    _background: url(../images/cdeledu/homeAnnual8.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    text-indent: 48px;
    font-size: 18px;
    color: #fff;
}

.homeAnnual .ha-con dl dd {
    text-align: right;
    padding: 15px;
    line-height: 24px;
    display: inline-block;
    display: inline;
    zoom: 1;
    font-size: 14px;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .03);
}

.homeAnnual .ha-con dl.right {
    left: 588px;
    right: auto;
    padding: 0 0 0 124px;
}

.homeAnnual .ha-con dl.right dt {
    background-position: left -31px;
    left: 0;
    right: auto;
    text-indent: 38px;
}

.homeAnnual .ha-con dl.right dd {
    text-align: left;
}

.homeAnnual .ha-con dl.fix2001 {
    top: 69px;
}

.homeAnnual .ha-con dl.fix2003 {
    top: 129px;
}

.homeAnnual .ha-con dl.fix2004 {
    top: 198px;
}

.homeAnnual .ha-con dl.fix2005 {
    top: 260px;
}

.homeAnnual .ha-con dl.fix2008 {
    top: 328px;
}

.homeAnnual .ha-con dl.fix2009 {
    top: 410px;
}

.homeAnnual .ha-con dl.fix2012 {
    top: 90px;
}

.homeAnnual .ha-con dl.fix2015 {
    top: 180px;
}

.homeAnnual .ha-con dl.fix2016 {
    top: 280px;
}

.homeAnnual .ha-con dl.fix2017 {
    top: 350px;
}

.homeAnnual .ha-con dl.fix2018 {
    top: 430px;
}

.homeAnnual .prev,
.homeAnnual .next {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 608px;
    bottom: 0;
    background-position: left -222px;
    background-color: #08b8c3;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.homeAnnual .prev {
    top: 0;
}

.homeAnnual .next {
    background-position: left -249px;
}

.homeAnnual .nextStop,
.homeAnnual .prevStop {
    display: none;
}

.homeAnnual .prev:hover,
.homeAnnual .next:hover {
    background-color: #0cc;
}

.videoMould {
    margin-bottom: 54px;
}

.videoMould .vm-bds {
    height: 244px;
    overflow: hidden;
    position: relative;
    _width: 1200px;
}

.videoMould .vm-bds li {
    width: 380px;
    height: 244px;
    float: left;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
    overflow: hidden;
}

.videoMould .vm-bds li i {
    width: 100%;
    height: 29px;
    position: absolute;
    left: 0;
    bottom: 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background: #000;
    z-index: 1;
}

.videoMould .vm-bds li p {
    width: 100%;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-position: 351px -276px;
    -moz-transition: background-position .3s ease;
    -webkit-transition: background-position .3s ease;
    transition: background-position .3s ease;
}

.videoMould .vm-bds li:hover p {
    background-position: 351px -305px;
}

.videoMould .prev,
.videoMould .next {
    width: 50px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 95px;
    background-position: -29px -221px;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.videoMould .next {
    background-position: -81px -276px;
    left: auto;
    right: 0;
}

.videoMould .prev:hover {
    background-position: -79px -221px;
    background-position: -54px -522px;
}

.videoMould .next:hover {
    background-position: -31px -276px;
    background-position: left -522px;
}

.vmShow .prev,
.vmShow .next {
    filter: alpha(opacity=100);
    opacity: 1;
}

.activity {
    background: url(../images/cdeledu/activityBg.jpg) no-repeat center top;
}

.activity .wrap {
    height: 646px;
}

.activity li {
    width: 600px;
    height: 240px;
    float: left;
    background: #fff;
}

.activity li span {
    width: 400px;
    height: 240px;
    overflow: hidden;
}

.activity li .activity-text {
    margin-left: 400px;
    padding: 28px 20px 0 26px;
    position: relative;
}

.activity li .activity-text h6 {
    line-height: 46px;
    color: #08b8c3;
    font-size: 16px;
    font-weight: normal;
}

.activity li .activity-text p {
    line-height: 24px;
    color: #666;
}

.activity li .activity-text i {
    width: 8px;
    height: 16px;
    position: absolute;
    left: -8px;
    _left: -34px;
    top: 44px;
    background-position: left -351px;
}

.activity li.right .activity-text {
    width: 154px;
    margin: 0;
}

.activity li.right .activity-text i {
    right: -8px;
    left: auto;
    background-position: left -335px;
}

.activity li.right .activity-text h6 {
    text-align: right;
    padding-right: 10px;
}

.brand {
    overflow: hidden;
    padding-bottom: 20px;
}

.brand ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: white;
}

.brand li {
    flex: 25%;
    height: 58px;
    text-align: center;
    box-sizing: border-box;
    margin: 25px 0;
}

.brand li a {
    display: block;
    -moz-transition: border-color .3s ease;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.brand li a:hover {
    border-color: #08b8c3;
}

.about-banner,
.about-banner-new,
.video-banner,
.contact-banner,
.cdel-banner-new,
.business-banner {
    height: 300px;
    line-height: 3000px;
    overflow: hidden;
    background: url(../images/cdeledu/about-banner.jpg) no-repeat center top;
}

.about-banner-new {
    background: url(../images/cdeledu/about-banner-new.jpg) no-repeat center top;
}

.video-banner {
    background: url(../images/cdeledu/video-banner.jpg) no-repeat center top;
}

.contact-banner {
    background: url(../images/cdeledu/contact-banner.jpg) no-repeat center top;
}

.cdel-banner-new {
    background: url(../images/cdeledu/cdel-banner-new.jpg) no-repeat center top;
}

.business-banner {
    background: url(../images/cdeledu/business-banner.jpg) no-repeat center top;
}

.about-nav {
    padding-top: 16px;
    border-bottom: 1px solid #dedede;
}

.about-nav ul {
    height: 62px;
    display: flex;
    justify-content: space-around;
}

.about-nav ul li {
    /* float: left; */
    font-size: 16px;
}

.about-nav ul li a {
    line-height: 61px;
    display: inline-block;
    color: #666;
}

.about-nav ul li a:hover {
    color: #08b8c3;
    text-decoration: none;
}

.about-nav ul li.on a {
    border-bottom: 2px solid #08b8c3;
    color: #08b8c3;
    margin-bottom: -1px;
    position: relative;
}

.cdel-introduce {
    padding: 48px 0 70px;
}

.cdel-introduce .ci-con {
    width: 905px;
}

.cdel-introduce .ci-con .ci-img {
    margin: 15px auto;
    display: block;
}

.cdel-introduce .ci-con p {
    padding-top: 30px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 28px;
}

.cdel-introduce .ci-prove {
    width: 256px;
}

.side-title {
    height: 46px;
    line-height: 46px;
}

.side-title h4 {
    line-height: 45px;
    padding-right: 62px;
    border-bottom: 1px solid #08b8c3;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    display: inline;
    zoom: 1;
}

.prove-ul {
    _width: 256px;
    overflow: hidden;
    padding-top: 34px;
}

.prove-ul ul {
    margin-right: -22px;
}

.prove-ul ul li {
    width: 117px;
    height: 240px;
    float: left;
    margin-right: 22px;
    line-height: 18px;
    color: #666;
    text-align: center;
    display: inline;
}

.prove-ul ul li img {
    border: 1px solid #89898b;
    display: block;
    margin-bottom: 14px;
}

.prove-ul ul li.li2 {
    width: 256px;
    overflow: hidden;
}

.prove-ul ul li.li2 .img2 {
    height: 178px;
    margin-right: -22px;
}

.prove-ul ul li.li2 .img2 img {
    margin-right: 22px;
    float: left;
}

.prove-ul ul li.li3 {
    width: 256px;
    height: 156px;
}

.prove-ul ul li.li3 img {
    margin: 0 auto 14px;
}

.team {
    padding-bottom: 80px;
}

.team .team-list {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}

.team .team-con {
    margin-left: 266px;
    min-height: 320px;
    height: auto !important;
    _height: 320px;
    font-size: 14px;
}

.team .team-con h6 {
    line-height: 28px;
    font-size: 22px;
    font-weight: normal;
}

.team .team-con .rank {
    height: 62px;
    line-height: 48px;
    color: #666;
    position: relative;
    margin-bottom: 28px;
}

.team .team-con .rank i {
    width: 50px;
    height: 1px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: #08b8c3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.team .team-con .tc-text {
    line-height: 28px;
    text-indent: 28px;
}

.tonori {
    background: url(../images/cdeledu/tonoriBg.png) no-repeat left 60px;
    padding: 60px 0;
}

.tonori .platform {
    height: 218px;
    position: relative;
}

.tonori .platform h2 {
    position: absolute;
    left: 0;
    top: 84px;
    line-height: 60px;
    font-size: 24px;
}

.tonori .platform h2 i {
    width: 38px;
    height: 2px;
    line-height: 0;
    font-size: 0;
    background: #08b8c3;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tonori .platform .pf-list {
    width: 950px;
    height: 89px;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 1px solid #e0e0e0;
}

.tonori .platform .pf-list dl {
    width: 80px;
    position: absolute;
    left: 0;
    top: 83px;
}

.tonori .platform .pf-list dl dt {
    width: 13px;
    height: 13px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
    margin: 0 auto 39px;
    background-position: -29px -336px;
}

.tonori .platform .pf-list dl dd i {
    width: 1px;
    height: 39px;
    background: #efefef;
    overflow: hidden;
    font-size: 0;
    position: absolute;
    left: 39px;
    top: -39px;
}

.tonori .platform .pf-list dl dd {
    height: 39px;
    padding-top: 4px;
    position: relative;
    background: #f4f4f4;
    text-align: center;
    color: #666;
    line-height: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tonori .platform .pf-list dl.bottom {
    top: 0;
}

.tonori .platform .pf-list dl.bottom dt {
    margin: 39px auto 0;
}

.tonori .platform .pf-list dl.bottom dd i {
    top: auto;
    bottom: -39px;
}

.tonori .platform .pf-list dl.fix1 {
    left: 67px;
}

.tonori .platform .pf-list dl.fix2 {
    left: 132px;
}

.tonori .platform .pf-list dl.fix3 {
    left: 200px;
}

.tonori .platform .pf-list dl.fix4 {
    left: 266px;
}

.tonori .platform .pf-list dl.fix5 {
    width: 100px;
    left: 310px;
}

.tonori .platform .pf-list dl.fix6 {
    left: 400px;
}

.tonori .platform .pf-list dl.fix7 {
    left: 463px;
}

.tonori .platform .pf-list dl.fix8 {
    left: 532px;
}

.tonori .platform .pf-list dl.fix9 {
    left: 592px;
}

.tonori .platform .pf-list dl.fix10 {
    left: 661px;
}

.tonori .platform .pf-list dl.fix11 {
    left: 723px;
}

.tonori .platform .pf-list dl.fix12 {
    left: 792px;
}

.tonori .platform .pf-list dl.fix13 {
    left: 855px;
}

.tonori .tonori-abs {
    margin-left: 116px;
    background: #f4f4f4;
    font-size: 14px;
}

.tonori .tonori-abs .abs-con {
    height: 234px;
    margin: 0 34px 0 287px;
    padding-top: 16px;
}

.tonori .tonori-abs .abs-con p {
    line-height: 28px;
    padding: 14px 0;
    text-indent: 28px;
}

.tonori .tonori-list {
    _width: 1200px;
    padding-top: 58px;
    overflow: hidden;
}

.tonori .tonori-list ul {
    margin-right: -30px;
}

.tonori .tonori-list ul li {
    width: 378px;
    height: 512px;
    float: left;
    border: 1px solid #eaeaea;
    margin: 0 30px 30px 0;
}

.tonori .tonori-list ul li .tl-img {
    height: 216px;
    margin-bottom: 16px;
}

.tonori .tonori-list ul li h6 {
    line-height: 48px;
    font-size: 16px;
    padding-left: 36px;
}

.tonori .tonori-list ul li p {
    line-height: 24px;
    padding: 0 34px 0 36px;
    color: #666;
}

.culture {
    padding: 62px 0;
}

.culture .culture-left {
    width: 850px;
}

.culture .ct-slide {
    height: 470px;
    position: relative;
}

.culture .ct-slide .ct-Bd {
    height: 470px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.culture .ct-slide .ct-Bd li {
    height: 470px;
}

.culture .ct-slide .ct-Bd li .ct-img {
    height: 320px;
    margin-bottom: 14px;
}

.culture .ct-slide .ct-Bd li h6 {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.culture .ct-slide .ct-Bd li p {
    line-height: 24px;
    color: #999;
}

.culture .ct-slide .prev,
.culture .ct-slide .next {
    width: 50px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 133px;
    background-position: -29px -221px;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}

.culture .ct-slide .next {
    background-position: -81px -276px;
    left: auto;
    right: 0;
}

.culture .ct-slide .prev:hover {
    background-position: -79px -221px;
    background-position: -54px -522px;
}

.culture .ct-slide .next:hover {
    background-position: -31px -276px;
    background-position: left -522px;
}

.culture .ctShow .prev,
.culture .ctShow .next {
    filter: alpha(opacity=100);
    opacity: 1;
}

.culture .ct-slide .ct-title {
    width: 32px;
    padding: 5px 0;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background: #08b8c3;
    position: absolute;
    left: -32px;
    top: 0;
    z-index: 2;
}

.culture .ct-slide .ct-title i {
    width: 5px;
    height: 11px;
    background-position: left -393px;
    position: absolute;
    right: -5px;
    top: 8px;
}

.culture-list li {
    line-height: 45px;
    border-bottom: 1px dashed #ccc;
    text-align: right;
    color: #999;
}

.culture-list li p {
    width: 740px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    float: left;
}

.culture-btn {
    width: 116px;
    line-height: 32px;
    border: 1px solid #eaeaea;
    display: block;
    margin: 40px auto 0;
    color: #999;
    font-size: 14px;
}

.culture .culture-right {
    width: 283px;
    border-left: 1px solid #eaeaea;
}

.culture .culture-right li {
    padding: 0 0 30px 28px;
}

.culture .culture-right li .dt {
    line-height: 36px;
    font-size: 20px;
    color: #08b8c3;
    position: relative;
    font-weight: normal;
}

.culture .culture-right li .dt i {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -36px;
    _left: -50px;
    top: 7px;
    background-position: -29px -351px;
}

.culture .culture-right li p {
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.bread {
    height: 90px;
    line-height: 90px;
    color: #999;
}

.bread a {
    color: #999;
}

/* 博方新闻 */
.news {
    padding-bottom: 30px;
}

.news .news-left {
    width: 850px;
}

.news .news-left .news-list li {
    min-height: 150px;
    height: auto !important;
    _height: 150px;
    padding: 30px 0;
    border-top: 1px solid #eee;
}

.news .news-left .news-list li .n-img {
    width: 225px;
    height: 150px;
    overflow: hidden;
}

.news .news-left .news-list li .n-con {
    margin-left: 255px;
}

.news .news-left .news-list li .n-con h6 {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.news .news-left .news-list li .n-label {
    line-height: 24px;
    color: #999;
    margin-bottom: 15px;
}

.news .news-left .news-list li .n-label span,
.news .news-left .news-list li em {
    margin-right: 44px;
}

.news .news-left .news-list li .n-label em {
    display: inline-block;
    padding-left: 20px;
    background-position: -150px -2px;
}

.news .news-left .news-list li .n-label em.measure {
    background-position: -150px -32px;
}

.news .news-left .news-list li .n-text {
    line-height: 24px;
    color: #999;
}

.news .news-right {
    width: 290px;
}

.about_warp{
    padding: 4% 4.5% 0 4.5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.about_warp .new_about_top{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_top_left{
    width: 45%;
}
.about_top_left .about_title{
    font-size: 1.8rem;
    color: #0762CB;
    font-weight: 350;
}
.about_top_left .about_name{
    display: flex;
    margin-top: 10px;
    position: relative;
    align-items: flex-end;
}
.about_top_left .about_name .about_name_text{
    font-size: 1.8rem;
    color: #000000;
    font-weight: 700;
}
.about_top_left .about_name_dot{
    width: 1.6vh;
    height: 1.6vh;
    background-color: #0762CB;
    margin-left: 5vh;
    margin-bottom: 0.8vh;
}
.about_desc{
    font-weight: 350;
    font-size: 1.2rem;
    color: #333333;
    margin-top: 20px;
    height: 32vh;
    text-indent: 2em;
    text-align: justify;
}
.about_button{
    margin-top: 15px;
    width: 14vh;
    border-radius: 30px;
    background: #0762CB;
    font-size: 0.8rem;
    font-weight: 350;
    color: #FFFFFF;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.about_top_right{
    width: 40%;
}
.new_about_banner{
    width: 100%;
    margin: 0 auto;
    flex: 1;
}

.about-swiper-container {
  width: 100%;
  /* height: 220px; */
  border-radius: 8px;
  overflow: hidden;
}
.about-slide{
    height: 53vh
}
.about_img{
    height: 100%;
}
.about-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
/* .about_top_right .about_title{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    font-size: 1.7vh;
    font-weight: 300;
    color: #222222;
} */
.swiper-about-prev,
.swiper-about-next {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: 0.8vh;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.about_line{
    width: 2px;
    height: 20px;
    background-color: #00000080;
    position: absolute;
    bottom: 0.8vh;
    transform: translate(-50%,-50%);
    z-index: 10;
    right: 34px;
}
.swiper-about-prev {
  border-right: 12px solid rgba(0, 0, 0, 0.5); /* 左箭头 */
  right: 60px; /* 你可以根据轮播图位置调整 */
}

.swiper-about-next {
  border-left: 12px solid rgba(0, 0, 0, 0.5); /* 右箭头 */
  right: 0px;
}
/* 产业布局 */
.study_bg{
    display: flex;
    flex-direction: column;
    color: #Fff;
    background: #F6F6F6;
}
.study_bg .study_cate_ul{
    padding: 0.5% 0 1.5% 0;
    color: #0762CB;
    position: relative;
    z-index: 1;
    @media screen and (max-width: 1200px) {
        padding: 5% 0;
    }
}
.study_bg .study_cate_icon{
    height: 7vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8vh;
    z-index: -1;
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.study_bg .study_cate_icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.study_bg .study_cate_title{
    color: #fff;
}

.study_bg .study_cate_name{
    font-size: 1.8rem;
    font-weight: 900;
    color: #0762CB;
    text-align: center;
    @media screen and (max-width: 1200px) {
        text-align: left;
        padding: 0 2%;
        color: #000;
    }
}
.administrator_img{
    width: 100%;
    height: 100%;
}

.study_bg .product_ul{
    width: 140px;
    position: absolute;
    top: 40%;
    z-index: 99;
    height: 40%;
    left: 20%;

}

.study_warp {
    width: 100%;
    margin: calc(1vw) auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    @media screen and (max-width: 1200px) {
       width: 93%;
    }
}
.study_warp .study_li{
    width: 24%;
    padding: 1vh 2.4vh;
    border-radius: 50px;
    border: 2px solid #B0B8C0;
    font-size: 1rem;
    color: #9E9E9E;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(176,184,192,0);
    margin: calc(1vw) 16px 0 16px;
    @media screen and (max-width: 1200px) {
       flex: 1;
       margin:0 5px;
       border: 1px solid #0762CB;
       padding: 0;
       border-radius: unset;
       color: #000;
       transform: skewX(45deg);
       font-size: 1rem;
    }
}
.study_warp .study_li span{
    font-weight: bold;
    @media screen and (max-width: 1200px) {
        transform: skewX(-45deg);
        font-weight: unset;
    }
}
.study_warp .study_li.active span{
    color: #FFFFFF;
    @media screen and (max-width: 1200px) {
        color: #FFFFFF; /* 选中时的字体颜色 */
    }
}
.study_warp .study_li.active {
    background: #0762CB; /* 选中时的背景颜色 */
    color: #FFFFFF; /* 选中时的字体颜色 */
    border: 2px solid #0762CB;
    @media screen and (max-width: 1200px) {
        border: 1px solid #0762CB;
    }
}
.study_triangle{
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 5vh solid transparent;
    border-right: 5vh solid transparent;
    border-bottom: 3vh solid #0762CB;
    @media screen and (max-width: 1200px) {
        display: none;    
    }
}
.study_banner{
    width: 100%;
    padding: 8vh 13vh;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    @media screen and (max-width: 1200px) {
        padding: 2vh;
        justify-content: center;
        background: unset !important;
    }
}
.study_banner .study_container{
    width: 35vw;
    height: 100%;
    display: none; /* 默认隐藏 */
    background: #FFFFFF;
    border-radius: 20px;
    padding: 3%;
    box-sizing: border-box;
    @media screen and (max-width: 1200px) {
        width: 100%;
        padding: 6%;
        border-radius: 10px;
    }
}
.study_container:first-of-type {
    display: block; /* 默认显示第一个 */
}
.study_title{
    font-weight: 700;
    font-size: 1.6rem;
    @media screen and (max-width: 1200px) {
        font-size: 1.8rem;
    }
}
.study_content{
    width: 100%;
    margin: 15px 0;
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 5; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
    /* font-size: 2vh; */
    @media screen and (max-width: 1200px) {
        margin: 25px 0;
    }
}
.study_content p,.study_content span{
    color: #333333;
    font-weight: 300;
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    text-indent: 2em;
    text-align: justify;
}
.study_button {
    width: 8.5vh;
    padding: 5px 30px;
    background: #0762CB;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    @media screen and (max-width: 1200px) {
        margin:20px auto;
    }
}
.cate_warp{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.new_cate_ul{
    width: 100%;
    padding: 2.5% 0 1.5% 0;
    color: #0762CB;
    position: relative;
    z-index: 1;
    @media screen and (max-width: 1200px) {
        padding: 5% 0 1.5% 0;
    }
}
.new_cate_ul .new_cate_name{
    font-size: 1.8rem;
    font-weight: 900;
    color: #0762CB;
    text-align: center;
    @media screen and (max-width: 1200px) {
        text-align: left;
        padding: 0 2%;
    }
}
.new_cate_ul .new_cate_icon{
    height: 7vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8vh;
    z-index: -1;
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.new_cate_ul .new_cate_icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.new_cate_banner{
    width: 100%;
    padding: 1% 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    @media screen and (max-width: 1200px) {
        justify-content: space-between;
        padding: 3% 4%;
    }
}
.new_cate_banner .new_cate_container{
    width: 47%;
    margin: 15px;
    padding: 4.7vh 6.5vh;
    box-sizing: border-box;
    position: relative;
    border-radius: 25px;
    @media screen and (max-width: 1200px) {
        margin: 15px 0 0 0;
        padding: 2vh 3vh;
        border-radius: 18px;
        width: 48%;
    }
}
.new_cate_banner .new_cate_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/cate_cover.png');
    background-repeat: no-repeat;
    background-size: cover; /* 可以根据需求调整 */
    opacity: 0.8; /* 控制蒙版透明度 */
    pointer-events: none; /* 防止影响子元素交互 */
    z-index: 1;
    border-radius: 30px;
    @media screen and (max-width: 1200px) {
        border-radius: 18px;
    }
}
.new_cate_banner .new_cate_title{
    font-size: 1.2rem;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_cate_banner .new_cate_text{
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: 700
}
.new_cate_banner .new_cate_icon{
    width: 3.5vh;
    height: 3.5vh;
}
.new_cate_banner .new_cate_icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.new_cate_banner .new_cate_desc{
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: 300;
    position: relative;
    z-index: 2;
    margin: 2.2vh 0;
    opacity: 0.7;
    @media screen and (max-width: 1200px) {
        font-size: 1rem;
    }
}
.new_cate_banner .new_cate_content{
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    height: 11vh;
    line-height: 30px;
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 5; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
    opacity: 0.7;
}
.new_cate_banner .new_cate_content p,.new_cate_banner .new_cate_content span{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 0.8rem;
}
.new_cate_banner .new_cate_button{
    width: 14vh;
    height: 3.8vh;
    border-radius: 35px;
    font-size: 0.8rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 1.2vh;
    @media screen and (max-width: 1200px) {
        color: #0762CB;
        background-color: #fff;
    }
}
.new_cate_banner .new_cate_button:hover{
    color: #0762CB;
    background-color: #fff;
}
.train_warp{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.new_train_ul{
    width: 100%;
    padding: 2.5% 0 1.5% 0;
    color: #0762CB;
    position: relative;
    z-index: 1;
    @media screen and (max-width: 1200px) {
        padding: 5% 0 1.5% 0;
    }
}
.new_train_ul .new_train_name{
    font-size: 1.8rem;
    font-weight: 900;
    color: #0762CB;
    text-align: center;
    @media screen and (max-width: 1200px) {
        text-align: left;
        padding: 0 2%;
        color: #000;
    }
}
.new_train_ul .new_train_icon{
    height: 7vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8vh;
    z-index: -1;
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.new_train_ul .new_train_icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.new_train_banner{
    padding: 0.5% 2%;
    box-sizing: border-box;
    width: 100%;
}
.new_train_warp{
    width: 100%;
    height: 13vh;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-indent: 2em;
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.new_train_warp{
    font-size: 1.1rem;
    color: #2D3645;
    font-family: Source Han Sans, Source Han Sans;
    text-indent: 2em;
    text-align: justify;
}
.new_train_line{
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 4vh !important;
    transform: translateX(-50%);
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.new_train_line .train_line_li{
    width: 6.5vh;
    height: 0.6vh;
    background: #E8E8E8;
    margin: 0 10px;
    cursor: pointer;
}
.swiper-container-train {
  width: 100%;
  padding: 10px 0;
}
.new_train_container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow-x: auto; */
    padding: 10px 0;
    @media screen and (max-width: 1200px) {
        flex-wrap: nowrap;
    }
}
.swiper-container5.new_train_container {
  width: 100%;
  padding: 14vh 0 1vh 0;
  overflow: hidden; /* 避免内部溢出 */
  position: relative;
  @media screen and (max-width: 1200px) {
      padding: 2vh 0 10vh 0;
    
  }
}
.train_pagination {
    bottom: unset !important;
    top: 4vh !important;
    display: none;
    @media screen and (max-width: 1200px) {
        display: block;
        top: unset !important;
        bottom: 4vh !important;
    }
}
.train_pagination .swiper-pagination-bullet{
    @media screen and (max-width: 1200px) {
        background: #D8D8D8;
        width: 1.5vh !important;
        height: 1.5vh !important;
        border-radius: 50% !important;
    } 
}
.train_pagination .swiper-pagination-bullet-active{
    background: #0762cb;
}
.new_train_container .train_container_li{
    /* width: 15% !important; */
    padding: 3vh 2.5vh;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 4px rgba(186,192,199,0.2);
    border-radius: 15px;
    /* margin: 0 10px; */
    cursor: pointer;
    box-sizing: border-box;
    @media screen and (max-width: 1200px) {
        /* width: unset !important; */
        padding: 3vh 2vh;
        margin: 0;
    }
}
.new_train_container .train_container_li:hover{
    background: #0762cb;
}

.new_train_container .train_container_li:hover .train_container_title,
.new_train_container .train_container_li:hover .train_container_desc{
    color: #ffffff;
}

.new_train_container .train_container_li .train_container_img{
    width: 8vh;
    height: 8vh;
    margin: 0 auto;
}
.new_train_container .train_container_li .train_container_img img{
    width: 100%;
    height: 100%;
    display: block;
}
.new_train_container .train_container_li .train_container_title{
    font-size: 1rem;
    color: #2D3645;
    font-weight: 900;
    margin: 2vh 0;
    text-align: center;
}
.new_train_container .train_container_li .train_container_under{
    width: 3.4vh;
    height: 3.4vh;
    margin: 0 auto;
}
.new_train_container .train_container_li .train_container_under img{
    width: 100%;
    height: 100%;
    display: block;
}
.new_train_container .train_container_li .train_container_desc{
    height: 24.5vh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #2D3645;
    margin: 10px 0;
    text-indent: 2em;
    text-align: justify;
}
.train_container_li .train_container_button{
    width: 14vh;
    height: 3.6vh;
    border-radius: 35px;
    font-size: 0.8rem;
    color: #BAC0C7;
    position: relative;
    z-index: 2;
    border: 2px solid #BAC0C7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
}
.train_container_li:hover .train_container_button{
    color: #ffffff;
    background-color: #0762CB;
    border: 2px solid #ffffff;
}
.train_line_li.active {
    background-color: #0762CB;
}
  
.train_container_button.active {
    color: #ffffff;
    background-color: #0762CB;
    border: 2px solid #ffffff;
}
.educate_warp{
    height: 100vh;
    background: #F4F4F4;
}
.educate_warp .educate_top{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.5% 0 5% 0;
    @media screen and (max-width: 1200px) {
        background: unset !important;
        padding: 5% 0;
    }
}
.educate_top_ul{
    width: 100%;
    padding-bottom: 4.8vh;
    position: relative;
    z-index: 1;
    @media screen and (max-width: 1200px) {
        padding-bottom: 2vh;
    }
}
.educate_top_ul .educate_top_icon{
    height: 7vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vh;
    z-index: -1;
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.educate_top_ul .educate_top_icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.educate_warp .educate_top_title{
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    @media screen and (max-width: 1200px) {
        color: #000;
        text-align: left;
        padding: 0 2%;
    }
}
.educate_warp .educate_top_desc{
    width: 60%;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    height: 10vh;
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.educate_warp .educate_top_button{
    width: 16vh;
    padding: 8px 0;
    background-color: #0762CB;
    font-weight: 350;
    font-size: 0.8rem;
    color: #ffffff;
    margin: 20px auto 0 auto;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}
.educate_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 2%;
    box-sizing: border-box;
    position: relative;
    @media screen and (max-width: 1200px) {
        /* position: unset; */
        padding: 0 4% 12% 4%;
    }
}
.educate_bottom .educate_ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    @media screen and (max-width: 1200px) {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        height: 55vh;
    }
}
.educate_ul .educate_li{
    /* width: 15%; */
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 4px rgba(186,192,199,0.2);
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
}
.educate_ul.swiper-container4 {
    overflow: hidden;
    width: 88%;
    /* margin: 0 auto; */
}

.educate_ul .swiper-wrapper {
    display: flex;
}

.educate_ul .swiper-slide {
    flex-shrink: 0;
}

.educate_ul .swiper-slide:hover {
   background: #0762CB;
   color: #fff;
   pointer-events: auto;
   @media screen and (max-width: 1200px) {
        background: #ffffff;
        color: unset;
        pointer-events: auto;
    }
}

.educate_ul .swiper-slide:hover  .educate_li_title,
.educate_ul .swiper-slide:hover  .educate_li_desc,
.educate_ul .swiper-slide:hover .educate_li_button{
    color: #fff;
 }

.educate_li_img{
    width: 100%;
    height: 26vh;
    @media screen and (max-width: 1200px) {
        border-radius: 8px 8px 0 0;
        background-color: #Fff;
    }
}
.educate_li_img img{
    width: 100%;
    height: 100%;
    display: block;
    @media screen and (max-width: 1200px) {
        border-radius: 8px 8px 0 0;
    }
}
.educate_li_title{
    font-size: 1rem;
    color: #2D3645;
    font-weight: 900;
    margin: 10px;
    @media screen and (max-width: 1200px) {
        text-align: center;
        color: #2D3645 !important;
    }
}
.educate_li_desc{
    height: 20vh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    color: #2D3645;
    margin: 10px;
    text-indent: 2em;
    text-align: justify;
    @media screen and (max-width: 1200px) {
       padding: 0 10px;
       height: 13vh;
       color: #000 !important;
    }
}
.educate_li_button{
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 0.8rem;
    color: #0762CB;
    cursor: pointer;
    padding: 0 10px ;
    @media screen and (max-width: 1200px) {
        width: 8vh;
        padding: 5px 30px;
        background: #0762CB;
        font-size: 0.8rem;
        text-align: center;
        color: #fff;
        border-radius: 30px;
        cursor: pointer;
        text-decoration:none;
        margin: 0 auto 15px auto;
    }
}
.educate_pagination{
    display: none;
    @media screen and (max-width: 1200px) {
       display: block;    
    }
}
.cooperate_warp{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    @media screen and (max-width: 1200px) {
        height: 70vh !important;
    }
}
.new_cooperate_ul{
    width: 100%;
    color: #0762CB;
    padding: 2.5% 0 1.5% 0;
    position: relative;
    z-index: 1;
    @media screen and (max-width: 1200px) {
        padding: 5% 0;
    }
}
.new_cooperate_ul .new_cooperate_name{
    font-size: 1.8rem;
    font-weight: 900;
    color: #0762CB;
    text-align: center;
    @media screen and (max-width: 1200px) {
        text-align: left;
        padding: 0 2%;
    }
}
.new_cooperate_ul .cooperate_icon{
    height: 7vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8vh;
    z-index: -1;
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.new_cooperate_ul .cooperate_icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.new_cooperate_list{
    width: 80%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    @media screen and (max-width: 1200px) {
        width: 95%;
        margin: 0 auto;
    }
}
.new_cooperate_list .new_cooperate_li{
    flex: 1;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #9E9E9E;
    font-size: 1.2rem;
    border-bottom: 3px solid #D7D7D7;
    @media screen and (max-width: 1200px) {
        border-bottom: 2px solid #0762CB;
    }
}
.new_cooperate_banner{
    margin: 0 auto;
    width:  80%;
    padding: 2% 0 3% 0;
    flex: 1;
}
.new_cooperate_wrap{
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 每行4列 */
    gap: 3vh 10vh; /* 行列间距 */
    @media screen and (max-width: 1200px) {
       gap: 1.1rem 1.2rem;
       grid-template-columns: repeat(3, 1fr); /* 每行2列 */
       background-size: contain !important;
       background-position: center !important;
    }
}
.new_cooperate_wrap a{
    /* width: 23%; */
    /* margin: 10px; */
    display: block;
    box-shadow: 0px 4px 10px 20px rgba(240,237,243,0.3);
    @media screen and (max-width: 1200px) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.new_cooperate_wrap a img{
   width: 100%;
    height: 100%;
    display: block;
    @media screen and (max-width: 1200px) {
        height: 80%;
    }
}
.new_cooperate_li.active {
    border-bottom: 4px solid #0762CB;
    @media screen and (max-width: 1200px) {
        border-bottom: 2px solid #0762CB;
        color: #0762CB;
        position: relative;     
    }
}
.information_warp{
    height: 100vh;
    padding: 2.5% 0 2% 0;
    background: #F6F6F6;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    @media screen and (max-width: 1200px) {
        padding: 2.5% 0 5% 0;
        background: linear-gradient( 180deg, rgba(169,208,247,0.1) 0%, rgba(144,185,232,0.1) 100%);
    }
}
.new_information_ul{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    @media screen and (max-width: 1200px) {
        width: 95%;
    }
}
.new_information_ul .new_information_top{
    display: flex;
    flex-direction: column;
    position: relative;
    @media screen and (max-width: 1200px) {
       display: none;  
    }
}
.new_information_ul .new_information_title{
    font-size: 1.8rem;
    color: #0762CB;
    font-weight: 350;
}
.new_information_ul .new_information_dot{
    width: 1.6vh;
    height: 1.6vh;
    background-color: #0762CB;
    bottom: 0.8vh;
    right: -5vh;
    position: absolute;
}
.new_information_ul .new_information_name{
    font-size: 1.8rem;
    font-weight: 900;
    color: #000000;
    text-align: center;
}
.new_information_ul .new_information_list{
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and (max-width: 1200px) {
        width: 100%;
        border-bottom: 2px solid #0762CB;
    }
}
.new_information_ul .new_information_list .new_information_li{
    padding: 10px 30px;
    border: 1px solid #BFBFBF;
    background: rgba(191,191,191,0);
    border-radius: 15px;
    margin: 0 12px;
    cursor: pointer;
    font-size: 1rem;
    color: #9E9E9E;
    @media screen and (max-width: 1200px) {
        padding: 10px 0;
        border: unset;
        flex: 1;
        text-align: center;
    }
}
.new_information_ul .new_information_list .new_information_li.active {
    border: 1px solid #0762CB;
    color: #ffffff;
    background: #0762CB;
    @media screen and (max-width: 1200px) {
        background: unset;
        color: #0762CB;
        border: unset;
        position: relative;
    }
}
.new_information_banner{
    height: 71vh;
    width: 90%;
    margin: 40px auto 0 auto;
    @media screen and (max-width: 1200px) {
        width: 95%;
        height: unset;
        margin: 15px auto 0 auto;
    }
}
.new_information_wrap{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
    @media screen and (max-width: 1200px) {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.new_information_banner .new_information_left{
    width: 48%;
    background-color: #ffffff;
    @media screen and (max-width: 1200px) {
        width: 100%;
        background: unset;
    }
}
.information_left_banner{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.new_information_left .new_information_img{
    width: 100%;
    height: 52vh;
    @media screen and (max-width: 1200px) {
        height: 28vh;
    }
}
.new_information_left .new_information_img img{
    width: 100%;
    height: 100%;
    display: block;
}
.new_information_text{
    width: 100%;
    flex: 1;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_information_title{
    font-size: 1rem;
    color: #2D3645;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_information_button{
    color: #0762CB;
    font-size: 0.8rem;
    cursor: pointer;
}
.new_information_banner .new_information_right{
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    @media screen and (max-width: 1200px) {
        width: 100%;
        flex-direction: unset;
    }
}
.information_right_banner{
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    padding: 2.6vh;
    box-shadow: 0px 4px 10px 4px rgba(186,192,199,0.2);
    box-sizing: border-box;
    @media screen and (max-width: 1200px) { 
      padding: 0 0.8vh;
      box-shadow: unset;
      border-right: 2px solid #e4e4e4;
      background: unset;
    }
}
.new_information_right .information_right_banner:nth-of-type(n+2){
    margin-top: 2vh;
    @media screen and (max-width: 1200px) {
        margin-top: 0;
    }
}
.new_information_desc{
    font-size: 1rem;
    color: #222222;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_information_more{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    @media screen and (max-width: 1200px) {
        flex-direction: column;
        align-items: flex-start;
        height: 5vh;
    }
}
.new_information_time{
    font-size: 0.8rem;
    color: #9E9E9E;
    font-weight: 300;
}
.information_more_button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
    @media screen and (max-width: 1200px) {
        margin-top: 10px;
    }
}
.button_text{
    color: #BFBFBF;
}
.button_round{
    color: #fff;
    width: 2.2vh;
    height: 2.2vh;
    background: #BFBFBF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 0.5vh;
}
.new_information_content{
    margin-top: 10px;
}
.new_information_content{
    font-size: 0.9rem;
    color: #9E9E9E;
    font-weight: 300;
    height: 5vh;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    @media screen and (max-width: 1200px) {
        height: 4vh;
    }
}
.information_right_banner.active {
    border-bottom: 3px solid #0B64CA;
    @media screen and (max-width: 1200px) {
        border-bottom: unset;
    }
}
.information_right_banner.active .new_information_desc{
    color: #0B64CA;
}
.information_right_banner.active .button_text{
    color: #0B64CA;
}
.information_right_banner.active .button_round{
    background: #0B64CA;
}
.teacher_warp{
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.new_teacher_ul{
    width: 100%;
    padding: 2.5% 0 1.5% 0;
    color: #0762CB;
    position: relative;
    z-index: 1;
}
.new_teacher_ul .new_teacher_name{
    font-size: 1.8rem;
    font-weight: 900;
    color: #0762CB;
    text-align: center;
    @media screen and (max-width: 1200px) {
        text-align: left;
        padding: 0 2%;
    }
}
.new_teacher_ul .new_teacher_icon{
    height: 7vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8vh;
    z-index: -1;
    @media screen and (max-width: 1200px) {
        display: none;
    }
}
.new_teacher_ul .new_teacher_icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.menu {
    position: absolute;
    top: 40%;
    left: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
}

.menu li.active {
    border-bottom: 4px solid #fff;
}

  /*  */

.cdel-recommend {
    margin-top: 30px;
}

.cdel-recommend .abs {
    padding-bottom: 5px;
}

.cdel-recommend .abs .abs-img {
    width: 290px;
    height: 193px;
    margin-bottom: 7px;
    overflow: hidden;
}

.cdel-recommend .abs h6 {
    line-height: 24px;
    font-size: 14px;
    padding: 3px 0;
    font-weight: normal;
}

.cdel-recommend .abs p {
    line-height: 24px;
    color: #999;
}

.cdel-recommend ul li {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 14px;
    border-bottom: 1px dashed #ccc;
}

.copyright-notice {
    padding: 18px 0;
    line-height: 24px;
    color: #666;
    text-indent: 24px;
}

.news-wrap {
    border-top: 1px solid #eaeaea;
    padding-bottom: 30px;
}

.news-title {
    line-height: 52px;
    font-size: 24px;
    margin-bottom: 8px;
}

.news-panel {
    height: 24px;
    line-height: 24px;
    color: #999;
    margin-bottom: 34px;
}

.news-panel .news-label span,
.news-panel .news-label em {
    margin-right: 28px;
}

.news-panel .news-label em {
    display: inline-block;
    padding-left: 20px;
    background-position: -150px -2px;
}

.news-panel .news-label em.measure {
    background-position: -150px -32px;
}

.news-det {
    border-top: 1px solid #ccc;
    padding: 30px 0;
    line-height: 32px;
    font-size: 16px;
}

.around dl {
    line-height: 26px;
    padding: 6px 0;
    font-size: 14px;
}

.around dl dt {
    background-position: -155px -62px;
    padding-left: 24px;
    float: left;
}

.around dl dd {
    margin-left: 80px;
}

.around dl dd a {
    color: #666;
}

.around dl.next dt {
    background-position: -155px -92px;
}

.paging {
    height: 30px;
    line-height: 30px;
    padding: 50px 0;
    font-size: 14px;
}

.paging a,
.paging em {
    padding: 0 10px;
    display: inline-block;
    margin: 0 3px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.paging a:hover,
.paging em {
    background: #08b8c3;
    color: #fff;
    text-decoration: none;
}

.annual {
    border-top: 1px solid #dedede;
    background: #f4f4f4;
    padding: 68px 0;
}

.annual .ha-con {
    background: url(../images/cdeledu/annual-line.gif) repeat-y center top;
    padding: 30px 0;
}

.annual .ha-con dl {
    width: 488px;
    padding: 0 124px 3px 0;
    position: relative;
    overflow: hidden;
    margin-top: -22px;
}

.annual .ha-con dl dt {
    width: 124px;
    height: 29px;
    line-height: 29px;
    background: url(../images/cdeledu/homeAnnual.png) no-repeat;
    _background: url(../images/cdeledu/homeAnnual8.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    text-indent: 48px;
    font-size: 18px;
    color: #fff;
}

.annual .ha-con dl dd {
    text-align: right;
    padding: 15px;
    line-height: 24px;
    display: inline-block;
    display: inline;
    zoom: 1;
    font-size: 14px;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .03);
    float: right;
}

.annual .ha-con dl.right {
    left: 588px;
    right: auto;
    padding: 0 0 0 124px;
}

.annual .ha-con dl.right dt {
    background-position: left -31px;
    left: 0;
    right: auto;
    text-indent: 38px;
}

.annual .ha-con dl.right dd {
    text-align: left;
    float: left;
}

.ethics {
    padding: 62px 0;
}

.ethics .ethics-con {
    width: 600px;
    padding: 16px 0;
    background: #f3f3f3;
}

.ethics .ethics-con .e-text {
    height: 546px;
    padding: 12px 40px 12px 30px;
    overflow: hidden;
    margin-right: 24px;
}

.ethics .ethics-con .e-text h2 {
    line-height: 34px;
    font-size: 18px;
}

.ethics .ethics-con .e-text .h2En {
    line-height: 26px;
    color: #08b8c3;
}

.ethics .ethics-con .e-text .time {
    line-height: 28px;
    color: #999;
}

.ethics .ethics-con .e-text .ps {
    line-height: 28px;
}

.ethics .ethics-con .e-text .ps p {
    padding: 10px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ethics .ethics-con .e-line {
    width: 572px;
    height: 570px;
    border-right: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 16px;
}

.ethics .e-en {
    background: #08b8c3;
    color: #fff;
}

.ethics .e-en .e-text .time {
    color: #a4dde2;
}

.ethics .e-en .e-text .h2En {
    color: #fff;
}

.ethics .e-en .e-line {
    border-right-color: #fff;
}

.ethics .e-en .e-text .ps {
    line-height: 24px;
}

.report {
    padding: 62px 0;
}

.report .report-text {
    margin-left: 202px;
    background: #f4f4f4;
    padding: 56px 38px 20px 186px;
}

.report .report-text .rt-team {
    padding: 14px 0;
    line-height: 28px;
}

.report .report-text .rt-team strong {
    display: block;
}

.report .report-text .rt-team p {
    text-indent: 28px;
}

.report .inscribe {
    line-height: 34px;
    color: #08b8c3;
    font-size: 16px;
    padding: 30px 0;
}

.report .report-title {
    padding-bottom: 147px;
    background: #08b8c3;
    position: absolute;
    left: -202px;
    _left: -388px;
    top: 66px;
}

.video {
    _width: 1200px;
    overflow: hidden;
    padding-bottom: 65px;
}

.video ul {
    margin-right: -15px;
}

.video ul li {
    width: 390px;
    height: 276px;
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
}

.video ul li span {
    width: 100%;
    height: 276px;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background: #000;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1;
}

.video ul li .v-text {
    width: 100%;
    height: 97px;
    padding-top: 179px;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/cdeledu/v-text.png) no-repeat center 82px;
    _background: url(../images/cdeledu/v-text8.png) no-repeat center 82px;
    z-index: 2;
}

.video ul li:hover span {
    filter: alpha(opacity=0);
    opacity: 0;
}

#floatBoxBg {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}

.floatBox {
    position: absolute;
    top: 50px;
    left: 40%;
    background: #fff;
    z-index: 999;
}

.floatBox .v-tit {
    height: 70px;
    line-height: 70px;
    padding: 28px 0 0 53px;
    font-size: 20px;
}

.floatBox .title h4 {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

.floatBox .title span {
    float: right;
    cursor: pointer;
}

.floatBox .content {
    height: 506px;
    padding: 0 52px;
    background: #fff;
}

.floatBox .v-close {
    z-index: 999;
    width: 24px;
    height: 29px;
    padding: 8px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 14px;
}

.floatBox .v-close:hover {
    text-decoration: none;
}

.brand_ico,
.bread_nav li i,
.bread_nav li.on i,
.bread_shop li {
    background: url("../images/cdeledu/brand_ico.png") no-repeat;
    _background: url("../images/cdeledu/brand_ico8.png") no-repeat;
}

.bread_banner {
    width: 100%;
    height: 300px;
    background: url("../images/cdeledu/brand_banner.jpg") no-repeat center top;
    font-size: 0;
    line-height: 0;
    margin-bottom: 64px;
}

.bread_nav {
    width: 155px;
    border-right: 1px solid #eaeaea
}

.bread_nav li {
    height: 60px;
    line-height: 60px;
    text-align: right;
    padding-right: 26px;
    font-size: 16px;
    color: #666;
    position: relative;
}

.bread_nav li a {
    color: #666
}

.bread_nav li i {
    display: block;
    width: 15px;
    height: 15px;
    background-position: -15px 0;
    position: absolute;
    right: -8px;
    top: 22px;
}

.bread_nav li.on {
    color: #08b8c3
}

.bread_nav li.on a {
    color: #08b8c3
}

.bread_nav li.on i {
    background-position: 0 0;
}

.bread_main {
    width: 978px;
    padding-bottom: 46px;
}

.bread_main .bread_tit1 {
    height: 62px;
    line-height: 62px;
}

.bread_main .bread_tit1 h2 {
    font-size: 24px;
}

.bread_main .bread_tit1 i.xian {
    display: block;
    width: 38px;
    height: 2px;
    overflow: hidden;
    background: #08b8c3;
    left: 0;
    bottom: -4px;
}

.bread_main .bread_tit2 {
    height: 46px;
    line-height: 46px;
}

.bread_main .bread_tit2 h3 {
    float: left;
    font-size: 16px;
    font-weight: normal;
}

.bread_main .bread_tit2 i.xian {
    display: block;
    width: 125px;
    height: 1px;
    overflow: hidden;
    background: #08b8c3;
    left: 0;
    bottom: 0;
}

.bread_main .bread_tit2 span.more {
    display: block;
    font-size: 14px;
    color: #666;
}

.bread_top {
    padding: 43px 0 40px 0;
}

.bread_top .b-video {
    width: 450px;
    height: 253px;
    cursor: pointer;
}

.bread_top .b-video i.play {
    display: block;
    width: 74px;
    height: 75px;
    left: 50%;
    top: 50%;
    margin: -37px 0 0 -37px;
    background-position: 0 -16px;
}

.bread_top .b-video:hover i.play {
    background-position: 0 -90px;
}

.bread_top .tex {
    width: 500px;
}

.bread_top .tex p {
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
}

.bread_top .tex p.pt {
    padding-top: 26px;
}

.bread_advantage {
    height: 304px;
    padding: 0 0 0 29px;
    margin-bottom: 46px;
    background: url("../images/cdeledu/brand_bg1.png") no-repeat center 33px #f4f4f4;
}

.bread_advantage .list {
    width: 344px;
    padding: 25px 0 0 0;
}

.bread_advantage .list li {
    line-height: 24px;
    padding: 12px 0 12px 16px;
    font-size: 14px;
    background: url("../images/cdeledu/brand_ico2.png") no-repeat left 20px;
}

.bread_advantage .list li p {
    padding: 6px 30px 0 0;
    line-height: 22px;
}

.bread_advantage .list span {
    color: #37bfc8;
    font-weight: bold;
    margin-right: 14px;
}

.bread_advantage .list.w1 {
    width: 344px;
}

.bread_advantage.med66 .list {
    padding-top: 10px;
}

.bread_advantage.med66 .list li {
    line-height: 20px;
    padding: 5px 32px 5px 16px;
    background-position: left 12px;
}

.bread_advantage.jianshe99 .list {
    padding-top: 54px;
}

.bread_advantage.chinalawedu .list {
    padding-top: 54px;
}

.bread_advantage.chinatat .list {
    padding-top: 80px;
}

.bread_advantage.g12e .list li {
    padding: 5px 0 5px 16px;
    background-position: left 13px;
}

.bread_advantage.zikao .list,
.bread_advantage.kaoyan .list {
    width: 300px;
    padding: 58px 0 0 50px;
}

.bread_advantage.kaoyan .list li {
    padding: 20px 0 20px 16px;
    background-position: left 28px;
}

.bread_advantage.for68 .list li,
.bread_advantage.caikao .list li {
    line-height: 22px;
    padding: 10px 32px 10px 16px;
    background-position: left 16px;
}

.bread_honor {
    padding: 30px 0;
}

.bread_honor li {
    float: left;
    _display: inline;
    margin: 0 24px 0 0;
    width: 220px;
}

.bread_honor li.none {
    margin: 0;
}

.bread_honor p {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
}

.bread_free {
    width: 100%;
    margin: 30px 0 36px;
    border-collapse: collapse;
}

.bread_free td,
.bread_free th {
    line-height: 22px;
    font-size: 14px;
    border: 1px solid #eaeaea;
    padding: 10px 10px 10px 14px;
}

.bread_free td a {
    display: inline-block;
    padding-left: 22px;
    background: url("../images/cdeledu/brand_ico3.png") no-repeat left 4px;
}

.bread_scholarship {
    padding: 18px 0 26px;
}

.bread_scholarship p {
    font-size: 14px;
    line-height: 28px;
}

.bread_scholarship p.pt {
    padding-top: 26px;
}

.bread_scholarship p a {
    color: #2dbdc7;
}

.bread_shop {
    padding: 22px 0 26px;
}

.bread_shop li {
    float: left;
    _display: inline;
    width: 230px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 0 0 14px;
    background-position: 0 -173px;
    font-size: 14px;
}


.contact {
    padding: 80px 0;
}

.contact .ct-bd {
    border-left: 23px solid #08b8c3;
    padding-left: 92px;
    background: url(../images/cdeledu/contactBg.png) no-repeat right top;
}

.contact .ct-title {
    height: 68px;
    line-height: 66px;
    position: relative;
    padding-top: 10px;
    overflow: hidden;
}

.contact .ct-title h2 {
    font-size: 24px;
    padding-right: 16px;
}

.contact .ct-title i {
    width: 38px;
    height: 2px;
    line-height: 0;
    font-size: 0;
    background: #08b8c3;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact .ct-title p {
    color: #999;
    font-size: 14px;
    line-height: 78px;
}

.contact .ct-bd .ct-con {
    line-height: 42px;
    padding: 40px 0;
}

.contact .ct-bd .ct-zm {
    line-height: 22px;
    color: #f0f0f0;
    position: absolute;
    left: 92px;
    bottom: -2px;
    font-size: 22px;
    letter-spacing: 12px;
    _display: none;
}

.contact .ct-bd .ct-time {
    position: absolute;
    top: 176px;
    right: 24px;
    text-align: right;
}

.contact .ct-bd .ct-time strong {
    display: block;
    line-height: 56px;
    font-weight: normal;
    font-size: 32px;
}

.contact .ct-bd .ct-time p {
    line-height: 50px;
    letter-spacing: 8px;
    font-size: 24px;
}

#allmap {
    width: 1200px;
    height: 350px;
    margin-top: 82px;
}

.cardBg {
    background: url(../images/cdeledu/cardBg.jpg) no-repeat center bottom;
}

.cardMould {
    background: #f4f4f4;
    margin: 104px 0 80px;
}

.cardMould .cm-panel {
    width: 402px;
    padding: 16px 0 86px;
    margin: -43px 0;
    background: #08b8c3;
    position: relative;
}

.cardMould .cm-title {
    height: 168px;
    margin-left: 50px;
    position: relative;
}

.cardMould .cm-title p {
    line-height: 50px;
    color: #3bc0ca;
    font-size: 46px;
}

.cardMould .cm-title h2 {
    line-height: 94px;
    color: #b9e4e8;
    font-size: 75px;
}

.cardMould .cm-title h2.size60 {
    font-size: 60px;
}

.cardMould .cm-title i {
    width: 38px;
    height: 2px;
    line-height: 0;
    font-size: 0;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cardMould .cm-card {
    margin-left: 458px;
    padding-top: 28px;
    line-height: 42px;
}

.cardMould .lh32 {
    line-height: 32px;
    padding-top: 42px;
}

.card-list {
    _width: 1200px;
    overflow: hidden;
    padding-bottom: 60px;
}

.card-list ul {
    margin-right: -30px;
}

.card-list ul li {
    width: 380px;
    height: 365px;
    float: left;
    display: inline;
    margin: 0 30px 20px 0;
    position: relative;
}

.card-list ul li .spanBg {
    width: 100%;
    height: 283px;
    background: #f4f4f4;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.card-list ul li h6 {
    width: 164px;
    height: 164px;
    line-height: 164px;
    background: url(../images/cdeledu/cardDt.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -82px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    z-index: 2;
}

.card-list ul li .dd {
    position: relative;
    z-index: 3;
    padding: 164px 0 0 40px;
    color: #666;
}

.card-list ul li .dd strong {
    line-height: 48px;
    font-size: 14px;
}

.card-list ul li .dd p {
    line-height: 24px;
}

.card-list ul li .dd a {
    color: #666;
}

.card-list ul li h6.two {
    height: 107px;
    padding-top: 57px;
    line-height: 26px;
}

.xqhz {
    background: url(../images/cdeledu/xqhzBg.jpg) no-repeat right bottom;
}

.xqhz .cm-panel {
    width: 390px;
    padding-bottom: 16px;
}

.xqhz .cm-title p {
    font-size: 36px;
}

.internet-plus {
    padding-left: 44px;
}

.internet-plus h5 {
    line-height: 70px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.internet-plus img {
    display: block;
    margin-bottom: 10px;
}

.xqhz-con {
    margin-left: 440px;
}

.xc-title {
    height: 68px;
    line-height: 66px;
    position: relative;
    padding-top: 40px;
    overflow: hidden;
}

.xc-title h2 {
    font-size: 24px;
    padding-right: 16px;
}

.xc-title i {
    width: 38px;
    height: 2px;
    line-height: 0;
    font-size: 0;
    background: #08b8c3;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.xc-title p {
    line-height: 78px;
    font-size: 14px;
}

.xqhz-introduce {
    padding-top: 20px;
}

.xqhz-introduce p {
    padding: 12px 0;
    line-height: 24px;
    text-indent: 24px;
}

.xqhz-contact {
    line-height: 32px;
    padding-top: 20px;
}

.admissions {
    height: 485px;
    padding-top: 62px;
    background: url(../images/cdeledu/admissionsBg.jpg) no-repeat center top;
}




.admissions .admissions-introduce {
    width: 772px;
    height: 436px;
    background: url(../images/cdeledu/admissions-introduce.jpg) no-repeat #fff;
    -moz-box-shadow: 2px 4px 12px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .1);
}

.admissions .admissions-introduce .xc-title {
    height: 64px;
    line-height: 62px;
    padding-top: 33px;
    margin-left: 56px;
}

.admissions .admissions-introduce .ai-con {
    padding: 30px 54px 0 50px;
}

.admissions .admissions-introduce .ai-con p {
    line-height: 30px;
    text-indent: 24px;
}

.admissions .admissions-introduce .ai-btn {
    padding: 0 14px;
    line-height: 20px;
    background: #08b8c3;
    -moz-border-radius: 50px;
    -o-webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    margin: 32px 57px 0 0;
}

.admissions-contact .ct-con p {
    width: 290px;
    float: left;
}

.vmShow {
    display: show;
}

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

.more {
    cursor: pointer;
}

.icon_triangle {
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: lightseagreen;
    margin: 10px 0 0 0;
}

.video_bg,
.new_bg {
    /* background: url('http://file-cloud.masterol.cn/OAkQJV9FAh/20230729/7j1l2o022732680.png') no-repeat; */
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_wrap {
    width: 1200px;
    height: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_wrap img {
    width: 100%
}

.new_bg {
    background: url('http://file-cloud.masterol.cn/OAkQJV9FAh/20230729/138k19022732998.png') no-repeat;
    background-size: 100% 100%;
}

@-moz-keyframes stretchRight {
    0% {
        -moz-transform: scaleX(0.3);
    }

    40% {
        -moz-transform: scaleX(1.02);
    }

    60% {
        -moz-transform: scaleX(0.98);
    }

    80% {
        -moz-transform: scaleX(1.01);
    }

    100% {
        -moz-transform: scaleX(0.98);
    }

    80% {
        -moz-transform: scaleX(1.01);
    }

    100% {
        -moz-transform: scaleX(1);
    }
}

@-ms-keyframes stretchRight {
    0% {
        -ms-transform: scaleX(0.3);
    }

    40% {
        -ms-transform: scaleX(1.02);
    }

    60% {
        -ms-transform: scaleX(0.98);
    }

    80% {
        -ms-transform: scaleX(1.01);
    }

    100% {
        -ms-transform: scaleX(0.98);
    }

    80% {
        -ms-transform: scaleX(1.01);
    }

    100% {
        -ms-transform: scaleX(1);
    }
}

@-webkit-keyframes stretchRight {
    0% {
        -webkit-transform: scaleX(0.3);
    }

    40% {
        -webkit-transform: scaleX(1.02);
    }

    60% {
        -webkit-transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
    }

    100% {
        -webkit-transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}

@keyframes stretchRight {
    0% {
        transform: scaleX(0.3);
    }

    40% {
        transform: scaleX(1.02);
    }

    60% {
        transform: scaleX(0.98);
    }

    80% {
        transform: scaleX(1.01);
    }

    100% {
        transform: scaleX(0.98);
    }

    80% {
        transform: scaleX(1.01);
    }

    100% {
        transform: scaleX(1);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -moz-transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -moz-transform: none;
    }
}

@-ms-keyframes fadeInDown {
    from {
        opacity: 0;
        -ms-transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -ms-transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-moz-keyframes translateRight3 {
    from {
        -moz-transform: translate3d(-243px, 0, 0);
    }

    to {
        -moz-transform: none;
    }
}

@-ms-keyframes translateRight3 {
    from {
        -ms-transform: translate3d(-243px, 0, 0);
    }

    to {
        -ms-transform: none;
    }
}

@-webkit-keyframes translateRight3 {
    from {
        -webkit-transform: translate3d(-243px, 0, 0);
    }

    to {
        -webkit-transform: none;
    }
}

@keyframes translateRight3 {
    from {
        transform: translate3d(-243px, 0, 0);
    }

    to {
        transform: none;
    }
}

@-moz-keyframes translateRight4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes translateRight4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes translateRight4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes translateRight4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@-moz-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@-ms-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}


@-moz-keyframes flipInX {
    from {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -moz-animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -moz-animation-timing-function: ease-in;
    }

    60% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -moz-transform: perspective(400px);
    }
}

@-ms-keyframes flipInX {
    from {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-animation-timing-function: ease-in;
    }

    60% {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -ms-transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@-moz-keyframes widthY {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-ms-keyframes widthY {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes widthY {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes widthY {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.banner11101 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
    -webkit-animation: stretchRight 1.5s both;
    -moz-animation: stretchRight 1.5s both;
    -ms-animation: stretchRight 1.5s both;
    animation: stretchRight 1.5s both;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 1;
}

.banner11102 {
    width: 705px;
    height: 67px;
    position: absolute;
    left: 50%;
    top: 210px;
    margin-left: -495px;
    -moz-animation: fadeInDown 1s .5s both;
    -ms-animation: fadeInDown 1s .5s both;
    -webkit-animation: fadeInDown 1s .5s both;
    animation: fadeInDown 1s .5s both;
    z-index: 1;
}

.banner11103 {
    position: absolute;
    left: 575px;
    top: 0;
    -moz-animation: translateRight3 .9s 1.2s ease-out both;
    -ms-animation: translateRight3 .9s 1.2s ease-out both;
    -webkit-animation: translateRight3 .9s 1.2s ease-out both;
    animation: translateRight3 .9s 1.2s ease-out both;
}

.banner11104 {
    position: absolute;
    left: 331px;
    top: 0;
    -moz-animation: translateRight4 .6s 1.9s both;
    -ms-animation: translateRight4 .6s 1.9s both;
    -webkit-animation: translateRight4 .6s 1.9s both;
    animation: translateRight4 .6s 1.9s both;
}

.banner11105 {
    position: absolute;
    left: 50%;
    top: 132px;
    margin-left: -452px;
    -moz-animation: translateRight4 .6s 1.9s both;
    -ms-animation: translateRight4 .6s 1.9s both;
    -webkit-animation: translateRight4 .6s 1.9s both;
    animation: translateRight4 .6s 1.9s both;
}

.banner11201 {
    position: absolute;
    left: 50%;
    top: 75px;
    margin-left: -528px;
    -moz-animation: flipInX .5s both;
    -ms-animation: flipInX .5s both;
    -webkit-animation: flipInX .5s both;
    animation: flipInX .5s both;
}

.banner11202 {
    position: absolute;
    left: 50%;
    top: 255px;
    margin-left: -371px;
    -moz-animation: flipInX .5s .7s both;
    -ms-animation: flipInX .5s .7s both;
    -webkit-animation: flipInX .5s .7s both;
    animation: flipInX .5s .7s both;
}

.banner11203 {
    position: absolute;
    left: 50%;
    top: 64px;
    margin-left: -265px;
    -moz-animation: flipInX .5s 1.4s both;
    -ms-animation: flipInX .5s 1.4s both;
    -webkit-animation: flipInX .5s 1.4s both;
    animation: flipInX .5s 1.4s both;
}

.banner11204 {
    position: absolute;
    left: 50%;
    top: 245px;
    margin-left: -125px;
    -moz-animation: flipInX .5s 2.1s both;
    -ms-animation: flipInX .5s 2.1s both;
    -webkit-animation: flipInX .5s 2.1s both;
    animation: flipInX .5s 2.1s both;
}

.banner11205 {
    position: absolute;
    left: 50%;
    top: 165px;
    margin-left: -439px;
}

.banner11206 {
    position: absolute;
    left: 50%;
    top: 210px;
    margin-left: -301px;
    -moz-animation: flash .5s .7s both;
    -ms-animation: flash .5s .7s both;
    -webkit-animation: flash .5s .7s both;
    animation: flash .5s .7s both;
}

.banner11207 {
    position: absolute;
    left: 50%;
    top: 151px;
    margin-left: -179px;
    -moz-animation: flash .5s 1.4s both;
    -ms-animation: flash .5s 1.4s both;
    -webkit-animation: flash .5s 1.4s both;
    animation: flash .5s 1.4s both;
}

.banner11208 {
    position: absolute;
    left: 50%;
    top: 202px;
    margin-left: -53px;
    -moz-animation: flash .5s 2.1s both;
    -ms-animation: flash .5s 2.1s both;
    -webkit-animation: flash .5s 2.1s both;
    animation: flash .5s 2.1s both;
}

.banner11213 {
    position: absolute;
    left: 50%;
    top: 146px;
    margin-left: 72px;
    -moz-animation: flash .5s 2.8s both;
    -ms-animation: flash .5s 2.8s both;
    -webkit-animation: flash .5s 2.8s both;
    animation: flash .5s 2.8s both;
}

.banner11209 {
    width: 141px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 187px;
    margin-left: -419px;
}

.banner11209 img {
    -moz-animation: widthY .5s .7s both;
    -ms-animation: widthY .5s .7s both;
    -webkit-animation: widthY .5s .7s both;
    animation: widthY .5s .7s both;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.banner11210 {
    width: 120px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 171px;
    margin-left: -278px;
}

.banner11210 img {
    -moz-animation: widthY .4s 1.4s both;
    -ms-animation: widthY .4s 1.4s both;
    -webkit-animation: widthY .4s 1.4s both;
    animation: widthY .4s 1.4s both;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.banner11211 {
    width: 124px;
    height: 52px;
    position: absolute;
    left: 50%;
    top: 171px;
    margin-left: -158px;
}

.banner11211 img {
    -moz-animation: widthY .5s 2.1s both;
    -ms-animation: widthY .5s 2.1s both;
    -webkit-animation: widthY .5s 2.1s both;
    animation: widthY .5s 2.1s both;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.banner11212 {
    width: 124px;
    height: 52px;
    position: absolute;
    left: 50%;
    top: 169px;
    margin-left: -34px;
}

.banner11212 img {
    -moz-animation: widthY .5s 2.1s both;
    -ms-animation: widthY .5s 2.1s both;
    -webkit-animation: widthY .5s 2.1s both;
    animation: widthY .5s 2.1s both;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.banner11214 {
    position: absolute;
    left: 50%;
    top: 69px;
    margin-left: -2px;
    -moz-animation: flipInX .5s 2.8s both;
    -ms-animation: flipInX .5s 2.8s both;
    -webkit-animation: flipInX .5s 2.8s both;
    animation: flipInX .5s 2.8s both;
}


.banner11301 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -90px;
    -webkit-animation: fadeInDown 1.5s both;
    -moz-animation: fadeInDown 1.5s both;
    -ms-animation: fadeInDown 1.5s both;
    animation: fadeInDown 1.5s both;
}

.banner11302 {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    -moz-animation: translateRight4 .5s 1.4s both;
    -ms-animation: translateRight4 .5s 1.4s both;
    -webkit-animation: translateRight4 .5s 1.4s both;
    animation: translateRight4 .5s 1.4s both;
}

.banner .banner18 {
    height: 390px;
    background: url(../images/cdeledu/banner18bg.jpg) no-repeat center top;
    position: relative;
    overflow: hidden;
}

.banner .banner18 .img-1,
.banner .banner18 .img-2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -390px;
    z-index: 1;
}

.banner .banner18 .img-2 {
    z-index: 2;
}

.banner .banner18 .img-3 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -92px;
    z-index: 3;
}

.banner .banner18 .img-1 {
    -moz-animation: mfRotate 1.6s linear infinite alternate;
    -webkit-animation: mfRotate 1.6s linear infinite alternate;
    -o-animation: mfRotate 1.6s linear infinite alternate;
    -ms-animation: mfRotate 1.6s linear infinite alternate;
    animation: mfRotate 1.6s linear infinite alternate;
    -moz-transform-origin: 50% bottom;
    -webkit-transform-origin: 50% bottom;
    -o-transform-origin: 50% bottom;
    -ms-transform-origin: 50% bottom;
    transform-origin: 50% bottom;
}

@-moz-keyframes mfRotate {
    0% {
        -moz-transform: rotate(4deg);
    }

    100% {
        -moz-transform: rotate(-4deg);
    }
}

@-webkit-keyframes mfRotate {
    0% {
        -webkit-transform: rotate(4deg);
    }

    100% {
        -webkit-transform: rotate(-4deg);
    }
}

@-o-keyframes mfRotate {
    0% {
        -o-transform: rotate(4deg);
    }

    100% {
        -o-transform: rotate(-4deg);
    }
}

@-ms-keyframes mfRotate {
    0% {
        -ms-transform: rotate(4deg);
    }

    100% {
        -ms-transform: rotate(-4deg);
    }
}

@keyframes mfRotate {
    0% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-4deg);
    }
}

/*
.banner .bannerAnniversary{height:390px;background:url(/images/cdeledu/bannerAnniversary.jpg) no-repeat center top;overflow:hidden;}
.Animg01{position:absolute;left:50%;top:80px;margin-left:-395px;-moz-animation:flipInX .5s 2.1s both;-ms-animation:flipInX .5s 2.1s both;-webkit-animation:flipInX .5s 2.1s both;animation:flipInX .5s 2.1s both;}
.Animg02{position:absolute;left:50%;top:125px;margin-left:-90px;-webkit-animation:fadeInDown 1.5s both;-moz-animation:fadeInDown 1.5s both;-ms-animation:fadeInDown 1.5s both;animation:fadeInDown 1.5s both;}
.Animg03{position:absolute;left:50%;top:204px;margin-left:-47px;-webkit-animation:stretchRight 1.5s both;-moz-animation:stretchRight 1.5s both;-ms-animation:stretchRight 1.5s both;animation:stretchRight 1.5s both;-moz-transform-origin:0% 0%;-ms-transform-origin:0% 0%;-webkit-transform-origin:0% 0%;transform-origin:0% 0%;z-index:1;}
*/
.banner .bannerAnniversary {
    height: 390px;
    background: url(../images/zhuanti/20190308hd/19Animgbg.jpg) no-repeat center top;
    overflow: hidden;
}

.Animg01 {
    position: absolute;
    left: 50%;
    top: 7px;
    margin-left: -395px;
    -webkit-animation: fadeInLeft 1s both;
    -moz-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.Animg02 {
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -75px;
    -webkit-animation: fadeInDown 1.5s both;
    -moz-animation: fadeInDown 1.5s both;
    -ms-animation: fadeInDown 1.5s both;
    animation: fadeInDown 1.5s both;
}

.Animg03 {
    position: absolute;
    left: 50%;
    top: 96px;
    margin-left: 245px;
    -webkit-animation: zoomIn 1.5s both;
    -moz-animation: zoomIn 1.5s both;
    animation: zoomIn 1.5s both;
    z-index: 1;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -moz-transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -moz-transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.firstMould .cp-bd .cp-img img,
.firstMould .news-bd .new-abs .abs-img img,
.videoMould .vm-bds li img,
.activity li span img,
.news .news-left .news-list li .n-img img,
.cdel-recommend .abs .abs-img img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.firstMould .cp-bd .cp-img:hover img,
.firstMould .news-bd .new-abs .abs-img:hover img,
.videoMould .vm-bds li:hover img,
.activity li span:hover img,
.news .news-left .news-list li .n-img:hover img,
.cdel-recommend .abs .abs-img:hover img {
    -webkit-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}

.anniversary11 {
    background: url(../images/anniversary11/bg.jpg) no-repeat center top;
    overflow: hidden;
}

.anniversary11 .annMain {
    height: 390px;
    position: relative;
    z-index: 1;
}

.anniversary11 .annMain img {
    position: absolute;
}

.anniversary11 .annText1 {
    top: 89px;
    left: 348px;
    -webkit-animation: fadeInLeft 1.2s both;
    -moz-animation: fadeInLeft 1.2s both;
    -o-animation: fadeInLeft 1.2s both;
    animation: fadeInLeft 1.2s both;
}

.anniversary11 .annText2 {
    top: 89px;
    left: 678px;
    -webkit-animation: fadeInLeft 1.5s both;
    -moz-animation: fadeInLeft 1.5s both;
    -o-animation: fadeInLeft 1.5s both;
    animation: fadeInLeft 1.5s both;
}

.anniversary11 .annText3 {
    left: 217px;
    top: 222px;
    -webkit-animation: fadeInDown 1.5s 1.3s both;
    -moz-animation: fadeInDown 1.5s 1.3s both;
    -o-animation: fadeInDown 1.5s 1.3s both;
    animation: fadeInDown 1.5s 1.3s both;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.app_icon{
    display: none;
}
.swiper-container5 .swiper-wrapper{
    justify-content: center;
    @media screen and (max-width: 1200px) {
        justify-content: unset;
    }
}
@media screen and (max-width: 1200px) {
    .new_information_ul .new_information_list .new_information_li.active::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -2px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 8px solid transparent; 
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #0762CB;
    }
    .new_cooperate_li.active::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -2px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-top: 8px solid transparent; 
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #0762CB;
    }
    .swiper-container4 {
      width: 100% !important;
      overflow: hidden; /* 允许溢出可见 */
    }

    .swiper-container4 .swiper-slide {
      transform: scaleY(0.85);
      transition: transform 0.3s, z-index 0.3s;
      z-index: 1;
      /* width: 75% !important; */
      padding: 0 !important;
    }

    .swiper-container4 .swiper-slide.swiper-slide-active {
      transform: scaleY(1);
      z-index: 3;
      border-radius: 8px 8px 0 0;
    }
    .educate_pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #D8D8D8;
    }
    .educate_pagination{
        bottom: 15px !important;
    }
    .educate_pagination .swiper-pagination-bullet-active{
        background: #0762CB;
    }
    .app_icon{
        display: block;
        text-align: left;
        font-size: 1.8rem;
        color: #0762CB;
        font-weight: 350;
        padding: 0 2%;
    }
    .swiper-container5{
        touch-action: pan-y;
    }
}