﻿@charset "utf-8";
/* CSS Document */

.htitle h2{
    font-size: 32px;
    color: #f38422;
    text-align: center;
}
.pd{
    padding: 50px 0;
}
/*课程*/
.course {
    width: 100%;
    margin-top: 50px;
}

.course_bg {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}


.course_bottom {
    width: 100%;
    position: relative;
}
.course_bottom li{
    width: 33.333%;
    float: left;
    text-align: center;
    margin-top: 40px;
    overflow: hidden;

}

.course_bottom li img{
    margin: 0 auto;
    padding: 10px;
    display: block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border:1px dashed #f38422;
}
.course_bottom li h3{
    font-size: 22px;
    color:#f38422;
    margin-top: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.prod_bg {
    width: 100%;
    height: 370px;
}

#prod {
    height: auto;
    margin: 0 auto;
}

#project_l {
    background: url("../images/tem/icon1.png") no-repeat;
    background-position: left center;
    width: 44px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    bottom: 4%;
    left: 40%;
}

#project_l:hover {
    background: url("../images/tem/icon2.png") no-repeat;
}

#project_r {
    background: url("../images/tem/icon4.png") no-repeat;
    background-position: right center;
    width: 44px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    bottom: 4%;
    right: 40%;
}

#project_d {
    width: 1200px;
    height: 370px;
    overflow: hidden;
    float: left;
}

.project_list {
    width: 100%;
    height: 100%;
}

.project_list ul {
    width: 100%;
    height: 100%;
}

.project_list li {
    width: 288px;
    height: 119px;
    float: left;
    margin-bottom: 40px;
    margin-right: 16px;
    cursor: pointer;
}

.project_img, .project_img a, .project_img a img {
    width: 100%;
    height: 100%;
    display: block;
}

.project_font {
    width: 100%;
    height: 100%;
    margin-top: -119px;
}

.project_font a {
    font-size: 24px;
    color: #333;
    height: 32px;
    line-height: 32px;
    width: 205px;
    padding-left: 68px;
    padding-top: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_font p {
    font-size: 14px;
    width: 205px;
    padding-left: 68px;
    padding-top: 6px;
    display: block;
    color: #666;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.project_more2 {
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: 0px;
    left: 48%;
}

.project_more2 a {
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/tem/more.png") no-repeat center;
}

.project_more2 a:hover {
    background: url("../images/tem/more1.png") no-repeat center;
}

.project_list li:hover .project_font a {
    color: #ec8002;
}

.project_list li:hover .project_font p {
    color: #ec8002;
}

/*关于冠蒙*/
.about {
    width: 100%;
    margin-top: 50px;
    background: url("../images/about_bg.jpg") no-repeat center;
}
.about .htitle h2{
    color: #fff;
}

.about_detail {
    color: #fff;
    text-align: center;
    line-height: 36px;
    max-height: 288px;
    overflow: hidden;
}

.about_detail p {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
}

.about a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 200px;
    height: 32px;
    line-height: 32px;
    background: #f38422;
    border-radius: 20px;
    margin: 30px auto 0;
}

.about a:hover {
    background: #fff;
    color: #ec8002;
}

/*教学环境*/
.environment {
    width: 100%;
}


.environment_list {
    width: 100%;
    height: 100%;
    margin-top: 40px;
}

.environment_list li {
    width: 25%;
    float: left;
    padding: 0 1%;
    box-sizing: border-box;
}

.environment_img {
    width: 100%;
    background: #fff;
    border-radius: 2px;
}


.environment_img a img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    display: block;
}

.environment_font {
    width: 100%;
    margin: 20px 0;
}

.environment_font a {
    width: 80%;
    margin-left: 10%;
    display: block;
    text-align: center;
    height: 40px;
    font-size: 20px;
    color: #666;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.environment_more2 {
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: 2%;
    left: 48%;
}

.environment_more2 a {
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/tem/more.png") no-repeat center;
}

