.swiper-wrapper img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container img {
	width: 100%;
}

.wrap {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.container h2 {
	font-size: 24px;
	position: relative;
	text-align: center;
	margin: 35px auto 35px;
}

.container h2 .idx_title {
	font-weight: normal;
	padding: 0 20px;
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}

.container h2 .idx_title:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	display: block;
	background: #15c288;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}

.container .row div img {
	width: 100%;
}

.container .sec-more {
	text-align: right;
	margin: 20px 20px 5px;
	display: flex;
	justify-content: flex-end;
}

.container .sec-more a {
	width: 100px;
	height: 32px;
	color: #fff;
	background: #15c288;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	display: block;
	border-radius: 5px;
}

.index-course-list .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#course-recommed {
	text-align: center;
}

#course-commend4_1 {
	/* padding: 20px 0; */
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	/* background-color: #fff; */
}

#course-commend4 {
	display: flex;
	flex-wrap: wrap;
}

#course-commend4 .course-info {
	padding: 12px 6px;
}

#course-commend4 .course-info .title {
	height: 20px;
	overflow: hidden;
	position: relative;
}

#course-commend4 .course-info .title a {
	font-weight: bold;
	color: #444;
	/* position: absolute; */
	/* top: 2px; */
}

#course-commend4 .course-info .teacher {
	height: 50px;
	position: relative;
	line-height: 50px;
}

#course-commend4 .course-info .teacher img {
	width: 20px;
	height: 20px;
}

.container .row .info {
	padding: 0 14px;
	border: 1px solid #f0f0f0;
}

.container .row .info h3 {
	font-size: 14px;
	color: #444;
	margin: 13px 0;
}

.container .row .info p {
	color: #666;
	font-size: 12px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.container .row .info a {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	padding: 8px 0;
	border-radius: 4px;
	color: #fff;
	background: #15c288;
	border: 1px solid #15c288;
}

.container .dynamic {
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #f0f0f0;
}

.hz-thread {
	background: #f6f6f6;
}

.hz-thread div {
	overflow: hidden;
}

#course-commend4 .course-img {
	overflow: hidden;
}

#course-commend4 .course-img a img:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}

.hottag-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /*left: -30px;*/
    /*right: 15px;*/
	/* border-right: 1px solid #efefef; */
}

