@charset "utf-8";

/* 横幅、登录、登录成功 */
.banner-1{
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.banner-1 img{
	width: 100%;
	float: left;
}
.login-box{
	width: 1200px;
	margin: 0 calc((100% - 1200px) / 2);
	height: 100%;
	position: absolute;
}
.login{
	position: absolute;
	width: 25%;
	background: #FFFFFF;
	right: 0;
	height: 80%;
	top: 10%;
	display: flex;
	flex-direction: column;
}
.login-1{
	display: flex;
	flex-direction: column;
	padding: 25px;
	justify-content: space-around;
	height: calc(100% - 50px);
}
.login-1 strong{
	font-size: 18pt;
	font-weight: 500;
	text-align: center;
}
.login-user{
	height: 36px;
	padding-left: 10px;
}
.login-pwd{
	height: 36px;
	padding-left: 10px;
}
.login-tip{
	display: flex;
	flex-direction: row;
	font-size: 10pt;
	justify-content: space-between;
}
.login-tip span{
	display: flex;
}
.login-tip span input{
	margin: 3px;
}
.login-tip a{
	text-decoration: none;
	color: #000000;
}
.login-sbt{
	height: 36px;
	font-size: 12pt;
	border: 0;
	background: #FF8800;
	cursor: pointer;
}
.login-reg{
	font-size: 10pt;
	text-align: center;
}
.login-reg a{
	text-decoration: none;
}
.login-2{
	padding: 20px 20px 0;
}
.login-2 img{
	width: 80px;
}
.login-2-1{
	display: flex;
	flex-direction: column;
	margin-left: 10px;
	float: left;
    width: calc(100% - 90px);
}
.login-2-1 label{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.login-2-1 label strong{
	font-size: larger;
	font-weight: normal;
}
.login-2-1 label span{
	margin-left: 10px;
	margin-top: 1.5px;
	color: #FFFFFF;
	background: #FE8800;
	padding: 0 5px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.login-2-2{
	width: calc(100% - 90px);
	float: left;
	margin-left: 10px;
	display: flex;
	flex-direction: column;
	margin-top: 9px;
}
.login-2-2 span{
	display: flex;
	flex-direction: row;
}
.login-2-2 span b{
	color: #000000;
	font-weight: normal;
}
.login-3{
	padding: 0 20px;
	display: flex;
	flex-direction: row;
}
.login-3 label{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.login-3 label span{
	
}
.login-3 label b{
	font-weight: normal;
}
.login-4{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 0 20px;
}
.login-4 label{
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.login-4 label a{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #000000;
}
.login-4 label a img{
	width: 24px;
	height: 24px;
	float: none;
}
.login-4 label a span{
	
}
.login-5{
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.login-5 button{
	text-decoration: none;
	color: #83827E;
	border: 0;
	background: #FFFFFF;
	cursor: pointer;
}
.login-6{
	padding: 20px 20px 0;
    justify-content: center;
	display: flex;
	align-items: center;
}
.login-6 span{
	margin: 0 15px;
	text-align: center;
}
.login-6 img{
	width: 50%;
}
.login-7{
	padding: 0 20px;
	text-align: center;
}
.login-7 span{
	
}
.login-8{
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.login-8 button{
	text-decoration: none;
	color: #83827E;
	border: 0;
	background: #FFFFFF;
	cursor: pointer;
}

/* 视频、新闻 */
.new{
	clear: both;
	display: flex;
	margin-bottom: 15px;
}
.new-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.new-video{
	width: 580px;
	height: 326px;
}
.new-video img{
	
}
.new-list{
	width: 580px;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
}
.new-list img{
	width: 580px;
	height: 126px;
}
.new-list strong{
	margin: 10px;
	font-size: 18pt;
	text-align: center;
}
.new-list ul{
	margin: 16px 20px;
	padding: 0;
	list-style-type: none;
	height: 168px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
}
.new-list ul li{
	
}
.new-list ul li span{
	margin-right: 10px;
}
.new-list ul li a{
	text-decoration: none;
	color: #000000;
}

/* 实验课堂 */
.experiment{
	margin-bottom: 15px;
}
.experiment-box{
	
}
.experiment-tit{
	height: 30px;
	display: flex;
	line-height: 30px
}
.experiment-tit label{
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	width: 120px;
	text-align: center;
	cursor: pointer;
}
.experiment-tit label span{
	
}
.experiment-tit label a{
	text-decoration: none;
	color: #FFFFFF;
}
.experiment-list{
	background: #FFFFFF;
	padding: 10px;
	height: 608px;
}
.experiment-list ul{
	margin: 0;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
}
.experiment-list ul li{
	list-style-type: none;
	margin: 10px 5px;
	width: 278px;
	height: 282px;
	display: flex;
	flex-direction: column;
	border: 1px solid #EAEAEA;
}
.experiment-list ul li a{
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.experiment-list ul li a img{
	width: 278px;
	height: 208px;
}
.experiment-list ul li a strong{
	font-size: 15px;
	margin: 10px 0;
	text-align: center;
	color: #000000;
}
.experiment-list ul li a span{
	color: #A8A8A8;
	margin-bottom: 10px;
	text-align: center
}

/* 注册报名 */
.banner-2{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.banner-2 img{
	width: 100%;
	float: left;
}

/* 课程 */
.course{
	clear: both;
	margin-bottom: 15px;
}
.course-tit{
	height: 30px;
	display: flex;
	line-height: 30px
}
.course-tit label{
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
.course-tit label span{
	
}
.course-tit label a{
	text-decoration: none;
	color: #FFFFFF;
}
.course-list{
	background: #FFFFFF;
	flex-direction: row;
	display: flex;
	padding: 10px;
	height: 223px;
}
.course-list-box{
	width: 216px;
	height: 203px;
	margin: 10px;
	text-decoration: none;
	color: #000000;
}
.course-list-t{
	display: flex;
	flex-direction: column;
	width: 160px;
	padding-left: 46px;
	height: 142px;
	margin: 10px 0;
	align-items: flex-end;
	justify-content: space-between;
}
.course-list-t b{
	font-size: 20px;
	color: #FFFFFF;
}
.course-list-t strong{
	font-size: 12px;
	color: #FFFFFF;
	width: 100px;
	text-align: right;
}
.course-list-t span{
	font-size: 14px;
	padding: 5px 10px;
	background: #778899;
	width: 48px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	height: 20px;
}
.course-list-t label{
	background: #000000;
	color: #FFFFFF;
	padding: 0 3px;
}
.course-list-b{
	height: 40px;
	line-height: 40px;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #cccccc;
	border-top: 0;
}
.course-list-b span{
	
}
.course-list-box-bg-yw{
	background: url(../images/study/icon-study-yw.jpg) no-repeat;
}
.course-list-box-bg-sx{
	background: url(../images/study/icon-study-sx.jpg) no-repeat;
}
.course-list-box-bg-yy{
	background: url(../images/study/icon-study-yy.jpg) no-repeat;
}
.course-list-box-bg-wl{
	background: url(../images/study/icon-study-wl.jpg) no-repeat;
}
.course-list-box-bg-hx{
	background: url(../images/study/icon-study-hx.jpg) no-repeat;
}
.course-list-box-bg-sw{
	background: url(../images/study/icon-study-sw.jpg) no-repeat;
}
.course-list-box-bg-ls{
	background: url(../images/study/icon-study-ls.jpg) no-repeat;
}
.course-list-box-bg-dl{
	background: url(../images/study/icon-study-dl.jpg) no-repeat;
}
.course-list-box-bg-zz{
	background: url(../images/study/icon-study-zz.jpg) no-repeat;
}
.course-list-box-bg-sh{
	background: url(../images/study/icon-study-sh.jpg) no-repeat;
}

/* 名师简介 */
.famous{
	/* background-image: url("../images/icon-famous-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	clear: both;
}
.famous-box{
	display: flex;
	flex-direction: column;
}
.famous-tit{
	display: flex;
	flex-direction: row;
	font-size: 17pt;
	padding: 20px;
}
.famous-tit strong{
	color: #54AA84;
}
.famous-tit a{
	color: #54AA84;
	text-decoration: none;
	margin-left: 10px;
}
.famous-list{
	display: flex;
	padding: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}
.famous-list a img{
	width: 1180px;
	display: flex;
}
.famous-list-box{
	width: 216px;
	margin: 10px;
}
.famous-list-box a{
	display: flex;
	align-items: baseline;
}
.famous-list-box a img{
	width: 216px;
}
.famous-list-t a{
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	align-items: center;
	padding: 25px 0;
	text-decoration: none;
}
.famous-list-t a img{
	width: 132px;
	height: 132px;
}
.famous-list-t a strong{
	font-size: 15pt;
	margin: 10px 0;
	color: #697882;
}
.famous-list-t a span{
	font-size: 13pt;
	padding: 10px 0 20px;
	border-bottom: 1px solid #E0E4E7;
	width: 80%;
	text-align: center;
	color: #BBC4CD;
}
.famous-list-t a div{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin-top: 20px;
}
.famous-list-t a div label{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 10px;
	align-items: center;
}
.famous-list-t a div label img{
	width: 30px;
	height: 30px;
}
.famous-list-t a div label font{
	
}
.famous-list-b{
    background: #6A7883;
    padding: 15px;
    text-align: center;
    height: 210px;
    text-decoration: none;
}
.famous-list-b a{
	text-decoration: none;
}
.famous-list-b a span{
	font-size: 12pt;
	color: #FFFFFF;
}

/* 产品特色 */
.feature{
	/* background-image: url("../images/icon-feature-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%; */
}
.feature-box{
	display: flex;
	flex-direction: column;
}
.feature-tit{
	display: flex;
	flex-direction: row;
	font-size: 17pt;
	padding: 20px;
}
.feature-tit strong{
	color: #54AA84;
}
.feature-list{
	display: flex;
	padding: 10px;
	flex-direction: row;
}
.feature-list a{
	width: 216px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	text-decoration: none;
}
.feature-list a label{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 216px;
	align-items: center;
	background: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
}
.feature-list a label span{
	width: 127px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #72818C;
}
.feature-list a label img{
	width: 127px;
	height: 127px;
	cursor: pointer;
}
.feature-list a strong{
	font-size: 15pt;
	color: #72818C;
	width: 60%;
	margin: 20px 20%;
	text-align: center;
}

/* 使用见证者 */
.use{
	padding-bottom: 20px;
	/* background-image: url("../images/icon-use-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%; */
}
.use-box{
	display: flex;
	flex-direction: column;
}
.use-tit{
	display: flex;
	flex-direction: row;
	font-size: 17pt;
	padding: 20px;
}
.use-tit strong{
	color: #54AA84;
}
.use-list{
	background: #FFFFFF;
	margin: 0 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.use-list span{
	
}
.use-list label{
	
}
.use-list label img{
	width: 898px;
	height: 214px;
}

/* 通用 */
.center .tit-c-active{
	background: #FFFFFF;
	color: #93CDA5;
}
.tit-c-1{
	background: #53AE69;
}
.tit-c-2{
	background: #229FCD;
}
.tit-c-3{
	background: #E85280;
}
.tit-c-last{
	background: #EE8D63;
}

.qrcode{
	display: flex;
	flex-direction: column;
	width: 150px;
}
.qrcode span{
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}
.qrcode img{
	width: 150px;
	height: 150px;
}