/*
 * author: hyc
 * time: 2015-12-11
*/
/*****************index*****************/
/*banner*/
#index_swap #banner{
	margin:0 auto;
}
#index_swap .index_main{
	text-align:center;
	width:100%;
}
#index_swap .banner_swap{
	width:100%;
	height:533px;
	color:#d9d9d9;
	background:url(../images/index/bg_banner.png) no-repeat 100% 50%;
	text-align:center;
	margin:0 auto;
}
#index_swap .word_swap{
	margin:0 auto;
	width:1200px;
}
#index_swap .bannerword{
	padding:90px 0 0 0;
	width:400px;
	text-align:left;
}
#index_swap .bannerword .btime{
	display:inline;
	padding:10px 10px 5px 10px;	
	border:1px solid #d9d9d9;
	font-size:18px;
}
#index_swap .bannerword .btime .month{
	font-size:28px;
}
#index_swap .bannerword .btitle{
	padding-top:20px;
	font-size:36px;
	line-height:46px;
	color:#FFF;
}
#index_swap .bannerword .btext{
	font-size:14px;
	line-height:20px;
	padding:10px 0 20px 0;
	border-bottom:1px solid #d9d9d9;
}
/*quick_access*/
#index_swap .quick_access{
	position:relative;
	width:1200px;
	margin:0 auto;
	margin-top:-50px;
	z-index:100;
}
#index_swap .quick_access .left_block{
	font-size:18px;
	width:636px;
	height:100px;
	background-color:#b91d1d;
}
#index_swap .quick_access .left_block li{
	padding:15px 19px 0 19px;
}
#index_swap .quick_access .left_block a{
	color:#FFF;
}
#index_swap .quick_access .left_block .icon{
	display:block;
	width:88px;
	height:38px;
	margin-bottom:5px;
}
#index_swap .quick_access .left_block .wechat{	
	background:url(../images/index/icon_quick_wechat.png) no-repeat center center;
}
#index_swap .quick_access .left_block .email{
	background:url(../images/index/icon_quick_email.png) no-repeat center center;
}
#index_swap .quick_access .left_block .join{
	background:url(../images/index/icon_quick_join.png) no-repeat center center;
}
#index_swap .quick_access .left_block .teacher{
	background:url(../images/index/icon_quick_teacher.png) no-repeat center center;
}
#index_swap .quick_access .left_block .download{
	background:url(../images/index/icon_quick_download.png) no-repeat center center;
}
#index_swap .quick_access .right_block{
	font-size:20px;
	width:564px;
	height:100px;
	background-color:#a41515;
}
#index_swap .quick_access .right_block li{
	width:33%;
	text-align:center;
	margin-top:32px;
	height:48px;
	line-height:45px;
	border-right:1px solid #FFF;
}
#index_swap .quick_access .right_block li.last{
	border:none;
	position:relative;
	color:#fff;
	cursor:pointer;
	height:68px;
}
#index_swap .quick_access .right_block li a{
	color:#FFF;
}
/****其他项目**/
#index_swap .quick_access .right_block li.last:hover #other_project{
	display:block;
}
#index_swap .quick_access .right_block li.last #other_project{
	position:absolute;
	width:167px;
	top:65px;
	right:0;
	height:70px;
	background:url(../images/bg_other_top.png) no-repeat center 0px;
	display:none;
}
#index_swap .quick_access .right_block li.last #other_project li{
	border-right:none;
	text-align:center;
	width:100%;
	margin-top:3px;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	background:#fff;

}
#index_swap .quick_access .right_block li.last #other_project li a{
	color:#a41515;
}
/*notice, schedule, news   common*/
#index_swap .main{
	width:1200px;
	margin:0 auto;
	padding:40px 0 0 0;
}
#index_swap .main .title{
	width:100%;
	padding:10px 0 20px 0;
	background:url(../images/index/line_main.png) no-repeat left bottom;
}
#index_swap .main .title h2{
	font-size:36px;
	color:#c81e27;
	padding:10px 0 10px 45px;
}
#index_swap .main .title .en{
	padding-left:10px;
	font-size:20px;
	color:#fd9e9e;
}
#index_swap .main .notice h2{
	background:url(../images/index/icon_notice.png) no-repeat left center;
}
#index_swap .main .schedule h2{	
	background:url(../images/index/icon_schedule.png) no-repeat left center;
}
#index_swap .main .news h2{
	background:url(../images/index/icon_news.png) no-repeat left center;
}
/*#index_swap .main .title .more{
	width:38px;
	height:38px;
	background:url(../images/index/icon_main_more.png) no-repeat center center;
}*/
#index_swap .main .title .more{
	width:55px;
	height:23px;
	margin-top: 15px;
	background:url(../images/index/ico_more.png) no-repeat center center;
	
}

