﻿@charset "utf-8";
/* CSS Document */
body, html {
	margin:0;
	padding:0;
	background:#f5fafd;
	letter-spacing:1px;
}
table {
	border-collapse:collapse;
}
html {
	overflow-y:scroll;
}
body {
	font-size:15px;
	font-family:"Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	-webkit-text-size-adjust:none;
}
dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, textarea, ul {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:none;
}
input, select, textarea {
	outline:0;
	resize:none;
}
a:link, a:visited {
	color:#282828;
	text-decoration:none;
}
a:hover {
	color:green;
}
::selection {
background:#1E90FF;
}
::-moz-selection {
background:#1E90FF;
}
.clearfix::after {
clear:both;
display:block;
visibility:hidden;
height:0;
content:"";
}
[v-cloak] {
display:none!important;
}
.clear {
	clear:both;
}

/*
.top {
	width:100%;
	height:140px;
	overflow:hidden;
}
.top_content {
	width:1500px;
	height:140px;
	margin:0px auto;
}
.top_content .logo {
	width:285px;
	height:105px;
	margin-top:17px;
	float:left;
}
.top_content .slogan {
	width:300px;
	height:72px;
	margin-top:34px;
	float:left;
	margin-left:75px;
}
.top_content .nav {
	width:730px;
	height:30px;
	float:right;
	margin-top:50px;
}
.top_content .nav a {padding:0px 8px;}
.top_content .nav_border {border-left:2px solid #343434;} */




/* slide */
.slide-main {
	height:500px;
	position:relative;
}
.prev, .next {
	display:block;
	width:44px;
	height:44px;
	position:absolute;
	z-index:222;
	top:220px;
	overflow:hidden;
	cursor:pointer;
	opacity:0.6;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	_border:1px solid none;
}
.prev {
	left:70px;
}
.next {
	right:70px;
}
.prev:hover, .next:hover, .nav-main a:hover, .nav-main a.cur {
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
.item {
	display:block;
	width:100%;
	height:5px;
	position:absolute;
	z-index:124;
	top:460px;
	left:0;
	text-align:center;
}
.item a {
	display:inline-block;
	width:24px;
	height:5px;
	margin-right:11px;
	background:#444;
	opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	overflow:hidden;
}
.item a.cur {
	background:#fff;
}
.slide-box, .slide {
	display:block;
	width:100%;
	height:500px;
	overflow:hidden;
}
.slide-box {
	position:relative;
}
.slide {
	display:none;
	width:100%;
	height:auto;
	background:#ff6900;
	position:relative;
	position:absolute;
	z-index:8;
}
#bgstylea {
	background:#ff6900;
}
#bgstyleb {
	background:#193d85;
}
#bgstylec {
	background:#000;
}
.slide a {
	display:block;
	width:100%;
	height:auto;
	cursor:pointer;
}
.slide img{
	width:100%;
	height:auto;
}


