﻿@charset "utf-8";
/* CSS Document */

/**********************初始化设置**********************/
* {
	margin:0px;
	padding:0px;
}
html, body {
	height:auto;
}
body{
    border:0;
	color:#333333;
	font-size:12px;
	font-family:'宋体', '新宋体',Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	background-image:url(../images/body-bg.jpg);
	background-position:center top;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
}
img {
	border-style:none;
}
ul,li{
    list-style:none
}
.clear {
	clear:both;
}
.clear_left{
    clear:left;
}
.clear_right{
    clear:right;
}
a{
    color:#333333;
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.p_indent{
    text-indent:25px;
}
.p_style1{
    text-indent:25px;
	line-height:24px;
	margin-top:20px;
}
.p_style2{
    line-height:24px;
	margin-top:12px;
}
.p_style3{
    line-height:24px;
	margin-top:20px;
}
.title_style1{
    color:#999999;
	font-family:"宋体";
	font-size:12px;
	font-weight:normal;
}
.title_style2{
    color:#333333;
	font-family:"宋体";
	font-size:14px;
	font-weight:bold;
}
.title_style3{
    color:#666666;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
}
.title_style4{
    color:#2671b9;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
}
.title_style5{
    color:#333333;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
}
.title_style6{
    color:#CC0000;
	font-family:"宋体";
	font-size:12px;
}
.title_style7{
    color:#2671b9;
	font-family:"宋体";
	font-size:14px;
	font-weight:bold;
}
.title_style8{
    color:#5c9c09;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
}
.title_style9{
    color:#ab3744;
	font-family:"宋体";
	font-size:12px;
	font-weight:normal;
}
.size_14px{
    font-size:14px;
}
.bold{
    font-weight:bold;
}
.color_green{
    color:#5c9c09;
}
.color_red{
    color:#ab3744;
}
.color_blue{
    color:#2671b9;
}
.color_white{
    color:#FFFFFF;
}
.more{
    color:#76be30;
	font-family:"宋体";
	font-size:12px;
	text-align:right;
	padding-top:5px;
}
.more a,.more a:hover{
    color:#76be30;
}
.en_font{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.en_font_normal{
    font-family:Arial, Helvetica, sans-serif;
}
.otherpage_content_left{
    width:640px;
	height:auto;
	min-height:815px;
	padding-right:20px;
	float:left;
}
.current_page_title{
    color:#2671b9;
	font-family:"宋体";
	font-size:14px;
	font-weight:bold;
	width:640px;
	border-bottom:#333333 1px solid;
}
.current_page_title_big{
    color:#2671b9;
	font-family:"宋体";
	font-size:18px;
	font-weight:bold;
	width:620px;
	border-bottom:#333333 1px solid;
	padding-left:5px;
	margin-bottom:10px;
}
/***********************头部css样式**********************/
#wrap {
	margin: 0 auto;
	width: 920px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
}
#header{
    margin:0px auto;
    width:100%;
	height:auto;
	margin-bottom:0px;
}
#banner{
    margin:0px auto;
	width:400px;
	height:260px;
}
#banner_top{
    background-image:url(../images/banner-top.jpg);
	width:400px;
	height:101px;
}
#banner_middle{
    background-image:url(../images/banner-middle.jpg);
	width:400px;
	height:84px;
}
#banner_bottom{
    background-image:url(../images/banner-bottom.jpg);
	width:400px;
	height:75px;
	overflow:hidden
}
#banner_flash{
    margin:0px auto;
	margin-top:15px;
	width:128px;
	height:30px;	
}
#current_page{
    color:#2671b9;
	font-family:"宋体";
	font-size:12px;
	font-weight:normal;
	height:42px;
	margin-top:5px;
}
#current_page a{
    color:#2671b9;
	text-decoration:none;
}
#current_page a:hover{
    color:#333333;
	text-decoration:underline;
}
.notice{
    padding-bottom:10px;
}
/******************
* 页面导航 *
******************/
#nav {
	height:38px;
}
#nav ul li {
	display: inline;
	float:left
}
#nav ul li a {
	overflow: hidden;
	padding-top: 38px;
	height: 0px;
	display:block;
}
#nav ul li a {
	background-image:url(../images/nav-mba.jpg);
	background-repeat:no-repeat;
}
#nav ul li#nav_1 {
	width:153px;
	position:relative;
}
#nav ul li#nav_2 {
	width:153px;
	position:relative;
}
#nav ul li#nav_3 {
	width:153px;
	position:relative;
}
#nav ul li#nav_4 {
	width:153px;
	position:relative;
}
#nav ul li#nav_5 {
	width:153px;
	position:relative;
}
#nav ul li#nav_6 {
	width:155px;
	position:relative;
}
#nav ul li#nav_1 a {
	background-position:0px 0px;
	width:153px
}
#nav ul li#nav_2 a {
	background-position:-153px 0px;
	width:153px;
}
#nav ul li#nav_3 a {
	background-position:-306px 0px;
	width:153px;
}
#nav ul li#nav_4 a {
	background-position:-459px 0px;
	width:153px;
}
#nav ul li#nav_5 a {
	background-position:-612px 0px;
	width:153px;
}
#nav ul li#nav_6 a {
	background-position:-765px 0px;
	width:155px;
}
#nav ul li#nav_1 a:hover {
	background-position:0px -38px;
	width:153px;
}
#nav ul li#nav_2 a:hover {
	background-position:-153px -38px;
	width:153px;
}
#nav ul li#nav_3 a:hover {
	background-position:-306px -38px;
	width:153px;
}
#nav ul li#nav_4 a:hover {
	background-position:-459px -38px;
	width:153px;
}
#nav ul li#nav_5 a:hover {
	background-position:-612px -38px;
	width:153px;
}
#nav ul li#nav_6 a:hover {
	background-position:-765px -38px;
	width:155px;
}
/******************
* 页面导航下拉菜单 *
******************/
.page_nav_menu {
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	visibility:hidden;
}
.page_nav_menu dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-left:1px solid #bad0e7;
	border-right:1px solid #bad0e7;
	border-bottom:1px solid #bad0e7;
}
.page_nav_menu dl dd {
	line-height:25px;
	width:100%;
	margin:0px;
	padding:0px;
}
.page_nav_menu dl dd a {
	overflow: hidden;
	height: 26px;
	display:block;
	color:#ffffff;
	background:#3e7ec6;
	text-decoration:none;
	text-align:center;
}
.page_nav_menu dl dd a:visited {
	overflow: hidden;
	height: 26px;
	display:block;
	color:#ffffff;
	background:#3e7ec6;
}
.page_nav_menu dl dd a:hover {
	overflow: hidden;
	height: 26px;
	display:block;
	background:#5BA6E9;
	color:#ffffff;
}
.page_nav_menu dl dd.page_nav_menu_jg {
	background:#bad0e7;
	height:1px;
	width:100%;
	font-size:0px;
	overflow:hidden;
}
/***********************首页内容主体左边css样式**********************/
#index_content_left{
    width:305px;
	height:auto;
	margin-right:25px;
	float:left;
}
.index_title_long{
    color:#2671b9;
	font-family:"宋体";
	font-size:14px;
	font-weight:bold;
	width:305px;
	border-bottom:#333333 1px solid;
	padding-left:5px;
}
.index_title_pic{
    padding-top:7px;
	padding-left:5px;
	width:299px;
	height:110px;
}
#index_content_xmjs{
    width:300px;
	height:auto;
	padding-left:5px;
	padding-top:20px;
	padding-bottom:10px;
}
#index_content_kcb{
    width:295px;
	height:auto;
	padding-left:7px;
	padding-top:12px;
	padding-bottom:10px;
}
#index_content_kcb li{
    padding-top:8px;
	padding-bottom:7px;
	border-bottom:#666666 1px dotted;
}
html>/**/body #index_content_kcb li{
    padding-top:8px;
	padding-bottom:1px;
	border-bottom:#666666 1px dotted;
}
/***********************首页内容主体中间css样式**********************/
#index_content_middle{
    width:305px;
	height:auto;
	margin-right:25px;
	float:left;
}
#index_content_news{
    width:300px;
	height:auto;
	padding-top:7px;
	padding-left:5px;
}
#index_content_news_pic{
    width:80px;
	height:auto;
	padding-right:10px;
	float:left;
}
#index_content_news_pic ul li{
    margin-bottom:10px;
}
html>/**/body #index_content_news_pic ul li{
    margin-bottom:1px;
}
#index_content_news_txt{
    width:210px;
	height:auto;
	float:left;
}
#index_content_news_txt ul li h1{
    padding-bottom:6px;
}
#index_content_news_txt ul li h1 a{
	font-weight:bold;
	text-decoration:none;
}
#index_content_news_txt ul li h1 a:hover{
	text-decoration:underline;
}
#index_content_news_txt ul li p a{
	text-decoration:none;

}
#index_content_news_txt ul li p a:hover{
	text-decoration:underline;
}
#index_content_xxxd{
    width:300px;
	height:225px;
	padding-top:7px;
	padding-left:5px;
	padding-bottom:10px;
}
#index_content_xxxd ul li{
    float:left;
}
.index_content_xxxd_title{
    width:200px;
}
.index_content_xxxd_time{
    width:100px;
	text-align:right;
}
#index_content_szjs{
    width:300px;
	height:auto;
	padding-top:7px;
	padding-left:5px;
}
.index_content_szjs_left{
    width:138px;
	height:55px;
	padding-bottom:10px;
	float:left;
}
.index_content_szjs_right{
    width:138px;
	height:55px;
	padding-left:24px;
	padding-bottom:10px;
	float:left;
}
/***********************首页内容主体右边css样式**********************/
#content_right{
    width:260px;
	height:auto;
	float:left;
	clear:right;
}
#index_content_contact{
    width:260px;
	height:auto;
	line-height:1.6em;
}
#index_content_contact_left{
    width:6px;
	height:420px;
	background-image:url(../images/index_content_shadow_left.jpg);
	float:left;
}
#index_content_contact_right{
    width:254px;
	height:420px;
	background-image:url(../images/index_content_contact_bg.jpg);
	float:left;
}
#index_content_contact_bottom{
    width:260px;
	height:6px;
	background-image:url(../images/index_content_shadow_bottom.jpg);
	background-repeat:no-repeat;
	float:left;
}
html>/**/body .index_content_contact_space{
    height:15px;
}
#index_content_contact_right ul{
    padding-left:10px;
	padding-top:15px;
}
.index_content_contact_h1{
    color:#2671b9;
	font-family:"宋体";
	font-size:14px;
	font-weight:bold;
}
.index_content_contact_h2{
    color:#333333;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
}
.index_content_contact_h3{
    color:#666666;
	font-family:"宋体";
	font-size:12px;
	font-weight:bold;
}
.index_addSpace{
    height:25px;
	width:100px;
	clear:both;
}
.index_title_short{
    color:#2671b9;
	font-family:"宋体";
	font-size:14px;
	font-weight:bold;
	width:255px;
	border-bottom:#333333 1px solid;
	padding-left:5px;
}
#index_content_kstd{
    width:260px;
	height:auto;
	padding-left:9px;
	padding-top:7px;
}
#index_content_kstd li{
    padding-bottom:9px;
}
*+html #index_content_kstd li{
    padding-bottom:9px;
}
html>/**/body #index_content_kstd li{
    padding-bottom:0px;
}
/***********************底部css样式**********************/
#footer{
    position:relative;
    width:100%;
	height:62px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	margin-top:40px;
	float:left;
}
/*html #footer{
    position:relative;
    width:100%;
	height:62px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
	float:left;
}*/
#menu_footer{
    margin:0px auto;
	width:920px;
	padding-top:10px;
	text-align:center;
}
#menu_footer li{
    display:inline;
}
#footer h2{
    margin:0px auto;
	width:300px;
    font-family:"宋体";
	font-size:12px;
	font-weight:normal;
}
/***********************首页部分css样式代码结束**********************/





