﻿body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul,img{
	padding: 0;
	margin: 0;
	border: none;
}
body{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-family:"Microsoft YaHei",Verdana,Arial,Helvetica, sans-serif;
	overflow-x: hidden;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
li,ol,ul{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	line-height: 1.5;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 25px;
}
h5{
	font-size: 22px;
}
button{outline: none}
@font-face{
	font-family: 'my_font'; 
	src:url('../font/DINENGSCHRIFT-ALTERNATE.OTF') format('truetype')
}
.none{
	display: none !important;
}
.show{
	opacity: 1 !important;
}
/* 样式开始 */
.x_banner{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 580px;
	background: url('../img/banner.jpg')no-repeat center center;
	background-size: cover;
}
.x_banner a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/icon.png')no-repeat  right;
	background-position:250px 15px;
	width: 320px;
	width: 320px;
	height: 50px;
	background-color: #ffff00;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #313131;
	margin-bottom: 143px;
	text-indent: -40px;
}
.x_banner a:nth-child(2){
	background-color: #fff;
	margin-left: 88px;
}
.count_bg{
	background: url('../img/bg.jpg')no-repeat;
	background-size: cover;
	padding-bottom: 146px;
}
.x_timeBox{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 1200px;
	margin:  0 auto;
	height: 140px;
	background-color: #ffff00;
}
.x_timeBox p{
	font-family: "my_font";
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #fd002b;
}
.flipTimer{
	display: flex;
	height: 90px;
}
.x_timeBox .myd{
	color: #333;
}
.x_timeBox .myt{
	color: #333;
	font-size: 26px;
	line-height: 138px;
	margin: 0 10px;
}
.x_title{
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fefefe;
	text-align: center;
	margin: 0 auto;
	padding: 128px 0 88px 0;
}
.x_title span{
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 0px;
	color: #fefefe;
}
.x_myform01{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.form01_title{
	display: flex;
	align-items: center;
	width: 540px;
	background-color: #fff;
	border-radius: 15px;
	padding: 15px 0;
	border-bottom: 2px dashed #ccc;
}
.form01_title font{
	display: block;
	width: 100px;
	height: 100px;
	background-color: #fd002b;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	font-size: 52px;
	font-weight: 600;
	color: #ffff00;
	margin-left: 54px;
}
.form01_title p{
	font-family: 'my_font';
	font-size: 28px;
	font-weight: 800;
	font-stretch: normal;
	line-height:35px;
	color: #fd002b;
	padding-left: 35px
}
.form01_inpt{
	display: flex;
	flex-direction: column;
	align-self: center;
	justify-content: center;
	width: 540px;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 30px 0;
}
.form01_inpt input,.form01_inpt .x_sele{
	width: 80%;
	border-bottom: 2px solid #fd002b;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 22px;
	color: #333;
	margin-bottom: 17px;
	outline: none;
 display: block;}
.form01_inpt input::placeholder,.form01_inpt .x_sele{
	color: #fd002b;
}
.form01_inpt .x_sele{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.form01_inpt .x_sele i{
	color: #fd002b;
	font-size: 16px;
	padding-right: 10px;
}
.x_sele ul{
	display: none;
	position: absolute;
	width: 100%;
	top: 55px;
	left: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 5px;
	z-index: 3;
}
.x_sele ul li{
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	border-bottom: 1px dashed #f2f2f2;
}
.x_sele ul li:hover{
	background-color: #fd002b;
	color: #fff;
	border-color: #fd002b;
	cursor: pointer;
}
.form01_inpt button{
	display: block;
	width: 80%;
	height: 50px;
	background-color: #333333;
	border-radius: 10px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 17px;
}
.my_table{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	border-collapse:collapse;  
	border-spacing:0;  
}
td,tr{
	padding: 0
}
.my_table td{
	width: 200px;
	border: .5px solid #ccc;
	padding: 0;
	height: 44px;
	text-align: center;
	font-size: 16px;
	color: #000000;
}
.my_table td a,.my_table td span{
	color: #fd002b;
	font-weight: 600
}
.my_table .tabHd td{
	background-color: #333333;
	color: #fff;
	border-top: 0;
	font-size: 18px;
}
.my_table td[rowspan="3"]{
	font-weight: 600;
	font-size: 18px;
}
.tab_from{
	display: flex;
	width: 1200px;
	justify-content: space-around;
	align-items: center;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 22px;
	padding: 15px 0;
}
.tf_title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.tf_title font{
	display: block;
	width: 100px;
	height: 100px;
	background:url('../img/icon.png')no-repeat center center #fd002b;
	background-position:24px -198px;
	border-radius: 50%;
}
.tf_title p{
	font-family: "my_font";
	font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 40px;
	color: #fd002b;
	margin-left: 35px;
}
.tf_form input{
	width: 240px;
	height: 44px;
	background-color: #eee;
	border-radius: 5px;
	outline: none;
	margin-right: 10px;
	text-indent: 15px;
}
.tf_form button{
	width: 180px;
	height: 44px;
	background-color: #333333;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 44px;
	text-align: center;
	color: #ffffff;
	outline: none;
}
.my_Tab{
	width: 1200px;
	margin: 0 auto;
	padding: 134px 0;
}
.my_tabNav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 82px;
}
.my_tabNav li{
	width: 370px;
	height: 80px;
	border: solid 2px #ff0000;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 80px;
	color: #fd002b;
	text-align: center;
	cursor: pointer;
}
.my_tabNav .on{
	background-color: #fd002b;
	color: #fff;
}
.swp dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.swp dl dd{
	width: 288px;
	height: 200px;
	background-color: #eee;
	background-repeat: no-repeat;
	position: relative;
	
}
.swp dl .mx{
	width: 390px;
	height: 200px;
	background-color: #eee;
	margin-bottom: 15px;
} 
.swp dl .mx2{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fd002b;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.swp dd p{
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	/* background-color: #fd002b; */
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	opacity: 0;
	transition: all 1s ease;
}

.swp1 dl dd:nth-child(1){background: url('../img/teacher1.jpg')}
.swp1 dl dd:nth-child(3){background: url('../img/teacher2.jpg')}
.swp1 dl dd:nth-child(4){background: url('../img/teacher3.jpg')}
.swp1 dl dd:nth-child(5){background: url('../img/teacher4.jpg')}
.swp1 dl dd:nth-child(6){background: url('../img/teacher5.jpg')}
.swp1 dl dd:nth-child(7){background: url('../img/teacher6.jpg')}

.swp2 dl dd:nth-child(1){background: url('../img/swp2_1.jpg')}
.swp2 dl dd:nth-child(3){background: url('../img/swp2_2.jpg')}
.swp2 dl dd:nth-child(4){background: url('../img/swp2_3.jpg')}
.swp2 dl dd:nth-child(5){background: url('../img/swp2_4.jpg')}
.swp2 dl dd:nth-child(6){background: url('../img/swp2_5.jpg')}
.swp2 dl dd:nth-child(7){background: url('../img/swp2_6.jpg')}

.swp3{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	padding: 47.5px 0;
}
.swp3 .mySwper{
	width: 490px;
	height: 320px;
	margin: 0 16px 0 47px;
}

.x_ret_vide{
	position: relative;
	width: 480px;
	height: 319px;
}
.x_ret_vide .play_btn{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background:url('../img/video_bg.jpg');
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.x_ret_vide video{
	width: 100%;
	height: 100%;
}
.play_btn i{
	display: block;
	font-size: 51px;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 0 80px #eee;
	border-radius: 50%;
	background-color: rgba(0,0,0,.1);
}
.index_last{
	background-color: #ff0000;
	padding: 126px 0 100px 0;
}
.last_coun{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ls_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 600px;
}
.ls_list li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 200px;
	background-color: #e5e5e5;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}
.ls_list li:nth-child(1){
	background:url('../img/last_bg.jpg');
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	color: #313131;
}
.ls_list li:nth-child(4){background:url('../img/last1.jpg')}
.ls_list li i{
	display: block;
	width:65px;
 	height:46px;
	background: url('../img/icon.png') no-repeat;
	margin-bottom: 12px;
}
.ls_list li:nth-child(2) p{
	font-family: "my_font";
	font-size: 26px;
	font-weight: 600;
}
.ls_form{
	width: 560px;
	height: 400px;
	background-color: #ffffff;
}
.ls_form h1{
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding: 59px 0 39px 0;
}
.ls_form h1 span{
	font-size: 18px;
	font-weight: 400;
}
.ls_form p{
	display: flex;
	width: 80%;
	height: 51px;
	background-color: #eeeeee;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 11px;
	align-items: center;
} 
.ls_form p i{
	font-size: 32px;
	color: #333;
	padding: 0 20px 0 24px;
}
.ls_form p input{
	outline: none;
	height: 100%;
	width: 80%;
	background-color: #eee;
	font-size: 18px;
}
.ls_form .ls_btn{
	display: flex;
	width: 80%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	height: 55px;
	background-color: #e40000;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	border-radius: 5px;
	margin-top: 22px;
}