@charset "utf-8";

* {
	padding: 0;
	margin: 0;}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #565656;
	-webkit-text-size-adjust: none;
	background: #fff url(../images/body_bg.png) repeat-x; 
	min-width:1200px;}
ul, h2, h3, p, dl, dt, dd {
	margin: 0;
	padding: 0;}
input {
    outline:none;}
li {
	list-style: none;}
img {
	border: none;}
a {
	font-size: 14px;
	color: #565656;
	text-decoration: none;}
a:36AFCE {
	color:#008137;}
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;}

.hidden {
	display: none;}
.fl{
	float:left;}
.fr{
	float:right;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0;} 
.clearfloat{zoom:1;}
/*头部*/
#header {
	width:1200px;
	height:181px;
	background:url(../images/top_bg.png) no-repeat right top;
	margin: 0 auto;
	position:relative;
	z-index:9999;}
#top{
	width:1200px;
	position:relative;
	height:137px;}
#top #logo {
	position:absolute;
	top:38px;
	left:0;}
#top .text1{
	position:absolute;
	top:40px;
	left:250px;
	line-height:64px;
	width:524px;
	font-size:30px;
	color:#fff;}
#top .text2{
	position:absolute;
	top:21px;
	right:0;
	background:url(../images/text.png) no-repeat;
	width:280px;
	height:38px;}
#top .serach{
	position:absolute;
	top:80px;
	right:13px;
	width:175px;
	height:26px;
	background:url(../images/search_bg.png) no-repeat;}
#top .serach .input{
	position:absolute;
	top:2px;
	left:10px;
	width:100px;
	height:20px;
	border:none;
	background:none;
	line-height:0px;
	color:#fff;}
#top .serach .btn{
	position:absolute;
	top:5px;
	right:7px;
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;}
#nav {
	width:1200px;
	margin:0 auto;
	height:44px;}
#nav li {
	float: left;
	height:44px;
	line-height:40px;
	text-align: center;
	width: 133px;
	position:relative;}
#nav li a {
	font-size: 16px;
	height:44px;
	display: block;	
	position: relative;
	color:#fff;}
#nav li a:hover,#nav li.active  {
	background:url(../images/line.png) no-repeat center bottom;
	color: #fff;}
#nav li:hover{
	background:url(../images/line.png) no-repeat center bottom;}
#nav li .a{
	position:absolute;
	top:44px;
	left:0;
	width:133px;
	
	background:#36afce;	
	display:none;}
#nav li:hover .a{
	display:block;}
#nav li .a dd{
	line-height:40px;
	border-bottom:1px solid #fff;}
#nav li .a dd a{
	height:40px;
	display:block;
	font-size:14px;}
#nav li .a dd a:hover{
	background:#2aa4c3;}
#banner{
	width:100%;
	background:url(../images/banner.png) no-repeat center top;
	height:447px;}
.banner_sum{
	width:1200px;
	height:447px;
	position:relative;  
	margin:0 auto;}
.banner_sum .b1,.banner_sum .b2,.banner_sum .b3{
	position:absolute;
	top:44px;
	width:124px;
	height:124px;}
.banner_sum .b4,.banner_sum .b5,.banner_sum .b6{
	width:124px;
	height:124px;
	position:absolute;
	top:264px;}
.banner_sum .b1{	
	background:url(../images/b01.png) no-repeat;
	left:248px;}
.banner_sum .b2{	
	background:url(../images/b02.png) no-repeat;
	left:576px;}
.banner_sum .b3{	
	background:url(../images/b03.png) no-repeat;
	left:904px;}
.banner_sum .b4{	
	background:url(../images/b04.png) no-repeat;
	left:170px;}
.banner_sum .b5{	
	background:url(../images/b05.png) no-repeat;
	left:498px;}
.banner_sum .b6{	
	background:url(../images/b06.png) no-repeat;
	left:826px;}
