
*{
	margin: 0 auto;
	padding: 0;
}


a{text-decoration: none;}


html,body{
	overflow-x: hidden;
}

body{
	font-family: "微软雅黑";
}


ul,li{list-style: none;}

img{border: 0;}
.header1{
	width: 100%;
	height: 100px;
}
.header2{
	width: 100%;
	height: 100px;
	background: #fff url(../img/bg_gd.png) center no-repeat;
	position: fixed;
	z-index: 999;
}
.header{
	width: 1200px;
	height: 100px;
}

.header_L{
	width: 400px;
	height: 100px;
/*	background: blue;*/
	float: left;
}

.header_L h1{
	width: 50%;
	height: 100px;
/*	background: yellow;*/
	line-height: 100px;
	float: left;
}

.header_L h1 img{ 
	margin-top: 15px;
	}

.header_L p{
	width: 50%;
	height: 100px;
	float: left;
	/*background: gold;*/
}




.header_R{
	width: 800px;
	height: 100px;
	/*background: green;*/
	float: left;
}


.header_R li{
	cursor: pointer;
	float: right;
	height: 50px;
	width: 124px;
	margin-top: 30px;
	line-height: 40px;
	text-align: center;
	color: #666;
	text-decoration: none;
}


.header_R li a{
	color: #666666;
}

.header_R li>a:hover{
	color: #209D4F;
}


.header_R li:hover{
	color: #43AA61;
}



.subMenu{
	text-align: left;
	width: 148px;
	background: #fff;
	border: #1CC98A 1px solid;
	padding: 10px;
	display: none;
}

.subMenu p{padding: 6px 12px;}

.subMenu p>a{
	color: #666;
	}
	
.subMenu p:hover{
	background: #1F964C;
	color: #fff !important;
}

.subMenu p:hover>a{color: #fff;}

#canYe{
	height: 40px !important;
	border: #43aa61 1px solid;
	color: #43AA61;
	margin-left: 80px;
}


#canYe:hover{
	background: #43AA61;
	color: #fff;
}

#canYe a{color: #209D4F;}
#canYe:hover a{color: #fff;}


#pinzhi{
	/*background: red;*/
	}
#pinzhi a{
	/*background: green;*/ 
	display: block; 
	width: 100%; 
	height: 100%;
	}

.active{
	color: #43AA61 !important;
	background: url(../img/active.gif) no-repeat center bottom;
}


.active a{
	color: #209D4F !important;
}

.active_lg{
	color: #43AA61 !important;
	background: url(../img/active_long.gif) no-repeat center bottom;
}

/*以上是 header*/




/*子页面banner*/
.listBannerBox{
	height: 360px;
	width: 100%;
	position: relative;
}

.listBanner{
	position: absolute;
	overflow: hidden;
	height: 360px;
	width: 100%;
	
}
.listBanner img{
	position: absolute;
	left:50%;
	margin-left:-960px;
	width: 1920px;
	height: 360px;
}






/* footer*/

.footer{
	clear: both;
	width: 100%;
	height: 120px;
	background: #209d4f;
}

.footerBox{
	width: 1200px;
}

.footerMod{
	height: 64px;
	margin-top: 30px;
	float:left;
}

.infoBox p,.infoBox dd,.infoBox dt{
	float: left;
}

.infoBox dd{
	color: #fff;
	font-size: 14px;
	width: 140px;
	height: 22px;
	line-height: 22px;
	margin-left: 25px;
}


.infoBox dt{
	color: #fff;
	font-size: 20px;
	font-family: arial;
	width: auto;
	margin-left: 25px;
	font-weight:600;
}

.infoBox p{
	width: 60px;
	height: 100px;
	margin-left: 40px;
}
.mod1{
	width: 419px;
	border-right:#fff 1px solid;
	color: #fff;
	font-size: 14px;
}

.mod1 p{
	margin-bottom: 6px;
}

.mod2{
	width: 320px;
}


.mod3{
	width: 320px;
	
}

.mod4{
	width: 120px;
	height: 80px;
	position: relative;
	bottom: 15px;
}

.mod4 dl{
	width: 120px;
	text-align: center;
}

.mod4 dl dt{
	color: #fff;
	font-size: 14px;
}


/* seeword*/

.seeWord{
	position: fixed;
	right:2%;
	bottom: 20%;
	width: 80px;
	height: 120px;
	background: url(../img/eye.png) no-repeat center;
	z-index: 990;
	text-align: center;
}

.seeWord:hover{
	background: url(../img/eye_hover.png) no-repeat center;
}
.seeWord a{
	color:#aaa;
	display: block;
	width: 100%;
	padding-top: 110px;
}

.seeWord:hover a{
	color:#fff;
}