
/*轮播*/
.swiper-index{
	margin-bottom: 50px;
	background: #fff;
}
.swiper-index .left-text{
	flex-wrap: wrap;
}
.banner-r{
	margin: 54px 0 45px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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;
}
.swiper-index .swiper-pagination-bullet {
    width: 50px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background: #f6f6f6;
    opacity: 1;
    margin: 0 15px !important;
}
.swiper-index .swiper-pagination-bullet-active {
    opacity: 1;
    background: #98cbe2;
}

/*轮播内容*/
.banner-l {
	text-align: left;
	margin: 30px 0;
}
.banner-l h1{
	font-size: 46px;
	color: #353535;
	margin:0 0 55px 0;
}
.banner-l p{
	font-size: 18px;
	color: #353535;
	line-height: 35px;
	margin-bottom: 50px;
}
.banner-l .index-btn a{
	display: inline-block;
	width: 182px;
	height: 52px;
	line-height: 50px;
	background: #009ee7;
	border:1px solid #009ee7;
	font-size: 20px;
	color: #fff;
	transition: .25s;
	border-radius: 30px;
	text-align: center;
	margin:0 30px 30px 0;
}
.banner-l .index-btn a.know{
	border:1px solid #009ee7;
	color: #009ee7;
	background: none;
}
.banner-l .index-btn a:hover{
	box-shadow: 0 0 8px rgba(0, 165, 214, 0.48);
}







/*最新动态*/
.news{
	border-bottom: 1px solid #f2f2f2;
	line-height: 30px;
}
.news-title{
	font-size: 16px;
	color: #353535;
}
.news-title .icon-recta{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../images/new-2.png') no-repeat left center;
	background-size: 18px;
}
.news-title p{
	padding-right: 8px;
	background: url('../images/new-3.png') no-repeat right top;
	background-size: 18px;
}
.news-list ul{
	display: flex;
	justify-content: space-between;
	/*flex-wrap: nowrap;*/
	margin-bottom: 35px;
}
.news-list ul  a{
	display: inline-block;
	width: 30%;
}
.news-list ul li{
	font-size: 14px;
	color: #888;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	background: url('../images/new.png') no-repeat left center;
	background-size: 32px;
	padding-left: 32px;
}
.news-list ul li span{
	padding: 0 10px;
	margin-right: 10px;
	border-right: 1px solid #888888;
}
.news-list ul li:hover{
	color: #009fe8;
}
.news-list ul li:hover span{
	border-right: 1px solid #009fe8;
}
.more{
	font-size: 14px;
	color: #888;
	background: url('../images/right.png') no-repeat right center;
	background-size: 8px;
	padding-right: 14px;
	display: block;
}
.more2{
	font-size: 14px;
	color: #888;
	background: url('../images/right.png') no-repeat right center;
	background-size: 8px;
	padding-right: 14px;
	display: none;
}
.more:hover{
	color: #009fe8;
	background: url('../images/right2.png') no-repeat right center;
	background-size: 8px;
}
.more2:hover{
	color: #009fe8;
	background: url('../images/right2.png') no-repeat right center;
	background-size: 8px;
}


















