/*学历提升*/
.growUpBanner{
	width: 100%;
	position: relative;
}
.growUpBanner img{
	width: 100%;
	vertical-align: middle;
}
.gubannerGuide{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0);
}
.gubannerGuide ul li{
	vertical-align: top;
	display: inline-block;
	width: 164px;
	height: 50px;
	background-color:rgba(236,236,236,0.8);
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 50px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	cursor: pointer;
}
/*.gubannerGuide ul li:hover{*/
	/*background-color:rgba(240,169,37,0.8);*/
	/*color: #fff;*/
/*}*/
.gubannerGuide ul li.active{
	background-color:rgba(240,169,37,0.8);
	color: #fff;
}
.gubannerGuide ul li.active1{
	background-color:rgba(240,169,37,0.6);
	color: #fff;
}
.gubannerGuideDown{
	width: 1200px;
	left: 50%;
	transform: translate(-50%,0);
	position: absolute;
	display: none;
	z-index:2;
}
.gubannerGuideDown ul{
	width: 164px;
	border:1px solid #d5d5d5;
	border-top: 0px;
	background-color: #fff;
}
.gubannerGuideDown ul li{
	width: 162px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #666666;
	cursor: pointer;
	border-radius: 0;
}
.gubannerGuideDown ul li.active{
	background-color:#efaa18;
	color: #fff;
}
.gubannerGuideDown ul li.active1{
	background-color:rgba(240,169,37,0.6);
	color: #fff;
}
.gubannerGuide .eduGrow{
	background: url(../../imgs/images/growuparrow2.png) no-repeat;
	background-position: 78% 50%;
	background-color:rgba(236,236,236,0.8);
}

.growUpGuide{
	width: 1200px;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 60px;
}
.growUpGuide .guLeft{
	float: left;
	width: 73%;
	/*display: none;*/
	padding-top:36px;
}
.growUpGuide .guLeft ul{
	clear: both;
}
.growUpGuide .guLeft ul li{
	float: left;
	margin-right: 24px;
	font-size: 16px;
	color: #333333;
	padding: 13px 0;
	cursor: pointer;
}
.growUpGuide .guLeft ul li span{
	letter-spacing: 2em;
}
.growUpGuide .guLeft ul li.active{
	border-bottom: 2px solid #efaa18;
	color: #efaa18;
}
.growUpGuide .guRight{
	float: right;
	position: relative;
	top:40px;
}
.growUpGuide .guRight input{
	width: 320px;
	height: 46px;
	padding-right: 44px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: none;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #333333;
	padding-left: 16px;
}
.growUpGuide .guRight input::-webkit-input-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.growUpGuide .guRight input:-moz-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.growUpGuide .guRight input::-moz-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.growUpGuide .guRight input:-ms-input-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.growUpGuide .guRight .serarchLog{
	display: inline-block;
	background: url(../../imgs/images/search.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translate(0,-50%);
	cursor: pointer;
}
.selectActive{
	color:#efaa18 !important;
}
.growUpMain{
	width: 1200px;
	margin: 0 auto;
	padding-top: 66px;
}
.growUpMain ul{
	margin-bottom: 30px;
}
.growUpMain ul li {
	width: 285px;
	height: 285px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/* display: inline-block; */
	float:left;
	margin-right: 20px;
	margin-bottom: 36px;
	padding: 25px;
	vertical-align: top;
	cursor: pointer;
}
.growUpMain .listImg img{
	width: 235px;
	height: 170px;
}
.growUpMain ul li p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #333333;
	font-size: 14px;
	padding-top: 10px;
}
.growUpMain ul li p.title2{
	color: #efaa18;
}
.growUpMain .other-item{
	height: 320px;
	position: relative;
}
.growUpMain .other-item p{
	text-align: left;
}
.growUpMain .other-item .title1{
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.growUpMain .other-item .title2{
	color: #333333;
	font-size: 14px;
	padding-top: 6px;
	font-weight:700 ;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.growUpMain .other-item .title3{
	color: #efaa18;
	font-size: 16px;
	padding-top:4px;
}
.growUpMain .other-item .rightNowButton{
	display: inline-block;
	width: 80px;
	height: 26px;
	background-color:#efaa18;
	color: #fff;
	text-align: center;
	line-height: 26px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: absolute;
	right: 24px;
	bottom: 22px;
}
.growUpMain .other-item .rightNowButton:hover{
	background-color: rgba(239,170,24,0.8);
}
.growUpMain .other-item .disButton{
	background-color: lightgrey;
}
.growUpMain .other-item .disButton:hover{
	background-color: lightgrey;
}

