﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    }
html,body{
	height:100%;
}
table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
    }
li {
    list-style: none;
    vertical-align: bottom;
   }
a {
    outline: none;
    text-decoration: none;
    transition: color .3s,opacity .3s,transform .3s;
    -webkit-transition: color .3s,opacity .3s,transform .3s;
  }
a:hover {
    outline: none;
    text-decoration: underline;
    }
img {
    border: 0;
    }

*{
    font-family: "微软雅黑","宋体";
}

.header{
	height:100px;
	width:auto;
	}
.navi{
	width:1000px;
	height:100px;
	margin:0px auto;
	position:relative;
	padding-top:22px;
	}
.navi h1{
	float:left;}
.navi ul{
	border:none;
	position:absolute; 
	right:0px;
	top:30px;	
	}
.navi li{
	list-style:none;
	float:left;
	height:40px;
	margin-left:24px;
	width:90px;
	text-align:center;
	}
.navi a{
	text-decoration:none;
	font-size:18px;
	color:#333;
	line-height:40px;
	overflow:hidden;
	display:block;
	text-align:center;
	}
.navi .active a{
	display：block;
	color: #fff;
	width:90px;
	height:40px;
	background: url('../image/navi_select.png') no-repeat;
    }
.meau{
	text-align:right;
	float:right;
	}
.meau li a:active{
	background-image:url(../image/navi_select.png);
	}
.meau a:hover{
	background:#429aff;
	}
.bottombg{
	background-color:#f0f0f0;
	height:90px;
	width:100%;
}
.bottombg.index,
.bottombg.newsbottom,
.bottombg.contact{
	position:relative;
	margin-top:-90px;
}
.bottom{
	width:1000px;
	margin:0px auto;
	position:relative;
    text-align:center;
    padding-top:20px;
	}

.bottom a{
	color: -webkit-link;
	text-decoration: underline;
	font-size:14px;
    margin:0px 0px;
	line-height:180%;
	}
.bottom p{
	text-decoration:none;
	font-size:14px;
    line-height:180%;
	color:#333;
	}
	
.container{
	min-height:100%;
}
.content{
	padding-bottom:10px;
}