/*人才培养*/
.modular{
	padding-top: 140px;
}
.culture-title h2{
	font-size: 30px;
	color: #353535;
	padding-bottom: 28px;
	margin-bottom: 20px;
	background: url('../images/title-line.png') no-repeat bottom center;
	background-size: auto;
}
.culture-title p{
	font-size: 16px;
	color: #555;
}
.swiper-culture .swiper-pagination{
	position: relative;
	margin: 70px 0;
}
.swiper-culture .swiper-pagination-bullet {
    width: 25%;
    height: 76px;
    line-height: 72px;
    font-size: 18px;
	color: #888;
    display: inline-block;
    opacity: 1;
    border-radius: 0;
    background: none;
    margin: 0 !important;
    outline-style: none;
    position: relative;
}
.swiper-culture .swiper-pagination-bullet:after{
	content: "";
    position: absolute;
    right: 0;
    width:1px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: #e2e2e2;
}
.swiper-culture .swiper-pagination-bullet:last-child:after{
	background: none;
}
.swiper-culture .swiper-pagination-bullet:hover{
	color: #009fe8;
}
.swiper-culture .swiper-pagination-bullet-active {
    opacity: 1;
    background: none;
    color: #fff;
    background: url('../images/swiper-tab.png') no-repeat center center;
	background-size: auto;
}
.swiper-culture .swiper-pagination-bullet-active:hover{
	color: #fff;
}
.cul-text{
	text-align: left;
	padding-left: 5%;
}
.cul-text h3{
	font-size: 24px;
	color: #353535;
	margin-bottom:40px;
}
.cul-text .text{
	font-size:16px;
	color: #888888;
	line-height: 36px;
	margin:0 0 40px 0;
}
.cul-text .know-more a{
	display: inline-block;
    width: 180px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    transition: .25s;
    text-align: center;
    background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.cul-text .know-more a:hover{
	box-shadow: 0 0 10px rgba(76, 136, 238, 1);
}
.zero .refresh:hover{
	box-shadow: 0 0 15px rgba(76, 136, 238, 1);
}







/*专家*/
.expert{
	position: relative;
	padding: 0 50px;
	margin: 70px 0 65px;
}

.expert .expert-text{
	text-align: left;
	padding: 0 15px;
}
.expert-item{
	transition: .25s;
	border:2px solid #f2f2f2;
}
.expert-item:hover{
	border:2px solid #009fe8;
}
.expert-img{
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.expert-img .icon-play {
    display: inline-block;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/play.png) no-repeat center center;
    background-size: 100%;
}
.expert-img img{
	transition-duration:0.5s;
	width: 100%;
	/*height: 100%;*/
	/*object-fit: cover;*/
}
.expert-item:hover .expert-img img{
    transform: scale(1.15);
    -webkit-transform: scale(1.15); /*Safari 和 Chrome*/
    -moz-transform: scale(1.15); /*Firefox*/
    -ms-transform: scale(1.15); /*IE9*/
    -o-transform: scale(1.15); /*Opera*/
}
.expert-item:hover .subject{
	background:url('../images/expert-bg3.png') no-repeat center 1px;
	background-size: 101% 56px;
}
.expert-text h3{
	font-size: 16px;
	color: #353535;
	margin: 30px 0 15px;
}
.expert-text h3 span{
	margin-right: 20px;
}
.expert-text p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #7a7a7a;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.expert .swiper-button-next,.expert .swiper-container-rtl .swiper-button-prev{
	background:url('../images/right3.png') no-repeat right center;
	background-size: 22px;
	right: 0;
	outline-style: none;
}
.expert .swiper-button-prev,.expert .swiper-container-rtl .swiper-button-next{
	background:url('../images/left.png') no-repeat left center;
	background-size: 22px;
	left: 0;
	outline-style: none;
}

