﻿@charset "utf-8";
#mainShow {
	background-image: url(../Images/2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 300px;
	width: 100%;
}
/*首页轮换图片*/
.flexslider {
	position: relative;
	width: 100%;
	height: 440px;
	overflow: hidden;
	zoom: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.flexslider .slides li:nth-child(1){
	background: rgb(4, 20, 45)!important;
}
.flexslider .slides li:nth-child(2){
	background: #002841!important;
}
.flexslider .slides li:nth-child(2) a img{
	background-size:50% 100%!important;
}
.flexslider .slides li:nth-child(3){
	background: #003428!important;
}
.flexslider .slides li:nth-child(3) a img{
	background-size:85% 150%!important;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav:hover .flex-next {
	opacity: 1;
	color: #fff;
}
.flex-direction-nav:hover .flex-prev {
	opacity: 1;
	color: #fff;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 440px;
	margin-top: -0px;
	background-size:55% 130%!important;
}
/*内容区*/
#SecondBox {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-flow: row;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 35px;
}
#SecondBox .left {
	width: 670px;
	float: left;
}
#SecondBox .right {
	width: 500px;
	float: right;
}
/*标题*/
.tit {
	overflow: hidden;
	position: relative;
    background: #2b314b;
	margin: 20px 10px;
	box-shadow: 0 7px 14px rgba(26, 24, 24, 0.5);
}
.tit a {
	display: block;
	float: right;
	line-height: 60px;
	margin-right: 10px;
}
.imgbox {
	width: 110%;
	margin-bottom: 10px;
	height: 350px;
}
.imgbox dd {
	width: 320px;
	height: 330px;
	list-style-type: none;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow: visible;
	position: relative;
}
.imgbox dd img {
	width: 320px;
	height: 185px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgbox .art_tit {
	font-weight: bold;
	color: #044D22;
	line-height: 25px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 70px;
	height: 50px;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.imgbox .art_intro {
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0px;
	height: 75px;
	width: 100%;
	display: block;
	color: #0B6E48;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.line {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.newsbox {
	width: 110%;
	height: 210px;
}
.nlistbox {
	margin-top: 20px;
	height: 180px;
	float: left;
	margin-right: 20px;
}
.artItem {
	width: 320px;
	height: 35px;
	display: table;
}
.artItem .artlink {
	line-height: 22px;
	white-space: nowrap;
	height: 22px;
	width: 260px;
	float: left;
	overflow: hidden;
	margin-left: 5px;
	text-overflow: ellipsis;
	background-image: url(../Images/icon3.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 15px;
}
.artItem .arttime {
	color: #999999;
	float: right;
}
/*通知公告*/
.noticebox {
    overflow: hidden;
	margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.noticebox .noItem {
	border-bottom: 1px solid #e0e7eb;
	width: 47%;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.timebox {
	float:right;
	padding-right: 5px;
}
.timebox .noday {
	height: 30px;
	background-color: #E08031;
	line-height: 25px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}
.timebox .nodate {
	height: 25px;
	background-color: #FFF;
	line-height: 25px;
	text-align: center;
	color: #c1c1c1;
}
.noticebox .nolink {
	float: left;
	line-height: 30px;
	margin-top: -2px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70%;
    display: inline-block;
}
.noticebox .nolink a {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    color: #616161;
}
.noticebox .nolink a:hover{}
.noline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 40px;
	margin-bottom: 15px;
}
/*友情链接*/
.tit2 {
	height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 2px 2px 0 0;
    font-size: 16px;
    box-sizing: border-box;
    color: #fff;
    background: #3498db;
}
.link-items {
	padding: 15px;
	overflow: hidden;
}
.link-items-inner{
	border: 1px solid #f2f2f2;
    border-bottom: none;
    border-right: 0;
}
.link-item {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
   
    border-top: none;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	background-color: #fff!important;
	
    float: left;
    box-sizing: border-box;
}
.link-item, .link-item a {
	display: block;
	color:#333;
	text-decoration: none;
}
.link-item .txt-jz{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*课程*/
.coursebox{
	width: 1200px;
	overflow: hidden;
}
.coursebox-inner{
	width: 1230px;
	width: 1230px;
    overflow: hidden;
    display: none;
}
.course-item{
	float: left;
	width: 220px;
	margin-right: 25px;
	margin-bottom: 30px;
	background: #fff; 
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	transition: all .3s;
	position: relative;
}
.cour-img{
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.cour-img img{
	width: 220px;
	height:125px;
	transition: all .4s ease-in-out;
}
.cour-img:hover{

}
.cour-img:hover img{transform: scale(1.1);}
.cour-name{
	line-height: 20px;
	color: #333;
	display: block;
	height: 40px;
	text-align: left;
	font-size: 15px;
	overflow: hidden;
	padding: 15px 10px 0 10px;
}
.cour-name:hover{
	color: #188eee;
	text-decoration: none;
}
.cour-price{
	font-size: 15px;
	line-height: 30px;
}
.cour-price .free{
	color: #090;
	float: left;
}
.cour-price .cou-sbj{
	color: #999;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
	margin-right: 15px;
}
.cou-count{
	padding-top: 1px;
	padding-left: 20px;
	background: url(../images/sl.gif) 0 8px no-repeat;
	height: 25px;
	color: #666;
	float: left;
	margin-left: 10px;
}
.course-item:hover{box-shadow: 1px 4px 10px 2px #CCC;transform: translateY(-2%);}
