body {
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

.content {
	display: block;
	width: 100%;
}

.wid {
	width: 1200px;
	margin: 0px auto;
}

.top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
}

.logo {
	display: block;
}

.menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.menu a {
	font-size: 16px;
	color: #252525;
	text-decoration: none;
	padding: 0px 15px;
}

.menu a:hover {
	display: inline-block;
	text-decoration: none;
	color: #ff0000;
	cursor: pointer;
}

#menu_hvr {
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
	cursor: pointer;
}
.banners{
	display: block;
	text-align: center;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-pagination {
	left: 46%;
	bottom: 80px;
	width: auto;
}

.swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.full {
	position: absolute;
}

.full img {
	width: 100%;
}

.slide-1 .preload {
	background: url(../uploads/01_s.jpg) no-repeat left top/100% 100%;
}

.slide-2 .preload {
	background: url(../uploads/02_s.jpg) no-repeat left top/100% 100%;
}

.slide-3 .preload {
	background: url(../uploads/03_s.jpg) no-repeat left top/100% 100%;
}

.slide-4 .preload {
	background: url(../uploads/04_s.jpg) no-repeat left top/100% 100%;
}

.homepage-left100 {
	width: 100%;
	position: absolute;
	left: 100%;
	top: 44%;
	z-index: 10;
	transform: translate(-50%, -50%);
}

.homepage-left100 .txt {
	text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 16px;
	line-height: 72px;
}

.txtCenter {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 15px;
}

.txtCenter .txt {
	font-size: 125px;
	letter-spacing: -2px;
	line-height: 115px;
	color: #121212;
	text-align: center;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
}

.whiteTxt {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.whiteTxt .txt {
	font-size: 65px;
	letter-spacing: -2px;
	line-height: 82px;
	color: #ffffff;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}

.kunju {
	display: flex;
	flex-direction: column;
	
}

.biaoti {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
}

.biaoti p {
	display: block;
	font-size: 32px;
	color: #252525;
}
.biaoti img{
	border: 0px;
	margin: 0px 15px;
}

.kunju_con {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.kunju_con .kjilst {
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 5;
	margin-left: -600px;
}

.kunju_con .kjilst div {
	
	position: relative;
	display: block;
}

.kj01 {
	position: absolute;
	right: 291px;
	top: 205px;
	z-index: 9;
	width: 100px;
	font-size: 14px;
	color: #555;
}

.kj02 {
	position: absolute;
	right: 144px;
	top: 237px;
	z-index: 9;
	width: 100px;
	font-size: 14px;
	color: #555;
}

.kj03 {
	position: absolute;
	right: 387px;
	top: 325px;
	z-index: 9;
	width: 100px;
	font-size: 14px;
	color: #555;
}

.kj04 {
	position: absolute;
	right: 239px;
	top: 346px;
	z-index: 9;
	width: 100px;
	font-size: 14px;
	color: #555;
}

.kj05 {
	position: absolute;
	right: 69px;
	top: 393px;
	z-index: 9;
	width: 100px;
	font-size: 14px;
	color: #555;
}
.modes{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 80px 0px;
}
.mode_an{
	display: flex;
	flex-direction: column;
	position: relative;
}
.mode_an img{
	border: none;
}
.mode_an div{
	position: absolute;
	left:0px;
	bottom:0px;
	z-index:5;
	width: 100%;
}
.mode_an strong{
	display: block;
	text-align: center;
	width: 150px;
	font-size: 18px;
}
.mode_an p{
	display: block;
	text-align: center;
	width: 150px;
	font-size: 14px;
	padding-top:5px;
}
.jiangxin{
	display: block;
	width: 100%;
	background-color: #eee;
	overflow: hidden;
}
.jiangcon{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0px;
}
.jx_con{
	display: flex;
	flex-direction: column;
}
.jx_titie{
	color: #ea3b3c;
	font-size: 34px;
	display: block;
	padding-top: 40px;
	padding-bottom: 30px;
}
.jx_info{
	display: block;
	background:url(../images/jiang_bj.jpg) no-repeat;
	width: 760px;
}
.jx_info li{
	list-style: none;
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px 0px 30px 0px;
}
.jx_info li img{
	border: none;
	display: block;
	margin: 0px auto;
}
.jx_info li p{
	font-size: 14px;
	color: #555;
}
.anlis{
	display: block;
	padding: 50px 0px;
	overflow: hidden;
}
.anlis p{
	display: inline-block;
	border: 1px solid #eee;
	padding: 25px 45px;
	margin: 10px;
	border-radius: 6px;
}
.anlis p img{
	border: none;
	height:60px ;
	width: 170px;
}
.footer{
	display: block;
	clear: both;
	background-color: #ccc;
	width: 100%;
	padding:30px 0px;
}
.footer_con{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	
}
.footer_text{
	display: flex;
	flex-direction: column;
}
.footer_ma{
	display: flex;
}
.footer_ma img{
	margin-left: 10px;
}

.yicon{
	display: block;
	text-align: center;
	padding: 40px 0px;
}
.yicon img{
	border: none;
}
.lines{
	display: block;
	overflow: hidden;
	background-color: #eeeeee;
	width: 100%;
	padding: 40px 0px;
}
.lines_artcire{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.line_setion{
	display: flex;
	flex-direction: column;
	width: 550px;
	margin-left: 50px;
}
.line_setion h2{
	color: #e0ab65;
	font-size: 32px;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0px;
}
.line_setion p{
	font-size: 16px;
	color: #555;
	line-height: 30px;
margin: 10px 0px;

}
.course_font{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999;
	padding: 10px 0px;
}
.courses{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px 40px 0px;
}
.cous_ans{
	display: block;
	margin: 0px 15px;
}
.cous_ans a{
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.cous_ans a img{
	border-radius: 5px;
	margin-top: 30px;
}
.cous_ans a strong{
	display: block;
	font-size: 16px;
	color: #252525;
}
.cous_ans a p{
	display: block;
	font-size: 14px;
	color: #555;
	padding-top: 3px;
}
.slide_fun{
	position: fixed;
	right: 3%;
	bottom:10%;
	z-index:999;
	display: flex;
	flex-direction: column;
}