.expert .subject{
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #fff;
	background:url('../images/expert-bg.png') no-repeat center 1px;
	background-size: 101% 56px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.buy-course{
	width: 100%;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 100px;
	transition: .25s;
	background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.buy-course:hover{
	font-size: 17px;
	box-shadow: 0 0 8px rgba(0,165,214,0.48);
}









/*服务保障*/
.guaran{
	background: #f5f5f9;
	padding-top:20px;
}
.service-gua{
	padding:70px 0 45px;
}
.rantee img{
	width: 70px;
}
.rantee h3{
	color: #3d4450;
	font-size: 18px;
	margin:30px  0 20px;
}
.rantee p{
	color: #7c8490;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.service-gua>div:nth-child(2){
	animation-delay: 0.2s;
}
.service-gua>div:nth-child(3){
	animation-delay: 0.4s;
}
.service-gua>div:nth-child(4){
	animation-delay: 0.6s;
}


/*波浪*/
.index_waves {
    background: url('../images/page-index-waves.png') center 0 no-repeat;
}

.wave3 {
	height:427px;
	width:2402px;
	background-position:0 0
}
.wave2 {
	height:427px;
	width:2402px;
	background-position:0 -427px
}
.wave1 {
	height:427px;
	width:2402px;
	background-position:0 -854px
}
@keyframes wave {
	0% {
	-ms-transform:translate(0px,0px);
	-webkit-transform:translate(0px,0px);
	transform:translate(0px,0px)
}
50% {
	-ms-transform:translate(-80px,30px);
	-webkit-transform:translate(-80px,30px);
	transform:translate(-80px,30px)
}
100% {
	-ms-transform:translate(160px,-60px);
	-webkit-transform:translate(160px,-60px);
	transform:translate(160px,-60px)
}
}@-webkit-keyframes wave {
	0% {
	-ms-transform:translate(0px,0px);
	-webkit-transform:translate(0px,0px);
	transform:translate(0px,0px)
}
50% {
	-ms-transform:translate(-80px,30px);
	-webkit-transform:translate(-80px,30px);
	transform:translate(-80px,30px)
}
100% {
	-ms-transform:translate(160px,-60px);
	-webkit-transform:translate(160px,-60px);
	transform:translate(160px,-60px)
}
}.waves {
	position:absolute;
	bottom:-190px;
	height:527px;
	width:100%;
	overflow:hidden
}
.waves>div {
	position:absolute;
	left:-180px;
	bottom:0
}
.waves .wave1,.waves .wave2,.waves .wave3 {
	-webkit-animation:wave 5s ease-in-out alternate infinite;
	animation:wave 5s ease-in-out alternate infinite
}
.waves .wave2 {
	-webkit-animation-delay:.6s;
	animation-delay:.6s
}
.waves .wave3 {
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s
}
.waveContent {
	position:relative;
	background-color:#fff;
	height:230px;
	overflow:hidden
}













/*大咖证言*/
.person-modular{
	padding-top: 70px;
	background:url('../images/person-bg.png') no-repeat top center;
	background-size: 100%;
}
.person-item{
	background: #fff;
	padding: 75px 45px;
	border-radius: 30px;
	box-shadow: 0 0 35px rgba(216, 216, 216, 0.5);
	display: flex;
	margin:40px 40px 86px;
}
.person-item:hover{
	box-shadow: 0 0 35px rgba(0, 159, 232, 0.15);
}
.person-img{
	width: 130px;
	height: 130px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 5%;
}
.person-img img{
	 transition-duration:0.5s;
}
.person-item:hover .person-img img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.person-item:hover .person-text h3 span{
	color: #009fe8;
}
.person-text{
	flex: 1;
	width: 100%;
	text-align: left;
}
.person-text h3{
	font-size: 18px;
	color: #353535;
	margin:0 0 15px;
	line-height: 30px;
}
.person-text h3 span{
	margin-right: 40px;
}
.person-text p{
	font-size: 16px;
	line-height: 30px;
	color: #555555;
}
.person {
	position: relative;
	margin: 30px 0 62px;
}
.swiper-person .swiper-slide{
	background: none;
}
.person .swiper-button-next,.person .swiper-button-prev{
	top: 44%;
}
.person .swiper-container{
	width:auto;
	margin: 0 22px;
}
.person .swiper-button-next,.person .swiper-container-rtl .swiper-button-prev{
	background:url('../images/right3.png') no-repeat right center;
	background-size: 22px;
	right: 0;
	outline-style: none;
}
.person .swiper-button-prev,.person .swiper-container-rtl .swiper-button-next{
	background:url('../images/left.png') no-repeat left center;
	background-size: 22px;
	left: 0;
	outline-style: none;
}

.swiper-person .swiper-pagination-bullet {
    width: 42px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background: #d4f1fe;
    opacity: 1;
    margin: 0 10px !important;
}
.swiper-person .swiper-pagination-bullet-active {
    opacity: 1;
    background: #98cbe2;
}












/*数据*/
.index-data{
	width: 100%;
	height: 226px;
	color: #fff;
	background:url('../images/data-bg.png') no-repeat top center;
	background-size: cover;
}
.index-data .flex{
	height: 226px;
}

.index-data h3{
	font-size: 30px;
	font-weight: lighter;
	font-family: Pingfang SC;
	margin:0 0 20px;
}
.index-data p{
	font-size: 20px;
	font-weight: lighter;
	margin: 0;
}





/*我们服务的企业*/
.business-modular{
	padding-top: 90px;
}
.business{
	margin: 75px 0 45px;
}
.business img{
	border:1px solid #ededef;
	transition: all 0.3s ease 0s;
	 transform: translateY(0);
}
.business img:hover{
	box-shadow: 0 0 13px rgba(0, 159, 232, 0.2);
	transform: translateY(-5px);
}
.business>div{
	margin-bottom: 45px;
}
.business>div:nth-child(2){
	animation-delay: 0.1s;
}
.business>div:nth-child(3){
	animation-delay: 0.2s;
}
.business>div:nth-child(4){
	animation-delay: 0.3s;
}
.business>div:nth-child(5){
	animation-delay: 0.4s;
}
.business>div:nth-child(6){
	animation-delay: 0.5s;
}

.business>div:nth-child(8){
	animation-delay: 0.1s;
}
.business>div:nth-child(9){
	animation-delay: 0.2s;
}
.business>div:nth-child(10){
	animation-delay: 0.3s;
}
.business>div:nth-child(11){
	animation-delay: 0.4s;
}
.business>div:nth-child(12){
	animation-delay: 0.5s;
}







.contact-modular{
	background: #f5f5f9;
	padding-top: 70px;
}
.contact{
	margin-top: 50px;
}
.contact .write-form li{
	padding: 0 20px;
	line-height: 46px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	position: relative;
}
.contact .write-form li.active:after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact .write-form li:after{
	content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #009fe8;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: color .2s,-webkit-transform .2s;
    transition: color .2s,-webkit-transform .2s;
    transition: transform .2s,color .2s;
    transition: transform .2s,color .2s,-webkit-transform .2s;
}
.contact .write-form li p{
	width: 75px;
	margin: 0;
	font-size: 14px;
	color: #888888;
}
.contact .write-form li input{
	flex: 1;
	width: 100%;
	font-size: 14px;
	color: #333;
}
.contact .submit-btn{
	margin: 30px 0 75px;
}
.contact  .submit-btn button{
    display: inline-block;
    width: 230px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    transition: .25s;
    background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.contact  .submit-btn button:hover{
	box-shadow: 0 0 8px rgba(0, 165, 214, 48);
}
.contact-text{
	font-size: 16px;
    color: #7e7e7e;
    margin: 70px 0 30px;
}







/*最新动态*/
.dynamic{
	margin-top: 80px;
    margin-bottom: 50px;
}
.dynamic-left{
	padding-right: 6%;
}
.dyn-right h3{
	font-size: 18px;
	color: #555555;
	margin: 0 0 20px 0;
}
.dyn-item h3:hover {
	color: #009fe8;
}
.dyn-video{
	position: relative;
	overflow: hidden;
	transition-duration:0.5s;
}
.dyn-video:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.dyn-video img{
	transition-duration:0.5s;
}
.dyn-video img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.dyn-video .icon-play{
	display: inline-block;
	width: 58px;
	height: 58px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background:url('../images/play.png') no-repeat center center;
	background-size: 100%;
}


.dyn-more{
	font-size: 18px;
    color: #888;
    background: url(../images/more.png) no-repeat right center;
    background-size: 14px;
    padding-right: 24px;
}
.dyn-more:hover{
    color: #009fe8;
    background: url(../images/moreed.png) no-repeat right center;
    background-size: 14px;
}
.dynamic-tab{
	margin-bottom: 60px;
	border-bottom: 2px solid #c4c4c4;
}
.dynamic-tab ul{
	margin: 0;
}
.dynamic-tab li{
	font-size: 18px;
	color: #555555;
	float: left;
	padding: 0 33px 15px;
	position: relative;
	margin-right: 70px;
	cursor: pointer;
}	
.dynamic-tab li.active{
	color: #009fe8;
}
.dynamic-tab li.active:after{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.dynamic-tab li:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    margin:0 auto;
    width: 100%;
    height: 2px;
    background: #009fe8;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: color .2s,-webkit-transform .2s;
    transition: color .2s,-webkit-transform .2s;
    transition: transform .2s,color .2s;
    transition: transform .2s,color .2s,-webkit-transform .2s;
}
.dynamic-tab li:hover{
	color: #009fe8;
}
/*.dynamic-tab li:hover:after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}*/

.dynamic .dynamic-body{
	display: none;
}
.dynamic .dynamic-body:nth-child(1){
	display: block;
}
.dynamic-body .dyn-item{
    margin-bottom: 30px; 
}
.dynamic-body .dyn-item:nth-child(2n+1) {
   	padding-right: 40px;
}
.dynamic-body .dyn-item:nth-child(2n) {
   	padding-left: 40px;
}
.dynamic-body .dyn-item p{
	margin: 0;
	font-size: 14px;
    color: #888;
    background: url(../images/new.png) no-repeat left center;
    background-size: 32px;
    padding-left: 32px;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.dynamic-body .dyn-item span {
    padding: 0 10px;
    margin-right: 10px;
    border-right: 1px solid #888888;
}
.dynamic-body .dyn-item p:hover{
	color: #009fe8;
}






/*培训系统*/
.system-modular{
	background: #f5f5f9;
	padding-top: 75px;
}
.system-modular .back-none{
	background: none;
}
.system-modular .try-btn{
    margin-top: 85px;
    margin-bottom: 90px;
}
.system{
	padding-top: 70px;
}

@media (max-width: 768px){
/*轮播*/
.banner-l h1 {
    font-size: 26px;
    color: #353535;
    margin: 0 0 20px 0;
}
.banner-l p {
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-l .index-btn a {
    display: inline-block;
    width: 127px;
    height: 40px;
    line-height: 38px;
    background: #009ee7;
    font-size: 16px;
    color: #fff;
    transition: .25s;
    border-radius: 30px;
    text-align: center;
    margin: 0 15px 0 0;
}
.swiper-index .swiper-pagination-bullet {
    width: 10px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background: #f6f6f6;
    opacity: 1;
    margin: 0 5px !important;
}
.swiper-index .swiper-pagination-bullet-active {
    opacity: 1;
    background: #98cbe2;
}

/*最新动态*/
.news-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-list ul li{
	margin-bottom: 10px;
}
.news-list ul a{
	width: 100%;
}


.modular {
    padding-top: 40px;
}
.culture-title h2{
	font-size: 22px;
}
.swiper-culture .swiper-pagination{
	position: relative;
	margin: 30px 0;
}
.swiper-culture .swiper-pagination-bullet {
    font-size: 14px;
}







/*专家*/
.expert {
    position: relative;
    padding: 0 30px;
    margin: 30px 0 30px;
}
.expert .swiper-button-next,.expert .swiper-container-rtl .swiper-button-prev{
	background:url('../images/right3.png') no-repeat right center;
	background-size: 16px;
	right: 0;
	outline-style: none;
}
.expert .swiper-button-prev,.expert .swiper-container-rtl .swiper-button-next{
	background:url('../images/left.png') no-repeat left center;
	background-size: 16px;
	left: 0;
	outline-style: none;
}
.buy-course{
	margin-bottom: 0;
}



/*波浪*/
.waveContent {
    position: relative;
    background-color: #fff;
    height: 200px;
    overflow: hidden;
}
.guaran {
    padding-top: 0px;
}



/*大咖证言*/
.person-item{
	display: block;
    margin: 30px 10px 60px;
    padding: 30px 20px;
    box-shadow: 0 0 10px rgba(216, 216, 216, 0.5);
}
.person .swiper-container{
	margin: 0;
}
.person-img{
	margin: 0 auto 30px;
}
.person .swiper-button-next,.person .swiper-container-rtl .swiper-button-prev{
	background:url('../images/right3.png') no-repeat right center;
	background-size: 16px;
	right: 0;
	outline-style: none;
	display: none;
}
.person .swiper-button-prev,.person .swiper-container-rtl .swiper-button-next{
	background:url('../images/left.png') no-repeat left center;
	background-size: 16px;
	left: 0;
	outline-style: none;
	display: none;
}
.swiper-person .swiper-pagination-bullet {
    width: 20px;
    margin: 0 5px !important;
}








/*数据*/
.index-data{
	width: 100%;
	height:150px;
	color: #fff;
	background:url('../images/data-bg.png') no-repeat top center;
	background-size: cover;
}
.index-data .flex{
	height: 150px;
}

.index-data h3{
	font-size: 15px;
	margin:0 0 10px;
}
.index-data p{
	font-size: 14px;
	font-weight: lighter;
	margin: 0;
}








/*我们服务的企业*/
.business {
    margin: 40px 0 45px;
}
.business>div{
	margin-bottom: 20px;
	padding: 0 8px;
}





/*最新动态*/
.dynamic {
    margin-top: 50px;
    margin-bottom: 50px;
}
.dynamic-tab {
    margin-bottom: 30px;
}
.dynamic-tab li {
    font-size: 15px;
    color: #555555;
    float: left;
    padding: 0 13px 10px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.dyn-more {
    font-size: 15px;
    color: #888;
    background: url(../images/more.png) no-repeat right center;
    background-size: 11px;
    padding-right: 20px;
}
.dynamic-body .dyn-item:nth-child(2n+1) {
   	padding-right: 15px;
}
.dynamic-body .dyn-item:nth-child(2n) {
   	padding-left: 15px;
}
.dynamic-body .dyn-item {
    margin-bottom: 20px;
}
.dynamic-left{
	margin-bottom: 20px;
}







/*培训系统*/
.system-modular .try-btn{
    margin-top:45px;
    margin-bottom: 60px;
}
.system{
	padding-top: 50px;
}
.system-modular .culture-title h2{
	padding-bottom: 0;
}



.cul-text h3{
	text-align: center;
	margin: 40px 0 20px;
}
.know-more{
	text-align: center;
}
.cul-text .know-more a{
	width: 230px;
	margin: 0 auto;
}
.swiper-culture .swiper-pagination-bullet:after{
	background: none;
}

}


@media (max-width: 992px){
/*轮播*/
.swiper-index .left-text{
	max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.banner-l {
    text-align: center;
}



/*最新动态*/
.more{
	display: none;
}
.more2{
	display: block;
}

}

