html{
	font-size: 62.5%;
	height: 100%;
}
body{
	height: 100%;
}

/* common */
@media (max-width:767.98px) {
	.fm-container{
		width: 100%;
		padding:0px 10px;
		display: inline-block;
	}
	.fm-main{
		height: 100%;
	}
	.fm-module{
		display: inline-block;
		min-height: calc(100% - 362px);
	}
}

/* header */
.m-header {
	position: fixed;
	width: 100%;
	height: 50px;
	background: #aa8b09;
	z-index: 3;
}

.m-header .fm-row {
	width: 100%;
	height: 100%;
}

.m-header .m-logo {
	height: 100%;
	padding-left: 10px;
}

.m-header .m-logo img {
	height: 30px;
	margin-top: 10px;
}

.m-header .title {
	text-align: center;
	color: white;
	font-size: 1.6rem;
	height: 100%;
	line-height: 50px;
}

.m-header .title .m-title {
	text-align: center;
	color: white;
	font-size: 1.6rem;
	height: 100%;
	line-height: 50px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.m-header .m-nav {
	text-align: right;
	height: 100%;
	z-index: 999;
}

.m-header .m-nav i {
	color: white;
	font-size: 30px;
	margin-right: 10px;
	height: 100%;
	line-height: 50px;
}

#cbp-spmenu-s1{
	z-index: 999;
}

/* footer */
@media (max-width:767.98px) {
	.common-footer-simple {
		margin-top: 10px;
		height: 90px;
		display: inline-block;
		overflow: hidden;
	}
	.common-footer-simple .logo {
		width: 100%;
		height: 50px;
	}
	
	.common-footer-simple .logo img {
		height: 100%;
	}
	
	.common-footer-simple .info {
		margin-top: 0px;
		line-height: 30px;
	}
}

/* banner */
@media (max-width:767.98px) {
	.common-banner {
		position: relative;
		width: 100%;
		height: 160px;
		background-color: #f7f3e8;
		display: inline-block;
		margin-top:50px;
	}
	.breadcrumb{
		height: 50px;
		line-height: 50px;
	}
}


