.bigPic{
	width: 100%;
	height: 680px;
	position: relative; 
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bigPicBtitle{
	width: 475px;
	height: 88px;
	text-align: center;
	padding-top:10px ;
	position: absolute;
	left: calc(50% - 237px);
	top: 47px;
}
.bigPicBtitleA{  
      animation-name: bigPicBtitleA;  
      animation: bigPicBtitleA 2s alternate;  
      -webkit-animation: bigPicBtitleA 2s alternate ;  
      -moz-animation: bigPicBtitleA 2s alternate ;  
 }  
 @-webkit-keyframes bigPicBtitleA{  
    0%{ left: -475px;}  
    100%{left: calc(50% - 237px);}  
    }
.bigPicStitle{
	width: 887px;
	height: 181px;
	text-align: center;
	font-size: 30px;
	color: white;
	position: absolute;
	right: calc(50% - 444px);
	top: 152px;
}
 .bigPicStitleA{  
      animation-name: bigPicStitleA;  
      animation: bigPicStitleA 2s alternate;  
      -webkit-animation: bigPicStitleA 2s alternate ;  
      -moz-animation: bigPicStitleA 2s alternate ;  
 }  
 @-webkit-keyframes bigPicStitleA{  
    0%{ right: -887px;}  
    100%{ right: calc(50% - 444px);}  
}
.youshiimg{
	width: 885px;
	height: 313px;
	/*margin: 0 auto;*/
	position: absolute;
	left: calc(50% - 443px);
	bottom: 0;
	opacity: 0;
}


.cnormalTitle{
	width: 630px;
	height: 45px;
	font-size: 30px;
	color: white;
	margin: 50px auto;
	border-radius: 20px;
	background-color: #414141;
	line-height: 45px;
	text-align: center;
}
/*嵌入式/C++技术应用无处不在*/
.userwhere{
	width: 100%;
	height: 460px;
	background-color: #f85a5a;
}
.userwhereimg{
	width: 100%;
	max-width: 1366px;
	height: 262px;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.userwherebg{
	width: 1052px;
	margin: 0 auto;
	height: 175px;
	background-color: white;
}
.userwhereText{
	width: 952px;
	margin: 0 auto;
	line-height: 30px;
	font-size: 24px;
	padding-top: 50px;
	text-indent: 48px;
}
/*--------薪资--------*/
.moneybg{
    width: 100%;
    /* height: 735px; */
    background-color: #414141;
    border: 1px solid #414141;
}
.moneybg>p{
	width: 100%;text-align: center;
	color: white;
}
#moneyImgDiv{
	width: 1145px;
	height: 370px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#moneyImgDiv>img{
	width: 527px;
	height: 237px;
	margin-top: 60px;
	margin-right: 18px;
}

#moneyImgDiv>img:hover{
	width: 580px;
	height: 261px;
	margin-top: 48px;
}
.moneywenzi{
	width: 1055px;
	height: 100px;
	background-color: #d82231;
	color: white;
	margin: 0 auto;
	font-size: 30px;
	line-height: 100px;
	text-align: center;
}
#setCourse{
	width: 100%;
	height: 758px;
	background-color: #414141;	
	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: #d82231;
	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;
}
.courseFrontC{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden;
}

.courseTitle{
	width: 100%;
	font-size: 20px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}
.courseInfo{
	padding-left: 55px;
	margin-top: 5px;
	width: 240px;
	height: 295px;
	margin-bottom: 25px;
}
/*课纲列表*/
.courseInfo>li{
	font-size: 18px;
	list-style-position:outside ;
}
.checkCourse{
	color: #d82231;
	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 #d82231;
	font-size: 18px;
	text-decoration: none;
	display: block;
	transition: 2s;
}
.checkCourse:hover{
	border: none;
	color: white;
	background-color:  #d82231;
}
#projectImg{
	width: 100%;
	height: 517px;
	background-repeat: no-repeat;
	background-size: cover;	
	margin-top: 45px;
	/*opacity: 0;*/
}

.oppositeDiv{
	background-color: #d82231;
}
.checkDetail{
	color: #d82231;
}
.projectContrl{
	width: 100%;
	height: 880px;
	background-color: #d82231;
}


/*--------就业表格---------*/
.head5_jiuye {
   
    border-left: 1px solid #d82231;
}
.head5_jiuye thead{
	background-color: #d82231;
}
.head5_jiuye td {

    border-right: 1px solid #d82231;
    border-bottom: 1px solid #d82231;
}
.head5_jiuye1{
	border-left: 1px solid #d82231;
}
.head5_jiuye1 td{
	border-right: 1px solid #d82231;
    border-bottom: 1px solid #d82231;
}
.head5_jiuye1 tr,.head5_jiuye1 td{
	border-color: #d82231;	
}
/*---点击报名---*/
#signUpBtn{
	background-color: #d82231;
}

.userwhere,#moneyImgDiv,#planImg, #targetDiv, #projectImg, #teacherBox, #studentInfo, .footTop{
	opacity: 0;
}
/*--课程设置---*/

.courseInfo>li{
	list-style-type: decimal;
}