.introduce-banner {
  width: 100%;
  height: 400px;
  color: #fff;
  background: url(../img/introduce-banner.jpg) center / cover  no-repeat;	
}

.introduce-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 377px;
  height: 84px;
  margin: -65px 0 0 -188px;
  font-size: 48px;
  font-weight: bold;
  word-spacing: 25px;
  background: url(../img/introduce-title.png) no-repeat;
}

@media (max-width: 415px) {
  .introduce-banner h1 {
    margin: -60px 0 0 -168px;
    background-size: 90% 90%;
  }
}

.introduce-company {
  margin-top: 20px;
}

.introduce-company .container {
  padding: 10px;
  margin-top: 20px;
  border-bottom: 0;
}

.introduce-company h2 {
  margin-top: 30px;
  margin-bottom: 55px;
}

.company-left,
.company-right {
  float: left;
}

.company-left {
  width: 65%;
  max-height: 521px;
  overflow: auto;
}

.company-left .row {
  margin-right: 50px;
  margin-left: 0;
}

.company-right {
  width: 35%;
  margin-top: 6px;
}

.company-right .row {
  margin-right: -8px;
}

.introduce-company .content-p {
  margin-bottom: 20px;
  line-height: 1.9;
  text-align: justify;
}

.introduce-company .company,
.introduce-company .company2 {
  height: 260px;
  margin-bottom: 1%;
}

.introduce-company .company {
  position: relative;	
  width: 99%;
  margin-right: 1%;
  background: url(../img/company.jpg) center / cover no-repeat;
}

.introduce-company .company2,
.introduce-company .company3 {
	width: 49%;
	height: 190px;
  	margin-right: 1%;
  	margin-bottom: 1%;
}

.introduce-company .company2 {
  background: url(../img/company2.jpg) center / cover no-repeat;
}

.introduce-company .company3 {
  background: url(../img/company3.jpg) center / cover no-repeat;
}

