/* 津典严选 */
.strict img{
	width:100%;
}

/* 园所升级服务 */
.news-tab{
	text-align: center;
	margin-top:60px;
}
.news-tab li{
	display: inline-block;
	width:170px;
	height:60px;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	font-size:16px;
	color:#545450;
	border:1px solid #D0CCC7;
	margin: 0 25px;
}
.news-tab li a{
	display: block;
}
.news-tab li.active{
	color:#fff;
	border:1px solid #AE0000;
	background:#AE0000;
}
 .news-tab li.active a{
 	color:#fff;
 }

.serve .box3{
	padding:55px 0;
}
.serve .box3 dl{
	background:#F2F7FB;
	overflow: hidden;
}
.serve .box3 dl dt,.serve .box3 dl dd{
	width:50%;
	float:left;
}
.serve .box3 dl dd{
	padding: 0 20px 0 225px;
	height:360px;
	display: table;
}
.serve .box3 dl dd>div{
	display: table-cell;
    vertical-align: middle;
}
.serve .box3 dl:nth-child(1) dt{
	float:right;
}
.serve .box3 dl dt img{
	width: 100%;
	height:360px;
	object-fit: cover;
}
.serve .box3 dl dd h3{
	font-size:24px;
	color:#002E55;
	font-weight: normal;
	margin-bottom: 22px;
}
.serve .box3 dl dd ul li{
	font-size:14px;
	color:#666460;
	font-weight: normal;
	line-height: 38px;
}
.serve .box2{
	background: url(../img/images/education_serve_bg.jpg) no-repeat;
	background-size:100% 100%;
	padding:80px 0;
}
.serve .box2 .title{
	font-size:24px;
	color:#fff;
	text-align: center;
	margin-bottom:24px;
}
.serve .box2 .list .item{
	background:#fff;
	float:left;
	border-radius: 10px;
	width:380px;
	height:400px;
	padding:45px 50px;
}
.serve .box2 .list .item:nth-child(2){
	margin:0 30px;
}
.serve .box2 .list .item .small-title{
	font-size:14px;
	color:#343535;
	margin-bottom: 30px;
}
.serve .box2 .list .item ul{
	max-height: 240px;
	overflow:hidden;
}
.serve .box2 .list .item ul li{
	font-size:14px;
	color:#666460;
	line-height: 40px;
}
.serve .box2 .list .item ul li a{
	display: block;
	background:url(../img/images/education_sj.png) left center no-repeat;
	background-size:8px 6px;
	padding-left:14px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.serve .box2 .list .item ul li a:hover{
	text-decoration: underline;
}
.serve .box2 .list .item .more{
	font-size:14px;
	color:#666460;
	line-height: 40px;
}
.serve .box1{
	padding:80px 0 60px 0;
}
.serve .box1 .cnt{
	margin-top:80px;
}
.serve .box1 .cnt .small-box{
	background:#F2F7FB;
	height:400px;
}
.serve .box1 .cnt .small-box .Lt{
	width:50%;
}
.serve .box1 .cnt .small-box .Lt img{
	width:100%;
	height: 100%
}
.serve .box1 .cnt .small-box .Rt{
	width:50%;
	padding:45px 150px 10px 115px;
}
.serve .box1 .cnt .small-box .Rt dl{
	margin-bottom:30px;
}
.serve .box1 .cnt .small-box .Rt dl dt{
	font-size:18px;
	color:#343535;
	font-weight: bold;
	margin-bottom:11px;
	position:relative;
	cursor:pointer;
}
.serve .box1 .cnt .small-box .Rt dl dt:after{
	content: '';
	position: absolute;
	background: #AE0000;
	width:4px;
	height:16px;
	left:-15px;
	top:50%;
	margin-top:-8px;
}
.serve .box1 .cnt .small-box .Rt dl dd{
	display: none;
}
.serve .box1 .cnt .small-box .Rt dl:nth-child(1) dd{
	display: block;
}
.serve .box1 .cnt .small-box .Rt dl dd ul{
	overflow: hidden;
	max-height: 160px;
}
.serve .box1 .cnt .small-box .Rt dl dd ul li{
	font-size:14px;
	color:#666460;
	line-height: 40px;
	float:left;
	width:50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.serve .box1 .cnt .small-box .Rt dl:last-child{
	margin-bottom:0;
}
.serve .box1 .tab ul li{
	width:16.6%;
	float:left;
	cursor:pointer;
	background:#fff;
	text-align: center;
}
.serve .box1 .tab ul li b{
	display: block;
	font-size:24px;
	color:#002E55;
}
.serve .box1 .tab ul li span{
	display: block;
	font-size:18px;
	color:#fff;
	background:#D5D5D7;
	width:46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	margin:0 auto;
	margin-top:26px;
	position:relative;
}
.serve .box1 .tab ul li span:after{
	position: absolute;
	content: '';
	height: 2px;
	background:#EFEEEC;
	width:200px;
	left:46px;
	top:22px;
}
.serve .box1 .tab ul li.active b{
	color:#AE0000;
}
.serve .box1 .tab ul li.active span{
	background:#AE0000;
}
.serve .box1 .tab ul li:last-child span:after{
	width:0;
}

/* 幼儿园 */
.kindergarten .big-title{
	text-align: center;
	margin:60px 0 125px 0;
}
.kindergarten .big-title b{
	font-size:120px;
	color:#EFEEEC;
	display: block;
}
.kindergarten .big-title span{
	font-size:30px;
	color:#414141;
	display: block;
	margin-top:-90px;
	font-weight: bold;
}
.kindergarten .small-title{
	font-size:24px;
	text-align: center;
	color:#AE0000;
	font-weight: bold;
}
.kindergarten .small-text{
	font-size:14px;
	text-align: center;
	color:#666460;
	margin-top:23px;
}
.kindergarten .box1 .lists{
	margin-top:80px;
}
.kindergarten .box1 .lists dl{
	width:50%;
	float:left;
	overflow: hidden;
	height: 190px;
}
.kindergarten .box1 .lists dl dt{
	width: 18.3%;
	float:left;
}
.kindergarten .box1 .lists dl dd{
	width: 71.7%;
	float:left;
}
.kindergarten .box1 .lists dl dd h1{
	font-size:18px;
	color:#343535;
	margin-bottom:16px;
	margin-top:10px;
}
.kindergarten .box1 .lists dl dd p{
	font-size:14px;
	color:#666460;
	line-height: 30px;
	text-align: justify;
}
.kindergarten .box2{
	background:#F2F7FB;
	padding:80px 0;
}
.kindergarten .box2 .texts{
	margin-top:65px;
}
.kindergarten .box2 .texts .item{
	width:350px;
	height: 420px;
	background:#fff;
	border-radius: 12px;
	text-align: center;
	display: table;
	margin-top:10px;
}
.kindergarten .box2 .texts .item>div{
	display: table-cell;
    vertical-align: middle;
}
.kindergarten .box2 .texts h1{
	font-size:18px;
	color:#343535;
	margin-bottom:22px;
}
.kindergarten .box2 .texts p{
	font-size:14px;
	color:#666460;
	line-height: 40px;
}
.kindergarten .box2 .imgs{
	width:400px;
	height: 440px;
	margin-left:50px;
}
.kindergarten .box2 .imgs img{
	width:100%;
	height: 100%;
}
.kindergarten .box3{
	padding-bottom: 80px;
}
.kindergarten .box3 .lists dl{
	width:360px;
	border:1px solid #7893A6;
	border-radius: 5px;
	float:left;
}
.kindergarten .box3 .lists dl:nth-child(2){
	margin:0 60px;
}
.kindergarten .box3 .lists dl dd{
	height: 520px;
	text-align: center;
}
.kindergarten .box3 .lists dl dt{
	font-size:18px;
	color:#fff;
	background:#002E55;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-weight: bold;
}
.kindergarten .box3 .lists dl dd ul{
	margin-top:30px;
}
.kindergarten .box3 .lists dl dd ul li{
	font-size:14px;
	line-height: 50px;
}
.kindergarten .box3 .lists dl dd ul li a{
	cursor: default;
}
.kindergarten .box4{
	background: #F2F7FB;
	padding:80px 0;
}
.kindergarten .box4 .texts p,.kindergarten .box4 .texts ul li{
	font-size:14px;
	color:#666460;
	line-height: 35px;
}
.kindergarten .box4 .texts ul li{
	position:relative;
	padding-left: 20px;
}
.kindergarten .box4 .texts ul li:after{
	position: absolute;
	content: '';
	width:6px;
	height: 6px;
	background:#AE0000;
	border-radius: 50%;
	left:0;
	top:50%;
	margin-top:-4px;
}
.kindergarten .box4 .dls{
	text-align: center;
	margin:50px 0;
}
.kindergarten .box4 .dls dl{
	width:221px;
	height: 255px;
	background: url(../img/images/kindergarten_bg.png) left center no-repeat;
	background-size:100% 100%;
	display: inline-block;
}
.kindergarten .box4 .dls dl{
	padding-top:80px;
	margin:18px;
}
.kindergarten .box4 .dls dl dt{
	height: 52px;
}
.kindergarten .box4 .dls dl dt img{
	margin:0 auto;
	-webkit-transition: -webkit-transform .6s ease-out;
    -moz-transition: -moz-transform .6s ease-out;
    -o-transition: -o-transform .6s ease-out;
    -ms-transition: -ms-transform .6s ease-out;
}
.kindergarten .box4 .dls dl dd{
	font-size:14px;
	color:#666460;
	text-align: center;
	margin-top:20px;
}
.kindergarten .box4 .dls dl:nth-child(5),.kindergarten .box4 .dls dl:nth-child(6),.kindergarten .box4 .dls dl:nth-child(7){
	margin-top:-55px;
}
.kindergarten .box4 .dls dl:hover dt img{
	-webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

/* OICE设计院 */
.design .box1{
	padding:58px 0 75px 0;
}
.design .box1 p{
	font-size:16px;
	color:#666460;
	text-align: center;
	line-height: 36px;
	margin-bottom: 20px;
}
.design .box2{
	background: url(../img/images/education_serve_bg.jpg) left center no-repeat;
	background-size:100% 100%;
	padding:100px 0;
}
.design .box2 dl dt,.design .box2 dl dd{
	width:50%;
	float:left;
}
.design .box2 dl:nth-child(1){
	margin-bottom:80px;
}
.design .box2 dl:nth-child(1) dt{
	float:right;
}
.design .box2 dl dt{
	height: 640px;
}
.design .box2 dl dt img{
	display: block;
	width:100%;
	height: 100%;
	object-fit: cover;
}
.design .box2 dl dd{
	height: 450px;
	background: #fff;
	margin-top:95px;
	display: table;
	position: relative;
}
.design .box2 dl dd span{
	position: absolute;
	font-size:100px;
	font-family: "Arial";
	color:rgba(177,218,249,.06);
	bottom:-118px;
	font-weight: bold;
	white-space: nowrap;
}
.design .box2 dl:nth-child(1) dd span{
	right:0;
}
.design .box2 dl:nth-child(2) dd span{
	left:0;
}
.design .box2 dl dd>div{
    display: table-cell;
    vertical-align: middle;
}
.design .box2 dl:nth-child(1) dd{
	background:#00BFF1;
	border-top-left-radius:250px;
	border-bottom-left-radius:250px;
	padding-left:310px;
}
.design .box2 dl:nth-child(2) dd{
	border-top-right-radius:250px;
	border-bottom-right-radius:250px;
	padding-left:150px;
}
.design .box2 dl dd h3{
	font-size:36px;
	color:#fff;
	margin-bottom:15px;
}
.design .box2 dl dd ul li{
	font-size:18px;
	color:#fff;
	line-height: 40px;
}
.design .box2 dl dd ul li a{
 	color:#fff;
 }
 .design .box2 dl:nth-child(2) dd h3, .design .box2 dl:nth-child(2) dd ul li, .design .box2 dl:nth-child(2) dd ul li a{
 	color:#343535;
 }
 .design .box3{
 	background:#F4F3F1;
 	padding:115px 0;
 }
 .design .box3 .tab ul{
 	background:#fff;
 	border-radius: 5px;
 	height: 163px;
 	margin-bottom:60px;
 }
.design .box3 .tab ul li{
	float:left;
	width:20%;
	text-align: center;
	cursor:pointer;
	height:100%;
}
.design .box3 .tab ul li b,.design .box3 .tab ul li span{
	display: block;
}
.design .box3 .tab ul li b{
	font-size:18px;
	color:#343535;
}
.design .box3 .tab ul li b:nth-child(1){
	margin:36px 0 12px 0;
}
.design .box3 .tab ul li span{
	font-size:14px;
	color:#9A9690;
	margin-bottom: 10px;
	white-space: nowrap;
}
.design .box3 .tab ul li.active{
	background:#AE0000;
	border-radius: 5px;
	height: 186px;
	margin-top:-11.5px;
	padding-top:11.5px;
}
.design .box3 .tab ul li.active b,.design .box3 .tab ul li.active span{
	color:#fff;
}
.design .box3 .lunbo .content .left{
	width:50%;
	height: 560px;
}
.design .box3 .lunbo .content .left img{
	display: block;
	width:100%;
	height: 100%;
	object-fit: cover;
}
.design .box3 .lunbo .content .right{
	width:46.875%;
	padding-right: 120px;
}
.design .box3 .lunbo .content .right .title{
	margin:46px 0 35px 0;
	padding-bottom: 28px;
	position:relative;
}
.design .box3 .lunbo .content .right .title:after{
	position: absolute;
	content: '';
	left:0;
	bottom:0;
	width:71px;
	height: 4px;
	background: url(../img/images/law_line.png) no-repeat;
	background-size:100% 100%;
}
.design .box3 .lunbo .content .right .title span{
	font-size:70px;
	color:#E7E6E3;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.design .box3 .lunbo .content .right .title b{
	font-size:36px;
	color:#343535;
	display: block;
	font-weight: normal;
}
.design .box3 .lunbo .content .right p{
	font-size:16px;
	color:#666460;
	line-height: 36px;
	text-align: justify;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.design .box3 .lunbo .swiper-button-next,.design .box3 .lunbo .swiper-button-prev{
	width:49px;
	height: 49px;
}
.design .box3 .lunbo .swiper-button-prev{
	background: url(../img/images/design_lt.png) no-repeat;
	background-size:100% 100%;
}
.design .box3 .lunbo .swiper-button-next{
	background: url(../img/images/design_rt.png) no-repeat;
	background-size:100% 100%;
}
.design .box3 .lunbo .swiper-button-prev:hover{
	background: url(../img/images/design_lts.png) no-repeat;
	background-size:100% 100%;
}
.design .box3 .lunbo .swiper-button-next:hover{
	background: url(../img/images/design_rts.png) no-repeat;
	background-size:100% 100%;
}
.design .box3 .lunbo .swiper-button-prev:after,.design .box3 .lunbo .swiper-button-next:after{
	content: '';
}
.design .box3 .lunbo .swiper-button-prev,.design .box3 .lunbo .swiper-container-rtl .swiper-button-next{
	left:53.125%;
	top:460px;
	margin-top:auto;
}
.design .box3 .lunbo .swiper-button-next,.design .box3 .lunbo .swiper-container-rtl .swiper-button-prev{
	right:auto;
	left:58%;
	top:460px;
	margin-top:auto;
}

@media only screen  and (max-width: 800px) {
	.news-tab li {
	    width: 100px;
	    height: 27px;
	    line-height: 25px;
	    margin: 0 5px;
	    font-size: 13px;
	}
	.serve .box1 .tab ul li{
		width:33.3%;
		margin-bottom:15px;
	}
	.serve .box1 .tab ul li b{
		font-size:14px;
	}
	.serve .box1 .tab ul li span{
		width:30px;
		height: 30px;
		line-height: 30px;
		font-size:12px;
		margin-top:10px;
	}
	.serve .box1 .tab ul li span:after{
		display: none;
	}
	.serve .box1 .cnt .small-box .Lt{
		width:100%;
	}
	.serve .box1 .cnt .small-box .Rt{
		width:100%;
		padding:20px 30px;
	}
	.serve .box1 .cnt .small-box{
		height: auto;
	}
	.serve .box1{
		padding:40px 0 30px 0;
	}
	.serve .box1 .cnt{
		margin-top:30px;
	}
	.serve .box2{
		background:#002852;
		padding:40px 0;
	}
	.serve .box2 .list .item:nth-child(2){
		margin:0;
	}
	.serve .box2 .list .item{
		width:100%;
		height:auto;
		margin:15px 0;
	}
	.serve .box3 dl dt, .serve .box3 dl dd{
		width:100%;
	}
	.serve .box3 dl dd{
		padding:15px 0 10px 0;
		text-align: center;
		height: auto
	}
	.serve .box3 dl dt img{
		height: auto
	}


	.kindergarten .big-title{
		margin:30px 0 60px 0;
	}
	.kindergarten .small-title{
		font-size:18px;
	}
	.kindergarten .box1 .lists dl{
		width:100%;
		height: auto;
		margin-bottom:15px;
	}
	.kindergarten .box1 .lists dl dt img{
		width:80%;
	}
	.kindergarten .box1 .lists{
		margin-top:40px;
	}
	.kindergarten .box2{
		padding:40px 0;
	}
	.kindergarten .box2 .texts{
		margin-top:30px;
	}
	.kindergarten .box2 .texts .item{
		width:100%;
		height: auto;
		padding:15px 0;
	}
	.kindergarten .box2 .imgs{
		margin:20px 0 10px 0;
		width:100%;
		height: auto;
	}
	.kindergarten .box3 .lists dl{
		width:100%;
	}
	.kindergarten .box3 .lists dl:nth-child(2){
		margin:15px 0;
	}
	.kindergarten .box3 .lists dl dd{
		height: auto;
		padding:15px 0;
	}
	.kindergarten .box3 .lists dl dt{
		height: 45px;
		line-height: 45px;
	}
	.kindergarten .box4 .dls{
		overflow: hidden;
	}
	.kindergarten .box4 .dls dl{
		width:50%;
		float: left;
		margin:0;
		background:none;
		height: auto;
		padding-top:20px;
	}
	.kindergarten .box4 .dls{
		margin:30px 0;
	}
	.kindergarten .box4 .dls dl:nth-child(5), .kindergarten .box4 .dls dl:nth-child(6), .kindergarten .box4 .dls dl:nth-child(7){
		margin-top:0;
	}
	.kindergarten .box4{
		padding:40px 0;
	}
	.kindergarten .box3 .lists dl dd ul{
		margin-top:15px;
	}

	.design .box1{
		padding:29px 0 37.5px 0;
	}
	.design .box2{
		background:#002953;
		padding:40px 0;
	}
	.design .box2 dl:nth-child(1){
		margin-bottom:40px;
	}
	.design .box2 dl dt, .design .box2 dl dd{
		width:100%;
		height: auto;
		margin-top:0;
		
		
	}
	.design .box2 dl:nth-child(1) dd{
		border-top-left-radius: 0;
    	border-bottom-left-radius: 0;
    	padding:15px 10px;	
    	text-align: center;
	}
	.design .box2 dl:nth-child(2) dd{
		border-top-right-radius: 0;
    	border-bottom-right-radius: 0;
    	padding:15px 10px;
    	text-align: center;
	}
	.design .box2 dl dd h3{
		font-size:18px;
	}
	.design .box2 dl dd ul li{
		font-size:14px;
		line-height: 36px;
	}
	.design .box3 .tab ul li{
		width:33.3%;
		padding-bottom: 24px;
	}
	.design .box3 .tab ul li:nth-child(4){
		margin-left: 16.5%;
	}
	.design .box3 .tab ul{
		height: auto;
	}
	.design .box3 .tab ul li.active{
		height: auto;
	    margin-top: auto;
	    padding-top: 0;
	}
	.design .box3{
		padding:40px 0;
	}
	.design .box3 .lunbo .content .left{
		width:90%;
		height: auto;
		margin:0 auto;
		float:inherit;
	}
	.design .box3 .lunbo .content .right{
		width:90%;
		padding-right:0;
		margin:0 auto;
		float:inherit;
		padding-bottom: 100px;
	}
	.design .box3 .lunbo .content .right .title span{
		font-size:24px;
	}
	.design .box3 .lunbo .content .right .title b{
		font-size:18px;
	}
	.design .box3 .lunbo .content .right .title:after{
		width:35px;
		height: 2px;
	}
	.design .box3 .lunbo .swiper-button-next,.design .box3 .lunbo .swiper-container-rtl .swiper-button-prev{
		top:auto;
		bottom:0;
		right:35%;
		left:auto;
	}
	.design .box3 .lunbo .swiper-button-prev,.design .box3 .lunbo .swiper-container-rtl .swiper-button-next{
		top:auto;
		bottom:0;
		right:auto;
		left:35%;
	}
	.design .box2 dl dd span{
		display: none;
	}
	.design .box3 .tab ul li:nth-child(4),.design .box3 .tab ul li:nth-child(5){
		width:40%;
	}
	.design .box3 .tab ul li:nth-child(4){
		margin-left:10%;
	}
}