a {
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
.container {
    margin: 0px auto;
    width: 950px;
}

.title_div {
    margin-top: 55px;
    margin-bottom: 25px;
    color: #ff7800;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.title_div > p:nth-child(2) {
    font-size: 18px;
    color: #ff7800;
    font-weight: 300;
}

.kepu_content {
    width: 100%;
    margin: 0 auto;
    height: 350px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    box-shadow: 5px 5px 7px #aaa;
}

.kepu_content > div {
    height: 50%;
}

.kepu_content > div:first-child {
    border-bottom: 1px solid #e0e0e0;
}

.kepu_content > div > a {
    display: inline-block;
    width: 25%;
    height: 100%;

    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    position: relative;
    color: #717171;
    float: left;
}


.kepu_content > div:nth-child(1) > a:nth-child(1):hover {
    background-color: #83cde6;
    color: white;
}
.kepu_content > div:nth-child(1) > a:nth-child(2):hover {
    background-color: #ef9455;
    color: white;
}
.kepu_content > div:nth-child(1) > a:nth-child(3):hover {
    background-color: #43ad99;
    color: white;
}
.kepu_content > div:nth-child(1) > a:nth-child(4):hover {
    background-color: #3f6bac;
    color: white;
}

.kepu_content > div:nth-child(2) > a:nth-child(1):hover {
    background-color: #db5850;
    color: white;
}
.kepu_content > div:nth-child(2) > a:nth-child(2):hover {
    background-color: #3cb277;
    color: white;
}
.kepu_content > div:nth-child(2) > a:nth-child(3):hover {
    background-color: #48809a;
    color: white;
}
.kepu_content > div:nth-child(2) > a:nth-child(4):hover {
    background-color: #c0c652;
    color: white;
}

.kepu_content > div > a:nth-child(n+2) {

    border-left: 1px solid #e0e0e0;
    border-right: none;
}

.kepu_content > div > a > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kepu_content > div > a > div > div:nth-child(1) {
    width: 60px;
    height: 60px;
    background-size: 100%, 100%;
    margin: 0 auto 10px;
}

.kepu_content > div > a > div > div:nth-child(2) {
    width: 100px;
    height: auto;
}

/*节日活动*/
.kepu_content > div:nth-child(1) > a:nth-child(1) > div > div:first-child {
    background-image: url("/images_new/jiaoyu/1_1.png");
}

.kepu_content > div:nth-child(1) > a:nth-child(1):hover > div > div:first-child {
    background-image: url("/images_new/jiaoyu/1_2.png");
}

/*影视益智*/
.kepu_content > div:nth-child(1) > a:nth-child(2) > div > div:first-child {
    background-image: url("/images_new/jiaoyu/2_1.png");
}

.kepu_content > div:nth-child(1) > a:nth-child(2):hover > div > div:first-child {
    background-image: url("/images_new/jiaoyu/2_2.png");
}

/*科普讲座*/
.kepu_content > div:nth-child(1) > a:nth-child(3) > div > div:first-child {
    background-image: url("/images_new/jiaoyu/3_1.png");
}

.kepu_content > div:nth-child(1) > a:nth-child(3):hover > div > div:first-child {
    background-image: url("/images_new/jiaoyu/3_2.png");
}

/*亲子教育*/
.kepu_content > div:nth-child(1) > a:nth-child(4) > div > div:first-child {
    background-image: url("/images_new/jiaoyu/4_1.png");
}

.kepu_content > div:nth-child(1) > a:nth-child(4):hover > div > div:first-child {
    background-image: url("/images_new/jiaoyu/4_2.png");
}

/*自然课程*/
.kepu_content > div:nth-child(2) > a:nth-child(1) > div > div:first-child {
    background-image: url("/images_new/jiaoyu/5_1.png");
}

.kepu_content > div:nth-child(2) > a:nth-child(1):hover > div > div:first-child {
    background-image: url("/images_new/jiaoyu/5_2.png");
}

/*野外体验*/
.kepu_content > div:nth-child(2) > a:nth-child(2) > div > div:first-child {
    background-image: url("/images_new/jiaoyu/6_1.png");
}

.kepu_content > div:nth-child(2) > a:nth-child(2):hover > div > div:first-child {
    background-image: url("/images_new/jiaoyu/6_2.png");
}

/*自然艺术*/
.kepu_content > div:nth-child(2) > a:nth-child(3) > div > div:first-child {
    background-image: url("/images_new/jiaoyu/7_1.png");
}

.kepu_content > div:nth-child(2) > a:nth-child(3):hover > div > div:first-child {
    background-image: url("/images_new/jiaoyu/7_2.png");
}

/*综合实践*/
.kepu_content > div:nth-child(2) > a:nth-child(4) > div > div:first-child {
    background-image: url("/images_new/jiaoyu/8_1.png");
}

.kepu_content > div:nth-child(2) > a:nth-child(4):hover > div > div:first-child {
    background-image: url("/images_new/jiaoyu/8_2.png");
}


.class_bg {
    width: 100%;
    /*height: 400px;*/
}

.class_container {
    position: relative;
    height: 400px;
    margin-top: -400px;
    padding: 50px 0px;
    color: white;
    width: 920px;
}

.class_title {
    font-size: 24px;
}

.class_main {
    width: 100%;
}

.class_main_images {
    width: 17px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    text-align: center;
}

.class_main_images > img {
    width: 15px;
    margin-bottom: 21px;
    margin-top: 5px;
}

.class_main_content {
    width: 424px;
    margin-left: 10px;
    color: white;
    font-size: 15px;
    max-height: 210px;
    overflow: hidden;
    display: inline-block;
    font-weight: 200
}

.class_main_content > p {
    font-size: 18px;
}

.class_line {
    height: 9px;
    margin-bottom: 22px;
}

.more_btn {
    width: 138px;
    height: 37px;
    border-radius: 5px;
    color: whitesmoke;
    /*background-color: #ff7800;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid white;
}

.members_content{
    background-image: url("/images_new/jiaoyu/members_bg.png");
    width: 1000px;
    height: 400px;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;

}
.members_content_list{
    position: absolute;
    right: 52px;
    text-align: center;
}
.members_content_list>div{
    height: 60px;
    line-height: 70px;
    width: 400px;
    text-align: left;
}
.members_content_list>div:nth-child(n+2){
    border-top: 1px dashed #cecece;
}
.members_content_list>div>a>span{
    color: #727171;

}
.members_content_list>div>a>span:nth-child(2){
    margin-left: 10px;
    position: absolute;
    right: 0px;
}
.member_more_btn {
    width: 138px;
    height: 37px;
    border-radius: 5px;
    color: #595757;
    background-color: white;
    display: inline-block;
    margin-top: 40px;
    line-height: 37px;
    border: 1px solid #61b4dd;
}
.members_foot{
    width: 1000px;
    margin: 10px auto;
}
.members_foot img{
    width: 100%;
}
