﻿/* 中心轴 */
.middle-content{
	width: 75rem;
	margin: 0 auto;
}

/* Banner */
.course-banner{
	width: 100%;
	height: 1084px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.company-logo{
	width: 180px;
	height: 67px;
	position: absolute;
	left: 25rem;
	top: 4.87rem;
	z-index: 990;
}

.contact-phone{
	display: flex;
	position: absolute;
	top: 7.12rem;
	right: 25rem;
	z-index: 990;
}

.contact-phone a{
	color: #fff;
	font-size: 1rem;
	margin: 0 1.12rem;
	text-decoration: none;
	letter-spacing: 0.06rem;
}

.get-course-list{
	border-radius: 4px;
	border: 2px solid #fff;
	width: 24.37rem;
	height: 4.87rem;
	background: rgba(0,0,0,0);
	position: absolute;
	bottom: 4.37rem;
	left: 0;
	margin: auto;
	cursor: pointer;
	right: 0;
	z-index: 990;
	color: #fff;
	letter-spacing: 0.18rem;
	font-size: 1.87rem;
}

.get-course-list a{
	text-decoration: none;
	color: #fff;
}

/* 解决方案 */
.the-solutionA{
	height: 264px;
	width: 100%;
	background-color: #3F51B5;
}

.the-solutionA .middle-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.the-solutionA .middle-content>h3{
	color: #fff;
	line-height: 9.18rem;
	height: 9.18rem;
	width: 100%;
	text-align: center;
	letter-spacing: 0.06rem;
}

.the-solutionA .solutionA-item{
	width: 36.06rem;
	height: 10rem;
	border-radius: 3px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	cursor: pointer;
	justify-content: space-between;
	overflow: hidden;
}

.middle-content:nth-child(1) .solutionA-item>img{
	width: 5.68rem;
	height: 2.81rem;
	display: block;
	margin: 1.87rem 1.75rem 0 1.56rem;
}

.middle-content:nth-child(1) .solutionA-item>h3,.middle-content:nth-child(2) .solutionA-item>h3{
	font-size: 2.25rem;
	color: #000;
	height: 2.81rem;
	line-height: 2.81rem;
	margin-top: 1.87rem;
}

.middle-content:nth-child(1) .solutionA-item>h3{
	width: 27.06rem;
}

.middle-content:nth-child(2) .solutionA-item>h3{
	width: 26.68rem;
}

.middle-content:nth-child(2) .solutionA-item>img{
	width: 6.06rem;
	height: 2.81rem;
}

/* 文字隐现 */
.none-block{
	animation: noneBlock 1s linear forwards;
}

@keyframes noneBlock{
	from{opacity: 0;font-size: 1.12rem;}
	to{opacity: 1;font-size: 2.25rem;}
}

/* 文字匀速掉下 */
.top-bottom{
	animation: topOnbottom 1s linear forwards;
}

@keyframes topOnbottom{
	from{margin-top: -100px;opacity: 0;}
	to{margin-top: 0px;opacity: 1;}
}

/* 文字匀速左滑 */
.left-right1{
	animation: leftToright 1.5s linear forwards;
}

@keyframes leftToright{
	from{margin-left: -100px;opacity: 0;}
	to{margin-left: 0px;opacity: 1;}
}

.left-right2{
	animation: leftToright 2s linear forwards;
}

@keyframes leftToright{
	from{margin-left: -100px;opacity: 0;}
	to{margin-left: 0px;opacity: 1;}
}

/* 文字匀速右滑 */
.right-left{
	animation: rightToleft 1s linear forwards;
}

@keyframes rightToleft{
	from{margin-right: -100px;opacity: 0;}
	to{margin-right: 0px;opacity: 1;}
}

/* 播放按钮 */
.scal{
	animation: scaling .6s linear infinite;
}

@keyframes scaling{
	from{transform: scale(1);}
	to{transform: scale(1.05);}
}

.the-solutionA .solutionA-item p{
	font-size: 1.87rem;
	height: 5.31rem;
	color: #000;
	line-height: 5.31rem;
	text-indent: 1.56rem;
}

.the-solutionB{
	height: 401px;
	padding-top: 107px;
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
	color: #000;
}

.the-solutionB .middle-content>img{
	width: 7rem;
	height: 7.06rem;
	display: block;
	margin: 0 auto 3.12rem auto;
}

.the-solutionB .middle-content>h2{
	font-size: 3rem;
	margin-bottom: 1.25rem;
}

.the-solutionB .middle-content p{
	font-size: 1.87rem;
	line-height: 3rem;
}

/* 获取解决方案 */
.get-solution{
	height: 566px;
	background-color: #fff;
	width: 100%;
}

.get-solution .middle-content{
	height: 100%;
	letter-spacing: 0.12rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	background-image: url(../images/example.png);
	background-position: 24rem -21.37rem;
	background-repeat: no-repeat;
}

.get-solution .solution-content{
	margin: 8.12rem 0 0 4.68rem;
}

.get-solution .solution-content>p{
	color: #172143;
	font-size: 1.5rem;
	line-height: 3.12rem;
}

.get-solution .solution-content>h3{
	color: #0045a4;
	font-size: 1.87rem;
	font-weight: 500;
	line-height: 3rem;
}

.get-solution .solution-content>.get-content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 1.25rem;
	color: #17ae89;
	font-size: 24px;
	cursor: pointer;
}

