<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 */
/*初始化样式*/

ul,ol,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	margin:0; 
	padding:0; 
	list-style:none;
}
body {margin:0px; color:#333; font-size:14px; background:#ff7500; font-family:"微软雅黑", Arial, "宋体";}
a{ color:#be0505; text-decoration:none;}
a:hover{ color:#be0505; text-decoration:underline; cursor:pointer;}
ul, li{ list-style:none;}
img{ border:0;}
.flt_l{ float:left;}
.oflow_h{ overflow:hidden;}

/*专题头部*/
#topWrapper{ width:100%; text-align:left; height:31px; margin:0 auto; z-index:100; _position:relative; _top:0;}
#top{ width:100%; height:34px; line-height:34px; display:block; z-index:100; float:left; overflow:visible;
position:fixed; top:0; _position:absolute; _top:expression(documentElement.scrollTop + "px"); background:url(../images/bg_top.gif) 0 0 repeat-x; font-size:12px;}
#top ul{ width:1000px; margin:0 auto;}
#top ul li{ float:left; margin:0 6px 0 7px; display:inline; color:#999;}
#top ul li a{ color:#333;}
#top ul li a:hover{ color:#be0505;}
#header{
	width:1000px;
	height:auto;
	margin: auto;
}
.head_pic {
	float: left;
	height: auto;
	width: 1000px;
}


/*内容部分外框*/
.con_bg{width:1000px; overflow:hidden;}
/*focus*/
.first {width:100%; background:#ff7500; background-position:top; background-repeat:no-repeat;}
.focus {margin:0px auto; width:1000px;border-left:1px solid #176AB8;border-right:1px solid #176AB8;}

/*main*/
.main1 {
	width:1000px;
	background-color:#FFF;
	border:1px solid #176AB8;
	border-top:2px solid #176AB8;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.main {width:980px; margin:0px auto; background:#FFFFFF; padding:10px 10px; overflow:hidden;}
#main_left {width:150px; margin:0px auto;}
#main_left img {width:150px; margin:0px 0px 2px 0px;}
#main_left ul{width:150px; margin:0px auto; padding:0px;}
#main_left li{
	width:150px;
	margin:0px 0px 2px 0px;
	height:28px;
	background-color:#DBDBDB;
	font-size:16px;
	color:#000;
	display:block;
	text-align:center;
	font-family:"微软雅黑";
	padding:0px;
	line-height: 28px;
}
#main_left li a{color:#000; display:block; text-decoration:none;}

.main_mid {width:40px; background-image:url(../images/line_h.gif); background-repeat:repeat-y; margin:0px auto; height:570px; _height:655px;}
.main_right {width:790px; margin:0px auto;}
.main_right01 { height:50px; width:790px; margin:0px auto;}
.title01 {font-size:38px; font-family:"微软雅黑"; color:#156AB7; width:145px;}
.title02 {font-size:20px;font-family:"微软雅黑";padding-top:20px;width:645px;ont-weight:normal;}

.main_right02 { width:790px; margin:0px auto;}
.main_content {width:370px; margin:0px auto; line-height:26px;}
.main_content_mid {width:50px; margin:0px auto;}
.title_blue {background-image:url(../images/bg_blue.jpg); height:26px; width:81px; font-size:16px; font-family:"微软雅黑"; color:#FFF; padding:0px 0px 0px 15px;}
.div10 {height:10px; width:300px; margin:0px auto;}
.mailtop {background-color:#F0F0F0; height:54px; padding:10px 20px 0px 0px;}
.mailtop_title { font-size:30px; font-family:"微软雅黑"; color:#333; margin:0px 15px;}
.mailtop_title01 { padding-top:16px; margin:0px 0px 0px 20px;}
.form { padding:0px 20px 20px 20px; background-color:#F0F0F0; margin-bottom:10px;}
.input {width:160px; height:20px; background-color:#FFF; border:1px solid #999;}
.bottom { width:980px; background-image:url(../images/bg_bottom.jpg); background-repeat:no-repeat; height:30px; margin:0px auto;}


/*专业留学服务*/
.specialty{width:980px; margin:0 auto 10px auto;border:1px solid #ddd; text-align:left; clear:both; overflow:hidden;}
.specialty_tit{width:973px; background:url(../images/fw_bg.png) repeat-x; height:34px;padding-left:15px; line-height:34px;color:#4b5464;}
.specialty_tit .a1{ font-size:18px; font-weight:700; padding-right:5px;}.specialty_tit .a2{ font-size:14px; font-weight:700;}
.specialty_list{padding:10px 0 0 15px;width:973px; overflow:hidden; padding-bottom:10px;}
.specialty_list li{ float:left; width:150px; margin-right:13px; line-height:26px; height:26px; display:inline;}

/*版权*/
.footer{line-height:22px;width:1000px;margin:0 auto;color:#787878;border-top:1px solid #ddd;padding-top:5px;text-align: center;}/*height:70px;*/
.footer a{color:#787878;}
.zt{
	width:1000px; 
	height:100px;
	background:#f2f0e0; 
	border:0px;
	margin-top:10px;
}

.zt img{
	float:left;
	margin-top:5px; 
	margin-left:5px;
}

.tel{
	width:1000px;
	margin:20px auto;
	text-align:center; 
	line-height:30px;
	overflow:hidden;
}
.about {
	width:1000px;
	height:80px;
	line-height:28px;
	text-align:center;
	font-size: 12px;
	color: #666;
	float: left;
	clear: both;
	background-color: #FFF;
}
.about a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.about a:hover {
	color:#C30;
}
</pre></body></html>