.am-slider .am-slides li .con{
	position: absolute;
	width: 1200px;
	left: 50%;
	top:40%;
	margin-left: -600px;
	z-index: 999;
	text-align: right;
}
.am-slider .am-slides li .con .en{
	font-size: 18px;
	color: #888;
}
.am-slider .am-slides li .con .cn{
	font-size: 72px;
	color: #fff;
	font-weight: lighter;
}
.am-slider .am-slides li .con img{
	width: 76px;
	float: right;
	margin-top: 65px;
	opacity: 0.5;
}
.am-slider .am-slides li:first-child .con img{
	opacity: 1;
}
/*课程*/
.course .content{
	overflow: hidden;
	background: url(../image/bg_cs.png) no-repeat left bottom;
	padding-bottom: 18px;
}
.course .tab{
	border-left: 1px solid #ddd;
	float: left;
}
.course .tab li{
	width: 399px;
	height: 98px;
	float: left;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #F8F8F8 url(../image/arrow1.png) no-repeat center 80px;
	cursor: pointer;
}
.course .tab li .cn{
	font-size: 16px;
	color: #333;
	padding-top: 20px;
}
.course .tab li .en{
	font-size: 12px;
	color: #666;
	padding-top: 10px;
}
.course .tab li.cur .cn,.course .tab li.cur .en{
	color: #fff;
}
.course .tab li.cur{
	background: #4d7972 url(../image/arrowon1.png) no-repeat center 80px;
}
.course .tab_con{
	background: #F8F8F8;
	overflow: hidden;
	width: 1198px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	position: relative;
	padding: 50px 0;
}
.course .tab_con .img_cs{
	width: 300px;
	margin: 0 50px;
	float: left;
	font-size: 0;
} 
.course .tab_con .img_cs img{
	width: 100%;
}
.course .tab_con .cs_con{
	width: 755px;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	margin-top: 15px;
	overflow: hidden;
}
.course .tab_con .cs_con .point{
	font-size: 12px;
	text-indent: 2em;
}
.course .tab_con .cs_con .point .tit{
	font-size: 14px;
	text-indent: 0; 
}
.course .tab_con .more{
	position: absolute;
	bottom: 0;
	font-size: 0;
	left: 50%;
    transform: translate(-50%);
}

/*简介*/
.introduce{
	margin: 133px auto 147px;
}
.introduce .tit{
	font-size: 0;
	margin-bottom: 40px;
}
.introduce .con{
	padding: 50px 40px 50px 80px;
	background: #999999 url(../image/bg_intro.png) no-repeat right 160px;
	overflow: hidden;
}
.introduce .con .left{
	width: 820px;
	overflow: hidden;
	float: left;
	text-indent: 2em;
	line-height: 22px;
	color: #fff;
}
.introduce .con .scroll{
	width: 841px;
	height: 176px;
	overflow-y: scroll;
}
.counsel{
	width: 140px;
	height: 36px;
	line-height: 36px;
	background: #205851;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	float: right;
	border-radius: 17px;
	margin-top:30px;
}

/*讲师团队*/
.team .title{
	font-size: 0;
	margin-bottom: 40px;
}
.team .dowebok { 
	width: 100%;
	font-size: 0;
}
.team .dowebok a{
	position: relative;
	display: inline-block;
}
.team .dowebok img {
	vertical-align: top;
	cursor: pointer;
	width: 384px;
	height: 576px;
}
.team .dowebok .hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #205851;
	color: #fff;
	padding: 40px 60px;
	box-sizing: border-box;
	text-align: center;
	display: none;
}
.team .dowebok .hover .name_cn{
	font-size: 24px!important;
	line-height: 40px;
}
.team .dowebok .hover .name_en{
	color: #b7b7b7;
	line-height: 20px;
	font-size: 14px!important;
}
.team .dowebok .hover .portrait img{
	width: 103px;
	height: 103px;
	border-radius: 50%;
	margin: 20px 0 35px;
}
.team .dowebok .hover .intro{
	height: 234px;
	overflow: hidden;
	text-align: left;
	line-height: 26px;
	white-space: normal;
	font-size: 14px!important;
}
.team .dowebok .hover .intro .tit{
	text-align: center;
	line-height: 26px;
} 
.team .dowebok a:hover .hover{
	display: block;
}

