﻿.section{
	width: 100%;
	height: 100%;
}

/*banner*/
.banner{
	width: 100%;
	height:100%;
	position: relative;
	overflow: hidden;
}
.banner .swiper-container{
	width: 100%;
	height: 100%;
}
.banner .swiper-slide{
	float: left;
	height:100%;
	width:100%;
}
.banner a,.banner img{
	display: block;
	width: 100%;
	height: 100%;
}
.pagination {
	z-index: 9999;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 20px;
    width: 100%;
	/*background: #fff;*/
}
.swiper-pagination-switch {
	display: inline-block;

	background: rgba(230,230,230,0.7);
	cursor: pointer;
	margin: 0 10px;
	width: 100px;
	height:4px;
	border-radius:4px;
	/*opacity: 0.3;*/
}

.swiper-pagination-switch::before{
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 0;

}
.swiper-active-switch::before{
	position: absolute;
	display: block;
	transition: width 3s linear;
	width:100px;
	height:4px;
	top:13px;
	/*left: calc(50% - 110px);*/
	background-color: #fff;
	opacity: initial;
	border-radius:4px;
}

.swiper-active-switch {
   /*background: url(../images/dot.png) 0 0;*/
	/*width:100px;*/
	/*!*background:#fff;*!*/
	/*border-radius:5px;*/

}