/**************************************
**************** Index ****************
***************************************/
@media (max-width: 767.98px) {
	/* banner */
	.index-banner.swiper-container{
		width: 100%;
		height: 250px;
	}
	.index-banner.swiper-container .swiper-slide{
		width: 100%;
		height: 100%;
	}
	.index-banner.swiper-container .swiper-slide a{
		width: 100%;
		height: 100%;
	}
	.index-banner.swiper-container .swiper-slide img{
		width: 100%;
		height: 100%;
	}
	.swiper-button-prev,
	.swiper-button-next{
		width: 12px;
		height: 20px;
		-moz-background-size: 12px 20px;
		-webkit-background-size:12px 20px;
		background-size: 12px 20px;
		margin-top: 0px;
	}

	.index-banner .swiper-slide .title{
		width: 100%;
		padding: 0 10px;
		position: absolute;
		height: 40px;
		line-height: 40px;
		bottom: 0px;
		text-align: center;
		font-size: 14px;
		background: rgba(0,0,0,0.7);
		color: white;
	}

	/* quick */
	.index-quicklink {
		width: 100%;
		height: auto;
		padding: 20px 10px;
		padding-top: 10px;
	}

	.quick-list {
		width: calc(100% + 10px);
		margin-left: -10px;
	}
	.quick-list a {
		position: relative;
		display: inline-block;
		width: calc(50% - 10px);
		height: 40px;
		line-height: 40px;
		margin-top:10px;
		font-size: 1.6rem;
		margin-left: 10px;
		padding: 0 10px;
		padding-right: 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
	}

	.quick-list a i {
		margin-right: 10px;
		font-size: 1.6rem;
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		color: white;
	}


	/* module-title */
	.common-module {
		width: 100%;
		display: inline-block;
		padding: 0px;
		margin:0px;
	}

	.module-title {
		width: 100%;
		height: 40px;
		margin-top:30px;
		
	}

	.module-title .title-center {
		text-align: center;
		width: 40%;
		height: 40px;
		line-height: 40px;
		font-size: 1.8rem;
	}
	.module-title .title-center i{
		font-size: 1.8rem;
	}


	/*view*/
	.common-module .fm-container{
		width: 100%;
		padding:0px;
	}
	.index-views{
		margin-top:20px
	}
	.index-views .item{
		display: inline-block;
		padding: 10px;
		margin-top: 0px;
	}
	.index-views .item .in{
		padding-bottom:10px;
	}
	.index-views .in .author{
		padding: 5px;
		font-size: 1.6rem;
		margin-top: 5px;
		height: 30px;
		line-height: 30px;
	}
	.index-views .in .title{
		padding: 5px;
		height: 48px;
		font-size: 1.4rem;
		margin-top: 0px;
		line-height: 20px;		
	}

	.title-more-2{
		height: 20px;
		line-height: 20px;
		margin-top: 20px;
	}
	.title-more-2 .title,.title-more-2 i{
		font-size: 1.6rem;
	}


	/* news */
	.index-news-module {
		margin-top:20px;
	}
	.index-news-module .common-line {
		margin-top: 20px;
	}
	
	.index-news-module .module-frame{
		margin-top: 30px;
	}

	ul.news-list {
		width: 100%;
		display: inline-block;
		margin-top: 20px;
		background-color: white;
		padding: 10px;
	}
	
	ul.news-list:first-child {
		margin-top: 0px;
	}
	
	ul.news-list .tt {
		width: 100%;
		height: 50px;
		font-size: 16px;
		color: #825400;
		/* border-bottom: 1px solid #e4e4e4;
		margin-bottom: 30px; */
	}
	
	ul.news-list .tt i {
		margin-right: 5px;
	}
	
	ul.news-list li[class^=fm-item] {
		display: inline-block;
		width:100%;
		margin-left: 0px;
		margin-top:20px
	}
	
	ul.news-list li:first-of-type {
		margin-top: 0px;
	}
	
	ul.news-list li .title {
		height: 22px;
		line-height: 22px;
		-webkit-line-clamp: 1;
		padding:0px;
		text-decoration: underline;
	}
	
	ul.news-list li .summary {
		height: 22px;
		line-height: 22px;
	}
	
	/* intro */
	.index-intro-module{
		margin-top:20px;
	}
	.module-title .title-center .tit{
		
	}
	
	.module-title .title-center img {
		display: inline-block;
		width: 25px;
		height: 25px;
		margin-top: 9px;
	}
	.module-title .title-center .t {
		font-size: 18px;
	}

	.intro-content {
		margin-top:30px;
		padding:0px 20px;
	}

	.intro-content .content{
	}

	.intro-content .content img{
		max-width: 100%;
	}

	.intro-content .content .intro p,.intro-content .content .intro p span,.intro-content .content .intro p a{
		font-size: 14px;
		line-height: 30px;
		margin-top: 10px;
	}
	
	.intro-content .content .intro p i {
		font-size: 16px;
		color: var(--main-title-color);
	}

	.intro-content .content .intro p .ssxy{
		font-size:16px !important;
	}
	
	.intro-content .content .target {
		font-size: 14px;
		line-height: 30px;
	}
	
	.intro-content .content .vision {
		font-size: 14px;
		line-height: 30px;
	}
	
	
	.intro-content .content .special {
		font-size: 14px;
		line-height: 30px;
	}
	
	.intro-pics {
		display: inline-block;
		position: relative;
		width: calc(100% + 20px);
		margin-top: 0px;
		margin-left: -20px;
		margin-bottom: 20px;
	}
	
	.intro-pics img {
		display: block;
		width:calc(50% - 20px);
		float: left;
		margin-left: 20px;
		margin-top: 20px;
	}

}


/**************************************
**************** Classroom ************
***************************************/

/* list */
@media (max-width:767.98px) {
	.fm-tb-module {
		min-height: calc(100% - 377px);
		padding-top: 10px;
	}

	.tb-module-top {
		padding:0;
	}

	.tb-module-top ul {
		display: block;
		margin-left: -10px;
		text-align: center;
	}
	.tb-module-top ul li{
		display: inline-block;
		float: none;
		margin-top:5px;
		margin-left: 5px;
		padding: 5px 5px;
	}
}

