/*
网站全灰 4-4日哀悼日 
html {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
} */


image-pca:link,
a:visited {
	text-decoration: none;
}

.title {
	margin: 60px 0 30px;
}

.title span {
	display: block;
}

.title span.title-top {
	width: 100%;
	border-top: 2px solid #33a0dc;
	margin-top: 25px;
}

.title span.title-con {
	width: 80%;
	background: #33a0dc;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	padding: 8px 24px;
	box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}

.title .title-bottom {
	/* color: #296eb2; */
	line-height: 46px;
	font-size: 18px;
}


/* 开班计划 */

.open-plan {
	margin-bottom: 20px;
}

.box-shadow {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

.col-padding {
	padding: 0 15px;
}

.panel {
	margin-bottom: 0;
}

.panel-title {
	font-size: 18px !important;
}

@media only screen and (min-width: 991px) {
	.panel-heading .address {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.panel-heading {
		text-align: center;
		padding: 10px 0px;
	}
	.panel-heading .address {
		display: block;
		font-size: 12px;
		margin-top: 5px;
	}
}

.open-plan .panel-heading span {
	font-size: 14px;
	cursor: pointer;
}

.open-plan .panel-heading span.active {
	font-size: 18px;
}

.panel-body {
	min-height: 150px;
	padding: 0 !important;
}

.panel-success>.panel-heading {
	background-color: #dbfcd5;
	border-color: #c2f2b9;
}

.open-plan .btn-danger {
	background-color: #f17f7f;
	border-color: #dc6e6e;
}

.panel-danger {
	border-color: #f5e6e6;
}

.panel-danger>.panel-heading {
	color: #b15c5c;
	background-color: #fff4f4;
	border-color: #f5e6e6;
}

.sub-tab {
	display: block;
	overflow: hidden;
	text-align: center;
}

.sub-tab h5 {
	font-size: 22px;
	font-weight: 300;
	margin: 20px 0 8px;
}

.sub-tab .tage {
	position: relative;
	width: 116px;
	height: 116px;
	margin: 10px auto;
}

.sub-tab .nums-tage {
	position: absolute;
	width: 90px;
	height: 60px;
	top: 24px;
	left: 15px;
	color: #fff;
	font-size: 36px;
	z-index: 1;
}

.sub-tab .nums-tage .p1 {
	display: block;
	width: 90px;
	height: 42px;
	text-align: center;
}

.sub-tab .nums-tage .p2 {
	font-size: 14px;
}

.sub-tab .bg-tage {
	/* position:absolute;
				top:0;
				 */
	display: block;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	line-height: 116px;
	background: url("#(basePath)/propagate/img/ccbg.png") no-repeat;
	/*!*animation: none;*!*/
	animation: run 3s infinite linear, all2 0.4s linear;
}

.sub-tab .tage:hover .bg-tage {
	animation: all 0.4s linear;
	animation-fill-mode: forwards;
	/*!*animation: none;*!*/
	/*-webkit-transition: all 0.4s linear;*/
	/*-moz-transition: all 0.4s linear;*/
	/*-o-transition: all 0.4s linear;*/
	/*-ms-transition: all 0.4s linear;*/
	/*z-index: 11;*/
	/*-webkit-transform: scale(1.1);*/
	/*-moz-transform: scale(1.1);*/
	/*-o-transform: scale(1.1);*/
	/*-ms-transform: scale(1.1);*/
	/*transform: scale(1.1);*/
}

@keyframes all {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}

@keyframes all2 {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes run {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.sub-time {
	margin: 0 !important;
}

.sub-time ul {
	width: 100%;
	padding: 0;
}

.sub-time ul li {
	width: 50%;
	float: left;
	line-height: 20px;
	list-style: none;
}

.sub-time ul li:nth-child(2) {
	border-left: 1px solid #bfbfbf;
	padding-left: 5px;
	padding-right: 5px;
}

.sub-time ul li h5 {
	font-size: 14px;
	color: #B2B2B2;
	margin: 5px 0 10px;
}

.sub-time ul li p {
	font-size: 16px;
	margin: 0px 0 5px;
}

.sub-btn {
	display: block;
	width: 144px;
	height: 38px;
	margin: 20px auto 10px;
	/*  color: #fff; */
	font-size: 20px;
	line-height: 38px;
	/* text-align: center;
			    background-color: #7bbdea;
			    border-radius: 8px; */
}

.sub-list {
	padding: 0 25px;
	margin: 0 0 15px;
}

.sub-list ul {
	padding: 0;
}

.sub-list ul li {
	margin-bottom: 2px;
	list-style: none;
}

.sub-list ul li a {
	display: block;
	height: 20px;
	color: #333;
}

.sub-list ul li span {
	margin-right: 15px;
	font-size: 14px;
	display: block;
	float: left;
}

.sub-list ul li span.name {
	width: 154px;
	max-height: 20px;
	overflow: hidden;
}

.sub-list ul li span.state {
	margin-right: 0;
	float: right;
	color: #ff3146;
}


/* END 开班计划 */


/* 课程介绍  */

#test,
#online {
	margin-top: 50px;
}

.course-head {
	height: 420px;
	text-align: center;
	/* border-radius: 8px; */
	/* background-color: #5dcadc; */
	border: 1px solid rgba(0, 0, 0, .14);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	background: url("../img/javabg.jpg");
}

#java .course-head {
	background: -webkit-linear-gradient(#5bc0de, #3f79c1);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#5bc0de, #3f79c1);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#5bc0de, #3f79c1);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#5bc0de, #3f79c1);
	/* 标准的语法 */
	background: url("../img/javabg.jpg");
}

#test .course-head {
	background: -webkit-linear-gradient(#ffc44f, #ff672c);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#ffc44f, #ff672c);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#ffc44f, #ff672c);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#ffc44f, #ff672c);
	/* 标准的语法 */
	
}

#online .course-head {
	background: -webkit-linear-gradient(#56f269, #2cb22c);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#56f269, #2cb22c);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#56f269, #2cb22c);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#56f269, #2cb22c);
	/* 标准的语法 */
}

.course-head h3 {
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 2px;
	margin: 35px 0 20px 30px;
	text-align: left;
}

.course-head h3 span {
	top: 3px;
	left: -10px;
	font-size: 26px;
}

.course-head img {
	width: 54%;
	padding: 10px 0 20px;
}

.course-head p {
	padding: 0 25px;
	color: #ffffff;
	text-align: left;
}

.course-head .course-btn {
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
	background: none;
	padding: 5px 18px;
}

.course-box {
	/* margin-left: 10px; */
	height: 420px;
	/* border-radius: 8px; */
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .14);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	margin-top: 0;
	text-align: center;
	/* line-height: 90px; */
}


#java .course-box {
	box-sizing: border-box;
	border-color: #735FA7;
}

#test .course-box {
	box-sizing: border-box;
	border-color: #fd8a4c;
}

