body{
	width: 100%;
	min-width: 1200px;
	background: #FFFFFF;
}
.top_banner{
	position: relative;
	height: 840px;
	/* margin-bottom: 50px; */
}
.ban-inner{
	overflow:hidden;
	position: relative;	
	height: 600px;
	margin: 0 auto;
	z-index: 19;
	margin-bottom: 80px;
}
.ban-inner video{
	position: absolute;
	width: 100%;
	left: 0;
	top: -300px;
}
.ban-inner .top_logo{
	position: absolute;
	width: 30%;
	top: 5%;
    left: 5%;
	z-index: 3;
}
.ban-inner .banner_title{
	position: absolute;
	width: 40%;
	top:28%;
	left: 30%;
	z-index: 3;
}
.x-nav-musk{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 2;
}
.shihe_list{
	position: absolute;
	background: #fff;
	width: 1200px;
	left: 50%;
	transform: translate(-50%, -62%);
	z-index: 20;
	padding:0 24px;
	padding-bottom: 40px;
}
.shihe_list h2{
	text-align: center;
	font-size: 42px;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 3.8;
}
.shihe_list ul li{
	float: left;
	width: 360px;
	margin:0 12px;
	background: #fff;
	-moz-box-shadow: 0px 0px 50px #bbb;
	box-shadow: 0px 0px 50px #bbb;
	border-radius: 6px;
	padding:36px 0;
	padding-left: 30px;
}
.shihe_list ul li .left_pic,.shihe_list ul li .right_txt{
	float: left;	
}
.shihe_list ul li .left_pic img{
	width: 116px;
	display: block;
}
.shihe_list ul li .left_pic{
	margin-right: 22px;
}
.shihe_list ul li .right_txt{
	padding-top: 10px;
}
.shihe_list ul li .right_txt h5{
	font-size: 19px;
	margin-bottom: 15px;
}
.shihe_list ul li .right_txt a{
	display: block;
	color: #fff;
	text-align: center;
	width: 120px;
	font-size: 15px;
	border-radius: 4px;
	height: 32px;
	line-height: 32px;
	background-color: #4991FF;
	background-image: linear-gradient(to right, #9F47FE, #0BC5FE);
	-moz-box-shadow: 2px 2px 5px #777;
	box-shadow: 2px 2px 5px #777;
}
.shihe_list ul li .right_txt a:hover{
	transform: translate(0, -4px);
}
.major_ctn{
	width: 1050px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.major_ctn h2{
	/* text-align: center; */
	/* margin: 10px 0; */
	text-align: center;
	font-size: 42px;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.8;
}
.major_ctn h3{
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
}
.major_list{
	position: relative;
}
.major_list .left_intro{
	float: left;
	width: 610px;
	height: 122px;
	background: url(../images/major-title-bg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	padding-left: 30px;
	padding-top: 8px;
	margin-left: 14px;
}
.major_list .left_intro h5{
	font-size: 42px;
	letter-spacing: 2px;
	line-height: 1.5;
}
.major_list .left_intro p{
	font-size: 21px;
	letter-spacing: 1px;
	color: #555;
}
.major_list .right_pic{
	float: right;
	width:410px ;
}
.major_list .course_list{
	position: absolute;
	top:122px;
	left: 0px;
	width: 680px;
	height: 276px;
	background: #fff;
	-moz-box-shadow: 0px 0px 50px #bbb;
	box-shadow: 0px 0px 50px #bbb;
	padding:35px 50px;
}
.major_list .course_list ul li{
	float: left;
	width: 180px;
	height: 46px;
	line-height: 46px;
	background: #EEEEEE;
	text-align: center;	
	font-size: 15px;
	margin-bottom: 20px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.major_list .course_list ul li:hover{
	transform: translate(0, -4px);
	background-color: #D7A566;
	background-image: linear-gradient(#DDAE6A, #A6603C);	
}
.major_list .course_list ul li:hover a{
	color: #fff;
}
.major_list .course_list ul li:nth-child(2),.major_list .course_list ul li:nth-child(5){
	margin:0 20px;
}
.major_list .course_list .major_btn{
	float: left;
	margin-top: 30px;
	margin-right: 26px;
}
.major_list .course_list .major_btn:hover{
	transform: translate(0, -4px);
}

.teach_part{
	width: 100%;
	/* padding-top: 80px; */
	/* padding-bottom: 60px; */
}
.teach_part h2{
	/* text-align: center; */
	/* margin: 10px 0; */
	text-align: center;
	font-size: 42px;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.8;
}
.teach_part h3 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 50px;
}
.teach_part .teach_ctn{
	width: 1050px;
	margin:0 auto;
}
.teach_part .teach_ctn .swiper-slide{
	padding:0 50px;
}
.teach_part .teach_ctn .swiper-slide .teach_pic{
	float: left;
}
.teach_ctn .teach_pic img{
	display: block;
	height: 445px;
}
.teach_part .teach_ctn .swiper-slide .teach_txt{
	float: right;
	width: 550px;
	margin-top: 50px;
}
.teach_part .teach_ctn .swiper-slide .teach_txt h4{
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #000;
	line-height: 2.5;
}
.teach_part .teach_ctn .swiper-slide .teach_txt p{
	font-size: 18px;
	color: #000;
	line-height: 1.8;
}
.teach_ctn .teach_btn{
	width:240px ;
	height: 54px;
	line-height: 54px;
	text-align: center;
	display: block;
	background-color: #6676FD;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	background-image: linear-gradient(#0DC4FE, #9C48FE);
	margin-top: 48px;
}
.teach_ctn .teach_btn:hover{
	transform: translate(0, -4px);
}
.why_omick{
	width: 1100px;
	margin:80px auto;
	margin-bottom: 50px;
}
.why_omick h2{
	/* text-align: center; */
	/* margin: 10px 0; */
	text-align: center;
	font-size: 42px;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.8;
}
.why_omick h3{
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
}
.six_why ul li a,.six_why ul li img{
	display: block;
	width: 100%;
}
.why_omick .why_btn{
	width: 220px;
	margin:30px auto;
	height: 54px;
	line-height: 54px;
	border-radius: 15px;
	text-align: center;
	display: block;
	background-color: #6676FD;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	background-image: linear-gradient(#0DC4FE, #9C48FE);
}
.why_omick .why_btn:hover{
	transform: translate(0, -4px);
}
.four_advan{
	width: 100%;
	padding:36px 0;
	margin-bottom: 50px;
}
.four_advan ul{
	width: 1160px;
	margin:0 auto;
}
.four_advan ul li{
	width: 270px;
	float: left;
	margin:0 10px;
	background: #fff;
	-moz-box-shadow: 0px 0px 50px #bbb;
	box-shadow: 0px 0px 50px #bbb;
	padding:30px 0;
}
.four_advan ul li img{
	margin-left: 60px;
}
.four_advan ul li h5{
	text-align: center;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 20px;
}
.four_advan ul li p{
	padding:0 20px;
	margin-bottom: 16px;
	line-height: 1.5;
}
.four_advan ul li a{
	display: block;
	margin:0 auto;
	width: 160px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}
.four_advan ul li a:hover{
	transform: translate(0, -4px);
}
.four_advan ul li:nth-child(1) a{
	background-color: #FFD04C;
	background-image: linear-gradient(#FEDB59, #FFBA2A);
}
.four_advan ul li:nth-child(2) a{
	background-color: #FF7575;
	background-image: linear-gradient(#FF8182, #FE605F);
}
.four_advan ul li:nth-child(3) a{
	background-color: #3DD9A4;
	background-image: linear-gradient(#40DFA9, #3ACE9E);
}
.four_advan ul li:nth-child(4) a{
	background-color: #618CFF;
	background-image: linear-gradient(#6E94FF, #4A7BFE);
}
.bd_2{
	width: 100%;
	background-color: #FFA904; 
	background-image: linear-gradient(#FFC102, #FF9108);
	padding:20px 0;
	padding-bottom: 50px;
}
.bd_2 .bd_cnt{
	width: 62%;
	margin:0 auto;
	min-width: 1200px;
}
.bd_cnt h2{
	font-size: 44px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #000;
	line-height: 2.5;
}
.bd_cnt h2 span{
	font-size: 22px;
	letter-spacing: 1px;
	margin-left: 10px;
}
.bd_2 .bd_cnt form div{
	display: inline-block;
	width: 260px;
	margin-right: 30px;
}
.bd_2 .bd_cnt form p{
	color: #fff;
	line-height: 3;
	font-size: 20px;
}
.bd_2 form input,.bd_2 form select{
	width: 260px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	margin-right: 60px;
	padding-left: 20px;
	font-size: 17px;
	letter-spacing: 2px;
}
.bd_2 .bd_btn{
	display: inline-block;
	width: 280px;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #6676FD; 
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	background-image: linear-gradient(#0DC4FE, #9C48FE);
}
.anxin_omick{
	width: 1150px;
	margin: 0 auto;
	margin-top: 40px;
}
.anxin_omick h2{
	/* text-align: center; */
	/* margin: 10px 0; */
	text-align: center;
	font-size: 42px;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.8;
}
.anxin_omick h3{
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
}
.anxin_omick ul li{
	float: left;
	width: 328px;
}
.anxin_omick ul li img{
	display: block;
	width: 100%;
}
.anxin_omick ul li:nth-child(2){
	margin:0 20px;
}
.anxin_omick ul li:nth-child(3){
	width: 453px;
}
.anxin_omick>a{
	display: block;
	width: 326px;
	margin:70px auto;
}
.anxin_omick>a:hover{
	transform: translate(0, -4px);
}
.stu_works{
	width: 100%;
	background-color: #FBFBFB;
	/* padding:70px 0; */
}
.stu_works h2{
	/* text-align: center; */
	/* margin: 10px 0; */
	text-align: center;
	font-size: 42px;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.8;
}
.stu_works h3{
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
}
.stu_works #works_swiper{
	padding-bottom:60px;
}
.stu_works #works_swiper .swiper-slide {
	padding:8px;
}
.stu_works #works_swiper .swiper-slide img{
	display: block;
	width: 100%;
}
#works_swiper .swiper-pagination-bullet{
	background: #D2D2D2;
	border-radius: 0px;
	width: 54px;
	height: 5px;
	opacity: 1;
}
#works_swiper .swiper-pagination-bullet-active{	
	background: #F9B552;
}
.more_doubt{
	width: 1150px;
	margin:0 auto;	
	padding:50px 0;
}
.more_doubt .doubt_title{
	border-bottom:2px solid #333;
	text-align: center;
}
.more_doubt .doubt_title p{
	display: inline-block;
	border-bottom: 2px solid #F05401;
	line-height: 2.1;
	color: #F05401;
	font-size: 28px;
	letter-spacing: 2px;
}
.more_doubt ul{
	padding:0 15px;
}
.more_doubt ul a{
	display: block;
}
.more_doubt ul li{
	float: left;	
	text-align: center;
	width: 260px;
	margin:0 10px;
	margin-top: 25px;
	background: #EEEEEE;
	height: 60px;
	line-height: 60px;
	color: #F05401;
	font-size: 18px;
	border-radius: 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.more_doubt ul li:hover{
	background-image: linear-gradient(to bottom,#FFC102, #FF900A);
	color: #fff;
	transform: translate(0, -4px);
}

.kst_btn{
	width: 100%;
	background-color: #FFA904;
	background-image: linear-gradient(#FFC102, #FF9108);
}
.kst_btn .btn_txt{
	width: 1000px;
	margin:0 auto;
	padding: 50px 0;
	position: relative;
}
.kst_btn h4{
	font-size: 38px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #000;
}
.kst_btn a{
	position: absolute;
	top:38%;
	right: 0;
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	text-align: center;
	background-color: #6676FD;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	background-image: linear-gradient(#0DC4FE, #9C48FE);
}
.kst_btn a:hover{
	transform: translate(0, -4px);
}