*{padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;}
li{list-style:none;}
a{color:#000; text-decoration:none;}
b,strong{font-weight:normal;}
i,em{font-style:normal;}
img{vertical-align:top;border: none;}
.clearfix:after{display:block; content:''; clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
input{ outline:none;}
body{
	font-family: 'Microsoft YaHei',sans-serif;
}
.wrap{
	width: 100%;
	overflow: hidden;
}
/*banner*/
.banner{
	width: 100%;
    height:600px;    
    position: relative;
}
.banner .bannera{
	width: 100%;
	height: 100%;
	background: url(../img/banner.jpg) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}


/*head*/
.head{
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
.head i{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
}
.head .con{
	width: 1024px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -512px;
}
.head .con h1{
	background: url(../img/logo.png) no-repeat;
	width: 135px;
	height: 40px;
	margin-top: 20px;
	margin-right: 142px;
}
.head .con h1 a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;	
}
.head .con div{
	width: 744px;
}
.head .con h2{
	background: url(../img/tel.png) no-repeat left center;
	height: 25px;
	line-height: 25px;
	padding-left: 34px;
	font-size: 18px;
	color: #fff;
	margin-top: 9px;
	margin-bottom: 10px;
	font-family: arial;
	margin-left: 570px;
}
/*nav*/
.nav{
	font-size:16px;
	text-align: center;
}
.nav li{
	width: 90px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #050c18;
	border-radius: 16px;
	margin-right: 14px;
	transition: 0.4s;	
}
.nav .on{
	/*width: 80px;*/
	border: 1px solid #00c9ff;
}
.nav li.last{
	margin-right: -14px;
}
.nav li a{
	display: block;
	width: 100%;
	height: 100%;
}
.nav a{
	color: #fff;
}
.nav li a.cl{
	color: #00f0ff;
}
/*part1*/
.part1 ul{
	text-align: center;
	width: 1024px;
	margin: 50px auto;
}
.part1 ul li{
	background: url(../img/border.png) no-repeat;
	width: 238px;
	height: 178px;
	margin-right: 24px;
}
.part1 ul li.last{
	margin-right: -24px;
}
.part1 ul li img{
	margin-top: 36px;
}
.part1 ul li.thr img{
	margin-top: 47px;
}
.part1 ul li.sec img{
	margin-top: 32px;
}
.part1 ul li p{
	color: #3270ff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 14px;
	line-height: 22px;
}
/*part2*/
.part2{
	background: url(../img/border2.png) no-repeat;
	width: 962px;
	height: 380px;
	margin: 0 auto 50px;
}
.part2 ul{
	margin-left: 58px;
	padding-top: 50px;
}
.part2 h2{
	font-size: 22px;
	color: #666;
	padding-bottom: 18px;
}
.part2 ul li.one{
	margin-bottom: 40px;
}
.part2 ul ul{
	margin-left: 0px;
	padding-top: 0px;
}
.part2 ul ul li{
	background: url(../img/cir2.png) no-repeat center left;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	padding-left: 26px;
	color: #878787;
	margin-right: 44px;
	width: 150px;
	cursor: pointer;
}
/*ly*/
.ly{
	width: 100%;
	height: 158px;
	background: url(../img/ly.jpg) no-repeat;
	color: #fff;
	text-align: center;
}
.ly h2{
	width: 290px;
	font-size: 30px;	
	margin: 0 auto;
	font-weight: bold;
	padding-top: 28px;
	position: relative;
}
.ly h2 span{
	color: #00f0ff;
}
.ly h2 i{
	background: url(../img/ly-icon.png) no-repeat;
	width: 324px;
	height: 102px;
	position: absolute;
	left: -340px;
	top:24px;
}
.ly p{
	font-size: 16px;
}
.ly .text1{	
	padding-top: 16px;
}
.ly .lyBox{
	width: 860px;
	position: relative;
	margin: 36px auto 0;
}
.ly .lyBox input{
	border: 1px solid #00c9ff;
	background: none;
	color: #fff;
	padding-left: 14px;
	width: 168px;
	height: 28px;
	line-height: 28px;
	margin-right: 12px;
	margin-top: 6px;
}
.ly .lyBox p{
	padding-top: 10px;
}
.ly .lyBox .last{
	margin-right: -12px;
}
.ly .lyBox .submit{
	background: url(../img/button.png) no-repeat;
	width: 212px;
	height: 37px;
	position: absolute;
	margin-left:-106px ;
	left: 50%;
	top: 54px;
	border: none;
}
/*foot*/
.foot{
	width: 100%;
	height: 100px;
	background: #08101d;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.foot p{
	padding-top: 26px;
	line-height: 18px;
}