#online .course-box {
	box-sizing: border-box;
	border-color: #39AD39;
}

.course-title {
	font-size: 18px;
	line-height: 36px;
	margin: 15px 0 10px;
}

.course-title a {
	color: #333333 !important;
}

.course-title a:hover {
	color: #337ab7 !important;
}

.course-title span {
	font-size: 20px;
	top: 3px;
	margin-right: 5px;
}

#java .course-title span {
	color: #4891CB;
}

#test .course-title span {
	color: #fd8a4c;
}

#online .course-title span {
	color: #5cb85c;
}

.course-body {
	margin-bottom: 6px !important;
}

.course-body ul {
	padding: 0;
	list-style: none;
}

.course-body ul li {
	margin: 5px 5px;
	float: left;
}

.course-body ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.course-body ul li span {
	padding: 10px 15px;
	font-size: 16px;
	/* border-radius: 50px; */
}

.course-body ul li .badge-warning {
	/* background: #735FA7; */
}

.course-body ul li .badge-success {
	background: #5FD45E;
}

.course-box .image {
	margin: 10px 10px;
	padding-top: 10px;
	/* line-height: 40px; */
}

.course-box .image a {
	display: block;
	/* width: 100%; */
}

/* .course-box .image a:hover img {
	border: 1px solid #fa9426;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

#java .course-box .image a:hover img {
	border-color: #735FA7;
}

#online .course-box .image a:hover img {
	border-color: #39AD39;
} */

.course-box img,
.action {
	display: inline-block;
	/* width: 92%; */
	height: 70px;
	overflow: hidden;
	border-radius: 6px;
	margin-top: 10px;

}

.action {
	position: relative;
}

.action a,
.action a:hover,
.action a:focus {
	color: #ffffff;
}

.action h3 {
	width: 92%;
	border-radius: 6px;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 80px;
	color: #ffffff;
	font-weight: 300;
	font-size: 20px;
	padding: 0px;
	margin: 0;
	background: rgba(0, 0, 0, 0.4);
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.cover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s;
	transition: transform 0.8s;
}

#online .course-title ul {
	list-style: square;
	padding: 0 0 0 10px;
}

#online .course-title ul li {
	float: left;
	margin: 0 10px;
}

#online .course-body {
	margin-top: 10px;
}

#online .online-course {
	/* height:145px; */
	padding: 5px 0;
	margin: 15px 10px 10px 0;
	border: 1px dashed #5fd45e;
	border-radius: 8px;
}


/* END 课程介绍 */


/* 教师简介 */


/* jswbox */

#jswbox {
	width: 1100px;
	height: 440px;
	margin: 0 auto;
	position: relative;
}

#jswbox ul {
	position: relative;
	height: 100%;
}

#jswbox li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	overflow: hidden;
	top: 0px;
	left: 10px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, .14);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}


/*cursor:pointer;*/

#jswbox li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	float: left;
	border-radius: 8px;
}

#jswbox .prev,
#jswbox .next {
	display: none;
}

#jswbox .teacher {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.65);
	display: none;
	border: 8px solid #fff;
	text-align: center;
}

#jswbox .teacher h2 {
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	width: 100%;
	position: relative;
	color: white;
	font-size: 32px;
	margin-bottom: 20px;
}

#jswbox .teacher p {
	margin-top: 50px;
	font-size: 18px;
	color: #fff;
}

#jswbox .btn {
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
}


/* END 教师简介 */


/* 就业信息 */

.job span.glyphicon {
	color: #3f9fcf;
}

.job .search {
	position: relative;
}

.job .search input {
	padding-right: 30px;
}

.job span.glyphicon-search {
	position: absolute;
	top: 8px;
	right: 4px;
	color: #999999;
}

.job ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.job ul li {
	width: 100%;
	list-style: none;
}

.job .ul-table li:nth-child(2n) {
	/* background: #eff8fc; */
	background: #F4F4F4;
}

.job .panel span {
	display: inline-block;
	width: 10%;
	padding: 9px 0px;
	overflow: hidden;
	text-align: center;
}

.job .panel-body span {
	padding: 0;
	height: 38px;
	line-height: 38px;
}

.job .job-information ul li {
	display: block;
	height: 38px;
}

.job-title {
	padding-left: 0;
	padding-right: 0;
}

.job-title span {
	background: none;
	padding: 0 !important;
}

.job ul li span:nth-child(6) {
	font-weight: 700;
	/* background: #eff8fc; */
	/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}

.job-title span:nth-child(3),
.job ul li span:nth-child(3) {
	width: 15%;
}

.job-title span:nth-child(4) {
	width: 30%;
}

.job ul li span:nth-child(4) {
	width: 32%;
}

.job ul li span:nth-child(6) {
	width: 11%;
}

.job-title {
	color: white;
	background-color: #6699CC;
	/* border-color: #bce8f1; */
}

.job-information .ul-table {
	height: 350px;
	overflow: auto;
	overflow-y: hidden;
}

.box {
	/* border-radius: 8px; */
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .14);
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
	padding: 15px 20px;
}

.student-group {
	width: 100%;
	position: relative;
	padding: 0 5px 4px;
	margin-top: 10px;
}

.student-group:first-child {
	margin-top: 0px;
}

.student-group a {
	display: block;
	padding: 0 5px 5px;
}

.student-group a:hover {
	transition: padding 0.5s;
	-moz-transition: padding 0.5s;
	/* Firefox 4 */
	-webkit-transition: padding 0.5s;
	/* Safari and Chrome */
	-o-transition: padding 0.5s;
	/* Opera */
}

.student-image img {
	width: 220px;
	height: 120px;
	max-height: 120px;
	border-radius: 6px;
}

