body{
	width: 100%;
	min-width: 1200px;
	background: #FFFFFF;
	color: #000;
	box-sizing: border-box;
}
.top_banner{
	position: relative;
	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;
	top:28%;
	left: 50%;
	margin-left: -259px;
	z-index: 3;
}
.ban-inner .banner_title h3{
	font-size: 46px;
	font-weight: 700;
	color: #ddd;
	line-height: 1.8;
	letter-spacing: 4px;
	text-shadow: 0 1px 0 #ccc;
}
.ban-inner .banner_title h4{
	font-size: 34px;
	color: #ddd;
	line-height: 1.8;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 #ccc;
}
.ban-inner .banner_title h5{
	font-size: 24px;
	color: #ddd;
	line-height: 1.5;
	font-weight: 700;
	text-shadow: 0 1px 0 #ccc;
}
.x-nav-musk{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 2;
}
.big_part{
	width: 1100px;
	margin:0 auto;
}
.big_part h2{
	font-size: 48px;
	letter-spacing: 4px;
	text-align: center;
	line-height: 2;
	text-shadow: 0 1px 0 #333;
}
.big_part h3{
	font-size: 19px;
	letter-spacing: 1px;
	text-align: center;
	color: #555;
	line-height: 1.6;
	margin-bottom: 50px;
}
.jiuye_pros ul li{
	float: left;
	width: 31%;
	-moz-box-shadow: -20px 0px 50px #ccc;
	box-shadow: -20px 0px 50px #ccc;
	padding:30px 20px;
}
.jiuye_pros ul li:nth-child(2){
	margin:0 3.5%;
}
.jiuye_pros ul li .pic_box{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.jiuye_pros ul li .pic_box:hover{
	transform: scale(1.2);
}
.jiuye_pros ul li h5{
	width: 180px;
	border-radius: 16px;
	margin:18px auto;
	height: 46px;
	line-height: 46px;
	background: #EEEEEE;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.jiuye_pros ul li p{
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	color: #333;
}
.big_btn{
	display: block;
	width: 220px;
	margin: 60px auto;
	height: 50px;
	line-height: 50px;
	border-radius: 16px;
	text-align: center;
	background-color: #6676FD;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	background-image: linear-gradient(#0DC4FE, #9C48FE);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-o-transition:all .3s;
}
.big_btn:hover{
	transform: translate(0, -4px);
	transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
}
.tixi_title ul li{
	float: left;
	background-color: #f4f4f4;
	width: 30%;
	margin:30px 0;
	text-align: center;
	font-size: 24px;
	height: 88px;
	line-height: 88px;
}
.tixi_title ul li:hover{
	cursor: pointer;
}
.tixi_title ul li b{
	display: inline-block;
	height: 88px;
	border-bottom: 4px solid transparent;
}

.tixi_title ul li.li_active b{
	border-bottom-color: #ff5a00;
	color: #ff5a00;
}
.tixi_title ul li:nth-child(2){
	margin:30px 5%;
}
.tixi_cont{
	display: none;
}
.tixi_active{
	display: block
}
.tixi_cont .tixi_swiper .swiper-slide{
	width: 100%;
	background: #FBFBFB;
	padding: 30px 26px;
}
.tixi_cont .tixi_swiper .swiper-slide .left_txt{
	float: left;
	padding-left: 4%;
	padding-top: 22px;
	width: 55%;
}
.tixi_cont .tixi_swiper .swiper-slide .left_txt h5{
	font-size: 32px;
	line-height: 3.2;
	letter-spacing: 2px;
}
.tixi_cont .tixi_swiper .swiper-slide .left_txt p{
	font-size: 19px;
	line-height: 2;
}
.tixi_cont .tixi_swiper .swiper-slide .right_pic{
	width: 45%;
	float: right;
}

.bd_1,.bd_2{
	width: 100%;
	background-color: #FFA904; 
	background-image: linear-gradient(#FFC102, #FF9108);
	padding:20px 0;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
.bd_1 .bd_cnt,.bd_2 .bd_cnt{
	width: 62%;
	margin:0 auto;
	min-width: 1200px;
}
.bd_cnt h2{
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #000;
	line-height: 2.5;
}
.bd_cnt h2 span{
	font-size: 20px;
	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_1 form input,.bd_1 form select,.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_btn{
	display: inline-block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	text-align: center;
	background-color: #6676FD; 
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	background-image: linear-gradient(#0DC4FE, #9C48FE);
}
.bd_2 .bd_btn{
	width: 280px;
	border-radius: 50px;
}


.more_choose ul li{
	float: left;
	width: 32%;
	position: relative;
	padding:10px;
}
.more_choose ul li:nth-child(2){
	margin:0 2%;
}
.more_choose ul li span{
	display: inline-block;
	width:44px;
	height: 44px;
	line-height: 44px;
	background: #FE9F04;
	color: #fff;
	text-align: center;
	font-size: 28px;
	position: absolute;
	top:0;
	right: 0;
}
.more_choose ul li h5{
	width: 86%;
	margin:0 auto;
	height: 56px;
	line-height: 56px;
	background: #FE9F04;
	color: #fff;
	text-align: center;
	font-size: 28px;
	transform: translate(0, -30px);
	letter-spacing: 2px;
}
.more_choose ul li p{
	width: 86%;
	margin:0 auto;
	font-size: 18px;
	line-height: 1.8;
}
.zheng_shu {
    width: 1150px;
    margin: 0 auto;
}
.zheng_shu ul li{
	float: left;
	width: 18%;
	margin:0 1%;
	-moz-box-shadow: 0px 20px 50px #ccc;
	box-shadow: 0px 20px 50px #ccc;
}
.zheng_shu ul li .pic_box{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.zheng_shu ul li .pic_box:hover{
	transform: scale(1.2);
}
.zheng_shu ul li span{
	display: block;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	color: #6887F3;
	line-height: 1;
	transform: translate(0, -22px);
}
.zheng_shu ul li h5{
	text-align: center;
	line-height: 3.5;
	font-size: 18px;
}
.sz_gl{
	background: url(../images/gl-bg.png) 0 0 no-repeat;
	background-size: 100%;
	padding:40px 0;
}
.sz_gl h2{
	font-size: 48px;
	letter-spacing: 4px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 60px;
	text-shadow: 0 1px 0 #fff;
}
.sz_gl ul{
	width: 1150px;
	margin:0 auto;
}
.sz_gl ul li{
	float: left;
	width: 22%;
	margin:0 1.5%;
}
.coo_cont{
	position: relative;
}
#coo_swiper{
	width: 90%;
	margin:0 auto;
} 
.coo_cont .swiper-button-prev,.coo_cont .swiper-button-next{
	width:44px ;
	height: 44px;
}
.coo_cont .swiper-button-prev{
	background: url(../images/left-arr.png) no-repeat;
	background-size: 100% 100%;
}
.coo_cont .swiper-button-next{
	background: url(../images/right-arr.png) no-repeat;
	background-size: 100% 100%;
}
.coo_cont .swiper-button-prev:hover{
	opacity: 0.6;
}
.coo_cont .swiper-button-next:hover{
	opacity: 0.6;
}
.stu_list{
	margin-top: 40px;
}
.stu_list ul{
	background: #FBFBFB;
	padding:50px 80px;
}
.stu_list ul li{
	margin-bottom:20px
}
.stu_list ul li img{
	display: block;
}
.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);
}