@charset "utf-8";
/* 首页样式 */
.zqj-focus {
	width: 100%;
	overflow: hidden;
	height: 460px;
	position: relative;
}
.zqj-banList {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 460px
}
.zqj-banList li {
	height: 460px;
	opacity: 0;
	position: absolute;
	transform: scale(0);
	transition: transform 0.5s ease 0s, opacity 1.5s ease 0s;
	z-index: 1;
	
}
.zqj-banList li.zqj-active {
	opacity: 1;
	transform: scale(1);
	z-index: 2;
}
.fomW {
	position: absolute;
	bottom: 20px;
	left: 50%;
	height: 20px;
	z-index: 9;
	width: 1000px;
	margin-left: -500px;
	z-index: 11
}
.jsNav {
	text-align: center;
	z-index: 11
}
.jsNav a {
	display: inline-block;
	background: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 5px;
}
.jsNav a.zqj-current {
	background: #F12C3E;
	cursor: pointer
}
.focus-form-bd {
	position: relative;
}
.focus-form {
	position: absolute;
	top: 40px;
	right: 0;
	width: 280px;
	height: 380px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 12;
	border-radius: 16px;
}
.focus-form h3{
	font-size: 20px;
	height: 30px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	font-weight: 400;	
}
.focus-form p{
	font-size: 16px;
	height: 40px;
	text-align: center;
	color: #fff;
}
.focus-form input {
	width: 220px;
	height: 38px;
	margin: 0 30px 8px;
	border-radius: 6px;
	border: none;
	box-sizing:border-box;
}
.focus-form .focus-form-btn {
	height: 40px;
	font-size:18px;
	margin-top: 6px;
	color: #FFF;
	letter-spacing: 2px;
	background-color: #f12c3e;
	cursor: pointer;
}
/* 时间轴 */
.time-line{
	padding-bottom: 120px;
}
.title-top{
	font-size: 38px;
	color: #333;
	font-weight: 500;
	text-align: center;
	padding: 100px 0 25px;
}
.title-bottom{
	font-size: 18px;
	color: #8f8f8f;
	text-align: center;
	padding-bottom: 60px;
}
.time-hd{
	width: 372px;
	margin: 0 auto;
}
.time-hd span {
	float: left;
	display: block;
	margin: 0 30px 60px 0;
	width: 156px;
	height: 60px;
	border-radius: 30px;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	line-height: 60px;
	background-color: #ebedf0;
}
.time-hd .current{
	background-color: #f12c3e;
	color: #fff;
}
.time-hd span:hover {
	background-color: #f12c3e;
	color: #fff;
}
.time-bd>div{
	background: url(https://zbw-zsjy-1251003888.cos.ap-beijing.myqcloud.com/time-bg.jpg) no-repeat center;
	height: 294px;
}
.time-bd .time-bd-a{
	width: 900px;
	margin: 0 auto;	
	padding: 60px 0 80px 0;
}
.time-bd ul li{
	float: left;
	width: 300px;
	text-align: center
}
.time-bd ul li h3{
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #1a1a1a;
}
.time-bd ul li p {
	color: #666;
	line-height: 16px;
	font-size: 16px;
	padding-top: 14px;	
}
.time-bd div{
	display:none;
}
.time-bd div.current{
	display:block;
}

/*power*/
.power{
	background: url(/static/images/sl-bg.jpg) no-repeat center;
	height: 478px;
}
.power ul {
	padding-top: 65px;
}
.power ul li {
	box-sizing: border-box;
	width: 400px;
	float: left;
	text-align: center;
}
.power li .num{
	position: relative;
	font-size: 90px;
	line-height: 90px;
	color: #333;
	font-weight: 500;
}
.power li .red{
	color: #f12c3e;
}
.power li .txt{
	position: absolute;
	top: -20px;
	font-size: 20px;
}
.power li .desc{
	font-size: 30px;
	line-height: 30px;
	padding-top: -5px;
	color: #333;
}
.power-mid{
	border-left: 2px solid #b6b6b6;
	border-right: 2px solid #b6b6b6;
}
/*service*/
.service-all {
	height: 880px;
}
.service-bd {
	height: 760px;
	position: relative;
}
.service-map{
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;	
}
.service-circle{
    position: absolute;
    top: 70%; 
    left: 50%;
	transform: translate(-50%, -50%);
}
.dotted {
    width: 223px;
    height: 223px;
	background: url(https://zbw-zsjy-1251003888.cos.ap-beijing.myqcloud.com/iconcenter.png) no-repeat center center;
    background-color: #fff;
    border-radius: 50%;
}
.service-circle div[class^="pulse"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 243px;
    height: 243px;
	border: 1px solid #feeced;
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}
        
.service-circle div.pulse2 {
	animation-delay: .4s;
}
.city div.pulse3 {
	animation-delay: 0.5s;
}

@keyframes pulse {
	0% {
		width: 223px;
		height: 223px;
		opacity: 1;
	}
	70% {
		width: 323px;
		height: 323px;
		opacity: 0.5;
	}
	100% {
		width: 423px;
		height: 423px;
		opacity: 0;
	}
}
.service-content{
	width: 320px;
	text-align: center;
	position: absolute;
}
.icon-all{
	width: 48px;
	height: 48px;
	margin: 0 auto;
}
.advan-icon1{
	background: url(https://zbw-zsjy-1251003888.cos.ap-beijing.myqcloud.com/indexicon1.png) no-repeat center top;
}
.advan-icon2{
	background: url(https://zbw-zsjy-1251003888.cos.ap-beijing.myqcloud.com/indexicon2.png) no-repeat center top;
}
.advan-icon3{
	background: url(https://zbw-zsjy-1251003888.cos.ap-beijing.myqcloud.com/indexicon3.png) no-repeat center top;
}
.advan-icon4{
	background: url(https://zbw-zsjy-1251003888.cos.ap-beijing.myqcloud.com/indexicon4.png) no-repeat center top;
}
.advan-icon5{
	background: url(https://zbw-zsjy-1251003888.cos.ap-beijing.myqcloud.com/indexicon5.png) no-repeat center top;
}
.advan-icon6{
	background: url(https://zbw-zsjy-1251003888.cos.ap-beijing.myqcloud.com/indexicon6.png) no-repeat center top;
}
.advan-title{
	font-size: 20px;
	line-height: 42px;
	color: #333;
}
.advan-describe p{
	font-size: 16px;
	line-height: 24px;
	color: #b1b1b1;
}
.advan1{
	top: 75px;
	left: 160px;
}
 
.advan2{
	top: 75px;
	right: 160px;
}
.advan3{
	top: 250px;
	left: 0;
}
.advan4{
	top: 250px;
	right: 0;
}
.advan5{
	top: 470px;
	left: 160px;
}
.advan6{
	top: 470px;
	right: 160px;
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
            transform: translate3d(-100%, 0, 0) skewX(30deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/*大智课程*/
.course{
	background-color: #f8f8f8;
}
.course-hd-2{
	width: 960px;
	margin: 0 auto;
}
.course-bd2 table{
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	margin-bottom: 80px;
	transition: all 0.6s;
}
.course-bd2 table:hover{
	box-shadow: 2px 2px 15px rgba(0,0,0,.2);
}
.course-bd2 div{
	display:none;
}
.course-bd2 .current{
	display:block;
}
.course-bd2 table .course-th{
	border: 1px solid #f12c3e;
}
.course-bd2 table tr{
	border: 1px solid #e0e0e0;
}
.course-bd2 table tr td{
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
}
.course-bd2 table th{
	height: 60px;
	background-color: #f12c3e;
	font-size: 20px;
	color: #fff;
	font-weight: 400;	
}	
.course-bd2 table td a{
	background: #0B2349;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
} 
.course-bd2 table td a:hover{
	background: #ffcc33;
}
.course-btn {
	width: 320px;
	height: 80px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.course-btn a{
	display: block;
	width: 320px;
	height: 80px;	
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	background-color: #f12c3e; 
	border-radius: 40px;
	color: #fff;
	transition: all .4s;
}
.course-btn a:hover{
	background-color: #ff4657;
}
/*新闻资讯*/
.news{
	background: #f8f8f8 url(/static/images/news-bg.jpg) no-repeat center top;
	}
.news .news-bd {
	width: 1216px;
	height: 380px;
	margin-top: 55px;
	padding-bottom: 100px;
}
.news .news-bd>li {
	float: left;
	width: 368px;
	height: 380px;
	margin-right: 16px;
	background-color: #fff;
	box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	transition: all .5s;
}
.news-bd>li:hover{
	box-shadow: 4px 4px 15px rgba(0,0,0,.5);
}
.news-bd>li h3{
	font-size: 20px;
	line-height: 50px; 
	text-align: center;
	font-weight: 500;
	color: #333;
}
.news-bd-info{
	padding: 15px;	
}
.news-bd-info span{
	float: left;
	display: block;
	margin: 10px 5px 0 0;
	width: 6px;
	height: 6px;
	background-color: #d7d7d7;
	border-radius: 3px;
}
.news-bd-info a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
	color: #666;
}
.news .news-btn{
	display: block;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #f12c3e;
	border-radius: 15px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #f12c3e;
	transition: all 0.4s;
}
.news .news-btn:hover{
	background-color: #f12c3e;
	color: #fff;
	cursor: pointer;
}
.news .img-box{
	width: 288px;
	height: 144px;
	overflow:hidden;
	margin:0 auto;
}
.news img{
	width: 288px;
	height: 144px;
}
.news img:hover {
	width: 288px;
	height: 144px;
	transform:scale(1.3,1.3);
}
/* 中心变形*/
.news img {
	transition:all 0.5s ease-out;
	/* 过度 所有css属性 1秒过度 结束慢*/
-moz-transition:all 0.5s ease-out;
	/* Firefox 4 */
-webkit-transition:all 0.5s ease-out;
	/* Safari 和 Chrome */
-o-transition:all 0.5s ease-out;
	/* Opera */
}



/*公开课*/
.public-class-hd {
	width: 558px;
	margin: 0 auto;
}
.public-class-bd{
	width: 1215px;
	height: 205px;
	margin-bottom: 60px;
}
.public-class-bd ul li{
	position: relative;
	float: left;
	margin-right: 15px;
	width: 228px;
	height: 205px;
	background-color: #f5f5f5;
}
.public-class-bd ul li:hover .public-class-ewm{
	display: block;
}
.public-title-hd{
	line-height: 16px;
	font-size: 16px;
	margin: 16px;
	color: #333;
}
.public-title-bd{
	position: relative;
	font-size: 12px;
	line-height: 12px;
	margin: 0 16px;
	color: #666;
}
.public-title-bd span{
	font-size: 16px;
	color: #f12c3e;
	position: absolute;
	right: 0px;
	bottom: 0;
}
.public-class-ewm{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 228px;
	height: 205px;	
    background: rgba(255,255,255,0.9);
}

.public-class-ewm img{
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding-top: 40px;
}
.public-class-ewm p{
	text-align: center;
	font-size: 14px;
	color: #333;
}
.public-class-bd div.current{
	display:block!important;
}
.public-class-bd div{
	display:none;
}