/* classroom */
@media (max-width:767.98px) {
	.classroom-list {
		position: relative;
		min-height: 0px;
		width: 100%;
		margin-left: 0px;
		display: inline-block;
		box-sizing: border-box;
		margin-top:-10px;
	}
	.classroom-video {
		width: 100%;
		height: 180px;
		margin-left:0px;
		margin-top:30px;
	}
	
	.classroom-video .thumb {
		display: inline-block;
		width: 100%;
		height: 160px;
		background:blue;
	}

}


/**************************************
**************** Course ***************
***************************************/
@media (max-width:767.98px) {
	.course-list {
		width: 100%;
		display: inline-block;
	}

	.course-list .course {
		width: 100%;
		padding: 0px;
		height: 80px;
		background:none;
		margin-top:20px;
		border-bottom:1px solid #e4e4e4;
	}

	.course-list .course:first-child {
		margin-top: 20px;
	}

	.course-list .course:last-child {
		padding-bottom: 0px;
		border-bottom:none;
	}

	.course a.thumb {
		width: 30%;
		height: 60px;
	}

	.course .info {
		width: calc(70% - 10px);
		height: 60px;
		overflow: hidden;
	}

	.course .info .title {
		height: 20px;
		border-bottom: none;
	}

	.course .info .title a {
		font-size: 14px;
	}

	.course .info .summary {
		margin-top: 5px;
		line-height: 18px;
		font-size: 12px;
		height: auto;
		color: #999;
		-webkit-line-clamp: 2;
	}
	.fm-pagination{
		margin-top:10px;
	}
	.fm-pagination .tcdPageCode {
		margin-bottom: 10px;
	}
}


/**************************************
**************** Teacher ************
***************************************/

@media (max-width:767.98px) {
	.teacher-module{
		margin-top: -30px;
		padding-bottom: 30px;		
	}

	.teacher-module .module-title{		
		font-size: 18px;
		width: 60%;
		height: 60px;
		margin-top: 30px;
	}
	.teacher-module .module-title .sub-title{
		margin-top: 5px;
		font-size: 14px;
	}
	.teacher-list {
		display: inline-block;
		padding: 0px;
		width: calc(100% + 10px);
		margin-top: 10px;
		margin-left: -10px;
		box-sizing: border-box;
	}

	.teacher-list .ih-item {
		width: calc(50% - 10px);
		height: 100px;
		margin-left: 10px;
		margin-top: 20px;
	}

	.teacher-list .ih-item .img .name {
		display: block;
		position: absolute;
		bottom: 0px;
		z-index: 999999;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		text-align: center;
		color: white;
		font-size: 16px;
		padding: 5px;
	}
	.teacher-list .ih-item .img .name .title{
		display: block;
		width: 100%;
		line-height: 30px;

	}
	.teacher-list .ih-item .img .name .des{
		display: block;
		width: 100%;
		line-height: 20px;
		font-size: 12px;
	}
}

/**************************************
**************** Student ************
***************************************/