@-webkit-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity:1;
	left:50%;
}
}
@-moz-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity:1;
	left:50%;
}
}
@keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity:1;
	left:50%;
}
}
.banAnimate .obj-b {
	display:block;
	animation-name:saAni;
	-webkit-animation:saAni 0.4s linear 0s normal none;
	-moz-animation:saAni 0.4s linear 0s normal none;
	animation:saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
	opacity:1;
	-webkit-transform:scale(1, 1);
}
}
@-moz-keyframes saAni {
from {
opacity:0;
-moz-transform:scale(0, 0);
}
to {
	opacity:1;
	-moz-transform:scale(1, 1);
}
}
@keyframes saAni {
from {
opacity:0;
transform:scale(0, 0);
}
to {
	opacity:1;
	transform:scale(1, 1);
}
}
.watch-code.code-show {
	display:block;
	animation-name:scode;
	-webkit-animation:scode 0.3s linear 0s normal none;
	-moz-animation:scode 0.3s linear 0s normal none;
	animation:scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
from {
opacity:0;
-webkit-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity:1;
	-webkit-transform:scale(1, 1);
	transform-origin: left bottom;
}
}
@-moz-keyframes scode {
from {
opacity:0;
-moz-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity:1;
	-moz-transform:scale(1, 1);
	transform-origin:bottom bottom;
}
}
@keyframes scode {
from {
opacity:0;
transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity:1;
	transform:scale(1, 1);
	transform-origin: left bottom;
}
}
.banAnimate .obj-c, .banAnimate .obj-e {
	display:block;
	animation-name:saAnic;
	-webkit-animation:saAnic 0.3s linear 0s normal none;
	-moz-animation:saAnic 0.3s linear 0s normal none;
	animation:saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity:1;
	left:50%;
}
}
@-moz-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity:1;
	left:50%;
}
}
@keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity:1;
	left:50%;
}
}
.banAnimate .obj-d, .banAnimate .obj-f {
	display:block;
	animation-name:saAnid;
	-webkit-animation:saAnid 0.3s linear 0s normal none;
	-moz-animation:saAnid 0.3s linear 0s normal none;
	animation:saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity:1;
	left:50%;
}
}
@-moz-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity:1;
	left:50%;
}
}
@keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity:1;
	left:50%;
}
}
.class_div {
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.class_intro {
	width:1200px;
	height:auto;
	margin:30px auto;
}
.class_intro_title,.class_hangai_title,.huangpu_title,.tuibian_title,.promise_title,.team_title,.answer_title,.news_title{
	width:1000px;
	height:85px;
	margin:30px auto;
	/*margin:0px auto;*/
	border-bottom:1px solid #404040;
	text-align:center;
}
.huangpu_title,.tuibian_title,.promise_title,.team_title,.answer_title,.news_title{
	margin:40px auto;
	}
.class_intro_content {
	width:100%;
	height:auto;
	overflow:hidden;
}
.class_chu{
	width:353px;
	/*width:283px;*/
	height:auto;
	border:1px solid #404040;
	margin-top:147px;
	margin-right:65px;
	/*margin-right:20px;*/
	float:left;
}
.class_zhong {
	width:353px;
	/*width:283px;*/
	height:auto;
	border:1px solid #404040;
	margin-top:91px;
	margin-right:65px;
	/*margin-right:20px;*/
	float:left;
}
.class_gao, .class_xun {
	width:353px;
	/*width:283px;*/
	height:auto;
	border:1px solid #404040;
	margin-top:35px;
	/*margin-right:20px;*/
	float:left;
}
.class_xun {
	margin-right:0px;
}

/*新加课程列表 - 开始*/
.class_chu1{
	width:353px;
	/*width:283px;*/
	height:auto;
	border:1px solid #404040;
	margin-top:63px;
	/*margin-top:147px;*/
	margin-right:65px;
	/*margin-right:20px;*/
	float:left;
}
.class_zhong1 {
	width:353px;
	/*width:283px;*/
	height:auto;
	border:1px solid #404040;
	margin-top:63px;
	/*margin-top:91px;*/
	margin-right:65px;
	/*margin-right:20px;*/
	float:left;
}
.class_gao1, .class_xun1 {
	width:353px;
	/*width:283px;*/
	height:auto;
	border:1px solid #404040;
	margin-top:35px;
	/*margin-right:20px;*/
	float:left;
}
.class_xun1 {
	margin-right:0px;
}
/*新加课程列表 - 结束*/

.class_chu_title, .class_zhong_title, .class_gao_title, .class_xun_title {
	width:100%;
	height:60px;
	border-bottom:1px solid #404040;
	text-align:center;
}
.class_chu_title {
	background:#818181;
}
.class_zhong_title {
	background:#c8e19d;
}
.class_gao_title {
	background:#38ba72;
}
/*.class_xun_title {
	background:#4aa0f5;
}*/

/*新加课程列表 - 开始*/
.class_chu1_title {
	background:#efbb77;
}
.class_zhong1_title {
	background:#65caeb;
}
.class_gao1_title {
	background:#eb6c65;
}
.class_chu1_title, .class_zhong1_title, .class_gao1_title, .class_xun_title {
	width:100%;
	height:60px;
	border-bottom:1px solid #404040;
	text-align:center;
}
.class_chu1_title p, .class_zhong1_title p, .class_gao1_title p, .class_xun_title p {
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	padding-top:5px;
}
/*新加课程列表 - 结束*/

.class_chu_title p, .class_zhong_title p, .class_gao_title p, .class_xun_title p {
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	padding-top:5px;
}
.class_chu_content, .class_zhong_content, .class_gao_content, .class_xun_content {
	text-align:center;
	margin:20px auto;
}
.class_chu_content span, .class_zhong_content span, .class_gao_content span, .class_xun_content span {
	display:block;
	margin-top:8px;
}
.class_chu_content img, .class_zhong_content img, .class_gao_content img, .class_xun_content img {
	margin-top:12px;
}
.class_hangai_content{
	width:95%;
	height:300px;
	/*height:auto;*/
	/*background:#666;*/
	margin:10px auto;
	}
.class_chuxing,.class_fucong,.class_huahuo,.class_xingwei{
	width:247px;
	height:auto;
	float:left;
	margin-top:20px;
	margin-right:50px;
	text-align:center;
	}
.class_xingwei{
	margin-right:0px;
	}
.class_hangai_content table{
	border-collapse: collapse;
	margin:0 auto;
	text-align: center;
	}
table{
	width:247px;
	}
table th {
	vertical-align:baseline;
	padding:5px 15px 5px 6px;
	background-color:#3F3F3F;
	color:#121212;
	}
.class_chuxing table th{
	background:#6f7a90;
	}
.class_fucong table th{
	background:#f8c23b;
	}
.class_huahuo table th{
	background:#eb6c65;
	}
.class_xingwei table th{
	background:#78a950;
	}
table td {
	vertical-align:text-top;
	padding:6px 15px 6px 6px;
	}
table tr:nth-child(odd) {
	background-color:#e6e6e6;
}

table tr:nth-child(even) {
	background-color:#fff;
}
table a{
	font-weight:bold;
	}
	


.overflow-hide {
	overflow: hidden
}
.col-sm-3 {
	width: 25%;
	float: left;
	position: relative
}
.pavilion-container {
	clear:both;
}

/*tab分类*/
.pavilion-container .pavilion-inner {
	max-width: 100%;
	margin: 0 auto
}
.pavilion-container .pavilion-inner .tabs {
	width:800px;
	height:auto;
	margin:0px auto;
}
.pavilion-container .pavilion-inner .tabs li {
	float: left;
	padding: 0 21px;
	border-radius: 2px;
	line-height: 36px;
	font-size: 16px;
	color: #c9a467;
	letter-spacing: .35px
}
.pavilion-container .pavilion-inner .tabs li {
	margin-left: 21.2667px;
	cursor: pointer
}
.pavilion-container .pavilion-inner .tabs li:first-child {
	margin-left: 0
}
.pavilion-container .pavilion-inner .tabs li.on {
	color: #1c1f36
}

.pavilion-container .pavilion-inner .tabs li>span {
	display: inline-block;
	vertical-align: middle
}
/*tab内容*/
.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 20px;
	height: auto;
}
.pavilion-container .tab-content {
	transition: all .7s linear;
	opacity: 0;
	z-index: -1;
	height: 0;
	width: 100%
}
.pavilion-container .tab-content.show {
	height: auto;
	opacity: 1;
	top: 0;
	z-index: 1;
	margin:20px auto;
}
.pavilion-container .tab-content .col-sm-3 {
	padding: 0 10px
}
.pavilion-container .tab-content .col-sm-3 .tab-card {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	transition: .2s linear
}


