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: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.major_ctn h2{
	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_ctn .big_li{
	position: relative;
	margin-bottom: 50px;
}
.major_ctn .big_li .major_pic{
	float: left;
}
.major_ctn .big_li .major_pic img{
	display: block;
}
.major_ctn .big_li .major_li{
	float: right;
	width: 500px;
	height: 260px;
	overflow: auto;
}
.major_ctn .big_li .major_li::-webkit-scrollbar {
	width: 4px;
	height: 2px;
}
.major_ctn .big_li .major_li::-webkit-scrollbar-button {
	width: 0;
	height: 0
}
.major_ctn .big_li .major_li::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.23)
}
.major_ctn .big_li .major_li::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.35)
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(0,0,0,.45)
}
.major_ctn .big_li .major_li ul li{
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	padding:12px 0;
}
.major_ctn .big_li .major_li ul li.select_works{
	background: #EEEEEE;
	border:none;
}
.major_ctn .big_li .major_li ul li h5{	
	font-size: 16px;
	border-left: 3px solid #FC7B27;
	line-height: 1;	
	margin-left: 30px;
	padding-left: 6px;
}
.major_ctn .big_li .major_li ul li.select_works h5{
	font-size: 20px;
	border-left: 4px solid #FC7B27;
	line-height: 1;
	margin-left: 30px;
	padding-left: 6px;
}
.major_ctn .big_li .major_li ul li .pic_two{
    display: none;
	margin-top: 15px;
}
.major_ctn .big_li .major_li ul li.select_works .pic_two{
	display: block;
	margin-top: 15px;
}
.major_ctn .big_li .major_li ul li .pic_two img{
    display: block;
	float: left;
	width: 242px;
}
.major_ctn .big_li .major_li ul li .pic_two img.pic_one{
	margin-right: 12px;
}
.major_ctn .big_li .major_li ul li a{
	position: absolute;
	top:12px;
	right:16px;
	font-size: 13px;
	color: #FC7B27;
}
.major_ctn .big_li .major_li ul li.select_works a{
	font-size: 15px;
	position: absolute;
	top:12px;
	right:16px;
	color: #FC7B27;
}
.major_ctn .big_li .major_txt{
	position: absolute;
	top: 15px;
	left: 346px;
	width: 370px;
	height: 230px;
	background: #fff;
	-moz-box-shadow: 0px 10px 40px #ddd;
	box-shadow: 0px 10px 40px #ddd;
	text-align: center;
	padding:40px 30px;
}
.major_ctn .big_li .major_txt h4{
	font-size: 27px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	color: #FC7B27;
}
.major_ctn .big_li .major_txt span{
	color: #676767;
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
}
.major_ctn .big_li .major_txt p{
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.6;
}
.major_ctn .major_btn{
	padding-left: 300px;
	margin-top: 70px;
}
.major_ctn .major_btn a{
	display: block;
	float: left;
	margin-right: 20px;
}
.major_ctn .major_btn a:hover{
	transform: translate(0, -4px);
}