/*hpyf*/
.hpyf .wrapper{
	padding: 60px 0 48px;
}
.hpyf_info{
	margin-top: 20px;
}
.hpyf_info dl{
	width: 20%;
	float: left;
	text-align: center;
}
.hpyf_info dl dd{
	margin: 25px auto;
	font-size: 26px;
	color: #205299;
}
.hpyf_info dl dt{
	width: 178px;
	height: 178px;
	line-height: 178px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 20px 5px #ccc;
	position: relative;
	transition: all .5s ease;
	cursor: pointer;
}
.hpyf_info dt:hover {
	transform: scale(1.2);
}
.hpyf_info dl dt img{
	width: 100%;
	height: 100%;
	display: block;
}
.hpyf_info dl dt span{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
}
.hpyf_info dl dt span.spe{
	line-height: 50px;
	margin-top: 35px
}
/*创业大学*/
.university{
	min-height: 768px;
	background:url(../images/index-bg1.jpg);
	background-repeat: 100% 100%;
}
.university .wrapper{
	padding: 40px 0;
}
.univer_info{
	width: 1080px;
	margin: 44px auto  52px;
}
.univer_info dl{
	float: left;
	width: 258px;
	height: 346px;
	margin-right: 14px;
	box-shadow: 0 0 20px 5px #ccc;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
	top: 0;
}
.univer_info dl:hover{
	top: -20px;
}
.un_odd{
	background-color: #2f5ea1
}
.un_even{
	background-color: #fff;
}
.univer_info dl.last{
	margin-right: 0;
}
.un_up{
	width: 160px;
	height: 160px;
	text-align: center;
	line-height: 160px;
	margin: 30px auto 60px;
	font-size: 50px;
	color: #2f5ea1;
	font-weight: bold;
	border-radius: 50%;
	background-color: #eeeff1;
}
.un_down{
	color: #f4f5f7;
	font-size: 30px;
	text-align: center;
}
.un_even .un_down{
	color: #2f5ea1;
}
/*培训课程*/
.courses .wrapper{
	padding: 65px 0 60px;
}
.course_info{
	cursor: -webkit-grab;
	width: 1200px;
	margin-bottom: 70px;
	position: relative;
}
.arrow-btn{
	z-index: 9999;
	position: absolute;
	width: 38px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
}
.course_info .arrow-btn{
	display: none;
}
.course_info .arrow-left{
	left: 30px;
	background-position: 0 0;
}
.course_info .arrow-right{
	background-position: -103px 0;
	right: 30px;
}
.course_container{
	width: 1200px;
	height:320px;
	overflow: hidden;
	position: relative;
}
.course_info .course_container .swiper-slide{
    height:320px;
    float: left;
    position: relative;
}
.course_info .course_container .swiper-slide div{
	width: 263px;
	height: 283px;
	position: absolute;
	bottom: 0;
	left: 19px;
	transition: all .3s ease;
}
.course_info .course_container .swiper-slide:hover div{
	bottom: 20px;
	box-shadow: 0 0 20px 5px #ccc;
}
.course_info .course_container .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}
.course_info .course_container .swiper-slide span{
	position: absolute;
	z-index: 102;
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background: rgba(47,94,161,0.4) none repeat !important;
    background-color: #2f5ea1\0 none repeat !important;
    filter:Alpha(opacity=40);/*实现IE背景透明*/
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	transition: all 0.3s ease;
}
.course_info .course_container .swiper-slide:hover span{
	color: #0b336c;
	font-weight: bold;
}
/*云平台*/
.cloud{
	min-height: 840px;
	width: 100%;
	background: url(../images/index-bg2.jpg) no-repeat;
	background-size: 100% 100%;
}
.cloud .wrapper{
	padding: 60px 0;
}
.cloud_info{
	width: 1032px;
	margin: 30px auto 70px;
}
.cloud_fl{
	float: left;
	width: 369px;
	height: 474px;
	box-shadow: 0 0 20px 5px #ccc;
}
.cloud_fr{
	margin-top: 60px;
	padding:45px 68px 0 88px;
	float: left;
	width: 504px;
	height: 325px;
	background: rgba(122,122,122,0.4);
}
.cloud_fr h3{
	color: #d6000f;
	font-size: 36px;
	font-weight: normal;
}
.cloud_fr h4{
	font-size: 24px;
	color: #d6000f;
	margin: 8px 0 16px;
	font-weight: normal;
}
.desc{
	letter-spacing: 2px;
	color: #5c6466;
	text-indent: 2em;
	line-height: 28px;
}
/*软件产品*/
.product{
	min-height: 620px;
	width: 100%;
	background: url(../images/index-bg3.jpg) no-repeat;
	background-size: 100% 100%;
}
.product .wrapper{
	padding:64px 0 60px;
}
.prod_info,.prod_container{
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.prod_container{
	margin-top: 20px;
}
.prod_container .swiper-slide{
	float: left;
	height: 350px;
	text-align: center;
}
.prod_container .swiper-slide a{
	display: block;
	width: 208px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.prod_container .swiper-slide a img{
	display: block;
	width: 100%;
	height: 100%;
}
.sup{
	height: 350px;
    width: 100%;
    -webkit-transition: margin .5s ease-in-out;
    -moz-transition: margin .5s ease-in-out;
    -ms-transition: margin .5s ease-in-out;
    -o-transition: margin .5s ease-in-out;
    transition: margin .5s ease-in-out
}
.prod_container .swiper-slide a:hover .sup{
	margin-top: -350px;
}
.prod_container .swiper-slide .sub{
	height: 100%;
    width: 100%;
    display: table;
    overflow: hidden
}



.prod_info .arrow-left{
	left: 0;
	background-position: 0 -96px;
}
.prod_info .arrow-right{
	background-position: -103px -96px;
	right: 0;
}
/*创就业服务*/
.services{
	width: 100%;
	min-height: 670px;
	background: url(../images/index-serverbg.jpg) no-repeat left bottom;
}
.services .wrapper{
	padding: 50px 0;
}
.ser_info{
	width: 1054px;
	margin: 90px auto 0;
}
.ser_fl{
	float: left;
	width: 480px;
	height: 305px;
}
.ser_fr{
	width: 520px;
	float: right;
}
.ser_fr h3{
	text-align: center;
	color: #d6000f;
	font-size:30px;
	font-weight: normal;
	margin-bottom: 30px;
}
.ser_fr p.desc{
	letter-spacing: 1px;
	margin-bottom: 30px;
}
/*服务用户*/
.userbox{
	width: 100%;
	min-height: 865px;
	height: 865px\9;
	background: url(../images/index-bg4.jpg) repeat;
}
.userbox .wrapper{
	padding: 50px 0 75px;
}
.user_info {
	margin-top: 70px;
}
.user_info a{
	display: block;
	margin:0 auto;
	width: 1190px;
	height: 367px;
}
.user_info a img{
	display: block;
	width: 100%;
	height: 100%;
}
