/* 
 * @Description: 家庭教育
 * @fileName: 
 * @Author: tangsu
 * @Date: 2021-03-23 09:58:31
 * @LastEditors: longhaiyan
 * @LastEditTime: 2021-03-26 18:10:40
*/

/* banner start */
.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;
}

.index_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
/* banner end */

/* 背景图 start */
.homeEducation_bg{
    position: relative;
    height: auto;
    padding: 80px 0px 0px;
    overflow: hidden;
}

.homeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.homeEducation_bg .index_container {
    z-index: 1;
    position: relative;
    /*text-align: center;*/
}

.grou_78 {
    width: 88%;
    margin-top: 80px;
}
.homeEducation_bg h2{
    /*font-family: 'siyuanMedium';*/
    font-size: 40px;
    color: #333333;
    text-align: center;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
    /*z-index: 2;*/
    /*padding-top: 100px;*/
}
.homeEducation_bg h2 .spanActive{
    color: #0aba80;
}
/* 背景图 end */

/* 教育指导模块 start */
.homeIntro{
    overflow: hidden;
}
.container h2{
    /*font-family: siyuanMedium;*/
    font-size: 40px;
    color: #333333;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 65px;
}
.container h2 .spanActive{
    color: #0aba80;
}
.introLeft{
    float: left;
    width: 44%;
    box-shadow: 0px 15px 30px 0px 
    rgba(141, 141, 141, 0.3);
    border-radius: 10px;
}
.introRight{
    float: right;
    width: 50%;
    padding-left: 6%;
}
.introRightTitle h4{
    font-size: 30px;
    color: #333333;
    font-family: siyuanBold;
    padding-bottom: 10px;
}
.introRightTitle p{
    font-family: Bahnschrift;
	font-size: 24px;
	letter-spacing: 5px;
	color: #cccccc;
    text-transform: uppercase;
    padding-bottom: 40px;
    position: relative;
}
.introRightTitle p::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49px;
	height: 2px;
	background-color: #fa9500;
}
.introRightUp{
    overflow: hidden;
}
.introRightTitle{
    float: left;
    padding-top: 40px;
}
.introRightIcon{
    float: right;
}
.introText{
    color: #333333;
    font-size: 20px;
    font-family: siyuanNormal;
    margin-top:42px;
    line-height: 36px;
}
.introSection{
    margin-bottom: 75px;
    overflow: hidden;
}
.introSectionElse .introLeft{
    float: right;
}
.introSectionElse .introRight{
    float: left;
    padding-left: 0;
    padding-right: 6%;
}
/* 教育指导模块 end */

.homeBg img {
    width: 100%;
    height: auto;
}