.pavilion-container .tab-content .col-sm-3 .tab-card:hover {
	background: #efedd4
}
.tabs{
	width:100%;
	height:auto;
	text-align:center;
	}
.huangpu_pic{
	width:24%;
	height:auto;
	border-radius:2px;
	overflow:hidden;
	text-align:center;
	float:left;
	margin-right:1%;
	}
.huangpu_pic img{
	width:100%;
	height:auto;
	}
.huangpu_pic h6{
	margin:15px auto;
	font-size:15px;
	}
.tuibian_content{
	width:1200px;
	height:auto;
	margin:0px auto;
	}
.tuibian_1,.tuibian_2,.tuibian_3,.tuibian_4{
	width:285px;
	height:auto;
	margin-right:20px;
	float:left;
	text-align:center;
	}
.tuibian_4{
	margin-right:0px;
	}
.tuibian_1{
	background:url(../images/tuibian_1_bg.jpg) top left repeat-x;
	}
.tuibian_2{
	background:url(../images/tuibian_2_bg.jpg) top left repeat-x;
	}
.tuibian_3{
	background:url(../images/tuibian_3_bg.jpg) top left repeat-x;
	}
.tuibian_4{
	background:url(../images/tuibian_4_bg.jpg) top left repeat-x;
	}
.tuibian_1 img,.tuibian_2 img,.tuibian_3 img,.tuibian_4 img{
	width:200px;
	height:200px;
	margin-top:60px;
	margin-bottom:20px;
	}
.tuibian_1 h3{
	color:#6f7a90;
	line-height:38px;
	font-size:22px;
	}
.tuibian_2 h3{
	color:#f8c23b;
	line-height:38px;
	font-size:22px;
	}