.student-word {
	position: absolute;
	top: 0;
	left: 10px;
	right: 0;
	width: 220px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.student-name {
	color: #ffffff;
	line-height: 120px;
	text-align: center;
	font-size: 24px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


/* END 就业信息 */


/* 学院动态  */

.dynamic .box {
	padding: 30px 20px;
}

.dynamic .carousel-inner .item img {
	width: 100%;
	height: 240px;
	min-height: 100%;
}

.dynamic .carousel-caption {
	padding: 0;
	bottom: 5px;
	right: 0;
	left: 5%;
	text-align: left;
}

.dynamic .dynamic-img ol {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin-top: 10px;
}

.dynamic .dynamic-img li {
	width: 33.33%;
	padding: 0 10px 0 0;
	display: block;
	list-style: none;
	float: left;
}

.dynamic .dynamic-img li:last-child {
	padding: 0;
}

.dynamic .dynamic-img li.active img {
	border: 1px solid #fa9426;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.dynamic .dynamic-img img {
	width: 100%;
	height: 80px;
}

.dynamic .media {
	margin-top: 0;
	padding: 16px 5px;
	border-bottom: 1px solid #f2f2f2;
}

.dynamic .media:hover {
	background: #F9F9F9;
}

.dynamic .media:last-child {
	border: none;
}

.dynamic .media-left,
.dynamic .media>.pull-left {
	padding-right: 15px;
}

.dynamic .media img {
	width: 80px;
	height: 50px;
}

/*覆盖 bootstrap .badge */
.badge{
	border-radius: 0;
}
/*覆盖 bootstrap .badge */


.badge-info {
	background: #735FA7;
	margin: 3px 1px;
}

.badge-warning {
	background: #FF8A39;
	margin: 3px 1px;
}

.dynamic .media h4 {
	color: #333333;
	margin: 2px 0 8px;
	height: 19px;
	overflow: hidden;
}

.dynamic .media .time {
	color: #B2B2B2;
}


/* END 学院动态  */


/* 优势 */

.advantage {
	margin-top: 50px;
}

.advantage h5 {
	margin: 20px 0;
}

.advantage .box {
	padding: 15px 20px 20px;
}

.advantage ul {
	list-style: none;
	padding: 15px;
}

.advantage ul li {
	width: 25%;
	float: left;
	border: 1px solid #e7e7e7;
}

.advantage .more-btn {
	margin-top: 30px !important;
}

.advantage ul li .ad-icon img {
	width: 90px;
	padding: 20px 0;
}

.advantage ul li h4 {
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 18px;
}

.advantage ul li .ad-img {
	position: relative;
}

.advantage ul li .ad-img img {
	width: 100%;
	height: 165px;
	border: 1px solid #4455ce;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.advantage ul li .ad-img img:hover {
	transition: width 0.5s;
	-moz-transition: width 0.5s;
	/* Firefox 4 */
	-webkit-transition: width 0.5s;
	/* Safari and Chrome */
	-o-transition: width 0.5s;
	/* Opera */
}

.advantage ul li .ad-img p {
	margin: 0;
	padding: 25px 15px;
	width: 100%;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	font-size: 16px;
	height: 165px;
	vertical-align: middle;
}


/* END 优势 */


/* title */

.module-title {
	margin: 20px 0 40px;
	font-size: 30px;
}

.module-title img:first-child {
	margin: -25px 0 0 -15px;
}

.module-title img:last-child {
	margin: 0 -15px -25px 0;
}

.more-btn {
	font-size: 18px;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin: 15px auto 20px;
}

.module-title p {
	font-size: 16px;
	color: #929292;
	margin: 5px 0 0;
}


/* END title */


/* 做教育，我们是认真的 */

.attitude img {
	width: 80%;
	margin: 60px 0 0;
}

.attitude .attitude-word {
	padding: 20px 15px 20px 0;
	position: relative;
}

.attitude .attitude-word .attitude-icon {
	position: absolute;
	width: 31%;
	bottom: 8%;
	right: 6%;
}

.attitude p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.attitude ul li {
	padding-left: 5px;
	color: #365ac6;
	list-style: square;
}

.attitude ul li p {
	font-size: 16px;
	color: #666;
	margin: 5px 0 0;
}


/* END 做教育，我们是认真的 */


/* 为什么选择 */

.choice h5 {
	margin: 20px 0;
}

.choice h5 img {
	width: 35%;
}

.nomargin {
	margin: 0;
}

.choice .image img {
	width: 80%;
}

.choice .choice-title h3 {
	font-size: 36px;
	padding: 8% 0 6% 10%;
}

.choice .word {
	padding: 30px 15px;
}

.choice p.all {
	font-size: 18px;
	line-height: 36px;
	text-align: left;
	padding: 0 0 0 10%;
	margin-bottom: 15px;
	color: #666666;
}

.choice ul.choice-point {
	list-style: none;
	padding: 0;
	padding: 0 8%;
}

.choice ul.choice-point li {
	width: 33.33333333%;
	position: relative;
	/* border:1px solid #cccccc; */
	padding: 0 10px;
	float: left;
}

.choice .point-group img {
	width: 80px;
	margin: 30px 0 5px;
}

.choice .point-group h3 {
	line-height: 20px;
	margin: 0;
	padding: 20px 0 25px;
	font-size: 20px;
}

.choice .point-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	max-height: 180px;
	background: rgba(0, 0, 0, 0.6);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	padding: 15px;
	color: #ffffff;
	z-index: 1000;
}

.choice .point-bg p {
	margin: 0;
}


/* END 为什么选择 */


/* 测试学科特有样式：优势 */

.choice .charact-body {
	position: relative;
	margin-left: 10px;
}

.choice .charact-body .charact-group {
	position: absolute;
	width: 310px;
	z-index: 10;
}

.choice .charact-body .charact-image {
	margin: 120px 10px;
}

.choice .charact-body .charact-icon {
	position: absolute;
	width: 16%;
}

.choice .charact-body .charact-group p {
	color: #666666;
	line-height: 26px;
}


/* END 测试学科特有样式：优势 */


/* 职友网 */

.pie-chart h3 {
	margin: 20px 40px;
	padding-left: 10px;
	border-left: 6px solid #f60;
	font-size: 20px;
	line-height: 30px;
}

.pie-chart h3 .btn {
	padding: 0 10px;
}

.pie-chart-img img {
	margin: 5px 0 0;
	width: 60%;
}

.pie-chart-img h2 {
	color: #f60;
	font-weight: bold;
	margin: 15px 0 8px;
}

.pie-chart-img span {
	display: block;
}

.proportion {
	padding-right: 8.33333%;
}

.progress-box:first-child {
	padding: 0px 0 8px;
}

.progress-box {
	/* margin:0 0 10px; */
	padding: 10px 0 8px;
	border-bottom: 1px solid #e4e4e4;
}

.progress {
	margin-bottom: 0px;
}

.progress-num {
	padding-left: 5%;
}

.pie-chart a .btn {
	height: 100%;
	font-size: 16px;
	padding: 5px 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	margin-top: 15px;
}

.recruit img {
	width: 60%;
	padding: 5px 10px;
	border-radius: 4px;
	border: 1px solid #d4d4d4;
	/* margin-top:10px; */
}

.recruit a:hover img {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.recruit p {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 0;
}

.recruit p small {
	color: #f60;
	font-size: 20px;
}


/* END 职友网 */


/* 课程大纲 */

ul.time-axis li {
	list-style: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .14);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	position: relative;
	border-radius: 8px;
	text-align: center;
}

ul.time-axis li a {
	display: block;
	padding: 15px 16px;
	color: #666666;
}

ul.time-axis li span {
	position: absolute;
	top: 15px;
	right: -46px;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #cccccc;
}

ul.time-axis li.active {
	border-radius: 8px;
	margin: 15px 0;
	border: 1px solid rgba(4, 4, 87, 0.14);
	box-shadow: 0 1px 8px rgba(39, 115, 231, 0.5)
}

ul.time-axis li.active a {
	color: #23527c;
}

ul.time-axis li.active span {
	right: -48px;
	width: 24px;
	height: 24px;
	background: #70A1FD;
	z-index: 10;
}

.tab-content {
	float: left;
	width: 80%;
	position: relative;
}

.tab-content .tab-border {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -4%;
	background: #ccc;
}

.courses .tab-content ul {
	list-style: none;
	padding: 10px 15px;
	width: 50%;
	float: left;
}

.courses .tab-content ul .course-modular {
	position: relative;
}

.courses .tab-content ul span.course-num {
	position: absolute;
	top: -7px;
	left: 8px;
	color: #ffffff;
	display: block;
	width: 40px;
	height: 55px;
	z-index: 100;
	text-align: center;
	line-height: 45px;
}

.courses .tab-content ul span.course-word {
	padding: 8px 10px 8px 55px;
	font-size: 18px;
	color: #ffffff;
	background: #8ED5EA;
	border-radius: 4px;
	display: block;
	word-break: break-all;
}

.courses .tab-content ul li {
	font-size: 18px;
	padding: 15px 5px;
}

.courses .tab-content ul p {
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	color: #666666;
	margin: 0;
	padding: 15px;
	padding-bottom: 0;
}

.courses .tab-content #courses2 {
	/* height:460px;
	overflow-y: scroll; */
}

