.bigPic{
	width: 100%;
	height: 684px;
	position: relative; 
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
.bigPicBtitle{
	width: 563px;
	height: 102px;
	text-align: center;
	position: absolute;
	left: calc(50% - 281px);
	top: 40px;
	
}
.bigPicBtitleA{  
      animation-name: bigPicBtitleA;  
      animation: bigPicBtitleA 2s alternate;  
      -webkit-animation: bigPicBtitleA 2s alternate ;  
      -moz-animation: bigPicBtitleA 2s alternate ;  
 }  
 @-webkit-keyframes bigPicBtitleA{  
    0%{ left: -563px;}  
    100%{left: calc(50% - 281px);}  
    }
.bigPicStitle{
	width: 840px;
	height: 129px;
	text-align: center;
	font-size: 30px;
	color: white;
	position: absolute;
	right: calc(50% - 420px);
	top: 195px;
	background-position: center;
	background-repeat: no-repeat;
}
 .bigPicStitleA{  
      animation-name: bigPicStitleA;  
      animation: bigPicStitleA 2s alternate;  
      -webkit-animation: bigPicStitleA 2s alternate ;  
      -moz-animation: bigPicStitleA 2s alternate ;  
 }  
 @-webkit-keyframes bigPicStitleA{  
    0%{ right: -840px;}  
    100%{ right: calc(50% - 420px);}  
}
.youshiimg{
	width: 842px;
	height: 307px;
	position: absolute;
	left: calc(50% - 421px);
	bottom: 0;
	opacity: 0;
}


#youshi6{
	width: 1000px;
	height: 188px;
	margin: 0 auto;
	overflow: hidden;
}
#youshi6>img{
	width: 152px;
	height: 188px;
	float: left;
	margin-left: 15px;
	cursor: pointer;
}
#youshiDetail{
	width: 990px;
	height: 156px;
	margin: 0 auto;
	margin-top: 80px;
	font-size: 18px;
	background-color: #e8e8e8;
	opacity: 0;
}
.youshiText{
	width: 865px;
	height: 72px;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto;
	padding-top:40px ;
}
/*-------应用范围--------------*/
.usePlace{
	width: 100%;
	height: 696px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
}
/*-------需求-----------*/
.needs{
	height: 295px;
	overflow: hidden;
}
.needs>img{
	float: left;
}
.needsTitle{
	font-size: 20px;
	width: 366px;
	height: 25px;
	border-left: 11px solid #468fda;
	float: left;
	margin-top: 15px;
	margin-bottom: 13px;
}
.lineT{
	width: 5px;
	height: 242px;
	float: right;
	background-color: #fff5eb;
}
#needsImgDiv{
	height: 243px;
	width: 685px;
	float: left;
	margin-left: 40px;
	overflow: hidden;
}
#needsImgDiv>img{
	width: 155px;
	height: 66px;
	margin-top: 12px;
	margin-right: 12px;
	float: left;
	border: 1px solid #CCCBC8;
}
/*------项目展示-----*/

#setCourse{
	width: 100%;
	height: 758px;
	background-color: #37373c;	
	overflow: hidden;
}
#targetDiv{
	width: 1228px;
	height: 706px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 36px;
}
#targetDiv>div{
	width: 100%;
	height: 100%;
}
.smallTarget{
	width: 296px;
	height: 704px;
	float: left;
	border: 1px solid #aaa;
	margin-left: 10px;
	background-color: white;
	overflow: hidden;
}
.targetTitle{
	width: 261px;
	height: 48px;
	line-height: 48px;
	background-color: #468FDA;
	color: white;
	font-size: 22px;
	margin: 0 auto;
	margin-top: 33px;
	text-align: center;
	border-radius: 30px;
}

.targetImg,.targetImgC{
	width: 271px;
	height: 157px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 10px;
	position: relative;	
	transition: 0.6s;
	transform-style: preserve-3d;
}
.courseFront,.courseBackground{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden;
}
.courseFront{
	z-index: 2;
}
.courseBackground{
	transform: rotateY(-180deg);
}
.targetImg:hover{
	transform: rotateY(180deg);
	cursor: pointer;
}
.courseTitle{
	width: 100%;
	font-size: 20px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}
.courseInfo{
	padding-left: 55px;
	margin-top: 35px;
	width: 240px;
	height: 295px;
	margin-bottom: 25px;
}
/*----课程设置-----*/
.courseInfo>li{
	font-size: 18px;
	list-style-position:outside ;
}
.checkCourse{
	color: #468FDA;
	font-size: 16px;
	width: 121px;
	height: 38px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: white;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	border: 1px solid #468FDA;
	font-size: 18px;
	text-decoration: none;
	display: block;
}
/*-------学员项目----------*/
#studentProject>img{
	width: 156px;
	height: 63px;
	margin-left: 12px;
	float: left;
	cursor: pointer;
}
#projectImg{
	width: 100%;
	height: 517px;
	background-repeat: no-repeat;
	background-size: cover;
	
	margin-top: 45px;
	opacity: 0;
}

.oppositeDiv{
	background-color: #468FDA;
}
.checkDetail{
	color: #468FDA;
}
.projectContrl{
	width: 100%;
	height: 880px;
	background-color: #468FDA;
}

/*--------就业表格---------*/
.head5_jiuye {
   
    border-left: 1px solid #468FDA;
}
.head5_jiuye thead{
	background-color: #468FDA;
}
.head5_jiuye td {

    border-right: 1px solid #468FDA;
    border-bottom: 1px solid #468FDA;
}
.head5_jiuye1{
	border-left: 1px solid #468FDA;
}
.head5_jiuye1 td{
	border-right: 1px solid #468FDA;
    border-bottom: 1px solid #468FDA;
}
.head5_jiuye1 tr,.head5_jiuye1 td{
	border-color: #468FDA;	
}
/*---点击报名---*/
#signUpBtn{
	background-color: #468FDA;
}
/*--课程设置---*/

.courseInfo>li{
	list-style-type: decimal;
}