﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	margin:0 auto;
	font-size:12px;	
	font-family:"Microsoft Yahei";
	background:#050a2a url("../images/lead2.jpg") no-repeat top center;
	text-align:justify;		
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

canvas {
	display:block;
}
.waves {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.lead_t1{
	text-align: center;
	color:#fff;
	font-size:52px;
	font-weight: bold;
	height: 300px;
	line-height: 300px;
}

.lead_ct{
	width: 950px;
	position: absolute;
	left: 48%;
	top: 50%;
	margin:-45px 0 0 -444px;
	z-index: 200;
}
.lead_ct .btn{
	display: block;
	width: 330px;
	height: 89px;
	line-height: 74px;
	color:#051022;
	font-size:22px;
	padding-left:130px;
}
.lead_ct .btn1{
	float: left;
	background:url("../images/btn1.png") no-repeat left top;
}
.lead_ct .btn2{
	float: right;
	background:url("../images/btn2.png") no-repeat left top;
}

.copy{
	height: 44px;
	line-height: 44px;
	background:#111;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color:#fff;
	z-index: 20;
}
.copy a{
	color:#fff;
}
.copy a:hover{
	text-decoration:underline;
}