@charset "utf-8";
/* CSS Document */
a:hover{ text-decoration:none;}
body{
	background:#fefefe;
	font-family:"微软雅黑";
	font-size:16px;
	line-height:22px;
	}
/*banner开始*/
.banner{
	height:558px;
    background: url(../images/banner_05.jpg) no-repeat center bottom;
	}
/*公用*/
.frame{
	width:1100px;
	height:auto;
	margin:40px auto;
	}
h1{
	margin:auto;
	font-size:40px;
	color:#454346;
	text-align:center;
	letter-spacing:2px;
	font-weight:bold;
	line-height:52px;
	border-bottom:solid 4px #d7caa7;
	padding-bottom:0.1rem;
	}
.button{
	width:373px;
	height:44px;
	margin:auto;
	background:#5992fb;
	border-radius:6px;
	line-height:44px;
	text-align:center;
	font-size:22px;
	margin-top:50px;
	}
.button a{color:#ffffff;}
/*导语*/
.lead{
	width:1100px;
	height:auto;
	margin:10px auto;
	line-height:30px;
	}
.lead span{
	font-size:26px;
	font-weight:600;
	color:#413f40;
	}
/*导航*/
.nav{
	width: 1100px;
	height:40px;
	margin: auto;
	background: #ff6666;
}
.nav li{
	width:156px;
	height:40px;
	float: left;
	background: #ff6666;
	text-align: center;
	border-right:solid 1px  #ffffff;
	line-height: 40px;
	position: relative;
	color:#ffffff;
	font-weight:600;
	}
.nav li a{
	color:#ffffff;
	}
.nav li:hover{
	background:#003567;
	}
.z_nav{
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	transform: scale(1,0);
	transform-origin: top;
	position: absolute;;
	top: 40px;
	left: 0;
	z-index:1000;
	}
.z_nav li{
	background: #003567;
	font-size:14px;
	width:156px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	border-top:solid 1px #ffffff;
	}
/*加上这个，子导航就跟一级导航对齐了，上面margin:22影响的*/
.nav li .z_nav li{
	margin: 0;
	}
.nav li:hover .z_nav{
	/*display: block;*/
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
	transition: all 800ms;
	}
/*英国留学前期费用*/
.prophase_cost{
	width:100%;
	height:auto;
	margin-top:30px;
	text-align:center;
	font-size:14px;
	}
.prophase_cost table{
	width:100%;
	height:550px;
	}
.prophase_cost table td{
	border:solid 1px #c3c2c2;
	}
.prophase_cost table td a{
	color:#7186C9;
	font-weight:600;
	}
.prophase_cost table td a:hover{
	color:#e60012;
	}
/*鑫泉服务流程*/
.service{
	width:100%;
	height:auto;
	margin-top:30px;
	background:#f6f5fa;
	padding:20px;
	overflow:hidden;
	}
.service li{
	width:260px;
	height:380px;
	background:#FFF;
	margin-left:20px;
	float:left;
	}
.service_tu{
	width:100px;
	height:100px;
	margin:auto;
	margin-top:10px;
	}
.service_tit{
	text-align:center;
	font-size:20px;
	color:#468ad1;
	font-weight:600;
	margin-top:5px;
	}
.service_cen{
	height:180px;
	padding:5px;
	line-height:26px;
	font-size:15px;
	}
.service_btn{
	width:200px;
	height:30px;
	margin:auto;
	background:#4995f3;
	text-align:center;
	line-height:30px;
	margin-top:8px;
	}
.service_btn a{
	color:#ffffff;
	}
/*英国留学学费*/
.bt{
	text-align:center;
	margin-top:20px;
	font-size:22px;
	color:#009cd7;
	}
.stage_cost{
	width:100%;
	height:auto;
	margin-top:14px;
	text-align:center;
	font-size:14px;
	}
.stage_cost table{
	width:90%;
	height:450px;
	margin:auto;
	}
.stage_cost table td{
	border:solid 1px #c3c2c2;
	}
/*英国留学生活费*/
.bt_lead{
	text-align:center;
	margin-top:10px;
	font-size:16px;
	font-weight:600;
	color:#686868;
	}
.life_cost{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
	}
.life_cost_left{
	width:540px;
	height:500px;
	float:left;
	}
.life_cost_right{
	width:540px;
	height:500px;
	float:right;
	}
.life_cost table{
	width:100%;
	height:400px;
	text-align:center;
	margin-top:10px;
	}
.life_cost table td{
	border:solid 1px #c3c2c2;
	}
/*英国留学医疗保险费开始*/
.insurance_cost{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
	}
.insurance_cost_left{
	width:200px;
	height:150px;
	float:left;
	}
.insurance_cost_right{
	width:890px;
	height:150px;
	float:right;
	line-height:26px;
	}
.insurance_cost_right a{
	color:#e60012;
	}
/*英国留学省钱妙招*/
.support{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
	}
.support li{
	width:535px;
	height:310px;
	float:left;
	background:#f3f2f0;
	margin-left:30px;
	}
.support_tit{
	text-align:center;
	font-size:20px;
	padding-top:10px;
	font-weight:600;
	color:#5c5c5b;
	}
.support_cen{
	padding:4px;
	line-height:26px;
	color:#5c5c5b;
	}
.life{
	width:100%;
	height:383px;
	margin-top:30px;
	background:#f3f2f0;
	}
.life_ge{
	width:208px;
	height:300px;
	background:#ffffff;
	float:left;
	margin-left:10px;
	margin-top:20px;
	}
.life_tu{
	width:200px;
	height:120px;
	margin:auto;
	margin-top:10px;
	}
.life_cen{
	font-size:14px;
	padding-left:4px;
	padding-top:4px;
	line-height:26px;
	}
.life_cen a{
	color:#5367a9;
	}
.life_cen a:hover{
	color:#e60012;
	}