.why_omick{
	width: 1200px;
	margin:0 auto;
}
.why_omick h2{
	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 .gallery-thumbs{
	margin-bottom: 20px;
}
.six_why .gallery-thumbs .swiper-slide{
	height: 60px;
	line-height: 60px;
	background: #FBFBFB;
	cursor: pointer;
}
.six_why .gallery-thumbs .swiper-slide p{
	color: #EB6100;
	text-align: center;
	font-size: 22px;
}
.six_why .gallery-thumbs .swiper-slide-thumb-active{
	background: #EB6100;	
}
.six_why .gallery-thumbs .swiper-slide-thumb-active p{
	color: #fff;
}
#why_swiper{
	background: #FBFBFB;
}
#why_swiper .swiper-slide .left_intro{
	float: left;
	padding-top: 50px;
}
#why_swiper .left_intro h4,#why_swiper .left_intro h5{
	width: 220px;
	text-align: center;
	margin-left: 4px;
}
#why_swiper .left_intro h4{
	color: #EB6100;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 10px;
}
#why_swiper .left_intro h5{
	background: #EB6100;
	color: #fff;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 80px;
}
#why_swiper .left_intro p{
	font-size: 20px;
	margin-left: 50px;
	line-height: 2;
	color: #000;
	letter-spacing: 1px;
}
#why_swiper .left_intro p img{
	margin-right:12px ;
	vertical-align: middle;
}
#why_swiper .left_intro a{
	display: block;
	margin-left: 50px;
	border:1px solid #000000;
	width: 230px;
	height: 44px;
	line-height: 44px;
	margin-top: 60px;
	padding-left: 10px;
	font-size: 20px;
	letter-spacing: 1px;
}
#why_swiper .left_intro a:hover{
	width: 240px;
}
#why_swiper .left_intro a img{
	float: right;
	margin-top: 13px;
	margin-right: 15px;
}
#why_swiper .swiper-slide .right_pic{
	float: right;
}
#why_swiper .swiper-slide .right_pic img{
	display: block;
	width: 756px;
}
.why_omick .choose_btn{
	display: block;
	width: 325px;
	margin:50px auto;
}
.why_omick .choose_btn:hover{
	transform: translate(0, -4px);
}
.four_advan{
	width: 100%;
	background:#EEEEEE;
	padding:36px 0;
}
.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;
	margin-bottom: 100px;
}
.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);
}
.stage_part {
    width: 1150px;
    margin: 0 auto;
	margin-bottom: 100px;
}
.stage_part h2{
	/* text-align: center; */
	/* margin: 10px 0; */
	text-align: center;
	font-size: 42px;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 1.8;
}
.stage_part h3{
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
}
.stage_cnt{
	position: relative;
}
.stage_cnt .gray_bg{
	width: 400px;
	height: 520px;
	background: #EBEBEB;
}
.stage_cnt .swiper-container{
	position: absolute;
	top:0;
	left: 70px;
}
#stage_swiper img{
	display: block;
}
#stage_swiper .stage_title{
	margin-bottom: 40px;
}
#stage_swiper .stage_title img{
	margin-left: 420px;
}
.stage_cnt a{
	display: block;
	position: absolute;
	bottom:0;
	right:10px;
}
.stage_cnt a:hover{
	transform: translate(0, -4px);
}
.big_form{
	background: url(../images/form-bg.png) 0 0 no-repeat;
	background-size: 100%;
	padding-top: 100px;
	padding-bottom: 70px;
	margin-bottom: 80px;
}
.big_form .form_part{
	width: 1150px;
	margin:0 auto;
}
.big_form .ques_group{
	float: left;
	width: 400px;
	margin-top: 20px;
}
.big_form .form_cnt{
	float: right;
}
.big_form .form_cnt div{
	margin-bottom: 20px;
}
.big_form .form_cnt div img{
	width: 60px;
	margin-right:18px;
	vertical-align: middle;
}
.big_form .form_cnt div input{
	width: 530px;
	height: 56px;
	line-height: 56px;
	background: rgba(256,256,256,.25);
	color: #fff;
	font-size: 20px;
	padding-left: 20px;
}
.big_form .form_cnt div input::-webkit-input-placeholder{
    color:#eee;
	letter-spacing: 1px;
}
.big_form .form_cnt div input::-moz-placeholder{   
    color:#eee;
	letter-spacing: 1px;
}
.big_form .form_cnt div input:-moz-placeholder{    
    color:#eee;
	letter-spacing: 1px;
}
.big_form .form_cnt div input:-ms-input-placeholder{   
    color:#eee;
	letter-spacing: 1px;
}
.big_form .form_cnt div span{
	display: inline-block;
	height: 56px;
	line-height: 56px;
	font-size: 32px;
	color: #FE0000;
}
.big_form .form_cnt p{
	font-size: 15px;
	padding-left:80px;
	color: #fff;
}
.big_form>a{
	display: block;
	width: 460px;	
	border-radius: 6px;
	margin: 0 auto;
	margin-top: 70px;
	text-align: center;
	padding:24px 0;
	background-image: linear-gradient(to bottom,#FFC102, #FF900A);
}

.anxin_omick{
	margin-top: 70px;
	width: 1150px;
	margin: 0 auto;
}
.anxin_omick h2{
	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: 0;
}
.stu_works h2{
	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);
}
.teach_part{
	margin-top: 80px;
}
.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{
	position: relative;
}
.teach_part .teach_icon{
	position: absolute;
	top: 130px;
	left: 56%;
	width: 480px;
}
.teach_part .teach_icon a{
	display:block;
	margin-left:16px;
}
.teach_part .teach_icon a:hover{
	transform: translate(0, -4px);
}
.teach_part .teach_icon ul{
	margin-bottom: 100px;
}
.teach_part .teach_icon ul li{
	float: left;
	margin:12px 8px;
	width: 104px;
	height: 104px;
	border-radius: 104px;
	cursor:pointer;
	border:3px solid rgba(0,0,0,0);
	transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.teach_part .teach_icon ul li:hover{
	transform: translate(0, -4px);
}
.teach_part .teach_icon ul li.active{
	
}
.teach_part .teach_icon ul li img{
	display: block;
	border-radius: 50px;
	background-image: #000;
}
.teach_list .teach_li{
	display: none;
}
.teach_list .teach_active{
	display: block;
}
.teach_list .teach_li .teach_pic{
	width: 1150px;
	margin:0 auto;
}
.teach_list .teach_li .teach_pic img{
	display: block;
	/* height: 32%; */
}
.teach_list .teach_li .teach_txt{
	text-align: center;
	background-color: #EEEEEE;
	padding:30px 0;
}
.teach_list .teach_li .teach_txt p{
	font-size: 20px;
	line-height: 2.2;
	width: 1150px;
	margin: 0 auto;
}

.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);
}