.bigPic{
	width: 100%;
	height: 654px;
	position: relative; 
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bigPicBtitle{
    width: 316px;
    height: 61px;
    text-align: center;
    font-size: 70px;
    color: white;
    padding-top: 10px;
    position: absolute;
    left: calc(50% - 158px);
    top: 25px;
	
}
.bigPicBtitleA{  
      animation-name: bigPicBtitleA;  
      animation: bigPicBtitleA 2s alternate;  
      -webkit-animation: bigPicBtitleA 2s alternate ;  
      -moz-animation: bigPicBtitleA 2s alternate;  
 }  
 @-webkit-keyframes bigPicBtitleA{  
    0%{ left: -627px;}  
    100%{left: calc(50% - 313px);}  
    }
.bigPicStitle{
	width: 674px;
	height: 141px;
	text-align: center;
	font-size: 30px;
	color: white;
	position: absolute;
	right: calc(50% - 337px);
	top: 115px;
	
}
 .bigPicStitleA{  
      animation-name: bigPicStitleA;  
      animation: bigPicStitleA 2s alternate;  
      -webkit-animation: bigPicStitleA 2s alternate ;  
      -moz-animation: bigPicStitleA 2s alternate;  
 }  
 @-webkit-keyframes bigPicStitleA{  
    0%{ right: -638px;}  
    100%{ right: calc(50% - 319px);}  
}
.youshiimg{
	width: 470px;
	height: 352px;
	position: absolute;
	left: calc(50% - 235px);
	bottom: 0;
	opacity: 0;
}


#reasons6{
	width: 700px;
	margin: 0 auto;
	height: 705px;
	position: relative;
}
.youshicenter{
	width: 530px;
	height: 609px;
	position: absolute;
	left: calc(50% - 265px);
	top: 48px;
	
}
#youshiImg{
	width: 411px;
	height: 338px;
	position: absolute;
	left: calc(50% - 206px);
	top: 153px;
	background-repeat: no-repeat;
	background-position: center center;
}
.youshiico_j{
	width: 175px;
	height: 136px;
	position: absolute;
	z-index: 2;
	opacity: 0;
}
.secondTitle{
	color: #686767;
}
#setCourse{
	width: 100%;
	height: 758px;
	background-color: #37373c;	
	overflow: hidden;
}
#targetDiv{
	width: 1228px;
	height: 665px;
	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: #6C6;
	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: 240px;
	margin-bottom: 40px;
}


/*课纲列表*/
.courseInfo>li{
	font-size: 20px;
	list-style-position:outside ;
	line-height: 26px;
}
.checkCourse{
	color: #6C6;
	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 #6C6;
	font-size: 18px;
	text-decoration: none;
	display: block;
	transition: 2s;
}
.checkCourse:hover{
	border: none;
	color: white;
	background-color:  #6C6;
}
/*-----学员项目----*/
#studentProject>img{
	width: 156px;
	height: 63px;
	margin-left: 12px;
	float: left;
	cursor: pointer;
}
#projectImg{
	width: 100%;
	height: 407px;
	background-repeat: no-repeat;
	background-size: cover;
	
	margin-top: 45px;
	opacity: 0;
}
.oppositeDiv{
	background-color: #4cc35a;
}
.checkDetail{
	color: #4cc35a;
}
.projectContrl{
	width: 100%;
	height: 750px;
	background-color: #3b3d4a;
}
/*--------就业表格---------*/
.head5_jiuye {
   
    border-left: 1px solid #4cc35a;
}
.head5_jiuye thead{
	background-color: #4cc35a;
}
.head5_jiuye td {

    border-right: 1px solid #4cc35a;
    border-bottom: 1px solid #4cc35a;
}
.head5_jiuye1{
	border-left: 1px solid #4cc35a;
}
.head5_jiuye1 td{
	border-right: 1px solid #4cc35a;
    border-bottom: 1px solid #4cc35a;
}
.head5_jiuye1 tr,.head5_jiuye1 td{
	border-color: #4cc35a;	
}
/*---点击报名---*/
#signUpBtn{
	background-color: #4cc35a;
}


/*-------企业双选会------*/

.o-m{background:#3b3d4a;width:1200px;margin:20px auto; padding-top:25px;}
.o-m .ul-o{float:left;width:320px;position:relative;background:#bfbdb9; margin-top:150px; }
.o-m .ul-o li{width:100%;cursor:pointer;position:relative;z-index:2;list-style: none;}
/*.o-m .ul-o span{width:62px;height:68px;float:left;display:block;border-bottom:1px solid #bfbdb9;background:url(../img/n-qyjz-1.png) no-repeat;background-position:-272px 20px;}*/
.o-m .ul-o .li-t span{background-position:-272px -50px;}
.o-m .ul-o .li-s span{background-position:-272px -120px;}
.o-m .ul-o .li-f span{background-position:-272px -190px;}
.o-m .ul-o .li-w span{background-position:-272px -257px;}
.o-m .ul-o .li-l span{background-position:-272px -323px;}
.o-m .ul-o li p{text-align:center;float:left;line-height:68px;color:#fff;font-size:22px;width:258px;border-bottom:1px solid #cccbc8;}
.o-m .ul-o .li-mask{ background:#6C6;position:absolute;left:0;top:0;width:335px;height:68px; no-repeat;}
.o-m .ul-t{ background:#3b3d4a;width:880px;float:left;height:414px;}
.o-m .ul-t li{list-style-type:none;position:relative;height:100%;display:none;}
.o-m .ul-t .li-top{padding:25px 0 0 50px;}
.o-m .ul-t h5{color:#666;font-size:24px;line-height:38px;}
.o-m .ul-t p{color:#999;font-size:14px;line-height:22px;margin-bottom:5px}
.o-m .ul-t .li-a a{color:#2b91b8;font-size:14px;margin-right:30px;cursor:default;line-height:22px;}
.o-m .ul-t .li-a span{color:#999;font-size:14px}
.o-m .ul-t .li-img{width:100%;text-align:center;position:absolute;left:0;bottom:0;}
.clear {
    clear: both;
    height: 0px;
    width: 100%;
    overflow: hidden;
}
/*--课程设置---*/

.courseInfo>li{
	list-style-type: decimal;
}