﻿@charset "utf-8";
*{
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
	}
div,ul,li,a,span,p,h1,input{
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
	border:none;
	display:block;
	}
img{
	border:0;
	padding:0;
	margin:0;
	}
html,body{
	background:url(../images/index_bg.png) no-repeat center;
	}
.content{
	width:1000px;
	overflow:hidden;
	margin:auto;
	}
.top_box{
	width:1000px;
	height:170px;
	margin:auto;
	}
.nav{
	width:1000px;
	height:40px;
	background:url(../images/nav_bg.png) no-repeat left;
	padding:0px 0px 0px 10px;
	}
.nav li{
	float:left;
	}
.nav li a{
	font-family:"宋体";
	font-weight:700;
	font-size:14px;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0 10px;
	}
.nav li a:hover{
	text-decoration:underline;
	}
.footer_box{
	width:1000px;
	overflow:hidden;
	margin:auto;
	padding-top:15px;
	padding-bottom:50px;
	}
.blue{
	width:1000px;
	height:6px;
	background-color:#268bf7;
	}
.footer{
	margin-top:20px;
	}
.footer p{
	font-family:"微软雅黑";
	font-size:14px;
	color:#292929;
	display:block;
	}
.webs p,.addr p,.freq p{
	float:left;
	}
.webs a,.addr a,.freq a{
	display:inline-block;
	}
.freq a{
	color:#268bf7;
	}
.webs a,.addr a{
	color:#785027;
	text-decoration:blink;
	}
.webs a:hover,.addr a:hover{
	color:#268bf7;
	}
.copy{
	clear:left;
	}
.freq,.webs,.copy,.addr{
	overflow:hidden;
	padding:5px 0;
	margin:auto;
	}
.freq{
	width:320px;
	}
.webs{
	width:290px;
	}
.copy{
	width:580px;
	}
.addr{
	width:555px;
	}
/* CSS Document */

