﻿/* Common button styles */
.button {
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
	
/* Ujarak */
.button-ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fa4614;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak,.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
	color: #fff;
	border-color: #fa4614;
}

.button-ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* 标题样式1 */
.tit-ex {
	overflow:hidden;
	padding-top: 20px;
	margin-bottom: 30px;
}

.tit-ex h1 {
	color: #fa4614;
	font-size: 30px;
	margin: -52px 0 14px;
}

.tit-ex h2 {
	color: #fff;
	font-size: 30px;
	text-shadow: #e5e5e5 1px 0 0, #e5e5e5 0 1px 0, #e5e5e5 -1px 0 0, #e5e5e5 0 -1px 0;
}

.tit-ex p {
	color: #858484;
	font-size: 20px;
	margin-bottom: 10px;
}

.tit-ex h5 {
	width: 168px;
	height: 2px;
	background: #fa4614;
}

.tit-ex h3 {
	text-align: center;
	margin-top: 18px;
}

.tit-ex .more {
	width: 200px;
	color: #0b0b0b;
	height: 54px;
	border: 2px #f1f1f1 solid;
	cursor: pointer;
	font-size: 16px;
	margin-right: 20px;
}

/* 标题样式2 */
.tit-cen {
	padding-top: 20px;
	margin-bottom: 46px;
	text-align: center;
	padding-bottom: 10px;
	background: url(../img/tit-line.png) no-repeat center bottom;
}

.tit-cen h1 {
	color: #fa4614;
	font-size: 30px;
	margin: -52px 0 14px;
}

.tit-cen h2 {
	color: #fff;
	font-size: 30px;
	text-shadow: #e5e5e5 1px 0 0, #e5e5e5 0 1px 0, #e5e5e5 -1px 0 0, #e5e5e5 0 -1px 0;
}

.tit-cen p {
	color: #858484;
	font-size: 20px;
	margin-bottom: 10px;
}
		
/* 标题样式3 */
.tit {
	padding-top: 80px;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 10px;
	background: url(../img/line2.png) no-repeat center bottom;
}

.tit h1 {
	color: #fff;
	font-size: 30px;
	margin: -52px 0 14px;
}

.tit h2 {
	color: #3e3230;
	font-size: 30px;
	text-shadow: #af533e 1px 0 0, #af533e 0 1px 0, #af533e -1px 0 0, #af533e 0 -1px 0;
}

.tit p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

/* 导航 */
.header {
	width: 1200px;
	height: 40px;
	margin: auto;
}

nav {
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

.menu {
	float: left;
	width: 274px;
	background: #fa4c06;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding-left: 12px;
	margin-left: 2px;
	letter-spacing: 1px;
}

nav .nav-all {
	width: 810px;
	float: left;
	margin-left: 102px;
}

nav .nav-all .now {
	color: #fa4c06;
	
}

nav .nav-all ul li {
	height: 9px;
	line-height: 31px;
	float: left;
	padding: 5px 0px;
	margin-right: 102px;
	position: relative;
	list-style: none;
}

nav .nav-all ul li a {
	color: #646464;
	font-size: 14px;
	text-decoration: none;
	list-style: none;
}

nav .nav-all ul li a:hover {
	color: #fa4c06;
	text-decoration: none;
}

nav .nav-all ul li span {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	background: #fa4c06;
	top: 32px;
	left: 50%;
}

/* banner */	
.banner {
	background: #f4f4f4;
	height: 470px;
	position: relative;
}
	
/* flexslider */
.flexslider {
	position: relative;
	height: 470px;
	overflow: hidden;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 470px;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../img/dot.png) right 0 no-repeat;
	cursor: pointer;
	color:rgba(255,255,255,0.00);
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../img/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../img/next.png) center center no-repeat;
}

.course {
	width: 286px;
	height: 470px;
	position: absolute;
	top: 40px;
	left: 2px;
	z-index: 999;
	background: #fff;
}

.course ul {
	width: 100%;
	list-style: none;
	height: 100%;
	overflow: hidden;
}

.course li {
	border-top: #e5e5e5 solid 1px;
	padding: 22px 0 22px 16px;
	box-sizing: border-box;
	font-size: 19px;
	line-height: 21px;
}

.course li a {
	color: #222;
	text-decoration: none;
}

.course li a:hover {
	color: #fa4c06;
}

