@charset "gb2312";
/* CSS Document */

*{ margin:0; padding:0;}
img{ border:0;}
.fleft{ float:left;}
.fright{ float:right;}
.f14{ font-size:14px; font-weight:bold;}
ul,li{ list-style:none;}

#nav {
	width: 100%;
	height: 105px;
	text-align: center;
	margin: auto;
	overflow: hidden;
	background-color: #FFF;
}
.top{ background-image:url(imagestop_bg.jpg); height:309px; text-align:center;}
.top_bg{ margin-left:auto; margin-right:auto; width:1000px; height:309px; }

/*导航条*/
#topnav{height:42px; line-height:42px; background:#c34b09; text-align:center;font-size:14px; font-weight:bold; color:#fff;}
#topnav a{color:#fff; text-decoration:none;}
#topnav a:hover{color:#000;}
#topnav .topnav_line{margin:0 6px;}

.main{ width:1000px; margin-left:auto; margin-right:auto; line-height:24px;}
.box{ width:974px; border:1px solid #e4e4e4; margin-top:20px; padding:12px; float:left; font-size:12px; color:#504f4f; }
.box1{ width:467px; border:1px solid #e4e4e4; margin-top:20px; padding:12px;  }
.line{height:43px;background:url(imagesline_bg.jpg) repeat-x; border-bottom:5px solid #d6d4d4;}
.line h1{float:left; height:43px; padding:0 15px;font-family:"微软雅黑"; font-size:20px; font-weight:bold; line-height:45px; color:#c34b09;border-bottom:5px solid #c34b09;}
.box_text{ margin-top:15px; float:left; width:970px;}

.qide{ width:974px; float:left; margin-top:15px;}
.qide li{ width:163px; float:left; padding:0 15px;}
.text1{ color:#373838; font-family:微软雅黑; font-size:14px; font-weight:bold; text-align:center; margin-top:5px;}
.text2{ color:#666666; line-height:22px; width:163px; margin-left:3px; margin-top:10px;}

.rb_left{ float:left; width:410px; height:428px; background-color:#fbf5f2; padding:10px;}
.le_t{ padding:10px; background-color:#FFF; float:left; width:390px;}
.box b{ color:#c34b09; font-size:14px;}

.rb_right{ float:right; width:510px; height:428px; background-color:#fbf5f2; padding:10px;}
.ri_t{ padding:10px; background-color:#FFF; float:left; width:490px;}

.ys_left{ width:525px; float:left;}
.ys_left table{ border-left:1px solid #e4e4e4; border-top:1px solid #e4e4e4; text-align:center; margin-top:10px;}
.ys_left td{ border-right:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;} 
.ys_left img{float:left; margin:3px 5px;}

.ys_right{ width:415px; float:right;}
.ys_right p{ border-top:1px dashed #e4e4e4; padding:11px 0; width:415px;}

.school{ width:970px; float:left;}
.school li{ width:312px; margin-top:15px; margin-left:16px; float:left;}
.school span{ color:#c34b09; font-weight:bold;}
.school p{ padding:15px 10px 0 10px;}

.bb{ width:590px; margin-top:15px; line-height:32px; float:left;}
.bb table{ border-left:1px solid #e4e4e4; border-top:1px solid #e4e4e4; text-align:center;}
.bb td{ border-right:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;} 

.anli{ width:368px; float:right; margin-top:15px;}
.al_a{ width:368px; height:58px; background-image:url(imagesal_bg.jpg); text-align:center; font-family:微软雅黑; font-size:18px; line-height:48px;}
.al_b{ width:367px; height:49px; background-image:url(imagesal_bg2.jpg); text-align:center; font-family:微软雅黑; font-size:18px; line-height:48px; color:#fc8347;}
.al_b a{ text-decoration:none; color:#fc8347;}
.al_a a{ text-decoration:none; color:#666666;}
.al_a	 a:hover,.al_b a:hover{ text-decoration:underline;}

.youshi{ margin-top:15px;}
.youshi img{ float:left; margin:10px 10px 0 0;}
.youshi p{ margin-top:5px; }
.ys01{ float:left; width:900px; margin-left:30px;}
.ys02{ float:left; width:890px; margin-left:80px;}
.ys03{ float:left; width:960px; margin-left:5px; margin-bottom:10px;}

.bn{ width:1000px;  margin-top:20px;  float:left; }
.bn img{ margin-left:3px;}

/*电话信息样式*/
.tel{ width: 1000px;height: 195px;text-align: center;line-height: 30px;font-size: 12px; color: #505050; clear:both;}
.tel a{ text-decoration:none; color:#000;} 

/*返回顶部样式*/
.gotop { cursor: pointer;  display: block; width:24px; height:76px;  position: fixed; bottom:50px; float:right; right: 100px;  _margin-left:10px;  _position:absolute; 
    _top:expression(eval(document.compatMode && document.compatMode=="CSS1Compat") ? documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight-20) : document.body.scrollTop+(document.body.clientHeight-this.clientHeight-20));    background-image:url("imagesgotop.jpg"); 
    background-repeat:no-repeat; 
    text-indent:-9999px; 
}