.courses .tab-content .label {
	font-size: 100%;
	font-weight: normal;
	margin-right: 5px;
	padding: 3px 8px;
	background: #969696;
}

.courses .tab-content #courses5 {
	position: relative;
}


.courses .tab-content #courses5 img {
	width: 240px;
	/*position: absolute;*/
	top: 90px;
	right: 120px;
	z-index: 100;
}

.courses .tab-content #courses6 {
	position: relative;
}


.courses .tab-content #courses6 img {
	width: 240px;
	/*position: absolute;*/
	top: 90px;
	right: 120px;
	z-index: 100;
}


/* END 课程大纲*/


/* 项目实战 */

.project-case {
	margin-top: 35px;
}

.project-case ul {
	padding: 0;
	list-style: none;
}

.project-case ul li {
	width: 18%;
	float: left;
	padding: 0px 7px;
}

.project-case ul li:first-child {
	width: 5%;
	padding: 0 7px 0 0;
}

.project-case ul li:last-child {
	width: 5%;
	padding: 0 0 0 7px;
}

.project-case ul li:first-child a h2 {
	width: 100%;
	height: 100%;
	line-height: 27px;
	font-size: 18px;
	padding: 5px 15px;
}

.project-case ul li:last-child img {
	width: 24px;
	height: 100%;
	padding: 38px 0;
}

.project-case ul li:hover {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}

.project-case ul li a {
	display: block;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .14);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.project-case ul li img {
	width: 100%;
	height: 110px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.project-case ul li h3 {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	background: #fff;
	color: #545151;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


/* END 项目实战 */


/* 常见问题答疑 */

.question .panel-heading {
	padding: 0;
}

.question .panel-heading .panel-title {
	display: block;
	padding: 10px 15px;
	/* 	color:#31708f; */
	font-size: 16px !important;
}

.question .panel-heading .panel-title:hover {
	color: #2886d7;
}

.question .panel-body {
	padding: 10px 15px !important;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	height: 190px;
	max-height: 190px;
	overflow-y: scroll;
}

.question .panel-group {
	margin-bottom: 0px;
}


/* END 常见问题答疑 */


/* 我们承诺 */

.promise-box {
	position: relative;
	width: 90%;
	height: 445px;
	margin: 30px auto;
}

.promise-box img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.promise-box ul {
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}

.promise-box ul li {
	width: 25%;
	height: 235px;
	float: left;
	padding: 30px 40px;
	color: #ffffff;
	text-align: left;
}

.promise-box ul li p {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
}


/* END 我们承诺 */


/* 为什么选择蜗牛学院？ */

.reason .box {
	padding: 0;
}

.reason .theme-camp-list {
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin: 0;
	border-radius: 8px;
}

.reason .theme-camp-list .list-item {
	position: relative;
	height: 360px;
	cursor: pointer;
}

.reason .theme-camp-list .list-item:hover .border-2 {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	opacity: 1;
}

.reason .theme-camp-list .list-item:hover img {
	opacity: 1;
	-webkit-transform: scale(0.99, 0.99);
	-moz-transform: scale(0.99, 0.99);
	-ms-transform: scale(0.99, 0.99);
	-o-transform: scale(0.99, 0.99);
	transform: scale(0.99, 0.99);
}

.reason .theme-camp-list .list-item .border-2 {
	border: 2px solid #fff;
	width: 80%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	opacity: 0;
}

.reason .theme-camp-list .list-item img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	opacity: 0.8;
}

.reason .theme-camp-list .list-item div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(0, 0, 0, 0.26);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
}

.reason .theme-camp-list .list-item div .name {
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	font-weight: 700;
}

.reason .theme-camp-list .list-item div .info {
	color: #eee;
	font-size: 14px;
	display: none;
}

.reason .theme-camp-list .open {
	position: relative;
	height: 360px;
}

