@charset "utf-8";

/**************************************
 * Title: index.css （首页样式）
 * Object: sushangxy.com
 * Layout: Flex-layout fm-flex(自写)
 * Color：#8f774a(暗黄 - logo底色)、#93794b(微暗黄 - 大标题-主要)、#956f2b(微亮黄 - 链接/标题-主要)、#aa8b09(亮黄 - 菜单/分类背景)
 * Author: FengMind <fengmind@qq.com>
 * Date: 2020/7/28
 **************************************/

/********************************
************ Common *************
*********************************/

/******* FM-common-module *******/
@media (min-width: 768px) {
	.fm-common-module {
		display: inline-block;
		width: 100%;
		min-height: 100%;
		padding-top: 20px;
	}
	.fm-main{
		height: calc(100% - 642px);
	}
}

.common-module-left {
	width: 260px;
	text-align: center;
	float: left;
}

.common-module-left a {
	display: block;
	width: 100%;
	background: white;
	color: white;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #505050;
}

.common-module-left a.active {
	background-color: var(--main-nav-color);
	color: white;
}

.common-module-left a:hover {
	background-color: var(--main-nav-color);
	color: white;
}

.common-module-left a.item i {
	margin-right: 10px;
}

.common-module-right {
	width: 900px;
	float: right;
	background-color: #f9f9f9;
	padding: 30px;
}

/******* FM-piccat-module *******/
.fm-piccat-module {
	display: inline-block;
	width: 100%;
	min-height: calc(100% - 642px);
	padding-top: 20px;
}

.piccat-module-left {
	width: 270px;
	min-height: 300px;
	padding-bottom: 50px;
	/* padding-top: 5px; */
	float: left;
	text-align: center;
	border-right: 1px solid #e4e4e4;
}

.piccat-module-left .item {
	width: 245px;
	height: 70px;
	margin-top: 30px;
	padding: 10px;
}

.piccat-module-left .item:first-child {
	margin-top: 0px;
}

.piccat-module-left .item a.thumb {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin-right: 20px;
	float: left;
	transition: -webkit-filter 1s;
	transition: filter 1s;
}

.piccat-module-left .item a.thumb img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
}

.piccat-module-left .item a.title {
	display: block;
	width: 230px;
	height: 50px;
	text-align: left;
}

