body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	border: 0;
}
body{
	margin: 0 auto;
	max-width: 750px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
ol,ul {
	list-style:none;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {
	text-decoration: none;
}
img{
	display:block;
	max-width:100%;
}
/*头部*/


.cg_index_cover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	display: none;
	background: rgba(0, 0, 0, .7);
}
.index_cont_nav {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #fff;
    /*left: 0;*/
}

.index_cont_nav .nav_heng {
	width: 100%;	
	height: 3rem;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1rem;
	box-sizing: border-box;
	border-bottom: 1px solid #f1f1f1;
}

.index_cont_nav .nav_heng li {
	font-size: 1rem;
	color: #393939;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.index_cont_nav .nav_heng li a {
	color: #393939;
}

.index_cont_nav .nav_heng li.active_bg {
	font-size: 1rem;
	color: #d71317;
	margin-top: .18rem;
}

.index_cont_nav .nav_heng li.active_bg::after {
	content: '';
	width: .34rem;
	height: .13rem;
	margin-top: .05rem;
}
.jt_r{
	margin-left:0.15rem;
}
.donw_box {
	width: 8rem;
	border-radius: 0.4rem;
	box-shadow: 0px 0px 26px 0px rgba(79, 79, 79, 0.23);
	display: none;
	padding: 0 .27rem 0 .32rem;
	box-sizing: border-box;
	position: fixed;
	top: 6.3rem;
	margin-left: 3.6rem;
	/* left: 0.5rem; */
	z-index: 999;
	background: #fff;
}
.donw_box .cont_navdown {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.donw_box .cont_navdown .sdxy_box {
	height: 3rem;
	font-size: 1rem;
	color: #595959;
	font-weight: normal;
	margin-bottom: .6rem;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.donw_box .cont_navdown .sdxy_box::after {
	content: '';
	width: .1rem;
	height: .18rem;
	margin: .08rem 0 0 .2rem;
}

.donw_box .cont_navdown .sdxy_box:nth-last-child(1) {
	margin-bottom: .45rem;
}

.donw_box .cont_navdown .sdxy_box:nth-child(1) {
	margin-top: .45rem;
}

/*标题*/
.h2{
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	color: #1d1d1d;
	margin-top: 2rem;
	font-weight:bold;
	
}
.h3{
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 1rem;
	margin-top: 0.2rem;
	color: #333333;
	
}
.fgx{
	background: #d71317;
	width: 2.5rem;
	height: .2rem;
	margin:0.8rem auto;
}
/*热门专业*/
.rmzy{
	background: #f2f2f2;
	width: 100%;
	overflow: hidden;
}

/*banner*/




/*教学环境*/
.jxhj{
	background: #fafafa;
	overflow: hidden;
	position: relative;
	height: 100%;
	padding-bottom:3.5em;
}
/*一问无忧*/
.wt{
	width: 95%;
	margin: .5rem .6rem;
	background: #fafafa;
	height: 3rem;
	
}
.wt span{
	display: block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	background: #eaeaea;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	float: left;
}
.wt p{
	line-height: 3rem;
	font-size: .8rem;
	color: #1d1d1d;
	width: 12rem;
	display: block;
	float: left;
	margin-left: 1rem;
	
}
.wt a{
	display: block;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	background: #d60005;
	text-align: center;
	width:4rem;
	font-size: .8rem;
	float: right;
	margin-right: .5rem;
	margin-top: .5rem;
}

/*适合人群*/
.renq{
	width: 94%;
	overflow: hidden;
	margin-left: 3%;
	margin-top: 1.5rem;
}
.renq li{
	float: left;
	width: 32%;
	
}


/*授权证书*/
.cont_lb_xiaoqu .swiper-slide {
	transform: scale(.9);
	transition: .2s;
}

.ly .swiper-slide img {
	width: 3rem;
	;
}

.cont_lb_xiaoqu .swiper-slide.swiper-slide-active {
	transform: scale(1);
	transition: .2s;
}
.cont_lb_xiaoqu {
    padding: .5rem 0 0 0;
}

/*banner*/



.swipe {
	overflow: hidden;
	position: relative;
	height: 19rem;
	background: #fafafa;
}

.swipe-items-wrap {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.swipe-items-wrap>div {
	position: absolute;
	transform: translateX(-100%);
	width: 100%;
	height: 100%;
	display: none;
}

.swipe-items-wrap>div.is-active {
	display: block;
	transform: none;
}

.swipe-item {
	height: 100%;
}

.slide1 {
	color: #fff;
}

.slide2 {
	color: #000;
}

.slide3 {
	color: #fff;
}


/*学员轮播*/

.slick-dots {
	position: absolute;
	/*bottom: 25px;*/
	left: 0;
	width: 100%;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 6px;
}
.slick-dots button {
	display: block;
	width: 16px;
	height: 16px;
	border: none;
	font-size: 0;
	padding: 0;
	margin: 0;
	background-color: #cbcbcb;
	border-radius: 8px;
}
.slick-dots .slick-active button {
	background-color: #d71317;
	width: 16px;
}

/*课程*/
.top_tabbox {
	width: 100%;
	height: 2rem;
	margin: 1.5rem auto 0;
	
}

.top_tabbox .tab_box {
	display: flex;
	justify-content: space-between;
	width: 95.5%;
	padding: 0 .5rem;
}

.top_tabbox .tab_box li:nth-child(1), .top_tabbox .tab_box li:nth-child(2),.top_tabbox .tab_box li:nth-child(3),.top_tabbox .tab_box li:nth-child(4){
	width: 23%;
	height: 2rem;
	font-size: 1rem;
	background: #fff;
	text-align: center;
	line-height: 2rem;
	border: 1px solid #b6b6b6;
	color: #1d1d1d;
	border-radius: 0.2rem;
}

.top_tabbox .tab_box li:nth-child(1).li_box_active,.top_tabbox .tab_box li:nth-child(2).li_box_active,.top_tabbox .tab_box li:nth-child(3).li_box_active,.top_tabbox .tab_box li:nth-child(4).li_box_active{
	width: 23%;
	height: 2rem;
	font-size: 1rem;
	text-align: center;
	line-height: 2rem;
	background: #d71317;
	border: 1px solid #d71317;
	color: #fff;
	border-radius: 0.2rem;
}
.cont_tab1,.cont_tab2{
	width: 100%;
	overflow: hidden;
}
.lesson_t{
	width: 95.5%;
	margin:1rem .5rem;
	overflow: hidden;
}
.lesson_t li{
	width: 48.7%;
	float: left;
	/*height: 9.5rem;*/
	margin-bottom: .5rem;
}
.con_nrx.on_able {
	display: block;
}
.con_nrx {
	display: none;
	position: relative;
}
.btn_1{
	width: 80%;
	margin: 1.5rem auto 3rem;
	background: #ff7101;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	border-radius: 1.8rem;
	display: block;
	font-size: 1.5rem;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 10px 20px 0 #ffe3cd;  
	outline: none;
}
/*讲师*/
.top_tabbox .tab_box2 {
	display: flex;
	justify-content: space-between;
	width: 95.5%;
	padding: 0 .5rem;
}

.top_tabbox .tab_box2 li:nth-child(1), .top_tabbox .tab_box2 li:nth-child(2),.top_tabbox .tab_box2 li:nth-child(3),.top_tabbox .tab_box2 li:nth-child(4){
	width: 31.5%;
	height: 2rem;
	font-size: 1rem;
	background: #fff;
	text-align: center;
	line-height: 2rem;
	border: 1px solid #b6b6b6;
	color: #1d1d1d;
	border-radius: 0.2rem;
}

.top_tabbox .tab_box2 li:nth-child(1).li_box_active2,.top_tabbox .tab_box2 li:nth-child(2).li_box_active2,.top_tabbox .tab_box2 li:nth-child(3).li_box_active2,.top_tabbox .tab_box2 li:nth-child(4).li_box_active2{
	width: 31.5%;
	height: 2rem;
	font-size: 1rem;
	text-align: center;
	line-height: 2rem;
	background: #d71317;
	border: 1px solid #d71317;
	color: #fff;
	border-radius: 0.2rem;
}
.lesson_t2{
	width: 95.5%;
	margin:1rem .5rem;
	overflow: hidden;
}
.lesson_t2 li{
	width: 31.7%;
	float: left;
	/*height: 100%;*/
	margin-bottom: .5rem;
	
}
.lesson_t2 p{
	font-size: .65rem;
	color: #333333;
	line-height: 1rem;
	text-align: center;
	margin-top: .3rem;
}
.con_nrx2.on_able2 {
	display: block;
}
.con_nrx2{
	display: none;
	position: relative;
}



/*因为专注 所以专业*/
.part1{
	position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.part2{
	position: relative;
    margin: 6rem auto 0;
    overflow: hidden;
    
}
/*底部*/
.footer {
	width: 100%;
	background: #4e4e4e;
	color: #fff;
	font-size: .8rem;
	line-height: 1.4rem;
	padding:1rem 0;
	text-align: center;
	overflow: hidden;
	margin-bottom: 6rem;
}

/*适配，6+，7+，8+*/
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
   .donw_box {
			width: 8rem;
			border-radius: 0.4rem;
			box-shadow: 0px 0px 26px 0px rgba(79, 79, 79, 0.23);
			display: none;
			padding: 0 .27rem 0 .32rem;
			box-sizing: border-box;
			position: fixed;
			top: 6.5rem;
			margin-left: 3.6rem;
			 left: 0.8rem; 
			z-index: 999;
			background: #fff;
		}
		.part2 {
		    position: relative;
		    margin: 6.5rem auto 0;
		    overflow: hidden;
		}
		.swipe {
			overflow: hidden;
			position: relative;
			height: 19rem;
			background: #fafafa;
		}
}


/*适配，5*/
@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
   .donw_box {
			width: 8rem;
			border-radius: 0.4rem;
			box-shadow: 0px 0px 26px 0px rgba(79, 79, 79, 0.23);
			display: none;
			padding: 0 .27rem 0 .32rem;
			box-sizing: border-box;
			position: fixed;
			top: 5.5rem;
			margin-left: 2.5rem; 
			z-index: 999;
			background: #fff;
		}
		.swipe {
			overflow: hidden;
			position: relative;
			height: 15rem;
			background: #fafafa;
		}
		.h2{
			width: 100%;
			position: relative;
			text-align: center;
			font-size: 1.4rem;
			color: #1d1d1d;
			margin-top: 2rem;
			font-weight:bold;
			
		}
		.top_tabbox .tab_box li:nth-child(1), .top_tabbox .tab_box li:nth-child(2),.top_tabbox .tab_box li:nth-child(3),.top_tabbox .tab_box li:nth-child(4){
			width: 23%;
			height: 2rem;
			font-size: .9rem;
			background: #fff;
			text-align: center;
			line-height: 2rem;
			border: 1px solid #b6b6b6;
			color: #1d1d1d;
			border-radius: 0.2rem;
		}
		
		.top_tabbox .tab_box li:nth-child(1).li_box_active,.top_tabbox .tab_box li:nth-child(2).li_box_active,.top_tabbox .tab_box li:nth-child(3).li_box_active,.top_tabbox .tab_box li:nth-child(4).li_box_active{
			width: 23%;
			height: 2rem;
			font-size: .9rem;
			text-align: center;
			line-height: 2rem;
			background: #d71317;
			border: 1px solid #d71317;
			color: #fff;
			border-radius: 0.2rem;
		}
		.lesson_t li {
		    width: 48%;
		    float: left;
		    margin-bottom: .5rem;
		}
		.renq li {
		    float: left;
		    width: 31.5%;
		}
		.lesson_t2 li {
		    width: 31.5%;
		    float: left;
		     height: 9.5rem; 
		    margin-bottom: .5rem;
		}
		.wt a {
		    display: block;
		    height: 2rem;
		    line-height: 2rem;
		    color: #fff;
		    background: #d60005;
		    text-align: center;
		    width: 4rem;
		    font-size: .8rem;
		    float: right;
		    margin-right: .5rem;
		    margin-top: .5rem;
		}
		.wt p {
		    line-height: 3rem;
		    font-size: .8rem;
		    color: #1d1d1d;
		    width: 10rem;
		    display: block;
		    float: left;
		    margin-left: .8rem;
		}
		.footer {
		    width: 100%;
		    background: #4e4e4e;
		    color: #fff;
		    font-size: .8rem;
		    line-height: 1.4rem;
		    padding: 1rem 0;
		    text-align: center;
		    overflow: hidden;
		    margin-bottom: 5rem;
		}
		.part2 {
			position: relative;
		    margin: 5.6rem auto 0;
		    overflow: hidden;
		    
		}
		/*.part3 li{
			width: 48.5%;
			float: left;
			margin-bottom: .5rem;
		}*/
}
/*适配，6，7，8*/
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
    	.part2 {
		position: relative;
	    margin: 6.2rem auto 0;
	    overflow: hidden;
	    
	}
	.swipe {
			overflow: hidden;
			position: relative;
			height: 17rem;
			background: #fafafa;
		}
}
/*适配苹果X*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   	 .part2 {
		position: relative;
	    margin: 6rem auto 0;
	    overflow: hidden;
	    
	}
	.swipe {
			overflow: hidden;
			position: relative;
			height: 17.5rem;
			background: #fafafa;
		}
}
/*galaxy s5*/
@media only screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
		.part2 {
		position: relative;
	    margin: 6rem auto 0;
	    overflow: hidden;
	    
	}
	.swipe {
			overflow: hidden;
			position: relative;
			height: 16.5rem;
			background: #fafafa;
		}
	.wt a {
	    display: block;
	    height: 2rem;
	    line-height: 2rem;
	    color: #fff;
	    background: #d60005;
	    text-align: center;
	    width: 4rem;
	    font-size: .8rem;
	    float: right;
	    margin-right: .5rem;
	    margin-top: .5rem;
	}
}
/*Responsive*/
@media only screen and (device-width: 400px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 2) {
	.part2 {
	    position: relative;
	    margin: 6.4rem auto 0;
	    overflow: hidden;
	}
	
}
/*响应*/
@media only screen and (device-width: 400px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 2) {
	.part2 {
	    position: relative;
	    margin: 6.4rem auto 0;
	    overflow: hidden;
	}
	
}

/*就业保障*/
.part3{
	width: 95.5%;
	margin:1rem .6rem;
	overflow: hidden;
}
.part3 li{
	width: 48.5%;
	float: left;
	/*height: 9.5rem;*/
	margin-bottom: .5rem;
}
.part3 p {
    font-size: .65rem;
    color: #333333;
    line-height: 1rem;
    text-align: center;
    margin-top: .3rem;
}



/* 关于我们 */
.hljs{
	width: 90%;
	background: #f5f5f5;
	margin-left: 5%;
	margin-top: 1rem;	
	padding-top: 1.5rem;
}
.hljs .tu{
	width: 90%;
	margin-left: 5%;	
	overflow: hidden;
}
 .wzjs{
	width: 90%;
	text-indent: 2em;
	padding-top: 1.2rem;
	margin-left: 5%;
	font-size: 0.92rem;
	line-height: 1.8rem;
	color: #333;
}
.hljs .logo{
	width: 94%;
	margin-left: 3%;
	padding: 0.5rem 0 1.5rem;
}






