/* CSS Document */
*{ margin:0; padding:0;list-style:none; text-decoration:none;}
.fl{ float:left;}
.fr{ float:right;}
img{ border:0;}
.aft:after{ content:""; display:block; clear:both;}

.clear{ clear:both;}

html,body{
	color: #555;
	width: 100%;
	height:100%;
	font-family: "微软雅黑", "Arial", "Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica", "Verdana", "sans-serif"!important;
	font-size: 14px;
}

.header{
	width:100%;
	height:auto;
	background-color:#FFF;}

.header ul{
	width:1052px;
	height:124px;
	margin:auto;
	background-image:url(../images/005_02.png);
	background-repeat:no-repeat;
	background-position:right bottom;}

.header ul li{
	float:left;}

.header ul li:nth-child(1){
	width:544px;
	height:auto;
	margin-top:11px;
	margin-bottom:11px;
	margin-right:57px;
	}

.header ul li:nth-child(1) a{
	display:block;
	width:100%;
	height:auto;}
	

.header ul li:nth-child(1) p{
	font-size:20px;
	color:#3ebb99;
	line-height:33px;
	font-weight:bold;}

.header ul li:nth-child(2){
	width:400px;
	height:auto;
	}

.header ul li:nth-child(2) p{
	font-size:16px;
	color:#ef9748;
	margin-top:20px;
	line-height:37px;}

.header ul li:nth-child(2) .search{
	width:400px;
	height:46px;
	border:1px solid #3ebb99;}

.header ul li:nth-child(2) .search .input{
	width:350px;
	height:46px;
	border:0;
	float:left;
	text-indent:13px;}

.header ul li:nth-child(2) .search .button{
	width:50px;
	height:46px;
	border:0;
	float:left;
	background-color:#3ebb99;
	background-image:url(../images/003_07.png);
	background-repeat:no-repeat;
	background-position:center;}

.nav{
	width:100%;
	height:40px;
	background-color:#3ebb99;}

.nav ul{
	width:1000px;
	height:auto;
	margin:auto;
	}

.nav ul li{
	float:left;
	}

.nav ul li a{
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#FFF;
	padding:0 25px;
	background-color:#3ebb99;}

/*鼠标经过特效*/
.nav ul li a:hover{
	border-bottom:6px solid #ef9748;
	background-color:#73e6c7;}
/**/
/*在哪个栏目那个栏目就上class*/
.botyas{
	border-bottom:6px solid #ef9748;
	background-color:#73e6c7!important;}


.footer{
	width:100%;
	height:auto;
	background-color:#3ebb99;}

.footer-c{
	width:1000px;
	height:auto;
	margin:auto;
	padding-top:7px;
	padding-bottom:7px;
	background-image:url(../images/023_24.png);
	background-repeat:no-repeat;
	background-position:37px center;}

.footer-c p{
	width:74.1%;
	margin:auto;
	font-size:16px;
	color:#FFF;
	text-align:left;
	line-height:30px;}

.footer-c p:last-child{
	text-align:center;}