@media (max-width: 1000px) {
  .company-left,
  .company-right {
    width: 100%;
  }
  
  .company-left {
  	max-height: 100%;
    margin-bottom: 30px;
  }
  
  .company-left .row {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .company-right {
    margin-top: 0;
  }
  
  .company-right .row {
    margin-right: 0;
    margin-left: 5px;
  }
  
  .introduce-company .company,
  .introduce-company .company2 {
    margin-bottom: 20px;
  }
  
  .introduce-company .company2,
  .introduce-company .company3 {
    width: 100%;
    height: 199px;
  }
}

.advantage {
  margin: 10px auto 30px auto;
  word-wrap: break-word;
  word-break: break-all;
  /*background: url(../img/aptitude-ad.png) #f6f6f8 center / cover  no-repeat;*/
  background: #f6f6f8;
}

.advantage a {
  display: inline-block;
  padding: 20px .7%;
}

@media (max-width: 1401px) {
  .introduce-company .content-p {
    line-height: 1.8;
  }
	
  .advantage a {
    padding: 20px .5%;
  }
}

.advantage span {
  margin-right: 2px;
  margin-left: 2px;
  font-size: 14px;
  color: #333;
}

.advantage .prominent {
  font-size: 28px;
  font-weight: bold;
  color: #1758a8;
}

.introduce-wish .img-thumbnail {
    border: 0 solid #ddd !important;
    border-radius: 0 !important;
}

.introduce-wish h4 {
    font-size: 20px !important;
    line-height: 1.5 !important;
}

.introduce-wish p {
    font-size: 16px;
    line-height: 2;
}

/*.course {
  position: relative;
  height: 800px;
  padding-top: 30px;
  margin: 25px auto 20px auto;
  background: url(../img/course-bg.jpg) center / cover no-repeat;
  overflow: hidden;
}

.course h2 {
	padding-top: 15px;
}

.course img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1920px;
	min-width: 1920px !important;
	height: 302px;
  	margin-top: -248px;
  	margin-left: -960px;
}

@media (min-width: 1450px) {
	.course img {
	  	margin-top: -225px;
	}
}

.course .year-course {
	position: relative;
}

.course .year-course2 {
	display: none;
}

.course .year-course .position-absol {
	max-width: 320px;
}

.course .year-course .year-content,
.course .year-course .year-content2,
.course .year-course .year-content3,
.course .year-course .year-content6 {
	max-width: 220px;
}

.course .year-course .year-content {
	margin-top: 35%;
	margin-left: 2%;
}

.course .year-course .year-content2 {
	margin-top: 11.5%;
	margin-left: 13%;
}

.course .year-course .year-content3 {
	margin-top: 32%;
	margin-left: 29%;
}

.course .year-course .year-content4 {
	margin-top: 3.5%;
	margin-left: 46%;
}

.course .year-course .year-content5 {
	margin-top: 29%;
	margin-left: 61.5%;
}

.course .year-course .year-content6 {
	margin-top: 1%;
	margin-left: 79%;
}

.course .year-course .position-absol h3 {
	font-size: 24px;
	font-weight: bold;
	color: #1758a8;
}

.course .year-course .position-absol p {
    max-height: 120px;	
	margin-bottom: -5px;
	font-size: 16px;
	color: #203353;
	overflow: auto;
}

@media (max-width: 1235px) {
	.course {
	  height: 100%;
	  padding-bottom: 150px;
	}
	
	.course h2 {
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	.course img {
		display: none;
	}	
	
	.course .year-course {
		display: none;
	}
	
	.course .year-course2 {
		display: block;
	}
	
	.course .year-course .position-absol {
		position: relative;
	}
	
	.course .year-course .year-content,
	.course .year-course .year-content2,
	.course .year-course .year-content3,
	.course .year-course .year-content4,
	.course .year-course .year-content5,
	.course .year-course .year-content6 {
		max-width: 100%;
		margin-top: 0;
		margin-left: 0;		
	}

	.course .year-course .position-absol h3 {
		position: relative;
		text-indent: 30px;
	}
	
	.course .year-course .position-absol h3:before,
	.course .year-course .position-absol h3:after {
		position: absolute;
		content: "";
	  -webkit-border-radius: 50%;
	     -moz-border-radius: 50%;
	      -ms-border-radius: 50%;
	       -o-border-radius: 50%;
	          border-radius: 50%;		
	}
	
	.course .year-course .position-absol h3:before {
		top: 9px;
		left: 5px;
		width: 8px;
		height: 8px;
		background: #1758a8;
	}
	
	.course .year-course .position-absol h3:after {
		top: 5px;
		left: 1px;
		width: 16px;
		height: 16px;
		border: 1px solid #1758a8;
	}

	.course .year-course .position-absol p {
		margin-bottom: 35px;
	}
}

.acourse img {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 50px auto 0 auto;
}*/

.container.container-course {
    width: 1100px;
    margin: 0 auto;
}

.course h2 {
    margin-bottom: 100px;
    font-size: 30px;
    color: #444;
}

.course .year-course {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 11px;
}

.course .year-course:nth-child(2n-1) {
    text-align: left;
}

.course .year-course:nth-child(2n) {
    text-align: right;
}

.course .year-course .year-cont {
	position: relative;
	top: -1px;
	z-index: 9999;
    width: 415px;
}

.course .year-course:nth-child(2n-1) .year-cont {
    float: left;
	padding-left: 50px;
	margin-left: 50%;;    
}

.course .year-course:nth-child(2n) .year-cont,
.course .year-course .thumbnail {
    float: right;
}

.course .year-course:nth-child(2n) .year-cont {
	top: 1px;
	padding-right: 50px;
	margin-right: 50%;
}

.course .year-course .thumbnail {
    width: 110px;
    height: 110px;
    margin-top: 10px;
    background: #ddd;
    border: 0 !important;
}

.course .year-course:nth-child(2n-1) .thumbnail {
    margin-left: 10px;
}

.course .year-course:nth-child(2n) .thumbnail {
	margin-top: 13px;
    margin-right: 10px;
}

.course .year-course .year-cont h3 {
    margin-bottom: 20px;
    font-size: 25px;
    color: #444;
    font-weight: bold;
}

.course .year-course:hover .year-cont h3 {
    color: #1758a8;
}

.course .year-course .year-cont p {
    height: 84px;
    margin-top: -5px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    text-align: justify;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    -o-line-clamp: 4;
    -line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -box-orient: vertical;    
}

.course .year-course:nth-child(2n) .year-cont p {
	text-align: right;
}

.course .year-course img {
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;	
}

.course .year-course .time-line {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 49%;
    width: 23px;
    height: 167px;
    background: url(../img/time-line.png) no-repeat;
}

.course .year-course:nth-child(2) .time-line {
    background: url(../img/timeend-line.png) no-repeat;
}

.course .year-course:last-child .time-line {
    background: url(../img/timesta-line.png) no-repeat;
}

@media (max-width: 1210px) {
    .container.container-course  {
        width: 100%;
        background: #fdfdfd;
    }
    
    .course {
        padding: 0;
    }
    
    .course h2 {
        margin-bottom: -10px;
    }
    
    .course .year-course {
        width: 100%;
        text-align: left !important;
    }
    
    .course .year-course .year-cont,
    .course .year-course .thumbnail {
        float: left !important;
    }
    
    .course .year-course .thumbnail,
    .course .year-course .time-line {
        display: none;
    }
    
    .course .year-course .year-cont,
    .course .year-course:nth-child(2n) .year-cont {
    	top: 0;
    }
        
    .course .year-course .year-cont {
        width: auto;
    }
    
	.course .year-course:nth-child(2n-1) .year-cont {
	    padding-left: 0;
	    margin-left: auto;
	}
    
    .course .year-course:nth-child(2n) .year-cont {
	    padding-right: 0; 
	    margin-right: auto; 
	}
	    
    .course .year-course .year-cont h3 {
        color: #1758a8;
    }
    
    .course .year-course .year-cont p {
    	display: block;
        height: auto;
        overflow: auto;
	    -webkit-line-clamp: 10000;
	    -moz-line-clamp: 10000;
	    -ms-line-clamp: 10000;
	    -o-line-clamp: 10000;
	    -line-clamp: 10000;
    }
    
	.course .year-course:nth-child(2n) .year-cont p {
		text-align: left;
	}    
}

.aptitude {
  padding-top: 30px;
  /*padding-bottom: 40px;
  margin-top: -30px;*/
  background: #fff;
}

.aptitude .row {
  margin-right: -30px;
  margin-left: -30px;
}

.aptitude h2 {
  padding-top: 15px;
  margin-bottom: 60px;
}

.aptitude .thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  border: 0 !important;
}