/*师资团队弹框*/
.team_pop{
	width: 1150px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);  
    -ms-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);  
    z-index: 4;
}
.team_pop > div{
	background: #205851;
    padding:50px 210px;
    color: #fff;
    overflow: hidden;
}
.team_pop .portrait{
	float: left;
	width: 103px;
	height: 103px;
}
.team_pop .portrait img{
	width: 100%;
	border-radius: 50%;
}
.team_pop .right{
	float: left;
	margin-left: 65px;
	width: 550px;
}
.team_pop .right .name_cn{
	font-size: 24px;
	line-height: 40px;
}
.team_pop .right .name_en{
	color: #b7b7b7;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 20px;
}
.team_pop .right .intro{
	width: 520px;
	overflow: hidden;
}
.team_pop .right .intro .scroll{
	width: 550px;
	height: 442px;
	overflow-y: scroll;
}
.team_pop .right .intro p{
	text-align: left;
	line-height: 26px;
	white-space: normal;
	font-size: 12px!important;
}
.team_pop .work{
	padding-top: 20px;
	clear: both;
}
.team_pop .work .tit{
	width: 168px;
	float: left;
	margin-top: 25px;
}
.team_pop .work .tit .cn{
	font-size: 24px;
}
.team_pop .work .tit .en{
	color: #b7b7b7;
	font-size: 12px;
	margin-top: 10px;
}
.team_pop .work li{
	float: left;
	width: 110px;
	margin-right: 24px;
	cursor: pointer;
}
.team_pop .work li img{
	width: 100%;
	border-radius: 5px;
}
.team_pop .close1{
	position: absolute;
	right: 20px;
	top: 20px;
}
.work_pop{
	width: 640px;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);  
    -ms-transform: translate(-50%,-50%);  
    transform: translate(-50%,-50%);  
    z-index: 5;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.work_pop img{
	width: 100%;
	border-radius: 5px;
}

/*佩华资讯*/
.news{
	height: 487px;
	margin: 150px auto 135px; 
	background: url(../image/bg_news.png) no-repeat center top;
}
.news .title{
	font-size: 36px;
	color: #333; 
	width: 100%;
	height: 114px;
	line-height: 114px;
	padding: 0 24px;
}
.news .title img{
	float: left;
	margin: 14px 0;
}
.news .title .more1{
	float: right;
	font-size: 16px;
}
.news .title .more1 a{
	color: #20584f;
}
.news ul li{
	width: 300px;
	padding:30px;
	border-right:1px solid #ddd;
	float: left;
}
.news ul li:last-child{
	border-right: 0;
}
.news ul li img{
	width: 100%;
}
.news ul li .tit{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	padding: 30px 0 15px;
}
.news ul li .con{
	font-size: 12px;
	color: #666;
}
.news ul li .more2{
	font-size: 12px;
	padding: 11px 0;
}

/*作品展示*/
.exhibition{
	width: 100%;
	overflow: hidden;
}
.exhibition .tab,.exhibition .more4{
	float: right;
	margin-top: 65px;
}
.exhibition .tab li{
	float: left;
	margin-right: 30px;
	color: #333;
	cursor: pointer;
}
.exhibition .exhibit_con{
	padding-top: 40px;
	float: left;
}
.exhibit_con ul li{
	float: left;
	margin: 0 20px 15px 0;
}
.exhibit_con ul li:first-child{
	width: 580px;
	height: 615px;
}
.exhibit_con ul li:nth-child(2),.exhibit_con ul li:nth-child(3),.exhibit_con ul li:nth-child(4),.exhibit_con ul li:nth-child(5){
	width: 290px;
	height: 300px;
}
.exhibit_con ul li:nth-child(3),.exhibit_con ul li:nth-child(5),.exhibit_con ul li:nth-child(8){
	margin-right: 0;
}
.exhibit_con ul li:nth-child(6),.exhibit_con ul li:nth-child(7),.exhibit_con ul li:nth-child(8){
	width: 387px;
	height: 412px;
}
.exhibit_con ul li:nth-child(6),.exhibit_con ul li:nth-child(7){
	margin-right: 19px;
}
.exhibit_con ul li img{
	width: 100%;
	height: 100%;
	transition:transform 0.3s ease 0s; 
	-moz-transition:-moz-transform 0.3s ease 0s; Firefox 4 
	-webkit-transition:-webkit-transform 0.3s ease 0s; Safari and Chrome 
	-o-transition:-o-transform 0.3s ease 0s; Opera 
}
.exhibit_con ul li img:hover{
	-webkit-transform:scale(1.05); 
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05); 
	transform:scale(1.05);
}
.exhibit_con ul li.intro{
	border:1px solid #ddd;
	padding: 25px;
	background: #F8F8F8;
}
.exhibit_con ul li.intro .tit{
	font-size: 16px;
	font-weight: bold;
	padding: 24px 0 14px;
}
.exhibit_con ul li.intro .con{
	color: #666;
	line-height: 24px;
}
.exhibit_con ul li.intro .follow{
	margin-top: 75px;
}
.exhibit_con ul li.intro .follow p{
	float: left;
	margin-right: 24px;
	color: #666;
}
.exhibit_con ul li.intro .follow p:last-child{
	margin-right: 0;
}

