.am-slider{
	margin-top: 99px;
}
.am-slider .am-slides li .con{
	position: absolute;
	z-index: 999;
	text-align: right;
	top:20%;
	width: 100%;
	padding-right: 20px;
}
.am-slider .am-slides li .con .en{
	font-size: 18px;
	color: #888;
}
.am-slider .am-slides li .con .cn{
	font-size: 42px;
	color: #fff;
	font-weight: lighter;
	margin-top: 15px;
}
.am-slider .am-slides li .con img{
	width: 50px;
	float: right;
	margin-top: 65px;
	opacity: 0.5;
}
.am-slider .am-slides li:first-child .con img{
	opacity: 1;
}

/*课程*/
.course{
	overflow: hidden;
}
.course li{
	width: 375px;
	height: 98px;
	float: left;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #F8F8F8 url(../images/arrow1.png) no-repeat center 80px;
	cursor: pointer;
}
.course li:nth-child(2n+1){
	border-left: 1px solid #ddd;
}
.course li .cn{
	font-size: 24px;
	color: #333;
	padding-top: 20px;
}
.course li .en{
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}
.course li:hover .cn,.course li:hover .en{
	color: #fff;
}
.course li:hover{
	background: #4d7972 url(../images/arrowon1.png) no-repeat center 80px;
}

/*讲师团队*/
.team {
    width: 100%;
    height: 100%;
    margin: 96px 0;
}
.swiper-slide {
	/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

/*佩华资讯*/
.news{
	margin: 0 20px 96px;
	border: 1px solid #ddd;
	background: #f8f8f8;
	box-shadow: 0 5px 10px #ddd;
}
.news .title{
	line-height: 94px;
	padding-left: 24px;
	border-bottom: 1px solid #ddd;
	font-size: 36px;
}
.news .swiper-slide{
	padding: 30px;
	border-right: 1px solid #ddd;
}
.news .swiper-slide:last-child{
	border-right: 0;
}
.news .swiper-slide img{width: 100%;}
.news .swiper-slide .con{
	line-height: 70px;
}
.news .swiper-slide .tit{
	font-size: 24px;
	font-weight: bold;
}
.news .swiper-slide .more{
	font-size: 18px;
	color: #20584f;
}

/*佩华社区*/
.community{
	margin: 96px 20px; 
	overflow: hidden;
	border: 1px solid #ddd;
	background: #f8f8f8;
    box-shadow: 0 5px 10px #ddd;
}
.community .title{
	font-size: 36px;
	color: #333; 
	height: 94px;
	line-height: 94px;
	padding: 0 24px;
	float: left;
}
.community .more{
	float: right;
	font-size: 18px;
	line-height: 94px;
	padding-right: 20px;
}
.community .more a{
	color: #20584f;
}
.community .tab{
	float: right;
}
.community .tab li{
	float: left;
	font-size: 18px;
	margin-right: 30px;
	color: #333;
	line-height: 97px;
	cursor: pointer;
}
.community .commun_con{
	width: 100%;
	clear: both;
	border-top: 1px solid #ddd;
}
.community .commun_con img{
	width: 60%;
	margin: 45px auto;
	display: block;
}
.community .commun_con .news_list{
	margin: 0 30px 45px;

}
.community .commun_con .news_list li{
	background: url(../images/icon_point1.png) no-repeat left center;
	padding-left: 20px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
}
.community .commun_con .news_list li a{
	color: #333;
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
	display: block;
	float: left;
}
.community .commun_con .news_list li .time{
	float: right;	
}