

@charset "utf-8";
/* CSS Document */


/*文字广告位高亮显示*/
div ul li a.gaoLiang,ul li a.gaoLiang,div a.gaoLiang,div p a.gaoLiang,table td a.gaoLiang,div p span a.gaoLiang{color:#EF6186}
.ofh{ overflow: hidden}
.header2015_left{
float:left;
font-family:"SimSun"
}
.header2015_right{
float:right;}
.top2015{ background:#f4f4f4; height:35px;width:100%;font-family: SimSun; }
.top2015_box{ width:1000px; margin:0 auto;}
.panel{ position:absolute; left:0;top:35px; display:none; z-index:1000;}
 .panelss ul{
 width:auto;
 background: #f9f9f9;
 border:0 none;
 overflow: hidden;
 }
 .panelss{
	  position: initial;
 }
 .panelss li{
	  width:70px;
	  padding-top: 2px;
	  margin-left: 5px;
	  text-align: center;
	font-size: 12px;
	line-height: 30px;
	padding: 3px 0 3px 15px;
	float: left;
 }
 .panelss li a {
    color: #00152f;
    display: block;
    padding-left: 20px;
    font-family: "SimSun";
	font-size: 12px;
}
.panelss li .a1 {
background: url(http://img.tiandaoedu.com/2015header/header2015/images/pn1.png) no-repeat left;
}
.panelss li .a2{
background: url(http://img.tiandaoedu.com/2015header/header2015/images/pn2.png) no-repeat left;
}
.panelss li .a3 {
    background: url(http://img.tiandaoedu.com/2015header/header2015/images/pn3.png) no-repeat left;
}
.panelss li .a4 {
    background: url(http://img.tiandaoedu.com/2015header/header2015/images/ruiyi.png) no-repeat left;
}
.teldiv{ margin-left: 10px; position: relative;font-family:"simsun"}
.tel{ font-size: 21px; color: #fe4f10; font-style: italic; line-height: 35px; background: url("http://img.tiandaoedu.com/2015header/header2015/images/arr.png") no-repeat right center; padding-right:25px; }
.teldiv div{ padding:5px 0 5px 18px; line-height: 30px; width: 430px; height: 178px; border: solid 1px #e9e9e9; background: #f9f9f9; position:absolute; left: 90px;top:35px; display: none; font-family:"simsun"}
.teldiv div dl dt{ font-size: 12px;color: #000;}
.teldiv div dl dd{float:left; margin-right: 17px;font-size:12px;color:#b29c9c}
.teldiv div dl dd a{ padding-right:6px; display:inline-block; width: 120px; font-size:12px; color:#00152f;}


.gytd{ background:#e9e9e9; width:81px; height:35px; position:relative; margin-left:2px; line-height:35px; text-align:center;}
.gytd a{ color:#4e4e4e;}
.gytd a:hover,
.hrt_r .spa1_div .gk span:hover a,
.hrt_r .spa1_div .gk p:hover a,
.hrt_r .spa1_div .rili p a:hover
{ color:#ff5600;}
.neir{background:#f9f9f9;
      border:1px solid #e9e9e9; 
	  position:absolute;
	  display:none;
	  padding:3px 0;
	  margin-left:3px;
	  z-index:1000;
	  padding-right:10px;}
.neir ul{overflow:hidden;}
.neir ul li{ float:left; font-size:12px; line-height:30px; margin-left:10px;}
.neir ul li a{ color:#00152f;font-family:"SimSun"}
.neir ul li a:hover{ color:#ff6500;}


.login{ line-height:34px; width:100%; text-align:center }
.login a{color:#646464;  font-size: 12px;}
.login a:hover{ color:#ff5600;}
.icon{ line-height:34px; }
.icon a{color:#646464;}
.icon span{float: left;
    height: 28px;
    line-height: 34px;
    padding-left: 30px;
    padding-right:10px;
	}	
/* .icon .pg{background:url(../images/icon.png) no-repeat 0 6px; } */
.icon .pg{background:url(../images/icon.png) no-repeat 0 -19px;}

/* .icon .mk{ background:url(../images/icon.png) no-repeat 0 -44px; } */

.icon .mk{ background:url(../images/icon.png) no-repeat 0 -73px;}

/*.icon .lx{width:100px; background:url(../images/icon.png) no-repeat 0 -104px; }*/
.icon .lx{ background:url(../images/icon.png) no-repeat 0 -134px;}
.icon a{
	font-size: 12px;
}
/*logo*/
.bo{color:#ff9212;margin-top:39px;/* background:url(../images/bo.png) no-repeat right center;*/ height:35px; line-height:35px }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -13px, 0);
    transform: translate3d(0, -13px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -13px, 0);
    transform: translate3d(0, -13px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -9px, 0);
    transform: translate3d(0, -9px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.am.bo img{
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: .75s; 
  animation-duration: .75s;
}
.sousuo:hover{
	cursor:pointer;
	background:url(../images/sou2.png) no-repeat center center;
}


.kg{margin-top:41px;  width:400px;}
.input{float:left; width:290px; height:33px; line-height:33px; padding:0 6px; border:1px solid #e6e8ea; border-right:0px;}
.button{background:url(../images/sou.jpg) no-repeat; float:left; width:70px; height:35px; border:0;}
.boa{width:30px; display:block; float:left; margin-top:52px;}
.boimg{ width:16px; height:16px; margin-left:10px;}
.boimg:hover{ width:18px; height:18px;}
/*导航*/

.clear{ clear:both;}
.hidden{ overflow:hidden;}

.pt15{ padding-top:15px; padding-bottom:15px;}
.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.ml10{ margin-left:10px;}
.ml20{ margin-left:20px;}
.mt9{ margin-top:9px;}
.mt13{ margin-top:13px;}
.mt40{ margin-top:40px;}
.mtb13{ margin-top:13px; margin-bottom:4px;}
.mtl{margin:33px 0 0 30px;}
.lineg{ line-height:34px;}
.block{display: block;}
.none{display:none;}
.bdtop{border-top:1px solid #777777;}
	.nav_h2{
	    background: #308ed7;
    width: 100%;
    height: 44px;
	position:relative;
	z-index:40;
	font-family:"SimSun";
	}
	
.nav_p{ height:44px; width:200px; line-height:44px;  font-size:14px; background:#015ba8; text-align:center;}
.nav_p a{color:#fff;}
.nav_div{ display:none; background:#45a6e3;left: 0;position: absolute; top: 44px; width:200px; z-index:1003;}
.nav_div ul{ }
.nav_div li{ height:51px; line-height:51px; background:url(../images/libg.png) no-repeat;color:#fff;}
.nav_div  .size14{ font-size:14px;}
.nav_div  .size12{ font-size:12px;}
.nav_div  .mlr10{ margin-left:10px; margin-right:10px;}
.nav_div li a{ color:#fff; float:left;}
.nav_div .mrl{background:#edf9ff;  transition:all 0.4s; }
.nav_div .mrl a{ color:#252525;}
.nav_div .mrl .size12:hover{ color:#0d4d9c;}  

.conTiandao{background:#edf9ff; height:255px; width:800px; position:absolute; left:200px; top:44px; z-index:1000;}
.conTiandao .oneTiandao{ float:left; width:220px; margin-left:45px;border-right:1px solid #e2e2e2; padding-right:30px; height:200px}
.conTiandao .twoTiandao{ float:left;margin-left:30px; width:225px; border-right:1px solid #e2e2e2; padding-right:30px; height:200px}
.h2{ font-size:14px;border-bottom:1px solid #777777; padding:0 0 20px 30px;}
.mt30{ margin-top:30px}
.mt20{ margin-top:20px}
.h2 a{color:#007dd6;font-size:14px}
.h2 a:hover{ font-weight:bold;}
.s1{background:url(../images/s1.png) no-repeat;}
.s2{background:url(../images/s2.png) no-repeat;}
.s3{background:url(../images/s3.png) no-repeat;}
.s4{background:url(../images/s4.png) no-repeat;}
.s5{background:url(../images/s5.png) no-repeat;}
.s6{background:url(../images/s6.png) no-repeat;}
.s7{background:url(../images/s7.png) no-repeat;}
.s8{background:url(../images/s8.png) no-repeat;}
.s9{background:url(../images/s9.png) no-repeat;}
.s10{background:url(../images/s10.png) no-repeat;}
.s11{background:url(../images/s11.png) no-repeat;}
.s12{background:url(../images/s12.png) no-repeat;}
.s13{background:url(../images/s13.png) no-repeat;}
.s14{background:url(../images/s14.png) no-repeat;}
.s15{background:url(../images/s15.png) no-repeat;}
.one_div{border-bottom:1px solid #777777; padding:15px 0; font-size:14px;}
.one_div a{ color:#252525; padding-right:5px; line-height:24px;}
.one_div a:hover{color:#005cbc !important;}

.one_div2{border-bottom:1px solid #777777; padding-bottom:15px; font-size:14px;}
.one_div2 a{ color:#888; padding-right:5px; line-height:24px;}
.one_div2 a:hover{ color:#005cbc !important;}

.one_div3{border-bottom:1px solid #777777; padding-bottom:15px; font-size:14px;}
.one_div3 a{ color:#888; padding-right:5px; line-height:24px;}
.one_div3 a:hover{ color:#005cbc}

.one_div4{border-bottom:1px solid #777777; padding:15px 0; font-size:14px;}
.one_div4 a{ color:#888; padding-right:5px; line-height:24px;}
.one_div4 a:hover{ color:#005cbc}
.size128{ font-size:12px;}


/*首页    院校库    学科研究院    专题    问答    名师    视界    成功故事    家长专区    公开课    梦想家论坛*/
.nav_con{ float:right; }
.nav_con span{ float:left; line-height:44px; font-size:14px; padding:0 14px;transition:all 0.4s ease-in-out 0s;}
.nav_con span a{ color:#fff; }
.nav_con span:hover{ background:#237bc0;}


.nav_con1{position:absolute; top:44px; left:0; z-index:1002; width:1000px; height:253px; background:#f8f8f8; display:none}
.nav_con1 .fdiv{display:block; border-right:1px solid #e2e2e2; height:202px;float:left;}
.mtb31{ margin-top:31px; margin-bottom:31px;}
.nav_con1 .fx{width:190px;margin-left:30px;border-right:1px solid #e2e2e2; padding-right:30px; }
.nav_con1 .fx2{ width:190px;margin-left:30px;border-right:1px solid #e2e2e2; padding-right:30px; }
.nav_con1 .fx3{ width:206px;margin-left:30px;border-right:1px solid #e2e2e2; padding-right:30px;}
.nav_con1 .fx4{ width:230px;margin-left:30px;border-right:1px solid #e2e2e2; padding-right:30px;}
/*导航结束*/
.hrt{background:#f8f8f8; height:150px; width:100%;}
.hrt_l{ width:687px;height:150px;border-right:1px solid #e2e2e2; padding-right:20px;float:left;}
.hrt_div1{border-bottom:1px solid #e2e2e2;font-size:12px}
.hrt_div1{border-bottom:1px solid #e2e2e2;font-size:12px}
.hrt_div1 ul{ width:547px; overflow:hidden; padding-top:15px; padding-bottom:11px;}
.hrt_div1 li{ float:left; margin:0 0 0 15px; line-height:24px;}
.hrt_div1 li.m2,.hrt_div1 li.m4{font-size:12px;color:#909090;}
.hrt_div1 li.m2{margin-left:8px;}
.hrt_div1 li.m4{margin:0 8px;}
.hrt_div1 li.m2{margin-left:8px;}
.hrt_div1 .size1{ color:#252525; font-weight:bold;}
.hrt_div1 a{ color:#646464;}
.hrt_div1 a:hover{ color:#ff5600;}
.bd{ border:0;}

.hrt_r{ width:358px;height:150px;padding-left:30px; float:left;position:relative;z-index:8; }
.hrt_r .spa1{
    float: left;
    height:48px;
    margin-top: 22px;
    padding-top: 10px;
	}
.hrt_r .spa1 a{ font-size:14px; color:#252525;}
.hrt_r .spa1 a:hover{ color:#ff5600;}
.hrt_r .spa1_div{width:450px; border:1px solid #e2e2e2; float:left; background:#fff; position:absolute; top:75px; right:0px; display:none; }
.hrt_r .spa1_div .rili{float:left; width:304px;}
.hrt_r .spa1_div .rili_con{background:#edf9ff; width:304px; height:300px;}
.hrt_r .spa1_div .pbg{margin-top:10px; margin-left:20px; color:#252525; background:url(../images/b1.jpg) no-repeat; line-height:30px; height:30px; padding-left:35px;font-size:12px;}
.hrt_r .spa1_div .pbg2{margin-top:10px; margin-left:20px; color:#252525; background:url(../images/b2.png) no-repeat;height:30px;line-height:30px; padding-left:35px;font-size:12px;}
.hrt_r .spa1_div .pzi{margin:3px 20px 0px 20px; width:259px; padding-bottom:9px; border-bottom:1px solid #e2e2e2; color:#888; font-size:12px;}
.hrt_r .spa1_div .gk{border-left:1px solid #e2e2e2; float:left; width:145px;}
.hrt_r .spa1_div .gk span{ height: 42px; display: block; padding-left: 50px; font-size: 14px; color: rgb(37, 37, 37); margin-top: 13px; margin-left: 13px;}
.hrt_r .spa1_div .gk p{width:122px; height:70px; padding:2px 10px 10px 14px; font-size:12px;line-height:20px;border-bottom:1px solid #e4e4e4;}
.hrt_r .spa1_div .gk a{ color:#252525;}
.hrt_r .spa1_div .gk a:hover{ color:#ff5600;} 
.hrt_r .spa1_div .bj1{background: url(../images/p1.png) no-repeat; line-height:60px}
.hrt_r .spa1_div .bj2{background: url(../images/p2.png) no-repeat;line-height:60px}
.hrt_r .spa1_div .bj3{background: url(../images/p3.png) no-repeat;line-height:60px}
.hrt_r .spa1_div .gkp{width:120px; line-height:20px; color:#888888;}

.hrt_r .spa2{background: url(../images/tj.png) no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    margin: 23px 10px 0;
    text-align: center;
    width: 105px;
	border-left: 1px solid #e2e2e2;}
.hrt_r .spa2 a{ color:#fff;}	
.hrt_r .spa3{background: url(../images/xing.png) no-repeat scroll 9px 13px;
    border-left: 1px solid #e2e2e2;
    float: left;
    font-size: 14px;
    height: 31px;
    margin-top: 21px;
    padding-left: 37px;
    padding-top: 14px;}
.hrt_r .spa3:hover{
	background: url(../images/xing2.png) no-repeat scroll 9px 13px;
}
.hrt_r .spa3:hover a{
	color: #FF3D00;
}
.hrt_r .spa3 a{ color:#252525;}	
.hrt_r .spa3 a:hover{ color:#ff5600;}
.hrt_r .psty{ text-align:center; font-size:12px; color:#747474; clear:both}
.hrt_r .psty2 p:hover{ text-decoration:underline; color:#2667af;}
.tdgg{background:#edf9ff; height:50px; display:block; width:145px; text-align:center; color:#0d4d9c; font-size:12px; line-height:50px;}
/**原城市活动选学校留学评估板块改版后新样式**/
.hrt_r_new{float: left;height: 127px;padding-left: 20px;width: 270px; z-index: 8; padding-top:23px;font-size:12px}
.hrt_r_new ul{ float: left; width: 90px}
.hrt_r_new ul li{ margin-bottom: 12px}
.hrt_r_new ul li a{color: #646464; background-image: url("../images/icons_news.png"); background-repeat: no-repeat; padding-left: 25px; line-height: 24px; display: inline-block }
.hrt_r_new ul li a:hover{ color: #1869c5}
/*.hrt_r_new ul.short{ width: 107px}*/
/**原城市活动选学校留学评估板块改版后新样式结束**/
/*轮播*/
.toux{ float:left; width:300px; height:350px;background:#f5f5f5; }
.toux .st1{margin-top: 140px; text-align: center; font-weight:bold; font-size:14px; color:#252525;}
.toux .st2{margin-top:8px; text-align: center; color:#747474; font-size:12px;}
.toux_div{ padding:18px 15px 0 18px;}
/* .toux_div p{ height:48px; line-height:48px; font-size:14px; border-bottom:1px solid #e4e4e4; } */
.toux_div a{color:#747474;}
.toux_div a:hover,
.now_xx:hover p{ color:#0d4d9c;}

 .top2015,.top2015 a,#top2015_box a,.nav_h2,.nav_h2 a,.nav_h2 span{
		
		
	  }
	  .nav_con a,.nav_p a,.one_div a,.bo,.gytd a{
		font-size:14px;
	  }
 .ml20 {
    margin-left: 19px;
    margin-right: 10px;
}
.nav_div .mlr10 {
    margin-left: 5px;
    margin-right: 5px;
}
.top2015 .right,#top2015_box .right,.nav_h2 .right{
   background:none;
   right:none;
   position:relative;
   top:0;
   height:0;
   width:;
}
#xkyjy  img{
display:inline-block;
width:440px;
}
/* flashbox */
/*.mt40{ margin-top:40px;}
.flashbox{width:700px;height:350px;overflow:hidden;position:relative; z-index: 0;}
.flashbox .focusNew_out{width:700px;height:350px;position:relative;z-index:2}
.flashbox .focusNew_out .f_out_txt{height:42px;width:490px;display:block;position:absolute;bottom:30px;left:20px;color:#d6d6d6;font-size:14px;font-family:"微软雅黑";line-height:42px;padding:0 150px 0 20px;overflow:hidden}
.flashbox .focusNew_out .f_out_txt a{display: none;color:#d6d6d6; position: relative; z-index: 99; }
.flashbox .f_tabs{width:100px;height:35px;position:absolute;bottom:35px;right:0px;z-index:100;}
.flashbox .f_tabs span{width:9px;height:9px; margin-right:5px; background-image:url(../images/hei.png);float:left;text-align:center;color:#f0f0f0;margin-top:15px;cursor:pointer}
.flashbox .f_tabs span.hover{height:9px; background-image:url(../images/bai.png);cursor:pointer}*/
