@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(flex_c.css);
@import url(list_c.css);
@import url(footer.css);
/* 教育服务 */

.top_box {
	background: url(../images/s_jy_top_bg.png) no-repeat center;
}

.part1 {
	width: 100%;
	height: 580px;
	background: url(../images/s_fw_bg3.png);
}

.tit_box i {
	background-color: #3781f2;
}

.tit_box i::after {
	background-color: #3781f2;
}

.fw_b a {
	background-image: linear-gradient(90deg,
			#2e7deb 0%,
			#002291 100%);
}

.part2 {
	width: 100%;
}

.cx ul li div {
	background-image: linear-gradient(90deg,
			rgba(32, 156, 255, 0.06) 0%,
			rgba(36, 101, 253, 0.06) 100%);
}

.cx ul li div::after {
	background-image: linear-gradient(90deg,
			rgba(32, 156, 255, 0.15) 0%,
			rgba(36, 101, 253, 0.15) 100%);
}



.cx_tab .prev,
.cx_tab .next {
	background: url(../images/s_arrow_left.png) no-repeat center;
}

.cx_tab .next {
	background: url(../images/s_arrow_right.png) no-repeat center;
}

.cx_list ul li a {
	font-size: 18px;
	text-align: center;
	display: block;
}

.part3 {}

.part3 .jy_box>div {
	width: 585px;
	height: 531px;
	background-color: #ffffff;
	border: solid 1px #e2f0fd;
}

.jy_tit {
	width: 100%;
	height: 150px;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	background-color: #f1f8ff;
	border: solid 1px #e2f0fd;
	overflow: hidden;
}

.jy_box .jy_tit a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}

.jy_box .jy_tit:hover a {
	transform: scale(1.1);
}

.jy_tl .jy_tit a {
	background: url(../images/s_jy_cx_tit1.png) no-repeat center;
}

.jy_tl ul {}

.jy_tl ul {
	display: flex;
	flex-wrap: wrap;
	margin: 24px 28px;
}

.jy_tl ul li {
	width: 250px;
	height: 70px;
	background-color: #ffffff;
	box-shadow: 0px 6px 26px 3px rgba(26, 55, 175, 0.15);
	border-radius: 10px;
	margin-left: 22px;
	margin-top: 16px;
}

.jy_tl ul li:nth-child(odd) {
	margin-left: 0;
}

.jy_tl ul li:nth-child(-n+2) {
	margin-top: 0;
}

.jy_tl ul li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333333;
	font-size: 22px;
}

.jy_tl ul li:hover {
	color: #ffffff;
	background-color: #2465fd;
	box-shadow: 0px 6px 26px 3px rgba(26, 55, 175, 0.15);
}

.jy_tl ul li:hover a {
	color: #ffffff;
}

.jy_tr .jy_tit a {
	background: url(../images/s_jy_cx_tit2.png) no-repeat center;
}

.jy_tit :hover a {
	transform: scale(1.1);
}



.jy_t .jy_tit {
	width: 100%;
	height: 150px;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	background-color: #f1f8ff;
	border: solid 1px #e2f0fd;
	overflow: hidden;

}

.jy_t .jy_tit a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	background: url(../images/s_jy_cx_tit1.png) no-repeat center;
}

.jy_t .jy_tit:hover a {
	transform: scale(1.1);
}

.jy_tr dl {
	margin: 20px;
}

.jy_tr dl dd {
	font-size: 18px;
	color: #333333;
	line-height: 56px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.jy_tr dl dd a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 1;
	position: relative;
	padding-left: 15px;
	margin-right: 30px;
}

.jy_tr dl dd a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;

	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.jy_tr dl dd span {
	color: #333333;
}

/* 学区划分 */
.part4 {
	width: 100%;
	height: 760px;
	background: url(../images/s_jy_xq_bg.png);
}

.xqhf_box .tit_box i {
	background-color: #ffffff;
}

.xqhf_box .tit_box i::after {
	background-color: #ffffff;
}

.xqhf_box .tit_box {
	color: #ffffff;
}

.xqhf_l {
	width: 534px;
	height: 680px;
	margin-top: 12px;
	position: relative;
}
.xqhf_l {
	display: block;
}
.xqhf_list{
	display: none;
}
.xqhf_l .xqhf_bg {}

.xqhf_l .xqhf_l_tit {
	position: absolute;
	top: 124px;
	left: 0;
	color: #ffffff;
	text-align: center;
}

.xqhf_l .xqhf_l_tit h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}

.xqhf_l .xqhf_l_tit span {
	font-size: 14px;
}

