@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #000;
}
body {
	font-family: "微软雅黑";
	color: #666;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
ul, ol, li {
	list-style: none;
}
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	overflow: hidden;
	display: block;
	clear: both;
}
.clear{
	zoom: 1;
}
.wrap {
	width: 100%;
	/*background: #FF9;*/
}
#top {
	width: 1080px;
	margin: 0 auto;
	/*background: #0F0;*/
	padding: 10px 0;
}
.logo {
	margin-bottom: 10px;
}

	.nav {
	float: right;
}
.nav ul {
	width: 640px;
}
.nav ul li {
	display: inline-block;
	margin-right: 20px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	width:80px;
	height:60px;
	text-align:center;
}
.nav ul li .a{
	background:url(../images/huaguo_03-1.png) center;
	width:80px;
	height:5px;
	display:block;}
.nav ul li a:hover{
	color:#64bfec;
	}
.nav ul li:hover div{
	background:url(../images/huaguo_03-1.png) center;
	width:80px;
	height:5px;
	display:block;}
/*top*/
.con {
	width: 100%;
	overflow: hidden;
}
.banner {
	width: 1920px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner .hd {
	width: 240px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 40%;
	bottom: 25px;
	/*border:1px solid #000;*/
	z-index: 1;
}
.banner .hd li {
	float: left;
	margin-right: 15px;
	width: 20px;
	height: 20px;
	border-radius:100%;
	font-size: 0;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.banner .hd li.on {
	background: #F93;
	color: #f00;
}
.banner .bd {
	width: 1920px;
	height: 571px;
	position: relative;
	z-index: 0;
}
.banner .bd li {
	zoom: 1;
	vertical-align: middle;
}
.banner .bd img {
	width: 1920px;
	height: 571px;
	display: block;
}
.banner .zuobian{
	position:absolute;
	top:224px;
	left:261px;
	width:60px;
	height:120px;
	cursor:pointer;
	background:url(../images/left_2.png) no-repeat;
		}
.banner .youbian{
	position:absolute;
	top:224px;
	right:261px;
	width:60px;
	height:120px;
	background:url(../images/right_2.png) no-repeat;
	cursor:pointer;
	}
.banner .zuobian:hover{
	background:url(../images/left_1.png) no-repeat;
	}
.banner .youbian:hover{
	background:url(../images/right_1.png) no-repeat;
	}
/*banner*/

.content {
	width: 1080px;
	margin: 50px auto;
	/*background: #0C0;*/
	height: 500px;
}
.con_left {
	width: 720px;
	float: left;
	/*background: #903;*/
}
.con_left li {
	position: relative;
	width: 226px;
	height: 205px;
	margin-right: 20px;
	float:left;
	display: inline-block;
	background: #fbfbfb;
}
.con_left span {
	width: 100%;
	display: block;
	height: 5px;
}
.con_left span.topbg01 {
	background: #64bfec;
}
.con_left span.topbg02 {
	background: #2cdedc;
}
.con_left span.topbg03 {
	background: #6dc54a;
}
.con_left span.topbg04 {
	background: #e3882f;
}
.con_left span.topbg05 {
	background: #f4756e;
}
.con_left span.topbg06 {
	background: #e798e4;
}
.con_left li img {
	position: absolute;
	top: 50px;
	left: 80px;
}
.con_left li p {
	font-size: 28px;
	position: absolute;
	bottom: 20px;
	left: 30%;
}
.con_right {
	width: 280px;
	height: 410px;
	float: right;
	display: block;
	margin: 0 10px;
	background: #f5f5f5;
	border-radius: 10px;
}
.con_right .nr {
	padding: 20px;
	border-bottom: 1px solid #fff;
}
.con_right .imgbg {
	margin: 10px;
	display: block;
	float: left;
}
.con_right .title {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin: 15px 0 0 5px;
}
/*.con_right .login_div {
	width: 100%;
	height: 300px;
	color: black;
	border-radius: 10px;
	z-index: 9999;
	margin-top: 10px;
}
.login_div .login_title {
	text-align: center;
	font-size: 35px;
	letter-spacing: 5px;
	font-weight: bold;
}
.login_username {
	text-align: right;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}
.login_usernameInput {
	height: 40px;
	padding-top: 10px;
}
#name {
	font-size: 12px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	width: 250px;
	margin-right: 10px;
}
.login_psdNav .col-xs-6 {
	height: 40px;
	padding: 0px;
	width: 100%;
}
#psd {
	height: 40px;
	font-size: 12px;
	outline: 0px;
	border-radius: 10px;
	border: 1px solid #39f;
	width: 250px;
}
.login_btn_div {
	text-align: center;
	margin: 30px 0;
	padding-left: 10px;
}
#login {
	border: 0px;
	width: 200px;
	height: 50px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
	background:#64bfec;
}*/


	#login{
		width: 400px;
		height: 250px;
		margin:20px -60px;
		position: relative;
	}

	#login form p{
		text-align: center;
		position:relative;
	}
	#login form p strong{ position:absolute; left:110px; top:15px; font-weight:100}
	#Orders_Tel{
		width: 120px;
		padding-left:90px;
		height: 30px;
		border:solid #ccc 1px;
		border-radius: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		 font-size:14px; color:#CCC;
	}
	#Orders_Name{
		width: 120px;
		padding-left:90px;
		height: 30px;
		border:solid #ccc 1px;
		border-radius: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		 font-size:14px; color:#CCC;
	}
	#submit{
		width: 232px;
		height: 50px;
		margin-left:80px;
		background:#64bfec;
		margin-top:20px;
		color:#fff;
		font-size:18px;
		border:solid #ccc 1px;
		border-radius: 10px;
		cursor:pointer;
	}






