@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #4c4c4c;
	font-family: "微软雅黑", "宋体", Arial, Verdana, Geneva, sans-serif;
}

div,
span,
ul,
li,
p,
h1,
h2,
h3 {
	margin: 0px;
	padding: 0px;
	line-height: 170%;
}

ul,
li {
	LIST-STYLE-TYPE: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
	max-width: 100%;
	vertical-align: top;
}

.hide {
	display: none;
}


.show {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.center {
	margin: 0 auto;
}

.cb {
	clear: both;
}

.ofh {
	overflow: hidden;
}

.hr-gray {
	border-bottom: 1px solid #ccc;
}

/* Z-Index */
.posre {
	position: relative;
}

.posab {
	position: absolute;
}

.top0 {
	top: 0px;
}

.top-10 {
	top: -10px;
}

.top-20 {
	top: -20px;
}

.top-30 {
	top: -30px;
}

.top-40 {
	top: -40px;
}

.top-80 {
	top: -80px;
}

.right-20 {
	right: 0px;
}

.left0 {
	left: 0px;
}

.right0 {
	right: 0px;
}

.z10 {
	z-index: 10;
}

.z30 {
	z-index: 30;
}

.z50 {
	z-index: 50;
}

.z70 {
	z-index: 70;
}

.z90 {
	z-index: 90;
}

.z110 {
	z-index: 110;
}

.z130 {
	z-index: 130;
}

.z150 {
	z-index: 150;
}

.z170 {
	z-index: 170;
}

.z9000 {
	z-index: 9000;
}

.window {
	width: 100%;
	overflow: hidden;
}

/** 宽度**/
.width-5 {
	width: 5%;
}

.width-10 {
	width: 10%;
}

.width-15 {
	width: 15%;
}

.width-20 {
	width: 20%;
}

.width-25 {
	width: 25%;
}

.width-30 {
	width: 30%;
}

.width-35 {
	width: 35%;
}

.width-40 {
	width: 40%;
}

.width-45 {
	width: 45%;
}

.width-50 {
	width: 50%;
}

.width-55 {
	width: 55%;
}

.width-60 {
	width: 60%;
}

.width-65 {
	width: 65%;
}

.width-70 {
	width: 70%;
}

.width-75 {
	width: 75%;
}

.width-80 {
	width: 80%;
}

.width-85 {
	width: 85%;
}

/** 高度 */
.hegiht-1 {
	height: 1px;
}

/** 文字颜色 **/
.text-Black {
	color: #000000;
}

.text-Orange {
	color: #ef7000;
}

.text-Red {
	color: #d43a2c;
}

.text-White {
	color: #FFF;
}

.text-gray {
	color: #a0a0a0;
}

.text-00c0ff {
	color: #00c0ff;
}

.text-size-08 {
	font-size: 0.8em;
}

.text-size-07 {
	font-size: 0.7em;
}

.text-size-06 {
	font-size: 0.6em;
}

.text-size-05 {
	font-size: 0.5em;
}

.text-size-04 {
	font-size: 0.4em;
}

.text-size-03 {
	font-size: 0.3em;
}

.text-Left {
	text-align: left;
}

.text-Center {
	text-align: center;
}

.text-Right {
	text-align: right;
}

.bg-fff {
	background: #FFF;
}

.b45 {
	width: 45%;
}

.pad-t-1em {
	padding-top: 1em;
}

.pad-t-2em {
	padding-top: 2em;
}

.pad-t-3em {
	padding-top: 3em;
}

.pad-t-4em {
	padding-top: 4em;
}

.pad-t-5em {
	padding-top: 5em;
}

.pad-t-6em {
	padding-top: 6em;
}

.pad-t-7em {
	padding-top: 7em;
}

.pad-t-8em {
	padding-top: 8em;
}


.pad-b-1em {
	padding-bottom: 1em;
}

.pad-b-2em {
	padding-bottom: 2em;
}

.pad-b-3em {
	padding-bottom: 3em;
}

.pad-b-4em {
	padding-bottom: 4em;
}

.pad-b-5em {
	padding-bottom: 5em;
}

.margin-t-03em {
	margin-top: 0.3em;
}

.margin-t-1em {
	margin-top: 1em;
}

.margin-t-2em {
	margin-top: 2em;
}



.altrowstable table {
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #f5f6f8;
	border-collapse: collapse;
}

.altrowstable table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #f5f6f8;
}

.altrowstable table tr {
	background-color: #fff;
}

.altrowstable table tr:nth-child(2n) {
	background-color: #f5f6f8;
}

.altrowstable table tr:hover {
	background-color: #f5fc7d;
}

.altrowstable table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #f5f6f8;
}

/****/
.test-border {
	border: 1px solid #F00;
}

