h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
.public-banner,
.public-banner img{
	width: 100%;
}
.u3d-item{
	padding-top: 100px;
	width: 100%;
}
.u3d-top{
	margin-bottom: 80px;
	color: #333;
}
.u3d-top h1{
	height: 56px;
	line-height: 52px;
	text-align: center;
	font-size: 48px;
}
.u3d-top h1 span{
	color: #fd5c5c;
}
.u3d-top p{
	margin-top: 15px;
	line-height: 24px;
	text-align: center;
	font-size: 18px;
}
.u3d-bottom{
	position: relative;
	margin: 60px auto 0;
	width: 100%;
	height: 70px;
}
.u3d-bottom a{
	position: absolute;
	display: block;
	top: 0;
	left: 400px;
	width: 300px;
	height: 68px;
	line-height: 66px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	background-color: #e85450;
	border-radius: 34px;
}
.u3d-bottom a:hover{
	background-color: #ca3c38;
}
.why{
	height: 1880px;
	background-color: #fff;
}
.why-main{
	margin-top: 30px;
	width: 100%;
}
.why-item{
	margin-bottom: 30px;
	height: 340px;
}
.why-img{
	opacity: 0;
	filter: alpha(opacity=0);
	width: 500px;
	height: 340px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.why-img-on{
	animation: gradualChange 2s linear;
	/* 动画结束后保持最后的状态，不设置这个属性动画结束后会变回透明度为0的初始状态 */
	animation-fill-mode : forwards;
}
@-webkit-keyframes gradualChange {
    0% { opacity: 0; filter: alpha(opacity=0);}
	100% { opacity: 1; filter: alpha(opacity=1);}
}
.why-img img{
	width: 100%;
}
.why-text{
	padding: 90px 0 0 60px;
	width: 540px;
	height: 250px;
}
.why-text h1{
	position: relative;
	height: 100px;
}
.why-text h1 .bg{
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 65px;
	background-color: #e85450;
}
.why-text h1 .word{
	position: absolute;
	top: 0;
	left: 20px;
	line-height: 36px;
	font-size: 30px;
	color: #333;
}
.why-text p{
	padding-left: 20px;
	line-height: 24px;
	font-size: 18px;
	color: #666;
}
.game{
	height: 848px;
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/u3d_ls/course_subject/image/u3d/game_bg.jpg') no-repeat center;
}
.game .u3d-top{
	margin-bottom: 65px;
	color: #fff;
}
.game-main{
	height: 520px;
}
.game-main li{
	float: left;
	margin: 0 70px 35px 0;
	width: 320px;
	height: 245px;
}
.game-main li.last{
	margin: 0 0 35px 0;
}
.game-main li div{
	width: 320px;
	height: 200px;
	border: 1px solid #e85450;
	overflow: hidden;
	cursor: pointer;
}
.game-main li img{
	width: 320px;
	height: 200px;
	transition: all 0.5s;
}
.game-main li img:hover{
	transform: scale(1.1);
}
.game-main li p{
	margin-top: 15px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.course{
	height: 930px;
	background-color: #f8f8f8;
}
.course-main{
	position: relative;
	height: 550px;
}
.course-list{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
}
.course-list li{
	margin-bottom: 20px;
	width: 280px;
	height: 78px;
	line-height: 76px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #333;
	cursor: pointer;
}
.course-list li.on{
	width: 272px;
	height: 74px;
	color: #333;
	background-color: #fff;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 4px solid #333;
	border-right: 4px solid #333;
}
.course-content-wrap{
	float: right;
	width: 868px;
	height: 550px;
	background-color: #fff;
}
.course-content-top{
	width: 100%;
}
.course-content-top h2{
	margin: 60px 0 40px 90px;
	height: 32px;
	font-size: 30px;
	color: #e85450;
}
.course-content-top ul{
	margin-left: 37px;
}
.course-content-top li{
	float: left;
	margin: 0 53px 20px;
	width: 296px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #333;
	border: 2px solid #eee;
}
.course-content-top li.first{
	font-weight: bold;
	color: #fff;
	background-color: #e85450;
	border: 2px solid #e85450;
	cursor: pointer;
}
.course-content-top li.second{
	font-weight: bold;
	color: #e85450;
	border: 2px solid #e85450;
	cursor: pointer;
}
.course-content-bt{
	margin-left: 37px;
}
.course-content-bt ul{
	
}
.course-content-bt li{
	float: left;
	margin: 0 53px 20px;
	width: 296px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #333;
	border: 2px solid #eee;
}
.course-content-bt li.spec{
	padding: 5px 0;
	height: auto;
	line-height: 24px;
}
.course-content-bt li.fixed{
	height: 58px;
	line-height: 58px;
}
.feature{
	height: 1010px;
	background-color: #fff;
}
.feature .u3d-top{
	margin-bottom: 70px;
}
.feature-main{
	width: 1100px;
}
.feature-main li{
	margin-bottom: 40px;
	width: 100%;
	height: 200px;
}
.feature-main li .left{
	position: relative;
	margin-left: 10px;
	width: 276px;
	height: 196px;
}
.feature-item-1 .left{
	border: 2px solid #237edc;
}
.feature-item-2 .left{
	border: 2px solid #23dc99;
}
.feature-item-3 .left{
	border: 2px solid #25f2f0;
}
.feature-main li .float{
	position: absolute;
	top: -10px;
	left: -10px;
	width: 280px;
	height: 200px;
	cursor: pointer;
}
.feature-main li .float img{
	width: 100%;
	height: 100%;
}
.feature-main li .right{
	padding: 20px 0 0 40px;
	width: 700px;
	height: 180px;
	background-color: #f8f8f8;
}
.feature-main .right h4{
	margin-bottom: 10px;
	line-height: 36px;
	font-size: 24px;
	color: #333;
}
.feature-main .right p{
	line-height: 24px;
	font-size: 18px;
	color: #666;
}
.teacher{
	height: 720px;
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/u3d_ls/course_subject/image/u3d/teacher_bg.png') no-repeat center;
}
.teacher .u3d-top{
	margin-bottom: 55px;
	color: #fff;
}
.teacher-main li{
	position: relative;
	float: left;
	margin-right: 4px;
	width: 180px;
	height: 320px;
	color: #fff;
	background-color: #fff;
	overflow: hidden;
}
.teacher-main li.last{
	margin-right: 0;
}
.teacher-main li img{
	width: 100%;
}
.teacher-desc{
	position: absolute;
	left: 0;
	top: 250px;
	padding-left: 10px;
	width: 170px;
	height: 100%;
	border-top: 2px solid #fd5c5c;
	background-color: rgba(0,0,0,0.7);
}
.teacher-desc h4{
	margin-top: 8px;
	margin-bottom: 6px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
}
.teacher-desc p{
	width: 160px;
	height: 32px;
	line-height: 24px;
	font-size: 18px;
	border-bottom: 2px solid #fd5c5c;
}
.teacher-desc div{
	margin-top: 4px;
	padding-top: 8px;
	width: 172px;
	line-height: 24px;
	font-size: 16px;
	text-align: left;
}
.teacher-desc a{
	position: absolute;
	left: 25px;
	bottom: 25px;
	display: block;
	width: 130px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #e85450;
}
.system{
	height: 1045px;
	background-color: #FFF;
}
.system .u3d-top{
	margin-bottom: 60px;
}
.system-main{
	height: 730px;
}
.system-main li{
	float: left;
	margin: 0 10px 10px 0;
	width: 360px;
	height: 360px;
	background-color: #262d40;
}
.system-main li.last{
	margin: 0 0 10px 0;
}
.system-main li img{
	margin: 55px 0 10px 135px;
	height: 100px;
}
.system-main li h4{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	color: #e85450;
}
.system-main li p{
	margin-left: 25px;
	width: 310px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.job{
	height: 910px;
	background-color: #f8f8f8;
}
.job .u3d-top{
	margin-bottom: 50px;
}
.job .u3d-bottom{
	margin: 50px auto 0;
}
.early{
	height: 785px;
	background-color: #fff;
}
.early-main{

}
.early-main li{
	float: left;
	margin: 0 25px 30px 0;
	width: 350px;
	height: 210px;
}
.early-main li.last{
	margin: 0 0 30px 0;
}
.early-main li .left{
	width: 160px;
	height: 100%;
}
.early-main .left img{
	width: 100%;
	height: 100%;
}
.early-main li .right{
	padding: 32px 0 0 10px;
	width: 170px;
	height: 178px;
	background-color: #f8f8f8;
}
.early-main .right p{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
}
.early-main .right span{
	font-weight: bold;
	color: #e85450;
}
.early .u3d-bottom{
	margin: 30px auto 0;
}
.u3d-form{
	padding-top: 60px;
	width: 100%;
	height: 570px;
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/u3d_ls/course_subject/image/u3d/form_bg.jpg') no-repeat center;
}
.u3d-form .u3d-main{
	padding: 0 70px;
	width: 960px;
}
.u3d-form .left{
	margin-top: 20px;
	width: 430px;
	height: 480px;
}
.u3d-form .left img{
	width: 100%;
}
.u3d-form .right{
	padding: 0 35px;
	width: 330px;
	height: 520px;
	background-color: #fff;
	border-radius: 10px;
}
.u3d-form .right h1{
	margin: 50px 0 25px 0;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333;
}
.u3d-form .name{
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/u3d_ls/course_subject/image/java/contact.png') no-repeat 15px 10px;
}
.u3d-form .phone{
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/u3d_ls/course_subject/image/java/phone.png') no-repeat 15px 12px;
}
.u3d-form .qq{
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/u3d_ls/course_subject/image/java/qq.png') no-repeat 15px 12px;
}
.u3d-form input{
	margin-left: 70px;
	width: 240px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	color: #333;
}
::-webkit-input-placeholder { /*Chrome/Safari*/
	color: #ccc;
}
::-moz-placeholder { /*Firefox*/
	color: #ccc;
}
::-ms-input-placeholder { /*IE*/
   color: #ccc;
} 
.u3d-form .right p{
	margin: 0 0 20px 15px;
	width: 298px;
}
.u3d-form .right .name,
.u3d-form .right .phone,
.u3d-form .right .qq{
	border: 1px solid #eee;
	border-radius: 10px;
}
.u3d-form .right .apply{
	margin: 40px 0 10px 15px;
	width: 300px;
	height: 60px;
}
.u3d-form .apply a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	background-color: #e85450;
	border-radius: 30px;
}
.u3d-form .right .note{
	margin: 0 0 0 26px;
	width: 278px;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	color: #999;
}