.piccat-module-left .item a.title .main-title {
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.piccat-module-left .item a.title .sub-title {
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.piccat-module-left .item a.thumb:hover {
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
}

.piccat-module-left .item a.title:hover .main-title {
	color: var(--main-nav-color);
}

.piccat-module-left .item.active .main-title {
	color: var(--main-nav-color);
}

.piccat-module-left .item.active {
	background-color: #f5f5f5;
}

/******* fm-line-module *******/
.fm-line-module {
	width: 100%;
	display: inline-block;
	min-height: calc(100% - 639px);
	padding-top: 0px;
}

.fm-line-module .line-module-left {
	width: 360px;
	float: left;
	display: inline-block;
}

.line-module-left .start {
	width: 60px;
	height: 30px;
	top: 0px;
	left: 0px;
	background: url(../img/left_cat_start.png) no-repeat 25px 0px;
}

.line-module-left .end {
	width: 60px;
	height: 70px;
	top: 0px;
	left: 0px;
	background: url(../img/left_cat_end.png) no-repeat 25px 0px;
}

.line-module-left .item {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(../img/left_cat_middle.png) no-repeat 25px 0px;
}

.line-module-left .item a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	padding-left: 80px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.line-module-left .item a.active,
.line-module-left .item a:hover {
	background-color: var(--main-nav-color);
	background: url(../img/left_cat_active.png) no-repeat 1px;
	color: white;
	cursor: pointer;
}

/******* fm-tb-module *******/
.fm-tb-module {
	width: 100%;
	display: inline-block;
	min-height: calc(100% - 639px);
	padding-top: 20px;
}

.fm-tb-module .tcdPageCode {
	margin-top: 20px;
	margin-right: 0px;
}

.tb-module-top {
	margin-top: 0px;
	text-align: center;
}

.tb-module-top ul {
	display: inline-block;
	margin-left: -20px;
}

.tb-module-top ul li {
	float: left;
	display: block;
	margin-left: 15px;
	padding: 5px 15px;
	border-radius: 5px;
}

.tb-module-top ul li:hover {
	color: white;
	cursor: pointer;
	background: var(--main-nav-color);
}

.tb-module-top ul li.active {
	color: white;
	background-color: var(--main-nav-color);
}


/*********************************
************ Teacher *************
**********************************/
.teacher-module{
	margin-top: -30px;
	padding-bottom: 30px;
}
.teacher-module .module-title{
	text-align: center;
	font-size: 20px;
	width: 300px;
	height: 70px;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 50px;
}
.teacher-module .module-title .sub-title{
	color: #999;
	margin-top: 10px;
	font-size: 14px;
}
.teacher-list {
	padding: 0px;
	float: left;
	width: calc(100% + 100px);
	margin-top: 10px;
	margin-left: -40px;
	/*padding-bottom: 40px;*/
	background: none;
}

.teacher-list .ih-item {
	width: 320px;
	height: 340px;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
}

.teacher-list .ih-item .img {
	width: 100%;
	height: 100%;
	position: relative;
}

@media (min-width:768px) {
	.teacher-list .ih-item .img .name {
		display: block;
		position: absolute;
		bottom: 0px;
		z-index: 999999;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 18px;
		color: white;
	}
}

.ih-item.square.effect10.colored .info {
	background: var(--main-title-color)
}

.ih-item.square.effect10.colored .info h3 {
	background: var(--main-nav-color);
	display: block;
	height: 60px;
	text-align: center;
	margin-top: 60px;
	font-size: 18px;
	padding: 0px;
	line-height: 60px;
	padding: 0px 20px;
}

.ih-item.square.effect10.colored .info p {
	font-size: 16px;
	font-style: normal;
	color: #f5f5f5;
	display: block;
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}

.teacher-else-list {
	width: 900px;
	min-height: 300px;
	float: right;
}


/********************************
************ Course *************
*********************************/
.course-intro{
	width: 1000px;
	height: 300px;
	/* background: url(../img/course_bg.png); */
	background-size: auto;
	float: right;
	padding: 30px;
	margin-top: 30px;
	border:5px solid var(--main-nav-color);
}

.course-intro .hy{
	display: block;
	float: left;
	width: 400px;
	height: 220px;
	margin-top: 5px;
}

.course-intro .intro{
	display: block;
	float: left;
	width: 490px;
	height: 200px;
	margin-left: 40px;
	color: #333;
	margin-top: 15px;
	line-height: 26px;
	font-size: 16px;
	overflow-y: auto;
	white-space:wrap;
}

.h_line{
	width: 1000px;
	float: right;
	height: 1px;
	margin-top: 50px;
	border-bottom: 2px solid #e4e4e4;
}


.course-list {
	width: 1000px;
	min-height: 100px;
	background: none;
	float: right;
	margin-top: 10px;
	position: relative;
}

.course-list .course {
	width: 100%;
	display: inline-block;
	margin-top: 40px;
	background-color: #f9f9f9;
	padding: 30px;
	height: 310px;
}

.course-list .course:first-child {
	margin-top: 30px;
}

.course-list .course:last-child {
	padding-bottom: 0px;
}

.course a.thumb {
	display: block;
	width: 500px;
	height: 250px;
	float: left;
	transition: filter 1s;
	transition: -webkit-filter 1s;
	overflow: hidden;
}

.course .thumb img {
	width: 100%;
	height: 100%;
	transition: transform 1s;
}

.course a.thumb:hover {
	/* -webkit-filter: brightness(130%);
	filter: brightness(130%); */
	filter: drop-shadow(2px 4px 6px #000);
}

.course a.thumb:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.course .info {
	width: 400px;
	float: right;
}

.course .info .title {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.course .info .title a {
	font-size: 16px;
}

.course .info .title .date-info {
	width: 100%;
	height: 30px;
	margin-top: 20px;
}

.course .date-info .tags {
	float: left;
	width: 330px;
	border-radius: 5px;
	padding: 3px 8px;
	line-height: 20px;
	font-size: 12px;
	overflow: hidden;
}

.course .date-info .tags i {
	display: block;
	margin-left: -5px;
	float: left;
	color: green;
	margin-top: 0px;
	font-weight: bold;
	margin-right: 5px;
}

.course .date-info .tags span {
	margin-left: 5px;
	color: #f5f5f5;
	background-color: green;
	font-size: 12px;
	padding: 2px 8px;
}

.course .date-info .date {
	float: right;
	color: #999;
	line-height: 30px;
	font-size: 12px;
}

.course .info .summary {
	margin-top: 20px;
	line-height: 26px;
	height: 150px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.course a:hover {
	color: var(--main-link-color);
	cursor: pointer;
}

/* 偶数交换位置 */
.course-list .course:nth-child(even) .thumb {
	float: right;
}

.course-list .course:nth-child(even) .info {
	float: left;
}

.course-pagination {}


/***********************************
************ Classroom *************
************************************/
.classroom-list {
	position: relative;
	display: inline-block;
	width: 1460px;
	height: auto;
	min-height: 300px;
	margin-left: -50px;
	margin-top: 0px;
	padding-bottom: 20px;
	text-align: center;
}

.classroom-video {
	position: relative;
	float: left;
	width: 430px;
	height: 280px;
	margin-left: 52px;
	margin-top: 52px;
	cursor: pointer;
}

.classroom-video .thumb {
	width: 100%;
	height: 250px;
}

.classroom-video .thumb img {
	width: 100%;
	height: 100%;
}

.classroom-video .title {
	margin-top: 10px;
}

.classroom-video .player-sign {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -40px;
}

.classroom-video .player-sign i {
	font-size: 60px;
	line-height: 60px;
	color: white;
}

.classroom-video .cover {
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #333;
	opacity: 0.3;
	transition: height 0.5s;
}

.classroom-list{
	min-height: 500px;
}

.classroom-list .fm-loading {
	margin-top: -80px;
}

.classroom-video:hover .title{
	text-decoration: underline;
}

.classroom-video:hover .cover{
	height: 250px;
}


/**********************************
************ Student **************
***********************************/
.student-module {
	padding: 0px;
	padding-bottom: 40px;
}

.student-module .module-title {
	text-align: center;
	font-size: 20px;
	width: 200px;
	height: 50px;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 50px;
}

.student-module .fm-container:first-child{
	margin-top: 0px;
}

/* 校友说 */
.student-module-testimonials {
	width: 100%;
	height: 500px;
	margin-top: 50px;
	background:url(../img/student_testimonials_bg.jpg) #160c0a center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	z-index: 9999;
	display: inline-block;
}

.student-module-testimonials .left-m{
	float: left;
	width: calc((100% - 700px) / 2);
	height: 100%;
	/*background: #160c0a;*/
	/*background:url(../img/student_says_bg1.png) #160c0a right no-repeat;*/
	/*background-size: cover;*/
	/*-webkit-background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*-o-background-size: cover;*/
	/*-ms-background-size: cover;*/
}

.student-module-testimonials .right-m{
	float: right;
	width: calc((100% - 700px) / 2);
	height: 100%;
	/*background: #160c0a;*/
	/*background:url(../img/student_says_bg2.png) #160c0a left no-repeat;*/
	/*background-size: cover;*/
	/*-webkit-background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*-o-background-size: cover;*/
	/*-ms-background-size: cover;*/
}

#testimonials-list {
	width: 700px;
	height: 500px;
	margin: 0 auto;
	text-align: center;
	/*background: #1f2217;*/
	position: relative;
	float: left;
	background:rgba(0,0,0,0.8);
}


#testimonials-list .item {
	display: inline-block;
	position: relative;
	width: 700px;
	height: 100%;
	padding: 0px;
}

#testimonials-list .item .avatar {
	width: 100px;
	height: 100px;
	margin-top: 60px;
	border-radius: 50px;
	border:4px solid white
}
#testimonials-list .item .name{
	color: white;
	font-weight: bold;
	margin-top: 20px;
	font-size: 18px;
}
#testimonials-list .item .title{
	color: white;
	font-weight: bold;
	margin-top: 15px;
	font-size: 16px;
}
#testimonials-list .item .testimonials i{
	color: white;
	font-size: 24px;
}
#testimonials-list .item .testimonials i.start{
	margin-right: 10px;
}
#testimonials-list .item .testimonials i.end{
	margin-left: 10px;
}
#testimonials-list .item .testimonials{
	font-size: 16px;
	width: 500px;
	height: 140px;
	margin-left: 100px;
	margin-top: 40px;
	line-height: 26px;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