/*----------------------- 菜单 -------------------------------------*/
.page-b100 {
	width: 100%;
	height: auto;
	margin: 0px auto;
	display: block;
}

.page-w1024 {
	width: 100%;
	max-width: 1024px;
	height: auto;
	margin: 0 auto;
}

#siteMenuFixed {
	position: fixed;
	top: 0px;
	z-index: 10000;
}

#siteMenu {
	width: 100%;
	height: 4em;
	margin: 0 auto;
	background: #FFF;
	padding: 1em 0 0 0;
}

#siteMenu div a {
	font-size: 1em;
	color: #434343;
	padding: 0.5em 1em;
	display: block;
	float: left;
}

#siteMenu div a:hover {
	color: #00c0ff;
}

/** index banner **/
.index-banner {
	padding: 4em 0 0 0;
	max-width: 100%;
	max-height: 590px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.index-banner .bd {
	max-width: 100%;
	overflow: hidden;
}

.index-banner .bd ul {
	max-width: 100%;
	overflow: hidden;
}

.index-banner .bd li {
	max-width: 100%;
	float: left;
	display: block;
	height: 600px;
	overflow: hidden;
}

.index-banner .bd li img {
	max-width: 100%;
}

.index-banner .hd {
	width: 100%;
	position: absolute;
	bottom: 1em;
	left: 0px;
}

.index-banner .hd ul {
	width: 100%;
	height: 1em;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.index-banner .hd ul li {
	cursor: pointer;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background: #00c0ff;
	float: left;
	margin: 0 0.5em;
	border: 0.2em solid #00c0ff;
}

.index-banner .hd ul li.on {
	border: 0.2em solid #00c0ff;
	background: #FFF;
}

/** 四大特点 **/
.study-style {
	width: 100%;
	height: auto;
	padding: 2em 0 2em 0;
	display: inline-block;
}

.study-style li {
	float: left;
	text-align: center;
	font-size: 0.8em;
}

.study-style li h4 {
	margin: 0.5em 0;
	font-size: 1.3em;
}

.study-style li a {
	color: #434343;
}

.study-style li p {
	width: 55px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto;
}

.study-style li .teacher {
	background: url("images/icon_total.png") -3px 0 no-repeat;
}

.study-style li .class {
	background: url("images/icon_total.png") -62px 0 no-repeat;
}

.study-style li .course {
	background: url("images/icon_total.png") -128px 0 no-repeat;
}

.study-style li .Continue {
	background: url("images/icon_total.png") -192px 0 no-repeat;
}

/** 课程介绍 **/
.bg-f5f6f8 {
	background: #f3f3f4;
}

.Index-course-box,
.pad-t-b-3em {
	padding: 3em 0;
}

h1 {
	color: #000;
	font-weight: 100;
}

h5 {
	margin: 0px;
	color: #a0a0a0;
	font-weight: 100;
}

.Index-course-box p a {
	color: #00c0ff;
}

.Index-course-ul {
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 2em 0;
}

.Index-course-ul li {
	float: left;
	text-align: left;
	padding: 0 0 2% 0;
	color: #000;
	overflow: hidden;
	background: #FFF;
	margin: 0 5% 1em 0;
}

.Index-course-ul li:hover {
	box-shadow: 0 0 1.5em #000;
}

.Index-course-ul li p {
	position: relative;
	margin: 0 0 0.3em 0;
}

.Index-course-ul li p .sj {
	width: 15px;
	height: 8px;
	background: url("images/icon_total.png") -264px -4px no-repeat;
	position: absolute;
	bottom: -1px;
	left: 20px;
	display: block;
}

.Index-course-ul li:nth-child(3n) {
	margin: 0 0 1em 0;
}

/*.Index-course-ul li.hideRightPadding{margin:0 0 1em 0;}*/
.Index-course-ul li a {
	color: #000;
	font-size: 1.2em;
}

.Index-course-ul li div {
	margin: 0 0.5em 0 1.5em;
	background: url("images/kc/jt.png") center right no-repeat;
}

/** 课程体系 **/
.Curriculum-system {
	margin: 2em 0;
}

.Curriculum-system li {
	width: 15%;
	margin: 10% 0 7% 10%;
	float: left;
	font-size: 0.8em;
}

.Curriculum-system span {
	width: 139px;
	height: 139px;
	display: block;
}

.Curriculum-system .sk {
	background: url("images/icon_total.png") -3px -75px no-repeat;
}

.Curriculum-system .sj {
	background: url("images/icon_total.png") -181px -87px no-repeat;
}

.Curriculum-system .dy {
	background: url("images/icon_total.png") -365px -87px no-repeat;
}

.Curriculum-system .jy {
	background: url("images/icon_total.png") -13px -224px no-repeat;
}

.Curriculum-system .w100 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/** 行业状况 **/
.status {
	height: 640px;
	background: url("images/status-1920.jpg") top center no-repeat #1d7be5;
}

/** 师资 **/
.teacher-slideBox {
	position: relative;
	max-width: 100%;
}

.teacher-slideBox .bd {
	width: 90%;
	margin: 0 5%;
}

.teacher-slideBox .bd ul {
	width: 100%;
	height: 300px;
}

.teacher-slideBox .bd ul li {
	padding: 3em 3em;
}

.teacher-slideBox .bd ul li img {
	width: 185px;
	height: 185px;
	border-radius: 50%;
	float: left;
	margin: 0 3em 0 0;
}

.teacher-slideBox a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #c4c4c4;
	color: #FFF;
	text-align: center;
}

.teacher-slideBox a:hover {
	background: #00c0ff;
}

.teacher-slideBox .prev {
	position: absolute;
	top: 35%;
	left: 0px;
}

.teacher-slideBox .next {
	position: absolute;
	top: 35%;
	right: 0px;
}

/** 学员案例**/
.student-case {
	width: 100%;
	height: auto;
	font-size: 1em;
	padding: 2em 0;
}

.student-case .hd {
	height: auto;
	width: 6em;
	margin: 0 auto;
}

.student-case .hd ul {
	height: 1em;
}

.student-case .hd ul li {
	cursor: pointer;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background: #878ea0;
	float: left;
	margin: 0 0.5em;
	border: 0.1em solid #FFF;
}

.student-case .hd ul li.on {
	border: 0.1em solid #00c0ff;
	background: #FFF;
}

.student-case .bd ul {}

.student-case .bd li {
	height: auto;
	display: flex;
	justify-content: space-around;
	align-content: center;
	flex-wrap: wrap;
}

.student-case .bd li .main-box{
	width: 30%;
	height: 288px;
	position: relative;
	/*float: left;*/
	padding: 1%;
}

.student-case .bd li .main-box .box{
	background-size: cover;
	width: 340px;
	height: 308px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-ms-filter: blur(30px);
	filter: blur(25px);
	display: none;
	opacity: 0.8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.student-case .bd li .main-box:hover .box{
	display: block;
}
.student-case .bd li img {
	/*margin: 0 20px 20px 0;*/
	/*width: 100%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 99%;
}

.student-case .bd li .main-box:hover img{
	box-shadow:0 0 30px #000;
	cursor:pointer;
}

.student-case .bd li img:nth-child(3n) {
	margin-right: 0;
}

.student-case .bd li .date {
	float: right;
	color: #999;
}

/** 访谈 **/
.interview {
	width: 100%;
	height: auto;
	font-size: 1em;
	padding: 2em 0;
}

.interview .hd {
	height: auto;
	width: 6em;
	margin: 0 auto;
}

.interview .hd ul {
	height: 1em;
}

.interview .hd ul li {
	cursor: pointer;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background: #878ea0;
	float: left;
	margin: 0 0.5em;
	border: 0.1em solid #FFF;
}

.interview .hd ul li.on {
	border: 0.1em solid #00c0ff;
	background: #FFF;
}

.interview .bd ul {}

.interview .bd li {
	height: auto;
}

.interview .bd li img {
	margin: 0 20px 20px 0;
	float: left;
}

.interview .bd li img:nth-child(3n) {
	margin-right: 0;
}

.interview .bd li .date {
	float: right;
	color: #999;
}

/** 学员 
.student-bg{background:url("images/stu/bg.jpg") bottom center no-repeat;}
.student-list{ width:100%;height:auto;overflow:hidden;font-size: 1em;padding:2em 0;}
.student-list .hd{height:auto;width:6em; margin: 0 auto; }
.student-list .hd ul{height: 1em;margin: 2em 0 0 0 ;}
.student-list .hd ul li{cursor:pointer;width:0.6em; height:0.6em;border-radius: 50%;background:#878ea0;float:left;margin:0 0.5em;border:0.1em solid #FFF;}
.student-list .hd ul li.on{border:0.1em solid #00c0ff;background: #FFF;}
.student-list .bd li{width:100%;height:auto;float:left;text-align: center;color:#252525;font-size:0.8em;padding: 0 0 0 0;}
.student-list .bd li span{width:26%;float:left;background:#FFF;margin:0 3% 0 0;padding: 1em 2% 3em 2%;}
.student-list .bd li span:nth-child(3n){margin-right:0;margin: 0;}
.student-list .bd li span p{margin:0.5em 0;}
.student-list .bd li span p.stu-name{font-size: 1.5em; color:#f06b5b;margin:1.5em 0;}
.student-list .bd li span img{max-width:30%;margin:2em 0 2em 0;border-radius: 50%;}
.student-list .bd li span .top{background:url("images/icon_total.png") -401px -19px no-repeat; width: 24px; height: 24px;margin: 0 auto;}
.student-list .bd li span .bottom{background:url("images/icon_total.png") -451px -19px no-repeat; width: 24px; height: 24px;margin: 0 auto;}
**/
.student-bg {
	background: url("images/stu/bg.jpg") bottom center no-repeat;
}

.student-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 1em;
	padding: 2em 0;
}

.student-list .hd {
	height: auto;
	width: 6em;
	margin: 0 auto;
}

.student-list .hd ul {
	height: 1em;
	margin: 2em 0 0 0;
}

.student-list .hd ul li {
	cursor: pointer;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background: #878ea0;
	float: left;
	margin: 0 0.5em;
	border: 0.1em solid #FFF;
}

.student-list .hd ul li.on {
	border: 0.1em solid #00c0ff;
	background: #FFF;
}

.student-list .bd li {
	width: 100%;
	height: 450px;
	float: left;
	text-align: center;
	color: #252525;
	font-size: 0.8em;
	padding: 0 0 0 0;
}

.student-list .bd li span {
	width: 26%;
	float: left;
	background: #FFF;
	margin: 0 3% 0 0;
	padding: 1em 2% 3em 2%;
}

.student-list .bd li span:nth-child(3n) {
	margin-right: 0;
	margin: 0;
}

.student-list .bd li span p {
	margin: 0.5em 0;
}

.student-list .bd li span p.stu-name {
	font-size: 1.5em;
	color: #f06b5b;
	margin: 1.5em 0;
}

.student-list .bd li span img {
	height: 150px;
	margin: 2em 0 2em 0;
	border-radius: 5%;
}

.student-list .bd li span .top {
	background: url("images/icon_total.png") -401px -19px no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.student-list .bd li span .bottom {
	background: url("images/icon_total.png") -451px -19px no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}




/** 公司介绍**/
.Company-bg {
	background: url("images/about/bg.jpg") top center no-repeat;
}

.Company-text {
	width: 45%;
	height: auto;
	float: right;
	color: #d1e7ff;
	padding: 2em 0 0 0;
}

.Company-text .abouts-box {
	width: 60%;
	padding: 0 0 2em 0;
	margin: 0 0 3em 0;
	border-bottom: 1px solid #FFF;
	display: inline-block;
}

.Company-text .abouts {
	width: 45%;
	font-size: 0.8em;
	font-weight: 100;
	margin: 3em 10% 0 0;
	font-size: 0.8em;
}

.Company-text .abouts:nth-child(2) {
	margin-right: 0;
}

.Company-text .abouts h2 {
	border-bottom: 2px solid #FFF;
	width: 4em;
	margin: 0 0 2em 0;
}

.abouts-company-photo {
	width: 251px;
}

/** 首页文章 **/
.index-Article {}

.index-Article li {
	width: 25%;
	padding: 0 4%;
	float: left;
	text-align: left;
}

.index-Article li .circularBox {
	width: 160px;
	height: 160px;
	padding: 0px;
	border-radius: 50%;
	background: url("images/icon_total.png") -152px -225px no-repeat #edeef2;
	margin: 0 auto;
}

.index-Article li .rc {
	background: url("images/icon_total.png") -265px -225px no-repeat #edeef2;
}

.index-Article li .kc {
	background: url("images/icon_total.png") -152px -225px no-repeat #edeef2;
}

.index-Article li h4 {
	font-weight: 100;
	padding: 0 0 0 4em;
}

.index-Article li a {
	padding: 0 0 0 5em;
	font-size: 0.8em;
	clear: both;
	width: 100%;
	display: block;
	color: #a0a0a0;
}

.index-Article li a:hover {
	color: #626262;
}

/**合作企业**/
.index-enterprise-bg {
	padding: 0 0 3em 0;
	border-bottom: 5px solid #00c0ff;
}

.index-enterprise img {
	width: 120px;
	margin: 0 1em 1em 0;
	border: 30px solid #FFF;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}

.index-enterprise img:nth-child(6) {
	margin: 0 0 1em 0;
}

.index-enterprise a:hover img {
	transform: scale(1.05);
}

/**页角**/
.index-contact {
	background: #1f1f23;
	color: #7a7a7a;
	font-size: 0.8em;
}

.index-contact .weixin {
	width: 25%;
}

.index-contact .weixin img {
	width: 50%;
}

.index-contact .contact {
	width: 38%;
	margin: 0 0 0 2em;
}

.index-contact .address {
	width: 30%;
	margin: 0 0 0 2em;
}


/** 课程介绍 **/
.course-box {
	background: #1f1f23;
	color: #7a7a7a;
	font-size: 1em;
}

.course-box .index {
	margin: 1em 0;
}

.course-box .index a {
	color: #7a7a7a;
	margin: 0px 1em;
}

.course-box .index a:nth-child(1) {
	margin: 0 1em 0 0;
}

.course-box .index a:hover {
	color: #FFF;
}

.course-box .index a.on {
	color: #FFF;
}

.course-box img {
	width: 50%;
}

.course-box .course-briefing {
	max-width: 45%;
	padding: 0 0 0 4%;
	color: #9b9d9c;
	font-size: 1em;
}

.course-box .course-briefing p {
	padding: 0.8em 0;
	font-size: 1em;
}

.course-box .course-briefing p i {
	padding: 0 1em 0 0;
}

.course-box .course-briefing .free {
	border-radius: 5px;
	background: #00c0ff;
	color: #FFF;
	padding: 0.5em 2em;
	font-size: 1.3em;
}

/** 标题 **/
.teacher-introduce-title {
	height: auto;
	text-align: center;
}

.teacher-introduce-title h2 {
	position: relative;
}

.teacher-introduce-title h2 span {
	padding: 0 2em;
	background: #f3f3f4;
	position: absolute;
	top: 0;
	left: 42%;
	z-index: 3;
}

.teacher-introduce-title h2 span.bgwhite {
	background: #FFF;
}

.teacher-introduce-title h2 .line {
	border-bottom: 1px solid #c9c9c9;
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.introduce-left {
	width: 8%;
	text-align: center;
}

.introduce-left img {
	border-radius: 50%;
	width: 100%;
}

.introduce-left i {
	background: #00c0ff;
	color: #FFF;
	font-size: 2em;
	padding: 0.5em;
	border-radius: 50%;
}

.introduce-right {
	width: 87%;
	padding: 0 0 0 3%;
	color: #959597;
}

.introduce-right h3 {
	color: #656565;
	margin: 0.8em 0 0.2em 0;
}

.introduce-right hr {
	border-top: 0px;
	border-bottom: 1px dotted #656565;
}

/** 课程目录 **/
.course-index {
	width: 100%;
	height: 400px;
	overflow-y: auto;
}

/**riht float*/
.onlineConsultation {
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 60%;
    right: 0;
}

.onlineConsultation li {
	float: left;
	width: 100%;
	line-height: 3em;
	/* background: #FFF; */
	background-color: #fff;
	display: block;
	/* border: 1px solid #b5b4b4; */
	height: 49px;
	text-align: center;
	position: relative;
	border: 1px solid #E0E0E0;
	cursor: pointer;
}

.onlineConsultation li:first-child{
	background-color: #E60012;
	border-color: #E60012;
}

.onlineConsultation li:not(.onlineConsultation li:first-child):hover,
.onlineConsultation li:not(.onlineConsultation li:first-child):hover a {
	background: #00c0ff;
	color: #FFF;
}

.onlineConsultation li:first-child a {
	color: #fff;
	width: 100%;
}

.onlineConsultation li a {
	color: #E60012;
	width: 100%;
}

.onlineConsultation li:not(.onlineConsultation li:first-child) a:hover {
	color: #FFF;
}

.onlineConsultation .Consultation {
	font-size: 0.5em;
	line-height: 1.5em;
	position: relative;
}

.this-ljcs{
	display: block;
	background: #E60012;
	width: 150px;
	height: 30px;
	color: #fff;
	position: absolute;
	right: 120%;
	top: 13%;
	line-height: 30px;
	border-radius: 5px;
	display: none;
}

.this-ljcs::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border:15px solid red;
	border-left-color: #E60012;
	border-right-color: transparent;
	border-top-color:transparent;
	border-bottom-color: transparent;
	position: absolute;
	right: -24px;
	top: 0;
}

/***********  ConsultationForm  ************/
.ConsultationForm {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	display: none;
}

/*background:#000 ; opacity:0.2;*/
.ConsultationForm .form {
	max-width: 600px;
	height: 20em;
	margin: 15% auto;
	padding: 5em 2em;
	background: url("images/Consultation_bg.jpg") top center no-repeat;
}

.ConsultationForm .form .inputBox {
	border-radius: 1.5em;
	border: 0;
	margin: 1em auto;
	width: 80%;
	color: #6d7fa5;
	font-size: 1em;
	font-weight: 800;
	background: #FFF;
	padding: 0 1em;
}

.ConsultationForm .form .inputBox2 {
	border-radius: 1.5em;
	border: 0;
	margin: 1em auto;
	width: 80%;
	color: #6d7fa5;
	font-size: 1em;
	font-weight: 800;
	background: #FFF;
	padding: 0 1em;
}

.ConsultationForm .form .inputBox i {
	background: #85a2de;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: #FFF;
	text-align: center;
	line-height: 25px;
}

.ConsultationForm .form .text {
	width: 45%;
	height: 3em;
	border: 0;
	margin: 0 1em;
	outline: none;
	font-size: 1em;
}

.ConsultationForm .form .waing-joe {
	width: 30%;
	height: 3em;
	border: 0;
	margin: 0;
	outline: none;
	font-size: 0.75em;
	font-weight: 100;
	color: #900;
}

.ConsultationForm .form #ConsultationFormSubmit {
	width: 40%;
	height: 3em;
	border: 0;
	margin: 0 30%;
	outline: none;
	background: #ffc740;
	border-radius: 1.5em;
	text-align: center;
	color: #3f3f3f;
	font-weight: 800;
	font-size: 1em;
}

.ConsultationForm .form .red {
	color: #ffc740;
	animation-iteration-count: 100;
	animation-duration: 2s;
}

.ConsultationForm .form:focus {
	border: 0;
}

.ConsultationForm .closeIcons {
	right: -40px;
	top: -95px;
	background: #FFF;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	text-align: center;
	border: 2px solid #927ff2;
}

/***********  ConsultationForm  2 ************/
.ConsultationForm2 {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	padding: 0px;
}

/*background:#000 ; opacity:0.2;*/
.ConsultationForm2 .form {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 3em 0.5em;
	background: url("images/Consultation_bg.jpg") top center no-repeat #4a3576;
}

.ConsultationForm2 .form .inputBox {
	border-radius: 1.5em;
	border: 0;
	margin: 1em auto;
	width: 80%;
	color: #6d7fa5;
	font-size: 1em;
	font-weight: 800;
	background: #FFF;
	padding: 0 1em;
}

.ConsultationForm2 .form .inputBox2 {
	border-radius: 1.5em;
	border: 0;
	margin: 1em auto;
	width: 80%;
	color: #6d7fa5;
	font-size: 1em;
	font-weight: 800;
	background: #FFF;
	padding: 0 1em;
}

.ConsultationForm2 .form .inputBox i {
	background: #85a2de;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	color: #FFF;
	text-align: center;
	line-height: 25px;
}

.ConsultationForm2 .form .text {
	width: 45%;
	height: 3em;
	border: 0;
	margin: 0 1em;
	outline: none;
	font-size: 1em;
}

.ConsultationForm2 .form .waing-joe {
	width: 30%;
	height: 3em;
	border: 0;
	margin: 0;
	outline: none;
	font-size: 0.75em;
	font-weight: 100;
	color: #900;
}

.ConsultationForm2 .form input[type='submit'] {
	width: 40%;
	height: 3em;
	border: 0;
	margin: 0 30%;
	outline: none;
	background: #ffc740;
	border-radius: 1.5em;
	text-align: center;
	color: #3f3f3f;
	font-weight: 800;
	font-size: 1em;
}

.ConsultationForm2 .form .red {
	color: #ffc740;
	animation-iteration-count: 100;
	animation-duration: 2s;
}

.ConsultationForm2 .form:focus {
	border: 0;
}

.ConsultationForm2 .closeIcons {
	right: -40px;
	top: -95px;
	background: #FFF;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	text-align: center;
	border: 2px solid #927ff2;
}

.formSelect {
	border: 0px;
	padding: 1em 1em;
	color: #666;
	font-size: 1em;
}




/** 视频课程  V1
#index_video {width:100%;height:400px;}
#index_video .hd{float:left;}
#index_video .hd ul li{width:300px;height:98px;text-align:center;background:#666;color:#FFF;border-bottom:2px solid #FFF;margin:0 5px 0 0;
						line-height:40px;font-weight:800;}
#index_video .hd ul li:hover, #index_video .hd ul .on{background:#00a8ff;}
#index_video .hd ul li img{max-height:20px;height:2em;margin:15px 0 0 0;}
#index_video .bd{width:680px;float:left;height:400px;overflow:hidden;}
#index_video .bd ul li{width:680px;height:400px;float:left;}
**/

/** 视频课程  V2 **/
#index_video {
	width: 100%;
	height: auto;
	margin: 0 0 5em 0;
}

#index_video ul {
	width: 100%;
	height: auto;
}

#index_video ul li {
	float: left;
	width: 23%;
	height: auto;
	border: 0.5em solid #FFF;
	border-radius: 1em;
	background: #ccc;
	position: relative;
	overflow: hidden;
}

