@charset "utf-8";

/*
*
* tzp
* 2019.11.20
* 
*/


/*案列列表*/
.case_banner{
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../img/common/banner_case.jpg) no-repeat center center;
	background-size: auto 350px;
}
.case_container{
	margin-top: -165px;
}
.case_List{
	overflow: hidden;
	padding: 40px 0;
}
.case_item{
	width: 390px;
	padding: 10px 10px;
	box-sizing: border-box;
	float: left;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 15px;	
}
.case_item:nth-of-type(3n+0){
	margin-right: 0;
}
.case_img_div{
	width: 370px;
	height: 185px;
	overflow: hidden;
	position: relative;
}
.case_img{
	width: 370px;
	height: 185px;
	overflow: hidden;
}
.case_img img{
	width: 100%;
	min-height: 185px;
}
.case_tag{
	width: 100%;
	background: rgba(0,63,105,0.85);
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.case_tag i{
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	float: left;
}
.case_tag span{
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	float: right;
}
.case_tag span em{
	font-size: 16px;
	line-height: 42px;
	color: #0096ff;
	padding-right: 4px;
}

.case_info{
	overflow: hidden;
	padding: 10px 10px;
}
.case_info h1{
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.case_info h1 em{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	max-width: 15em;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	display: block;
}
.case_info h1 span{
	font-size: 18px;
	line-height: 24px;
	height: 24px;	
	padding-left: 6px;
	font-weight: 600;
	color: #ff3d00;
	float: left;
	display: inline-block;
}
.case_info p{
	font-size: 16px;
	line-height: 22px;
	color: #838383;
	height: 88px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


/*新闻列表*/
.news_container{
	overflow: hidden;
	width: 100%;
}
.news_List{
	overflow: hidden;
	padding: 20px 0;
}
.news_item{
	width: 390px;
	padding: 10px 10px;
	box-sizing: border-box;
	float: left;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 15px;	
}
.news_item:nth-of-type(3n+0){
	margin-right: 0;
}
.news_img_div{
	width: 370px;
	height: 185px;
	overflow: hidden;
	position: relative;
}
.news_img{
	width: 370px;
	height: 185px;
	overflow: hidden;
}
.news_img img{
	width: 100%;
	min-height: 185px;
}
.news_tag{
	width: 100%;
	background: rgba(0,63,105,0.85);
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news_tag i{
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	float: left;
}
.news_tag span{
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	float: right;
}
.news_tag span em{
	font-size: 16px;
	line-height: 42px;
	color: #0096ff;
	padding-right: 4px;
}
.news_info{
	overflow: hidden;
	padding: 10px 10px;
}
.news_info h1{
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}
.news_info h2{
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	margin-bottom: 10px;
}
.news_info p{
	font-size: 16px;
	line-height: 22px;
	color: #838383;
	height: 66px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*课程列表*/
.course_banner{
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../img/common/banner_course.jpg) no-repeat center center;
	background-size: auto 350px;
	position: relative;
}
.course_inner{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	position: relative;
}
.course_container{
	overflow: hidden;
	width: 100%;
}
.course_List{
	overflow: hidden;
	padding: 20px 0;
}
.course_item{
	width: 390px;
	padding: 10px 10px;
	box-sizing: border-box;
	float: left;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 15px;	
}
.course_item:nth-of-type(3n+0){
	margin-right: 0;
}
.course_img_div{
	width: 370px;
	height: 185px;
	overflow: hidden;
	position: relative;
}
.course_img{
	width: 370px;
	height: 185px;
	overflow: hidden;
}
.course_img img{
	width: 100%;
	min-height: 185px;
}
.course_tag{
	width: 100%;
	background: rgba(0,63,105,0.85);
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.course_tag i{
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	float: left;
	padding-left: 24px;
}

.course_tag span{
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	float: right;
}
.course_tag span em{
	font-size: 16px;
	line-height: 42px;
	color: #0096ff;
	padding-right: 4px;
}

.course_info{
	overflow: hidden;
	padding: 10px 10px;
}
.course_info h1{
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.course_info h2{
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #7b7b7b;
	margin-bottom: 10px;
}
.course_info p{
	font-size: 16px;
	line-height: 22px;
	color: #838383;
	height: 88px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.course_item:hover .course_info h1{
	color: #ff511c;
}

.cour_expert{
	position: relative;
	padding: 10px 0px;
	overflow: hidden;
	margin-bottom: 10px;
}
.cour_expert_img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #ffcc90;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.cour_expert_img img{
	width: 100%;
	min-height: 50px;
	background: #fff;
}
.cour_expert_info{
	float: left;
	width: 280px;
}
.cour_expert_info h3{
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #0096ff;
}
.cour_expert_info h4{
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.course_nav_area{
	width: 100%;
	position: relative;
	padding-top: 35px;
}
.course_nav_div{
	width: 1200px;
	min-height: 48px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	display: block;
}
.course_nav{
	width: 1200px;
	height: 80px;
	box-sizing: border-box;
}
.course_nav li{
	width: 9.09%;
	height: 80px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.course_nav li:hover a,.course_nav li.on a{
	color: #ff511c;
	opacity: 1;
}
.course_nav li a{
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	opacity: 0.6;
	display: block;
	padding-top: 40px;
	box-sizing: border-box;
}
.course_nav li em{
	width: 24px;
	height: 14px;
	display: block;
	background: url(../img/course/ic_zhishi.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -14px;
	z-index: 10;
	display: none;
}
.course_nav li.on em{
	display: block;
}

.cla1{background: url(../img/course/cla3.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla2{background: url(../img/course/cla4.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla3{background: url(../img/course/cla5.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla4{background: url(../img/course/cla6.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla5{background: url(../img/course/cla7.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla6{background: url(../img/course/cla8.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla7{background: url(../img/course/cla9.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla8{background: url(../img/course/cla10.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla9{background: url(../img/course/cla11.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla10{background: url(../img/course/cla2.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla11{background: url(../img/course/cla1.png) no-repeat top 10px center;background-size: 30px 30px;}

.cla1.on,.cla1:hover{background: url(../img/course/clar3.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla2.on,.cla2:hover{background: url(../img/course/clar4.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla3.on,.cla3:hover{background: url(../img/course/clar5.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla4.on,.cla4:hover{background: url(../img/course/clar6.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla5.on,.cla5:hover{background: url(../img/course/clar7.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla6.on,.cla6:hover{background: url(../img/course/clar8.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla7.on,.cla7:hover{background: url(../img/course/clar9.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla8.on,.cla8:hover{background: url(../img/course/clar10.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla9.on,.cla9:hover{background: url(../img/course/clar11.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla10.on,.cla10:hover{background: url(../img/course/clar2.png) no-repeat top 10px center;background-size: 30px 30px;}
.cla11.on,.cla11:hover{background: url(../img/course/clar1.png) no-repeat top 10px center;background-size: 30px 30px;}


.course_tag .icla1{background: url(../img/course/clab3.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla2{background: url(../img/course/clab4.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla3{background: url(../img/course/clab5.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla4{background: url(../img/course/clab6.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla5{background: url(../img/course/clab7.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla6{background: url(../img/course/clab8.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla7{background: url(../img/course/clab9.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla8{background: url(../img/course/clab10.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla9{background: url(../img/course/clab11.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla10{background: url(../img/course/clab2.png) no-repeat left center;background-size: 18px 18px;}
.course_tag .icla11{background: url(../img/course/clab1.png) no-repeat left center;background-size: 18px 18px;}


.course_nav_son{
	min-height:48px;
	padding: 10px 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	background: #000;
	border-radius: 30px;
}
.course_nav_son a{
	font-size: 18px;
	line-height: 28px;
	padding: 0 10px;
	/*margin:  0 10px;
	float: left;*/
	color: #fff;
	opacity: 0.6;
}
.course_nav_son a:hover{
	color: #ff511c;
	opacity: 1;
}

.curs_rili{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	opacity: 0.6;
	padding-left: 40px;
	background: url(../img/course/ic_rili.png) no-repeat left center;
	background-size: 28px 28px;
	position: absolute;
	right: 30px;
	bottom: 30px;
}



/*专家列表*/
.expert_banner{
	width: 100%;
	min-width: 1200px;
	height: 150px;
	background: url(../img/common/banner_course.jpg) no-repeat center center;
	background-size: auto ;
	position: relative;
}

.expert_List{
	overflow: hidden;
	padding: 20px 0;
}
.expert_item{
	display: block;
	float: left;
	padding: 30px 20px;
	box-sizing: border-box;
	width: 288px;	
	background: #fff;
	margin-right: 16px;
	margin-bottom: 16px;
}
.expert_item:nth-of-type(4n+0){
	margin-right: 0;
}
.expert_img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #ffcc90;
	overflow: hidden;
	margin: 0 auto;
}
.expert_img img{
	width: 100%;
	min-height: 80px;
	background: #fff;
}
.expert_info{
	width: 100%;
	overflow: hidden;
}
.expert_info h1{
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	margin-top: 6px;
	text-align: center;
}
.expert_info h2{
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #838383;
}
.expert_info p{
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #838383;
	margin-bottom: 20px;
}

.expt_a{
	display: block;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	border-radius: 18px;
	width: 160px;
	background: #ff7f57 url(../img/common/ic_a1.png) no-repeat right 20px center;
	background-size: 8px 16px;
	color: #fff;
	text-indent: 24px;
	margin: 10px auto;
}

.expert_tag{
	overflow: hidden;
	margin-bottom: 20px;
}
.expert_tag>div{
	float: left;
	width: 50%;	
	font-size: 16px;
	line-height: 30px;
	box-sizing: border-box;
}
.expert_tag>div em{
	color: #0096ff;
}
.expert_tag .fav{
	background: url(../img/common/fav1.png) no-repeat left center;
	background-size: 22px 22px;
	padding-left: 26px;
}
.expert_tag .surf{
	background: url(../img/common/surf.png) no-repeat left center;
	background-size: 22px 22px;
	padding-left: 30px;
}



/*市场合作列表*/
.market_banner{
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../img/common/banner_market.jpg) no-repeat center center;
	background-size: auto 350px;
}
.market_container{
	margin-top: -125px;
}
.market_List{
	overflow: hidden;
	padding: 40px 0;
}
.market_item{
	overflow: hidden;
	padding: 20px 20px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.market_img{
	width: 305px;
	height: 185px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
}
.market_img img{
	width: 100%;
	min-height: 185px;
}
.market_info{
	float: left;
	width: 540px;
	height: 185px;
	position: relative;
}
.market_info h1{
	overflow: hidden;
}
.market_info h1 em{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	float: left;
}
.market_info h1 i{
	font-size: 18px;
	line-height: 24px;
	color: #ff511c;
	float: left;
	margin-left: 20px;
}
.market_info h2{
	font-size: 14px;
	line-height: 30px;
	color: #838383;
	margin-bottom: 20px;
}
.market_info p{
	font-size: 16px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: absolute;
	left: 0;
	bottom: 0;
}


.market_right{
	float: right;
	width: 260px;
}
.market_right>div{
	font-size: 16px;
	line-height: 32px;
	color: #838383;
	padding-left: 30px;
}
.market_right>div em{
	color: #000;
	padding-right: 6px;
}
.market_right .ic_clock{
	background: url(../img/common/ic_clock.png) no-repeat left center;
	background-size: 22px 22px;
}
.market_right .ic_surf{
	background: url(../img/common/surf.png) no-repeat left center;
	background-size: 22px 22px;
}
.market_right .ic_fav{
	background: url(../img/common/fav1.png) no-repeat left center;
	background-size: 22px 22px;
}
.market_right .ic_location{
	background: url(../img/common/ic_location.png) no-repeat left center;
	background-size: 22px 22px;
}