.banner_sum .a1,.banner_sum .a3,.banner_sum .a5{
	position:absolute;
	top:62px;
	width:228px;
	height:228px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.banner_sum .a2,.banner_sum .a4,.banner_sum .a6{
	width:228px;
	height:228px;
	position:absolute;
	top:140px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.banner_sum .a1{	
	background:url(../images/a1.png) no-repeat;
	left:74px;}
.banner_sum .a1:hover{
	background:url(../images/a1_a.png) no-repeat;
	transform:scale(1.02);
    -webkit-transform:scale(1.02);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.02);}
.banner_sum .a2:hover{
	background:url(../images/a2_a.png) no-repeat;
	transform:scale(1.02);
    -webkit-transform:scale(1.02);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.02);}
.banner_sum .a3:hover{
	background:url(../images/a3_a.png) no-repeat;
	transform:scale(1.02);
    -webkit-transform:scale(1.02);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.02);}
.banner_sum .a4:hover{
	background:url(../images/a4_a.png) no-repeat;
	transform:scale(1.02);
    -webkit-transform:scale(1.02);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.02);}
.banner_sum .a5:hover{
	background:url(../images/a5_a.png) no-repeat;
	transform:scale(1.02);
    -webkit-transform:scale(1.02);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.02);}
.banner_sum .a6:hover{
	background:url(../images/a6_a.png) no-repeat;
	transform:scale(1.02);
    -webkit-transform:scale(1.02);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.02);}
.banner_sum .a2{	
	background:url(../images/a2.png) no-repeat;
	left:238px;}
.banner_sum .a3{	
	background:url(../images/a3.png) no-repeat;
	left:402px;}
.banner_sum .a4{	
	background:url(../images/a4.png) no-repeat;
	left:568px;}
.banner_sum .a5{	
	background:url(../images/a5.png) no-repeat;
	left:732px;}
.banner_sum .a6{	
	background:url(../images/a6.png) no-repeat;
	left:896px;}
/*主体*/
.index_sum1{
	width:1200px;
	margin:30px auto;}
.index_sum1 dl{
	width:1200px;
	height:108px;
	margin-bottom:1px;}
