@charset "utf-8";
.banner img {
	max-width: 100%;
}

.course-cnt {
	padding: 30px 0 150px 0;
	font-family: SHSCN;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.sec .lead {
	border-bottom: 1px dashed #999999;
	position: relative;
	height: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
}

.sec .lead p {
	background: #FFFFFF;
	height: 30px;
	position: absolute;
	top: 15px;
	padding-right: 20px;
}

.sec .lead span {
	border: 2px solid #3D8FE8;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.cnt-info img {
	display: block;
	margin: 30px auto;
}


/*网络课程*/

.net-course-cnt {	
	font-family: SHSCN;
	margin: 50px auto 80px;
}

.net-lead {
	color: #3e8fe8;
	font-size: 24px;
	text-align: center;
	margin: 25px 0;
}

.net-course-cnt .container {
	background: #f0f0f0;
	padding: 30px 20px;
	box-sizing: border-box;
}

.net-course-cnt .map-lead {
	text-align: right;
	font-size: 1.2px;
	color: #999999;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}

.net-course-cnt .map-lead a {
	color: #999999;
}

.net-course-cnt .map-lead a:hover {
	color: #004098;
}

.net-cnt ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}

.net-cnt ul li{
	margin: 20px 0;
}

.net-cnt ul li{
	margin: 20px 0;
	background: #FFFFFF;
}

.net-cnt ul li .net-intro{
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}

.net-cnt ul li img{
	transition: all .5s ease-in-out;
}

.net-cnt ul li:hover img{
	transform: scale(.95);
}

.net-cnt{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.net-cnt p{
	text-align: center;
	margin: 10px 0;
}

.net-detail-cnt img{
	display: block;
	margin: 20px auto;
}

.net-cnt .share{
	border-bottom: 1px dashed #CACACA;
	padding-bottom: 20px;
}

.onlin-submit p{
	color: #3e8fe8;
	font-size: 18px;
	margin-top: 30px;
}

.onlin-submit input{
	width: 420px;
	height: 60px;
	margin: 20px 50px 20px 0;
	font-size: 14px;
	padding: 0 10px;
	outline: none;
	border: none;
}

.onlin-submit .submit{
	background: #3D8FE8;
	color: #FFFFFF;
	cursor: pointer;	
	border: 1px solid #3D8FE8;
}

.onlin-submit .submit:hover{
	background: #FFFFFF;
	color: #3D8FE8;
}

.share-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 0px;
}

.share-wrap .goto {
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #4c4c4c;
}

.share-wrap .shared {
	width: 140px;
	margin: 0 auto;
	margin-left: 50px;
}

.share-wrap .circle {
	display: inline-block;
	width: 26px;
	height: 26px;
	padding-left: 0;
	border-radius: 50%;
	margin: 0 6px;
}

.share-wrap .circle.qq {
	background: url(../img/icon-qq.png) no-repeat center center;
	cursor: pointer;
}

.share-wrap .circle.wexin {
	background: url(../img/icon-wechet.png) no-repeat center center;
	cursor: pointer;
}

.share-wrap .circle.weibo {
	background: url(../img/icon-weibo.png) no-repeat center center;
	cursor: pointer;
}
