/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 

/*body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
s,em{
	font-style:normal;
}
body, button, input, select, textarea {
    font: 12px/1.5 tahoma,arial,微软雅黑;
	color:#383838;
}
a{
	color:#383838;
	text-decoration:none;
}
/*global start*/
.clear:after{
	content:" ";
	display:block;
	height:0;
	font-size:0;
	clear:both;
}
.clear{
	*zoom:1;
}

.layout{
	width:1000px;
	margin:0 auto;
}
.global-title{
	padding-left:5px;
	position:relative;
	*zoom:1;
}
.global-title a{
	color:#5d5d5d;
	font-weight:bold;
	font-size:14px;
	line-height:32px;
}
.global-title span{
	display:block;
	position:absolute;
	right: 8px;
    top: 2px;
}
.global-title span a{
	font-size:10px;
}
.global-title h3 em{
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	margin-left:3px;
	*font-style:normal;
}
.global-title h3{
	border-bottom:1px solid #d5d5d5;
}
.global-title s{
	width:77px;
	position:absolute;
	bottom:0;
	height:1px;
	display:block;
	*font-size:0;
}
.more{
	float:right;
	margin-top:20px;
}


/*global end*/
/*global nav start*/
#top-nav{
	height:43px;
	background:url(CollegeIndex/navTopBg.png);
	width:100%;
	/* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75); */
	position:absolute;
	top:0;
	z-index:10003;
}
#top-nav .nav-container{
	position:relative;
	z-index:10003;
}
#top-nav .nav-login{
	background:url(CollegeIndex/nav-arrow.png) no-repeat left 10px;
	color:#fff;
	font-wieght:bold;
	padding-left:12px;
	float:left;
	line-height:38px;
	 position: relative;
	
}
#top-nav .nav-login .nav-login-a{
	color:#fff;
	margin:0 8px;
}
#top-nav .nav-navigation{
	background:url(CollegeIndex/navigation.png);
	float:left;
}
#top-nav .nav-navigation div{
	height:4px;
	background:#000;
	opacity:0.1;
	*filter:alpha(opacity=10);
	width:59px;/*ie 小高度*/
	*font-size:0;
}
#top-nav .nav-navigation a{
	color:#fff;
	display:block;
	width:49px;
	line-height:38px;
	height:39px;
	padding-left:10px;
	letter-spacing:1px;
	background:url(CollegeIndex/nav-navigation-arrow.png) no-repeat 42px 17px;
	position:relative;
}

#top-nav .nav-search{
	float:right;
}
#top-nav h4{
	color:#fff;
	float:left;
	line-height:38px;
}
#top-nav .nav-search div{
	float:left;
	margin:6px 5px 0;
	position:relative;
}
#top-nav .nav-search div p{
	line-height:24px;
	border:1px solid #b6b6b6;
	border-right:0 none;
	background:#fff;
	float:left;
	padding:0 10px;
	cursor:pointer;
	
}
#top-nav .nav-search div .nav-search-select-button{
	display:block;
	width:27px;
	height:26px;
	background:url(CollegeIndex/nav-search-arrow.png);
	float:left;
}
#top-nav .nav-search div ul{
	position:absolute;
	padding:0 22px 5px;
	top:26px;
	background:#fff;/*ie*/
	background:rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
	display:none;
	z-index:10001;
	width:140px;
	left:0;
	*border:1px solid  #ccc;
	border-top:3px solid #231F20;
}
#top-nav .nav-search div ul a{
	display:block;
	padding:5px 0;
	border-bottom:1px solid #cccfd0;
	min-width:90px;
	*width:90px;
}


#top-nav .nav-search-button{
	display:block;
	width:24px;
	height:24px;
	background:url(CollegeIndex/nav-search.png);
	float:left;
	text-indent:-999em;
	margin:6px 0 0 7px;
}