/*我们的优势*/
.advantage{
	width: 100%;
	height: 480px;
	margin: 135px auto 150px;
	background: url(../image/bg_adv.jpg) no-repeat center;
	color: #fff;
}
.advantage .adv_con{
	width: 846px;
	margin: 0 auto;
	padding: 80px 0;
}
.advantage .adv_con p{
	text-align: center;
}
.advantage .adv_con .tip1{
	font-size: 16px;
	line-height: 30px;
}
.advantage .adv_con .tip2{
	font-size: 30px;
	padding: 50px 0 70px;
}
.advantage .adv_con ul li{
	float: left;
	padding-left: 30px;
	width: 230px; 
}
.advantage .adv_con ul li:last-child{
	width: 150px;
}
.advantage .adv_con ul li p{
	text-align: left;
}
.advantage .adv_con ul li .num{
	font-size: 36px;
	padding-bottom: 5px;
}
.advantage .adv_con ul li .line{
	width: 30px;
	height: 2px;
	background: #fff;
	margin-bottom: 5px;
}
.advantage .adv_con ul li .exp{
	line-height: 24px;
}

/*佩华社区*/
.community{
	height: 582px;
	margin: 150px auto 130px; 
	background: url(../image/bg_community.png) no-repeat center top;
	overflow: hidden;
}
.community .title{
	font-size: 36px;
	color: #333; 
	height: 112px;
	line-height: 112px;
	padding: 0 24px;
	float: left;
}
.community .title img{
	float: left;
	margin: 13px 0;
}
.community .more5{
	float: right;
	font-size: 16px;
	line-height: 112px;
	padding-right: 20px;
}
.community .title .more5 a{
	color: #20584f;
}
.community .tab{
	float: right;
}
.community .tab li{
	float: left;
	margin-right: 30px;
	color: #333;
	line-height: 112px;
	cursor: pointer;
}
.community .commun_con .left{
	clear: both;
	padding-top: 45px;
	float: left;
	width: 443px;
	margin: 0 25px 0 28px;
}
.community .commun_con .left img{
	width: 443px;
	height: 284px;
	float: left;
}
.community .commun_con .news_list{
	margin-top: 15px;
	float: left;
	width: 100%;
}
.community .commun_con .news_list li{
	background: url(../image/icon_point1.png) no-repeat left center;
	padding-left: 15px;
	font-size: 12px;
	color: #333;
	margin-bottom: 8px;
	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;	
}
.community .commun_con .center{
	float: left;
	width: 395px;
	padding-top: 45px;
}
.community .commun_con .center .con .t{
	font-size: 16px;
	padding-bottom: 8px;
}
.community .commun_con .center .con .t a{
	color: #333;
}
.community .commun_con .center .con .c{
	font-size: 12px;
	color: #666;
}
.community .commun_con .center .news_list{
	margin-top: 19px;
}
.community .commun_con .right_list{
	float: right;
	width: 256px;
	margin: 95px 25px 0 0 ;
}
.community .commun_con .right_list li{
	margin-bottom: 16px;
	float: left;
}
.community .commun_con .right_list li img{
	width: 106px;
	height: 66px;
	float: left;
} 
.community .commun_con .right_list li .con{
	float: left;
	margin-left: 10px;
	width: 140px;
}
.community .commun_con .right_list li .tm{
	color: #333;
}
.community .commun_con .right_list li .c{
	color: #333;
	font-size: 12px;
}