.reason .theme-camp-list .open img {
	width: 100%;
	height: 100%;
}

.reason .theme-camp-list .open div:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	/*  height:100%; */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-si9zing: border-box;
	background: rgba(0, 0, 0, 0.4);
}

.reason .theme-camp-list .open div:last-child .name {
	color: #fff;
	font-size: 18px;
	width: 100%;
	font-weight: 700;
}

.reason .theme-camp-list .open div:last-child .info {
	color: #F2F2F2;
	font-size: 14px;
	display: block;
	margin: 0;
}


/* END 为什么选择蜗牛学院？ */


/* 青春因为拼过，才敢说自己无悔 */

.system-box {
	position: relative;
	margin: 10px 0;
}

.system-box ul {
	width: 100%;
	list-style: none;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.system-box ul li {
	float: left;
	width: 33.333333%;
	padding: 0 50px;
}

.system-box .system-word {
	padding: 60px 0 0;
	width: 286px;
	height: 300px;
}

.system-box ul li:first-child {
	padding: 0 80px 0 10px;
}

.system-box li:last-child {
	padding: 0 10px 0 90px;
}

.system-box .system-word h4 {
	font-size: 18px;
	color: #eb4a43;
	padding: 0 25px;
	line-height: 24px;
	margin: -5px 0 6px;
}

.system-box li:first-child .system-word h4 {
	margin: 5px 0 6px;
}

.system-box .system-word p {
	width: 286px;
	margin: 0;
	padding: 5px 30px;
	text-align: left;
	color: #484848;
	font-size: 14px;
}

.system-box ul li h2 {
	font-size: 28px;
	margin: 20px 0 0;
}

.system-box ul li:nth-child(2) h2 {
	margin: 60px 0 20px;
}


/* END 青春因为拼过，才敢说自己无悔 */


/* 项目页面 */

.projects {
	padding: 0 15px;
	margin: 15px 0 0;
}

.projects .box {
	margin: 45px 0 0;
	padding: 0 20px 20px;
}

.projects .title {
	font-size: 16px;
	line-height: 30px;
	margin: 0px;
	position: relative;
}

.projects .title .title-img {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -25px;
	z-index: 99;
}

.projects .title h3 {
	width: 100%;
	position: absolute;
	top: -4px;
	margin: 0;
	z-index: 100;
	color: #ffffff;
	text-align: center;
}

.projects .title p {
	font-size: 14px;
	color: #666;
	margin-top: 45px;
}

.projects .image {
	margin: 0;
	padding: 15px 0px;
	border-radius: 6px;
	border: 2px dashed #2586ad;
}

@media only screen and (min-width: 992px) {
	.projects .title p {
		height: 90px;
	}
	.projects .image .image-pc img {
		width: 95%;
		height: 280px;
	}
	.projects .image .image-phone img {
		height: 280px;
	}
}

@media only screen and (max-width: 991px) {
	.projects .box {
		margin: 25px 0 0;
	}
	.projects .title .title-img {
		top: -15px;
	}
	.projects .title .title-img img {
		width: 270px;
	}
	.projects .title h3 {
		font-size: 18px;
	}
	.projects .title p {
		margin-top: 28px;
		line-height: 26px;
	}
	.projects .image {
		padding: 8px 0px;
		border: 1px dashed #2586ad;
	}
	.projects .image .image-pc img {
		width: 95%;
	}
	.projects .image .image-phone img {
		width: 90%;
	}
}


/* END 项目页面 */


/* 响应式调整 */

@media only screen and (min-width: 992px) {
	.col-noleft {
		padding-left: 0;
	}
	.course .course-box .project,
	.course .course-box .more-action {
		margin-left: 8%;
	}
	.job .box {
		height: 503px;
	}
	.job .box .panel {
		overflow: hidden;
	}
	.job .student-video li:last-child {
		display: none;
	}
	.dynamic .media-group {
		padding-left: 20px;
		border-left: 1px solid #f2f2f2;
	}
	.advantage ul li .ad-icon {
		height: 165px;
	}
	.advantage ul li:nth-child(2),
	.advantage ul li:nth-child(4),
	.advantage ul li:nth-child(5),
	.advantage ul li:nth-child(7) {
		background: #f1f1f1;
	}
	/* Java页面 */
	.attitude p.all-word {
		padding-right: 25px;
	}
	.choice ul.choice-point li:nth-child(2n) {
		background: #f1f1f1;
	}
	ul.time-axis {
		width: 17%;
		padding: 0;
		float: left;
		padding-right: 3%;
		margin-right: 3%;
	}
	.recruit {
		padding: 20px 0;
	}
	.recruit p small span {
		display: none;
	}
	ul.time-axis,
	.tab-content {
		min-height: 350px;
	}
	.promise .promise-box .promise-phone {
		display: none;
	}
	.reason .theme-camp-list .list-item {
		width: 15%;
		float: left;
	}
	.reason .theme-camp-list .open {
		float: left;
		width: 40%;
	}
	.reason .theme-camp-list .list-item div .name {
		width: 18px;
	}
	.system .system-phone {
		display: none;
	}
	/* END Java页面 */
	/* 测试开发页面 */
	.choice .test-img {
		position: relative;
	}
	.choice .test-img img {
		width: 33%;
		position: absolute;
		bottom: 13.5%;
		right: 7%;
	}
	.choice .charact .charact-phone {
		display: none;
	}
	/* END 测试开发页面 */
}

@media only screen and (max-width: 991px) {
	.title {
		margin: 30px 0 10px;
	}
	.title span.title-con {
		padding: 8px 0;
	}
	.sub-list {
		padding: 0 15px;
	}
	.sub-list ul li span.name {
		width: 136px;
	}
	.open-plan .panel {
		margin-bottom: 25px;
	}
	.open-plan .panel-danger {
		margin-bottom: 0px;
	}
	.course .course-head {
		height: 100%;
		margin: 15px 0;
	}
	.course .course-head img,
	.course .course-head p {
		display: none;
	}
	.course .course-head h3 {
		font-size: 24px;
		margin: 20px 20px;
	}
	.course .course-box {
		height: 100%;
	}
	.course .course-box img,
	.course .action {
		height: 100%;
	}
	.course .course-box .more-action {
		margin-top: 15px;
	}
	.course .course-box .image a {
		height: 80px;
	}
	#test,
	#online {
		margin-top: 20px;
	}
	#jswbox {
		width: 100%;
		height: 190px;
		padding: 10px;
	}
	#jswbox ul li:nth-child(1),
	#jswbox ul li:nth-child(2),
	#jswbox ul li:nth-child(3),
	#jswbox ul li:nth-child(5),
	#jswbox ul li:nth-child(6),
	#jswbox ul li:nth-child(7) {
		width: 23.81% !important;
		height: 164px !important;
		top: 15px !important;
	}
	#jswbox ul li:nth-child(4) {
		width: 27.27% !important;
		height: 180px !important;
	}
	#jswbox ul li:nth-child(3) {
		left: 18.18% !important;
	}
	#jswbox ul li:nth-child(4) {
		left: 35.27% !important;
	}
	#jswbox ul li:nth-child(5) {
		left: 60.72% !important;
	}
	#jswbox ul li:nth-child(6) {
		left: 75.81% !important;
	}
	#jswbox ul li:nth-child(7) {
		left: 40.9% !important;
	}
	.job .box {
		margin: 0;
		padding: 15px 0px;
	}
	.job-title span:nth-child(2),
	.job ul li span:nth-child(2),
	.job-title span:nth-child(3),
	.job ul li span:nth-child(3) {
		display: none;
	}
	.job-title span {
		width: 17% !important;
	}
	.job ul li span {
		width: 17% !important;
	}
	.job-title span:nth-child(4),
	.job ul li span:nth-child(4) {
		width: 26% !important;
	}
	.job ul li span:nth-child(5) {
		width: 20% !important;
	}
	.job ul li span:last-child {
		width: 20% !important;
	}
	.job .student-video li {
		width: 50%;
		height: 98px;
		float: left;
		margin-top: 0;
	}
	.job .student-video li .student-image img {
		width: 100%;
		height: 100%;
	}
	.job .student-word {
		width: 100%;
		display: none;
	}
	.job .student-word .student-name {
		line-height: 98px;
	}
	.dynamic .box {
		margin: 0;
		padding: 15px 0;
	}
	.dynamic .carousel-inner .item img {
		height: 100%;
	}
	.dynamic .dynamic-img ol {
		height: 60px;
		margin-top: 15px;
	}
	.dynamic .dynamic-img img {
		height: 60px;
	}
	.project-case {
		display: none;
	}
	.advantage .box {
		margin: 0;
		padding: 15px 0;
	}
	.advantage h5 {
		margin: 15px 0 10px;
	}
	.advantage h5 img {
		width: 50%;
		max-width: 290px;
	}
	.advantage ul li {
		width: 50%;
	}
	.advantage ul li .ad-icon img {
		width: 50px;
		padding: 10px 0;
	}
	.advantage ul li:nth-child(2),
	.advantage ul li:nth-child(3),
	.advantage ul li:nth-child(6),
	.advantage ul li:nth-child(7) {
		background: #f1f1f1;
	}
	.advantage ul li .ad-img img {
		height: 105px;
	}
	.advantage ul li .ad-img p {
		height: 105px;
		padding: 10px;
		font-size: 12px;
	}
	.foot-ad .box {
		margin: 0;
		width: 100%;
		overflow: hidden;
	}
	.foot-ad .box div {
		padding: 18px;
	}
	.foot-ad .box,
	.footer {
		margin-top: 20px !important;
	}
	.foot-ad img {
		transform: scale(1.8); //设置缩放比例
		-ms-transform: scale(1.8);
		-webkit-transform: scale(1.8);
		-o-transform: scale(1.8);
		-moz-transform: scale(1.8);
	}
	/* Java页面 */
	.module-title {
		margin: 5px 0 30px;
		font-size: 26px;
	}
	.module-title img {
		width: 30px;
	}
	.attitude img {
		margin: 10px 0 0;
	}
	.attitude .attitude-word {
		padding: 20px 0;
	}
	.attitude .attitude-word .attitude-icon {
		width: 26%;
		bottom: 24%;
	}
	.attitude .attitude-word ul {
		padding-left: 30px;
	}
	.choice .choice-title h3 {
		font-size: 24px !important;
		padding: 0 !important;
	}
	.choice p.all {
		font-size: 14px !important;
		line-height: 24px !important;
		padding: 0 !important;
	}
	.choice .image img {
		width: 60%;
	}
	.choice .word {
		padding: 15px 0;
	}
	.choice ul.choice-point {
		padding: 0 !important;
	}
	.choice ul.choice-point li {
		width: 50%;
		padding: 0;
	}
	.choice ul.choice-point li:nth-child(2),
	.choice ul.choice-point li:nth-child(3),
	.choice ul.choice-point li:nth-child(6) {
		background: #f1f1f1;
	}
	.choice .point-group img {
		width: 50px;
		margin: 15px 0 0px;
	}
	.choice .point-group h3 {
		padding: 15px 0 10px;
		font-size: 16px;
	}
	.pie-chart h3 {
		margin: 10px 0;
	}
	.pie-chart h3 div {
		margin-top: 10px;
	}
	.pie-chart .proportion {
		padding: 15px;
	}
	.pie-chart .recruit img {
		width: 90%;
	}
	.pie-chart .recruit p {
		font-size: 12px;
		margin: 10px 0 15px;
	}
	.courses .tab-content {
		margin-top: 10px;
	}
	.courses .tab-content,
	.courses .tab-content ul {
		width: 100%;
	}
	.courses .tab-content ul,
	.courses .tab-content ul li {
		padding: 10px 0 0;
	}
	ul.time-axis {
		padding: 0;
	}
	ul.time-axis li.active,
	ul.time-axis li {
		float: left;
		margin: 5px;
	}
	ul.time-axis li span,
	.tab-content .tab-border {
		display: none;
	}
	ul.time-axis li.active {
		border: 1px solid rgb(128, 202, 224);
	}
	ul.time-axis li.active a {
		color: #ffffff;
		background: #8ED5EA;
		border-radius: 8px;
	}
	.question .box .col-xs-12 {
		padding: 0!important;
		margin-top: 5px;
	}
	.question .panel-body {
		height: 100%;
	}
	.promise .box {
		padding: 15px;
	}
	.promise .promise-box {
		margin: 0;
		width: 313px;
		height: 100%;
		min-height: 550px;
	}
	.promise .promise-box img {
		width: 100%;
	}
	.promise .promise-box .promise-pc {
		display: none;
	}
	.promise-box ul li {
		width: 50%;
		height: 136px;
		padding: 5px 10px 0;
	}
	.promise-box ul li:nth-child(4) {
		padding: 5px 5px 0 10px;
	}
	.promise-box ul li p {
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		margin: 8px 0 0;
	}
	.reason .theme-camp-list .list-item {
		height: 80px;
	}
	.reason .theme-camp-list .open {
		height: 260px;
	}
	.reason .theme-camp-list .list-item .border-2 {
		position: absolute;
		bottom: 0;
	}
	.system .system-pc {
		display: none;
	}
	.system .system-phone ul {
		padding: 0;
		list-style: none;
	}
	.system .system-phone ul li {
		position: relative;
		text-align: center;
		margin-top: 10px;
	}
	.system .system-phone ul li img {
		width: 88%;
	}
	.system .system-phone ul li .system-word {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 12%;
	}
	.system .system-phone .system-word h2 {
		padding-left: 40px;
		font-size: 28px;
		margin: 24px 0 10px;
	}
	.system .system-phone .system-word h4 {
		line-height: 24px;
		margin: 5px 0;
		color: #eb4a43;
	}
	.system .module-title {
		margin: 5px 0 15px;
		font-size: 20px;
	}
	.system .module-title p {
		font-size: 14px;
		padding: 0 10%;
	}
	/* END Java页面 */
	/* 测试开发页面 */
	.text-choice p.all {
		margin-bottom: 0 !important;
	}
	.choice .test-img {
		height: 100% !important;
		text-align: center;
		margin: 20px 0 10px;
	}
	.choice .charact .charact-pc {
		display: none;
	}
	.choice .charact .charact-phone-word {
		padding: 0;
	}
	.choice .charact .charact-phone-word p {
		padding: 10px 15px !important;
		margin: 10px 0 0 !important;
	}
	.choice .charact .charact-phone ul {
		padding: 0;
		list-style: none;
	}
	.choice .charact .charact-phone ul li h3 {
		font-size: 18px;
		color: #854927;
		font-weight: 700;
	}
	.choice .charact .charact-phone ul li h3 span {
		margin-right: 8px;
	}
	.choice .charact .charact-phone ul li p {
		color: #666;
	}
	/* END 测试开发页面 */
}