#index_video ul li .play {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	display: none;
	border-radius: 1em;
}

#index_video ul li:hover .play {
	display: block;
}

#index_video ul li:hover img {
	opacity: 0.8;
}

/** 获取验证码  ***/
.getEntryCode {
	border: 1px solid #d6d1d1;
    cursor: pointer;
    padding: 1em 0;
    background-color: transparent;
    width: 31%;
    outline: none;
    float: right;
    margin-top: 2px;
    margin-right: 28px;
}

.getEntryCode:active {
	background: #dbdbdb;
}

#siteMobileMenuBox {
	display: none;
}

.m-r-05em {
	margin-right: 0.5em;
}

.m-l-05em {
	margin-left: 0.5em;
}

#mobile-menu {
	display: none;
	color: #50a0d7;
}

.mobile-menu-box {
	display: none;
}


#student-case-mobile {
	display: none;
}

#mobile-student-list {
	display: none;
}

/** 1025px --- N++ **/
@media screen and (min-width:1025px) {
	.study-style li {
		width: 25%;
	}

	.Index-course-ul li {
		width: 30%;
	}

	/** 课程体系 **/
	.Curriculum-system {
		height: 400px;
		background: url("images/Curriculum-system/CourseAdvisory_bg.jpg") top center no-repeat;
	}

	.Company-text .abouts-box {
		min-width: 450px;
	}

	.onlineConsultation {
		width: 49px;
		height: 49px;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {}

@media screen and (min-width:0px) and (max-width:767px) {
	#siteMenu {
		width: 100%;
		max-width: 100%;
		height: 4em;
		margin: 0 auto;
		background: #FFF;
		padding: 0.5em 0 0 0;
	}

	#siteMenu div a {
		font-size: 1em;
		color: #434343;
		padding: 0.5em 1em;
		display: block;
		float: left;
	}

	#siteMenu div a:hover {
		color: #00c0ff;
	}

	#sitePcMenuBox {
		display: none;
	}

	.page-w1024 {
		max-width: 767px;
		width: auto;
		overflow: hidden;
	}

	#mobile-menu {
		display: block;
	}

	#siteMobileMenuBox {
		display: block;
	}

	.mobile-menu-box {
		display: none;
		padding: 0 0.5em 0 0;
	}

	.page-mobile-width {
		width: 100%;
		max-width: 100%;
	}

	.index-banner {
		width: 100%;
		display: none;
	}

	.study-style {
		margin-top: 6em;
		width: 100%;
	}

	.study-style li {
		width: 50%;
		float: left;
		margin-top: 0.5em;
	}

	.Index-course-box h1,
	.moblie-680 {
		font-size: 1.5em;
	}

	.Index-course-box h5,
	.moblie-680 {
		font-size: 1em;
		padding: 0 2em;
	}

	.Index-course-ul li {
		width: 100%;
	}

	.Index-course-box {
		padding: 0em 0;
	}

	#index_video ul {
		width: 263px;
		margin: 0px auto;
	}

	#index_video ul li {
		width: 263px;
	}

	.Curriculum-system {
		width: 95%;
		margin: 0 auto;
	}

	.Curriculum-system li {
		width: 40%;
		float: left;
		margin: 0 5% 0 5%;
		text-align: center;
		overflow: hidden;
		height: 210px;
	}

	.onlineConsultation {
		display: none;
	}

	/** 师资 **/
	.teacher-slideBox {
		position: relative;
		width: 90%;
	}

	.teacher-slideBox .bd {
		width: 100%;
		margin: 0 5%;
	}

	.teacher-slideBox .bd ul {
		min-height: 200px;
		height: auto;
	}

	.teacher-slideBox .bd ul li {
		width: 370px;
		height: auto;
		padding: 0;
	}

	.teacher-slideBox .bd ul li img {
		width: 105px;
		height: 105px;
		border-radius: 50%;
		float: left;
		margin: 0 3em 0 0;
	}

	.teacher-slideBox .prev {
		display: none;
	}

	.teacher-slideBox .next {
		display: none;
	}

	.mob-m-b-1em {
		margin-bottom: 1em;
	}

	.mob-m-b-2em {
		margin-bottom: 2em;
	}

	#mob-h-6em {
		height: 6em;
	}

	/** 作品 **/
	.Index-course-box,
	.pad-t-b-3em {
		padding-bottom: 0.5em;
	}

	#student-case {
		display: none;
	}

	#student-case-mobile {
		display: block;
	}

	#student-case-mobile .student-case {
		padding: 0 0.5em;
	}

	#student-case-mobile .student-case .bd li {
		text-align: left;
	}

	#student-case-mobile .student-case .bd li img {
		margin: 0;
		float: none;
	}

	/** 学员 **/
	#pc-student-list {
		display: none;
	}

	#mobile-student-list {
		display: block;
	}

	.student-bg {
		background: url("images/stu/bg.jpg") bottom center no-repeat;
	}

	.student-list {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 1em;
		padding: 2em 0;
	}

	.student-list .bd li {
		width: 100%;
		height: auto;
		float: left;
		text-align: center;
		color: #252525;
		font-size: 0.8em;
		padding: 0 0 0 0;
	}

	.student-list .bd li span {
		width: 50%;
		float: left;
		background: #FFF;
		margin: 0 3% 0 0;
		padding: 1em 2% 3em 2%;
	}

	/** 公司介绍 */
	.pad-b-2em {
		padding-bottom: 0.5em;
	}

	.Company-bg {
		background: url("images/about/bg.jpg") top right no-repeat;
	}

	.Company-text {
		width: 98%;
		height: auto;
		float: right;
		color: #d1e7ff;
		padding: 2em 1% 0 1%;
	}

	.Company-text .abouts-box {
		width: 100%;
		padding: 0 0 2em 0;
		margin: 0 0 0.5em 0;
		border-bottom: 1px solid #FFF;
		display: inline-block;
	}

	.Company-text .abouts {
		width: 45%;
		font-size: 0.8em;
		font-weight: 100;
		margin: 3em 10% 0 0;
		font-size: 0.8em;
	}

	.Company-text .abouts h2 {
		border-bottom: 2px solid #FFF;
		width: 4em;
		margin: 0 0 0.5em 0;
	}

	.abouts-company-photo {
		width: 150px;
	}

	.mobile-box-center {
		text-align: center;
		width: 100%;
	}

	/** 首页文章 **/
	.index-Article {
		display: none;
	}

	/**合作企业**/
	.index-enterprise-bg {
		display: none;
	}

	/**页角**/
	.index-contact {
		background: #1f1f23;
		color: #7a7a7a;
		font-size: 1em;
		height: auto;
	}

	.index-contact .weixin {
		width: 100%;
		margin: 0 0 1em 0;
		text-align: center;
	}

	.index-contact .weixin img {
		width: 50%;
	}

	.index-contact .contact {
		width: 98%;
		margin: 0 0 0 2%;
	}

	.index-contact .address {
		width: 98%;
		margin: 0 0 0 2%;
		padding: 0 0 0em 0;
	}

}


