.index_banner .swiper-button-prev:after, .index_banner .swiper-container-rtl .swiper-button-next:after,
.index_banner .swiper-button-next:after, .index_banner .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.index_banner .swiper-button-next,.index_banner .swiper-button-prev {
    width: 26px;
	height: 44px;
}

.index_banner .swiper-button-prev, .index_banner .swiper-container-rtl .swiper-button-next {
    left: 100px;
    right: auto;
    background: url(../images/index_banner_prev1.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_banner .swiper-button-next, .index_banner .swiper-container-rtl .swiper-button-prev {
    right: 100px;
    left: auto;
    background: url(../images/index_banner_next1.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_banner .swiper-button-prev:hover, .index_banner .swiper-container-rtl .swiper-button-next:hover {
    left: 100px;
    right: auto;
    background: url(../images/index_banner_prev2.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_banner .swiper-button-next:hover, .index_banner .swiper-container-rtl .swiper-button-prev:hover {
    right: 100px;
    left: auto;
    background: url(../images/index_banner_next2.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_banner .swiper-pagination-bullet {
    width: 60px;
	height: 4px;
	opacity: 1;
    background: rgba(108,108,108,0.2);
    border-radius: 0px;
    margin: 0px 15px;
}

.index_banner .swiper-pagination-bullet-active {
    background: #0aba80;
}


.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,.index_banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}

/* 固定背景 start */
.index_fixed_bgs {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.index_fixed_bgs_cover {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.index_fixed_bgs img {
    width: 100%;
    height: 100%;
}
/* 固定背景 end */

/* 倒计时 start */
.index_countdown {
    height: 100px;
	background: #0aba80;
    line-height: 100px;
    vertical-align: middle;
}


.index_countdown_img {
    width: 5.8%;
    float: left;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    float: left;
}

.index_countdown_img img {
    width: 100%;
    height: auto;
}

.index_countdown_item {
    width: 47.1%;
    float: left;
    font-size: 20px;
	color: #fff;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
}

.index_countdown_right {
    text-align: right;
}

.index_countdown_nums {
    display: inline-block;
    width: 58px;
	height: 56px;
	line-height: 56px;
	border-radius: 8px;
    font-size: 30px;
	color: #0aba80;
    font-family: BAHNSCHRIFT;
    text-align: center;
    background: url(../images/index_count_numbg.png) left top no-repeat;
    background-size: 100% 100%;
    margin: 0px 20px;
}
/* 倒计时 end */

/* 专属定制 start */
.index_customized {
    padding: 96px 0px 100px;
    background: #fff;
}


.index_customized .public_titles {
    margin-bottom: 58px;
}

.index_customized_list li{
    width: 30.5%;
    float: left;
    border-radius: 4px;
    margin-right: 4.25%;
    margin-bottom: 60px;
}

.index_customized_list li a {
    position: relative;
    transition: all 0.5s;
    bottom: 0px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px 20px 30px 0px 
		rgba(135, 153, 159, 0.1);
}

.index_customized_list li.margin0 {
    margin-right: 0px;
}
.index_customized_list li.clear {
    margin:0px;
    float: none;
    width: 0px;
    height: 0px;
}
.index_customized_list li .img2  {
    display: none;
}

.index_customized_list li:hover a {
    bottom: 20px;
    box-shadow: 0px 20px 30px 0px 
		rgba(79, 103, 111, 0.2);
}
.index_customized_list li:hover .img1 {
    display: none;
}
.index_customized_list li:hover .img2 {
    display: block;
}

.index_customized_img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.index_customized_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 40px;
    z-index: 1;
}

.index_customized_tit {
    font-size: 30px;
	font-weight: bold;
	color: #fff;
    margin-bottom: 18px;
}

.index_customized_texts {
    font-size: 24px;
	color: #fff;
	opacity: 0.8;
    margin-bottom: 36px;
}

.index_customized_go {
    width: 48px;
	height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.index_customized_btn {
    text-align: center;
}
/* 专属定制 end */


/* 师资力量 start */
.index_teachers {
    background: transparent;
    padding-top: 0px;
}




.index_teachers_top_nums {
    background: #fff;
    overflow: hidden;
}

.index_teachers_top_nums li {
    width: 33.33%;
    float: left;
    padding: 50px 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.index_teacher_nums_top {
    font-size: 50px;
	color: #333;
    margin-bottom: 18px;
    line-height: 50px;
    font-family: BAHNSCHRIFT;
}
.index_teacher_nums_texts {
    font-size: 16px;
	color: #666;
}

.index_teachers_top_nums li +li:after {
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 1px;
	height: 60px;
	background: #dadada;
    margin: auto;
}

.index_teachers_guarantee {
    width: 100%;
    box-sizing: border-box;
    background: url(../images/index_teachers_bg.png) left top no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.index_teachers_guarantee li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    padding: 50px 20px 50px 40px;
}

.index_teachers_guarantee li>img {
    width: 55px;
	height: 63px;
    float: left;
    margin-right: 30px;
}

.index_teachers_guarante_right {
    max-width: 70%;
    float: left;
}

.index_teachers_guarantee_tit {
    font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
    margin-bottom:10px;
}

.index_teachers_guarantee_cont {
    font-size: 16px;
    color: #fdd9b8;
	line-height: 26px;
}

.index_teachers_top  {
    position: relative;
    z-index: 1;
}

.index_teachers_main {
    position: relative;
    margin-top: -140px;
    background: #fff url(../images/index_teachers_main.jpg) left bottom no-repeat;
    background-size: 100% auto;
    /* z-index: -1; */
    padding: 234px 0px 94px;
}

.index_teachers_main .public_titles {
    margin-bottom: 48px;
}

.index_teachers_screen {
    background: #f2fcfc;
    padding: 43px 0px 24px;
}

.index_teachers_screen_tit {
    margin-bottom: 18px;
    font-size: 28px;
	color: #333;
    text-align: center;
}

.index_teachers_screen_tit_spe {
    color: #fa9500;
}


.index_teachers_screen_show {
    width: 15%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 10px;
}
.index_teachers_screen_arrow {
    width:2% ;
    float: left;
    line-height: 138px;
    vertical-align: middle;
}

.index_teachers_screen_arrow img {
    width: 100%;
    height: auto;
}
.index_teachers_screen_show_inline {
    display: inline-block;
}

.index_teachers_screen_list {
    overflow: hidden;
}

.index_teachers_screen_top {
    font-size: 16px;
	color: #0aba80;
}

.index_teachers_screen_top_nums {
    font-family: BAHNSCHRIFT;
    height: 75px;
}

.screen_nums1 {
    font-size: 62px;
}

.screen_nums2 {
    font-size: 60px;
}

.screen_nums3 {
    font-size: 45px;
}

.screen_nums4 {
    font-size: 42px;
}

.screen_nums5 {
    font-size: 36px;
}

.screen_org {
    color: #fa9500;
}

.index_teachers_screen_text {
    font-size: 17px;
    line-height: 36px;
	color: #333;
}

.social_honor .swiper-slide img {
    width:100%;
    height: auto;
}

.social_honor .swiper-slide {
    /*transform: scale(0.8);*/
}
.social_honor .swiper-slide-active{
    /*transform: scale(1.2);*/
    /*z-index: 2;*/
}

.social_honor .swiper-slide-prev ,.social_honor .swiper-slide-next {
    /*transform: scale(1);*/
    /*z-index: 1;*/
}

.social_honor .swiper-container {
    padding: 60px 0px;
}

.index_teachers_screen_text_duan {
    width: 70%;
    margin: 0px auto;
}

.screen_show1 {
    padding-top: 28px;
}
.screen_show2 {
    padding-top: 35px;
}
.screen_show2 {
    padding-top: 35px;
}

.index_teachers_screen {
    margin-bottom: 40px;
}

.index_teacher_swiper_inner {
    /* overflow: hidden; */
    position: relative;
    padding-bottom: 20px;
}

.index_teacher_swiper_left {
    width: 52.7%;
    background: url(../images/index_teachers_left.jpg) left bottom no-repeat;
    background-size: 100% 366px;
    position: relative;
}

.index_teacher_swiper_info {
    width: 48.6%;
    box-sizing: border-box;
    height: 366px;
    overflow: auto;
    padding: 60px 30px 30px 60px;
    position: absolute;
    left: 0px;
    bottom: 20px;
}

.index_teacher_info_top {
    font-size: 20px;
	color: #999;
    margin-bottom: 28px;
}

.index_teacher_info_name {
    font-size: 30px;
	color: #333;
}

.index_teacher_info_line {
    display: block;
    width: 2px;
	height: 40px;
	background: #fa9700;
    margin-bottom: 28px;
}

.index_teacher_info_desc {
    font-size: 20px;
    line-height: 24px;
	color: #333;
}

.index_teacher_info_picture {
    width: 100%;
    /* position: absolute;
    bottom: 0px;
    right: 99px; */
    display: block;
    /*margin-left: 48.6%;*/
}

.index_teacher_swiper_right {
    width: 55.55%;
    height: 309px;
    background: url(../images/index_teacher_text_bg.png) left top no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 56px 90px;
    box-sizing: border-box;
}

.index_teacher_info_job {
    font-size: 24px;
	color: #fff;
    margin-bottom: 30px;
}

.index_teacher_info_right_line {
    display: block;
    width: 60px;
	height: 1px;
	background: #fff;
	opacity: 0.68;
    margin-bottom: 28px;
}

.index_teacher_info_shows {
    font-size: 18px;
	line-height: 36px;
	color: #fff;
}

.index_teacher_swiper_btns {
    width: 156px;
    position: absolute;
    right: 40px;
    bottom: 288px;
    height: 56px;
}

.index_teacher_swiper .swiper-button-prev:after, .index_teacher_swiper .swiper-container-rtl .swiper-button-next:after ,
.index_teacher_swiper .swiper-button-next:after, .index_teacher_swiper .swiper-container-rtl .swiper-button-prev:after,
.index_videos .swiper-button-prev:after, .index_videos .swiper-container-rtl .swiper-button-next:after ,
.index_videos .swiper-button-next:after, .index_videos .swiper-container-rtl .swiper-button-prev:after ,
.index_honor .swiper-button-prev:after, .index_honor .swiper-container-rtl .swiper-button-next:after ,
.index_honor .swiper-button-next:after, .index_honor .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.index_honor .swiper-button-next,.index_honor .swiper-button-prev{
    width: 70px;
	height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.index_teacher_swiper .swiper-button-next,.index_teacher_swiper .swiper-button-prev{
    width: 56px;
	height: 56px;
    border-radius: 50%;
    overflow: hidden;
}


.index_videos .swiper-button-next,.index_videos .swiper-button-prev {
    width: 43px;
	height: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.index_videos .swiper-button-next, .index_videos .swiper-container-rtl .swiper-button-prev{
    right: 0px;
}

.index_videos .swiper-button-prev, .index_videos .swiper-container-rtl .swiper-button-next {
    left: 0px;
}

.index_teacher_swiper .swiper-button-next, .index_teacher_swiper .swiper-container-rtl .swiper-button-prev,
.index_honor .swiper-button-next, .index_honor .swiper-container-rtl .swiper-button-prev{
    background: url(../images/index_techer_next1.png) left top no-repeat;
    background-size: 100% 100%;
    
    background: none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/index_techer_next1.png', sizingMethod='scale');
}

.index_teacher_swiper .swiper-button-prev, .index_teacher_swiper .swiper-container-rtl .swiper-button-next ,
.index_honor .swiper-button-prev, .index_honor .swiper-container-rtl .swiper-button-next{
    background: url(../images/index_techer_prev1.png) left top no-repeat;
    background-size: 100% 100%;
    
    background: none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/index_techer_prev1.png', sizingMethod='scale');
}

.index_videos .swiper-button-next, .index_videos .swiper-container-rtl .swiper-button-prev {
    background: url(../images/index_video_next1.png) left top no-repeat;
    background-size: 100% 100%;
    
    background: none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index_video_next1.png', sizingMethod='scale');
}
.index_videos .swiper-button-prev, .index_videos .swiper-container-rtl .swiper-button-next {
    background: url(../images/index_video_prev1.png) left top no-repeat;
    background-size: 100% 100%;
    
    background: none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index_video_prev1.png', sizingMethod='scale');
}

.index_teacher_swiper .swiper-button-next:hover, .index_teacher_swiper .swiper-container-rtl .swiper-button-prev:hover,
.index_videos .swiper-button-next:hover, .index_videos .swiper-container-rtl .swiper-button-prev:hover,
.index_honor .swiper-button-next:hover, .index_honor .swiper-container-rtl .swiper-button-prev:hover {
    background: url(../images/index_techer_next2.png) left top no-repeat;
    background-size: 100% 100%;
    
    background: none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/index_techer_next2.png', sizingMethod='scale');
}

.index_teacher_swiper .swiper-button-prev:hover, .index_teacher_swiper .swiper-container-rtl .swiper-button-next:hover,
.index_videos .swiper-button-prev:hover, .index_videos .swiper-container-rtl .swiper-button-next:hover,
.index_honor .swiper-button-prev:hover, .index_honor .swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/index_techer_prev2.png) left top no-repeat;
    background-size: 100% 100%;
    
    background: none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/index_techer_prev2.png', sizingMethod='scale');
}

.index_teacher_swiper{
    margin-bottom: 60px;
}

.index_teacher_groups {
    overflow: hidden;
    margin-bottom: 94px;
    margin-top: 60px;
}

.index_teacher_groups li {
    overflow: hidden;
    border-radius: 24px 4px 16px 4px;
    width: 29.6%;
    float: left;
    margin-right: 5.6%;

    box-sizing: border-box;
    padding: 35px 40px;
}

.index_teacher_groups1{
    background: url(../images/index_group1.jpg) left top no-repeat;
    background-size: 100% 100%;
}
.index_teacher_groups2{
    background: url(../images/index_group2.jpg) left top no-repeat;
    background-size: 100% 100%;
}
.index_teacher_groups3{
    background: url(../images/index_group3.png) left top no-repeat;
    background-size: 100% 100%;
}

.index_teacher_groups li.index_teacher_groups3 {
    margin-right: 0px;
}

.index_teacher_groups_img {
    width: 70px;
	height: 70px;
    border-radius: 50%;
    float: left;
}

.index_teacher_groups_right {
    width: 76%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}

.index_teacher_groups_tit {
    font-size: 23px;
	font-weight: bold;
	color: #fefefe;
    margin-bottom: 16px;
}

.index_teacher_groups_desc {
    font-size: 18px;
	color: #fff;
	opacity: 0.7;
}

.index_teachers_screen_tit_group {
    margin-bottom: 40px;
}
/* 师资力量 end */


/* 学员成长体系 start */
.index_r_pgs {
    background: #f7f7f7;
    padding: 95px 0px 100px;
}

.index_r_pgs_inner {
    overflow: hidden;
    margin-top: 94px;
}

.index_r_pgs_left ,.index_r_pgs_right{
    width: 29.2%;
    float: left;
}

.index_r_pgs_center {
    width: 41.6%;
    float: left;
}

.index_r_pgs_item {
    overflow: hidden;
    margin-bottom: 118px;
    cursor: pointer;
}


.index_r_pgs_center .index_r_pgs_item {
    margin-bottom: 0px;
    position: relative;
    left: 2%;
}

.index_r_pgs_item_tit {
    font-size: 24px;
	font-weight: bold;
	color: #333;
    margin-bottom: 24px;
}





.index_r_pgs_item_img {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    float: left;
}

.index_r_pgs_item .img2 {
    display: none;
}



.index_r_pgs_left .index_r_pgs_item_img {
    float: right;
}

.index_r_pgs_center .index_r_pgs_item_content {
    width: 58%;
}

.index_r_pgs_center_img {
    width: 88%;
    display: block;
    margin: 0px auto 38px;
}

.index_r_pgs_item:hover .index_r_pgs_item_tit {
    color: #0aba80;
}

.index_r_pgs_item:hover .img1 {
    display: none;
}

.index_r_pgs_item:hover .img2 {
    display: block;
}
/* 学员成长体系 end */


/* 家庭教育指导 start */
.index_family {
    background: #fff;
    padding: 96px 0px 100px;
}

.index_family_list {
    overflow: hidden;
    position: relative;
    margin: 68px 0px;
}

.index_family_list:after {
    position: absolute;
    left: 0px;
    width: 100%;
    content: "";
    height: 2px;
    background: #ececec;
    top: 64px;
}

.index_family_list li {
    position: relative;
    z-index: 1;
    width: 20%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 24px;
	line-height: 30px;
	color: #333;
    background: transparent;
}

.index_family_list li img {
    height: 130px;
    width: auto;
    margin-bottom: 18px;
}

.index_family_tips li {
    width: 47.9%;
    float: left;
    margin-right: 4.2%;
    box-shadow: 0px 15px 32px 0px 
		rgba(175, 175, 175, 0.24);
	border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.index_family_tips li.margin0 {
    margin-right: 0px;
}

.index_family_tips li.clear {
    width: 0px;
    float: none;
    margin: 0px;
    padding: 0px;
    box-shadow:none;
	border-radius: 0px;
}

.index_family_tips_img {
    width: 100%;
    height: auto;
	border-radius: 12px;
}

.index_family_tips_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 78px;
	height: auto;
    z-index: 1;
    box-sizing: border-box;
    background: #0aba80;
    padding: 20px;
    box-shadow: 0px 15px 32px 0px 
		rgba(175, 175, 175, 0.24);
	border-radius: 12px 0px 24px 0px;
}


.index_family_tips_content {
    width: 100%;
    background: rgba(0,0,0,0.6);
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    padding: 60px 50px;
    position: absolute;
    top: 0px;
    left: 0px;
	border-radius: 12px;
    display: none;
}

.index_family_tips_tit {
    font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
    margin-bottom: 28px;
    text-align: center;
}

.index_family_tips_line {
    width: 40px;
	height: 2px;
	background: #0aba80;
    display: block;
    margin: 0px auto 28px;
}


.index_family_tips_desc {
    font-size: 18px;
	line-height: 34px;
	color: #fff;
}


.index_videos_list {
    width: 25.7%;
    float: left;
}

.index_videos_swiper {
    width: 66.66%;
    float: right;
}

.index_videos {
    background: #f7f7f7 url(../images/index_videos_bg.jpg) left bottom no-repeat;
    background-size: 100% 100%;
    padding: 102px 0px 98px;
}

.index_videos_list li {
    overflow: hidden;
    margin-bottom: 40px;
    cursor: pointer;
}

.index_video_icons {
    width: 30px;
	height: 30px;
    margin-right: 20px;
    float: left;
}

.img2 ,.img3 {
    display: none;
}

.index_videos_content {
    width: 70%;
    float: left;
}


.index_videos_title {
    font-size: 22px;
	color: #333;
    line-height: 30px;
}


.index_videos_desc {
    font-size: 16px;
	color: #999;
    margin-top: 20px;
    line-height: 30px;
    display: none;
}

.index_videos_list li:hover .img1 , .index_videos_list li:hover .img3 {
    display: none;
}

.index_videos_list li:hover .img2 {
    display: block;
}

.index_videos_list li:hover .index_videos_title {
    /* color: #0aba80; */
}

.index_videos_swiper_btn {
    width: 98px;
    position: relative;
    height: 43px;
    margin-top: 10px;
    padding-bottom: 50px;
}

.index_videos_swiper .swiper-slide.swiper-slide-active {
    z-index: 1;
}

.index_videos_swiper_item {
    position: relative;
}

.index_videos_swiper_item video {
    width: 100%;
    height: 520px;
    background: #000;
}

.index_videos_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 800px;
    height: 520px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.6);
  }
.index_videos_swiper .swiper-slide-active,.index_videos_swiper .swiper-slide-duplicate-active{
    transform: scale(1.3);
}

.index_videos_swiper .swiper-slide.swiper-slide-active .index_videos_swiper_cover {
    background:rgba(0,0,0,0.1);
}

.index_videos_swiper_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
}

.index_videos_swiper_cover img {
    width: 80px;
	height: 80px;
    position: absolute;
    bottom: 38px;
    right:40px;
    cursor: pointer;
}


.index_video_ie {
    width: 100%;
    height: 520px;
    background: #000;
    overflow: hidden;
    position: relative;
    display: none;
}

.index_video_ie p {
    font-size: 16px;
    line-height: 30px;
    width: 80%;
    height: 80px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.index_videos_list li.on .img1 ,.index_videos_list li.on .img2 {
    display: none;
}
.index_videos_list li.on .img3 {
    display: block;
}
/* 家庭教育指导 end */



/* 地图 start */
.index_map {
    padding: 94px 0px 100px;
    background: #fff;
}

.index_map .index_container {
    position: relative;
}
.index_map_images {
    width: 100%;
    height: 680px;
}

.index_map_forms {
    width: 480px;
	height: 560px;
    border-radius: 4px;
    overflow: hidden;
    right: 60px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    margin: auto;
    background: url(../images/index_map_bg.png) left top no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 20px 40px 0px 
		rgba(18, 94, 69, 0.3);
    box-sizing: border-box;
    padding: 40px 0px;
}

.index_map_province {
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 30px;
    padding: 0px 30px;
}

.index_map_province>li {
    display: inline-block;
    padding: 12px 30px;
    margin-right: 14px;
    font-size: 18px;
    cursor: pointer;
    background: rgba(255,255,255,0.1);
	box-shadow: 0px 20px 40px 0px 
		rgba(19, 151, 107, 0.3);
	border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.index_map_province>li.on,.index_map_province>li:hover {
	color: #333;
    background: #fff;
}

.index_map_city {
    width: 100%;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0px 30px;
    margin-bottom: 36px;
    height: 50px;
    overflow-y:hidden ;
}

.index_map_city:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 1px;
	background: #fff;
	box-shadow: 0px 20px 40px 0px 
		rgba(19, 151, 107, 0.3);
	border-radius: 1px;
	opacity: 0.2;
    box-sizing: border-box;
}

.index_map_city>li {
    display: inline-block;
    font-size: 18px;
	line-height: 30px;
    height: 50px;
	color: #fff;
    box-sizing: border-box;
    margin-right: 36px;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

.index_map_city>li.on ,.index_map_city>li:hover{
    font-size: 20px;
	font-weight: bold;
}

.index_map_city>li:after {
    display: none;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 30px;
	height: 2px;
	background: #fff;
	box-shadow: 0px 20px 40px 0px 
		rgba(19, 151, 107, 0.3);
	border-radius: 1px;
}

.index_map_city>li.on:after {
    display: block;
}

.index_map_detail_item {
    width: 87%;
    box-sizing: border-box;
    height: 320px;
    overflow: auto;
    padding: 0px;
    margin: 0px auto;
}

.index_map_detail_item > li {
    overflow: hidden;
    margin-bottom: 34px;
    cursor: pointer;
}

.index_map_area_point {
    display: block;
    width: 6px;
	height: 6px;
	background: #fff;
	opacity: 0.3;
    float: left;
    margin-top: 11px;
}

.index_map_area_right {
    width: 98%;
    float: left;
    box-sizing: border-box;
    padding-left: 16px;
}

.index_map_area_name {
    font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
    margin-bottom: 14px;
}

.index_map_area_address {
    overflow: hidden;
    font-size: 17px;
	line-height: 30px;
	color: #fff;
}

.index_map_area_address img {
    width: 14px;
	height: 16px;
    float: left;
    margin-top: 6px;
}

.index_map_area_address span {
    width: 94%;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}

.index_map_detail_item > li.on .index_map_area_point, .index_map_detail_item > li:hover .index_map_area_point {
    opacity: 1;
}

.index_map_item {
    display: none;
}

.index_map_item.on {
    display: block;
}

.index_map_detail_item {
    display: none;
}

.index_map_detail_item.on {
    display: block;
}

.index_map .index_customized_btn {
    margin-top: 100px;
}

.index_map_inner {
    position: relative;
    margin-top: 60px;
}

.index_map_mark {
    overflow: hidden;
}

.index_map_mark img {
    width: 50px;
	height: 50px;
	border-radius: 4px;
    float: left;
}

.index_map_mark_text {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 16px;
	line-height: 26px;
	color: #333;
}
/* 地图 end */


/* 荣誉 start */
.index_honor .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 540px;
	height: 390px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.6);
    /*transform: scale(1)!important;*/
  }
.index_honor .swiper-slide-active,.index_honor .swiper-slide-duplicate-active{
    transform: scale(1.3);
    /*transform: scale(1)!important;*/
}

.index_honor .swiper-slide  img {
    width: 540px;
	height: 390px;
}

.index_honor {
    padding: 100px 0px;
    background: #f7f7f7 url(../images/index_honor_bg.png) left bottom no-repeat;
    background-size: 100% auto;
}

.index_honor_inner {
    width: 70%;
    margin: 0px auto;
}

.index_honor .index_container {
    position: relative;
}
/* 荣誉 end */


.index_banner .swiper-slide img  {
    width: 100%;
    height: auto;
}


.index_teacher_groups_desc_num {
    font-family: BAHNSCHRIFT;
    font-size: 24px;
}
.index_customizedTitles {
    width: 560px;
    background-color: #faa300;

}
.index_familyTitle,
.index_r_pgsTitle,
.index_teachers_screen_tit_spe2,
.index_customizedTitles {
    margin: 0px auto;
    font-size: 38px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    height: 72px;
    line-height: 72px;
}
.index_teachers_screen_tit_spe2 {
    width: 258px;
    background-color: #0aba80;

    display: block;
}
.index_familyTitle,
.index_r_pgsTitle {
    width: 486px;
    background-color: #faa300;
}

.index_teachers_top_title,
.index_teachers_top_main {
    width: 100%;

    text-align: center;
    font-size: 42px;
    padding: 50px 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 24px;
}
.index_teachers_top_main {
    background-color: #faa300;
}



/*====== 体验你的专属成长体系 start ======*/

.index_label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.index_label_number {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    color: #0aba80;
    margin-right: 10px;
}
.index_label_numberTitle {
    padding: 0px 10px;
    height: 33px;
    line-height: 33px;
    background-color: #0aba80;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}
.index_r_pgs_item_desc {
    font-size: 18px;
    line-height: 26px;
    color: #666;
    margin-top: 15px;
}
.index_r_pgs_item_desc > p + p {
    margin-top: 5px;
}

.index_r_pgs_item_content {
    width: 67%;
    float: left;
    background-color: transparent;
    box-shadow:none;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 15px;
    width: 270px;
}
.index_r_pgs_left .index_r_pgs_item_content {
    float: left;
    text-align: left;
    background-color: transparent;
    box-shadow:none;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 0px;
    width: 290px;
}

/*====== 体验你的专属成长体系 end ======*/

.index_r_pgs_item_desc_left {
    text-align: right;
}
.index_label.index_labelLeft {
    justify-content: flex-end;
}