

/* banner */
.banner,
.swiper-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.swiper-slide{
	position: relative;
}
.banner img{
	width: 100%;
	height: auto;
	/*position:absolute; 
	left:50%;
	top:0;
	transform: translateX(-50%);*/
}
.banner .lianjie{
	position: absolute;
	top:50%;
	right:188px ;
	width:395px ;
	background:rgba(161,46,54,.8) ;
	color: #fff;
	font-size: 21px;
	line-height: 50px;
	padding: 10px;
	padding-left: 50px;
	font-style: italic;
	font-weight: bold;
}
.banner .lianjie:hover{
	background:rgba(161,46,54,1) ;
}
.banner .lianjie a{
	display: block;
	color: #fff;
	line-height: ;
	font-size: 14px;
	font-style: normal;
}
.swiper-pagination-bullet{
	width: 10px;
    height: 10px;
  	background: #fff;
  	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 5px 7px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: url(../images/dian-1.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	margin: 0;
	margin: 0 7px;
}

/* programmes */
.programmes{
	width: 1200px;
	margin: 0 auto;
}
.headtit h3{
	background:url(../images/titile-1.png) no-repeat 0 bottom;
	background-size: 100% auto; 
	font-size: 24px;
	color: #9a0000;
	line-height: 50px;
	margin: 30px 0;
} 
.more-events .headtit h3{
	background:url(../images/titile-2.png) no-repeat 0 bottom;
	background-size: 100% auto; 
}
.more-news .headtit h3{
	background:url(../images/title-3.png) no-repeat 0 bottom;
	background-size: 100% auto; 
}
.headtit a{
	font-size:18px;
	color: #9a0000;
	line-height: 50px;
	margin: 30px 0;
	font-weight: bold;
} 
.headtit a:hover{
	text-decoration: underline;
}

.programmes-content .items{
	background:url(../images/aa-1.png) no-repeat 0 bottom;
	background-size: 390px auto; 
	width: 384px;
	height: 507px;
	margin-right: 20px;
	overflow: hidden;
}
.programmes-content .items:nth-child(3n){
	margin-right: 0;
}	
.programmes-content .items .bigimg,
.programmes-content .items .bigimg-box{
	width: 359px;
    height: 220px;
    display: block;
    transition:1s all ease;
    overflow: hidden;
}
.programmes-content .items .bigimg-box{
	margin-top: 24px;
    margin-left: 17px;
}
.programmes-content .items .bigimg:hover{
 	transform:scale(1.1); 
}
.programmes-content .items p{
	font-size:16px;
	line-height: 30px;
	text-decoration: underline;
	padding: 0 30px;
}
.programmes-content .items p a{
	color: #666;
}
.programmes-content .items p a:hover{
	color: #ac0000;
}
.programmes-content .items p.apply{
	text-align: right;
	margin-top: 20px;
}
.programmes-content .items p.apply a{
	color:#ac0000;
	opacity:.8;
}
.programmes-content .items p.apply a:hover{
	color:#ac0000;
	opacity: 1;
}
.programmes-content .items .logo3{
	margin-top: 16px;
	margin-bottom: 10px;
	height: 60px;
}
.programmes-content .items .logo3 img{
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 25px;
}
.programmes-content .items .logo3:nth-child(3) img{
	height: 51px;
}
.programmes-content .items .logo3 p{
	font-size:20px;
	color: #333;
	line-height: 30px;
	max-width: 250px;
	font-weight: bold;
	padding: 0;
}	


.more-box{
	width: 100%;
	background: url(../images/index-back.png) 0 bottom;
	background-size: 100% auto;
}
.more{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}

/* more-events */
.more-events{
	width: 410px;
}
.more-events li{
	background: url(../images/index-8.png) no-repeat 0 0 ;
	background-size:390px 252px; 
	width: 390px;
	height:254px ;
	border-radius: 3px;
	margin-bottom: 20px;
	transition: .5s all ease;
	   
}
.more-events li:hover,
.more-news li:hover{
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.more-events li .rili{
	border:1px solid #e1e1e1;
	width: 68px;
	height:64px ;
	text-align: center;
	margin: 30px 10px 15px 30px;
}
.more-events li .rili h3{
	color: #ac0000;
	font-size: 36px;
	line-height:40px;
}
.more-events li .rili p{
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
.more-events li .rili p.on{
	    color: #ac0000;
    font-size: 29px;
    line-height: 62px;
    font-weight: bold;
}
.more-events li .seminar-info h3{
	color: #333;
	font-size: 18px;
	line-height: 24px;
	width: 250px;
	margin-top: 30px;
	/*font-weight: normal;*/
}
.more-events li .val{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	width: 330px;
	margin-left: 30px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.more-events .btn,
.more-news .btn{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	padding-left: 20px;
}
.more-events .btn a,
.more-news .btn a{
	color: #9a0000;
}
.more-events .btn a:hover,
.more-news .btn a:hover{
	text-decoration: underline;
}

/* more-news */
.more-news{
	width: 390px;
	margin-right: 20px;
}
.more-news li{
	background: url(../images/index-8.png) no-repeat 0 0 ;
	background-size:390px 252px; 
	width: 390px;
	height: 254px;
	margin-bottom: 20px;
	transition:.5s all ease;
}
.more-news li img{
	width: 122px;
	margin: 30px;
	margin-right: 20px;
}
.more-news li .seminar-info h3{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	width: 200px;
	margin-top: 30px;
}
.more-news li .seminar-info p{
	color: #666;
	font-size: 14px;
	line-height: 18px;
	width: 200px;
}
.more-news li .val{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	width: 330px;
	margin-left: 30px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

/* mba */
.mba{
	padding-top: 114px;
}
.mba li{
	height: 126px;
	background: #ac0000;
	margin-bottom: 17px;
	padding: 30px 30px 20px;
	width: 380px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mba li:hover{
	background: #921e22;
}
.mba li img{
	width: 62px;
	height: auto;
	margin-right: 30px;
}
.mba li h4{
	font-size:43px ;
	color: #fff;
	line-height:42px;
	text-align: left;
}
.mba li p{
	font-size:20px ;
	color: #fff;
	text-align: left;
}
.mba .video-box{
	width: 380px;
	height:234px ;
	position: relative;
}
.mba .video-box video{
	width: 380px;
	height:234px;
}
.mba .video-box img{
	position: absolute;
	left:50%;
	top:58px;
	margin-left: -80px;
	width: 160px;
}

/* newbegin */
.newbegin{
	width: 100%;
	height: 184px;
	background: url(../images/indexfoot.png) no-repeat center 0;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
}
.newbegin h3{
	font-size:48px ;
	line-height:184px ;
	color: #fff;
	font-weight: normal;
}
.newbegin p{
	font-size:24px ;	
}


