.idea-box {
    width: 100%;
}

.idea-box img {
    width: 100%;
}

.idea-box .idea-box-content {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    display: flex;
}

.idea-box .idea-box-content .idea-box-content-left {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idea-box .idea-box-content .idea-box-content-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.idea-box .idea-box-content .idea-box-content-right .idea-box-content-right-item {
    display: none;
}

.idea-box .idea-box-content .idea-box-content-right .idea-box-content-right-item.active {
    display: block;
}

.origin-box {
    background-color: #f7f7f7;
    padding-bottom: 48px;
}

.origin-content {
    width: 1200px;
    height: 248px;
    background-color: #fff;
    margin: 50px auto 0 auto;
    display: flex;
}

.origin-content .img-box {
    width: 448px;
    height: 248px;
}

.origin-content .origin-content-text {
    flex: 1;
    text-indent: 2em;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    display: flex;
    flex-direction: column;
    padding: 62px 65px;
    justify-content: center;
    align-items: center;
}

.isWhat-text {
    text-indent: 2em;
    color: #666;
    width: 1095px;
    margin: 50px auto 20px auto;
    font-size: 16px;
}


/* .isWaht-list {
    width: 100%;
    min-width: 1180px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.isWaht-list .isWhat-item {
    flex: 1;
    height: 233px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
}

.isWaht-list .isWhat-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.isWaht-list .isWhat-item .title {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.isWaht-list .isWhat-item .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #bfbfbf;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    z-index: 2;
}

.isWaht-list .isWhat-item .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    transition: all 0.2s;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
}

.isWaht-list .isWhat-item .cover p {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.isWaht-list .isWhat-item:hover .title {
    display: none;
}

.isWaht-list .isWhat-item:hover .cover {
    bottom: 0;
} */

.idea-list {
    width: 1200px;
    margin: 79px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.idea-list .idea-item {
    width: 380px;
    height: 215px;
    background-color: #ffffff;
    box-shadow: 5px 8px 30px 2px rgba(196, 196, 196, 0.3);
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px 21px;
    box-sizing: border-box;
}

.idea-list .idea-item .idea-item-top {
    display: flex;
    align-items: center;
}

.idea-list .idea-item .idea-item-top .img-box {
    width: 61px;
    height: 61px;
}

.idea-list .idea-item .idea-item-top .img-box {
    width: 100%；
}

.idea-list .idea-item .idea-item-top .idea-item-top-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 20px;
}

.idea-list .idea-item .idea-item-bottom {
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    text-indent: 2em;
    text-align: justify;
}


/* 。。。。。。。。。。。。。什么是生涯教育？。。。。。。。。。。。。。。。。 */

.accordion-DIV {
    /*   width:98%;
  height:482px; */
    overflow: hidden;
    padding-left: 1%;
    padding-right: 1%;
}

.accordion-DIV>.accordion {
    /* border:$defaultBorder; */
}

.accordion {
    clear: both;
    overflow: hidden;
}

.accordion [data-name=accordion] {
    border: thin solid #efefef;
}

.accordion .accordion-li {
    float: left;
    color: #333;
    border-right: none;
    overflow: hidden;
    width: 100px;
    transition: width 1.5s;
    position: relative;
    cursor: pointer;
    height: 300px;
}

.accordion .accordion-li .accordion-img {
    border: thin solid #efefef;
}

.accordion .accordion-li:last-child {
    border-right: thin solid #efefef;
}

.accordion .accordion-li::before {
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
    transition: all 0.5s;
}

.accordion .accordion-li .accordion-description {
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    transition: all 0.5s;
    top: inherit;
    bottom: 63%;
    height: 50%;
    margin-bottom: -135px;
    padding: 1.5%;
}

.accordion .accordion-li .accordion-content,
.accordion .accordion-li .accordion-title,
.accordion:hover .accordion-li li.active .accordion-title,
.accordion:hover li.active .accordion-li .accordion-title {
    opacity: 0;
    transition: all 0.5s;
    margin-top: 15px;
    text-shadow: 0px 0px 1px #e0f9ff;
}

.accordion .accordion-li .accordion-title {
    font-size: xx-large;
    font-weight: bold;
    font-size: 26px;
    margin: 0 15px;
}

.accordion .accordion-li .accordion-content {
    font-size: 16px;
    margin: 20px 15px 20px 15px;
    text-indent: 32px;
}

.accordion .accordion-li h1 {
    width: 90%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 50%;
    font-size: 20px;
    z-index: 10;
    opacity: 1;
    transition: opacity 2.5s;
    text-align: center;
}

.accordion:hover li {
    width: 100px;
    transition: width 1.5s;
}

.accordion:hover li.active {
    /* width:600px !important; */
    transition: width 0.5s;
}

.accordion:hover li.active::before {
    opacity: 0;
}

.accordion:hover li.active h1 {
    opacity: 0;
    transition: opacity .2s;
}

.accordion:hover li.active .accordion-description {
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    transition: all 0.5s;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.7), white);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255, 255, 255, 0.7), white);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.7), white);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(255, 255, 255, 0.7), white);
    padding-top: 9%;
    height: auto;
    width: 97%;
    top: inherit;
    bottom: 136px;
}

.accordion:hover li.active .accordion-content,
.accordion:hover li.active .accordion-title {
    opacity: 1 !important;
    transition: all 2s;
}

.accordion.verticality {
    clear: both;
    overflow: hidden;
}

.accordion.verticality .accordion-li {
    width: 100%;
    float: inherit;
    border: thin solid #efefef;
    height: 100px;
    transition: height .6s;
    border-bottom: none;
}

.accordion.verticality .accordion-li .accordion-description {
    left: 50%;
    bottom: 0;
    width: 30%;
    height: 95%;
    margin-bottom: 0px;
    margin-top: auto;
    margin-left: -224px;
    transition: all .8s;
}

.accordion.verticality .accordion-li .accordion-img {
    width: 100%;
}

.accordion.verticality .accordion-li:last-child {
    border-bottom: thin solid #efefef;
}

.accordion.verticality .accordion-li.active {
    width: 100% !important;
    transition: height .6s;
}

.accordion.verticality .accordion-li.active::before {
    opacity: 0;
}

.accordion.verticality .accordion-li.active h1 {
    opacity: 0;
    transition: all 0.5s;
}

.accordion.verticality .accordion-li.active .accordion-description {
    margin-left: 0;
    width: 98%;
    height: 50%;
    top: inherit;
    bottom: 0;
    left: 0;
    background-color: white;
    opacity: 0.9;
    padding-top: 1.5%;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.7), white);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255, 255, 255, 0.7), white);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.7), white);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(255, 255, 255, 0.7), white);
    transition: height .8s;
}

.accordion.verticality .accordion-li.active .accordion-description .accordion-title,
.accordion.verticality .accordion-li.active .accordion-description .accordion-content,
.accordion.verticality .accordion-li.active .accordion-description .accordion-title {
    opacity: 1;
    transition: opacity 1s;
}

.accordion .ver-toggle {
    display: none;
}

.accordion .accordion-img {
    display: block;
    height: 100%;
}

.accordion a {
    display: block;
    background-color: white;
    width: 100%;
    height: 100%;
}