.course li h4 {
	font-size: 22px;
	font-weight: bold;
	padding-left:50px;
	line-height: 38px;
	margin-bottom: 13px;
}

.course li:hover {
	background: #f7f7f7;
}

.course li.li-bottom {
	padding-bottom: 24px;
}

.course li.li-bottom:hover {
	padding-bottom: 23px;
	border-bottom: 1px solid #dedede;
}

/*青少儿成长中心*/
.about{
	padding-top: 160px;	
	background: #f8f9fb;
	background-image: url(../img/about.jpg);
	background-repeat: no-repeat;
	background-position: center 8px;
	min-width: 1200px;
	margin: auto;
}

.about h6 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #2a2929;
	font-weight: normal;
	margin-top: -24px;
}

.about ul{
	overflow: hidden;
	width:880px;
	margin: auto;
	padding: 50px 160px;
}

.about ul li{
	width:220px;
	float:left;
}

.about ul li img{
	width:100px;
	height: 150px;
	margin-left: 60px;
}

.about ul li p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #666;
}
		
/* 我们的初心 */
.heart {
	background: url(../img/bg.png) no-repeat center center;
	height: 600px;
	min-width: 1200px;
	margin: auto;
}

.heart .bg {
	background: url(../img/cz.png) no-repeat bottom center;
	width: 1200px;
	margin: auto;
	height: 450px;
	overflow: hidden;
}



/* 成长路径 */
.grow-box {
	min-width: 1200px;
	background: #fff;
	padding-top: 60px;
	height: 950px;
}

.grow {
	width: 1200px;
	margin: auto;
	height: 950px;
}

.grade-bg1 {
	background: #ffb20d;
}

.grade-bg2 {
	background: #ff930f;
}

.grade-bg3 {
	background: #ff765d;
}

.grade-bg4 {
	background: #52befb;
}

.grade-bg5 {
	background: #29be76;
}

.route {
	width: 1140px;
	height: 800px;
	margin: auto;
	padding: 0 30px;
}

.route ul {
	overflow: hidden;
	height: 180px;
	padding-left: 130px;
	margin-bottom: 2px;
}

.route ul li {
	float: left;
	height: 180px;
	width: 202px;
	margin-bottom: 2px;
}

.route ul li h2 {
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	padding-top: 130px;
}

.route dl {
	overflow: auto;
	margin-bottom:2px;
}

/* 课程 */
.route .kc dt {
	width: 130px;
	height: 60px;
	background: #f0f0f0;
	border-radius: 8px;
	float: left;

}

.route .kc dd {
	width:200px;
	height: 60px;
	background: #fff;
	float: left;
	margin-left:2px;
	border-radius: 8px;
}

.route .kc dt h3{
	color:#1e1d1d;
	font-size: 20px;
	line-height: 60px;
	font-weight: normal;
	text-align: center;
}

.route .kc dd p {
	width:200px;
	height: 60px;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;	
	text-align: center;
	line-height: 60px;
}

/* 创造营 */
.route .kc .czy {
	height: 184px;
	width: 130px;
	background: #fff;
	overflow: hidden;
}

.route .kc .czy h3 {
	width: 62px;
	height: 154px;
	font-size: 22px;
	color: #000;
	padding-top: 30px;
	background: #f0f0f0;
	border-radius: 8px;
	font-weight: normal;
	float: left;
	line-height: 40px;
}

.route .kc .czy .fl {
	width: 66px;
	background: #fff;
	height: 184px;
	margin-left: 2px;
	float: right;
}

.route .kc .czy h5 {
	width: 66px;
	font-size: 18px;
	text-align: center;
	height: 60px;
	background: #f0f0f0;
	border-radius: 8px;
	font-weight: normal;
	line-height: 60px;
}

/* 校区 */
.school-box {
    background: url(../img/school-bg.jpg) no-repeat center top;
    height: 680px;
    min-width: 1200px;
	padding-top:30px;
}

.total {
    overflow: hidden;
    padding: 80px 10px;
    width: 1180px;
    margin:auto;
}

.area {
    width: 560px;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #d5d4d5;
	-moz-box-shadow: 0px 0px  10px 0px #d5d4d5; /*firefox*/
    -webkit-box-shadow: 0px 0px  10px 0px #d5d4d5; /*webkit*/
}

.area ul {
    padding: 36px 16px;
	color: #020202;
}