#alert{
	position: fixed;
	bottom:0;
	right:0;
	cursor: pointer;
	display: none;
	/* border-radius: 4% 4% 0 0 /4% 4% 0 0; */
	overflow: hidden;
}

#alert img{
	height: 200px;
}

#alert video{
	height: 200px;
}

#alert .small{
	position: absolute;
    width: 13%;
    height: 10%;
    background-color: transparent;
    top: 0;
    right: 0%;
    cursor: pointer;
}
#alert .small::after{
    content: "";
    display: block;
    width: 75%;
    height: 10%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    border-radius: 20%;
    transform: translate(-50%,-50%);
    position: absolute;
}


#smallAlert{
	position: fixed;
	bottom: 20px;
	right: 0%;
	width: 400px;
	display: none;
	/* height:45px; */
	overflow: hidden;
	font-size: 20px;
	font-weight: 800;
	/* background-color: #E60012; */
	color: #ffffff;
	text-align: center;
	line-height: 45px;
	/* box-shadow: 0px 0px 3px #000; */
	border-radius: 5px;
	
	cursor: pointer;
}

#smallAlert img{
	width: 100%;
}

#smallAlert span{
	display: inline-block;
	animation-duration:  2s;
	animation-delay: 0.5s;
	animation-iteration-count: 1;
}

