@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: "微软雅黑";
}

div,
ul,
li {
	margin: 0;
}

html,
body,
div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
body{
	background:#f5f5f5;
}
header,
footer,
section,
nav {
	display: block;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
.clear{
	clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.m-nav-show .m-mask {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	overflow: hidden;
}

.m-navbar {
	margin: 0 0;
	position: fixed;
	top: 0;
	left: -70%;
	bottom: 0;
	height: 100%;
	background-color: #293038;
	text-align: left;
	padding: 0;
	line-height: 32px;
	font-size: 16px;
	width: 70%;
	z-index: 9999;
	display: block;
	overflow-y: auto;
	-webkit-transition: left 0.68s;
	-moz-transition: left 0.68s;
	-ms-transition: left 0.68s;
	-o-transition: left 0.68s;
	transition: left 0.68s;
}

.m-nav-show .m-navbar {
	left: 0;
}

.navto-search-m {
	padding: 10px;
	cursor: pointer;
	display: none;
	margin-top: -10px;
	margin-right: 10px;
}

.site-search {
	z-index: 98;
	top: -160px;
}

.search-on .site-search {
	top: 0;
}

.site-search-form {
	padding: 15px 0;
}

@media (max-width: 640px) {
	.search-on .site-search {
		top: 0px;
	}
	div.banner{
	    width:100%;
	    height:149px;
	    color:#fff;
	}
	div.banner h1{
		margin:0;
	    padding-top:35px;
	    padding-bottom: 5px;
	    font-weight: 400;
	    font-size:24px;
	}
	div.banner p{
	    font-size:14px;
	    font-weight:100;
	}
}

.navto-search-m i {
	color: #FFFFFF;
}

.swiper-container {
	position: relative;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5%;
	width: 100%;
	z-index: 9;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px #555 inset;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}

.swiper-active-switch {
	width: 20px;
}

.clearFix:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.container.moudleBox {
	padding-top: 10px;
}

html {
	padding-top: 66px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #3A90C3 no-repeat center center;
	background-size: 100% 100%;
	padding: 15px 0;
	margin-bottom: 0;
}

.header .brand {
	color: rgba(255, 255, 255, 0.8);
	border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.header .site-navbar {
	margin-top: 4px;
}

.header .site-nav li.current-menu-item>a,
.header .site-nav li.current-menu-parent>a {
	color: #ffc000;
}

.header .site-navbar a {
	color: #FFFFFF;
}

.header .site-navbar .sub-menu a {
	color: #666;
}

.header .navto-search {
	border-radius: 8px;
	overflow: hidden;
	margin-top: -2px;
}

.header .navto-search .search-btn .fa {
	color: #cecece;
}

.header .navto-search .search-input {
	height: 30px;
	outline: none;
	width: 180px;
	border: 0;
	border-radius: 0;
}


/*.search-input:focus{
	border: 0;
}*/

.header .navto-search .search-btn {
	height: 30px;
	background: #ffffff;
	outline: none;
	width: 30px;
	padding: 0;
}

.header .search-btn:hover,
.header .search-btn:focus {
	opacity: 1;
}

.subHeader {
	background: #e8e9ee;
	line-height: 50px;
}

.subHeader ul {
	float: left;
}

.subHeader ul li {
	float: left;
}

.subHeader ul li a {
	margin-left: 50px;
	position: relative;
}

.subHeader ul li a:hover {
	color: #ffc000;
}

.subHeader ul li img {
	position: absolute;
	right: -21px;
	top: -9px;
	height: 15px;
}

.subHeader .subRight {
	float: right;
	margin-right: 30px;
}

.subHeader .subRight img {
	float: left;
	height: 22px;
	margin-top: 13px;
	margin-right: -10px;
}

.header .container:after,
.subHeader:after,
.subHeader ul:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.bannerBox {
	overflow: hidden;
	position: relative;
}

.bannerBox .swiper-container .swiper-slide {
	display: block;
}

.bannerBox .swiper-container .swiper-slide img {
	width: 100%;
	height: 450px;
	display: block;
}

.bannerBox .classify_container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.bannerBox .classify_container .classify_l {
	width: 280px;
	height: 450px;
	position: absolute;
	left: 25px;
	top: 0;
	background: rgba(8, 10, 26, 0.8);
	z-index: 10;
	padding-bottom: 2%;
}

.bannerBox .classify_container .classify_con {
	height: 100%;
}

.bannerBox .classify_container .classify_l .classify_cList {
	padding: 11px 20px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
}

.bannerBox .classify_container .classify_l .classify_cList:hover h3 a {
	color: #424242;
}

.bannerBox .classify_container .classify_l .classify_cList:hover h3 i {
	background: #b9b6b6;
}

.bannerBox .classify_container .classify_l .classify_cList h3 a {
	color: #fff;
}

.bannerBox .classify_container .classify_l .classify_cList h3 a:hover,
.bannerBox .classify_container .classify_l .classify_cList .secondlist a:hover {
	color: #00a4f1;
}

.bannerBox .classify_container .classify_l .classify_cList i {
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 2px;
	background: #fff;
}

.bannerBox .classify_container .classify_l .classify_cList i:last-child {
	display: none;
}

.bannerBox .classify_container .classify_l .classify_cList .secondlist {
	margin: 0;
}

.bannerBox .classify_container .classify_l .classify_cList .secondlist a {
	color: #8b8f95;
	font-size: 12px;
	padding-right: 10px;
}

.bannerBox .classify_container .classify_l .classify_cList h3 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

.bannerBox .classify_container .classify_l .classify_cList span {
	display: none;
	margin: 0 10px;
}

.bannerBox .classify_container .classify_l .classify_cList ul {
	display: none;
	margin: 0;
}

.bannerBox .classify_container .classify_l .classify_cList:hover span,
.bannerBox .classify_container .classify_l .classify_cList:hover ul {
	display: inline-block;
}

.classify_cList:hover {
	background: #fff;
}

.classify_cList:hover .showItem_con {
	display: block;
}

.showItem_con {
	display: none;
	position: absolute;
	left: 280px;
	top: 0;
	z-index: 200;
	width: 500px;
	height: 450px;
	color: #fff;
	background: #fff;
	padding-left: 40px;
}

.showItem_con dl {
	height: 100%;
	margin: 0;
	font-size: 14px;
}

.showItem_con dl dt {
	padding-top: 10px;
	color: #333;
}

.showItem_con dl dd {
	padding: 10px 0 20px 0;
	margin: 0;
}

.showItem_con dl dd a {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 4px;
	color: #8b8f95;
	position: relative;
}

.showItem_con dl dd a:hover {
	color: #00a4f1;
}



.mbNav {
	width: 90%;
	margin: 2em auto;
	border-bottom: 1px #ddd solid;
	overflow: auto;
	white-space: nowrap;
}

.mbNav a {
	display: inline-block;
	text-align: center;
	font-size: 1.6em;
	padding: 1em 1em;
	color: #767676;
	font-weight: bold;
}

.mbNav a.on {
	color: #46a3d2;
	border-bottom: 0.1em #46a3d2 solid;
}

.title {
	position: relative;
	text-align: center;
	height: auto;
}

.title span {
	text-align: center;
	display: inline-block;
	position: relative;
	color: #00a4f1;
	font-size: 26px;
	padding: 0 1.4em;
	font-weight: normal;
}

.title span:before {
	content: "";
	display: inline-block;
	color: #00a4f1;
	width: 29px;
	height: 14px;
	background: url(../img/title_right.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 6px;

}

.title span:after {
	content: "";
	display: inline-block;
	color: #00a4f1;
	width: 29px;
	height: 14px;
	background: url(../img/title_left.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 6px;
}

.title p {
	color: #767676;
	font-size: 1em;
}

.title a {
	font-size: 14px;
	color: #ef810f;
	position: absolute;
	right: 3%;
	top: 10px;
}

.swipeBox {
	padding: 0 20px;
	position: relative;
}

.swipeBox .arrow-left {
	left: 0px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.swipeBox .arrow-left img {
	width: 20px;
}

.swipeBox .arrow-right {
	right: 0px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.swipeBox .arrow-right img {
	width: 20px;
}

.course .category {
	text-align: center;
	font-size: 18px;
	padding: 20px 10px;
}

.course .category span {
	padding: 0 20px;
	color: #666666;
	cursor: pointer;
}

.course .category span.on {
	color: #00a4f1;
}

.course ul li {
	background: #fff;
	width: 18.6%;
	margin: 1% 0.5%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e4e4e4;
}

.course ul li img {
	display: block;
	width: 100%;
}

.course ul li .imgBox {
	position: relative;
}

.course ul li .imgBox:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background: url(../img/videoBtn1.png) no-repeat center center;
}

.course ul li section {
	padding: 0 1em 2em;
}

.course ul li section h3 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	overflow: hidden;
}

.course ul li section .info {
	overflow: hidden;
	color: #737778;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	min-height: 37px;
}

.course ul li section .info p {
	margin: 0;
	line-height: 1.3;
}

.course ul li section .info p:nth-of-type(2) {
	height: 36px;
	overflow: hidden;
}

.course ul li section .priceBox {
	color: #ef810f;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.course ul li section .priceBox span:first-child {
	display: inline-block;
	min-width: 50px;
	margin-right: 10px;
}

.course ul li section .time {
	text-align: right;
	color: #999999;
	font-size: 14px;
}

.course ul li:hover .imgBox:after {
	background: url(../img/videoBtn2.png) no-repeat center center;
}

.speakers .speakerSwipeBox {
	position: relative;
}

.speakers .arrow-left {
	left: 0px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.speakers .arrow-left img {
	width: 20px
}

.speakers .arrow-right {
	right: 0px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.speakers .arrow-right img {
	width: 20px;
}

.speakers ul li {
	display: inline-block;
	vertical-align: top;
	width: 17%;
	margin: 1% 1.3%;
	padding: 0 1em;
}

.speakers ul li img {
	width: 100%;
	border: 2px solid #b3d0e2;
	border-radius: 100%;
	padding: 0.2em;
}

.speakers ul li p {
	text-align: center;
	color: #333333;
}

.speakers ul li .name {
	font-size: 18px;
}

.speakers ul li .position {
	font-size: 14px;
}

footer {
	background: #181824;
	text-align: center;
	line-height: 20px;
	color: #5b5b5f;
	font-size: 12px;
	padding: 20px 0;
}

footer p {
	margin: 0;
}

footer p br {
	display: none;
}

.swipeBox3 img {
	width: 20%;
}

.zl-scrollBarBox {
	height: 100%;
	position: absolute;
	background: #f3f3f3
}

.zl-scrollBar {
	position: absolute;
	left: 0;
	top: 0;
	background: #848484;
	transition: background .3s
}

.zl-scrollBar.zl-verticalBar {
	min-height: 10px
}

.zl-scrollBar.zl-horizontalBar {
	min-width: 10px
}

.zl-scrollBar:hover {
	background: #000
}

.zl-scrollContentDiv {
	position: relative!important;
	width: 100%!important;
	height: 100%!important;
	padding: 0!important;
	margin: 0!important;
	top: 0;
	left: 0
}

.categoryswipeBox .swipeBox {
	display: none;
}

.categoryswipeBox .swipeBox:nth-of-type(1) {
	display: block;
}

.m-icon-nav {
	color: #fff;
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.header .brand {
		display: none;
	}
	.m-icon-nav {
		font-size: 22px;
	}
}

@media (max-width: 970px) {
	.container {
		width: 100%;
	}
	.m-icon-nav {
		display: block;
		position: absolute;
		top: -15px;
		left: 0;
		font-size: 22px;
		padding: 21px 22px 13px 15px;
		color: #fff;
		cursor: pointer;
	}
	.site-navbar {
		position: absolute;
		top: 0;
		right: 0;
	}
	.site-navbar li {
		display: none;
	}
	.site-navbar li.navto-search-m {
		display: block;
	}
	.logo {
		float: none;
	}
	.logo img {
		margin: 0 auto;
		height: 24px;
	}
	html {
		padding-top: 55px;
	}
}

@media (max-width: 775px) {
	.classify_container {
		display: none;
	}
	.bannerBox .swiper-container .swiper-slide img {
		height: auto;
	}
}

@media (max-width: 690px) {
	.subHeader ul li a {
		margin-left: 15px;
	}
}

@media (max-width: 500px) {
	.subRight {
		display: none;
	}
}

.m-category {
	display: none;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.course ul li {
		width: 100%;
	}
	.course ul li {
		border: 0;
		background: none;
		margin-bottom: 10px;
	}
	.course ul li section .info {
		margin-bottom: 0;
	}
	.course ul li .imgBox {
		position: relative;
		width: 39%;
		margin-right: 3%;
		float: left;
		border-radius: 6px;
		overflow: hidden;
	}
	.course ul li section h3 {
		font-size: 14px;
		line-height: 1.2;
		height: 33px;
		margin: 0 0 4px 0;
	}
	.course ul li section .info p {
		font-size: 10px;
		float: left;
	}
	.course ul li section .info p:first-child {
		margin-right: 10px;
	}
	.course ul li section {
		width: 58%;
		float: left;
		padding: 0;
	}
	.course ul li section .info,
	.course ul li section .info p:nth-of-type(2) {
		height: auto;
		min-height: auto;
	}
	.course ul li section .priceBox {
		font-size: 14px;
	}
	.course ul li .imgBox:after {
		background-size: 66%;
	}
	.course ul li:hover .imgBox:after {
		background: url(../img/videoBtn2.png) no-repeat center center;
		background-size: 66%;
	}
	.title {
		text-align: left;
	}
	.title span {
		font-size: 18px;
	}
	.title span:before,
	.title span:after {
		background-size: 80%;
	}
	.title a {
		top: 6px;
		right: 8%;
	}
	.moudleBox {
		background: #ffffff;
	}
	.swipeBox .arrow-left,
	.swipeBox .arrow-right {
		display: none;
	}
	.bannerBox .pagination {
		padding: 0;
		bottom: 1%;
	}
	.speakers ul li {
		width: 100%;
	}
	.speakers ul li img {
		width: 30%;
		float: left;
		margin: 0 4%;
	}
	.speakers ul li div {
		width: 62%;
		float: left;
	}
	.speakers ul li div p {
		text-align: left;
	}
	.speakers .arrow-right,
	.speakers .arrow-left {
		display: none;
	}
	.speakers ul li .name {
		font-size: 16px;
		margin: 6px 0;
		font-weight: 400;
	}
	.speakers ul li .position {
		margin: 0;
	}
	.category {
		display: none;
	}
	.m-category {
		display: block;
		width: 90%;
		margin-left: 5%;
		background: #f2f2f2;
		outline: 0;
		height: 26px;
		margin-bottom: 10px;
		border: 1px solid #dcdcdc;
	}
}
.speak_top{
	padding:20px 0;
	height:170px;
	background:url('../images/headerBg.png') no-repeat center center;
}
.page{
	width:1200px;
	margin:auto;
	position:relative;
}
.sHead{
	width:110px;
	height:110px;
	margin-right:20px;
	margin-top:10px;
}
.sHead img{
	display: block;
    border-radius: 55px;
    background: #EEE;
    height: 100%;
    width: 100%;
}
.sMain{
	color: #FFF;
    font-size: 12px;
    max-width: 750px;
}
.sMain .name{
	margin-bottom:10px;
	padding-top:5px;
}
.sMain .name h2{
	font-size: 22px;
    font-weight: normal;
    line-height: 1;
}
.sMain p{
	line-height: 24px;
    height: 44px;
    overflow: hidden;
}
.sMain .num{
	width:170px;
	background: url('../images/bg50.png');
    overflow: hidden;
    padding: 5px 0px;
    height:30px;
}
.sMain .num p{
	margin:0 10px;
	float:left;
	font-size:12px;
	color:#fff;
	line-height:20px;
	height:100%;
}
.classList{
	width:1200px;
	margin:20px auto;
	overflow:hidden;
}
.classList .title{
	border-bottom: 1px solid #DDD;
    line-height: 40px;
    font-size: 16px;
    color:#424242;
}
.classList .item{
	width:224px;
	margin:8px;
	float:left;
}
.classList .item:hover{
	box-shadow: 0px 0px 4px #BBB;
}
.classList .item .pic{
	width:224px;
	height:134px;
	overflow:hidden;
	position:relative;
}
.classList .item .pic .labels{
	position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(7,17,24,.4);
    border-radius: 14px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    padding: 0 8px;
    font-size: 12px;
}






.classList .item .pic a{
	color:#424242;
}
.classList .item .pic a img{
	display:block;
	width:100%;
	background:#eee;
	height: 130px;
}
.classList .item .main{
	padding:10px;
	color:#818181;
}
.classList .item .main h3{
	line-height: 20px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 25px;
}
.classList .item .main h3 a{
	color:#424242;
}
@media (max-width:768px){
	.header{
		width:100%;
	}
	.classList{
		width:100%;
	}
}