﻿body{
	max-width: 1920px;
	margin: 0 auto;
}
.form-1802-2804 .btn{
	outline: none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active{
	text-decoration: none;
}
.btn1{
	background: #02b3e4;
	color: #fff;
	transition: background 0.25s ease;
}
.btn1:hover{
	background: #11a0c7;
}
.btn2{
	background: #7997ac;
	color: #fff;
	transition: background 0.25s ease;
}
.btn2:hover{
	background: #708c9f;
}
.btn1:hover,.btn2:hover,
.btn1:focus,.btn2:focus,
.btn1:active,.btn2:active{
	color: #fff;
}
.has-error .form-control{
	border-color: rgb(251, 91, 135);
}
.modal-header .close{
	opacity: 1;
}

/*1802-2801 第一个模块 头部*/
.add-video-first{
	overflow: hidden;
	position: relative;
	min-height: 100vh;
}

.add-video-first .video-site01{
	position: absolute;
    background-size: 100% 100%;
    top: 0px;
    left: 50%;
    margin-left: -50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 200%;
    width: auto;
    height: auto;
    z-index: 1;
}

.head-1802-2801{
	/*background: url(../images/banner01.jpg) no-repeat center 45%;
	background-size: cover;*/
	background: linear-gradient(45deg, rgba(5,184,190,.93), rgba(40,147,204,0.93));
	background: -webkit-linear-gradient(left top, rgba(5,184,190,.93), rgba(40,147,204,0.93));
    z-index: 2;
	position: relative;
	min-height: 100vh;
}
.navbar-1802-2802{
	padding-top: 20px;
	height: 115px;
	margin-bottom: 0;
}
.navbar-1802-2802 li a{
	color: #fff;
}
.navbar-1802-2802 li a:hover{
	color: #deedf3;
}
.navbar-1802-2802 li a:hover,
.navbar-1802-2802 li a:focus,
.navbar-1802-2802 li a:active{
	background: none;
}
.navbar-1802-2802 .navbar-brand{
	padding-left: 0;
}
.navbar-1802-2802 .collapse{
	padding-top: 15px;
	padding-right: 0;
}
.navbar-1802-2802 ul.nav.list-inline{
	margin-right: 30px;
}
.navbar-1802-2802 .link-btn{
	min-width: 124px;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #02ccba;
	border-radius: 6px;
	margin-top: 5px;
	transition: background 0.25s ease;
}
.navbar-1802-2802 .link-btn:hover{
	background: #0fd6be;
}
.navbar-1802-2802 .link-btn .btn{
	padding: 0 5px;
	color: #fff;
}
.navbar-1802-2802 .link-btn span{
	color: #fff;
}

.border-1802-2803{
	border-top: 1px solid rgba(32,148,154,0.2);
}
.slogin-1802-2803{
	display: table;
	width: 100%;
	min-height: calc(100vh - 116px - 213px);
	padding-top: 80px;
}
.slogin-1802-2803 .table-cell{
	color: #fff;
}
.slogin-1802-2803 h2,.slogin-1802-2803 h2 span{
	font-size: 86px;
	font-weight: bold;
	letter-spacing: 0;
}
.slogin-1802-2803 h2 span.ityped-cursor{
	display: inline-block;
	width: 35px;
}
.ityped-cursor {
    font-size: 2.2rem;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}
@keyframes blink {
    100% {
        opacity: 0;
    }
}
.slogin-1802-2803 h2 span{
	color: #02ccba;
}
.slogin-1802-2803 p{
	color: #fff;
	font-size: 32px;
	line-height: 35px;
	margin-top: 25px;
	font-weight: normal;
}

.form-1802-2804{
	padding: 80px 0;
}
.form-1802-2804 * {
    letter-spacing: 0;
}
.form-1802-2804 .form-inline{
	text-align: center;
    margin: 0 auto;
}
.form-1802-2804 .form-control{
	height: 48px;
	border-radius: 6px;
	font-weight: lighter;
}
.form-1802-2804 .form-control.input01{
	width: 280px;
}
.form-1802-2804 .form-control.input02{
	width: 140px;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child){
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-1802-2804 .form-control.input03{
	width: 140px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-1802-2804 .form-control.input04{
	width: 140px;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-1802-2804 .form-group{
	margin-right: 15px;
	/*margin-bottom: 5px;*/
	position: relative;
}
.form-1802-2804 .form-together{
	width: 280px;
	display: inline-flex;
	margin: 0 20px 0 0;
}
.form-1802-2804 .form-together .form-group{
	float: left;
	margin-right: 0;
}
.form-1802-2804 .btn{
	width: 310px;
	height: 48px;
}
.form-1802-2804 .input-group-addon{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	cursor: default;
}

@media screen and (max-width: 767px) {
	.navbar-1802-2802 .navbar-collapse.collapse{
		padding-left: 0;
	}
	.navbar-1802-2802 .navbar-toggle{
		position: absolute;
	    top: 30px;
	    left: 0;
	}
	.navbar-1802-2802 .navbar-toggle .icon-bar{
		background: #fff;
	}
	.navbar-1802-2802 .navbar-header{
		text-align: center;
		height: 100px;
	}
	.navbar-1802-2802 .navbar-brand{
		float: none;
		display: inline-block;
	}
	/*.navbar-1802-2802 .navbar-brand>img{
		display: inline-block;
	}*/
	.navbar-1802-2802 .fr{
		float: left;
	}
	.navbar-1802-2802 .navbar-collapse{
		width: 100%;
		padding: 0 0 15px 15px;
	}
	
	.form-1802-2804 .form-together,.form-1802-2804 .btn{
		display: block;
	}
	.form-1802-2804 .form-together{
		width: 100%;
		min-width: 280px;
		height: 48px;
		margin-bottom: 15px;
	}
}

/*1802-2805 第二个模块 合作单位*/
.company-1802-2805{
	padding: 50px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 -15px;
}
.company-1802-2805 .container p{
	margin: 0;
}
.company-1802-2805 .p2{
	display: none;
}

.title-1802-2806{
	text-align: center;
	font-size: 26px;
	color: #a1b6c5;
}
.title-1802-2807{
	text-align: center;
	font-size: 30px;
}
.title-1802-2807 p{
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
}
.pad01{
	padding-top: 60px;
}
.pad01 .row{
	padding-top: 80px;
}
.pad02{
	padding-top: 100px;
}
.pad02 .row{
	padding-top: 80px;
}

/*1802-2806 第三个模块 为什么孩子要学编程?*/
.content-1802-2806.pad01 .parents-say{
	max-width: 460px;
	margin: 0 auto;
}
.content-1802-2806.pad01 .parents-say .icon{
	margin-left: -10px;
}
.content-1802-2806 .parents-say .tit{
	font-size: 26px;
	color: #02b3e4;
	max-width: 287px;
	line-height: 36px;
}
.content-1802-2806 .parents-say .cont span{
	display: block;
}
.content-1802-2806 .parents-img{
	position: relative;
	padding-bottom:  36px;
}
.content-1802-2806 .parents-img .img2{
	position: absolute;
	top: 36px;
	right: 36px;
	box-shadow: 0 10px 38px rgba(14,112,149,0.2);
}
.content-1802-2806 .parents-img .img2 img{
	max-width: inherit;
}
.content-1802-2806 .parents-img .img1{
	box-shadow: 0 10px 38px rgba(14,112,149,0.2);
}
/*视频say*/
.content-1802-2806 .parents-img .video-img {
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-1802-2806 .parents-img .video-img span.icon-img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -65px;
    text-align: center;
}
.content-1802-2806 .parents-img .video-img span.icon-img i{
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 12px;
}
/*18-05-30 第三个模块 为什么孩子要学编程?*/
.content-1802-2806.pad01 .person-say{
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
.content-1802-2806.pad01 .title-1802-2807{
	font-size: 24px;
}
.content-1802-2806.pad01 .person-say .icon{
	margin-left: -10px;
}
.content-1802-2806 .person-say .tit{
	font-size: 26px;
	color: #02b3e4;
	line-height: 36px;
}
.content-1802-2806 .person-say .cont{
	max-width: 975px;
	margin: 0 auto;
}
/*内容*/
.content-1802-2806 .person-intro{
	margin-top: 54px;
}
.content-1802-2806 .person-intro.swiper-container{
	margin-left: -42%;
	margin-right: -42%;
}
.content-1802-2806 .person-intro .swiper-slide{
	position: relative;
	background-image: linear-gradient(-45deg, #e8f9fc, #f7f7f7);
}
.content-1802-2806 .person-box{
	text-align: right;
}
.content-1802-2806 .person-box img{
	width: 42.5%;
}
.content-1802-2806 .person-intro.swiper-container{
	margin-left: -42%;
	margin-right: -42%;
}
.content-1802-2806 .person-intro .swiper-slide{
	position: relative;
	max-width: 1200px;
}
.content-1802-2806 .person-intro .cont-box{
	position: absolute;
	top: 50%;
	left: 15%;
	max-width: 50%;
	transform: translateY(-40%);
}
.content-1802-2806 .person-intro .cont-box p.icon-img{
	padding-top: 30px;
}
.content-1802-2806 .person-intro .cont-box p.icon-img span{
	cursor: pointer;
}
.content-1802-2806 .person-intro .cont-box p{
	color: #525c66;
}
.content-1802-2806 .person-intro .cont-box p i{
	font-size: 24px;
	line-height: 36px;
	color: #9db6c5;
	font-style: italic;
	display: inline-block;
	margin-bottom: 5px;
}
.content-1802-2806 .person-intro .cont-box .p-img{
	padding-left: 25px;
}
.content-1802-2806 .person-intro .swiper-slide-next{
	opacity: 1;
	transition: opacity 500ms ease-in-out;
}
.content-1802-2806 .person-intro .swiper-slide-duplicate-prev,
.content-1802-2806 .person-intro .swiper-slide-active{
	opacity: .2;
	transition: opacity 500ms ease-in-out;
}
.content-1802-2806 .person-intro .person-next,
.content-1802-2806 .person-intro .person-prev{
	position: absolute;
	top: 50%;
	width: 20px;
	height: 39px;
	cursor: pointer;
	z-index: 2;
	opacity: .8;
}
.content-1802-2806 .person-intro .person-next:hover,
.content-1802-2806 .person-intro .person-prev:hover{
	opacity: 1;
}
.content-1802-2806 .person-intro .person-next{
	right: 35%;
	margin-right: -20px;
	background: url(../images/icon_right2.png);
}
.content-1802-2806 .person-intro .person-prev{
	left: 35%;
	margin-left: -20px;
	background: url(../images/icon_left2.png);
}
@media (max-width: 1640px){
	.content-1802-2806 .person-intro .cont-box p{
		line-height: 24px;
		margin: 0;
	}
	.content-1802-2806 .person-intro .cont-box p i{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.content-1802-2806 .person-intro .cont-box{
		left: 10%;
		max-width: 55%;
		transform: translateY(-50%);
	}
}
@media (max-width: 1470px){
	.content-1802-2806 .person-intro .cont-box p{
		line-height: 24px;
		margin: 0;
	}
	.content-1802-2806 .person-intro .cont-box p i{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.content-1802-2806 .person-intro .cont-box{
		left: 10%;
		max-width: 55%;
		transform: translateY(-50%);
	}
	.content-1802-2806 .person-intro .cont-box .p-img{
		padding-left: 0;
	}
}
@media (max-width: 1000px){
	.content-1802-2806 .person-intro .cont-box p:first-child{
		display: none;
	}
}


.full-content{
	margin-top: 75px;
}

/*1803-0101 第四个模块 我要让孩子有机会参加人工智能科学大赛*/
.content-1803-0101 .full-content1{
	background: url(../images/img02_1.jpg) no-repeat center;
	height: 720px;
}

/*1803-0103 第六个模块 我要让孩子独立编写自己的计算机应用程序-*/

/*1802-2806 第七个模块 孩子能学会编程吗?*/

/*1803-0101 第八个模块 我要让孩子沉浸于编程之乐*/

.bg1{
	background: #f9f8f9;
}
.bg2{
	background: #f4f8f9;
}

/*1803-0104 第九个模块 我要让孩子10分钟入门编程、并着迷于编程*/
.content-1803-0105 .container{
	position: relative;
}
.content-1803-0105 .title-1802-2807{
	position: absolute;
	right: 45px;
	bottom: 4rem;
	width: 50%;
	text-align: left;
	z-index: 1;
}
.content-1803-0105 .title-1802-2807 p{
	text-align: left;
}

/*1803-0101 第十个模块 视频之飞机大战*/
.canvas-1803-0501{
	/*background: url(../images/img06_1.jpg) no-repeat center;
	height: 827px;
	margin: 0;*/
	margin: 60px auto 0;
	/* max-width: 1920px; */
	/* overflow: hidden; */
}
.canvas-1803-0501 .bg4{
	background: #c6edff;
}
.canvas-1803-0501 .canvas-content{
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1220px) {
	.canvas-1803-0501 .canvas-content{
		display: none;
	}
	.canvas-1803-0501 .bg4{
		background: url(../images/img06_1.png) no-repeat center;
		height: 675px;
	}
}

/*1802-2806 第十一个模块 为什么要选择VIPCODE？*/
.content-1802-2806.bg2{
	padding-bottom: 100px;
}

/*1803-0105 第十二个模块 我要让孩子跟名校老师、一线计算机工程师学习编程*/
.teacher-1803-0106{
	overflow: hidden;
}
.teacher-1803-0106 .teacher-list{
	height: 450px;
	position: relative;
	margin-top: 60px;
}
.teacher-1803-0106 .scroll-teacher{
	position:absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.teacher-1803-0106 .mCustomScrollBox{
	overflow: visible;
}
.teacher-1803-0106 .scroll-teacher li{
	box-shadow: 0 10px 24px rgba(0,60,83,0.2);
	border-radius: 6px;
	position: relative;
	width: 280px;
	height: 405px;
	float: left;
	margin: 0 15px;
}
.teacher-1803-0106 .scroll-teacher li img{
	border-radius: 6px;
}
.teacher-1803-0106 li p{
	position: absolute;
	width: 200px;
	text-align: center;
	top: 25px;
	left: 40px;
	color: #2b3d48;
	font-size: 16px;
}
.teacher-1803-0106 li p span{
	color: #2b3d48;
	display: none;
}
.teacher-1803-0106 .mCSB_container{
	overflow: auto;
	height: 450px;
}
.teacher-1803-0106 .mCSB_dragger_bar{
	background: #00b3e1;
}
.teacher-1803-0106 .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	max-width: 1170px;
    margin: 0;
}
.teacher-1803-0106 .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{
	background: #bbc9d4;
}
.teacher-1803-0106 .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.teacher-1803-0106 .mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.teacher-1803-0106 .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.teacher-1803-0106 .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background: #00b3e1;
}
@media screen and (max-width: 767px) {
	.teacher-1803-0106 .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: 90%;
	}
}

/*1803-0106 第十三个模块 免费试听一节课*/
.listen-1803-0107 .container{
	position: relative;
	padding: 0;
}
.listen-1803-0107 .container>img{
	border-radius: 6px;
}
.listen-1803-0107 .alpha-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #098aba;
	opacity: 0.6;
	border-radius: 6px;
}
.listen-1803-0107 .content-box{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.listen-1803-0107 .content-box p{
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
	color: #fff;
}
.listen-1803-0107 .content-box p .btn{
	margin: 0 6px;
	width: 280px;
	height: 48px;
	line-height: 34px;
}
.listen-1803-0107 .content-box p.w1{
	max-width: 495px;
	margin: 0 auto 25px;
}
.listen-1803-0107 .content-box p span.cursor{
	cursor: pointer;
}

/*1803-0107 第十四个模块 我要K12全体系贯穿的课程*/
.class-1803-0108 .class-list{
	margin-top: 90px;
}
.class-1803-0108 .class-list:first{
	margin-top: 0;
}
.class-1803-0108 .class-list-tit{
	font-size: 30px;
	text-align: center;
	font-weight: lighter;
}
.class-1803-0108 .class-tabs{
	border-bottom: 2px solid #a1b6c5;
	margin: 50px auto 0;
	max-width: 880px;
	display: flex;
}
.class-1803-0108 .class-tabs li{
    float: left;
	padding: 0 4%;
	width: 33%;
	margin-bottom: -2px;
}
.class-1803-0108 .class-tabs li .link-tab,
.class-1803-0108 .class-tabs li .link-tab:hover{
	text-decoration: none;
}
.class-1803-0108 .class-tabs li .link-tab{
	display: inline-block;
	cursor: pointer;
	height: 100%;
	border-bottom: 2px solid transparent;
}
.class-1803-0108 .class-tabs li .link-tab b,
.class-1803-0108 .class-tabs li .link-tab span{
	color: #a1b6c5;
}
.class-1803-0108 .class-tabs li.on .link-tab{
	border-bottom: 2px solid #02b3e4;
}
.class-1803-0108 .class-tabs li.on .link-tab b,
.class-1803-0108 .class-tabs li.on .link-tab span{
	color: #525c65;
}
.class-1803-0108 .class-tabs p{
	margin-bottom: 5px;
}
.class-1803-0108 .class-tabs li p b{
	font-size: 20px;
}
.class-1803-0108 .class-content{
	background: #fafafa;
	margin-top: 12px;
	border-radius: 10px;
	padding: 35px;
}
.class-1803-0108 .class-content .row{
	padding: 0;
}
.class-1803-0108 .class-content .img-cont img{
	box-shadow: 0 10px 38px rgba(12,112,149,.23);
	border-radius: 10px;
	max-width: 100%;
}
.class-1803-0108 .class-content .info-cont{
	max-width: 560px;
	margin: 5px auto 0;
}
.class-1803-0108 .class-content .info-cont p{
	letter-spacing: 0;
	margin-bottom: 8px;
}
/*.class-1803-0108 .class-content .info-cont .img-group{
	margin-bottom: 0;
}*/
.class-1803-0108 .class-content .info-cont .img-group span{
	display: inline-block;
	margin: 0 20px 10px 0;
}
.class-1803-0108 .class-content .info-cont .tit{
	font-size: 20px;
	margin-bottom: 10px;
}
.class-1803-0108 .class-tabs-w{
	max-width: 100%;
}
.class-1803-0108 .class-tabs-w li{
	padding: 0;
	width: 33.33%;
}

/*1803-0101 第十五个模块 我要能发挥孩子创造力的课程*/
.content-1803-0502 .full-content{
	position: relative;
	height: 540px;
}
.content-1803-0502 .full-content .table{
	width: 100%;
	height: 100%;
	display: table;
	background: url(../images/img21_1.jpg) no-repeat center bottom;
	background-size: cover;
}
.content-1803-0502 .full-content .playVideo{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.content-1803-0502 .full-content .playVideo .table-cell{
	background: rgba(0,0,0,0.6);
}
.content-1803-0502 .playVideo b{
	font-size: 30px;
	color: #fff;
}
.content-1803-0502 .playVideo span{
	margin-left: 20px;
	cursor: pointer;
}
.content-1803-0502 .playVideo span img{
	vertical-align: top;
}

/*1803-0101 第十六个模块 我要在家学习、不必辛苦的奔波在各种课外班的路上*/
.content-1803-0115 .full-content5{
	background: url(../images/img10_1.jpg) no-repeat center;
	height: 827px;
}

/*1803-0108 第十七个模块 我要在孩子的学习成果得到国内外的认可*/
.content-1803-0108 .container{
	box-shadow: 0 10px 24px rgba(0,60,83,0.08);
	padding: 0;
	border-radius: 6px;
}
.content-1803-0108 .table-cell img{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.content-1803-0108 .display-table{
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
}
.content-1803-0108 .table-cell{
	padding: 0;
	width: 50%;
}
.content-1803-0108 .content{
	text-align: left;
	padding: 20px 30px;
}
.content-1803-0108 .content .tit{
	font-size: 26px;
	line-height: 36px;
	max-width: 300px;
	padding: 0 15px 10px 0;
	border: 2px solid #fff;
	border-bottom: 2px solid transparent;
    background-clip: padding-box,border-box;
    background-origin: padding-box,border-box;
    background-image: linear-gradient(45deg,#fff,#fff),linear-gradient(45deg,#35a7eb, #00ffc7);
}
.content-1803-0108 .content .cont{
	max-width: 455px;
}
.content-1803-0108 .content .img-group .table-cell{
	text-align: left;
}
.content-1803-0108 .content .img-group span{
	margin-right: 20px;
	cursor: pointer;
	width: 90px;
	display: inline-block;
}
.content-1803-0108 .content .img-group span img{
	width: 90px;
}
.content-1803-0108 .content .img-group span i{
	display: inline-block;
	width: 64px;
	text-align: center;
	color: #a1b6c5;
	font-weight: lighter;
	background: url(../images/icon_add1.png) no-repeat right;
}
@media screen and (max-width: 767px) {
	.content-1803-0108 .table-cell{
		width: 100%;
		display: table;
	}
}

/*1802-2806 第十八个模块 为什么选择编程课程？*/
.content-1802-2806 .parents-say .tit.w1{
	max-width: 320px;
}

/*1803-0109 第十九个模块 编程让孩子从容面对未来职业*/

/*1803-0110 第二十个模块 编程让孩子现在的学习成绩整体提高30%*/
.content-1803-0110 .img-shadow{
	box-shadow: 0 10px 18px rgba(4,0,0,0.16);
	display: inline-block;
	
}
.content-1803-0110 .title-1803-0109{
	margin-top: 35px;
}
.content-1803-0110 .title-1803-0109 .tit{
	font-size: 26px;
	margin-bottom: 20px;
}
.content-1803-0110 .img-group{
	padding-top: 50px;
}
.content-1803-0110 .img-group span{
	display: inline-block;
	margin-right: 30px;
}
.content-1803-0110 .img-group span img{
	width: 90px;
	transition: all 0.6s;
}
.content-1803-0110 .img-group span img:hover{
	transform: scale(1.08);
}

/*1803-0111 第二十一个模块 编程让孩子考入或特招入名校*/
.content-1803-0111{
	margin-bottom: 190px;
}
.content-1803-0111 .img-shadow{
	box-shadow: 0 10px 18px rgba(4,0,0,0.16);
	display: inline-block;
}
.content-1803-0111 .title-1803-0109{
	margin-top: 35px;
	text-align: right;
}
.content-1803-0111 .title-1803-0109 .tit{
	font-size: 26px;
	margin-bottom: 20px;
}
.content-1803-0111 .img-group{
	padding: 50px 0;
	text-align: right;
}
.content-1803-0111 .img-group span{
	display: inline-block;
	margin-left: 15px;
}
.content-1803-0111 .img-group span img{
	transition: all 0.6s;
}
.content-1803-0111 .img-group span img:hover{
	transform: scale(1.08);
}



/*1803-0113 第二十三个模块 底部固定表单*/
.content-1803-0113{
	position: fixed;
	bottom: -1px;
	left: 0;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px rgba(0,60,83,0.2);
	z-index: 1000;
	display: none;
}
.content-1803-0113 .form-1802-2804{
	padding: 12px 0;
}
.content-1803-0113 .service{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 165px;
	height: 100%;
	padding-left: 30px;
	text-align: left;
	padding-top: 20px;
	background: #02ccba;
	cursor: pointer;
	transition: background 0.25s ease;
}
.content-1803-0113 .service:hover{
	background: #0fd6be;
}
.content-1803-0113 .service span{
	color: #fff;
	/*display: block;*/
	padding-left: 12px;
}

/*1803-0114 在线客服*/
.service-1803-0114{
	position: fixed;
	right: 60px;
	bottom: 110px;
	width: 88px;
	height: 88px;
	text-align: center;
	padding-top: 15px;
	border-radius: 6px;
	background: #02ccba;
	cursor: pointer;
	display: none;
	transition: background 0.25s ease;
    z-index: 2;
}
.service-1803-0114:hover{
	background: #0fd6be;
}
.service-1803-0114 span{
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 5px;
}
.content-1803-0113 .service a:hover,
.service-1803-0114 a:hover,
.content-1803-0113 .service a:focus,
.service-1803-0114 a:focus,
.content-1803-0113 .service a:active,
.service-1803-0114 a:active{
	text-decoration: none;
}


/*表单验证*/
.form-1802-2804 .input-group-addon{
	color: #999;
}
.form-1802-2804 .input-group-addon.cur{
	background: #02b3e4;
	border: 1px solid #02b3e4;
	color: #fff;
	cursor: pointer;
}
.has-error input+.message, .has-error select+.message {
	opacity: .95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	top: -38px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s
}
.has-error .message {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	line-height: 35px;
	background-color: #666;
	color: #fff;
	padding: 0 20px;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	white-space: nowrap;
	z-index: 3;
}
.has-error .message::after {
	content: " ";
	display: block;
	border-bottom: none;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #666;
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -10px
}

.modal-header{
	border: none;
	padding-bottom: 0;
}
.modal-body{
	padding-top: 0;
}

/*证书弹层*/
.certifyModal .modal-body{
	padding: 15px 30px 50px 15px;
}
.certifyModal .certify-img{
	position: relative;
	padding-bottom:  22px;
	float: right;
}
.certifyModal .certify-img .img2{
	position: absolute;
	top: 22px;
	right: 30px;
	box-shadow: 0 10px 38px rgba(14,112,149,0.2);
}
.certifyModal .certify-img .img2 img{
	max-width: inherit;
}
.certifyModal .certify-img .img1{
	box-shadow: 0 10px 38px rgba(14,112,149,0.2);
}
.certifyModal .certify-intro p{
	margin-bottom: 0;
	color: #7a97ac;
}
.certifyModal .certify-intro p.tit{
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 30px;
}


/*1803-0101 swiper 第八个模块 我要让孩子沉浸于编程之乐*/
.full-content .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  text-align: center;
  color:#000;
  opacity: 1;
}
.full-content .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4d4d4d;
}
.full-content.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}

/*重播*/
.btn-refresh{
	opacity: 1;
    display: block;
    margin: 20px auto 0;
    background: url(../images/icon_refresh.png) no-repeat left;
    padding-left: 18px;
    font-weight: lighter;
}
.btn-refresh[disabled] {
    color: #888;
    pointer-events: none;
    filter:"alpha(opacity=50)";
    opacity:0.5;
}

/*视频元素*/
.content-1803-0103 .prism-player,
.content-1803-0105 .prism-player,
.videoModal .prism-player,
.content-1803-0502 .prism-player,
.prism-player{
	background: none!important;
	border: 1px solid #fff;
}
.content-1803-0103 .prism-player .prism-controlbar .prism-controlbar-bg,
.content-1803-0105 .prism-player .prism-controlbar .prism-controlbar-bg,
.prism-player .prism-controlbar .prism-controlbar-bg{
	display: none!important;
}

/*滚屏加灰色背景*/
.lighting-1601{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 50%;
	width: calc(100vw - 17px);
	height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*修改字重*/
.title-1802-2806,
.content-1802-2806 .parents-say *,
.content-1802-2806 .person-say *,
.title-1802-2807,
.content-1803-0108 .content .tit,.content-1803-0108 .content .cont,
.content-1803-0110 .title-1803-0109 *,
.content-1803-0111 .title-1803-0109 *{
	font-weight: lighter;
}

/*播放按钮加鼠标方式效果*/
.listen-1803-0107 .content-box p span.cursor:hover,
.content-1803-0502 .playVideo span:hover{
	opacity: 0.9;
}

/*播放器进度条颜色*/
.prism-player .prism-progress .prism-progress-loaded{
	background: #bbc9d4;
}
.prism-player .prism-progress .prism-progress-played{
	background: #00b3e1;
}
.prism-player .prism-play-btn.playing {
    background: url(../images/icon_video.png) -208px -269px no-repeat;
}
.prism-player .prism-play-btn {
    background: url(../images/icon_video.png) -2px -250px no-repeat;
}
.prism-player .prism-volume {
    background: url(../images/icon_video.png) -199px -119px no-repeat;
}
.prism-player .prism-fullscreen-btn {
    background: url(../images/icon_video.png) -124px -190px no-repeat;
}
.prism-player .prism-fullscreen-btn.fullscreen {
    background: url(../images/icon_video.png) -161px -183px no-repeat;
}

/*响应式*/
.important-none{
	display: none!important;
}
@media (max-width: 991px) {
	.form-1802-2804 .form-group{
		margin-bottom: 5px;
	}
	.form-1802-2804 .form-control.input02{
		width: 184px;
	}
	.form-1802-2804 .form-together{
		margin-bottom: 5px;
		display: inline-block;
		margin-right: 15px;
	}
	.form-1802-2804 .form-together .form-group{
		display: inline-block;
		float: none;
	}
	.form-1802-2804 .form-together .form-group:last-child{
		margin-left: -5px;
		margin-top: 1px;
	}
	.form-1802-2804 .btn{
		width: 280px;
		margin-right: 15px;
	}
	
	.company-1802-2805{
		padding: 15px 0;
	}
	.company-1802-2805 .p2{
		display: block;
		text-align: center;
	}
	.company-1802-2805 .p1{
		display: none;
	}
	
	.content-1803-0105 .title-1802-2807 p{
		display: none;
	}
	
	.class-1803-0108 .class-tabs li .link-tab{
		display: block;
	}
	.class-1803-0108 .class-tabs li p{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 80%;
	}
	
	.content-1803-0108 .display-table{
		padding-bottom: 20px;
	}
	.content-1803-0108 .table-cell{
		width: 100%;
		display: block;
	}
	.content-1803-0111 .img-group{
		padding-top: 20px;
	}
	
	
	
	/*平板调整*/
	.content-1802-2806 .col-sm-12:last-child{
		max-width: 465px;
		margin: 0 auto;
		float: none;
	}
	
	.class-1803-0108 .class-content .img-cont{
		max-width: 500px;
		margin: 0 auto;
	}
	
	.content-1803-0110 .col-xs-12{
		text-align: center;
	}
	.content-1803-0110 .img-group{
		margin-top: 30px;
	}
	
	.content-1803-0111 .col-xs-12,
	.content-1803-0111 .title-1803-0109,
	.content-1803-0111 .img-group{
		text-align: center;
	}
	.content-1803-0111 .img-shadow{
		float: none;
	}
	.content-1803-0111 .row{
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	.form-1802-2804{
		padding: 80px 15px;
	}
	.form-1802-2804 .form-group{
		width: 280px;
    	margin: 0 auto 5px;
	}
	.form-1802-2804 .form-together .form-group{
		width: 140px;
	}
	.form-1802-2804 .btn{
		margin: 0 auto;
	}
	
	.content-1803-0105 .title-1802-2807{
		display: none;
	}
	
	.class-1803-0108 .class-tabs li p{
		width: 100%;
	}
	
	.content-1803-0111 .img-group span{
		margin-left: 5px;
	}
}
@media (max-width: 540px) {
	.listen-1803-0107 .alpha-layer{
		display: none;
	}
	.listen-1803-0107 .content-box{
		background: rgba(9,138,186,0.6);
		padding-top: 30px;
	}
	.listen-1803-0107 .content-box p.w1{
		display: none;
	}
	
	.content-1802-2806 .parents-img .img1, .content-1802-2806 .parents-img .img2{
		width: 90%;
		float: right;
	}
	.content-1802-2806 .parents-img .img2 img{
		max-width: 100%;
	}
}

body{
	overflow-x: hidden;
}

/*编程训练营*/
.bcXlyModal .modal-content{
	background: -webkit-linear-gradient(top, #3ec1ff, #02a4f1);
	border-radius: 12px;
}
.bcXlyModal .modal-body{
	background: url(../images/xly_img22.png) no-repeat center bottom;
	background-size: cover;
	padding: 15px 30px 50px;
	display: table;
	width: 100%;
	border-radius: 12px;
}
.bcXlyModal .modal-header{
	padding: 15px 15px 0;
}
.bcXlyModal .modal-header .close{
	color: #e8e8e8;
	text-shadow: none;
	opacity: .8;
}
.bcXlyModal .modal-header .close span{
	color: #fff;
}
.bcXlyModal .bcXly-img img{
	width: 190px;
	border: 4px solid #fff;
	border-radius: 5px;
	float: right;
}
.bcXlyModal .bcXly-text p{
	text-align: left;
	padding-left: 30px;
	font-size: 16px;
	color: #fff;
}
.bcXlyModal .bcXly-text p.tit{
	font-weight: normal;
	font-size: 21px;
}

/*表单按钮提交提示弹层*/
@media (min-width: 768px){
	.submitModal .modal-dialog {
	    width: 640px;
	    margin: 30px auto;
	}
}
.submitModal .modal-content{
	min-height: 224px;
	border-radius: 8px;
	background: url(../images/modal_img01.png) no-repeat 50px 18px #fff;
}
.submitModal .modal-body{
	padding: 50px 30px 0 205px;
	min-height: 135px;
}
.submitModal .modal-body p{
	line-height: 28px;
	text-align: left;
}
.submitModal .modal-footer{
	border: none;
	text-align: center;
	padding-bottom: 30px;
}
@media (max-width: 767px){
	.submitModal .modal-content {
	    background: url(../images/modal_img01.png) no-repeat 50px 18px #fff;
	    height: auto;
	    background-size: auto 80%;
	}
	.submitModal .modal-body{
		padding: 30px 30px 30px 200px;
	}
}
@media (max-width: 540px) {
	.submitModal .modal-content {
	    background: #fff;
	}
	.submitModal .modal-body{
		padding: 30px;
	}
}

.operators .prism-button{
	color: #fff;
	text-shadow: none;
	box-shadow: none;
	cursor: default;
}


.vipkidModal .modal-content{
	width: 780px;
	margin: 0 auto;
	background: none;
}
.vipkidModal .modal-content .close{
	position: absolute;
	opacity: .5;
	right: 15px;
	top: 15px;
	z-index: 1;
}
.vipkidModal .modal-body{
	padding: 0;
}
.vipkidModal .modal-body .content{
	padding: 40px 35px 50px 30px;
	background: #fff;
}
.vipkidModal .modal-body .img-box img{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.vipkidModal .modal-body .title{
	font-size: 28px;
	color: #7a97ac;
	padding-bottom: 15px;
}
.vipkidModal .modal-body p{
	line-height: 28px;
	color: #7a97ac;
}
















/*body{
	padding-bottom: 500px;
}*/