@charset "utf-8";
body{font-size:12px;font-family:"微软雅黑","Microsoft YaHei",'宋体',Georgia, "Times New Roman", Times, serif;font-weight:normal;background:#fff;}
body,ul,li,dl,dt,dd,form,input,textarea,img,tr,td,h1,h2,p,span,h3,b,i,h4,h5,h6,canvas,em{margin:0;padding:0;}
form,input{border:none;outline:none;}
a{text-decoration:none;outline:none;}
li{list-style-type:none;}
a img{border:none;}
table{border-collapse:collapse;}
.none{display:none;}
.clear{clear:both;overflow:hidden;height:0;}
.fl{float:left;}
.fr{float:right;}


/*头部*/

#header{
	width: 100%;
}

#header .top{
	width: 100%;
	height: 45px;
	background: #090c43;
}
.top_left{
	font-size: 25px;
	color: #fff;
	line-height: 45px;
	margin-left: 20px;
}
.top_left img{
	display: block;
	width: 187px;
	height: auto;
}

.top_right{
	right: 62px;
}
.top_right img{
	margin-top: 6px;
	display:inline-block;
}
.top_right .top_phone{
	font-size: 25px;
	color: #FFFFFF;
	margin-right: 50px;
}

.nav{
	width: 100%;
	height: 90px;
}
.nav_main{
	width: 1200px;
	margin: 0 auto;
	height: 24px;
	padding: 33px 0;
}

.navlist{
	width: 1200px;
}
.navlist li{
	float: left;
	width: 150px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-left: 2px #958c8c solid;
}
.navlist li:first-child{
	border-left: none;
}

.navlist li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #000;
}

.navlist li a:hover{
	color: #090c43;
}

.kc_nav{
	width: 100%;
	height: 40px;
	background: #090c43;
}
.kc_nav ul{
	width: 1260px;
	margin: 0 auto;
}
.kc_nav ul li{
	float: left;
	width: 105px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.kc_nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
/*
.kc_nav ul li a:hover{
	background: #fff;
	color: #8a9a57;
}
*/
.fixednav{
	position: fixed;
	top: 0;
	z-index: 100;
}
/*banner*/
#banner{
	width: 100%;
	height: auto;
}
#banner img{
	width: 100%;
	height: 100%;
}
#banner a{
	display: block;
	width: 100%;
	height: 100%;
}
/*首页*/
#main{
	width: 100%;
}
/*青鸟简介*/
.profile{
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	padding-bottom: 130px;
	border-bottom: 3px #4d6de8 solid;
}
.profile_left{
	display: inline-block;
	width: 700px;
}
.main_title{
	display: inline-block;
	width: 270px;
	height: 56px;
	background: url(../images/bg_01.png) no-repeat;
}
.main_title span{
	display: block;
	font-size: 18px;
	color: #656565;
	text-align: center;
}
.main_title h2{
	font-size: 27px;
	font-weight: normal;
	color: #101010;
	text-align: center;
}
.profile_content{
	width: 700px;
}
.profile_content p{
	font-size: 16px;
	color: #656565;
	word-break: break-all;
	text-indent: 34px;
	line-height: 30px;
	margin-top: 40px;
}
.profile_right{
	display: inline-block;
	width: 429px;
	margin-top: 50px;
}

/*品牌特色*/
.brandfeatures{
	width: 1200px;
	height: 900px;
	margin: 0 auto;
	margin-top: 43px;
	border-bottom: 3px #4d6de8 solid;
}
.brand{
	width: 1200px;
	height: 345px;
	background: #4d6de8;
	margin-top: 85px;
}
.brand h2{
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 120px;
}
.brandcont{
	width: 1150px;
	margin-left: 50px;
	padding-bottom: 45px;
}
.brandcont li{
	list-style-image:url(../images/index_02.png);
	width: 1150px;
	height: 60px;
	font-size: 20px;
	color: #fff;
}
.brand_bdqn{
	width: 1200px;
	height: 304px;
	margin-top: 23px;
}

/*适应人群*/
.people{
	width: 1200px;
	height: 710px;
	margin: 0 auto;
	border-bottom: 3px #4d6de8 solid;
}
.people_title{
	display: block;
	margin: 0 auto;
	margin-top: 80px;
}
.people_top{
	width: 1200px;
	height: 238px;
	margin-top: 65px;
	position: relative;
}
.people_img{
	display: inline-block;
	width: 491px;
	height: 238px;
}
.people_img a{
	display:block;
	width: 100%;
	height: 100%;
	transition: all  .25s  ease-in;
	-moz-transition: all  .25s  ease-in;
	-webkit-transition: all  .25s  ease-in;
}
.people_img a:hover{
	transform:translateY(-8px);
}