.area ul li {
    width: 110px;
    height: 34px;
    border: #fb6035 1px solid;
    border-radius: 17px;
    font-size: 18px;
    float: left;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    margin:20px 10px;
}

.list {
    height: 300px;
    width: 600px;
}

.list ul {
    height: 300px;
    overflow-y: scroll;
	display: none;
}

::-webkit-scrollbar {
    width: 8px;
    padding-right: 4px;
    background-color: #f1f1f1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*其他样式，比如圆角等*/
}

/*滑块样式*/
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #c1c1c1;
}

/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #f1f1f1;
}

.list ul li {
    float: left;
    width: 210px;
	height: 132px;
    margin: 0 0 36px 40px;
    padding-left: 34px;
}

.list ul li h2 {
    font-size: 21px;
    color: #fff;
    margin-bottom: 14px;
}

.list ul li h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 16px;
    line-height: 24px;
    height: 44px;
}

.list ul li p {
    height: 26px;
    width: 120px;
	margin-bottom: 5px;
	color:#5e5e5e;
    background: #fff;
    border-radius: 13px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-size: 15px;
}

.list ul li p a:hover {
	color: #fa4614;
	font-size: 16px;
	box-shadow: 0 0 3px 0 #fff;
	-moz-box-shadow: 0 0 3px 0 #fff; /*firefox*/
    -webkit-box-shadow: 0 0 3px 0 #fff; /*webkit*/
}

.list li.nb1 {
    background: url(../img/list-li1.png) no-repeat 2px 3px;
}

.list li.nb2 {
    background: url(../img/list-li2.png) no-repeat 2px 3px;
}

.list li.nb3 {
    background: url(../img/list-li3.png) no-repeat 2px 3px;
}

.list li.nb4 {
    background: url(../img/list-li4.png) no-repeat 2px 3px;
}

.list li.nb5 {
    background: url(../img/list-li5.png) no-repeat 2px 3px;
}

.list li.nb6 {
    background: url(../img/list-li6.png) no-repeat 2px 3px;
}

.list li.nb7 {
    background: url(../img/list-li7.png) no-repeat 2px 3px;
}

.list li.nb8 {
    background: url(../img/list-li8.png) no-repeat 2px 3px;
}

.list li.nb9 {
    background: url(../img/list-li9.png) no-repeat 2px 3px;
}

.list li.nb10 {
    background: url(../img/list-li10.png) no-repeat 2px 3px;
}

.select{
	color:#fff;
	background: #fb6035;
}

/* 校区环境 */
.region{
	width:1200px;
	margin:0 auto 90px;
	height:450px;
}

.img-box{
	width: 1200px;
	margin: auto;
}

.swiper-container {
	width: 1180px;
	height: 240px;
	padding:20px 10px;
}

.swiper-slide {
	margin-left: 5px;
}

.swiper-slide img {
	border: none;
	margin: 0 20px;
	float: left;
	height:240px;
	width:350px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0); /*firefox*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0); /*webkit*/
}
		 
.swiper-slide img:hover {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    box-shadow: 0 0 10px 0 #bdbdbddb;
	-moz-box-shadow: 0 0 10px 0 #bdbdbddb; /*firefox*/
    -webkit-box-shadow:0 0 10px 0 #bdbdbddb; /*webkit*/
}
		 
.swiper-wrapper{
	width: 1180px;
	height:330px;
}
	
/* 新闻中心 */
.news {
	width: 1180px;
	margin: auto;
	height: 430px;
	padding-left: 20px;
}

.news ul {
	overflow: hidden;
}

.news ul li {
	float: left;
	width: 520px;
	height: 170px;
	cursor: pointer;
}

.news ul .content {
	overflow: hidden;
}

.news ul .content img {
	float: left;
	width: 174px;
	height: 100px;
	margin-right: 10px;
}

.news ul .content p {
	float: left;
	width: 270px;
	line-height: 25px;
	font-size: 16px;
	color: #434343;
	height: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news ul li h1 {
	width: 520px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #0a9ce5;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 4px;
}

.news ul li h5 {
	color: #9a9a9a;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 14px;
}

.news ul li h4 {
	color: #fa4614;
	font-size: 14px;
	font-weight: normal;
	float: right;
	margin-top: 80px;
}

.news ul li h1:hover {
	color: #060606;
}

.news ul li h4:hover {
	text-decoration: underline;
}