﻿@charset "utf-8";
.big_bg {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
	background: #FFFFFF;
	background: -webkit-linear-gradient(top, #73d3f6, #fff 75%);
	background: -moz-linear-gradient(top, #73d3f6, #fff 75%);
	background: -ms-linear-gradient(top, #73d3f6, #fff 75%);
	padding-bottom: 20px;
    z-index:-1;
}
img {
  width:100%;
}

/*----banner样式开始----*/

.go_shares_banner {
	width: 100%;
}

.go_shares_banner img {
	float: left;
	width: 100%;
}

.line {
	width: 100%;
}

.line span {
	display: block;
	width: 50%;
	height: 5px;
	float: left;
}

.line span:first-of-type {
	background: #9cca34;
}

.line span:last-of-type {
	background: #FFFFFF;
}


/*----banner样式结束----*/


/*----幼儿园简介样式开始----*/

.y_box {
	width: 94%;
	margin: auto;
}

.j_j {
	line-height: 30px;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
    padding-left:6px;
	height: 30px;
	background: #9cca34;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.education {
   width:110px;
}
.p_con {
	margin-top: 10px;
	margin-left:6px;
	width:98%;
}

.p_con p {
	font-size: 14px;
	color: #221815;
	line-height: 24px;
    overflow:hidden;
}
    .p_con img {
    width:100%;
    }
.share {
	margin-top: 10px;
    margin-bottom:20px;
	width: 120px;
}

.share span {
	float: left;
	line-height: 30px;
	color: #00a3e6;
	font-size: 16px;
}

.share_pic {
	margin-left: 6px;
	float: left;
	width: 35px;
	height: 29px;
	background: url(../img/go_shares/share_btn.png) no-repeat center center;
}


/*----幼儿园简介样式结束----*/


/*-------分享到的样式开始--------*/

.mask {
	display:none;
	position: fixed;
	z-index:11;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	margin: auto;
}

.bottom {
	position: fixed;
	z-index:12;
	padding: 14px 0 14px 0;
	bottom:-154px;
	left: 0;
	right: 0;
	background: #FFFFFF;
	width: 100%;
	margin: auto;
	text-align: center;
}

.bottom .tit {
	font-size: 20px;
	color: #666666;
}

.share_icon {
	margin-top: 10px;
	width: 100%;
}

.share_icon li {
	float: left;
	width: 25%;
}

.share_icon li a {
	display: block;
	margin: auto;
	width: 100%;
	height: 90px;
}

.share_icon li a div {
	max-width: 65px;
	width: 65%;
	margin: auto;
}

.share_icon li a div img {
	max-width: 65px;
	width: 100%;
	margin: auto;
}

.share_icon li a p {
	margin-top:6px;
	color: #666666;
}

@media (min-width:380px) {
	.share_icon li a p {
		font-size: 14px;
	}
}
@media (max-width:380px) {
	.share_icon li a p {
		font-size: 12px;
	}
}
/*-------分享到的样式结束--------*/