.people_cg{
	display: inline-block;
	width: 308px;
	height: 238px;
	position: absolute;
	top: 0;
	left: 521px;
}
.people_cg h2{
	font-size: 24px;
	color: #414141;
	font-weight: normal;
	text-indent: 70px;
}
.people_cg span{
	font-size: 14px;
	color: #414141;
	margin-left: 110px;
	line-height: 30px;
}
.people_cg p{
	font-size: 14px;
	color: #101010;
	word-wrap: break-word;
	padding-top: 40px;
	border-top: 3px #b5b5b5 solid;
	border-right: 3px #b5b5b5 solid;
	text-indent: 28px;
	line-height: 30px;
}

.people_bottom{
	width: 1200px;
	height: 207px;
	position: relative;
}
.people_dxs{
	display: inline-block;
	width: 317px;
	height: 207px;
	background: url(../images/index_04.jpg) no-repeat;
	background-position: 0 111px;
}
.people_dxs h2{
	font-size: 24px;
	color: #414141;
	font-weight: normal;
	text-indent: 47px;
	margin-top: 50px;
}
.people_dxs span{
	font-size: 14px;
	color: #414141;
	margin-left: 90px;
	line-height: 30px;
}
.people_dxsmain{
	position: absolute;
	display: inline-block;
	width: 400px;
	height: 139px;
	top: 32px;
	left: 317px;
	border-left: 3px #b5b5b5 solid;
	border-bottom: 3px #b5b5b5 solid;
	z-index: 1;
}
.people_dxsmain p{
	width: 351px;
	height: 139px;
	margin-left: 25px;
	margin-top: 30px;
	font-size: 14px;
	color: #101010;
	word-wrap: break-word;
	text-indent: 28px;
	line-height: 30px;
}
.people_bottom_img{
	width: 452px;
	height: 207px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.people_bottom_img a{
	display:block;
	width: 100%;
	height: 100%;
	transition: all  .25s  ease-in;
	-moz-transition: all  .25s  ease-in;
	-webkit-transition: all  .25s  ease-in;
}
.people_bottom_img a:hover{
	transform:translateY(-8px);
}
/*学员喜报*/
.jyxb{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
	border-bottom: 3px #4d6de8 solid;
}
.jyxb_content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 36px;
}

