h1,
h2 {
	width: 1000px;
	line-height: 40px;
	text-align: center;
	font-size: 34px;
}

h1:after,
h2:after {
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	background-color: #338CFB;
	margin: 14px auto 16px;
}

.course-system {
	width: 1000px;
	margin: 60px auto;
}

.course-div {
	width: 970px;
	margin: 80px auto 0;
	overflow: hidden;
}

.container-left {
	width: 358px;
	height: 307px;
	float: left;
	background-image: url(/Content/images/course/course1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.container-right {
	width: 582px;
	float: left;
	margin: 0 0 0 30px;
}

.container-right ul {
	width: 100%;
	list-style: none;
}

.container-right ul li {
	width: 100%;
	height: 36px;
	margin: 18.2px 0 0;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

.container-right ul li span {
	display: inline-block;
	width: 120px;
	height: 36px;
	margin: 0 28px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}

.container-right ul li:nth-child(1) {
	margin-top: 0;
}

.container-right ul li:nth-child(1) span {
	background-color: #198b2b;
}

.container-right ul li:nth-child(2) span {
	background-color: #9cc73a;
}

.container-right ul li:nth-child(3) span {
	background-color: #fcdc07;
}

.container-right ul li:nth-child(4) span {
	background-color: #ffb901;
}

.container-right ul li:nth-child(5) span {
	background-color: #ff6508;
}

.container-right ul li:nth-child(6) span {
	background-color: #e90027;
}

.reccou-boxs {
	width: 100%;
	background-color: #f0f0f0;
}

.introduce,
.hot {
	width: 1000px;
	margin: 60px auto 0;
	overflow: hidden;
}

.introduce h2,
.hot h2,
.couchar h2 {
	width: 1000px;
	line-height: 40px;
	text-align: center;
	font-size: 34px;
	display: block;
	color: #333;
	font-weight: normal;
	margin: 0 auto;
}

.introduce h2 {
	margin-top: 60px;
	color: #333;
}

.introduce .p3 {
	color: #666;
}

.introduce ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
	margin: 40px auto 20px;
}

.introduce ul li {
	width: 48%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

.introduce ul li:hover h3 {
	top: 80px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.introduce ul li:hover .introduce-tit {
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.introduce ul li:hover img {
	opacity: 0.5;
	filter:alpha(opacity=50);
	box-shadow: 0 0 8px #252532;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.introduce ul li:nth-child(2),
.introduce ul li:nth-child(4) {
	margin-left: 40px;
}

.introduce ul li .cou-bg {
	width: 480px;
	height: 275px;
	background-color: #000;
	margin-top: 0;
}

.introduce ul li .cou-bg img {
	width: 100%;
}

.introduce ul li h3 {
	font-size: 20px;
	color: white;
	width: 240px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 117px;
	left: 50%;
	z-index: 10;
	margin-left: -120px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
}

.introduce ul li div {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.introduce ul li div span {
	display: inline-block;
	width: 70px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	float: left;
}

.introduce ul li div p {
	width: 410px;
	float: left;
}

.introduce ul li div p a {
	display: inline-block;
	padding: 7px 10px;
	margin: 0 4px;
	float: left;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: #004c90;
}

.introduce a:hover {
	background-color: #338CFB;
	color: #fff;
}

.introduce-tit {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	height: 48px;
	opacity: 0;
	filter:alpha(opacity=0);
}

.hot ul {
	width: 100%;
	height: auto;
	list-style: none;
	margin-top: 48px;
	overflow: hidden;
}

.hot ul li {
	width: 200px;
	height: 200px;
	float: left;
	margin-left: 66.6px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	overflow: hidden;
}

.hot ul li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hot-p {
	width: 100%;
	height: 80px;
	margin-top: 60px;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.hot ul li div {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-image: url(/Content/images/course/backolor.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	padding-top: 30px;
	overflow: hidden;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: 3;
	transition: all 0.5s;
}

.hot ul li div p {
	width: 60%;
	margin: 10px auto 0;
	height: 70px;
}

.hot ul li div a {
	display: inline-block;
	margin-top: 16px;
	width: 136px;
	height: 30px;
	line-height: 30px;
	color: #ff6708;
	background-color: #fff;
}

.hot ul li:hover div {
	left: 0;
	transition: all 0.5s;
}

.hot ul li:nth-child(1) {
	margin-left: 0;
}

.hot ul li:nth-child(5) {
	margin-left: 133.3px;
}

.couchar {
	width: 1000px;
	margin: 80px auto 0;
	overflow: hidden;
}

.char {
	width: 100%;
	margin: 48px auto 0;
}

.char ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}

.char ul li {
	width: 233px;
	float: left;
	height: auto;
	overflow: hidden;
	margin-left: 22.6px;
	position: relative;
	border-radius: 0;
}

.char ul li:nth-child(1) {
	margin: 0;
}

.char ul li img {
	width: 100%;
}

.char-tit {
	font-size: 18px;
	color: #121212;
	line-height: 18px;
	margin: 20px 0 10px 0;
	height: 24px;
	overflow: hidden;
}

.char-tit span {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.char-msg {
	font-size: 14px;
	color: #707070;
	line-height: 24px;
	margin-top: 10px;
	text-align: justify;
}
/*特色开始*/
.course-adv{
	height: 500px;
	margin-top:90px;
	background:url(/Content/images/course/course20.jpg) no-repeat center center ;
	background-size: cover;
}

/*新版新闻模块开始*/

.newest-div {
	width: 100%;
	text-align: left;
	margin-top: 40px;
}

.newest-div {
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-top: 40px;
}

.newest-div li {
	width: 234px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 21px;
}

.newest-div .marginright {
	margin-right: 0;
}

.newest-div li img {
	width: 234px;
	height: 144px;
}

.newest-div li h3 {
	margin-top: 16px;
}

.newest-div li h3 a {
	display: inline-block;
	font-size: 16px;
	height: 52px;
	color: #121212;
	line-height: 26px;
	overflow: hidden;
}

.newest-div li p {
	height: 72px;
	color: #707070;
	height: 88px;
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
}

.newest-div li span {
    font-size: 12px;
    color: #999;
    line-height: 28px;
}


/*新版新闻模块结束*/