@charset "gb2312";
/* CSS Document */

body,div,ul,li,ol,dl,dt,dd,table,tr,td,form,p,h1,h2,h3,h4,h5,h6,span,font,em,a,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight: normal;}
body ul,ol{ list-style:none;}
img,a img{border:0px; display:block;}
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}

.mt10{width:100%; height:10px;clear:both; }
.mt20{width:980px; height:20px; clear:both;}
.mt30{width:100%; height:30px;clear:both;}
.mt40{width:980px; height:40px;clear:both;}
.mt50{width:980px; height:50px;clear:both;}
.mt60{width:980px; height:60px; clear:both;}
.mt70{width:980px; height:70px;clear:both;}



body {font-family: "微软雅黑" ,"宋体", "黑体";  font-size:12px; background:url(../images/bg.jpg) repeat; }


.top{width:100%;}
.top_01{height:153px;background: url(../images/top_01.jpg) center top no-repeat;}
.top_02{height:95px;background: url(../images/top_02.jpg) center top no-repeat;}
.top_03{height:150px;background: url(../images/top_03.jpg) center top no-repeat;}
.top_03 p{width:980px; margin:0 auto; position: relative;}
.top_03 p span{
	width:635px;
	height:57px;
	font-size:21px;
	color:#a6a6a4;
	line-height:27px;
	text-align:center;
	position:absolute;
	left: 336px;
	padding:5px;
	top: 83px;
}
.top_04{height:158px;background: url(../images/top_04.jpg) center top no-repeat;}
.top_04 p{width:980px; margin:0 auto; position: relative;}
.top_04 p a{
	width:216px;
	height:55px;
	position:absolute;
	left: 554px;
	top: 49px;
}



/*------视频----*/
.vido{width:980px; margin:0 auto;}
.vido_left{ width:568px; height:375px; float:left; background:url(../images/vidobg.jpg) no-repeat;}
.vido_left p{ padding-top:21px; padding-left:45px;}
.vido_left div{ padding-top:21px; padding-left:45px;}

.vido_right{width:362px; height:355px; float:right; padding-left:30px; padding-top:20px;}
.vido_right h2{ font-size:33px;color:#e40056;}
.vido_right p{ color:#333; line-height:30px; font-size:21px; padding-top:20px;}
.vido_right span{color:#e40056;}


/*------定制层----*/
.ding{width:100%; background:#113887; clear:both;}
.ding_c{ width:980px; margin:0 auto;}
.ding_01{ height:102px; background:url(../images/d_01.jpg) no-repeat;}
.ding_02{ height:165px; background:url(../images/d_02.jpg) no-repeat; position:relative;}
.dz{padding-top:47px; padding-left:280px; font-size:17px; color:#000; line-height:25px; padding-right:45px;}
.dz span{ color:#ff0000;}
.ding_02 a{width:100px;height:30px;position:absolute;left: 837px;top: 90px;}


.ding_03{ height:167px; background:url(../images/d_03.jpg) no-repeat; position:relative;}
.ding_03 a{width:100px;height:30px;position:absolute;left: 837px;top: 90px;}

.ding_04{ height:167px; background:url(../images/d_04.jpg) no-repeat; position:relative;}
.ding_04 a{width:100px;height:30px;position:absolute;left: 837px;top: 90px;}

.ding_05{ height:185px; background:url(../images/d_05.jpg) no-repeat; position:relative;}
.ding_05 a{width:100px;height:30px;position:absolute;left: 837px;top: 90px;}


/*-----两大法宝-----*/
.liang{width:100%; background:#657084;}
.liang_c{width:980px; margin:0 auto;}
.liang01{ height:114px; background:url(../images/fa1.jpg) no-repeat;}
.liang02{ height:335px; background:url(../images/fa2.jpg) no-repeat; position:relative;}

.lan1{width:700px;height:140px;position: absolute;left: 235px;top: 26px;}
.lan1 h2, .lan2 h2{font-size:30px; font-weight:bold; color:#ff7800; font-weight:bold;}
.lan1 p, .lan2 p{font-size:20px; color:#4b6596; line-height:24px; padding-top:15px;}
.lan1 a, .lan2 a{width:100px;height:30px;position: absolute;left: 592px;top: 91px;}
.lan2{width:700px;height:140px;position: absolute;left: 235px;top: 182px;}


/*------图片切换-----*/
.jd{width:100%; background:#262628 url(../images/jd_bg.jpg) center top no-repeat; height:570px;}

#page{
	/* This the main container div */
	width:1000px;
	margin:0 auto;
	position:relative;
}

#phoneCarousel{
	/*	This is the carousel section, it
		contains the stage and the arrows */
	height:450px;
	margin:0px auto 120px ;
	position:relative;
	width:980px; padding-top:60px;
}


#phoneCarousel .arrow{
	/* The two arrows */
	width:44px;
	height:44px;
	background:url('../images/arrows.png') no-repeat;
	position:absolute;
	top:55%;
	margin-top:-22px;
	left:0;
	cursor:pointer;
}

#phoneCarousel .next{
	/* Individual styles for the next icon */
	background-position:right top;
	left:auto;
	right:0;
}

/* Hover styles */

#phoneCarousel .arrow:hover{
	background-position:left bottom;
}

#phoneCarousel .next:hover{
	background-position:right bottom;
}



#stage{
	/* The stage contains the animated phone images */
	left:50%;
	margin-left:-350px;
	position:absolute;
	width:700px;
	height:100%;
}

#stage img{
	/* Hiding all the images by default */
	display:none;
}

#stage .default{
	/*	This class is applied only to the iphone img by default
		and it is the only one visible if JS is disabled */
	display:block;
	left:160px;
	margin-left:-135px;
	position:absolute;
}

#stage .animationReady{
	/* This class is assigned to the images on load */
	display:block;
	position:absolute;
	top:0;
	left:0;
}





