@charset "utf-8";
/* CSS Document */

/* partner_school */
.partner_school{
	width: 100%;
	height: 710px;
	background-color: #f7f7f7;
}
.partner_school_title{
	width: 100%;
	height: 120px;
	margin-top: 70px;
	text-align: center;
	overflow: hidden;
}
.partner_school_title p{
	font-size: 36px;
	color: #333;
}
.partner_school_title n{
	width: 66px;
	height: 2px;
	background-color: #e72612;
	display: block;
	margin: 0 auto;
	margin-top: 8px;
}
.partner_school_title span{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 16px;
	letter-spacing: 1px;
}
.partner_school_bottom{
	width: 100%;
	height: 394px;
	margin-top: 40px;
}
.partner_school_fl{
	width: 274px;
	height: 100%;
	overflow: hidden;
	color: #fff;
	background: url(/statics/images/tem/par_sch_fl_bg.png)no-repeat center;
}
.partner_school_fl b{
	display: block;
	width: 90%;
	margin-left: 10%;
	font-size: 24px;
	font-weight: normal;
	padding-top: 130px;
}
.partner_school_fl p{
	width: 90%;
	margin-left: 10%;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}
.partner_school_fl span{
	display: block;
	width: 90%;
	margin-left: 10%;
	font-size: 26px;
	font-weight: normal;
	padding-top: 20px;
}
.partner_school_fl:hover b{color: #e72612;}
.partner_school_fl:hover p{color: #e72612;}
.partner_school_fl:hover span{color: #e72612;}
.partner_school_fr{
	width: 910px;
	height: 100%;
	overflow: hidden;
}
.partner_school_fr ul{
	width: 100%;
	height: 100%;
}
.partner_school_fr li{
	float: left;
	width: 220px;
	height: 190px;
	margin: 0 10px 10px 0;
	background-color: #fff;
}
.partner_school_fr li a{
	width: 100%;
	height: 100%;
	display: block;
}
.partner_school_fr li a p{
	color:#252424;
	font-size: 18px;
	width: 90%;
	padding: 26px 0 0 10%;
}
.partner_school_fr li a span{
	display: block;
	color:#fff;
	font-size: 20px;
	width: 90%;
	padding: 66px 0 0 10%;
}
.partner_school_fr li a b{
	display: block;
	color:#fff;
	font-size: 20px;
	width: 90%;
	padding: 20px 0 0 10%;
}
.partner_school_fr li:nth-child(4n){margin-right: 0;}
.partner_school_fr li:last-child{
	background: url(/statics/images/tem/par_sch_list_bg.png)no-repeat center;
	background-size: cover;
}
.par_sch_img{
	width: 100%;
	height: 85px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.par_sch_img img{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	transition: 0.6s;
	max-width: 100%;
	max-height: 100%;
}
.partner_school_fr li:hover p{color: #e72612;}
.partner_school_fr li:hover .par_sch_img img{transform: scale(1.1);}

/* suit_emba */
.suit_emba{
	width: 100%;
	height: auto;
	display: table;
}
.suit_emba_bottom{
	width: 100%;
	height: 392px;
	overflow: hidden;
	margin-top: 40px;
}
.suit_emba_bottom ul{
	width: 100%;
	height: 100%;
}
.suit_emba_bottom li{
	float: left;
	width: 398px;
	height: 194px;
    margin: 0 -1px -1px 0;
	border: 1px solid #e5e5e5;
}
.suit_emba_bottom li a{
	display: block;
	width: 100%;
	height: 100%;
}
.suit_emba_img{
	width: 44px;
	height: 44px;
	overflow: hidden;
	margin:  50px 0 0 40px;
}
.suit_emba_img img{
	width: 100%;
	transition: 0.6s;
}
.suit_emba_font{
	width: 280px;
	height: 100%;
	text-align: left;
}
.suit_emba_font b{
	display: block;
	font-size: 20px;
	color: #333;
	margin-top: 30px;
	font-weight: normal;
}
.suit_emba_font n{
	display: block;
	width: 50px;
	height: 1px;
	background-color: #999;
	margin-top: 10px;
}
.suit_emba_font p{
	font-size: 14px;
	color: #666;
	width: 88%;
	height: 40px;
	line-height: 20px;
	margin-top: 20px;
	overflow: hidden;
}
.suit_emba_font span{
	display: block;
	width: 86px;
	height: 26px;
	background-color: #bebdbd;
	border-radius: 4px;
	margin-top: 10px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
}
.suit_emba_bottom li:hover{background-color: #e72612;}
.suit_emba_bottom li:hover .suit_emba_img img{margin-top: -41px;}
.suit_emba_bottom li:hover .suit_emba_font b{color: #fff;}
.suit_emba_bottom li:hover .suit_emba_font n{background-color: #fff;}
.suit_emba_bottom li:hover .suit_emba_font p{color: #fff;}
.suit_emba_bottom li:hover .suit_emba_font span{color: #e72612;background-color: #fff;}
.sq_more{
	width: 250px;
	height: 42px;
	margin: 0 auto;
	margin-top: 40px;
	background-color: #cacaca;
	border-radius: 30px;
}
.sq_more a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	text-align: center;
}
.sq_more:hover{
	background-color: #e72612;
}

/*kinds*/
.kinds{
	width: 100%;
	height: 700px;
	min-width: 1200px;
	margin-top: 70px;
	background: url(/statics/images/tem/kinds_bg.png)no-repeat center;
}
.kinds_bg{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.kinds_title{
	width: 100%;
	height: 40px;
	text-align: center;
}
.kinds_title p{
	font-size: 35px;
	color: #333;
	letter-spacing: 1px;
}
.kinds_title p span{
	color: #e72612;
	font-weight: bold;
}
.kinds_title p b{
	color: #0069aa;
}
.kinds_bottom{
	width: 100%;
	height: 410px;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
}
.prod_bg{
	width: 100%;
	height: 410px;
}
#prod{
	height:auto; 
	margin:0 auto;
}
#kinds_l{
	background:url("/statics/images/tem/more_left_icon1.png") no-repeat;
	background-position: left center;
	width: 40px;height: 40px;
	cursor: pointer;
	position: absolute;
    bottom: 50%;
    left:0;
	z-index: 222;
	background-size: 100% 100%;
}
#kinds_l:hover{
	background:url("/statics/images/tem/more_left_icon2.png") no-repeat;
	background-size: 100% 100%;
}
#kinds_r{
	background:url("/statics/images/tem/more_right_icon1.png") no-repeat;
	background-position: right center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
    bottom: 50%;
    right: 0;
	background-size: 100% 100%;
	z-index: 222;
}
#kinds_r:hover{
	background:url("/statics/images/tem/more_right_icon2.png") no-repeat;
	background-size: 100% 100%;
}
#kinds_d{
	width:1200px; 
	height:100%;
	overflow:hidden;
	float: left;
}
.kinds_list{
	width:100%;
	height: 410px;
}
.kinds_list ul{
	width:100%;
	height: 100%;
}
.kinds_list li{
	float: left;
	width: 386px;
	height: 410px;
	margin-right: 24px;
	overflow: hidden;
	border-radius: 10px;
}
.kinds_list li a{
	width: 100%;
	height: 100%;
	display: block;
}
.kinds_list li a p{
	width: 100%;
	font-size: 18px;
	color: #666;
}
.kinds_list li a span{
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #666;
	line-height: 30px;
}
.kinds_list li a span b{
	display: inline-block;
	margin-left: 4px;
	font-size: 18px;
}
.kinds_img{
	width: 100%;
	height:275px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 26px;
}
.kinds_img img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.kinds_list li:hover .kinds_img img{transform: scale(1.1)}
.kinds_list li:hover a p{color: #e72612;}
.kinds_list li:hover a span{color: #e72612;border-bottom: 1px solid #e72612;}

/* advantage */
.advantage{
	width: 100%;
	min-width: 1200px;
	height: 699px;
	background: url(/statics/images/tem/adv_bg.jpg)no-repeat center;
}
.adv_bg{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.adv_fr{
	width: 540px;
	height: 540px;
	position: absolute;
	top: 82px;
	right: 0;
	overflow: hidden;
	z-index: 1;
}
.adv_fr img{
	width: 100%;
	transition: 0.6s;
}
.adv_fr:hover img{transform: scale(1.05);}
.adv_fl{
	width: 760px;
	height: 540px;
	position: absolute;
	top: 82px;
	left: 0;
	z-index: 2;
	color: #fff;
}
.adv_title b{
	display: block;
	font-size: 60px;
	text-transform: uppercase;
	opacity: .2;
	font-weight: normal;
}
.adv_title p{
	font-size: 36px;
}
.adv_list{
	width: 600px;
    height: 410px;
    margin-top: 16px;
    overflow: hidden;
}
.adv_list ul{
	width: 100%;
	height: 100%;
}
.adv_list li{
	width: 100%;
	height: 68px;
	line-height: 68px;
	border-bottom: 1px dashed rgba(255, 255, 255,0.5);
}
.adv_list li span{
	display: block;
	float: left;
	font-size: 18px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background-color: #e72612;
	color: #fff;
	margin-top: 18px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
}
.adv_list li p{
	float: right;
	width: 550px;
	font-size: 18px;
}
.adv_list li p n{
	font-size: 16px;
}
.adv_list li:hover{color: #e72612;cursor: pointer;}
.adv_list li:hover span{color: #e72612;background-color: #fff;}

/* practical_emba */
.practical_emba{
	width: 100%;
	min-width: 1200px;
	height: 765px;
	background: url(/statics/images/tem/practical_emba_bg.jpg)no-repeat center;
	background-size: cover;
}
.practical_emba_bg{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.practical_emba_font{
	width: 626px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.practical_emba_title{
	width: 100%;
	height: 120px;
	margin-top: 70px;
	text-align: left;
	overflow: hidden;
}
.practical_emba_title b{
	font-size: 36px;
	color: #333;
	font-weight: normal;
}
.practical_emba_title n{
	width: 66px;
	height: 2px;
	background-color: #e72612;
	display: block;
	margin-top: 8px;
}
.practical_emba_title p{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 16px;
	letter-spacing: 1px;
}
.practical_emba_list{
	width: 100%;
	height: 460px;
	margin-top: 40px;
}
.practical_emba_list ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.practical_emba_list li{
	float: left;
	width: 198px;
	height: 244px;
	background-color: #fff;
	margin:0 16px 14px 0;
	text-align: center;
}
.practical_emba_list li span{
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 18px;
	color: #333;
}
.practical_emba_list li p{
	width: 88%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 140px;
    overflow: hidden;
}
.practical_emba_list li:nth-child(3){margin-right: 0;}
.practical_emba_list li:nth-child(4){width: 304px;}
.practical_emba_list li:nth-child(4) p{height:94px;}
.practical_emba_list li:last-child{margin-right: 0;width: 304px;}
.practical_emba_list li:last-child p{height:94px;}
.practical_emba_list li:hover{background-color: #e72612;cursor: pointer;}
.practical_emba_list li:hover span{color: #fff;}
.practical_emba_list li:hover p{color: #fff;}

/* team */
.team{
	width: 100%;
	height: auto;
	display: table;
}
.team_bottom{
	width: 100%;
	height: 510px;
	overflow: hidden;
	margin-top: 20px;
}
.tab_header1{
	width:360px;
	height: 100%;
	float: left;
}
.tab_header1 li{
	float: left;
	width: 174px;
	height: 162px;
	background: #fff;
	margin: 0 12px 11px 0;
}
.tab_header1 li:nth-child(2n){margin-right: 0;}
.tab_header1 li a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.tab_header1 li a img{
	width: 170px;
	height: 158px;
	margin: 2px 0 0 2px;
}
.tab_content1{
	width:769px;
	height: 100%;
	overflow: hidden;
	float: right;
}
.tab_content1 .tab1{
	width:769px;
	height: 100%;
	overflow: hidden;
	display: none;
}
.tab_content1 .tab_active1{
	display: block;
}
.team_font_detail{
	width: 100%;
	height: 100%;
	background: url(/statics/images/tem/team_detail_bg.png)no-repeat center;
}
.team_font_detail a{
	width: 100%;
	height: 100%;
	display: block;
}
.team_fl{
	width: 310px;
	height: 390px;
	margin: 60px 0 0 60px;
	text-align: left;
}
.team_fl b{
	display: block;
	width: 100%;
	font-size: 28px;
	color: #333;
}
.team_fl span{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}
.team_fl n{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #e72612;
	margin-top: 10px;
}
.team_fl p{
	width: 100%;
	font-size: 15px;
	color: #666;
	margin-top: 20px;
	line-height: 24px;
	height: 190px;
	overflow: hidden;
}
.team_fl span i{
	display: inline-block;
	font-style: normal;
	font-size: 16px;
	margin-left: 10px;
}
.team_fr{
	width: 360px;
	height: 390px;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
	border: 1px solid #c4c4c4;
}
.team_fr img{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	transition: 0.6s;
	max-width: 100%;
	max-height: 100%;
}
.team_font_detail a:hover .team_fl b{color: #e72612;}
.team_font_detail a:hover .team_fl span{color: #e72612;}
.team_font_detail a:hover .team_fl p{color: #e72612;}
.team_font_detail a:hover .team_fl span i{color: #e72612;}
.team_font_detail a:hover .team_fr{border: 1px solid #e72612;}
.team_font_detail a:hover .team_fr img{transform: scale(1.1);}

/* course */
.course{
	width: 100%;
	height: 840px;
	margin-top: 70px;
	background: url(/statics/images/tem/course_bg.jpg)no-repeat center;
	background-size: cover;
}
.course_bottom{
	width: 100%;
	height: 470px;
	margin-top: 40px;
	overflow: hidden;
}
.course_bottom ul{
	width: 99%;
	height: 100%;
	margin: 0 auto;
}
.course_bottom li{
	float: left;
	width: 215px;
	height: 134px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 1px 10px #ccc;
	margin:0 28px 26px 0;
}
.course_bottom li:nth-child(5n){margin-right: 0;}
.course_bottom li a{
	width: 100%;
	height: 100%;
	display: block;
}
.course_bottom li a b{
	display: block;
	font-size: 14px;
	color: #666;
	padding-top: 20px;
}
.course_bottom li a span{
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 20px;
	color: #333;
	margin-top: 12px;
}
.course_bottom li a p{
	width: 86px;
	height: 26px;
	margin: 0 auto;
	background-color: #e72612;
	line-height: 26px;
	margin-top: 12px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}
.course_bottom li:hover{background-color: #e72612;}
.course_bottom li:hover a b{color: #fff;}
.course_bottom li:hover a span{color: #fff;}
.course_bottom li:hover a p{color: #e72612;background-color: #fff;}

/* learning_gain  */
.learning_gain{
	width: 100%;
	height: auto;
	display: table;
}
.learning_gain_bottom{
	width: 100%;
	height: 290px;
	margin-top: 20px;
}
.learning_gain_bottom ul{
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	justify-content: space-between;
}
.learning_gain_bottom li{
	width: 290px;
	height: 100%;
	position: relative;
}
.learning_gain_img{
	width: 100%;
	height: 210px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.learning_gain_img a{
	width: 100%;
	height: 100%;
	display: block;
}
.learning_gain_img a img{
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.learning_gain_font{
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: 2;
	text-align: center;
	background: url(/statics/images/tem/learning_gain_bg1.png)no-repeat center;
	background-size: cover;
}
.learning_gain_font img{
	width: 34px;
	margin: 0 auto;
	margin-top: 10px;
}
.learning_gain_font p{
	font-size: 20px;
	color: #333;
	margin-top: 28px;
}
.learning_gain_bottom li:nth-child(2) .learning_gain_font img{width: 30px;}
.learning_gain_bottom li:nth-child(3) .learning_gain_font img{width: 27px;}
.learning_gain_bottom li:hover .learning_gain_img a img{transform: scale(1.1);}
.learning_gain_bottom li:hover .learning_gain_font{background: url(/statics/images/tem/learning_gain_bg2.png)no-repeat center;background-size: cover;}
.learning_gain_bottom li:hover .learning_gain_font p{color: #e72612;}

/* enterprise */
.enterprise{
	width: 100%;
	height: auto;
	display: table;
}
.enterprise_bottom{
	width: 100%;
	height: 390px;
	margin-top: 20px;
	overflow: hidden;
}
.enterprise_bottom ul{
	width: 100%;
	height: 100%;
}
.enterprise_bottom li{
	float: left;
	width: 216px;
	height: 114px;
	border: 1px solid #d3d3d3;
	margin: 0 26px 20px 0;
}
.enterprise_bottom li:nth-child(5n){margin-right: 0;}
.enterprise_bottom li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.enterprise_bottom li a img{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	transition: 0.6s;
	max-width: 100%;
	max-height: 100%;
}
.enterprise_bottom li:hover{border: 1px solid #e72612;}
.enterprise_bottom li:hover a img{transform: scale(1.1);}

/* news */
.news{
	width: 100%;
	height: 390px;
	margin-top: 70px;
}
.news_left{
	width: 380px;
	height: 100%;
	margin-right: 27px;
}
.news_title{
	width: 100%;
	height: 50px;
}
.news_title p{
	float: left;
	font-size: 20px;
	color: #333;
}
.news_title a{
	float: right;
	font-size: 22px;
	color: #666;
}
.news_title a:hover{color: #e72612;}
.news_font{
	width: 100%;
	height: 340px;
}
.news_top{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.news_font_img{
	width: 100%;
	height: 155px;
	overflow: hidden;
}
.news_font_img a,.news_font_img a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.news_font_top{
	width: 100%;
	height: 85px;
	overflow: hidden;
}
.news_font_top_fl{
	width: 60px;
	height: 100%;
	text-align: left;
	color: #666;
}
.news_font_top b{
	display: block;
	font-size: 50px;
}
.news_font_top span{
	display: block;
	font-size: 14px;
}
.news_font_top_fr{
	width: 300px;
	height: 100%;
}
.news_font_top_fr a{
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.news_font_top_fr p{
	font-size: 12px;
	color: #999;
	margin-top: 8px;
    height: 44px;
    line-height: 23px;
	overflow: hidden;
}
.news_font:hover .news_font_img a img{transform: scale(1.1);}
.news_top:hover .news_font_top_fl b{color: #e72612;}
.news_top:hover .news_font_top_fl span{color: #e72612;}
.news_top:hover .news_font_top_fr a{color: #e72612;}
.news_top:hover .news_font_top_fr p{color: #e72612;}
.news_bottom{
	width: 100%;
	height: 88px;
	margin-top: 10px;
}
.news_bottom ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news_bottom li{
	width: 100%;
	height: 43px;
	border-bottom: 1px dashed #ccc;
}
.news_bottom li a{
	display: block;
	float: left;
	width: 74%;
	line-height: 43px;
	font-size: 14px;
	color: #666;
}
.news_bottom li span{
	display: block;
	float: right;
	width: 22%;
	line-height: 43px;
	font-size: 14px;
	color: #666;
}
.news_bottom li:hover a{color: #e72612;}
.news_bottom li:hover span{color: #e72612;}
.news_video{
	width: 380px;
	height: 100%;
	overflow: hidden;
}
.news_video_list{
	width: 100%;
	height: 340px;
}
.news_video_play{
	width: 100%;
	height: 270px;
	overflow: hidden;
}
.news_video_play iframe{
	width: 100%;
	height: 100%;
}
.news_video_font{
	width: 100%;
	height: 68px;
	border-bottom:1px dashed #ccc ;
}
.news_video_font p{
	float: left;
	width: 70%;
	line-height: 92px;
	font-size: 14px;
	color: #666;
}
.news_video_font a{
	display: block;
	float: right;
	width: 24%;
	line-height: 92px;
	font-size: 14px;
	color: #666;
}
.news_video_font a b{
	font-size: 16px;
}
.news_video_font:hover p{color: #e72612;}
.news_video_font:hover a{color: #e72612;}

/* prompt */
.prompt{
	width: 100%;
	height: 660px;
	margin-top: 70px;
	background-color: #f4f6f6;
}
.prompt_bottom{
	width: 100%;
	height: 400px;
	margin-top: 20px;
}
.prompt_bottom ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.prompt_bottom li{
	width: 284px;
	height: 100%;
	background-color: #fff;
}
.prompt_title{
	width: 100%;
	height: 70px;
	background-color: #e72612;
}
.prompt_title b{
	display: block;
	width: 100%;
	height: 62px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 62px;
	background: #333  url(/statics/images/tem/prompt_title_bg.png)no-repeat center;
}
.prompt_font{
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
}
.prompt_font p{
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.prompt_bottom li:hover{background-color: #e72612;}
.prompt_bottom li:hover .prompt_font p{color: #fff;}

/* link */
.link{
	width: 100%;
	height: auto;
	display: table;
	background-color: #f4f6f6;
	padding-bottom: 20px;
}
.link li{
	float: left;
}
.link li p{
	font-size: 15px;
	color: #666;
}
.link li a{
	display: block;
	font-size: 15px;
	color: #666;
	padding: 0 5px 10px 5px;
}
.link li a:hover{color: #e72612;}