.tuibian_3 h3{
	color:#eb6c65;
	line-height:38px;
	font-size:22px;
	}
.tuibian_4 h3{
	color:#78a950;
	line-height:38px;
	font-size:22px;
	}
.tuibian_1 p{
	color:#6f7a90;
	font-size:12px;
	line-height:22px;
	}
.tuibian_2 p{
	color:#f8c23b;
	font-size:12px;
	line-height:22px;
	}
.tuibian_3 p{
	color:#eb6c65;
	font-size:12px;
	line-height:22px;
	}
.tuibian_4 p{
	color:#78a950;
	font-size:12px;
	line-height:22px;
	}
.promise_content{
	width:1200px;
	height:auto;
	margin:0px auto;
	}
.promise_1_left{
	width:600px;
	height:292px;
	float:left;
	}
.promise_1_right{
	width:600px;
	height:292px;
	float:right;
	}
.promise_content h1{
	width:80%;
	height:60px;
	line-height:60px;
	margin-left:13%;
	margin-top:30px;
	color:#46b982;
	font-size:26px;
	padding-left:80px;
	}
.promise_1_h1{
	background:url(../images/icon1.jpg) left center no-repeat;	
	}
.promise_2_h1{
	background:url(../images/icon2.jpg) left center no-repeat;	
	}
.promise_3_h1{
	background:url(../images/icon3.jpg) left center no-repeat;	
	}
.promise_content p{
	width:80%;
	height:auto;
	line-height:24px;
	margin-left:13%;
	margin-top:40px;
	}
.promise_btn{	
	width:209px;
	height:auto;
	margin-left:13%;
	margin-top:40px;
	}
.answer_content{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	max-width:1200px;
	}
.answer_1,.answer_2,.answer_3,.answer_4,.answer_5,.answer_6{
	width:333px;
	height:206px;
	float:left;
	margin-right:100px;
	margin-bottom:30px;
	overflow:hidden;
	border-radius:25px;
	text-align:center;
	}
.answer_1{	
	background:#a8e6cf;
	}
.answer_2{	
	background:#bad7df;
	}
.answer_3{	
	background:#ffe2e2;
	}
.answer_4{	
	background:#ffd3b6;
	}
.answer_5{	
	background:#fdffab;
	}
.answer_6{	
	background:#ffaaa5;
	}
.answer_3,.answer_6{
	margin-right:0px;
	}
.answer_1 h3,.answer_2 h3,.answer_3 h3,.answer_4 h3,.answer_5 h3,.answer_6 h3{
	font-size:22px;
	margin-top:40px;	
	}
.answer_1 span,.answer_2 span,.answer_3 span,.answer_4 span,.answer_5 span,.answer_6 span{
	display:block;
	line-height:40px;
	width:230px;
	margin:0px auto;
	border-bottom:2px solid	#121212;
	}
.answer_content img{
	width:131px;
	height:35px;
	margin:20px auto;
	}
.news_content{	
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	max-width:1200px;
	}
.news_left{
	width:408px;
	height:auto;
	float:left;
	}
.news_content .news_left news_img{
	width:408px;
	height:282px;
	}
.news_content .news_left h2{
	font-size:16px;
	line-height:46px;
	}
.news_content .news_left p{
	font-size:14px;
	}
.news_right{
	width:715px;
	height:auto;
	float:right;
	
	}
.news_content1{
	border-left:2px solid #44ba7e;
	padding-left:15px;
	margin:30px auto;
	}
.news_right h1{
	font-size:22px;
	line-height:38px;
	}
.news_right p{
	line-height:28px;
	padding-bottom:10px;
	}
	

	
.link{
	width:900px;
	height:auto;
	margin:50px auto;
	overflow:hidden;
	}
.link_logo{
	width:150px;
	height:150px;
	float:left;
	}
.link_right{
	width:550px;
	height:auto;
	float:left;
	margin-top:30px;
	margin-left:200px;
	overflow:hidden;
	}
.link_right span{
	display:block;
	line-height:40px;
	font-weight:bold;
	font-size:16px;
	}
.link_right a{
	line-height:30px;
	}
.bottom{
	width:100%;
	height:200px;
	background:#CCC;
	text-align:center;
	overflow:hidden;
	}
.bottom_content{
	width:1000px;
	height:auto;
	margin:50px auto;
	text-align:center;
	}
.bottom p{
	line-height:35px;
	}
.bottom p a{
	border-right:1px solid #ccc;
	padding:0px 10px;
	}