/* 学员企业logo */
#company{
	margin-top: 80px;
}
.student-module-company {
	width: calc(100% + 30px);
	margin-top: 20px;
	margin-left: -30px;
	display: inline-block;
}

.student-module-company .item {
	height: 120px;
	width: 255px;
	float: left;
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-left: 30px;
	margin-top: 30px;
}

.student-module-company .item .logo {
	width: 100%;
	height: 100%;
}

.student-module-company .item .logo img {
	max-height: 80px;
	max-width: 180px;
	width: auto;
}



/*****************************************
************ Contact、About **************
******************************************/
/********** About **********/
.contact-content {
	width: 1000px;
	background: none;
	padding: 0px;
	padding-left: 20px;
}

.contact-content .map {
	width: 800px;
}

.contact-content .info {
	margin-top: 20px;
	width: 500px;
	float: left;
}

.contact-content .info p{
	margin: 20px 0px;
}

.contact-content .info p.x{
	margin-top: 40px;
}

.contact-content .wx {
	margin-top: 20px;
	float: left;
}

/********** About **********/
.about-content{
	width: 1000px;
	line-height: 30px;
	padding: 40px;
}

.about-content .intro p i {
	font-size: 20px;
	color: var(--main-title-color);
}

.about-content .intro span.quote-right i {
	margin-top: 5px;
}

