@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;
	}
}
.banner{
    width:100%;
    height:249px;
    color:#fff;
    text-align:center;
    background:url('../images/banner.jpg') center center/cover;
}
.banner h1{
    padding-top:80px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size:36px;
}
.banner p{
    font-size:20px;
    font-weight:100;
}

/* list start */
.list{
	width:1200px;
	margin: auto;
}
.list .list-ul{
	margin:30px auto;
	overflow:hidden;
}
.list .list-ul li{
	width:580px;
	background:#fff;
	margin:10px;
	padding:10px;
}
.list .list-ul li .spec-top{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
.list .list-ul li a{
	color:#424242;
}
.list .list-ul li .spec-top .pic{
	width:225px;
	height:136px;
	overflow:hidden;
}
.list .list-ul li .spec-top .pic img{
	width:100%;
	height:100%;
}
.list .list-ul li .spec-top .pic:hover{
	opacity:.8;
}
.list .list-ul li .spec-top .info{
	width:290px;
	height:136px;
	overflow:hidden;
}
.list .list-ul li .spec-top .info h2{
	font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: normal;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list .list-ul li .spec-top .info > p{
	line-height: 24px;
    font-size: 12px;
    color: #999;
    height: 48px;
    overflow: hidden;
    margin: 8px 0;
}
.list .list-ul li .spec-top .info div.fl{
	color:#999;
	line-height:1;
	font-size:12px;
}
.list .list-ul li .spec-top .info div.fl h4{
	font-size:20px;
	font-weight:normal;
	color:#ff4a56;
	margin-bottom:6px;
}
.list .list-ul li .spec-top .info .line{
	width:1px;
	height:20px;
	background:#ddd;
	margin:9px 20px;
}
.list .list-ul li .spec-top .info > a{
	line-height:1;
	margin-top:26px;
	color:#00baf2;
}
.list .list-ul li .spec-top .info a:hover{
	color:#000;
}
.list .list-ul li .spec-bottom{
	height:90px;
}
.list .list-ul li .spec-bottom a{
	display: block;
    padding-left: 15px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    background: url(../images/tips3.png) no-repeat left center;
}
.list .list-ul li .spec-bottom a:hover{
	color:#000;
}
@media (max-width:570px){
	.list{
		width:100%;
	}
	.list .list-ul{
		margin:0px auto;
	}
	.list .list-ul li{
	    width:100%;
	    background:#fff;
	    padding:10px;
	    margin:0;
	}
	.list .list-ul li .spec-top .pic {
	    width: 160px;
	    height: 93px;
	}
	.list .list-ul li .spec-top {
	    padding-bottom: 0px;
	    margin-bottom:0px;
	}
	.list .list-ul li .spec-top .info {
	    width: 190px;
	    height: 136px;
	    overflow: hidden;
	    margin: 0 10px;
	    float:right;
	}
	.list .list-ul li .spec-top .info h2 {
	    font-size: 14px;
	}
	.list .list-ul li .spec-top .info > p {
	    font-size: 11px;
	}
	.list .list-ul li .spec-top .info div.fl h4 {
	    font-size: 16px;
	}
	.list .list-ul li .spec-top .info > a {
	    font-size:16px;
	    margin-top: 10px;
	}
}
@media (min-width:640px) and (max-width:970px) {
	.list{
		width:100%;
	}
	.list .list-ul{
		margin:0px auto;
		padding:20px;
	}
	.list .list-ul li{
	    width:50%;
	    background:#fff;
	    padding:10px;
	    margin:0;
	}
	.list .list-ul li .spec-top .pic {
	    width: 100%;
	    height: 0%;
	}
	.list .list-ul li .spec-top {
	    padding-bottom: 0px;
	    margin-bottom:0px;
	}
	.list .list-ul li .spec-top .info {
	    width: 98%;
	    height: 136px;
	    overflow: hidden;
	    margin: 0 10px;
	    float:left;
	}
	.list .list-ul li .spec-top .info h2 {
	    font-size: 14px;
	}
	.list .list-ul li .spec-top .info > p {
	    font-size: 11px;
	}
	.list .list-ul li .spec-top .info div.fl h4 {
	    font-size: 16px;
	}
	.list .list-ul li .spec-top .info > a {
	    font-size:16px;
	    margin-top: 10px;
	}
}