@charset "utf-8";
.m_cont,.index_banner_m{
	display: none;
}

@media(max-width:750px){
	.m_hide{
		display:none
	}
	body{
		width:100%;
		/* overflow:hidden; */
	}
	.header .logo{
		height:auto;
		border:none;
	}
	.header .top{
		border:none
	}
	.header .logo img{
		width:85%;
		margin:.28rem auto!important;
	}
	.header .nav{
		display:none
	}
	.index_banner_m{
		width:100%;
		display: block;
	}
	.index_banner_m img{
		width:100%
	}
	.m_cont{
		width: calc(100% - .6rem);
		padding:0 .3rem;
		display: block;
		overflow: hidden;
	}
	.m_cont .center{width:100%;}
	.m_cont .system-cont{margin-top:.3rem;}
	.m_cont .system-cont a{
		width:49%;
		float:left;
		margin-right:2%;
		margin-bottom:1%
	}
	.m_cont .system-cont a:nth-child(2n){
		margin-right:0%
	}
	.m_cont .system-0{margin-left:0}
	.m_cont .system-cont a>div,.system .system-cont a>div>img{width:100%}
	
	/*首页新闻*/
	.index_news .top{		
		background: #F9F9F9;
		overflow:hidden;
		margin:.4rem auto .3rem auto
	}
	.index_news .top a{
		width:50%;
		float:left;
		line-height:.72rem;
		text-align:center;
		font-size:.28rem;
	}
	.index_news .top a.on{
		color:#9D1F2B;
		position: relative;
	}
	.index_news .top a.on:before{
		content:"";
		position:absolute;
		left:50%;
		bottom:0;
		width:.68rem;
		height:.06rem;
		background:#9D1F2B;
		margin-left:-0.34rem;
		border-radius:.08rem;
	}
	
	.index_news .news_cont .list .cont{
		
		margin-bottom:.34rem;
	}
	.index_news .news_cont .list .cont>a{
		display:flex;
	}
	.index_news .news_cont .list img{
		min-width:2rem;
		width:2rem;
		max-width:2rem;
		height:1.5rem;
		
		margin-right:.16rem;
	}
	.index_news .news_cont .list .fr{
		position:relative;
	}
	.index_news .news_cont .list .fr h3{
		font-size:.3rem;
		line-height:.4rem;
		color: #333333;
		
	}
	.index_news .news_cont .list .fr p{
		position:absolute;
		left:0;
		bottom:0;
		width:100%
	}
	.index_news .news_cont .list .fr span{
		font-size:.22rem;
		line-height:.22rem;
		color: #999999;
	}
	.index_news .news_cont .list .fr span.fr{
		float:right;
	}
	.index_news .news_cont .list div.more,.index_ms .index_ms_cont div.more{
		text-align:center;
	}
	.index_news .news_cont .list a.more,.index_ms .index_ms_cont div.more a.more{
		width:1.7rem;
		height:.56rem;
		border-radius:.28rem;
		border:1px solid #ccc;
		margin:.48rem auto;
		text-align:center;
		line-height:.56rem;
		font-size:.24rem;
		display:inline-block;
	}
	
	
	.m_cont .tit img{
		width:2.2rem;
		height:auto;
		margin:.5rem auto;
	}

	/* 名师名家 */
	.index_ms_cont .swiper-container{
		padding-bottom: .2rem;
	}
	.index_ms_cont .swiper-container .swiper-slide{
		margin-right: .3rem;
		position: relative;
		padding-bottom: .2rem;
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1)
	}
	.index_ms_cont .swiper-container .swiper-slide .img{
		width: 100%;
		height: 3rem;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.index_ms_cont .swiper-container .swiper-slide span{
		position: absolute;
		left: 0;
		top:2.8rem;
		width: 1.94rem;
		height: .44rem;
		line-height: .44rem;
		background: url(/skin/images/index_ms_bg.png) no-repeat 100% 100%;
		color: #fff;
		font-size: .24rem;
		text-align: left;
		text-indent: .1rem;
		display: none;
	}
	.index_ms_cont .swiper-container .swiper-slide h3{
		margin-top: .3rem;
		font-size: .28rem;
		color: #333;
		text-align: left;
		padding: 0 .1rem;
	}
	.index_ms_cont .swiper-container .swiper-slide p{
		font-size: .24rem;
		color: #999;
		height: .65rem;
		overflow: hidden;
		padding: 0 .1rem;
		text-align: left;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	
	/* 经典案例 */
	
	.index_al{
		margin-top: .4rem;
		background: #F9F9F9;
		width: calc( 100% + .6rem);
		margin-left:-.3rem;
	}
	.index_al .tit{
		padding-left:.3rem;
	}
	.index_al .list{
		display: flex;
	}
	
	.index_al .list .fl a>img,.index_al .list .fr a>img{
		width: 3.75rem;
		height: 2.8rem;
	}
	
	.index_al .list .text{
		padding: 0 .3rem;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.index_al .list .text h4{
		font-size: .32rem;
		color: #333333;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.index_al .list .text p{
		color: #666666;
		font-size: .28rem;
		margin:.2rem auto;
		text-align: justify;
	}
	.index_al .list .text img.jt{
		width: .4rem;
		height: auto;
	}
	.index_al .list .fl img.jt{
		float: right;
	}
	
	
	/* 学习热线 */
	.index_tel .list{
		height: .96rem;
		border-radius: .56rem;
		margin-bottom: .3rem;
	}
	.index_tel .list p{
		font-size: .32rem;
		line-height: .96rem;
		padding-left: .4rem;
	}
	.index_tel .list p span{
		font-size: .44rem;
	}
	.index_tel .list p em{
		font-style: normal;
		width: 1.8rem;
		float: right;
		border-radius: .32rem;
		font-size: .28rem;
		color: #FFF;
		height: .64rem;
		margin-top: .16rem;
		line-height: .64rem;
		display: flex;
		align-items:center;
		justify-content: center;
	}
	.index_tel .list p em img{
		width: .26rem;
	}
	.index_tel .list:nth-child(2){
		background: rgba(241,78,57,.1);
	}
	.index_tel .list:nth-child(3){
		background: rgba(248,188,58,.15);
	}
	.index_tel .list:nth-child(4){
		background: rgba(32,105,194,.1);
	}
	.index_tel .list:nth-child(5){
		background: rgba(34,197,126,.1);
	}
	.index_tel .list:nth-child(2) p{color: #F14E39;}
	.index_tel .list:nth-child(2) p em{background: #F14E39;}
	
	.index_tel .list:nth-child(3) p{color: #F8BC3A;}
	.index_tel .list:nth-child(3) p em{background: #F8BC3A;}
	
	.index_tel .list:nth-child(4) p{color: #2069C2;}
	.index_tel .list:nth-child(4) p em{background: #2069C2;}
	
	.index_tel .list:nth-child(5) p{color: #22C57E;}
	.index_tel .list:nth-child(5) p em{background: #22C57E;}
	
	
	
	.footer{width:100%;overflow:hidden;}
	.footer .center{
		width: 100%;
		padding:0 .26rem;
		box-sizing: border-box;
	}
	.footer .center .footer-top{height: auto;overflow: hidden;border-bottom: none;}
	.footer .center .footer-top  img{float: left;height: auto;margin-left:0!important}
	.footer .center .footer-top  img:nth-child(1){width: 22%;}
	.footer .center .footer-top  img:nth-child(2){width: 45%;margin:0 .2rem!important}
	.footer .center .footer-top  img:nth-child(3){width: 21%;}
	
	.footer .footer-top span{clear: both;}
	
	.footer .center .flink{display: none;}
	.footer .footer-bom{border-top:none}
	
	.asid_share .asid_share_box a img{
		float: left;
		margin-left:.1rem
	}
	
	
	
	/* 政府培训 */
	.warp .content{
		width: 100%;
	}
	.warp .content .left{
		display: none
	}
	.warp .content .right{
		width: 100%;
	}
	.warp .content .right .breadnav{
		padding-top: 0!important;
		font-size: .32rem;
	}
	
	.warp .content .right .govBanner{
		height: auto;
		width: 100%;
		margin: 0 auto;
	}
	.warp .content .right .govBanner img{
		width: 100%;
	}
	.warp .content .right .part{
		margin-top: .2rem;
	}
	.warp .content  .right .govTrain-con{
		width: 100%;
		padding: 0 .16rem;
		box-sizing: border-box;
	}
	.warp .content .right .govTrain-con .advantageItem .img,.warp .content .right .govTrain-con .advantageItem .txt{
		width: 100%;
		height: auto;
		text-align: center;
	}
	.warp .content .right .govTrain-con .advantageItem .img img{
		width: 80%;
		height: auto;
	}
	.warp .content .right .govTrain-con .advantageItem .txt p{
		font-size: .28rem;
		line-height: .4rem;
	}
	.warp .right .govTrain-con .advantageItem{
		margin-bottom: .3rem;
	}
	.warp .right .govTrain-con .conceptSys .txt,.right .govTrain-con .research .txt{
		width: 100%;
		margin-left: 0;
	}
	.right .govTrain-con .applyForm .formCtrl textarea{
		width: 220px;
	}
	.right .govTrain-con .pictureAll{
		margin-top: .3rem;
		width: 100%;
		margin-left:0;
		display: none;
	}
	
	
	/* 银行培训 */
	
	.bankBanner{
		width: 100%;
		margin: 0 auto;
	}
	.bankBanner img{width: 100%;}
	.right .bankTrain-con{
		width: 100%;
	}
	.right .bankTrain-con .advantageItem{
		width: 90%;
		margin:0 auto;
		float: none;
		margin-bottom: .2rem;
	}
	.right .bankTrain-con .partText{
		padding: 0 .5rem;
	}
	.warp .content .right .part img{
		max-width: 94%;
		margin: 0 auto;
	}
	.right .bankTrain-con .moreService {
		padding:0 .4rem;
		margin-top:0;
		padding-top: .4rem;
		
	}
	.right .bankTrain-con .serviceItem{
		margin: 0;
		width: 48%;
		padding:.2rem;
		box-sizing: border-box;
		margin-bottom: .4rem;
		height: auto;
	}
	.right .bankTrain-con  .partList5 .moreService{
		margin-bottom:0
	}
	.right .bankTrain-con .serviceItem:nth-child(2n){
		margin-left: 2%;
	}
	.right .bankTrain-con .applyForm .formCtrl textarea{
		width: 210px;
	}
	.right .bankTrain-con .pictureAll{display: none;}
	
	
	/* 企业内训 */
	.right .training-con{margin: 0 auto;padding:.3rem}
	.right .training-con .inHouseList{
		margin-right: 0;
		width: 100%;
	}
	.right .training-con .inHouseItem{
		margin-right: 0;
		width: 100%;
		height: auto;
		margin-bottom: .3rem;
	}
	.warp .content .right .training-con .inHouseItem img{
		max-width: 100%;
		width: 100%;
	}
	.right .training-con .advantageList{
		width: 100%;
	}
	.right .training-con .advantageItem{
		margin-right: 0;
		width: 50%;
		margin-bottom: .2rem;
	}
	.right .training-con .evaluateSlide{
		width: 100%;
	}
	.right .training-con .processConList,.right .training-con .mainProcess{
		width: 100%;
	}
	.right .training-con .evaluateSlide .slideBox p{
		width: 86%;
	}
	.right .training-con .mainProcess img{
		max-width: 100%;
		width: 100%;
	}
	.right .training-con .navBar{
		width: 100%;
	}
	.right .training-con .barItem{
		width: 45%;
		float: left;
	}
	.right .training-con .barItem:nth-child(2n){
		margin-left:5%
	}
	
	.right .training-con .caseBox{
		width: 100%;
		text-align: center;
	}
	.right .training-con .caseBox .caseImg{
		width: 100%;
		height: auto;
		margin-bottom: .2rem;
	}
	.right .training-con .caseBox .caseTxt{
		width: 100%;
		margin-left:0;
		height: auto;
	}
	.right .training-con .applyForm{
		padding-right: 0;
	}
	.right .training-con .bestWelCome{
		width: 100%;
	}
	.right .training-con .applyForm .formCtrl textarea{
		width: 210px;
	}
	
	
	/* 公开课程 */
	.right .openClass-con{
		margin: 0 auto;
		padding:0 .3rem
	}
	.right .openClass-con .describle .txt{
		width: 100%;
	}
	.right .openClass-con .iconListBox .iconItem{
		width: 33.33333%;
		box-sizing: border-box;
	}
	.right .openClass-con .iconListBox .hoverShow{
		width: 100%;
		height: 50%;
	}
	.right .openClass-con .iconListBox .hoverShow .tit{
		margin: .24rem 0 .24rem .18rem;
	}
	.right .openClass-con .iconListBox .hoverShow .text{
		width: 4.45rem;
	}
	.right .openClass-con .hotClassList{
		margin-right: 0;
	}
	.right .openClass-con .clssItem{
		width: 99%;
		margin-right:0;
		margin-top: .3rem;
	}
	.right .openClass-con .process{
		margin-top:.46rem;
		margin-left:0;
	}
	.right .openClass-con .processItem .processTit{}
	.right .openClass-con .processItem .processTxt{
		width: calc(100% - 82px);
		/* box-sizing: border-box; */
	}
	.right .openClass-con .serviceImgs{
		float: none;
		clear: both;
		margin-right: 0;
	}
	.right .openClass-con .serviceImgs .serviceItem{
		width: 33.33%;
		float: left;
	}
	.right .openClass-con .serviceImgs .serviceItem img{
		max-width: 95%;
		
	}
	.right .openClass-con .applyForm{
		padding:.2rem 0
	}
	.right .openClass-con .applyForm .formCtrl textarea{
		width: 210px;
	}
	.right .openClass-con .pictureAll{
		display: none;
	}
	
	
	/* 新闻动态 */
	.right .namic-0{
		padding: .3rem .3rem;
		margin: 0;
	}
	.right .namic-left{
		width: 100%;
	}
	.right .namic-right{
		display: none;
	}
	.right .flip{
		padding: .8rem 0  0 0;
	}
	
	
	/* 新闻详情页 */
	.article_cont_m{
		padding: 0 .3rem;
		line-height: .4rem;
	}
	.right .form{
		width: 100%;
		padding: .3rem;
		box-sizing: border-box;
	}
	.right .form .formcontent{
		display: none;
	}
	.right .form .ipt textarea{
		width: 210px!important;
	}
	.right .form .submit{
		text-align: center;
		margin: 0 auto;
		padding-left:0;
	}
	
	
	/* 博雅智慧堂 */
	.right .tlist-cont{
		width: 100%;
	}
	
	.right .tlist-left{
		margin-top: .2rem;
		margin-right: .2rem;
		border: none;
		position: relative;
	}
	.right .tlist-left img{
		height: auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
	}
	.right .tlist-cont .tlist-0 .clearfix{
		display: flex;
		padding: 0 .3rem;
	}
	
	.right .tlist-name{
		display: none;
	}
	.right .tlist-text{
		text-align: justify;
	}
	.page .thisclass{
		padding: 0;
	}
	
	
	/* 名师名家 */
	
	.teach-cont .teach-box .teach-0{
		width: 100%;
		margin: 0 auto;
		padding:.3rem;
		box-sizing: border-box;
	}
	.right .teach-img span img{
		width: 2.6rem;
		height: auto;
	}
	.right .teach-right{
		width: 3.7rem;
	}
	
	
	/* 关于学校 */
	.right .about-cont{
		padding: 0 .3rem .3rem .3rem;
	}
	.right .about-cont .contact-img img,.right .about-text img{
		width: 100%!important;
		height: auto!important;;
	}

	
}