@media (max-width:767.98px) {
	.student-module {
		padding: 0px;
		padding-bottom: 40px;
	}

	.student-module .module-title {
		font-size: 18px;
		margin-top: 30px;
		width: 50%;
		height: 40px;		
	}

	.student-module .fm-container:first-child{
		margin-top: 0px;
	}

	/* 校友说 */
	.student-module-testimonials {
		width: 100%;
		margin-top: 30px;
		height: 400px;
	}

	.student-module-testimonials .left-m{
		width: 0px;
	}

	.student-module-testimonials .right-m{
		width: 0px;
	}

	#testimonials-list {
		position: relative;
		width: 100%;
		height: 400px;
		background:rgba(0,0,0,0.7);
	}

	#testimonials-list .item {
		width: 100%;
		height: 100%;
		padding: 0px;
		position: relative;
	}

	#testimonials-list .item .avatar {
		margin-top: 20px;
		width: 70px;
		height: 70px;
		margin-top: 30px;
		border-radius: 35px;
		border:4px solid white
	}
	#testimonials-list .item .name{
		color: white;
		font-weight: bold;
		margin-top: 20px;
		font-size: 16px;
	}
	#testimonials-list .item .title{
		color: white;
		font-weight: bold;
		margin-top: 10px;
		font-size: 14px;
	}
	#testimonials-list .item .testimonials i{
		color: white;
		font-size: 18px;
	}
	#testimonials-list .item .testimonials i.start{
		margin-right: 5px;
	}
	#testimonials-list .item .testimonials i.end{
		margin-left: 5px;
	}
	#testimonials-list .item .testimonials{
		font-size: 14px;
		width: 100%;
		height: 125px;
		margin-left: 0px;
		margin-top: 30px;
		padding: 0px 10px;
		line-height: 20px;
		-webkit-line-clamp: 6;
		margin-bottom: 20px;
		position: relative;
	}
	#testimonials-list{
		
	}
	#testimonials-list .flex-control-nav{
		
	}
	#testimonials-list .slider{
		height: 100%;
	}
	#testimonials-list .slider .flexslider{
		height: 100%;
	}

	#testimonials-list .slider .flexslider .flex-control-nav {
		display: block;
		width: 200px;
		text-align: center;
		bottom: 20px;
		left: 50%;
		margin-left: -100px;
	}

	/* 学员企业logo */
	#company{
		margin-top: 20px;
	}
	.student-module-company {
		width: calc(100% + 10px);
		margin-top: 20px;
		margin-left: -10px;
	}

	.student-module-company .item {
		height: 80px;
		width: calc(50% - 10px);
		float: left;
		border: 1px solid #e4e4e4;
		padding: 20px;
		margin-left: 10px;
		margin-top: 10px;
	}

	.student-module-company .item .logo {
		width: 100%;
		height: 100%;
	}

	.student-module-company .item .logo img {
		max-height: 60px;
		max-width: 135px;
		width: auto;
	}
}

/**************************************
**************** Contact **************
***************************************/

@media (max-width:767.98px) {
	.common-module-left{
		display: none;
	}
	.module-line{
		display: none;
	}

	.contact-content{
		width: 100%;
		padding: 0px;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	
	.contact-content .map {
		width: 100%;
	}
	
	.contact-content .info {
		margin-top: 20px;
		width: 100%;
		float: left;
	}

	.contact-content .info p{
		margin: 5px 0px;
	}
	
	.contact-content .info p.x{
		margin-top: 10px;
	}
	
	.contact-content .wx {
		margin-top: 5px;
		text-align: center;
		width: 120px;
		margin-left: calc(50% - 60px);

	}


	/* about */
	.about-content{
		width: 100%;
		display: inline-block;
		padding: 0px;
		padding-bottom: 30px;
		margin-top: 20px;
	}
}


/**************************************
**************** Famous **************
***************************************/

@media (max-width:767.98px) {
	.famous-list{
		width: 100%;
		margin-top: 20px;
		position: relative;
		display: inline-block;
	}
	.famous-list .item{
		display: inline-block;
		padding: 10px;
		margin-top: 0px;
	}
	.famous-list .item .in{
		padding-bottom:10px;
	}
	.famous-list .in .author{
		padding: 5px;
		font-size: 1.6rem;
		margin-top: 5px;
		height: 30px;
		line-height: 30px;
	}
	.famous-list .in .title{
		padding: 5px;
		height: 48px;
		font-size: 1.4rem;
		margin-top: 0px;
		line-height: 20px;		
	}
	.famous-pagination{
		margin-top: 0px;
		padding: 0px;
	}
}


/* news-view */
@media (max-width:767.98px) {

	.view-module{
		width: 100%;
		min-height: calc(100% - 362px);
	}
	.news-view-content {
		width: 100%;
		padding: 0px;
		text-align: center;
		margin-top:20px;
		display: inline-block;
	}

	.news-view-content .title {
		font-size: 16px;
	}

	.news-view-content .info {
		display: inline-block;
		margin-top: 10px;
		font-size: 12px;
		color: #999;
	}
	.news-view-content .info i {
		margin-right: 8px;
	}

	.news-view-content .content {
		width: 100%;
		min-height: 200px;
		text-align: left;
		padding: 10px;
		line-height: 20px;
		font-size: 14px;
		background-color: white;
		margin-top: 20px;
	}

	.news-view-content .content p{
		max-width: 100%;
	}

	.news-view-content .content img {
		max-width: 100% !important;
		height: auto !important;
	}
}