/********************************************************************/
                      /*新闻资讯页面css代码开始*/
/********************************************************************/

/***********************新闻列表页面**********************/
#news_list{
    width:635px;
	height:auto;
	padding-left:10px;
	padding-top:25px;
}
#news_list li{
    line-height:28px;
}
.news_icon{
    display:block;
	width:14px;
	height:10px;
	padding-top:8px;
	float:left;
	clear:both;
}
.news_txt{
    display:block;
    margin-left:5px;
	width:500px;
	float:left;
}
.news_data{
    display:block;
    margin-right:5px;
	float:left;
	color:#999999;
}

#page_number{
    width:635px;
	margin-top:20px;
	float:left;
	clear:both;
}

#page_number li{
    display:inline;
	border:#666666 1px solid;
	background-color:#f2f2f2;
	padding:3px 5px;
	margin-right:5px;
}


/***********************新闻内容页面**********************/  
#news_content_title{
    width:620px;
	height:auto;
	margin:0px auto;
	margin-top:30px;
	border-bottom:#333333 1px solid;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
#news_content_otherinfo{
    width:620px;
	height:auto;
	margin:0px auto;
	margin-top:5px;
	color:#999999;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
#news_content_pic{
    width:500px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
}
#news_content_txt{
    width:620px;
	height:auto;
	margin:0px auto;
	margin-bottom:50px;
}
/***********************新闻资讯css样式代码结束**********************/





