@charset "utf-8";
/* CSS Document */
/*学校简介*/
.inabout {
}
.inabout .aboutSchool{
	padding-top: 30px;
}
.aboutus {}

.aboutus .title {
	margin-bottom: 30px;
}

.aboutus .aboutContent {
	font-size: 16px;
	color: #333;
}

.aboutus .aboutContent p {
	margin-bottom: 15px;
}

.aboutAdd {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 50px;
	height: 400px;
	margin-bottom: 50px;
	text-align: center;
	background: url(../images/aboutaddbg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}

.aboutAdd .title {
	display: block;
	margin-bottom: 20px;
	font-style: italic;
}

.aboutAdd .intro {
	font-size: 16px;
}

/*图文交替*/
.pic_text_alternate {
	margin: 50px 0;
	display: flex;
}

.pic_text_alternate:after {
	display: block;
	content: "";
	clear: both;
}

.pic_text_alternate .text {
	float: left;
	width: 60%;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.pic_text_alternate .text h3 {
	font-size: 28px;
	margin-bottom: 20px;
}

.pic_text_alternate .text h2{
	font-size: 20px;
	color: #A72185;
	margin-bottom: 20px;
}

.pic_text_alternate .text p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.8;
}

.pic_text_alternate .img {
	float: right;
	width: 40%;
}

.pic_text_alternate .img img {
	width: 100%;
}
.pic_text_alternate:nth-child(even) {
	display: block;
}

.pic_text_alternate:nth-child(even) .text {
	float: right;
	padding: 0 0 0 50px;
}

.pic_text_alternate_list{
	
}
.pic_text_alternate_item{
	margin: 0 0 50px 0;
}
.pic_text_alternate_item .img{
	width: 35%;
}
.pic_text_alternate_item .text{
	width: 65%;
	justify-content:center;
}
.pic_text_alternate_item .text dl{
	font-style: italic;
	color: #A72185;
}
.pic_text_alternate_item .text dl dt{
	font-size: 20px;
}
.pic_text_alternate_item .text dl dd{
	font-size: 16px;
}
.pic_text_alternate_item .text a{
	font-size: 18px;
	display: block;
	margin: 15px 0;
}
.pic_text_alternate_item .text p{
	font-size: 14px;
	color: #737373;
}
.pic_text_alternate_item .text a:hover{
	font-weight: bold;
	color: #A72185;
}



/*团队列表*/
.teamContainer {
	padding: 30px 0;
}

.teamContainer .title {
	margin-bottom: 20px;
}

.teamContainer .intro {
	font-size: 16px;
	margin-bottom: 30px;
}

.teamContent {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.base_teamlist {
	margin-bottom: 30px;

}
.base_teamlist ul{
	display: flex;
	flex-wrap: wrap;
}
.base_teamlist.swiper ul{
	flex-wrap: unset;
}
.base_teamlist ul:after{
	display: block;
	content: "";
	clear: both;
}
.base_teamlist li {
	width: 20%;
	padding: 15px;
}

.base_teamlist li .img {
	max-height: 300px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.base_teamlist li .img a{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}

.base_teamlist li .img:hover {
	box-shadow: 0 3px 6px rgba(0 0 0/50%);
}

.base_teamlist li .img:hover a {
	transform: scale(1.1);
}

.base_teamlist li .text {
	padding: 15px 0;
	line-height: 1.5;
}

.base_teamlist li .text span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.base_teamlist li .text p {
	font-size: 16px;
}
.base_teamlist .swiper-button-next,.base_teamlist .swiper-button-prev{
	top: 40%;
}


/*联系我们*/
.contactus {}

.contactus .title {
	color: #000;
	margin-bottom: 30px;
}

.contactCotnent {
	display: flex;
	margin-bottom: 30px;
}

.contactCotnent .left {
	width: 50%;
	padding: 0 50px 0 0;
}

.contactCotnent .left .item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 25px 0;
}

.contactCotnent .left .item .icon {
	color: #AA2A89;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	width: 200px;
	padding-left: 100px;
	transition: all 0.3s;
}

.contactCotnent .left .item:nth-child(1) .icon {
	background: url(../images/lx1.png) 50px center no-repeat;
}

.contactCotnent .left .item:nth-child(2) .icon {
	background: url(../images/lx2.png) 50px center no-repeat;
}

.contactCotnent .left .item:nth-child(3) .icon {
	background: url(../images/lx3.png) 50px center no-repeat;
}

.contactCotnent .left .item:nth-child(4) .icon {
	background: url(../images/lx4.png) 50px center no-repeat;
}

.contactCotnent .left .item:nth-child(5) .icon {
	background: url(../images/lx5.png) 50px center no-repeat;
}

.contactCotnent .left .item:nth-child(6) .icon {
	background: url(../images/lx6.png) 50px center no-repeat;
}

.contactCotnent .left .item .txt {
	color: #333;
	font-size: 16px;
}

.contactCotnent .right {
	width: 50%;
}

.contactCotnent .right img {
	max-width: 100%;
	border: 10px solid #A72185;
}
.contact-ewm{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-around;
}
.contact-ewm .item{
	padding: 15px;
	text-align: center;
}
.contact-ewm .item .img{
	border: 1px solid #eee;
}

/*教育科研*/
.education{
	position: relative;
}
.education .title{
	color: #000;
}
.education .tips{
	margin-bottom: 30px;
	font-size: 24px;
	color: #A72185;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}
.educationImg{
	width: 300px;
	margin-right: 30px;
	flex-shrink: 0;
	text-align: center;
}
.educationContent{
	display: flex;
}
.educationBox{
	display: flex;
	flex-wrap: wrap;
}
.educationBox .item{
	width: 350px;
	padding: 15px;
}
.educationBox .item .tit{
	margin-bottom: 15px;
	padding: 6px 10px;
	border-radius: 10px;
	color: #fff;
}
.educationBox .item .tit span{
	display: block;
	line-height: 1.2;
}
.educationBox .item .tit span.cn{
	font-size: 16px;
	font-weight: bold;
}
.educationBox .item .tit span.en{
	font-size: 12px;
}
.educationBox .item:nth-child(1) .tit{
	background: linear-gradient(to right,#b12278,#ea1088);
}
.educationBox .item:nth-child(2) .tit{
	background: linear-gradient(to right,#f68f28,#e15d26);
}
.educationBox .item:nth-child(3) .tit{
	background: linear-gradient(to right,#ee1d23,#ee1d23);
}
.educationBox .item:nth-child(4) .tit{
	background: linear-gradient(to right,#f68f28,#e15d26);
}
.educationBox .item:nth-child(5) .tit{
	background: linear-gradient(to right,#b12278,#ea1088);
}

.educationBox .item .txt{
	color: #333;
	padding: 0 10px;
	text-indent: 2em;
}

/*新闻列表*/
.hotNewsList {
	display: flex;
	margin-bottom: 50px;
}

.imgNews {
	width: 50%;
	position: relative;
}

.imgNews a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.imgNews img {
	width: 100%;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
	transition: all 0.3s;
}

.imgNews .text {
	position: absolute;
	bottom: 50px;
	color: #fff;
	padding: 0 30px;
}

.imgNews h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.imgNews p {
	font-size: 16px;
}

.imgNews a:hover img {
	transform: scale(1.1);
}

.hotNewsList .list {
	width: 50%;
	padding: 0 50px;
	display: flex;
	flex-direction: column;
}

.hotNewsList .list .item {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.hotNewsList .list .item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hotNewsList .list .item span {
	font-size: 16px;
	margin-bottom: 15px;
	color: #999;
}

.hotNewsList .list .item p {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.hotNewsList .list .item a:hover p {
	color: #D033A9;
	font-weight: bold;
}

.hotNewsList .list .item a:hover span {
	color: #D033A9;
}

.newsContainer {}

.newsContainer .title {
	margin-bottom: 30px;
}

.search-news {
	border-radius: 20px;
	border: 1px solid #eee;
	height: 40px;
	display: flex;
}

.search-news input {
	border: 0;
	outline: 0;
	margin-left: 20px;
	color: #737373;
}

.search-news span {
	width: 50px;
	height: 40px;
	border-radius: 0 20px 20px 0;
	background: #AA2A89;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	transition: all 0.2s;
	cursor: pointer;
}

.search-news span:hover {
	background: #EA39C1;
}

.search-news:hover {
	box-shadow: 0 3px 6px rgba(234 57 193/10%);
}



/*文字列表*/
.base_textlist{
	
}
.base_textlist li {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255 255 255/50%);
	transition: all 0.3s;
}

.base_textlist li dl {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	margin: 0 30px;
	position: relative;
	transition: all 0.2s;
}

.base_textlist li dl dt {
	padding: 15px 10px 5px 10px;
	font-size: 20px;
	line-height: 20px;
	font-family: Impact;
	color: #fff;
	position: relative;
	z-index: 2;
}

.base_textlist li dl dd.txt {
	padding: 5px 10px 15px 10px;
	font-size: 16px;
	line-height: 20px;
	font-family: Impact;
	color: #ccc;
	position: relative;
	z-index: 2;
}

.base_textlist li dl dd.icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 60px;
	color: rgba(255 255 255/20%);
	z-index: 0;
}

.base_textlist li .text {}

.base_textlist li .text a {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.base_textlist li .text a:after {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #AA2A89;
}
.base_textlist li .text p{
	font-size: 14px;
	line-height: 1.5;
	max-height: 63px;
	overflow: hidden;
}

/*文字详情列表*/
.base_textintrolist {}

.base_textintrolist li {
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	transition: all 0.3s;
}

.base_textintrolist li dl {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	margin: 0 30px;
	position: relative;
	transition: all 0.2s;
}

.base_textintrolist li dl dt {
	padding: 15px 10px 5px 10px;
	font-size: 20px;
	line-height: 20px;
	font-family: Impact;
	color: #333;
	position: relative;
	z-index: 2;
}

.base_textintrolist li dl dd.txt {
	padding: 5px 10px 15px 10px;
	font-size: 16px;
	line-height: 20px;
	font-family: Impact;
	color: #737373;
	position: relative;
	z-index: 2;
}

.base_textintrolist li dl dd.icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 60px;
	color: rgba(0 0 0/5%);
	z-index: 0;
}

.base_textintrolist li .text {}

.base_textintrolist li .text a {
	display: block;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}

.base_textintrolist li .text a:after {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	background: #AA2A89;
}

.base_textintrolist li .text p {
	font-size: 14px;
	color: #737373;
	line-height: 1.5;
	max-height: 63px;
	overflow: hidden;
}

.base_textintrolist li:hover {
	background: url(../images/noticebg.jpg) center no-repeat;
	background-size: cover;
}

.base_textintrolist li:hover .text a,
.base_textintrolist li:hover dl dt,
.base_textintrolist li:hover dl dd.txt {
	color: #fff;
}

.base_textintrolist li:hover .text p {
	color: rgba(255 255 255/80%);
}

/*图文列表*/
.base_pictextlist {}

.base_pictextlist li {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #eee;
	background: url(../images/mediabg.png) center no-repeat;
	background-size: cover;
}

.base_pictextlist li .text {
	padding: 0 20px;
}

.base_pictextlist li .text dl {
	display: flex;
	line-height: 45px;
}

.base_pictextlist li .text dl dt {
	font-size: 20px;
	line-height: 40px;
	margin-right: 15px;
}

.base_pictextlist li .text a {
	display: block;
	font-size: 16px;
	color: #333;
}

.base_pictextlist li .img {
	width: 340px;
	max-height: 200px;
	overflow: hidden;
}

.base_pictextlist li .img img{
	box-shadow: 0 3px 3px rgba(0 0 0/10%);
}

.base_pictextlist li:hover {
	background: #AA2A89 url(../images/mediabgh.png) center no-repeat;
	background-size: cover;
}

.base_pictextlist li:hover .text {
	color: #fff;
}

.base_pictextlist li:hover .text a {
	font-weight: bold;
	color: #fff;
}

/*视频列表*/
.base_videolist {}

.base_videolist ul {}

.base_videolist ul:after {
	display: block;
	content: "";
	clear: both;
}

.base_videolist li {
	float: left;
	width: 30.33%;
	margin: 20px 1.5%;
}

.base_videolist li .img {
	width: 100%;
	height: 280px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
}

.base_videolist li .img a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.base_videolist li .img a:before{
	display: none;
	color: #fff;
	font-size: 30px;
}
.base_videolist li:hover .img a:before{
	display: block;
}

.base_videolist li .text {
	padding: 15px 0;
}

.base_videolist li .text a {
	font-size: 16px;
}

.base_videolist li:hover .img a {
	transform: scale(1.1);
}

.base_videolist li:hover a {
	color: #D033A9;
}

/*问答列表*/
.base_QAlist{
	
}
.base_QAlist li{
	background: #f2f2f2;
	margin-bottom: 30px;
	padding: 30px;
}
.base_QAlist li span.fa{
	width: 50px;
	text-align: center;
	flex-shrink: 0;
	font-size: 20px;
}
.base_QAlist li .que{
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #D033A930;
	align-items: center;
}
.base_QAlist li .que span.fa{
	color: #A72185;
}
.base_QAlist li .que a{
	color: #A72185;
	font-weight: bold;
	font-size: 16px;
}
.base_QAlist li .que a:hover{
	color: #EA39C1;
}
.base_QAlist li .ans{
	display: flex;
	align-items: flex-start;
	padding: 15px 0;
	line-height: 2;
}
.base_QAlist li .ans span.fa{
	color: #1392b5;
	line-height: 30px;
}

/*招贤纳士*/
.jobContainer {
	padding: 30px 0;
}

.jobContainer .title {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.jobContainer .subtitle {
	font-size: 16px;
	margin-bottom: 30px;
}

.jobBlock {
	margin-bottom: 30px;
}

.jobMent {
	height: 60px;
	padding: 0 20px;
	background: #A72185;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jobMent .tit {
	font-size: 20px;
	font-weight: bold;
}

.jobMent .fa {
	width: 50px;
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	transition: all 0.2s;
}

.jobMent .fa.act {
	transform: rotate(90deg);
}

.jobChild {
	display: none;
	padding: 25px;
}

.jobChild.act {
	display: block;
}

.jobChildMent {
	height: 50px;
	padding: 0 20px;
	background: #fff;
	border-left: 5px solid #A72185;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jobChildMent .tit {
	font-size: 16px;
	font-weight: bold;
}

.jobChildMent .fa {
	width: 50px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: #A72185;
	transition: all 0.2s;
}

.jobChildMent .fa.act {
	transform: rotate(90deg);
}

.jobDetail {
	display: none;
	padding: 25px;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}

.jobDetail.act {
	display: block;
}

.jobContent{
	margin-bottom: 30px;
}
.jobContent .item{
	font-size: 16px;
	padding-left: 50px;
	position: relative;
	margin-bottom: 15px;
}
.jobContent .item span{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #A72185;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.jobContent .item h3{
	line-height: 30px;
	color: #A72185;
}
.jobContent .item p{
	line-height: 30px;
}
.jobContent .item p strong{
	color: #1f497d;
}

/*课程体系*/
.courseIntro{
	font-size: 16px;
}
.courseTitle{
	margin: 50px auto;
}
.courseTitle .swiper-slide{
	text-align: center;
}
.courseTitle .swiper-slide span{
	color: #AA2A89;
	font-size: 18px;
	cursor: pointer;
}
.courseTitle .swiper-slide.swiper-slide-thumb-active span{
	font-weight: bold;
}

.courseContainer {
	margin: 50px auto;
	height: 700px;
	position: relative;
	overflow-x: hidden;
}

.courseContainer:after {
	content: "";
	display: block;
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0 0 0/0%), rgba(0 0 0/80%));
}

.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.courseContainer .swiper-slide .subtitle {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
}

.courseContainer .swiper-slide .subtitle .icon {
	margin-right: 20px;
}

.courseContainer .swiper-slide .subtitle .icon img {
	width: 40px;
}

.courseContainer .swiper-slide .text {
	font-size: 16px;
	line-height: 1.5;
}

.courseContainer .swiper-slide .text p {
	margin-bottom: 10px;
}

.courseContainer .swiper-slide {
	position: relative;
	color: #fff;
}
.courseContainer .swiper-slide .articleDetail{
	position: absolute;
	bottom: 50px;
	left: 0;
	height: 300px;
	padding: 0 100px;
}

/*内页学部模板*/
.publicPart{
	
}
.publicPart-item{
	padding: 30px 0;

}
.publicPart-item:last-child{
	margin-bottom: 0;
}
.publicPart-item .title{
	margin-bottom: 30px;
}
.publicPart-item-img-bg{
	background: url(../images/dyjy.jpg) center no-repeat;
	background-size: cover;
	padding: 40px 0;
	color: #fff;
}
.publicPart-item-img-bg .title a{
	color: #ccc;
}
.publicPart-item-img-bg .title a:hover{
	color: #fff;
}
.publicPart-item-color-bg{
	background: #f9f9f9;
	padding: 40px 0;
}

.partIntro{
	padding-bottom: 50px;
}
.partIntro .introBox{
	display: flex;
	align-items: center;
}
.partIntro .introBox .text{
	width: 70%;
	padding-right: 50px;
	font-size: 16px;
}
.partIntro .introBox .text span.tit{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.partIntro .introBox .text p{
	margin-bottom: 15px;
}
.partIntro .introBox .img{
	position: relative;
}
.partIntro .introBox .img img{
	position: relative;
	z-index: 2;
}
.partIntro .introBox .img:after{
	display: block;
	content: "";
	clear: both;
	width: 400px;
	max-width: 100%;
	height: 100%;
	background: #AA2A89;
	position: absolute;
	bottom: -30px;
	left: 30px;
}
.yey .partIntro .introBox .img{
	width: 30%;
}
.yey .partIntro .introBox .img img{
	width: 400px;
}
.yey .partIntro .introBox .img:after{
	width: 400px;
	border-radius: 200px 200px 0 0;
}
.partIntro .introBox .img{
	width: 50%;
}
.partIntro .introBox .img img{
	width: 100%;
}
.partIntro .introBox .img:after{
	width: 100%;
}
.partCourse{
	
}
.partNews{
	
}
.partTeam{
	
}
.partEnviron{
	
}

/*幼儿园课程体系*/
.txtCourse .courseWrap{
	display: flex;
	background: #f2f2f2;
}
.txtCourse .courseWrap .courseMenu{
	width: 25%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	background: #D033A9;
	color: #fff;
}
.txtCourse .courseWrap .courseMenu span{
	width: 100%;
	height: 130px;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}
.txtCourse .courseWrap .courseMenu span.act{
	background: #A72185;
}
.txtCourse .courseWrap .courseMenu span:after{
	display: none;
	content: "";
	 width: 0;
	    height: 0;
	    border-top: 10px solid transparent;
	    border-left: 10px solid #A72185;
	    border-bottom: 10px solid transparent;
		position: absolute;
		right:-10px;
		top: 40%;
}
.txtCourse .courseWrap .courseMenu span.act:after{
	display: block;
}
.txtCourse .courseWrap .courseBox{
	width: 75%;
	padding: 30px;
	font-size: 16px;
	line-height: 1.8;
}
.txtCourse .courseWrap .courseBox .img{
	display: none;
}
.txtCourse .courseWrap .courseBox .text{
	
}
.txtCourse .courseWrap .courseBox span.tit{
	display: none;
}
.courseWrap .courseBox .text p{
	
}
.courseWrap .courseBox .text a{
	margin-top: 20px;
}
.courseWrap .courseBox .text a i{
	margin-left: 10px;
}


/*幼儿园环境*/
.yeyhj-container{
	
}
.yeyhj-container .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}
.yeyhj-container .swiper-slide .img{
	width: 100%;
	position: relative;
}
.yeyhj-container .swiper-slide .img img{
	
}
.yeyhj-container .swiper-slide .img span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background: rgba(0 0 0/30%);
}
.yeyhj-container .swiper-slide-active,.yeyhj-container .swiper-slide-duplicate-active{
      transform: scale(1);
	}


/*小学课程特色/国际部项目介绍*/
.picCourse.partCourse{
	background: #f2f2f2;
	padding: 50px 0;
}
.picCourse .courseWrap .courseMenu{
	display: flex;
	margin-bottom: 30px;
}
.picCourse .courseWrap .courseMenu span{
	color: #999;
	margin-right: 20px;
	font-size: 16px;
	cursor: pointer;
}
.picCourse .courseWrap .courseMenu span:hover{
	color: #A72185;
}
.picCourse .courseWrap .courseMenu span.act{
	color: #A72185;
	font-weight: bold;
}
.picCourse .courseWrap .courseBox{
	position: relative;
	min-height: 300px;
}
.picCourse .courseWrap .courseBox .img{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.picCourse .courseWrap .courseBox .img:before{
	display: block;
	content: "";
	width: 100%;
	height: 60%;
	min-height: 300px;
	background: linear-gradient(rgba(0 0 0/50%),rgba(0 0 0/0%));
}
.picCourse .courseWrap .courseBox .img img{
	width: 100%;
}
.picCourse .courseWrap .courseBox .text{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0 0 0/20%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 50px;
	color: #fff;
	font-size: 16px;
}
.picCourse .courseWrap .courseBox span{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
/*小学荣誉*/
.xx .partHonour{

}

/*德育教育*/
.partEducation{
	background: url(../images/dyjy.jpg) center no-repeat;
	padding: 50px 0;
	color: #fff;
}

/*贴心服务*/
.partService{
	background: #f2f2f2;
	padding: 50px 0;
}
/*图文带标题 左图右文字*/
.base_pictext_title{
	
}
.base_pictext_title .item{
	display: flex;
	margin-bottom: 50px;
}
.base_pictext_title .item .img{
	width: 40%;
}
.base_pictext_title .item .img img{
	width: 100%;
}
.base_pictext_title .item .text{
	width: 60%;
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
}
.base_pictext_title .item .text span.tit{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

/*升学指导*/
.partOrientation{
	background: #f2f2f2;
	padding: 50px 0;
}
.partOrientation .introBox {
	display: flex;
	align-items: flex-start;
}
.partOrientation .introBox .img{
	width: 40%;
}
.partOrientation .introBox .text{
	width: 60%;
	padding: 0 50px 0 0;
	font-size: 16px;
}
.partOrientation .introBox .text span.tit{
	display: block;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}

/*图片列表*/
.base_piclist ul:after{
	display: block;
	content: "";
	clear: both;
}
.base_piclist li{
	float: left;
	width: 23%;
	margin: 10px 1%;
}
.base_piclist li .img{
	width: 100%;
	height: 240px;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
	transition: all 0.3s;
}
.base_piclist li .img a{
	display: block;
	height: 100%;
}
.base_piclist li .img:hover{
	transform: scale(1.05)
}
.base_piclist li .text{
	padding: 15px;
}

/*活动模板*/
.activityContainer{
	padding: 30px 0;
}
.activityIntro{
	display: flex;
	margin-bottom: 30px;
}
.activityIntro .text{
	width: 50%;
}
.activityIntro .text .title{
	margin-bottom: 30px;
}
.activityIntro .text .intro{
	font-size: 16px;
	padding-right: 50px;
}
.activityIntro .img{
	width: 50%;
}
.activityIntro .img img{
	width: 100%;
}

/*社团*/
.clubContent{
	padding: 30px 0;
}
.clubContent .item{
	display: flex;
	margin-bottom: 30px;
}
.clubContent .item .img{
	flex-shrink: 0;
	width: 300px;
	height: 200px;
	background: #f2f2f2;
	overflow: hidden;
}
.clubContent .item .text{
	padding: 0 30px;
}
.clubContent .item .text span{
	font-size: 20px;
	color: #A72185;
	font-weight: bold;
}
.clubContent .item .text p{
	font-size: 16px;
}

/*下载列表*/
.base_loadlist{
	
}
.base_loadlist li{
	margin-bottom: 30px;
	background:#f9f9f9 url(../images/loadbg.png) center no-repeat;
	background-size: cover;
	transition: all 0.3s;
}
.base_loadlist li a{
	display: block;
	padding: 30px 30px;
	font-size: 16px;
	transition: all 0.3s;
}
.base_loadlist li a i{
	margin-right: 20px;
	color: #009688;
	border-bottom: 1px solid #009688;
}
.base_loadlist li:hover{
	background:#A72185 url(../images/loadbg.png) center no-repeat;
}
.base_loadlist li:hover a{
	color: #fff;
}
.base_loadlist li:hover a i{
	color: #fff;
	border-bottom: 1px solid #fff;
}


/*横向下载列表*/
.loadContainer{
	padding:30px 0;
}
.loadContainer .title{
	margin-bottom: 30px;
}
.base_loadlist_small{
	display: flex;
	flex-wrap: wrap;
}
.base_loadlist_small a{
	width: 20%;
}
.base_loadlist_small dl{
	padding: 20px;
	text-align: center;
	transition: all 0.2s;
}
.base_loadlist_small dl dt.icon{
	width: 100%;
	height: 80px;
	background: url(../images/loadicon.png) center no-repeat;
}
.base_loadlist_small dl dd{
	color: #A72185;
	font-size: 16px;
}
.base_loadlist_small dl dd:nth-child(3){
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5;
}
.base_loadlist_small dl dd.arrow{
	height: 50px;
	color: #009688;
}
.base_loadlist_small dl dd.arrow i{
	border-bottom: 1px solid #009688;
}
.base_loadlist_small dl:hover dd.arrow i{
	animation:loadarrow 0.5s infinite;
}
.base_loadlist_small dl:hover{
	background: #f2f2f2;
}
@keyframes loadarrow{
	0%{margin-top:0;}
	50%{margin-top:10px}
	100%{margin-top:0}
}


/*开放日*/
.openday{
	padding: 50px 0;
}
.openday .title{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.openday_news{
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
.openday_news .img{
	max-width: 100%;
}
.openday_news .text{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 680px;
	height: 320px;
	background: url(../images/opbg.jpg) center no-repeat;
	background-size: cover;
}
.openday_news .text .swiper-slide{
	padding: 30px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.openday_news .swiper-button-next, .openday_news .swiper-button-prev{
	color: #fff;
}
.openday_news .text .title{
	margin-bottom: 20px;
	color: #fff;
}
.openday_news .text .intro{
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}
.openday_news .text .intro p{
	margin-bottom: 10px;
	display: flex;
}
.openday_news .text .intro p span{
	width: 80px;
	font-weight: bold;
	text-align: right;
	flex-shrink: 0;
}

.openday_contact{
	display: flex;
}
.openday_contact .text{
	width: 50%;
	padding: 0 100px 0 0;
}
.openday_contact .text p{
	font-size: 16px;
	margin-bottom: 20px;
}
.openday_contact .text p span{
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: bold;
	color: #A72185;
}
.openday_contact .text h2{
	margin-top: 50px;
	color: #A72185;
}
.openday_contact .text img{
	display: block;
	margin: 30px auto;
	width: 150px;
}
.openday_contact .img{
	width: 50%;
}
.openday_contact .img img{
	max-width: 100%;
}
/*在线申请*/
.apply{
	padding: 50px 0;
}
.apply .title{
	margin-bottom: 30px;
}
.apply_ways{
	margin-bottom: 50px;
	background: url(../images/applybg.jpg) right center no-repeat;
	background-size: 50% 100%;
}
.apply_ways .text{
	width: 60%;
	height: 500px;
	padding: 0 100px;
	background: #A72185;
	display: flex;
	justify-content: center;
	align-items: ;
	flex-direction: column;
}
.apply_ways .text .title{
	color: #fff;
}
.apply_ways .text .intro{
	color: #fff;
	font-size: 16px;
}
.apply_ways .text .intro p{
	margin-bottom: 20px;
}
.apply_ways .text .intro a{
	display: block;
	width: 170px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 30px;
	background: #fff;
	color: #A72185;
	font-weight: bold;
	transition: all 0.3s;
}
.apply_ways .text .intro a:hover{
	background: #EA39C1;
	color: #fff;
}

.qaContainer{
	
}
.qaContent{
	display: flex;
	flex-wrap: wrap;
}
.qa-item{
	width: 46%;
	margin: 0 4% 0 0;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	font-size: 16px;
}
.qa-item .que{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qa-item .que span{
	cursor: pointer;
	color: #A72185;
}
.qa-item .que a:hover{
	color: #A72185;
}
.qa-item .ans{
	display: none;
	color: #737373;
	font-size: 14px;
}
.qa-item .ans a{
	display: block;
	color: #A72185;
	font-weight: bold;
}
.qa-item .ans a i{
	margin-left: 5px;
}

/*专家论坛*/
.forum{
	padding: 30px 0;
}
.forum .title{
	margin-bottom: 30px;
}
.public-forum{
	margin-bottom: 30px;
}

.learningSwiper{
	padding: 0 0 50px 0;
}
.learningSwiper .item{
	display: flex;
	
}
.learningSwiper .item .img{
	width: 45%;
}
.learningSwiper .item .img img{
	width: 100%;
}
.learningSwiper .item .text{
	padding: 30px 50px;
}
.learningSwiper .item .text span{
	font-size: 18px;
	color: #A72185;
	display: block;
	margin-bottom: 20px;
}
.learningSwiper .item .text font{
	font-size: 28px;
	margin-right: 20px;
}
.learningSwiper .item .text h2{
	margin-bottom: 30px;
}
.learningSwiper .item .text p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.learningSwiper .item .text h2 a:hover{
	color: #A72185;
}

/*课程列表*/
.base_courselist{
	display: flex;
	flex-wrap: wrap;
}
.base_courselist .item{
	width: 50%;
	padding: 15px 50px;
	margin-bottom: 15px;
	display: flex;
}
.base_courselist .item dl{
	width: 80px;
	height: 80px;
	border: 1px solid #A72185;
	border-top: 20px solid #A72185;
	padding: 10px 10px;
	margin-right: 30px;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	line-height: 1.2;
}
.base_courselist .item dl dt{
	color: #333;
}
.base_courselist .item dl dd{
	color: #777;
}
.base_courselist .item .text{
	
}
.base_courselist .item .text h2{
	line-height: 1;
	margin-bottom: 20px;
}
.base_courselist .item .text p{
	color: #737373;
}
.base_courselist .item .text h2 a:hover{
	color: #A72185;
}

/*红色专题*/
.special{
	padding: 50px 0;
}
.special .title{
	margin-bottom: 30px;
}
.public-special{
	margin-bottom: 50px;
}

/*公告列表*/
.base_noticelist{
	
}
.base_noticelist ul{
	
}
.base_noticelist ul:after{
	display: block;
	content: "";
	clear: both;
}
.base_noticelist ul li{
	float: left;
	width: 30.33%;
	height: 340px;
	margin: 10px 1.5%;
	padding: 20px;
	background:#f2f2f2 url(../images/ztbg.png) center no-repeat;
	background-size: cover;
	transition: all 0.3s;
}
.base_noticelist ul li h3{
	line-height: 1.5;
	margin-bottom: 15px;
	height: 50px;
	overflow: hidden;
}
.base_noticelist ul li p{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
	height: 125px;
	overflow: hidden;
}
.base_noticelist ul li span{
	display: block;
	color: #737373;
	margin-bottom: 15px;
}
.base_noticelist ul li a{
	text-decoration: underline;
}
.base_noticelist ul li:hover{
	background:#A72185 url(../images/ztbg.png) center no-repeat;
	color: #fff;
}
.base_noticelist ul li:hover span,.base_noticelist ul li:hover a{
	color: #fff;
}

/*图文交替介绍-左图右文字*/
.base_pic-text{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.base_pic-text .img{
	width: 50%;
}
.base_pic-text .img img{
	width: 100%;
}
.base_pic-text .text{
	width: 50%;
	padding: 0 40px;
	font-size: 16px;
}
.base_pic-text .text:nth-child(1){
	padding: 0 40px 0 0;
}

/*图文交替介绍-左文字右图*/
.base_text-pic{
	display: flex;
	background: #f2f2f2;
	margin-bottom: 30px;
}
.base_text-pic .text{
	width: 50%;
	padding: 40px;
	line-height: 2;
}
.base_text-pic .text span{
	display: block;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.base_text-pic .text p{
	font-size: 16px;
	margin-bottom: 15px;
}
.base_text-pic .img{
	width: 50%;
}
.base_text-pic .img img{
	width: 100%;
}

/*校服订购*/
.base_uniform{
	
}
.base_uniform .item{
	position: relative;
	margin-bottom: 50px;
}
.base_uniform .item:after{
	display: block;
	content: "";
	clear: both;
}
.base_uniform .item .img{
	width: 70%;
}
.base_uniform .item .img img{
	width: 100%;
}
.base_uniform .item .text{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	padding: 30px 40px;
	background: #A72185;
	color: #fff;
}
.base_uniform .item .text span{
	display: block;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.base_uniform .item .text .detail{
	display: flex;
	align-items: center;
}
.base_uniform .item .text .detail p{
	margin: 0 20px 0 0;
}
.base_uniform .item:nth-child(even){
	
}
.base_uniform .item:nth-child(even) .img{
	float: right;
}
.base_uniform .item:nth-child(even) .text{
	right: unset;
	left: 0;
}

/*家校服务*/
.school-service{
	
}
.school-service .section{
	padding: 30px 0;
}
.school-service .section:nth-child(even){
	background: #f2f2f2;
}
.school-service .section .base_pic-text{
	align-items: flex-start;
}
.school-service .section .pic_text_alternate{
	margin: 0 0 30px 0;
}

.school-service .section .pic_text_alternate .text{
	background: #f2f2f2;
	
}

/*图片叠加*/
.pos-abo{
	position: relative;
	width: 100%;
}
.pos-abo .img{
	
}
.pos-abo .img:nth-child(1){
	width: 50%;
}
.pos-abo .img:nth-child(2){
	width: 60%;
	position: absolute;
	top: -100px;
	right: 0;
}


/*幼教集团*/
.yey_list{
	display: flex;
	flex-wrap: wrap;
}
.yey_list .item{
	width: 25%;
	padding: 15px;
}
.yey_list .item .img{
	width: 100%;
	height: 260px;
	overflow: hidden;
	background: #f2f2f2;
	position: relative;
}
.yey_list .item .img a{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.yey_list .item .img span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	width: 100%;
	padding: 20px;
	background: linear-gradient(rgba(0 0 0/0%),rgba(0 0 0/60%));
}
.yey_list .item .img a:hover{
	transform: scale(1.1);
}

/*互动社群*/
.helpClub{
	
}
.helpClub .title{
	flex-direction: column;
	text-align: center;
	justify-content: center;
	color: #A72185;
	margin-bottom: 30px;
}
.helpClub .intro{
	margin-bottom: 30px;
	text-align: center;
}
.helpClub .intro p{
	font-size: 16px;
	margin-bottom: 15px;
}
.helpClub .intro img{
	max-width: 900px;
	margin: 30px 0;
}
.helpClubContent{
	display: flex;
	background: url(../images/hdsq.jpg) right center no-repeat;
	background-size: 50% 100%;
}
.helpClub-left,.helpClub-right{
	width: 50%;
	padding: 50px;
}
.helpClub-left.ewm-item-list{
	background: #f2f2f2;
	display: flex;
	align-items: center;
}
.helpClub-right{
	background: rgba(255 255 255/90%);
}
.helpClub-right .text{
	
}
.helpClub-right .text span{
	display: block;
	margin-bottom: 10px;
	color: #A72185;
	font-size: 20px;
}
.helpClub-right .text p{
	margin-bottom: 10px;
	font-size: 16px;
}
.helpClub-right .text p i{
	font-size: 20px;
	font-weight: bold;
	color: #A72185;
}

.ewm-item-list{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}
.ewm-item{
	width: 150px;
	margin: 10px 20px;
}
.ewm-item .img{
	width: 150px;
	height: 150px;
	background: linear-gradient(#A72185, #A72185) left top, linear-gradient(#A72185, #A72185) left top, linear-gradient(#A72185, #A72185) right top, linear-gradient(#A72185, #A72185) right top, linear-gradient(#A72185, #A72185) left bottom, linear-gradient(#A72185, #A72185) left bottom, linear-gradient(#A72185, #A72185) right bottom, linear-gradient(#A72185, #A72185) right bottom;
	background-repeat: no-repeat;
	background-size: 5px 20px, 20px 5px;
	padding: 5px;
}
.ewm-item .img img{
	border: 2px solid #A72185;
}
.ewm-item .text{
	padding: 10px 0;
	text-align: center;
	color:#A72185;
}

@media screen and (max-width:1100px) {
	.helpClubContent{
		background: url(../images/hdsq.jpg) bottom center no-repeat;
		background-size: cover;
		flex-direction: column;
	}
	.helpClub-left,.helpClub-right{
		width: 100%;
		padding: 50px;
	}
	.ewm-item-list{
		justify-content: center;
	}
}
@media screen and (max-width:550px) {
	.helpClub-left,.helpClub-right{
		padding: 20px;
	}
	.ewm-item-list{
		flex-direction: column;
	}
}


@media screen and (max-width:1000px) {
	.inabout .aboutSchool{
		padding: 0;
	}
	.aboutus .title{
		margin-bottom: 15px;
	}
	.aboutAdd{
		min-height: 300px;
		height: auto;
	}
	
	/*图片列表*/
	.base_piclist li{
		width: 31.33%;
	}
	
	
	/*图文交替*/
	.pic_text_alternate {
		margin: 30px 0;
	}
	
	.pic_text_alternate .text {
		float: left;
		width: 60%;
		padding: 0 30px 0 0;
	}
	
	.pic_text_alternate .text h3 {
		font-size: 20px;
		margin-bottom: 0;
	}
	
	.pic_text_alternate .text p {
		font-size: 14px;
	}
	
	.pic_text_alternate:nth-child(even) .text {
		float: right;
		padding: 0 0 0 30px;
	}
	.pic_text_alternate_item{
		margin: 0 0 30px 0;
	}
	.pic_text_alternate_item .img{
		width: 35%;
	}
	.pic_text_alternate_item .text{
		width: 65%;
		justify-content:stretch;
	}
	.pic_text_alternate_item .text dl dt{
		font-size: 20px;
	}
	.pic_text_alternate_item .text dl dd{
		font-size: 16px;
	}
	.pic_text_alternate_item .text a{
		font-size: 18px;
	}
	
	.teamContainer{
		padding: 0 10px;
	}
	.teamContainer .title{
		margin-bottom: 0;
	}
	.teamContainer .intro{
		margin-bottom: 20px;
	}
	
	/*团队列表*/
	.base_teamlist li{
		width: 25%;
		transition: all 0.2s;
	}
	.base_teamlist li .img{
		
	}
	
	/*新闻*/
	.newsContainer{
		padding: 0;
	}
	.newsContainer .title{
		margin-bottom: 20px;
	}
	.hotNewsList{
		margin-bottom: 20px;
	}
	.imgNews{
		width: 50%;
	}
	.imgNews .text{
		padding: 0 20px;
		bottom: 10px;
	}
	.imgNews h3{
		font-size: 16px;
	}
	.hotNewsList .list{
		width: 50%;
		padding: 0 20px;
	}
	.hotNewsList .list .item{
		padding: 10px 0;
	}
	.hotNewsList .list .item span{
		margin-bottom: 5px;
		font-size: 14px;
	}
	.hotNewsList .list .item p{
		font-size: 16px;
	}
	/*视频列表*/
	.base_videolist li .img{
		height: 200px;
	} 
	
	/*家校服务*/
	.school-service{
		
	}
	.school-service .section{
		padding: 0;
		margin-bottom: 15px;
	}
	.school-service .section:nth-child(even){
		padding: 15px 0;
	}
	.school-service .section .pic_text_alternate{
		margin: 0 0 20px 0;
	}
	/*图文交替介绍-左图右文字*/
	.base_pic-text .text{
		padding: 0 20px;
		font-size: 14px;
	}
	.base_pic-text .text:nth-child(1){
		padding: 0 20px 0 0;
	}
	
	/*图文交替介绍-左文字右图*/
	.base_text-pic{
		display: flex;
		background: #f2f2f2;
	}
	.base_text-pic .text{
		width: 50%;
		padding: 20px;
		line-height: 2;
	}
	.base_text-pic .text span{
		font-size: 20px;
	}
	.base_text-pic .text p{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.base_text-pic .img{
		width: 50%;
	}
	.base_text-pic .img img{
		width: 100%;
	}
	
	/*活动*/
	.activityContainer{
		padding: 0 10px;
	}
	.activityIntro{
		margin-bottom: 20px;
	}
	.activityIntro .text .title{
		margin-bottom: 10px;
	}
	/**/
	.loadContainer{
		padding: 0 10px;
	}
	.loadContainer .title{
		margin-bottom: 20px;
	}
	
	/*开放日*/
	.openday{
		padding: 0 10px;
	}
	.openday .title{
		margin-bottom: 20px;
	}
	.openday_news{
		margin-bottom: 30px;
	}
	.openday_news .img{
		max-width: 80%;
	}
	
	/*申请*/
	.apply{
		padding: 0 0 30px 0;
	}
	.apply .title{
		margin-bottom: 20px;
	}
	
	/*专家论坛*/
	.forum{
		padding: 0;
	}
	.forum .title{
		margin-bottom: 20px;
	}
	.public-forum{
		margin-bottom: 20px;
	}
	.learningSwiper{
		padding: 0;
	}
	
	/*专题*/
	.special{
		padding: 0;
	}
	.special .title{
		margin-bottom: 20px;
	}
	.public-special{
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width:768px) {
	/*文字列表*/
	.base_textintrolist li dl,.base_textlist li dl{
		margin: 0;
	}
	/*文字详情列表*/
	.base_textintrolist li .text a,.base_textlist li .text a{
		line-height: 1.5;
	}
	/*团队列表*/
	.base_teamlist li .img{
		
	}
	/*图片列表*/
	.base_piclist li{
		width: 48%;
	}
	/*联系我们*/
	.contactCotnent{
		flex-direction: column;
	}
	.contactCotnent .left,.contactCotnent .right{
		width: 100%;
		padding: 0;
	}
	.contactCotnent .right{
		padding: 10px 0;
		text-align: center;
	}
	/*新闻*/
	.newsContainer .title{
		margin-bottom: 20px;
	}
	.hotNewsList{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.imgNews{
		width: 100%;
	}
	.hotNewsList .list{
		width: 100%;
		padding: 0 20px;
	}
	.hotNewsList .list .item{
		padding: 10px 0;
	}
	.hotNewsList .list .item span{
		margin-bottom: 5px;
		font-size: 14px;
	}
	.hotNewsList .list .item p{
		font-size: 16px;
	}
	
	
	/*内页文章搜索*/
	.search-news {
		width:200px;
	}
	.search-news input {
		width: 150px;
		margin-left: 10px;
	}
	
	.search-news span {
		flex-shrink: 0;
		width: 40px;
		height: 40px;
		border-radius: 0 20px 20px 0;
		background: #AA2A89;
		color: #fff;
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		transition: all 0.2s;
		cursor: pointer;
	}
	
	.search-news span:hover {
		background: #EA39C1;
	}
	
	.search-news:hover {
		box-shadow: 0 3px 6px rgba(234 57 193/10%);
	}
	
	
	/*视频列表*/
	.base_videolist li{
		width: 47%;
	}
	.base_videolist li .img{
		height: 240px;
	} 
	/**/
	.base_loadlist_small a{
		width: 25%;
	}
	
	
	/*开放日*/
	.openday_news .img{
		max-width: 100%;
	}
	.openday_news .text{
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.openday_news .text .swiper-slide{
		padding: 15px 40px;
	}
	.openday_news .text .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.openday_news .text .intro{
		line-height: 1.5;
		font-size: 14px;
	}
	.openday_contact{
		flex-wrap: wrap;
	}
	.openday_contact .text{
		width: 100%;
		padding: 0;
	}
	.openday_contact .img{
		width: 100%;
	}
	.openday_contact .text h2{
		margin-top: 0;
	}
	/*申请*/
	.apply .title{
		margin-bottom: 0;
	}
	.apply_ways{
		margin-bottom: 20px;
	}
	.apply_ways .text{
		height: auto;
		padding: 30px;
	}
	.apply_ways .text .intro{
		font-size: 14px;
	}
	.apply_ways .text .intro a{
		width:100px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.qa-item{
		padding: 10px 0;
		font-size: 14px;
	}
	
	/*专家论坛*/
	.learningSwiper .item{
		display: block;
	}
	.learningSwiper .item .img{
		width: 100%;
	}
	.learningSwiper .item .text{
		padding: 15px;
	}
	.learningSwiper .item .text span{
		margin-bottom: 0;
		font-size: 16px;
	}
	.learningSwiper .item .text span font{
		font-size: 20px;
	}
	.learningSwiper .item .text h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.learningSwiper .item .text p{
		margin-bottom: 10px;
	}
	
	/*课程列表*/
	.base_courselist{
		flex-wrap: wrap;
	}
	.base_courselist .item{
		width: 100%;
		padding: 10px 0;
	}
	.base_courselist .item dl{
		margin-right: 10px;
	}
	.base_courselist .item .text h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	/**/
	.base_noticelist{
		width: 100%;
	}
	.base_noticelist ul{
		width: 100%;
	}
	.base_noticelist ul li{
		float: none;
		width: 100%;
		height: auto;
		margin: 10px 0;
		box-sizing: border-box;
		padding: 15px;
	}
	.base_noticelist ul li h3{
		height: auto;
	}
	.base_noticelist ul li p{
		height: auto;
	}
	.base_noticelist ul li span{
		margin-bottom: 0;
	}
	/*团队列表*/
	.base_teamlist li{
		width: 33.33%;
		transition: all 0.2s;
	}
	.base_teamlist li .img{
		
	}
	/*社团*/
	.clubContent .item .img{
		flex-shrink: 0;
		width: 200px;
		height: auto;
	}
	.clubContent .item .text{
		padding: 0 20px;
	}
	
	/*校服订购*/
	.base_uniform{
		
	}
	.base_uniform .item{
		position: relative;
		margin-bottom: 30px;
	}
	.base_uniform .item:after{
		display: block;
		content: "";
		clear: both;
	}
	.base_uniform .item .img{
		width: 100%;
	}
	.base_uniform .item .img img{
		width: 100%;
	}
	.base_uniform .item .text{
		position: unset;
		width: 100%;
		padding: 15px;
	}
	.base_uniform .item .text span{
		font-size: 18px;
		text-align: center;
	}
	.base_uniform .item .text .detail{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.base_uniform .item .text .detail p{
		margin: 0;
	}
	.base_uniform .item:nth-child(even) .img{
		float: none;
	}
	
	/*学部*/
	.publicPart-item-img-bg,.publicPart-item-color-bg{
		padding: 20px 0;
	}
	
	.publicPart-item .title{
		margin-bottom: 15px;
	}
	.partIntro{
		padding: 0;
	}
	.partIntro .introBox .img{
		display: none;
	}
	.partIntro .introBox .text{
		width: 100%;
		padding-right: 0;
	}
	
	.txtCourse .courseWrap{
		flex-direction: column;
	}
	.txtCourse .courseWrap .courseMenu{
		width: auto;
		display: flex;
		flex-direction: row;
	}
	.txtCourse .courseWrap .courseMenu span{
		font-size: 14px;
		padding: 10px;
		height: auto;
	}
	.txtCourse .courseWrap .courseMenu span:after{
		    border-left: 10px solid transparent;
		    border-top: 10px solid #A72185;
		    border-right: 10px solid transparent;
		    position: absolute;
		    right: 50%;
		    top: 100%;
	}
	.txtCourse .courseWrap .courseBox{
		padding: 15px;
		font-size: 14px;
	}
	
	.picCourse.partCourse{
		padding: 20px 0;
	}
	.picCourse .courseWrap .courseMenu{
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	.picCourse .courseWrap .courseMenu span{
		font-size: 16px;
	}
	.picCourse .courseWrap .courseBox .img{
		height: 300px;
	}
	.picCourse .courseWrap .courseBox .text{
		position: unset;
		padding: 10px;
		justify-content:flex-start;
		background: #A72185;
	}
	.picCourse .courseWrap .courseBox span{
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.partService{
		padding: 20px 0;
	}
	
}

@media screen and (max-width:550px) {
	/*团队列表*/
	.base_teamlist li .img{
		max-height: 400px;
	}
	/*图片列表*/
	.base_piclist li{
		width:100%;
		margin: 10px 0;
	}
	.base_piclist li .img{
		height: 260px;
		transition: all 0.3s;
	}
	/*图文交替*/
	.pic_text_alternate {
		flex-direction: column;
	}
	
	.pic_text_alternate .text {
		float: none;
		width: 100%;
		padding: 0 0 10px 0;
		margin-bottom: 0;
	}
	.pic_text_alternate .text h2{
		margin-bottom: 10px;
	}
	.pic_text_alternate .text img{
		max-width: 100% !important;
	}
	.pic_text_alternate .img {
		float:none;
		width: 100%;
	}
	.pic_text_alternate:nth-child(even) .text {
		float: none;
		padding: 0 0 10px 0;
	}
	.pic_text_alternate_item{
		margin: 0 0 20px 0;
	}
	.pic_text_alternate_item .img{
		width: 100%;
	}
	.pic_text_alternate_item .text{
		width: 100%;
		justify-content:stretch;
	}
	.pic_text_alternate_item .text dl{
		line-height: 1.2;
	}
	.pic_text_alternate_item .text a{
		margin: 6px 0;
	}
	/*团队列表*/
	.base_teamlist li{
		width:100%;
		transition: all 0.2s;
	}
	.base_teamlist li .img{
		width: 100%;
	}
	.base_teamlist li .img img{
		width: 100%;
	}
	.base_teamlist .swiper-pagination{
		display: none !important;
	}
	
	/*联系我们*/
	.contactus .title{
		margin-bottom: 0;
	}
	.contactCotnent .left .item .icon{
		width: 110px;
		padding-left: 35px;
		font-size: 16px;
	}
	.contactCotnent .left .item:nth-child(1) .icon {
		background: url(../images/lx1.png) left center no-repeat;
		background-size: auto 25px; 
	}
	
	.contactCotnent .left .item:nth-child(2) .icon {
		background: url(../images/lx2.png) left center no-repeat;
		background-size: auto 25px; 
	}
	
	.contactCotnent .left .item:nth-child(3) .icon {
		background: url(../images/lx3.png) left center no-repeat;
		background-size: auto 25px; 
	}
	
	.contactCotnent .left .item:nth-child(4) .icon {
		background: url(../images/lx4.png) left center no-repeat;
		background-size: auto 25px; 
	}
	
	.contactCotnent .left .item:nth-child(5) .icon {
		background: url(../images/lx5.png) left center no-repeat;
		background-size: auto 25px; 
	}
	
	.contactCotnent .left .item:nth-child(6) .icon {
		background: url(../images/lx6.png) left center no-repeat;
		background-size: auto 25px; 
	}
	.contactCotnent .left .item .txt{
		font-size: 14px;
	}
	.contact-ewm{
		flex-wrap: wrap;
	}
	
	/*教育科研*/
	.educationContent{
		flex-wrap: wrap;
	}
	.educationImg{
		width: 100%;
		margin-right: 0;
	}
	.educationBox .item{
		width: 100%;
	}
	
	/*图文列表*/
	.base_pictextlist li{
		padding: 10px;
		flex-wrap: wrap;
	}
	.base_pictextlist li .text{
		padding: 0;
		margin-bottom: 10px;
	}
	.base_pictextlist li .text dl{
		margin: 0;
	}
	.base_pictextlist li .text a{
		font-size: 14px;
	}
	.base_pictextlist li .img{
		width: 100%;
		height: auto;
	}
	
	/*视频列表*/
	.base_videolist li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.base_videolist li .img{
		height: 300px;
	} 
	/*家校服务*/
	.school-service .section .pic_text_alternate:nth-child(odd) .text{
		text-align: left;
	}
	.school-service .section .pic_text_alternate .text{
		background: none;
	}
	/*图文交替介绍-左图右文字*/
	.base_pic-text{
		flex-wrap: wrap;
	}
	.base_pic-text .img{
		width: 100%;
	}
	.base_pic-text .text{
		width: 100%;
		padding: 10px 0;
	}
	
	/*图文交替介绍-左文字右图*/
	.base_text-pic{
		display: flex;
		flex-direction: column;
		background: #f2f2f2;
	}
	.base_text-pic .text{
		width: 100%;
		padding: 20px;
		line-height: 2;
	}
	.base_text-pic .text span{
		font-size: 20px;
	}
	.base_text-pic .text p{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.base_text-pic .img{
		width: 100%;
	}
	.base_text-pic .img img{
		width: 100%;
	}
	/*图文带标题 左图右文字*/
	.base_pictext_title{
		
	}
	.base_pictext_title .item{
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.base_pictext_title .item .img{
		width: 100%;
	}
	.base_pictext_title .item .text{
		width: 100%;
		padding: 10px;
	}
	.base_pictext_title .item .text span.tit{
		margin-bottom: 15px;
		font-size: 18px;
	}
	/*升学指导*/
	.partOrientation{
		background: #f2f2f2;
		padding: 20px 0;
	}
	.partOrientation .introBox {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.partOrientation .introBox .img{
		width: 100%;
	}
	.partOrientation .introBox .text{
		width: 100%;
		padding: 0;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.partOrientation .introBox .text span.tit{
		display: block;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	/*图片叠加*/
	.pos-abo{
		position: relative;
		width: 100%;
	}
	.pos-abo .img{
		margin: 0 0 20px 0;
	}
	.pos-abo .img:nth-child(1){
		width: 100%;
	}
	.pos-abo .img:nth-child(2){
		width: 100%;
		position: unset;
	}
	/**/
	.base_loadlist_small a{
		width: 50%;
	}
	.base_loadlist_small dl dd:nth-child(3){
		font-size: 14px;
		line-height: 1.5;
	}
	/*申请*/
	.apply_ways .text{
		width: 80%;
	}
	.qa-item{
		width: 100%;
		margin: 0;
		padding: 10px 0;
		font-size: 14px;
	}
	
	/*招贤纳士*/	
	.jobBlock {
		margin-bottom: 20px;
	}
	
	.jobMent {
		height: 50px;
		padding: 0 10px;
	}
	
	.jobMent .tit {
		font-size: 16px;
	}
	
	.jobMent .fa {
		font-size: 24px;
	}

	.jobChild {
		display: none;
		padding: 5px;
	}
	
	.jobChild.act {
		display: block;
	}
	
	.jobChildMent {
		height: 40px;
		padding: 0 10px;
	}
	
	.jobChildMent .tit {
		font-size: 14px;
		font-weight: bold;
	}
	
	.jobChildMent .fa {
		width: 40px;
		text-align: center;
		font-size: 20px;
		cursor: pointer;
		color: #A72185;
		transition: all 0.2s;
	}
	
	.jobDetail {
		padding: 10px;
	}
	.jobContent .item{
		font-size: 14px;
	}
	
	/*问答列表*/
	.base_QAlist li{
		margin-bottom: 20px;
		padding: 10px;
	}
	.base_QAlist li .que{
		padding: 6px 0;
	}
	
	/*课程列表*/
	.base_courselist .item dl{
		margin-right: 10px;
	}
	.base_courselist .item .text h2{
		font-size: 16px;
		line-height: 1.5;
	}
	.base_courselist .item .text p{
		margin-bottom: 0;
		line-height: 1.5;
	}
	
	/*活动*/
	.activityIntro{
		flex-wrap: wrap;
	}
	.activityIntro .img{
		width: 100%;
	}
	.activityIntro .text{
		width: 100%;
		margin-bottom: 20px;
	}
	.activityIntro .text .intro{
		padding-right: 0;
	}
	/*社团*/
	.clubContent .item{
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.clubContent .item .img{
		flex-shrink: 0;
		width: 100%;
		min-height: 200px;
		height: auto;
		margin-bottom: 10px;
	}
	.clubContent .item .text{
		padding: 0;
	}
	.clubContent .item .text span{
		font-size: 18px;
		color: #A72185;
		font-weight: bold;
	}
	.clubContent .item .text p{
		font-size: 14px;
	}
}