.more{
	width:100%;
	height:60px;
	margin:30px auto;
	text-align:center;
	border-radius:10px;
	background:#64bfec;}
.more a{
	font-size:22px;
	line-height:60px;
	color:#fff;}
/*课程*/
.tese{
	width:100%;
	overflow:hidden;
	text-align:center;
	background:#f5f5f5;
	margin-top:30px;
	padding-top:60px;}
.tese_nr{
	position:relative;
	width:1080px;
	margin:55px auto 0;}

.tese_nr_left{
	width:700px;
	height:400px;
	margin-right:20px;
	/*background:#C3C;*/}
.tese_nr_left ul li{
	text-align:left;
	margin:30px 0;
	padding-bottom:10px;
	position:relative;}
.tese_nr_left ul li p{
	position:absolute;
	top:4px;
	left:40px;
	color:#fff;}
.tese_nr_left ul li b{
	font-weight:normal;
	margin-left:5px;}
.tese_nr_right{
	position:absolute;
	top:-2px;
	right:10px;}
.hanyu{
	width:100%;
	overflow:hidden;
	text-align:center;
	background:#fff;
	padding-top:60px;
	height:500px;}
.hanyu_nr{
	padding-top:40px;
	width:1080px;
	margin:0 auto;
	text-align:left;
	text-indent:2em;}
.hanyu_nr_bg{
	width:1080px;
	height:320px;
	margin-top:20px;
	background:url(../images/xinshijiebg_21.jpg) no-repeat;
	position:relative;}
.hanyu_nr_bg .nrbg{
	float:right;
	width:300px;
	height:320px;
	color:#fff;
	text-align:center;
	background: rgba(102,204,255,.7);}
.hanyu_nr_bg .nrbg p{
	margin-top:10px;
	margin-right:20px;}
.youshi{
	width:100%;
	overflow:hidden;
	text-align:center;
	background:#f5f5f5;
	margin-top:30px;
	padding-top:60px;}
.youshi_nr{
	position:relative;
	width:1080px;
	padding-top:20px;
	margin:0 auto;}
.youshi_nr ul li{
	color:#fff;
	display:block;
	float:left;
	width:250px;
	height:300px;
	margin:40px 50px;}
.youshi_nr ul li img{
	margin-top:50px;}
.youshi_nr ul li h2{
	margin-top:10px;
	font-size:20px;
	font-weight:normal;}
.youshi_nr ul li h6{
	line-height:20px;
	font-size:14px;
	font-weight:normal;
	text-indent:2em;
	text-align:left;
	font-weight:normal;
	margin:10px;}

.remen{
	width:100%;
	overflow:hidden;
	text-align:center;
	background:#fff;
	margin-top:60px;
	padding-top:20px;}
#footer{
	color:#fff;
	width:100%;
	background:#64bfec;}
.up_nr{
	width:1080px;
	height:400px;
	margin:0 auto;}
.up_nr_left{
	width:280px;
	height:450px;
	background:#6ccbfa;}
.up_nr_left .tubiao{
	padding-top:20px;
	text-align:center;}
.up_nr_left strong{
	width:95%;
	display:block;
	font-size:24px;
	color:#fff;
	margin:0 auto;
	padding-bottom:30px;
	border-bottom:2px solid #fff;}

.erwima{
	text-align:center;
	margin-top:30px;}
.erwima p{
	background:#60b8e4;
	width:150px;
	margin-left:60px;
	margin-top:10px;}
.up_nr_right{
	width:650px;
	height:450px;
	margin-right:50px;
	margin:20px 0 0;}
.up_nr_right li{
	margin:10px 0;}
.up_nr_right li strong a{
	color:#fff;
	font-size:16px;}
.up_nr_right li strong,.up_nr_right li i{
	display:block;
	font-style:normal;
	font-size:14px;}

.footer{
	font-size:12px;
	width:100%;
	background:#55c7ff;
	margin:20px auto;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;}
.school{
	display:block;
	color:#fff;
	line-height:40px;
	background:#60b8e4;
	width:150px;
	text-align:center;
	margin-top:50px;}
.footer a{
	color:#fff;}
.systemCon{
	width: 1080px;
	margin: 30px auto 0;
	font-size: 14px;
}
.systemCon h3{
	color: #e96f22;
	margin-top: 15px;
}
.systemCon .two{
	margin-top: 30px;
}
.systemCon p{
	margin: 10px 0;
}
.systemCon p span{
	color: #333333;
	font-weight: bold;
}
.lCon{
	width: 260px;
	margin: 0 20px;
}