.jyxbt {
	width: 1200px;
	height: 50px;
	line-height: 50px;
}
.jyxbt span{
	float: left;
	display: inline-block;
	width: 200px;
	font-size: 18px;
	color: #FFFFFF;
	background: #4d6de8;
	font-weight: normal;
	text-align: center;
}
.jyxbt span:nth-child(4) {
	width: 392px;
}
.xsq{
	width: 1200px;
	height: 350px;
}
.gd{
	width: 1200px;
	height: 350px;
	overflow: hidden;
}
.jyxbul{
	width: 1200px;
	height: 350px;
}
.jyxbul li{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.jyxbul li span{
	float: left;
	text-align: center;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #999999;
	border-bottom: 1px solid #c3c2c2;
}
.jyxbul span:nth-child(4){
	width: 392px;
}


/*师资力量*/
.qnls{ 
	width:1200px; 
	height:725px; 
	margin:0 auto; 
	margin-top:20px; 
	position: relative;
	border-bottom: 3px #4d6de8 solid;
}
.qnls_A{ 
	width:1200px; 
	height:435px; 
	margin:0 auto; 
	margin-top:30px;  
}
.qnls_A span{ 
	width:315px; 
	height:405px; 
	float:left; 
	display:block
}
.qnls_A dl{ 
	width:840px; 
	height:250px; 
	float:right; 
	margin-top:30px;
}
.qnls_A dl dt{ 
	width:840px; 
	height:30px; 
	line-height:30px; 
	color:#333333; 
	font-size:24px;
}
.qnls_A dl dt b{ 
	font-size:14px; 
	color:#666666; 
	font-weight:normal; 
}
.qnls_A dl dd{ 
	width:840px; 
	line-height:25px; 
	font-size:14px; 
	color:#333333; 
	margin-top:10px;
}
.qnls_A dl dd b{ 
	font-size:14px; 
	color:#999; 
	font-weight:normal; 
}
.qnls ul{ 
	width:605px; 
	height:121px;
	margin:0 auto;
	position: absolute;
	bottom: 225px;
	right: 150px;
	z-index: 1;
}
.qnls ul li{ 
	width:640px; 
	height:121px;  
	margin:0 auto;
}
.qnls ul li a{ 
	width:131px; 
	height:121px; 
	float:left; 
	display:block; 
	margin-left:20px;
}
.qnls ul li a:hover{ border:1px #FF9900 solid; }

.knoemore {
	height:100px;
	width:1200px;
	margin:0 auto;
	margin-top:35px;
	
}
.knoemore a{
	display: block;
	width:300px;
	height:60px;
	border:1px solid #4d6de8;
	border-radius:50px;
	margin:0 auto;
	text-align:center;
	line-height:60px;
	transition: all  .25s  ease-in;
    -moz-transition: all  .25s  ease-in;
    -webkit-transition: all  .25s  ease-in;
	font-size:24px;
	color:#333;	
}

.knoemore a:hover{
	transform:translateY(-10px); 
	background: #4d6de8;
	color: #fff;
}

/*校园环境*/
.xyhj{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.xyhj_content{
	width: 1200px;
	margin-top: 50px;
}
.xyhj_content ul{
	display: inline-block;
	margin-left: 3px;
}
.xyhj_content li{
	margin-top: 7px;
}

.xyhj_content li a{
	display: block;
	width: 100%;
	height: 100%;
	transition: all  .25s  ease-in;
	-moz-transition: all  .25s  ease-in;
	-webkit-transition: all  .25s  ease-in;
}
.xyhj_content li a:hover{
	transform:translateY(-8px);
}
/*尾部*/
.footer {
	width:100%;
	height:238px;
	background-color:#090c43;	
	color:#fff; 
}
.foot_1 {
	 width:1200px; 
	 height:140px; 
	 margin:0 auto;
}
.foot_1L {
	width:350px; 
	float:left;   
}
.foot_1L img {
	margin-left:20px; 
	margin-top:20px;
}
.foot_1C {
	width:500px; 
	float:left;
}
.foot_1C ul li {
	float:left;
	width:125px;
	text-align:center;
}
.footul_1 {
	margin-top:20px;
	height:25px;
}
.footul_1 a {
	font-size:16px;
	color:#fffefe;
}
.footul_2 {
	margin-top:10px;
	font-size:16px;
	line-height:24px;
}
.foot_2 {
	width:1200px;
	margin:0 auto;
	border-top:1px solid #6b6e7c;
}
.foot_2 p {
	font-size:16px;
	line-height:26px;
	text-align:center;
	margin-top:20px;
}

/*师资*/
#sz_main{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.sz{
	width: 1200px;
}
.sz_title{
	width: 100%;
	height: 150px;
	text-align: center;
	margin-top: 20px;
}
.sz_title h2{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	line-height: 60px;
}
.sz_title b{
	display: block;
	width: 58px;
	height: 8px;
	background: #d1b79e;
	margin: 0 auto;
}
.sz_title p{
	font-size: 30px;
	color: #c2c2c2;
	line-height: 65px;
}
.szlist{
	width: 1200px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.szlist ul{
	width: 1200px;
	height: 225px;
}
.szlist ul li{
	width: 240px;
	height: 225px;
	float: left;
}
.szlist ul li img{
	display: block;
	margin: 0 auto;
}
.szlist ul li p{
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}
.szlist ul li a{
	display: block;
	width: 86px;
	height: 30px;
	line-height: 30px;
	background: #d1b79e;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}



.szjj{
	width: 1200px;
}
.szjj_main{
	width: 1200px;
	height: 430px;
	background: #3a3e4a;
	padding-top: 35px;
}
.szjj_main p{
	font-size: 16px;
	color: #d1b79e;
	line-height: 31px;
	margin-left: 27px;
	margin-right: 20px;
	word-break: break-all;
}

/*师资团队*/
.szteam{
	width: 1200px;
	margin-top: 145px;
}
.szteam h3{
	font-weight: normal;
	font-size: 35px;
	color: #333333;
	text-align: center;
	line-height: 70px;
}
.szteam p{
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: 50px;
}
.szteam img{
	display: block;
	margin: 0 auto;
	margin-top: 75px;
}

/*校园环境*/
#hj_main{
	width: 100%;
}
.hj_bg{
	width: 100%;
	height: 560px;
	background: url(../images/hj_01.jpg) no-repeat 0 0/100% 100%;
}
.xyjj{
	width: 1200px;
	margin: 0 auto;
	height: 340px;
	margin-top: -50px;
}
.hj_title{
	width: 100%;
	height: 70px;
}
.hj_title h3{
	font-size: 30px;
	font-weight: normal;
	color: #111111;
	position: relative;
	top: 40px;
}
.hj_title span{
	display: block;
	font-size: 45px;
	color: #efefef;
	margin-left: 20px;
}
.hj_title b{
	display: block;
	width: 104px;
	height: 9px;
	background: #fca600;
	margin-top: -7px;
	margin-left: 5px;
}
.xyjj_content{
	width: 1200px;
}
.xyjj_content p{
	float: left;
	width: 648px;
	height: 213px;
	font-size: 18px;
	color: #111111;
	line-height: 30px;
	word-break: break-all;
	margin-left: 20px;
	padding-top: 60px;
}

.xyjj_content img{
	display: inline-block;
}
.xyjj_content a{
	float: right;
	display: block;
	width: 482px;
	height: 273px;
	transition: all  .25s  ease-in;
	-moz-transition: all  .25s  ease-in;
	-webkit-transition: all  .25s  ease-in;
}
.xyjj_content a:hover{
	transform:translateY(-8px);
}
/*校园环境*/
.environment{
	width: 1200px;
	height: 590px;
	margin: 0 auto;
	margin-top: 80px;
}
.hjlist{
	width: 1200px;
	height: 455px;
	margin: 0 auto;
	margin-top: 77px;
}
.hjlist li{
	float: left;
	width: 400px;
	height: 455px;
}
.hjlist li p{
	display: inline-block;
	width: 49px;
	height: 93px;
	background: url(../images/hj_14.jpg) no-repeat;
	font-size: 18px;
	color: #fff;
	float: left;
	text-align: center;
	line-height: 76px;
	margin-left: 22px;
}
.hjlist li div{
	display: inline-block;
	width: 309px;
	height: 418px;
	float: right;
	margin-top: 40px;
	transition: all  .25s  ease-in;
	-moz-transition: all  .25s  ease-in;
	-webkit-transition: all  .25s  ease-in;
}
.hjlist li div:hover{transform:translateY(-8px);}

.hjlist li div img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.hjlist li div span{
	display: block;
	font-size: 22px;
	color: #111111;
	text-align: center;
	margin-top: 15px;
}
/*我们的服务*/
.hjfw{
	width: 100%;
	height: 2600px;
}
.hjfw_title{
	width: 1200px;
	margin: 0 auto;
}
.hjfw img{
	width: 100%;
	height: auto;
	margin-top: 65px;
}
.hjfwimg{
	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
}
.hjfwimg li{
	width: 640px;
	height: 470px;
}
.hjfwimg li div{
	width: 572px;
	height: 470px;
	margin-top: -15px;
}
.hjfwimg li p{
	margin-left: 10px;
}
.hjfwimg .hjfwli p{
	background: url(../images/hj_15.jpg) no-repeat;
}

/*品牌介绍*/
#about_main{
	width: 100%;
	padding-bottom: 100px;
}
.qnjx{
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}
.about_title{
	width: 1200px;
}
.about_title p{
	font-size: 48px;
	color: #dcdcdc;
	text-align: center;
}
.about_title h2{
	font-size: 36px;
	color: #000;
	font-weight: normal;
	text-align: center;
	line-height: 80px;
}
.about_title b{
	display: block;
	width: 60px;
	height: 5px;
	background: #006de8;
	margin: 0 auto;
}
/*青鸟教学*/
.qnjxp{
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin-top: 40px;
}
.qnjxp b{
	color: #2984ec;
	font-weight: normal;
}
.qnjx_img{
	margin-top: 30px;
}
.qnjxjj{
	width: 1200px;
	margin: 0 auto;
}
.qnjxjj img{
	display: block;
	width: 1010px;
	height: auto;
	margin: 0 auto;
	margin-top: 70px;
}

/*集团背景*/
.company{
	width: 1300px;
	margin: 0 auto;
	margin-top: 90px;
}
.companyL{
	display: inline-block;
	width: 665px;
	margin-left: 25px;
}
.companyL .about_title p{
	text-align: left;
}
.companyL .about_title h2{
	text-align: left;
}
.companyL .about_title b{
	margin-left: 0;
}
.companyL .companyjj{
	font-size: 18px;
	color: #666666;
	text-indent: 35px;
	line-height: 30px;
	word-wrap: break-word;
	margin-top: 20px;
}
.companyL .companyjjp{
	margin-top: 70px;
}
.companyL a{
	display: block;
	width: 144px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	background: #006de8;
	color: #fff;
	text-align: center;
	margin-top: 65px;
}
.companyR{
	display: inline-block;
	width: 503px;
}
.companyR img{
	display: block;
	margin-top: 135px;
}
/*发展历程*/
.development{
	width: 100%;
	margin-top: 100px;
}
.development .about_title{
	margin: 0 auto;
}
.developmentB{
	width: 100%;
	height: 353px;
	background: #2984ec;
	margin-top: 100px;
}
.developmentB ul{
	width: 1400px;
	height: 353px;
	margin: 0 auto;
}
.developmentB ul li{
	float: left;
	width: 350px;
	height: 253px;
	padding-top: 100px;
	position: relative;
}
.developmentB ul li p{
	font-size: 45px;
	color: #fff;
	text-align: center;
}
.developmentB ul li span{
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 58px;
}
.developmentB ul li b{
	display: block;
	width: 6px;
	height: 78px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 60px;
}
/*发展大事件*/
.dashijian{
	width: 100%;
}
.dashijian ul{
	margin-left: 18px;
	margin-top: 70px;
	margin-bottom: 100px;
}
.dashijian ul li{
	width: 73px;
	height: 180px;
	float: left;
	cursor: pointer;
	position: relative;
}
.dashijian ul li p{
	font-size: 24px;
	color: #666666;
	text-align: right;
	margin-left: 35px;
	position: absolute;
	top: 0;
}
.dashijian ul li span{
	display: block;
	width: 59px;
	height: 6px;
	background: #bfbfbf;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
}
.dashijian ul li b{
	display: block;
	width: 14px;
	height: 14px;
	background: #bfbfbf;
	border-radius: 50%;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
}
.dashijian ul .dashijianli span{
	
}
.dashijian ul .dashijianli p{
	top: 140px;
}

.fzlc{
	margin-top: 50px;
	position: relative;
	width: 100%;
	height: 100px;
}

.fzlc_main{
	display: inline-block;
	width: 360px;
	margin-left: 30px;
}
.fzlc_main p{
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	word-break: break-all;
}
.fzlc_main1{
	position: absolute;
	left: 140px;
}
.fzlc_main2{
	position: absolute;
	left: 270px;
}
.fzlc_main3{
	position: absolute;
	left: 400px;
}
.fzlc_main4{
	position: absolute;
	left: 550px;
}
.fzlc_main5{
	position: absolute;
	left: 700px;
}
.fzlc_main6{
	position: absolute;
	left: 800px;
}
.fzlc_main7{
	position: absolute;
	left: 900px;
}
.fzlc_main8{
	position: absolute;
	left: 1000px;
}
.fzlc_main9{
	position: absolute;
	left: 1100px;
}




/*底部表单*/

.footer_form {
	height:80px;
	width:100%;
	background:#090c43;
	background-repeat:no-repeat;
	background-position:center center;
	position: fixed;
	bottom: 0;
	z-index: 100;
}

.footer_form .sendformp {
	display: inline-block;
	position: relative;
	height:60px; 
	width:300px; 
	border:1px solid #fff;
	border-radius:5px; 
	margin-left: 80px;
	margin-top: 10px;
}
.footer_form .sendform span {
	 height:35px; 
	 width:35px; 
	 background-repeat:no-repeat; 
	 display:block; 
	 float:left; 
	 margin:10px; 
}
.footer_form .spanone {
	 background-image:url(../images/bm_name.png); 
}
.footer_form .spantwo {
	 background-image:url(../images/bm_tel.png); 
}
.footer_form .sendform input[type=text] {
	/*float:left; */
	position: absolute;
	background:transparent; 
	border:none; 
	width:300px; 
	height:60px;
	font-size:18px;
	color:#717da0;
	line-height:60px;
	left:66px;
}
.footer_form .send {
	display: inline-block;
	height:60px; 
	width:300px; 
	margin:0 auto;
}
.footer_form .knowmore {
	float:left;
	width:210px;
	height:55px;
	background-color:#fc662b;
	border-radius:5px;
	display:block;
	color:#fff;
	text-align:center;
	line-height:55px;
	cursor: pointer;
}


.footer_form .sendform{
	width: 992px;
	margin: 0 auto;
}
