a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;font-size:100%;vertical-align:baseline}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,table,td,th{vertical-align:middle}caption,td,th{text-align:left;font-weight:400}a img{border:none}dd,div,dl,dt,h1,h2,h3,h4,h5,h6,input,li,p,ul{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}img{display:block}a,body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,html,input,li,p,span,ul{font-family:PingFangSC-Regular,Helvetica,Tahoma,Arial,Hiragino Sans GB,\\51AC\9752\9ED1\4F53,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STXihei,\\534E\6587\7EC6\9ED1,SimSun,\\5B8B\4F53,Heiti,\\9ED1\4F53,sans-serif}a{text-decoration:none;color:#fff}input,textarea{-webkit-appearance:none}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}input{outline:none;tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0)}:focus{outline:0}:focus,a,div,img{-webkit-tap-highlight-color:transparent}
/*a,div,img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*/
.margin-auto {
    margin: 0 auto;
}
.color-999{color: #999;}
a.obtain-btn {
    position: relative;
    z-index: 2;
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    background: #fc6e00;
    text-align: center;
    border-radius: 26px;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 14px 0 rgba(255,103,26,.2), 0 7px 14px 0 rgba(255,103,26,.4);
    box-shadow: 0 0 14px 0 rgba(255,103,26,.2), 0 7px 14px 0 rgba(255,103,26,.4);
	transition: 0.2s;
}
a.obtain-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #ff5e00;
	-webkit-box-shadow: 0 0 14px 0 rgba(255,103,26,.4), 0 7px 14px 0 rgba(255,103,26,.6);
    box-shadow: 0 0 14px 0 rgba(255,103,26,.4), 0 7px 14px 0 rgba(255,103,26,.6);
}
.h1.common_title, .h2.common_title {
    position: relative;
    width: 100%;
    color: #333;
    padding-top: 50px;
    text-align: center;
}
 .h2.common_title {
    padding-top: 30px;
}
.h1.common_title i, .h2.common_title i {
    position: absolute;
    z-index: 3;
    width: 60px;
    height: 3px;
    left: 50%;
    bottom: -15px;
    margin-left: -30px;
    background-color: #fc6e00;
}
.top-line{
	width: 100%;
    height: 24px;
    border-bottom: 1px solid #eee;
    line-height: 24px;
	font-size: 12px;
}

.top-line .login .login-text {
	color: #666;
    margin-right: 15px;
}
.top-line .login .top-register {
    color: #999;
    text-decoration: underline;
	margin-right: 15px;
}
.top-line .login span {
    padding-left: 15px;
	border-left: 1px solid #ccc;
    color: #666;
    letter-spacing: 1px;
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 2.5rem .5rem;
  background-color: #fff;
  border-bottom: 1px solid #EAEAEA;
  border-color: rgba(0,0,0,.08);
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  transition: height 0.5s;
}
#header.is-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	zoom:1;
	width: 100%;
}
#header .logo {
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #333;
}
#header .logo{max-width: 180px;}
#header .logo img{width: 100%; height: auto;}
#header .site-nav {
    margin-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#header ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header ul:hover li:not(:hover) a {
  opacity: 0.6;
}
#header ul li {
  position: relative;
  margin: 0 15px;

}
#header ul li::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fc6e00;
  transform: scaleX(0);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 999;
}
#header ul li a {
  position: relative;
  display: flex;
  font-size: 16px;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
}
#header ul li.active a{
	color: #fc6e00;
}
#header ul li:hover::after,#header ul li.active::after {
  transform: scaleX(1);
}
#header ul li:hover a{
	color: #fc6e00;
}
.header_ad{
	width: 100%;
}
.header_ad img{
	width: 100%;
	height: auto;
}
.register-con {
	width: 280px;
	height: 100%;
	min-height: 200px;
	background-color: rgba(0, 0, 0, 0);
    position: absolute;
	top:0;
    right: 0;
    bottom: 0;
    z-index: 15;
	padding-top: 8%;
	font-size: 24px;
	color: #FFF;
	line-height: 180%;
}
.register-con .price {
    padding: 0 5px;
    font-size: 40px;
}
.register-con .name {
    font-size: 38px;
}
.register-tel {
    position: relative;
    margin-top: 10px;
    width: 200px;
}
.register-tel .tel {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 25px;
}
.register-tel input {
    width: 100%;
    height: 48px;
    line-height: 46px;
    padding-left: 35px;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.registered-auditions {
    margin-top: 18px;
    width: 200px;
    height: 42px;
    background: #ffae00;
    font-size: 20px;
    color: #000;
    text-align: center;
    cursor: pointer;
    border-radius: 21px;
}
.registered-auditions:disabled,.btn.disabled, .btn:disabled {
	border: 1px solid #DDD!important;
	background-color: #F5F5F5!important;
	color:#ACA899;
}
.ad_text{
	margin-top: 5rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #ddd;
}
.why p.h1 span{color: #ffae00}
.why ul li {
	padding: 0 3%;
}
.why ul li img{
	width: 100%;
	height: auto;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.why img:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12)
}
.why ul li h4{
	margin: 20px 0 10px;
}
.why ul li p{
	color: #999;
	font-size: 14px;
	line-height: 22px;
}
.ladder{
	background-color: #f8f8f8;
}
.ladder img {
	width: 72%;
	border-radius: 8px;
	cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.ladder img:hover {
	width: 88%;
	transform: scale(1);
    -ms-transform: scale(1);
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12)
}
.classroom{
	margin-bottom: 3rem;
}
.classroom ul.step_ul{
  height: 120px;
  background: #F2F2F2;
  border-radius: 60px;
  padding: 0 50px;
}
.classroom ul.step_ul li{
  width: 24%;
  float: left;
  font-size: 16px;
  line-height: 180%;
  margin-top: 20px;
  background: url("../images/zxjs_ul_li_bg.jpg") no-repeat center right;
}
.classroom ul.step_ul li.bgnone{
  background: none;
}
.classroom ul.step_ul li h3{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.classroom ul.step_ul li span{
  color: #999999;
  font-size: 14px;
}
.classroom ul.con_ul {
  width:100%;
  margin:20px auto 0;
  padding:0 40px;
  position:relative;
  zoom:1
}
.classroom ul.con_ul li{
  box-sizing: border-box;
  width: 32%;
  float: left;
  padding: 0 3%;
}
.classroom ul.con_ul li img {
  width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.classroom ul.con_ul li img:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12)
}
.classroom ul.con_ul li .title {
  font-size:22px;
  line-height:26px;
  padding:27px 0 0px;
  color: #494949;
}
.classroom ul.con_ul li .info {
  font-size: 14px;
  line-height: 22px;
  min-height: 64px;
  padding: 10px 0;
  color: #999999;
}
.classroom ul.con_ul li .photo{
  margin-top: 10%;
}
.ten-reading{
	position: relative;
	height: 450px;
	overflow: hidden;
	margin: 20px 0 30px 0;
}
.ten-reading .parallax{
	position: relative;
	background-image: url(../images/ten_bg.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 1000px;
	top: -1000px;
	left: 0;
}
.ten-reading .h1.common_title{
	margin-top: 800px;
	padding-top: 5rem;
	color: #FFF;
	z-index: 3;
}
.ten-reading ul.reading_con{
	z-index: 3;
}
.ten-reading ul.reading_con li{
	cursor:pointer;
	float: left;
	display: inline-block;
	padding: 8px 8px 5px 8px;
	color: #666;
	line-height: 22px;
	background-color: #fff;
	border-radius: 25px;
	margin: 10px 13.5px;
}
.ten-reading ul.reading_con li:hover{
	color: #fc6e00;
	font-weight: 600;
	background-color: #EEE;
}
.ten-reading ul.reading_con li.orange{
	color: #FFF;
	background-color: #fc6e00;
}
.ten-reading ul.reading_con li.orange:hover{
	color: #FFF;
	background-color: #ff5e00;
}
.ten-reading .reading_description{
	width: 100%;
	margin-top: 60px;
}
.ten-reading .reading_description p{
	color: #FFF;
	font-size: 20px;
	line-height: 50px;
}
.six-reading{
	overflow: hidden;
	}
.six-reading p.con{
	color: #999;
	margin-top: 4rem;
	margin-bottom: 10rem;
}
.six-reading .six-reading_img_centre{
	width: 33%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	z-index: 9;
}
.six-reading .six-reading_img{
	width: 100%;
	animation:turn 50s linear infinite;
	/* transition: all 50s; */
}
.six-reading .six-reading_img:hover{
	/* transform: rotate(360deg); */
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}
.six-reading video {
    position: relative;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.six-reading video:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12)
}
.media_video{
	background-color: #f8f8f8;
}
.originator{

}
.originator ul li .originator_pic{
	position: relative;
	z-index: 3;
}
.originator ul li .originator_pic h4{
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 5;
	text-align: right;
	color: #666;
	font-weight: 600;
	width: 100%;
}
.originator ul li .originator_pic h4 small{
	font-size: 16px;
	font-weight: 300;
}
.originator ul li .originator_pic img{
	width: 100%;
	height: auto;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.originator ul li .originator_pic img:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.originator ul li .triangle{
	position: absolute;
	bottom: 0;
	left: 30px;
	z-index: 4;
    width: 0;
    height: 0;
    border-bottom: 160px solid #FFF;
    border-left: 230px solid transparent;
}
.originator .con{
	font-size: 14px;
	color: #999;
	line-height: 150%;
	padding: 20px 10px 0 10px;
}
.grow-up{
	color: #666;
	margin-top: 4rem;
}
.grow-up .row{
	margin-top:3rem;
}
.grow-up img{
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.grow-up img:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12)
}
.grow-up p.title{
	color: #666;
	margin-top: 4rem;
}
.grow-up p.con{
	font-size: 16px;
	color: #999;
	line-height: 180%;
	margin-top: 5rem;
}
.childrens{
	color: #666;
	background:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)),url(../images/grow-up_bg.jpg);
	margin: 1rem 0 30px 0;
}
.paralasic {
	min-height: 600px;
	background-attachment: fixed;
	background-size: cover;
	background-size: 100vw;
	background-position: center top;
	background-repeat: no-repeat;
}
.childrens .row{
	margin-top: 3rem;
}
.childrens img{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.childrens img.children1:hover{
	animation:big_left 3s linear infinite;
	z-index: 9;
/* 	animation-play-state:paused;
	-webkit-animation-play-state:paused; */
}
.childrens img.children2:hover{
	animation:big_right 3s linear infinite;
	z-index: 9;
/* 	animation-play-state:paused;
	-webkit-animation-play-state:paused; */
}
@keyframes big_left{
	0%{-webkit-transform:scale(1.0);}
	25%{-webkit-transform:scale(1.05) translateX(-20px);}
	50%{-webkit-transform:scale(1.1) translateX(-50px);}
	75%{-webkit-transform:scale(1.05) translateX(-20px);}
	100%{-webkit-transform:scale(1.0);}
}
@keyframes big_right{
	0%{-webkit-transform:scale(1.0);}
	25%{-webkit-transform:scale(1.05) translateX(20px);}
	50%{-webkit-transform:scale(1.1) translateX(50px);}
	75%{-webkit-transform:scale(1.05) translateX(20px);}
	100%{-webkit-transform:scale(1.0);}
}
.parents .swiper-container {
  width: 80%;
  margin: 60px auto 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 80px;
}
.parents .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.parents .swiper-slide img{
	width: 100%;
	height: auto;
}
:root {
    --swiper-theme-color: #fc6e00;
}
.parents .swiper-pagination{
	bottom:3%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.parents .swiper-pagination span{
	margin: 0 2px;
}
.parents .swiper-pagination-bullet{ background: #fc6e00;}
.promise{
	text-align: center;
}
.promise ul li{
	cursor:pointer;
	padding: 15px;
    transition: all .3s;
}
.promise ul li:hover{
    border-color: transparent;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.promise img.promise_ico{
	cursor:pointer;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
ul li:hover img.promise_ico{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}
.promise .promise_title{
	margin-top: 1rem;
}
.promise .promise_con{
	margin-top: 1rem;
	line-height: 160%;
	color: #666;
}
.links{
	background-color: #2c2d3f;
	padding-bottom: 3%;
}
.links .common_title{
	color: #fff;
}
.links-des{
	color: #999;
	font-size: 20px;
	margin-top: 2rem;
	text-align: center;
}
.links img{
	width: 100%;
	height: auto;
	cursor:pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.links img:hover{
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.links ul {
	box-sizing: border-box;
	padding: 2% 1%;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}
.links ul li{
	padding: 15px;
	float: left;
}
.links ul li img{
	margin: 2% auto;
}
footer{
	padding-bottom: 5px;
	color: #FFF;
	border-top: #222 1px solid;
	background-color: #313243;
}
footer .info-all{
	padding: 15px 0 10px 0;
}
footer h5.title{
	margin: 15px 0;
    position: relative;
}
footer h5.title i {
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: #fc6e00;
}
footer .tel-img{
	float: left;
	margin-right: 10px;
}
footer .tel{
	font-size: 24px;
	line-height:30px;
}
footer .contact{
	font-size: 15px;
	line-height:24px;
}
footer .code{
	text-align: center;
}
footer .code img{
	margin: 15px auto 15px auto;
}
footer .code p{
	font-size: 14px;
}
footer .copyright{
	border-top: #444 1px solid;
	background-color: #272830;
	margin-top: 15px;
	font-size: 14px;
	color: #DDD;
	line-height: 30px;
}
footer .copyright a{
  font-size: 14px;
  color: #DDD;
  line-height: 30px;
}
.qz-banner{
	width: 100%!important;
	margin: 0 auto;
	overflow: hidden;
}
.qz-pagination{width: 100%; height: 15px; position: absolute; bottom: 10px;z-index: 3;text-align: center;transition: .3s opacity;transform: translate3d(0,0,0);}
.qz-pagination .swiper-pagination-bullet{width: 30px; height: 10px; border-radius: 0; background: #2196f3; margin: 0 5px;}
.qz-button-prev,
.qz-button-next{height: 40px; width: 22px; position: absolute; z-index: 3; padding: 10px 5px; margin-top: -20px; top: 50%; cursor: pointer;}
.qz-button-prev{background: url(../images/bannerL.png) no-repeat center; left: 0px; background-color: rgba(0, 0, 0, .3);}
.qz-button-next{background: url(../images/bannerR.png) no-repeat center; right: 0px; background-color: rgba(0, 0, 0, .3);}
.default{
	border:none;
	border-radius:0;
	box-shadow: none;
}
.default:before{
	opacity: 0;
}
.default__controls{
	background: none;
}
.default__button--big .ckin-play{
	font-size:36px;
}
.default__button--big .ckin-play:before{
	content: " ";
	display: block;
	height: 60px;
	width: 60px;
	background: url(../images/reading_player.png) no-repeat;
	background-size: 100%;
}
.default__button--big .ckin-pause:before{
	content: " ";
	display: block;
	height: 60px;
	width: 60px;
	background: url(../images/reading_player.png) no-repeat;
	background-size: 100%;
}
.default__controls{
	font-size:24px;
}
/* .ckin-play:before{font-size: 24px}
.ckin-volume-medium:before {
    font-size: 24px;
}
.ckin-expand:before {
    font-size: 24px;
} */
.float-footer {

}
.section-bottom {
	display: none;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	line-height: 70px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	min-width: 1024px;
	background: rgba(0, 0, 0, .7);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}
.float-footer .section-bottom.fixed {
	display: block;
	position: fixed;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
}
.section-bottom input::-webkit-input-placeholder,
.section-bottom textarea::-webkit-input-placeholder {
	color: #ccc
}

.section-bottom input:-moz-placeholder,
.section-bottom input::-moz-placeholder,
.section-bottom textarea:-moz-placeholder,
.section-bottom textarea::-moz-placeholder {
	color: #ccc
}

.section-bottom input:-ms-input-placeholder,
.section-bottom textarea:-ms-input-placeholder {
	color: #ccc
}

.section-bottom.active {
	-webkit-animation: showBottom .25s ease-in 1 forwards;
	-moz-animation: showBottom .25s ease-in 1 forwards;
	-o-animation: showBottom .25s ease-in 1 forwards;
	-ms-animation: showBottom .25s ease-in 1 forwards;
	animation: showBottom .25s ease-in 1 forwards
}

.section-bottom.hideActive {
	width: 0
}

.section-bottom .bottom-con {
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding: 0 30px
}

.section-bottom .bottom-con .person {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 167px
}

.section-bottom .bottom-con p {
	color: #fff;
	font-size: 24px
}

.section-bottom .bottom-con p span {
	color: #f85415;
	font-weight: 700
}

.section-bottom .bottom-con .register {
	position: relative;
	padding-top: 13px;
	padding-left: 30px
}
.section-bottom .bottom-con .register .box .tel{
    position: absolute;
    top: 23px;
    left: 38px;
    width: 25px;
}
.section-bottom .bottom-con .register input {
	display: block;
	width: 315px;
	height: 44px;
	border: none;
	padding: 4px 36px;
	color: #333;
	font-size: 18px;
	border-radius: 4px
}
.section-bottom .bottom-con .register .btn {
	margin-left: 10px;
	width: 200px;
	height: 44px;
	line-height: 34px;
	background: #f85415;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer
}
.section-bottom .bottom-con .register .close-btn {
	position: absolute;
	top: 22px;
	right: -60px;
	width: 30px;
	cursor: pointer
}
.scroll-top-fixed-img {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background-color: #333;
    z-index: 202;
    cursor: pointer;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.scroll-top-fixed-img .back {
    line-height: 85px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.scroll-top-fixed-img .back img {
    display: inline-block;
    width: 24px;
    height: 24px;
}
@media (min-width: 576px) {
	#header ul li{
		text-align: center;
	}
}
@media (max-width: 576px) {
	.h1.common_title, .h2.common_title{
		font-size: 22px
	}
	#header {
		padding: 0.3rem 0 .5rem 0;
	}
	#header.is-fixed{
		position: static;
	}
	#header .logo {
		max-width: 100%;
		text-align: center;
		float: none!important;
	}
	#header .logo img {
		width: 66%;
		margin:2% auto;
	}
	#header .site-nav{
	    margin-top: 0;
	}
	#header ul li{
		padding: 0;
	}
	#header ul li::after{
		display: none;
	}
	.ad_text{
		margin-top: 2rem;
		padding-bottom: 1rem;
	}
	.ad_text p.h4{
		font-size: 16px!important;
	}
	.originator ul li .triangle {
		right: 0;
		left:auto;
	}
	.why p.h1{
		font-size: 20px;
	}
	.why ul li{
		margin-bottom: 1rem;
	}
	.why h4.h4{
		font-size: 18px;
	}
	.why ul li img{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		-webkit-transform: translate3d(0, -3px, 0);
		-moz-transform: translate3d(0, -3px, 0);
		-o-transform: translate3d(0, -3px, 0);
		-ms-transform: translate3d(0, -3px, 0);
		transform: translate3d(0, -3px, 0);
		-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
		box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12)
	}
	.classroom{
		margin-bottom:2rem;
	}
	.classroom ul.step_ul{
		height:auto;
		border-radius: 20px;
		padding: 0 15px 0 0px;
		margin: 0 5px;
	}
	.classroom ul.step_ul li{
		width: 49%;
		margin-top: 15px;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.classroom ul.con_ul li{
		width: 100%;
	}
	.classroom ul.con_ul li .title{
		padding-top: 10px;
	}
	.classroom ul.con_ul li .photo{
		margin-top: 0;
		margin-bottom: 5%;
	}
	.classroom ul.con_ul li .info{
		min-height: 30px;
	}
	.classroom ul.con_ul li img {
		-webkit-transform: translate3d(0, -3px, 0);
		-moz-transform: translate3d(0, -3px, 0);
		-o-transform: translate3d(0, -3px, 0);
		-ms-transform: translate3d(0, -3px, 0);
		transform: translate3d(0, -3px, 0);
		-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
		box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12)
	}
	.ten-reading .parallax{
		background:#42393a;
	}
	.ten-reading ul.reading_con li{
		margin: 8px 7.5px;
	}
	.six-reading .h1.common_title,.six-reading .h2.common_title{
		padding-top: 30px;
	}
	.six-reading .row{
		margin-top:0!important;
	}
	.six-reading .offset-md-1 img{
		width: 20%;
	}
	.six-reading p.con{
		font-size: 24px;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.six-reading a.obtain-btn{
		margin-bottom: 2rem;
	}
	.media_video p.h3{
		font-size: 1.2rem;
	}
	.media_video p.h5{
		font-size: 1rem;
	}
	.grow-up{
		margin-top: 0;
	}
	.grow-up .row{
		margin-top:0;
	}
	.paralasic{
		min-height:auto;
	}
	.childrens h2.h1{
		padding-top: 0;
	}
	.childrens .row{
		margin-top: 0;
	}
	.parents h2.h1{
		padding-top: 1rem;
	}
	.ladder img {
	    width: 100%;
	}
	.originator{
		display: none;
	}
	.promise h2.h1{
		padding-top: 1rem;
	}
	.promise .row{
		margin-top: 0!important;
	}
	.promise ul li {
		width: 50%;
	}
	.promise .promise_con{
		font-size: 14px;
		text-align: left;
	}
	.links ul.linkimg li {
		width: 50%;
	}
	.links .influence img{
		margin-bottom: 5%;
	}
	.links ul.linkimg {
		margin: 0 3% 2%;
	}
	.links ul.linkimg li img{
		width: 96%;
	}
	footer .info-all{
		display: none;
		padding: 5px 30px;
	}
	a.obtain-btn{
		height: 45px;
		font-size: 16px;
		line-height: 45px;
		border-radius: 10px;
		margin-top: 20px!important;
	}
	.float-footer {
		display: none;
		height: 0;
		overflow: hidden;
	}
	.float-footer .section-bottom.fixed{
		position: relative;
		display: none;
	}
	.scroll-top-fixed-img{
		display: none;
	}
	.modal-title{
		font-size: 18px;
	}
}