﻿/*======== CSS初始化 ========*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, 
input, p, blockquote, th, td { margin:0; padding:0;}
body { font-size:12px; color:Black; font-family:Verdana, Microsoft YaHei, Simsun;}
fieldset, img { border:0; }
ol, ul { list-style:none; }
img{display: block;
    }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
input, button, select, textarea { outline:none; border:0 none;} 
textarea { resize:none; }/* 禁用了文本的拖拉，尤其在谷歌下*/
p{ text-align:justify; text-justify:distribute;} /*为了使文本段落左右两边对齐*/
/*======== Link ========*/
a {text-decoration:none;color:#333;}
/*a:hover { color: #f60; text-decoration:none; }*/

/*公共类*/
.fl{
	float:left;
}
.fr{
	float:right;
}
.topbar,.header,.banner,.main,.footer{
	width:100%;
	overflow: hidden;
}
.topbar{
	background:#f2f2f2;
	overflow: hidden;
}
.topbar-container{
	width:1000px;
	margin:0 auto;
	height:41px;
	line-height: 41px;
	overflow: hidden;
}
.topbar-container ul li{
	float:left;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/topbar-li-bg.jpg) repeat-y right center;
}
.topbar-container ul li span{
	color:#e73636;
}

.nav-container{
	width:1000px;
	height:53px;
	margin:0 auto;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/nav-bg.png) no-repeat;
}

.part1{
	overflow: hidden;
}
.part1-container{
	width:1000px;
	margin:0 auto;
	padding-top:24px;
}
.footer{
	margin-top:25px;
	width:100%;
	overflow: hidden;
}
.footer .footer-container{
	width:1000px;
	height:150px;
	margin:0 auto;
	padding-bottom: 36px;
}
.footer .footer-container .fot-con{
	padding: 23px 0 19px 0;
	text-align: center;
	color:#206e97;
}
.footer .footer-container .fot-con a:link,.footer .footer-container .fot-con a:visited{
	color:#206e97;
}
.footer .footer-container p{
	text-align: center;
	line-height: 22px;
}
.main-container{
	width:1000px;
	margin:0 auto;
}
.location{
	height:52px;
	line-height: 52px;
	color:#7d7878;
	font-size: 14px;
}
.location a:link,.location a:visited{
	color:#7d7878;
	font-size: 14px;
}
/*翻页样式*/
form .nextPage select{
	width:38px;
	height:18px;
	line-height: 18px;
	border:1px solid #d2d2d2;
}
form .nextPage span,form .nextPage a{
	display: inline-block;
	height:18px;
	line-height: 18px;
	border:1px solid #d2d2d2;
	text-align: center;
	margin-right: 5px;
}
form .nextPage span{
	width:34px;
}
form .nextPage .disabled{
	width:52px;
}
form .nextPage a{
	width:32px;
	color:#666;
}
form .nextPage .currentNext{
	border:0 none;
	width:22px;
}


/*
旧导航
.nav{
	height:53px;
	line-height: 20px;
}
.nav ul li{
	float:left;
	height:20px;
	margin:17px 0 16px 0;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/nav-li-bg.png) no-repeat right center;
}
.nav ul li.cur{
	height:53px;
	margin:0;
	line-height: 53px;
	background: #206d97 none;
}
.nav ul li a{
	padding: 0 14px;
	display: block;
}
.nav ul li a:link,.nav ul li a:visited{
	font-size: 16px;
	color:white;
}
*/

/*
导航
.header{
	height:92px;
	overflow: hidden;
}
.header-container{
	width:1000px;
	height:80px;
	margin:0 auto;
	padding-top:12px;
}
.header-container .logo{
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/logo.jpg) no-repeat left center;
	width:426px;
	height:80px;
	margin-bottom: 10px;
}
.header-container .logo h1 a{
	display: block;
	width:428px;
	height:80px;
}
.header-container .header-nav{
	margin-top:43px;
	background: url(http://resfile.enetedu.com/Content/webImg/www/images/head-nav-bg.png) no-repeat;
	width:476px;
	height:37px;
	line-height: 40px;
}
.header-container .header-nav ul{
	padding:0 0 0 26px;
	overflow: hidden;
	height:37px;
}
.header-container .header-nav ul li{
	float:left;
	/*border-right:1px solid #fff;
	height:37px;
	/*padding:0 12px;
	color:white;
}
.header-container .header-nav ul li a{
	padding:0 10px;
}
.header-container .header-nav ul li a:link,.header-container .header-nav ul li a:visited{
	color:white;
	font-size: 14px;
}
*/
/* 图片效果样式*/
.courseItem a
{
	display: block;
	width:100%;
	transition: .5s;
	overflow: hidden;}
.courseItem a img
{
	width:100%;
	height:100%;
	transition:.5s cubic-bezier(0,0.6,0.3,1);
}
.courseItem a img:last{width:auto;height:auto;}

.courseItem a:hover img
{
	transform:scale(1.1);transition:1s;
}