/* END 响应式调整 */


/* 就业页面 */

.interview .media-group {
	position: relative;
	padding: 5px 15px 0;
	margin: 10px 0;
}

.interview .media {
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .14);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.interview .media img {
	width: 100%;
	height: 130px;
}

.interview .media .media-body {
	padding: 0 15px;
}

.interview .media .media-body h4 {
	line-height: 28px;
	margin: 10px 0 5px;
	font-size: 20px;
	color: #333;
}

.interview .media .media-body h4 small {
	line-height: 28px;
	color: #f37505;
}

.interview .media .media-body span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0 3px;
	color: #666;
	height: 20px;
	overflow: hidden;
}

.interview .media .media-body i {
	color: #828282;
}

.interview .media .sign {
	width: 95px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	top: -5px;
	right: 20px;
	text-align: center;
	color: #ffffff;
}

.interview .media .sign-img1 {
	background: url("propagate/img/sign-img1.png")/*tpa=http://www.woniuxy.cn/css/propagate/img/sign-img1.png*/ no-repeat;
}

.interview .media .sign-img2 {
	background: url("propagate/img/sign-img2.png")/*tpa=http://www.woniuxy.cn/css/propagate/img/sign-img2.png*/ no-repeat;
}

.company {
	margin-top: 40px;
	height: 580px;
	position: relative;
}

