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: 42px;
	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: 30px;
	letter-spacing: 2px;
	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;
}
.intro_1{
	width: 1200px;
	margin:0 auto;
	
}
.intro_1 .intro_left{
	float: left;
	width: 650px;
}
.intro_left h2{
	width: 92%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.intro_left p{
	font-size: 18px;
	line-height: 1.8;
	color: #555;
}
.intro_1 .intro_right{
	float: right;
	width: 500px;
}
.intro_left ul{
	margin:24px 0;
	width: 90%;
}
.intro_left ul li{
	float: left;
	width: 25%;
	text-align: left;
}
.intro_left ul li p{
	line-height: 1;
}
.intro_left ul li:nth-child(4){
	text-align: right;
}
.intro_left ul li h5{
	color: #FC6703;
	font-size: 18px;
	font-weight: 700;
}
.intro_left ul li h5 span{
	color: #FC6703;
	font-size: 46px;
}
.intro_left ul li p{
	font-size: 15px;
	color: #333;
}
.intro_left ul li:nth-child(1) p,.intro_left ul li:nth-child(2) p,.intro_left ul li:nth-child(3) p{
	padding-left: 7px;
}
.intro_left ul li:nth-child(4) p{
	text-align: center;
	
}
.big_btn{
	display: block;
	width: 240px;
	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;
}
.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;
}
.branded_advan{
	width: 1200px;
	margin:0 auto;
	position: relative;
}
.branded_advan h2{
	position: absolute;
	top:0%;
	left: 0%;
	width: 22%;
}
.branded_advan #swiper_advan .swiper-pagination{
	width: 60%;
}
#swiper_advan .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: .1;
	margin: 0 8px;
}
#swiper_advan .swiper-pagination .swiper-pagination-bullet-active{
	background: #FF8A10;
	opacity: 1;
}
.zxj{
    width: 100%;
	background-color: #FFA904;
	background-image: linear-gradient(#FFC102, #FF9108);
	padding: 20px 0;
	margin-bottom: 80px;
}
.zxj_part{
    width: 62%;
    margin: 0 auto;
    min-width: 1200px;
}
.zxj_part .zxj_left{
	float: left;
	width: 36%;
	margin-top: 20px;
}
.zxj_part .zxj_left h2{
	font-size: 42px;
	letter-spacing: 3px;
	font-weight: 700;
	color: #000;
	line-height: 1.5;
}
.zxj_part .zxj_left h5{
	font-size: 26px;
	letter-spacing: 1px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 5px;
}
.zxj_part .zxj_left p img{
	vertical-align:middle;
	width: 20px;
	margin-right: 4px;
}
.zxj_part .zxj_left p span{
	color: #fff;
	font-size: 16px;
}
.zxj .youhui ul{
	float: left;
	width: 38%;
}
.zxj .youhui ul li{
	float: left;
	width: 33.3%;
}
.zxj_part .kst_form{
	float: right;
	width: 22%;
	margin-top: 30px;
}
.zxj_part .kst_form input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	padding-left: 8px;
	margin-bottom: 20px;
}
.kst_dial{
	background-color: #6676FD;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	background-image: linear-gradient(#0DC4FE, #9C48FE);
}
.teach_team{
	width: 1150px;
	margin:0 auto;
	position: relative;
}
.teach_team h2{
	margin:20px 0;
}
.teach_team p{
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.teach_team .swiper-button-next,.teach_team .swiper-button-prev{
	position: absolute;
	top:125px;
	width: 70px;
	height: 40px;	
}
.teach_team .swiper-button-next{
	background: url(../images/arr-black.png) 15px 11px no-repeat;
	background-size: 36px;
	border:1px solid #000;
}
.teach_team .swiper-button-prev{
	background: url(../images/arr-black.png) 15px -22px no-repeat;
    background-size: 36px;
	border:1px solid #000;
	left: 986px;
}
.teach_team .swiper-button-prev:hover{
	background: url(../images/arr-white.png) #FC6C00 15px -22px no-repeat;
	background-size: 36px;
	border:1px solid #FC6C00;
}
.teach_team .swiper-button-prev:hover .teach_team .swiper-button-next{
	background: url(../images/arr-black.png) 15px -22px no-repeat;
	background-size: 36px;
	border:1px solid #000;
}
.teach_team .swiper-button-next:hover{
	background: url(../images/arr-white.png) #FC6C00 15px 11px no-repeat;
	background-size: 36px;
	border:1px solid #FC6C00;
}
.teach_team .swiper-button-prev.active_prev{
	background: url(../images/arr-white.png) #FC6C00 15px -22px no-repeat;
	background-size: 36px;
	border:1px solid #FC6C00;
}


.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);
}
.awards_honor{
	width: 100%;
	background: url(../images/honor-bg.png) 0 0 no-repeat;
	padding:80px 0;
	padding-left: 20%;
	padding-right: 18%;
}
.awards_honor .left_awards{
	float: left;
	width: 48%;
}
.awards_honor h2{
	width: 35%;	
	margin:20px 0;
}
.awards_honor p{
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 50px;
	color: #fff;
}
.awards_honor .swiper_list{
	position: relative;
}
.swiper_list .swiper-button-prev,.swiper_list .swiper-button-next{
	border:2px solid #fff;
	background-size: 24px 24px;
}
.swiper_list .swiper-button-prev{
	left: 0;
}
.swiper_list .swiper-button-next{
	right: 0;
}
.awards_honor .gallery-thumbs{
	width: 85%;
} 
.awards_honor .gallery-top{
	width: 43%;
	float: right;
	-moz-box-shadow: 20px 20px 60px rgba(0,0,0,.3);
	box-shadow: 20px 20px 60px rgba(0,0,0,.3);
}
.awards_honor .gallery-top img{
	display: block;
}
.school_philo{
	width: 1150px;
	margin:0 auto;
}
.school_philo h2{
	width: 21%;
	margin-bottom:60px;
}
.school_philo ul{
	width: 84%;
	margin:0 auto;
}
.school_philo ul li{
	float: left;
	width: 21%;
	margin:0 2%;
}
.joint_coo{
	width: 1150px;
	margin:0 auto;
	margin-top: 100px;
}
.joint_coo h2{
	width: 16%;
	margin-bottom:60px;
}
.comp_list{
	width: 986px;
	margin:0 auto;
	position: relative;
	margin-bottom:40px;
}
.comp_list ul li{
	float: left;
	width: 164px;
	height: 134px;
	border:1px solid ##D6D6D6;
	opacity: .5;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.comp_list ul li:hover{
	filter: grayscale(0) drop-shadow(0 0 12px #e4e4e4);
	-webkit-filter: grayscale(0) drop-shadow(0 0 12px #e4e4e4);
	-moz-filter: grayscale(0) drop-shadow(0 0 12px #e4e4e4);
	opacity: 1;
	transform: scale(.9);	
}
.comp_list ul li a{
	display: inline-block;
	width: 164px;
	height: 134px;
}
.comp_list .big_comp{
	position: absolute;
	top:134px;
	left:328px;
	width: 328px;
	height: 268px;
	overflow: hidden;
}