.icon{
	width: 25px;
    height: 25px;
    background: url(./images/mouse.png);
    background-size: cover;
    position: absolute;
    top: 24%;
    right: 5%;
}

.pointer{
	position: absolute;
    right: 24%;
    top:0;
    bottom:0 ;
    margin: auto;
    pointer-events: none;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    width: 220px;
    height: 220px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    -moz-animation: ball-scale 1s 0s ease-in-out infinite;
    -ms-animation: ball-scale 1s 0s ease-in-out infinite;
    -o-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

.pointer2{
	position: absolute;
    right: 0%;
	top: -10%;
    pointer-events: none;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-animation: ball2-scale 1s 0s ease-in-out infinite;
    -moz-animation: ball2-scale 1s 0s ease-in-out infinite;
    -ms-animation: ball2-scale 1s 0s ease-in-out infinite;
    -o-animation: ball2-scale 1s 0s ease-in-out infinite;
    animation: ball2-scale 1s 0s ease-in-out infinite;
}

@keyframes ball2-scale {
    0% {
        -webkit-transform: scale(0);
		transform: scale(0);
		right: 80%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
		opacity: 0;
		right: 0;
    }
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

/**
@media screen and (min-width:0px) and (max-width:319px) {}
@media screen and (min-width:320px) and (max-width:480px) {}
@media screen and (min-width:481px) and (max-width:640px) {}
@media screen and (min-width:641px) and (max-width:860px) {}
@media screen and (min-width:861px) and (max-width:1024px) {}
@media screen and (min-width:1025px) and (max-width:1279px) {}
@media screen and (min-width:1280px) and (max-width:1360px) {}
@media screen and (min-width:1361px) and (max-width:1440px) {}
**/