<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0;}
img{ border:0;}
.fleft{ float:left;}
.fright{ float:right;}
.fclear{ clear:both; margin:10px 0;}
ul,li{ list-style:none;}

#nav {
	width: 100%;
	height: 105px;
	text-align: center;
	margin: auto;
	overflow: hidden;
	background-color: #FFF;
}
.top{ background-image:url(../images/top_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:#096bc6; text-align:center;font-size:14px; font-weight:bold; color:#fff;}
#topnav a{color:#fff; text-decoration:none;}
#topnav a:hover{color:#c7d3de;}
#topnav .topnav_line{margin:0 15px;}

.main{ width:1000px; margin-left:auto; margin-right:auto; font-size:12px; line-height:24px;}
.Introduction {	float: left; width: 998px; border:1px solid #e4e1e1; clear:both; margin-top:20px;}
.Introduction_tit {	float: left; width: 89px; height: 86px; margin:10px;}
.Introduction_con { float: left; width: 810px; margin: 7px; padding:10px 25px; line-height: 24px; text-indent:26px; background-image:url(../images/dy_line.jpg); background-position:left; background-repeat:no-repeat;}

.box{ width:974px; border:1px solid #e4e1e1; margin-top:20px; padding:12px; float:left; }
.line{height:48px;background:url(../images/line.jpg) repeat-x;}
.line h2{float:left; height:43px; padding:0 15px;font-family:"微软雅黑"; font-size:20px; font-weight:bold; line-height:45px; color:#096bc6;border-bottom:5px solid #096bc6;}

.ligong{ width:974px; float:left; margin-top:10px;}
.ligong li{ width:321px; float:left; height:150px; background-color:#f2f7fc;}
.ligong li p{ margin:18px;}

.bb{ margin-top:15px;}
.bb table{ border-top:1px solid #e4e1e1; border-left:1px solid #e4e1e1;}
.bb td{ border-bottom:1px solid #e4e1e1; border-right:1px solid #e4e1e1; height:30px; padding:0 8px;}

.nzcel{  border:1px solid #e4e1e1; float:left; margin-top:15px; height:320px;  margin-left:19px;}
.nzcel dt{ background-color:#eaf3fb; height:33px; line-height:33px; text-align:center; font-size:14px;}
.nzcel dd p{ margin:15px;}

.school{ width:974px; float:left; margin-top:15px;}
.school li{ width:290px; float:left; margin-left:15px;}

.zhuan{ width:974px; float:left;}
.zhuan li{ width:450px; float:left; margin-left:20px;  margin-top:15px; border:1px solid #e4e1e1; padding:12px; height:305px; }
.zname{ float:left; margin-top:20px;}
.zname span{ color:#096bc6; font-weight:bold; font-size:14px;}

/*在线预约*/
.zxyy_con{ width:974px;overflow: hidden; font-size:12px; height:140px; margin-top:5px;}
.online {width: 960px; padding-top: 20px; height: 110px; padding-left: 20px; float: left;}
.online_tit { float: left; height: 20px; margin-left: 20px;	margin-right: 5px; line-height: 24px; margin-top: 5px; width: 60px; }
.online_tit1 { float: left;	height: 20px; margin-left: 20px; margin-right: 5px;	line-height: 24px;	margin-top: 5px; width: 110px;}
.online_tit2 { float: left;	height: 20px; margin-left: 10px; margin-right: 5px;	line-height: 24px; margin-top: 5px;	width: 110px; }
.online_box {
	float: left;
	height: 16px;
	width: 132px;
	margin-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.online_box1 {
	float: left;
	height: 16px;
	width: 600px;
	margin-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.online_box2 {
	float: left;
	height: 16px;
	width: 90px;
	margin-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.txt {
	float: left;
	height: 16px;
	width: 125px;
	line-height: 16px;
	border:1px solid #666;
}
.online_sub {
	height: 30px;
	width: 90px;
	text-align: center;
	float: left;
}
.anniu_sub {
	border:0;
	width: 90px;
	float: left;
	background-image: url(../images/anniu.jpg);
	height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height:30px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}

/*电话信息样式*/
.tel{ height: 195px;text-align: center;line-height: 30px;font-size: 12px; color: #505050; clear:both; margin-top:20px;}
.foot{ height: 120px;line-height: 22px;text-align: center; padding-top:15px; font-size:12px;}
.foot a{ color:#505050;}
.foot a:hover{ color:#267ac5;}

/*返回顶部样式*/
.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 &amp;&amp; document.compatMode=="CSS1Compat") ? documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight-20) : document.body.scrollTop+(document.body.clientHeight-this.clientHeight-20));    background-image:url("../images/gotop.jpg"); 
    background-repeat:no-repeat; 
    text-indent:-9999px; 
}

</pre></body></html>