@charset "utf-8";
/* CSS Document */
a:hover{ text-decoration:none;}
body{
	background:#fefefe;
	font-family:"微软雅黑";
	font-size:16px;
	line-height:26px;
	}
/*banner开始*/
.banner{
	height:450px;
    background: url(../images/banner_04.jpg) no-repeat center bottom;
	}
/*公用*/
.frame{
	width:1100px;
	height:auto;
	margin:60px auto;
	}
h1{
	margin:auto;
	font-size:40px;
	color:#454346;
	text-align:center;
	letter-spacing:2px;
	font-weight:bold;
	line-height:52px;
	}
h1 span{
	color:#4481d1;
	font-size:36px;
	}
.button{
	width:300px;
	height:44px;
	margin:auto;
	background:#e23f43;
	border-radius:6px;
	line-height:44px;
	text-align:center;
	font-size:22px;
	margin-top:50px;
	}
.button a{color:#ffffff;}
/*导航*/
.nav{
	width:100%;
	height:50px;
	margin-top:-30px;
	background:#677290;
	}
.nav li{
	width:182.5px;
	height:50px;
	float:left;
	text-align:center;
	line-height:50px;
	border-right:solid 1px #ffffff;
	}
.nav li:hover{
	background:#ff7680;
	}
.nav li a{
	color:#ffffff;
	}
/*日本留学前期费用*/
.lead{
	font-weight:600;
	text-align:center;
	margin-top:10px;
	color:#930;
	}
.tab1{
	width:98%;
	height:300px;
	margin:auto;
	margin-top:10px;
	}
.tab1 table{
	width:90%;
	height:300px;
	margin:auto;
	text-align:center;
	font-size:14px;
	}
.tab1 table td{
	border:solid 1px #ccc;
	}
/*鑫泉服务流程*/
.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;
	}
/*日本留学生活费*/
.tab2{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:10px;
	font-size:14px;
	}
.tab2_left{
	width:46%;
	height:auto;
	float:left;
	margin-left:82px;
	text-align:center;
	}
.tab2_left table{
	width:100%;
	height:400px;
	margin-top:10px;
	}
.tab2_left table td{
	border:solid 1px #ccc;
	}
/*日本留学省钱绝招*/
.save{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:30px;
	}
.save li{
	width:344px;
	height:444px;
	float:left;
	border:solid 1px #CCC;
	margin-left:30px;
	}
.save_tu{
	width:300px;
	height:140px;
	border:solid 1px #CCC;
	margin:10px auto;
	}
.save_tit{
	text-align:center;
	font-weight:600;
	font-size:18px;
	color:#468ad1;
	}
.save_cen{
	padding:8px;
	line-height:26px;
	font-size:15px;
	}
.save_more{
	font-size:15px;
	}
.save_more a{
	color:#930;
	}
.save_more a:hover{
	color:#e60012;
	}