@charset "utf-8";
/*date:2018.9.11*/
/*公共样式*/
*{ margin:0; padding:0; font-family:"Microsoft YaHei";}
a{ text-decoration:none;}
a:hover{cursor:pointer;}
input{outline:none;}
img{ pointer-events: none;}
li{ list-style:none;}
.w960 {width: 960px; margin: 0 auto; box-sizing: border-box;position: relative;}
.header{position: relative;}
.clearfix:after{display: block;font-size: 0;height: 0;content: "";clear:both;}
/*banner样式表*/
.banner{
	width: 100%;
	height: 904px;
	background: url(../images/banner.jpg) no-repeat center center;
	overflow: hidden;
	position: relative;
}
.banner a{
	display: block;
	position:absolute;
	left: 50%;
	bottom:102px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	
}
.banner a:hover{
	bottom:92px;
}
.banner img{
	width: auto;
}
/*main1样式表*/
.main1{
	width: 100%;
	/*height: 795px;*/
	background-color: #e6e6e6;
	overflow: hidden;
	padding-bottom: 30px;
}
.main1 h2{
	margin-top: 80px;
	font-size: 36px;
	color:#333;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.main1 .live{
	margin-top: 72px;
}
.main1 .live p{
	font-size: 18px;
	color:#333;
	line-height:30px;
	letter-spacing: 1px;
}
.main1 .live .tech_intro{

}
.main1 .live .platform a{
	color:#333;
}
.main1 .live .platform a:hover{
	text-decoration: underline;
	color:#265EB9;
}
.main1 .other{
	margin-top: 40px;
	font-size: 18px;
	color:#333;
	line-height:30px;
	/*text-indent: 2em;*/
	letter-spacing: 1px;
}
.main1 .livecode{
	margin-top: 30px;
	text-align: center;
}
.main1 .livecode img{
	width:150px;
}
.main1 .livecode span{
	display: inline-block;
	margin-top: 10px;
	font-size: 18px;
	color:#333;
}
.main1 .course_intro{
	margin-top: 30px;
	text-align: center;
}
.main1 .course_intro img{
	width: 900px;
}