.index_sum1 dt{
	width:174px;
	height:108px;
	line-height:108px;
	padding-right:50px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	font-size:22px;
	float:left;
	border-right:1px solid #fff;}
.index_sum1 dt.bg1{
	background:#009999 url(../images/bg1.png) no-repeat left top;}
.index_sum1 dt.bg2{
	background:#8bc145;}
.index_sum1 dt.bg3{
	background:#009999;}
.index_sum1 dt.bg4{
	background:#8bc145 url(../images/bg2.png) no-repeat left bottom;}
.index_sum1 dt img{
	position:relative;
	top:15px;
	width:48px;
	height:48px;
	margin-right:10px;	
	overflow:hidden;}
.index_sum1 dd{
	width:945px;
	height:74px;
	line-height:37px;
	overflow:hidden;
	float:right;
	background:#f3f3f3;
	padding:17px 0 17px 30px;}
.index_sum1 dd.dd2{
	background:#edf1f4;}
.index_sum1 dd a{
	padding:0 46px 0 20px;
	display:inline-block;
	background:url(../images/dian.png) no-repeat left 14px;
	font-size:16px;}
.index_sum1 dd a:hover{
      color:#009999;}
.content{
	width:100%;
	height:495px;
	padding-top:20px;
	background:url(../images/sum_bg.png) no-repeat center top;}
.content_sum{
	width:1200px;
	margin:0 auto;}
.index_mar{
	margin-right:20px;}
.index_block{
	width:386px;}
.index_block h2{
	height:40px;
	position:relative;
	border-bottom:2px solid #ededed;}
.index_block h2 .h2_tit{
	position:absolute;
	left:0;
	bottom:-2px;
	width:80px;
	height:40px;
	line-height:40px;
	border-bottom:2px solid #008137;
	color:#008137;
	font-size:20px;}
.index_block h2 .more{
	position:absolute;
	top:14px;
	right:0;
	width:43px;
	height:14px;
	line-height:14px;
	text-align:center;
	border:none;
	cursor:pointer;
	display:block;
	font-size:10px;
	-webkit-text-size-adjust:none;	
	border:1px solid #009999;}
.index_block h2 .more a{
	font-size:10px;
	-webkit-transform:scale(0.8);
	transform:scale(0.8);
	color:#009999;}
.index_block dl{
	width:386px;
	height:120px;
	border-bottom:1px dotted #666666;
	padding-top:20px;}
.index_block dt{
	width:130px;
	height:100px;
	overflow:hidden;
	float:left;}
.index_block dd{
	width:242px;
	float:right;}
.index_block p{
	height:60px;
	line-height:30px;
	overflow:hidden;

	color:#008137;
	font-size:16px;}
.index_block p a{
	color:#008137;
	font-size:16px;}
.index_block dl strong{
	text-align:right;
	color:#666;
	display:block;
	height:20px;
	line-height:20px;
	margin-top:14px;
	font-weight:none;}
.index_block_ul1{
	width:386px;
	padding-top:20px;}
.index_block_ul1 li{
	width:286px;
	height:54px;
	line-height:27px;
	overflow:hidden;

	position:relative;
	padding:13px 22px 13px 78px;
	overflow:hidden;}
.index_block_ul1 li .li_span{
	position:absolute;
	top:22px;
	left:0;
	width:60px;
	height:40px;
	color:#666;
	text-align:center;
	line-height:20px;
	border-right:1px solid #ccc;}
.index_block_ul1 li .li_span strong{
	color:#333;
	font-size:22px;
	display:block;}
.index_block_ul1 li a{
	font-size:16px;}
.index_block_ul1 li a:hover,.index_block_ul1 li:hover .li_span,.index_block_ul1 li:hover strong,.index_block_ul1 li:hover a{
	color:#008137;}
.index_block_ul1 li:hover{
	color:#008137;
	background:url(../images/li.png) no-repeat;}
.index_block_ul2{
	width:386px;
	padding-top:10px;}
.index_block_ul2 li{
	height:42px;
	line-height:42px;
	background:url(../images/dian2.png) no-repeat left 16px;
	text-indent:20px;
	overflow:hidden;}
.index_block_ul2 li a{
	font-size:16px;}
/*底部*/
#footer {
	background: #1d9a78;
	color: #fff;
	font-size:14px;
	height:150px;
	margin-top:2px;}
#footer .footsum{
		width:1200px;
		margin:0 auto;
		background:url(../images/bg3.png) no-repeat 750px top;
		height:107px;
		position:relative;
		padding-top:43px;
		z-index:9999;}
#footer .footsum p {	
	height:20px;
	line-height:20px;
           color:#fff;}
#footer .footsum .footdl{
	position:absolute;
	top:29px;
	right:0;
	width:340px;
	height:100px;
	float:left;}
#footer .footsum dl{
	width:110px;
	float:left;
	background:url(../images/wx_bg.png) no-repeat center top;
	position:relative;
	cursor:pointer;
	text-align:center;}
#footer .footsum dt {
	width:74px;
	height:74px;
	margin:5px auto 0 auto;
	overflow:hidden;
	display:block;}
#footer .footsum dd{
	height:20px;
	display:block;
	line-height:20px;
	color:#fff;
	font-size:12px;}
#footer a{
	font-size:14px;
	color: #fff;}
#bottom {
	background: #404040;
	color: #fff;
	height:40px;
           position:relative;}
#bottom>p {	
	width:1200px;
	height:40px;
	margin:0 auto;
	line-height:40px;
	font-size: 12px;}
#bottom select{
	position:absolute;
	top:8px;
	right:360px;
	width:199px;
	height:24px;
	font-size:12px;
	font-family:"微软雅黑";
	line-height:24px;
	background:#fff;
	border:1px solid #404040;}
#bottom a{
	color: #fff;
	font-size: 12px;}