/*-----表单-----*/
.bd_from{width:100%; background:#333335;}
.bd_fc{width:980px; margin:0 auto;}
.from1{height:94px; background:url(../images/from01.jpg) no-repeat;}
.from2{width:980px;}
.from2 table tr td.ad{font-size:24px; color:#fff;}
.from2 table tr td a img{ margin-left:40px;}

.fr_input{ width:383px; height:35px; border:0px; background: #fff;}



/*-----di-----*/
.kao{width:980px; margin:0 auto; clear:both;}

/* 英语套餐 start */
.taocan{ overflow:hidden; padding:32px 0px 32px; width:980px;}
.shop_box{ overflow:hidden; }
.shop_box li{ width:240px; height:232px; float:left; margin-right:6px;}
.shop_box li.last{ margin-right:0;}
.shop_head{ height:70px; background:#333; font-size:24px; color:#e2e2e2; font-family:'microsoft YaHei'; text-align:center; line-height:32px; padding-top:8px;}
.shop_head .ico{ color:#ffe381;}
.shop_con{ width:238px; height:147px; border:1px solid #e3e3e3; border-top:none; background:#fff; text-align:center; padding-top:6px;}
.shop_con .cost{ font-size:24px; font-family:'microsoft YaHei'; color:#333; }
.shop_con .cost strong{ font-size:36px; color:#d40000;}
.shop_con s{ font-size:18px; color:#7b7b7b; font-family:'microsoft YaHei'; display:block; margin-top:4px;}
.shop_con a{ display:block; width:134px; height:37px; line-height:37px; background:#feb300; font-size:20px; color:#333; margin:0 auto; font-family:'microsoft YaHei'; margin-top:10px;}


/* 辅导课程 start */
.fd_sub{ overflow:hidden; margin-bottom:13px;}
.fd_sub .tit{ font-size:36px; color:#382b1f; font-family:'microsoft YaHei'; text-align:center; line-height:80px;}
.fd_form{ background:#fff; border:1px solid #d8d8d8; margin:0 auto; border-right:none;}
.fd_form th{ border-right:1px solid #d8d8d8; background:#404040; font-size:16px; color:#eeece1; font-family:'microsoft YaHei';}
.fd_form td{ text-align:center; border-top:1px solid #d8d8d8; border-right:1px solid #d8d8d8; font-size:14px; color:#404040; font-family:'microsoft YaHei'; }
.box_wrap{ position:relative;}
.box_01,.box_02,.box_03,.box_04{ width:275px; line-height:24px; color:##404040; padding:10px; border:1px solid #d8d8d8; background:#d8d8d8; z-index:2; text-align:left;  border:1px solid #ccc; }
.box_01{ position:absolute; left:110px; bottom:-30px; _bottom:-64px; _left:55px;}
.box_02{ position:absolute; left:122px; bottom:-47px; _bottom:5px; _left:65px;}
.box_03{ position:absolute; left:122px; bottom:-33px; _left:60px;}
.box_04{ position:absolute; left:122px; bottom:-33px; _left:60px;}


/*-----广告图---*/
.gg_tu{width:980px; height:120px; background:url(../images/gg_tu.jpg) no-repeat;}



/* 辅导名师 start */
.teacher{ width:978px; height:132px; border:1px solid #d6d6d6; background: #fff url(../images/pic_01.gif) no-repeat; margin-bottom:26px;}
.teacher_wrap{ width:893px; height:106px; padding:16px 28px 0 58px;}
.teacher_box{ width:893px; height:106px;  overflow:hidden;}
.teacher_box ul li{ width:256px; float:left; margin-right:20px;}
.teacher_box ul li dl dt{ width:135px; height:106px; float:left;}
.teacher_box ul li dl dd{ line-height:22px;}
.teacher_box ul li dl dd a{ color:#333;}
.teacher_box ul li img{ border:3px solid #fff;}


/*---------------*/
/*---底部---*/
.bom{width:980px;height:109px; background:url(../images/bom_03.jpg) no-repeat center 0;clear:both;}
/*综合服务*/
.composite{width:978px;height:142px;padding:8px 0;background:#fff;border:1px solid #dfdfdf;}
.composite h2{height:38px;padding-left:22px;border-bottom:1px solid #dfdfdf; line-height:38px;margin-bottom:14px;}
.composite h2 em{font-size:20px; font-family:"微软雅黑","黑体","宋体";background:url(images/pic_25.gif) no-repeat right 7px;padding-right:15px;}
.composite ul li{float:left;border-right:1px solid #efefef;}
.cpt_1{width:180px;height:139px;font-size:14px;padding-left:15px;line-height:28px;}
.cpt_1 a{color:#000;}
.cpt_2{width:154px;height:139px;padding-left:20px; }
.cpt_2 h3{font-size:14px; line-height:28px;}
.cpt_2 ul li{width:150px;clear:both;border:0px; line-height:0px;}
.cpt_2 ul li a{ line-height:23px;color:#000;}
.cpt_3{width:233px;height:139px;padding-left:20px;}
.cpt_3 h3{font-size:14px; line-height:28px; padding-left:5px;}
.cpt_3 ul li{ width:236px;clear:both;border:0px; line-height:0px;}
.cpt_3 ul li a{line-height:23px; margin:0 5px;color:#000;}
