#top-nav .nav-navigation-list{
	background:#e1e0e0;
	position:absolute;
	top:38px;
	width:100%;
	display:none;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
	z-index:10002;
}
#top-nav .nav-navigation-list-container{
	height:271px;
	padding-top:25px;
	position:relative;
}
#top-nav .nav-navigation-list-container dl{
	float:left;
}
#top-nav .nav-navigation-list-container dt{
	font-size:13px;
	color:#383838;
	font-weight:bold;
	margin-bottom:10px;
}
#top-nav .nav-navigation-list-container dd{
	float:left;
}
#top-nav .nav-navigation-list-container dd a{
	color:#383838;
	display:block;
	font-size:13px;
	padding:5px 0;
	height:20px;
}
#top-nav .nav-navigation-list-container .close-nav-navigation-list{
	position:absolute;
	bottom:0;
	left:485px;
}
#top-nav .nav-navigation-list-container .close-nav-navigation-list a{
	width:30px;
	height:15px;
	background:url(CollegeIndex/nav-list-arrow.png) no-repeat center center;
	display:block;
	text-indent:-999em;
}
#top-nav .nav-navigation-list-container .nav-about-me{
	width:250px;
	margin-left:15px;
}
#top-nav .nav-navigation-list-container .nav-about-me dd{
	width:125px;
}
#top-nav .nav-navigation-list-container .nav-course{
	width:270px;
}
#top-nav .nav-navigation-list-container .nav-course dd{
	width:135px;
}
#top-nav .nav-navigation-list-container .nav-course dd a{
	float:left;
}
#top-nav .nav-navigation-list-container .nav-course dd i{
	color:#5D5D5D;
	margin-left:5px;
	background:url(CollegeIndex/nav-arrow-right.png) no-repeat;
	text-indent:-999em;
	display:block;
	width:5px;
	height:10px;
	float:left;
	margin:11px 0 0 8px;
}
#top-nav .nav-navigation-list-container .nav-apply{
	width:227px;
}
#top-nav .nav-navigation-list-container .nav-apply dd{
	width:113px;
}
#top-nav .nav-navigation-list-container .nav-work{
	width:113px;
}
#top-nav .nav-navigation-list-container .nav-work dd{
	width:113px;
}
#top-nav .nav-navigation-list-container .nav-coach{
	width:100px;
}
#top-nav .nav-navigation-list-container .nav-coach dd{
	width:100px;
}
#top-nav .nav-navigation-list-container .nav-open-class{
	width:100px;
	margin-top:36px;
}
#top-nav .nav-navigation-list-container .nav-open-class dd{
	width:100px;
}
/*global nav end*/


/*slider start*/
#slider-container{
	position:relative;
	z-index:10;
}
#slider-container header img{
	margin:0 auto;
	position:relative;
	left:-357px;
}
#slider-container footer img{
	margin:0 auto;
}
/*slider end*/

/*header start*/
#header{
	position:relative;
	/*top:-5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
	margin-top:43px;*/
}
#header header{
	position:relative;
}
#header .header-logo{
	float:left;
}
#header .header-logo a{
	display:block;
	width:315px;
	height:76px;
	background:url(CollegeIndex/header-logo.png);
	position:relative;
}
#header .header-logo a em{
	 bottom: 14px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    position: absolute;
    right: 19px;
}
#header .header-logo a s{
	bottom: 6px;
    display: block;
    height: 51px;
    position: absolute;
    right: -4px;
    width: 141px;
}
#header nav{
	float:right;
	margin-top:22px;
}
#header nav li{
	float:left;
}
#header .logo-nav{
	left: 304px;
    position: absolute;
    top: 72px;
    z-index: 10001;
}

#header .logo-nav ul {
	background:#fff;/*ie*/
    background: rgba(255, 255, 255, 0.9);
	*border:1px solid #ccc;
    border-top: 3px solid #231F20;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
    padding: 5px 0 14px;
    position: absolute;
	display:none;

}

#header .logo-nav ul li ul{
	left:140px;
	top:-8px;
	z-index:10;
}

#header .logo-nav li {
    padding: 0 19px;
    position: relative;
}

#header .logo-nav li a {
    border-bottom: 1px solid #C8C8C8;
    height: 15px;
    line-height: 15px;
    padding: 12px 0 3px;
    width: 102px;
	display:block;
	*zoom:1;
}
#header .logo-nav li a span {
    background: url(Index/arrow_right.png) no-repeat;
    display: block;
    height: 9px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -999em;
    top: 16px;
    width: 5px;
}


#header nav a{
	display:block;
	padding:10px 23px;
	color:#fff;
}
#header .header-pen{
	background:url(CollegeIndex/header-pen.png) no-repeat 7px 13px;
}


/*header end*/


/*平面设计 start*/