.get-solution .solution-content>.get-content>img{
	width: 4.06rem;
	height: 4.06rem;
	margin-right: 0.93rem;
	display: block;
	border-radius: 50%;
	box-shadow: 0 0 5px #17ae89;
}

.get-solution .solution-content>.get-content .content-wrap{
	width: calc(100% - 4.99rem);
	line-height: 2.03rem;
}

.get-solution .solution-content>.get-content .content-wrap>p{
	height: 2.03rem;
}

.get-solution .solution-content>.get-content .content-wrap>h5{
	height: 2.03rem;
	font-weight: bold;
}

/* 课程体系 && 选课导航 */
.course-navigation{
	width: 100%;
	height: 1075px;
	background-color: #2a3139;
	position: relative;
	background-image: url(../images/navigation.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.course-navigation>.course-get{
	width: 24.37rem;
	height: 4.87rem;
	border: 2px solid #fff;
	border-radius: 3.75rem;
	background-color: #1aacc7;
	font-size: 1.75rem;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 4.06rem;
	right: 0;
	margin: auto;
	z-index: 990;
}

/* 赋能解决方案 */
.energize-solution{
	padding-top: 4.06rem;
}

.energize-solution .energize-header{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 2.5rem;
}

.energize-solution .energize-header>h2{
	width: 17.87rem;
	color: #000;
	font-size: 2.25rem;
	font-weight: 500;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
}

.energize-solution .energize-header img{
	display: block;
	height: 2rem;
	width: 12.81rem;
}

.energize-content .energize-tab{
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.energize-content .energize-tab li{
	color: #000;
	font-size: 1.5rem;
	cursor: pointer;
	letter-spacing: 1px;
}

.energize-content .energize-tab li.active{
	border-bottom: 3px solid #3f51b5;
	color: #3F51B5;
	font-weight: 500;
}

.energize-content .tab-content{
	padding-top: 2.18rem;
	opacity: 0;
	min-height: 49.75rem;
}

.fidIn{
	animation: fidIn 1s linear forwards;
}

@keyframes fidIn{
	from{opacity: 0;transform: scale(0.8);}
	to{opacity: 1;transform: scale(1);}
}

.energize-content .tab-content>img{
	margin: 0 auto;
}

.energize-content .recommended-course{
	background-color: #ddf0f3;
	width: calc(100% - 3.75rem);
	padding: 0 1.75rem;
	margin: 2.18rem 0;
	height: 14.68rem;
	border-radius: 5px;
}

.energize-content .recommended-course>h5{
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	color: #000;
	font-size: 1.68rem;
}

.recommended-course ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	color: #000;
	font-size: 0.937rem;
}

.recommended-course ul li{
	width: 30%;
	height: 2.18rem;
	cursor: pointer;
	line-height: 2.18rem;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.recommended-course ul li a:hover{
	color: #1bacc6;
	text-decoration: none;
}

.recommended-course p{
	color: #1bacc6;
	font-size: 1.12rem;
	width: 100%;
	text-align: right;
	cursor: pointer;
	margin-top: 1.25rem;
}

.recommended-course p a{
	color: #1bacc6;
	text-decoration: none;
}

/* 选择安越，因为专业 */
.the-declaration{
	background-color: #3f51b5;
	width: 100%;
}

.the-declaration h3{
	height: 14.06rem;
	line-height: 14.06rem;
	text-align: center;
	color: #fff;
	font-size: 2.25rem;
	letter-spacing: 3px;
}

.the-declaration .declaration-list{
	width: 50rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto 3.12rem auto;
}

.declaration-list .declaration-item{
	color: #fff;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 1px;
	margin-bottom: 3.12rem;
}

.declaration-list .declaration-item .item-words>h5{
	font-size: 1.06rem;
	height: 2.81rem;
	font-weight: bold;
	line-height: 2.81rem;
}

.declaration-list .declaration-item .item-words>p{
	font-size: 0.75rem;
	height: 1.37rem;
	line-height: 1.37rem;
}

.declaration-list .declaration-item .item-icon{
	background-color: #18ae89;
	border-radius: 50%;
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 1.87rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.declaration-list .declaration-item .item-icon>img{
	display: block;
	margin: 0 auto;
}

/* 数字化 */
.digital-show{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	padding-bottom: 6.25rem;
}

.digital-show .digital-item{
	color: #fff;
	letter-spacing: 1px;
}

.digital-show .digital-item>h4{
	font-size: 2.25rem;
	margin-bottom: 1.87rem;
}

.digital-show .digital-item>h4 sup{
	font-size: 1.43rem;
}

.digital-show .digital-item p{
	font-size: 0.93rem;
	line-height: 1.5rem;
}

/* 注册领取 */
.registered-receive{
	padding-top: 1.87rem;
}

.registered-receive h1{
	width: 100%;
	height: 6.56rem;
	line-height: 6.56rem;
	color: #000;
	font-size: 2.25rem;
	letter-spacing: 2px;
	text-align: center;
}

.registered-receive p{
	width: 100%;
	text-align: center;
	color: #636363;
	font-size: 1.12rem;
	letter-spacing: 1px;
	margin-bottom: 5.31rem;
}

.registered-form{
	width: 100%;
	border-radius: 3px;
	height: 17.25rem;
	margin-bottom: 4.06rem;
}

.registered-form .content {
	font-size: 150%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.registered-form .content h2 {
	margin: 0 0 2em;
	opacity: 0.1;
}

.registered-form .content p {
	margin: 1em 0;
	padding: 5em 0 0 0;
	font-size: 0.65em;
}

/* 输入框动画 Start */
.registered-receive .input {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 1em;
	width: 22rem;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
}

.registered-receive .input__field:focus {
	outline: none;
}

.registered-receive .input__label {
	display: inline-block;
	float: right;
	color: #6a7989;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.registered-receive .input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 2em;
	padding: 1.2em 0;
	width: 100%;
	font-size: 16px;
	background: transparent;
	color: #595F6E;
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
	margin-top: 0px;
	border-bottom: 4px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color: hsl(230, 65%, 47%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

/* 信息提交 */
.registered-submit{
	width: 16.25rem;
	height: 4.37rem;
	background-color: #3f51b5;
	color: #fff;
	font-size: 1.87rem;
	border-radius: 3px;
	letter-spacing: 0.5rem;
	border: none;
	cursor: pointer;
	padding-right: 0.62rem;
	margin: 0 auto 6.87rem auto;
	display: block;
	background-image: url(../images/flay.png);
	background-size: 15px 12px;
	background-position: 205px 32px;
	background-repeat: no-repeat;
}

/* 页脚 */
.page-footer{
	width: 100%;
	height: 23rem;
	background-color: #2a3139;
	padding: 1.56rem 0;
}

.page-footer .middle-content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	letter-spacing: 1px;
}

.page-footer h5{
	font-size: 1.87rem;
	height: 6.87rem;
	letter-spacing: 2px;
	line-height: 6.87rem;
}

.page-footer p{
	font-size: 1.12rem;
	margin-bottom: 1.56rem;
}

.page-footer .footer-contentA{
	width: 60%;
}

.page-footer .footer-contentB{
	width: 30%;
}

.page-footer .footer-contentB p{
	color: #61d9f2;
}

.page-footer footer{
	padding-top: 1.56rem;
	font-size: 0.75rem;
	width: 100%;
}

/* 表单验证弹窗 */
.form-toast{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 999;
	margin: auto;
	max-width: 6%;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 14px;
	display: none;
	text-align: center;
}

/* 信息提交 */
.btn-right{
	animation: btnRight 1.5s linear forwards;
}

@keyframes btnRight{
	0%{background-position: 205px 32px;}
	50%{background-position: 400px 32px;}
	100%{background-position: 205px 32px;}
}

/* 返回顶部 */
.fixTop{
	position: fixed;
	right: 10px;
	bottom: 30px;
	z-index: 999;
	width: 50px;
	height: 50px;
	border-radius: 3px;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
display:none;
}

.fixTop img{
	width: 36px;
	height: 36px;
	display: block;
	margin: 7px auto;
}

/*弹窗*/
.kefu {
    background-color: #00b8d4;
    border: 2px solid #fff;
    position: fixed;
    width: 80px;
    top: 138px;
    right: 20px;
    text-align: center;
    display: block;
    -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 12px;
    z-index: 9999999;
    box-sizing:unset;
}
.list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}
.kefu ul{
	/*overflow: hidden;*/
	max-height: 80px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
    box-sizing:inherit;
}
.kefu ul.on{/*overflow:auto;*/border-radius:8px;max-height: inherit;}
.kefu a.kefu-lx {
    border-top: 0px solid #ffb4a6;
    background: url(/images/2018/icon-kflogo.png) no-repeat center 15px;
    background-size:100% auto;
}

.kefu ul li>a.kefu-yy {
    background: url(/images/2018/icon-kf1.png) no-repeat center 15px;
    background-size:33px 33px;
}
.kefu ul li>a.kefu-zx{
	background: url(/images/2018/icon-kf2.png) no-repeat center 15px;
    background-size:33px 33px;
}
.kefu ul li>a.kefu-wx{
	background: url(/images/2018/icon-kf3.png) no-repeat center 15px;
    background-size:33px 33px;
}
.kefu ul li>a.kefu-cc{
	background: url(/images/2018/icon-kf4.png) no-repeat center 15px;
    background-size:33px 33px;
}
.kefu ul li>a {
    display: block;
    color: #FFF;
    text-decoration: none;
    border-top: 1px solid #ffb4a6;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 0;
    height: 30px;
    width: 80px;
    z-index: 999999;
    padding-top: 50px;
    box-sizing:inherit;
}
.kefu ul>li:hover>a{background-color:#ff7979;border-top-left-radius:6px;border-top-right-radius:6px;}
.kefu ul li{position:relative;border:0px;box-sizing:content-box;margin:0;-moz-box-sizing: inherit;  -webkit-box-sizing: inherit;}
.kefu ul li .tell-nei{display:none;text-align: left;position: absolute;top: 0px;left: -206px;width:176px;background-color:#fff;padding:15px;height: calc(105px - 30px);box-sizing:inherit;}
.kefu ul li .tell-nei p{font-size: 12px;color:#151314;line-height: 20px;margin-bottom:0px;}
.kefu ul li:nth-child(2):hover .tell-nei{display: block;}
.kefu ul li .photo-nei{display:none;text-align: left;position: absolute;top: 0px;left: -206px;width:176px;background-color:#fff;padding:15px;height: calc(80px - 30px);box-sizing:inherit;}
.kefu ul li .photo-nei p{display:block;box-sizing:inherit;margin-bottom:0px;}
.kefu ul li .photo-nei p a{display:inline-block;background-color:#fff;font-size: 12px;color:#00b8d4;line-height: 20px;text-decoration: underline;box-sizing:inherit;}
.kefu ul li:nth-child(3):hover .photo-nei{display: block;}
.kefu ul li:nth-child(3) span{display: block;float:left;width: 60px;}
.kefu ul li:nth-child(3) span:nth-child(2){float:right;width: 110px;}
.kefu ul li{display: none;}
.kefu ul li:first-child{display: block;}
.kefu ul li:first-child:hover{border-radius:8px 8px 0px 0px;}
.kefu ul li:last-child{}
.kefu ul li:last-child:hover{border-radius:0px 0px 8px 8px;}
.kefu ul li:nth-child(4) .kefu-weixin{display: none;padding: 20px;background-color: #FFFFFF;position: absolute;top:0px;left: -182px;}
.kefu ul li:nth-child(4):hover .kefu-weixin{display: block;}
.kefu ul li:nth-child(5) .kefu-kecheng{display:none;padding: 20px;width:190px;background-color: #FFFFFF;position: absolute;top:-295px;left: -230px;box-sizing:inherit;}
.kefu ul li:nth-child(5):hover .kefu-kecheng{display:block;}
.kefu-kecheng h3{font-size: 14px;color:#151314;}
.ke-biao{background:url(/images/2018/icon-kf6.png) no-repeat center center;line-height:32px;margin:10px 0px;color:#fff;font-size: 14px;text-align: center;font-weight: bold;}
.kefu-kecheng span{overflow: hidden;}
.kefu-kecheng button,.kefu-kecheng span a{border:1px solid #00b8d4;margin:5px 10px 0 10px;background-color: #fff;border-radius:5px;display:inline-block;color:#00b8d4;font-size: 12px;padding:5px;mari}
.kefu-kecheng button:nth-child(2n){float:right;}
.kefu-kecheng button:nth-child(2n-1){margin-right:15px;}