.aptitude .thumbnail img {
  width: 100%;
  max-height: 200px;
  border: 10px solid #1758a8;
}

.aptitude .thumbnail:hover img {
  border: 10px solid #30d0b5;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* video */
.play-video p {
    margin-bottom: 40px;
}

.btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.btn-video:hover,
.btn-video:focus,
.btn-video:active {
    text-decoration: none;
}

/*.btn-video:hover i,
.btn-video:focus i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/

.play-icon {
    position: absolute;
    display: table-cell;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    background: url(../img/video-play.png) no-repeat;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-opacity: .8;  
    -khtml-opacity: .8;  
	-moz-opacity: .8;  
    opacity: .8;     
}

.play-icon.hover {
    /*background: url(../img/video-play2.png) no-repeat;*/
    -webkit-opacity: 1;  
    -khtml-opacity: 1;  
	-moz-opacity: 1;  
    opacity: 1;     
}

.play-icon,
.play-icon.hover {
  	-webkit-background-size: 97%;
    -moz-background-size: 97%;
    -ms-background-size: 97%;
    -o-background-size: 97%;
    background-size: 97%;     
}

.video-shadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../img/shadow.png) repeat;
}

.video-box {
    position: fixed;
    /*top: 15%;
    left: 15%;*/
    top: 50%;
    left: 50%;
    z-index: 200;
    width: 70%;
    /*height: 70%;*/
    /*margin-top: -40px;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

/*@media (max-width: 1440px) {
    .video-box {
        margin-top: -15px;
    }
}

@media (max-width: 1366px) {
    .video-box {
        margin-top: -40px;
    }
}

@media (max-width: 1024px) {
    .video-box {
        margin-top: 20px;
    }
}*/

.video-box video {
    width: 100%;
}

.video-box a {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 10000;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/close.png) no-repeat;
}
/* end video */