/********************************************************************/
                      /*项目介绍页面css代码开始*/
/********************************************************************/
#xmjs_content{
    width:620px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
}
#xmjs_content_pic{
    margin-left:16px;
}
#xmjs_content li p a{
    color:#2671b9;
	font-weight:bold;
	text-decoration:none;
}
#xmjs_content li p a:hover{
	text-decoration:underline;
}
/***********************项目介绍css样式代码结束**********************/





/********************************************************************/
                      /*课程介绍页面css代码开始*/
/********************************************************************/
#kcjs_content{
    width:620px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
}
/***********************课程介绍css样式代码结束**********************/





/********************************************************************/
                      /*合作院校页面css代码开始*/
/********************************************************************/
#hzyx_content{
    width:620px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
}
.ub_ubschool_choose a{
    margin-right:10px;
	background-color:#84c548;
	text-align:center;
	padding:5px 10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.ub_ubschool_choose a:hover{
    text-decoration:underline;
}
.ub_gsschool_choose a{
    margin-right:10px;
	background-color:#4c8cd3;
	text-align:center;
	padding:5px 10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.ub_gsschool_choose a:hover{
	background-color:#84c548;
	text-decoration:underline;
}


.gs_ubschool_choose a{
    margin-right:10px;
	background-color:#4c8cd3;
	text-align:center;
	padding:5px 10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.gs_ubschool_choose a:hover{
    background-color:#84c548;
    text-decoration:underline;
}
.gs_gsschool_choose a{
    margin-right:10px;
	background-color:#84c548;
	text-align:center;
	padding:5px 10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.gs_gsschool_choose a:hover{
	text-decoration:underline;
}
/***********************合作院校css样式代码结束**********************/





/********************************************************************/
                      /*师资介绍页面css代码开始*/
/********************************************************************/
.szjs_content{
    width:620px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
	float:left;
	margin-bottom:10px;
}
.szjs_content_pic{
    width:100px;
	height:87px;
	margin-right:20px;
	margin-top:7px;
	float:left;
}
.szjs_content_txt{
    width:400px;
	height:auto;
	float:left;
}
.szjs_content_txt h4{
   font-weight:normal;
   font-size:12px;
}

.szjs_content_teacher_left{
    width:163px;
	height:auto;
	margin:0px auto;
	margin-top:20px;
	margin-left:10px;
	float:left;
}
.szjs_content_teacher_pic{
    width:163px;
	height:229px;
}
.gotootherteacher{
    float:left;
	font-size:14px;
	font-weight:bold;
	color:#2671b9;
	margin-bottom:10px;
}
.teacher_select{
    height:25px;
	width:150px;
}
.szjs_content_teacher_right{
    width:447px;
	height:auto;
	margin-top:20px;
	margin-left:10px;
	float:left;
}
.szjs_content_teacher_right h4{
    font-weight:normal;
	font-size:12px;
	line-height:30px;
}
.szjs_content_teacher_right h3{
    font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.szjs_content_teacher_right p{
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/***********************师资介绍css样式代码结束**********************/





/********************************************************************/
                      /*课程表及学费标准页面css代码开始*/
/********************************************************************/
.kcb_content{
    width:620px;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
}
/***********************课程表及学费标准css样式代码结束**********************/


/********************************************************************/
                      /*在线注册页面css代码开始*/
/********************************************************************/
.onlineregistration_content_left{
    width:200px;
	height:auto;
	margin-top:20px;
	float:left;
}
.onlineregistration_content_left li{
	min-height:35px;
}
.onlineregistration_content_right{
    width:420px;
	height:auto;
	margin-top:20px;
	float:left;
}
.onlineregistration_content_right li{
	min-height:35px;
}
/***********************在线注册css样式代码结束**********************/





/********************************************************************/
                      /*在线帮助页面css代码开始*/
/********************************************************************/
#onlinehelp_msn{
    width:620px;
	height:auto;
	margin-top:20px;
	float:left;
	clear:right;
}
#onlinehelp_email{
    width:620px;
	height:auto;
	margin-top:30px;
	float:left;
}
/***********************在线帮助css样式代码结束**********************/





/********************************************************************/
                      /*联系我们页面css代码开始*/
/********************************************************************/
#contactus_content{
    width:620px;
	height:auto;
	margin-top:20px;
	line-height:24px;
}
/***********************联系我们css样式代码结束**********************/





/********************************************************************/
                      /*常见问题页面css代码开始*/
/********************************************************************/
#faq_content{
    width:620px;
	height:auto;
	margin-top:20px;
	line-height:24px;
}
/***********************常见问题css样式代码结束**********************/





/********************************************************************/
                      /*在线课堂页面css代码开始*/
/********************************************************************/
#onlineclass_help{
    margin-top:5px;
}
#onlineclass_help li{
    float:left;
}
.onlineclass_help1{
    margin-left:100px;
	background-image:url(../images/onlineclass_icon1.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:15px;
}
.onlineclass_help2{
    margin-left:20px;
	background-image:url(../images/onlineclass_icon1.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:15px;
}
#onlineclass_login_title{
	float:left;
	clear:both;
}
#onlineclass_login{
    height:auto;
	min-height:30px;
	margin-top:10px;
	float:left;
	clear:both;
}
#onlineclass_login_input{
	float:left;
	clear:both;
}
#onlineclass_login_input li{
	float:left;
	margin-right:10px;
}
#onlineclass_login_info{
	float:left;
}
html>/**/body #onlineclass_login_title{
    margin-top:5px;
	float:left;
	clear:both;
}
html>/**/body #onlineclass_login_input{
    float:left;
	clear:both;
	margin-top:4px;
}
html>/**/body #onlineclass_login_info{
    float:left;
	margin-top:4px;
}
#onlineclass_content{
    margin-top:20px;
	float:left;
}
#onlineclass_content li{
	float:left;
	width:279px;
	height:164px;
	background-image:url(../images/onlineclass_box_bg.gif);
	background-repeat:no-repeat;
	padding:20px 0px 0px 25px;
}
.onlineclass_content_li_right{
	margin-left:30px;
	clear:right;
}
#onlineclass_content li h4{
    line-height:28px;
}
#onlineclass_homework{
    background-image:url(../images/onlineclass_icon1.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	float:left;
	clear:both;
	padding-left:15px;
	margin-top:15px;
}
.onlineclass_download{
    border:#99CCFF 5px solid;
	width:590px;
	height:auto;
	min-height:50px;
	padding:10px 15px 15px 15px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
}
.onlineclass_download li{
    line-height:24px;
}
.onlineclass_download li p{
    margin-bottom:15px;
}
.onlineclass_download_title{
    border-bottom:#999999 1px solid;
	padding-bottom:3px;
	margin-bottom:10px;
}
.onlineclass_download_link{
    border-bottom:#999999 1px dotted;
	float:left;
	clear:both;
	width:590px;
}
.onlineclass_download_link li{
    float:left;
}
.link_width1{
    width:290px;
}
.link_width2{
    width:150px;
}
.link_width3{
    width:150px;
}
#onlineclass_download_number{
    float:left;
	clear:left;
	width:600px;
}
#onlineclass_loginsoft{
    width:400px;
	height:auto;
	min-height:150px;
	background-color:#BDE2FC;
	border:#666666 1px solid;
	float:left;
	clear:both;
	margin:0px auto;
	margin-top:50px;
	margin-left:100px;
	text-align:center;
}
*html #onlineclass_loginsoft{
    width:400px;
	height:auto;
	min-height:150px;
	background-color:#BDE2FC;
	border:#666666 1px solid;
	float:left;
	clear:both;
	margin:0px auto;
	margin-top:50px;
	margin-left:50px;
	text-align:center;
}
#onlineclass_loginsoft li{
    margin-bottom:15px;
}
#onlineclass_loginsoft_title{
    height:25px;
	border-bottom:#666666 1px solid;
	line-height:25px;
}
#onlineclass_loginsoft_button{
    display:block;
	padding:3px 5px;
	width:110px;
	margin:0 auto;
	border:#666666 1px solid;
	background-color:#f2f2f2;
}