/*notice*/
#index_swap .main .notice{
	width:750px;
}
#index_swap .main .notice li{
	padding:30px 0;
	border-bottom:1px dashed #c7c7c7;
}
#index_swap .main .notice li .ntime{
	width:89px;
	height:67px;
	padding-top:5px;
	font-size:12px;
	line-height:20px;
	color:#FFF;
	background:url(../images/index/icon_notice_time.png) no-repeat;
}
#index_swap .main .notice li .ntime .day{
	font-size:20px;
}
#index_swap .main .notice li .ncontent{
	width:620px;
	font-size:16px;
}
#index_swap .main .notice li .ncontent .ntitle{
	font-size:21px;
	padding-bottom:5px;
}
#index_swap .main .notice li .ncontent p a{
	color:#a5a5a5;
}
#index_swap .main .notice li .ncontent p.taglist{
	margin-top:5px;
	color:#a5a5a5;
}
#index_swap .main .notice li .ncontent p.taglist a{
	color:#a5a5a5;
	margin-right:5px;
}
/*schedule*/
#index_swap .main .schedule{
	width:400px;
	text-align:left;
	padding:10px 0;
	border:5px solid #ebebeb;
}
#index_swap .main .schedule .title{
	padding-left:30px;
	background:url(../images/index/line_main.png) no-repeat 8% 100%;
}
#index_swap .main .schedule li{
	position:relative;
	margin-left:38px;
	padding:15px 0 15px 0;
	font-size:20px;
	color:#666;
	background:url(../images/index/line_schedule.png) no-repeat left center;
}
#index_swap .main .schedule li .sicon{
	position:absolute;
	top:42%;
	left:-5px;
	width:10px;
	height:10px;
	background:url(../images/index/icon_schedule_item.png) no-repeat;
}
#index_swap .main .schedule li .stime{
	padding:0 20px;
}
#index_swap .main .schedule li.active{
	color:#b71515;
}
#index_swap .main .schedule li.active .sicon{
	background:url(../images/index/icon_schedule_activeitem.png) no-repeat;
}
#index_swap .main .schedule li .ssecond{
	padding:2px 0 0 0;
	font-size:14px;
}
/*news*/
#index_swap .main .news{
	padding-bottom:40px;
}
#index_swap .main .news .newsmain{
	margin:40px 0;
	width:1200px;
	background:url(../images/index/bg_news.png) no-repeat top center;
}
#index_swap .main .news .newsmain li{
	width:365px;
	color:#959595;
	font-size:14px;
	text-align:left;
	margin:0 0 0 20px;
	padding:0 0 20px 0;
	border-bottom:5px solid #fdde7d;
}
#index_swap .main .news .newsmain li .newsimg{
	text-align:center;
	margin:30px 0;
}
#index_swap .main .news .newsmain li .newsimg img{
	width:360px;
}
#index_swap .main .news .newsmain li .newstitle{
	font-size:18px;
	padding-bottom:10px;
}
#index_swap .main .news .newsmain li .newscontent{
	line-height:22px;
	padding-bottom:10px;
}
#index_swap .main .news .newsmain li .newscontent a{
	color:#959595;
}
#index_swap .main .news .newsmain li .blackshadow{
	display:block;
	display:none;
	width:365px;
	height:219px;
	position:absolute;
	top:30px;
	left:0;
	background-color:#000;
	opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
	background-image:url(../images/index/icon_news_img.png);
	background-repeat:no-repeat;
	background-position:center center;
}
/*student_feel*/
#index_swap .student_feel{
	width:100%;
	min-height:590px;
	background:url(../images/index/bg_student.jpg) no-repeat center;
}
#index_swap .student_swap{
	width:1200px;
	margin:0 auto;
	color:#FFF;
}
#index_swap .student_swap .stu_title{
	font-size:34px;
	font-weight:bold;
	padding:40px 0;
}
#index_swap .student_swap .stu_title .en{
	font-weight:normal;
	font-size:28px;
	padding-left:20px;
}
#index_swap .student_swap .stu_title a{
	color:#FFF;
}
#index_swap .student_swap li .simg{
	width:196px;
	height:196px;
	background-color:#FFF;
	border-radius:98px;
	margin:0 auto;
}
#index_swap .student_swap li .simg img{
	width:188px;
	height:188px;
	border-radius:94px;
	margin:4px;
}
#index_swap .student_swap li .sname{
	font-size:20px;
	color:#fff000;
	padding:10px 0 5px 0;
}
#index_swap .student_swap li .sclass{
	color:#a7a7a7;
}
#index_swap .student_swap li .sword{
	width:900px;
	margin:0 auto;
	padding:20px 0 40px 0;
}
#index_swap .student_swap .scount{
	width:80px;
	margin:0 auto;
	border:1px solid #FFF;
	border-radius:15px;
}