.hottag-list div {
	text-align: center;
	/* border: 1px solid #efefef; */
	border-right: none;
	margin-top: -1px;
	/*font-size: 16px;*/
	/*padding: 0;*/
	min-height: 184px;
	/*width: 285px !important;*/
	/*width: calc((100% - 90px)/4) !important;*/
}
.hottag-list .img_wrap{
    height: 80px;
}
.hottag-list div:first-child,
.hottag-list div:nth-child(2),
.hottag-list div:nth-child(3),
.hottag-list div:nth-child(4) {
	margin-bottom: 30px;
}
.emil{
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.hottag-list a {
    height: 100%;
	border-radius: 5px;
	background-color: #fff;
	display: block;
	padding: 17px 10px 7px 10px;
	color: #666;
	box-shadow: 0px 0px 20px #ccc;
}

.hottag-list div:nth-child(4n) a {
	/*margin-right: 0;*/
}

.hottag-list a:hover {
	text-decoration: none;
}

.hottag-list a p {
	margin: 0 0 10px;
}

.hottag-list a p img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.hottag-list img:hover {
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.hottag-list a p span {
	color: #2c302f;
	font-size: 14px;
}

.hottag-list button {
	width: 80%;
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #15c288;
	border: unset;
	border-radius: 15px;
	text-align: center;
	font-size: 13px;
	padding: 4px 0;
}

.daren-list div {
	padding: 0 15px;
}

.daren-list div .list-item {
	padding: 20px;
	border: 1px solid #f0f0f0;
}

.daren-list div .list-item .avatar a {
	display: block;
	width: 100px;
	height: 100px;
}

.daren-list div .list-item .avatar a img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.avatar img:hover {
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.daren-list div .list-item .main {
	padding-top: 35px;
	text-align: center;
}

.daren-list div .list-item .main p {
	margin-bottom: 0;
	overflow: hidden;
}

/*.daren-list div .list-item .main p span{
	float: right;
	border-radius: 20px;
	padding: 6px 15px;
	background: #ff9439;
	color: #fff;
	margin-right: 28px;
}*/
.daren-list div .list-item .main p .active {
	color: #15c288;
}

.shortcut {
	display: flex;
	justify-content: space-around;
}
.shortcut div,.shortcut a {
	height: 100px;
	display: block;
	border-radius: 8px;
}
.shortcut div:nth-child(4) a {
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.shortcut div:nth-child(2) a {
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.shortcut div:nth-child(3) a {
	background-image: url(../images/bg3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.shortcut div:nth-child(1) a {
	background-image: url(../images/bg4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.shortcut>a:last-child {
	margin-right: 0;
}

.shortcut a {
	color: #fff;
	text-decoration: none;
}

.shortcut a:hover {
	text-decoration: none;
	color: #fff;
}

.shortcut a:visited {
	text-decoration: none;
	color: #fff;
}

.shortcut p {
	font-size: 22px;
	color: #000;
	text-align: center;
}

.shortcut div .pic {
	margin-bottom: 20px;
	/* height: 148px; */
}

.shortcut div .pic img {
	width: 50px !important;
	height: 50px !important;
}

.shortcut.more {
	margin-top: 35px;
}

.shortcut.more a {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 12px 35px;
	font-size: 24px;
}

.shortcut.more a:hover {
	-webkit-transition: .2s all linear;
	transition: .2s all linear;
	background: #fff;
	color: #459838;
}

.speical {
	height: 378px;
	/* background-color: #fff; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* margin-bottom: 20px; */
}

.speical .course-info {
	text-align: center;
}

.speical .info1 {
	text-align: center;
}

.speical img {
	/* width: 270px;
	height: 421px; */
	object-fit: contain;
}

.info1 h3 {
	font-size: 14px !important;
	font-weight: bold;
	color: #444;
	margin: 15px 0;
}

.right_info {
	/* width: 304px; */
	height: 170px;
}
.right_info a{
	display: block;
	width: 100%;
	height: 100%;
}
.right_info a img{
	display: block;
	width: 100%;
	height: 100%;
}

.speical:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: .3s all linear;
	transition: .3s all linear;
}

.desc {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: rgba(153, 153, 153, 1);
	margin-top: 10px;
}

.icon_img {
	width: 100%;
	height: 400px;
}

.shortcut>a {
	cursor: pointer;
	transition: transform 0.1s;
}

.shortcut>a:hover {
	transform: translate(0, -10px);
	background-color: #ebf1ef;
}

.pub_list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.pub_list .pub_list_bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.activity .content .left {
	width: 60%;
	font-size: 14px;
	overflow: hidden;
}

.activity .content .left h3 {
	font-size: 20px !important;
	width: 100%;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.activity .content .left h3:hover {
	color: #15c288;
	cursor: pointer;
}

.activity .content .left p {
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
}

.activity .content .left .pic {
	width: 35%;
	flex-shrink: 0;
	overflow: hidden;
}

.activity .content .left .text {
	overflow: hidden;
	flex-direction: column;
	background-color: #fff;
	padding: 0 20px;
	box-shadow: 0px 0px 20px #ebeaea;
}

.activity .content .left .box {
	margin-bottom: 20px;
	padding: 10px;
}
.activity .content .left .box:last-child {
	margin-bottom: 0;
}

.activity .content .left .pic div {
	padding-bottom: 75%;
	width: 100%;
	transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
}

.activity .content .left .pic div:hover {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
}

.activity .content .left .more {
	width: 100px;
	height: 32px;
	color: #fff;
	background: #15c288;
	text-align: center;
	line-height: 32px;
	margin-top: 40px;
	cursor: pointer;
	display: block;
	border-radius: 5px;
}

.server .second_det .text_wrap {
	width: 550px;
	float: right;
	margin-right: 50px;
}

.server .detail div .pic {
	overflow: hidden;
}

.server .detail div .pic div {
	transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
}

.server .detail div .pic div:hover {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all .8s;
	-ms-transition: all .8s;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
}

.activity .content .left .box:hover .more {
	color: #fff;
	background: #15c288;
	border: 0;
}

.activity .content .right {
	width: 40%;
	padding-left: 20px;
	padding-right: 20px;
}

.activity .content .promotion .promotion_box {
	margin-top: 0;
	overflow: hidden;
	padding-right: 0;
	margin-bottom: 25px;
}
.activity .content .promotion .promotion_box:last-child{
	margin-bottom: 0;
}

.activity .content .promotion {
	overflow: hidden;
}

.content .promotion .promotion_box .text{
	color: #333;
}

.activity .content .promotion .promotion_box .text .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	height: 20px;
	font-weight: bold;
}

.activity .content .promotion .promotion_box .text {
	overflow: hidden;
}

.activity .content .promotion .promotion_box .introduction {
	text-overflow: ellipsis;
}

.ml20 {
	margin-left: 20px;
}

.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}

.promotion {
	margin-bottom: 10px;
}

.promotion .promotion_box {
	padding-right: 40px;
	margin-top: 50px;
}

.promotion .promotion_box.last {
	margin-bottom: 40px;
}

.promotion .promotion_box .fl {
	width: 75px;
	height: 75px;
	background: #fff;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	color: #999;
	flex-shrink: 0;
}

.promotion .promotion_box:hover .fl {
	background: #15c288;
	color: #fff;
}

.promotion .promotion_box .fl .day {
	font-size: 22px;
	padding: 15px 0 0;
}

.promotion .promotion_box .text {
	margin-left: 15px;
	overflow: hidden;
}

.promotion .promotion_box .text .title {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.promotion .promotion_box .introduction {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.promotion .promotion_box:hover .text .title {
	color: #15c288;
}

.black9 {
    color: #999999;
}

.activity .content .promotion .promotion_box .text:hover{color:#15c288;}


header{
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-new{
	width: 100%;
	height: 450px;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.new-wrap{
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
.new-wrap div:nth-child(1){
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 5px;
}

.new-wrap div:nth-child(2){
	font-size: 20px;
	margin-top: 20px;
}
.new-wrap div:nth-child(2) span{
	color: #15c288;
}

.head-tel {
	height: 80px;
    float: right;
    background: url(../images/index_menu_phone.png) center left no-repeat;
    padding: 0 0 0 50px;
    text-align: right;
    font-size: 22px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: left;
}

#course-commend4 .course-info .title a:hover{
	color: #15c288;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
	.shortcut>a {
		width: 48%;
		height: 60px;
		margin-right: 10px;
	}
	.shortcut a:nth-child(1){
		margin-bottom: 10px;
	}
	.shortcut a:nth-child(2){
		margin-right: 0;
		margin-bottom: 10px;
	}

	.hottag-list a{
		/*margin-right: 10px;*/
	}
	.hottag-list div:nth-child(2n) a{
		/*margin-left: 10px;*/
	}
	.hottag-list div{
		margin-bottom: 20px;
	}
	.hottag-list div:first-child, .hottag-list div:nth-child(2), .hottag-list div:nth-child(3), .hottag-list div:nth-child(4){
	    margin-bottom: 20px;
	}
	.hottag-list div{
		margin-bottom: 20px;
	}

	.pub_list{
		display: flex;
		flex-direction: column;
	}
	.activity .content .left{
		display: flex;
		width: 100%;
	}
	 .activity .content .left .box{
		width: 49%;
		padding: 5px;
		border: 1px solid #f0f3fa;
	 }
	 .activity .content .left .pic{
		width: 100%;
	 }
	 .activity .content .left .text{
		margin-left: 0;
	 }
	 .activity .content .left .box{
		margin-bottom: 0;
	 }
	 .activity .content .right{
		width: 100%;
		padding-left: 5px;
		padding-right:15px;
		margin-top: 10px;
	 }
	 .promotion .promotion_box{
		display: flex;
		flex-direction: row;
	 }
	 .hottag-list div:nth-child(2n) a {
		margin-right: 0;
	}
	 .icon_img{
		height: 200px;
	 }
	.shortcut {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.shortcut div {
		padding: 10px;
		/*height: 80px;*/
	}
	.shortcut div a{
		height: 100%;
	}

	.shortcut p {
		font-size: 10px;
	}

	.shortcut div .pic img {
		width: 30px !important;
		height: 30px !important;
	}

	.new_info {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.right_info {
		/* width: 304px; */
		height: 90px;
	}

	.rmsys_left_tuwen {
		background: #fff;
		width: 100%;
		overflow: hidden;
		border-radius: 5px;
		margin-left: 15px;
		display: flex;
		flex-direction: column;
	}

	.rmsys_left_tuwen .leftimg {
		position: relative;
	}

	.rmsys_left_tuwen .leftimg img {
		width: 100% !important;
		height: 180px;
	}

	.rmsys_left_tuwen .righttext {
		padding: 25px 17px;
		flex: 1;
		line-height: 28px;
	}

	.rmsys_left_tuwen .righttext p {
		color: #333;
		text-indent: 28px;
		font-size: 14px;
		padding-top: 5px;
	}

	.rmsys_right_tuwen {
		width: 100%;
		overflow: hidden;
		margin-left: 15px;
		background: #fff;
		position: relative;
	}

	.rmsys_right_tuwen img {
		width: 100%;
		height: 180px;
		border-radius: 5px;
	}

	.rmsys_right_tuwen .title {
		padding: 10px 20px;
		line-height: 28px;
		font-weight: 600;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.speical {
		height: 260px;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 20px;
	}
	header{
		box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	.top-new{
		width: 100%;
		height: 240px;
		background-image: url(../images/1.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.new-wrap{
		width: 100%;
		margin: 0 auto;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.new-wrap div:nth-child(1){
		font-size: 20px;
		font-style: italic;
		font-weight: bold;
		letter-spacing: 5px;
	}
	
	.new-wrap div:nth-child(2){
		font-size: 20px;
		margin-top: 20px;
	}
	.new-wrap div:nth-child(2) span{
		color: #15c288;
	}
	
	.head-tel {
		height: 80px;
		float: right;
		background: url(../images/index_menu_phone.png) center left no-repeat;
		padding: 0 0 0 50px;
		text-align: right;
		font-size: 22px;
		color: #333;
		display: flex;
		align-items: center;
		justify-content: left;
	}
	.pull-right{
	    display: none;
	}
}

@media only screen and (min-width: 992px) {
	.new_info {
		display: flex;
	}

	.rmsys_left_tuwen {
		background: #fff;
		width: 580px;
		height: 300px;
		overflow: hidden;
		border-radius: 5px;
		margin-left: 15px;
		display: flex;
	}

	.rmsys_left_tuwen .leftimg {
		position: relative;
	}

	.rmsys_left_tuwen .leftimg img {
		width: 400px !important;
		height: 300px;
	}

	.rmsys_left_tuwen .righttext {
		padding: 25px 17px;
		flex: 1;
		line-height: 28px;
	}

	.rmsys_left_tuwen .righttext p {
		color: #333;
		text-indent: 28px;
		font-size: 14px;
		padding-top: 5px;
	}

	.rmsys_right_tuwen {
		width: 180px;
		height: 300px;
		overflow: hidden;
		margin-left: 15px;
		background: #fff;
		border-radius: 5px;
		position: relative;
	}

	.rmsys_right_tuwen img {
		width: 100%;
		height: 150px;
		border-radius: 5px;
	}

	.rmsys_right_tuwen .title {
		margin: 10px 20px;
		line-height: 28px;
		font-weight: 600;
		-webkit-line-clamp: 4;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}