/* CSS Document */
@charset "utf-8"

body{
font-family:"Microsoft Yahei";}
a {
		color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #003399;
	
}
a:active {
	text-decoration: none;
}
h2 {
	font-family:"Microsoft Yahei";
	font-size: 48px;
	font-weight: bold;
	
}
h3 {
	font-family:"Microsoft Yahei";
	font-size: 28px;
	
	
}
h4 {
	font-family:"Microsoft Yahei";
	font-size: 18px;
	
	
}
h5 {
	font-family:"Microsoft Yahei";
	font-size: 14px;
	font-weight:normal;
	
	
	margin-top:0px;
		
}
.mgTop20
{
margin-top:20px;
}
.mgLeft20
{
  margin-left:20px;
}
.mgLeft60
{
  margin-left:60px;
}
.mgLeft90
{
  margin-left:90px;
}
.pdLeft10{padding-left:10px;}
.ht170
{
height:170px;
overflow:hidden;
}

.ht130
{
height:130px;
overflow:hidden;
}

.ht80
{
height:80px;
overflow:hidden;
}

.float_left
{
   float:left;
}
.float_right
{
   float:right;
}
.cnt
{
width:auto;
margin:0 auto;}

.clearFloat
{
clear:both;
}


ul{margin:0;padding:0;}



#top{
	width:100%;
	margin:30px auto 0 auto;
	height:70px;
	background-image:url(../images/top-banner1-new.gif);
	 background-repeat:no-repeat;
    background-position:center;
}
/*以上是logo*/


/* ul li以横排显示 */

/* 所有class为menu的div中的ul样式 */
div.menu{
width:100%;
height:55px;
margin:25px auto 0 auto;
background-color:#0a388b;
}



div.menu ul
{
    list-style:none; /* 去掉ul前面的符号 */
    margin: 0 auto; /* 与外界元素的距离为0 */
    padding-left:0px; /* 与内部元素的距离为0 */
    width: 1230px; /* 宽度根据元素内容调整 */
	font-size:18px;
	font-family:"Microsoft Yahei";
}
/* 所有class为menu的div中的ul中的li样式 */
div.menu ul li
{
    float:left; /* 向左漂移，将竖排变为横排 */
	margin:0;
	}
/* 所有class为menu的div中的ul中的a样式(包括尚未点击的和点击过的样式) */
div.menu ul li a, div.menu ul li a:visited
{
    background-color: #0a388b; /* 背景色 */
    
    color: #ffffff; /* 文字颜色 */
    display: block; /* 此元素将显示为块级元素，此元素前后会带有换行符 */
    line-height: 1.35em; /* 行高 */
    padding: 15px 55px; /* 内部填充的距离 */
    text-decoration: none; /* 不显示超链接下划线 */
    white-space: nowrap; /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}
/* 所有class为menu的div中的ul中的a样式(鼠标移动到元素中的样式) */
div.menu ul li a:hover
{
    background-color: #d12a48; /* 背景色 */
    color: #ffffff; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}
/* 所有class为menu的div中的ul中的a样式(鼠标点击元素时的样式) */
div.menu ul li a:active
{
    background-color: #d12a48; /* 背景色 */
    color: #ffffff; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}
/*以上是导航*/




#main1
{
margin:0px auto 0px auto;

width:100%;
height:650px;

}
.bg_main1_alevel{background:url(../images/uk_alevel_main1.jpg) center top no-repeat;
}
.bg_main1_alevel div{margin:0 auto;width:1200px;padding-top:200px;}

.bg_main4_oxBridge{background:url(../images/uk_School_oxBridge_main4_bg.jpg) center top no-repeat;

}



/*以上是板块1*/


#main2
{
margin:80px auto 0px auto;

width:1200px;


}




/*以上是板块2*/


#main3
{
margin:0px auto 0px auto;

width:100%;
height:1096px;
	
}



.bg_main3_alevel{background:url(../images/uk_alevel_main3.jpg) center top no-repeat;
}

#main3-c{margin:0 auto;width:1200px;padding-top:150px;}
#main3-footer{width:1200px;margin:0 auto; }
#main3-footer div{float:right;margin-top:20px;}
#main3-footer a{ color:#fff;font-size:14px;}
#main3 h3
{
	color:#fff;
	font-weight:normal;
	font-size:36px;
	letter-spacing: 10px;	
}

/*以上是板块3*/



#main4
{
  margin:80px auto 0 auto;
  width:1200px;
 
 
}




/*以上是板块4*/



#main5
{
  margin:0px auto;
  width:100%;
  height:941px;

	
}
.bg_main5_alevel{background:url(../images/uk_alevel_main5.jpg) center top no-repeat;
}
#main5-c{margin:0 auto;width:1200px;padding-top:155px;}





/*以上是板块5*/


#footer
{
	width:100%;
	height:400px;
	margin:0px auto 0 auto;
 
 
	background-color:#002F71;
	
}

#footer_nav
{
  width:1200px;
  margin:0px auto 30px auto;
  height:10px;
  padding-top:20px;

}

#footer_nav ul
{
  list-style:none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding-left: 0px; /* 与内部元素的距离为0 */
    width: auto; /* 宽度根据元素内容调整 */
	font-size:16px;
	font-family:"Microsoft Yahei";

}
#footer_nav ul li
{
    float:left; /* 向左漂移，将竖排变为横排 */
	margin:0;
	}
/* 所有class为menu的div中的ul中的a样式(包括尚未点击的和点击过的样式) */
#footer_nav ul li a, #footer_nav ul li a:visited
{
    background-color: #002F71; /* 背景色 */
    
    color: #ffffff; /* 文字颜色 */
    display: block; /* 此元素将显示为块级元素，此元素前后会带有换行符 */
    line-height: 1.35em; /* 行高 */
    padding: 5px 43px; /* 内部填充的距离 */
    text-decoration: none; /* 不显示超链接下划线 */
    white-space: nowrap; /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}
/* 所有class为menu的div中的ul中的a样式(鼠标移动到元素中的样式) */
#footer_nav ul li a:hover
{
    background-color: #d12a48; /* 背景色 */
    color: #ffffff; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}
/* 所有class为menu的div中的ul中的a样式(鼠标点击元素时的样式) */
#footer_nav ul li a:active
{
    background-color: #d12a48; /* 背景色 */
    color: #ffffff; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}

#sep
{
width:1200px;
height:3px;
margin:0 auto;
background-color:#365991;
}
#footer_main
{
   width:1200px;
   margin:45px auto 20px auto;
   height:auto;
   overflow:hidden;
}

#footer span
{
   font-family:"Microsoft Yahei";
	font-size: 14px;
	color:#fff;
}
#footer_bottom
{
    width:1200px;
	margin:20px auto;

}
#footer a:link
{
color:#fff;
}
#footer a:hover {
	text-decoration:underline;
	
}

/*以上是footer*/