.company ul {
	padding: 0;
	list-style: none;
	height: 170px;
}

.company ul li a {
	display: block;
	width: 170px;
	height: 170px;
	text-align: center;
}

.company ul li a img:hover {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-moz-transform: scale(1.08);
}

.company-second {
	position: absolute;
	top: 106px;
	left: 112px;
}

.company-third {
	position: absolute;
	top: 210px;
}

.company-four {
	position: absolute;
	top: 310px;
	left: 112px;
}

.feedback .media .media-body {
	height: 155px;
	vertical-align: middle;
}

.feedback .media img {
	width: 120px;
	padding: 20px 0;
}

.feedback .media-body .media-heading {
	color: #0873df;
	font-size: 20px;
}

.feedback .media-body p {
	margin: 6px 0 0;
}

@media only screen and (min-width: 992px) {
	.statement .box {
		padding: 0;
		margin-top: 40px;
	}
	.statement img {
		width: 100%;
	}
	.employment-data {
		margin: 40px 0;
	}
	.employment-data .box {
		padding: 35px 20px 30px;
	}
	.employment-data .box h4 {
		font-size: 22px;
		margin: 10px 0 25px;
	}
	.interview .media-group {
		width: 20%;
	}
	.interview .media-group:hover {
		padding: 0px 15px 5px;
	}
	.interview .media-group:hover .media {
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	}
	.interview .media-group:hover .media .sign {
		top: -10px;
	}
	.company ul li {
		float: left;
		padding: 0 12px;
	}
	.where .box {
		height: 280px;
		padding: 0;
		margin-top: 40px;
		background: url('propagate/img/where-bg.jpg')/*tpa=http://www.woniuxy.cn/css/propagate/img/where-bg.jpg*/ no-repeat;
	}
	.where img {
		width: 480px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.statement .box {
		margin: 20px 0 20px;
		overflow: hidden;
	}
	.statement img {
		width: 100%;
		transform: scale(1.8); //设置缩放比例
		-ms-transform: scale(1.8);
		-webkit-transform: scale(1.8);
		-o-transform: scale(1.8);
		-moz-transform: scale(1.8);
	}
	.employment-data {
		margin: 20px 0 40px;
	}
	.interview .media .media-body h4 small {
		line-height: 20px;
	}
	.interview .media .media-body h4 {
		line-height: 20px;
		font-size: 16px;
	}
	.interview .media .media-body span {
		font-size: 12px;
		line-height: 18px;
		margin: 0px;
		height: 18px;
	}
	.interview .media-group {
		padding: 5px;
	}
	.interview .media img {
		height: 100px;
	}
	.job .tab-content {
		width: 100%;
	}
	.company {
		height: 1100px;
	}
	.company .col-padding {
		padding: 0;
	}
	.company-second {
		top: 85px;
		left: 98px;
	}
	.company-third {
		top: 0;
		left: 195px;
	}
	.company-four {
		display: none;
	}
	.feedback .media {
		margin: 10px 0;
	}
	.feedback .media .box {
		padding: 15px;
	}
	.feedback .media h4 small {
		padding: 5px 0 0 0px !important;
	}
	.where .box {
		margin: 20px 0;
		overflow: hidden;
	}
	.where img {
		width: 90%;
	}
}


/* END 就业页面 */


/* 线上网课 */

.encourage {
	border-radius: 25px;
	box-shadow: 0px 4px 8px 0px rgba(7, 17, 27, 0.1);
	background: #215c73;
	padding: 20px;
}

.encourage .box {
	background: #215c73;
	border-radius: 21px;
	border: 3px dashed #e9ebec;
	padding: 15px 20px;
}

.encourage ul {
	padding-left: 20px;
}

.encourage ul li {
	list-style: square;
	word-break: break-all;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.encourage img {
	width: 100%;
}

.course-outline img {
	width: 100%;
	height: 280px;
	border-bottom-right-radius: 8px;
}

.course-outline table thead tr th {}

.course-outline table thead tr th:first-child,
.course-outline table tbody tr td:first-child {
	width: 140px;
}

.course-outline table thead th:last-child,
.course-outline table tbody td:last-child {
	width: 80px;
}

.course-outline table tbody tr td:first-child,
.course-outline table tbody tr td:last-child {
	text-align: center;
}


/* 课程体系 */

.course-system {
	border: 1px solid orange;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.course-system h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: block;
	padding: 20px 0 15px 0;
	line-height: 26px;
	text-align: center;
	background: #666666;
	margin: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.course-system table {
	width: 100%;
	text-align: center;
}

.course-system table th,
.course-system table td {
	padding: 8px;
}

.course-system table thead th {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.course-system table tbody td {
	line-height: 26px;
	font-size: 12px;
	text-align: left;
}

.course-system table tr.info {
	background-color: #d9edf7;
}

.courses table thead tr th:first-child,
.courses table tbody tr td:first-child {
	width: 115px;
}

.courses .course-system table tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}

.courses .course-system table tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

.courses .course-system {
	margin-bottom: 40px;
}

.courses .course-system table tbody td {
	line-height: 32px;
}

.courses img.image-phone {
	width: 100%;
	margin: 40px 0;
}

@media only screen and (max-width: 991px) {
	.courses .syllabus h3 {
		font-size: 20px !important;
		padding: 0 15px;
		margin: 40px 0 20px !important;
	}
	.courses img.image-pc {
		display: none;
	}
	.courses img.image-phone {
		display: block !important;
		margin: 20px 0;
	}
}


/* END 课程体系 */

@media only screen and (min-width: 992px) {
	.encourage .col-md-7 {
		width: 60%;
	}
	.encourage .col-md-5 {
		width: 40%;
	}
	.encourage img {
		padding-top: 40px;
	}
	.online-teacher .image {
		position: relative;
	}
}

@media only screen and (max-width: 991px) {
	.services{
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.online-teacher .image {
		height: 200px;
	}
	.courses .col-sm-12,
	.courses .col-xs-12 {
		padding: 0 !important;
	}
	.course-system table tbody td {
		line-height: 24px;
	}
	.question .box {
		padding: 0;
		border: none;
		box-shadow: none;
		background: none;
	}
}


/* END 线上网课 */


/* QQ、电话联系方式 */

@media only screen and (min-width: 991px) {
	.contact {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.overview>div {
		margin-top: 20px !important;
	}
	.overview {
		display: none;
	}
}

.contact {
	position: relative;
	width: 260px;
	height: 40px;
	background: #00B8D4;
	margin: 0 auto;
	/* margin-top:30px; */
	border-radius: 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.contact-img {
	position: absolute;
	left: -30px;
	top: -10px;
	width: 60px;
}

.contact h3 {
	color: #ffffff;
	padding-left: 40px;
	line-height: 40px;
	font-weight: normal;
	font-size: 18px;
}


/* END QQ、电话联系方式 */


/*手机端校区地址*/

.campus-address2 {
	display: none;
}

@media only screen and (max-width:991px) {
	.campus-address2 {
		display: block;
		margin-bottom: 30px;
	}
	.campus-address2 .box {
		margin: 20px 0 0px;
	}
	.campus-address2 ul {
		margin-top: 10px;
		padding: 10px 0 0 15px;
		list-style: none;
		border-left: 1px solid #CCCCCC;
	}
	.campus-address2 ul li .campus-name {
		position: relative;
		background: #3F9FCF;
		color: white;
		padding: 4px 8px;
		font-size: 16px;
	}
	.campus-address2 ul li .campus-name .circle {
		position: absolute;
		top: 6px;
		left: -20px;
		display: block;
		width: 9px;
		height: 9px;
		background: #3F9FCF;
		border-radius: 50%;
	}
	.campus-address2 ul li .campus-add {
		font-size: 14px;
		margin-top: 10px;
		padding-left: 8px;
	}
}


/*END 手机端校区地址*/


/*课程亮点*/

.feature ul {
	padding: 0;
	list-style: none;
}

.feature ul li {
	float: left;
	width: 50%;
	padding: 10px 0;
}

.feature ul li:nth-child(2n) {
	padding-left: 10px;
}

.feature ul li:nth-child(2n+1) {
	padding-right: 10px;
}

.feature ul li .box {
	border-radius: 0;
	height: 280px;
	color: #FFFFFF;
	border: none;
}

.feature ul li:nth-child(1) .box,
.feature ul li:nth-child(4) .box {
	border-top-right-radius: 20%;
	border-bottom-left-radius: 20%;
	background: #fcb73a;
}

.feature ul li:nth-child(2) .box,
.feature ul li:nth-child(3) .box {
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
	background: #0099ff;
}

.feature ul li .box h4 {
	line-height: 28px;
	font-weight: 700;
	border: 2px dashed #FFFFFF;
	border-radius: 15px;
	padding: 10px 10px;
}

.feature ul li .box p {
	margin: 0;
	padding: 0 10px;
}


/*END 课程亮点*/


/* 改造 */
.action_new {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #735FA7;
}
.action_new_web {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #FF8A39;
}

.action_text h1{
	font-size: 16px;
	color: black;
	text-align: left;
}
.action_text p{
	font-size: 16px;
	color: #888888;
	text-align: left;
}

.kecheng_title{
	background: #735FA7;
	padding: 10px 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.kecheng_title span{
	color: white;
	font-size: 18px;
}


/* 谈入谈出 banner */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

/* 谈入谈出 banner */
