/* CSS Document */
body,div{ margin:0; padding:0;}
ul,li{
	list-style:none;
}
.header{
	width:1003px;
	height:82px;
	overflow:hidden;
	margin:0 auto;
}
.logo{
	float:left;
	margin-top:14px;
}
.nav{
	float:right;
}
.nav li{
	float:left;
	margin-left:34px;
}
.nav li a{
	text-decoration:none;
	font-size:16px;
	color:#333;
}
.nav li.shiyong a{
	background:#0087d5;
	color:#fff;
	padding:4px 16px;
	border-radius:4px;
}
.banner{
	width:100%;
	height:550px;
	background:#33ccff;
}
.banner-show{
	width:1220px;
	height:550px;
	position:relative;
	margin:0 auto;
}
.banner-text{
	position:absolute;
	top:170px;
	left:230px;
	color:#fff;
}
.banner-text h2{
	font-size:40px;
}
.banner-text p{
	font-size:30px;
}
.xiazai{
	background:#1f7e9e;
	color:#fff;
	font-size:18px;
	text-decoration:none;
	padding:6px 20px;
	margin-right:10px;
}
.xiangqing{
	background:#fff;
	color:#33ccff;
}
.text{
	width:100%;
	text-align:center;
	padding:30px 0;
}
.gray{
	background:#f6f6f6;
}
.shenqing{
	background:#433952;
	height:420px;
	text-align:center;
	padding-top:50px;
}
.shenqing p{
	color:#fff;
	font-size:38px;
	margin:0;
	margin-top:10px;
}
.shenqing-input{
	width:578px;
	height:50px;
	background:#fff;
	margin:0 auto;
	margin-top:92px;
	border-radius:50px;
}
.shenqing-input input{
	width:398px;
	height:48px;
	padding-left:20px;
	border:0 none;
	background:none;
	float:left;
	font-size:20px;
	line-height:48px;
}
.shenqing-input button{
	background:#0087d5;
	color:#fff;
	font-size:20px;
	border:0 none;
	height:46px;
	width:158px;
	border-radius:48px;
	margin-top:2px;
	float:left;
	
}
.footer{
	text-align:center;
	background:#30343e;
	padding-top:38px;
}
.footer-link{
	text-align:center;
}
.footer-link a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
	margin:0 14px;
}
.tel{
	text-align:center;
	width:1200px;
	margin:0 auto;
	border-bottom:1px solid #c7c7c7;
	padding-bottom:38px;
	margin-top:30px;
}
.tel h2{
	color:#c6c6c6;
	font-size:26px;
	margin:0;
}
.tel h3{
	color:#fff;
	font-size:34px;
	margin:10px 0;
}
.Copyright{
	color:#89898c;
	line-height:30px;
	padding:30px 0;
	font-size:14px;
}
.Copyright a{color:#89898c;}