.environment_more2 a:hover {
    background: url("../images/tem/more1.png") no-repeat center;
}

.environment_list li:hover .environment_img a img {
    transform: scale(1.1)
}

.environment_list li:hover .environment_font a {
    color: #ec8002;
}

/*优势*/
.advantage {
    width: 100%;
    background:#c9d596;

}

.advantage_bg {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.advantage_top {
    width: 100%;
    height: 85px;
    margin-top: 220PX;
    text-align: center;
}

.advantage_top b {
    font-size: 40px;
    color: #fff;
    display: block;
    letter-spacing: 3px;
}

.advantage_top span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 10px;
    letter-spacing: 1px;
}

.advantage_bottom {
    width: 100%;
    margin-top: 40px;
}

.advantage_bottom ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.advantage_bottom li {
    width: 25%;
    padding: 0 1%;
    box-sizing: border-box;
    float: left;
}

.adv_img {
    width: 100%;
    overflow: hidden;
}

.adv_img a, .adv_img a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}

.adv_font {
    width: 100%;
    height: 94px;
    background: #fba949;
    color: #fff;
}

.adv_font a {
    font-size: 20px;
    color: #fff;
    display: block;
    padding-top: 20px;
    width: 80%;
    margin-left: 7%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adv_font p {
    font-size: 14px;
    padding-top: 6px;
    width: 94%;
    margin-left: 7%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advantage_bottom li:hover .adv_img a img {
    transform: scale(1.1)
}

/*早教知识*/
.news {
    width: 100%;
}

.news_list li {
    float: left;
    width: 48%;
    height: 150px;
    margin-top: 40px;
    overflow: hidden;
    margin-right: 4%;
}
.news_list li.mar0{
    margin-right: 0;
}

.knowledge_img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-right:20px;
}

.knowledge_img a, .knowledge_img a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
}

.knowledge_font {
    height: 100%;
}

.knowledge_font h3 a {
    font-size: 16px;
    color: #333;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.knowledge_font p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-top: 10px;
    line-height: 20px;
}

.knowledge_font span {
    font-size: 14px;
    color: #999;
    height: 20px;
    overflow: hidden;
    margin-top: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    display: block;
}


.news_list li:hover .knowledge_img a img {
    transform: scale(1.1)
}

.news_list li:hover .knowledge_font a {
    color: #ec8002;
}

.news_list li:hover .knowledge_more {
    background: #f8b071;
}

.knowledge_bottom {
    width: 100%;
    height: 235px;
    margin-top: 20px;
    overflow: hidden;
}

.knowledge_bottom ul {
    width: 100%;
    height: 100%;
}

.knowledge_bottom li {
    width: 327px;
    height: 45px;
    float: left;
    margin-right: 26px;
    border-bottom: 1px solid #999;
}

.knowledge_bottom li:nth-child(1) {
    border-top: 1px solid #999;
}

.knowledge_bottom li:nth-child(2) {
    border-top: 1px solid #999;
}

.knowledge_bottom li:nth-child(even) {
    margin-right: 0;
}

.knowledge_bottom li a {
    font-size: 16px;
    color: #666;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.knowledge_bottom li a:hover {
    color: #ec8002;
}

.news_right {
    width: 458px;
    height: 525px;
    padding-top: 80px;
    overflow: hidden;
}

.video_title {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.video_title b {
    font-size: 40px;
    color: #333;
    display: block;
    float: left;
}

.video_title a {
    font-size: 20px;
    color: #999;
    display: block;
    float: right;
    line-height: 75px;
}

.video_title a:hover {
    color: #ec8002;
}

.video_detail {
    width: 100%;
    height: 445px;
    margin-top: 30px;
}

.video_detail ul {
    width: 100%;
    height: 100%;
}

.video_detail li {
    width: 100%;
    height: 212px;
}

.video_detail li:nth-child(2) {
    margin-top: 20px;
}

.video_detail li a, .video_detail li a video {
    width: 100%;
    height: 100%;
    display: block;
}