﻿@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	width:100%;
	height:auto;
	margin:0 auto;
	font-size:12px;
	font-family:"宋体";	
	
}
ul{
	list-style-type:none;
}
a{
	text-decoration:none;
	color:#333;
}
.head{
	width:1022px;
	height:108px;
	margin:0 auto;
	
}

.phone{
	width:218px;
	height:108px;
	float:right;
	background:url(../images/phone_02.jpg) no-repeat right top;
}
.nav{
	width:100%;
	height:39px;
	background:#0168b6;
	margin:0 auto;
}
#nav{
	width: 1022px;
	height: 39px;
	margin: 0 auto;
}

#nav ul li{
	float: left;
}

#nav ul li a{
	width: 111px;
	height:39px;
	line-height: 39px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-right: 2px;
}