.xqhf_l .xqhf_map {
	position: absolute;
	top: 0;
	left: 45px;
}

.xqhf_l .xqhf_map .map {
	position: absolute;
	top: 0;
	left: 0;
}

.xqhf_l .xqhf_map .map .dys {
	top: 322px;
	left: 260px;
	width: 100px;
	height: 100px;

}
.source{
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 14px;
}
.xqhf_l .xqhf_map .map .wax {
	top: 46px;
	left: 250px;
	width: 100px;
	height: 100px;

}

.xqhf_l .xqhf_map .map .fqs {
	top: 154px;
	left: 274px;
	width: 100px;
	height: 100px;

}

.xqhf_l .xqhf_map .map .llx {
	top: 204px;
	left: 180px;
	width: 50px;
	height: 150px;

}

.xqhf_l .xqhf_map .map .gdx {
	top: 223px;
	left: 223px;
	width: 50px;
	height: 150px;

}

.xqhf_l .xqhf_map .map .csx {
	top: 323px;
	left: 23px;
	width: 50px;
	height: 150px;

}

.xqhf_l .xqhf_map .map .ptx {
	top: 423px;
	left: 123px;
	width: 50px;
	height: 150px;

}

.xqhf_l .xqhf_map .map .csx img {
	margin-left: 40px;
	margin-top: 40px;
}

.xqhf_l .xqhf_map .map .hsx {
	top: 324px;
	left: 96px;
	width: 80px;
	height: 150px;

}

.xqhf_l .xqhf_map .map .hsx img {
	margin-left: 15px;
	margin-top: 29px;

}

.xqhf_l .xqhf_map .map .ptx {
	top: 386px;
	left: 180px;
	width: 100px;
	height: 107px;

}

.xqhf_l .xqhf_map .map .ptx img {
	margin-left: -19px;
	margin-top: 48px;
}

.xqhf_l .xqhf_map .map .dsx {
	top: 427px;
	left: 286px;
	width: 71px;
	height: 159px;

}

.xqhf_l .xqhf_map .map .dsx img {
	margin-left: 37px;
	margin-top: 14px;

}

.xqhf_l .xqhf_map .map .sdx {
	top: 370px;
	left: 386px;
	width: 90px;
	height: 133px;
}

.xqhf_l .xqhf_map .map .sdx img {
	margin-top: 25px;
}

.xqhf_l .xqhf_map .map .ldx {
	top: 493px;
	left: 64px;
	width: 140px;
	height: 133px;
}

.xqhf_l .xqhf_map .map .ldx img {
	margin-left: 18px;
	margin-top: 20px;
}

.xqhf_l .xqhf_map .map .lbx {
	top: 509px;
	left: 361px;
	width: 133px;
	height: 109px;
}

.xqhf_l .xqhf_map .map .lbx img {
	margin-left: 22px;
	margin-top: 20px;
}

.xqhf_l .xqhf_map .map>div {
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xqhf_l .xqhf_map .map>div img {
	display: none;
}

.xqhf_l .xqhf_map .map>div.on img {
	display: block;
}

.bd_map {
	width: 180px;
	position: absolute;
	right: -20px;
	top: -50px;
}

.jy_public {
	display: none;
	width: 100%;
	min-height: 168px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 8px 5px 1px rgba(135, 135, 135, 0.35);
	border-radius: 8px;
	color: #ffffff;
	text-align: left;
	z-index: 1000;
	position: absolute;
	left: 50px;
	top: 50px;
}

.jy_public h3 {
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
	color: #000000;
}

.jy_public li {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	padding: 0 10px;
}



.xqhf_r {
	margin-top: 50px;
	width: 613px;
	height: 572px;
	background: url(../images/s_jy_xq_rbg.png) no-repeat center;
}

.xqhf_r>div {
	display: none;
	z-index: 10;
}

.xqhf_r>div.on {
	display: block;
}

.xqhf_r>div ul {
	margin: 50px 70px;
}

.xqhf_r>div ul li {
	line-height: 50px;
	color: #333333;
	font-size: 18px;
	display: flex;
}

.xqhf_r>div ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 1;
	margin-left: 15px;
}

.xqhf_r>div ul li span {
	color: #999999;
	font-size: 17px;
}

.xqhf_r>div ul li:hover a,
.xqhf_r>div ul li:hover span {
	color: #2465fd;
	font-weight: 600;
}


/* 政策文件 start */
.czwj ul li .zcwj_l h2 {
	color: #1c67f0;
}

/* 常见问题 start */
.cjwt ul li a .cjwt_l {
	background: url(../images/s_zjwt_ico.png) no-repeat center;
}

