@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
#tou{
	width: 1200px;
	height: 145px;
	margin: auto;
	
}
.tou01{
	width: 800px;
	height: 50px;
	line-height: 50px;
	float: left;
	color: #005e15;
	font-size: 24px;
}
.tou02{
	width: 400px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	float: right;
	font-size: 20px;
}
.tou02>ul>li>a{
	color: #000000;
}
.tou02>ul>li>a:hover{
	color: #005e15;
}
.tou03{
	width: 150px;
	height: 95px;
	text-align: center;
	float: left;
}

.tou04{
	width: 1050px;
	height: 50px;
	float: right;
}
.tou04>ul>li{
	width: 170px;
	height: 50px;
	float: left;
	border-left: 5px solid white;
	color: white;
	line-height: 50px;
	font-size: 24px;
	background: #0f59c1;
	text-align: center;
}
.tou04>ul>li>a{
	display: inline-block;
	width: 170px;
	height: 50px;
	color: white;
}
.tou04>ul>li>a:hover{
	background: #005e15;
}

.banner { position: relative; overflow: auto; text-align: center;}

.banner li { list-style: none; }

.banner ul li { float: left; }

#guanggao{
	width: 1200px;
	margin: auto;
}

#guanggao .dots { position: absolute; left: 0; right: 0; bottom: 20px;}

#guanggao .dots li 
{ 
	display: inline-block; 
	width: 10px; 
	height: 10px; 
	margin: 0 4px; 
	text-indent: -999em; 
	border: 2px solid #fff; 
	border-radius: 6px; 
	cursor: pointer; 
	opacity: .4; 
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s;
}

#guanggao .dots li.active 
{
	background: #fff;
	opacity: 1;
}

#guanggao .arrow { position: absolute; top: 300px;}

#guanggao #al { left: 15px;}

#guanggao #ar { right: 15px;}

#zhuti{
	width: 1200px;
	height: 300px;
	margin: auto;
}
.zhuti01{
	width: 250px;
	height: 300px;
	float: left;
}
.zhuti01>ul>li{
	width: 250px;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
	background: #eeeeee;
	border-bottom: 5px solid white;
}
.zhuti01>ul>li>a{
	display: inline-block;
	width: 250px;
	height: 70px;
	color: #000000;
}
/*.zhuti01>ul>li>a:hover{
	background: #005e15;
	color: white;
}*/
.zhuti02{
	width: 820px;
	float: left;
	margin-left: 30px;
	/*background: darkcyan;*/
}
.zhuti02>ul>li{
	width: 820px;
	height: 50px;
	list-style: disc;
	line-height: 50px;
	border-bottom: 1px dashed #000000;
}
.zhuti02>ul>li>a{
	color: #000000;
}
.zhuti02>ul>li>a:hover{
	color: #005e15;
}
.zhuti03{
	width: 90px;
	float: left;
}
.zhuti03>ul>li{
	width: 90px;
	height: 50px;
	text-align: right;
	line-height: 50px;
	border-bottom: 1px dashed #000000;
}
#yejiao{
	width: 1200px;
	height: 200px;
	margin: auto;
	font-size: 18px;
	color: white;
	background: #0f59c1;
}
.yejiao01{
	padding-top: 20px;
}
.yejiao01>ul{
	width: 600px;
	height: 100px;
	margin-left: 30px;
	
}
.yejiao01>ul>li{
	width: 600px;
	height: 30px;
	line-height: 30px;
}

