@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; font-family:"微软雅黑";}
input{ border:none 0;}
li{ list-style-type:none;}
a{text-decoration:none;}
img{ display:block; border:none 0;}
.headbg{ height:5px; background-color:#cf161e;}
.inputbox{ overflow:hidden; margin-top:22px; margin-right:40px;}
#q{ height:38px; width:293px; border:2px #cf161e solid; float:left; font-size:14px; color:#BFBFBF; padding-left:10px; line-height:38px;}
.seache{ height:42px; width:69px; background-color:#cf161e; font-size:16px; color:#FFFFFF;letter-spacing:6px; line-height:43px; text-align:center;float:left;}
.text_0{ margin-top:33px;}

.text_0 a:hover{ color:#cf161e; text-decoration:underline;}
.logobox{ width:1000px; margin:0 auto; overflow:hidden;}
.logobox img,.inputbox,.text_0{ float:left;}
.logobox img{ margin-top:16px; margin-right:87px;}
.navbox{ height:50px; background-color:#cf161e; margin-top:13px;}
.nav_center{ width:1000px; margin:0 auto; overflow:hidden;}
.nav_center li{ float:left; margin-right:20px; }
.nav_center a{ line-height:50px; font-size:16px; color:#FFFFFF; display:block; width:90px; height:50px;text-align:center;}
.nav_center a:hover{ background-image:url(/statics/images/zhaojiao/image_06.png);}
.nav_bottom{ height:34px;}
.nav_bottom{ width:1000px; margin:0 auto; line-height:34px;font-size:14px;}
.nav_bottom span{ font-weight:bold;}
.nav_bottom span,.nav_bottom a{ margin-right:15px; color:#2d2d2d;}
.nav_bottom a:hover{color:#cf161e; text-decoration:underline;}

/* banner */
#banner{width:100%;height:353px;position:relative;width:expression(document.body.clientWidth<=1170?"1170px":"auto"); min-width:1170px;}
#banner_img{display:block;position:relative;}
#banner_img li{position:absolute;top:0;left:0;width:100%;height:353px;background-position:center;display:none; cursor:pointer;}/*background-size:cover;*/
#banner_img li.item1{display:block;}
#banner_img .ad_img{position:absolute;right:10px;top:0px;width:674px;height:381px;}
#banner_img .ad_txt{position:absolute;left:10px;top:35px;}

#banner_img li{ background-color:#111926;}
/*增加一个img的高度*/  
#banner_ctr{position:absolute;width:300px;height:30px; overflow:hidden;left:45%;bottom:0px;z-index:1;}/*left:44%;*/
#banner_ctr ul{width:960px;height:13px;font-size:0;line-height:0;position:relative;}
#banner_ctr li{display:block;float:left;width:30px;height:17px;cursor:pointer;background:url(/statics/images/zhaojiao/bg_img.png) no-repeat 2px -86px;}
#drag_arrow{position:absolute;top:0;left:0px;width:30px;height:17px;background:url(/statics/images/zhaojiao/bg_img.png) no-repeat left -106px;}

/*banner结束*/

/*水印*/
.miabox_bg{ background-color:#f5f5f5; padding-top:20px;}
.mianbox_center{ width:1000px; margin:0 auto; position:relative;}
.main_banner1{ height:102px; background-image:url(/statics/images/zhaojiao/liang_03.png);}
.main_banner2{ height:114px; background-image:url(/statics/images/zhaojiao/liang_06.png);}
.main_banner1,.main_banner2{width:998px; border: 1px #e4e4e4 solid; margin-top:16px;}

.sucai{text-align: center;
border-bottom: solid 1px #d9d9d9;
margin-bottom: 15px;
background:url(/statics/images/zhaojiao/6.gif) no-repeat bottom center;
padding: 15px 0 15px 0;}
.sucai h1{display:block;
line-height: 40px;
margin-top: 10px;
font-family: "微软雅黑";
font-size: 18px;
color: #000;
height: 40px; font-weight:normal;}
.sucai h1 span {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #BB1718;}

/*素材style*/
.new-courses ul li {
  width: 164px;
  height: 196px;
  margin: 0 20px 30px 0; }
  .new-courses ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
  .new-courses ul li .normal {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .8s,opacity .8s;
    -moz-transition: -moz-transform .8s,opacity .8s;
    -o-transition: -o-transform .8s,opacity .8s;
    -ms-transition: -ms-transform .8s,opacity .8s;
    transition: transform .8s,opacity .8s;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    transform: rotateY(0);
    -o-transform: rotateY(0);
    opacity: 1; }
    .new-courses ul li .normal img {
      width: 164px;
      height: 196px; }

.staff {
  position: absolute;
  top: 0;
  left: 0;
  background-color:#c22c21;
  
  height: 196px;
  width: 164px;
  -webkit-transition: -webkit-transform .8s ,opacity .8s;
  -moz-transition: -moz-transform .8s ,opacity .8s;
  -o-transition: -o-transform .8s ,opacity .8s;
  transition: transform .8s ,opacity .8s;
  -ms-transition: transform .8s ,opacity .8s;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  color: #555;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none\9; }
  .staff > div {
    padding: 10px 15px; }
    .staff > div img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
  .staff .txt {
    padding: 10px;
    height: 120px;
    line-height: 25px;
    margin-bottom: 10px;
	font-size:14px; font-family:"微软雅黑"; color:#FFFFFF;}
.new-courses ul li a:hover .normal {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  opacity: 0; }
.new-courses ul li a:hover .staff {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
  -o-transform: rotateY(0);
  display: block\9;
  opacity: 1; }
.js_center{ width:1000px; margin:0 auto; overflow:hidden;}
.new-courses{ float:left; width:164px; height:196px;margin-right: 36px;}

/*学校招聘信息*/
.Rebox{ overflow:hidden;}
.Re_1{ width:238px; height:317px; background-color:#FFFFFF; position:relative; float:left; margin-right:16px;}
.re_bg01,.re_bg02,.re_bg03,.re_bg04{ height:4px;}
.re_bg01{background-color:#e2920c;}
.re_bg02{ background-color:#a2a012;}
.re_bg03{ background-color:#293352;}
.re_bg04{ background-color:#9a7016;}
.re_mian{padding:0 12px;}

.Re_1 h2{font-size:16px; display:block; line-height:38px; border-bottom:1px #b2b2b2 dashed; padding-left:12px; margin-bottom:10px; font-weight:normal;}
.re_mian a:hover{color:#cf161e;text-decoration:underline;}
.fudong_box{position:absolute; left:165px; top:0px;}
.fudong_box a{display:block;width:63px; height:32px; background-color:#00a0e9; text-align:center; color:#FFFFFF; font-size:14px; line-height:36px;transition:background-color 0.5s;
-moz-transition: background-color 0.5s;	/* Firefox 4 */
-webkit-transition: background-color 0.5s;	/* Safari 和 Chrome */
-o-transition: background-color 0.5s;	/* Opera */}
.fudong_box a:hover{ background-color:#192e6c;}

/*link*/

.link_box span{ font-weight:bold; font-size:12px; margin-right:10px;}
.link_box a{ font-size:12px;color:#5C5C5C; margin-right:20px;}
.link_box a:hover{ text-decoration:underline; color:#d71317;}
.hangzhou{ margin-bottom:10px;}

/*bottom*/

.bottom_box{ background-color:#333333;height:150px; margin-top:30px;}
.bottom_center{ width:950px;margin:0 auto; overflow:hidden;padding-left:50px;}  
.bottom_bg01{width:366px; height:91px; background-image:url(/statics/images/zhaojiao/liang_13.png); margin-top:30px;}
.bottom_bg02{width:1px; height:150px; border-right:1px #FFFFFF dashed; margin:0 15px;}
.bottom_text{ margin-top:38px;}
.bottom_text p{ font-size:12px; color:#FFFFFF; line-height:25px;}
.bottom_text p a{ color:#FFFFFF;}
.bottom_text p a:hover{ text-decoration:underline;}
.bottom_bg01,.bottom_bg02,.bottom_text{ float:left;}

/*关于香山*/

.banner_guanyu{ height:236px; width:100%; background:url(/statics/images/zhaojiao/guanyu_02.jpg) no-repeat top center;}
.head_guanyu{ width:1000px; height:40px; background-image:url(/statics/images/zhaojiao/guanyu_03.png); position:absolute; top:-40px; left:0px;}
.head_guanyu h6{ font-size:18px; font-weight:normal; color:#FFFFFF; margin-left:64px; margin-right:65px;}
.head_guanyu p{ font-size:14px; color:#FFFFFF;}
.head_guanyu h6,.head_guanyu p{float:left; line-height:40px;}
.head_guanyu p a{ color:#FFFFFF; }
.head_guanyu p a:hover{ text-decoration:underline;}
.gaunyu_leftnav{ width:190px;}
.gaunyu_leftnav a{width:190px; height:35px; display:block; line-height:35px; color:#FFFFFF; text-align:center;}
.gaunyu_leftnav dt{background-color:#cf161e; font-size:16px;width:190px; height:35px; line-height:35px; color:#FFFFFF; text-align:center;}
.gaunyu_leftnav dd{background-color:#ff7b85; font-size:14px; border-bottom:1px #FFFFFF dashed;}
.gaunyu_leftnav div{ height:3px; background-color:#ff6773;}
.gaunyu_leftnav a:hover{ font-weight:bold; color:#cf161e;}
.ghaunyu_rightmian{ padding-top:20px; padding-left:25px; padding-right:25px; width:759px; min-height:330px;}
.liang_box{ overflow:hidden;}
.gaunyu_leftnav,.ghaunyu_rightmian{ float:left;}
.ghaunyu_rightmian h1{ font-size:14px; line-height:21px; margin-bottom:10px; }
.ghaunyu_rightmian p{ font-size:14px; color:#626262; line-height:26px;}
.ghaunyu_rightmian h6{ font-size:18px; color:#cf161e; text-align:center;}
/*课程安排*/
.list li{ font-size:14px; color:#535353; overflow:hidden; display:block; margin-bottom:15px;}

.list li a:hover{text-decoration:underline;color:#cf161e;}
.list li span{ display:block; float:right; }
.list{display:block;}

#timu_a{ width:51px; height:16px;background-image:url(/statics/images/zhaojiao/xiazai.png); margin-left:15px; margin-top:1px;}

.fenye dd{ float:left; margin-right:30px;line-height:35px;}
.fenye{overflow:hidden;margin-top:30px; margin-left:80px;}
.fenye dd a{display:block; width:30px;height:35px; font-size:14px; text-align:center; color:#2F2F2F;border-radius:3px;}
.fenye dd a:hover{ background-color:#CF161E; color:#FFFFFF;}
#list_a a{display:inline;}
#list_a a:hover{ color:#CF161E;background-color:#FFFFFF; text-decoration:underline;}
.fengcai_text{ font-size:14px; font-weight:bold; text-align:center; width:164px; margin-top:10px;}
.fnegcaibig_box{ overflow:hidden;}
.fengcai_box{ float:left; margin-right:18px;}
.xiazai_kong{ width:630px; height:0px; border-bottom:1px #000000 dashed; margin:0 auto; margin-top:12px;}
.xiazai_text{ text-align:center; font-size:12px; color:#ABABAB; margin-top:4px;}
.xiaozai_a{ margin-top:15px;}

.xiaozai_a a:hover{ background-color:#CF161E; color:#FFFFFF;}
.xiazai_liang{ font-size:14px; color:#000000; margin-top:20px;}
.xiazai_liang a{ color:#6B6B6B;}
.xiazai_liang a:hover{ color:#CF161E; text-decoration:underline;}




/***************板块*****************/
.left{ float:left}
.right{ float:right}

.body1{ overflow:hidden; margin-top:16px;}
.body1 .flash{ width:240px; height:172px; padding:5px; background:#fff; border:1px solid #e4e4e4}

.body1 .dianhua{overflow: hidden; width:250px; height:109px;border:1px solid #e4e4e4; background:#fff; border-radius: 4px 4px 0 0;}
.body1 .dianhua h1{ height:38px; background:url(/statics/images/zhaojiao/title_bg.jpg) repeat-x; border-bottom:1px solid #e4e4e4; font-size:12px; color:#ea000a; line-height:38px; text-indent:7px;}
.body1 .dianhua h1 i{background: url(/statics/images/zhaojiao/kuvai_ico.png) no-repeat 0 -174px; width:5px; margin-left:18px; margin-top:15px; height:10px;float: left;}
.body1 .dianhua h1 a{ float:right; padding-right:10px; font-weight:200}
.jr_tab{width:451px; float:left;overflow:hidden;border:1px solid #e4e4e4; background:#fff;  border-radius: 4px 4px 0 0; height:320px;}
.jr_tab .tita{height:38px;border-bottom:1px solid #e4e4e4; font-size:12px; color:#ea000a; line-height:38px; text-indent:7px;}
.jr_tab #MBs{ padding-left:10px;height:35px; float:left}
.jr_tab .tita span{line-height:43px; float:right; padding-right:10px;}
.jr_tab .tita ul li{ float:left; padding:0 20px; margin-top:8px;font-size:14px; height:30px; line-height:30px; }
.jr_tab .tita ul li a{ color:#CF161E;}
.jr_tab .active{ background:#fff; border-left:1px solid #eee; border-right:1px solid #eee; border-top:1px solid #eee;color:#cf161e; font-size:12px; font-weight:bold}
.jr_tab .normal{ color:#3e3e3e}
.jr_tab .mbc{width:560px; margin:5px; overflow:hidden;}
.jr_tab .mbc li{ line-height:29px;float: left;width: 426px;padding-left:10px;}



.jr_tab .mbc li a:hover{ color:#CF161E; text-decoration:underline;}
.jr_tab .mbc li span{ float:right; font-size:14px;}


.body1 .kaoshitixing{ width:535px; overflow:hidden;border:1px solid #e4e4e4; background:#fff; float:left; margin-left:10px;border-radius: 4px 4px 0 0; height:320px;}
.body1 .kaoshitixing h1{ height:38px; border-bottom:1px solid #e4e4e4; font-size:14px; color:#ea000a; line-height:38px; text-indent:7px;}
.body1 .kaoshitixing h1 i{width:5px; margin-left:18px; margin-top:15px; height:10px;float: left;}
.body1 .kaoshitixing h1 a{ float:right; padding-right:10px; font-weight:200; color:#292929;}
.body1 .kaoshitixing h1 a:hover{ color:#CF161E;}
.body1 .kaoshitixing ul{  float:left; padding:10px;width:96%;}
.body1 .kaoshitixing ul li{ line-height:30px; padding-left:9px}

.body1 .kaoshitixing ul li a:hover{ color:#CF161E; text-decoration:underline;}
.body1 .kaoshitixing .tixing{float:right;width:51px; margin-left:10px;height:16px; margin-top: 8px;}
.body1 .kaoshitixing .tixing a{width:51px; height:16px;display: block; text-indent:-989999px;}
/*******博越名师*******/
.body1 .boyuemingshi{padding-bottom: 16px;height: 292px;width:361px; overflow:hidden;border:1px solid #e4e4e4; background:#fff; float:left; border-radius: 4px 4px 0 0;}
.body1 .boyuemingshi h1{ height:38px; background:url(/statics/images/zhaojiao/title_bg.jpg) repeat-x; border-bottom:1px solid #e4e4e4; font-size:14px; color:#ea000a; line-height:38px; text-indent:7px;}
.body1 .boyuemingshi h1 i{width:5px; margin-left:18px; margin-top:15px; height:10px;float: left;}
.body1 .boyuemingshi h1 a{ float:right; padding-right:10px; font-weight:normal; font-size:14px; color:#646464;}
.body1 .boyuemingshi h1 a:hover{ color:#CF161E;}
.body1 .boyuemingshi ul{ padding:3px 10px; width:355px}
.body1 .boyuemingshi .mingshi{padding-left: 25px;border-bottom:1px dotted #e4e4e4;height:290px;margin-top: 5px; overflow: hidden}
.body1 .boyuemingshi .mingshi img{ height:150px; background:#fff; padding:3px; margin-right: 16px;border:1px solid #e4e4e4}
.body1 .boyuemingshi .mingshi h2 a{ color:#cf161e; font-size:14px;}
.body1 .boyuemingshi .mingshi span{ color:#4d4d4d;}


/*******在线答疑*******/
.body1 .asks{ width:250px;margin-bottom: 10px;padding-bottom: 4px;overflow:hidden;border:1px solid #e4e4e4; background:#fff; float:left; border-radius: 4px 4px 0 0;}
.body1 .asks h1{ height:38px; border-bottom:1px solid #e4e4e4; font-size:14px; color:#ea000a; line-height:38px; text-indent:7px;}
.body1 .asks h1 i{ width:5px; margin-left:18px; margin-top:15px; height:10px;float: left;}
.body1 .asks h1 a{ float:right; padding-right:10px; font-weight:200}
.body1 .asks .asks_list{padding:3px 10px; width:233px; border-bottom:1px dotted #eee}
.body1 .asks .asks_list .wen{ font-size:12px; line-height:23px; overflow:hidden; height:23px; color:#2b2b2b; background:url(/statics/images/zhaojiao/kuvai_ico.png) no-repeat 0 -348px; padding-left:25px;}
.body1 .asks .asks_list .da{ height: 23px;
overflow: hidden;color:#cf161e; line-height:23px; font-weight:bold; padding-left:25px;}
.body1 .asks .anniu{ padding-top:3px; padding-left:9px;}



.body1 .biaodan{ width:361px;margin-bottom: 10px;padding-bottom: 19px;overflow:hidden;border:1px solid #e4e4e4; background:#fff; float:left; border-radius: 4px 4px 0 0;}
.body1 .biaodan h1{ height:38px; border-bottom:1px solid #e4e4e4; font-size:14px; color:#ea000a; line-height:38px; text-indent:7px;}
.body1 .biaodan h1 i{width:5px; margin-left:18px; margin-top:15px; height:10px;float: left;}
.body1 .biaodan h1 a{ float:right; padding-right:10px; font-weight:200}
.body1 .biaodan .asks_list{padding:3px 10px; width:250px; border-bottom:1px dotted #eee}
 


		/* 本例子css */
		.outBox{ width:625px; height:310px; float: left;border: 1px solid #e4e4e4;background: #fff;margin-right: 10px;border-radius: 4px 4px 0 0;text-align:left;  }
		.outBox  h1 {height: 38px;border-bottom: 1px solid #e4e4e4;font-size: 14px;color: #ea000a;line-height: 38px;text-indent: 7px;}
		.outBox h1 i {width: 5px;margin-left: 18px;margin-top: 15px;height: 10px;float: left;}
		.outBox h1 a{ color:#454545;}
		.outBox .hd{height:30px;float: left; line-height:30px;  padding:0 20px; margin-top: 6px; position:relative;  }
		.outBox .hd ul{ float:left; left:20px; top:-1px; height:32px;   }
		.outBox .hd ul li{ float:left; font-size: 12px;padding:0 15px; cursor:pointer;  }
		.outBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff;}
		
		.inBox{ padding:15px 15px 0 0px;  }
		.inBox .inHd{  float: left; line-height:50px; padding:0 10px;   }
		.inBox .inHd ul{ overflow:hidden; zoom:1;border: 1px solid #dadada; }
		.inBox .inHd ul li{ height:50px;border-bottom: 1px dashed #e1e1e1; color:#4d4d4d; width:115px;font-size: 14px; font-weight:bold; text-align:center; cursor:pointer; }
		
		.inBox .inHd ul li.on{ background-color: #fdd63d;
color: #9c530f; }
		.inBox .inBd ul{ padding:0px 10px 10px 10px;  zoom:1; overflow:hidden;   }
		.inBox .inBd li{ height:24px; font-size: 14px;line-height:24px; overflow:hidden; zoom:1;  }
		
		.inBox .inBd li a:hover{ color:#CF161E; text-decoration:underline;}
		.inBox .inBd li .date{ float:right; color:#454545;  }
		
		
		/*CSS3*/
		.text_0 a,.inBox .inBd li a,.body1 .kaoshitixing ul li a,.jr_tab .mbc li a,.xiaozai_a a,.list li a,.nav_bottom a,.re_mian a { transition:color 0.5s;
-moz-transition: color 0.5s;	/* Firefox 4 */
-webkit-transition: color 0.5s;	/* Safari 和 Chrome */
-o-transition: color 0.5s;	/* Opera */}
		.text_0 a{ font-size:14px; color:#3d3d3d;}
		.inBox .inBd li a{ color:#454545;}
		.body1 .kaoshitixing ul li a{ font-size:14px; color:#454545;}
		.jr_tab .mbc li a{ float:left; font-size:14px;width:75%; height:29px; overflow:hidden;cursor: pointer;text-overflow ellipsis;white-space: nowrap;color:#454545;}
		.xiaozai_a a{ display:block;width:367px; height:48px; background-color:#f2f0f0; font-size:18px; color:#000000; line-height:48px; letter-spacing:6px; margin:0 auto;border-radius:3px;}
		.list li a{color:#535353; display:block; float:left; width:570px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
		.re_mian a{ font-size:14px; line-height:25px; display:block; color:#5C5C5C; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

#timu_a1{ width:51px; height:16px; background-image:url(/statics/images/zhaojiao/tixing.png); margin-left:15px; margin-top:1px;display:block;}
.body1 .kaoshitixing .tixing a{width: 51px;
height: 16px;
display: block;
background: url(images/kuvai_ico.png) no-repeat;
text-indent: -989999px;}