.about-content .target {
	line-height: 26px;
	margin-top: 40px;
}

.about-content .vision {
	margin-top: 20px;
	line-height: 26px;
}

.about-content .vision p.tit {
	margin-bottom: 5px;
	font-weight: bold;
}

.about-content .vision p.tit i {
	margin-right: 5px;
}

.about-content .vision p {
	color: var(--main-link-color);
}

.about-content .special {
	margin-top: 20px;
}

.about-content .special p {
	/* color: var(--main-nav-color); */
}

.about-content .special p.tit {
	font-weight: bold;
}

.about-content .special p.tit i {
	margin-right: 5px;
	font-weight: normal;
}

/*****************************************
************ View **************
******************************************/

.news-view-content {
	padding: 30px;
	text-align: center;
}

.news-view-content .title {
	font-size: 25px;
}

.news-view-content .info {
	margin-top: 20px;
	font-size: 16px;
	color: #999;
}
.news-view-content .info i {
	margin-right: 8px;
}

.news-view-content .content {
	width: 100%;
	text-align: left;
	padding: 50px;
	line-height: 26px;
	font-size: 16px;
	background-color: white;
	margin-top: 40px;
}

.news-view-content .content img {
	max-width: 100%;
}

/*****************************************
************ Famous **************
******************************************/
@media (min-width: 768px) {
	.famous-module .fm-container{
		width: 1428px;
	}
}
.famous-list{
	width: 100%;
	margin-top: 30px;
	position: relative;
	display: inline-block;
}
.famous-list .item{
	padding: 14px;
	margin-top: 28px;
}
.famous-list .item .in{
	display: block;
	width: 100%;
	background-color: white;
	box-shadow: 3px 5px  3px #888888;
	padding-bottom: 15px;
	overflow: hidden;
}
.famous-list .in .avatar{
	display: block;
	width: 100%;
	height: 212px;
	overflow: hidden;
}

.famous-list .in .avatar img{
	width: 100%;
	height: 100%;
	transition: transform 1s;
}

.famous-list .in .author{
	width: 100%;
	padding: 5px 20px;
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
	height: 50px;
	line-height: 50px;
}
.famous-list .in .title{
	width: 100%;
	height: 60px;
	padding: 5px 30px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}

.famous-list .item .in:hover{
	cursor: pointer;
	box-shadow: 3px 5px  3px var(--main-title-color);
}

.famous-list .item .in:hover .title{
	text-decoration: underline;
}

.famous-list .in .avatar img:hover{
	transform: scale(1.2);
}